h1, h2, h3, h4, h5, h6 {
	color: #222;
}
ul {
	padding: 0px;
}
h2 span {
	color: #2196f3;
}
figure {
	margin: 0;
}
body {
	color: #6f6f6f;
}
.btn-text {
	border-radius: 5px;
}
p {
	font-size: 16px;
}
/*about_section*/

.about_company h4 {
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 10px;
}
.about_company h2 {
	margin-bottom: 12px;
	color: #232323;
	font-size: 32px;
}
.point_about .clean_top {
	float: left;
	width: 50%;
}
.point_about .clean_top i {
	font-size: 40px;
	margin-bottom: 20px;
	display: inline-block;
	color: #2196f3;
}
.point_about .clean_top h3 {
	margin: 0px 0px 5px 0px;
	font-size: 16px;
}

/*service*/
.service__content_box {
	padding: 30px;
	background: #fff;
	position: relative;
	margin: 0;
}
@media (max-width: 767px) {
	.service__content_box {
		margin-top: 0px;
		width: 100%;
	}
.point_about .clean_top{
	float:none;
	width:100%;
}	
}
.tab-content {
	margin: 0px;
}
.service-test {
	display: none;
}
.service-tab {
	display: block;
}
.full_width {
	width: 100%;
}
.top-service {
	position: relative;
	z-index:2;
	background: #fff;
	border: none;
	margin-bottom: 2px;
	padding: 28px 20px;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #aaa;
	transition: all .3s;
	font-weight: 700;
	overflow: hidden;
}
.top-service:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transform:scaleX(0);
	opacity:1;
	background:#2196f3;
	transition: all .3s ease-in-out;
	z-index:-1;
	transform-origin: 0 0;
}

.top-service .fr-text i {
	font-size: 28px;
	display: inline-block;
	vertical-align: middle;
	color: #2196f3;
	margin-right: 15px;
	transition: 0.3s;
}
/**
 * The "shine" element
 */

.top-service:after {
      content: '';
      display: block;
      position: absolute;
      background: rgb(255, 255, 255);
      width: 38px;
      height: 122%;
      left: 0;
      top: -12px;
      opacity: 0.5;
      -webkit-filter: blur(30px);
      filter: blur(19px);
      -webkit-transform: translateX(-100px) skewX(-15deg);
      transform: translateX(-100px) skewX(-15deg);
      rgba(255, 255, 255, 0.55) 77%,      rgba(255, 255, 255, 0.25) 92%,      rgba(255, 255, 255, 0.0) 100%    );
}
.top-service:focus:after {
 -webkit-transform: translateX(300px) skewX(-15deg);
 transform: translateX(400px) skewX(-21deg);
 opacity: 0.6;
 -webkit-transition: .4s;
 transition: .6s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.top-service .fr-text i {
		margin-right: 10px;
	}
	.top-service {
		padding: 28px 12px;
	}
}
.top-service:hover, .top-service.active {
	color: #fff;
}
.top-service:hover:before, .top-service.active:before {
	transform:scaleX(1);
	opacity:0;

}
.top-service:hover i, .top-service.active i {
	color: #fff;
}
.top-service.active:before, .top-service:hover:before, .top-serv:focus:before {
	opacity: 1;
}
.bg_same {
	background: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 500px;
}
.bg_same h4 {
	margin: 30px 0px 10px;
	font-size: 20px;
}

.white_btn {
	border: 1px solid #1d1d1d;
	color: #1d1d1d;
}
.white_btn:hover {
	color: #fff;
	border-color: #2196f3;
	background: #2196f3;
}
.impotent_point ul li {
	list-style: none;
	font-size: 16px;
	line-height: 29px;
}
.impotent_point ul li i {
	font-size: 12px;
	color: #2196f3;
}

/*team*/
figure.effect-zoe p.description {
	background: rgba(33, 150, 243, 0.78);
}
#team .item .team-pic .effect-zoe .name-block h2, #team .item .team-pic .effect-zoe a span {

	color: #fff;
}

/*--pricing--*/
.pricing-grid1, .pricing-grid2, .pricing-grid3 {
	text-align: center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	padding: 0;
	border: none;
	border-radius: 0.7em;
	-webkit-border-radius: 0.7em;
	-o-border-radius: 0.7em;
	-moz-border-radius: 0.7em;
}
.pricing-grid3 {
	margin-right: 0;
}
.pricing-grid1:hover, .pricing-grid2:hover, .pricing-grid3:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	z-index: 1;
	border: none;
}
.pricing-grid1:nth-child(3) {
	margin-right: 0;
}
.price-value h4 a, .price-value.two h4 a, .price-value.three h4 a {
	font-size: 27px;
	color: #fff;
}
.price-value, .price-value.two, .price-value.three {
	background: #3094f1;
	padding: 30px;
	border-bottom: 2px solid #3094f1;
	border-top-left-radius: 0.7em;
	-webkit-border-top-left-radius: 0.7em;
	-o-border-top-left-radius: 0.7em;
	-moz-border-top-left-radius: 0.7em;
	border-top-right-radius: 0.7em;
	-webkit-border-top-right-radius: 0.7em;
	-o-border-top-right-radius: 0.7em;
	-moz-border-top-left-radius: 0.7em;
	position: relative;
}
.price-value.two {
	background: #3094f1;
	border-bottom: 2px solid #3094f1;
}
.price-value.three {
	background: #3094f1;
	border-bottom: 2px solid #3094f1;
}
.price-value ul, .pricing-grid1 ul, .pricing-grid2 ul, .pricing-grid3 ul {
	padding: 0;
}
.price-value ul li, .pricing-grid1, .pricing-grid2 ul li, .pricing-grid3 ul li {
	list-style: none;
}
.price-value ul li {
	list-style: none;
}
.price-value  h5 span {
	color: #222;
	font-size: 19px;
}
.price-value lable {
	color: #222;
	font-size: 17px;
}
.price-value.two h5 span {
	color: #222;
}
.price-value.two h5 i, .price-value h5 i {
	color: #222;
	font-style: normal;
}
.price-value.three h5 span {
	color: #222;
}
.price-value.three h5 i {
	color: #222;
	font-style: normal;
}
.price-value h5 {
	padding: 11px 0;
}
.sale-box, .sale-box.two, .sale-box.three {
	position: absolute;
	top: 0;
	overflow: hidden;
	height: 130px;
	width: 143px;
	text-align: center;
	z-index: 0;
	right: 0;
	border-top-right-radius: 0.7em;
	-o-border-top-right-radius: 0.7em;
	-moz-border-top-right-radius: 0.7em;
	-webkit-border-top-right-radius: 0.7em;
}
.sale-box span.on_sale {
	font-size: 14px;
	color: #fff;
	background: #222;
	text-transform: uppercase;
	padding: 58px 35px 17px 40px;
	width: 281px;
	text-align: center;
	display: block;
	position: absolute;
	left: -47px;
	top: -41px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: rotate(-44deg);
	-ms-transform: rotate(-44deg);
	transform: rotate(40deg);
	box-shadow: 3px -4px 13px 3px rgba(0,0,0,0.75);
}
.sale-box.two.sale-box span.on_sale {
	background: #222;
}
.sale-box.three.sale-box span.on_sale {
	background: #222;
}
.pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
	color: #868585;
	font-size: 15px;
	text-align: center;
	display: block;
	padding: 16px 0;
	text-decoration: none;
	font-weight: 400;
}
.pricing-grid1 ul li.whyt a, .pricing-grid2 ul li.whyt a, .pricing-grid3 ul li.whyt a {
	background: #f4f4f4;
}

.price-bg {
	background: #fff;
}
.price-bg ul {
	padding: 0;
}
.price-bg ul li {
	list-style: none;
}
.cart1, .cart2, .cart3 {
	padding: 2.7em 0em 2.7em;
	display: block;
	border-bottom: 2px solid #3094f1;
}

.cart1 a, .cart2 a, .cart3 a {
	color: #FFF;
	font-size: 0.9em;
	font-weight: 500;
	padding: 15px 2em;
	text-decoration: none;
	background: #3094f1;
	text-transform: uppercase;
	-webkit-appearance: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	outline: none;
}

/*--------------*/
@media (max-width: 1366px) {
	.pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
		font-size: 17px;
	}
}
@media (max-width: 1024px) {
	.pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
		font-size: 15px;
	}
	.price-value, .price-value.two, .price-value.three {
		padding: 2em 0 1em 0;
	}
	.price-value h4 a, .price-value.two h4 a, .price-value.three h4 a {
		font-size: 1.6em;
	}
	.price-head h1 {
		margin-top: 1em;
		font-size: 2.6em;
	}
}
@media (max-width: 768px) {
	.pricing-grid1 h3 a, .pricing-grid2 h3 a, .pricing-grid3 h3 a {
		padding: 0.4em 1em;
		font-size: 0.7em;
	}
	.pricing-grid1, .pricing-grid2, .pricing-grid3 {
		float: none;
		text-align: center;
		margin: 0em auto;
	}
	.cart1, .cart2, .cart3 {
		padding: 2em 0em 2em;
	}
}
@media (max-width: 640px) {
	.pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
		font-size: 15px;
	}
	.pricing-grid1, .pricing-grid2, .pricing-grid3 {
		float: none;
		text-align: center;
		margin: 0em auto;
	}
	.pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
		font-size: 15px;
		padding: 13px 0;
	}

}

@media (max-width: 320px) {
	.pricing-grid1, .pricing-grid2, .pricing-grid3 {
		margin-right: 0;
	}
	.price-value h4 a, .price-value.two h4 a, .price-value.three h4 a {
		font-size: 1.2em;
	}
	.price-value h5 span, .price-value lable {
		font-size: 16px;
	}

}

/*-------------------------------------------------------------------------------------------*/
/*  Testimonials     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

#testimonial_secend {
	background-position: right top;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0px;
	background: url(../images/bg_testimonial.jpg);
}
.overle_bg {
	position: relative;
}
.overle_bg:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.82);
}
#testimonial_secend .heading-box h2 {
	color: #fff;
}
#testimonial_secend .owl-item .item span.invatic-icon {
	display: inline-block;
}
#testimonial_secend .owl-item .item span.quote-bot {
	border: 1px solid #1d98db;
	padding: 20px;
	border-radius: 50%;
	line-height: 1.1;
}
#testimonial_secend .owl-item .item span.invatic-icon i {
	font-size: 30px;
	color: #1d98db;
}
#testimonial_secend .owl-item .item p.lead {
	color: #222;
	font-size: 16px;
}
#testimonial_secend .owl-carousel {
	overflow: hidden;
}
.container-icon {
	font-size: 25px;
	margin-bottom: 15px;
	color: inherit;
}
.testimonial-pic {
	width: 128px;
	height: 128px;
	border-radius: 50%;
	margin: 0 auto 20px;
	overflow: hidden;
}

.testimonial {
	max-width: 800px;
	border-radius: 20px 0px 20px 0px;
	width: 100%;
	padding: 20px;
	background: #fff;
}
#testimonial_secend .owl-carousel .owl-stage-outer{
border-radius: 20px 0px 20px 0px;
}
.quote-author {
	margin: 0px;
	font-size: 18px;
	color: #000;
	float: none;
	padding: 0px;
}

.quote-author span {
	font-weight: 400;
}
#testimonial_secend .owl-dots {
	margin-top: 20px;
}
#testimonial_secend .owl-dots .owl-dot {
	display: inline-block;
}
#testimonial_secend .owl-dots .owl-dot span {
	float: left;
	border: 1px solid #00adef;
	border-radius: 50%;
	margin: 5px;
	height: 10px;
	width: 10px;
}
#testimonial_secend .owl-dots .active span {
	background: #00adef;
}
.form_home {
	padding: 80px 60px;
	/* margin: -100px 0; */
	padding-left: 0px;
}
.white_color {
	color: #fff;
}
.bg_home_form {
	background: #00adef;
	padding: 30px;
}
.bg_btn_style {
	background: #fff !important;
	color: #222;
}
@media (min-width: 768px) and (max-width: 991px) {
	.form_home {
		margin: 0px;
		padding-left: 0;
		padding-right: 0px;
		padding-bottom: 0px;
		margin-bottom: 30px;
	}
	.testimorial-bg {
		padding-left: 0px;
		padding-right: 0px;
	}
	#testimonial_secend {
		margin: 0px;
	}
}

@media (max-width: 767px) {
	.form_home {
		margin: 0px;
		padding-left: 0;
		padding-right: 0px;
		padding-bottom: 0px;
		margin-bottom: 30px;
		padding-top: 30px;
	}
	.testimorial-bg {
		/* padding-left: 0px; */
		/* padding-right: 0px; */
	}
	#testimonial_secend {
		margin: 0px;
	}
}

/*=======Blog Section=========*/
.latest__block-post {
	padding: 20px;
	background: #f2f2f2;
}
.latest__block-post p{
	margin-bottom:0;
}
.latest__block .more_btn__block {
	margin-top: 10px;
}
.latest__block-title {
	font-size: 20px;
	font-weight: 800;
}
.latest__block-title:hover a {
	color: #00adef;
}
.team__block-section .team-member {
	margin-bottom: 0;
}
.more_btn__block {
	color: #00adef;
	font-weight: bold;
	display: inline-block;
	margin-top: 30px;
}
@media (max-width: 767px) {
	.more_btn__block {
		margin-top: 0;
	}
}

