/**
* Template Name: Maxim - v4.3.0
* Template URL: https://bootstrapmade.com/maxim-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features1 .nav-tabs {
  border: 0;
}

.features1 .nav-link {
  border: 0;
  padding: 20px;
  transition: 0.3s;
  color: #21413c;
}

.features1 .nav-link:hover {
  color: #1bac91;
}

.features1 .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
}

.features1 .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.features1 .nav-link.active {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
}

.features1 .nav-link.active h4 {
  color: #1bac91;
}

.features1 .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*---------------------
  Project Slider
-----------------------*/

.project {
	padding: 0 15px;
}

.project__slider__item {
	height: 600px;
	position: relative;
	overflow: hidden;
}

.project__slider__item:hover .project__slider__item__hover {
	bottom: 30px;
}

.project__slider__item:hover .project__slider__item__hover span {
	left: 0;
}

.project__slider__item:hover .project__slider__item__hover h5 {
	right: 0;
}

.project__slider.owl-carousel .col-lg-3 {
	max-width: 100%;
}

.project__slider.owl-carousel .owl-nav button {
	height: 50px;
	width: 50px;
	background: #ffffff;
	font-size: 28px;
	color: #111111;
	position: absolute;
	left: 35px;
	top: 50%;
	margin-top: -25px;
	line-height: 54px;
	text-align: center;
}

.project__slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 35px;
}

.project__slider__item__hover {
	text-align: center;
	background: #ffffff;
	position: absolute;
	left: 25px;
	bottom: -500px;
	width: calc(100% - 50px);
	padding: 25px 15px;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
	overflow: hidden;
}

.project__slider__item__hover span {
/*	color: #dfa667;*/
    color: #000;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
/*	text-transform: uppercase;*/
	display: block;
	margin-bottom: 10px;
	position: relative;
	left: 30px;
	-webkit-transition: all, 1s;
	-o-transition: all, 1s;
	transition: all, 1s;
}

.project__slider__item__hover h5 {
	color: #111111;
	font-size: 20px;
/*	text-transform: uppercase;*/
	position: relative;
	right: 30px;
	-webkit-transition: all, 1s;
	-o-transition: all, 1s;
	transition: all, 1s;
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
	padding-top: 80px;
  }
  
  .counts .count-box {
	padding: 30px 30px 25px 30px;
	width: 100%;
	position: relative;
	text-align: center;
	box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
  }
  
  .counts .count-box i {
	position: absolute;
	width: 54px;
	height: 54px;
	top: -27px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 24px;
	background: #fff;
	color: #e03a3c;
	border-radius: 50px;
	border: 2px solid #fff;
	box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
  }
  
  .counts .count-box span {
	font-size: 36px;
	display: block;
	font-weight: 700;
	color: #111111;
  }
  
  .counts .count-box p {
	padding: 0;
	margin: 0;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
  }
/* ---   */
.about_section {
	position: relative;
  }
  
  .about_section .side_img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 35px;
  }
  
  .about_section .side_img img {
	width: 100%;
  }
  
  .about_section .row {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .about_section .img_container .img-box {
	width: 80%;
  }
  .about_section .img_container .img-box1 {
	width: 100%;
  }
  
  .about_section .img_container .img-box img {
	width: 100%;
  }
  .about_section .img_container .img-box1 img {
	width: 100%;
  }
  
  .about_section .img_container .img-box.b2 {
	width: 40%;
	margin-top: -25%;
	margin-left: auto;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
			box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  }
  
  .about_section .detail-box a {
	display: inline-block;
	padding: 10px 45px;
	background-color: #133e3f;
	border: 1px solid #133e3f;
	color: #ffffff;
	margin-top: 15px;
  }
  
  .about_section .detail-box a:hover {
	background-color: transparent;
	color: #133e3f;
  }
  .client_section .heading_container {
	margin-bottom: 45px;
  }
  
  .client_section .heading_container h3 {
	margin-bottom: 5px;
  }
  
  .client_section .heading_container h3::before {
	left: -2px;
  }
  
  .client_section .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  
  .client_section .box .img-box {
	min-width: 120px;
	margin-right: 25px;
  }
  
  .client_section .box .img-box img {
	width: 100%;
	height: auto;
  }
  
  .client_section .box .detail-box h5 {
	font-weight: bold;
	text-transform: uppercase;
  }
  
  .client_section #carouselExampleControls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  
  .client_section #carouselExampleControls .carousel-inner {
	-ms-flex-preferred-size: 80%;
		flex-basis: 80%;
  }
  
  .client_section #carouselExampleControls .btn-box {
	-ms-flex-preferred-size: 10%;
		flex-basis: 10%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
			flex-direction: column-reverse;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
  }
  
  .client_section #carouselExampleControls .btn-box .carousel-control-prev,
  .client_section #carouselExampleControls .btn-box .carousel-control-next {
	position: relative;
	width: 45px;
	height: 45px;
	background-color: #001f6f;
	opacity: 1;
	background-size: 18px;
	background-position: center;
	background-repeat: no-repeat;
  }
  
  .client_section #carouselExampleControls .btn-box .carousel-control-prev:hover,
  .client_section #carouselExampleControls .btn-box .carousel-control-next:hover {
	background-color: #252525;
  }
  
  .client_section #carouselExampleControls .btn-box .carousel-control-prev {
	background-image: url(../img/prev.png);
  }
  
  .client_section #carouselExampleControls .btn-box .carousel-control-next {
	background-image: url(../img/next.png);
	margin-bottom: 15px;
  }

  .heading_container1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
  }
  
  .heading_container1 h3 {
	font-weight: bold;
	position: relative;
	margin-bottom: 15px;
  }
  
  .heading_container1 h3::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 2px;
	width: 1px;
	height: 65px;
	background-color: #4bc5b8;
	-webkit-transform: translateY(-50%) rotate(20deg);
			transform: translateY(-50%) rotate(20deg);
  }
  /*Common Style*/
.da-section {
  padding: 100px 0; }

  