/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 60px;
  max-width: 1600px;
  margin: 0 auto;
  background:#051a2b;
}
/* Since positioning the image, we need to help out the caption */
.item .carousel-caption {
  z-index: 10;
  text-align: left;
  text-shadow: none;
  bottom:110px;
  left:60px;
  right:60px;
}
.carousel-caption h1{
  color:#1e2022;
}
.carousel-caption .btn{
  padding: 8px 30px;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  /*background-color: #fbfdff;*/
  width: 100%;
  text-align: center;
  overflow-x: hidden;
}

.item .container{
  position: relative;
  height: 480px;
}
.carousel-inner > .item > .banWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.item img{
  height: 480px;
}
.carousel-control {
  text-shadow: none;
  width:10%;
}
.carousel-control.right,.carousel-control.left{
  background-image:none;
  filter:none;
}
.item p{
  color:#fff;
  text-shadow: #2e5087 0 0 4px;
}
.item h1{
  color:#fff;
  text-shadow: #2e5087 0 0 10px;
}
.item .btn{
  color:#fff;
  background-color: #377dff; 
}
#ban2 .btn {
  color:#fff;
  background-color: #377dff; 
}
#ban1 h1{
  font-weight: 600;
  text-shadow: #002157 0 0 4px;
}
#ban1 p,#ban2 p,#ban6 p {
  font-weight: 600;
  text-shadow: #002157 0 0 4px;
}

.carousel-fade .carousel-inner .item{ opacity:0; -webkit-transition-property:opacity;-moz-transition-property:opacity ; -ms-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity; transition-duration:0.5s;}
.carousel-fade .carousel-inner .active{ opacity: 1;}
.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{left: 0;opacity: 0;}
.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {opacity: 1;}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */


/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.text-muted{
  color:#417ee1;
}


.u-pricing-v1{
    float: none;
    margin:20px auto;
    transition: all .2s ease-in-out;
  }
  .u-pricing-v1:hover {
    margin-top:10px;
  }
  .u-pricing-v1__header{
    background:none;
    padding-bottom: 10px;
  }
  .featureWrap{
    background:#f7fbff;
  }
  .FeatureBox{
    margin: 80px auto;
  }
  .FeatureBox img {
    display: block;
    width: 100%;
    margin:0 auto;
  }
  .u-pricing-v1-toggler {
    border:1px solid #77838f;
  }
  .FeatureText{
    margin-top:20px;
    margin-bottom: 40px;
  }
  .featurette li{
    color: #77838f;
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .contactList .u-pricing-v1{
    padding:40px 40px;
  }
  .u-pricing-v1__content{
    padding:0 1rem 2rem;
  }
  .contactList li{
    margin: 12px 0;
  }
  .gzrsic-icon i{
    padding:8px;
    border-radius: 4px;
    background:#377dff;
    color:#fff;
    line-height:1;
    margin-right: 8px;
  }
  .gzrsic-icon b{
    margin-right: 12px;
  }
  .pb-1, .py-1{
    padding-bottom:0.25rem !important;
  }
  .mr-1, .mx-1{
    margin-right:6px !important;
  }
  .text-primary{
    color:#377dff !important;
    font-size: 1rem;
  }
  .big-icon{
    width: 140px;
    height: 140px;
    margin:0 auto;
    overflow: hidden;
  }
  .big-icon img{
    display: block;
    margin:0 auto;
  }
  .blue-icon{
    background-color:#eff4ff;
  }
  .red-icon{
    background-color:#fff2f5;
  }
  .green-icon{
    background-color:#ebfff3;
  }
  .serDetail .serviceBox{
    border:none;
    position: relative;
  }
  .serviceBox img{
    margin:0;
  }
 .u-label-box{
    text-align: center;
    margin: 20px auto;
  }
  .serviceBox .prodtitle{
    font-size: 14px;
    color:#fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin:0;
    line-height: 2.4;
    background-color:rgb(55,125,255);
    background-color:rgba(55,125,255,0.8);
    vertical-align: middle;
    transition: all ease 0.2s;
  }
  .serviceBox:hover .prodtitle{
    top:0;
    height: 100%;
    padding-top: 40%;
  }
  .slideImg{
    display: block;
    margin:0 auto;
  }
  .video-container {
    overflow: hidden;
  }
  .video-wrapper{
    margin:30px auto;
    text-align: center;
  }
  #video_id{
    width: 100%;
    height: 480px;
    margin:20px auto;
  }
  .video-js .vjs-big-play-button{
    /* left:50%;
    top:50%;
    margin-left:-1.5em;
    margin-top:-0.75em; */
    left:auto;
    top:auto;
    bottom:20px;
    right:20px;
  }
  .carousel-control,.carousel-control:link,.carousel-control:visited,.carousel-control:active,.carousel-control::selection {
    color:#c2d9ff
  }
  .carousel-control:hover {
    color:#adcbfb;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .characterBox {
    padding: 0 3.5%;
  }
  .featurette {
    padding: 20px;
    margin: 0 10px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    box-shadow: 0 2px 10px #ddd;
  }
  .featurette mark {
    color: #00c9a6;
    background-color: #ebf9f6;
  }
  .red-box {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  .green-box {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  .red-box .u-btn-primary--air{
    color:#e6588c;
    background-color:#fff2f5;
    background: rgba(228, 128, 151, 0.1);
  }
  .red-box .u-btn-primary--air:hover {
    color:#fff;
    background-color:#fff2f5;
    background: rgba(255, 70, 113, 0.8);
    box-shadow:0 4px 17px rgba(255, 55, 98, 0.35)
  }
  .green-box .u-btn-primary--air{
    color:#51bf24;
    background-color:#ebfff3;
    background: rgba(50, 195, 108, 0.1);
  }
  .green-box .u-btn-primary--air:hover {
    color:#fff;
    background-color:#ebfff3;
    background: rgba(63, 179, 34, 0.8);
    box-shadow:0 4px 17px rgba(55, 255, 72, 0.35)
  }
  .carousel-inner img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    left: 0;
  }
  .banWrap {
    height: 480px;
    overflow: hidden;
  }
  @media (max-width: 4000px) {
    .caption{
      display: none;
    }
    
    .active .caption{
      display: block;
      -webkit-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeInRight;
      animation-name: fadeInRight;
    }
    .active .ban-btn{
      -webkit-animation-duration: 0.4s;
      animation-duration: 0.4s;
    }
    .active .carousel-caption h1{
      -webkit-animation-duration: 0.1s;
      animation-duration: 0.1s;
    }
  }
  @media (min-width: 992px){
    /* .featurette-heading {
      margin-top: 120px;
    } */
    .featurette .u-label{
      margin-top: 20px;
    }
    .featurette h2{
      font-size: 44px;
    }
    #ban1 p,#ban2 p,#ban6 p {
      font-size: 20px;
    }
  } 
  @media (max-width: 992px) {
    .characterBox {
      padding-top: 10px;
      border: 1px solid #eeeeff;
    }
  }
  @media (max-width: 1600px) {
    .carousel-inner img {
      width: auto;
      height: 480px;
      margin-left: -800px;
      top: 0%;
      left: 50%;
    }
  }
  @media (max-width: 768px) {
    .item .container{
      height: 300px;
      background: rgba(0, 5, 31, 0.6)
    }
    .banWrap {
      height: 300px;
    }
    .banWrap img{
      width: auto;
      height: 300px;
      margin-left: -600px;
    }
    .item .carousel-caption {
      bottom: 50px;
    }
    .item h1{
      font-size: 24px;
    }
    .characterBox {
      margin: 20px;
    }
    /* .serviceBox{
      margin:10%;
    } */
    .serviceBox .prodtitle {
      white-space: nowrap;
    }
    #video_id{
      height: 300px;
    }
    .featurette ul li {
      position: relative;
      padding-left: 15px;
      padding-top: 0.5em;
      border-bottom: 1px dashed #d1e2ff;
    }
  }
  @media (max-width: 480px) {
    /* .banWrap img{
      display: none;
    } */
    /* #ban1 , #ban2{
      background:linear-gradient(223.56deg,#06003bd0 0,#000024 100%);
    } */
    .u-pricing-v1{
      margin:20px auto;
    }
    #video_id{
      height: 200px;
    }
    .marketing h2 {
      font-size: 24px;
    }
    .featurette ul li .dot {
      position: absolute;
      top: 0;
      left: 0;
      margin-top:5px;
    }
    .characterBox {
      padding-top: 0;
    }
    .serviceBox .prodtitle {
      white-space: normal;
    }
  }
  @media (max-width: 360px) {
    .carousel-control{
        display: none;
    }
    .item .carousel-caption{
      left:30px;
      right:20px;
    }
    /* .featurette-image {
      display: none;
    } */
  }