@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li,
a,
button,
input,
textarea,
select {
    font-family: 'Red Hat Display', sans-serif !important;
}

ul {
    padding: 0 !important;
    list-style: none !important;
}

a {
    text-decoration: none !important;
}

.container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: auto !important;
}

.footer_inner a img {
    width: 40%;
}

.logo a img {
    width: 100%;
}

li a:hover {
    color: #3a7c92 !important;
}

header.header_wrap div#navbarNav ul.navbar-nav li a svg {
    color: #3a7c92;
}

section.sec_1 {
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
}

header.header_wrap {
    position: absolute;
    width: 100%;
    margin: auto;
    top: 15px;
    z-index: 9;
}

header.header_wrap div#navbarNav ul.navbar-nav li a {
    padding: 0 !important;
    color: #FFF !important;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

header.header_wrap div#navbarNav ul.navbar-nav li {
    margin: 0 0 0 30px;
}

header.header_wrap div#navbarNav ul.navbar-nav li button.btn-dark {
    border-radius: 10px;
    background: #3a7c92;
    border: none;
    min-width: 178px;
    margin-left: 40px;
    height: 47px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    transition: 500ms;
    line-height: normal;
}

header.header_wrap div#navbarNav ul.navbar-nav li button.btn-dark:hover {
    border: 1px solid #fff;
    background: transparent;
}

.banner_inner {
    margin: 0 0 30px 0;
    position: relative;
    z-index: 1;
}

.banner_inner h1,
.banner_inner h2 {
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.iti.iti--allow-dropdown.iti--show-flags {
    display: block;
}

.banner_inner p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 75%;
}

.banner_form .iti.iti--allow-dropdown.iti--show-flags input[type="tel"] {
    padding: 0 40px 0 60px;
}

.banner_form .iti.iti--allow-dropdown.iti--show-flags {
    margin: 0 0 15px 0;
}

.popup_form_wrp .iti.iti--allow-dropdown.iti--show-flags {
    margin: 0 0 15px 0;

}

.audit_inner .iti.iti--allow-dropdown.iti--show-flags input[type="tel"] {
    padding: 0 30px 0 50px;
}

.contact_inner .iti.iti--allow-dropdown.iti--show-flags input[type="tel"] {
    padding: 0 170px 0 60px;
}

.global_btn {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.global_btn button.btn-dark.bg_wrap,
.global_btn button.btn-dark,
.global_btn button.btn-dark.bg_wrap,
.global_btn a button.btn-dark {
    background: #3a7c92;
    border: 1px solid #3a7c92;
    width: 178px;
    height: 47px;
    margin: 0 15px 0 0;
    border-radius: 10px;
}

.global_btn button.btn-dark a {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.global_btn button.btn-dark {
    border: 1px solid #FFF;
    background: transparent;
}

.badges_img {
    margin: 30px 0 0 0;
    position: relative;
    z-index: 1;
}

.banner_form {
    border-radius: 21.217px;
    transition: 350ms;
    background: #ffffff47;
    /* box-shadow: 0px 4.243433952331543px 42.4343376159668px 0px rgba(74, 74, 74, 0.25); */
    padding: 30px 40px;
    width: 400px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 9;
}

.banner_form h2 {
    color: #323232;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}

.banner_form form {
    margin: 20px 0 0 0;
}

.banner_form form input {
    width: 100%;
    border-radius: 53.043px;
    background: #FFF;
    border: none;
    height: 50px;
    margin: 0 0 15px 0;
    padding: 0 20px;
    color: rgba(0, 0, 0, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    outline: none;
}

.banner_form form input::placeholder {
    color: rgba(0, 0, 0, 0.50);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    font-family: 'Red Hat Display';
}

input[type="submit"] {
    background: #3a7c92 !important;
    width: 100% !important;
    height: 50px !important;
    color: #FFF !important;
    font-size: 17px !important;
    font-style: normal;
    font-weight: 800 !important;
    line-height: normal;
    border-radius: 50px !important;
    padding: 0 !important;
}

.logo_wrap {
    margin: 50px 0 0 0;
}

.logo_wrap ul li img {
    margin: 0 auto;
}

footer.main_footer {
    padding: 20px 0 20px 0;
    background-image: url(../images/footer_bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer_inner p {
    color: #FFF;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 30px 0 0 0;
    width: 461px;
}

.footer_info {
    width: 50%;
    margin: auto;
}

.footer_info ul li {
    display: flex;
    align-items: center;
}

.footer_info ul li a,
.footer_info ul li {
    color: #FFF;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.footer_info ul li svg {
    margin: 0 20px 0 0;
}

.footer_info img {
    margin: 20px 0 0 0;
}

.border_bottom {
    border-bottom: 1px solid #F2F2F2;
    padding: 0 0 40px 0;
}

.footer-logo ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: -17px 0 0 0;
}


.footer_links ul {
    display: flex;
    justify-content: center;
    margin: 24px 0 0 0;
}

.footer_links ul li a {
    color: #FFF;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer_links ul li {
    color: #fff;
    margin: 0 10px;
}

.desc_para {
    margin: 29px 0 0 0;
    text-align: center;
}

.desc_para h2 {
    color: #FFF;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 9px 0;
}

.desc_para p {
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    width: 90%;
    margin: auto;
}

.global_btn button.btn-dark.bg_wrap:hover {
    background: transparent;
    border: 1px solid #fff;
    transition: 0.5s;
}

.global_btn button.btn-dark:hover {
    background: #3a7c92;
    border: none;
    transition: 0.5s;
}

.counter {
    border-radius: 15px;
    border: 1px solid #E3E3E3;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(195, 195, 195, 0.25);
    text-align: center;
    padding: 0 0 20px 0;
}

.count-title {
    content: 'k+';
    text-align: center;
    color: #000;
    font-size: 42px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    text-transform: uppercase;
    margin: -10px 0 15px 0;
}

.count-text {
    color: #1B1B1B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.counter_sec {
    position: relative;
    top: -40px;
}

.counter img {
    margin: -70px 0 0 0;
    width: 125px;
    height: auto;
}

section.portfolio_sec {
    background-position: left;
    padding: 15px 0 80px 0;
    background-image: url(../images/portfolio_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.portfolio_inner {
    text-align: center;
    margin: 60px 0 0 0;
}

.portfolio_inner h2 {
    color: #000;
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
}

.portfolio_inner h2 span {
    color: #3a7c92;
    font-size: 45px;
}

ul#myTab button img {
    display: block;
    margin: auto;
    margin-bottom: 15px;
}

ul#myTab {
    border: none !important;
    margin-top: 40px;
    justify-content: space-between;
}

ul#myTab button {
    padding: 0;
    border: none !important;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

ul#myTab button.active {
    background: transparent;
    width: 100%;
    background: #3a7c92;
    width: 100%;
    height: auto;
    color: #fff;
    padding: 20px;
}

.tabs_inner_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabs_inner_content h2 {
    color: #000;
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
    margin: 0 0 10px 0;
}

.tabs_inner_content p {
    color: #353535;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
}

.white_sec button:nth-child(2) {
    border: 1px solid #fff !important;
}

.white_sec button:nth-child(2) a {
    color: #fff;
}

.top_space {
    margin-top: 50px !important;
}

.white_sec button:nth-child(1):hover {
    border: 1px solid #000 !important;
    color: #000;
}

.white_sec button:nth-child(1):hover a {
    color: #000 !important;
}

.white_sec button:nth-child(2):hover {
    border: none !important;
}

.white_sec button:nth-child(2):hover a {
    color: #fff !important;
}

section.author_sec {
    background-image: url(../images/author_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
    position: relative;
}

.author_inner h2 {
    color: #FFF;
    font-family: Red Hat Display;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.author_inner h2 span {
    color: #3a7c92;
}

section.author_sec:before,
section.author_sec:after {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 5px;
    background: #3a7c92;
    top: 13%;
    left: 0;
}

section.author_sec:after {
    left: unset;
    right: 0px;
    width: 70px;
}

.author_box {
    border: 1.155px solid #E8E8E8;
    background: #FFF;
    box-shadow: 0px 4.618556499481201px 23.092782974243164px 0px rgba(184, 184, 184, 0.25);
    padding: 42px 20px 20px;
    min-height: 235px;
    border-radius: 40px 2px 2px 2px;
}

.author_box ul {
    display: flex;
    align-items: center;
}

.author_box ul li span {
    background-image: url(../images/bg_span.webp);
    background-repeat: no-repeat;
    background-position: center;
    padding: 13px 11.5px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.author_box ul li:nth-child(1) {
    flex: 0 0 20%;
}

.author_box ul li:nth-child(2) {
    flex: 0 0 54%;
}

.author_box ul li {
    color: #4A4A4A;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: 500;
}

.author_box ul li h5 {
    margin: 0;
    color: #000;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.author_box ul li p {
    color: #4A4A4A;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
}

.child_box {
    margin: 30px 0 0 0;
}

.icon-star {
    margin: 0 0 15px 0;
    display: flex;
}

.icon-star svg {
    background: #00A45F;
    color: #fff;
    font-size: 12px;
    padding: 3px;
    margin: 0 3px 0 0;
}

.child_box h4 {
    color: #2B2B2B;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 10px 0;
}

.child_box p {
    color: #4A4A4A;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

section.service_sec {
    padding: 20px 0 80px;
    position: relative;
}

.service_inner {
    text-align: center;
}

.service_inner h2 {
    color: #000;
    font-family: Red Hat Display;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.service_inner h2 span {
    color: #3a7c92;
}

.icon_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.icon_box ul li {
    flex: 0 0 16%;
    /* margin: 0 0 30px 0; */
    text-align: center;
    min-height: 220px;
    padding: 30px 20px 0 20px;
}

.icon_box {
    margin: 60px 0 0 0;
}

.icon_box ul li img {
    margin: 0 0 20px 0;
}

.icon_box ul li p {
    margin: 0;
    color: #1B1B1B;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
}

.icon_box ul li:nth-child(1),
.icon_box ul li:nth-child(3),
.icon_box ul li:nth-child(5),
.icon_box ul li:nth-child(8),
.icon_box ul li:nth-child(10),
.icon_box ul li:nth-child(12) {
    background: #2572ab12;
}

section.service_sec:before,
section.service_sec:after {
}

section.service_sec:after {
    left: unset;
    right: 0;
    width: 60px;
}

section.limelight_sec {
    padding-bottom: 80px;
    position: relative;
}

.global_inner h2 {
    color: #000;
    font-family: Red Hat Display;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}

.global_inner h2 span {
    color: #3a7c92;
    font-size: 42px;
    font-weight: 700;
}

.limelight_inner h2 {
    margin: 0 0 20px 0;
    color: #000;
    font-family: Lato;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
}

.limelight_inner p {
    color: #4A4A4A;
    font-family: Lato;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}

.limelight_inner h2 img {
    margin: 0 15px 0 0;
}

.limelight_inner {
    border: 1px solid #E4E4E4;
    box-shadow: 0 0 10px #E4E4E4;
    padding: 20px 40px;
    min-height: 220px;
    transition: 500ms;
}

section.cta_sec {
    background: linear-gradient(90deg, #3a7c92 0%, #05658a9c 45%, #024a63 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0 30px 0;
    position: relative;
}

.cta_inner h2 {
    color: #FFF;
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-transform: capitalize;
}

.cta_inner p {
    color: #FFF;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cta_inner .global_btn button:nth-child(1) {
    background: #fff;
}

.cta_inner_img {
    text-align: right;
    margin-top: -60px;
}

section.last_sec {
    background-image: url(../images/audit_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.audit_inner h2 {
    color: #000;
    font-family: Red Hat Display;
    font-size: 43px;
    font-weight: 800;
    text-transform: capitalize;
    margin: 0;
}



.audit_inner form input,
.audit_inner form textarea {
    width: 100%;
    border-radius: 10px;
    background: #FBFBFB;
    color: rgba(0, 0, 0, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border: none;
    margin: 0 0 15px 0;
    outline: none;
    height: 50px;
    padding: 0 0 0 20px;
}

.audit_inner form {
    margin: 30px 0 0 0;
}

.audit_inner form .inner_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.audit_inner form .inner_form input {
    flex: 0 0 49%;
}

.audit_inner form textarea {
    height: 200px;
    padding-top: 20px;
}

.audit_inner form input::placeholder,
.audit_inner form textarea::placeholder {
    color: rgba(0, 0, 0, 0.50);
}

.audit_inner form input[type="submit"] {
    width: 257px !important;
    padding: 0 !important;
}

.audit_img img {
    width: 100%;
}

.portfolio_inner p {
    color: #161616;
    text-align: center;
    font-family: Red Hat Display;
    font-style: normal;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 18px;
}

.service_pg_inner h2 {
    color: #121212;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 105.3%;
    /* 63.18px */
}

.center_img img {
    width: 90%;
    margin: auto !important;
    display: block;
}

.service_box {
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 10px #e9e9e9;
    padding: 10px 20px;
}

.service_box.center {
    margin: 30px 0;
}

.service_box h4 {
    color: #000;
    font-family: Lato;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 15px 0;
}

.service_box p {
    color: #4A4A4A;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.service_key {
    padding: 0 0 60px 0;
}

.key_inner h2 {
    color: #121212;
    font-family: Red Hat Display;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 105.3%;
    /* 63.18px */
}

span {
    color: #3a7c92 !important;
    font-weight: 800;
    font-size: 24px;
}

.icon_box_wrap {
    margin: 50px 0 0 0;
}

.icon_box_wrap ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.icon_box_wrap ul li {
    border-radius: 20px;
    border: 1px solid #EDEDED;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(124, 124, 124, 0.25);
    flex: 0 0 19%;
    min-height: 200px;
    height: 233px;
    padding: 30px 30px;
    text-align: center;
}

.icon_box_wrap ul li img {
    margin: 0 0 20px 0;
}

.icon_box_wrap ul li h4 {
    color: #3a7c92;
    text-align: center;
    font-family: Red Hat Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.5px;
    /* 137.5% */
    letter-spacing: 0.6px;
}

.key_inner p {
    color: #161616;
    font-family: Red Hat Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.5px;
    /* 171.875% */
    letter-spacing: 0.48px;
}

.exe_points {
    margin: 50px 0 0 0;
}

.exe_points ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    justify-content: space-between;
}

.exe_points ul li {
    flex: 0 0 23%;
    border-radius: 20px;
    border: 1px solid #EDEDED;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(124, 124, 124, 0.25);
    margin: 0 0 20px 0;
    height: 82px;
    display: flex;
    justify-content: center;
    color: #3a7c92;
    font-family: Red Hat Display;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.5px;
    /* 137.5% */
    letter-spacing: 0.6px;
    align-items: center;
    text-align: center;
}

section.new_portfolio_sec {
    padding: 70px 0;
}

.journey_img {
    text-align: right;
}

.journey_content h2 {
    color: #121212;
    font-family: Red Hat Display;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 105.3%;
    /* 42.12px */
    margin: 0 0 15px 0;
}

.journey_content p {
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.5px;
    /* 171.875% */
    letter-spacing: 0.48px;
}

section.award_sec {
    padding: 0 0 0 0;
}

.award_inner {
    text-align: center;
}

.award_inner h2 {
    color: #121212;
    font-family: Red Hat Display;
    font-size: 54px;
    font-style: normal;
    font-weight: 800;
    line-height: 105.3%;
    /* 63.18px */
}

.award_inner p {
    color: #161616;
    font-family: Red Hat Display;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.5px;
    /* 171.875% */
    letter-spacing: 0.48px;
}

.portfolio_inner ul {
    display: flex;
    flex-wrap: wrap;
}

.portfolio_inner ul li {
    margin: 0 0 20px 0;
    flex: 0 0 25%;
}

.portfolio_inner ul li img {
    width: 95%;
    object-fit: cover;
    border-radius: 10px;
    height: 450px;
}

.global_btn.white_sec.text-center {
    justify-content: center;
}

section.perfection_sec {
    padding: 100px 0;
}

.perfection_inner {
    text-align: center;
}

.perfection_inner h2 {
    color: #121212;
    text-align: center;
    font-family: Red Hat Display;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 105.3%;
    /* 42.12px */
    margin: 0 0 20px 0;
}

.perfection_inner p {
    color: #161616;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.5px;
    /* 171.875% */
    letter-spacing: 0.48px;
    width: 70%;
    margin: auto;
}

section.slider_section {
    padding: 0 0 80px 0;
    overflow: hidden;
}

.new_inner ul li h2 {
    color: #121212;
    font-family: Red Hat Display;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: 45px;
    /* 42.12px */
    margin: 0 0 15px 0;
}

.new_inner ul li p {
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 171.875% */
    letter-spacing: 0.48px;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
}

ul.slick-dots li button {
    font-size: 0;
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 0 !important;
    margin: 0 6px 0 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #D9D9D9;
}

ul.slick-dots li.slick-active button {
    background: #3a7c92;
}

section.white_sec {
    background: transparent;
    padding-top: 0;
    padding-bottom: 100px;
}

section.white_sec:before,
section.white_sec:after {
    display: none;
}

section.white_sec .author_box ul li span {
    color: #000 !important;
}

.testi_page {
    padding-top: 50px !important;
}

.banner_inner h3 {
    color: #FFF;
    font-family: Red Hat Display;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 15px 0;
}

section.contact_sec {
    padding: 80px 0;
}



.contact_inner h2 {
    color: #1B1B1B;
    font-family: Red Hat Display;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: 70px;
    margin: 0 0 10px 0;
}

.contact_inner h5 {
    color: #282828;
    font-family: Red Hat Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.contact_inner form {
    margin: 40px 0 0 0;
}

.contact_inner form label {
    display: block;
    color: #282828;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.contact_inner form .main_input {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.contact_inner form input,
.contact_inner form textarea {
    width: 95% !important;
    border-radius: 30px;
    background: #e9e9e9;
    border: none;
    height: 50px;
    padding: 0 0 0 20px;
    color: rgba(0, 0, 0, 0.50);
    font-size: 15.103px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    outline: none;
    margin: 0 0 0 -4px !important;
}

.contact_inner form .main_input .inner_input {
    flex: 0 0 49%;
}

.contact_inner form textarea {
    height: 200px;
    padding-top: 20px;
}

label.message {
    margin-top: 20px !important;
}

.contact_inner input[type="submit"] {
    margin: 20px 0 0 0;
    padding: 0 !important;
    width: 178px !important;
    height: 47px !important;
}

iframe {
    width: 373px;
    height: 200px;
}

.side_info ul li.bg_li {
    background: #e9e9e9;
    margin: 0 0 20px 0;
    text-align: center;
    padding: 15px 0 15px 0;
    border-radius: 20px;
}

.side_info ul li.bg_li img {
    margin: 0 0 10px 0;
}

.side_info ul li.bg_li p a {
    color: #1B1B1B;
    text-align: center;
    font-family: Red Hat Display;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.side_info ul {
    margin: 0 !important;
}


section.privacy_sec {
    background: #000;
    display: flex;
    padding-top: 220px;
    padding-bottom: 60px;
}

.privacy_inner {
    text-align: center;
}

.privacy_inner h1,
.privacy_inner h2 {
    font-size: 60px;
    color: #ffff;
    text-transform: uppercase;
    border-bottom: 5px solid #3a7c92;
    width: fit-content;
    margin: auto;
    padding: 0 0 10px 0;
}

section.privacy_content {
    padding: 80px 0;
}



.privacy_content p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 15px 0;
}

.privacy_content ul {
    padding: 0 !important;
}

.privacy_content ul ol,
.privacy_content ul li {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px !important;
    position: relative;
}

.privacy_content ul ol:before,
.privacy_content ul li:before {
    content: '';
    display: block;
    position: absolute;
    background: #3a7c92;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

.privacy_content h2 {
    margin: 20px 0;
    font-size: 35px;
    font-weight: bold;
    color: #3a7c92;
}

.release .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #3a7c92;
    padding: 30px 20px;
    border-radius: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px !important;
    color: #fff;
}

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

.release .container .bttn_release {
    background: #000;
    padding: 20px 20px;
    border-radius: 30px;
    color: #fff;
    transition: 0.5s ease all;
}

.release .container .bttn_release:hover {
    background: #fff;
    color: #000;
}

/* reponsive */

@media screen and (min-width: 1200px) {

    .banner_form:after {
        right: -80px;
    }

    section.service_sec:before,
    section.service_sec:after {
        top: 9%;
    }

    .service_pg_inner h2 {
        font-size: 50px;
    }

    .key_inner h2 {
        font-size: 50px;
    }

}

@media only screen and (min-width: 1199px) {}

@media only screen and (min-width: 1080px) {}

@media only screen and (max-width: 767px) {
    .release .container {
        justify-content: center;
        gap: 30px;
        text-align: center;
    }
    header.header_wrap div#navbarNav ul.navbar-nav li a {
    width: 100% !important;
}

header.header_wrap div#navbarNav ul.navbar-nav li {
    width: 100%;
    margin: 0;
}

    .banner_inner h1,
    .banner_inner h2 {
        color: #FFF;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
        text-transform: uppercase;
        margin: 0 0 20px 0;
    }

    .badges_img ul li img {
        width: 70px !important;
        height: auto !important;
    }

    .first_count,
    .third_count {
        padding: 0 0 0 100px !important;
    }

    .first_count:after {
        font-size: 44px !important;
        position: relative !important;
        right: 0 !important;
    }

    .plus:after {
        right: 30% !important;
    }

    .third_count:after {
        right: 26% !important;
    }

    .privacy_inner h1,
    .privacy_inner h2 {
        font-size: 35px;
        line-height: 45px;
    }

    section.privacy_content {
        padding: 30px 0;
    }

    .privacy_content h2 {
        font-size: 30px;
    }

    .privacy_content ul ol,
    .privacy_content ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .privacy_content p {
        font-size: 16px;
        line-height: 24px;
    }

    .banner_form:before,
    .banner_form:after {
        display: none;
    }

    .portfolio_inner h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .tabs_inner_content ul {
        flex-wrap: wrap;
    }

    .tabs_inner_content ul li {
        flex: 0 0 48%;
        margin: 7px auto;
    }

    .tabs_inner_content ul li img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        border-radius: 10px;
    }

    .cta_inner_img {
        margin: 40px 0 0 0;
        width: 100%;
    }

    .cta_inner_img img {
        width: 100%;
    }

    .footer_inner p {
        width: 100%;
    }

    .footer-logo ul {
        flex-wrap: wrap;
    }

    .banner_inner h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .banner_inner p {
        width: 100%;
    }

    .badges_img {
        text-align: center;
        margin: 40px 0;
        width: 310px;
    }

    .badges_img img {
        width: 100%;
    }

    .banner_form {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        margin: 20px 0 0;
    }

    .logo_wrap {
        margin-top: 60px;
    }

    section.counter_sec {
        position: unset;
    }

    .counter {
        margin: 90px auto 0;
        width: 60%;
    }

    section.portfolio_sec {
        padding-top: 20px;
    }

    .count-title {
        font-size: 40px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    section.sec_1 {
    padding-bottom: 60px;
}

.footer-logo {
    display: none;
}

    ul#myTab li {
        flex: 0 0 50%;
        margin: 0 0 40px 0;
        text-align: center !important;
    }

    ul#myTab button img {
        margin: unset;
        margin-bottom: 20px;
    }

    ul#myTab button {
        width: 70%;
        text-align: left;
        margin: auto !important;
    }

    ul#myTab button.active {
        border-bottom: 9px solid #3a7c92 !important;
        border-radius: 6px;
        padding: 0 0 10px 0;
        background: transparent;
        width: 70%;
    }

    .tabs_inner_content p {
        width: 100%;
    }

    .top_space {
        margin-top: 0 !important;
    }


    .top_space .tabs_inner_content ul li {
        margin: 6px auto;
    }

    .tabs_inner_content .global_btn.white_sec {
        margin: 0 0 40px 0;
    }

    section.author_sec:before,
    section.author_sec:after {
        display: none;
    }

    .author_inner h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .author_box {
        width: 95%;
        margin: auto;
        margin-bottom: 30px;
    }

    section.author_sec .row.mt-4 {
        margin-top: 0 !important;
    }

    section.service_sec:before,
    section.service_sec:after {
        display: none;
    }

    .service_inner h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .icon_box ul li p {
        font-size: 16px;
    }

    .icon_box ul li {
        flex: 0 0 49%;
    }

    .global_inner h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .limelight_inner {
        margin: 30px 0 0 0;
    }

    section.limelight_sec .row.mt-5 {
        margin-top: 0 !important;
    }

    .limelight_inner h2 {
        font-size: 18px;
        font-weight: bold;
    }

    .limelight_inner p {
        font-size: 16px;
        line-height: 25px;
    }

    section.cta_sec {
        padding: 60px 0 40px 0;
    }

    .cta_inner h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .audit_inner form .inner_form {
        display: block;
    }

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

    .footer-logo ul li {
        flex: 0 0 50%;
        margin: 0 0 20px 0;
        text-align: center;
    }



    button.navbar-toggler {
        position: absolute;
        right: 0;
        top: -50px;
        background: #3a7c92;
        padding: 2px 4px;
    }

    button.navbar-toggler span.navbar-toggler-icon {
        filter: invert(1);
    }

    div#navbarNav {
        background: #3a7c92;
        padding: 10px 0;
        z-index: 999;
    }

    div#navbarNav ul.navbar-nav {
        align-items: start !important;
    }

    div#navbarNav ul.navbar-nav li {
        margin-bottom: 10px !important;
    }

    header.header_wrap div#navbarNav ul.navbar-nav li button.btn-dark {
        background: #000;
    }

    .center_img {
        margin: 30px 0;
    }

    section.service_key {
        padding-top: 0;
        padding-bottom: 0;
    }

    .key_inner h2 {
        font-size: 40px;
    }

    .icon_box_wrap ul li {
        flex: 0 0 48%;
        margin: 0 0 30px 0 !important;
        padding: 20px 0 0 0 !important;
    }

    .service_box h4 {
        display: flex;
        align-items: center;
    }

    .service_box h4 img {
        width: 40px;
        margin: 0 10px 0 0px;
    }

    .exe_points ul {
        width: 100%;
    }

    .exe_points ul li {
        flex: 0 0 48%;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
    }

    header.header_wrap div#navbarNav ul.navbar-nav li a svg {
        color: #fff;
    }

    .award_inner h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .portfolio_inner ul li {
        flex: 0 0 48%;
    }

    .portfolio_inner ul li img {
        width: 100%;
        height: auto;
    }

    .portfolio_inner ul {
        justify-content: space-between;
    }

    section.author_sec.white_sec {
        padding-bottom: 30px;
    }

    .journey_img img {
        width: 100%;
    }

    .journey_img {
        margin: 40px 0 0 0;
    }

    .contact_inner h2 {
        font-size: 50px;
    }

    .contact_inner h5 {
        font-size: 20px;
    }

    .contact_inner form .main_input {
        display: block;
    }

    .contact_inner form .main_input .inner_input {
        margin: 0 0 30px 0;
    }

    .side_info {
        margin: 50px 0 0 0;
    }

    .logo a img {
        width: 60%;
    }

}


.modal {
    overflow: hidden !important;
}

.modal-header {
    padding: 0 !important;
    border: none !important;
    margin-bottom: 0px;
}

.modal-body {
    padding: 0 !important;
}

.modal {
    background: #0000008c;
}

.modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.popup_form_wrp {
    padding: 0 15px;
    text-align: center;
}

.popup_form_wrp h2 {
    font-weight: 800;
    font-size: 35px;
    color: #494949;
    margin: 0 0 10px 20px;
    position: relative;
}

.modal-content {
    padding: 30px 0 10px;
}

.popup_form_wrp p {
    color: #343434;
    font-weight: 500;
}

.popup_form_wrp form input,
.popup_form_wrp form select,
.popup_form_wrp form textarea {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    height: 45px;
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    font-family: 'Raleway';
    font-weight: 500;
    outline: none;
    color: rgba(0, 0, 0, 0.44);
    border: 1px solid #3a7c92;
    padding: 0 0px 0 20px;
}

.popup_form_wrp form {
    margin: 30px 0 0 0;
}

.popup_form_wrp form input::placeholder,
.popup_form_wrp form textarea::placeholder {
    color: rgba(0, 0, 0, 0.44);
    font-size: 14px;
}

.popup_form_wrp form textarea {
    border-radius: 15px;
    height: 100px;
    padding: 15px 18px 0 15px !important;
}

.popup_form_wrp form select {
    font-size: 14px;
    font-weight: 500;
}

.modal-content {
    border-radius: 20px;
}

.modal-content {
    border: 2px solid #3a7c92 !important;
}

.popup_form_wrp h2:before {
    content: '';
    display: block;
    position: absolute;
    background: #3a7c92;
    width: 10px;
    height: 40px;
    left: -20px;
    border-radius: 5px;
}

span.color_form {
    color: #e64d26;
}

button.btn-close {
    position: absolute;
    right: 8px;
    top: 8px;
    background: #3a7c92;
    opacity: 1;
    border-radius: 0;
    width: 30px;
    height: 25px;
    border-bottom-left-radius: 20px;
}

button.btn-close:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 4px;
    height: 26px;
    top: 5px;
    transform: rotate(42deg);
    left: 25px;
    border-radius: 5px;
}

button.btn-close:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 4px;
    height: 26px;
    top: 5px;
    transform: rotate(129deg);
    left: 24px;
    border-radius: 5px;
}

button.btn-close:hover {
    background: #3a7c92;
    opacity: 1;
}

button.popup_button {
    background: linear-gradient(180deg, #39AFF9 0%, #007CCA 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-transform: capitalize;
    width: 200px;
    height: 50px;
    font-family: 'Raleway';
}

button.popup_button:hover {
    background: #3a7c92;
}


ul.dropdown-menu.show {
    background: #3a7c92;
    padding: 6px 20px 0px 16px !important;
    border-radius: 8px;
}

ul.dropdown-menu.show li {
    margin: 0 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: transparent !important;
    color: #fff !important;
}

.first_count,
.third_count {
    position: relative;
    text-align: left;
    padding: 0px 0 0 102px;
}

.first_count:after {
    content: 'k+';
    display: block;
    position: absolute;
    right: 32%;
    top: 0;
    color: #000;
    font-size: 40px;
}

.third_count:after {
    content: 'M+';
    font-size: 42px;
    right: 82px;
    display: block;
    top: 0;
    position: absolute;
}

.third_count {
    text-align: left;
    padding-left: 100px;
    font-size: 42px;
}

.new_inner ul li ul li {
    padding: 0 0 0 20px;
    margin: 0 0 5px 0;
    position: relative;
}

.new_inner ul li ul li:before {
    content: '';
    display: block;
    position: absolute;
    background: #000;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.banner_inner ul li {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 5px 0;
    padding: 0 0 0 20px;
    position: relative;
}

.banner_inner ul li:before {
    content: '';
    display: block;
    position: absolute;
    background: #3a7c92;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.journey_content ul li {
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.5px;
    letter-spacing: 0.48px;
    padding: 0 0 0 15px;
    position: relative;
}

.journey_content ul li:before {
    content: '';
    display: block;
    position: absolute;
    background: #3a7c92;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


ul.dropdown-menu.show li {
    margin: 0 0 4px 0 !important;
    border-bottom: 1px solid #fff;
    padding: 0 0 8px 0;
}

.tabs_inner_content {
    border-radius: 20px;
    background: #FFF;
    padding: 20px 20px;
}

 
.footer_info ul li {
    margin: 0 0 15px 0;
}

.footer-logo ul li:nth-child(5) {
    display: none;
}

.plus:after {
    content: '+';
    display: block;
    position: absolute;
    color: #000;
    right: 26%;
    top: 0;
}

.plus {
    position: relative;
}

.tabs_inner_content ul li img {
    width: 252px;
    height: 370px;
}

ul.dropdown-menu.show li:nth-child(13) {
    border-bottom: none;
}

.badges_img ul {
    display: flex;
}

.badges_img ul li img {
    width: 91px;
    height: 91px;
}

.badges_img ul li {
    flex: 0 0 15%;
}

section.counter_sec::after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: #e5e5e5;
    position: relative;
    top: -163px;
    z-index: -1;
}

.side-menu__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.side-menu__social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 37px;
    height: 37px;
    background-color: #fff;
    color: #9ca3a9;
    font-size: 16px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.side-menu__social a+a {
    margin-left: 10px;
}

.side-menu__social a:hover {
    background-color: #3a7c92;
    color: var(--thm-black);
}

.banner_form span {
    font-weight: 900;
    font-size: 26px;
    color: #fff !important;
}

@media(max-width: 520px) {

    section.limelight_sec:after,
    section.limelight_sec:before {
        display: none;
    }

    .video video {
        margin: 60px auto 0;
        display: block;
        border-radius: 20px;
        background: #000;
        width: 100%;
    }
}

@media(max-width: 425px) {

    .banner_inner h1,
    .banner_inner h2 {
        font-size: 19px;
    }

    .global_btn button.btn-dark a {
    font-size: 14px;
}

    ul.slick-dots {
        justify-content: center;
    }

    .third_count:after {
        right: 0% !important;
        position: relative;
    }

    .first_count,
    .third_count {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    }

    .plus:after {
        right: 0% !important;
        position: relative;
    }

    section.limelight_sec:after,
    section.limelight_sec:before {
        display: none;
    }

    section.slider_section .new_img {
        width: 290px;
    }

    section.slider_section .new_img img {
        width: 100%;
    }

    .contact_inner h2 {
        font-size: 40px;
        line-height: 46px;
    }

    iframe {
        width: 100%;
        height: auto;
    }

}

@media(max-width: 390px) {

    .first_count,
    .third_count {
        padding: 0 0 0 150px !important;
    }

}

@media(max-width: 375px) {

    .first_count,
    .third_count {
        padding: 0 0 0 140px !important;
    }

}

@media(max-width: 360px) {

    .first_count,
    .third_count {
        padding: 0 0 0 120px !important;
    }

}

@media(max-width: 320px) {

    .first_count,
    .third_count {
        padding: 0 0 0 100px !important;
    }

    .plus:after {
        right: 30% !important;
    }

}

.global_btn a button.btn-dark {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

.global_btn.white_sec button:nth-child(1) {
    border: 1px solid #3a7c92 !important;
    color: #3a7c92;
}

.global_btn.white_sec button:nth-child(1):hover {
    color: #fff;
}

.global_btn.white_sec button.btn-dark.bg_wrap:hover {
    background: transparent;
    color: #3a7c92 !important;
    border: 1px solid #3a7c92 !important;
}

.global_btn.white_sec button.btn-dark.bg_wrap:hover a {
    color: #3a7c92 !important;
}

.global_btn.white_sec button.btn-dark.bg_wrap {
    border: 1px solid #3a7c92 !important;
}

.global_btn.white_sec button.btn-dark.bg_wrap a {
    color: #3e7f95 !important;
}

section.cta_sec .global_btn.white_sec button:nth-child(1):hover {
    background: transparent;
    border: 1px solid #fff !important;
    color: #fff !important;
}

section.cta_sec .global_btn.white_sec button:nth-child(1):hover a {
    color: #fff !important;
}

.cta_inner .global_btn button:nth-child(2):hover {
    border: 1px solid #fff !important;
    background: transparent;
}

.video video {
    margin: 60px auto 0;
    display: block;
    border-radius: 20px;
    background: #000;
}

.banner_form p {
    color: #fff;
}

.book_items {
    width: 100%;
    height: 265px;
    overflow: hidden;
    margin-right: 20px;
}

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

.books_slider {
    margin: 50px 0px 20px;
}

.slick-list.draggable {
    padding: 40px 0px !important;
}

.tabs_items {
    width: 100%;
    height: 280px;
    overflow: hidden;
    margin-right: 20px;
}

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

.limelight_inner:hover {
    background: #3a7c92;
    color: #fff;
}

.limelight_inner:hover h2 {
    color: #fff;
}

.limelight_inner:hover p {
    color: #fff;
}

.limelight_inner:hover.limelight_inner h2 img {
    filter: invert(1);
}

.author_box.alte {
    border-radius: 2px 40px 2px 2px;
}

.author_box.alt {
    border-radius: 5px;
}

.author_box.alter {
    border-radius: 2px 2px 2px 40px;
}

.author_box.altern {
    border-radius: 2px 2px 40px 2px;
}

.cta_inner h2 span {
    color: #ffffff !important;
    font-size: 35px;
    font-weight: 800;
}

.book_items.alt {
    margin-top: -40px;
}

li.nav-item {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul#myTab button.active img {
    filter: invert(1) brightness(20);
}






.testimonial {
    padding: 70px 0;
    background: url(../images/author_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonal_card {
    text-align: center;
    margin-right: 20px;
    padding: 30px 0px;
    box-shadow: 0px 0px 1px 0px #FFF;
}

.testimonal_card ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.testimonal_card ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonal_card ul li i {
    color: #F4B503;
    font-size: 14px;
}

.testimonal_card p {
    font-family: var(--f1);
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    font-weight: 500;
    width: 90%;
    margin: 0 auto 30px;
    color: #fff;
}

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

.testi_img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    margin: 20px auto;
}

.testimonal_card h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    font-family: var(--f2);
    color: #fff;
}

.testimonal_card ul li svg {
    color: #3a7c92;
}

.testi_slider .slick-list.draggable {
    padding: 5px 0px 5px 5px !important;
}

.testi_slider .slick-dots {
    margin: 20px 0px 0px;
}

.banner_form:hover {
    box-shadow: 0px 0px 5px 2px #3a7c92;
}

.banner_form::before {
    position: absolute;
    content: '';
    animation: zoomOut 5s infinite;
    width: 150px;
    height: 150px;
    background: #3a7c9277;
    top: -10%;
    right: -15%;
    border-radius: 50%;
    filter: blur(15px);
    z-index: -1;
}

@keyframes zoomOut {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(0.5);
        opacity: 0;
    }
}


section.sec_1::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #0000008a;
    top: 0;
    left: 0;
}


.banner_form::after {
    position: absolute;
    content: '';
    width: 110px;
    height: 110px;
    background: #3a7c92;
    top: 0;
    right: 0;
    z-index: -1;
    clip-path: polygon(100% 100%, 0% 0%, 100% 0%);
    border-top-right-radius: 21px;
}

/* 2026 visual polish */
:root {
    --brand: #3a7c92;
    --brand-dark: #123d4c;
    --brand-deep: #092f3d;
    --brand-soft: #eaf4f7;
    --ink: #17252b;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

header.header_wrap {
    transition: background .3s ease, box-shadow .3s ease, top .3s ease, padding .3s ease;
}

header.header_wrap.is-scrolled {
    position: fixed;
    top: 0;
    padding: 10px 0;
    background: radial-gradient(circle at 80% 30%, rgba(130,214,238,.22), transparent 25%),        linear-gradient(110deg, var(--brand) 0%, #176078 45%, var(--brand-deep) 100%);
    box-shadow: 0 12px 35px rgba(5, 38, 50, .18);
    backdrop-filter: blur(14px);
}

header.header_wrap .navbar-nav > li.nav-item {
    width: auto;
    position: relative;
}

header.header_wrap .navbar-nav > li.nav-item > .nav-link {
    position: relative;
    padding: 10px 0 !important;
}

header.header_wrap .navbar-nav > li.nav-item > .nav-link::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    height: 2px;
    border-radius: 10px;
    background: #70c4df;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s ease;
}

header.header_wrap .navbar-nav > li.nav-item > .nav-link:hover::before,
header.header_wrap .navbar-nav > li.nav-item > .nav-link[aria-expanded="true"]::before {
    transform: scaleX(1);
    transform-origin: left;
}

/* Services mega menu */
header.header_wrap .services-menu {
    width: min(860px, calc(100vw - 40px));
    left: 50% !important;
    top: calc(100% + 16px) !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(58, 124, 146, .14);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 65px rgba(9, 47, 61, .22);
    transform: translate(-38%, 10px) !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

header.header_wrap .services-menu.show {
    display: grid;
    grid-template-columns: 235px 1fr;
    transform: translate(-38%, 0) !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.services-menu__intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 25px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(112, 196, 223, .45), transparent 36%),
        linear-gradient(145deg, var(--brand-deep), var(--brand));
}

.services-menu__intro .services-menu__eyebrow {
    color: #9dd9eb !important;
    font-size: 11px !important;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.services-menu__intro strong {
    margin: 9px 0;
    font-size: 22px;
    line-height: 1.2;
}

.services-menu__intro p {
    margin: 0 0 22px;
    color: rgba(255,255,255,.78);
    font-size: 13px;
    line-height: 1.55;
}

.services-menu__intro .services-menu__all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
}

.services-menu__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    margin: 0 !important;
    padding: 14px !important;
}

header.header_wrap .services-menu__grid li {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

header.header_wrap #navbarNav .services-menu__grid .dropdown-item {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    min-height: 59px;
    padding: 10px 12px !important;
    border-radius: 11px;
    color: var(--ink) !important;
    white-space: normal;
    transition: background .2s ease, transform .2s ease;
}

header.header_wrap #navbarNav .services-menu__grid .dropdown-item:hover,
header.header_wrap #navbarNav .services-menu__grid .dropdown-item:focus {
    color: var(--brand-dark) !important;
    background: var(--brand-soft) !important;
    transform: translateX(3px);
}

.services-menu__grid .dropdown-item > svg {
    width: 17px;
    margin-top: 3px;
    color: var(--brand) !important;
}

.services-menu__grid .dropdown-item span {
    display: block;
    color: inherit !important;
    font-size: 14px !important;
    font-weight: 800;
    line-height: 1.25;
}

.services-menu__grid .dropdown-item small {
    display: block;
    margin-top: 3px;
    color: #718087;
    font-size: 11px;
    font-weight: 500;
}

/* Homepage hero accents */
section.sec_1 {
    isolation: isolate;
    min-height: 690px;
    display: flex;
    align-items: center;
}

section.sec_1::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(4, 36, 49, .82) 0%, rgba(4, 36, 49, .38) 55%, rgba(4, 36, 49, .08) 100%);
}

section.sec_1 > .container {
    position: relative;
    z-index: 1;
}

.banner_inner h1::after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin-top: 21px;
    border-radius: 20px;
    background: linear-gradient(90deg, #74d0ed, var(--brand));
    animation: accent-grow .9s .25s both ease-out;
}

.banner_form {
    border: 1px solid rgba(255,255,255,.28);
    box-shadow: 0 20px 55px rgba(3, 30, 40, .22);
    backdrop-filter: blur(10px);
}

@keyframes accent-grow {
    from { width: 0; opacity: 0; }
}

/* Shared homepage headings */
.section-kicker,
.cta-kicker {
    margin: 0 0 10px;
    color: var(--brand) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-lead {
    max-width: 670px;
    margin: 13px auto 0;
    color: #67767d;
    font-size: 16px;
    line-height: 1.65;
}

/* Elevated statistics */
.counter {
    position: relative;
    overflow: visible;
    min-height: 155px;
    padding-bottom: 25px;
    box-shadow: 0 14px 35px rgba(18, 61, 76, .1);
    transition: transform .35s ease, box-shadow .35s ease;
}

.counter::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    overflow: hidden;
    border-radius: 0 0 15px 15px;
    background: linear-gradient(90deg, var(--brand), #78cbe4);
    transform: scaleX(0);
    transition: transform .35s ease;
}

.counter img {
    position: relative;
    z-index: 2;
    display: block;
    margin: -70px auto 0;
    filter: drop-shadow(0 9px 14px rgba(18, 61, 76, .16));
}

.counter .count-title,
.counter .count-text {
    position: relative;
    z-index: 2;
}

.counter:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 42px rgba(18, 61, 76, .16);
}

.counter:hover::before { transform: scaleX(1); }

/* Service grid */
section.service_sec {
    overflow: hidden;
    padding: 55px 0 95px;
    background:
        radial-gradient(circle at 5% 18%, rgba(58,124,146,.09), transparent 20%),
        linear-gradient(180deg, #fff, #f8fbfc);
}

section.service_sec::before,
section.service_sec::after {
    content: "";
    position: absolute;
    display: block;
    border: 1px solid rgba(58,124,146,.15);
    border-radius: 50%;
    background: transparent;
}

section.service_sec::before {
    width: 210px;
    height: 210px;
    top: 70px;
    left: -125px;
}

section.service_sec::after {
    width: 115px;
    height: 115px;
    top: auto;
    right: -55px;
    bottom: 55px;
}

.icon_box { margin-top: 45px; }

.icon_box ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.icon_box ul li,
.icon_box ul li:nth-child(1), .icon_box ul li:nth-child(3),
.icon_box ul li:nth-child(5), .icon_box ul li:nth-child(8),
.icon_box ul li:nth-child(10), .icon_box ul li:nth-child(12) {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 180px;
    padding: 25px 18px;
    border: 1px solid #e2ecef;
    border-radius: 16px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 8px 26px rgba(18, 61, 76, .06);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.icon_box ul li::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #79c7df;
    opacity: .55;
}

.icon_box ul li:hover {
    z-index: 2;
    border-color: rgba(58,124,146,.4);
    transform: translateY(-7px);
    box-shadow: 0 18px 38px rgba(18, 61, 76, .13);
}

.icon_box ul li img {
    height: 58px;
    width: auto;
    object-fit: contain;
    transition: transform .3s ease;
}

.icon_box ul li:hover img { transform: scale(1.08) rotate(-3deg); }

.icon_box ul li p {
    font-size: 15px;
    line-height: 1.35;
}

/* Process cards */
section.limelight_sec {
    overflow: hidden;
    padding: 90px 0 105px;
}

.global_inner { text-align: center; }

.limelight_inner {
    position: relative;
    overflow: hidden;
    min-height: 205px;
    padding: 35px 38px 30px;
    border: 1px solid #e0eaed;
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(18,61,76,.07);
}

.limelight_inner::before {
    content: attr(data-step);
    position: absolute;
    right: 18px;
    bottom: -18px;
    color: rgba(58,124,146,.08);
    font-size: 92px;
    font-weight: 900;
    line-height: 1;
    transition: color .4s ease, transform .4s ease;
}

.limelight_inner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: linear-gradient(180deg, #74cbe5, var(--brand));
}

.limelight_inner:hover {
    background: linear-gradient(135deg, var(--brand), var(--brand-dark));
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(18,61,76,.18);
}

.limelight_inner:hover::before {
    color: rgba(255,255,255,.09);
    transform: translateY(-7px);
}

.limelight_inner h2,
.limelight_inner p { position: relative; z-index: 1; }

.limelight_inner p { font-size: 17px; line-height: 1.65; }

/* CTA and final form */
section.cta_sec {
    overflow: hidden;
    padding: 65px 0 45px;
    background:
        radial-gradient(circle at 80% 30%, rgba(130,214,238,.22), transparent 25%),
        linear-gradient(110deg, var(--brand) 0%, #176078 45%, var(--brand-deep) 100%);
}

section.cta_sec::before,
section.cta_sec::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50%;
}

section.cta_sec::before { width: 270px; height: 270px; left: -140px; top: -160px; }
section.cta_sec::after { width: 145px; height: 145px; right: 5%; bottom: -90px; }

.cta-kicker { color: #9ee0f2 !important; }
.cta_inner_img img { filter: drop-shadow(0 24px 22px rgba(0,0,0,.22)); }

section.last_sec {
    position: relative;
    overflow: hidden;
}

.audit_inner {
    position: relative;
    padding: 36px;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 22px;
    background: rgba(255,255,255,.68);
    box-shadow: 0 20px 50px rgba(18,61,76,.1);
    backdrop-filter: blur(8px);
}

.audit_inner form input,
.audit_inner form textarea {
    border: 1px solid #e4ecef;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.audit_inner form input:focus,
.audit_inner form textarea:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 4px rgba(58,124,146,.1);
}

footer.main_footer { position: relative; }

.footer_inner a img {
    width: 190px;
    max-width: 100%;
    filter: brightness(0) invert(1);
}

/* Reveal motion is enabled by JS so content stays visible without it */
.reveal-ready .reveal-item {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1);
    transition-delay: var(--reveal-delay, 0ms);
}

.reveal-ready .reveal-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991px) {
    header.header_wrap .services-menu,
    header.header_wrap .services-menu.show {
        position: static !important;
        display: block;
        width: 100%;
        max-height: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: rgba(4,36,49,.28);
        transform: none !important;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        overflow: hidden;
        transition: max-height .35s ease;
    }

    header.header_wrap .services-menu.show { max-height: 720px; }
    .services-menu__intro { display: none; }
    .services-menu__grid { grid-template-columns: 1fr; gap: 0; padding: 8px !important; }
    header.header_wrap #navbarNav .services-menu__grid .dropdown-item { min-height: auto; padding: 8px 12px !important; color: #fff !important; }
    .services-menu__grid .dropdown-item small { display: none; }
    .services-menu__grid .dropdown-item > svg { color: #9eddf0 !important; }
    header.header_wrap .navbar-nav > li.nav-item { display: block; }
    header.header_wrap .navbar-nav > li.nav-item > .nav-link { justify-content: flex-start !important; padding: 8px 16px !important; }
    header.header_wrap div#navbarNav ul.navbar-nav li button.btn-dark { margin-left: 16px; }
    .icon_box ul { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767px) {
    header.header_wrap { top: 8px; }
    header.header_wrap .row { position: relative; flex-wrap: nowrap; }
    header.header_wrap .col-md-2 { width: 42%; }
    header.header_wrap .col-md-10 { position: static; width: 58%; }
    header.header_wrap .logo a img { width: 132px; max-width: 100%; }
    header.header_wrap .navbar { position: static; justify-content: flex-end; padding: 20px 0; }
    header.header_wrap button.navbar-toggler {
        position: static;
        padding: 5px 7px;
        border: 1px solid rgba(255,255,255,.35);
        border-radius: 7px;
        box-shadow: none;
    }
    header.header_wrap div#navbarNav {
        position: absolute;
        top: calc(100% + 5px);
        right: 0;
        left: 0;
        max-height: calc(100vh - 95px);
        overflow-y: auto;
        border: 1px solid rgba(255,255,255,.16);
        border-radius: 12px;
        box-shadow: 0 18px 40px rgba(4,36,49,.3);
    }
    section.sec_1 { min-height: 0; padding-top: 160px; }
    section.sec_1::after { background: rgba(4,36,49,.38); }
    header.header_wrap.is-scrolled { padding: 7px 0; }
    section.counter_sec { padding: 25px 0 55px; }
    section.counter_sec .row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 70px 12px; }
    section.counter_sec .row > div { width: 100%; }
    section.counter_sec .counter { width: 100%; margin: 45px 0 0; }
    section.counter_sec .first_count,
    section.counter_sec .third_count { justify-content: center; padding: 0 !important; text-align: center; }
    section.counter_sec .first_count::after,
    section.counter_sec .third_count::after,
    section.counter_sec .plus::after { position: relative !important; right: auto !important; }
    section.counter_sec::after { display: none; }
    .section-lead { padding: 0 10px; }
    section.service_sec { padding: 65px 0; }
    .icon_box ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .icon_box ul li,
    .icon_box ul li:nth-child(1), .icon_box ul li:nth-child(3),
    .icon_box ul li:nth-child(5), .icon_box ul li:nth-child(8),
    .icon_box ul li:nth-child(10), .icon_box ul li:nth-child(12) {
        min-height: 155px;
        padding: 20px 10px;
    }
    .icon_box ul li img { height: 48px; }
    section.limelight_sec { padding: 65px 0; }
    .limelight_inner { min-height: 0; margin-top: 18px; padding: 28px 26px; }
    .audit_inner { padding: 26px 20px; }
}

@media (max-width: 425px) {
    header.header_wrap .logo a img { width: 115px; }
    section.sec_1 { padding-top: 145px; }
    .service_inner h2, .global_inner h2 { font-size: 29px; line-height: 1.25; }
    .global_inner h2 span { font-size: inherit; }
    .icon_box { margin-top: 32px; }
    .icon_box ul li p { font-size: 13px; }
    .audit_inner h2 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal-ready .reveal-item { opacity: 1; transform: none; }
}

/* Premium consultation modal */
#exampleModal {
    overflow-x: hidden;
    overflow-y: auto !important;
    padding: 20px 12px !important;
    background: rgba(3, 24, 32, .76);
    backdrop-filter: blur(7px);
}

#exampleModal .modal-dialog {
    position: relative;
    inset: auto;
    width: min(900px, calc(100% - 16px));
    max-width: 900px;
    margin: auto;
}

#exampleModal .modal-content {
    overflow: hidden;
    padding: 0;
    border: 0 !important;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 35px 100px rgba(0, 0, 0, .34);
}

#exampleModal .popup-modal-layout {
    display: grid;
    grid-template-columns: 41% 59%;
    min-height: 590px;
}

.popup-brand-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 48px 38px 38px;
    color: #fff;
    background:
        radial-gradient(circle at 110% -5%, rgba(124, 210, 235, .5), transparent 35%),
        radial-gradient(circle at -15% 105%, rgba(124, 210, 235, .22), transparent 38%),
        linear-gradient(145deg, #092f3d 5%, #205f73 58%, #3a7c92 100%);
}

.popup-brand-panel::before,
.popup-brand-panel::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 50%;
}

.popup-brand-panel::before {
    width: 240px;
    height: 240px;
    top: -155px;
    right: -95px;
}

.popup-brand-panel::after {
    width: 145px;
    height: 145px;
    bottom: -85px;
    left: -60px;
}

.popup-brand-logo {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 155px;
    margin-bottom: 32px;
}

.popup-brand-logo img {
    width: 100%;
    height: auto;
}

.popup-brand-kicker,
.popup-form-kicker {
    position: relative;
    z-index: 1;
    color: #9cdeef !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.popup-brand-panel h3 {
    position: relative;
    z-index: 1;
    margin: 10px 0 14px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.22;
}

.popup-brand-panel > p {
    position: relative;
    z-index: 1;
    margin: 0 0 24px;
    color: rgba(255,255,255,.76);
    font-size: 14px;
    line-height: 1.6;
}

.popup-benefits {
    position: relative;
    z-index: 1;
    margin: 0;
}

.popup-benefits li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.popup-benefits li svg {
    width: 11px;
    height: 11px;
    padding: 5px;
    border-radius: 50%;
    color: #174c5e;
    background: #9ee0f2;
}

.popup-trust-note {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.16);
    color: rgba(255,255,255,.67);
    font-size: 11px;
}

.popup-trust-note span {
    color: inherit !important;
    font-size: 11px !important;
    font-weight: 600;
}

#exampleModal .popup_form_wrp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px 45px 34px;
    text-align: left;
}

#exampleModal .popup-form-kicker {
    color: var(--brand) !important;
}

#exampleModal .popup_form_wrp h2 {
    margin: 8px 0 8px;
    color: var(--ink);
    font-size: 34px;
    font-weight: 900;
    line-height: 1.14;
    text-transform: none;
}

#exampleModal .popup_form_wrp h2::before {
    display: none;
}

#exampleModal .popup_form_wrp h2 span {
    color: var(--brand) !important;
    font-size: inherit !important;
}

#exampleModal .popup_form_wrp > p {
    margin: 0;
    color: #6d7a80;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
}

#exampleModal .popup_form_wrp form {
    margin-top: 24px;
}

.popup-field {
    position: relative;
    margin-bottom: 12px;
}

.popup-field > svg {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 17px;
    width: 15px;
    color: #7b929b;
    transform: translateY(-50%);
    pointer-events: none;
}

.popup-field--message > svg {
    top: 18px;
    transform: none;
}

#exampleModal .popup_form_wrp form input,
#exampleModal .popup_form_wrp form textarea {
    width: 100%;
    height: 49px;
    margin: 0;
    padding: 0 16px 0 45px;
    border: 1px solid #dce7ea;
    border-radius: 12px;
    outline: none;
    color: var(--ink);
    background: #f9fbfc;
    font-size: 13px;
    font-weight: 600;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

#exampleModal .popup_form_wrp form textarea {
    display: block;
    height: 91px;
    padding-top: 15px;
    resize: vertical;
}

#exampleModal .popup_form_wrp form input:focus,
#exampleModal .popup_form_wrp form textarea:focus {
    border-color: var(--brand);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(58,124,146,.1);
}

#exampleModal .popup_form_wrp form input::placeholder,
#exampleModal .popup_form_wrp form textarea::placeholder {
    color: #8d9ba1;
    font-size: 13px;
    font-weight: 500;
}

.popup-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 51px;
    margin-top: 4px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(100deg, var(--brand), #24687f);
    box-shadow: 0 10px 24px rgba(58,124,146,.22);
    font-size: 14px;
    font-weight: 900;
    transition: transform .2s ease, box-shadow .2s ease;
}

.popup-submit:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(58,124,146,.3);
}

.popup-submit svg { transition: transform .2s ease; }
.popup-submit:hover svg { transform: translateX(4px); }

.popup-privacy {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 13px;
    color: #89969b;
    font-size: 10px;
    text-align: center;
}

#exampleModal .modal-close {
    position: absolute;
    z-index: 20;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid #dce7ea;
    border-radius: 50%;
    opacity: 1;
    background: rgba(255,255,255,.94);
    box-shadow: 0 6px 18px rgba(18,61,76,.12);
    transition: transform .2s ease, background .2s ease;
}

#exampleModal .modal-close::before,
#exampleModal .modal-close::after {
    content: "";
    position: absolute;
    top: 17px;
    left: 10px;
    width: 16px;
    height: 2px;
    border-radius: 5px;
    background: var(--brand-dark);
}

#exampleModal .modal-close::before { transform: rotate(45deg); }
#exampleModal .modal-close::after { transform: rotate(-45deg); }
#exampleModal .modal-close:hover { background: var(--brand-soft); transform: rotate(90deg); }

#exampleModal.fade .modal-dialog {
    transform: translateY(18px) scale(.98);
    transition: transform .32s cubic-bezier(.2,.7,.2,1);
}

#exampleModal.show .modal-dialog { transform: translateY(0) scale(1); }

@media (max-width: 767px) {
    #exampleModal { padding: 12px 6px !important; }
    #exampleModal .modal-dialog { width: min(465px, calc(100% - 8px)); }
    #exampleModal .modal-content { border-radius: 20px; }
    #exampleModal .popup-modal-layout { display: block; min-height: 0; }
    .popup-brand-panel { display: none; }
    #exampleModal .popup_form_wrp { padding: 40px 24px 25px; }
    #exampleModal .popup_form_wrp h2 { padding-right: 28px; font-size: 29px; }
    #exampleModal .popup_form_wrp > p { padding-right: 18px; }
    #exampleModal .modal-close { top: 12px; right: 12px; width: 32px; height: 32px; }
    #exampleModal .modal-close::before,
    #exampleModal .modal-close::after { top: 15px; left: 9px; width: 14px; }
}

@media (max-width: 380px) {
    #exampleModal .popup_form_wrp { padding: 35px 18px 20px; }
    #exampleModal .popup_form_wrp h2 { font-size: 26px; }
    #exampleModal .popup_form_wrp form { margin-top: 18px; }
    #exampleModal .popup_form_wrp form textarea { height: 78px; }
}

/* Refined hero consultation form */
.banner_form {
    width: min(420px, 100%);
    overflow: hidden;
    padding: 32px 34px 25px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 24px;
    text-align: left;
    background:
        linear-gradient(145deg, rgba(7,38,49,.86), rgba(22,68,82,.68));
    box-shadow: 0 28px 70px rgba(2,23,31,.32), inset 0 1px 0 rgba(255,255,255,.12);
    backdrop-filter: blur(15px);
}

.banner_form:hover {
    box-shadow: 0 30px 75px rgba(2,23,31,.38), inset 0 1px 0 rgba(255,255,255,.14);
}

.banner_form::before {
    top: -90px;
    right: -75px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(112,203,231,.38), rgba(58,124,146,.08) 55%, transparent 70%);
    filter: none;
    animation: banner-form-glow 6s ease-in-out infinite;
}

.banner_form::after {
    top: 31px;
    right: auto;
    left: 0;
    z-index: 2;
    width: 4px;
    height: 73px;
    border-radius: 0 8px 8px 0;
    background: linear-gradient(180deg, #9ee0f2, var(--brand));
    clip-path: none;
}

@keyframes banner-form-glow {
    0%, 100% { transform: scale(1); opacity: .75; }
    50% { transform: scale(1.15); opacity: 1; }
}

.banner-form-heading,
.banner_form form,
.banner-form-trust {
    position: relative;
    z-index: 3;
}

.banner-form-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 9px;
    color: #9ee0f2 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.banner-form-kicker svg { font-size: 9px; }

.banner_form .banner-form-heading h2 {
    margin: 0 0 8px;
    color: #fff;
    text-align: left;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.18;
    text-transform: none;
}

.banner_form .banner-form-heading h2 span {
    color: #9ee0f2 !important;
    font-size: inherit !important;
    font-weight: 900;
}

.banner_form .banner-form-heading > p {
    max-width: 330px;
    margin: 0;
    color: rgba(255,255,255,.7);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.55;
}

.banner_form form { margin-top: 22px; }

.banner-form-field {
    position: relative;
    margin-bottom: 11px;
}

.banner-form-field > svg {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 17px;
    width: 14px;
    color: #77909a;
    transform: translateY(-50%);
    pointer-events: none;
}

.banner_form form .banner-form-field input {
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 17px 0 44px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 12px;
    outline: none;
    color: var(--ink);
    background: rgba(255,255,255,.96);
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    box-shadow: 0 5px 16px rgba(0,0,0,.06);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.banner_form form .banner-form-field input:focus {
    border-color: #8fd4e8;
    box-shadow: 0 0 0 4px rgba(112,203,231,.14), 0 7px 18px rgba(0,0,0,.08);
    transform: translateY(-1px);
}

.banner_form form .banner-form-field input::placeholder {
    color: #89969b;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
}

.banner-form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 50px;
    margin-top: 4px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(100deg, #3f91aa, #2d7891);
    box-shadow: 0 12px 28px rgba(1,25,34,.28);
    font-size: 13px;
    font-weight: 900;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.banner-form-submit:hover {
    color: #fff;
    background: linear-gradient(100deg, #4a9db5, #347f97);
    box-shadow: 0 15px 30px rgba(1,25,34,.35);
    transform: translateY(-2px);
}

.banner-form-submit svg { transition: transform .2s ease; }
.banner-form-submit:hover svg { transform: translateX(4px); }

.banner-form-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 15px;
}

.banner-form-trust span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: rgba(255,255,255,.62) !important;
    font-size: 9px !important;
    font-weight: 600;
}

.banner-form-trust svg { color: #9ee0f2; }

@media (max-width: 767px) {
    .banner_form {
        width: 100%;
        max-width: 470px;
        margin: 30px auto 0;
        padding: 29px 26px 23px;
    }
    .banner_form::before,
    .banner_form::after { display: block; }
}

@media (max-width: 380px) {
    .banner_form { padding: 27px 19px 21px; }
    .banner_form .banner-form-heading h2 { font-size: 24px; }
    .banner-form-trust { gap: 10px; }
}

/* Contact page redesign */
.contact-hero {
    min-height: 690px;
}

.contact-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #9ee0f2 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.contact-hero-kicker::before {
    content: "";
    width: 24px;
    height: 2px;
    border-radius: 5px;
    background: #9ee0f2;
}

.contact-hero .banner_inner h1 {
    max-width: 650px;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.18;
    text-transform: none;
}

.contact-hero .banner_inner p {
    max-width: 610px;
    width: 92%;
    font-size: 16px;
    line-height: 1.65;
}

.contact-hero-card {
    position: relative;
    overflow: hidden;
    width: min(420px, 100%);
    margin: auto;
    padding: 36px 34px 27px;
    border: 1px solid rgba(255,255,255,.21);
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(145deg, rgba(7,38,49,.88), rgba(28,82,98,.72));
    box-shadow: 0 28px 70px rgba(2,23,31,.32), inset 0 1px 0 rgba(255,255,255,.12);
    backdrop-filter: blur(15px);
}

.contact-hero-card::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -75px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(112,203,231,.38), transparent 68%);
}

.contact-hero-card__icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 15px;
    color: #9ee0f2;
    background: rgba(255,255,255,.08);
    font-size: 21px;
}

.contact-hero-card > span {
    position: relative;
    z-index: 1;
    color: #9ee0f2 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.contact-hero-card h2 {
    position: relative;
    z-index: 1;
    margin: 8px 0 12px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
}

.contact-hero-card > p {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    color: rgba(255,255,255,.7);
    font-size: 13px;
    line-height: 1.6;
}

.contact-hero-card ul {
    position: relative;
    z-index: 1;
    margin: 0 0 24px;
}

.contact-hero-card li {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.contact-hero-card li svg {
    width: 10px;
    height: 10px;
    padding: 4px;
    border-radius: 50%;
    color: #174c5e;
    background: #9ee0f2;
}

.contact-hero-card__button {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 49px;
    border-radius: 12px;
    color: #fff !important;
    background: linear-gradient(100deg, #4498b1, #2d7891);
    box-shadow: 0 12px 28px rgba(1,25,34,.25);
    font-size: 13px;
    font-weight: 900;
    transition: transform .2s ease, box-shadow .2s ease;
}

.contact-hero-card__button:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(1,25,34,.34);
}

.contact-hero-card > small {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    color: rgba(255,255,255,.58);
    font-size: 9px;
}

section.contact_sec {
    position: relative;
    overflow: hidden;
    padding: 100px 0 110px;
    background:
        radial-gradient(circle at 0 20%, rgba(58,124,146,.1), transparent 25%),
        radial-gradient(circle at 100% 80%, rgba(58,124,146,.08), transparent 24%),
        #f7fafb;
}

section.contact_sec::before,
section.contact_sec::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(58,124,146,.13);
    border-radius: 50%;
}

section.contact_sec::before { width: 190px; height: 190px; top: 80px; left: -110px; }
section.contact_sec::after { width: 130px; height: 130px; right: -75px; bottom: 70px; }

.contact-section-heading {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto 45px;
    text-align: center;
}

.contact-section-heading h2 {
    margin: 8px 0 12px;
    color: var(--ink);
    font-size: 44px;
    font-weight: 900;
    line-height: 1.15;
}

.contact-section-heading h2 span {
    color: var(--brand) !important;
    font-size: inherit !important;
}

.contact-section-heading > p {
    max-width: 610px;
    margin: auto;
    color: #68777d;
    font-size: 15px;
    line-height: 1.65;
}

.contact-form-card,
.contact-details-card {
    position: relative;
    z-index: 1;
    height: 100%;
    border: 1px solid #e0eaed;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(18,61,76,.09);
}

.contact-form-card {
    padding: 38px;
}

.contact_inner.contact-form-card form { margin: 0; }

.contact_inner.contact-form-card form .main_input {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 0 0 19px;
}

.contact_inner.contact-form-card form .main_input .inner_input {
    min-width: 0;
}

.contact_inner.contact-form-card form label {
    margin: 0 0 8px;
    color: #25363d;
    font-size: 12px;
    font-weight: 800;
    text-transform: none;
}

.contact_inner.contact-form-card form label span {
    color: var(--brand) !important;
    font-size: inherit !important;
}

.contact_inner.contact-form-card label.message { margin-top: 0 !important; }

.contact-field {
    position: relative;
}

.contact-field > svg:first-child {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 16px;
    width: 14px;
    color: #78909a;
    transform: translateY(-50%);
    pointer-events: none;
}

.contact-field .contact-select-arrow {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 10px;
    color: #78909a;
    transform: translateY(-50%);
    pointer-events: none;
}

.contact_inner.contact-form-card form .contact-field input,
.contact_inner.contact-form-card form .contact-field select,
.contact_inner.contact-form-card form .contact-field textarea {
    width: 100% !important;
    height: 51px;
    margin: 0 !important;
    padding: 0 16px 0 43px;
    border: 1px solid #dce7ea;
    border-radius: 12px;
    outline: none;
    color: var(--ink);
    background: #f8fafb;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact_inner.contact-form-card form .contact-field select {
    padding-right: 38px;
    appearance: none;
}

.contact_inner.contact-form-card form .contact-field textarea {
    display: block;
    height: 145px;
    padding-top: 15px;
    resize: vertical;
}

.contact-field--message > svg:first-child {
    top: 18px;
    transform: none;
}

.contact_inner.contact-form-card form .contact-field input:focus,
.contact_inner.contact-form-card form .contact-field select:focus,
.contact_inner.contact-form-card form .contact-field textarea:focus {
    border-color: var(--brand);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(58,124,146,.1);
}

.contact_inner.contact-form-card form .contact-field input::placeholder,
.contact_inner.contact-form-card form .contact-field textarea::placeholder {
    color: #8c999e;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
}

.contact-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 21px;
}

.contact-submit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-width: 205px;
    height: 50px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(100deg, var(--brand), #24687f);
    box-shadow: 0 10px 24px rgba(58,124,146,.22);
    font-size: 13px;
    font-weight: 900;
    transition: transform .2s ease, box-shadow .2s ease;
}

.contact-submit:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(58,124,146,.3);
}

.contact-form-footer small {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #87959a;
    font-size: 10px;
}

.contact-details-card {
    overflow: hidden;
    padding: 42px 36px;
    color: #fff;
    border-color: transparent;
    background:
        radial-gradient(circle at 110% 0, rgba(126,210,234,.42), transparent 34%),
        linear-gradient(145deg, var(--brand-deep), #286f86);
}

.contact-details-card::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -95px;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 50%;
}

.contact-details-kicker {
    color: #9ee0f2 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.contact-details-card h3 {
    margin: 9px 0 11px;
    color: #fff;
    font-size: 29px;
    font-weight: 800;
    line-height: 1.2;
}

.contact-details-card > p {
    margin: 0;
    color: rgba(255,255,255,.7);
    font-size: 13px;
    line-height: 1.6;
}

.contact-methods {
    position: relative;
    z-index: 1;
    margin: 29px 0 0;
}

.contact-methods li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 13px;
    background: rgba(255,255,255,.07);
    transition: background .2s ease, transform .2s ease;
}

.contact-methods li:hover {
    background: rgba(255,255,255,.12);
    transform: translateX(4px);
}

.contact-method-icon {
    display: grid;
    flex: 0 0 39px;
    place-items: center;
    width: 39px;
    height: 39px;
    border-radius: 11px;
    color: #174c5e !important;
    background: #9ee0f2;
    font-size: 14px !important;
}

.contact-methods li div {
    min-width: 0;
}

.contact-methods li small {
    display: block;
    margin-bottom: 2px;
    color: rgba(255,255,255,.58);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.contact-methods li a,
.contact-methods li address {
    display: block;
    margin: 0;
    overflow-wrap: anywhere;
    color: #fff !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
}

.contact-hours {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 25px;
    padding-top: 21px;
    border-top: 1px solid rgba(255,255,255,.14);
}

.contact-hours > svg { color: #9ee0f2; }
.contact-hours strong { display: block; color: #fff; font-size: 11px; }
.contact-hours span { display: block; color: rgba(255,255,255,.6) !important; font-size: 10px !important; font-weight: 500; }

@media (max-width: 991px) {
    .contact-hero .banner_inner h1 { font-size: 36px; }
    .contact-form-card { padding: 30px; }
    .contact-details-card { padding: 34px 30px; }
}

@media (max-width: 767px) {
    .contact-hero { padding-bottom: 65px; }
    .contact-hero .banner_inner h1 { font-size: 32px; }
    .contact-hero .banner_inner p { width: 100%; font-size: 14px; }
    .contact-hero-card { margin-top: 35px; padding: 30px 26px 24px; }
    section.contact_sec { padding: 70px 0 75px; }
    .contact-section-heading { margin-bottom: 32px; }
    .contact-section-heading h2 { font-size: 34px; }
    .contact-form-card { padding: 25px 20px; }
    .contact_inner.contact-form-card form .main_input { grid-template-columns: 1fr; gap: 17px; margin-bottom: 17px; }
    .contact-form-footer { align-items: stretch; flex-direction: column; }
    .contact-submit { width: 100%; }
    .contact-form-footer small { justify-content: center; }
    .contact-details-card { margin-top: 4px; }
}

@media (max-width: 380px) {
    .contact-hero-card { padding-right: 20px; padding-left: 20px; }
    .contact-section-heading h2 { font-size: 30px; }
    .contact-details-card { padding: 30px 22px; }
}

/* Refined footer â€” existing content only */
footer.main_footer {
    position: relative;
    overflow: hidden;
    padding: 58px 0 24px;
    background-position: center bottom;
}

footer.main_footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 13% 0, rgba(127,211,235,.18), transparent 25%),
        linear-gradient(110deg, rgba(5,50,66,.38), rgba(4,70,94,.08) 55%, rgba(5,43,58,.28));
    pointer-events: none;
}

footer.main_footer::after {
    content: "";
    position: absolute;
    top: -95px;
    right: 7%;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 50%;
    pointer-events: none;
}

.footer-shell {
    position: relative;
    z-index: 1;
}

.footer-top.border_bottom {
    padding-bottom: 42px;
    border-color: rgba(255,255,255,.18) !important;
}

.footer_inner a {
    display: inline-block;
}

.footer_inner a img {
    width: 185px;
    max-width: 100%;
    transition: transform .3s ease;
}

.footer_inner a:hover img {
    transform: translateY(-3px);
}

.footer_inner p {
    width: auto;
    max-width: 440px;
    margin: 22px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 14px;
    line-height: 1.65;
}

.footer_info {
    width: 100%;
    margin: 0;
}

.footer_info ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}

.footer_info ul li {
    min-width: 0;
    margin: 0;
    padding: 0;
}

.footer_info ul li:nth-child(3) {
    grid-column: 1 / -1;
}

.footer-contact-card {
    display: flex !important;
    align-items: center;
    width: 100%;
    min-height: 64px;
    padding: 11px 14px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 13px;
    color: #fff !important;
    background: rgba(255,255,255,.07);
    transition: background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.footer-contact-card:hover,
.footer-contact-card:focus-visible {
    border-color: rgba(158,224,242,.34);
    background: rgba(255,255,255,.11);
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(2,31,42,.15);
    outline: none;
}

.footer-contact-icon {
    display: grid;
    flex: 0 0 38px;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-right: 11px;
    border-radius: 10px;
    color: #174c5e !important;
    background: #9ee0f2;
    font-size: 13px !important;
}

.footer_info ul li .footer-contact-icon svg {
    margin: 0;
}

.footer-contact-text,
.footer-address {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
    color: rgba(255,255,255,.92) !important;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1.4;
}

.footer-contact-card:hover .footer-contact-icon {
    transform: scale(1.06);
}

.footer-contact-icon {
    transition: transform .25s ease;
}

.footer-bottom {
    padding-top: 22px;
}

.footer_links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.footer_links ul {
    flex: 0 0 auto;
    justify-content: flex-start;
    margin: 0;
}

.footer_links ul li {
    margin: 0 9px 0 0;
    color: rgba(255,255,255,.35);
}

.footer_links ul li a {
    position: relative;
    color: rgba(255,255,255,.82);
    font-size: 12px;
    font-weight: 700;
}

.footer_links ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    height: 1px;
    background: #9ee0f2;
    transform: scaleX(0);
    transition: transform .25s ease;
}

.footer_links ul li a:hover::after {
    transform: scaleX(1);
}

.footer-legal {
    text-align: right;
}

.footer-legal p {
    margin: 0 0 4px;
    color: rgba(255,255,255,.66);
    font-size: 12px;
    line-height: 1.45;
}

.footer-legal p:last-child { margin-bottom: 0; }

.footer-legal a {
    color: #fff !important;
    font-weight: 700;
}

@media (max-width: 991px) {
    .footer_inner { margin-bottom: 30px; text-align: center; }
    .footer_inner p { margin-right: auto; margin-left: auto; }
    .footer_info { margin-top: 0; }
}

@media (max-width: 767px) {
    footer.main_footer { padding: 45px 0 22px; }
    .footer-top.border_bottom { padding-bottom: 32px; }
    .footer_inner a img { width: 155px; }
    .footer_inner p { margin-top: 17px; font-size: 13px; }
    .footer_info ul { grid-template-columns: 1fr; gap: 9px; }
    .footer_info ul li,
    .footer_info ul li:nth-child(3) { grid-column: auto; }
    .footer-contact-card { min-height: 58px; }
    .footer_links { flex-direction: column; gap: 17px; }
    .footer_links ul { justify-content: center; }
    .footer-legal { max-width: 430px; text-align: center; }
    .footer-legal p { font-size: 9px; }
}

@media (max-width: 380px) {
    .footer_info ul li { padding-right: 10px; padding-left: 10px; }
    .footer-link-divider { display: none; }
    .footer_links ul { flex-wrap: wrap; gap: 8px; }
    .footer_links ul li { margin: 0; }
}

/* Responsive off-canvas navigation */
.mobile-nav-head,
.mobile-nav-backdrop {
    display: none;
}

@media (max-width: 991px) {
    body.mobile-nav-open {
        overflow: hidden;
    }

    .mobile-nav-backdrop {
        position: fixed;
        inset: 0;
        z-index: 998;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        border: 0;
        visibility: hidden;
        opacity: 0;
        background: rgba(2, 20, 27, .7);
        backdrop-filter: blur(4px);
        transition: opacity .35s ease, visibility .35s ease;
    }

    body.mobile-nav-open .mobile-nav-backdrop {
        visibility: visible;
        opacity: 1;
    }

    body header.header_wrap div#navbarNav,
    body header.header_wrap div#navbarNav.collapse:not(.show),
    body header.header_wrap div#navbarNav.collapsing {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        z-index: 1000;
        display: block !important;
        width: min(370px, 88vw);
        height: 100dvh !important;
        max-height: none;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        border: 0;
        border-radius: 22px 0 0 22px;
        background:
            radial-gradient(circle at 100% 0, rgba(112,203,231,.22), transparent 25%),
            linear-gradient(155deg, #0a3342, #082a37 70%);
        box-shadow: -24px 0 60px rgba(1,20,27,.35);
        transform: translateX(105%);
        transition: transform .38s cubic-bezier(.2,.7,.2,1) !important;
    }

    body.mobile-nav-open header.header_wrap div#navbarNav,
    body.mobile-nav-open header.header_wrap div#navbarNav.collapsing {
        transform: translateX(0);
    }

    .mobile-nav-head {
        position: sticky;
        top: 0;
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 78px;
        padding: 18px 22px;
        border-bottom: 1px solid rgba(255,255,255,.1);
        background: rgba(8,42,55,.92);
        backdrop-filter: blur(12px);
    }

    .mobile-nav-head > span {
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 900;
        letter-spacing: 1.3px;
        text-transform: uppercase;
    }

    .mobile-nav-close {
        display: grid;
        place-items: center;
        width: 38px;
        height: 38px;
        padding: 0;
        border: 1px solid rgba(255,255,255,.15);
        border-radius: 11px;
        color: #fff;
        background: rgba(255,255,255,.08);
        font-size: 17px;
        transition: background .2s ease, transform .2s ease;
    }

    .mobile-nav-close:hover {
        background: var(--brand);
        transform: rotate(90deg);
    }

    body header.header_wrap div#navbarNav > ul.navbar-nav {
        display: block;
        padding: 16px 18px 28px !important;
    }

    body header.header_wrap div#navbarNav > ul.navbar-nav > li.nav-item {
        display: block;
        width: 100%;
        margin: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

    body header.header_wrap div#navbarNav > ul.navbar-nav > li.nav-item:last-child {
        padding-top: 18px;
        border-bottom: 0;
    }

    body header.header_wrap div#navbarNav > ul.navbar-nav > li.nav-item > .nav-link {
        display: flex;
        justify-content: flex-start !important;
        min-height: 58px;
        padding: 15px 8px !important;
        color: rgba(255,255,255,.88) !important;
        font-size: 16px;
        font-weight: 700;
        transition: color .2s ease, padding-left .2s ease;
    }

    body header.header_wrap div#navbarNav > ul.navbar-nav > li.nav-item > .nav-link::before {
        right: auto;
        bottom: 9px;
        left: 8px;
        width: 28px;
        transform: scaleX(0);
        transform-origin: left;
    }

    body header.header_wrap div#navbarNav > ul.navbar-nav > li.nav-item > .nav-link:hover,
    body header.header_wrap div#navbarNav > ul.navbar-nav > li.nav-item > .nav-link[aria-expanded="true"] {
        padding-left: 14px !important;
        color: #9ee0f2 !important;
    }

    body header.header_wrap div#navbarNav > ul.navbar-nav > li.nav-item > .nav-link:hover::before,
    body header.header_wrap div#navbarNav > ul.navbar-nav > li.nav-item > .nav-link[aria-expanded="true"]::before {
        transform: scaleX(1);
    }

    body header.header_wrap div#navbarNav > ul.navbar-nav > li.nav-item > .nav-link svg {
        width: 15px;
        margin-right: 6px;
        color: #9ee0f2;
    }

    body header.header_wrap .services-menu,
    body header.header_wrap .services-menu.show {
        width: 100%;
        max-height: 0;
        margin: 0;
        border-radius: 12px;
        opacity: 1;
        background: rgba(255,255,255,.045);
        transform: none !important;
        transition: max-height .35s ease, margin .35s ease !important;
    }

    body header.header_wrap .services-menu.show {
        max-height: 650px;
        margin: 0 0 12px;
    }

    body header.header_wrap .services-menu__grid {
        display: grid !important;
        grid-template-columns: 1fr;
        padding: 8px !important;
    }

    body header.header_wrap #navbarNav .services-menu__grid .dropdown-item {
        min-height: 43px;
        padding: 10px 11px !important;
        border-radius: 8px;
        color: rgba(255,255,255,.78) !important;
        font-size: 13px;
    }

    body header.header_wrap #navbarNav .services-menu__grid .dropdown-item:hover {
        color: #fff !important;
        background: rgba(158,224,242,.1) !important;
    }

    body header.header_wrap div#navbarNav ul.navbar-nav li button.btn-dark {
        width: 100%;
        height: 51px;
        margin: 0;
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 12px;
        color: #fff;
        background: linear-gradient(100deg, #4498b1, #2e7890);
        box-shadow: 0 12px 25px rgba(1,20,27,.22);
    }

    body.mobile-nav-open header.header_wrap .navbar-toggler {
        opacity: 0;
        pointer-events: none;
    }
}

@media (max-width: 420px) {
    body header.header_wrap div#navbarNav,
    body header.header_wrap div#navbarNav.collapse:not(.show),
    body header.header_wrap div#navbarNav.collapsing {
        width: 92vw;
        border-radius: 18px 0 0 18px;
    }
}

/* Counter cards: consistent mobile, tablet and laptop proportions */
@media (max-width: 1199px) {
    section.counter_sec .first_count,
    section.counter_sec .third_count,
    section.counter_sec .plus {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
        text-align: center;
    }

    section.counter_sec .first_count::after,
    section.counter_sec .third_count::after,
    section.counter_sec .plus::after {
        position: relative !important;
        top: auto;
        right: auto !important;
        font-size: inherit;
        line-height: inherit;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.counter_sec .container {
        padding-right: 22px;
        padding-left: 22px;
    }

    section.counter_sec .counter {
        min-height: 150px;
        padding: 0 10px 20px;
    }

    section.counter_sec .counter img {
        width: 108px;
        margin-top: -60px;
    }

    section.counter_sec .count-title {
        margin: -5px 0 12px;
        font-size: 36px;
    }

    section.counter_sec .count-text {
        font-size: 15px;
        line-height: 1.3;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.counter_sec {
        position: relative;
        top: auto;
        padding: 82px 0 68px;
        background: #fff;
    }

    section.counter_sec .row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 76px 24px;
        width: min(700px, 100%);
        margin: 0 auto;
    }

    section.counter_sec .row > div {
        width: 100%;
        padding: 0;
    }

    section.counter_sec .counter {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 165px;
        min-height: 165px;
        margin: 0;
        padding: 48px 16px 18px;
    }

    section.counter_sec .counter img {
        position: absolute;
        top: -48px;
        left: 50%;
        width: 98px;
        margin: 0;
        transform: translateX(-50%);
    }

    section.counter_sec .count-title {
        margin: 0 0 9px;
        font-size: 37px;
        line-height: 1;
    }

    section.counter_sec .count-text {
        margin: 0;
        font-size: 16px;
        line-height: 1.3;
        text-align: center;
    }
}

@media (max-width: 767px) {
    section.counter_sec {
        position: relative;
        top: auto;
        padding: 72px 0 62px;
        background: #fff;
    }

    section.counter_sec .row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 68px 12px;
        margin: 0;
    }

    section.counter_sec .row > div {
        width: 100%;
        padding: 0;
    }

    section.counter_sec .counter {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 154px;
        min-height: 154px;
        margin: 0;
        padding: 43px 8px 15px;
        border-radius: 14px;
    }

    section.counter_sec .counter img {
        position: absolute;
        top: -43px;
        left: 50%;
        width: 88px;
        height: auto;
        margin: 0;
        transform: translateX(-50%);
    }

    section.counter_sec .count-title {
        margin: 0 0 8px;
        font-size: 34px;
        line-height: 1;
    }

    section.counter_sec .count-text {
        max-width: 125px;
        margin: 0;
        font-size: 14px;
        line-height: 1.25;
        text-align: center;
    }
}

@media (max-width: 359px) {
    section.counter_sec .row { gap: 62px 9px; }
    section.counter_sec .counter { height: 145px; min-height: 145px; padding-right: 5px; padding-left: 5px; }
    section.counter_sec .counter img { top: -39px; width: 80px; }
    section.counter_sec .count-title { font-size: 30px; }
    section.counter_sec .count-text { font-size: 12px; }
}

.is-scrolled .logo img {
    filter: brightness(0) invert(1);
}


.footer_links ul li a:hover {
    color: #fff !important;
}


.responsive_logo {
    width: 100px;
    overflow: hidden;
    height: auto;
}

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