/*------------------------------------------------------------------

Project:	MWT-200 HTML UI Kit
Version:	1.0.0


------------------------------------------------------------------
[Table of contents]

1. services_section start 
2. featured_service_wrapper start
3. services_box_wrapper start
4. pricing_section start


*/


/* custom css start */

.section_title_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.section_title{
	float:left;
	width:100%;
	margin-bottom:15px;
}
.section_title h3 {
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    color: #18c9d2;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}
.section_title h2{
    font-size: 34px;
    color: #333;
}
.section_title .heading_line_1, 
.section_title .heading_line_2 {
    border: 1px solid #01273a;
    display: inline-block;
    height: 3px;
    border-radius: 30px;
    vertical-align: middle;
    width: 48px;
}
.section_title .icon {
    color: #18c9d2;
    display: inline-block;
    font-size: 6px;
    line-height: 4px;
    margin: 0 3px;
}
.section_content {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

/* custom css end */


/* services_section css*/

.services_section {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.services_section .section_content {
    margin: 0;
}
.gb_icon_wrapper:hover .gb_icon_img i{
	transform: rotateY(180deg);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.gb_icon_img{
	float:left;
	width:40px;
	line-height: 0;
	font-size: 30px;
	color:#18c9d2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.gb_icon_wrapper:hover h4{
	color:#18c9d2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.gb_icon_wrapper h4{
	font-size:20px;
	font-weight: 600;
	margin-bottom:10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.gb_icon_content{
	width:calc(100% - 40px);
	float:left;
	padding-left:15px;
}
.gb_icon_content p{
	margin:0;
}
.gb_icon_wrapper{
	float:left;
	width:100%;
	padding-top:50px;
}

/* services_section css end*/


/* featured_service_wrapper start */

.featured_service_wrapper {
    width: 100%;
    float: left;
    background-image: url(../images/services/img_box_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
}
.featured_service_wrapper_overlay {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #18c9d2;
    opacity: 0.8;
}
.icon_wrapper{
	float:left;
	width:100%;
	text-align:center;
    position: relative;
    padding: 58px 40px 53px;
    border: 5px solid #efefef;
    background-color: #fff;
}
.icon_img_wrapper{
    display: inline-block;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 5px;
}
.icon_wrapper i{
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 40px;
    line-height: 100px;
	text-align:center;
    color: #222;
	background:#fff;
    border-radius: 50%;
}
.icon_wrapper:hover i{
	background: #18c9d2;
	color: #fff;
	transform: scale(0.85);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.icon_wrapper:hover {
    border-color: #e8e8e8;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.25);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.icon_wrapper h4{
	font-size: 24px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* featured_service_wrapper end */


/* services_box_wrapper start */

.services_box_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:160px;
}
.main{
	float:left;
	width:100%;
	text-align:center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.main h4{
	font-size: 24px;
	margin-top:40px;
    margin-bottom: 20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.main p{
	margin:0;
}
.services_box_wrapper .main i{
    font-size: 30px;
	line-height: 130px;
}
.rotate{
    display: inline-block;
    width: 130px;
    height: 130px;
	color:#fff;
	text-align:center;
	position:relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.rotate:after{
	position: absolute;
    top: 100%;
    border: 9px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    left: 50%;
    margin-left: -9px;
}
.rotate_blue .rotate{
	background:#2395ec;
}
.rotate_blue .rotate:after{
	border-top-color:#2395ec;
}
.rotate_purple .rotate{
	background:#8F8BD5;
}
.rotate_purple .rotate:after{
	border-top-color:#8F8BD5;
}
.rotate_green .rotate{
	background:#98C830;
}
.rotate_green .rotate:after{
	border-top-color:#98C830;
}
.rotate_orange .rotate{
	background:#E69020;
}
.rotate_orange .rotate:after{
	border-top-color:#E69020;
}
.rotate_blue:hover .rotate{
	background-color: #2395ec;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.rotate_purple:hover .rotate{
	background-color: #8F8BD5;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.rotate_green:hover .rotate{
	background-color: #98C830;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.rotate_orange:hover .rotate{
	background-color: #E69020;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.rotate_blue:hover h4 a{
	color: #2395ec;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.rotate_purple:hover h4 a{
	color: #8F8BD5;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.rotate_green:hover h4 a{
	color: #98C830;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.rotate_orange:hover h4 a{
	color: #E69020;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.main:hover i{
	 transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

/* services_box_wrapper end */


/*pricing_section start*/

.pricing_section{
	float:left;
	width:100%;
	background:#f7f7f7;
	padding-top:100px;
	padding-bottom:100px;
}
.pricing_section .pricing-table-default  {
	text-shadow: 0 1px rgba(255,255,255,.8);        
	background: #fff;      
	border: 1px solid #ddd;
	color: #333;
	padding: 20px;
	float: left;
    width: 25%;
	position: relative;
}
.pricing_section #most-popular {
	z-index: 2;
	top: -13px;
	border-width: 3px;
	padding: 30px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);    
}
.pricing_section .pricing-table-default:nth-child(1) {
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;        
}
.pricing_section .pricing-table-default:nth-child(4) {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;        
}

/* --------------- */	

.pricing_section h3 {
	font-size: 20px;
	padding: 20px;
	margin: -20px -20px 50px -20px;
	background-color: #eee;
}
.pricing_section #most-popular h3 {
	background-color: #ddd;
	margin-top: -30px;
	padding-top: 30px;		
}
.pricing_section h3 span {
	display: block;
	font-size:25px;
	font-weight: bold;
	color: #999;
	background: #fff;
	border: 5px solid #fff;
	height: 100px;
	width: 100px;
	line-height:90px;
	margin: 0 auto;
    margin-bottom: -65px;
    margin-top: 10px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}
.pricing_section ul {
	margin: 20px 0 0 0;
}
.pricing_section li {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}
.pricing_section .btn_style{
	float: none;
    display: inline-block;
    background: #18c9d2;
    color: #fff;
    min-width: auto;
	margin: 20px 0 0 0;
}

/*pricing_section end*/





/*   clientTwo start */

.clientTwo {
	float:left;
	width:100%;
	text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.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 */


@media (min-width: 992px) and (max-width: 1199px){
	
	.about_text_wrapper ul li a {
		font-size: 14px;
	}
	.icon_text h4 {
		font-size:18px;
	}
	.featured_service_wrapper .thumbnail .caption p {
		padding: 0;
	}
	

}


@media (min-width: 768px) and (max-width: 991px){
	
	.icon_wrapper {
		margin-bottom: 50px;
	}
	.main {
		margin-bottom: 50px;
	}
	.pricing_section .pricing-table-default {
		width: 50%;
		margin-bottom: 50px;
	}
	
}

@media (max-width: 767px){
	
	.icon_wrapper {
		margin-bottom: 50px;
	}
	.main {
		margin-bottom: 50px;
	}
	.pricing_section .pricing-table-default {
		width: 100%;
		margin-bottom: 50px;
	}
}

@media (max-width: 480px){
	
	.section_heading h2 {
		font-size: 20px;
	}
	.about_text_wrapper h2 {
		font-size: 20px;
	}
	.call_to_action:after {
		left: 42%;
	}
	.callout_content h2{
		font-size: 20px;
	}
}

@media (max-width: 390px){
	
	.about_text_wrapper_btn{
		text-align: center;
	}
	.about_text_wrapper_btn button {
		display: inline-block;
	}
	
}