@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --body-fonts: "Mulish", sans-serif;
    --secondary-fonts: "Poppins", serif;

    --text-color: #000000;
    --color-white: #ffffff;
    --color-primary: #0084FFF5;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-color);
    font-family: var(--body-fonts);
    -webkit-font-smoothing: antialiased;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.container {
    max-width: 1400px;
}

@media (min-width: 1441px) {
    .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.container-sm {
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.hide {
    display: none !important;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 17px 35px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: 0.35s all ease-in-out;
    text-transform: inherit;
}

.btn:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0 10px 20px 0;
    filter: brightness(105%);
}

.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-outline-dark {
    color: var(--text-color);
}

.btn-light {
    color: var(--text-color);
}

.btn-secondary {
    background-color: #9315F6;
    border-color: #9315F6;
    text-transform: uppercase;
    border-radius: 30px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #6a11b0;
    border-color: #6a11b0;
}

.btn-outline-primary {
    border-radius: 5px;
    color: var(--color-primary);
    box-shadow: none;
}

.web-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-content {
    flex: 1 0 auto;
}

.web-wrapper > div,
.web-wrapper > section {
    max-width: 100%;
    width: 100%;
}

h1, h2, h3, h4 {
    font-weight: 200;
    line-height: 1.2;
    margin: 0;
}

h1 {
    font-size: 75px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 42px;
}

h4 {
    font-size: 32px;
    font-weight: 400;
}

h5 {
    font-size: 24px;
    font-weight: 700;
}

.section-title {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
    font-family: var(--secondary-fonts);
}

.section-title h2 {
    font-weight: 700;
    margin: 0;
}

.section-title h3,
.section-title h4 {
    font-weight: 500;
    letter-spacing: -2px;
}

.section-title h2 span,
.section-title h3 span,
.section-title h4 span {
    color: var(--color-primary);
}

.section-title p {
    margin: 20px 0 0 0;
    color: #4D4D4D;
}

/*--- Body Style End ---*/

/*--- Header Style Start ---*/
.header {
    background-color: transparent;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 35px 35px;
    padding: 0;
    max-width: 1400px;
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 999;
    transition: 0.35s all ease-in-out;
}


/*.header .container-fluid {*/
/*    !*padding: 0 100px;*!*/
/*    transition: 0.35s all ease-in-out;*/
/*}*/

.navbar-brand {
    max-width: 175px;
    transition: 0.35s all ease-in-out;
    margin-left: 50px;
}

body.header-fixed .header {
    background-color: var(--color-white);
    top: 0;
    /*border-radius: 0;*/
    /*padding: 10px 0;*/
}

.navbar-brand img {
    width: 100%;
}

.header .navbar {
    padding: 0;
}

.header .navbar-collapse > .navbar-nav {
    margin-left: auto;
}

.navbar-nav li {
    position: relative;
}

.header .navbar-nav > li > .nav-link,
.header .navbar-nav > li > a {
    text-transform: uppercase;
    color: var(--text-color);
    padding: 40px 10px !important;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.header .navbar-nav > li > .nav-link:focus,
.header .navbar-nav > li > a:focus {
    outline: none;
    box-shadow: none;
}

body .dropdown-menu,
.sub-menu {
    box-shadow: 5px 0 50px 0 rgba(0, 0, 0, 0.25);
    border-radius: 0;
    border: none;
    background-color: var(--color-white);
}

body .dropdown-toggle,
.menu-item-has-children a {
    display: inline-flex !important;
    align-items: center;
}

body .dropdown-toggle::after,
.menu-item-has-children > a:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04LjI2OTAxIDUuNTY0MzZDOC4yNjkwMSA1LjU5NzcxIDguMjY0ODMgNS42MjY5IDguMjU2NDggNS42NTE5MUM4LjI0ODEzIDUuNjc2OTMgOC4yMjcyNiA1LjY5Nzc3IDguMTkzODcgNS43MTQ0NUw0Ljg2MjgxIDkuMDY2NDlDNC44NDYxMSA5LjA4MzE2IDQuODIxMDYgOS4wOTU2NyA0Ljc4NzY3IDkuMTA0MDFDNC43NTQyNyA5LjExMjM1IDQuNzI5MjMgOS4xMTY1MiA0LjcxMjUzIDkuMTE2NTJDNC42NzkxNCA5LjExNjUyIDQuNjQ1NzQgOS4xMTIzNSA0LjYxMjM1IDkuMTA0MDFDNC41Nzg5NiA5LjA5NTY3IDQuNTUzOTEgOS4wODMxNiA0LjUzNzIxIDkuMDY2NDlMMS4yMDYxNSA1LjcxNDQ1QzEuMTg5NDUgNS42OTc3NyAxLjE3Mjc1IDUuNjc2OTMgMS4xNTYwNiA1LjY1MTkxQzEuMTM5MzYgNS42MjY5IDEuMTMxMDEgNS41OTc3MSAxLjEzMTAxIDUuNTY0MzZDMS4xMzEwMSA1LjUzMSAxLjEzOTM2IDUuNTAxODIgMS4xNTYwNiA1LjQ3NjhDMS4xNzI3NSA1LjQ1MTc5IDEuMTg5NDUgNS40MjI2MSAxLjIwNjE1IDUuMzg5MjVMMS41NTY3OSA1LjAzOTA0QzEuNTczNDggNS4wMjIzNiAxLjU5ODUzIDUuMDA1NjggMS42MzE5MiA0Ljk4OTAxQzEuNjY1MzIgNC45NzIzMyAxLjY5ODcxIDQuOTYzOTkgMS43MzIxMSA0Ljk2Mzk5QzEuNzQ4OCA0Ljk2Mzk5IDEuNzczODUgNC45NzIzMyAxLjgwNzI0IDQuOTg5MDFDMS44NDA2NCA1LjAwNTY4IDEuODY1NjggNS4wMjIzNiAxLjg4MjM4IDUuMDM5MDRMNC43MTI1MyA3Ljg0MDc0TDcuNTE3NjQgNS4wMzkwNEM3LjUzNDM0IDUuMDIyMzYgNy41NTkzOCA1LjAwNTY4IDcuNTkyNzcgNC45ODkwMUM3LjYyNjE3IDQuOTcyMzMgNy42NTEyMSA0Ljk2Mzk5IDcuNjY3OTEgNC45NjM5OUM3LjcwMTMxIDQuOTYzOTkgNy43MzQ3IDQuOTcyMzMgNy43NjgwOSA0Ljk4OTAxQzcuODAxNDkgNS4wMDU2OCA3LjgyNjUzIDUuMDIyMzYgNy44NDMyMyA1LjAzOTA0TDguMTkzODcgNS4zODkyNUM4LjIyNzI2IDUuNDIyNjEgOC4yNDgxMyA1LjQ1MTc5IDguMjU2NDggNS40NzY4QzguMjY0ODMgNS41MDE4MiA4LjI2OTAxIDUuNTMxIDguMjY5MDEgNS41NjQzNloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");
    border: none;
    width: 8.24px;
    height: 13px;
}

body .dropdown-item,
.sub-menu li a {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding: 15px 20px;
    line-height: 0.8;
}

.sub-menu li a:hover {
    background-color: #f8f9fa;
}

body .dropdown li + li,
.sub-menu li + li {
    border-top: 1px solid rgba(137, 136, 136, 1);
}

body .dropdown-menu,
.sub-menu {
    position: absolute;
    top: 100% !important;
    left: auto !important;
    right: 0 !important;
    display: block;
    z-index: -2;
    visibility: hidden;
    transition: 0.35s all ease-in-out;
    opacity: 0;
    width: 263px;
}

body .dropdown-menu.show {
    top: calc(100% - 20px) !important;
    z-index: 2;
    visibility: visible;
    opacity: 1;
}

@media (min-width: 992px) {
    .header .dropdown-toggle:hover + .dropdown-menu,
    .header .dropdown-menu:hover,
    .header .navbar-nav > li > a:hover + .sub-menu,
    .sub-menu:hover {
        top: calc(100% - 20px) !important;
        z-index: 2;
        visibility: visible;
        opacity: 1;
    }
}


/*body.header-fixed .navbar-brand {*/
/*    max-width: 150px;*/
/*}*/

/*@media (min-width: 992px) {*/
/*    body.header-fixed .header {*/
/*        padding: 0;*/
/*    }*/

/*    body.header-fixed .header .navbar-nav > li > .nav-link,*/
/*    body.header-fixed .header .navbar-nav > li > a {*/
/*        padding-top: 30px !important;*/
/*        padding-bottom: 30px !important;*/
/*    }*/

/*    body.header-fixed .navbar-brand {*/
/*        max-width: 200px;*/
/*    }*/

/*    body.header-fixed .header .container-fluid {*/
/*        padding-left: 15px;*/
/*        padding-right: 15px;*/
/*    }*/
/*}*/

/*@media (min-width: 1366px) {*/
/*    body.header-fixed .header .container-fluid {*/
/*        padding-left: 60px;*/
/*        padding-right: 60px;*/
/*    }*/
/*}*/

/*--- Header Style End ---*/

/*--- Hero Style Start ---*/
.site-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 240px 0 150px 0;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.hero-bg {
    background-image: url("../images/hero-bg.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -50%;
    top: -54%;
    z-index: -1;
    width: 130%;
    height: 130%;
    opacity: 0.15;
}

.site-hero:after {
    content: "";
    background: linear-gradient(to bottom, transparent, #fff);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
}

.hero-content {
    max-width: 670px;
    position: relative;
    z-index: 2;
}

.site-hero p {
    font-size: 48px;
    font-weight: 200;
    line-height: 1;
    margin: 20px 0 0 0;
}

.buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 50px;
}


.site-hero .btn {
    font-size: 17px;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
    padding: 20px 40px;
}

.hero-img {
    position: absolute;
    right: 12%;
    bottom: 20%;
    max-width: 650px;
    width: 100%;
}

.hero-img img {
    width: 100%;
    object-fit: contain;
}


.inner-hero .hero-img {
    position: static;
    max-width: 500px;
}

.inner-hero .buttons {
    margin-top: 100px;
}

.inner-hero .hero-content {
    max-width: 100%;
}

.inner-hero .hero-content p {
    max-width: 700px;
}


.inner-hero .hero-bg {
    left: -30%;
    top: -34%;
    width: 100%;
    height: 100%;
}

.hero-p {
    margin-top: 100px;
}

.hero-p p {
    font-size: 29px;
    text-transform: uppercase;
    text-align: justify;
    font-weight: 400;
    line-height: 1.17;
}

/*--- Hero Style End ---*/

/*--- Partners Section Style Start ---*/
.partners-section {
    padding: 100px 0;
}

.logos-row {
    display: flex;
    align-items: center;
    gap: 45px;
}

.logo-col img {
    width: 100%;
    object-fit: contain;
}

.partners-section .swiper-wrapper {
    align-items: center;
}


.brandsSwiper .swiper-slide {
    width: 200px;
}

.brandsSwiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/*--- Partners Section Style End ---*/

/*--- Grid Section Style Start ---*/
.content-grid-section {
    padding: 70px 0;
}

.content-grid-section .row + .row {
    margin-top: 300px;
}

.content-grid-section .row {
    row-gap: 90px;
    align-items: center;
}

.content-grid-section [class^="col-"]:nth-child(3) {
    order: 12;
}

.content-grid-section h2,
.content-grid-section h3,
.content-grid-section h4 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.grid-content {
    max-width: 460px;
}

.content-grid-section [class^="col-"]:nth-child(3) .grid-content {
    margin-left: auto;
    margin-right: auto;
}

.grid-img img {
    width: 100%;
}

.content-grid-section p,
.content-grid-section li {
    font-size: 24px;
    font-weight: 200;
    line-height: 1.5;
    margin: 25px 0 40px 0;
}

.content-grid-section h3 + p {
    margin-top: 30px;
}

.content-grid-section ul {
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.content-grid-section li {
    list-style-type: disc;
    color: var(--text-color);
    font-weight: 200;
    margin: 0 0 7px 0;
}

.content-grid-section .row:first-child [class^="col-"]:first-child h4 {
    font-size: 50px;
    font-weight: 200;
}

.content-grid-section .row:first-child [class^="col-"]:first-child p {
    font-weight: 400;
    color: #777777;
    margin-top: 0;
}

.lg-after-pattern img {
    margin-top: -100px;
}

.lg-after-pattern img {
    width: 100%;
}

.mask-img {
    margin-top: 30px;
    width: 100%;
}

@media (min-width: 992px) {
    .mask-img {
        margin-top: 50px;
    }
}

/*--- Grid Section Style End ---*/

/*--- Advantages Section Style Start ---*/
.advantages-section {
    padding: 200px 0;
}

.advantages-section h2 {
    margin-bottom: 30px;
}

.advantages-section p,
.advantages-section li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 35px;
}

.advantages-section ul {
    margin-left: 30px;
    list-style-type: disc;
    margin-bottom: 40px;
}

.advantages-section li {
    margin-bottom: 7px;
}

/*--- Advantages Section Style End ---*/

/*--- About ATF Section Style Start ---*/
.about-atf-section {
    padding: 250px 0 100px;
}

.about-atf-section h3 {
    font-weight: 500;
    margin-bottom: 35px;
}

.about-atf-section h3 a {
    color: var(--color-primary);
    text-decoration: none;
}

.about-atf-section h3 a:hover {
    text-decoration: underline;
}

.about-icons-row {
    display: flex;
    gap: 30px;
}

.about-icon-col {
    display: flex;
    gap: 10px;
}

.about-atf-section span {
    font-size: 29px;
    font-weight: 700;
}

/*--- About ATF Section Style End ---*/

/*--- Overview Section Style Start ---*/
.overview-section {
}

.overview-content {
    position: relative;
}

.overview-content:before {
    content: "";
    width: 100%;
    height: 8px;
    background: linear-gradient(269.39deg, #2B4868 14.87%, #090A09 29.73%, #4C86C6 100%);
    display: block;
    margin-bottom: 20px;
}

.overview-section h4 {
    margin-bottom: 20px;
    margin-top: 45px;
}

.overview-section h4:first-child {
    margin-top: 0;
}

.overview-section p {
    font-size: 13px;
    max-width: 700px;
    margin-bottom: 45px;
}

.overview-box {
    border: 2px solid #0D5CC21A;
    border-radius: 12px;
    padding: 30px;
}

.overview-box + .overview-box {
    margin-top: 10px;
}

.overview-section span {
    font-size: 10px;
    font-weight: 700;
    color: var(--color-primary);
    display: block;
    margin-bottom: 7px;
}

.overview-box p {
    margin-bottom: 0 !important;
}


.values-row {
    max-width: 700px;
    padding-left: 30px;
    padding-right: 30px;
    row-gap: 20px;
}


.leadership-row {
    padding: 200px 0;
}

.leadership-row h3 {
    color: #777575;
    font-weight: 400;
    margin-bottom: 25px;
}

.leadership-row h3 strong {
    font-weight: 700;
    color: var(--text-color);
}

.leadership-img img {
    width: 100%;
}

.overview-section .btn {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

/*--- Overview Section Style End ---*/

/*--- Team Section Style Start ---*/
.team-title {
    background: linear-gradient(94.09deg, #A5F2FF 0%, rgba(97, 178, 255, 0.96) 100%);
    padding: 70px 0;
    text-align: center;

}

.team-title h2 {
    font-weight: 600;
}

.breadcrumb {
    margin-bottom: 40px;
}

.breadcrumb li {
    font-size: 12px;
    font-weight: 600;
    color: #5D399A !important;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
}

.breadcrumb a {
    color: #867A9A;
    text-decoration: none;
}

.breadcrumb li + li {
    padding-left: 0;
}

body .breadcrumb li + li:before {
    content: '' !important;
    width: 6px;
    height: 10px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zLjk5NjQgNC43OTQ5N0wwLjM3MjA1MSAxLjE3MDYyQzAuMjM0Njk0IDEuMDMzMjYgMC4xNjYwMTYgMC44NzA5MzMgMC4xNjYwMTYgMC42ODM2MjhDMC4xNjYwMTYgMC40OTYzMjMgMC4yMzQ2OTQgMC4zMzM5OTIgMC4zNzIwNTEgMC4xOTY2MzVDMC41MDMxNjQgMC4wNjU1MjIyIDAuNjYzOTM0IC0zLjQzMzIzZS0wNSAwLjg1NDM2IC0zLjQzMzIzZS0wNUMxLjA0NDc5IC0zLjQzMzIzZS0wNSAxLjIwNTU2IDAuMDY1NTIyMiAxLjMzNjY3IDAuMTk2NjM1TDUuNDQ4MDEgNC4zMDc5N0M1LjU4NTM2IDQuNDQ1MzMgNS42NTQwNCA0LjYwNzY2IDUuNjU0MDQgNC43OTQ5N0M1LjY1NDA0IDQuOTgyMjcgNS41ODUzNiA1LjE0NDYgNS40NDgwMSA1LjI4MTk2TDEuMzM2NjcgOS4zOTMzQzEuMjA1NTYgOS41MjQ0MSAxLjA0NDc5IDkuNTg5OTcgMC44NTQzNiA5LjU4OTk3QzAuNjYzOTM0IDkuNTg5OTcgMC41MDMxNjQgOS41MjQ0MSAwLjM3MjA1MSA5LjM5MzNDMC4yMzQ2OTQgOS4yNTU5NCAwLjE2NjAxNiA5LjA5MzYxIDAuMTY2MDE2IDguOTA2M0MwLjE2NjAxNiA4LjcxOSAwLjIzNDY5NCA4LjU1NjY3IDAuMzcyMDUxIDguNDE5MzFMMy45OTY0IDQuNzk0OTdaIiBmaWxsPSIjODY3QTlBIi8+Cjwvc3ZnPgoK");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px 10px;
    padding: 0;
    margin: 0;
}

.profile-card {
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    padding: 25px;
    background-color: var(--color-white);
    box-shadow: 0 1px 4px 0 #0000001A;
    height: 100%;
}

.profile-card img {
    width: 100%;
}

.profile-info {
    display: flex;
    gap: 25px;
    margin-bottom: 12px;
}

.avatar {
    width: 120px;
    height: 120px;
    flex: 0 0 120px;
    border-radius: 50%;
    overflow: hidden;
    background: #DCDCDC;
    filter: grayscale(100%);
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-card h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

.profile-card span {
    font-size: 14px;
    font-weight: 700;
    color: #767475;
    text-transform: uppercase;
}

.profile-card .description {
    height: 63px;
    overflow: hidden;
    position: relative;
    margin-bottom: 12px;
    line-height: 1.4;
    max-width: calc(100% - 10px);
    transition: 0.35s all ease-in-out;
}

.profile-card .description:after {
    content: "";
    background: linear-gradient(0deg, #FFFFFF 10.87%, rgba(255, 255, 255, 0) 73.91%);
    width: 100%;
    height: 47px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    z-index: 1;
    transition: 0.35s all ease-in-out;
}

.profile-card.open .description {
    height: auto;
}

.profile-card.open .description:after {
    opacity: 0;
    z-index: -1;
}

.profile-card .read-more {
    color: #0084FFF5;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.profile-card .read-more i {
    transition: transform 0.3s ease;
}

.profile-card.open .read-more i {
    transform: rotate(180deg);
}

/*--- Team Section Style End ---*/

/*--- Service Section Style Start ---*/
.services-section {
    padding: 100px 0;
}

.service-content p {
    font-size: 18px;
    margin-bottom: 25px;
}

.service-content p:nth-child(2n + 1) {
    font-size: 20px;
    margin-bottom: 15px;
}

.service-img img {
    width: 100%;
}

.service-content ul {
    margin-left: 30px;
}

.service-content li {
    font-size: 18px;
    list-style-type: disc;
    margin-bottom: 20px;
}

/*--- Service Section Style End ---*/

/*--- Careers Section Style Start ---*/
.careers-section {
    padding: 200px 0 150px;
}

.careers-section label,
body .careers-section .ff-default .ff-el-input--label label {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0 !important;
}


.careers-section input:not([type="checkbox"]):not([type="radio"]),
.careers-section select {
    padding: 10px 20px;
    box-shadow: 0px 1px 1px 1px #00000013 inset !important;
    border: 1px solid #EBEBEB;
    border-radius: 0;
}

body .careers-section .form-control:focus,
body .careers-section input:focus {
    outline: 1px solid var(--color-primary) !important;
    box-shadow: none !important;
}

.careers-section .form-check label {
    margin-bottom: 0;
}

.checkboxes,
.social-checkboxes .ff-el-input--content {
    border: 1px solid #EBEBEB;
    padding: 15px;
}

.checkboxes-group,
.social-checkboxes .ff-el-input--content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.checkboxes-group > div,
.social-checkboxes .ff-el-input--content > div {
    width: 30%;
    flex: 0 0 30%;
    margin: 0;
}

@media (min-width: 991px) {
    .careers-section button {
        width: 270px;
        padding: 20px;
        font-size: 20px;
    }
}


.applying-field-container {
    max-width: 750px;
}

.careers-section .ff-default .ff-el-form-control {
    border-radius: 0 !important;
}

.careers-section .fluentform .ff-el-group {
    margin-bottom: 25px;
}

.city-field {
    max-width: 375px;
}

.phone-field {
    max-width: 635px;
}

.careers-section form.fluent_form_4 .ff-btn-submit:not(.ff_btn_no_style) {
    max-width: 230px;
}

.fluentform input[type=checkbox] {
    margin-right: 8px !important;
}

/*--- Careers Section Style End ---*/

/*--- Web Text Section Style Start ---*/
.web-text-section {
    padding: 150px 0 100px;
}

.text-sidebar {
    position: sticky;
    top: 100px;
    padding-bottom: 30px;
}

.text-sidebar a {
    font-weight: 700;
}

.text-sidebar ul {
    padding-left: 0 !important;
    list-style-type: none !important;
}

.text-sidebar a:hover {
    text-decoration: underline;
}

.web-text-section .text-sidebar li + li {
    margin-top: 12px;
}

.web-text-section h2,
.web-text-section h3,
.web-text-section h4 {
    font-family: var(--body-fonts);
    margin-bottom: 20px;
    font-weight: 600;
}

.web-text-section p strong,
.web-text-section p b {
    font-weight: 700;
}

.web-text-section p,
.web-text-section li {
    font-size: 1.125rem;
}

.web-text-section p + h3,
.web-text-section p + h4 {
    margin-top: 35px;
}

.web-text-section ul {
    padding-left: 30px;
    list-style-type: disc;
    margin-bottom: 30px;
}

.web-text-section ul ul {
    list-style-type: circle;
    padding-top: 20px;
}

.web-text-section li + li {
    margin-top: 15px;
}

.web-text-section li p:first-child {
    margin-bottom: 3px;
}

.web-text-section .table {
    margin-bottom: 35px;
}

.web-text-section table thead {
    vertical-align: middle;
}

.web-text-section table thead tr {
    border: none;
}

.web-text-section table th {
    border-bottom: none;
}

.web-text-section table {
    margin-bottom: 35px;
}

/*.web-text-section table th,*/
/*.web-text-section table th p,*/
/*.web-text-section table td p {*/
/*    color: var(--body-text-dark);*/
/*}*/

.web-text-section table {
    border-collapse: collapse;
    border-spacing: 0;
}

.web-text-section table > :not(caption) > * > * {
    padding: .75rem;
}

.web-text-section table th {
    font-size: 20px;
}

.web-text-section table th:last-child {
    min-width: 210px;
}

.web-text-section .text-main-content a {
    color: var(--color-primary);
    text-decoration: underline;
}

.web-text-section .text-main-content a:hover {
    text-decoration: none;
}

table {
    color: #212529;
    vertical-align: top;
    border: 1px solid #dee2e6;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}


/*--- Web Text Section Style End ---*/

/*--- Contact Section Style Start ---*/
.contact-section {
    padding: 200px 0 150px;
}

.contact-title {
    border-bottom: 1px solid #77777726;
    text-align: center;
    padding: 0 0 20px 0;
    margin-bottom: 60px;
}

.contact-section h2 {
    font-weight: 700;
    margin: 0;
}

.contact-card {
    padding: 35px;
    background-color: #F2F2F2;
}


.contact-card h5 {
    font-weight: 500;
    margin-bottom: 20px;
}

.contact-card p,
.contact-card a {
    color: var(--text-color);
    text-decoration: none;
    transition: 0.35s all ease-in-out;
}

.contact-card a:hover {
    color: var(--color-primary);
}

.contact-card p {
    margin-bottom: 30px;
    max-width: 200px;
}

.contact-card p:last-child {
    margin-bottom: 0;
}


body .contact-section .ff-el-form-control,
body .contact-section input:not([type="checkbox"]):not([type="radio"]),
body .contact-section textarea {
    border: 1px solid #303133;
    padding: 10px 15px;
    border-radius: 2px;
    font-size: 15px;
    color: var(--text-color);
    background-color: #F7F7F7;
}

body .fluentform .ff-el-is-error .ff-el-form-control {
    border-color: var(--fluentform-danger, #f56c6c) !important;
}

body .ff-default .ff-el-input--label label {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

body .ff-default .ff-el-form-check label.ff-el-form-check-label {
    font-weight: 300;
}

body .ff-default .ff_btn_style {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 17px 35px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: 0.35s all ease-in-out;
    text-transform: inherit;
    width: 100%;
    max-width: 100%;
    margin-top: 25px !important;
}

/*--- Contact Section Style End ---*/

/*--- Industries Banner Style Start ---*/
.industries-banner {
    padding: 170px 0;
    margin: 130px 0 0 0;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

@media (min-width: 1441px) {
    .industries-banner {
        min-height: 550px;
    }
}

@media (min-width: 1701px) {
    .industries-banner {
        min-height: 600px;
    }
}

.industries-banner:after {
    content: '';
    background-color: rgba(85, 185, 218, 0.8);
    position: absolute;
    z-index: -1;
    inset: 0;
}

.industries-banner h1 {
    font-weight: 800;
    margin: 0;
    letter-spacing: -2px;
}

/*--- Industries Banner Style End ---*/

/*--- Industry Expertise Style Start ---*/
.industry-expertise-section {
    padding: 70px 0;
}

.industry-expertise-img {
    border-radius: 24px;
    overflow: hidden;
}

.industry-expertise-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industry-expertise-content h2 {
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 80px;
}

.industry-expertise-content p {
    font-size: 16px;
    margin-bottom: 0;
}

.industry-expertise-content ul {
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 15px;
}

.case-details-card {
    background-color: #EDF2F4;
    border-radius: 16px;
    padding: 40px 25px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    font-family: var(--secondary-fonts);
}

.case-details-card h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

.case-details-card .row {
    row-gap: 15px;
}

.case-details-card span {
    font-weight: 600;
    margin-bottom: 7px;
    display: block;
}

.case-details-card p {
    font-size: 12px;
    margin: 0;
}


.customSolution-card-section {
    padding: 80px 0;
}

.customSolution-request-card {
    padding: 70px 25px;
    border-radius: 16px;
    position: relative;
    z-index: 1;
    color: var(--color-white);
    font-family: var(--secondary-fonts);
    overflow: hidden;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.customSolution-request-card:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: rgba(0, 30, 40, 0.8);
    display: block;
}

.customSolution-request-card h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

.customSolution-request-card p {
    font-size: 13px;
    font-weight: 400;
}

.customSolution-request-card .btn {
    font-size: 16px;
    border-radius: 5px;
    font-weight: 400;
    padding: 10px 25px;
}

.customSolution-request-card h3 {
    font-weight: 600;
    margin-bottom: 15px;
}

.customSolution-request-card > div {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
}

.customSolution-card-section .customSolution-request-card p {
    font-size: 18px;
}

.customSolution-card-section .customSolution-request-card .btn {
    padding: 15px 40px;
    margin-top: 25px;
}


.name-wrap-field {
    align-items: flex-end;
}

body .customSolution-request-form .ff-el-form-control,
body .customSolution-request-form input:not([type="checkbox"]):not([type="radio"]),
body .customSolution-request-form textarea {
    border-color: #0096C7;
    border-radius: 4px;
    font-size: 15px;
}

body .customSolution-request-form .ff-default .ff-el-input--label label {
    margin-bottom: 0;
}

body .customSolution-request-form .fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
    color: inherit;
    margin-left: 0;
}

body .customSolution-request-form .ff-default .ff_btn_style {
    border-radius: 5px;
    margin-top: 0 !important;
    text-transform: uppercase;
}

/*--- Industry Expertise Style End ---*/


/*--- Lead Generation Process Section Style Start ---*/
.leadGeneration-process-section {
    padding: 50px 0;
}

.leadGeneration-process-section .section-title {
    max-width: 100%;
    font-family: var(--body-fonts);
}

.leadGeneration-process-section .leadGeneration-process-row {
    row-gap: 80px;
}

.leadGeneration-process-card {
    background-color: #EDF2F4;
    border-radius: 57px;
    padding: 50px 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    max-width: 355px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.leadGeneration-process-card h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.leadGeneration-process-card p:last-child {
    margin-bottom: 0;
}

.leadGeneration-process-row > *:nth-child(3n) .leadGeneration-process-card {
    margin-left: auto;
}

.leadGeneration-process-row > *:nth-child(3n-1) .leadGeneration-process-card {
    margin-left: auto;
    margin-right: auto;
}

/*--- Lead Generation Process Section Style End ---*/

/*--- Solars Section Style Start ---*/
.solars-section {
    padding: 90px 0;
}

.solars-section .row {
    row-gap: 40px;
}

.solar-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.solar-card .img {
    border-radius: 16px;
    background-color: #D9D9D9;
    overflow: hidden;
}

.solar-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solar-card span {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
}

/*--- Solars Section Style End ---*/

/*--- Milestone Section Style Start ---*/
.milestone-section {
    background-color: #252422;
    padding: 32px 0;
}

.milestone-section .row {
    row-gap: 25px;
}

.stat-col {
    text-align: center;
    font-family: var(--secondary-fonts);
    color: var(--color-white);
}

.milestone-section h2 {
    font-weight: 700;
}

.milestone-section p {
    margin-bottom: 0;
    font-size: 18px;
}

.workSwiper {
    padding-bottom: 50px;
}

.workSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 0.5;
    background-color: #252422;
}

.workSwiper .swiper-pagination-bullet-active {
    opacity: 1;
}

/*--- Milestone Section Style End ---*/

/*--- Work Section Style Start ---*/
.works-section {
    padding: 90px 0;
}

/*--- Work Section Style End ---*/

/*--- Image Text Section Style Start ---*/
.image-text-section {
    padding: 70px 0;
}

.image-text-section .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1701px) {
    .image-text-section .container-fluid {
        padding-left: 180px;
        padding-right: 180px;
    }
}

.image-text-section .row {
    row-gap: 35px;
}

.image-text-section .img-col {
    border-radius: 40px;
    overflow: hidden;
}

.image-text-section .img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-text-section h2,
.image-text-section h3
.image-text-section h4 {
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 15px;
}

.image-text-section p {
    font-size: 16px;
    margin-bottom: 25px;
}

.image-text-section p:last-child {
    margin-bottom: 0;
}

.image-text-section p + p {
    margin-top: -20px;
}

/*--- Image Text Section Style End ---*/

/*--- Highlight Section Style Start ---*/
.info-highlight-section {
    padding: 90px 0;
}

.highlight-img {
    position: relative;
    height: auto;
    padding-left: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    z-index: 1;
}

.highlight-img:before {
    content: '';
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-color: var(--color-primary);
    border-radius: 16px;
    opacity: 0.7;
}

.highlight-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.highlight-section-content {
    max-width: 500px;
}

.info-highlight-section h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.info-highlight-section h2 span {
    color: var(--color-primary);
}

.info-highlight-section p {
    margin-bottom: 30px;
}

.info-highlight-section .section-title p,
.info-highlight-section .section-title h2 {
    margin-bottom: 0;
}

.stat-row {
    border-top: 1px solid rgba(128, 128, 128, 0.2);
    padding-top: 20px;
}

.info-highlight-section .stat-col h2,
.info-highlight-section .stat-col h2 span,
.info-highlight-section .stat-col p {
    color: var(--text-color);
    margin-bottom: 0;
}

.info-highlight-section .stat-col p {
    color: #4D4D4D;
    font-size: 16px;
}

.highlight-section-content > span {
    color: var(--color-primary);
    margin-bottom: 15px;
    display: block;
}

.highlight-section-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
}

.highlight-section-content li {
    width: 48%;
    font-weight: 700;
    display: inline-flex;
}

.highlight-section-content li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 6px;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    border-radius: 50%;
    color: var(--color-white);
    background-color: var(--color-primary);
    opacity: 0.9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}


.content-first .highlight-img {
    padding: 30px 30px 0 0;
}

.content-first .highlight-img:before {
    left: auto;
    bottom: auto;
    right: 0;
    top: 0;
    background-color: rgba(122, 173, 221, 0.96);
}

/*--- Highlight Section Style End ---*/

/*--- Market Strategy Section Style Start ---*/
.market-strategy-section {
    padding: 90px 0;
}

.market-strategy-section h2 {
    font-weight: 700;
    letter-spacing: -2px;
}

.market-strategy-section p {
    margin-bottom: 0;
    color: #49453B;
    font-size: 16px;
}

.strategy-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.strategy-col > * {
    margin: 0;
}

.strategy-col > img {
    width: 56px;
    object-fit: contain;
}

/*--- Market Strategy Section Style End ---*/

/*--- Feature Highlight Section Style Start ---*/
.feature-highlight-section {
    padding: 90px 0;
}

.icon-text-col {
    display: flex;
    gap: 20px;
}

.icon-text-col span {
    color: var(--color-primary);
    display: block;
    margin-bottom: 5px;
}

.icon-text-col img,
.icon-text-col svg {
    width: 45px;
    object-fit: contain;
}

.icon-text-col p:last-child {
    margin-bottom: 0;
}

/*--- Feature Highlight Section Style End ---*/

/*--- Process Overview Section Style Start ---*/
.process-overview-section {
    padding: 80px 0;
}

.process-overview-section .strategy-col {
    max-width: 422px;
}

.process-overview-section .strategy-col img {
    width: 48px;
    flex: 0 0 48px;
}

.strategy-col span {
    font-size: 18px;
    font-weight: 700;
}

.process-overview-section .row > *:nth-child(2) .strategy-col {
    margin-left: auto;
}

.process-overview-section .row > *:nth-child(3) .strategy-col {
    margin-left: auto;
    margin-right: auto;
}

/*--- Process Overview Section Style End ---*/

/*--- Footer Style Start ---*/
.site-content {
    position: relative;
    z-index: 3;
}

.footer {
    background: linear-gradient(0deg, rgba(0, 132, 255, 0.1632) 0%, rgba(255, 255, 255, 0.17) 100%);
    padding: 300px 0 37px 0;
    z-index: 1;
    margin-top: -100px;
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ftr-logo {
    max-width: 250px;
}

.ftr-logo img {
    width: 100%;
}

.main-menu,
.legal-menu {
    display: flex;
}

.main-menu li + li {
    margin-left: 15px;
}

.main-menu a,
.legal-menu a {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-color);
    text-decoration: none;
}

.legal-menu {
    margin-top: 50px;
}

.legal-menu li {
    display: inline-flex;
    align-items: center;
}

.legal-menu li:after {
    content: "|";
    display: inline-block;
    margin: 10px;
}

.legal-menu li:last-child:after {
    content: none;
}

.legal-menu a {
    text-transform: capitalize;
}

.copyright {
    text-align: center;
}

.copyright p {
    font-size: 18px;
    line-height: 1.5;
}

/*--- Footer Style End ---*/

/* Loader Container */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.99);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    flex-direction: column;
    gap: 15px;
    font-size: 100px;
    color: var(--color-primary);
}

#loader img {
    max-width: 230px;
    width: 100%;
}

.spinner {
    width: 100px;
    height: 100px;
    border: 10px solid #ccc;
    border-top-color: #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Spin Animation */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/*--- Responsive Style Start ---*/
@media (max-width: 1700px) {
    .hero-img {
        max-width: 500px;
        right: 7%;
    }
}

@media (max-width: 1440px) {
    h1 {
        font-size: 68px;
    }

    .header .container-fluid {
        padding: 0 15px;
    }

    .hero-content {
        max-width: 600px;
    }
}

@media (max-width: 1366px) {
    .navbar-brand {
        max-width: 170px;
    }

    .hero-img {
        max-width: 40%;
        right: 5%;
    }

    .partners-section {
        padding: 60px 0;
    }

    .partners-section + .content-grid-section {
        padding-top: 40px;
    }

    .content-grid-section .row + .row {
        margin-top: 150px;
    }

    .advantages-section {
        padding: 100px 0;
    }

    .footer {
        padding: 150px 0 35px 0;
    }


}

@media (max-width: 991px) {
    h1 {
        font-size: 52px;
    }

    h2 {
        font-size: 42px;
    }

    .header {
        padding: 15px 0;
        border-radius: 17px;
        transition: 0.35s all ease-in-out;
    }

    .navbar-brand {
        margin-left: 0;
    }

    .header .navbar-toggler {
        padding: 0;
        z-index: 1090;
        position: absolute;
        right: 0;
        top: 6px;
        width: 37px;
        height: 37px;
        outline: none;
        box-shadow: none;
        border: none;
    }

    .header .navbar-toggler span {
        width: 35px;
        height: 3px;
        padding-bottom: 0;
        padding-right: 0;
        position: absolute;
        top: 3px;
        bottom: auto;
        left: 0;
        right: 0;
        transition: 0.35s all ease;
        background-color: var(--text-color);
    }

    .header .navbar-toggler span:first-child {
        top: 30%;
    }

    .header .navbar-toggler span:last-child {
        top: auto;
        bottom: 30%;
        left: 0;
        right: 0;
    }

    .header .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(45deg);
        top: 50%;
    }

    .header .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: rotate(-45deg);
        top: 50%;
    }

    .header .navbar-collapse {
        position: absolute;
        top: calc(100% + 10px);
        left: -15px;
        background: var(--color-white);
        border-top: 1px solid #ccc;
        width: 100vw;
        height: 100vh;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        padding: 15px 0;
        overflow: auto;
    }

    .header .navbar-collapse.show {
        visibility: visible;
        opacity: 1;
        z-index: 999;
        margin-top: 0;
    }

    .header .navbar-collapse > ul {
        position: relative;
        top: -40px;
        transition: 0.8s all ease;
        margin-left: 0 !important;
        margin-top: 0 !important;
        opacity: 0;
        width: 100%;
        gap: 0;
        height: calc(100vh - 230px);
        overflow: auto;
    }

    .navbar .btn-primary {
        max-width: 300px;
        width: 100%;
        margin-top: 12px;
    }

    .header .navbar-collapse.show > ul {
        top: 0;
        opacity: 1;
    }

    .header .navbar-nav > li > .nav-link,
    .header .navbar-nav > li > a {
        text-transform: uppercase;
        color: var(--text-color);
        padding: 10px 15px !important;
        font-weight: 600;
    }

    .navbar-nav .dropdown-menu {
        display: none;
        margin: 0 15px 20px 15px;
        max-width: 300px;
        width: 100%;
    }

    body.navbar-open {
        overflow: hidden;
    }

    body.navbar-open .header {
        border-radius: 0;
        background-color: var(--color-white);
    }

    .dropdown-menu.show {
        display: block !important;
    }

    .site-hero {
        padding: 170px 0 120px 0;
    }

    .hero-content {
        max-width: 470px;
    }

    .hero-img {
        max-width: 370px;
        right: 0;
    }

    .site-hero p {
        font-size: 30px;
    }

    .hero-p p {
        font-size: 20px;
    }

    .inner-hero .buttons {
        margin-top: 50px;
    }

    .inner-hero {
        padding: 170px 0 70px 0;
    }

    .hero-p {
        margin-top: 30px;
    }

    .services-section {
        padding: 50px 0;
    }

    .content-grid-section .row {
        row-gap: 50px;
    }

    .content-grid-section [class^="col-"]:nth-child(3) {
        order: initial;
    }

    .content-grid-section [class^="col-"]:nth-child(3) .grid-content {
        margin-left: 0;
        margin-right: 0;
    }

    .grid-img {
        max-width: 400px;
        margin: -30px auto 0 auto;
    }

    .about-atf-section {
        padding: 170px 0 50px;
    }

    .leadership-row {
        padding: 100px 0;
    }

    .profile-card {
        max-width: 500px;
        margin-inline: auto;
    }

    .web-text-section .table {
        width: 767px;
    }

    .industries-banner {
        margin-top: 110px;
        padding: 100px 0;
        min-height: 300px;
    }

    .leadGeneration-process-card {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .industry-expertise-section,
    .feature-highlight-section,
    .customSolution-card-section,
    .market-strategy-section,
    .solars-section,
    .works-section,
    .info-highlight-section,
    .image-text-section,
    .process-overview-section {
        padding: 50px 0;
    }

    .solar-card span {
        font-size: 20px;
    }

    .highlight-img,
    .highlight-section-content {
        max-width: 500px;
        height: auto !important;
        margin-left: auto;
        margin-right: auto;
    }

    .highlight-img {
        padding: 20px 20px 0 0 !important;
    }

    .highlight-img:before {
        left: auto;
        bottom: auto;
        right: 0;
        top: 0;
    }
}


@media (max-width: 767px) {
    h1 {
        font-size: 40px;
    }

    .industries-banner h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
    }

    h3,
    .content-grid-section .row:first-child [class^="col-"]:first-child h4 {
        font-size: 28px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 20px;
    }

    body .dropdown-item {
        padding: 12px 16px;
    }

    .site-hero {
        min-height: 70vh;
        padding: 170px 0 100px;
    }

    .hero-content {
        max-width: 435px;
    }

    .hero-img, .site-hero:after {
        display: none;
    }

    .buttons {
        margin-top: 30px;
    }

    .site-hero .btn {
        font-size: 14px;
        padding: 17px 30px;
    }

    .site-hero + .partners-section {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .inner-hero .hero-content p {
        max-width: 300px;
    }

    .hero-bg {
        left: -53%;
        top: -34%;
    }

    .inner-hero .hero-bg {
        height: 100%;
    }

    .content-grid-section p,
    .content-grid-section li,
    .advantages-section p,
    .advantages-section li,
    .main-menu a, .legal-menu a {
        font-size: 18px;
    }

    .content-grid-section p {
        margin-bottom: 25px;
    }

    .grid-content {
        max-width: 280px;
    }

    .advantages-section {
        padding: 60px 0;
    }

    .overview-section .btn {
        font-size: 18px;
    }

    .footer {
        padding: 200px 0 20px 0;
    }

    .footer-row {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 20px;
    }

    .ftr-logo {
        margin-bottom: 25px;
    }

    .main-menu,
    .legal-menu {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        gap: 15px;
    }

    .legal-menu li:after {
        content: none;
    }

    .copyright {
        margin-top: 20px;
    }

    .copyright p {
        font-size: 16px;
    }

    .values-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-icons-row {
        flex-direction: column;
        gap: 10px;
    }

    .about-icon-col svg {
        width: 40px;
        flex: 0 0 40px;
    }

    .about-atf-section span {
        font-size: 24px;
    }

    .overview-section p {
        margin-bottom: 25px;
    }

    .team-title {
        padding: 40px 0;
    }

    .breadcrumb {
        margin-bottom: 25px;
    }

    .profile-card {
        padding: 20px;
    }

    .avatar {
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
    }

    .profile-info {
        gap: 15px;
    }

    .profile-card h5 {
        font-size: 18px;
    }

    .profile-card span {
        font-size: 13px;
    }

    .site-hero p {
        font-size: 22px;
    }

    .site-hero p {
        font-size: 18px;
        text-align: left;
        line-height: 1.35;
    }

    .careers-section {
        padding: 150px 0 100px;
    }

    .main-menu li + li {
        margin-left: 0;
    }

    .web-text-section {
        padding: 100px 0 60px;
    }

    .contact-section {
        padding: 120px 0 100px;
    }

    .contact-card {
        padding: 20px;
    }

    .contact-card h5 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .contact-card p {
        margin-bottom: 20px;
    }

    .industries-banner {
        padding: 60px 0;
        min-height: 200px;
    }

    .industries-banner h1 {
        letter-spacing: -1px;
    }

    .industry-expertise-content h2 {
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .industry-expertise-img {
        border-radius: 14px;
    }

    .leadGeneration-process-section .leadGeneration-process-row {
        row-gap: 50px;
    }

    .leadGeneration-process-card {
        padding: 35px 20px;
        border-radius: 30px;
    }

    .customSolution-card-section .customSolution-request-card p {
        font-size: 16px;
    }

    .customSolution-card-section .customSolution-request-card .btn {
        margin-top: 0;
    }

    .customSolution-request-card {
        padding: 60px 15px;
    }

    .workSwiper {
        padding-bottom: 30px;
    }

    .section-title {
        margin-bottom: 40px;
    }

    .section-title p {
        margin-top: 10px;
        font-size: 15px;
    }

    .highlight-section-content ul {
        flex-wrap: wrap;
    }

    .highlight-section-content li {
        width: 100%;
    }

    .feature-highlight-section .btn {
        font-size: 13px;
        padding: 17px 25px;
    }

    .strategy-col {
        max-width: 300px;
    }

    .info-highlight-section .stat-col p {
        font-size: 13px;
    }

    .image-text-section .img-col {
        border-radius: 20px !important;
    }

    .process-overview-section .row .strategy-col {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .brandsSwiper .swiper-slide {
        width: 150px;
    }

    .grid-content p br {
        display: none;
    }
}

@media (max-width: 374px) {
    .navbar-brand {
        max-width: 170px;
    }

    .hero-bg {
        left: -53%;
        top: -40%;
    }
}

/*--- Responsive Style End ---*/