@font-face {
    font-family: 'Outfit';
    src: local('Outfit Light'), local('Outfit-Light'),
        url('../fonts/Outfit-Light.woff2') format('woff2'),
        url('../fonts/Outfit-Light.woff') format('woff');
    font-weight: 300;
    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 Regular'), local('Outfit-Regular'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@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 Bold'), local('Outfit-Bold'),
        url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



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

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

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

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



body {padding: 0;margin: 0;font-family: 'Outfit';font-weight: 400; background: #fff;}
html, body {width: 100%;height: 100%}
a {text-decoration: none;color: #F89823;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; color: #000;transform: all 0.5s;}
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}  
img {max-width: 100%;height: auto}
p {font-family: 'Outfit';font-style: normal;font-weight: 400;font-size: 18px;line-height: 28px;color: #666;}
p a {color: #F89823;}
p strong {color: #F89823; font-weight: 500;}
p a:hover {color: #000;}
ul, ol, ul li, ol li {margin: 0;padding: 0;}
ul li a, ol li a {color: #F89823;}
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 !important; -webkit-box-shadow: none !important; box-shadow: none !important; }
h1, h2, h3, h4, h5, h6 {font-family: 'DM Sans';font-style: normal;font-weight: 600;color: #000;margin-bottom: 15px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #F89823;}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {color: #F89823;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #000;}
h1 {font-size: 40px;line-height: normal;}
h2 {font-size: 35px;line-height: normal;}
h3 {font-size: 32px;line-height: normal;}
h4 {font-size: 28px;line-height: normal;}
h5 {font-size: 25px;line-height: normal;}
h6 {font-size: 22px;line-height: normal;}
select::-ms-expand {display: none;}
select {-moz-appearance: none;}
.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: 18px;}
.default-css ul li, .default-css ol li {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #666;
    margin: 0 0 12px;
}
.default-css ul li a, .default-css ol li a {color: #F89823}
.default-css ul li strong, .default-css ol li strong {color: #F89823;font-weight: 400;}
.default-css ul li a:hover, .default-css ol li a:hover {color: #000}
.default-css ul li {
    list-style: none !important;
    background: url(../images/list-arrow.png) no-repeat;
    background-position: 0 5px;
    padding-left: 28px;
    background-size: 20px;
}
.floating-icon { position: fixed; right: -121px; top: 50%; transform: translateY(-50%); z-index: 11; transform: rotate(-90deg); }
.floating-icon a { padding: 11px 20px; display: inline-block; text-align: center; color: #ffffff; font-family: Outfit; font-size: 22px; font-style: normal; font-weight: 700; line-height: 30px; border-radius: 5px 5px 0px 0px; background: #F89823; text-transform: uppercase; }
.floating-icon a:hover {color: #fff;background: #fff;}
.default-section{ padding: 100px 0; }


.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 { color: #F89823; }

.theme-btn { margin: 0; padding: 15px 31px; border-radius: 45px; display: inline-block; text-align: center; font-family: Outfit; font-size: 20px; font-style: normal; font-weight: 600; line-height: 28px; border: 1px solid transparent; min-width: 220px; position: relative; }
.theme-btn.btn-orange { color: #fff; background: #F89823; border-color: #F89823; }
.theme-btn.btn-orange:hover { background: #022641;border-color: #022641; color: #fff; }
.theme-btn.btn-white { border-color: #FFF; background: rgba(255, 255, 255, 0.10); backdrop-filter: blur(5px); color: #fff; }
.theme-btn.btn-white:hover { color: #fff; background: #F89823; border-color: #F89823; backdrop-filter:none;}

.theme-btn.btn-black {
    background: #022641;
    color: #fff;
}
.theme-btn.btn-black:hover { color: #fff; background: #F89823; border-color: #F89823; }


.banner-btns .theme-btn.btn-orange:hover { border-color: #FFF; background: rgba(255, 255, 255, 0.10); backdrop-filter: blur(5px); color: #fff; }


.dark-section .theme-btn.btn-orange:hover{ border-color: #FFF; background: rgba(255, 255, 255, 0.10); backdrop-filter: blur(5px); color: #fff; }




.heading-title {
    margin-bottom: 15px;
    color: #022641;
    position: relative;
    font-family: "DM Sans";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
}
.heading-title strong {
    color: #F89823;
    font-weight: 700;
}


.error404 .header-section , .page-template-template-thank-you .header-section, .page-template-default .header-section{
    position: relative;
}




/*--header--*/
.header-section { position: absolute; top: 22px; left: 0; right: 0; z-index: 99; transition: all 0.5s; padding: 0 60px 0 82px; }
.header-section.sticky { position: fixed !important; top: 0; margin: 0; box-shadow: 0 0 8px rgba(0, 0, 0, .14); border-radius: 0; padding: 0; background: #fff; }
.head-col-right { display: flex ; justify-content: space-between; align-items: center; background: #fff; border-radius: 65px; padding: 15px 40px; }
.header-section .row {align-items: center;}
.top-logo { width: 210px; height: 210px; background: #fff; border-radius: 50%; text-align: center; display: flex ; align-items: center; justify-content: center; margin: -70px 0 -70px -45px; padding: 35px; }
.top-text { display: inline-block; border-radius: 45px; border: 1px solid rgba(2, 38, 65, 0.30); padding: 5px; background: #F5F5F5; }
.top-text p { margin: 0; color: #F89823; font-family: Outfit; font-size: 30px; font-style: normal; font-weight: 600; line-height: 28px; text-transform: uppercase; background: #022641; padding: 0 30px; border-radius: 45px; }
.top-text p strong { color: #000; background: #F5F5F5; padding: 15px 10px; display: inline-block; margin: 0 5px; }
.head-call-now a { display: inline-flex; border-radius: 45px; background: #F89823; color: #fff; font-family: Outfit; font-size: 30px; font-style: normal; font-weight: 600; line-height: normal; padding: 5px 25px 5px 5px; align-items: center; }
.head-call-now figure { width: 50px; height: 50px; flex-shrink: 0; border-radius: 50%; background: #1C2C3A; text-align: center; line-height: 45px; margin-right: 20px; }
.head-call-now figure img{max-width: 20px; filter: brightness(0) invert(1);}
.head-call-now a:hover{background: #022641;color: #fff;}
.head-call-now a:hover figure{background: #fff;}
.head-call-now a:hover figure img{filter: none;}

.header-section.sticky .top-logo img { max-width: 120px; }
.header-section.sticky .top-logo { margin: 0; height: auto; width: auto; padding: 0; border-radius: 0; }
.header-section.sticky .head-col-right { padding-top: 5px; padding-bottom: 5px; }



/*--banner--*/
.home-banner { position: relative; z-index: 1; background-position: top center; background-repeat: no-repeat; background-size: cover; padding: 240px 0 90px; }
.home-banner::before { position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0px; z-index: -1;background: linear-gradient(90deg, rgba(2, 38, 65, 0.90) 0%, rgba(2, 38, 65, 0.73) 44.16%, rgba(2, 38, 65, 0.00) 100%);}
.banner-title { color: #FFF; font-family: "DM Sans"; font-size: 83px; font-style: normal; font-weight: 400; line-height: 100px; margin-bottom: 10px; position: relative; }
.banner-title strong { color: #F89823; font-weight: 700; }
.banner-caption p { color: #FFF; font-family: Outfit; font-size: 22px; font-style: normal; font-weight: 400; line-height: 43px; }
.banner-btns { padding-top: 25px; }
.banner-btns .theme-btn:not(:first-child){margin-left: 18px;}

.banner-top-row { margin-top: 55px; }
.hero-banner-content { max-width: 450px; padding: 30px 0 12rem; }


.banner-star { display: -webkit-box; display: -ms-flexbox; -ms-flex-wrap: wrap; display: inline-block; padding-bottom: 15px; }
.stardx { display: inline-block; position: relative; }
.stardx img { margin-top: -9px; max-width: 20px; }
.banner-caption .banner-star p { margin: 0; padding-left: 4px; display: inline-block; color: #fff; font-family: Outfit; font-size: 24px; font-style: normal; font-weight: 500; line-height: 30px; letter-spacing: 0.66px; }

.banner-logos ul { display: flex ; flex-wrap: nowrap; justify-content: left; margin: 50px -25px 0; }
.banner-logos ul li { list-style: none; padding: 25px; }




/* -------Process-Section--------- */
section.process-section { position: relative; padding: 100px 0 80px; }
.process-row { max-width: 1560px; margin: 0 auto; }
.process-row .row { justify-content: center; }
.process-row .col-sm-4 { padding: 35px; }
.process-box {
    position: relative;
    text-align: center;
    padding: 65px 60px 25px;
    border-radius: 50%;
    border: 4px solid #CCC;
    aspect-ratio: 1;
    z-index: 1;
    transition: all 0.3s 
ease-in-out;height: 100%;
}
.process-box figure { margin: 0 auto 10px; }
.process-box h3 { color: #000; font-family: Outfit; font-size: 26px; font-style: normal; font-weight: 700; line-height: 36px; margin-bottom: 5px; transition: all 0.3s ease-in-out;}
.counter { position: absolute; bottom: 10px; left: 24px; color: #FFF; font-family: Outfit; font-size: 60px; font-style: normal; font-weight: 700; line-height: normal; }
.process-box::before { position: absolute; content: ''; width: 100%; height: 100%; left: -4px; top: 0px; z-index: -1;background: url(../images/proc-shape.png) no-repeat;background-position: left bottom;} 
.process-box:hover::before{filter: brightness(0) saturate(100%) invert(82%) sepia(36%) saturate(5705%) hue-rotate(343deg) brightness(99%) contrast(95%);}
.process-box:hover{background: #F5F5F5;border-color: #F5F5F5;}
.process-box:hover h3 {color: #F89823;}


/* -------Consultation-Section--------- */
.consultation-row { position: relative; border-radius: 15px; background: #022641; box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.15); padding: 42px 40px; }
.consultation-row .heading-title { margin: 0; }
.consultation-row .cta-btns { text-align: right;padding: 0; }
.consultation-row::before { position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: auto; bottom: -55px; z-index: -1; background: url(../images/consultation-shadow.png) no-repeat; background-position: bottom center; }
section.clearing-consultation-section { padding-bottom: 120px; }



/* -------Services-Section--------- */
section.services-section { position: relative; padding: 100px 0; background-repeat: no-repeat; background-size: cover; background-position: top center; }
.services-row { border-radius: 5px; background: rgb(2 38 65 / 80%); position: relative; padding: 40px 90px; margin: 0 auto; max-width: 1500px; }
.service-lists ul { display: flex ; flex-wrap: wrap; justify-content: center; margin: 0 -30px; }
.service-lists ul li { position: relative; padding: 20px 30px; list-style: none; width: 33.33%; }
.services-box { border-radius: 15px; border: 1px solid #F89823; background: #003055; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); position: relative; text-align: center; height: 100%;transition: all 0.5s ease-in-out; }
.services-box img { border-radius: 15px 15px 0 0;transition: all 0.5s ease-in-out; }
.services-content { padding: 20px 40px 15px; }
.services-box h3 { color: #FFF; font-family: Outfit; font-size: 24px; font-style: normal; font-weight: 600; line-height: 30px;transition: all 0.5s ease-in-out;}
.services-box figure{overflow: hidden;border-radius: 15px 15px 0 0;}
.services-box:hover h3{color: #F89823;}
.services-box:hover figure img{transform: scale(1.1);}


/* -------About-Section--------- */
section.about-section { position: relative; padding: 100px 0 120px;overflow: hidden; }
.about-top-row { max-width: 1610px; margin: 0 auto; }
.about-row { margin-top: 30px; }
.about-img figure:not(:first-child){margin-top: 50px;}
section.about-section .default-css .heading-title { color: #000; font-weight: 600; padding-top: 15px; }
.about-content { display: flex ; flex-wrap: wrap; margin: 0 -25px; }
.about-bx { height: 100%; width: 50%; padding: 20px 25px 0; }
.about-bx figure { margin-bottom: 15px; width: 110px; height: 110px; flex-shrink: 0; border-radius: 100px; border: 7px solid rgba(248, 152, 35, 0.30); display: flex; align-items: center; justify-content: center; }
.about-bx h3 { color: #1C2C3A; font-family: Outfit; font-size: 28px; font-style: normal; font-weight: 600; line-height: 36px; margin-bottom: 7px;transition: all 0.3s ease-in-out; }
.about-bx:hover h3{color: #F89823;}
.default-btns { padding-top: 10px; }
.default-btns .theme-btn:not(:first-child){margin-left: 18px;}
section.about-section .section-heading .heading-title { font-weight: 700; }
section.about-section .section-heading .heading-title strong{ font-weight: 400; }
.about-img figure img {
    border-radius: 5px;
}

.count-digit-row { margin-bottom: 0px; position: relative; z-index: 1; display: flex ; justify-content: center; color: #F89823; font-family: Outfit; font-size: 80px; font-style: normal; font-weight: 700; line-height: 79px; }
.count-digit-row span { font-weight: 400; }
.count-bx p { color: #666; font-size: 30px; font-style: normal; font-weight: 400; line-height: normal; margin: 0 0 0 10px; }
.count-bx-col { position: relative; display: flex ; align-items: center; margin-right: -90px; }
.count-bx-col figure { width: 150px; height: 150px; flex-shrink: 0; background: #022641; display: flex ; align-items: center; justify-content: center; border-radius: 50%; margin-right: 25px; }
.count-bx { display: flex ; align-items: end; }
.count-bx-col:after { position: absolute; content: ''; left: -6px; right: -150%; bottom: -5px; top: -5px; z-index: -1; border-radius: 100px 0 0 100px; background: #FFF; box-shadow: 0 0 50px 0 rgba(28, 44, 58, 0.20); }



/*-------GALLERY-CSS---------*/
section.gallery-section {position: relative;z-index: 1;padding-bottom: 60px;}
.gallery-top-row {
    border-radius: 15px;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.15);
    padding: 100px 70px;
}
.gallery-items>img {width: 100%;}
.gallery-img > figure > img {width: 100%;}
.gallery-row-parent {position: relative;}
.gallery-image {overflow: hidden;}
.gallery-row-parent .row {justify-content: center;}
.gallery-row-parent .col-sm-3 {padding: 15px;}
.gallery-image img {width: 100%;transition: all 0.6s; }
.gallery-items:hover .gallery-image img {transform: scale(1.1);}
.gallery-items {position: relative;overflow: hidden;margin: 0 0;height: 100%;border-radius: 0px;}
.gallery-item .gallery-image {width: 100%;height: 100%;object-fit: cover;}
.gallery-item-parent { position: absolute; bottom: 12px; left: 12px; right: 12px; top: 12px; background: rgb(248 152 35 / 85%); overflow: hidden; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: .3s; transition: .3s ease; border-radius: 0; }
.gallery-item-text {position: absolute;top: 50%;transform: translateY(-50%);left: 0;right: 0;width: 100%;text-align: center;}
a.example-image-link {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: center;align-items: center;height: 138px;width: 138px;position: relative;background: #fff;border-radius: 50%;margin: 0 auto;position: relative;}
.gallery-items:hover .gallery-item-parent {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.lb-nav a.lb-prev, .lb-nav a.lb-next {opacity: 1 !important;width: 50px !important;height: 50px;top: 50%;position: absolute;transform: translateY(-50%);z-index: 1;}
.lb-nav a.lb-prev {left: 15px !important;}
.lb-nav a.lb-next {right: 15px !important;}
.lb-data .lb-close {background-size: 26px !important;}
.lb-nav {position: static !important;}
.lightbox {position: fixed !important;left: 0;top: 50% !important;transform: translateY(-50%);}
.gallery-list li { width: 25%; list-style: none; padding: 20px; }
.gallery-list { display: flex ; flex-wrap: wrap; justify-content: center; margin: 0 -20px; }



.gallery-slider { margin: 10px 0px; }

.owl-stage { display: flex; }
.owl-item {flex: 1 0 auto; } 
.success-stories-slider.owl-carousel .owl-nav { position: relative; margin-top: 30px; z-index: 1; display: block !important; }
.success-stories-slider.owl-carousel .owl-nav::before , .success-stories-slider.owl-carousel .owl-nav::after{ content: ""; position: absolute; top: 50%; right: 0; height: 1px; left: 52%; z-index: -1; background: #D9D9D9; }
.success-stories-slider.owl-carousel .owl-nav::after { left: 0; right: 52%; }
.success-stories-slider.owl-carousel .owl-dots { display: none; }
.owl-nav {text-align: center;}
.owl-carousel .owl-nav span{ display: none !important; }
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { height: 80px; width: 80px; border-radius: 50%; margin: 0; border: none; }
.owl-carousel .owl-nav .owl-prev  { background:  #022641 url(../images/owl-prev.png) no-repeat !important; background-position: center !important; }
.owl-carousel .owl-nav .owl-next { background: #022641 url(../images/owl-next.png) no-repeat !important; background-position: center !important; }
.owl-carousel .owl-nav .owl-next:hover { background: #F89823 url(../images/owl-next.png) no-repeat !important; background-position: center !important; }
.owl-carousel .owl-nav .owl-prev:hover { background: #F89823 url(../images/owl-prev.png) no-repeat !important; background-position: center !important; }

.gallery-slider .owl-nav .owl-prev , .gallery-slider .owl-nav .owl-next{ position: absolute; top: 50%; left: -110px; display: flex ; justify-content: space-between; transform: translateY(-50%); }
.gallery-slider .owl-nav .owl-next{left: auto;right: -110px;}

.default-btns.text-center { padding-top: 25px; }

section.gallery-section:before { position: absolute; content: ''; left: 0; right: 0; background: url(../images/gallery-bg-shape-img.png) no-repeat; height: 100%; z-index: -1; background-position: bottom right; bottom: 0; }


/* ---------CTA-Section---------- */
section.cta-section { background-position: top center; background-repeat: no-repeat; background-size: cover; padding: 80px 0; position: relative; z-index: 1; }
section.cta-section::before { position: absolute; content: ''; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; opacity: 0.9; background: #1C2C3A; box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.15); }
.cta-btns {padding-top: 10px;}

.cta-btns .theme-btn:not(:first-child) {margin-left: 18px; }

/* ---------Testimonial-Section---------- */
section.testimonial-section { padding: 70px 0 120px; position: relative; }
.testimonial-top-row { position: relative; z-index: 1; padding: 80px 100px; border-radius: 45px; background: #FFF; box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.25); }
.testimonial-row .row { justify-content: center; }
.testimonial-row .col-sm-4 { padding: 25px; }
.client-say-box { height: 100%; position: relative; padding: 30px 30px 30px; border-radius: 10px; border: 1px solid rgba(2, 38, 65, 0.30); background: #F5F5F5; }
.client-say-box .clint-name-parent p { margin: 0; color: #1A2D4E; font-size: 16px; font-weight: 500; letter-spacing: 0.48px; }
.client-say-box h4 { margin: 0; color: #000; font-family: Outfit; font-size: 22px; font-style: normal; font-weight: 700; line-height: 32px; letter-spacing: 0.66px; }
.clint-name-parent { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #D9D9D9; margin-bottom: 20px; padding-bottom: 20px; }
.star img { max-width: 30px; }
.star { margin-bottom: 10px; }

.testimonial-slider .owl-item.active.center .client-say-box{ background: #FFF; box-shadow: 0 0 34px 0 rgba(2, 38, 65, 0.20); border-color: #fff;}
.testimonial-slider .item { padding: 25px 0; }
.testimonial-row {
    max-width: 1510px;
    margin: 0 auto;
}

.owl-dots { text-align: center; position: relative;padding-top: 20px; }
.owl-dots .owl-dot { border: 1px solid #022641 !important; height: 16px; width: 16px; border-radius: 50%; background: #fff !important; margin: 10px; }
.owl-dots .owl-dot.active { background: #f89823 !important; border: none !important; outline: 4px solid rgb(26 45 78 / 30%) !important; border-color: #f89823 !important; }


/*--faq--*/
section.faq-section { padding: 100px 0; position: relative; }
section.faq-section .col-sm-5{width: 37%; }
section.faq-section .col-sm-7 { width: 63%; }
.faq-img img { border-radius: 45px; }
.faq-img { text-align: right;padding-top: 35px; }
.faq-box { margin-top: 25px; }
.faq-box .card-header h5, .card-header-title { padding: 24px 55px 24px 35px; position: relative; margin: 0; box-shadow: none; font-family: 'Outfit'; font-style: normal; color: #fff; font-weight: 500; font-size: 26px; line-height: 36px; border-radius: 45px; background: transparent; border: 2px solid #f89823; background: #f89823; }
.card-body.default-css p {color: #414141;}
.card-body.default-css { padding: 25px 35px 10px 35px; border: none; }
.faq-box .card { margin: 0 0 25px; border-radius: 45px; background: transparent; box-shadow: none; border: none; }
.card-header-title.collapsed { color: #000; box-shadow: none; background: #fff; border-color: #ccc; }
.card-header-title.collapsed:hover {color: #f89823;}
.faq-box .card-header h5:after, .card-header-title::after { content: ""; background: url(../images/faq-minus.png) no-repeat center; width: 24px; height: 24px; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); right: 28px; }
.faq-box .card-header {border: none;padding: 0;cursor: pointer;position: relative;margin: 0 0 0;background: transparent !important;}
.faq-box .card-header h5.collapsed:after, .card-header-title.collapsed::after {background:  url(../images/faq-pluse.png) no-repeat center;box-shadow: none;}

.faq-box .card:has(.card-header-title:not(.collapsed)) { background: #F5F5F5; }


/* ---------Footer-Section---------- */
footer.footer-section { position: relative; z-index: 1; padding-top: 60px;background: #F5F5F5;}
.ftr-logo { text-align: center; }
.ftr-title { margin-bottom: 15px; color: #000; font-family: 'Outfit'; font-size: 26px; font-style: normal; font-weight: 600; line-height: 36px; }
.ftr-social a { display: inline-flex ; height: 44px; width: 44px; text-align: center; line-height: normal; transition: all 0.6s; margin: 3px; border-radius: 50%; border: 1px solid #022641; background: rgba(255, 255, 255, 0.10); backdrop-filter: blur(5px); align-items: center; justify-content: center; }
.ftr-social a img { transition: 0.6s; max-width: 20px;filter: brightness(0) saturate(100%) invert(10%) sepia(19%) saturate(5729%) hue-rotate(185deg) brightness(99%) contrast(99%);}
.ftr-social a:hover { border-color: #F89823; }
.ftr-social a:hover img { filter:none; }
.ftr-copyright { margin-top: 40px; text-align: center; padding: 15px 0px; background: #F89823; }
.ftr-social .ftr-title { margin-bottom: 25px; }
.copyright p { margin: 0; font-size: 20px; color: #fff; }
.copyright p a{color: #fff;}
.copyright p a:hover{color: #022641;}


/* -----NEWSLETTERS-CSS----- */

.newsletter-form form {position: relative; }
.newsletter-form .medium { padding: 10px 75px 11px 4px !important; display: block !important; height: 60px !important; width: 100% !important; margin: 0 !important; color: #666 !important; font-family: Outfit; font-size: 18px !important; font-style: normal; font-weight: 400; line-height: 28px !important; border-radius: 0px !important; border: none !important; border-bottom: 1px solid #022641 !important; background: #f5f5f5 !important; box-shadow: none !important; }

.newsletter-form input.button.gform_button { display: inline-block !important; cursor: pointer !important; transition: all .6s ease-out !important; margin: 0px 0 0 !important; color: #FFF !important; font-family: Outfit !important;font-style: normal !important; font-weight: 600 !important; line-height: normal !important;   border: none !important; font-size: 0px !important; border-radius: 50% !important; background:  url(../images/send.png) no-repeat !important; background-position: center !important; background-size: 24px !important; position: absolute; right: 5px; top: 5px; width: 50px !important; height: 50px !important; padding: 0 !important; box-shadow: none !important;} 
.newsletter-form input.button.gform_button:hover { background: url(../images/send.png) no-repeat !important; background-position: center !important; background-size: 24px !important; filter: brightness(0) !important;}
.newsletter-form { max-width: 385px; margin: 0 0 0 auto; }
.newsletter-form .gform_wrapper .gform_footer {position: initial;}
.newsletter-form .medium::-webkit-input-placeholder { /* Edge */
color: #666 !important;opacity: 1;}
.newsletter-form .medium:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #666 !important;opacity: 1;}
.newsletter-form .medium::placeholder {color: #666 !important;opacity: 1;}
.newsletter-form .gform_body { margin: 0; }

.newsletter-form .gform_wrapper .gfield{padding: 0 !important;}
.newsletter-form .gform_wrapper .gform_footer { padding: 0px 0 0 0 !important; }



.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: #040142; border-radius: 50%; border: 1px solid #F89823;display: flex; align-items: center; justify-content: center; }
.scroll-top.show { opacity: 1; visibility: visible; }
.scroll-top path { stroke: #F89823; 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); }

.banner-main-form-div .form-hero { border-radius: 45px; border: 8px solid #F89823; background: rgba(0, 0, 0, 0.35); backdrop-filter: blur(5px); max-width: 490px; margin: 0 0 0 auto; }

/*----------- Form-css ---------*/
.form-hero { padding: 30px 30px 40px; border: 1px solid rgba(0, 0, 0, 0.10); background: #022641; box-shadow: none; border-radius: 0; border-right: 0; position: relative; }
.form-hero .gform_wrapper .ginput_complex select {background: #fff url(../images/select-arrow.png) no-repeat right 13px center!important;background-size: 16px !important;}
.b-form-title { margin-bottom: 20px; position: relative; color: #fff; font-size: 40px; font-style: normal; font-weight: 500; line-height: 50px; text-align: center; text-transform: uppercase; font-family: "DM Sans"; padding-bottom: 18px; }
.b-form-title strong { color: #F89823; font-weight: 700; }
.b-form-title::after{position: absolute;content: '';width: 100%;height: 12px;left: 0;right: 0;bottom: 0;background: url(../images/form-line.png) no-repeat;background-position: bottom center;}

.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;}
.form-hero .gform_body {margin: 0 -8px;}
.gform_wrapper .gfield {padding: 0 8px 20px;clear: both;text-align: left;width: 100%;margin: 0;}
.gform_wrapper.gravity-theme .ginput_container_address {margin-left: 0 !important;margin-right: 0 !important;}
.gfield--type-address {margin-bottom: 0 !important;}
.gform_wrapper.gravity-theme .ginput_container_address span {padding: 0 8px 12px !important;margin: 0 !important;}
.gform_wrapper.gravity-theme fieldset {margin: 0 !important;}
.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;}
.gform_wrapper label, .form-hero .gform_wrapper label.gfield_label , .form-hero legend.gfield_label.gform-field-label{ font-size: 18px !important; font-family: Outfit; font-style: normal; font-weight: 400; line-height: 28px; color: #000 !important; margin: 0 !important; padding-left: 2px;margin-bottom: 4px !important; }
.gform_wrapper .medium::-webkit-input-placeholder { /* Edge */color: #fff;opacity: 1;}
.gform_wrapper .medium:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #fff;opacity: 1;}
.gform_wrapper .medium::placeholder {color: #fff;opacity: 1;}
.gform_wrapper input[type="text"]::-webkit-input-placeholder { /* Edge */color: #fff;opacity: 1;}
.gform_wrapper input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */color: #fff;opacity: 1;}
.gform_wrapper input[type="text"]::placeholder {color: #fff;opacity: 1;}
.form-hero input.button.gform_button { width: auto !important; height: auto !important; display: inline-block !important; position: relative !important; cursor: pointer !important; transition: all 1s !important; border: none !important; box-shadow: none !important; padding: 13px 45px !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: 30px !important; border-radius: 45px !important; background: #F89823 !important; }
.form-hero input.button.gform_button:hover {background: #fff !important; color: #000 !important;}
.form-hero .gform_wrapper textarea.medium {
    height: 90px !important;
    display: block;
    min-block-size: inherit !important;
    border-radius: 20px !important;
}
.gform_wrapper .gform_footer { padding: 0px 0 0 0 !important; margin: 0px 0 0 0px !important; z-index: 1; text-align: center; justify-content: center;}
.form-hero .gform_wrapper .ginput_complex select { background: #fff url(../images/select-arrow.png) no-repeat right 15px center !important; background-size: 18px !important;}

.form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium , .form-hero .gfield--type-time .ginput_container.ginput_complex.gform-grid-row .gform-grid-col input, .form-hero .gfield--type-time .ginput_container.ginput_complex.gform-grid-row .gform-grid-col select { width: 100% !important; padding: 13px 18px 13px 18px !important; -webkit-appearance: none !important; resize: none !important; position: relative !important; height: 56px; transition: all 1s; margin: 0 !important; box-shadow: none !important; background: rgba(0, 0, 0, 0.35); border-radius: 45px !important; border: 1px solid #fff !important; color: #fff !important; font-family: Outfit !important; font-size: 18px !important; font-style: normal !important; font-weight: 400 !important; line-height: 28px !important; }
.form-hero .gform_wrapper select  , .form-hero .gfield--type-time .ginput_container.ginput_complex.gform-grid-row .gform-grid-col select{background: rgba(0, 0, 0, 0.35) url(../images/select-arrow.png) no-repeat right 16px center !important; background-size: 18px !important; }
.form-hero .ginput_container.ginput_container_fileUpload, .form-hero .gform_fileupload_multifile .gform_drop_area {
    text-align: center;
    padding: 15px !important;
    border-radius: 20px !important;
    border: 1px solid #fff !important;
    background: rgba(0, 0, 0, 0.35) !important;
    box-shadow: none !important;color: #fff;
}
.form-hero input[type="file"] {display : none;}
.form-hero .button.gform_button_select_files {
    border: none;
    display: inline-block !important;
    padding: 8px 28px;
    margin-top: 5px;
    color: #FFF !important;
    font-family: Outfit !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 23px !important;
    border-radius: 20px !important;
    background: #f89823 !important;
}
.form-hero .button.gform_button_select_files:focus {
    outline: none !important;
    border: none !important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_filesize {
    color: #fff !important;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_percent {
    color: #ffffff !important;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress {
    background-color: #f89823 !important;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_filename {
    color: #ffffff !important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview {
    color: #fff !important;
}



.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before , .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before , .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before{color: #fff !important;}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar {
    background-color: #fff !important;
}

.gform_drop_area::before{color: #fff !important;font-size: 30px !important;}
.form-hero .button.gform_button_select_files:hover {background-color: #fff !important;color:  #000 !important;}
.form-hero .ginput_container.ginput_container_fileUpload label {color: #666;font-size: 14px !important;}
.gfield--type-address{ margin-bottom:12px !important;}
.gform_wrapper.gravity-theme .ginput_container_address span { padding: 0 8px 0; }
.gform_wrapper.gravity-theme .gform_drop_area { padding: 10px !important;}
.gfield_checkbox {display: flex;}
.gchoice .gfield-choice-input {margin-top: 3px !important;;border-radius: 50% !important; width: 20px !important;height: 20px !important; border: 1px solid #F89823 !important; background: rgb(217 217 217 / 20%) !important;background-position: top 4px center !important; }
.gchoice .gfield-choice-input:checked { background: url(../images/agree.png) no-repeat !important; background-size: 13px !important; background-position: top 4px center !important; }
label.form-check-label strong {color: #F89823;font-weight: 400;}
label.form-check-label i { font-style: normal; color: #011A43; }
.gchoice .gfield-choice-input::before{ display:none !important; }
.gfield_description.instruction.validation_message { display: none !important; }
.form-hero .gform_wrapper .ginput_container label { width: calc(100% - 20px); }
.popup-form .modal-body { padding: 0; }
.popup-form .modal-content { border-radius: 0; background: transparent; }
.gform_validation_errors { display: none !important; }
.ginput_recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
.datepicker { text-transform: uppercase !important; }
.form-hero .gform-theme--framework .gfield--input-type-datepicker .ginput_container_date { display: block !important; }
.form-hero .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after{position: absolute; right: 20px !important; top: 50%;left: auto; transform: translateY(-50%);}

.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: 33.33%; padding: 0 9px 20px; }
.form-hero fieldset.gfield.gfield--width-full { padding: 0;margin: 0 !important; }
span.gfield_required.gfield_required_text { display: none !important; }

.form-hero fieldset.gfield.gfield--type-address  { padding: 0 !important; margin: 0 !important;}
.form-hero fieldset.gfield.gfield--width-full .gfield_description.validation_message.gfield_validation_message { padding: 0 10px 20px !important; margin-top: -10px !important; }
.form-hero .gfield--type-time .ginput_container.ginput_complex.gform-grid-row { margin: 0 -5px !important; }
.form-hero .gfield--type-time .ginput_container.ginput_complex.gform-grid-row .gform-grid-col { width: 33.33% !important; background: transparent !important; padding: 0 5px; }

.gform_validation_errors {display: none !important; }
span.gfield_description.gform_fileupload_rules {color: #fff; }
.gfield_description.instruction.validation_message {display: none !important; }
span.gfield_required.gfield_required_text {
    display: none !important;
}
.medium.gfield_select option {
    background: #fff !important;
    color: #000 !important;
}


.modal-dialog { width: 95%; }
.modal.popup-form button.close {opacity: 1;position: absolute;right: 28px;top: 35px;font-size: 26px;font-weight: normal;color: #fff;cursor: pointer;/* text-shadow: none; */ background: transparent;border: none;}

.modal.popup-form button.close { opacity: 1; position: absolute; right: 15px; top: 15px; font-size: 26px; font-weight: normal; color: #fff; cursor: pointer; text-shadow: none; background: transparent; border: none; }
.modal.popup-form .modal-dialog { max-width: 490px !important; position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; width: 95%; border-radius: 10px; margin: 0 auto; overflow: hidden; }
.modal.popup-form .modal-content {border: none;box-shadow: none;background: transparent;}
.modal.popup-form .modal-body {padding: 0;border: none;background: transparent;}
.modal-backdrop.show { opacity: .9; }
.modal.popup-form .form-hero { border: 3px solid #F89823; border-radius: 10px; }








@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: 1530px !important;} }
@media (min-width:1700px) { .container {max-width: 1630px !important;} }

@media (max-width:1799px) { 

section.gallery-section {
    padding: 0 45px 60px;
}
.count-bx-col {
    margin-left: -70px;
}



}

@media (max-width:1699px) { 
.container {max-width: 100% !important;padding: 0 45px;}
.header-section {
    padding: 0 33px 0 40px;
}
.banner-title {
    font-size: 70px;
    line-height: 88px;
}
.banner-logos ul li {
    padding: 15px;
}
.banner-logos ul {
    margin: 40px -15px 0;
}
.process-row .col-sm-4 {
    padding: 20px;
}
.consultation-row {
    padding: 42px 30px;
}
.theme-btn {
    padding: 14px 30px;
    font-size: 18px;
    line-height: 28px;
    min-width: 180px;
}
.count-bx-col {
    margin-right: -40px;
}
.gallery-top-row {
    padding: 70px 70px;
}
.count-digit-row {
    font-size: 72px;
}


}

@media (max-width:1599px) { 

.process-box {
    padding: 35px 30px 25px;
}
.heading-title {
    font-size: 56px;
    line-height: 72px;
}
.b-form-title {
    font-size: 37px;
}
.count-bx p {
    font-size: 27px;
}
.count-bx-col figure {
    width: 140px;
    height: 140px;
    margin-right: 20px;
}



}   

@media (max-width:1499px) { 


}   

@media (max-width:1499px) { 
.container { padding: 0 35px; } 
h1 {font-size: 35px;line-height: normal;}
h2 {font-size: 32px;line-height: normal;}
h3 {font-size: 28px;line-height: normal;}
h4 {font-size: 25px;line-height: normal;}
h5 {font-size: 22px;line-height: normal;}
h6 {font-size: 20px;line-height: normal;}
.default-section{ padding: 60px 0; } 
section.default-section{ padding: 60px 0; }  
section.default-section.inpad { padding: 60px 0; }



    .header-section {
        padding: 0 0px 0 25px;
        top: 15px;
    }
.head-call-now a { font-size: 25px; }
.head-call-now figure { margin-right: 10px; } 
.top-text p { font-size: 22px; letter-spacing: 0.6px; } 
.head-col-right { padding: 15px 22px; } 
.top-logo { padding: 45px 35px 25px; } 
.banner-title { font-size: 60px; line-height: 76px; } 
.banner-caption p { font-size: 20px; line-height: 40px; } 
.banner-btns { padding-top: 15px; } 
.banner-btns .theme-btn:not(:first-child) { margin-left: 15px; }
.banner-logos ul li { padding: 10px; } 
.banner-logos ul { margin: 30px -10px 0; }
.home-banner { padding: 210px 0 60px; } 
.banner-main-form-div .form-hero { border-radius: 35px; border-width: 5px; } 
.form-hero { padding: 25px 25px 30px; } 
.b-form-title { font-size: 32px; line-height: 44px; }
section.process-section { padding: 60px 0 50px; } 
.counter { font-size: 40px; bottom: 18px; } 
.process-box h3 { font-size: 22px; line-height: 30px; }
.process-box::before { top: auto; bottom: 11px;left: 5px; background-size: 130px; }
.process-row .col-sm-4 { padding: 15px; } 
.heading-title { font-size: 47px; line-height: 60px; }
.banner-caption .banner-star p { font-size: 22px; } 
.stardx img { margin-top: -8px; max-width: 18px; } 
section.clearing-consultation-section { padding-bottom: 70px; } 
.consultation-row::before { bottom: -40px; } 
section.services-section { padding: 60px 0; } 
.services-row { padding: 40px 45px; } 
.service-lists ul li { padding: 20px 20px; } 
.service-lists ul { margin: 0 -20px; } 
.count-bx-col figure { width: 130px; height: 130px; margin-right: 18px; } 
.count-digit-row { font-size: 66px; line-height: 62px; } 
section.about-section { padding: 70px 0 70px; } 
.about-bx h3 { font-size: 22px; line-height: 30px; margin-bottom: 6px; } 
.about-bx { padding: 15px 20px 0; } 
.about-content { margin: 0 -20px; } 
.about-bx figure { margin-bottom: 12px; width: 100px; height: 100px; border-radius: 100%; border-width: 5px; } 
.count-bx p { font-size: 25px; } 
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { height: 60px; width: 60px; } 
section.gallery-section { padding: 0 15px 40px; } 
.gallery-slider .owl-nav .owl-prev, .gallery-slider .owl-nav .owl-next { left: -78px; }
.gallery-slider .owl-nav .owl-next { right: -78px;left: auto; } 
.gallery-top-row { padding: 50px 50px; }
section.gallery-section:before { background-size: 430px; } 
a.example-image-link { height: 108px; width: 108px; } 
.default-btns.text-center { padding-top: 20px; } 
.default-btns .theme-btn:not(:first-child) { margin-left: 15px; } 
section.testimonial-section { padding: 40px 0 70px; }
section.cta-section { padding: 60px 0; } 
section.faq-section { padding: 70px 0; } 
.faq-box .card-header h5, .card-header-title { padding: 18px 55px 18px 30px; font-size: 22px; line-height: 30px; } 
.card-body.default-css { padding: 20px 30px 10px 30px; }
.about-img figure:not(:first-child) { margin-top: 35px; }
.form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium, .form-hero .gfield--type-time .ginput_container.ginput_complex.gform-grid-row .gform-grid-col input, .form-hero .gfield--type-time .ginput_container.ginput_complex.gform-grid-row .gform-grid-col select { padding: 10px 15px 10px 15px !important; height: 50px; font-size: 16px !important; line-height: 24px !important; }
.gform_wrapper .gfield { padding: 0 6px 15px; }
.form-hero .gform_body { margin: 0 -6px; }
.form-hero input.button.gform_button { padding: 12px 35px !important; font-size: 18px !important; line-height: 26px !important; }
.form-hero .gform_wrapper textarea.medium { height: 80px !important; }
.cta-btns .theme-btn:not(:first-child) { margin-left: 15px; }


}


@media (max-width: 1399px) {
.banner-caption p { font-size: 18px; line-height: 38px; }
.process-box p { font-size: 16px; line-height: 26px; }
.count-bx-col figure { width: 110px; height: 110px; margin-right: 18px; padding: 18px; }
.count-digit-row { font-size: 60px; line-height: 58px; }
.process-box::before { bottom: 8px; }



}


@media (max-width: 1299px) {
.banner-title { font-size: 56px; line-height: 70px; }
.banner-caption p { font-size: 18px; line-height: 32px; }
.b-form-title { font-size: 28px; line-height: 40px; }
.process-box h3 { font-size: 20px; line-height: 28px; }
.process-box h3 br{display: none;}
.process-box figure { max-width: 60px; }
.process-box p { line-height: 24px; }
.counter { font-size: 30px; bottom: 18px; }    
.process-box::before { bottom: 12px; background-size: 104px; }
.services-content { padding: 20px 25px 10px; }
.count-digit-row { font-size: 54px; line-height: 52px; }
.star img { max-width: 24px; }
.quote-icon { max-width: 60px; }
.banner-caption p br{display: none;}




}



@media (max-width: 1199px) {
p { font-size: 17px; line-height: 26px; margin-bottom: 10px; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; }
.default-css ul li, .default-css ol li { font-size: 17px; line-height: 26px;; margin: 0 0 6px; }
.default-css ul li { background-position: 0 6px; padding-left: 24px; background-size: 18px; }
.default-css ul { margin-bottom: 15px; }
h1 {font-size: 30px;line-height: 35px;}
h2 {font-size: 28px;line-height: 35px;}
h3 {font-size: 26px;line-height: 32px;}
h4 {font-size: 24px;line-height: 30px;}
h5 {font-size: 22px;line-height: 25px;}
h6 {font-size: 20px;line-height: 25px;}
.default-section{ padding: 40px 0; }
.modal-dialog { transform: none !important; top: 60px !important; }
.modal.popup-form button.close { right: 15px; top: 15px; font-size: 18px; }
.close img { max-width: 25px; }
.modal.video-popup button.close { right: 15px; top: 15px; font-size: 20px; }

.container { padding: 0 15px; }  
.ginput_recaptcha {transform:scale(0.77) !important;-webkit-transform:scale(0.77) !important;transform-origin:0 0 !important;-webkit-transform-origin:0 0 !important;}
.top-logo { width: auto; height: auto; margin: 0; padding: 0; border-radius: 0; background: transparent; } 
.head-col-right { padding: 0 !important; border-radius: 0; background: transparent; }
.top-logo img { max-width: 120px !important; }
.top-text p { font-size: 17px; letter-spacing: 0.6px; line-height: 26px; padding: 0 25px; }
.top-text p strong { padding: 10px 10px; margin: 0 4px; }
.top-text { padding: 3px; }
.head-call-now a { font-size: 20px;padding: 5px 20px 5px 5px; } 
.head-call-now figure { width: 40px; height: 40px; line-height: 35px; } 
.header-section { padding: 5px 0 !important; top: 0; background: #fff; position: relative; }
.header-section.sticky .head-col-right { padding: 5px 0; } 
.header-section.sticky .top-logo img { max-width: 90px; }
.banner-star { padding-bottom: 10px; } 
.home-banner { padding: 40px 0 30px; } 
.banner-caption .banner-star p { font-size: 20px; line-height: 26px; }
.stardx img { margin-top: -5px; max-width: 16px; } 
.banner-title { font-size: 42px; line-height: 54px; } 
.banner-caption p { line-height: 28px; }
.banner-btns { padding-top: 10px; } 
.theme-btn { padding: 14px 25px; font-size: 17px; line-height: 24px; min-width: 150px; }
.banner-btns .theme-btn:not(:first-child) { margin-left: 10px; }
.banner-logos ul li { padding: 8px; } 
.banner-logos ul { margin: 25px -8px 0; }
.banner-main-form-div .form-hero { border-radius: 20px; border-width: 4px; }
.form-hero { padding: 15px 15px 20px; }
.gform_drop_area::before { font-size: 22px !important; } 
.form-hero .ginput_container.ginput_container_fileUpload, .form-hero .gform_fileupload_multifile .gform_drop_area { font-size: 12px !important; font-weight: 400 !important; } 
.form-hero .button.gform_button_select_files { font-size: 14px !important; line-height: 20px !important; } 
.heading-title { font-size: 38px; line-height: 48px;margin-bottom: 10px; } 
section.process-section { padding: 40px 0 40px; }
.process-row .col-sm-4 { padding: 12px; }
.counter { font-size: 22px; bottom: 18px; }
.process-box h3 { font-size: 16px; line-height: 24px; } 
.process-box figure { max-width: 48px; }
.process-box p { font-size: 15px; line-height: 24px; height: 150px; overflow-x: hidden; } 
.process-box p br{display: none;} 
.process-box { padding: 25px 30px 15px; } 
.process-box::before { bottom: 12px; background-size: 88px; } 
.consultation-row { padding: 32px 20px; }
section.clearing-consultation-section { padding-bottom: 40px; } 
.consultation-row::before { display: none; } 
section.clearing-consultation-section .col-sm-10 { width: 80%; } 
section.clearing-consultation-section .col-sm-2{ width: 20%; }
section.services-section { padding: 14px 0; }
.service-lists ul li { padding: 12px; }
.service-lists ul { margin: 0px -15px; }
.services-row { padding: 30px 25px 15px; }
.services-content { padding: 15px 15px 10px; } 
.services-box h3 { font-size: 22px; line-height: 28px; margin-bottom: 7px; }
section.about-section { padding: 40px 0; }
.about-row { margin-top: 15px; } 
.about-bx { padding: 12px 12px 0; } 
.about-content { margin: 0 -12px; } 
section.about-section .default-css .heading-title { padding-top: 10px; } 
.count-bx-col figure { width: 80px; height: 80px; margin-right: 12px; padding: 12px; } 
.count-digit-row { font-size: 40px; line-height: 40px; }
.count-bx p { font-size: 18px;margin: 0 0 0 6px; }
.count-bx-col { margin-right: 0; margin-left: -20px; } 
.about-img figure:not(:first-child) { margin-top: 15px; }
.gallery-top-row { padding: 30px 35px; }
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { height: 40px; width: 40px; background-size: 20px !important; } 
.owl-carousel .owl-nav .owl-next:hover , .owl-carousel .owl-nav .owl-prev:hover { background-size: 20px !important;} 
.gallery-slider .owl-nav .owl-prev, .gallery-slider .owl-nav .owl-next { left: -52px; } 
.gallery-slider .owl-nav .owl-next { right: -52px; left: auto; }
.default-btns .theme-btn:not(:first-child) { margin-left: 10px; }
.gallery-slider { margin: 0px 0px; }
section.gallery-section:before { background-size: 330px; }
.gallery-item-parent { bottom: 10px; left: 10px; right: 10px; top: 10px; }
a.example-image-link { height: 74px; width: 74px; padding: 22px; }
section.testimonial-section { padding: 10px 0 40px; } 
.client-say-box { padding: 20px 20px 15px; }
.client-say-box h4 { font-size: 20px; line-height: 26px; margin-bottom: -2px; }
.client-say-box .clint-name-parent p { font-size: 14px; }
.quote-icon { max-width: 42px; } 
.clint-name-parent { margin-bottom: 12px; padding-bottom: 10px; }
.star img { max-width: 20px; } 
.owl-dots .owl-dot { height: 14px; width: 14px; margin: 5px; } 
.owl-dots .owl-dot.active { outline-width: 3px; } 
.testimonial-slider .item { padding: 10px 0; } 
.testimonial-slider .owl-item.active.center .client-say-box { box-shadow: 0 0 10px 0 rgba(2, 38, 65, 0.20); } 
.owl-dots { padding-top: 15px; } 
.cta-btns .theme-btn:not(:first-child) { margin-left: 10px; } 
section.cta-section { padding: 45px 0; }
section.faq-section { padding: 40px 0; }
.faq-box .card-header h5, .card-header-title { padding: 14px 50px 14px 25px; font-size: 20px; line-height: 28px; }
.faq-box .card-header h5:after, .card-header-title::after { right: 15px; background-size: 18px !important; } 
.faq-box .card { margin: 0 0 18px; border-radius: 45px 45px 20px 20px; } 
.card-body.default-css { padding: 15px 25px 10px 25px; }
.faq-img img { border-radius: 20px; } 
footer.footer-section { padding-top: 40px; } 
.faq-box { margin-top: 20px; }
.ftr-title { margin-bottom: 10px; font-size: 24px; line-height: 30px; }
.ftr-social .ftr-title { margin-bottom: 15px; } 
.newsletter-form .medium { padding: 10px 50px 10px 4px !important; display: block !important; height: 50px !important; font-size: 16px !important; line-height: 22px !important; } 
.newsletter-form input.button.gform_button { right: 2px; width: 40px !important; height: 40px !important; } 
.copyright p { font-size: 17px; }
.ftr-copyright { padding: 14px 0px; } 
.ftr-logo img { max-width: 150px; } 
.scroll-top:after { background-size: 20px; } 
.scroll-top { width: 40px; height: 40px; }
.process-box { max-width: 310px; margin: 0 auto; }
    section.default-section.inpad {
        padding: 40px 0;
    }

}

@media (max-width: 1024px) {
footer.footer-section { padding-top: 50px; text-align: center; }
.ftr-logo { margin-bottom: 25px; }
footer.footer-section .col-sm-2 , footer.footer-section .col-sm-3 , footer.footer-section .col-sm-4 , footer.footer-section .col-sm-5 , footer.footer-section .col-sm-6 , footer.footer-section .col-sm-7 , footer.footer-section .col-sm-8 , footer.footer-section .col-sm-9{ width: 100%;padding: 0 12px; }
footer.footer-section .col-sm-4:nth-child(1){order: 2;}
footer.footer-section .col-sm-4:nth-child(2){order: 1;}
footer.footer-section .col-sm-4:nth-child(3){order: 3;}
.ftr-title { margin: 10px 0; color: #fff; background: #f89823; padding: 10px; }
.newsletter-form { margin: 0; max-width: 100%; }
.ftr-social { padding-bottom: 25px; }
.newsletter-form form { max-width: 610px; margin: 15px auto 0; }
.home-banner .col-sm-8 { width: 100%; }
.home-banner .col-sm-4 { width: 100%; }
.banner-main-form-div .form-hero { border-radius: 20px; border-width: 4px; max-width: 100%; margin-top: 30px; }
.process-row .col-sm-4 { width: 50%; }
.home-banner::before { background: linear-gradient(90deg, rgba(2, 38, 65, 0.90) 100%, rgba(2, 38, 65, 0.73) 100%, rgba(2, 38, 65, 0.00) 100%); }
section.clearing-consultation-section .col-sm-10 { width: 100%; }
section.clearing-consultation-section .col-sm-2 { width: 100%; }
.consultation-row { text-align: center; }
.consultation-row .cta-btns { text-align: center; padding: 20px 0 0; }



section.about-section .col-sm-8 { width: 100%; }
section.about-section .col-sm-4 { width: 100%; text-align: center; }
.about-img { display: flex ; margin: 0 -10px 10px; }
section.about-section .section-heading .heading-title { text-align: center; }
.count-bx-col:after { right: 0; border-radius: 100px 0 0 100px; }
.count-bx-col { margin: 0; }
.about-img figure { margin: 0 !important; padding: 10px; width: 50%; }
.about-img figure img{width: 100%;}

section.faq-section .col-sm-7 { width: 100%; }
section.faq-section .col-sm-5 { width: 100%;display: none; }

.count-bx-col:after { right: 0px; border-radius: 100px; left: 0; top: 0; bottom: 0; }
.count-bx-col { margin: 0 auto; display: inline-flex ; padding: 5px 20px 5px 5px; }



}

@media (max-width: 991px) {


}

@media (max-width: 900px) {
.service-lists ul li { width: 50%; }
.process-box { max-width: 330px; }




}


@media (max-width: 812px) {
.top-text { padding: 3px; display: none; }
.top-logo img { max-width: 100px !important; }
.services-row { padding: 30px 15px 10px; }
.container { padding: 0 12px; }
.service-lists ul { margin: 0px -12px; }
.about-img figure { padding: 5px; }
.about-img { margin: 0 -5px 10px; }




}


@media (max-width: 700px) {
.process-row .col-sm-4 { width: 100%; }
.process-box { align-content: center; }
.process-box figure { max-width: max-content; }
.process-box p { font-size: 17px; line-height: 26px; height: auto; overflow-x: hidden; }
.process-box h3 { font-size: 20px; line-height: 28px; }
.process-box { max-width: 380px; padding: 25px 40px 15px; }
.process-box::before { bottom: 9px; background-size: 114px; }


}


@media (max-width: 575px) {
.heading-title { font-size: 30px; line-height: 38px; margin-bottom: 10px; }
.banner-title { font-size: 35px; line-height: 44px; }
.banner-caption .banner-star p { font-size: 18px; line-height: 24px; }
.consultation-row { padding: 30px 20px; }
.service-lists ul li { width: 100%; }
.services-box img { width: 100%; }
.theme-btn { padding: 13px 25px; font-size: 16px; line-height: 22px; min-width: 140px; }
.ftr-title { margin-bottom: 10px; font-size: 20px; line-height: 26px; }
.ftr-copyright { padding: 10px 0px; }
.banner-logos ul { flex-wrap: wrap; }
.banner-logos ul li { width: 50%; } 
.banner-logos ul li figure img { max-height: 60px; }
.top-logo img { max-width: 90px !important; }
.faq-box .card-header h5, .card-header-title { font-size: 18px; line-height: 26px; }
.default-btns .theme-btn:not(:first-child) { margin-left: 6px; }
.consultation-row { padding: 30px 12px; }
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { position: unset; margin: 6px; transform: none; display: inline-block; } 
.owl-nav { padding-top: 15px; }
section.gallery-section { padding: 0 0px 40px; }
.gallery-top-row { padding: 30px 12px; }
    .banner-caption p {
        line-height: 26px;
        font-size: 17px;
    }
p { font-size: 16px; line-height: 25px;}

.default-css ul li, .default-css ol li { font-size: 16px; line-height: 25px;; margin: 0 0 6px; }
.default-css ul li { background-position: 0 6px; padding-left: 24px; background-size: 18px; }

.scroll-top {
    bottom: 40px;
}
.banner-caption .banner-star p {
        font-size: 15px;
        line-height: 20px;
    }
    .stardx img {
        margin-top: -5px;
        max-width: 12px;
    }
    section.faq-section {
        padding: 40px 0 25px;
    }


}

@media (max-width: 525px) {
.testimonial-row { margin: 0; }
.testimonial-slider .owl-item.active.center .client-say-box { box-shadow: inset 0 0 10px 0 rgba(2, 38, 65, 0.20); }
.owl-stage { display: block; }
.owl-item { display: block; }
.about-bx figure { margin: 0 auto 12px; }
.about-content { margin: 0; }
.about-bx { height: auto; width: 100%;text-align: center; padding: 18px 0px 12px; }
.about-bx:not(:first-child){ border-top: 1px solid #ccc;}
section.about-section .default-css .heading-title { text-align: center; }
    section.about-section .default-css .heading-title {
        padding-top: 20px;
    }
    section.about-section {
        padding: 40px 0 25px;
    }



}

@media (max-width: 480px) {

.banner-logos ul li figure img { max-height: 48px; }
.banner-caption .banner-star p { padding-left: 0; }
.count-digit-row { font-size: 35px; line-height: 35px; }
.count-bx-col figure { width: 70px; height: 70px; margin-right: 12px; padding: 10px; }
.count-bx p { font-size: 17px; margin: 0 0 0 6px; }



}

@media (max-width: 420px) {
.process-box::before { bottom: 12px; background-size: 88px; }
.process-box figure { max-width: 48px; }
.process-box { max-width: 315px; padding: 15px 30px 15px; }
.process-box p { font-size: 15px; line-height: 24px; }
.process-box h3 { font-size: 17px; line-height: 26px; }
.theme-btn { padding: 13px 20px; font-size: 16px; line-height: 22px; min-width: 140px; }




}