@font-face {
    font-family: 'Outfit';
    src: local('Outfit Medium'), local('Outfit-Medium'),
        url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: local('Outfit Regular'), local('Outfit-Regular'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: local('Outfit SemiBold'), local('Outfit-SemiBold'),
        url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: local('Outfit Bold'), local('Outfit-Bold'),
        url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'),
        url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display Medium'), local('PlayfairDisplay-Medium'),
        url('../fonts/PlayfairDisplay-Medium.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display SemiBold'), local('PlayfairDisplay-SemiBold'),
        url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'),
        url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display ExtraBold'), local('PlayfairDisplay-ExtraBold'),
        url('../fonts/PlayfairDisplay-ExtraBold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


body {padding: 0;margin: 0;font-family: 'Outfit';font-weight: normal;overflow-x: hidden !important;}
html, body {width: 100%;height: 100%}
a {text-decoration: none;color: #000;transition: all 0.6s ease-out;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-ms-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;}
a:hover {text-decoration: none!important;cursor: pointer}
a:focus {text-decoration: none;transition: all 1s ease}
:focus {outline: none!important}
::-moz-selection {background-color:#000;color:#fff}
::selection {background-color: #000;color: #fff}
.count::-moz-selection {background-color:#fff;color:#000}
.count::selection {background-color: #fff;color: #000}
img {max-width: 100%;height: auto}
p {font-family: 'Outfit';font-style: normal;font-weight: 400;font-size: 18px;line-height: 26px;color: #666;}
p a {color: #000;}
p a:hover {color: #C9A35C;}
p strong {color: #C9A35C;font-weight: 400;}
li strong {color: #C9A35C;font-weight: 500;}
ul, ol, ul li, ol li {margin: 0;padding: 0;}
ul li a, ol li a {color: #000;}
ul li a:hover, ol li a:hover {color: #000;}
figure, address {margin: 0;}
input, textarea, select, button {border-radius: 0;-webkit-box-shadow: none;box-shadow: none;outline: none;}
input:focus, textarea:focus, select:focus, button:focus {outline: 0;-webkit-box-shadow: none;box-shadow: none;}
h1, h2, h3, h4, h5, h6 {font-family: 'Playfair Display';font-style: normal;font-weight: 600;color: #000;margin-bottom: 15px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #000;}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {color: #C9A35C;font-weight: 600;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #C9A35C;}
h1 {font-size: 40px;line-height: 50px;}
h2 {font-size: 32px;line-height: normal;}
h3 {font-size: 30px;line-height: normal;}
h4 {font-size: 28px;line-height: normal;}
h5 {font-size: 26px;line-height: normal;}
h6 {font-size: 24px;line-height: normal;}
select::-ms-expand {display: none;}
select {-moz-appearance: none;}
#back-top-wrapper {position: fixed;right: 25px;bottom: 25px;overflow: hidden;z-index: 2;}
p#back-top {margin: 0;line-height: normal;font-size: 0;}
#back-top-wrapper #back-top a {opacity: 1;transition: 200ms all;border-radius: 50%;display: inline-block;background: #C9A35C url(../images/top-arrow.png) no-repeat;height: 50px;width: 50px;background-position: center center;}
#back-top-wrapper #back-top a:hover {background-color: #000;background-position: center center;transform: 0.6s;}


.modal-backdrop.show { opacity: .9; }
.modal.popup-form button.close {opacity: 1;position: absolute;right: 30px;top: 30px;font-size: 26px;font-weight: normal;color: #fff;cursor: pointer;/* text-shadow: none; */ background: transparent;border: none;}
.modal-body{ padding: 0; }
.popup-form .form-hero { padding: 30px 30px; border-radius: 20px;background: #fff; border: 5px solid #C9A35C; }
.modal-dialog { max-width: 730px !important; position: absolute; top: 60px; left: 0; right: 0; transform: none !important; margin: 0px auto 0; width: 95%; }
.modal-content {
    background: transparent;
}

.popup-right p { text-align: center; }
.modle-dtl { position: absolute; height: auto; bottom: 0; }
.popup-logo { text-align: center; padding: 30px; }
.popup-dtl { position: relative; }
.popup-dtl-bottum { background: #F5F5F5; position: absolute; bottom: 0; left: 0px; right: 0; padding: 0 15px; }
.popup-dtl-bottum::after { content: ''; height: 55px; width: 100%; top: -50px; position: absolute; background: url(../images/popup-dtl-bottum-layer.png) no-repeat; left: 0; background-size: 100%; }
.popup-dtl-bottum figure { box-shadow: 0px 0px 20px rgba(26, 36, 107, 0.20); width: 90px; height: 90px; background: #fff; border-radius: 50%; text-align: center; line-height: 90px; border: 2px solid #000; margin: -106px 0 15px 50px; position: relative; z-index: 1; }
.popup-dtl-bottum h5 strong { color: #C9A35C; font-size: 36px; font-weight: 600; line-height: 46px; margin: 0; }
.popup-dtl-bottum h5 { color: #000; font-size: 34px; font-weight: 600; line-height: 46px; }
.popup-dtl-bottum p { color: #FFF; font-family: Outfit; font-size: 24px; font-weight: 600; line-height: 28px; background: #000; padding: 13px 10px; margin: 0 -15px 0px; text-align: center; }
.popup-dtl-bottum p a{ color: #C9A35C; }
.popup-dtl-bottum p a:hover{ color: #000; }
.popup-dtl > figure > img { height: 460px; object-fit: cover; }
.popup-right { height: 100%; }
.popup-right .form-hero { height: 100%; }
.popup-right .form-hero .b-form-title { color: #000; font-size: 36px; font-weight: 600; line-height: 28px; margin-bottom: 10px; }
.popup-right .form-hero input.button.gform_button { padding: 13px 30px; width: auto; }


.alignleft {float: left;margin-right: 1.5em;margin-bottom: 15px;margin-top: 8px;}
.alignright {float: right;margin-left: 1.5em;margin-bottom: 15px;margin-top: 8px;}
.aligncenter {clear: both;display: block;margin: 0 auto 15px}
.default-css ul {margin-bottom: 20px;}
.default-css ol {padding-left: 20px;margin-bottom: 15px;}
.default-css ul li, .default-css ol li {font-family: 'Outfit';font-style: normal;font-weight: normal;font-size: 18px;line-height: 28px;color: #666;margin: 0 0 10px;}
.default-css ul li a, .default-css ol li a {color: #000}
.default-css ul li strong, .default-css ol li strong {color: #C9A35C;}
.default-css ul li a:hover, .default-css ol li a:hover {color: #C9A35C}
.default-css ul li {list-style: none !important;background: url(../images/list-arrow.png) no-repeat;background-position: 0 5px;padding-left: 25px;background-size: 18px;}
.default-css ol li::marker {color: #000;}
section.default-section {padding: 100px 0;}
ul.two-col {display: flex;flex-wrap: wrap;}
ul.three-col {display: flex;flex-wrap: wrap;}
ul.three-col li {width: 33.33%;}
ul.two-col li {width: 50%;}
@media (max-width: 900px) {
ul.three-col li {width: 50%;}
}
@media (max-width: 575px) {
ul.two-col {display: block;}
ul.three-col {display: block;}
ul.three-col li {width: 100%;}
ul.two-col li {width: 100%;}
}


.scroll-top { position: fixed; bottom: 20px; right: 20px; width: 50px; height: 50px; cursor: pointer; opacity: 0; visibility: hidden; transition: 0.3s; z-index: 99; background: #000; border-radius: 50%; border: 1px solid #C9A35C;display: flex; align-items: center; justify-content: center; }
.scroll-top.show { opacity: 1; visibility: visible; }
.scroll-top path { stroke: #C9A35C; stroke-width: 8; fill: none; transition: stroke-dashoffset 0.2s linear; }
.scroll-top:after { content: ""; position: absolute; text-align: center; line-height: normal; font-size: 20px; color: #fff; left: 0; top: 0; height: 100%; width: 100%; cursor: pointer; display: block; background: url(../images/blog-next.png) no-repeat; background-size: 24px; background-position: center !important; transform: rotate(-90deg); }


.dark-section p , .dark-section .heading-title , .dark-section .heading-title strong , .dark-section h1 , .dark-section h2 , .dark-section h3 , .dark-section h4 , .dark-section h5 , .dark-section h6 , .dark-section ul li , .dark-section ol li , .dark-section .sub-heading { color: #fff; }
.dark-section p a:hover { color: #fff; }
.dark-section .heading-title strong , .dark-section p strong{ color: #C9A35C; }

.dark-section h1 strong , .dark-section h2 strong , .dark-section h3 strong , .dark-section h4 strong , .dark-section h5 strong , .dark-section h6 strong{ color: #C9A35C; }

.dark-section .theme-btn.btn-red:hover{background: #fff;color: #000;}

/*--btns--*/
.theme-btn { display: inline-block; position: relative; padding: 15px 32px; text-align: center; border-radius: 45px; min-width: 190px; border: 1px solid transparent; font-family: Outfit; font-size: 20px; font-style: normal; font-weight: 600; line-height: normal; }
.theme-btn.btn-white {background: #fff; color: #C9A35C;border-color: #C9A35C;}
.theme-btn.btn-white:hover {background: #C9A35C; color: #fff;border-color: #C9A35C;}
.theme-btn.btn-black { background: #000; color: #fff;}
.theme-btn.btn-black:hover{ background: #C9A35C; }
.theme-btn.btn-yellow { background: #C9A35C; color: #fff; }
.theme-btn.btn-yellow:hover {background: #fff; color: #C9A35C;border-color: #C9A35C; }
.call-btn figure { display: inline-flex; width: 48px; height: 48px; flex-shrink: 0; justify-content: center; align-items: center; margin-right: 20px; background: #fff; }
.theme-btn:not(:first-child){margin-left: 15px;}
.dark-section .theme-btn.btn-sky:hover {border-color: #fff;background: rgba(255, 255, 255, 0.08); }


/*--floating-icon--*/
.floating-icon a { padding: 16px 30px; display: inline-block; text-align: center; font-family: 'Outfit'; border-radius: 0px; background: #000; color: #FFF; font-size: 20px; font-style: normal; font-weight: 500; line-height: 28px;text-transform: uppercase; }
.floating-icon { position: absolute;opacity: 0; transition: opacity 0.5s ease-in-out; z-index: 11; right: -65px; transform: rotate(-90deg); }
.floating-icon a:hover {color: #fff;background: #000;transition: 0.6s;}
.floating-icon.sticky{ position: fixed;  opacity: 1; top: 50%; }

/*--heading--*/
.heading-title { margin-bottom: 20px; color: #000; font-family: "Playfair Display"; font-size: 70px; font-style: normal; font-weight: 600; line-height: 80px; }
.heading-title strong{ color: #C9A35C; font-weight: 600; }


/*--------- header-section ---*/
.header-section { position: relative; top: 0; left: 0; right: 0; z-index: 99; border-radius: 0; transition: all 0.5s ease-in-out; padding: 0px; background: #000; }
.header-section .container-fluid { padding: 0; }
.heaer-top { padding: 10px 40px; }
.header-section .col-sm-10 { width: 87%; }
.header-section .col-sm-2 { width: 13%; }
.header-section .row { align-items: center; }
.header-section.sticky { position: fixed; box-shadow: 0px 4px 20px 0px rgba(48, 69, 124, 0.20); width: 100%; background: #212220; -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; top: 0; margin: 0; }
.header-right { display: flex ; display: -webkit-flex; align-items: center; justify-content: end; }
.header-right p { margin: 0; color: #fff; font-weight: 600; }
.head-right { display: flex; align-items: center; justify-content: space-between; margin-left: 45px; }
.head-call { color: #FFF; font-family: Outfit; font-size: 26px; font-style: normal; font-weight: 600; line-height: normal; margin: 0 20px 0 0px; }
.head-call a{color: #fff;}
.head-call figure { display: inline-block; margin-right: 10px; position: relative; top: -2px; }
.header-right p a { color: #C9A35C;font-weight: 600; }
.header-right p a:hover{color: #fff;}
.header-right p strong {font-weight: 600; } 
.head-call a:hover{color: #C9A35C;}
.menu-navbar { background: #C9A35C; text-align: center; }


/*--banner--*/
.home-banner { position: relative;align-content: center; z-index: 1; padding: 35px 0; }
.home-banner .video-div { position: absolute; left: 0; top: 0; height: 100%; width: 100%; }
.home-banner::before { position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; opacity: 0.8; background: linear-gradient(90deg, #000 0.16%, rgba(0, 0, 0, 0.88) 45.47%, rgba(0, 0, 0, 0.09) 61.35%, rgba(0, 0, 0, 0.03) 101.57%); z-index: 1; }
.banner-absolute { position: relative; z-index: 1; }
.home-banner .col-sm-4 { width: 40%; }
.home-banner .col-sm-8 { width: 60%; }
.home-banner .row { align-items: center; }
.home-banner .container { max-width: 1730px !important; }
.banner-title { margin-bottom: 20px; color: #FFF; font-family: "Playfair Display"; font-size: 50px; font-style: normal; font-weight: 500; line-height: 77px; }
.banner-title strong { color: #C9A35C; font-weight: 700; }
.banner-caption p { color: #FFF;}
.banner-content-bx { max-width: 754px; padding: 25px 30px;border-radius: 10px; background: rgba(102, 102, 102, 0.70); margin-top: 45px; }
.banner-caption h2 { color: #FFF; font-family: Outfit; font-size: 30px; font-style: normal; font-weight: 500; line-height: 36px; }
.banner-caption h3 { color: #C9A35C; font-family: Outfit; font-size: 25px; font-style: normal; font-weight: 600; line-height: 36px; margin-bottom: 8px; }
.banner-caption { padding-right: 20px; }
.home-banner .video-div .wrapper { height: 100%; }
video.fullscreenbg__video { width: 100%; height: 100%; object-fit: cover; }


/*-------LOGO_SECTION-CSS---------*/
section.logo-section { padding: 45px 35px; position: relative;background: #FFF;
box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.15);}
section.logo-section .item{text-align: center;align-content: center;}
section.logo-section .owl-item {  justify-content: center; align-items: center; }
section.logo-section .owl-stage { display: flex ; align-items: center; }
section.logo-section h2 { color: #000; text-align: center; font-family: "Playfair Display"; font-size: 32px; font-style: normal; font-weight: 600; line-height: 40px; position: relative; padding-bottom: 25px; }
section.logo-section h2::after { position: absolute; content: ''; bottom: 0; left: 0; right: 0; background: url(../images/logo-lines.png) no-repeat; height: 13px; text-align: center; background-position: center; }
.logo-slider.owl-carousel .owl-item { flex: unset !important; }


/* --------perform-section-------- */
section.perform-section { position: relative; padding: 100px 0; }
section.perform-section .row { justify-content: center; }
section.perform-section .col-sm-3 { padding: 20px 25px; }
.perform-items { position: relative; height: 100%; border-radius: 10px; background: #FFF;overflow: hidden; box-shadow: 0 14px 36px 0 rgba(0, 0, 0, 0.20); }
.perform-items h3 { color: #000; font-family: Outfit; font-size: 30px; font-style: normal; font-weight: 600; line-height: 36px; margin-bottom: 10px; }
.perform-item { position: absolute; border-radius: 10px; background: rgb(255 255 255 / 90%); padding: 20px; height: auto; overflow-x: auto; left: 0; top: -1px; right: 0; bottom: -1px; opacity: 0; transform: translate3d(0, 100%, 0); pointer-events: none; transition: opacity .35s ease-in-out, transform .35s ease-in-out; will-change: transform, opacity; backface-visibility: hidden; -webkit-backface-visibility: hidden;}
.perform-items:hover .perform-item { opacity: 1; transform: translate3d(0, 0, 0); pointer-events: auto; }
.perform-items:hover .figcaption { display: none; }
.perform-items .figcaption { padding: 25px 35px 15px; position: absolute; bottom: 0; background: #fff; left: 0; right: 0; top: auto; border-radius: 0 0 10px 10px; transition: all .8s ease-in-out; -webkit-transition: all .8s ease-in-out; -moz-transition: all .8s ease-in-out; -o-transition: all .8s ease-in-out; }
.perform-items figure img { width: 100%; }


/* before-after-section */
section.before-after-section { padding-bottom: 100px; }
section.before-after-section .section-heading p { margin-bottom: 5px; }
section.before-after-section .row { justify-content: center; }
section.before-after-section .col-sm-4 { padding: 10px; }
section.before-after-section .tab-content { max-width: 1450px; margin: 0 auto; }
ul.nav.nav-tabs { margin: 30px 0px 35px; border: none; justify-content: center;}
ul.nav.nav-tabs li a { padding: 14px 32px; display: inline-block; min-width: 110px; color: #000; text-align: center; font-family: Outfit; font-size: 18px; font-style: normal; font-weight: 600; line-height: 28px; border-radius: 45px; border: 2px solid #C9A35C; background: #FFF; box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.21); }
ul.nav.nav-tabs li { padding: 5px; }
ul.nav.nav-tabs li a.active { background: #C9A35C; color: #fff; border-color: #C9A35C; }
.fade.in { opacity: 1; }

.before-after { display: flex; flex-wrap: wrap; border-radius: 10px; overflow: hidden; }
.before-after figure { position: relative; width: 50%; border: 1px solid #fff; }
.before-after figure img { width: 100%; }
.before-after h3.result { border-radius: 4px; background: #C9A35C; color: #FFF; text-align: center; font-family: Outfit; font-size: 18px; font-style: normal; font-weight: 500; line-height: 23px; display: inline; position: absolute; bottom: 5px; left: 5px; margin: 0; padding: 6px 8px 6px; min-width: 85px; }
.before-after h3.result.after { background: #fff; color: #000; left: auto; right: 5px; }
.before-after-btns a.theme-btn { margin: 20px 0; }


/*--------about-section--------*/
section.about-section { background: #F5F5F5; padding: 100px 0 0; position: relative; z-index: 1;overflow: hidden; }
section.about-section .row { align-items: end; }
.about-img figure { text-align: center; position: relative; }
.about-img figure::before { position: absolute; content: ''; width: 300px; height: 300px; left: 0; top: -30px; border-radius: 50%; background: linear-gradient(180deg, #FFF 0%, #F5F5F5 100%); z-index: -1; margin: 0 auto; right: 0; }
.about-content-parent ul { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -10px; }
.about-content-parent ul li { padding: 5px 10px; width: 50%; list-style: none; }
.about-content-parent ul li .about-content{ display: flex; align-items: self-start; padding: 15px 20px; border-radius: 45px; border: 1px solid rgba(201, 163, 92, 0.60); background: #FFF; }
.about-content-parent ul li figure { flex-shrink: 0; margin-right: 10px; }
.about-content-parent ul li p { margin: 0;color: #000;font-weight: 500;}
.about-content-center { display: flex; flex-wrap: wrap; padding: 30px 0 50px; }
.about-content-center h3 { color: #000; text-align: center; font-family: Outfit; font-size: 22px; font-style: normal; font-weight: 400; line-height: 28px; margin: 0; width: 37%; border-right: 1px solid #D9D9D9; padding: 10px 0; } 
.about-content-center h3:last-child { border: none; text-align: right; width: 28%; }
.about-content-center h3:first-child { text-align: left; width: 35%; }

.about-counter { background: #FFF; border-radius: 60px 0 0 60px; max-width: 540px; margin: -100px 0 0 auto; position: relative; padding: 20px 0 20px 50px; }
.about-counter::before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: -1000%; z-index: 0; background: #FFF; border-radius: 60px 0 0 60px; box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
.about-counter .count-bx .count-digit-row { color: #C9A35C; font-family: Outfit; font-size: 38px; font-style: normal; font-weight: 700; line-height: 40px; margin: 0; justify-content: left; }
.about-counter .count-bx p{color: #666;font-size: 18px;line-height: normal; font-weight: 400; margin-bottom: 10px;}
.count-bx.count-first { display: flex; align-items: center; margin-bottom: 10px; padding-bottom: 10px; }
.count-bx.count-first::before { position: absolute; content: ''; height: 1px; bottom: 0; right: -1000%; left: 0; background: rgb(0 0 0 / 22%); }
.about-counter .count-bx.count-first .count-digit-row { font-size: 70px; line-height: 70px; }
.about-counter .count-bx.count-first p { margin: 0 0 0 20px; }
.about-content-parent .section-heading { padding-bottom: 40px; }


/* --------transformation-section-------- */
section.transformation-section { position: relative; padding: 100px 0; }
section.transformation-section .row { justify-content: center; }
section.transformation-section .col-sm-3 { padding: 15px; }
.transformation-items { height: 100%; position: relative; border-radius: 10px; background: #F5F5F5; text-align: center; padding: 30px 30px 15px; }
.transformation-items figure { overflow: hidden; background: #C9A35C; width: 100px; height: 100px; border-radius: 50%; margin: 0 auto 15px; display: flex; align-items: center; justify-content: center; }
.transformation-items h4 { margin-bottom: 10px; color: #C9A35C; text-align: center; font-family: Outfit; font-size: 28px; font-style: normal; font-weight: 700; line-height: 28px; }
.transformation-bottum { padding-top: 40px; }
.transformation-bottum a.theme-btn { margin: 10px 0 30px; }
.transformation-bottum p { color: #C9A35C; font-size: 22px; font-weight: 600; line-height: 36px; }
.transformation-items p b{font-weight: 600;}

/* --------body-contouring-section-------- */
section.body-contouring-section { background: #000; position: relative; padding: 40px 0 40px 70px; }
section.body-contouring-section .default-css ul li { font-size: 26px; line-height: 38px; background: url(../images/checked.png) no-repeat; background-position: 0 6px; padding-left: 40px; background-size: 27px; margin: 0 0 11px; }
section.body-contouring-section .section-heading { padding-right: 30px; }
section.body-contouring-section .row { align-items: center; }
.img-container { text-align: right; }
section.body-contouring-section .img-container img { border-radius: 10px 0 0 10px; width: 100%; }
section.body-contouring-section .heading-title { font-weight: 400; }
section.body-contouring-section .col-sm-7 { width: 53%; }
section.body-contouring-section .col-sm-5 { width: 47%; padding-right: 0; }


/* --------growing-section-------- */
section.growing-section { position: relative; padding: 80px 0; }
.growing-top { padding: 50px 70px 70px; border-radius: 45px; border: 1px solid #C9A35C; background: #FFF6E6; max-width: 1600px; margin: 0 auto; }
.growing-list { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -15px; }
.growing-list li { display: flex; align-items: self-start; padding: 15px 20px; border-radius: 45px; background: #FFF; border-left: 6px solid #c9a35c; margin: 15px; }
.growing-list li figure { flex-shrink: 0; margin-right: 10px; }
.growing-list li p { margin: 0; }
.growing-list li p strong { color: #000; }
.count-items-parent { text-align: center; border-radius: 20px; background: #FFF; box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.15); padding: 35px 60px 50px; margin: 35px 45px 0; position: relative; }
.count-items { display: flex; flex-wrap: wrap; justify-content: center; padding: 25px 0 0; }
.count-items .count-item { width: 33.33%; padding: 0 15px; }
.count-bx { height: 100%; padding: 0; position: relative; text-align: center; }
.count-digit-row { margin-bottom: 15px; position: relative; z-index: 1; display: flex; justify-content: center; color: #C9A35C; text-align: center; font-family: Outfit; font-size: 58px; font-style: normal; font-weight: 600; line-height: 40px; }
.count-bx p { color: #000; font-family: Outfit; font-size: 20px; margin: 0; font-weight: 600; }
.count-bx-btm { border-top: 1px solid #D9D9D9; padding-top: 15px; margin-top: 40px; }
.count-bx-btm p { color: #000; }
.growing-btm { padding-top: 80px; }
.growing-btm h3 { color: #000; text-align: center; font-family: Outfit; font-size: 28px; font-style: normal; font-weight: 400; line-height: 28px; }
.growing-btm p { margin-bottom: 5px; }
.growing-btm .default-btns { padding: 15px 0 30px; }
.growing-top .section-heading p { font-size: 24px; line-height: 34px; }


/* additional-services-section */
section.additional-services-section { background: #F5F5F5; padding: 100px 0; }
section.additional-services-section .section-heading { max-width: 1360px; margin: 0 auto; }
section.additional-services-section .row { justify-content: center; }
section.additional-services-section .col-sm-4 { padding: 30px; }
.additional-services-bx { border-radius: 40px; background: #FFF; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06); height: 100%; padding: 30px 30px; }
.additional-services-bx h3 { color: #000; font-family: Outfit; font-size: 24px; font-style: normal; font-weight: 500; line-height: 28px; border-bottom: 1px solid #D9D9D9; margin-bottom: 10px; padding-bottom: 15px; }
.additional-services-bx h3 img{margin-right: 20px;}
.additional-services-bx ul li { border-radius: 45px; background: rgba(201, 163, 92, 0.15); display: flex; align-items: center; justify-content: space-between; padding: 10px 15px; margin: 10px 0; }
.additional-services-bx ul li p{ color: #000; margin: 0; padding: 0 5px; text-align: left;}
.additional-services-bx ul li p span { color: #666; }
.additional-services-bx p{text-align: center;}
.additional-services-bottum { border-radius: 40px; border: 1px solid #C9A35C; background: #F7F1E7; max-width: 1600px; margin: 40px auto 0; padding: 50px 20px; }
.additional-services-bottum p { margin-bottom: 5px; }
.additional-services-bottum .default-btns { padding: 20px 0 30px; }
.additional-services-bottum h3 { color: #666; text-align: center; font-family: Outfit; font-size: 20px; font-style: normal; font-weight: 400; line-height: normal; }
.additional-services-bottum .heading-title { font-weight: 500; }

/* our-commitment-section */
section.our-commitment-section { background: #000; padding: 100px 0; }
section.our-commitment-section .heading-title { color: #fff; }
.our-commitment-bx h3 { color: #C9A35C; font-family: Outfit; font-size: 30px; font-style: normal; font-weight: 600; line-height: 40px; }
.our-commitment-bx p { color: #fff; }
section.our-commitment-section ul {margin: 30px auto 0; display: flex; flex-wrap: wrap; justify-content: center;    position: relative; z-index: 1; }
section.our-commitment-section ul li { width: 50%; padding: 20px 80px; list-style: none; }
.our-commitment-bx { display: flex; }
.our-commitment-bx figure { margin-right: 20px; }
.our-commitment-bx .default-css { width: calc(100% - 60px); }
section.our-commitment-section ul:after { position: absolute; content: ''; width: 1px; height: 100%; left: 50%; top: 0; z-index: -1; background: linear-gradient(180deg, rgba(201, 163, 92, 0.00) 0%, #C9A35C 47.43%, rgba(201, 163, 92, 0.00) 100%); }



/*-----testimonial-section-----*/
section.testimonial-section { padding: 100px 0; position: relative; z-index: 1; }
section.testimonial-section .section-heading { max-width: 1130px; margin: 0 auto; }
section.testimonial-section .row { justify-content: center; }
section.testimonial-section .col-sm-4 { padding: 25px 40px; }
.client-reviews-box { text-align: center; float: left; }
.review { margin-bottom: 25px; color: #000; font-family: Outfit; font-size: 28px; font-style: normal; font-weight: 600; line-height: 28px; }
.review strong { color: #C9A35C;  font-weight: 600;}
.testimonial-slider  .item { padding: 0 25px 50px; }
.client-say-box { height: 100%; position: relative; padding: 30px 30px 150px; border-radius: 10px; background: #FFF; box-shadow: 4px 15px 10px 0 rgb(0 0 0 / 8%); }
.clint-name-parent { position: absolute; bottom: 30px; left: 30px; right: 30px; }
.clint-name-parent .clients-item-heading{display: flex; align-items: center;}
.start-icon { border-bottom: 1px solid #D9D9D9; padding-bottom: 15px; margin-bottom: 13px; }
.clint-name-parent figure { flex-shrink: 0; margin-right: 20px; }
.clint-name-parent h3 { margin: 0; color: #000; font-family: Outfit; font-size: 23px; font-style: normal; font-weight: 700; line-height: 28px; }
.start-icon img { width: 22px; }
.testimonial-slider .item { padding: 40px 20px ; height: 100%; }
.testimonial-row .row { align-items: center; }
.testimonial-slider .owl-stage { display: flex; }
.testimonial-row .col-sm-12 { padding-right: 0; }

/*-----owl-css-----*/
.owl-item { flex: 1 0 auto; }
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev { background-position: center !important; width: 52px; height: 52px; margin: 0 10px; border:none; border-radius: 0%; }
.owl-carousel .owl-nav button.owl-prev { background: url(../images/owl-prev.png) no-repeat; }
.owl-carousel .owl-nav button.owl-next { background: url(../images/owl-next.png) no-repeat; }
.owl-carousel .owl-nav button.owl-prev:hover { background: url(../images/owl-prev-hover.png) no-repeat;border-color: #000; }
.owl-carousel .owl-nav button.owl-next:hover { background: url(../images/owl-next-hover.png) no-repeat; border-color: #000;}
.owl-nav span {display: none;}
.owl-nav { text-align: left; margin: 20px 10px; }
.testimonial-slider .owl-nav::after { position: absolute; content: ''; height: 1px; background: #D9D9D9; bottom: 29px; left: 170px; right: 120px; }
.testimonial-row { margin-left: 120px; }



section.payment-plans-section { position: relative; padding: 100px 0; background-repeat: no-repeat; background-size: cover; z-index: 1; }
section.payment-plans-section:before { position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; opacity: 0.8; background: #000; z-index: -1; }
.payment-plans-wrapper { margin: 0 auto; max-width: 1470px; }
section.payment-plans-section .row { justify-content: center; }
.payment-plans-wrapper .col-sm-4 { padding: 20px 30px; }
.payment-card { height: 100%; position: relative; display: flex; flex-direction: column; border-radius: 45px; border: 1px solid rgba(201, 163, 92, 0.30); background: #212121; padding: 20px 15px;justify-content: space-between;transition: all 0.5s ease-in-out; }
.payment-card-header { display: flex; align-items: center; margin-bottom: 30px; }
.payment-card-header figure { width: 100px; height: 100px; background: #C9A35C; display: flex; align-items: center; justify-content: center; margin: 0 30px 0 0; border-radius: 50%; flex-shrink: 0;transition: all 0.5s ease-in-out; }
.payment-card h3 { color: #C9A35C; font-family: "Playfair Display"; font-size: 30px; font-style: normal; font-weight: 600; line-height: 38px;transition: all 0.5s ease-in-out; }
.payment-card-badge { border-radius: 45px; background: #C9A35C; color: #FFF; font-family: Outfit; font-size: 30px; font-style: normal; font-weight: 500; line-height: 38px; text-align: center; padding: 10px 15px; margin-bottom: 25px;transition: all 0.5s ease-in-out; }
.payment-card.default-css ul { margin: 0 20px 20px; }
.payment-card-ftr { text-align: center; padding: 10px 0 25px; }
.payment-card figure img{transition: all 0.5s ease-in-out;}
.payment-card:hover{border-color: #fff;background: linear-gradient(180deg, #C9A35C 0%, #63502D 100%); }
.payment-card:hover h3{color: #fff;}
.payment-card:hover figure {background: #FFF;}
.payment-card:hover .payment-card-badge{color: #fff;background:#000; }
.payment-card:hover figure img{ animation: zoomOutIn 0.45s ease-in-out forwards; filter: brightness(0);}
.payment-card.default-css ul li {margin-bottom: 15px;}
.payment-card.default-css:hover ul li { list-style: none !important; background: url(../images/list-arrow-black.png) no-repeat; background-position: 0 5px; padding-left: 25px; background-size: 18px; }
@keyframes zoomOutIn { 0% { transform: scale(1); } 40% { transform: scale(0.85); } 100% { transform: scale(1.0); } }


/* --------services-section-------- */
section.services-section { padding: 100px 0px; position: relative; overflow: hidden;}
.service-lists ul { display: flex ; flex-wrap: wrap; justify-content: center;margin: 0 -15px; }
.service-lists ul li { list-style: none; width: 20%; padding: 15px; }
.services-box { height: 100%; position: relative;text-align: center;transition: all 0.5s ease-in-out; }
.services-content { padding: 18px 8px 0; }
.services-box h3 { color: #000; font-family: Outfit; font-size: 20px; font-style: normal; font-weight: 600; line-height: 28px;margin-bottom: 10px; }
.services-box h3 a{color: #000;}
.services-box figure { overflow: hidden;border-radius: 0px;}
.services-box  figure img{ width: 100%;height: 100%;transition: all 0.5s ease-in-out;object-fit: cover; transform: scale(1.025)}
.services-box:hover > figure img{transform: scale(1.0);}
.services-box:hover h3 a{ color: #C9A35C; }
.services-box:hover{ transform: translateY(-10px); }
.sub-heading { display: inline-block; color: #C9A35C; text-align: center; font-family: Outfit; font-size: 20px; font-style: normal; font-weight: 500; line-height: normal; margin: 0 auto 25px; position: relative;padding: 0 30px; }
.section-heading.text-center > .sub-heading:first-child::before { content: ''; position: absolute; left: -1000%; right: -1000%; top: 13px; background: #C9A35C; height: 1px; z-index: -1; }
.section-heading.text-center > .sub-heading:first-child { background: #fff; }

.section-heading.text-center { position: relative; }
.sub-heading.border-left:after { position: absolute; content: ''; left: -1000%; top: 50%; background: #C9A35C; height: 1px; right: 100%; }
.service-lists { max-width: 1530px; margin: 0 auto; }

section.cta-section { position: relative; background: #000;padding: 100px 0; }
.cta-btns { padding: 10px 0 25px; }

section.custom-payment-plan-section { padding: 100px 0; position: relative; }
.custom-payment-plan-wrapper { margin: 70px auto 30px; }
section.custom-payment-plan-section .row { justify-content: center; }
.custom-payment-plan-items { height: 100%; border-right: 1px solid #d9d9d9; text-align: center;padding: 0 15px; }
.custom-payment-plan-items figure { width: 100px; height: 100px; background: #C9A35C; color: #FFF; font-family: "Playfair Display"; font-size: 70px; font-style: normal; font-weight: 700; line-height: 80px; border-radius: 50%; margin: 0 auto 30px; }
.custom-payment-plan-items h3 { color: #000; font-family: Outfit; font-size: 30px; font-style: normal; font-weight: 400; line-height: 42px; }
section.custom-payment-plan-section .col-sm-4:last-child .custom-payment-plan-items{border: none;}


/*--------faq--------*/
section.faq-section { padding:0 0 100px; position: relative;}
section.faq-section .section-heading { margin-bottom: 30px; }
.section-heading-ftr { margin-top: 80px; }
.section-heading-ftr .heading-title { font-weight: 500; }
.faq-box{margin: 0 auto;max-width: 1030px;}
.faq-box .card { margin:0 0 20px; border-radius: 45px; border: 1px solid rgba(0, 0, 0, 0.40); background: #F5F5F5;}
.faq-box .card:has(.card-header-title:not(.collapsed)) { background: #FFF; box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25); border-color: #fff;border-radius: 35px; }
.faq-box .card-header-title { padding: 16px 55px 16px 30px; position: relative; margin: 0;font-family: Outfit;
font-style: normal; color: #C9A35C; font-weight: 500; font-size: 20px; line-height: 28px; border-radius: 0; background: transparent; border: none; }
.card-body.default-css { padding: 0 30px 25px; }
.card-header-title.collapsed { color: #000; box-shadow: none; border-radius: 0; border: none; background: transparent;}
.faq-box .card-header h5::after,
.card-header-title::after { content: ""; position: absolute; right: 20px; top: 50%; width: 20px; height: 20px; background: url("../images/faq-minus.png") no-repeat center; background-size: 20px; transform: translateY(-50%) rotate(180deg); transition: transform 0.1s ease, 0.1s ease; }
.faq-box .card-header h5.collapsed::after,
.card-header-title.collapsed::after { background: url("../images/faq-pluse.png") no-repeat center; background-size: 20px; transform: translateY(-50%) rotate(0deg); }
.faq-box .card-header {border: none;padding: 0;cursor: pointer;position: relative;margin: 0 0 0;background: transparent !important;}

section.counter-section { padding: 100px 0; position: relative; }
section.counter-section .count-items { border-radius: 45px; background: #000; padding: 80px 45px; }
section.counter-section .count-items .count-bx p { color: #fff; }
section.counter-section .count-bx:after { position: absolute; content: ''; width: 1px; height: 100%; right: 0; top: 0; background: linear-gradient(180deg, rgba(201, 163, 92, 0.00) 0%, #C9A35C 48.43%, rgba(201, 163, 92, 0.00) 100%); }
section.counter-section .count-items .count-item:last-child .count-bx::after{display: none;}


/* home-contact-section */
section.home-contact-section { margin: 0 60px; }
.contact-row { position: relative; z-index: 1; border-radius: 45px; padding: 40px 15px; background-repeat: no-repeat; background-size: cover; }
.map-box { height: 390px; }
.map-box iframe { height: 100%; width: 100%;border-radius: 4px; }
.contact-row:before { position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; opacity: 0.8; background: #000; z-index: -1; border-radius: 45px;}
.contact-row .row { align-items: center; }
.contact-row .heading-title { font-weight: 500; }
.contact-row h3 { color: #C9A35C; font-family: Outfit; font-size: 36px; font-style: normal; font-weight: 600; line-height: 48px; } 
.contact-row .section-heading { max-width: 830px; margin-bottom: 40px; }
.home-contact-content { padding: 15px 90px 15px 25px; } 
.contact-row .form-hero {background: rgba(255, 255, 255, 0.97); backdrop-filter: blur(5px); }


/* OUR BLOG SECTION CSS START */
.blog-section { padding: 100px 0;}
.blog-section .row {justify-content: center;}
.blog-wrapper .col-sm-4 { padding: 25px; }
.blog-item { transition: all 0.6s; height: 100%; text-align: center; display: flex; flex-direction: column; }
.blog-item h3 { color: #000; font-family: Outfit; font-size: 20px; font-style: normal; font-weight: 500; line-height: 30px; }
.blog-item h3 a { color: #000; }
.blog-item figure { border-radius: 3px; overflow: hidden;    flex-shrink: 0; }
.blog-item:hover figure img {transform: scale(1.1);border-radius: 3px;}
.blog-item figure img {width: 100%; transition: all 0.6s; height: 100%; object-fit: cover;}
.blog-item:hover h3 a{ color: #000; }
.view-more { color: #000; font-size: 20px; font-style: normal; font-weight: 500; line-height: 28px; font-family: Outfit; }
.view-more a{color: #000;}
.blog-item:hover .view-more a{color: #000;}
.blog-item:hover .view-more a:hover{color: #C9A35C;}
.blog-wrapper-row .blog-item .view-more { position: absolute; bottom: 15px; }
.blog-wrapper { margin: 10px auto 0; max-width: 1450px; }
.blog-content { padding: 20px 15px; border-radius: 4px; background: #FFF; box-shadow: 0 0 24px 0 rgba(106, 164, 188, 0.50); position: relative; margin: -50px 20px 0;height: 100%; }
.default-btns.text-center { padding-top: 25px; }


/*----------- footer ---------*/
footer.footer { position: relative; z-index: 1; padding-top: 50px; }
footer.footer .col-sm-3 { width: 30%; }
footer.footer .col-sm-6 { width: 40%; }
.ftr-item { max-width: 330px; margin: 0 auto; } 
.ftr-call { display: flex; padding: 0 0 20px; }
.ftr-call figure { width: 22px; height: 22px; flex-shrink: 0; margin-right: 18px; }
.ftr-call-inn p { margin: 0; color: #000; } 
.ftr-call-inn p a { color: #000; font-weight: 600; font-size: 23px; }
.ftr-call-inn p a:hover { color: #C9A35C; }
.ftr-social { padding-top: 5px; } 
.ftr-social a { display: inline-block; padding: 0; position: relative; width: 50px; height: 50px; background: transparent; border-radius: 50%; margin: 3px; text-align: center; line-height: 45px; border: 1px solid rgb(0 0 0 / 60%); overflow: hidden; } 
.ftr-social a img { max-width: 24px; filter: brightness(0); }
.ftr-social a:hover{border-color: #C9A35C;}
.ftr-social a::before { position: absolute;content: ''; bottom: 0; left: 0; right: 0; top: 0; background: #C9A35C; overflow: hidden; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: .3s; transition: .3s ease; border-radius: 50%; opacity: 0;}
.ftr-social a:hover::before{ opacity: 1;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1); }
.ftr-social a:hover img{filter: brightness(0) invert(1);}
.frr-btns { text-align: right; padding-top: 10px; }
.copyright { padding: 15px 0; margin-top: 20px; border-top: 1px solid #d9d9d9; }
.copyright p{margin: 0;}
.copyright p a{color: #C9A35C;}
.copyright p a:hover{color: #000;}



/* -----FORM-CSS----- */
.form-hero { position: relative; right: 0; top: 0; padding: 20px 25px 25px; box-shadow: none; border-radius: 45px; background: rgb(255 255 255 / 85%); backdrop-filter: blur(5px); text-align: center; }
.form-b-title { color: #000; margin-bottom: 10px; text-align: center; font-family: 'Playfair Display'; font-size: 37px; font-style: normal; font-weight: 600; line-height: 48px; }
.form-b-title strong { color: #A47724; font-weight: 600; }
.form-hero .gform_body {margin: 0 -7px;}
.form-hero .gform_wrapper {max-width: 100%!important;margin: 0!important;padding: 0!important;}
.gform_wrapper .gform_fields {display: -webkit-box;display: -ms-flexbox;display: flex !important;-ms-flex-wrap: wrap;flex-wrap: wrap;grid-column-gap: 0% !important;grid-row-gap: 0px !important;}
.gform_wrapper.gravity-theme .gform_fields {grid-column-gap: 0 !important;grid-row-gap: 0 !important;}
.gform_wrapper .gfield { padding: 0 7px 18px; clear: both; text-align: left; width: 100%; margin: 0; }
.gform_wrapper .gfield.gfield--width-full {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.gform_wrapper .gfield.gfield--width-half {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.form-hero .gform_wrapper .ginput_container {margin: 0!important;padding: 0;position: relative;}
.form-hero .gform_wrapper label.gfield_label {font-family: 'Outfit';font-style: normal;font-weight: 400 !important;font-size: 16px !important;line-height: 22px;color: #666 !important;margin-bottom: 3px;}
.form-hero .gform_wrapper .medium::-webkit-input-placeholder { /* Edge */
color: #666;opacity: 1;}
.form-hero .gform_wrapper .medium:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #666;opacity: 1;}
.form-hero .gform_wrapper .medium::placeholder {color: #666;opacity: 1;}
.form-hero input.button.gform_button, .form-hero input.gform_button.button { padding: 14px 45px !important; display: inline-block !important; position: relative !important; cursor: pointer !important; transition: all 1s !important; width: auto !important; color: #Fff !important; text-align: center !important; font-family: Outfit !important; font-size: 20px !important; font-style: normal !important; font-weight: 500 !important; line-height: 28px !important; border-radius: 45px !important; border: none !important; background: #C9A35C !important; }
.form-hero input.button.gform_button:hover {background-color: #000 !important;color: #fff !important;transition: 0.6s !important;}
.form-hero .gform_wrapper textarea.medium { height: 85px !important; display: block; min-block-size: 100% !important; border-radius: 20px !important; }
.form-hero .gform_wrapper .gform_footer {padding: 0px 0 0 0 !important;margin: 0 0 0 0 !important;position: relative;z-index: 1;    justify-content: center;}
.gform_wrapper .medium.gfield_select { background: rgba(255, 255, 255, 0.60) url(../images/select-arrow.png) no-repeat right 20px center !important; background-size: 18px !important; }
.form-hero .gform_wrapper legend { font-size: 20px !important; font-family: Outfit; font-style: normal; font-weight: 600; line-height: 28px; color: #000; margin: 0 !important; padding-left: 0px; margin-bottom: 10px !important; }
.form-hero .gform_wrapper .gfield--type-choice .gchoice label.gform-field-label { font-size: 18px !important; line-height: 24px; margin-bottom: 10px !important; color: #000; font-family: Outfit; font-style: normal; font-weight: 400; padding-left: 0px; margin-left: 0 !important; }
.form-hero .gform_wrapper .gfield--type-choice .gchoice label.gform-field-label strong { display: block; color: #666; font-family: Outfit; font-size: 16px; font-style: normal; font-weight: 400; line-height: 24px; }
.gfield_radio .gchoice { position: relative; }
.form-hero .ginput_container.ginput_container_fileUpload, .form-hero .gform_drop_area.gform-theme-field-control { text-align: center; padding: 15px; box-shadow: none !important;border-radius: 4px; border: 1px solid rgba(255, 97, 55, 0.50); background: rgba(255, 255, 255, 0.60); }
.form-hero input[type="file"] { display : none; }
.form-hero .button.gform_button_select_files , .form-hero button.button.gform_button_select_files { border: none !important; display: inline-block !important; letter-spacing: 0.02em !important; padding: 7px 17px !important; text-align: center !important; text-decoration: none !important; transition: all 0.2s !important; color: #FFF !important; font-family: Outfit !important; font-size: 16px !important; font-style: normal !important; font-weight: 400 !important; line-height: 24px !important; margin-top: 5px !important; border-radius: 4px !important; background: #666 !important; }
.form-hero .button.gform_button_select_files:hover , .form-hero button.button.gform_button_select_files:hover{background-color: #000 !important;} 
.form-hero .button:hover{background-color: #000;} 
.form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium {
    width: 100% !important;
    font-size: 18px !important;
    padding: 10px 20px 10px 20px !important;
    -webkit-appearance: none;
    resize: none;
    position: relative;
    height: 50px;
    transition: all 1s;
    margin: 0 !important;
    color: #666 !important;
    font-family: Outfit;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 26px !important;
    border-radius: 45px !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.29) !important;
    background: rgba(255, 255, 255, 0.54);
}

span.gfield_description.gform_fileupload_rules {
    color: #666;
}
.form-hero .gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before { color: #666; }
.form-hero span.gform_drop_instructions { margin-bottom: 5px !important; }
.form-hero .gform-grid-row span.gform-grid-col:first-child{width:100%}
.gfield--type-address{ margin-bottom:12px !important;}
.form-hero .gform_wrapper .ginput_container.gform-grid-row { display: flex ; flex-wrap: wrap; width: 100%; margin: 0 !important; row-gap: 0 !important; margin-inline: 0 !important; }
.form-hero .gform-grid-row span.gform-grid-col { width: 50%; padding: 0 9px 20px; }
/* .form-hero fieldset.gfield.gfield--width-full { padding: 0;margin: 0 !important; } */
.form-hero .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message { font-size: 14px !important; }
.form-hero fieldset.gfield.gfield--width-full .gfield_description.validation_message.gfield_validation_message { padding: 0 9px 15px !important; margin-top: -10px !important; }

.gform_validation_errors { display: none !important; }
.gfield_description.instruction.validation_message { display: none !important; }
.form-hero h3{color: #000;font-size: 22px;font-weight: 500;line-height: 28px;}
.gfield_label_before_complex { padding-left: 9px !important; }
span.gfield_required.gfield_required_text { display: none !important; }
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-border-color: #C9A35C;}
.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { background-color: #C9A35C !important; width: 9px !important; height: 9px !important; top: 1.5px; position: absolute !important; margin: 0 auto !important; left: 2.4px !important; }
.gfield-choice-input { width: 15px !important; height: 15px !important; border-color: #000 !important; margin-top: 5px !important; position: relative !important; }
.before-after-bottom { margin-top: 10px; }


/*----------inner pages CSS-------*/
.inner-banner { position: relative; z-index: 1; margin: 10px 0px 0; }
.inner-banner>img{width: 100%;}
.inner-banner::before { content: ''; height: 100%; width: 100%; top: 0; left: 0; position: absolute; background: radial-gradient(216.06% 50.37% at 50.36% 53.29%, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.48) 100%); }
.caption-absolute { position: absolute; left: 0; z-index: 1; width: 100%; text-align: center; top: 54%; transform: translateY(-50%); }
.inner-banner .banner-caption { max-width: 100%; }
.page-nav { position: relative; bottom: 0; width: 100%; padding: 11px 0; background: #FFF; box-shadow: 0 34px 34px 0 rgba(106, 164, 188, 0.30); }
.page-nav ul li { margin: 0px; color: #000; font-family:'Outfit'; font-size: 18px; font-style: normal; font-weight: 500; line-height: 28px; text-align: center; list-style: none; } 
.page-nav ul li span a{color: #000;}
.page-nav ul li span a:hover{color: #C9A35C;}
.page-nav ul li span { color: #C9A35C; }
.page-nav ul li span a span { color: #000; }
.page-nav ul li span a span:hover { color: #C9A35C; }
.inner-banner .banner-title { font-size: 64px; line-height: 85px; margin-bottom: 10px; }




/*--service-detail inner page--*/
section.default-section.inpad {padding: 100px 0;    background: #f5f5f5;
}
section.services-section.nipad {padding-top: 0;}

.search-container { margin-bottom: 40px; }
.search-container form { position: relative; }
.search-container .services-detail-search { border-radius: 4px; background: #182E45; box-shadow:0px 0px 20px 0px rgba(24, 131, 189, 0.16); height: 70px; width: 100%; color: #FFF; font-family: Outfit; font-size: 20px; font-style: normal; font-weight: 400; line-height: 40px; padding: 15px 80px 15px 35px; border: none; }
.search-container .services-detail-search::placeholder { color: #fff; opacity: 1; /* Firefox */ }
.search-container .services-detail-search::-ms-input-placeholder { /* Edge 12 -18 */ color: #fff; }

.search-btn { margin-bottom: 40px; border-radius: 0; padding: 20px 15px 20px; background: #000; }
.search-btn form { position: relative; }
.search-medium { width: 100%; padding: 15px 50px 15px 25px; border: none; height: 54px; background-color: #fff; border-radius: 0px; font-size: 18px; line-height: 28px; color: #666; font-weight: 400; font-family: 'Outfit'; }
.search-btn button { border: none; position: absolute; top: 10px; width: 32px; right: 5px; height: 30px; background: transparent; }
.search-icon img { filter: brightness(0.6) ; }
.search-btn button:hover {cursor: pointer}
.search-medium::placeholder { color: #666; opacity: 1; /* Firefox */ }
.search-medium::-ms-input-placeholder { /* Edge 12 -18 */ color: #666; }
.sidebar-title { color: #000; font-family: Outfit; font-size: 28px; font-style: normal; font-weight: 600; line-height: 36px; margin-bottom: 15px; position: relative; text-align: center; }
/* .sidebar-title:after { content: ""; position: absolute; top: 0px; left: 0; background: #000 ; height: 100%; width: 3px; } */
.service-detail-list { margin: 0 0 50px; padding: 20px 35px; border-radius: 0; background: #FFF; box-shadow: 0 0 34px 0 rgba(106, 164, 188, 0.50); }
.service-detail-list ul {padding: 0;margin: 0;}
.service-detail-list ul li {list-style: none;padding: 0px 0;transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out;position: relative;border-bottom: 1px solid #C9A35C;}
.service-detail-list ul li a { font-size: 18px; line-height: normal; color: #666; font-weight: 400; font-family: Outfit; display: block; padding: 12px 0px; }
.service-detail-list ul li a:hover, .service-detail-list ul li.active , .service-detail-list ul li.active a{ color: #C9A35C !important; }
.estimatin-side.service-detail-list { text-align: center; }
.service-detail-list ul li:last-child {border: none;}
.service-detail-right { padding-left: 25px; }
.services-detail-left h1 { color: #000; font-family: Outfit;}
.service-detail-list ul li::after { content: "\f105"; position: absolute; top: 50%; transform: translateY(-50%); right: 0; background-size: cover; color: #666; font-family: 'FontAwesome'; font-size: 18px; font-weight: 600; display: none;}
figure.fimgs {margin-bottom: 30px;}
figure.fimgs img {border-radius: 4px;
background: #FFF;
box-shadow: 0 0 16px 0 rgba(106, 74, 124, 0.50);}
.service-detail-list-month { color: #000 ; font-family: Outfit; font-size: 18px; font-style: normal; font-weight: 400; line-height: 44px; margin-bottom: 3px; }
.service-detail-list-month.month-2 { position: relative; margin-top: 20px; padding-top: 5px; }
.service-detail-list.service-detail-list-2 p { font-size: 16px; font-weight: 400; line-height: 24px; }
.service-detail-list-month.month-2::after { content: ''; position: absolute; width: 100%; height: 1px; background: rgb(0 0 0 / 10%); top: 0; left: 0px; right: -15px; background-size: cover; }
.service-detail-list.service-detail-list-2 { padding: 35px 15px 15px 35px; }
.estimatin-detail { text-align: center; padding: 40px 15px; border-radius: 4px; background: #FFF; box-shadow: 0px 0px 40px 0px rgb(100 136 234 / 16%); }
.estimatin-detail h4 { color: #19202D; font-family: Outfit; font-size: 35px; font-style: normal; font-weight: 600; line-height: 50px; margin-bottom: 15px; }
.estimatin-title {margin-bottom: 20px;color: #19202D;text-align: center;font-family: Outfit;font-size: 30px;font-style: normal;font-weight: 700;line-height: 40px;}
.service-detail-list.estimatin-titel {text-align: center;}
.estimatin-title a{ display: block; }
.estimatin-title a:hover{ color: #000; }

.recent-post { display: flex; padding: 10px 0; align-items: center; border-bottom: 1px solid #C9A35C; }
.recent-post:last-child{border: none;}
.recent-post figure { flex-shrink: 0; max-width: 66px; margin-right: 13px; border: none; height: 100%; overflow: hidden; position: relative; border-radius: 0; }
.recent-post figure img { height: 100%; width: 100%; object-fit: cover; }
.recent-post-dtl h6 { margin-bottom: 5px; font-family: Outfit; line-height: 22px; font-size: 16px; font-weight: 400; color: #666; }
.recent-post-dtl h6 a { color: #666; }
.service-detail-list:nth-child(2n) .recent-post-dtl h6 a { color: #fff; }
.recent-post:hover h6 a{color: #C9A35C !important;}
.recent-post-dtl p { margin-bottom: 10px; font-size: 14px; line-height: 20px; color: #666; }
.recent-post figure::before { position: absolute; top: 0; left: -75%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); }
.recent-post:hover figure::before { -webkit-animation: shine .5s; animation: shine .5s; }
@-webkit-keyframes shine { 100% { left: 125%; } }
@keyframes shine { 100% { left: 125%; } }
.service-detail-right .service-detail-list:last-child{margin:0 ;}

.blog-img-single > figure img { width: 100%; border-radius: 4px; height: 100%; object-fit: cover; }
.blog-img-single > figure { margin-bottom: 20px; border-radius: 4px; padding: 5px; background: #fff; box-shadow: 0px 0px 40px 0px rgb(100 136 234 / 16%); }
section.blog-section.singlepgge { padding-top: 0; }
.pagination-parent { padding-top: 30px; }
.nav-next a, .nav-previous a { display: inline-block; position: relative; padding: 16px 30px; text-align: center; font-family: Outfit; font-size: 20px; font-style: normal; font-weight: 400; line-height: 28px; border-radius: 0; background: #C9A35C; color: #fff; min-width: 180px; }
.nav-next a:hover, .nav-previous a:hover {background: #000 ;color: #fff;}
.nav-previous {float: left}
.nav-next {float: right;margin-right: 0;}

.side-bar-banner { position: relative; background: #000; padding-bottom: 0; text-align: center; border-radius: 4px; overflow: hidden; }
.side-bar-banner figure { margin-bottom: 15px; }
.side-bar-banner figure img{ width: 100%; }
.side-bar-banner h4 { color: #fff; font-size: 36px; padding: 0 15px; }
.sidebar-call { color: #fff; font-family: Outfit; font-style: normal; font-weight: 400; font-size: 28px; background: #000; padding: 15px 0; }
.sidebar-call a { color: #fff; }
.sidebar-call a:hover { color: #000; }
.service-detail-right.sticky { position: sticky; top: 160px; }


section.services-detail.default-section .col-sm-8 , section.blog-section.blogpage-single-section.default-section .col-sm-8{ width: 70%; }
section.services-detail.default-section .col-sm-4 , section.blog-section.blogpage-single-section.default-section .col-sm-4{ width: 30%; }


.service-detail-list:nth-child(2n) { background: #000; color: #fff !important;box-shadow: none; }
.service-detail-list:nth-child(2n) .sidebar-title { color: #fff; }
.service-detail-list:nth-child(2n) ul li a { color: #fff; }
.form-hero.service-detail-list .gform_wrapper .gfield { padding: 0 5px 10px; }
.form-hero.service-detail-list .gform_body { margin: 0 -5px; }
.form-hero.service-detail-list .gform_wrapper input[type="text"], .form-hero.service-detail-list .gform_wrapper textarea, .form-hero.service-detail-list .gform_wrapper select, .form-hero.service-detail-list .gform_wrapper .medium { padding: 11px 15px 11px 15px !important; height: 46px; }
.form-hero.service-detail-list .gform_wrapper textarea.medium { height: 100px !important; }
.service-detail-list:nth-child(2n) .gform_wrapper input[type="text"], .service-detail-list:nth-child(2n) .gform_wrapper textarea, .service-detail-list:nth-child(2n) .gform_wrapper select, .service-detail-list:nth-child(2n) .gform_wrapper .medium { color: #fff !important; border: 1px solid rgba(255, 255, 255, 0.60) !important; background: #30559F; } 
.service-detail-list:nth-child(2n) .gform_wrapper .medium.gfield_select { background: #30559F url(../images/select-arrow-white.png) no-repeat right 13px center !important; }
.service-detail-list:nth-child(2n) .gform_wrapper label.gfield_label {color: #fff !important;}
.service-detail-list:nth-child(2n) .gform_wrapper .medium::-webkit-input-placeholder { /* Edge */
color: #fff;opacity: 1;}
.service-detail-list:nth-child(2n) .gform_wrapper .medium:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #fff;opacity: 1;}
.service-detail-list:nth-child(2n) .gform_wrapper .medium::placeholder {color: #fff;opacity: 1;}
.service-detail-list:nth-child(2n) input.button.gform_button:hover { background-color: #30559f !important; color: #fff !important; transition: none !important; outline: 1px solid #acbbd9 !important;outline-offset: -1px !important; }

section.home-contact-section .col-sm-8 {
        width: 50%;
    }
section.home-contact-section .col-sm-4 {
        width: 50%;
    }




/* -----WP-PEGINATION-CSS----- */
.wp-pegination { padding-top: 25px; text-align: center; }
.wp-pagenavi { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; }
.wp-pegination .page, .wp-pegination span, .wp-pagenavi a, .page-numbers {
    width: 50px !important;
    height: 50px !important;
    display: inline-block;
    margin: 4px !important;
    text-align: center;
    line-height: normal;
    border: 1px solid #C9A35C !important;
    border-radius: 0 !important;
    color: #C9A35C !important;
    font-family: Outfit;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    align-content: center;
    padding: 0 !important;
}
.wp-pegination span.current, .wp-pegination .page:hover , .page-numbers:hover{ background: #C9A35C !important; color: #fff !important; border: 1px solid #C9A35C !important; }
.wp-pegination a.nextpostslink , .next.page-numbers{ background: url(../images/blog-next.png) !important; background-repeat: no-repeat !important; background-position: center center !important; font-size: 0; ; }
.wp-pegination a.previouspostslink , .prev.page-numbers{ background: url(../images/blog-hover.png) !important; background-repeat: no-repeat !important; background-position: center center !important; font-size: 0; transform: rotate(180deg); }
.wp-pegination a.nextpostslink:hover, .next.page-numbers:hover , .wp-pegination a.previouspostslink:hover { background: #C9A35C url(../images/blog-hover.png) !important; border-color: #C9A35C !important; background-size: 28px !important; background-repeat: no-repeat !important; background-position: center !important;}
.wp-pegination a.nextpostslink, .wp-pegination a.previouspostslink , .next.page-numbers , .prev.page-numbers{ background-size: 28px !important; background-position: center !important;}
.wp-pegination a.previouspostslink:hover, .prev.page-numbers:hover{background-color: #C9A35C !important;}
.gallery-row .wp-pegination { display: flex; justify-content: center; }




@media (min-width: 1200px) {
/*------------- mega menu ---------------*/
.menu-top-menu-container {position: relative}
.mega-menu {position: inherit!important}
.mega-menu .hover_mega_menu {visibility: hidden;position: absolute;margin-top: 0;width: 100%;right: 0;border-radius: 0 0 10px 10px;box-shadow: 0 0 5.5px rgb(5 5 5 / 20%);background-color: #fff;box-sizing: border-box;z-index: 999;opacity: 0;-webkit-transition: all .4s ease 0s;-o-transition: all .4s ease 0s;transition: all .4s ease 0s;-webkit-transform: rotateX(90deg);-moz-transform: rotateX(90deg);-ms-transform: rotateX(90deg);transform: rotateX(90deg);-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;padding: 25px 25px 25px 25px;}
.mega-menu:hover>.hover_mega_menu {visibility: visible;opacity: 1;-webkit-transform: rotateX(0);-moz-transform: rotateX(0);-ms-transform: rotateX(0);transform: rotateX(0)}
.mega-menu ul.sub-menu li {-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;counter-increment: brick-counter;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-right: 15px!important;background: transparent !important;border-bottom: none;text-transform: inherit !important;}
.mega-menu ul.sub-menu li a {background: transparent !important;color: #414141 !important;}
.mega-menu ul.sub-menu li:hover a {background: transparent !important;color: #1E3A8A !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li {position: relative;padding-left: 23px !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li a {background: transparent !important;color: #414141 !important;padding: 3px 10px 3px 15px;padding-left: 5px !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li:hover a {background: transparent !important;color: #1E3A8A !important;}

.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li::before { content: ""; font-size: 18px; color: #1E3A8A; font-family: 'FontAwesome'; left: 0; position: absolute; top: 6px; background: url(../images/favicon.png) no-repeat; height: 22px; width: 22px; background-size: 20px; }
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li:hover::before {
    filter: none;
    transition: 0.6s;
}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li:last-child:before {display: block;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li.mega-menu-img {width: 27% !important;padding: 0 !important;margin: 0 0 0 0 !important;float: right;position: absolute !important;top: 25px;right: 25px;bottom: 34px;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li.mega-menu-img::before {display: none;}
.mega-menu .hover_mega_menu ul.sub-menu {position: relative;width: auto;top: 0;opacity: 1;overflow: visible;transform: inherit;transform-origin: inherit;visibility: inherit;column-count: 3;border: none;border-radius: 0;box-shadow: none;transition: inherit;margin: 0;transform: rotateX(0deg);}
/*------------- mega menu  2222---------------*/
.mega-menu2 {position: inherit!important}
.mega-menu2 .hover_mega_menu {visibility: hidden;position: absolute;margin-top: 0;width: 100%;border-radius: 0 0 10px 10px;left: -0px;margin-left: 0px;right: 0;box-shadow: 0 0 5.5px rgba(5, 5, 5, 0.20);background-color: #fff !important;box-sizing: border-box;z-index: 999;opacity: 0;-webkit-transition: all .4s ease 0s;-o-transition: all .4s ease 0s;transition: all .4s ease 0s;-webkit-transform: rotateX(90deg);-moz-transform: rotateX(90deg);-ms-transform: rotateX(90deg);transform: rotateX(90deg);-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;padding: 25px 25px 25px 25px;}
.mega-menu2:hover>.hover_mega_menu {visibility: visible;opacity: 1;-webkit-transform: rotateX(0);-moz-transform: rotateX(0);-ms-transform: rotateX(0);transform: rotateX(0)}
.mega-menu2 .hover_mega_menu ul.sub-menu {position: relative;width: auto;top: 0;opacity: 1;overflow: visible;transform: inherit;transform-origin: inherit;visibility: inherit;column-count: 3;border: none;border-radius: 0;box-shadow: none;transition: inherit;margin: 0;transform: rotateX(0deg);}
.mega-menu2 ul.sub-menu li {-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;counter-increment: brick-counter;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-right: 0px!important;background: transparent !important;border: none;}
.mega-menu2 ul.sub-menu li a {background: transparent !important;color: #1E3A8A !important;}
.mega-menu2 ul.sub-menu li a:hover {background: transparent !important;color: #1E3A8A !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li {position: relative;padding-left: 0 !important;margin-left: 0px !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li a {background: transparent !important;color: #414141 !important;padding: 5px 10px;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children a {padding: 5px 0!important;margin-left: 0px !important;font-weight: 600;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li a:hover {background: transparent !important;color: #1E3A8A !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li a::after {color: #1E3A8A !important;top: 21px;display: none;}
/* .navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu {opacity: 1 !important;visibility: visible !important;position: relative;background: transparent;box-shadow: none;padding: 0;transform: rotateX(0deg);padding-left: 0px;padding-bottom: 0;}
*/

.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu a {padding-left: 0 !important;padding-top: 0 !important;font-weight: 400;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu a:hover {color: #1E3A8A !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu li {padding-left: 15px !important;width: 100%;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu li::before {content: "\f105";font-size: 18px;color: #000;font-family: 'FontAwesome';left: 0;position: absolute;top: 4px;display: block;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2:hover ul.sub-menu li ul.sub-menu {opacity: 1 !important;visibility: visible !important;position: relative;transform: rotateX(0deg);}
.navbar-collapse .menu-top-menu-container > ul > li.mega-menu2 .hover_mega_menu ul li a {text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container > ul > li.mega-menu .hover_mega_menu ul li a {text-transform: inherit !important;}
.contact-detail-menu {border-radius: 4px;display: inline-block;width: 100%;padding: 20px 20px 20px;background: #F3F9FF;overflow: hidden;margin: 20px 0 0;text-align: left;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children a:hover {color: #1E3A8A !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu {margin-left: 0px;margin-top: 0;left: 0 !important;border-bottom: none;}
}
@media (min-width:1200px) {
.container {max-width: 1180px !important;}
}
@media (min-width:1300px) {
.container {max-width: 1270px !important;}
}
@media (min-width:1400px) {
.container {max-width: 1360px !important;}
}
@media (min-width:1500px) {
.container {max-width: 1440px !important;}
}
@media (min-width:1600px) {
.container {max-width: 1540px !important;}
}
@media (min-width:1700px) {
.container {max-width: 1720px !important;}
}

@media (max-width:1899px) {
.heaer-top { padding: 10px 10px; }
.home-banner .container { max-width: 100% !important; padding: 0 15px; }
.container { max-width: 100% !important; padding: 0 30px; }




}
@media (max-width:1799px) {
    .header-right p {
        font-size: 17px;
        line-height: 26px;
    }
    .head-call {
    font-size: 24px;
    margin: 0 15px 0 0px;
}
.head-right {
    margin-left: 35px;
}



}
@media (max-width:1699px) {
.theme-btn { padding: 13px 27px; min-width: 170px; font-size: 18px; }
.head-call { font-size: 22px; margin: 0 10px 0 0px; }
.form-b-title { margin-bottom: 10px; font-size: 32px; line-height: 38px; }
.form-hero input.button.gform_button, .form-hero input.gform_button.button { padding: 11px 35px !important; font-size: 18px !important; line-height: 26px !important; }
.form-hero { padding: 15px 20px 20px; }
.banner-title { margin-bottom: 20px; font-size: 48px; line-height: 66px; }
.heading-title { margin-bottom: 20px; font-size: 60px; line-height: 70px; }
section.body-contouring-section { padding: 30px 0 30px 20px; }
.container { padding: 0 20px; }
.testimonial-row { margin-left: 0px; }
.testimonial-slider .owl-nav::after { right: 0px; }
    .header-right p {
        font-size: 16px;
        line-height: 26px;
    }




}
@media (max-width:1599px) {
        .header-right p {
        font-size: 14px;
        line-height: 22px;
    }
	ul.nav.nav-tabs {
    margin: 30px auto 35px;
    max-width: 1000px;
}
	.banner-title {
        margin-bottom: 20px;
        font-size: 44px;
        line-height: 66px;
    }
    
}
@media (max-width:1499px) {
.theme-btn { padding: 11px 22px; min-width: 160px; font-size: 16px; }  
    .head-call {
        font-size: 20px;
        margin: 0 10px 0 0px;
    }
        .head-right {
        margin-left: 20px;
    }
.head-call figure img { max-width: 25px; }
.head-call figure { margin-right: 5px; top: -1px; }
.form-b-title { margin-bottom: 7px; font-size: 28px; line-height: 30px; }
.form-hero p { font-size: 16px; line-height: 22px; }
.home-banner { padding: 20px 0; }
.form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium { font-size: 16px !important; padding: 8px 15px 8px 15px !important; height: 44px; line-height: 24px !important; }
.gform_wrapper .gfield { padding: 0 5px 12px; }
.form-hero .gform_body { margin: 0 -5px; }
.form-hero .gform_wrapper legend { font-size: 18px !important; line-height: 25px; margin-bottom: 6px !important; }
.form-hero .gform_wrapper .gfield--type-choice .gchoice label.gform-field-label { font-size: 16px !important; line-height: 20px; margin-bottom: 10px !important; }
.form-hero .gform_wrapper .gfield--type-choice .gchoice label.gform-field-label strong { font-size: 14px; line-height: 23px; }
.form-hero input.button.gform_button, .form-hero input.gform_button.button { padding: 11px 35px !important; font-size: 16px !important; line-height: 24px !important; }
    .banner-title { margin-bottom: 15px; font-size: 31px;  line-height: 50px; }
.banner-caption h2 { font-size: 24px; line-height: 32px; }
.banner-caption h3 { font-size: 22px; line-height: 30px; margin-bottom: 7px; }
.banner-content-bx { max-width: 694px; padding: 15px 20px; margin-top: 25px; }
.banner-caption { padding-right: 0; }
section.logo-section { padding: 30px 10px; }
.heading-title { margin-bottom: 15px; font-size: 50px; line-height: 60px; }
section.perform-section { padding: 70px 0; }
section.perform-section .col-sm-3 { padding: 10px 15px; }
.perform-items .figcaption { padding: 15px 20px 5px; }
.perform-items h3 { font-size: 25px; line-height: 31px; }
ul.nav.nav-tabs li a { padding: 11px 32px; font-size: 16px; line-height: 22px; min-width: 90px; }
ul.nav.nav-tabs { margin: 20px auto 25px; }
.before-after-btns a.theme-btn { margin: 15px 0; }
section.before-after-section { padding-bottom: 70px; }
section.about-section { padding: 70px 0 0; }
.about-content-parent ul li .about-content { padding: 12px 15px; }
.about-content-parent ul li p { margin: 0; color: #000; font-weight: 500; font-size: 16px; line-height: 24px; }
.about-content-parent ul li figure img{ max-width: 24px; margin-top: -5px; }
.about-content-parent ul li { padding: 5px 5px; }
.about-content-parent ul { margin: 0 -5px; }
.about-content-center h3 { font-size: 19px; line-height: 24px; padding: 8px 0; }
.about-counter .count-bx.count-first .count-digit-row { font-size: 55px; line-height: 55px; }
.about-counter .count-bx.count-first p { margin: 0 0 0 15px; }
.about-counter .count-bx.count-first p { margin: 0 0 0 15px; } 
.about-counter .count-bx p { font-size: 17px; margin-bottom: 10px; }
.about-counter .count-bx .count-digit-row { font-size: 32px; line-height: 34px; }
.about-counter { border-radius: 30px 0 0 30px; max-width: 410px; margin: -80px 0 0 auto; padding: 15px 0 15px 30px; }
.about-counter::before { border-radius: 30px 0 0 30px; }
section.transformation-section { padding: 70px 0; }
.transformation-items { padding: 20px 15px 10px; }
.transformation-items h4 { margin-bottom: 10px; font-size: 22px; line-height: 26px; }
.transformation-items p { margin-bottom: 10px; }
.transformation-items figure { width: 80px; height: 80px; margin: 0 auto 15px; }
.transformation-items figure img { max-width: 40px; }
section.body-contouring-section .section-heading { padding-right: 0; }
section.body-contouring-section .default-css ul li { font-size: 20px; line-height: 30px; background-position: 0 3px; padding-left: 30px; background-size: 20px; margin: 0 0 5px; }
section.body-contouring-section { padding: 20px 0 20px 0px; }
.growing-top { padding: 40px 50px 50px; }
.growing-top .section-heading p { font-size: 22px; line-height: 30px; }
.count-digit-row{ margin-bottom: 10px; font-size: 48px; line-height: 36px; }
.count-items { padding: 5px 0 0; }
.count-items-parent { padding: 25px 30px 25px; margin: 25px 25px 0; }
.container { padding: 0 15px; }
section.growing-section { padding: 70px 0; }
section.additional-services-section { padding: 70px 0; }
section.additional-services-section .col-sm-4 { padding: 30px; width: 43%; }
.additional-services-bx h3 img { margin-right: 15px; max-width: 40px; }
.additional-services-bx h3 { font-size: 20px; line-height: 26px; margin-bottom: 10px; padding-bottom: 15px; }
.additional-services-bottum { margin: 20px auto 0; padding: 25px 15px; }
.additional-services-bottum .default-btns { padding: 10px 0 15px; }
.additional-services-bottum h3 { font-size: 18px; }
section.our-commitment-section { padding: 70px 0;  }
section.our-commitment-section ul li { padding: 15px 40px; }
section.our-commitment-section ul { margin: 15px auto 0; } 
section.testimonial-section { padding: 70px 0; }
.review { margin-bottom: 15px; font-size: 24px; line-height: 28px; } 
.testimonial-slider .item { padding: 30px 15px; } 
.owl-nav { margin: 20px 10px 0; } 
section.payment-plans-section { padding: 70px 0; } 
.payment-plans-wrapper .col-sm-4 { padding: 15px 20px; } 
.payment-card-badge { font-size: 22px; line-height: 30px; } 
.payment-card-header figure { width: 90px; height: 90px; margin: 0 22px 0 0; }
.payment-card h3 { font-size: 26px; line-height: 34px; margin: 0;} 
.payment-card-header { margin-bottom: 25px; }
.payment-card-ftr { padding: 10px 0 15px; }
section.custom-payment-plan-section { padding: 70px 0; } 
.custom-payment-plan-wrapper { margin: 50px auto 20px; }
.custom-payment-plan-items figure { width: 80px; height: 80px; font-size: 50px; line-height: 63px; margin: 0 auto 20px; } 
.custom-payment-plan-items h3 { font-size: 25px; line-height: 38px; }
.default-btns.text-center { padding-top: 20px; }
section.faq-section { padding: 0 0 70px; }
.section-heading-ftr { margin-top: 60px; }
section.cta-section { padding: 70px 0; }
section.counter-section { padding: 70px 0; }
.contact-row h3 {
    font-size: 30px;
    line-height: 38px;
}
.contact-row {
    padding: 25px 10px;
}
.contact-row .section-heading {
    margin-bottom: 30px;
}
.home-contact-content {
    padding: 10px 30px 15px 10px;
}
section.default-section.inpad {
    padding: 70px 0;
}
	.home-banner .col-sm-8 {
    width: 50%;
}
	.home-banner .col-sm-4 {
    width: 50%;
}

}
@media (max-width:1399px) {
section.transformation-section .col-sm-3 { padding: 10px; } 
    .header-right p {
        font-size: 12px;
        line-height: 20px;
    }
.home-banner .col-sm-8 {
    width: 48%;
}
	.home-banner .col-sm-4 {
    width: 52%;
}

}
@media (max-width:1299px) {
section.perform-section .col-sm-3 { padding: 10px 15px; width: 33.33%; }
       .header-right p {
        max-width: 450px;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    } 
    .contact-row .col-sm-8 {
        width: 62%;
    }
    .contact-row .col-sm-4 {
        width: 38%;
    }
    .map-box {
    height: 290px;
}
.home-banner .col-sm-8 {
    width: 55%;
}
.home-banner .col-sm-4 {
    width: 45%;
}
	section.home-contact-section .col-sm-8 {
        width: 100%;
    }
section.home-contact-section .col-sm-4 {
        width: 100%;padding-top: 25px;
    }
	    .map-box {
        height: 390px;
    }
	
	
	
}
@media (max-width:1199px) {
.theme-btn { padding: 9px 18px; min-width: 120px; font-size: 15px; }
.head-right { margin-left: 20px; }
.head-call { font-size: 18px; margin: 0 15px 0 0px; }
.head-call figure img { max-width: 22px; }
.header-right p { max-width: 390px; font-size: 13px; line-height: 22px; }
.header-section .col-sm-10 { width: 83%; }
.header-section .col-sm-2 {width: 17%;}
.top-logo img { max-width: 150px; }
.header-right { padding-right: 45px; }
.banner-title br { display: none; }
.banner-title { margin-bottom: 12px; font-size: 34px; line-height: 42px; }
.banner-caption h2 { font-size: 22px; line-height: 30px; }
.banner-caption h3 { font-size: 20px; line-height: 26px; margin-bottom: 7px; }
p { font-size: 16px; line-height: 24px; margin-bottom: 10px; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; }
.banner-content-bx { max-width: 604px; padding: 12px 15px; margin-top: 15px; }
.home-banner .col-sm-4 { width: 40%; }
.home-banner .col-sm-8 { width: 60%; }
.form-b-title { margin-bottom: 5px; font-size: 22px; line-height: 26px; }
.form-hero p { font-size: 14px; line-height: 20px; }
.form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium { font-size: 15px !important; padding: 6px 15px 6px 15px !important; height: 40px; line-height: 22px !important; }
.gform_wrapper .gfield { padding: 0 5px 10px; }
.form-hero .gform_wrapper legend { font-size: 16px !important; line-height: 22px; margin-bottom: 5px !important; }
.form-hero .gform_wrapper .gfield--type-choice .gchoice label.gform-field-label { font-size: 14px !important; line-height: 18px; margin-bottom: 8px !important;  }
.form-hero .gform_wrapper .gfield--type-choice .gchoice label.gform-field-label strong { font-size: 12px; line-height: 20px; }
    .gfield_radio input {
        top: -4px;
    }
.form-hero .gform_wrapper textarea.medium { height: 75px !important; }
.form-hero input.button.gform_button, .form-hero input.gform_button.button { padding: 8px 20px !important; font-size: 15px !important; line-height: 22px !important; }
section.logo-section .item figure img { max-width: 151px; max-height: 62px; }
section.logo-section { padding: 20px 0px; }
.heading-title { margin-bottom: 12px; font-size: 36px; line-height: 44px; }
section.perform-section { padding: 40px 0; }
.default-css ul li { background-position: 0 3px; padding-left: 21px; background-size: 17px; }
.default-css ul li, .default-css ol li { font-size: 16px; line-height: 24px; margin: 0 0 10px; }
.default-css ul { margin-bottom: 15px; }
.perform-items h3 { font-size: 22px; line-height: 26px; }
.perform-item { padding: 15px; }
.perform-items .figcaption { padding: 10px 15px 0px; }
section.before-after-section { padding-bottom: 40px; }
ul.nav.nav-tabs li a { padding: 8px 21px; font-size: 14px; line-height: 18px; min-width: 70px; border: 1px solid #C9A35C; }
ul.nav.nav-tabs li { padding: 3px 2px; }
ul.nav.nav-tabs { margin: 10px auto 10px;
        max-width: 800px; }
section.before-after-section .col-sm-4 { padding: 6px; }
.before-after h3.result { font-size: 15px; line-height: 18px; bottom: 5px; left: 5px; padding: 4px 6px 4px; min-width: 65px; }
section.about-section { padding: 40px 0 0; }
section.about-section .col-sm-4 { width: 100%; display: none; }
section.about-section .col-sm-8 { width: 100%; }
section.transformation-section { padding: 40px 0; }
.transformation-items h4 { margin-bottom: 10px; font-size: 18px; line-height: 22px; }
.transformation-items p { margin-bottom: 5px; }
.transformation-items figure { width: 65px; height: 65px; margin: 0 auto 10px; }
.transformation-items figure img { max-width: 33px; }
.transformation-items { padding: 15px 10px 6px; }
.transformation-bottum { padding-top: 20px; }
.transformation-bottum a.theme-btn { margin: 5px 0 15px; }
.transformation-bottum p { font-size: 18px; line-height: 26px; }
section.body-contouring-section .default-css ul li { font-size: 17px; line-height: 24px; background-position: 0 2px; padding-left: 24px; background-size: 16px; margin: 0 0 3px; }
section.growing-section { padding: 40px 0; }
.growing-top { padding: 30px 20px 30px; }
.growing-top .section-heading p { font-size: 20px; line-height: 24px; }
.count-digit-row { margin-bottom: 7px; font-size: 38px; line-height: 28px; }
.count-bx p { font-size: 18px; }
.count-items-parent { padding: 20px 10px 15px; margin: 15px 0px 0; }
.growing-btm { padding-top: 40px; }
.growing-btm .default-btns{ padding: 10px 0 20px; }
.theme-btn:not(:first-child) { margin-left: 5px; }
.growing-btm h3 { font-size: 24px; line-height: 28px; }
section.additional-services-section { padding: 40px 0; }
section.additional-services-section .col-sm-4 { padding: 20px; width: 45%; }
.additional-services-bx { border-radius: 25px; padding: 20px 20px 10px; }
.additional-services-bx h3 img { margin-right: 10px; max-width: 34px; }
.additional-services-bx h3 { font-size: 18px; line-height: 24px; margin-bottom: 10px; padding-bottom: 10px; }
.additional-services-bx ul li { padding: 8px 10px; margin: 10px 0; }
.our-commitment-bx h3 { font-size: 24px; line-height: 30px; }
.our-commitment-bx figure { margin-right: 15px; }
.our-commitment-bx figure img { max-width: 35px; }
.our-commitment-bx .default-css { width: calc(100% - 45px); }
section.our-commitment-section ul li { width: 50%; padding: 15px 40px; }
section.our-commitment-section ul { margin: 10px auto 0; }
section.our-commitment-section { padding: 40px 0; overflow: hidden; }
section.our-commitment-section ul li { padding: 5px 20px; }
.our-commitment-bx figure { margin-right: 10px; } 
.our-commitment-bx h3 { font-size: 22px; line-height: 28px; } 
.our-commitment-bx figure img { width: 32px; } 
.our-commitment-bx .default-css { width: calc(100% - 42px); }
section.our-commitment-section ul { margin: 10px -20px 0; }
section.testimonial-section { padding: 40px 0; }
.testimonial-row .col-sm-12 { padding: 0 12px; }
.client-say-box {box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.25); padding: 25px 20px 110px; }
.clint-name-parent h3 { font-size: 18px; line-height: 26px; }
.clint-name-parent figure { margin-right: 12px; width: 38px; }
.start-icon img { width: 18px; } 
.start-icon { padding-bottom: 10px; margin-bottom: 10px; } 
.clint-name-parent { bottom: 15px; left: 20px; right: 20px; }
.testimonial-slider .item { padding: 15px 10px; } 
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev { width: 40px; height: 40px; margin: 0 6px; background-size: 40px !important; }
.owl-nav { margin: 15px 1px 0; } 
.testimonial-slider .owl-nav::after { right: 10px; bottom: 25px; left: 110px; } 
.review { margin-bottom: 10px; font-size: 20px; line-height: 26px; }
.payment-plans-wrapper .col-sm-4 { padding: 12px 12px; } 
.payment-card-header figure { width: 80px; height: 80px; margin: 0 15px 0 0; }
.payment-card h3 { font-size: 22px; line-height: 30px; margin: 0; } 
.payment-card-badge { font-size: 18px; line-height: 24px; margin-bottom: 15px; }
.payment-card-header { margin-bottom: 20px; } 
.payment-card.default-css ul li { margin-bottom: 10px; } 
.payment-card.default-css ul { margin: 0 10px 10px; } 
.payment-card { border-radius: 25px; } 
.payment-card-ftr { padding: 10px 0 0px; }
section.payment-plans-section { padding: 40px 0; }
.payment-card.default-css:hover ul li { background-position: 0 3px; padding-left: 21px; background-size: 17px; }
section.custom-payment-plan-section { padding: 40px 0; } 
.custom-payment-plan-items figure { width: 60px; height: 60px; font-size: 32px; line-height: 50px; margin: 0 auto 15px; }
.custom-payment-plan-items h3 { font-size: 20px; line-height: 26px; }
.default-btns.text-center { padding-top: 15px; }
.custom-payment-plan-wrapper { margin: 30px auto 10px; }
section.faq-section { padding: 0 0 40px; }
.section-heading-ftr { margin-top: 30px; }
.faq-box .card-header-title { padding: 12px 45px 12px 20px; font-size: 18px; line-height: 24px; }
.faq-box .card-header h5::after, .card-header-title::after { right: 15px; background-size: 18px !important; } 
.card-body.default-css { padding: 0 20px 15px; }
.faq-box .card:has(.card-header-title:not(.collapsed)) { border-radius: 20px; }
.scroll-top { width: 40px; height: 40px; }
section.cta-section { padding: 40px 0; } 
.cta-btns { padding: 10px 0 15px; }
section.counter-section { padding: 40px 0; } 
section.counter-section .count-items { border-radius: 25px; padding: 40px 15px; }
    .contact-row h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .contact-row .section-heading {
        margin-bottom: 20px;
    }
    .contact-row {
        padding: 20px 5px;
    }
        .home-contact-content {
        padding: 5px 0px 5px 0px;
    }
    section.home-contact-section {
    margin: 0 30px;
}
    .form-hero {
        padding: 15px 20px 20px;
        border-radius: 25px;
    }
.ftr-call-inn p a {
    font-size: 20px;
}
.ftr-call {
    padding: 0 0 15px;
}
.ftr-social a {
    width: 40px;
    height: 40px;
    margin: 2px;
    line-height: 33px;
}
.ftr-social a img {
    max-width: 19px;
}
.ftr-social {
    padding-top: 0px;
}
.copyright {
    padding: 10px 0;
    margin-top: 10px;
}
footer.footer {
    padding-top: 40px;
}
.ftr-call figure {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.frr-logo img {
    max-width: 270px;
}
.gform_wrapper .medium.gfield_select {
    background: rgba(255, 255, 255, 0.60) url(../images/select-arrow.png) no-repeat right 10px center !important;
    background-size: 14px !important;
}
section.default-section.inpad {
    padding: 40px 0;
}

.ginput_recaptcha {transform:scale(0.77) !important;-webkit-transform:scale(0.77)!important;transform-origin:0 0 !important;-webkit-transform-origin:0 0 !important;}
.ginput_container.ginput_recaptcha.gform-initialized {transform:scale(0.77) !important;-webkit-transform:scale(0.77)!important;transform-origin:0 0 !important;-webkit-transform-origin:0 0 !important;}

	
	
	
}
@media (max-width:1023px) {
.header-right p {display: none;   }
.home-banner .col-sm-8 {
    width: 100%;
}
.home-banner .col-sm-4 {
    width: 100%;        padding-top: 25px;
}

}
@media (max-width:991px) {
section.transformation-section .col-sm-3 { padding: 10px; width: 50%; }
section.additional-services-section .col-sm-4 { padding: 15px; width: 50%; }
section.home-contact-section {
    margin: 0 15px;
}



}
@media (max-width:900px) {
section.perform-section .col-sm-3 { padding: 10px; width: 50%; }
.about-content-parent ul li p { font-size: 15px; line-height: 22px; } 
section.body-contouring-section .col-sm-5 { width: 100%; padding: 0 15px; order: 1; }
section.body-contouring-section .col-sm-7 { width: 100%; order: 2; }
section.body-contouring-section .section-heading { padding: 15px 0 0; }
section.body-contouring-section .img-container img { border-radius: 10px; }
.additional-services-bottum h3 { font-size: 16px; } 
.payment-plans-wrapper .col-sm-4 { width: 50%; }
    .contact-row .col-sm-8 {
        width: 100%;
    }
    .contact-row .col-sm-4 {
        width: 100%;
        padding-top: 25px;
    }
    .contact-row {
        padding: 20px 0px;
        border-radius: 25px;
    }
    .contact-row:before {
    border-radius: 25px;
}
footer.footer .col-sm-3 {
    width: 100%;
    text-align: center;
}
footer.footer .col-sm-6 {
    width: 100%;
    text-align: center;
}
    .frr-btns {
        text-align: center;
        padding: 5px 0 5px;
    }
    .ftr-item {
    max-width: 100%;
}
    .ftr-call figure {
        width: 20px;
        height: 20px;
        margin: 0 auto 10px;
    }
        .frr-logo img {
        max-width: 220px;
    }
    .frr-logo {
    margin-bottom: 20px;
}
    .ftr-call {
        padding: 0 0 10px;
        display: block;
        border-bottom: 1px solid rgb(0 0 0 / 14%);
        margin-bottom: 10px;
    }





}
@media (max-width:812px) {
.header-section .col-sm-10 { width: 75%; }
.header-section .col-sm-2 {width: 25%;}
.top-logo img { max-width: 120px; }
.theme-btn { padding: 6px 13px 7px; min-width: auto; font-size: 14px; }
.head-call { font-size: 16px; margin: 0 15px 0 0px; }
.home-banner .col-sm-4 { width: 100%;padding-top: 25px; }
.home-banner .col-sm-8 { width: 100%; }
.home-banner::before { opacity: 0.6; background: #000; }
.banner-title { margin-bottom: 12px; font-size: 30px; line-height: 40px; }
p { font-size: 15px; line-height: 21px; margin-bottom: 10px; }
.banner-caption h2 { font-size: 19px; line-height: 25px; }
.banner-content-bx { max-width: 100%; padding: 12px 15px; margin-top: 15px; }
.form-b-title { margin-bottom: 5px; font-size: 20px; line-height: 24px; }
.heading-title { margin-bottom: 10px; font-size: 28px; line-height: 34px; }
.default-css ul li, .default-css ol li { font-size: 15px; line-height: 22px; margin: 0 0 8px; }
.default-css ul li { background-position: 0 3px; padding-left: 19px; background-size: 16px; }
.perform-items h3 { font-size: 20px; line-height: 24px; }
ul.nav.nav-tabs li a { padding: 5px 16px; font-size: 13px; line-height: 18px; min-width: auto; }
.before-after h3.result { font-size: 12px; line-height: 14px; bottom: 5px; left: 5px; padding: 2px 4px 2px; min-width: 45px; }
section.before-after-section .col-sm-4 { padding: 6px; width: 33.33%; }
.about-content-parent ul li { padding: 5px 5px; width: 100%; }
.about-content-center h3 { font-size: 17px; line-height: 20px; padding: 5px 0; }
.about-counter .count-bx.count-first .count-digit-row { font-size: 38px; line-height: 40px; }
.about-counter .count-bx.count-first p { margin: 0 0 0 10px; }
.about-counter .count-bx p { font-size: 15px; margin-bottom: 10px; }
.about-counter .count-bx .count-digit-row { font-size: 26px; line-height: 26px; }
.about-counter { border-radius: 30px 0 0 30px; max-width: 320px; margin: -70px 0 0 auto; padding: 10px 0 10px 20px; }
.about-content-center { padding: 20px 0 30px; }
.transformation-items h4 { margin-bottom: 10px; font-size: 17px; line-height: 20px; }
section.body-contouring-section .default-css ul li { font-size: 16px; line-height: 20px; background-position: 0 3px; padding-left: 21px; background-size: 14px; margin: 0 0 3px; }
.default-css ul { margin-bottom: 10px; }
.growing-top .section-heading p { font-size: 17px; line-height: 20px; }
.growing-top { padding: 20px 15px 20px; border-radius: 20px; }
.count-digit-row { margin-bottom: 5px; font-size: 28px; line-height: 25px; }
.count-bx p { font-size: 16px; }
.count-items-parent { padding: 10px 5px 10px; margin: 15px 0px 0; }
.growing-btm { padding-top: 30px; }
.growing-btm h3 { font-size: 20px; line-height: 24px; }
.growing-btm .default-btns { padding: 4px 0 10px; }
.additional-services-bx h3 img { margin-right: 7px; max-width: 30px; }
.additional-services-bx h3 { font-size: 16px; line-height: 22px; margin-bottom: 10px; padding-bottom: 10px; }
.additional-services-bx { border-radius: 25px; padding: 15px 15px 5px; }
section.additional-services-section .col-sm-4 { padding: 10px; width: 50%; }
.additional-services-bottum { margin: 20px auto 0; padding: 15px 15px; border-radius: 25px; }
.our-commitment-bx figure img { max-width: 30px; }
.our-commitment-bx figure { margin-right: 10px; }
.our-commitment-bx .default-css { width: calc(100% - 40px); }
.our-commitment-bx h3 { font-size: 20px; line-height: 22px; }
section.our-commitment-section ul li { width: 50%; padding: 10px 15px; }
section.our-commitment-section ul { margin: 5px auto 0; }
.our-commitment-bx h3 { font-size: 20px; line-height: 26px; }
.review { margin-bottom: 10px; font-size: 18px; line-height: 24px; }
.clint-name-parent h3 { font-size: 17px; line-height: 24px; } 
.clint-name-parent figure { margin-right: 10px; width: 32px; }
.client-say-box { padding: 25px 15px 100px; } 
.clint-name-parent { bottom: 15px; left: 15px; right: 15px; }
.payment-card.default-css:hover ul li { background-position: 0 3px; padding-left: 19px; background-size: 16px; }
.payment-card-badge { font-size: 16px; line-height: 22px; margin-bottom: 15px; }
.payment-card-header figure { width: 60px; height: 60px; margin: 0 10px 0 0; padding: 15px; }
.payment-card h3 { font-size: 20px; line-height: 26px; }
.custom-payment-plan-items { padding: 0 10px; }
.custom-payment-plan-items h3 { font-size: 18px; line-height: 24px; }
.default-btns.text-center { padding-top: 10px; }
section.faq-section .section-heading { margin-bottom: 20px; } 
.faq-box .card-header h5::after, .card-header-title::after { right: 12px; background-size: 16px !important; } 
.faq-box .card-header-title { padding: 10px 40px 10px 16px; font-size: 17px; line-height: 22px; }
.faq-box .card { margin: 0 0 15px; }
.card-body.default-css { padding: 0 16px 10px; }
.contact-row h3 { font-size: 18px; line-height: 24px; }
.modal.popup-form button.close { right: 16px; top: 15px; }
    ul.nav.nav-tabs {
        margin: 10px auto 10px;
        max-width: 700px;
    }
    .map-box {
        height: 330px;
    }


}
@media (max-width:767px) {
    
}
@media (max-width:700px) {
.about-content-center { padding: 15px 0 20px; display: block; }
.about-content-center h3:first-child { text-align: left; width: 100%; }
.about-content-center h3 { font-size: 17px; line-height: 20px; padding: 5px 0; border-right: none; text-align: left; width: 100%; }
.about-content-center h3:last-child { text-align: left; width: 100%; }
.about-content-parent .section-heading { padding-bottom: 0; }
section.additional-services-section .col-sm-4 { padding: 10px; width: 100%; } 
section.counter-section .count-bx:after {display: none;}




}
@media (max-width:600px) {
section.our-commitment-section ul li { width: 100%; padding: 10px 0px; } 
section.our-commitment-section ul:after {display: none;}




}
@media (max-width:575px) {
    .header-section .container-fluid {
    padding: 0 12px;
}
.header-section .col-sm-10 { width: 100%; text-align: center;padding: 0; }
.header-section .col-sm-2 { width: 100%; text-align: center;}
.top-logo img { max-width: 170px; }
.top-logo { padding: 10px 0; }
.heaer-top { padding: 0; }
.head-right { margin-left: 0; width: 100%; }
.head-call { font-size: 16px; margin: 0; width: 48%; }
.header-right { padding-right: 0; background: #c9a35c; }
.head-call-now { width: 52%; border-left: 2px solid #fff; }
.head-call-now .theme-btn { padding: 9px 8px 9px; min-width: auto; font-size: 15px; border-radius: 0; margin: 0; width: 100%; border: none;margin: 0 !important; }
.head-call figure { display: none; }
.head-call a:hover { color: #000; }
.banner-title { margin-bottom: 9px; font-size: 22px; line-height: 30px; }
.banner-caption h2 { font-size: 17px; line-height: 24px; }
.banner-caption h3 { font-size: 17px; line-height: 24px; margin-bottom: 7px; }
.heading-title { margin-bottom: 10px; font-size: 24px; line-height: 30px; }
section.before-after-section .col-sm-4 { padding: 5px; width: 50%; }
ul.nav.nav-tabs li a { padding: 5px 14px; font-size: 12px; line-height: 16px; min-width: auto; }
ul.nav.nav-tabs { margin: 5px 0px 5px; }
.about-counter { border-radius: 30px 0 0 30px; max-width: 320px; margin: 10px 0 0 0; padding: 10px 0 10px 20px; }
.about-content-center h3 { font-size: 16px; line-height: 20px; padding: 3px 0; }
.about-content-center { padding: 10px 0 14px; display: block; }
.about-counter .count-bx.count-first .count-digit-row { font-size: 30px; line-height: 36px; }
.about-counter .count-bx p { font-size: 14px; margin-bottom: 10px; }
.about-counter .count-bx .count-digit-row { font-size: 22px; line-height: 24px; }
.about-content-parent ul li p { font-size: 14px; line-height: 20px; }
.about-content-parent ul li figure img { max-width: 20px; margin-top: -7px; }
.about-content-parent ul li .about-content { padding: 10px 12px; }
.about-content-parent ul li figure { flex-shrink: 0; margin-right: 7px; }
.transformation-bottum p { font-size: 17px; line-height: 24px; }
.growing-top .section-heading p { font-size: 15px; line-height: 20px; }
.count-items .count-item { width: 50%; padding: 10px; }
.growing-btm h3 { font-size: 18px; line-height: 20px; }
section.our-commitment-section ul:after { display: none; }
section.our-commitment-section ul { margin: 10px 0 0; display: block; }
section.our-commitment-section ul li { padding: 0 0 10px; width: 100%; } 
.client-say-box { box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.15); padding: 20px 15px 15px; height: auto; }
.testimonial-slider .item { padding: 0; } 
.clint-name-parent { position: unset; } 
.testimonial-slider .owl-stage { display: block; } 
.owl-stage { display: block; }
.owl-item { display: block; }
.testimonial-row { margin: 18px 0 0; }
section.testimonial-section .heading-title br{display: none;}
.testimonial-slider .owl-nav::after { display: none; } .owl-nav { margin: 15px 0px 0; text-align: center; }
.payment-plans-wrapper .col-sm-4 { width: 100%; padding: 8px 12px; }
.custom-payment-plan-items { padding: 15px 0px 10px; border-right: none; border-bottom: 1px solid #d9d9d9; }
.custom-payment-plan-wrapper { margin: 15px auto 0px; }
section.counter-section .count-items { border-radius: 25px; padding: 20px 15px; }
.popup-form .form-hero { padding: 15px 15px; border: 3px solid #C9A35C; }
    .map-box {
        height: 200px;
    }


}
@media (max-width:525px) {
section.perform-section .col-sm-3 { padding: 10px; width: 100%; }
.theme-btn { margin: 3px 2px !important; }



}
@media (max-width:480px) {
.gform_wrapper .gfield.gfield--width-half { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
section.transformation-section .col-sm-3 { width: 100%; }  


}
@media (max-width:420px) {
.count-items .count-item { width: 100%; padding: 10px; }
    


}
