﻿@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');
:root {     
    --base-color: #074eb9; 
    --dark-gray:#252840;
    --black:#05060a;
    --medium-gray:#7d8087;
    --very-light-gray: #f0f2f8;
    --white: #ffffff;
    --extra-medium-gray: #e4e4e4;
    --primary-font: 'Plus Jakarta Sans', sans-serif;
}
body{
    line-height: 29px;
}
header .navbar-brand img {
    max-height: 32px;
    height: 32px;
} 
.navbar .navbar-nav .nav-link {
    font-size: 17px;
}
header.use-dark-header .navbar-nav > .nav-item > .nav-link {
    color: var(--dark-gray) !important;
}
header .btn.btn-rounded.btn-large {
    padding:10px 26px;
    font-size: 13px;
    font-weight: 500;
}
.use-dark-header .header-button .btn {
    color: var(--dark-gray);
    border-color: var(--extra-medium-gray);
}
.use-dark-header .header-button .btn:hover {
    border-color: var(--dark-gray);
    color: var(--white);
    background:  var(--dark-gray);
}
.sticky .header-transparent .header-button .btn {
    color: var(--dark-gray);
    border-color: var(--extra-medium-gray);
}
.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
    color: var(--white);
    background:  var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a{
    opacity: .5;
}
[class*=btn-transparent], [class*=" btn-transparent"] {
    font-weight: 500;
}
.btn {
    text-transform: none;
    font-family: var(--primary-font);
}
.btn.btn-switch-text.btn-extra-large > span {
    padding: 19px 40px;
}
.btn-gradient-purple-pink {
    background-image: linear-gradient(to right, #0b58cb, #e94037, #0b58cb);
    background-size: 200% auto;
    color: var(--white);
}
.bg-gradient-dark-gray-transparent { 
    background: -webkit-linear-gradient(right, rgba(24, 25, 28, .5), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(24, 25, 28, .5), rgba(255, 255, 255, 0.0));
}
.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-flamingo-red-transparent {
    background: -webkit-linear-gradient(right, rgba(243, 69, 59, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(243, 69, 59, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-base-color-transparent {
    background: -webkit-linear-gradient(right, rgba(15, 89, 201, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(15, 89, 201, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(222, 230, 244, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(222, 230, 244, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-midnight-blue {
    background-color: #1e2033;
}
.bg-gradient-purple-pink-2 {
    background-image: linear-gradient(to right, #0b58cb, #e94037, #0b58cb);
}
.text-flamingo {
    color: #e55b53;
}
.text-gradient-orange-sky-blue {
    background-image: linear-gradient(to right, #5e70f3, #6170f1, #8074dc, #b87bb6, #ec8192);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
.portfolio-filter li {
    padding: 0 18px;
    line-height: 24px;
}
.categories-btn {
    font-size: 11px;
}
.page-title-extra-large h1 {
    font-size: 4rem;
    line-height: 4rem;
}
.page-title-extra-large h2 {
    font-size: 17px;
    line-height: 28px;
    margin: 0 auto;
}
.process-step-style-05 .progress-step-separator {
    bottom: -10px;
    height: 100%;
    z-index: -1;
}
.h-72px {
    height: 72px !important;
}
#map {
    height: 650px;
    border-radius: 6px 0 0 6px;
}
.mt-minus-50px {
    margin-top: -50px;
}
.lh-200 {
    line-height: 12.5rem;
}
.bottom-auto {
    bottom: auto;
}
footer .footer-logo img {
    max-height: 35px;
    width: 100%;
    height: 35px;
}
footer ul li {
    margin-bottom: 0;
}
.footer-light a:hover, .footer-navbar li a:hover {
    color: var(--dark-gray);
}
@media (max-width: 1299px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }
    header .btn.btn-rounded.btn-large {
        padding: 10px 15px;
        font-size: 12px; 
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 15px;
    }
    header .btn.btn-rounded.btn-large {
        padding: 10px 10px;
        font-size: 11px; 
    }
}
@media (max-width: 991px) {
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 15px !important;
        margin-bottom: 0;
        margin-right: -15px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
        padding-bottom: 17px;
    }
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
        font-size: 19px;
    }
    header .btn.btn-rounded.btn-large {
        color: var(--dark-gray);
        border-color: var(--extra-medium-gray);
        padding: 10px 15px;
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .portfolio-filter li {
        padding: 0;
    }
}
.text-section-link a {
    color: var(--base-color);
}
.container-width-percent {
    width: 100%;
    padding-right: 15px; 
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 2000px) {
    .container-width-percent {
        max-width: 78% !important;
    }
    .sbm-page-logo-w {
        width: 85% !important;
    }
}
@media (min-width: 1400px) and (max-width: 1999.98px) {
    .container-width-percent {
        max-width: 98% !important;
    }
    .sbm-page-logo-w {
        width: 85% !important;
    }
}
@media (max-width: 1399.98px) {
    .about-title-size {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .sbm-page-logo-w {
        width: 81% !important;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .container-width-percent {
        max-width: 100% !important;
    }
    .about-description-size {
        font-size: 15px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container-width-percent {
        max-width: 960px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .container-width-percent {
        max-width: 720px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .container-width-percent {
        max-width: 540px;
    }
}
@media (max-width: 575.98px) {
    .container-width-percent {
        max-width: 100%;
    }
}
.container-width-percent-sbm {
    width: 100%;
    padding-right: 15px; 
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 2000px) {
    .container-width-percent-sbm {
        max-width: 65% !important;
    }
}
@media (min-width: 1400px) and (max-width: 1999.98px) {
    .container-width-percent-sbm {
        max-width: 80% !important;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .container-width-percent-sbm {
        max-width: 100% !important;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container-width-percent-sbm {
        max-width: 960px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .container-width-percent-sbm {
        max-width: 720px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .container-width-percent-sbm {
        max-width: 540px;
    }
}
@media (max-width: 575.98px) {
    .container-width-percent-sbm {
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .sbm-header00-title-fs {
        font-size: 4.375rem;
        line-height: 4.375rem;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .sbm-header00-title-fs {
        font-size: 3.4rem;
        line-height: 3.9rem;
    }
}
@media (min-width: 992px) {
    .sbm-header00-mt {
        margin-top: 100px !important;
    }
    .outside-box-right-7-sbm-header {
        margin-right: -7vw;
    }
}
@media (max-width: 991.98px) {
    .sbm-header00-video-h {
        height: auto !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .sbm-header00-title-fs {
        font-size: 3.9rem;
        line-height: 3.9rem;
    }
    .sbm-header00-description-fs {
        font-size: 17px;
        line-height: 25px !important;
    }
    .outside-box-right-7-sbm-header {
        display: block !important;
        text-align: center;
        margin-top: 170px;
        margin-bottom: 100px;
    }
}
@media (min-width: 768px) {
    .sbm-header00-description-fs {
        font-size: 19px;
    }
}
@media (min-width: 768px) {
    .sbm-header00-description-fs {
        font-size: 17px;
    }
}
@media (min-width: 568px) and (max-width: 767.98px) {
    .sbm-header00-title-fs {
        font-size: 3.5rem;
        line-height: 4.0rem;
    }
}
@media (max-width: 567.98px) {
    .sbm-header00-title-fs {
        font-size: 3.0rem;
        line-height: 3.5rem;
    }
}
@media (min-width: 578px) and (max-width: 767.98px) {
    .outside-box-right-7-sbm-header {
        display: block !important;
        text-align: center;
        margin-top: 120px;
        margin-bottom: 50px;
    }
}
@media (min-width: 500px) and (max-width: 567.98px) {
    .outside-box-right-7-sbm-header {
        display: block !important;
        text-align: center;
        margin-top: 110px;
        margin-bottom: 40px;
    }
}
@media (min-width: 445px) and (max-width: 499.98px) {
    .outside-box-right-7-sbm-header {
        display: block !important;
        text-align: center;
        margin-top: 110px;
        margin-bottom: 40px;
    }
}
@media (min-width: 400px) and (max-width: 444.98px) {
    .outside-box-right-7-sbm-header {
        display: block !important;
        text-align: center;
        margin-top: 75px;
        margin-bottom: -5px;
    }
}
@media (max-width: 399.98px) {
    .outside-box-right-7-sbm-header {
        display: block !important;
        text-align: center;
        margin-top: 55px;
        margin-bottom: -20px;
    }
}
@media (min-width: 2000px) {
    .carousel-img-h-sbm {
        height: 330px;
    }
}
@media (min-width: 1400px) and (max-width: 1999.98px) {
    .carousel-img-h-sbm {
        height: 270px;
    }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
    .carousel-img-h-sbm {
        height: 240px;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .carousel-img-h-sbm {
        height: 200px;
    }
}
@media (max-width: 575.98px) {
    .carousel-img-h-sbm {
        height: 300px;
    }
}
@media(min-width: 1400px) {
    .call-to-action00-fs {
        font-size: 3.2rem !important;
        line-height: 3.6rem !important;
    }
}
@media(max-width: 454px) {
    section .ipad-top-space-margin.md-pt-0 {
        padding-top: 80px !important;
    }
}
@media(max-width: 767px) {
    section.ipad-top-space-margin.md-pt-0 {
        padding-top: 40px !important;
    }
}
@media(max-width: 991px) {
    .sbm-title {
        font-size: 2.813rem !important;
        line-height: 3.125rem !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    section.ipad-top-space-margin.md-pt-0 {
        padding-top: 20px !important;
    }
}
@media(max-width: 767px) {
    section.ipad-top-space-margin.md-pt-0 {
        padding-top: 60px !important;
    }
}
@media(max-width: 767px) {
    .sbm-button-mt {
        margin-top: 0px !important;
    }
}
@media(min-width: 992px) {
    .sbm-title {
        line-height: 4.1rem !important;
        font-size: 4rem !important;
    }
    section.ipad-top-space-margin.md-pt-0 {
        padding-top: 150px !important;
    }
}
@media (min-width: 1200px) {
    .sbm-icon-fs {
        font-size: 20px;
    }
    .sbm-circle-icon-w-h {
        height: 35px !important;
        width: 35px !important;
    }
}
@media (max-width: 1200px) {
    .sbm-icon-fs {
        font-size: 17px;
    }
    .sbm-circle-icon-w-h {
        height: 25px !important;
        width: 25px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .sbm00-video-h {
        height: 550px !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .sbm00-video-h {
        height: 400px !important;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .sbm00-video-h {
        height: 280px !important;
    }
}
@media (min-width: 421px) and (max-width: 575.98px) {
    .sbm00-video-h {
        height: 260px !important;
    }
}
@media (max-width: 420.98px) {
    .sbm00-video-h {
        height: 200px !important;
    }
}
@media (min-width: 1300px) {
    .sbm03-subtitle-fs {
        line-height: 2.3rem;
    }
}
@media (min-width: 768px) and (max-width: 1299.98px) {
    .sbm03-subtitle-fs {
        font-size: 1.5rem;
        line-height: 2.0rem;
    }
}
@media (max-width: 767.98px) {
    .sbm03-subtitle-fs {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
}
@media (min-width: 1300px) and (max-width: 1820px) {
    .sbm04-count-w {
        font-size: 3.0rem !important;
    }
}
@media (min-width: 768px) and (max-width: 1299.98px) {
    .sbm04-count-w {
        font-size: 2.5rem !important;
        line-height: 3.0rem;
    }
}
@media (max-width: 767.98px) {
    .sbm04-count-w {
        font-size: 2.1rem !important;
        line-height: 2.9rem;
    }
}
@media (min-width: 1200px) {
    .contact02-fs {
        font-size: 21.875rem;
        line-height: 21.875rem;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .contact02-fs {
        font-size: 17.188rem;
        line-height: 17.188rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .contact02-fs {
        font-size: 15.625rem;
        line-height: 15.625rem;
    }
}
@media (min-width: 420px) and (max-width: 767.98px) {
    .contact02-fs {
        font-size: 11.625rem;
        line-height: 13.625rem;
    }
}
@media (max-width: 419.98px) {
    .contact02-fs {
        font-size: 9.625rem;
        line-height: 9.625rem;
        font-weight: 400 !important;
    }
}
.tab-style-08 ul .nav-item .nav-link.active, .tab-style-08 ul .nav-item .nav-link.show, .tab-style-08 ul .nav-item .nav-link:hover {
    color: #232323;
}
.sbm-tab-text-white.active {
    color: white !important;
}
a.nav-link.sbm-tab-text-white-hover:hover {
    color: white !important;
}
li.border-gradient-blue-sbm.d-flex.align-items-center.pt-20px.pb-20px.text-black {
    border-image: linear-gradient(to right top, #2027574f, #2027571a, #20275708, #ffffff00, #ffffff00);
    border-image-slice: 1;
}
.text-gray-sbm-description {
    color: #5a5c60;
}
.bg-gradient-sbm-logo {
    color: white !important;
}
#checkboxPopup {
    display: none;
    position: fixed;
    z-index: 1050 !important;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}
.fancybox__container {
    z-index: 99999 !important;
}
.fancybox__backdrop {
    z-index: -1s !important;
    background-color: #252840c4;
}
.popup-content-inner {
    max-height: 80vh;
    overflow-y: auto;
}
@media(min-width: 1400px) {
    .navigation01-p {
        padding: 10px 20px !important;
    }
}
@media(max-width: 1399.98px) {
    .navigation01-p {
        padding: 10px 2px !important;
    }
}
@media(min-width: 521px) and (max-width: 767.98px) {
    .home-page-slider-title{
        font-size: 3.8rem !important;
        line-height: 4rem !important;
        margin-bottom: 15px !important;
    }
}
@media(max-width: 520px) {
    .home-page-slider-title{
        font-size: 3rem !important;
        line-height: 3.375rem !important;
        margin-bottom: 10px !important;
    }
    .home-page-slider-subtitle{
        line-height: 1.5rem !important;
        margin-bottom: 15px !important;
        width: 80% !important;
    }
    .home-page-slider-description{
        font-size: 16px !important;
        line-height: 1.5rem !important;
        margin-bottom: 15px !important;
        width: 100% !important;
    }
}
@media(min-width: 576px) and (max-width: 991.98px) {
    .icon-wih-text-06-w{
        justify-content: left !important;
		-webkit-box-pack: start !important;
		padding-left: calc(10%) !important;
    }
}

@media(min-width: 992px) and (max-width: 1199.98px) {
    .icon-wih-text-07-title {
        margin-bottom: 20px !important;
        font-size: 2.5rem !important;
        line-height: 3rem !important;
        text-align: center !important;
    }
}
@media(max-width: 991px) {
    .icon-wih-text-07-title {
        font-size: 2.5rem !important;
        line-height: 3rem !important;
        text-align: center !important;
        margin-bottom: 10px !important;
    }
}
@media(max-width: 575px) {
    .icon-wih-text-06-w {
        justify-content: left !important;
        -webkit-box-pack: start !important;
        padding-left: calc(50% - 110px);
    }

    .icon-wih-text-07-title {
        margin-bottom: 12px !important;
    }
}
@media(min-width: 992px) {
    .page-header-section-pb {
        padding-bottom: 30px;
    }
    .page-header-col-pt {
        padding-top: 120px;
    }
    .page-header-h1-s {
        font-size: 3.5rem !important;
        margin-bottom: 40px !important;
    }
    page-header-row-pb {
        height: 300px !important;
    }
}
@media(max-width: 991.98px) {
    .page-header-h1-s {
        font-size: 3rem !important;
        line-height: 3.5rem !important;
        margin-bottom: 20px !important; 
    }
    .page-header-section-pb {
        padding-bottom: 0px !important;
        margin-top: 55px !important;
    }
    .page-header-section-pb h4 {
        margin-bottom: 2% !important;
    }
    .page-header-section-pb i {
        margin-right: 5px !important;
        font-size: 15px !important;
    }
    .page-header-section-pb span {
        padding-bottom: 0px !important;
        font-size: 10px;
    }
    .page-header-col-pt {
        padding-top: 40px;
    }
    .page-header-row-pb {
        height: 150px !important;
    }
}
.mfp-img {
    max-width: 80vw !important; 
    max-height: 80vh !important; 
    width: auto !important;
    height: auto !important;
}
@media (max-width: 768px) {
    .mfp-img {
        max-width: 95vw !important;
        max-height: 70vh !important;
    }
}
@media (max-width: 991px) {
    .outside-box-right-7 {
        display: block !important;
        text-align: center;
        margin-top: 170px;
        margin-bottom: 50px;
    }
    .outside-box-right-7 video {
        width: 100% !important;
        height: auto !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    h3, .h3 {
        font-size: 2.5rem !important;
        line-height: 3rem !important;
        margin-bottom: 15px !important;
    }
    h4, .h4 {
        font-size: 2.0rem;
        line-height: 2.5rem;
    }
}
@media (max-width: 767px) {
    h3, .h3 {
        font-size: 2.1rem !important;
        line-height: 2.8rem !important;
        margin-bottom: 15px !important;
    }
    h4, .h4 {
        font-size: 1.9rem;
        line-height: 2.4rem;
    }
}
.form-success-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #28a745;
    color: white;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
}
.text-gray-line-height-p {
    color: #5a5c60;
    line-height: 26px;
}
@media (min-width: 1200px) {
    .menu-alignment-center {
        margin-right: -3% !important;
    }
}
@media (max-width: 1199.98px) {
    .menu-alignment-center {
        margin-left: -2% !important;
    }
}
@media (min-width: 992px) {
    .menu-button-p-x {
        padding-right: 0px !important;
    }
}
@media (max-width: 991.98px) {
    .navigation01-p {
        padding: 10px 10px !important;
    }
}

.footer-certificate-logo {
    max-height: 130px;
    width: 100px !important;
    height: 100% !important;
}

.text-section ul li {
    list-style: disc !important;
}

@media (min-width: 3000.98px) {
    .section-min-h {
        min-height: 80vh;
    }
}

@media (min-width: 2000px) and (max-width: 3000px) {
    .section-min-h {
        min-height: 50vh;
    }
}
