/* section_heading */
.section_heading h2 {
	position: relative;
	display: inline-block;
	margin-bottom:0px;
	line-height: 1;
	text-transform: uppercase;
}
.section_heading h2:before {
	position: absolute;
	content: '';
	background: #1bbce8;
	width: 50px;
	height: 4px;
	left: 50%;
	bottom: -18px;
	z-index: 100;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.left_line h2:before{
	left: 0;
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.section_heading h2:after {
	position: absolute;
	content: '';
	background: #c5c5c5;
	width: 100%;
	height: 1px;
	right: 0;
	bottom: -17px;
}
.section_heading p {
	margin: 0px;
}

@media (max-width: 767px) {
.about_text{
	text-align: center;
}

}
/*-------------------------------------------------------------------------------------------*/
/*  Main Banner        ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.main-banner {
	position: relative;
	margin-top: 0px;
	overflow: hidden;
}
.main-banner .banner-text span {
	font-weight: 500;
	color: #fff;
	font-size: 26px;
	display: block;
	margin-bottom: 5px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
}
.main-banner .banner-text h2 {
	font-size: 45px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.3;
	text-transform: capitalize;
	padding: 10px 0;
	font-weight: 600;
}
.main-banner .banner-text p {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.8;
}

.main-banner .tp-mask-wrap {
	height: auto;
}
.main-banner .more-btn {
	background: #714da0;
	line-height: 30px;
	padding-left: 38px;
	padding-right: 38px;
	font-weight: 700;
	color: #fff;
}
.main-banner li .btn-text {
	line-height: 50px !important;
	padding-left: 38px;
	padding-right: 38px;
	font-size: 13px;
	font-weight: 700;
}
#wrapper .main-banner .tp-bullets {
	top: auto;
	left: 52%;
	display: block;
	visibility: visible;
	opacity: 1;
	bottom: 66px;
}
.main-banner .tp-bullet {
	width: 26px;
	height: 3px;
	background: #8f8f8f;
}
.main-banner .tp-bullet.selected {
	background: #714da0;
}
.tparrows.tp-leftarrow, .tparrows.tp-rightarrow {
	border: 1px solid #fff;
	z-index: 99;
	cursor: pointer;
	background: none;
	visibility: hidden;
}
.main-banner:hover .tparrows.tp-leftarrow, .main-banner:hover .tparrows.tp-rightarrow {
	visibility: visible;
}
.tparrows.tp-leftarrow:hover, .tparrows.tp-rightarrow:hover {
	background: #714da0;
	border: 1px solid #714da0;
}
.slotholder:before {
	border-top: none;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.52);
	content: '';
}


.img_slider {
	width: 100% !important;
	height: auto !important
}
/* about */
.form_home{
	background:#222;
	padding: 15px;
}
.about_company p{
	margin: 0px;
}
.clean_top {
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	border-radius: 0px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
}
.clean_top .content i {
	font-size:25px;
	color: #1bbce8
}
.icon_left_home{
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1bbce8;
    border-radius: 50%;
    text-align: center;
}
.right_detail{
	float: left;
    width: calc(100% - 50px);
    margin-left: 10px;
}
.right_detail h5{
	margin-top:0px;
	font-size: 17px;
	text-transform: uppercase;
}
.feature-box {
	overflow: hidden;
	position: relative;
}
.feature-box:before {
	position: absolute;
	top: 0px;
	left: 100%;
	width: 100%;
	height: 2px;
	background: #1bbce8;
	content: "";
	transition: all 0.3s;
}
.feature-box:after {
	position: absolute;
	bottom: 0px;
	left: 100%;
	width: 100%;
	height: 2px;
	background: #1bbce8;
	content: "";
	transition: all 0.3s;
}
.feature-box:hover:before, .feature-box:hover:after {
	left: 0px;
}
.content {
	position: relative;
	overflow: hidden;
	padding:20px;
}
.content:before {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 2px;
	height: 100%;
	background: #1bbce8;
	content: "";
	transition: all 0.3s;
}
.content:after {
	position: absolute;
	top: 100%;
	right: 0px;
	width: 2px;
	height: 100%;
	background: #1bbce8;
	content: "";
	transition: all 0.3s;
}
.feature-box:hover .content:after, .feature-box:hover .content:before {
	top: 0px;
}

/*Call_bg_Section*/
.bg_contact{
	background: url(../images/background/contact_section_bg.jpg) no-repeat 0 0;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.bg_contact:before{
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.2);
}
.call_headding h3{
	margin: 0px;
	font-size: 32px;
}
.contact_info .call-us{
	margin: 0px;
	font-size: 20px;
}
.contact_info .call-us i{
	border: 1px solid #fff;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 25px;
	    vertical-align: middle;
	border-radius: 50%;
	display: inline-block;
	    margin-right: 20px;
}
.contact_info span{
	margin: 0px 30px;
	font-size:30px;
}

/* Service_Section */
.relative_box{
	text-align: center;
	background: #fff;
	padding: 20px;
}
.relative_box h3{
	margin-top: 0px;
	line-height: 1;
}
.relative_box p{
	margin: 0px;
}

/* Team */
.team_bg {
	background: url(../images/bg_71.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	position: relative;
	background-size:cover; 
}
.team_bg:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.79);
}
.team_picher {
	position: relative;
	overflow: hidden;
}
.team_picher {
	border-radius: 50%;
}
.social_hover {
	background:rgba(46, 204, 113, 0.49);
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0%;
	left: 100%;
	border-radius: 50%;
	text-align: center;
	transition: all 0.3s;
}
.team_iteam:hover .social_hover {
	left: 0px;
}
.social_hover ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.social_hover ul li {
	display: inline-block;
	list-style: none;
}
.social_hover ul li a {
	color: #fff;
	background: #222;
	height: 40px;
	width: 40px;
	display: inline-block;
	line-height: 40px;
	border-radius: 50%;
	    font-size: 22px;
}
.team_detail {
	color: #fff;
	margin-top: 10px;
}
.team_detail p{
	margin-bottom: 0px;
	color: rgba(255, 255, 255, 0.70);
}
.team_detail h4 {
	margin: 0px;
	    color: #fff !important;
}
@media (max-width:767px){
 .team_iteam{
	 width: 291px;
	 margin-left: auto;
	 margin-right: auto;
 }
}
/* Testimonial_Section */
.testimonial_bg {
	
	background: url(../images/testimonial-bd.jpg) no-repeat;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.testimonial_bg:before {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
}
.color_box {
	background: #1bbce8;
	padding: 30px 60px;
	text-align: center;
	border-radius: 10px;
	position: relative;
}
.color_box:before {
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	bottom: -10px;
	left: 50%;
	background: #1bbce8;
	transform: rotate(45deg);
	margin: 0px 0px 0px -10px;
}
.color_box p {
	color: #fff;
	margin: 0px;
}
.discretion_saying {
	text-align: center;
	margin-top: 60px;
}
.discretion_saying figure {
	display: inline-block;
}
.discretion_saying figure img {
	height: 90px;
	width: 90px !important;
	border-radius: 50%;
	overflow: hidden;
	background: #1bbce8;
	padding: 3px;
}
.testimonial_slider .owl-controls {
	text-align: center;
	margin-top: 25px;
}
.testimonial_slider .owl-controls .owl-dots .owl-dot {
	height: 10px;
	width: 10px;
	background: #fff;
	display: inline-block;
	margin: 0px 5px;
	transform: rotate(45deg);
}
.testimonial_slider .owl-controls .owl-dots .owl-dot.active {
	background: #1bbce8;
}

@media (max-width: 767px) {
	.color_box{
		padding: 30px;
	}
	.discretion_saying{
		margin-top: 30px;
	}
	.discretion_saying h3{
		margin: 0px;
	}
	.testimonial_slider .owl-controls{
		margin-top: 10px;
	}
}

/* Blog_Section */
.top_post {
	position: relative;
	overflow: hidden;
}
.top_post img{
	width: 100%;
}
.top_post .post_detail {
	position: absolute;
	bottom: -45px;
	left: 50%;
	width: 90%;
	background: #1bbce8;
	padding: 10px;
	margin: 0 auto;
	border-radius: 10px;
	transform: translateX(-50%);
	transition: all 0.3s;
}
.latest-blog:hover .top_post .post_detail {
	bottom: 10px;
}
.top_post .post_detail ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.top_post .post_detail ul li {
	display: inline-block;
	margin-right: 5px;
	text-transform: capitalize;
	padding-right: 10px;
}
.top_post .post_detail ul li a {
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	text-transform: capitalize;
}
.top_post .post_detail ul li a i {
	margin-right: 10px;
	    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}

.post_title {
	background: rgb(247, 247, 247);
	padding: 15px;
}
.post_title h3 {
	margin-top: 0px;
}
.latest-blog:hover .post_title h3 a {
	color: #1bbce8;
}
.btn-link {
	color: #1bbce8;
	font-weight: 500;
	text-decoration: none;
}
.btn-link:hover {
	color: #1bbce8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.top_post .post_detail ul li {
		margin-right: 0px;
	}
}
