#minimal-bootstrap-carousel {
  margin-top: 0px;
  position: relative;
  z-index: 0;
}

#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
  display: table-cell;
  text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
  vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
  vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
  vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
  display: block;
}

#minimal-bootstrap-carousel .carousel-control {
  background: none;
  width: 66px;
  height: 66px;
  font-size: 16px;
  line-height: 66px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.2);
  visibility: visible !important;
  opacity: 1;
  font-weight: normal;
  margin-top: -33px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  z-index: 99;
}
#minimal-bootstrap-carousel .carousel-control:hover {
  background: #299be8;
}
@media (max-width: 667px) {
  #minimal-bootstrap-carousel .carousel-control {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
}

#minimal-bootstrap-carousel .carousel-control.left {
  left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
  right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
  opacity: 1;
}

/* processing for fadeing effect styles */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.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);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* fixing slider height */
#minimal-bootstrap-carousel .custom-navigation {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
  margin: 0;
}
#minimal-bootstrap-carousel .custom-navigation, #minimal-bootstrap-carousel .custom-navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#minimal-bootstrap-carousel .custom-navigation li {
  border: 0;
  border-radius: 0;
  text-indent: 0;
  width: 30px;
  height: 2px;
  background: #fff;
  opacity: .3;
  cursor: pointer;
}
#minimal-bootstrap-carousel .custom-navigation li + li {
  margin-left: 10px;
}
#minimal-bootstrap-carousel .custom-navigation li.active {
  opacity: 1;
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
  min-height: 650px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #181818;
}

#minimal-bootstrap-carousel.slider-home-two .carousel-inner .item {
  min-height: calc(100vh - 70px);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #34424F;
}
@media (max-height: 600px) {
  #minimal-bootstrap-carousel.slider-home-two .carousel-inner .item {
    min-height: 600px;
  }
}

#minimal-bootstrap-carousel.slider-home-three .carousel-inner .item {
  min-height: 620px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
}

.slider-home-one {
  position: relative;
  top: -80px;
  margin-bottom: -80px;
  background-color: #34424F;
}
.slider-home-one .content {
  padding-bottom: 50px;
}
.slider-home-one .content h2,
.slider-home-one .content h3,
.slider-home-one .content p {
  margin: 0;
}
.slider-home-one .content.text-center h2, .slider-home-one .content.text-center p {
  margin-left: auto;
  margin-right: auto;
}
.slider-home-one .content.text-right h2, .slider-home-one .content.text-right p {
  margin-left: auto;
  margin-right: 0;
}
.slider-home-one .content h2 {
  font-family: 'Lato',sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 60px;
  font-weight: 600;
  width: 46%;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
          text-transform: none;
}
.slider-home-one .content h2 span {
  color: #299be8;
  font-family: 'Lato',sans-serif;
  font-weight: bold;
  font-style: italic;
  background: -webkit-gradient(linear, left top, right top, from(#299be8), to(#87cfff));
  background: linear-gradient(to right, #299be8 0%, #87cfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slider-home-one .content h2 + a.banner-btn {
  margin-top: 40px;
}
.slider-home-one .content p {
  color: #fefefe;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .01em;
  font-family: 'Lato',sans-serif;
  width: 39%;
  margin-top: 35px;
  margin-bottom: 40px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.slider-home-one .content a.banner-btn {
  background: #299be8;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 205px;
  height: 54px;
  line-height: 54px;
  font-family: 'Lato',sans-serif;
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.slider-home-one .content a.banner-btn:before {
  background: #252525;
}
.slider-home-one .content a.banner-btn i {
  margin-left: 7px;
}

.slider-home-two {
  position: relative;
  top: 0px;
  margin-bottom: 0px;
}
.slider-home-two .content {
  padding-bottom: 0;
}
.slider-home-two .logo.home-two {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  display: inline-block;
  padding: 47px 0;
  padding-left: 45px;
  z-index: 9999;
}
.slider-home-two .logo.home-two img {
  z-index: 10;
  position: relative;
}
.slider-home-two .logo.home-two:before {
  content: '';
  width: 90px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -42px;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
  background: #fff;
  z-index: 2;
}
.slider-home-two .logo.home-two:after {
  content: '';
  width: 90px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -52px;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
  background: #D9D7D6;
  z-index: 1;
}

.slider-home-three {
  position: relative;
  top: 0px;
  margin-bottom: 0px;
}
.slider-home-three .content {
  padding-bottom: 0;
}
