/*------------------------------------------------------------------

Project:	MWT-200 HTML UI Kit
Version:	1.0.0


------------------------------------------------------------------
[Table of contents]
 
1. Clients Area Start
2. clientOne start
3. clientTwo start
4. clientFour start
5. clientThree start
6. clientFive start
*/


/* custom css start */

.main_text_wrapper{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:50px;
}
.text_heading{
	float:left;
	width:100%;
	display: inline-block;
}
.text_heading h2{
	font-size:40px;
}
.text_content p{
	margin-top:30px;
	font-size:16px;
}
.text_content{
	float:left;
	width:100%;
	display: inline-block;
}

/* custom css end */


/* ===================================================
			Clients Area Start
====================================================== */

#main-wrapper{
	float:left;
	width:100%;
}

.ptb-100 {
	text-align:center;
    padding-top: 100px;
    padding-bottom: 100px;
}


/*   clientOne start */

.clientOne ul li {
  margin: 35px 16px 0px;
  display: inline-block;
}
.clientOne a img {
	padding:20px;
	background:#ccc;
	border-radius:5px;
	opacity:0.5;
	-webkit-transition      : all 0.8s ease 0s;
    -moz-transition      : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition      : all 0.8s ease 0s;
}
.clientOne a:hover img {
	opacity:1;
	-webkit-transition      : all 0.8s ease 0s;
    -moz-transition      : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition      : all 0.8s ease 0s;
}

/*   clientOne end */


/*   clientTwo start */

.clientTwo {
	background: #f7f7f7;
}
.clientTwo a {
	float:left;
	width:100%;
	padding: 43px 0px;
	border-right:1px solid #ddd;
}	
.client_bordered_wrapper{
	float:left;
	width:100%;
	border-bottom:1px solid #ddd;
}
.clientTwo .pd-2 {
	padding: 0px 2px 0px 0px;
}
.clientTwo .last{
	border-right:0;
}
.clientTwo a img {
	opacity:0.5;
	-webkit-transition      : all 0.8s ease 0s;
    -moz-transition      : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition      : all 0.8s ease 0s;
}
.clientTwo a:hover img {
	opacity:1;
	-webkit-transition      : all 0.8s ease 0s;
    -moz-transition      : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition      : all 0.8s ease 0s;
}
@media (min-width: 768px) and (max-width: 991px){
	
	.clientTwo a {
		border-bottom:1px solid #ddd;
	}
	.client_bordered_wrapper{
		border-bottom:0px;
	}
	.clientTwo a.hide_sm_border{
		border-right:0px !important;
	}
}
@media (max-width: 767px){
	
	.clientTwo a {
		border-bottom:1px solid #ddd;
		border-right:0;
	}
	.client_bordered_wrapper{
		border-bottom:0px;
	}
}

/*   clientTwo end */


/* clientThree start */

.clientThree{
	background: url('../images/clients/client-bg.jpg') no-repeat center center;
	background-size: cover;
	position:relative;
}
.clientThree_overlay {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #000;
    opacity: 0.8;
}
.clientThree .text_heading h2{
	color:#fff;
}
.clientThreeSlider{
	float:left;
	width:100%;
}
.clientThreeSlider .item{
	text-align:center;
}
.clientThreeSlider .item img {
	display:inline-block;
	opacity: 0.5;
	-webkit-transition      : all 0.8s ease 0s;
    -moz-transition      : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition      : all 0.8s ease 0s;
}
.clientThreeSlider .item img:hover {
	opacity: 1;
}
.clientThreeSlider .owl-theme .owl-nav {
    display: none;
}
.clientThreeSlider .owl-theme .owl-dots{
	display:none;
}

/* clientThree end */


/* clientFour start */

.clientFourSlider{
	float:left;
	width:100%;
}
.clientFourSlider .owl-theme .owl-nav{
	display:none;
}
.clientFourSlider .item{
	display:inline-block;
	width: 100px;
	height: 77px;
}
.clientFourSlider .item img {
	opacity: 0.3;
	-webkit-transition      : all 0.8s ease 0s;
    -moz-transition      : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition      : all 0.8s ease 0s;
}
.clientFourSlider .item img:hover {
	opacity: 1;
}
.clientFourSlider .owl-theme .owl-dots {
	margin-top: 45px;
}
.clientFourSlider .owl-theme .owl-dots .owl-dot.active span, 
.clientFourSlider .owl-theme .owl-dots .owl-dot:hover span {
  background: #18c9d2 !important;
}
.clientFourSlider .owl-theme .owl-dots .owl-dot span {
	margin: 5px 4px;
}

/* clientFour end */


/* clientFive start */

.clientFive{
	background:#18c9d2;
}
.clientFive .text_heading h2{
	color:#fff;
}
.clientFive .text_content  p{
	color:#fff;
}
.clientFiveSlider{
	float:left;
	width:100%;
}
.clientFiveSlider .owl-theme .owl-dots{
	display:none;
}
.clientFiveSlider .owl-theme .owl-nav {
    display:none;
}
.clientFiveSlider .item {
	background:#4ee1e8;
	min-height: 250px;
    line-height: 250px;	
	-webkit-transition      : all 0.5s ease 0s;
    -moz-transition      : all 0.5s ease 0s;
    -o-transition      : all 0.5s ease 0s;
    transition      : all 0.5s ease 0s;
}
.clientFiveSlider .item:hover {
	background: #fff;
}
.clientFiveSlider .item img {	
	-webkit-transition      : all 0.5s ease 0s;
    -moz-transition      : all 0.5s ease 0s;
    -o-transition      : all 0.5s ease 0s;
    transition      : all 0.5s ease 0s;	
}

/*   clientFive end */