@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    font-family: "Poppins", sans-serif !important;
}
.whole_page{
    background: #E9EFFF !important;
}
/* Header */
.main_navsets{
    position: sticky;
    top: 0px;
    background-color: #fff;
    z-index: 999999999;
    min-height: 50px;
}
.main_header .nav-link{
    padding: 5px 10px !important;
}
.main_header .nav-link span{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    color: #fff;
}
.main_header .navbar-nav .active span{
    color: #000 !important;
}
.main_header .navbar-nav .active{    
    background-color: #fff;
    border-radius: 100px;
}
.main_header .navbar-nav{
    background-color:#00267C ;
    padding: 5px;
    border-radius: 100px;
    box-shadow: 0px 1px 9.2px 0px #00000026 inset;
}
.main_header .nav-link span img{
    width: 30px;
    margin-right: 10px;
}
.navbar-brand{
    left: 20px;
    top: 5px;
    position: absolute;
}
.logo_img{
    width: 155px !important;
    margin-top: 10px;
}
.main_header{
    height: 80px !important;
}
.header_text i{
    color: #C90058;
    margin-right: 10px;
}
.header_text span{
    width: max-content;
    font-weight: 600;
}
.devider{
    border-right: 2px solid #000;
}
.header_text img{
    width: 50px;
    margin-right: 10px;
}
.mobi_btn{
    padding: 0px !important;
    border: none !important;
    width: max-content !important;
}
.mobi_btn img{
    width: 50px;
}
.navbar-toggler:focus{
    outline: none !important;
    box-shadow: none !important
}

@media only screen and (max-width: 1022px) {
    .main_header .navbar-nav{
        border-radius: 10px;
        width: 100% !important;
        align-items: center !important;
    }
    .navbar-brand{
        position: unset !important;
    }
    .patmark1{
        left: 2% !important;
        top: 10%;
        width: 70px !important;
    }
    .patmark2{
        right: 2% !important;
        top: 5%;
        animation-name: animate2;
        width: 80px !important;
    }
    .main_wesitecaro{
        min-height: 300px !important;
    }
    .hero_header h1{
        margin-top: 50px !important;
        animation: createBox 1s;
        line-height: 30px;
    }
    .hero_header h2{
        font-size: larger;
        margin-bottom: 50px !important;
        animation: createBox 1s;
        line-height: 30px;
    }
    .main_experience{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .youvideoheight{
        height: 200px !important;
    }
}
@media only screen and (min-width: 1022px) {
    .youvideoheight{
        height: 300px !important;
    }
    .patmark1{
        width: 100px !important;
    }
    .patmark2{
        width: 150px !important;
    }
    .main_header .navbar-nav{
        max-width: max-content !important;
    }
}
/* Hero */
.hero_header{
    position: relative;
}
.hero_header h1{
    text-align: center;
    margin-top: 30px;
}
.hero_header h2{
    text-align: center;
    color: #00267C;
    font-weight: 700;
}
.patmark1{
    position: absolute;
    left: 20%;
    top: 10%;
    animation: createBox 3s;
}
.patmark2{
    position: absolute;
    right: 28%;
    top: 5%;
    animation-name: animate1;
    animation-duration: 4s;
    animation-fill-mode: forwards;
}
/* Experience */
.main_experience{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 3%;
    padding-bottom: 3%;
}
.main_experience h1{
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px !important;
}
.main_experience span{
    color: #fff;
    text-align: center;
}
/* client */
.main_slickslide_images{
    background-color: #fff !important;
    padding: 15px 0px;
}
.morq{
    padding: 10px 0px !important;
    background: #fff;
    box-shadow: -16px 0px 19px 0px rgba(0, 0, 0, 0.20);
}
.morq_slider{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px 10px;
}
.header_green h2{
    color: #00267C;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
}
.header_green span{
    color: #000000;
    text-align: center;
    margin-top: 15px !important;
}
/* who we are */
.span_whowe span{
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    opacity: 0.65;
}
.why_choosewhite{
    border: 1px solid #CDCDCD;
    background-color: #fff;
    box-shadow: 0px 2px 12px 0px #00000040;
    border-radius: 10px;
    padding: 10px 20px !important;
    transition: 0.4s;
}
.why_choosewhite img{
    width: 100px;
    margin-bottom: 10px;
    transition: 0.4s;
}
/* Our service */
.our_service{
    background-color: #fff;
}
.main_ourservicebox{
    background-color: #fff;
    box-shadow: 0px 2px 12px 0px #00000040;
    min-height: 29em;
    margin-bottom: 10px;
}
.main_ourservicebox img{
    width: 100%;
}
.main_ourservicebox h5{
    color: #000;
    font-weight: 600;
}
.main_ourservicebox span{
    color:#5D5D5D ;
}
.owl-dots{
    display: none !important;
}
.owl-nav{
    justify-content: center;
    display: flex;
}
.owl-nav button{
    transition: 0.4s;
    background-color: transparent;
    color: #00267C;
    padding: 0px !important;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    border: 1px solid #00267C;
    margin: 10px;
}
/* Website */
.main_wesitecaro{
    min-height: 500px;
    display: flex;
    align-items: center;
}
.main_wesitecaro img{
    width: 100%;
}
/* our work */
.our_worksection{
    background-color: #00267C;
}
.shade_bgoursec{
    background: rgba(255, 255, 255, 0.3);
    padding: 20px 30px !important;
    border-radius: 20px;
    color: #fff !important;
}
.main_caroboxvideo{
    border-radius:20px !important;
    overflow: hidden;
}
.main_caroboxvideo h6{
    color: #000;
}
.main_caroboxvideo img{
    width: 100%;
}
.carobtns{
    background-color: #fff;
    color: #00267C;
    padding: 0px !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 100px;
    border: none;
    margin: 10px;
}
.setmin_heightcaro{
    min-height: 80px;
}

/* Footer */
.footer_logo{
    width: 180px !important;
    margin-bottom: 10px;
}
.footer_topmain{
    background-image: url(./source/footerbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
}
.social_icons a{
    color: #00267C !important;
    font-size: xx-large;
    text-decoration: none !important;
}
.link_footer h5{
    font-weight: 600;
}
.link_footer h6{
    color: #00267C;
    font-weight: 600;
    margin-top: 10px
}
.link_footer span{
    color: #000;
    font-weight: 400;
}
.link_footer a{
    color: #000 !important;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    margin-top: 10px;
}
.link_footer a i{
    color: #00267C !important;
    font-size: x-large;
    margin-right: 10px;
}
.backtotop{
    color: #00267C !important;
    text-decoration: none !important;
    font-weight: 600;
    width: max-content !important;
}
.backtotop span{
    padding: 10px 15px !important ;
    border-radius: 100px;
    color: #fff;
    background-color: #00267C;
    margin-left: 10px;
}
.green_footers{
    background-color: #00267C;
    padding: 5px;
}
.green_footers span{
    color: #fff;
    text-align: center;
}



/* Animations */
/* hovers */
.why_choosewhite:hover{
    transform: scale(1.05);
}
.why_choosewhite:hover img{
    transform: scale(0.8);
}
.owl-nav button:hover{
    background-color: #00267C;
    color: #fff;
    margin: 10px;
}
.three-item-carousel .owl-item:hover .main_wesitecaro img{
    transform: scale(1.1);
}
.three-item-carousel .owl-item{
    overflow: hidden;
}
.main_wesitecaro img{
    transition: 0.4s;
}
.four-item-carousel .owl-item:hover img{
    transform: scale(1.1);
}
.imghoveroff{
    overflow: hidden;
}
.four-item-carousel img{
    transition: 0.4s;
    overflow: hidden;
}
@keyframes createBox {
    from {
      transform: scale(0);
    }
    to {
      transform: scale(1);
    }
}

@keyframes animate1 {
    from {
        right: 0%;
        top: 0%;
    }
    to {
        right: 28%;
        top: 5%;
    }
}
@keyframes animate2 {
    from {
        right: 0%;
        top: 0%;
    }
    to {
        right: 2%;
        top: 5%;
    }
}