* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}



html,
body {
    overflow-x: hidden;
    width: 100%;
}

p {
    font-size: 20px;
}

/* navbar area */
/* Transparent navbar initially */
.transparent-navbar {
    background: transparent !important;
    transition: background-color 0.4s ease;
}

/* Solid color after scrolling */
.transparent-navbar.scrolled {
    background: #5097AD !important;
}

.header-bar button:hover {
    color: #090950;
    border: 1px solid #112F4E;
    background-color: #fff;
    transition: all .3s;
    color: #000 !important;
}

.transparent-navbar.scrolled .navbar-toggler-icon {
    filter: brightness(0) invert(1) !important;
}

.transparent-navbar.scrolled .nav-link {
    filter: brightness(0) invert(1) !important;
}

.transparent-navbar.scrolled .header-bar button {
    border: 1px solid #fff;
    color: #fff;

}

.transparent-navbar.scrolled .header-bar a {
    color: #fff;

}

/* .transparent-navbar.scrolled .header-bar button:hover{
    color: #000 !important;
} */
.navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    justify-content: space-evenly;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff !important;
    font-weight: 600 !important;
}

/* Open dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* fixes small jump */
}

/* Keep link active on hover */
.nav-item.dropdown:hover .nav-link {
    color: #000;
}

.nav-link {
    color: #fff !important;
    position: relative;
    font-weight: 500 !important;
}

.nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    /* width: 0; */
    height: 1px;
    transform: scale(0);
    transition: all .3s;
    right: 0;
    transform-origin: center;
}

.nav-link:hover::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffff;
    width: 100%;
    height: 1px;
    transform: scale(1);
    transition: all .3s;
}

.nav-link:hover {
    color: #fff !important;
}

.header-bar button {
    width: 150px;
    height: 40px;
    background-color: transparent;
    border: 1px solid#fff;
    color: #fff;
    transition: all.3s;
}

.header-bar button a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: all.3s;
}

.header-bar button:hover {
    color: #090950;
    border: 1px solid #112F4E;
    background-color: #fff;
    transition: all.3s;
}

.header-bar button:hover a {
    color: #090950;
    transition: all.3s;
}

header {
    background-color: #5097AD !important;

}

.scrolled {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #5097AD !important;

}


/* banner start */


.banner {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 800px;
    background-attachment: fixed;
    position: relative;
    padding: 100px;
    overflow: hidden;
}

.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    /* Centers the video */
    z-index: 1;
    object-fit: cover;
    /* Ensures the video covers the entire banner area */
}

.banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(116deg, #000 0%, #ffffff18 110%);
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
}

.banner2 {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    background-attachment: fixed;
    position: relative;
}

.banner3 {
    background-image: linear-gradient(rgb(0 0 0 / 42%)), url(../images/about-two.jpg) !important;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 600px;
    background-attachment: fixed;
    position: relative;
    padding: 100px;
}

.banner-content {
    position: relative;
    z-index: 100;
    text-transform: uppercase;
    text-align: start !important;
}

.banner-content3 {
    position: relative;
    z-index: 100;
    text-transform: uppercase;
}

.banner-content3 h1 {
    color: #fff;
    margin-top: 200px;
    font-size: 30px !important;
    font-weight: 700;
}

.banner-content p {
    font-size: 16px;
    color: #fff;
    /* line-height: 30px; */

    /* margin: 0 auto; */
    /* margin-top: 30px; */
    font-weight: 500;
    text-align: left;
}

.banner-content h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-align: left !important;
}

.banner-content h4 {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
    /* line-height: 25px; */
    /* text-align: left !important; */
    font-weight: 400;
}

.banner-content button {
    width: 200px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #fff;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content button a {
    color: #fff;
    text-decoration: none;
    /* font-weight: 700; */
    transition: all .3s;
}

.banner-content button:hover {
    color: #fff;
    background-color: #090950;
    border: 1px solid #090950;
    transition: all.3s;
}

.banner-content button:hover a {
    color: #fff;
    transition: all.3s;
}

.banner-content h3 {
    margin-top: 200px;
    color: white;
    border-bottom: 2px solid rgb(255, 255, 255);
    width: fit-content;
}

.banner-content h5 {
    color: #fff;
    font-size: 15px;
}



/* what we do */
.what-we-do {
    padding: 100px 0;
}

.what-we-do-image {
    position: relative;
    padding: 0 80px 117px 0;
    margin-right: 30px;
}

.what-we-do-img-1 figure,
.what-we-do-img-2 figure {
    display: block;
    border-radius: 0px;
}

.what-we-do-img-1 img,
.what-we-do-img-2 img {
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
    clip-path: polygon(0px 0px, calc(100% - 100px) 0px, 100% 100px, 100% 100%, 0px 100%);

}

.what-we-do-img-1 {
    position: relative;
}

.what-we-do-img-1::before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 20px;
    background: linear-gradient(90.15deg, #090950 1.15%, #090950 98.84%);
    border-radius: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    clip-path: polygon(0px 0px, calc(100% - 100px) 0px, 100% 100px, 100% 100%, 0px 100%);

}

.what-we-do-img-1 img {
    aspect-ratio: 1 / 1.01;
}

.what-we-do-img-2 {
    position: absolute;
    max-width: 270px;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.what-we-do-img-2 img {
    aspect-ratio: 1 / 0.68;
}

.company-experience-box.what-we-do-circle {
    position: absolute;
    top: 170px;
    right: 0;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    padding: 15px;
    z-index: 1;
}

.company-experience-box.what-we-do-circle h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.company-experience-box.what-we-do-circle p {
    color: #fff;
    text-transform: capitalize;
    line-height: 1.4em;
    margin: 0;
}

.what-we-do-body {
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.what-we-do-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.what-we-do-body ul li {
    background-image: url(../images/icon-check.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 24px auto;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-left: 35px;
}

.what-we-do-body ul li:last-child {
    margin-bottom: 0;
}

.what-we-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.what-we-item {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
}

.what-we-item .icon-box {
    margin-right: 20px;
}

.what-we-item .icon-box img {
    width: 100%;
    max-width: 50px;
}

.what-we-item-content {
    width: calc(100% - 70px);
}

.what-we-item-content h3 {
    font-size: 20px;
    line-height: 1.4em;
    text-transform: capitalize;
}

.company-experience-box {
    width: calc(35% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(90.15deg, #090950 1.15%, #0b1c2d 50%, #090950 98.15%);
    background-size: 200% auto;
    text-align: center;
    border-radius: 30px;
    padding: 20px;
    transition: all 0.4s ease-in-out;
}

.company-experience-box:hover {
    background-position: right center;
}

.section-title h3 {
    font-size: 30px;
    font-weight: 500;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 500;
}

.section-title h2 span {
    font-weight: 700;
    background: linear-gradient(90.15deg, #090950 0%, #090950 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.choose-us {
    background-color: #090950;
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 100px;
}

/* .choose-us::before {
    content: " "
        position: absolute;
    background-image: url(../images/van.png);
    width: 100%;
    height: 400px;
    top: -60%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
} */

.choose-content-image {
    position: relative;
    transform: translateX(-150vw);
    /* FULL SCREEN LEFT */
    transition: transform 3s ease-out;
}

/* AOS jab trigger hota hai */
.choose-content-image.aos-animate {
    transform: translateX(0);
    /* CENTER */
}



.choose-content-image img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.choose-content {
    text-align: center;
}

.choose-content h4 {
    color: #fff;
    font-size: 25px;
    padding-top: 200px;
}

.choose-content h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
}

.choose-content p {
    color: #fff;
}


.fq-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.FAQs-box {
    background-image: url(../images/faq-image.jpg) !important;
    border-radius: 30px;
    object-fit: cover;
}

.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* process */
.button-repeat button {
    width: 200px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #090950;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.button-repeat button:hover {
    color: #fff;
    background-color: #090950;
    border: 1px solid #090950;
    transition: all .3s;
}

.button-repeat a {
    color: #000;
    text-decoration: none;
}

.button-repeat button:hover a {
    color: #fff;
}

.button-repeat2 button {
    width: 200px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #fff;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.button-repeat2 button:hover {
    color: #fff;
    background-color: #090950;
    border: 1px solid #090950;
    transition: all .3s;
}

.button-repeat2 a {
    color: #fff;
    text-decoration: none;
}

.button-repeat2 button:hover a {
    color: #fff;
}


.button-repeat3 button {
    width: 200px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #090950;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.button-repeat3 button:hover {
    color: #fff;
    background-color: #090950;
    border: 1px solid #090950;
    transition: all .3s;
}

.button-repeat3 {
    display: flex;
    justify-content: center;
}

.button-repeat3 a {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
}

.button-repeat3 button:hover a {
    color: #fff;
}


.process-gap {
    padding: 100px;
}

a {
    text-decoration: none !important;
}

.process-content h5 {
    font-size: 30px;
    font-weight: 700;
    color: #090950;
}

.process-content h2 {
    font-size: 35px;
    font-weight: 400;

}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #090950 !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button {
    background-color: #090950 !important;
    color: #fff !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    filter: brightness(0) invert(1) !important;
}

.accordion-button::after {
    filter: brightness(0) invert(1) !important;

}

.titleBar {
    margin-top: 0;
}

.process-content img {
    border-radius: 50px;
}


/* services area */
.services-content {
    margin-top: 100px;
}

.services-content h2 {
    font-size: 45px;
    font-weight: 600;
    color: #102854;
    margin-bottom: 20px;
}

.service-box {
    border: 1px solid #090950;
    border-radius: 10px;
}

.service-image {
    padding: 15px;
}

.service-image img {
    border-radius: 10px;
    height: 100%;
}

.service-box:hover .service-box-content {
    background-color: #1b1b1b;
}

.service-box:hover .header-bar button {
    background-color: #1b1b1b;
}

.service-box-content {
    background-color: #090950;
    padding: 50px 30px;
    border-radius: 8px;
    margin: 15px;
    height: 94%;
}

.service-box-content h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-box-content p {
    margin-bottom: 15px;
    color: #fff;
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
}

.service-box-content .header-bar button {
    background-color: #090950;
    border: 1px solid #fff;
    color: #fff;
}

.service-box-content .header-bar button:hover {
    background-color: #fff;
    color: #090950;
}

.title-services h3 {
    font-size: 45px;
    font-weight: 700;
    color: #090950;
}

.service-gap {
    padding: 100px;
}

.process-box {
    background-color: #090950;
    color: #fff;
    padding: 50px;
    border-radius: 20px;
}

/* book */
.book {
    background: linear-gradient(#00000099), url(../images/big-image.jpg) center / cover no-repeat;
    height: 100%;
    width: 100%;
}

.book-content h3 {
    font-size: 40px;
}

.book-content h5 {
    font-size: 20px;
}




/* testimonmial */
.testimonmial {
    padding: 100px;
    margin-top: 100px;
    background-image: url(../images/testi-banner.jpg);
    width: 100%;
    height: 10%;
    background-size: cover;
    background-position: center;

}

.testimonmial-content h5 {
    padding-top: 100px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.testimonmial-content h2 {
    font-size: 45px;
    font-weight: 600;
    color: #090950;
    margin-bottom: 30px;
    position: relative;
}

.testimonmial-content h2::before {
    content: "";
    position: absolute;
    bottom: -10px;
    background-color: #a4d44f;
    width: 10%;
    height: 2px;
    transform: translate(110%);
}

/* ensure slides center and content width looks consistent */
.testimonialSwiper {
    padding: 1rem 0;
}

.testimonialSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.testimonialSwiper .content1 {
    width: 100%;
    max-width: 720px;
    /* controls single-slide width on large screens */
    box-sizing: border-box;
    padding: 18px;
}

/* optional: make the name/initial look nicer when in slider */
.content2 h4 {
    flex-shrink: 0;
}

/* Testimonials styling */
.swiper {
    padding: 18px 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

/* testimonial */
.testimonmial {}

.testimonial-card {
    width: 100%;

    border-radius: 12px;

    display: flex;
    /* flex-direction: column; */
    justify-content: space-evenly;
}

.testimonial-card p {
    color: #000;
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 45px;
    width: 500px;
}

.testimonial-meta {
    text-align: center;
    display: block;
    position: relative;
}

.swiper-slide::before {
    content: "";
    position: absolute;
    background-image: url(../images/inverted-commas.png);
    background-position: center;
    height: 100px;
    width: 100px;
    top: -10px;
    left: 9px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
}

.testimonial-meta img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* Fix: consistent class name */
.testimonial-edit h3 {
    font-size: 20px;
    line-height: 30px;
    color: #090950;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 14px;
}



/* Navigation / pagination color */
.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.swiper-pagination-bullet {
    background: #fff !important;
    color: #000 !important;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    border: 1px solid #fff;
    opacity: 1;
}

.testimonmial-content h5 {
    background-color: #090950;
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
    color: #fff;
    width: 150px;
    margin: 0 auto;
}



/* contact */
.home-contact {
    background-color: #090950;
    padding: 100px;
}

.contact-image1 img {
    border-radius: 20px;
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.contact-image1 {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, #FFFFFF00 0%, #6BBEE8 100%);
    height: 100%;
    width: 100%;
    border-radius: 20px;
}


.contact-section1 {}

.contact-section1 h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

.contact-section1 h2 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}



/* Footer Section Start Here */
footer {
    background-color: #5097AD;
    position: relative;
    padding-top: 25px;
}

/* footer:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: #222222f5;
          z-index: 0;
        } */
.footer-box h2 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 17px;
    color: var(--s-white);
}

.footer-box p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
}

.footer-box h3 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #fff;
    text-transform: uppercase;
}

.footer-box ul li {
    margin-bottom: 0.5rem;
}

.footer-box li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: all.3s;
}

.footer-box ul {
    list-style: none;
    padding: 0;
    transition: all.3s;

}

.footer-box a {
    text-decoration: none;
    color: #fff;
}

.footer-box ul li a:hover {
    color: #fff;
    letter-spacing: 1px;
    transition: all.3s;
}

.footer1stRow {
    padding: 2rem 0 1.5rem 0;
    position: relative;
    z-index: 1;
    /* border-top: 1px solid #2525251e; */
}

.socialmediaicon li a i {
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 8px;
    padding: 0;
    color: #112F4E;
    transition: 0.3s;
    border-radius: 100px;
}

.socialmediaicon ul {
    list-style: none;
    padding: 0;
}

.socialmediaicon ul li a i:hover {
    transform: rotate(360deg);
    background-color: #fff;
    color: #112F4E;
}

.SocialIcon h3 {
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}

.copyRight {
    border-top: 1px solid #ffffff5b;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.copyRight a {
    /* text-decoration: none; */
    color: #fff;
}

.copyRight p {
    color: #fff;
}



/* Back To Top CSS Start Here */
.button {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #5097AD;
    cursor: pointer;
    border: 2px solid var(--s-primary);
    /* mix-blend-mode: multiply; */
    overflow: hidden;
    border-radius: 30px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.btn-txt {
    z-index: 10;
}

.type1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: #000;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
}

.button:hover {
    box-shadow: 1px 1px 200px var(--s-white);
    color: #fff;
    border: none;
}

.type1:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
}


/* About page */
.new-content{
    text-align: center;
}
.new-content h3 {
    margin-top: 150px !important;
    border-bottom: none !important;
    font-size: 35px !important;
    width: auto;
}
.new-content a {
    display: flex;
    justify-content: center;
}
.breadcrumb a {
    color: #fff !important;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}


.about-us h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.about-us h2 {

    font-size: 40px;
    font-weight: 700;
    color: #090950;
    margin-bottom: 20px;
}

.about-us p {
    margin-top: 0;
    font-size: 16px;
}

.about1 {
    padding: 100px;
}

.about-image {
    position: relative;
}

.about-image img {
    height: 400px !important;
    object-fit: cover;
    width: 100%;
}

.black-bg {
    position: absolute;
    width: 100%;
    height: 80%;
    background-color: #090950;
    left: -25px;
    top: 100px;
    z-index: -3;
}

.about-us .header-bar button {
    background-color: #3C64FF;
    color: #fff;
    padding: 0;
}

.about-us .header-bar button:hover a {
    color: #000;
}

/* our mission */
.mission {
    width: 100%;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(120deg,
            #090950,
            #1c5a94,
            #0c4f92,
            #090950);
    background-size: 400% 400%;
    animation: gradientMove 20s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.mission-content h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 50px;
}

.mission-content h3 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.mission-content p {
    margin-top: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 50px;
}

.mission-box {
    background-color: #fff;
    margin-top: 50px;
    /* width: 264px; */
    height: 290px;
    margin-bottom: 30px;
    padding: 40px;
    gap: 10px;
}

.mission-box-content h3 {
    color: #000;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 25px;
    margin-top: 25px;
    letter-spacing: 1px;

}

.mission-box-content h5 {
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 0rem;
    color: #5f5f5f;
    font-weight: 600;

}


/*benefits  */
.benefits-content h3 {}

.titleBar span {
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    color: #090950;
    display: block;
    position: relative;
}

.titleBar {
    position: relative !important;
    margin-bottom: 20px;
}

.titleBar h3 {
    font-size: 35px;
    font-weight: 600;
    color: #090950;
    margin-bottom: 20px;
}

.titleBar p {
    font-size: 17px;
    color: var(--s-black);
    margin-bottom: 0;
}

.list {
    padding: 0;
}

.list li {
    color: var(--s-secondary);
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.list li i {
    font-size: 15px;
    color: var(--s-black);
    font-weight: 500;
    margin-right: 5px;
}

.site-btn {
    padding: 15px 40px 15px 40px;
    font-weight: 500;
    background-color: #090950;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    font-size: 16px;
    border: 1px solid #3C64FF;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    transform: translateY(0px);
    transition-duration: .3s;
}

.titleBar hr {
    margin: 10px 0;
    color: #000;
    border: 0;
    border-top: 3px solid #000;
    opacity: 1;
    width: 15%;
}



/* Service page area */

/* services */
.services-content1 h3 {
    color: #090950 !important;
    font-weight: 700 !important;

}

.services-content1 {
    margin-top: 20px;
}

.services-content1 p {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 0rem;
    font-weight: 400;
}

.services-image img {
    border-radius: 20px;
    height: 450px;
    object-fit: cover;
    width: 100%;
    clip-path: polygon(0px 0px, calc(100% - 70px) 0px, 100% 70px, 100% 100%, 0px 100%);
}

.services {
    margin-top: 100px;
}

/* service info */
.aboutSection {
    margin-top: 100px;
    padding: 50px;
}

.allServicesListBody h2 {
    color: #090950;
}

.innerServicesBtn i {
    color: #090950;
}

.innerServicesBtn a {
    text-decoration: none;
    color: #090950;

    font-weight: 600;
}

.innerServicesBtn:hover {
    background-color: #090950;
    border-radius: 15px !important;

}

.innerServicesBtn a:hover {
    color: #fff;
}

.innerServicesBtn .revSite-btn:hover {
    background-color: #090950 !important;
    color: #fff !important;
}

.innerServicesBtn:hover i {
    color: #fff;
    /* turn the icon white */
}

.innerServicesPage h1 {
    color: #112F4E;
}

.innerServicesPage p {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
}

.innerli li {

    font-weight: 600;
    font-size: 15px;
}


.fq-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.FAQs-box {
    background-image: url(../images/faq-image-one.jpg);
    border-radius: 30px;
    object-fit: cover;
}

.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.titleBar h3 {}

.breadcrumb {
    justify-content: center;
}

/* contact */
.content4 img {
    background-color: #090950;
    width: 70px;
    padding: 20px;
    border-radius: 100px;
}

.contactUSPage {
    margin-top: 60px !important;
    background-color: #5097AD;
}

.content5 {
    padding: 10px;
}

.content5 h4 {
    font-size: 16px;
    color: #102854;
    font-weight: 400;
}

.content5 h3 {
    font-size: 17px;
    font-weight: 600;
}

.contact-section {
    margin-top: 250px;
}

.contact-section h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #102854;
    margin-bottom: 15px;
}

.contact-section h2 {
    font-size: 40px;
    font-weight: 600;
    color: #090950;
    margin-bottom: 20px;
}

.main-len {
    padding: 100px 0;
}

.navbar-toggler {
    filter: brightness(0) invert(1);
}

/* terms and conditions */
.terms-title h3 {
    color: #090950;
    font-weight: 700;
    font-size: 35px;
}

.terms-title p {
    font-weight: 500;
}

.terms-title ul {}

.contact-image2 {
    margin-top: 200px;
}

/* respopnsive */
@media(min-width:1200px) {
    .testimonial-meta img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
}

@media(max-width:1200px) {
    .testimonial-meta img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
}

@media(max-width:992px) {
    .testimonial-card p {
        width: 100%;
    }

    .banner-content h1 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        text-align: left !important;
    }

    .testimonial-meta {
        display: none;
    }

    .swiper-slide::before {
        display: none;
    }

    .contact-section1 h2 {
        font-size: 45px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .about-us h4 {
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        margin-top: 50px;
        margin-bottom: 15px;
    }

    .mission-box-content h3 {
        color: #000;
        margin-bottom: 15px;
        font-weight: 400;
        font-size: 25px;
        margin-top: 25px;
        /* letter-spacing: 1px; */
    }
}

@media(max-width:767px) {
    .banner-content h1 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        text-align: left !important;
    }

    .banner-content p {
        font-size: 12px;
        color: #fff;
        /* line-height: 30px; */
        /* margin: 0 auto; */
        /* margin-top: 30px; */
        font-weight: 500;
        text-align: left;
    }

    .choose-content h2 {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
    }

    .choose-content h4 {
        color: #fff;
        font-size: 15px;
        padding-top: 150px;
    }

    .choose-content p {
        color: #fff;
        font-size: 12px;
    }

    .process-gap {
        padding: 100px 20px;
    }

    .process-content h2 {
        font-size: 30px;

    }

    .process-content h5 {
        font-size: 20px;
        font-weight: 700;
        color: #090950;
    }

    .service-gap {
        padding: 100px 20px;
    }

    .testimonmial {
        padding: 20px;
        margin-top: 100px;
        background-image: url(../images/testi-banner.jpg);
        width: 100%;
        height: 10%;
        background-size: cover;
        background-position: center;
    }

    .swiper-slide::before {
        display: none;
    }

    .testimonmial-content h2 {
        font-size: 35px;
        font-weight: 600;
        color: #090950;
        margin-bottom: 30px;
        position: relative;
    }

    .home-contact {
        background-color: #090950;
        padding: 100px 20px;
    }

    .contact-section1 h2 {
        font-size: 30px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 20px;
        margin-top: 50px;
    }

    .testimonial-meta {
        display: none;
    }

    .banner {
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 600px;
        background-attachment: fixed;
        position: relative;
        padding: 50px;
    }

    .banner-content h3 {
        margin-top: 120px;
        color: white;
        border-bottom: 2px solid rgb(255, 255, 255);
        width: fit-content;
    }

    .about1 {
        padding: 100px 20px;
    }

    .about-us h2 {
        font-size: 30px;
        font-weight: 700;
        color: #090950;
        margin-bottom: 20px;
    }

    .main-len {
        padding: 100px 20px;
    }

    .aboutSection {
        margin-top: 100px;
        padding: 30px;
    }

    .new-content h3 {
        margin-top: 150px !important;
        border-bottom: none !important;
        font-size: 9px !important;
    }

    .banner3 {
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 400px;
        background-attachment: fixed;
        position: relative;
        padding: 50px;
    }

    .breadcrumb a {
        font-size: 13px;

    }

    .breadcrumb-item.active {
        font-size: 14px;
    }
    .banner-content button {
        width: 150px !important;
    }
}


.services1 {
    padding: 100px;
}

.service-box1:hover {
    box-shadow: 7px 12px 10px -10px;
}

.service-image1 {
    position: relative;
    transition: all.3s;
    overflow: hidden;
}

.service-image1 img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.service-image1::before {
    content: "";
    position: absolute;
    background-color: #112f4e9c;
    top: 305px;
    width: 100%;
    height: 100%;
    transition: all .3s;
    /* display: none; */
}

.service-box-content1 {
    text-align: center;
    padding: 25px;
}

.content1 {
    position: absolute;
    /* or fixed */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    transition: all.6s;
}

.content1 a {
    text-decoration: none;
    color: #fff;
}

.content1 button {
    width: 150px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #fff;
}

.service-box1:hover .service-image1::before {
    display: block;
    top: 0;
    transition: all.3s;
}

.service-box1:hover .content1 {
    display: block;
    transition: all.6s;
}

.my-element {
  display: inline-block;
  margin: 0 0.5rem;
 
  animation-iteration-count: infinite;

}