/*----------------------
GLOBAL RESET
----------------------*/
/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template
Author: MBALI
Author URI: http://chriscoyier.net
Version: 2
*/


/*----------------------
GLOBAL RESET
----------------------*/

html
{
	overflow-x:hidden;
}

body {
    line-height: 20px;
    font-family:  'Montserrat', sans-serif;
    font-size:14px;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}



/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}



/*----------------------
Typography
----------------------*/

ol, ul , li {
    list-style: none !important;
    list-style-position:inside !important;
    padding: 0px;
    margin: 0px;
}


/* p {font-size: 16px;font-weight:normal;color: #24383c;line-height: 1.7;} */
h1, h2, h3, h4, h5, h6 {font-size: 26px;font-weight: 600;font-family:  'Montserrat', sans-serif;}

h1
{
	font-size: 80px;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-weight: bold;
	line-height: 0.9;
}
h2 {
    font-size: 40px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    position: relative;
    padding-top: 30px;
}
h3 {
    font-size: 20px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

p {
    font-size: 16px;
    color: #777777;
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    line-height:25px;
    margin-bottom: 25px;
}
/*----------------------
Global Images
----------------------*/

img {border: none;max-width: 100%;}
.head .menu {
    display: flex;
    margin-top: 43px;
}

section.head {
    background-color: #fff;
    margin-top: 20px;
    border-radius: 5px;
    overflow: visible;
}
header {
    position: absolute;
    top: 50px;
    z-index: 99;
    left: 0;
    right: 0;
}

div#media_image-3 {
    padding: 17px 24px;
    float: left;
}

.head .menu a {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
}

.head .menu li {
    margin-right: 13px;
}

.head ul.social {
    display: flex;
    margin-left: 29px;
}

.lang , .head ul.social {display: inline-block;margin-top: 34px;}

.head ul.social li {
    display: inline-block;
    margin-right: 12px;
}

.head ul.social li i {
    color: #000;
    font-size: 14px;
}
.banner  p {
    color: #fff;
}

.banner .vc_btn3 {
    background: transparent !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #Ffff;
}
.left-abt img {
    max-width: unset !important;
    float: right;
}

.green-box {
    position: absolute;
    bottom: 10%;
    background-color: #1a1aff;
    width: 418px;
    padding: 28px 20px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #0000003d;
}

.green-box p {
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px solid #34828a;
    margin-top: 30px;
    color: #ffefe0;
    font-size: 16px;
    font-weight: 600;
}

.green-box strong {
    font-size: 80px;
    font-weight: 300;
    color: #fff;
    position: relative;
    top: 29px;
    padding-left: 20px;
    letter-spacing: -2px;
}

.gb-txt strong , .gb-txt img {
    display: inline-block;
}
.right-abt {
    background-color: white;
    padding: 3em 0;
    margin-top: 18rem;
}

.right-abt:before {
    content: "";
    width: 80px;
    height: 100%;
    position: absolute;
    background-color: white;
    right: 100%;
    top: 0;
    border-radius: 5px;
}
/*----------------------
GLOBAL RESET
----------------------*/
/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template
Author: MBALI
Author URI: http://chriscoyier.net
Version: 2
*/


/*----------------------
GLOBAL RESET
----------------------*/

html
{
	overflow-x:hidden;
}

body {
    line-height: 20px;
    font-family:  'Montserrat', sans-serif;
    font-size:14px;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background-color: #000;
}



/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}



/*----------------------
Typography
----------------------*/

ol, ul , li {
    list-style: none !important;
    list-style-position:inside !important;
    padding: 0px;
    margin: 0px;
}


/* p {font-size: 16px;font-weight:normal;color: #24383c;line-height: 1.7;} */
h1, h2, h3, h4, h5, h6 {font-size: 26px;font-weight: 600;font-family:  'Montserrat', sans-serif;}

h1
{
	font-size: 78px;
	font-family: 'Montserrat', sans-serif;
	color: #c88c1b;
	font-weight: bold;
	line-height: 0.9;
}
h2 {
    font-size: 40px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    position: relative;
    padding-top: 30px;
}
h3 {
    font-size: 20px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

p {
    font-size: 16px;
    color: #e6b952;
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    line-height:25px;
    margin-bottom: 25px;
}
/*----------------------
Global Images
----------------------*/

img {border: none;max-width: 100%;}
.head .menu {
    display: flex;
    margin-top: 52px;
    margin-left: 30px;
}

section.head {
    background-color: #fff;
    margin-top: 20px;
    border-radius: 5px;
    background-image: url('https://mysite22demo.xyz/miraclestrong/wp-content/uploads/2022/09/Header.png');
    overflow: visible;
    background-size: cover;
    background-position: center;
}
header {
    position: absolute;
    top: 50px;
    z-index: 99;
    left: 0;
    right: 0;
}

div#media_image-3 {
    padding: 10px 24px;
    float: left;
    width: 100%;
    text-align: center;
}

.head .menu a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.head .menu li {
    margin-right: 30px;
}

.head ul.social {
    display: flex;
    margin-left: 29px;
}

.lang , .head ul.social {display: inline-block;margin-top: 40px;}

.head ul.social li {
    display: inline-block;
    margin-right: 12px;
}

.head ul.social li i {
    color: #fff;
    font-size: 14px;
}
.banner  p {
    color: #fff;
    font-weight: 500;
}

.banner .vc_btn3 {
    background: transparent !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #Ffff;
}
.left-abt img {
    max-width: unset !important;
    float: right;
    transform: scale(0.8);
    position: relative;
    right: -340px;
}

.green-box {
    position: absolute;
    bottom: 14%;
    background-color: #1a1aff;
    width: 348px;
    padding: 12px 0;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #0000003d;
    left: -19.4em;
}

.green-box p {
    margin-bottom: 0;
    padding-top: 14px;
    border-top: 1px solid #34828a;
    margin-top: 15px;
    color: #ffefe0;
    font-size: 16px;
    font-weight: 600;
    padding-left: 80px;
}

.green-box strong {
    font-size: 80px;
    font-weight: 300;
    color: #fff;
    position: relative;
    top: 16px;
    padding-left: 100px;
    letter-spacing: -2px;
}

.gb-txt strong , .gb-txt img {
    display: inline-block;
}
.right-abt {
    background-color: white;
    padding: 1em 0;
    margin-top: 0;
}

.right-abt:before {
    content: "";
    width: 80px;
    height: 100%;
    position: absolute;
    background-color: white;
    right: 100%;
    top: 0;
    border-radius: 10px  0px 0px 10px;
}

.right-abt h2 {
    font-size: 40px;
}

h2:before {
    width: 0;
    height: 0;
    border-top: 10px solid #1a1aff;
    border-right: 10px solid transparent;
    content: "";
    position: absolute;
    top: 0;
}
html .vc_btn3 {
    border: 2px solid #000 !important;
    background: none !important;
    font-weight: bold !important;
    color: #000 !important;
    padding: 17px 30px !important;
    padding-right: 50px !important;
}
.cta-right img {
    width: unset !important;
    margin-top: -74px;
}

.globe-ctafill {
    overflow: unset !important;
}

.globe-cta {
    overflow: unset !important;
}
.cta-right * , .cta-right {
    margin-bottom: 0 !important;
}

.globe-cta .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}
.service-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    height: 360px;
    background-color: #000;
}

.service-thumb > img {
    width: 100%;
    height: unset;
}

.serv-caption {
    position: absolute;
    background-color: #00000052;
    bottom: 15px;
    left: 25px;
    padding: 20px 20px;
    width: 370px;
    min-height: 130px;
    border-radius: 7px;
}

.serv-caption h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 0;
    min-height: 30px;
    text-transform: uppercase;
}
a.serv-link {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.vc_video-bg-container .wpb_single_image.wpb_content_element {
    margin-bottom: 0;
}

.vc_video-bg-container h2 {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}
.vc_video-bg-container h2:before {
    border-top-color: #fff;
}
.bboxes h2 {
    font-size: 28px;
}

.bboxes p {
    font-size: 15px;
}

.bboxes h2:before {
    left: 0;
    margin: auto;
}
.articles-row h2 , .articles-row p {
    color: #fff;
}
.art-box {
    padding: 0 15px;
}

.art-box img {
    transform: scale(1.1);
}

.art-box .serv-caption {
    background-color: #00000045;
}

.art-box .serv-caption h3 {
    color: #fff;
}

.art-box .serv-caption  a.serv-link {
    color: #ffffff;
}

.articles-row h2:before {border-top-color: #fff;}

div#blog-slider {
    margin-top: 40px;
}
.vc_row.wpb_row.vc_row-fluid.articles-row.vc_custom_1636499255591.vc_row-has-fill {}


div#blog-slider .owl-dots {
    text-align: center;
    display: table;
    margin: 0 auto;
}

div#blog-slider .owl-dots button.owl-dot {
    display: inline-block;
    margin-top: 35px;
}

div#blog-slider .owl-dots button.owl-dot.active span {
    background-color: #1a1aff;
}

div#blog-slider .owl-dots button.owl-dot span {
    border: 1px solid #1a1aff;
    width: 9px;
    height: 9px;
    display: table;
    border-radius: 50px;
    margin: 0 4px;
}
html .banner .vc_btn3 {border-color: #c88c1b !important;background-color: #c88c1b !important;}

.globe-cta .vc_btn3 {
    background-color: #1a1aff !important;
    color: #fff !important;
    border-color: #1a1aff !important;
}

div#blog-slider .owl-nav {
    display: none;
}
.left-cta-form:before {content: "";width: 5000px;height: 100%;position: absolute;top: 0;bottom: 0;background-color: #000000;right: 0;height: 100%;}

.left-cta-form {padding-top: 70px;padding-bottom: 90px;}

.left-cta-form h2 {
    color: #fff;
}

.left-cta-form h2:before {border-top-color: #fff;}

.cta-form form input, .cta-form  form textarea {
    width: 100%;
    display: block;
    margin-bottom: 0;
    padding: 15px;
    border: 2px solid #57969d;
    border-radius: 3px;
    font-weight: 600;
    max-height: 127px;
    resize: none;
}

.cta-form form {
    max-width: 90%;
    margin-left: auto;
    margin-top: 0;
}

.cta-form form .wpcf7-submit {
    width: unset;
    padding-right: 50px;
    padding-left: 28px;
    background-image: url('/wp-content/uploads/2021/11/double-arrow.png');
    background-repeat: no-repeat;
    background-color: #1a1aff;
    color: #fff;
    border-color: #1a1aff;
    background-position: 83% center;
}
footer {
    background-color: #000;
    padding: 50px 0;
}
footer h3.widget-title {
    color: #e6b952;
    font-size: 20px;
    margin-bottom: 36px;
    text-transform: capitalize;
}
footer .col1 li {
    color: #e6b952;
    margin-bottom: 28px;
    position: relative;
    padding-left: 30px;
    line-height: 1.7;
}

footer .col1 li i {
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 1px;
}

footer .menu {
    column-count: 2;
}

footer .menu a {
    color: #e6b952;
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 18px;
    display: block;
}

footer .tnp.tnp-widget-minimal {
    background-color: #1a1aff;
    padding: 35px 40px;
    border-radius: 5px;
}

footer .tnp.tnp-widget-minimal input {
    background-color: #000;
    border: 0;
    color: #fff;
    padding: 15px;
    border-radius: 4px;
}

footer .tnp.tnp-widget-minimal input.tnp-submit {
    position: absolute;
    width: unset;
    font-size: 0;
    background-color: transparent;
    right: 0;
    padding: 26px;
    background-image: url('/wp-content/uploads/2021/11/envelope.png');
    background-repeat: no-repeat;
    background-position: center;
}

.tnp-widget-minimal form {
    position: relative;
}
section.copyright {
    background-color: #000000;
}

section.copyright .social {
    display: flex;
    float: right;
}

section.copyright .container {
    border-top: 1px solid #1c1c1c;
    padding-top: 20px;
}

section.copyright .social i {
    color: #e6b952;
}

section.copyright .social li {
    margin-left: 15px;
}

section.copyright p {
    color: #e6b952;
}
.container-lg {
    width: 90%;
    margin: 0 auto;
}
.top-right-wrap {
    margin-top: 38px;
    float: right;
    margin-right: 20px;
}
div#media_image-3 img {}
.media-row h2.wpb_heading {
    font-size: 20px;
    padding-top: 0;
    position: absolute;
    bottom: 0;
    margin-top: 0;
    text-align: center;
    width: 100%;
    color: #222232;
}

.media-row h2.wpb_heading:before {
    display: none;
}

.media-row figure.wpb_wrapper.vc_figure {
    padding-bottom: 00;
    height: 140px;
}

.media-logo .vc_figure {
    min-height: 120px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 1px solid #cecece;
    width: 100%;
    border-radius: 4px;
}
.media-row .wpb_widgetised_column h2 {
    font-size: 24px;
    padding-top: 0;
    margin-top: 0;
    color: #000000;
    font-weight: bold;
}

.media-row .wpb_widgetised_column h2:before {
    display: none;
}

.media-row .wpb_widgetised_column ul a {
    color: #000000;
    display: block;
    padding: 9.2px 0;
    font-weight: 600;
}

.media-row .wpb_widgetised_column {
    border: 1px solid #5999a0;
    padding: 35px 20px;
    border-radius: 5px;
}

.media-row .wpb_widgetised_column a:before {content: "-";font-weight: bold;padding-right: 10px;}
.media-row figure.wpb_wrapper.vc_figure img {
    height: unset !important;
    max-width: 100% !important;
    border-radius: 4px;
}

.media-row figure.wpb_wrapper.vc_figure > div {
    height: 135px;
    overflow: hidden;
    border-bottom: 14px !important;
}

.media-row .wpb_single_image {
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 20px;
}
.media-row .wpb_widgetised_column ul a.link {
    padding-left: 0;
}

.media-row .wpb_widgetised_column ul a.link:before {
    display: none !important;
}

.media-row .wpb_widgetised_column .link a:before {
    display: none;
}

.media-row .wpb_widgetised_column .link a {
    font-weight: 600;
    color: #1a1aff;
    margin-top: 10px;
}
.bboxes 
 .vc_single_image-wrapper {
    /* height: 240px; */
    /* overflow: hidden; */
    /* display: flex !important; */
    /* justify-content: center; */
    /* align-items: center; */
    border-radius: 4px;
    max-width: unset !important;
}

.bboxes .vc_single_image-wrapper img {
    max-width: unset;
}
.globe-cta h2 {
    margin-top: 30px;
    font-size: 32px;
}
html .articles-row {
    margin-top: 0 !important;
}

.switcher {
    overflow: visible;
    width: 155px !important;;
    line-height: 17px;
    position: absolute;
    top: 39px;
    right: 130px;
}
.switcher .selected a {
    border:none !important;
    color: #000 !important;
    font-size: 17px;
    font-weight: 700;
    text-transform: lowercase;
}
.switcher .selected {
    background: none !important;
}
.switcher .option a{
	font-size:12px !important;
}
.switcher .selected a:after{
	right: 30px !important;
}
section.innerbanner {
    padding-top: 26em;
    padding-bottom: 9em;
    margin-bottom: 60px;
    background-position: center;
}

section.innerbanner h1 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.6;
}

.auto-width img {
    max-width: unset !important;
}
.sample-speak li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
}

.sample-speak li:before {content: "";width: 6px;height: 6px;background-color: #fff;position: absolute;left: 0;top: 7px;border-radius: 5px;}

.sample-speak h2 {
    margin-bottom: 30px;
    color: #fff;
    font-size: 26px;
}

.sample-speak h2:before {
    border-top-color: #fff;
}
.vc_align_right.auto-width img {
    float: right;
}
.testimonial-row h2 {
    color: #fff;
}

.testimonial-row p {
    color: #fff;
}

.testimonial-row h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    padding-top: 20px;
    position: relative;
    margin-top: 0;
}

.testimonial-row h6:before {content: "";width: 100px;height: 2px;background-color: #e0e9ea;position: absolute;top: 0;}

.testimonial-row h2 {
    margin-top: 0;
}

.testimonial-row h2:before {border-top-color: #fff;}
.testimonial-row p:before {content: "\f10d";font-family: 'FontAwesome';font-size: 50px;margin-right: 10px;color: #ffffffdb;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.uni-logo-row img {
    max-width: 90%;
}

.uni-logo-row .wpb_column.vc_column_container > div > div {
    border: 1px solid #cecece;
    height: 150px;
    margin-bottom: 25px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uni-logo-row .wpb_single_image {
    margin-bottom:  0 !important;
}
.media-logo .vc_figure img {
    max-width: 90%;
}
.head .menu .current_page_item a {
    text-decoration: underline;
}
ul.vc_tta-tabs-list {
    display: table;
    margin: 0 auto 30px;
}

ul.vc_tta-tabs-list li {
    display: inline-block;
}

ul.vc_tta-tabs-list li span {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    display: block;
}

ul.vc_tta-tabs-list li {
    margin: 0 15px;
    position: relative;
}

.vc_tta-panel-heading {
    display: none !important;
}

.logo-boxes img {
    width: unset;
    max-height: 160px;
    max-width: 90% !important;
}

.logo-boxes .vc_single_image-wrapper {
    width: 100%;
    border: 1px solid #cccc;
    min-height: 210px;
    border-radius: 3px;
}

.vc_tta-panel {
    display: none;
}

.vc_tta-panel.vc_active {
    display: block;
}

.logo-boxes 
 figure.wpb_wrapper.vc_figure , .logo-boxes .vc_single_image-wrapper {
    height: 100%;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

ul.vc_tta-tabs-list li.vc_active span {
    border-bottom: 2px solid #000;
}

ul.vc_tta-tabs-list li:after {content: "/";position: absolute;top: 1px;font-size: 18px;font-weight: bold;right: -19px;}

ul.vc_tta-tabs-list li:last-child:after {
    display: none;
}

ul.vc_tta-tabs-list li a {
    text-decoration: unset !important;
}
div#slideshow .owl-item.active {}

div#slideshow .owl-item .item img {
    height: unset;
    margin-top: 120px;
    position: relative;
    border-radius: 5px;
    transition: 0.5s all 0s;
    position: relative;
    left: 50px;
}

div#slideshow .owl-item.active .item {
    transform: scale(1.5);
}

div#slideshow .owl-item.active ~ .active .item {
    transform: scale(0.8);
}
div#slideshow * {
    transition: 0.5s all 0s;
}

div#slideshow .owl-item.active .item img {
    position: static;
}

div#slideshow .owl-item.active ~ .active.center .item img {
    position: relative;
    left: 69px;
}

div#slideshow .owl-item.active ~ .active.item img {
    position: relative;
    top: 40px;
}

div#slideshow .owl-item.active ~ .active .item img {
    margin-top: 229px;
}
div#slideshow {
    margin-top: -260px;
    margin-bottom: -69px;
}

html .slideshow-row {
    overflow: unset !important;
    min-height: 410px;
}

html .slideshow-row h2:before {border-top-color: #fff;}

html .slideshow-row h2 {
    color: #fff;
    margin-right: 14%;
}
#article-page .art-box {
    width: 100%;
    padding: 0 0;
}

#article-page .art-box .service-thumb {
    height: 410px;
    margin-bottom: 30px;
}

#article-page .art-box .service-thumb img {
    min-height: 100%;
}
.vc_tta-panel-body a.ngg-simplelightbox {
    height: 200px;
    overflow: hidden;
    margin-bottom: 15px !important;
}
.about-sec-2 img {
    max-width: 670px !important;
    float: right;
}
.recent-list li {
    display: block;
    padding-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.recent-list li:before {content: "";width: 8px;height: 8px;background-color: #1a1aff;position: absolute;left: 0;top: 6px;}

.recent-list  ul {
    margin-top: 30px;
}

.recent-list li a {
    font-weight: 600;
    text-decoration: underline;
}
.left-cta-form p {
    color: #fff;
    padding-right: 30px;
}

.page_contact section.innerbanner {
    margin-bottom: 0;
}
.about-sec-page .green-box {
    left: -70px;
}
.switcher.notranslate {
    margin-top: 8px;
}

.left-cta-form:after {
    content: "";
    width: 5000px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: url('https://mysite22demo.xyz/miraclestrong/wp-content/uploads/2022/09/IMG_4502.HEIC.jpg');
    right: 0;
    height: 100%;
    z-index: 1;
    background-size: contain;
    background-position: right;
    opacity: 0.5;
}

.left-cta-form .vc_column-inner {
    position: relative;
    z-index: 99;
}
.service-thumb img {
    height: 100%;
    max-width: unset;
    width: unset !important;
}
.menu-menu-1-container {
    display: table;
    margin: 28px auto 0;
}
.bookingform input {
    width: 100%;
    padding: 17px;
    border: 0;
    background-color: #cccccc52;
    margin-bottom: 20px !important;
    display: block;
}

.bookingform  .wpcf7-submit {
    width: 200px;
    background-color: #b47402;
    color: #fff;
    padding: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
div#popmake-704 {
    border: 0;
    background-color: #000;
    PADDING: 40PX;
}

div#pum_popup_title_704 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}

div#popmake-704 h3 {
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
}

.page_the-mission .entry * {
    color: #fff;
}