.main-menu{
    box-shadow: 1px 2px 12px #7dafc6!important;
    border-bottom:unset!important;
    z-index: 99;
    position: relative;
}
.banner{
    /* margin-top: 10px; */
    /* z-index: -1; */
}
.special-box {
    text-align: center;
    height: 100%;
    background: #e0f2f8;
    margin-top: unset!important;
    display: grid;
}
.special-box:hover{
    box-shadow: 0px 6px 14px 3px #b2d7e0b5;
    background-color: white;
}

.infoNav{
    background-color: #091c2e;
    color: white;
}
/* /info nav */
.link_tray{
    height: 100%;
    align-items: center;
    display: flex;
}
.link_tray a{
    color: white!important;
}
.infoNavIcon{
    background-color: #ff0405!important;
    font-size: 11px!important;
    width: unset!important;
}
.infoNavIcon2{
    background-color: #000729!important;
    font-size: 11px!important;
    width: unset!important;
    box-shadow: 0px 0px 4px 1px #abedff;

}
.infoUl{
    display: inline-flex;
    gap: 10px;
}
.infoUl li{
    align-items: center;
    display: flex;
    font-size: 11px;
}
.special-box h5 {
    font-weight: unset!important;
    font-size: unset!important;
    color: #051c41;
    font-family: fantasy!important;
}

/* /menu li */
.navbar-nav {
    gap: 5px;
}
.navbar-nav li a{
    font-weight: 600;
}
.navbar-nav li a:hover{
    background-color: #091c2e;
    border-radius: 6px;
    color: white;
}
/* /video section */
.header .lead {
    max-width: 620px;
}
.lg-backdrop{
    background-color: #000000de!important;
}
#gallery-container{
    justify-content: center;
    width:100%!important;
    margin: 0px;
}
.gallery-container a {
    /* width: 240px; */
    margin-top: 30px;
    /* box-shadow: 0px 7px 20px rgb(107 188 235 / 45%); */
    /* border-color: #50320e; */
    border-radius: 10px;
    position: relative;

    justify-content: center;
    align-items: center;
    /* text-align: center; */
    display: flex;
}

.gallery-container a img {
    width: 100%;
    /* min-width: 250px; */
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 7px 20px rgb(107 188 235 / 45%);
    border:3px solid white;
}
.gallery-container a i {
    position: absolute;
    /* top: 42%; */
    /* left: 44%; */
    font-size: xx-large;
}
.gallery-container a:hover{
    margin-top: 20px;
}


.gallery-container a i:hover{
    color: white;
}

.mfp-container{
    position: fixed!important;
}

/* &another */
.headerVideoLink i{
    color: #00082e;
}
.headerPopup{
    width: 75%;
}
.mfp-content{
    justify-content: center!important;
    display: inline-flex!important;
}
.headerPopup iframe{
    padding: 30px!important;
    background-color: black;
    border-radius: 10px;
}
.headerPopup button{
    color: white!important;
}
/* /footer */

footer{
    background-color: rgb(222 242 252);
    /*border-radius: 50px 50px 0 0;*/
}

/* /media */
@media screen and (max-width:768px){
    .gallery-container{
        display: flow-root!important;
    }
    #gallery-container a {
        /* display: block; */
        /* padding: 10px; */
        margin: 0px!important;
        margin-top: 30px!important;
        /* width: 100% */
    }


    .testimonials .testimonial-item .testimonial-img{
        display: block!important;
        /* position: absolute!important; */
        /* top: -15px!important;
        left: -15px!important; */
    }


    /* &another */
    .headerPopup{
        width: 100%!important;
    }
    .headerPopup iframe{
        padding: 0px!important;
    }
}

/* /testimonial */
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
    padding-left: 50px;
  }
  .testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
  }
  .testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 60px;
    margin: 30px 15px;
    min-height: 200px;
    /* box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08); */
    box-shadow: 0px 2px 12px rgb(107 188 235 / 45%);
    position: relative;
    background: #fff;
    border-radius: 10px;
  }
  .testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 25%;
    /* border: 6px solid #fff; */
    box-shadow: -6px 6px 16px 0px #4185a363;
    position: absolute;
    left: -45px;
  }
  .testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
  }
  .testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
  }
  .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #e1f0fa;
    font-size: 26px;
  }
  .testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
  }
  .testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
  }
  .testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px auto 15px auto;
  }
  .testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  .testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #3498db;
  }
  .testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #3498db;
  }
  .testimonial-area{
    padding: unset!important;
    padding-top: 50px!important;
  }
  .testimonials .testimonial-item h3{
        color: #ff5722!important;
    }

    .testimonial-item{
        -webkit-transition: background-color 1s ease-out;
        -moz-transition: background-color 1s ease-out;
        -o-transition: background-color 1s ease-out;
        transition: background-color 1s ease-out;
    }
    .testimonial-item:hover{
        background-color: #091c2e;
        color: white!important;
    }


  .about-section{
    padding-top: 50px!important;
    background-color: #a2d5ff30;
}


.mainFooter{
    position: relative;
}
.mainFooterBg{
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    justify-content: center;
    z-index: -1;
    opacity: .3;
}
.mainFooterBg img{
    height: 100%;
    z-index: -1;
    transform: scale(2.5);
}

footer li, footer li a{
    color: #011836!important;
}

  @media (max-width: 767px) {
    .testimonials .testimonial-wrap {
      padding-left: 0;
    }
    .testimonials .testimonials-carousel, .testimonials .testimonials-slider {
      overflow: hidden;
    }
    .testimonials .testimonial-item {
      padding: 30px;
      margin: 15px;
      text-align: center;
    }
    .testimonials .testimonial-item .testimonial-img {
      position: static;
      display: inline-flex!important;
      left: auto;
        margin-top: -75px;
    }
    .owl-item{
        margin-top: 30px;

    }
    .mainFooterBg img{
        transform: scale(.7);
    }
  }
  

/* /media/news */


.media-area{
    background-color: #e3edf5;
    
}
  .main{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .card{
    min-width: 300px;
    margin: 0 auto;
    position: relative;
    box-shadow:0 20px 25px -5px rgba(0,0,0,.1), 0 10px 10px -5px rgba(0,0,0,.04);
    border-radius: 10px;
  }
  .card img{
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .card-title{
    margin: 0;
    /* padding: 0; */
    /* position: absolute; */
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: center;
    align-items: center;
    /* width: calc(100% - 40px); */
    background: #091c2e;
    position: absolute;
    left: 50%;
    text-align: center;
    color: #f0f8ff;
    bottom: 0;
    border-radius: 20px 20px 0 0;
    transform: translateX(-50%);
    font-family: roboto,sans-serif;
    box-shadow: 0 -10px 15px 1px rgb(168 202 207/49%), 0 5px 5px -5px rgb(119 217 233/0%);
  }
  .card-title h4{
    font-family: 'Roboto', sans-serif;
  }
  .card-title h3{
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
  }
  
  .card-content{
    width: 100%;
    height: 100%;
    align-items: end;
    display: flex;
    background: #fff;
    border-radius: 0 0 10px 10px;
  }



.card-content-row{
    display: contents;
    flex-wrap: wrap;
    border-bottom: 1px solid #e2e8f0;
  }
  .card-content-col{
    width: 100%;
    padding: 20px;
    font-family: 'Source Sans Pro', sans-serif;
  }
  .card-content-col a{
      font-weight: 600;
  }
  .card-content-col .fa{
    font-size: 25px;
    vertical-align: middle;
    margin-right: 10px;
    color: #718096;
  }
  .card-content-user-info{
    width: 100%;
    padding: 10px;
    display: flex;
    background: #f7fafc;
    border-radius: 0 0 10px 10px;
  }
  .card-content-user-info img{
    width: 60px;
    height: 60px;
    margin: 10px;
    border-radius: 50%;
    vertical-align: middle;
  }
  .card-content-user-info h4{
    font-family: 'Roboto', sans-serif;
  }
  .card-content-user-info p{
    font-family: 'Roboto', sans-serif;
  }
  .card-content-user-info .card-content-user-contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
  }





/* &media query */
@media only screen and (max-width: 991px){
    .header .infoNav {
        background-color: #091c2e;
    }
    .infoSec{
        display: flex;
        justify-content: center;
        overflow-wrap: anywhere;
    }
    .special-box{
        display: inline-table!important;
    }
    .infoSec .link_tray #social-icon{
        margin-left: unset!important;
    }
}

@media only screen and (max-width: 420px){
    .infoUl li{
        font-size: .4rem!important;
    }
    .link_tray{
        padding-right: 0px!important;
    }

    .form-box{
        width: 95%!important;
    }
}

