*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: 'Figtree', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
    padding: 0;
    font-family: 'Figtree', sans-serif;
    ;
}

p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 15px;
    font-family: 'Figtree', sans-serif;
}

p:last-child {
    padding-bottom: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.btn {
    border: 2px solid #000;
    color: #000;
    background: transparent;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 8px;
    text-align: center;
    width: max-content;
}

.btn-banner {
    margin-top: 36px;
    padding: 10px 24px;
}

/* header{
    padding: 10px 0;
} */

.logo-image img {
    width: 120px;
}

.right-icon,
.right-icon-sm {
    display: flex;
    justify-content: end;
}

.right-icon svg,
.right-icon-sm svg {
    width: 20px;
    margin-left: 20px;
}

.right-icon-sm {
    display: none;
}

.bg-light {
    background-color: #fff !important;
}

header {
    border-top: 5px solid #2D51A3;
}

header .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 16px !important;
    color: #000 !important;
}

header .nav-link.active {
    color: #2d51a3 !important;
}

header .nav-link svg {
    width: 24px;
}

.banner {
    background: #f5f5f5;
    padding: 50px 0 0;
}

.banner h2 {
    font-size: 62px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.banner p {
    font-size: 20px;
    font-weight: 500;
}

.feature {
    padding: 80px 0;
}

.feature-top-text {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 30px;
}

.feature h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}

.feature p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    max-width: 580px;
}

.feature-box {
    box-shadow: 0 0 10px 0 rgb(120 120 120 / 18%);
    margin: 8px;
    background-color: #f2f2f2;
}

.feature-box .feature-text {
    padding: 25px;
    text-align: center;
    background: #fff;
}

.feature-box .feature-text h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

.feature-box .feature-text h5 {
    font-size: 18px;
}

.feature-box .feature-image {
    position: relative;
}

.feature-box .overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 2;
    cursor: pointer;
}

.feature-box:hover .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-feature {
    position: absolute;
    bottom: 25px;
    border-radius: 50px;
    background: #fff;
    padding: 8px 50px;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.feature-icon {
    position: absolute;
    top: 18px;
    right: 14px;
    display: flex;
    flex-flow: column;
}

.feature-icon .icon-box {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.feature-icon .icon-box svg {
    width: 18px;
}

.about {
    padding: 80px 0;
    background: #f8faff;
}

.about-text {
    margin-right: 24px;
}

.about h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about p {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
}

.btn-about {
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #000;
    padding: 8px 25px;
}

.testimonial {
    padding: 80px 0;
}

.testimonial-top-text {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 30px;
}

.testimonial-top-text h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}

.testimonial-top-text p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    max-width: 580px;
}

.testimonial-slider {
    position: relative;
}

.test-box {
    background: #f7f9ff;
    padding: 70px 30px 30px;
    border-radius: 8px;
    box-shadow: 5px 0px 10px 0 rgb(110 110 110 / 20%);
    margin: 50px 20px 20px;
    position: relative;
}

.test-box p {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}

.test-image {
    position: relative;
}

.test-image img {
    width: auto !important;
    border: 4px solid #2d51a3;
    border-radius: 50%;
    position: absolute;
    top: -115px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.box-bottom {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-bottom-left h4 {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.box-bottom-left h5 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.box-bottom-right svg {
    width: 18px;
    fill: #2d51a3;
}

.testimonial-slider.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    width: 100%;
}

.testimonial-slider button.owl-prev {
    position: absolute;
    left: 0;
    background: #2d51a3 !important;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    font-size: 30px !important;
    color: #fff !important;
    line-height: 35px !important;
}

.testimonial-slider button.owl-next {
    position: absolute;
    right: 0;
    background: #2d51a3 !important;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    font-size: 30px !important;
    color: #fff !important;
    line-height: 35px !important;
}

.brand {
    background: #f8faff;
    padding: 60px 0;
}

.brand-image {
    padding: 20px;
    margin-bottom: 20px;
}

.brand-image img {
    margin: 0 auto;
}

.brand ul.slick-dots {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 0;
}

.brand ul.slick-dots li button {
    background-color: #ddd;
}

.brand ul.slick-dots li.slick-active button {
    background-color: #2d51a3;
}


.footer {
    background-color: #808080;
    padding: 60px 0 20px;
}

.footer-text {
    margin-bottom: 50px;
}

.footer-text h5 {
    font-size: 25px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-text p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.footer-copy {
    border-top: 1px solid #fff;
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.footer-copy p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.2px;
    margin-left: 30px;
}


@media(max-width:992px) {
    .banner h2 {
        font-size: 45px;
    }

    .banner p {
        font-size: 17px;
    }

    .feature-box .feature-text {
        padding: 24px 17px;
        text-align: center;
        background: #fff;
    }

    .feature-box .feature-text h4 {
        font-size: 20px;
    }

    .feature h3 {
        font-size: 32px;
    }

    .btn-banner {
        margin-top: 20px;
        padding: 8px 24px;
        border: 1px solid #000;
        font-size: 18px;
        font-weight: 500;
    }

    .right-icon {
        display: none;
    }

    .right-icon-sm {
        display: block;
    }
}

@media(max-width:575px) {
    .banner h2 {
        font-size: 40px;
    }

    .banner p {
        font-size: 16px;
    }

    .about p {
        font-size: 16px;
    }

    .feature h3 {
        font-size: 26px;
    }

    .test-box {
        padding: 30px 30px;
        margin: 0;
    }

    .test-image {
        padding-bottom: 15px;
    }

    .test-image img {
        position: relative;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonial-slider.owl-theme .owl-nav {
        display: none;
    }

    .navbar .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width:400px) {
    .feature-box .feature-text h4 {
        font-size: 18px;
    }

    .test-box {
        padding: 30px 16px;
        margin: 0;
    }

    .box-bottom {
        flex-flow: column;
    }
}







/* inner page */

.inner-banner {
    padding: 120px 0;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.inner-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.inner-text {
    position: relative;
    z-index: 2;
}

.inner-text h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
}

.inner-box {
    position: relative;
    z-index: 2;
    color: #fff;
    display: flex;
    justify-content: end;
    align-items: center;
}

.inner-box .breadcrumb {
    margin-bottom: 0;
}

.inner-box a{
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.contact{
    padding: 80px 0;
    background: #d6d6d6;
}

.contact h3{
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.contact p {
    font-size: 17px;
    font-weight: 500;
    color: #777777;
}

.contact h4 {
    font-size: 22px;
    font-weight: 600;
    color: #666;
    margin: 30px 0 8px;
    text-transform: uppercase;
}

.contact label {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 6px;
    color: #777777;
}

.contact .form-control {
    background: #ffffff;
    box-shadow: 0 0 5px 0 rgb(80 80 80 / 20%);
    border: 0;
    min-height: 50px;
}







.allies {
    padding: 80px 0;
}

.allies-top-text {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 30px;
}

.allies h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}

.allies p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    max-width: 580px;
}

.allies-box {
    box-shadow: 0 0 10px 0 rgb(120 120 120 / 18%);
    margin: 8px;
    background-color: #f2f2f2;
}

.allies-box .allies-text {
    padding: 25px;
    text-align: center;
    background: #fff;
}

.allies-box .allies-text h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

.allies-box .allies-image {
    position: relative;
}









.story {
    padding: 80px 0;
}

.story-bottom{
    padding: 80px 0 20px;
    background: #f8faff;
}

.story-top-text {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 30px;
}

.story h3, .story-bottom h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}

.story p, .story-bottom p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    max-width: 100%;
}

.story-box {
    box-shadow: 0 0 10px 0 rgb(120 120 120 / 18%);
    margin: 8px;
    background-color: #f2f2f2;
}

.story-box .story-text {
    padding: 25px;
    text-align: center;
    background: #fff;
}

.story-box .story-text h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

.story-box .story-image {
    position: relative;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-btn svg{
    width: 15px;
}

.gallery-slider .prev.slick-arrow {
    left: 0;
}

.gallery-slider .next.slick-arrow {
    right: 0;
}

.gallery-slider .slick-arrow{
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-slider .slick-arrow svg {
    width: 16px;
}

.video_popup iframe {
    border: 0;
    width: 100%;
    aspect-ratio: 16/9;
}

.modal-dialog {
    max-width: 700px;
}
