header {
    background-image: url('../../img/header-abt.jpg');
    height: 450px;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mb-7 {
	margin-bottom: 5rem !important;
}

.mt-6 {
	margin-top: 4rem !important;
}

.mt-7 {
	margin-top: 5rem !important;
}

.font-green {
	color: #30c330;
}

.font-black {
  color: #000;
}

.font-dot-und {
  border-bottom: 1px dotted;
}


.col-centered{
    float: none;
    margin: 0 auto;
}

.abt-container-1 {
	background: #fafafa;
	height: 100px;
	border-radius: 5px;
}

.abt-sec-logo {
	position: absolute;
  top: 10px;
  left: 5%;
  -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.65));
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.65)); 
  z-index: 10;
}

.abt-img {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.abt-cont-img {
  padding: 2rem;
  border-radius: 7px;
  overflow: hidden;
  border: 2px dotted #e4e4e4;
}

.abt-cont-img img{
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.prof-sec {
    padding: 50px 0;
}

.inner-prof-div {
	padding: 0 50px;
}

.inner-prof-div-img {
  max-width: 165px;
}

.inner-prof-div p {
	color: #737373;    
	padding-left: 20px;
	border-left: dotted 2px #fff;
}

.search-box {
  top: 200px;
}

.faq-link {
  color: #30c330;
  font-weight: 600;
  margin-top: 2rem;
}

.emph-sec {
  box-shadow: inset 0px 11px 9px 0px rgba(0, 0, 0, 0.25);
  background: url("../../img/abt/d.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: white;
  text-shadow: 0 0 10px #000;
  text-align: center;

}


/* Carousel Fade */  
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        height: auto;
        width: 100%;
        line-height: 1;
    }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}    
.carousel-fade .carousel-inner .active {
  opacity: 1;
}    
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}    
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}    
.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}



@media screen and (max-width: 991px) {
  .abt-img {
    margin-bottom: 3rem;
  }

  .inner-prof-div {
    padding: 0 0;
  }

  .abt-cont-img {
    margin-top: 5rem;
  }
  
}



@media screen and (max-width: 767px) {
  .inner-prof-div p {
      padding-left: 0; 
      border-left: none; 
  }

  .fa-custom-li-div {
    margin-bottom: 4rem;
  }

  .abt-cont-img {
    padding: 0.5rem;
  }
}



@media screen and (max-width: 420px) {
  header {
    height: 300px;
  }

  .search-box {
    top: 160px;
  }
}