
/* Owl Carousel */
.owl-carousel .owl-item {
    opacity: .4;
  }
  
  .owl-carousel .owl-item.active {
    opacity: 1;
  }
  
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
  }
  
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
  }
  
  .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-prev:active,
  .owl-carousel .owl-nav .owl-next:hover,
  .owl-carousel .owl-nav .owl-next:focus,
  .owl-carousel .owl-nav .owl-next:active {
    outline: none;
  }
  
  .owl-carousel .owl-nav .owl-prev span:before,
  .owl-carousel .owl-nav .owl-next span:before {
    font-size: 30px;
  }
  
  .owl-carousel .owl-nav .owl-prev {
    left: 30px !important;
  }
  
  .owl-carousel .owl-nav .owl-next {
    right: 30px !important;
  }

  
  .owl-carousel.home-slider {
    z-index: 1;
    position: relative;
    padding: 82px 0px 0px 0px;
  }
  
  .owl-carousel.home-slider .owl-nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-top: 15px;

  }
  
  .owl-carousel.home-slider .owl-nav button {
    color: #fff;
  }
  
  .owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
    opacity: 1;
    visibility: visible;
  }
  
  .owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 314px;
    
  }
  
  .owl-carousel.home-slider .slider-item .slider-text {
    color: #fff;
    height: calc(100vh - 117px);
    min-height: 700px;
  }
  
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
    font-weight: 800 !important;
  }
  
  @media (max-width: 991px) {
    .owl-carousel.home-slider .slider-item .slider-text h1 {
      font-size: 40px;
    }
  }
  
  .owl-carousel.home-slider .slider-item .slider-text p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: white;
  }
  
  .owl-carousel.home-slider.inner-page .slider-item {
    height: calc(50vh - 117px);
    min-height: 500px;
  }
  
  .owl-carousel.home-slider.inner-page .slider-item .slider-text {
    color: #fff;
    height: calc(50vh - 117px);
    min-height: 500px;
  }
  
  .owl-carousel.home-slider .owl-dots {
    position: absolute;
    bottom: 98px;
    width: 100%;
  }
  .owl-carousel.home-slider.prod .owl-dots {
    position: absolute;
    bottom: 25px;
    width: 100%;
  }
  
  .owl-carousel.home-slider .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.5);
    outline: none !important;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
  }
  
  .owl-carousel.home-slider .owl-dots .owl-dot span {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50% !important;
    top: 16%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .owl-carousel.home-slider .owl-dots .owl-dot.active {
    border: 2px solid white;
  }
  
  .owl-carousel.home-slider .owl-dots .owl-dot.active span {
    background: white;
  }
  
  .owl-carousel.major-caousel .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px;
    height: inherit;
  }
  
  .owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #495057;
  }
  
  .owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
    color: #868e96;
    outline: none;
  }
  
  .owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
    color: #dee2e6;
  }
  
  .owl-carousel.major-caousel .owl-nav .owl-prev {
    left: -60px !important;
  }
  
  .owl-carousel.major-caousel .owl-nav .owl-next {
    right: -60px !important;
  }
  
  .owl-carousel.major-caousel .owl-dots {
    bottom: -30px !important;
    position: relative;
  }
  

  @import "bourbon";

 .team-slider {
   width: 550px;
   margin-top: 70px;
}
 .team-slider .slider-container {
	 width: 550px;
	 overflow: hidden;
	 margin: 1em auto;
}
 .team-slider .slider-container ul.slider {
	 width: 1650px;
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 transition: margin 0.3s ease;
}
 .team-slider .slider-container ul.slider li.slides {
	 margin: 0;
	 padding: 0;
	 float: left;
	 width: 550px;
}
 .team-slider .slider-container ul.slider li.slides img {
	 max-width: 550px;
	 display: block;
}
 .team-slider .slider-controls .control-left {
	 float: left;
}
 .team-slider .slider-controls .control-right {
	 float: right;
}
 .team-slider .slider-controls a {
	 display: block;
}
 .team-slider .slider-controls a span {
	 width: 16px;
	 height: 16px;
	 display: block;
	 margin: -194px 12px 0;
	 background: #8899a7  ;
	 border-radius: 100%;
}
 .team-slider .slider-controls a:active span {
	 transform: scale(0.9);
	 animation: drop 0.3s linear;
	 box-shadow: 0 0 0 4px white, 0 0 0 5px rgba(0, 126, 229, .3);
}
 .team-slider .slider-bullets ul {
	 list-style: none;
	 width: 140px;
	 height: 16px;
	 display: block;
	 margin: 20px auto 55px;
	 padding: 0;
}
 .team-slider .slider-bullets ul li {
	 width: 16px;
	 height: 16px;
	 display: block;
	 float: left;
	 margin: 0 12px;
	 background: #8899a7  ;
	 border-radius: 100%;
}
 .team-slider .slider-bullets ul li:active {
	 transform: scale(1.1);
	 animation: drop 0.3s ease;
	 box-shadow: 0 0 0 4px white, 0 0 0 5px rgba(0, 126, 229, .3);
}
 .team-slider .slider-bullets ul li:nth-child(1) {
	 margin-left: 0;
}
 .team-slider .slider-bullets ul li:nth-child(3) {
	 margin-right: 0;
}
 .team-slider .slider-bullets ul li.active {
	 background: #e13c5a;
}
 .team-slider .slider-bullets ul li a {
	 width: 100%;
	 height: 100%;
	 display: block;
}
 @keyframes drop {
	 0% {
		 box-shadow: 0 0 0 white;
	}
	 80% {
		 box-shadow: 0 0 0 4px white, 0 0 0 5px rgba(0, 126, 229, .3);
	}
	 100% {
		 box-shadow: 0 0 0 4px white, 0 0 0 5px rgba(0, 126, 229, .3);
	}
}

.dropbtn {
	
	cursor: pointer;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
	position: relative;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 16px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
	color: #fff;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color:#e13c5a}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
	display: block;
  }
  

  