@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url(layout.min.css);

html {
    font-size: 16px;
}

body {
    position: relative;
    background: var(--white);
    overflow-x: hidden;
    font-family: "Manrope", sans-serif;
}

:root {
    --white: #fff;
    --black: #000;
    --theme-color: #00519b;
    --primary: #00305c;
}

p {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.67;
    margin-bottom: 2rem;
    color: #545454;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

section {
    padding: 5rem 0;
    position: relative;
}


/* Home Page CSS Start  */

.main-Banner {
    background: url(../images/banner/3.png) bottom center / cover fixed no-repeat;
    height: calc(100vh - 15vh);
    display: flex;
    align-items: center;
    /* background: #FAF8FE; */
}


.main-Banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(92deg, #000000, #364553bf);
    backdrop-filter: blur(4px);
}

.homeBanner,
.bannertext {
    text-align: left;
}

.homeBanner h1 {
    font-size: 4.5rem;
    font-weight: 800;
    color: var(--white);
    line-height: 1.1;
}

.homeBanner h1 span {
    color: #ffc107;
}

.homeBanner h6,
.bannertext h6 {
    font-size: 1.625rem;
    font-weight: 700;
    color: #fff;
}

.homeBanner p {
    color: #fff;
    font-size: 1.25rem;
    margin: 1.5rem 0;
}

.bannertext h6 {
    font-size: 4.25rem;
    font-weight: bold;
    color: #ffffff;
}

.bannertext h1 {
    font-size: 1.75rem;
    color: #ffffff;
    font-weight: 800;
}

.bannertext p {
    color: #ffffff;
    font-size: 1.375rem;
    margin: 1.5rem 0 2rem;
}

.bannerForm input {
    width: 100%;
    height: 3.5rem;
    padding: 1rem;
    border: 1px solid #bdbdbd85;
    border-radius: 10px;
    margin: 10px 0;
}

.bannerForm button {
    margin-top: 10px;
    width: 100%;
    justify-content: center;
}

.trustBox {
    font-size: 1rem;
    font-weight: 800;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 1rem;
    position: absolute;
    bottom: 5rem;
}

h4 {
    font-size: 2.885rem;
    font-weight: bold;
    text-transform: capitalize;
    color: #000;
}

.iconBox {
    text-align: center;
    margin: 1.5rem 0;
    transition: all 0.5s ease;
}

.iconBox .iconImg {
    box-shadow: 0 0 30px #007bff29;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 15px;
    margin: 1.5rem auto;
    background: var(--theme-color);
    transition: all 0.5s ease;
}

.iconBox p {
    margin: 0;
}

.iconBox:hover .iconImg {
    background: var(--primary);
}

.iconBox:hover {
    transform: scale(1.05);
}

.reviewBgImg {
    position: relative;
    width: 90%;
    margin: auto;
    z-index: -1;
}

.reviewBgImg img {
    animation: rotateCircle 50s linear infinite;
    display: block;
    width: 100%;
    height: auto;
}


/* Keyframes for rotation */

@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.reviewBg {
    position: relative;
    height: 100vh;
}

.reviewBg h4 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reviewBg h4 span {
    color: var(--theme-color);
}


/* .reviewBg::before {
    content: '';
    position: absolute;
    inset: 2rem;
    background: url(../images/mix/6.png) top center / contain no-repeat;
    z-index: 1;
} */

.reviewBox {
    text-align: center;
    background: #ffffff;
    padding: 2rem;
    border-radius: 20px;
    height: 430px;
    margin-top: 1.5rem;
    box-shadow: 0 0 20px #0000001f;
}

.reviewBox .starBox {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    color: var(--white);
    font-size: 3.25rem;
    margin-bottom: 1rem;
}

.reviewBox .starBox .rate i {
    font-size: 2rem;
    color: #FFC90A;
}

.reviewContnt p {
    color: #000000;
}

.reviewContnt h6 {
    color: #000000;
    font-size: 1.35rem;
    font-weight: 500;
}

.userImg {
    border: 7px solid var(--theme-color);
    box-shadow: 0 0 20px #c7985278;
    display: inline-block;
    border-radius: 100px;
    width: 8rem;
}

.reviewSlider {
    z-index: 3;
    padding: 2rem;
}

.reviewSlider .swiper-pagination {
    bottom: 1.5rem !important;
}

.serviceSec {}

.serviceSec h4,
.serviceSec p {
    color: var(--black);
}

.serviceBox {}

.serviceBox .iconBox h3 {
    font-size: 1.45rem;
    color: #000;
    font-weight: 600;
}

.serviceBox .iconBox p {
    font-size: 1rem;
}

.serviceBox .iconBox {
    margin: 2rem 0;
    background: var(--white);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px #007bff0d;
}

.contentSec {
    background: #f7f7f7;
    padding: 2rem 0;
}

.contentSec * {
    color: #000000;
}
.contactBox h3 {
    font-size: 1.5rem;
}
.contactBox img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-bottom: 1rem;
}
.contactBox p {
    margin: 0;
    font-size: 1rem;
    font-weight: 300;
}
.contactBox {
    margin: 1rem 0;
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
}
.logoBox {
    text-align: center;
    box-shadow: 0 0 30px #00000029;
    padding: 1rem;
    border-radius: 15px;
}
.logoBox h3 {
    font-size: 1.5rem;
    font-weight: 500;
    padding-top: 1rem;
}
.logoSlider {
    padding: 2rem 0;
}
.logoSlide .swiper-button-next:hover,
.logoSlide .swiper-button-prev:hover {
    background: var(--theme-color);
    color: var(--white);
}
.logoSlide .swiper-button-next {
    left: 51%;
}

.logoSlide .swiper-button-prev {
    left: 47%;
}

.logoSlide {
    padding-bottom: 4rem;
}

.paymentList {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 4rem 0;
}

.paymentList .paymentNo {
    background: var(--theme-color);
    box-shadow: 0 0 20px #00000030;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    position: relative;
    flex: 0 0 29%;
}

.paymentList .paymentNo span {
    background: var(--primary);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-weight: 600;
    top: -8px;
    position: absolute;
    right: -8px;
    color: var(--white);
}

.paymentList .paymentContnt h3 {
    font-size: 1.25rem;
    color: #000;
    font-weight: 700;
}

.paymentList .paymentContnt p {
    font-size: 1rem;
    margin: 0;
}

.contactImg {
    background: url(../images/bg/2.jpg) top center / cover fixed no-repeat;
    padding: 3rem 6rem;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.contactImg:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(92deg, #000000, #00519bbf);
}

.contactImg h4,
.contactImg p {
    color: var(--white);
}

.contactImg ul li {
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 0;
}

.contactImg ul li i {
    color: var(--theme-color);
}

.leadFrom {
    background: var(--white);
    padding: 2rem;
    border-radius: 20px;
}

.leadFrom h3 {
    font-size: 2.125rem;
    text-align: center;
    font-weight: 700;
    color: #000;
}

.leadFrom p {
    color: #000;
    text-align: center;
    font-size: 1rem;
}

.leadFrom label {
    display: block;
    color: #000;
    font-weight: 700;
}

.leadFrom input {
    width: 100%;
    height: 3.25rem;
    padding: 1rem;
    border: 1px solid #CECED6;
    border-radius: 10px;
    margin-bottom: 8px;
}

.leadFrom button {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 1rem;
}


/* accordion css */


/* .accordian {
    margin-top: 2rem;
} */

.accordian li {
    margin-bottom: 25px;
    border: 1px solid #dedede87;
    border-radius: 12px;
}

.accordian li h4 {
    color: #000;
    font-size: 1.125rem;
    padding: 1.4rem;
    position: relative;
    cursor: pointer;
    background-color: #FAF9FC;
    border-radius: 12px;
    margin: 0;
    line-height: 1.3;
}

.accordian h4::after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    top: 16px;
    right: 22px;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    background: #00519b;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #ffffff;
}

.accordian p {
    margin: 0;
    color: #869289;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 1rem;
}

.accordian li>div {
    display: none;
    background: var(--white);
    border-radius: 0 0 10px 10px;
    padding: 1rem;
}

.accordian li.active h4::after {
    content: "\f068";
}

.accordian li.active {
    border-color: var(--theme-color);
    background: var(--theme-color);
}

.accordian li.active h4 {
    color: var(--theme-color);
    background: var(--theme-color);
    color: var(--white);
}

.accordian li.active>div {
    background: var(--theme-color);
}

.accordian li.active>div p {
    color: var(--white);
}


/* accordian End */

.ctaFooter {
    background: url(../images/bg/3.png) top center / cover fixed no-repeat;
    padding: 4rem 0;
}

.ctaFooter h4,
.ctaFooter p {
    color: var(--white);
}

.ctaFooter p {
    margin: 1.5rem 0 2rem;
    font-size: 1rem;
}

.reviewUsers img {
    position: absolute;
}

.aniImg {
    animation: topBotm 2s ease infinite;
}

@keyframes topBotm {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(14px);
    }

    100% {
        transform: translateY(0);
    }
}

.user1 {
    left: 2rem;
    bottom: 20rem;
}

.user2 {
    left: 15rem;
    top: 8rem;
    animation: topBotm 3s ease infinite;
}

.user3 {
    right: 15rem;
    top: 8rem;
    animation: topBotm 4s ease infinite;
}

.user4 {
    top: 7rem;
    left: 28rem;
}

.user5 {
    top: 7rem;
    right: 28rem;
    animation: topBotm 3s ease infinite;
}

.user6 {
    top: 22rem;
    right: 13rem;
    animation: topBotm 3s ease infinite;
}

.user7 {
    right: 2rem;
    bottom: 20rem;
    animation: topBotm 3s ease infinite;
}

.packageBox {
    background: var(--white)fff;
    padding: 1rem 0 2rem;
    transition: all 0.5s ease;
    margin-top: 2rem;
    border-radius: 20px;
    box-shadow: 0 0px 20px #007bff24;
}

.packageBox h6 {
    font-size: 23px;
    font-weight: 700;
    color: var(--theme-color);
    transition: all 0.5s ease;
    position: relative;
}

.packageBox h6 img {
    position: absolute;
    left: 0;
    top: 0;
}

.packageBox h3 {
    font-size: 3.5rem;
    color: #000000;
    font-weight: bold;
    transition: all 0.5s ease;
}

.packageBox h3 sub {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    transition: all 0.5s ease;
}

.packageBody ul li i {
    color: var(--theme-color);
}

.packageBody {
    border-top: 2px solid #00519b57;
    padding: 2rem 1rem 0;
}

.mCSB_inside>.mCSB_container {
    margin-left: 10px;
}

.packageBody ul li {
    padding: 8px 0;
    font-size: 1rem;
    display: flex;
    align-items: baseline;
    gap: 10px;
    border-bottom: 1px solid #93cbfd26;
}

.packageBody ul li.heading {
    font-weight: 700;
    margin-bottom: 0;
}

.packageBtn {
    background: #d0cce0;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 12px;
    font-weight: 700;
    color: var(--theme-color);
    transition: all 0.5s ease;
}

.packageBody ul {
    margin-bottom: 2.5rem;
    height: 314px;
    overflow: auto;
}

.packHead {
    padding: 1rem;
    padding-left: 2rem;
}

.packageBox:hover {
    background: var(--primary);
}

.packageBox:hover * {
    color: var(--white);
}

.packageBox:hover .packageBody {
    border-color: #d0cce021;
}

.packageBox:hover .packageBtn {
    background: var(--white);
    color: #000;
}

.packageBox:hover ::-webkit-scrollbar-track {
    background: #5e5e5e;
}

.packageBox:hover ::-webkit-scrollbar-thumb {
    background: var(--white)fff;
}

.packageBox ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.295);
}

.packageBox .themeBtn {
    justify-content: center;
    width: 100%;
}


/* Home Page CSS End */


/* Inner Pages CSS Start */

.innerBanner {
    height: 70vh;
}


/* .innerBanner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, #5732c663, transparent);
    z-index: 0;
} */

h6 {
    color: var(--theme-color);
    font-size: 1.5rem;
}

.counterSec .iconBox .iconImg {
    width: auto;
    height: auto;
    background: no-repeat;
    box-shadow: none;
    margin: 0;
}

.counterSec .iconBox .iconImg h3 {
    font-size: 3.125rem;
    font-weight: bold;
    color: var(--theme-color);
    margin: 0;
}

.counterSec .iconBox p {
    font-size: 14px;
}

.counterSec .iconBox {
    box-shadow: 0 0 20px #5732c626;
    padding: 2rem 1rem;
    border-radius: 10px;
}

.abtInner ul li {
    font-size: 1.125rem;
    font-weight: 500;
    color: #545454;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
}

.abtInner ul {
    margin-bottom: 2rem;
}

.abtInner ul li i {
    color: var(--theme-color);
}

.logo h4 {
    font-size: 1.55rem;
    font-weight: 800;
    text-transform: uppercase;
}

.counterSec {
    position: relative;
    padding-bottom: 0;
}

.reviewSec.pb-0 {
    overflow: hidden;
}

.reviewInner .reviewBox {
    background: var(--white);
    box-shadow: 0 0 20px #00000014;
    margin: 6rem 0 1rem;
    transition: all 0.5s ease;
}

.reviewInner .reviewBox * {
    color: #000;
}

.reviewInner .userImg {
    border-color: #5732c6;
}

.reviewInner .reviewBox:hover {
    background: #5732c6;
}

.reviewInner .reviewBox:hover * {
    color: var(--white);
}


/* Inner Pages CSS End */

.coloums {
    columns: 2;
}

.ctaSec .reveal {
    border-radius: 15px;
    margin-right: 2rem;
}

.ttab-bg {
    border: 4px solid var(--theme-color);
    border-radius: 15px;
    padding: 0 3rem 3rem;
    background: #c798521c;
}

.ttab-bg h4 {
    text-align: center;
    margin: 2rem 0;
}

.list-3 li {
    color: #000;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.25rem;
    font-weight: 600;
}

.ttab-first h6 {
    font-weight: 600;
    font-size: 1.35rem;
}

.btnBox a {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}

.section-title {
    color: #000;
    font-weight: 700;
    font-size: 2.35rem;
}


/* .abtInner a {
    color: #000;
} */

.privacyBanner {
    height: 50vh;
}


/* Popup */

.overlay {
    background-color: #000000bf;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    display: none;
    backdrop-filter: blur(10px);
}

.popup-main {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 940px;
    background: #fff;
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    /*overflow: hidden;*/
    display: none;
    border-radius: 20px;
    max-width: 100%;
    max-height: 90vh;
    /*overflow-y: auto;*/
}

.closeico {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 9999;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00519b;
    border-radius: 100px;
    color: #fff;
}

.mmpopup {
    /*background: #fff;*/
    display: flex;
    align-items: center;
}

.mmpopup .imgpop figure,
.mmpopup .imgpop figure img {
    height: 670px;
    border-radius: 20px 0 0 20px;
}

.mmpopup .imgpop img {
    height: 600px;
    object-fit: cover;
}

.mmpopup .cont {
    width: 35%;
    padding: 2rem 2rem;
}

.mmpopup .formPop {
    width: 75%;
    padding: 2rem 3rem;
    margin-left: auto;
}

.mmpopup .formPop h3,
.mmpopup .formPop h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.mmpopup .formPop h4 sub {
    display: none;
}

.mmpopup .contpop {
    margin-bottom: 1rem;
    display: flex;
    gap: 1rem;
}

.mmpopup .cont h3 {
    font-size: 1.425rem;
    font-weight: 600;
}

.mmpopup .cont p {
    margin-bottom: 10px;
    font-size: 14px;
}

.mmpopup .cont .lists {
    padding: 1rem 0;
}

.mmpopup .cont .lists li {
    color: var(--head-color);
    padding: 2px 0;
    padding-left: 1.5rem;
}

.mmpopup .cont .lists li svg,
.mmpopup .cont .lists li i {
    top: 5px;
}

.mmpopup .cont .call a {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--head-color);
}

.formPop .fld {
    margin-bottom: 0.4rem;
    font-size: 14px;
}

.formPop .fld input,
.formPop .fld textarea {
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    width: 100%;
    height: 50px;
    padding: 10px 10px;
    font-size: 1rem;
}

.formPop .fld textarea {
    height: 80px;
}

.popup-main .themeBtn {
    width: 100%;
    justify-content: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.popup-main .themeBtn i {
    margin-left: 10px;
}

.checkbox-wrap {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 10px;
}

.checkbox-wrap label {
    line-height: 1.3;
    font-size: 13px;
}

.checkbox-wrap input {
    margin-top: 1px;
    width: auto !important;
}

.favIcon {
    width: 260px;
}

.formTopContnt p {
    font-size: 15px;
    line-height: 1.45;
    margin: 0;
}

.mmpopup .formPop input , .mmpopup .formPop textarea {
    height: 3.25rem;
    margin-bottom: 1rem;
    border: 1px solid #0006;
    border-radius: 10px;
    line-height: 1;
}

.mmpopup .formPop label {
    font-weight: 700;
}

.mmpopup .formPop {
    border-radius: 10px;
}

.formPop .callBtn {
    margin-top: 1rem;
}

.closeico:hover {
    color: #fff;
}

/* popup */

/*.mmpopup {*/
/*    overflow: hidden;*/
/*}*/

.iti {
    display: block !important;
    margin: 10px 0;
}

.iti__selected-country:focus {
    outline: none !important;
}

.iti__search-input {
    outline: none !important;
    border-radius: inherit !important;
    height: 2.6rem !important;
}

.iti__country {
    padding: 0 !important;
    gap: inherit !important;
}

.iti__selected-country {
    display: flex !important;
    margin-top: 0 !important;
}

.iti__country-name {
    color: #000000 !important;
}

.contactInfoFooter .callBtn {
    font-size: 1rem;
}

.iti__country-list {
    overflow: none;
}


.ctaSec .reveal img {
    border-radius: 15px;
}


.bannerForm {
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 0 20px #00000021;
}

.bannerForm h4,
.bannerForm p {
    text-align: center;
}

.bannerForm {
    background: #ffffff;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 0 20px #00000021;
    margin-left: 4rem;
    backdrop-filter: blur(6px);
}

.bannerForm h4,
.bannerForm p {
    text-align: center;
}

.bannerForm h4 {
    color: var(--black);
    font-size: 2.5rem;
}

.bannerForm p {
    margin-bottom: 1rem;
}

.iconBox .iconImg img {
    filter: brightness(5.5);
}

.mainServices {
    background: #f7f7f7;
}

.paymentList .paymentNo img {
    filter: brightness(4.5);
}

.contentSec img {
    filter: brightness(0);
}

.serviceBox .iconImg {
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
}

.serviceBox:hover .iconImg {
    background: transparent;
}

.serviceBox .iconImg img {
    filter: brightness(0);
}
.starBox i {
    color: var(--theme-color);
}
.packageBox:hover .themeBtn {
    background: #fff;
    color: var(--theme-color);
}


.iti__country-list {
    overflow: hidden !important;
}
.iti--separate-dial-code .iti__selected-flag {
    border-radius: 0 !important;
}
.mmpopup .formPop textarea {
    height: 120px;
}