﻿body {
    margin: 0;
    padding: 0;
    background-color: #2271c1;
    font-family: Rubik, sans-serif;
}

dl,
ol,
ul {
    margin: 0 !important;
}

.logo {
    color: #003159;
    pointer-events: none;
}

.nav__link a {
    text-decoration: none;
    gap: 1.5em;
    font-size: 1.15rem;
    color: #2F2F3B;
    list-style: none;
    font-weight: 500;
}
/*
.header {
    width: 100%;
    height: 10vh;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em 1em;
}

.nav__container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}*/

.logo-icon {
    width: 55px;
    height: auto;
    margin-right: 10px;
}

.bazzar {
    color: #048ed6;
}

.logo {
    font-size: 22px;
    font-weight: 600;
    /* letter-spacing: -1px; */
    /* text-transform: uppercase; */
    color: #003159;
}

/*.nav__links {
   display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5em;
    font-size: 1.15rem;
    color: #2F2F3B;
    list-style: none;
    font-weight: bold;
}
*/

.nav__link {
    transition: all 0.3s ease;
}

    .nav__link :hover {
        color: #048ed6;
        /*    transform: translateY(-3px) !important;*/
    }
/*.dropbtn {
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}*/

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }


.dropdown:hover .dropdown-content {
    display: block;
}



/* Media Queries */
/*@media screen and (width <=768px) {
    .header {
        height: 40vh;
        padding: 1em 1em;
    }

    .nav__container {
        height: 100%;
        flex-direction: column;
        align-items: space-between;
    }
}

@media screen and (width <=360px) {
    .nav__links {
        flex-direction: column;
        gap: 1em;
    }
}*/

.animated-button {
    position: relative;
    display: inline-block;
    padding: 8px 24px;
    border: none;
    font-size: 16px;
    background-color: inherit;
    border-radius: 10px;
    font-weight: 500;
    background-color: #048ed6;
    color: #ffffff;
    box-shadow: 0 0 0 2px #ffffff20;
    border: 2px solid #ffffff;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    text-decoration: none;
}

    .animated-button span:last-child {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 20px;
        height: 20px;
        /* background-color: #7366ff; */
        border-radius: 50%;
        opacity: 0;
        transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
    }

    .animated-button span:first-child {
        position: relative;
        z-index: 1;
    }

    .animated-button:hover {
        /* box-shadow: 0 0 0 5px #7366ff; */
        color: #048ed6;
        border: 3px solid #048ed6;
        background-color: white;
    }

    .animated-button:active {
        scale: 0.95;
    }

    .animated-button:hover span:last-child {
        width: 150px;
        height: 150px;
        opacity: 1;
    }







/* h1,
h2,
h3,
h4,
h5,
h6 {}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
} */

section {
    padding: 0px 0;
    /* min-height: 100vh;*/
}

.footer {
    background: linear-gradient(105deg, #7366ff, #048ed6);
    padding-top: 80px;
    padding-bottom: 40px;
}

/*END FOOTER SOCIAL DESIGN*/
.single_footer {
}

@media only screen and (max-width:768px) {
    .single_footer {
        margin-bottom: 30px;
    }
}

.single_footer h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

    .single_footer h4::after {
        content: "";
        display: block;
        height: 2px;
        width: 40px;
        background: #fff;
        margin-top: 20px;
    }

.single_footer p {
    color: #fff;
}

.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .single_footer ul li {
    }

        .single_footer ul li a {
            color: #fff;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            line-height: 36px;
            font-size: 15px;
            text-transform: capitalize;
        }

            .single_footer ul li a:hover {
                color: #fef5f7b6;
            }

.single_footer_address {
}

    .single_footer_address ul {
    }

        .single_footer_address ul li {
            color: #fff;
        }

            .single_footer_address ul li span {
                font-weight: 400;
                color: #fff;
                line-height: 28px;
            }

.contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.contact-icon {
    line-height: 36px;
}

/*START NEWSLETTER CSS*/
.subscribe {
    display: block;
    position: relative;
    margin-top: 15px;
    width: 100%;
}

.subscribe__input {
    background-color: #fff;
    border: medium none;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 0 150px 0 20px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}

@media only screen and (max-width:768px) {
    .subscribe__input {
        padding: 0 50px 0 20px;
    }
}

.subscribe__btn {
    background-color: transparent;
    border-radius: 0 25px 25px 0;
    color: #01c7e9;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

    .subscribe__btn i {
        transition: all 0.3s ease 0s;
    }

@media only screen and (max-width:768px) {
    .subscribe__btn {
        right: 0px;
    }
}

.subscribe__btn:hover i {
    color: #003159;
}

button {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile {
    margin-top: 5px;
}

    .social_profile ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

        .social_profile ul li {
            float: left;
        }

            .social_profile ul li a {
                text-align: center;
                border: 0px;
                text-transform: uppercase;
                transition: all 0.3s ease 0s;
                margin: 0px 5px;
                font-size: 18px;
                color: #fff;
                border-radius: 30px;
                width: 35px;
                height: 35px;
                line-height: 35px;
                display: block;
                border: 1px solid white;
            }

@media only screen and (max-width:768px) {
    .social_profile ul li a {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:480px) {
    .social_profile ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.social_profile ul li a:hover {
    background: #003159;
    border: 1px solid white;
    color: #ffffff;
}

.fab {
    font-size: 18px;
    color: white;
}


:root {
    --primary-color: slategrey;
}

* {
    box-sizing: border-box;
}


.carousel-container {
    border-radius: 30px;
    overflow: hidden;
    max-width: 85%;
    position: relative;
    box-shadow: 0 0 30px -20px #223344;
    margin: auto;
    z-index: 0;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

    .mySlides img {
        display: block;
        width: 100%;
        height: 500px;
        object-fit: contain;
    }

/* image gradient overlay [optional] */
/*  .mySlides::after {
    content: "";
    position: absolute;
    inset: 0;
      background-image: linear-gradient(-45deg, rgba(110, 0, 255, .1), rgba(70, 0, 255, .2));
  } */



/* Caption text */
.text {
    color: #f2f2f2;
    background-color: rgba(10, 10, 20, 0.1);
    backdrop-filter: blur(6px);
    border-radius: 10px;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}

/* Number text (1/3 etc) */
.number {
    color: #f2f2f2;
    font-size: 16px;
    background-color: rgba(173, 216, 230, 0.15);
    backdrop-filter: blur(6px);
    border-radius: 10px;
    padding: 8px 12px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.dots-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
}

/* The dots/bullets/indicators */
.dots {
    cursor: pointer;
    height: 14px;
    width: 14px;
    margin: 0 4px;
    background-color: rgba(173, 216, 230, 0.2);
    backdrop-filter: blur(2px);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

    .active,
    .dots:hover {
        background-color: rgba(173, 216, 230, 0.8);
    }

/* transition animation */
.animate {
    -webkit-animation-name: animate;
    -webkit-animation-duration: 1s;
    animation-name: animate;
    animation-duration: 2s;
}

@keyframes animate {
    from {
        transform: scale(1.1) rotateY(10deg);
    }

    to {
        transform: scale(1) rotateY(0deg);
    }
}


.dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: 0.6s ease;
}

    .dot:hover {
        background-color: #717171;
    }

    .dot.active {
        background-color: #717171;
    }


/*--------------------------------------------------------------------------------------*/
.main_heading {
    color: #038ed6;
/*    font-size: 41px;*/
}

.main_containt {
    font-size: 16px;
    opacity: 0.9;
}

.btn_main {
    background-color: #003159;
    color: white;
    border-radius: 5px;
    transition: 0.3s;
    font-weight: 500;
}

    .btn_main:hover {
        background-color: white;
        color: #003159;
        border: 1px solid #003159;
    }

.parcel_del_img {
    width: 400px;
    height: auto;
}














/* Media Queries */
/* Card sizing */
/* Colors */
/* Calculations */
/* Placeholders */
@media (min-width: 1000px) {

    #timeline .demo-card:nth-child(odd) .head::after,
    #timeline .demo-card:nth-child(even) .head::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

    /* #timeline .demo-card:nth-child(odd) .head::before,
    #timeline .demo-card:nth-child(even) .head::before {
        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        background-color: #bdbdbd;
        border-radius: 9px;
        box-shadow: 0px 0px 2px 8px #f7f7f7;
    } */
}

/* Some Cool Stuff */
.demo-card:nth-child(1) {
    order: 1;
}

.demo-card:nth-child(2) {
    order: 4;
}

.demo-card:nth-child(3) {
    order: 2;
}

.demo-card:nth-child(4) {
    order: 5;
}

.demo-card:nth-child(5) {
    order: 3;
}

.demo-card:nth-child(6) {
    order: 6;
}

/* Border Box */
* {
    box-sizing: border-box;
}

/* Fonts */
body {
    font-family: Roboto;
}

#timeline {
    padding: 32px 0;
    background: #f7f7f7;
    border-top: 1px solid rgba(191, 191, 191, 0.4);
    border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}

    #timeline h1 {
        text-align: center;
     /*   font-size: 3vw;*/
        font-weight: 500;
        margin-bottom: 20px;
    }

    #timeline p.leader {
        text-align: center;
        max-width: 90%;
        margin: auto;
        margin-bottom: 45px;
    }

    #timeline .demo-card-wrapper {
        position: relative;
        margin: auto;
    }

/* 
@media (min-width: 1000px) {
    #timeline .demo-card-wrapper {
        display: flex;
        flex-flow: column wrap;
        width: 1170px;
        height: 1650px;
        margin: 0 auto;
    }
} */

/* #timeline .demo-card-wrapper::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid rgba(191, 191, 191, 0.4);
} */

@media (min-width: 1000px) {

    #timeline .demo-card-wrapper::after {
        border-left: 1px solid #bdbdbd;
    }
}

#timeline .demo-card {
    position: relative;
    display: block;
    margin: 10px auto 20px;
    max-width: 94%;
    z-index: 2;
}

@media (min-width: 480px) {
    #timeline .demo-card {
        max-width: 60%;
        box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
    }
}

@media (min-width: 720px) {
    #timeline .demo-card {
        max-width: 40%;
    }
}

@media (min-width: 1000px) {
    #timeline .demo-card {
        max-width: 450px;
        height: 400px;
        margin: 90px;
        margin-top: 45px;
        margin-bottom: 45px;
    }

        #timeline .demo-card:nth-child(odd) {
            margin-right: 45px;
        }

            #timeline .demo-card:nth-child(odd) .head::after {
                border-left-width: 15px;
                border-left-style: solid;
                left: 100%;
            }

    /* #timeline .demo-card:nth-child(odd) .head::before {
        left: 491.5px;
    } */
    .row {
        padding: 0 !important;
        margin: 0 !important;
    }

    #timeline .demo-card:nth-child(even) {
        margin-left: 45px;
    }

        #timeline .demo-card:nth-child(even) .head::after {
            border-right-width: 15px;
            border-right-style: solid;
            right: 100%;
        }

        #timeline .demo-card:nth-child(even) .head::before {
            right: 489.5px;
        }

    #timeline .demo-card:nth-child(2) {
        margin-top: 180px;
    }
}

#timeline .demo-card .head {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
}

    #timeline .demo-card .head .number-box {
        display: inline;
        float: left;
        margin: 15px;
        padding: 10px;
        font-size: 35px;
        line-height: 35px;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.17);
    }

    #timeline .demo-card .head h2 {
        text-transform: uppercase;
        font-size: 1.3rem;
        font-weight: inherit;
        letter-spacing: 2px;
        margin: 0;
        padding-bottom: 6px;
        line-height: 1rem;
    }

@media (min-width: 480px) {
    #timeline .demo-card .head h2 {
        font-size: 165%;
        line-height: 1.2rem;
    }
}

#timeline .demo-card .head h2 span {
    display: block;
    font-size: 0.6rem;
    margin: 0;
}

@media (min-width: 480px) {
    #timeline .demo-card .head h2 span {
        font-size: 0.8rem;
    }
}

#timeline .demo-card .body {
    background: #fff;
    border: 1px solid rgba(191, 191, 191, 0.4);
    border-top: 0;
    padding: 15px;
}

@media (min-width: 1000px) {
    #timeline .demo-card .body {
        height: 315px;
    }
}

#timeline .demo-card .body p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}

#timeline .demo-card .body img {
    display: block;
    width: 100%;
}

.card-gif {
    margin-top: -30px;
}

#timeline .demo-card--step1 {
    background-color: #46b8e9;
}

    #timeline .demo-card--step1 .head::after {
        border-color: #46b8e9;
    }
#timeline .demo-card--step12 {
    background-color: #46b8e9;
}

    #timeline .demo-card--step12 .head::after {
        border-color: #46b8e9;
    }

#timeline .demo-card--step2 {
    background-color: #3ee9d1;
}

    #timeline .demo-card--step2 .head::after {
        border-color: #3ee9d1;
    }

#timeline .demo-card--step3 {
    background-color: #ce43eb;
}

    #timeline .demo-card--step3 .head::after {
        border-color: #ce43eb;
    }

#timeline .demo-card--step4 {
    background-color: #4d92eb;
}

    #timeline .demo-card--step4 .head::after {
        border-color: #4d92eb;
    }

#timeline .demo-card--step5 {
    background-color: #46b8e9;
}

    #timeline .demo-card--step5 .head::after {
        border-color: #46b8e9;
    }

.fact-area {
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.sky-bg {
    background: #EAF5FF;
}

.section-padding {
    padding: 60px 0;
}

.fact-area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(270deg, #1c364a 50%, rgba(8, 40, 64, 0.86) 100%);
    background: #08273e;
    z-index: -1;
}

.section-title p {
    color: #0984e3;
    font-weight: 500;
}

.section-title h2 {
    font-size: 55px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: -1px;
    margin: 5px 0;
    color: #253745;
}

.single-process-area {
    text-align: start;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.process-icon {
    position: relative;
}

.process-icon_1 img {
    width: 60px;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.process-icon img {
    width: 60px;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

/* .process-icon::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 80px;
    height: 1px;
    border: 1px dashed #0984E3;
    opacity: 0.7;
} */

.single-process-area h5 {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin: 20px 0 0;
}

.counter {
    display: flex;
    flex-direction: column;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em;
}

.location-sec {
    background-color: #0390d61e;
    width: 100%;
    padding: 50px;
    backdrop-filter: blur(10px) !important;
}

/*---------*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 1001;
    border-radius: 10px;
    width: 3.5rem;
    cursor: pointer;
    color: #08273e;
}


.navbar {
    background: #fff;
}

/*    .navbar .navbar-nav .nav-link {
        color: #000;
    }*/

@media screen and (max-width: 768px) {
    .btn-outline-dark {
        border: none;
        padding: 0;
        outline: none;
    }

        .btn-outline-dark:hover {
            background: none;
            color: gray;
        }
}

.footer ul li a {
    font-weight: 600;
    text-decoration: none;
}

.title {
    font-family: Rubik, sans-serif;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    margin-bottom: 20px;
}

.leader {
    color: #003159;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.teambackgroung {
    background-color: #003159;
    padding:100px 0
}

.leadership {
    background-color: #0390d61e;
  
}

    .leadership h4 {
        color: #003159;
    }

.ch-name {
    color: #565454ad;
}
