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

* {
    padding: 0;
    margin: 0;
    border: none;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ol li,
ul,
ul li {
    list-style-type: none;
    margin-bottom: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong,
b {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

u {
    text-decoration: underline;
}

a {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none !important;
}

button[type="button"]:focus {
    outline: none;
}

/* 1.1 SVG default css*/
svg:not(:root).svgImg {
    overflow: visible;
}

.svgImg {
    display: inline-block;
    font-size: inherit;
    width: 1em;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.svg-icons {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

/*SVG default css*/

img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

p {
    line-height: 1.6;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-bottom: 22px;
    font-family: "Poppins", sans-serif;
}

p:last-child {
    margin-bottom: 0 !important;
}

a {
    color: #000;
    transition: all 0.4s ease-in-out;
}

.c-scrollbar {
    height: 100vh !important;
}

:root {
    --white: #ffffff;
    --black: #000000;
    --trans: all .4s ease-in-out;
}

html {
    font-size: 16px;
}

body {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    background-color: #fff;
    position: relative;
}

.trans {
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus,
:-webkit-autofill:active {
    -webkit-text-fill-color: #000 !important;
    caret-color: #000 !important;
    transition: background-color 5000000s ease-in-out 0s !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.wrapper {
    display: block;
    width: 100%;
    min-height: 100vh;
    position: relative;
}

.container-lg {
    max-width: 1780px;
    padding: 0 30px;
}

.container {
    max-width: 1356px;
    padding: 0 30px;
}

.common-sec {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    overflow: hidden;
}

.sec-head {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.sec-title {
    color: #124B76;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 18px 22px;
    min-width: 164px;
    overflow: hidden;
    border: none;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.btn::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -25px;
    background-color: #fff;
    border-radius: 50%;
    aspect-ratio: 1;
    width: 5%;
    margin: auto;
    transform: translate(-50%, 30%);
    z-index: -1;
    transition: all 0.4s ease-in-out;
    pointer-events: none;
}

.btn.btn-primary {
    background-color: #FECB03;
    border: 1px solid #FECB03;
    color: #000;
}

.btn.btn-primary::before {
    background-color: #FFF5CD;
}

.btn.btn-yellow {
    background-color: #FFF5CD;
    color: #000;
    border: 1px solid #FECB03;
}

.btn.btn-yellow::before {
    background-color: #FECB03;
}

.btn.btn-white-outline {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn.btn-white-outline::before {
    background-color: #fff;
}

.btn.btn-white {
    background-color: #fff;
    color: #124B76;
    border: 1px solid #fff;
}

.btn.btn-white::before {
    background-color: #FECB03;
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin-top: 24px;
    position: relative !important;
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 6px;
    font-size: 0;
    background: rgba(255, 234, 154, 1);
    border-radius: 10px;
    border: none;
    cursor: pointer;
    opacity: 1;
    transition: 0.4s all ease-in-out;
    display: inline-block;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
    width: 40px;
    background: #FECB03;
    border-radius: 10px;
    height: 6px;
}

.form-check-input:disabled {
    opacity: 1 !important;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: 1 !important;
}

/* header */

.header {
    background-color: rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(10px);
    padding: 18px 0;
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
}

.site-logo img, .site-logo dotlottie-player {
    max-width: 192px;
    width: 100%;
}
.site-logo dotlottie-player{max-width: 155px;}

.header-btn {
    gap: 12px;
}

.header-btn .btn.btn-white-outline {
    min-width: 190px;
}

.header-call .icon {
    background-color: #FECB03;
    margin-right: 6px;
    animation: innerCircle 1s ease-in-out infinite alternate;
    -webkit-animation: innerCircle 1s ease-in-out infinite alternate;
}

@keyframes innerCircle {

    0% {
        -webkit-transform: rotate(0) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

}

.header-call .btn:hover .icon {
    background-color: #000;
}

.mb-menu-logo {
    display: none;
}

.sidebar-overlay {
    visibility: hidden;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: var(--black);
    z-index: 998;
}

.navigation-bar {
    display: inline-block;
    vertical-align: middle;
}

.navbar-main ul:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 34px;
}

.navbar-main .nav-menu-main ul {
    margin-bottom: 0;
    list-style: none;
}

.navbar-main .nav-menu-main>ul {
    margin-right: 100px;
}

.navbar-main ul li a,
.navbar-main ul li a:not([href]):not([class]) {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.4s ease-in-out;
}

.navbar-main ul li a:not([href]):not([class]) {
    cursor: pointer;
}


.navbar-main ul li a:hover,
.navbar-main ul li.current-menu-item a,
.navbar-main ul li a:not([href]):not([class]):hover,
.nav-menu-main>ul>li:hover>a,
.navbar-main ul li:hover a:not([href]):not([class]),
.navbar-main ul li.current-menu-parent a:not([href]):not([class]),
.navbar-main .nav-menu-main>ul>li>.sub-menu>li.current-menu-item>a {
    color: #FECB03;
}


.navbar-main ul li {
    position: relative;
}

.navbar-main .nav-menu-main>ul>li>.sub-menu {
    position: absolute;
    left: -30px;
    top: 85%;
    right: 0;
    margin: auto;
    background: #f7f7f7;
    box-shadow: rgba(99, 99, 99, 0.2) 0rem .125rem .5rem 0rem;
    z-index: 9;
    display: block;
    -webkit-transform: translateY(2.25rem);
    transform: translateY(2.25rem);
    visibility: hidden;
    opacity: 0;
    width: 274px;
    padding: 15px;
    border-radius: 15px;
    transition: all .4s ease-in-out;
}

.navbar-main .nav-menu-main ul li .arrow {
    position: absolute;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border: none;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    right: -14px;
    top: 5px;
    transition: border 0.4s ease-in-out;
    padding-right: 0rem;
}

.navbar-main .nav-menu-main>ul>li:hover>.sub-menu {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
}

.navbar-main .nav-menu-main>ul>li>.sub-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: .625rem solid #f7f7f7;
    border-left: .625rem solid transparent;
    border-right: .625rem solid transparent;
    position: absolute;
    left: 2.5rem;
    top: 0;
    transform: translateY(-100%);
}

.navbar-main .nav-menu-main>ul>li>.sub-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 12px;
    color: #124B76;
    text-shadow: none;
    display: block;
    border-bottom: 1px solid rgb(0 0 0 / 11%);
}

.navbar-main .nav-menu-main>ul>li>.sub-menu>li>a:hover {
    color: #FECB03;
}

.navbar-main .nav-menu-main ul li.current-menu-parent .arrow,
.navbar-main .nav-menu-main ul li.current-menu-item .arrow,
.navbar-main .nav-menu-main ul li:hover .arrow {
    border-color: #FECB03 !important;
}

.navbar-main .nav-menu-main>ul>li>.sub-menu>li:last-child>a {
    border-bottom: none;
}

.header.has-sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 999;
    padding: 10px 0;
    background-color: rgb(18 75 118 / 72%);
}

.header.has-sticky .site-logo img, .header.has-sticky .site-logo dotlottie-player {
    max-width: 155px;
}

.header.has-sticky .btn {
    padding: 14px 20px;
    min-width: 150px;
}

.header.has-sticky .header-btn .btn.btn-white-outline {
    min-width: 150px;
}

.menu-icon {
    display: none;
    width: 32px;
    height: 32px;
    position: relative;
    padding: 0;
    margin-top: 0;
    margin-left: 15px;
    color: #fff
}

.menu-icon span {
    display: block;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #fff;
    margin: auto
}

.menu-icon span:before {
    content: "";
    width: 25px;
    position: absolute;
    top: -8px;
    right: 0;
    height: 2px;
    background: currentColor
}

.menu-icon span:after {
    content: "";
    width: 25px;
    position: absolute;
    bottom: -8px;
    right: 0;
    height: 2px;
    background: currentColor
}

.body-fixed {
    overflow: hidden
}

/* header */

/* footer */

.footer {
    background-color: #354251;
    padding-top: 75px;
    overflow: hidden;
}

.footer-marquee .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.footer-marquee-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.footer-marquee .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 24px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 68px;
    line-height: 1;
    text-transform: uppercase;
    color: #5c7288;
}

.footer .footer-marquee .swiper-slide span {
    width: 12px;
    height: 12px;
    border: 1px solid #FECB03;
    border-radius: 50%;
    margin-right: 18px;
}

.footer-main {
    padding-top: 75px;
}

.foot-box .site-logo {
    display: block;
    margin-bottom: 24px;
}

.foot-box .footer-desc {
    color: #fff;
    line-height: 1.6;
    max-width: 80%;
    margin-bottom: 30px !important;
}

.social-media {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}

.social-media a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.social-media a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: inherit;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FECB03;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.social-media a .icon {
    background-color: #124B76;
}

.social-media a:hover .icon {
    background-color: #fff;
}

.foot-title {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    display: block;
    margin-bottom: 32px;
}

.foot-box.foot-links ul li a {
    padding: 11px 0;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.1;
    display: block;
    transition: all 0.4s ease-in-out;
}

.foot-box ul li:first-child a {
    padding-top: 0;
}

.foot-box ul li a:hover,
.foot-box ul li.current-menu-item a {
    color: #FECB03;
}

.footer-info li {
    display: flex;
    align-items: start;
    column-gap: 10px;
    margin-bottom: 17px;
}

.footer-info li .icon {
    margin-top: 3px;
    background-color: #FECB03;
}

.footer-info li p,
.footer-info li a {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    padding: 0;
}

.footer-bottom {
    border-top: 1px solid #607083;
    margin-top: 30px;
    padding-bottom: 32px;
    padding-top: 38px;
}

.footer-bottom p,
.footer-bottom a {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1;
    transition: all 0.4s ease-in-out;
}

.footer-bottom a:hover {
    color: #FECB03;
}

.footer-bottom p.develop-text a {
    display: inline-block;
    vertical-align: middle;
    padding-left: 6px;
}

.footer-bottom p.develop-text a img {
    width: 34px;
    height: 24px;
    object-fit: contain;
}

.sticky-request-quote {
    position: fixed;
    bottom: 20px;
    z-index: 1;
    right: 50px;
    margin: auto;
    text-align: center;
    max-width: 100px;
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-15px);
    }

    100% {
        transform: translatey(0px);
    }
}

/* footer */


.hero-sec {
    position: relative;
    min-height: 850px;
    height: 100vh;
}

.hero-sec .swiper {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
    object-position: center top;
}

.hero-sec .swiper-slide,
.hero-sec .hero-banner-slide>div,
.hero-sec .swiper-wrapper,
.hero-sec .swiper-wrapper>div {
    width: 100%;
    height: 100%;
}

.hero-banner-img,
.hero-banner-img-box {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-banner-img-box::before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-banner-img img {
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
}

.hero-sec .swiper-pagination {
    position: absolute !important;
    bottom: 75px !important;
    left: 0;
    right: 0;
    margin: auto !important;
    z-index: 2;
}

.hero-sec .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 50%);
}

.hero-sec .swiper-pagination-bullet-active,
.hero-sec .swiper-pagination-bullet:hover {
    background-color: #FECB03;
}

.hero-sec .hero-banner-con {
    height: calc(100vh - 91px);
    position: absolute;
    z-index: 1;
    top: 91px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.hero-banner-con .banner-sub-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.hero-banner-con .banner-title {
    font-weight: 600;
    font-size: 100px;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

.hero-banner-con .banner-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 40px;
    display: block;
}

.hero-banner-con .btn {
    padding: 15px 22px;
    min-width: 217px;
    text-align: center;
    color: #000;
}

.our-vision-sec.common-sec {
    padding-bottom: 80px;
}

.our-vision-sec .row {
    --bs-gutter-x: 40px;
}

.our-vision-sec .our-vision-img {
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.our-vision-sec .our-vision-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.our-vision-sec .sec-head {
    margin-bottom: 35px;
}

.our-vision-sec .cms-con {
    margin-bottom: 40px;
}

.our-vision-sec .cms-con p b {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
}

.our-vision-sec .cms-con p {
    font-size: 20px;
    line-height: 1.6;
}

.our-vision-sec .btn {
    min-width: 140px;
}

.why-trusted-sec.common-sec {
    padding-bottom: 80px;
}

.why-trusted-slider .swiper-pagination,
.our-service-slider .swiper-pagination {
    display: none;
}

.why-trusted-box .icon-box {
    width: 60px;
    height: 60px;
    margin-bottom: 24px;
}

.why-trusted-box .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.why-trusted-box .why-trusted-title {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    display: block;
    margin-bottom: 16px;
}

.why-trusted-box .content-box p {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    display: block;
}

.our-service-box {
    position: relative;
    overflow: hidden;
}

.our-service-box .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.our-service-box .img-box img {
    width: 100%;
    aspect-ratio: 1/1.2;
    object-fit: cover;
    object-position: center;
}

.our-service-box .img-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.407413) 20.3%, rgba(0, 0, 0, 0) 41.36%);
    transition: all 0.4s ease-in-out;
}

.our-service-box .content-box {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 30px 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}

.our-service-box .content-box::before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.2%, rgba(0, 0, 0, 0.4) 55.29%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    transform: translateY(300px);
    transition: all 0.4s ease-in-out;
}

.our-service-box:hover .content-box::before {
    transform: translateY(0);
}

.our-service-box .content-box .our-service-title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;
    display: block;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
}

.our-service-box .content-box .service-con {
    transform: translateY(350px);
    position: relative;
    transition: all 0.4s ease-in-out;
}

.our-service-box:hover .content-box .service-con {
    transform: translateY(0);
}

.our-service-box .content-box .service-con p {
    color: #fff;
    line-height: 1.6;
}

.our-service-box .read-more-btn {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid #FECB03;
    transition: all 0.4s ease-in-out;
}

.our-service-box .read-more-btn:hover {
    color: #FECB03;
}

.how-work-sec {
    background-color: #313D4C;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}

.how-work-con {
    max-width: 503px;
    position: sticky;
    top: 91px;
}

.how-work-con .sec-head {
    margin-bottom: 65px;
}

.how-work-con .cms-con {
    margin-bottom: 40px;
}

.how-work-con .cms-con p b {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    color: #FECB03;
}

.how-work-con .cms-con p {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
}

.how-work-list-box {
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #607083;
}

.how-work-list-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.how-work-list-box .img-box {
    width: 110px;
    height: 110px;
    flex: 0 0 110px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 6px;
    position: relative;
}

.how-work-list-box .img-box span {
    width: 35px;
    height: 35px;
    background-color: #FECB03;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
}

.how-work-list-box .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.how-work-list-title {
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    display: block;
    margin-bottom: 15px;
}

.how-work-list-box .content-box p {
    color: #fff;
    line-height: 1.6;
}

.install-batteries-sec {
    background-color: #FFFAE6;
}

.install-batteries-sec .row {
    --bs-gutter-x: 40px;
}

.install-batteries-img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.install-batteries-img img {
    width: 100%;
    aspect-ratio: 1/0.84;
    object-fit: cover;
}

.install-batteries-sec .sec-head {
    margin-bottom: 55px;
}

.install-batteries-sec .accordion-item,
.faqs-sec .accordion-item {
    color: #000;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #FDA603;
}

.install-batteries-sec .accordion-item:last-child {
    border-bottom: 0
}

.install-batteries-sec .accordion-button,
.faqs-sec .accordion-button {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.1;
    color: #000;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    outline: 0;
    padding: 20px 0
}

.install-batteries-sec .accordion-item:last-child .accordion-button,
.faqs-sec .accordion-item:last-child .accordion-button {
    border-bottom: 0;
}

.install-batteries-sec .accordion-body,
.faqs-sec .accordion-body {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    outline: 0;
    padding: 0;
    padding-bottom: 20px;
}

.install-batteries-sec .accordion-body .cms-con p {
    color: #000;
    font-size: 18px;
    line-height: 1.6;
}

.accordion-button::after {
    background-image: url(../img/svg/down-arrow.svg);
    background-size: contain;
    width: 15px !important;
    height: 15px !important;
}

.accordion-button:not(.collapsed)::after {
    background-size: contain;
    background-image: url(../img/svg/down-arrow.svg);
}

.leading-soluation-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.leading-soluation-list-box {
    width: 36%;
    text-align: center;
    padding: 47px 50px;
}

.leading-soluation-list-box:nth-child(3),
.leading-soluation-list-box:nth-child(4) {
    padding-bottom: 0;
}

.leading-soluation-list-box .icon-box {
    width: 60px;
    height: 60px;
    margin: 0 auto 24px;
}

.leading-soluation-list-box .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.leading-soluation-list-box .numbers {
    color: #000;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.leading-soluation-list-box .content-box p {
    max-width: 184px;
    margin: auto;
    line-height: 1.8;
}

.leading-solution-sec {
    position: relative;
}

.leading-solution-animation {
    width: 450px;
    height: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#globe {
    cursor: move;
}

.leading-solution-sec .get-quote-btn {
    text-align: center;
    margin-top: 50px;
}

.our-trusted-partner-sec .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.our-trusted-partner-sec .swiper-wrapper {
    transition-timing-function: linear !important;
}

.our-trusted-partner-sec .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    overflow: hidden;
    padding: 0 12px;
    white-space: nowrap;
}

.our-trusted-partner-sec .swiper-slide .img-box {
    background-color: #fff;
    width: 230px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-trusted-partner-sec .swiper-slide .img-box img {
    width: auto;
    height: auto;
    max-width: 180px;
    max-height: 40px;
    object-fit: contain;
}

.our-package-sec {
    background-color: #124B76;
    overflow: hidden;
}

.our-package-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.our-package-top .sec-head {
    max-width: 875px;
}

.our-package-top .sec-head p {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    margin-top: 20px;
}

.package-tabing .nav-pills {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    padding: 4px;
    border: 1px solid #FECB03;
    border-radius: 6px;
    width: max-content;
    user-select: none;
}

.package-tabing {
    overflow: auto;
}

.package-tabing .nav-pills .nav-item {
    position: relative;
    z-index: 1;
}

.package-tabing .nav-pills .nav-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    padding: 14px 10px;
}

.package-tabing .nav-pills .nav-link.active,
.package-tabing .nav-pills .show>.nav-link {
    color: #000;
    position: relative;
    z-index: 1;
}


#pills-tab {
    position: relative;
    display: inline-flex;
}

.package-tabing .nav-pills {
    position: relative;
    z-index: 1;
}

.package-tabing .nav-pills .nav-item {
    position: relative;
    z-index: 2;
}

.tab-indicator {
    position: absolute;
    top: 4px;
    height: calc(100% - 8px);
    background-color: #FECB03;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    z-index: 0;
    pointer-events: none;
}

.our-package-sec .row {
    --bs-gutter-x: 40px;
}

.our-package-sec .img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.our-package-sec .img-box img {
    width: 100%;
    aspect-ratio: 1/0.91;
    object-fit: cover;
    object-position: center;
}

.our-package-sec .accordion-item {
    margin-bottom: 30px;
    background-color: #093D63;
    border: none;
    border-radius: 6px;
}

.our-package-sec .accordion-item:last-child {
    margin-bottom: 0;
}

.our-package-sec .accordion-button {
    align-items: start;
    column-gap: 20px;
    background-color: #416F91;
    border: none;
    box-shadow: none;
    border-radius: 6px;
    padding: 20px 27px;
    position: inherit;
}

.our-package-sec .accordion-header .img-box {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    margin-right: 20px;
}

.our-package-sec .accordion-header .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-package-sec .accordion-item-title {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.1;
    text-transform: capitalize;
    display: block;
    margin-bottom: 8px;
}

.our-package-sec .content-box p {
    color: #fff;
    line-height: 1.6;
}

.our-package-sec .accordion-button::after {
    background-image: url(../img/svg/down-arrow-yellow.svg);
}

.our-package-sec .accordion-body {
    padding: 30px 30px 20px;
}

.our-package-sec .accordion-body-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    color: #fff;
    display: block;
    margin-bottom: 30px;
}

.our-package-sec .accordion-body ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.our-package-sec .accordion-body ul li {
    display: flex;
    align-items: start;
    column-gap: 12px;
}

.our-package-sec .accordion-body ul li .icon-box {
    width: 28px;
    height: 28px;
    flex: 0 0 28px
}

.our-package-sec .accordion-body ul li .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-package-sec .accordion-body ul li .package-box-title {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    display: block;
    margin-bottom: 6px;
}

.our-package-sec .accordion-body ul li .package-box-desc {
    font-size: 14px;
    font-weight: 300;
}

.customer-say-sec .sec-head {
    margin-bottom: 50px;
}

.customer-says-box {
    background-color: #F5F5F5;
    border-radius: 6px;
    padding: 24px;
    height: 100%;
}

.customer-says-box-top {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.customer-name {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    display: block;
    margin-bottom: 8px;
}

.customer-details img {
    width: 100%;
    max-width: 90px;
    height: 100%;
    object-fit: contain;
}

.goggle-img {
    width: 50px;
    height: 50px;
}

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

.customer-says-box .cms-con p {
    font-size: 18px;
    line-height: 1.6;
}

.customerSaySwiper {
    margin: 0 -12px;
}

.customerSaySwiper .swiper-slide {
    padding: 0 12px;
}

.customerSaySwiper .swiper-wrapper .swiper-slide {
    height: auto !important;
}

.home-indust {
    position: relative;
    height: 330vh;
    width: 100%;
    overflow: visible;
    overflow-x: clip;
}

@media only screen and (max-width: 1920px) {
    .home-indust {
        max-width: 1920px;
        margin: 0 auto;
    }
}

.home-indust-le {
    width: 50%;
}

.home-indust-ri {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: -190px;
    right: 0;
    pointer-events: none;
    transform: translateX(22%);
}

.home-indust-ri-wrap {
    width: 100vw;
    height: calc(100vh - 91px);
    position: sticky;
    top: 91px;
    overflow: hidden;
}

.home-indust-ri-ul {
    display: flex;
    justify-content: center;
    clip-path: inset(24% 30% round 10px);
    height: 100%;
    background: #fff;
}

.hiru-li {
    width: 39%;
    padding: 0 11px;
    flex: none;
}

.hiru-wrap {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 22px;
}


@media only screen and (min-width: 1920px) {
    .hiru-li2 {
        transform: translateY(25%);
    }

    .hiru-li {
        width: 40%;
    }
}

.hiru-wrap img {
    width: 100%;
    display: block;
}

.hiru-li1 {
    transform: translate(0, -100%);
}

.hiru-li2 {
    transform: translateY(24%);
    z-index: 10;
}

.hiru-li3 {
    transform: translate(0, -100%);
}

.hirw-copywri {
    width: 1200px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    opacity: 0;
    text-align: center;
    pointer-events: none;
    transition: all 0.36s;
}

.hirw-copywri-tit .std-h1 {
    font-size: 42px;
    font-weight: 600;
}

.home-indust-ri-wrap.on .hirw-copywri {
    opacity: 1;
    pointer-events: all;
}

.home-indust-ri-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: all 0.36s;
    z-index: 1;
}

.home-indust-ri-wrap.on::after {
    opacity: 1;
    pointer-events: all;
}

.hirw-copywri .sec-head {
    max-width: 70%;
    margin: 0 auto 40px;
}

.home-indust-wrap .sec-head {
    margin-bottom: 30px;
}

.home-indust-wrap .cms-con {
    margin-bottom: 40px;
}

.home-indust-wrap .cms-con p {
    font-size: 20px;
    line-height: 1.6;
}

.ys-fadein1 {
    animation: fadeIn .8s ease-in-out both;
    animation-delay: .2s
}

.inner-banner-sec {
    position: relative;
    height: 564px;
}

.inner-banner-img {
    width: 100%;
    height: 100%;
    position: relative;
}

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

.inner-banner-img::before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.inner-banner-sec .container {
    max-width: 1238px;
}

.inner-banner-con {
    height: calc(564px - 91px);
    position: absolute;
    z-index: 1;
    top: 91px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.inner-banner-subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
    display: block;
}

.inner-banner-title {
    font-weight: 500;
    font-size: 60px;
    line-height: 1.1;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
    display: block;
}

.inner-banner-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}

.zigzac-sec.common-sec {
    padding-bottom: 75px;
}

.zigzac-sec .row {
    --bs-gutter-x: 40px;
}

.zigzac-sec .zigzac-img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.zigzac-sec .zigzac-img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.zigzac-sec .cms-con p {
    font-size: 20px;
    margin-bottom: 18px;
    line-height: 1.4;
}

.zigzac-sec .cms-con p b {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    color: #000;
}

.by-number-wrap {
    background-color: #313D4C;
    border-radius: 6px;
    padding: 75px 100px;
}

.by-number-wrap .sec-head {
    margin-bottom: 70px;
}

.by-number-wrap .sec-title {
    margin-bottom: 20px;
}

.by-number-wrap .sec-head p {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.1;
    display: block;
}

.by-number-wrap .row {
    --bs-gutter-x: 40px;
}

.by-number-box .number {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
}

.by-number-box hr {
    border-top: 4px solid rgba(255, 255, 255, 0.4);
    margin: 40px auto;
    border-radius: 6px;
    width: 100px;
}

.by-number-title {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.by-number-box .cms-con p {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.why-mirello-sec .row {
    --bs-gutter-x: 80px;
}

.why-mirello-sec .sec-head {
    max-width: 480px;
    margin-bottom: 40px;
}

.why-mirello-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.why-mirello-list .swiper-pagination {
    display: none;
}

.why-mirello-box {
    width: calc(50% - 15px);
}

.why-mirello-box .icon-box {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.why-mirello-box .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-mirello-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    color: #000;
    display: block;
    margin-bottom: 15px;
}

.why-mirello-con {
    color: #333;
    line-height: 1.4;
}

.why-mirello-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.why-mirello-img img {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 1/0.894;
    object-fit: cover;
}

.future-sec {
    background-color: #FFFAE6;
}

.future-sec .sec-head {
    max-width: 1000px;
    margin-bottom: 50px;
}

.future-sec .swiper-pagination {
    display: none;
}

.future-box .img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 24px;
}

.future-box .img-box img {
    width: 100%;
    aspect-ratio: 1/1.156;
    object-fit: cover;
    border-radius: 6px;
}

.future-box-title {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    display: block;
    margin-bottom: 14px;
}

.future-box .content-box p {
    font-size: 18px;
}

.futureSwiper {
    margin-left: -15px;
    margin-right: -15px;
}

.futureSwiper .swiper-slide {
    padding: 0 15px;
}

.video-sec .video-inner {
    position: relative;
    overflow: hidden;
    height: 628px;
    width: 100%;
    line-height: 0;
    cursor: pointer;
}

.video-sec .video-inner::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    transition: all 0.4s ease-in-out;
}

.video-sec .video-inner.play::before {
    opacity: 0;
    visibility: visible;
}


.video-inner .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #FECB03;
}

.video-button {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.video-button .play-video-button {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out;
}

.video-button.hide .play-video-button {
    opacity: 0;
    visibility: hidden;
}

.playMusicBtn {
    width: 80px;
    height: 80px;
    background: transparent;
    border-radius: 50%;
    margin: auto;
    z-index: 1;
    position: relative;
}

.playMusicBtn::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: callBlink 3s infinite ease-in-out;
}

@keyframes callBlink {
    from {
        transform: scale(0.5);
        opacity: 0.9;
    }

    to {
        transform: scale(1.6);
        opacity: 0;
    }
}

.get-started-sec.common-sec {
    padding-top: 100px;
}

.get-started-img {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

.get-started-con {
    background-color: #124B76;
    padding: 48px;
    height: 100%;
    border-top-right-radius: 6px;
    text-align: center;
    border-bottom-right-radius: 6px;
}

.get-started-con .site-img {
    max-width: 120px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.get-started-con .site-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.get-started-subtitle {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    display: block;
    margin-bottom: 20px;
}

.get-started-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

.get-started-con p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}

.get-started-btn {
    margin-bottom: 30px;
}

.get-started-btn .btn~.btn {
    margin-left: 12px;
}

.user-details {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.1;
    color: #fff;
}

.user-details img {
    margin: 0 auto 12px;
}

.page-id-113 .why-mirello-sec {
    background-image: url(../img/why-mirello-solar.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    max-width: 1920px;
    margin: auto;
}

.page-id-113 .why-mirello-img img {
    aspect-ratio: 1/1.16;
    border: 4px solid #fff;
}

.page-id-113 .what-included-sec.common-sec {
    padding-top: 150px !important;
}

.what-included-sec .sec-head {
    margin-bottom: 50px;
}

.what-included-list {
    background-color: #FFFAE6;
    padding: 100px;
    border-radius: 20px;
}

.what-included-box-title {
    color: #000;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.1;
    display: block;
    margin-bottom: 30px;
}

.what-included-box-con .cms-con {
    margin-bottom: 50px;
}

.what-included-img {
    width: 100%;
    height: 100%;
    max-width: 513px;
    margin-left: auto;
    overflow: hidden;
}

.what-included-img img {
    width: 100%;
    aspect-ratio: 1/0.65;
    object-fit: cover;
    border-radius: 10px;
}

.what-included-sec .what-included-swiper {
    padding-left: -10px;
    padding-right: -10px;
}

.what-included-sec .swiper-slide {
    padding: 0 10px;
}

.what-included-sec .my-pagination {
    text-align: center;
    margin-top: 30px;
}

.page-template-our-service .our-trusted-partner-sec.common-sec {
    padding-bottom: 40px;
    margin-top: 0;
}

.eligibility-criteria-sec {
    background-color: #FFFAE6;
}

.eligibility-criteria-sec .row {
    --bs-gutter-x: 40px;
}

.eligibility-criteria-sec .img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.eligibility-criteria-sec .img-box img {
    width: 100%;
    aspect-ratio: 1 / 0.93;
    object-fit: cover;
    border-radius: 10px;
}

.eligibility-criteria-sec .sec-head {
    margin-bottom: 50px;
}

.eligibility-criteria-con .cms-con ul li {
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #FDA603;
    padding-bottom: 20px;
}

.eligibility-criteria-con .cms-con ul li::before {
    top: 10px;
}

.eligibility-criteria-con .cms-con ul {
    margin-bottom: 0;
}

.eligibility-criteria-con .cms-con ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.service-get-started.common-sec {
    padding-top: 75px;
}

.faqs-sec .sec-head {
    margin-bottom: 50px;
}

.faqs-wrap {
    max-width: 775px;
    margin: auto;
}

.faqs-sec .accordion-body .cms-con {
    max-width: 92%;
}

.faqs-sec .accordion-body .cms-con p {
    font-size: 16px;
}

.accordion-item:last-of-type {
    border-radius: 0 !important;
}

.faqs-sec .accordion-button {
    padding: 25px 0;
}

.faqs-sec .accordion-item:first-child .accordion-button {
    padding-top: 0;
}

.veu-program-sec {
    background-color: #124B76;
}

.veu-program-sec .img-box {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.veu-program-sec .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.veu-program-sec .cms-con p {
    color: #fff;
    font-size: 18px;
}

.veu-program-sec .cms-con p strong {
    font-size: 24px;
    font-weight: 600;
}

.error404 .header,
.page-template-thank-you .header {
    position: relative;
    background-color: rgb(0 0 0 / 54%);
}

.error404 .header.has-sticky,
.page-template-thank-you .header.has-sticky {
    position: fixed;
}

.error-sec {
    background-color: #FFFAE6;
    height: calc(100% - 91px);
    padding: 100px 0;
}

.thank-you-sec {
    background: linear-gradient(206.68deg, #FFF9E3 16.72%, #FFFFFF 47.44%, #D9EFFF 83.28%);
    height: calc(100% - 91px);
    padding: 100px 0;
}

.thank-you-wrap {
    max-width: 636px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #0000001F;
    margin: auto;
    padding: 48px;
}

.error-img {
    max-width: 596px;
    margin: auto;
}

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

.error-title,
.thank-you-title {
    color: #124B76;
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.error-sec p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    display: block;
    max-width: 700px;
    text-align: center;
    margin: 0 auto 40px;
}

.thank-you-img {
    max-width: 86px;
    margin: 0 auto 30px;
}

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

.thank-you-wrap p b {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}

.thank-you-wrap p {
    text-align: center;
    margin-bottom: 15px;
}

.thank-you-con {
    margin-bottom: 40px;
}

.contact-us-sec.common-sec {
    padding-top: 75px;
    padding-bottom: 75px;
}

.contact-info {
    margin-bottom: 60px;
}

.contact-info .contact-box {
    background-color: #FFFAE6;
    border-radius: 6px;
    border: 1px solid #FECB03;
    text-align: center;
    padding: 30px;
    height: 100%;
}

.contact-info .contact-box .icon-box {
    width: 40px;
    height: 40px;
    margin: 0 auto 20px;
}

.contact-info .contact-box .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-info .contact-box .content-box span {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px;
}

.contact-info .contact-box .content-box a,
.contact-info .contact-box .content-box p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    display: block;
    transition: all 0.4s ease-in-out;
}

.contact-info .contact-box .content-box a:hover {
    color: #FECB03;
}

.contact-form-img {
    width: 100%;
}

.contact-form-img img {
    width: 100%;
    aspect-ratio: 1/1.3;
    object-fit: cover;
    border-radius: 6px;
}

.form-group {
    display: block;
    margin-bottom: 24px;
    position: relative;
}

.form-group-message {
    margin-bottom: 12px;
}

.form-label {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}

.form-control {
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #fff;
    padding: 14px 10px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    display: block;
}

.form-control:focus {
    border-color: #FECB03;
    color: #000;
    box-shadow: none;
}

.form-control::placeholder,
select:has(option:checked:first-child) {
    color: rgba(0, 0, 0, 30%);
}

.activity-checkbox {
    display: block !important;
    margin-bottom: 12px !important;
}

.activity-checkbox label {
    display: flex;
    align-items: center;
    column-gap: 6px;
    margin-bottom: 10px;
}

input[type="checkbox"] {
    appearance: none;
    border: 1px solid #808080;
    width: 16px;
    height: 16px;
    border-radius: 2px;
}

input[type="checkbox"]:checked {
    border-color: #124B76;
    background: #124B76;
    background-image: url(../img/svg/check.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    box-shadow: none;
}

.form-control.form-select {
    background-image: url(../img/svg/down-arrow-yellow.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 10px center;
    padding-right: 10px;
}

.form-select option {
    color: #000 !important;
}

textarea.form-control {
    resize: none;
    min-height: 108px;
}

.form-check-input:focus {
    border-color: #124B76;
    box-shadow: none;
}

.form-check-label {
    font-size: 14px;
    line-height: 1.2;
}

input.form-check-input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border-radius: 0 !important;
}

input.form-check-input[type="checkbox"]:checked {
    background-size: 10px;
}

.contact-form .row {
    --bs-gutter-x: 40px;
}

.submit-btn .btn::before {
    bottom: -2.25rem;
}

.contact-form {
    margin-bottom: 60px;
}

.goggle-map {
    overflow: hidden;
    border: 1px solid #FECB03;
    border-radius: 6px;
    height: 500px;
}

.contact-form .form-check-input {
    margin-top: 0 !important;
}

.contact-form .form-check {
    display: flex;
    align-items: center;
    min-height: inherit;
    margin-bottom: 10px;
    gap: 6px;
}

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

.contact-form label.error {
    right: 0 !important;
    left: inherit !important;
    top: 6px !important;
    position: absolute;
    width: max-content;
    height: auto;
    display: block;
    font-size: 0.6875rem !important;
    line-height: 0.6875rem !important;
    color: rgb(255, 255, 255) !important;
    margin: 0px;
    background: rgb(251, 1, 1);
    padding: 0.3125rem 0.3125rem 0.25rem !important;
}

.contact-form label.error::after {
    content: "";
    height: 0px;
    left: 0.3125rem;
    position: absolute;
    bottom: -0.75rem;
    width: 0px;
    transform: rotate(360deg);
    display: inline-block;
    border-color: rgb(251, 1, 1) transparent transparent;
    border-image: none 100% / 1 / 0 stretch;
    border-right: 0.375rem solid transparent;
    border-style: solid;
    border-width: 0.375rem;
}

.wpcf7-form-control-wrap {
    display: block;
}

button.btn.loaderDiv.loading {
    pointer-events: none;
    text-indent: -9999px;
}

button.btn.loaderDiv.loading:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid;
    border-color: #144b74;
    border-right-color: rgba(255, 255, 255, 0);
    animation: spinner-d3wgkg 0.8s infinite linear;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@keyframes spinner-d3wgkg {
    to {
        transform: rotate(1turn);
    }
}

.formResponse {
    display: none;
}

.formResponse.show {
    display: block;
}

.formResponse.show .success {
    padding: 10px !important;
    text-align: center !important;
    margin: 15px 0 0 !important;
    font-size: 13px !important;
    background-color: #dfffe2 !important;
    border: 2px solid rgb(70 180 80 / 50%) !important;
    color: #000000 !important;
    border-width: 2px;
    font-weight: 600;
    border-radius: 4px;
}

.formResponse.show .error {
    padding: 10px !important;
    text-align: center !important;
    margin: 15px 0 0 !important;
    font-size: 13px !important;
    background-color: #ffe3e3 !important;
    border: 2px solid rgb(251 1 1 / 50%) !important;
    color: #000000 !important;
    border-width: 2px;
    font-weight: 600;
    border-radius: 4px;
}

.page-template-request-a-quote .sticky-request-quote {
    display: none;
}