


/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
  min-height: 100%;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
  height: auto;
}

.banner-area .transparent-nav .content {
  padding-top: 80px;
}

.banner-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner-area.left-shadow::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  height: 100%;
  width: 80%;
  background: #0cb8b6;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

/* Animation delays */
.banner-area .item h1:first-child, 
 .banner-area .item h2:first-child, 
 .banner-area .item h3:first-child, 
 .banner-area .item h4:first-child, 
 .banner-area .item h5:first-child, 
 .banner-area .item h6:first-child {
  animation-delay: .5s;
}

.banner-area .item h1:nth-child(2), 
 .banner-area .item h2:nth-child(2), 
 .banner-area .item h3:nth-child(2), 
 .banner-area .item h4:nth-child(2), 
 .banner-area .item h5:nth-child(2), 
 .banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}

.carousel-caption h1:nth-child(3), 
 .carousel-caption h2:nth-child(3), 
 .carousel-caption h3:nth-child(3), 
 .carousel-caption h4:nth-child(3), 
 .carousel-caption h5:nth-child(3), 
 .carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}

.banner-area .item p {
  animation-delay: .7s;
}

.banner-area .item ul {
  animation-delay: .6s;
}

.banner-area .item a, 
 .banner-area .item button {
  animation-delay: .9s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  
  transition: opacity 2.6s ease-in-out;
}

.carousel-fade .carousel-inner .item, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, 
 .carousel-fade .carousel-inner .next.left, 
 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next, 
 .carousel-fade .carousel-inner .prev, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
 /* left: -50px; */
}

.banner-area:hover .carousel-control.left {
  left: 0;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  /* right: -50px;*/
}

.banner-area:hover .carousel-control.right {
  right: 0;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}

/* Content */

.banner-area .double-items {
  display: flex;
  align-items: center;
}

.banner-area .content {
  overflow: hidden;
}

.banner-area .content p {
  font-size: 16px;
  line-height: 30px;
}

.banner-area.text-dark .content p {
  color: #232323;
}

.banner-area .content h1 {
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
  line-height: 1.2;
}

.banner-area .double-content .content h1 {
  font-size: 50px;
}

.banner-area.text-small .content h1 {
  font-size: 60px;
}

.banner-area.heading-exchange .content h1 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}

.banner-area .content h4 {
  font-size: 24px;
}

.banner-area.heading-exchange .content h2,
.banner-area.heading-exchange .content h3,
.banner-area.heading-exchange .content h4 {
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  color:#fff;
  font-size:50px;
  letter-spacing: 10px !important;
  line-height:50px;
  text-align: center;
}

.banner-area.heading-exchange .double-content .content h2, 
.banner-area.heading-exchange .double-content .content h3, 
.banner-area.heading-exchange .double-content .content h4 {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    color: #666666;
}

.banner-area .content span {
  color: #0cb8b6;
}

.banner-area .content a {
  margin-top: 15px;
  margin-right: 5px;
}

.banner-area.content-box .content {
  position: relative;
  z-index: 1;
  padding: 30px;
}

.banner-area.content-box .content::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #000000;
  z-index: -1;
  opacity: 0.6;
}

.banner-area.content-box .content h1 {
  font-size: 60px;
}

.banner-area .appoinment-box .col-md-12 {
  float: left;
  width: 100%;
}
/* Banner Latest */

.banner-area .double-content .container > .row {
    display: flex;
    align-items: center;
}

.banner-area .double-content .thumb {
    padding-right: 35px;
}

.slider-thumb.bg-cover, .box-table {height: 700px !important; background-size: cover;}
/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
  color: #0cb8b6;
  font-size: 30px;
  left: 50%;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
  color: #0cb8b6;
}

.video-play-button.relative {
  position: relative;
  height: 80px;
  width: 80px;
  display: inline-block;
  left: 0;
  top: 0;
  line-height: 80px;
  text-align: center;
  transform: inherit;
}

.video-play-button.relative.theme::after,
.video-play-button.relative.theme::before {
  background: #0cb8b6;
}

.video-play-button.relative.theme i {
  color: #ffffff;
}
/*================================ 
    #RESPONSIVE CSS 
====================================*/

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

  

  /* Banner */
  .banner-area.responsive-auto-height.text-small .content h1 {
    font-size: 45px;
  }


}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

  

  /* Banner Area */

  body, .banner-area, .banner-area div {
    height: auto;
  }

  .banner-area .content {
    overflow: hidden;
    padding: 50px 0;
  }

  .banner-area .transparent-nav .content {
    padding-top: 110px;
  }

  .banner-area .content h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  .banner-area .heading-uppercase .content h1 {
    font-size: 36px;
  }

  .banner-area .text-center p {
    padding: 0;
  }

  .banner-area.heading-exchange .content h1 {
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .banner-area.heading-exchange .content h2, 
  .banner-area.heading-exchange .content h3, 
  .banner-area.heading-exchange .content h4 {
    margin-bottom: 20px;
  }

  .banner-area.responsive-auto-height, 
  .banner-area.responsive-auto-height div {
    height: auto;
  }

  .banner-area .double-items {
    display: block;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .banner-area.text-small .content h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  .banner-area .appoinment-box {
    margin-top: 30px;
  }

  .banner-area .double-content .container > .row {
    display: block;
  }

  .banner-area.heading-exchange .content h1 {
    font-size: 36px;
  }

  .banner-area .double-content .content {
    padding-top: 30px;
  }

  .banner-area .double-content .thumb {
    padding-right: 15px;
    margin-top: 50px;
  }

  
}


