   #myCarousel .carousel-item .mask {
/*    position: absolute;
    top:41px;
   left:0;
   height:100%;
    width: 100%;
    background-attachment: fixed;*/
}
.carousel#myCarousel {
    position: relative;
    padding-top:86px;
}
#myCarousel h4{
   font-size:70px;
   margin-bottom:15px;
   color:#FFF;
   line-height:100%;
   letter-spacing:0.5px;
   font-weight:600;
}
#myCarousel p {
    font-size: 18px;
    margin-bottom: 29px;
    color: #fff;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* width: 0; */
    /* height: 0; *//*
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 8px solid #f6b508;*/
}
#myCarousel .carousel-item a {
  background: #fff;
  padding: 11px 37px;
  color: #01354a;
  border: 1px solid #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 27px;
  text-transform: uppercase;
}
/*#myCarousel .carousel-item a:hover{background:#394fa2; text-decoration:none;  }*/

#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*#myCarousel .container {max-width: 1430px;  }*/
#myCarousel .carousel-item {
    height: 100%;
    min-height: 450px;
    padding-top: 35px;
}
/*#myCarousel{position:relative; z-index:1; background:url(../img/back-banner.png) center center no-repeat; background-size:cover; }*/
.carousel_first{
  background:linear-gradient(45deg, #36aee3, #0671a1);
  position:relative; z-index:1; 
  /* background:url(../img/back1.png) center center no-repeat;  */
  background-size:cover; 
}
.carousel_second{
  position:relative; z-index:1; background:url(../img/back1.png) center center no-repeat; background-size:cover; 
}
.carousel_third{
  position:relative; z-index:1; background:url(../img/back3.jpg) center center no-repeat; background-size:cover; 
}
.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:60%; bottom:auto; transform:translateY(-50%);  }

#myCarousel .carousel-control-prev {
    left: 8%;
    opacity: 1;
}
.carousel-control-next {
    right: 8%;
    opacity: 1;
}
.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
   opacity: 0;
   -webkit-transition-duration: .6s;
   transition-duration: .6s;
   -webkit-transition-property: opacity;
   transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
   opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
   opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
   -webkit-transform: translateX(0);
   -ms-transform: translateX(0);
   transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
   .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
   -webkit-transform:translate3d(0, 0, 0);
   transform:translate3d(0, 0, 0)
   }
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}



@media(min-width: 100px) and (max-width: 767px){
.navbar-brand img{
    width:60%;
}
.carousel#myCarousel {
    position: relative;
    padding-top: 62px;
}
#myCarousel h4 {
    font-size: 20px;
    text-align: center;
    margin-top: 11px;
}
#myCarousel p {
    font-size: 12px;
    margin-bottom: 12px;
    color: #d5d5d5;
    text-align: center;
}
#myCarousel .carousel-item {
    height: 100%;
    min-height: auto;
    padding-top: 22px;
}
#myCarousel .carousel-item a {
    padding: 7px 29px;
    font-size: 12px;
}
}

@media(min-width:768px) and (max-width:989px){
#myCarousel .carousel-item {
    height: 100%;
    min-height: 321px;
}

}