@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --black : #1B1B1B;
    --white: #fff;
    --yellow: #FD9636;
    --darkblue: #0E224D;
    --green: #83C8B2;
    --light-grey: #F6F2F1;
    --darkgrey: #8b8b8b;
    --body-font: "Inter", sans-serif;
    --heading-font: "Raleway", sans-serif;
}
body, html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body{
    background: var(--white);
    color: var(--darkgrey);
    font-size: 13px;
    line-height: 1.7;
    font-family: var(--body-font);
    font-weight: 500;
}
p{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.7;
    font-family: var(--body-font);
    color: var(--darkgrey);
}
a{
    text-decoration: none !important;
    font-family: var(--body-font);
}
p:last-child{
    margin-bottom: 0;
}
img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sec-space{
    padding: 98px 0;
}
.btn {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.6px;
    border: 1px solid transparent;
    text-transform: capitalize;
    font-family: var(--body-font);
    padding: 0 24px;
    min-width: 148px;
    border-radius: 0;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.btn-primary{
    background: var(--black);
    color: var(--white);
    border: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background: var(--yellow);
    color: var(--white);
    border-color: none;
}
.btn-outline{
    color: var(--yellow);
    border-color: var(--yellow);
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active{
    border-color: var(--yellow);
    background: var(--yellow);
    color: var(--black);
}
.btn-line{
    font-weight: 700;
    color: var(--yellow);
    min-width: auto;
    letter-spacing: 2px;
}
.section-heading{
    margin-bottom: 42px;
    max-width: 60%;
}
.form-control {
    font-size: 13px;
    background: transparent;
    border-radius: 4px;
    border: 1px solid var(--white);
    padding: 10px 12px;
    color: var(--white);
    font-weight: 500;
}
.form-control::placeholder, textarea::placeholder{
    color: #8b8b8b;
    text-transform: capitalize;
    font-size: 13px;
}
textarea {
    width: 100%;
    height: 80px;
    background: transparent;
    border: 1px solid var(--white);
    border-radius: 4px;
    padding: 8px 20px;
    color: var(--white);
}
.form-control:focus, textarea:focus{
    border-color: var(--yellow) !important;
    background: #F5F5F5;
    box-shadow: none;
    outline: none;
}
.form-group{
    position: relative;
    margin-bottom: 1rem;
}
.form-group .bi{
    color: var(--black);
    font-size: 20px;
    position: absolute;
    left: 0;
}
.contact-form  label{
    font-size: 13px;
    color: var(--darkblue);
    font-weight: 600;
    margin-bottom: 0;
}
.form-row{
    row-gap: 0 !important;
}
.owl-carousel .owl-nav{
    position: absolute;
    top: -100px;
    right: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    background: transparent;
    height: 40px;
    width: 40px;
    border: 1px solid var(--darkgrey);
    border-radius: 4px;
    color: var(--darkgrey);
    font-size: 20px;
    margin-left: 8px;
    transition: 0.3s ease-in-out;
}
.owl-carousel .owl-nav button:hover, .owl-carousel .owl-nav button:focus, .owl-carousel .owl-nav button:active{
    color: var(--white);
    background: var(--yellow);
    border: none;
    outline: 0;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 24px;
}
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    padding: 0!important;
    border: none !important;
    font: inherit;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 8px;
    background: #d1d1d1;
    transition: 0.3s ease-in-out;
}
.owl-carousel button.owl-dot.active{
    background: var(--green);
    width: 32px;
}
.owl-carousel button.owl-dot:focus, .owl-carousel button.owl-dot.active{
    outline: none !important;
}




/* Header  */
.myHeader{
    background: var(--white);
    padding: 8px 0;
    width: 100%;
    z-index: 99;
}
.navbar-brand img {
    height: 46px;
    width: auto;
}
.navbar-toggler-icon{
    color: var(--yellow);
    font-size: 36px;
}
.myHeader.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--light-grey);
    z-index: 99;
    transition: 0.3s ease-in-out;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.myHeader.fixed{
    background: var(--white);
}
.navbar-nav li a {
    font-size: 13px;
    font-weight: 700;
    padding: 0;
    text-transform: capitalize;
    font-family: var(--heading-font);
    color: var(--black);
    position: relative;
    transition: 0.4s ease-in-out;
}
/* .myHeader.fixed .navbar-nav li a{
    color: var(--black);
} */
.navbar-nav li{
    margin: 0 8px;
    transition: 0.3s ease-in-out;
    position: relative;
}
.navbar-nav li.active a, .navbar-nav li:hover a{
    color: var(--yellow);
}
.myHeader .btn{
    min-width: 120px;
}



/* Banner  */
.banner{
    z-index: 1;
}
.banner-img::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #00000040;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.bg-blue{
    background: var(--darkblue);
    border-radius: 0 8px 8px 0;
}
.bg-blue::before{
    content: "";
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    background: #ffffff08;
    position: absolute;
    top: 0;
    left: 0;
}
.banner-img {
    position: relative;
    padding-top: 60%;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
}
.banner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner .row{
    margin:  0 -3px;
}
.banner .row [class*="col-"]{
    padding: 0 3px;
}
.banner-wrapper{
    position: absolute;
    top:45%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}
.banner-text{
    max-width: 30%;
}
.banner-text h1 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--white);
    font-family: var(--heading-font);
    text-transform: capitalize;
}
.banner-text h4{
    color: var(--yellow);
    font-family: var(--heading-font);
    text-transform: capitalize;
}
.banner-text p{
    font-size: 13px;
    color: var(--light-grey);
    font-weight: 300;
}
.banner-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 8%;
    display: flex;
}


/* Why Us  */
.whyus-box{
    border-radius: 8px;
    border: 1px solid #D5DFE4;
    padding: 20px 8px;
    height: 100%;
}
.why-icon {
    height: 50px;
    width: 50px !important;
    flex-shrink: 0;
    margin-right: 10px;
}
.why-icon img{
    object-fit: contain;
}
.whyus-box h5{
    font-size: 16px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--darkblue);
    margin-bottom: 2px;
}
.whyus-box p{
    font-size: 12px;
    margin-bottom: 0;
}
.whyus-row{
    margin: 0 -4px;
    row-gap: 12px;
}
.whyus-row [class*="col"]{
    padding: 0 4px;
}

/* Products  */
.product-img, .service-box{
    background: #EFEFEF;
    width: 100%;
    height: 180px;
    border-radius: 12px;
    padding: 30px 20px;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
}
.product-img img, .service-icon img, .brand-icon img{
    object-fit: contain;
    transition: 0.3s ease-in-out;
}
.product-box:hover .product-img{
    border-color: var(--yellow);
}
.product-box:hover .product-img img{
    transform: scale(1.1);
}
.product-box h4, .brand-box h4{
    font-size: 15px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: var(--black);
    margin: 12px 0 0 ;
}
.product-box:hover h4{
    color: var(--yellow);
}


/* About start  */
.about-img{
    position: relative;
    padding-top: 68%;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}
.about-img img{
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.about-text h2, .section-heading h2{
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--black);
    font-family: var(--heading-font);
    position: relative;
}
.section-heading h2 strong{
    display: block;
    font-weight: 700;
}
.about-text h6, .section-heading h6{
    color: var(--yellow);
    font-weight: 700;
    font-family: var(--heading-font);
}
.about-text ul, .about-text ol{
    list-style-type: none;
    color: var(--black);
    font-weight: 600;
}
.about-text ul li, .about-text ol li, .facility-list li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}
.about-text ul li::before, .about-text ol li::before, .facility-list li::before{
    content: "\F26A";
    font-size: 14px;
    font-family: 'Bootstrap-icons';
    color: var(--yellow);
    position: absolute;
    top: 0;
    left: 0;
}
.ab-home{
    margin-bottom: 98px;
}
.about-img1{
    width: 48%;
    height: 100%;
    border-radius: 0 12px 12px 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.ab-home::before{
    content: "";
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #83C8B240;
    height: calc(100% + 98px);
    width: 12%;
    position: absolute;
    right: 0;
    bottom: -98px;
}
.brand-icon{
    height: 100px;
}


/* Services  */
.services, .testimonials{
    background: var(--darkblue);
}
.services h2{
    color: var(--white);
}
.service-box, .brand-box{
    height: 100%;
    background: #F5F5F516;
    border-color: #F5F5F520;
    padding: 45px 14px;
}
.service-icon{
    height: 80px;
    width: 80px;
}
.service-icon{
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.6;
}
.service-box h4{
    margin-top: 24px;
    color: var(--white);
    font-weight: 500;
}
.service-box:hover{
    background: var(--green);
}
.service-box:hover .service-icon, .home-contact .plane{
    filter: brightness(0) saturate(100%) invert(10%) sepia(65%) saturate(1589%) hue-rotate(201deg) brightness(99%) contrast(100%) !important;
}
.product-box:hover h4{
    color: var(--darkblue);
    font-weight: 700;
}


.service-desc{
    padding-top: 40px;
}
.desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.service-box a.desc{
    font-size: 20px;
    line-height: 1.4;
    font-family: var(--heading-font);
    color: var(--black);
    margin-bottom: 12px;
    font-weight: 400;
    -webkit-line-clamp: 2;
    transition: 0.3s ease-in-out;
}
.service-box:hover a.desc{
    color: var(--yellow);
}
.service-box:hover a.desc, .service-box:hover p, .service-box:hover .btn-line{
    color: var(--white);
}
.service-box .btn{
    margin-top: auto;
}
.sameheight.owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
}
.sameheight .item {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 1px;
}


/* Brand  */
.brand{
    z-index: 1;
}
.brand-box{
    padding: 30px 20px;
    border: 1px solid #0E224D20;
    border-radius: 12px;
}
.brand-wrap .about-text{
    max-width: 30%;
}
.brand-wrap{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 65%;
}


/* Facility  */
.facility-list li{
    font-size: 15px;
    font-weight: 600;
    color: var(--black);
    padding: 16px 20px 16px 50px;
    background: linear-gradient(90deg, #EFEFEF, #fff);
    border-radius: 8px;
}
.facility-list li::before{
    font-size: 20px;
    top: 12px;
    left: 20px;
}
.facility-list-right li{
    background: linear-gradient(90deg, #fff ,#EFEFEF);
}

/* Contact  */
.home-contact{
    background: var(--green);
}
.home-contact::before{
    content: "";
    width: 100%;
    height: 16%;
    background: #f8f9fa;
    position: absolute;
    left: 0;
    bottom: 0;
}
.home-contact::after {
    content: "";
    background: url(../images/wave.png) no-repeat center;
    background-size: cover;
    width: 86%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
}
.home-contact h2, .home-contact p{
    color: var(--darkblue);
}
.plane{
    height: 75px;
    width: 75px;
    object-fit: contain;
}
.con-box{
    padding-left: 62px;
}
.con-box h5{
    font-size: 13px;
    font-weight: 600;
    color: var(--yellow);
    margin-bottom: 0;
}
.con-box p, .con-box a{
    color: var(--darkblue);
    font-weight: 600;
}
.con-box a:hover{
    color: var(--yellow);
    text-decoration: underline !important;
}
.con-box:not(:last-child){
    margin-bottom: 20px;
}
.con-box .bi{
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    background: var(--yellow);
    color: var(--white);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.contact-form{
    background: var(--darkblue);
    padding: 40px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.contact-form h2{
    color: var(--white);
}
.contact-form .btn-primary{
    background: var(--yellow);
    color: var(--black);
    font-weight: 600;
}
.green-line {
    width: 50%;
    height: 20px;
    background: #83c8b294;
    bottom: 40px;
}


/* Blogs  */
.blog-img{
    position: relative;
    padding-top: 64%;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}
.blog-img img{
    position: absolute;
    top: 0;
    left: 0;
}
.blog-img::before{
    content: "";
    width: 100%;
    height: 0%;
    background: linear-gradient(0deg, var(--green), transparent);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
.blog-box:hover .blog-img::before{
    height: 60%;
}
.blog-text h6{
    font-size: 12px;
    font-weight: 600;
    color: #65ab94;
    margin-top: 12px;
}
.blog-title{
    font-size: 20px;
    line-height: 1.2;
    color: var(--darkblue);
    font-weight: 700;
    font-family: var(--heading-font);
}
.blog-box:hover .blog-title{
    color: var(--black);
}
.blog-slider .owl-item.active.center{
    margin-top: 60px;
}

/* Gallery  */
.gallery-img{
    height: 360px;
    margin: 0 8px;
    border-radius: 12px;
    flex: 1;
    overflow: hidden;
    transition: flex 0.5s ease;
    cursor: pointer;
}
.gallery-img.active{
    flex: 2;
}
.gallery-img::before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 0%;
    background: #0000002d;
    position: absolute;
    bottom:0;
    right: 0;
    transition: 0.3s ease-in-out;
}
.gallery-img:hover::before{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    bottom: -50%;
    right: -30%;
    background: #83c8b2d4;
}
.gallery-img::after{
    content: "\F4FD";
    font-family: 'Bootstrap-icons';
    font-size: 32px;
    color: var(--white);
    position: absolute;
    bottom: 20px;
    right: 40px;
    opacity: 0;
    visibility: hidden;
}
.gallery-img:hover::after{
    opacity: 1;
    visibility: visible;
}

/* Footer  */
.myFooter{
    background: var(--darkblue);
    padding-top: 90px;
}
.footer-row{
    row-gap: 40px;
    padding-bottom: 40px;
}
.myFooter h3{
    font-size: 16px;
    color: var(--white);
    font-weight: 600;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.myFooter h3::after{
    content: "";
    width: 60px;
    height: 2px;
    background: var(--yellow);
    position: absolute;
    bottom: 0;
    left: 0;
}
.myFooter .navbar-nav li a{
    font-size: 13px !important;
    font-family: var(--body-font) !important;
    text-transform: capitalize;
    color: var(--white) !important;
    font-weight: 400 !important;
    padding: 4px 0 !important;
}
.myFooter .navbar-nav li a:hover, .myFooter .navbar-nav li.active a{
    color: var(--yellow) !important;
}
.myFooter .navbar-nav li{
    background: transparent !important;
    margin: 0;
    padding-left: 20px;
    position: relative;
}
.myFooter .navbar-nav li::before{
    content: "\F231";
    font-family: 'Bootstrap-icons';
    font-size: 12px;
    position: absolute;
    top: 2px;
    left: 0;
    color: var(--white);
    opacity: 0.4;
}
.myFooter .navbar-nav li.active::before{
    color: var(--yellow);
}
.cards-list li img{
    width: 60px;
    height: 40px;
    background: var(--white);
    object-fit: contain;
}
.cards-list li, .payment-list li{
    margin-right: 4px;
}
.payment-list li img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: contain;
}
.social-list{
    position: fixed;
    top: 12%;
    right: 0;
    /* transform: translateY(-50%); */
    z-index: 99;
}
.social-list li .bi{
    display: block;
    height: 36px;
    width: 36px !important;
    line-height: 36px;
    text-align: center;
    border: 1px solid var(--yellow);
    background: var(--yellow);
    color: var(--darkblue); 
    font-size: 18px;
    transition: 0.3s ease-in-out;
}
.social-list li:not(:last-child){
    margin-bottom: 6px;
}
.social-list li:hover .bi{
    color: var(--darkblue);
    background: var(--green);
}
.copyright{
    padding: 0 0 20px 0;
}
.copyright p, .myFooter p{
    color: var(--white);
    font-weight: 400;
    margin-bottom: 0;
}
.copyright p{
    font-size: 12px;
}
.copyright p a{
    color: var(--yellow);
}


/* Inner Pages  */
.inner-banner {
    padding: 60px 0;
}
.inner-banner{
    background-size: cover !important;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
}
.inner-banner::before {
    content: "";
    background: linear-gradient(90deg, #83C8B2c6 ,#0E224D);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.inner-banner-text h2 {
    color: var(--white);
    font-family: var(--heading-font);
    font-size: 36px;
    font-weight: 700;
}
.inner-banner .breadcrumb{
    background: transparent;
    color: var(--white);
    justify-content: center;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--white);
    content: " // ";
}
.inner-banner .breadcrumb-item a{
    color: var(--white);
    text-decoration: underline !important;
}
.inner-banner .breadcrumb-item{
    color: var(--green);
}

/* About Page  */
.about-cms .about-img {
    padding-top: 60%;
    border-radius: 12px;
    overflow: hidden;
}
.about-cms .ab-wrap:nth-child(even) .ab-row{
    flex-direction: row-reverse;
}
.about-cms .ab-wrap:not(:last-child){
    margin-bottom: 80px;
}
.about-cms .ab-wrap:nth-child(even) .about-text{
    padding: 0 40px 0 0;
}
.mission::before{
    content: "";
    width: 100%;
    height: 64%;
    background: var(--green);
    position: absolute;
    top: 0;
    left: 0;
}
.mission-box {
    background: var(--white);
    border-radius: 12px;
    border: 1px solid var(--green);
    padding: 40px;
    border-bottom-width: 4px;
}
.mission-box .bi, .contact-info .bi {
    height: 42px;
    width: 42px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    background: var(--green);
    color: var(--white);
    font-size: 24px;
    margin-right: 12px;
    display: inline-block;
    flex-shrink: 0;
}
.mission-box h4{
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--green);
    margin-bottom: 0;
}
.quote-text{
    border-left: 4px solid var(--green);
    color: #65ab94;
    line-height: 1.4;
}
.mission-row [class*="col-"]:nth-child(2) .mission-box{
    background: var(--darkblue);
}
/* Teams  */
.member-img{
    position: relative;
    padding-top: 120%;
}
.member-img img{
    position: absolute;
    top: 0;
    left: 0;
}
.member-info {
    background: var(--darkblue);
    padding: 20px;
    width: 100%;
    max-height: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.3s ease-in-out;
}
.member-info h6{
    color: var(--yellow);
}
.member-name{
    text-transform: capitalize;
    font-family: var(--heading-font);
    color: var(--white);
    font-weight: 700;
}
.team-box:hover .member-info h6, .team-box:hover .member-name{
    color: var(--darkblue) !important;
}
.info{
    padding-top: 20px;
    display: none;
    transition: 0.3s ease-in-out;
}
.team-box .social-list{
    position: static;
    transform: none;
    display: none !important;
    transition: 0.3s ease-in-out;
}
.team-box:hover .member-info{
    background: #83C8B2;
    width: 100%;
    max-height: 100%;
    height: 100%;
    padding: 40px;
    display: flex ;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.team-box .info-list{
    display: none;
    margin-top: 12px;
}
.team-box .info-list li:not(:last-child){
    margin-bottom: 8px;
}
.team-box .info-list li a{
    color: var(--darkblue);
    font-weight: 500;
}
.team-box .info-list li a:hover{
    text-decoration: underline !important;
}
.team-box:hover .info{
    display: block;
}
.team-box:hover .info-list{
    display: block;
}
 .team-box:hover .social-list{
    display: flex !important;
}
.team-box:hover .member-name, .team-box:hover p{
    color: var(--darkblue);
}
.team-box:hover .social-list{
    justify-content: center;
}
.team-box:hover .social-list li a .bi {
    color: var(--white);
    background: var(--darkblue);
    border-color: var(--darkblue);
    margin: 0 2px;
}

/* Products Brands  */
.product-row, .serv-row, .gallery-row{
    row-gap: 20px;
}

/* Contact Page  */
.contact-info.h-100.position-relative {
    background: #83c8b21c;
    padding: 34px;
    border-radius: 12px;
    border: 1px solid var(--green);
}
.contact-info h5{
    color: var(--green);
    font-weight: 700;
}
.contact-info p, .contact-info a, .contact-info span{
    color: var(--darkblue);
}

/* Blog Details  */
.other-blogs h4{
    font-size: 20px;
    font-weight: 700;
    color: var(--darkblue);
    background: var(--yellow);
    padding: 12px 20px;
}
.other-blogs li:not(:last-child){
    margin-bottom: 20px;
}
.blog-main-box h5{
    font-size: 14px;
    font-weight: 700;
    color: var(--green);
}
.blog-main-box h2{
    font-weight: 700;
    color: var(--darkblue);
}

/* Pay Now  */
.payment-box{
    background: var(--white);
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 40px;
    height: 100%;
}
.qr-logo {
    height: 48px;
    width: auto;
    max-width: 100%;
    margin-top: 12px;
}
.qr-logo img{
    object-fit: contain;
}
.payment-info-wrapper{
    background: #FD963640;
    border: 1px solid var(--yellow);
    border-radius: 12px;
    padding: 40px;
}
.payment-info-wrapper ul, .payment-info-wrapper ol{
    list-style-type: none;
}
.payment-info-wrapper li{
    color: var(--black);
    font-weight: 500;
}

/* Career Page  */
.career-modal .section-heading{
    background: var(--darkblue);
    padding: 28px;
}
.career-modal .section-heading h2, .career-modal .section-heading p{
    color: var(--white);
}
.career-modal .contact-form{
    padding: 28px;
}
.career-modal .contact-form  label {
    font-size: 13px;
    color: var(--black);
    font-weight: 400;
    margin-bottom: 3px;
}
.career-modal .contact-form .form-control {
    border-color: #1B1B1B20;
    color: var(--black);
    background: var(--white);
}
.career-modal .contact-form ::placeholder{
    color: var(--darkgrey);
}
.career-modal button.close {
    position: absolute;
    color: var(--white);
    top: 28px;
    right: 28px;
    z-index: 9;
}
.career-modal .modal-dialog {
    max-width: 700px;
}

/* Login Page  */
.login-form .form-control{
    background: var(--light-grey);
    border-color: #dfdbda;
    color: var(--black) !important;
}
.login-form label{
    color: var(--darkblue);
    font-weight: 600;
    margin-bottom: 0;
}

/* Protected Document Page  */
.doc-box{
    background: #f5f5f5;
}
.doc-box h3{
    color: var(--darkblue);
    font-size: 18px;
    font-weight: 700;
    font-family: var(--heading-font);
    margin: 20px 0;
}
.doc-icon img {
    height: 100px;
    width: auto;
}

/* Loader Start  */
.loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
display: none;

}
.loader-content{
    height: 100vh;
    width: 100%;
    /* background: #000000f2; */
    background: #fff7f7f2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader-content img{
    height: 80px;
    width: 80px;
    object-fit: contain;
}
.loader.loader-off{
    opacity: 0;
    visibility: hidden;
}
/* Loader End  */

.navbar-collapse .bi{
    font-size: 20px;
    color: var(--darkblue);
}