/* section_heading */
.section_heading h2 {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	line-height: 1;
}
.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%);
}
.section_heading h2:after {
	position: absolute;
	content: '';
	background: #c5c5c5;
	width: 100%;
	height: 1px;
	right: 0;
	bottom: -17px;
}
.section_heading p {
	margin: 0px;
}
/*-------------------------------------------------------------------------------------------*/
/*  Main Banner        ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.main-banner {
	position: relative;
	margin-top: 0px;
	overflow: hidden;
}
.main-banner .banner-text span {
	font-weight: 600;
	color: #fff;
	font-size: 26px;
	display: block;
	margin-bottom: 5px;
	font-family: 'Poppins', sans-serif;
	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-parallax-wrap {
}
.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: '';
}
@media (max-width: 480px) {
	.main-banner .banner-text h2 {
		font-size: 18px;
	}
	.main-banner .banner-text p {
		line-height: 1.2;
		font-size: 15px;
	}
}
.img_slider {
	width: 100% !important;
	height: auto !important
}

/* About_Section */
.about-left p {
	text-transform: capitalize;
	color: #000;
	margin-top: 25px;
}
.repo-full{
	width: 100%;
}
.icon-lf {
	width: 50px;
	height: 50px;
	background: #1bbce8;
	text-align: center;
	color: #fff;
	border-radius: 5px;
}
.icon-lf i {
	color: #fff !important;
	font-size:35px;
	line-height: 50px;
	text-align: center;
	width: 100%;
	transition: .4s;
}
.right-txt {
	width: 65%;
	margin-left: 10px;
}
.right-txt h3 {
	margin-bottom: 0px;
	line-height: normal;
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 17px;
}
.right-txt p {
	text-transform: capitalize;
	color: #000;
	margin: 0px;
}
.pic-show img {
	width: 100%;
}
.process:hover .icon-lf i {
	color: #000;
}
@media (max-width:767px){
	.right-txt{
		width: 75%;
	}
}
/* Service_Section */
.service_box{
    border: 2px solid #ccc;
    border-top: 10px solid #1bbce8;
        -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.service_box:hover{
	    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-color: #1bbce8;
}
.relative_box{
	position: relative;
	    padding: 20px;
}
.service_box i{
    height: 70px;
    width: 70px;
    color: #1bbce8;
    background: #fff;
    border: 2px solid #1bbce8;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    font-size: 35px;
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
}
.service_box h3{
	    margin-top:25px;
}
.service_box p{
	margin: 0px;
}
/*-------------------------------------------------------------------------------------------*/
/* Counter STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.fact-counter-wrapper {
	position: relative;
	background: url(../images/bg_22.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	background-attachment: fixed;
	-webkit-backface-visibility: hidden;
	background-position: center center;
	padding: 50px 0px;
}
.fact-counter-wrapper .container {
	z-index: 1;
}
.single-fact {
	text-align: center;
	display: inline-block;
}
.single-fact .icon-boxed {
	width: 70px;
	height: 70px;
	font-size: 35px;
	color: #fab702;
	text-align: center;
	line-height: 70px;
	position: static;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	background: #fff;
	border-radius: 50%;
	margin-right:0px;
	display:inline-block;
}
.counter_count {
	display:block;
	vertical-align: middle;
}
.single-fact span {
	padding: 4px 0;
	line-height: 1.2;
	display: block;
	font-size: 40px;
	color: #fff;
	font-weight: 700;
}
.fact-counter-wrapper h2 {
	font-size: 36px;
	line-height: 42px;
	color: #fff;
	margin: 0;
	margin-bottom: 27px;
}
.single-fact p {
	margin: 0;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
}

.single-fact .icon-box i:before {
	font-size: 50px;
}
.fact-counter-wrapper:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: 1;
	background: rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) and (max-width: 991px) {
	.fact-counter-wrapper{
		padding: 90px 0px;
	}
}
@media (max-width: 767px) {
	.counter_count {
		display: block;
	}
	.fact-counter-wrapper {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/* Team_Section */
.box_team {
	padding: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.box_team:hover {
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.team_img{
	position: relative;
	overflow: hidden;
}
.team_img img{
	width:100%;
}
.team_social{
	text-align: center;
	position: absolute;
	height: 100%;
	width: 100%;
	background:rgba(27, 188, 232, 0.58);
	top: 100%;
	left: 0px;
	transition: all 0.3s;
}
.box_team:hover .team_social{
	top: 0px;
}
.team_social ul{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.team_social ul li{
	list-style: none;
	display: inline-block;
	    margin: 0px 5px;
}
.team_social ul li a{
	color: #000;
	background: #fff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 20px;
	border-radius: 50%;
	display: inline-block;	
}
.team_position h3{
	margin-bottom: 0px;
}
/* Testimonial_Section */
.testimonial_bg {
	background: url(../images/testimonial-bd.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
.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 */
.blog_home {
	    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.blog_home:hover{
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.post_img {
	position: relative;
}
.post_date {
	position: absolute;
	bottom: 0px;
	background: #1bbce8;
	height: 80px;
	width: 70px;
	left: 20px;
	text-align: center;
}
.post_date span {
	color: #fff;
}
.post_date span strong {
	display: block;
	font-size: 40px;
	line-height: 1.3;
}
.post_text {
	background: #fff;
	padding: 15px 20px 20px;
}
.post_text h3 {
	margin-top: 0px;
}
.post_user ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.post_user ul li {
	display: inline-block;
	padding: 0px 10px;
	border-left: 1px solid #ccc;
	line-height: 1;
}
.post_user ul li:first-child {
	border-left: none;
	padding-left: 0px;
}