/* SERVICES SECTION
-------------------------------------------------- */
.services {
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 0;
}
.service_tiem {
	position: relative;
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 8px;
	color: #535353;
	margin-bottom: 15px;
	border-radius: 8px;
}
.sicon {
	width: 94px;
	height: 94px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	margin: 15px;
	padding: 5px;
	position: relative;
	border: 1px solid #ddd;
}
.sicon:after {
	background: #fff;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transform: scale(0) rotate(0deg);
	-webkit-transform: scale(0) rotate(0deg);
	-o-transform: scale(0) rotate(0deg);
	-ms-transform: scale(0) rotate(0deg);
	transform: scale(0) rotate(0deg);
}
.sicon:before {
	border: 2px solid #67d7bb;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transform: scale(1.5) rotate(0deg);
	-webkit-transform: scale(1.5) rotate(0deg);
	-o-transform: scale(1.5) rotate(0deg);
	-ms-transform: scale(1.5) rotate(0deg);
	transform: scale(1.5) rotate(0deg);
}
.sicon i {
	font-size: 44px;
	color: #999999;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1000;
	padding-top: 22px;
}
.service_tiem:hover {
	background: #67d7bb;
	color: #fff;
}
.service_tiem:hover .sicon {
	border: none;
}
.service_tiem:hover .sicon:after {
	-moz-transform: scale(1.1) rotate(0deg);
	-webkit-transform: scale(1.1) rotate(0deg);
	-o-transform: scale(1.1) rotate(0deg);
	-ms-transform: scale(1.1) rotate(0deg);
	transform: scale(1.1) rotate(0deg);
}
.service_tiem:hover .sicon:before {
	opacity: 1;
	-moz-transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}
.service_tiem:hover .sicon i {
	color: #67d7bb;
}
.service_tiem h2 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	margin-top: 10px;
}
.service_tiem p {
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 23px;
}
.service_tiem .more:hover {
	background: #fff;
	color: #68D7BB !important;
}
.service_tiem .more {
	border: 1px solid #999999;
	border-radius: 50%;
	color: #6f6f6f;
	display: inline-block;
	font-size: 12px;
	height: 25px;
	line-height: 1;
	padding-top: 5px;
	text-align: center;
	text-indent: -1px;
	width: 25px;
	text-align: center;
	-webkit-border-radius: 50%;
}
.service_tiem .more .fa {
	padding-top: 1px;
	padding-left: 2px;
}
.service_tiem:hover .more {
	border-color: #fff;
	color: #fff;
}
/* FEATURE SECTION */
.feature {
	background: none repeat scroll 0 0 #f7f8fb;
	float: left;
	margin-top: 60px;
	padding: 60px 0 100px;
	position: relative;
	width: 100%;
	clear: both;
}
.head_section {
	position: relative;
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}
.head_section h2 {
	border-left: 2px solid #7b8bad;
	border-right: 2px solid #7b8bad;
	padding: 0 18px;
	display: inline-block;
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
}
/*feature Content */
.home3 .feature-content {
	padding-bottom: 30px;
}
.feature_image {
	position: relative;
	display: inline-block;
	max-width: 538px;
	text-align: center;
}
.feature_list {
}
.feature_list ul {
	position: relative;
	margin: 0;
	padding: 30px 0 0 0;
}
.feature_list ul li {
	display: list-item;
	list-style: none;
	margin-top: 30px;
	position: relative;
}
.feature_list ul li h4 {
	font-weight: 300;
	font-size: 22px;
}
.feature_list ul li p {
	font-weight: 300;
	font-size: 13px;
}
.feature_list .ficon {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #7b8bad;
	border-radius: 26px;
	color: #7b8bad;
	float: right;
	height: 52px;
	margin-top: 21px;
	padding: 10px;
	text-align: center;
	width: 52px;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.feature_list li:hover .ficon {
	background:  #7b8bad;
	color: #fff;
}
.feature_list .ficon i {
	font-size: 24px;
	margin-top: 3px;
}
.feature_list.feature_list_right .fcontent {
	text-align: left;
	padding-right: 0;
	padding-left: 18px;
}
.feature_list.feature_list_right .ficon{
	float: left;
}
.feature_list .fcontent {
	overflow: hidden;
	padding-right: 18px;
	text-align: right;
}
.feature_list.left {
	
	text-align: right;
}
.feature_list.right {
	text-align: left;
}
.feature_list.right ul li {
	padding-left: 220px;
	padding-right: 0;
	margin-top: 30px;
}
.feature_list.right .ficon {
	float: left;
}
.feature_list.right .fcontent {
	padding-right: 0;
	padding-left: 70px;
}
.feature_list ul li:before {
}
.feature_list ul li.line1:after {
	background: url(../../images/line01.png) 0 0 no-repeat;
	content: "";
	position: absolute;
	right: 0;
	top: 25px;
	width: 220px;
	height: 32px;
	display: none;
}
.feature_list ul li.line2:after {
	background: url(../../images/line02.png) 0 0 no-repeat;
	content: "";
	position: absolute;
	right: 0;
	top: -7px;
	width: 220px;
	height: 34px;
	display: none;
}
.feature_list ul li.line3:after {
	background: url(../../images/line03.png) right 0 no-repeat;
	content: "";
	position: absolute;
	left: 0;
	top: 20px;
	width: 220px;
	height: 34px;
	display: none;
}
.feature_list ul li.line4:after {
	background: url(../../images/line04.png) right 0 no-repeat;
	content: "";
	position: absolute;
	left: 0;
	top: -5px;
	width: 220px;
	height: 35px;
	display: none;
}

/*================================ More Servie =============================*/
.service_page .more_service_area{
	padding-top:152px;
	clear: both;
}
.service_more{

}
.service_more>h2{
	border-bottom: 1px solid #67d7bb;
	color: #818dab;
	font-family: roboto;
	font-size: 15px;
	margin: 0;
	padding: 0 0 22px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 37px;
}
.more_service_box{
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	margin-bottom:40px;
}
.more_service_box h2{
	color: #7b8bad;
	font-family: roboto;
	font-size: 20px;
	font-weight: 300;
	margin: 0;
	padding: 17px 0;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.more_service_box:hover h2{
	transform: translateY(100%);
}
.more_service_box img{
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
	height: auto;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.more_service_box:hover img{
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.more_service_box .hover_content_more_service{
	background: none repeat scroll 0 0 #67d7bb;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	height: 100%;
	left: 0;
	line-height: 24px;
	padding: 15px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: -1;
}
.more_service_box:hover .hover_content_more_service{

}
/*Accordion Style Code Start*/
.accordion_area{
	margin:10px 0;
	padding:0;
	width:100%;
	height:100%;
	background:transparent;
}

.accordion_area .panel.panel-default{
	box-shadow:none;
}

.accordion_area .panel-heading, .accordion_area .panel-heading .panel-title{
	margin:0;
	padding:0;
	border:0;
	border-radius:0;
	overflow:hidden;
}
.accordion_area .panel-heading .panel-title a {
	background: none repeat scroll 0 0 #7b8bad;
	color: #fff;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: normal;
	height: 100%;
	line-height: 23px;
	margin: 0;
	padding: 9px 30px 9px 16px;
	text-decoration: none;
	width: 100%;
	position: relative;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "Roboto",sans-serif
}

.accordion_area .panel-heading.active  .panel-title a{
	background:#3e4861 !important;
}
.accordion_area .panel-heading .panel-title a span.icon{
	background: none repeat scroll 0 0 #67d7bb;
	border: 0 none;
	display: block;
	font-size: 28px;
	height: 100%;
	margin: 0;
	padding: 8px 0 0 !important;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 43px;
}

.icon_right .panel-heading .panel-title a span.icon{
	float:right;
}
.icon_left .panel-heading .panel-title a span.icon{
	float:left;
}
.icon_0 .panel-heading .panel-title a span.icon{
	display:none;
	opacity:0;
	padding-left:10px;
	padding-right:10px;
}
.icon_right .panel-heading .panel-title a, .icon_0 .panel-heading .panel-title a{
	padding-left:10px;
}
.accordion_area .panel-heading.active .panel-title a span.icon{}
.accordion_area>h2{
	border-bottom: 1px solid #7b8bad;
	color: #818dab;
	font-family: roboto;
	font-size: 15px;
	margin: 0;
	padding: 0 0 22px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 37px;
}
.accordion_area .panel-body {
	background: none repeat scroll 0 0 #f2f3f7;
	color: #3e4861;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	margin: 0 1px;
	padding: 20px;
}
.accordion_area  .panel-group .panel {
  border: 0 none;
  border-radius: 0;
  margin-bottom: 0;
  overflow: hidden;
  background:transparent;
}
.accordion_area  .panel-body{
	border-width:0 !important;
}
.group_accordion_with_space .panel-collapse + .panel-heading{
	margin-top:5px !important;
}
.icon_bottom_border  .panel-heading .panel-title a{
	border-bottom:2px solid #fff;
	margin:0;
	padding:0;
	line-height:38px;
}
.icon_bottom_border  .panel-heading.active .panel-title a{
	border-color:#25649F;
}
.icon_bottom_border  .panel-heading .panel-title a span.icon{
	font-size: 25px;
	margin: 0;
	padding: 7px 10px;
}
.icon_bottom_border  .panel-heading .panel-title a span.icon:after{
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height:2px;
	background:#fcb374;
	content:"";
}
.icon_bottom_border  .panel-heading.active .panel-title a span.icon:after{
	background:#fff;
}
.round_border .panel-heading .panel-title a{
	border:1px solid #fff;
}
.round_border .panel-heading .panel-title a span.icon{
	border-right:1px solid #fff;
	padding-right:9px;
}
.boxmode .panel-body{
	border-width:1px !important;
	border-style:solid !important;
	border-color:#fff;
	border-top:0 none !important;
}
.single_carna_service{
	margin: 30px 0;
	text-align: center;
}
.carna_services .single_carna_service.service_1{
	margin: 30px 0;
	padding: 0;
	text-align: center;
}
.carna_services .single_carna_service.service_1 .service_icon{
	background: none repeat scroll 0 0 #67d7bb;
	border: 8px solid transparent;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 45px;
	height: 116px;
	margin: 0 auto;
	padding-top: 26px;
	text-align: center;
	width: 116px;
	margin-bottom: 38px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
	cursor: pointer;
}
.carna_services .single_carna_service.service_1:hover .service_icon{
	background-color:#8795B4;
	color:#67D7BB;
	border-color:#67D7BB;
}

.carna_services .single_carna_service  h2{
	color: #3e4861;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 10px;
	position: relative;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.carna_services .single_carna_service:hover  h2{
	color: #67D7BB;
}

/*======================== Service section style 1 to 17 ==========================*/

/*Service section style start*/
.services_section{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 80px 0;
}
.carna_services{}
.single_carna_service{
	margin: 30px 0;
	text-align: center;
}
.carna_services .single_carna_service.service_1{
	margin: 30px 0;
	padding: 0;
	text-align: center;
}
.carna_services .single_carna_service.service_1 .service_icon{
	background: none repeat scroll 0 0 #67d7bb;
	border: 8px solid transparent;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 45px;
	height: 116px;
	margin: 0 auto;
	padding-top: 26px;
	text-align: center;
	width: 116px;
	margin-bottom: 38px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
	cursor: pointer;
}
.carna_services .single_carna_service.service_1:hover .service_icon{
	background-color:#8795B4;
	color:#67D7BB;
	border-color:#67D7BB;
}

.carna_services .single_carna_service  h2{
	color: #3e4861;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 10px;
	position: relative;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.carna_services .single_carna_service:hover  h2{
	color: #67D7BB;
}
/*
.carna_services .single_carna_service.service_1  h2:before{
	position: absolute;
	width: 3px;
	height: 100%;
	right:100%;
	top:0;
	content: "";
	background: #67D7BB;
	margin-left: -20px;
	opacity: 0;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.carna_services .single_carna_service.service_1 :hover h2:before{
	opacity: 1;
	margin-left: 0;
}
.carna_services .single_carna_service.service_1  h2:after{
	position: absolute;
	width: 3px;
	height: 100%;
	left:100%;
	top:0;
	content: "";
	background: #67D7BB;
	margin-right: -20px;
	opacity: 0;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.carna_services .single_carna_service.service_1 :hover h2:after{
	opacity: 1;
	margin-right: 0;
}
*/
.carna_services .single_carna_service.service_1 :hover h2{}
.carna_services .single_carna_service  p{
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	margin: 12px 0 0;
	padding: 0;
}
/*Style 2*/
.single_carna_service.service_2{
	text-align: center;

}
.single_carna_service.service_2 .service_icon{

}
.single_carna_service{
	margin-top: 30px;
	overflow: hidden;
}
.carna_service_17 .single_carna_service  .title,
.carna_service_11 .single_carna_service  .title,
.carna_service_12 .single_carna_service  .title,
.single_carna_service.service_2  .title{
	color: #3e4861;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 10px 0 0;
	position: relative;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
	overflow: hidden;
}
.carna_service_17 .single_carna_service  .title i,
.carna_service_11 .single_carna_service  .title i,
.carna_service_12 .single_carna_service  .title i,
.single_carna_service.service_2  .title i{
	background: none repeat scroll 0 0 #67d7bb;
	border-radius: 50%;
	color: #fff;
	float: left;
	font-size: 12px;
	height: 25px;
	margin-right: 6px;
	padding-top: 7px;
	text-align: center;
	width: 25px;
}
.carna_service_17 .single_carna_service  p,
.carna_service_11 .single_carna_service  p,
.carna_service_12 .single_carna_service  p,
.single_carna_service.service_2  p{
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	margin: 12px 0 0;
	padding: 0;
	text-align: left;
}
.carna_service_17 .single_carna_service  .readmore,
.carna_service_11 .single_carna_service  .readmore,
.carna_service_12 .single_carna_service  .readmore,
.single_carna_service.service_2  .readmore{
	color: #67d7bb;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: 300;
	margin-top: 14px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.carna_service_17  .single_carna_service  .readmore:hover,
.carna_service_11  .single_carna_service  .readmore:hover,
.single_carna_service.service_2  .readmore:hover{
	color:#3e4861;
}
/*style 3*/
.carna_services.carna_service_3{

}
.carna_services.carna_service_9 .single_carna_service,
.carna_services.carna_service_3 .single_carna_service{
	background: none repeat scroll 0 0 #67d7bb;
	border: 1px solid #eaeaec;
	overflow: visible;
	padding: 41px 15px 20px;
	position: relative;
}
.carna_services.carna_service_9 .single_carna_service:after,
.carna_services.carna_service_3 .single_carna_service:after{
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	height: 4px;
	background: #3e4861;
	content: "";
	opacity: 0;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.carna_services.carna_service_9 .single_carna_service:hover:after,
.carna_services.carna_service_3 .single_carna_service:hover:after{
	opacity: 1;
}
.carna_services.carna_service_9 .service_icon,
.carna_services.carna_service_3 .service_icon{
	background: none repeat scroll 0 0 #67d7bb;
	border: 1px solid #eaeaec;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 27px;
	height: 60px;
	left: 50%;
	margin-bottom: 0;
	margin-left: -30px;
	margin-right: auto;
	position: absolute;
	text-align: center;
	top: -30px;
	width: 60px;
	z-index: 1;
	padding-top: 15px;
}
.carna_services.carna_service_9 .service_icon i,
.carna_services.carna_service_3 .service_icon i{
	background: none repeat scroll 0 0 #fff;
	border-radius: 50%;
	color: #67d7bb;
	padding: 10px;
}

.carna_services.carna_service_9 .single_carna_service:hover .title,
.carna_services.carna_service_3 .single_carna_service:hover .title{
	color:#fff;
}
.carna_services.carna_service_9 .readmore,
.carna_services.carna_service_3 .readmore{
	color: #3e4861;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	margin-top: 10px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
	opacity: 1;
}
.carna_services.carna_service_9 .readmore:hover,
.carna_services.carna_service_3 .readmore:hover{
	opacity: .5;
}
/*style 4*/
.carna_services.carna_service_4{
}
.carna_services.carna_service_7 .single_carna_service,
.carna_services.carna_service_10 .single_carna_service,
.carna_services.carna_service_8 .single_carna_service,
.carna_services.carna_service_6 .single_carna_service,
.carna_services.carna_service_5 .single_carna_service,
.carna_services.carna_service_4 .single_carna_service{
	text-align: left;
}
.carna_services.carna_service_8 .single_carna_service div,
.carna_services.carna_service_7 .single_carna_service div,
.carna_services.carna_service_10 .single_carna_service div,
.carna_services.carna_service_6 .single_carna_service div,
.carna_services.carna_service_5 .single_carna_service div,
.carna_services.carna_service_4 .single_carna_service div{
	display: block;
	overflow: hidden;
}
.carna_services.carna_service_7 .single_carna_service .service_icon,
.carna_services.carna_service_10 .single_carna_service .service_icon,
.carna_services.carna_service_4 .single_carna_service .service_icon{
	background: none repeat scroll 0 0 #67d7bb;
	border-radius: 50%;
	color: #fff;
	float: left;
	font-size: 25px;
	height: 60px;
	margin-right: 18px;
	padding-top: 18px;
	text-align: center;
	width: 60px;
}
.carna_services.carna_service_4 .single_carna_service .service_icon:after{}
.carna_services.carna_service_7 .single_carna_service .title,
.carna_services.carna_service_10 .single_carna_service .title,
.carna_services.carna_service_8 .single_carna_service .title,
.carna_services.carna_service_6 .single_carna_service .title,
.carna_services.carna_service_5 .single_carna_service .title,
.carna_services.carna_service_4 .single_carna_service .title{
	text-align: left;
	padding-left: 0;
	margin-left: 0;
}
.carna_services.carna_service_7 .single_carna_service p,
.carna_services.carna_service_10 .single_carna_service p,
.carna_services.carna_service_8 .single_carna_service p,
.carna_services.carna_service_6 .single_carna_service p,
.carna_services.carna_service_5 .single_carna_service p,
.carna_services.carna_service_4 .single_carna_service p{
	margin-left: 0;
	padding-left: 0;
}
.carna_services.carna_service_7 .single_carna_service .readmore,
.carna_services.carna_service_10 .single_carna_service .readmore,
.carna_services.carna_service_8 .single_carna_service .readmore,
.carna_services.carna_service_6 .single_carna_service .readmore,
.carna_services.carna_service_5 .single_carna_service .readmore,
.carna_services.carna_service_4 .single_carna_service .readmore{
	background: none repeat scroll 0 0 #67d7bb;
	color: #fff;
	display: inline-block;
	margin-top: 22px;
	padding: 12px 33px;
	text-transform: uppercase;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
	opacity: 1;
}
.carna_services.carna_service_7 .single_carna_service .readmore:hover,
.carna_services.carna_service_10 .single_carna_service .readmore:hover,
.carna_services.carna_service_8 .single_carna_service .readmore:hover,
.carna_services.carna_service_6 .single_carna_service .readmore:hover,
.carna_services.carna_service_5 .single_carna_service .readmore:hover,
.carna_services.carna_service_4 .single_carna_service .readmore:hover{
	opacity: .6;
}
/*style 5*/
.carna_services.carna_service_8 .single_carna_service .service_icon,
.carna_services.carna_service_6 .single_carna_service .service_icon,
.carna_services.carna_service_5 .single_carna_service .service_icon{
	color: #fff;
	float: left;
	font-size: 17px;
	height: 40px;
	margin-right: 15px;
	margin-top: 16px;
	overflow: hidden;
	padding-top: 11px;
	position: relative;
	text-align: center;
	width: 40px;
}
.carna_services.carna_service_8 .single_carna_service .service_icon,
.carna_services.carna_service_6 .single_carna_service .service_icon{
	overflow: visible;
	margin-left:15px;
}
.carna_services.carna_service_8 .single_carna_service .service_icon:after,
.carna_services.carna_service_6 .single_carna_service .service_icon:after,
.carna_services.carna_service_5 .single_carna_service .service_icon:after{
	background: none repeat scroll 0 0 #67d7bb;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 100%;
	z-index: -1;
}
/*Style 7*/
.carna_service_7_bg{
	background: url('../../images/service_bg_1.jpg') center center no-repeat fixed;
	padding: 70px 0;
	background-size: cover;
}
.carna_services.carna_service_7{}
.carna_services.carna_service_10 .single_carna_service .title,
.carna_services.carna_service_7 .single_carna_service .title{
	display: block;
	float: none;
}
.carna_services.carna_service_10 .single_carna_service div span,
.carna_services.carna_service_7 .single_carna_service div span{
	color: #7e7e7e;
	display: block;
	font-size: 12px;
	font-weight: 300;
	margin-top: 3px;
}
.carna_services.carna_service_10 .single_carna_service,
.carna_services.carna_service_7 .single_carna_service{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(255, 255, 255, 1);
	padding: 18px 20px;
}
.carna_services.carna_service_10 .single_carna_service .service_icon,
.carna_services.carna_service_7 .single_carna_service .service_icon{
	margin-top: 50px;
}
/*Style 8*/
.carna_services.carna_service_8 .single_carna_service .service_icon{
	margin-top: 5px;
}
.carna_services.carna_service_8 .single_carna_service .service_icon:after{
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
/*Style 9*/
.carna_service_9_bg{
	background: url("../../images/service_bg_1.jpg") no-repeat fixed center center  rgba(0, 0, 0, 0);
	background-size: cover;
}
/*Style 10*/
.carna_services.carna_service_10 .single_carna_service{
	border: 1px solid #e5e7e6;
	margin: 15px 0;
}
.carna_services.carna_service_10 .single_carna_service .service_icon{
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 0 5px #ecf0f1;
	-moz-box-shadow: 0 0 0 5px #ecf0f1;
	-o-box-shadow: 0 0 0 5px #ecf0f1;
	-ms-box-shadow: 0 0 0 5px #ecf0f1;
	box-shadow: 0 0 0 5px #ecf0f1;
	margin-top: 10px;
	padding-top: 15px;
}
.carna_services.carna_service_10 .single_carna_service .service_icon i{}
/*Style 11*/
.carna_service_11_bg{
	background: url("../../images/service_bg_1.jpg") no-repeat fixed center center  rgba(0, 0, 0, 0);
	background-size: cover;
}
.carna_services.carna_service_17 .single_carna_service .title,
.carna_services.carna_service_11 .single_carna_service .title{
	display: block;
	text-align: left;
	color:#fff;
}
.carna_services.carna_service_17 .single_carna_service .title i,
.carna_services.carna_service_11 .single_carna_service .title i{
	margin-right: 10px;
}
.carna_services.carna_service_17 .single_carna_service p,
.carna_services.carna_service_11 .single_carna_service p{
	color: #fff;
}
.carna_services.carna_service_11 .single_carna_service .readmore{}
/*Style 14*/
@-webkit-keyframes service_hover_14 {
    0% {
    	-webkit-transform: scale(0);
    	-moz-transform: scale(0);
    	-o-transform: scale(0);
    	-ms-transform: scale(0);
    	transform: scale(0);
    	opacity: 0;
    }
    50% {
		opacity: 1;
    }
    100% {
		-webkit-transform: scale(1);
    	-moz-transform: scale(1);
    	-o-transform: scale(1);
    	-ms-transform: scale(1);
    	transform: scale(1);
		opacity: 0;
    }
} 
@-moz-keyframes service_hover_14 {
	0% {
    	-webkit-transform: scale(0);
    	-moz-transform: scale(0);
    	-o-transform: scale(0);
    	-ms-transform: scale(0);
    	transform: scale(0);
    	opacity: 0;
    }
    50% {
		opacity: 1;
    }
    100% {
		-webkit-transform: scale(1);
    	-moz-transform: scale(1);
    	-o-transform: scale(1);
    	-ms-transform: scale(1);
    	transform: scale(1);
		opacity: 0;
    }
} 
@-o-keyframes service_hover_14 {
 	0% {
    	-webkit-transform: scale(0);
    	-moz-transform: scale(0);
    	-o-transform: scale(0);
    	-ms-transform: scale(0);
    	transform: scale(0);
    	opacity: 0;
    }
    50% {
		opacity: 1;
    }
    100% {
		-webkit-transform: scale(1);
    	-moz-transform: scale(1);
    	-o-transform: scale(1);
    	-ms-transform: scale(1);
    	transform: scale(1);
		opacity: 0;
    }
} 
@-ms-keyframes service_hover_14 {
	0% {
    	-webkit-transform: scale(0);
    	-moz-transform: scale(0);
    	-o-transform: scale(0);
    	-ms-transform: scale(0);
    	transform: scale(0);
    	opacity: 0;
    }
    50% {
		opacity: 1;
    }
    100% {
		-webkit-transform: scale(1);
    	-moz-transform: scale(1);
    	-o-transform: scale(1);
    	-ms-transform: scale(1);
    	transform: scale(1);
		opacity: 0;
    }
} 
@keyframes service_hover_14 {
	0% {
    	-webkit-transform: scale(0);
    	-moz-transform: scale(0);
    	-o-transform: scale(0);
    	-ms-transform: scale(0);
    	transform: scale(0);
    	opacity: 0;
    }
    50% {
		opacity: 1;
    }
    100% {
		-webkit-transform: scale(1);
    	-moz-transform: scale(1);
    	-o-transform: scale(1);
    	-ms-transform: scale(1);
    	transform: scale(1);
		opacity: 0;
    }
} 
.carna_services.carna_service_14 .single_carna_service{}
.carna_services.carna_service_14 .single_carna_service i:before{
	background: none repeat scroll 0 0 #3E4861;
	border-radius: 50%;
	color: #fff;
	font-size: 34px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	padding-top: 29px;
	position: absolute;
	top: 50%;
	width: 100px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.carna_services.carna_service_14 .single_carna_service:hover i:before{
	background: #3fc7ab;
}
.carna_services.carna_service_14 .single_carna_service:hover i:after{
	-webkit-animation: service_hover_14  .5s;
	-o-animation: service_hover_14  .5s;
	animation: service_hover_14  .5s;
}
.carna_services.carna_service_14 .single_carna_service i:after{
	background: none repeat scroll 0 0 rgba(63, 199, 171,.3);
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.carna_services.carna_service_14 .single_carna_service i{
	border: 1px solid #3E4861;
	border-radius: 50%;
	display: block;
	height: 200px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 200px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.carna_services.carna_service_14 .single_carna_service:hover i{
		border-color: #1bbc9b;
}
.carna_services.carna_service_14 .single_carna_service .title{
	display: block;
	font-size: 33px;
	font-weight: 300;
	margin: 25px 0 0;
	padding: 0;
}
.carna_services.carna_service_14 .single_carna_service p{
	margin: 11px 0 0;
	padding: 0;
}
/*Style 12*/
.carna_service_12_bg{
	background:  no-repeat fixed center center  rgba(0, 0, 0, 0);
	background-size: cover;
}
.carna_services.carna_service_12 .single_carna_service .title{
	display: block;
	text-align: left;
}
.carna_services.carna_service_12 .single_carna_service .title i{
	background: none repeat scroll 0 0 transparent;
	border-radius: 0;
	color: #67d7bb;
	float: left;
	font-size: 22px;
	height: 25px;
	margin-right: 6px;
	padding-top: 0;
	text-align: center;
	width: 25px;
}
.carna_services.carna_service_12 .single_carna_service p{
}
.carna_services.carna_service_12 .single_carna_service .readmore{}
/*style 13*/
.carna_services.carna_service_13 .single_carna_service{}
.carna_services.carna_service_13 .single_carna_service .imagebox{
	margin: 0 auto 28px auto;
	max-width: 320px;
	text-align: center;
	width: 100%;
}
.carna_services.carna_service_13 .single_carna_service .imagebox img{
	border: 0 none;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	padding: 0;
}
.carna_services.carna_service_13 .single_carna_service .title{}
.carna_services.carna_service_13 .single_carna_service p{}
.carna_services.carna_service_13 .single_carna_service .readmore{
	background: none repeat scroll 0 0 #67d7bb;
	color: #fff;
	display: inline-block;
	margin-top: 22px;
	opacity: 1;
	padding: 12px 33px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.carna_services.carna_service_13 .single_carna_service .readmore:hover{
	opacity: .5;
}
/*style 15*/
@-ms-keyframes carna_service_an_15{
	0%{
		-webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		-moz-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		-o-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		-ms-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
	}
	50%{
		-webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
		-moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
		-o-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
		-ms-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
	}
	100%{
		-webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
		-moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
		-o-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
		-ms-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
	}
	
}
@-o-keyframes carna_service_an_15{
	0%{
		-webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		-moz-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		-o-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		-ms-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
	}
	50%{
		-webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
		-moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
		-o-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
		-ms-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
	}
	100%{
		-webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
		-moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
		-o-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
		-ms-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
	}
	
}
@-webkit-keyframes carna_service_an_15{
	0%{
		-webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		-moz-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		-o-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		-ms-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
	}
	50%{
		-webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
		-moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
		-o-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
		-ms-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
	}
	100%{
		-webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
		-moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
		-o-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
		-ms-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
	}
	
}
@keyframes carna_service_an_15{
	0%{
		-webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		-moz-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		-o-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		-ms-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
	}
	50%{
		-webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
		-moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
		-o-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
		-ms-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
	}
	100%{
		-webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
		-moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
		-o-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
		-ms-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
	}
	
}
.carna_service_15_bg{
	background: #1bbc9b;
}
.carna_services.carna_service_15 .single_carna_service:hover{
	box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
	background: #fff;
	color:#3FC7AB;
	-webkit-animation:carna_service_an_15 .5s 0s;
	-moz-animation:carna_service_an_15 .5s 0s;
	-o-animation:carna_service_an_15 .5s 0s;
	-ms-animation:carna_service_an_15 .5s 0s;
	animation:carna_service_an_15 .5s 0s;
	-o-transition:all 0s;
	-moz-transition:all 0s;
	-ms-transition:all 0s;
	-webkit-transition:all 0s;
	transition:all 0s;
}
.carna_services.carna_service_15 .single_carna_service{
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	display: block;
	height: 150px;
	margin: 15px auto;
	padding: 20px;
	text-align: center;
	width: 150px;
	padding-top: 50px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.carna_services.carna_service_15 .single_carna_service .title{
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin: 0;
}
.carna_services.carna_service_15 .single_carna_service:hover .title{
	color: #3FC7AB;
}
.carna_services.carna_service_15 .single_carna_service p{
	color: #fff;
	font-weight: 400;
	margin: 2px 0 0;
	padding: 0;
}
.carna_services.carna_service_15 .single_carna_service:hover p{
	color: #3FC7AB;
}
/*style 16*/
@keyframes carna_service_an_16{
	0%{
		-webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		-moz-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		-o-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		-ms-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
	}
	50%{
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
		-moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
		-o-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
		-ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
	}
	100%{
		-webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5);
		-moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5);
		-o-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5);
		-ms-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5);
	}
	
}
.carna_service_16_bg{
	background: #3E4861;
}
.carna_services.carna_service_16{}
.carna_services.carna_service_16 .single_carna_service{
	overflow: visible;
}
.carna_services.carna_service_16 .single_carna_service i{
	background: none repeat scroll 0 0 #1bbc9b;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 22px;
	height: 60px;
	margin: 0 auto;
	padding-top: 17px;
	width: 60px;
	-o-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-webkit-transition:all .4s;
	transition:all .4s;
}
.carna_services.carna_service_16 .single_carna_service:hover i{
	background: transparent;
	color: #fff;
	border-color:transparent;
	-webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5);
	-o-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5);
	-ms-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5);
	-o-transition:all 0s;
	-moz-transition:all 0s;
	-ms-transition:all 0s;
	-webkit-transition:all 0s;
	transition:all 0s;
	-webkit-animation:carna_service_an_16 .5s 0s;
	-moz-animation:carna_service_an_16 .5s 0s;
	-o-animation:carna_service_an_16 .5s 0s;
	-ms-animation:carna_service_an_16 .5s 0s;
	animation:carna_service_an_16 .5s 0s;
}
.carna_services.carna_service_16 .single_carna_service .title{
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	margin-top: 40px;
	padding-bottom: 14px;
	position: relative;
}
.carna_services.carna_service_16 .single_carna_service .title:after{
	background: none repeat scroll 0 0 #1BBC9B;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	width: 30px;
	-o-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.carna_services.carna_service_16 .single_carna_service:hover .title:after{
	background: #fff;
}
.carna_services.carna_service_16 .single_carna_service p{
	color: #fff;
	font-weight: 400;
	margin-top: 11px;
}
/*style 17*/
.carna_services.carna_service_17 .single_carna_service p{
	color:#545454;
}


/*carasoal service section*/

.carousel_service_section{
	padding:100px 0;
	background: #F7F8FB;
}
.carousel_service_section .carousel_service_thumb .flex-viewport{
	overflow: visible !important;
	background: #fff;
}
.carousel_service_section .carousel_service_thumb{
	overflow: hidden;
	padding-bottom: 25px;
	position: relative;
	border-bottom: 0 none;
	z-index: 1;
	border-top: 1px solid rgba(0,0,0,.1);
	padding-right: 1px;
	padding-left: 1px;
}
.carousel_service_section .carousel_service_thumb:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	margin-top: -25px;
	content: "";
	background: rgba(0,0,0,.1);
	width: 100%;
	z-index: -1;
}
.carousel_service_section .carousel_service_thumb:before{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
  bottom: 24px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.carousel_service_section .carousel_service_thumb .flexslider ul.slides{
	
}
.carousel_service_section .carousel_service_thumb .flexslider ul.slides li+li{
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.carousel_service_section .flexslider{
	border: 0 none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	background: transparent;
}
.carousel_service_section .carousel_service_thumb .flex-active-slide .single_service_thumb{
	background: none repeat scroll 0 0 #67d7bb;
}
.carousel_service_section .carousel_service_thumb .single_service_thumb{
	background: transparent;
	color: #3e4861;
	padding: 40px 15px 30px;
	position: relative;
	text-align: center;
}

.carousel_service_section .carousel_service_thumb .single_service_thumb:after{
	border-color: #67d7bb transparent transparent;
	border-style: solid;
	border-width: 21px;
	content: "";
	left: 50%;
	margin-left: -23px;
	position: absolute;
	top: 100%;
	z-index: 1;
	display: none;
}
.carousel_service_section .carousel_service_thumb .flex-active-slide .single_service_thumb:after{
	display: block;
}
.carousel_service_section .carousel_service_thumb .flex-active-slide .single_service_thumb i{
	color:#fff;
}
.carousel_service_section .carousel_service_thumb .single_service_thumb i{
	border: 3px double;
	border-radius: 50%;
	display: block;
	font-size: 20px;
	height: 60px;
	margin: 0 auto;
	padding-top: 16px;
	width: 60px;
}
.carousel_service_section .carousel_service_thumb .single_service_thumb h2{
	color: #3e4861;
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	margin: 25px 0 0 0;
	padding: 0 10px;
	position: relative;
	text-transform: uppercase;
}
.carousel_service_section .carousel_service_thumb .single_service_thumb p{
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	margin: 9px 0 0 0;
	padding: 0;
}
.carousel_service_section .carousel_service_thumb .single_service_thumb a{
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	font-weight: 300;
	margin-top: 14px;
}

.carousel_service_slider{
	padding-top: 100px;
}
.carousel_service_slider .carousel_service_single_slide{
	background: transparent;
}
.carousel_service_slider .carousel_service_single_slide h2{
	color: #3e4861;
	display:block;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
	padding: 0 10px;
	position: relative;
	text-transform: uppercase;
}
.carousel_service_slider .carousel_service_single_slide p{
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	margin: 18px 0 0;
	padding: 0;
}
.carousel_service_slider .carousel_service_single_slide ul{
	display: block;
	list-style: inside none circle;
	margin: 17px 0 0 0;
	padding: 0;
}
.carousel_service_slider .carousel_service_single_slide ul li{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 5px 0 0;
	padding: 0;
}
.carousel_service_slider .carousel_service_single_slide .readmore{
	background: none repeat scroll 0 0 #67d7bb;
	color: #fff;
	display: inline-block;
	margin-top: 24px;
	opacity: 1;
	padding: 12px 33px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.carousel_service_slider .carousel_service_single_slide .readmore:hover{
	opacity: .5;
}
.carousel_service_slider .carousel_service_single_slide .service_carousel_img{
	display: block;
	overflow: hidden;
}
.carousel_service_slider .carousel_service_single_slide .service_carousel_img img{
	border: 0 none;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	padding: 0;
}
/*Service section style end*/

/*====================== Call to action =================*/
.callofaction{
	padding: 30px 0;
	background: #67d7bb;
	margin-top:60px;
	clear: both;
}
.callofaction .pull-left{
	color: #fff;
	font-family: 'Open Sans',sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 11px 0;
}
.callofaction .pull-right{}
.callofaction .pull-right a{
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #fff;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-family: 'open sans';
	font-size: 18px;
	padding: 7px 18px;
	text-align: center;
	text-decoration: none;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}
.callofaction .pull-right a:hover{
	color: #68D7BB;
	border-color: #fff;
	background-color: #fff;

}