/********** Template CSS **********/
:root {
    --primary: #00437c;
    --light: #F5F5F5;
    --dark: #231f20;
}
li{list-style:none;}
.btn-outline-warning {
    color: #222222;
    border-color: #13b9ff;
}
.fs-40{font-size: 30px; margin-top: 10px;}
.fa-check{color:green;}
.fa-sun{color:green;}
.m-height{max-height:260px;}
.m-height-380{max-height:380px;}
.m-height-550{max-height:550px;}
.bottom-navyblue {
    padding-bottom: 7px;
    border-bottom: 1px solid #13b9ff;
}
.fw-medium {
    font-weight: 500 !important;
}

.bg-trans{background: rgba(0, 0, 0, 0.5);}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}
.arrw::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.arrw::before {
  //font-family: "Font Awesome 5 Free";
  font-weight: 500;
  content: "\276F";
  padding-right:5px;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.breadcrumb-item a{color:#FFFFFF}
.product .section-title h1 {color:#1E4682; text-align: left;display:block;padding: 0;}
.product .navy {color:#1E4682; font-size: 20px;}
.product strong{color:#1E4682;display:block;}
.product h2{font-size:24px; color:#1E4682; }

.video-page h1{color:#FFFFFF; font-size:60px;}
.video-page .btn-light{color:#00CDFF;font-weight:bold;}
.text-white a{color:#ffffff;}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/* =======  Video Background style  ======= */
.video-fullscreen {
    overflow: hidden;
  }
  .video-fullscreen .video.grayscale {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
  }
  .video-fullscreen .video {
      height: 100vh;
  }
  .video-fullscreen video {
    width: 100vw;
    min-width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .video-fullscreen .v-middle {
      z-index: 0;
  }
  .video-fullscreen h6,
  .video-fullscreen[data-overlay-dark] h6 {
      display: inline-block;
      font-weight: 400;
      font-size: 12px;
      color: #13b9ff;
      margin-bottom: 15px;
      text-transform: uppercase;
      letter-spacing: 2px;
  }
  .video-fullscreen h1,
  .video-fullscreen[data-overlay-dark] h1 {
     font-family: "Montserrat", sans-serif; 
      position: relative;
      font-size: 18px;
      letter-spacing: 3px;
      font-weight: 400;
      color: #fff;
      margin-bottom: 15px;
      -webkit-animation-delay: .4s;
      animation-delay: .4s;
  }
   .video-fullscreen h1 span,
  .video-fullscreen[data-overlay-dark] h1 span {
    font-family: "Montserrat", sans-serif;
      position: relative;
      font-size: 36px;
      font-weight: 600;
      -webkit-animation-delay: .4s;
      animation-delay: .4s;
      color: #FFF;
 
  } 
  .video-fullscreen p,
  .video-fullscreen[data-overlay-dark] h1 {
    font-family: "Montserrat", sans-serif;
      font-size: 20px;
      color: #fff;
      margin-bottom: 15px;
  }
.video-cont p{color:#1e4682; font-size:18px; font-weight:bold; padding:0 20px 0 0px;margin:30px;}
.video-cont hr{ margin:30px 0;}
.video-cont .section-title h1{margin:30px 0;}
  
.youvideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 /*TABLE*/
.table {
   /* width: 100%;
  
    margin-bottom: 20px;*/
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
}

table {
    background-color: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border: 1px solid #dddddd;
}
.table tr:nth-child(even) {background: #FFF!important;}
.table tr:nth-child(odd) {background: #F2F2F2!important;}

.table b, strong {
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > .table {
            margin-bottom: 0;
            width: 1240px;
        }
   .sld p{display:none;}
}
/*TABLE*/
/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    cursor: pointer;
}
    .btn-square:hover {
        color: #fff;
  
    }
    .btn-linsnled {
        background: rgb(1,205,255);
        background: linear-gradient(90deg, rgba(1,205,255,1) 0%, rgba(52,151,255,1) 100%);
        transition: all 0.5s ease;
    }
.btn-linsnled:hover {
    background: rgb(52,151,255,1);
    background: linear-gradient(90deg, rgba(52,151,255,1) 0%, rgba(1,205,255) 100%);
}
/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-left: 20px;
    margin-right: 10px;
    padding: 25px 0;
    color: #222222;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

/*mega menu*/
.navbar .megamenu{ padding:0 1rem 1rem 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  min-height:420px;  }

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    /*overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;*/
      max-height: 450px;
      overflow: auto;
      background: #FFF;
      text-align: left;
  }
}
/* ============ mobile view .end// ============ */

/*mega menu*/
@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0.5;
        visibility: hidden;
        transition: .2s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .2s;
        opacity: 1;
    }
}


/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
.video-page h1{color:#FFFFFF; font-size:30px;}
.m-height-550{max-height:auto; width:100%;}

}

.header-carousel .owl-nav {
    position: absolute;
    width: 96%;
    height: 45px;
    bottom: 30px;
    top: 47%;
    left:2%;
    right:2%;
    display: flex;
    justify-content: space-between;
}

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #084980;
        background: transparent;
        border: 1px solid #084980;
        border-radius: 5px;
        font-size: 22px;
        transition: .5s;
        cursor: pointer;
    }

        .header-carousel .owl-nav .owl-prev:hover,
        .header-carousel .owl-nav .owl-next:hover {
            background: var(--primary);
            border-color: var(--primary);
            color: var(--light);
        }

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    
    background-size: cover!important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
    color: #1E4682;
    font-size:34px;
}

.section-title.text-start h1 {
    padding-left: 0;
}

/*.section-title h1::before,
.section-title h1::after {
    position: absolute;
    content: "";
    
    width: 40px;
    height: 0px;
    top: 10px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 40px solid #13b9ff;
    height: 0px;

}*/

.section-title h1::before {
    left: 0;
}

.section-title h1::after {
    right: 0;
}

.section-title.text-start h1::before {
    display: none;
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}
/*Products*/
.products a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.products .product-text {
    margin-top: -90px;
    background-color: rgba(255,255,255, 0.5)
}
/*** Service ***/
.service-item img {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.1);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 4) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 4) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 4) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    background: rgba(53, 53, 53, .7);
    transition: .5s;
}

.portfolio-item:hover .portfolio-overlay {
    width: 100%;
    height: 100%;
    left: 0;
}
.portfolio-item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.portfolio-item .portfolio-overlay .btn {
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 38px;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}
 
.testimonial-carousel .owl-item .testimonial-text {
    /*border: 5px solid var(--light);*/
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}

.testimonial-carousel .owl-nav {
    position: relative;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}
.testimonial-item a{position: absolute; top:0;bottom: 0;left:0; right: 0;}
.testimonial-item .w-100{
    position:relative;
    height:40vh;
    overflow:hidden;
    border-radius:10px;
}
.testimonial-item .w-100 img{
    position:relative;
    overflow:hidden;
}
/* important css */
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 60%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 9;
}
.play {
    border-top: 20px solid white;
    border-bottom: 20px solid white;
    border-left: 40px solid ffdd00;
    height: 0px;
  }
 
/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer {
    background-size: cover;
    background: #4486fe;
    /*  position: relative;*/
}
/*.footer-background-overlay {
    background-color: #7F47FE;
    opacity: 0.5;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}*/
.navbar .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*color: var(--light);*/
    border: 1px solid #231f20;
    transition: .3s;
}
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}