/*section_hedding*/
.sec_hedding h2{
	font-weight: 700;
}
h2 span {
    font-weight: 400;
}

@media (max-width: 768px) {
	img {
		width: 100%;
		max-width: 100%;
	}
}
/*-------------------------------------------------------------------------------------------*/
/*  Main Banner        ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.main-banner {
	position: relative;

}
@media (max-width: 767px) {
	.main-banner {
		margin-top: 92px;
	}
}
.main-banner .banner-text .sub-text {
	font-weight: 600;
	color: #ffffff;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
}
.main-banner .banner-text h2 {
	font-size: 40px;
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 10px;
	line-height: 1.3;
	text-transform: capitalize;
	padding: 10px 0;
}
.main-banner .banner-text h2 span {
	color: #daa106;
	font-size: 40px;
}
.main-banner .banner-text p {
	font-family: "Roboto";
	color: #ffffff;
	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: #daa106;
	line-height: 30px;
	padding-left: 38px;
	padding-right: 38px;
	font-weight: 700;
	color: #fff;
}
.main-banner li .btn-text {
	line-height: 60px;
	padding-left: 38px;
	padding-right: 38px;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 100px;
}
#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: #e3ba67;
}
.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: #daa106;
	border: 1px solid #daa106;
}
.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.69);
	content: '';
}
@media (max-width: 480px) {
	.main-banner .banner-text h2, .main-banner .banner-text h2 span {
		font-size: 30px;
	}
	.main-banner .banner-text p {
		line-height: 1.5;
		font-size: 15px;
	}
}

.main-banner li .btn-text {
	line-height: 44px !important;
}
.btn-text {
	font-size: 14px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	line-height: 41px;
	border: 2px solid #daa106;
	padding: 0 22px;
	border-radius: 30px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #daa106;
	height: 44px;
	text-align: center;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.btn-text:hover {
	background: none;
	color: #daa106;
	text-decoration: none;
}


/***========Services Section===================== ***/
.wedo-point {
    border: 2px solid #c3c3c3;
    padding:20px 21px 21px 0px;
    float: left;
}

.wedo-point .icon-serv {
    float: left;
    text-align: center;
    width: 64px;
    font-size: 40px;
    background:#00adef;
    line-height: 64px;
    margin-right: 24px;
    color: #fff;
    margin-left: 0;
    height: 64px;
}
.wedo-point .serv-poin {
    width: calc(100% - 97px);
    display: inline-block;
    overflow: hidden;
}
.serv-poin h3 {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
}

.serv-poin p {
    margin-bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.wedo-point{
		    padding: 20px 0px 21px 0px;
	}
	.serv-poin h3{
		font-size: 13px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.serv-poin h3{
		font-size: 14px;
	}
}

/*counter*/
.quote_wrap__block {
    overflow: hidden;
    position: relative;
    background: url(../images/20.jpg) 0 0 no-repeat;
    background-size: cover;
}
.quote_wrap__block:before{
	content: "";
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	    background: rgba(0, 0, 0, 0.74);
	left: 0px;
}
.counter_pre {
    border: 1px solid #6f6969;
    text-align: center;
    padding: 30px;
    box-shadow: inset 0px 0px 0 5px transparent;
    transition: all 0.2s ease-in-out;
}
.counter_pre:hover {
    box-shadow: inset 0px 0px 0 5px #00adef;
    border: 1px solid #00adef;
}
.counter_pre .counter-section__box .counter {
    font-size: 45px;
    line-height: 1.3;
}
.counter_pre .counter-section__box p {
    margin: 0px;
    font-size: 20px;
}
/*About_Sec*/
.about-left p {
	text-transform: capitalize;
	color: #8e8e8e;
	margin-top: 25px;
}

.icon-lf {
	min-width: 25%;
	background: #00adef;
	text-align: center;
	color: #fff;
	border-radius: 5px;
}
.icon-lf i {
	color: #fff !important;
	font-size: 45px;
	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: #8e8e8e;
	margin: 0px;
}
.pic-show img {
	width: 100%;
}
.process:hover .icon-lf i {
	color: #000;
}

/*Project*/
figure {
	margin: 0;
}
.position_relative {
	position: relative;
	overflow: hidden;
}
.picher_doc img {
	width: 100%;
	cursor: auto;
}
.opacity-medium {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.75;
	top: 0;
	left: 0;
}

.bg-extra-black {
	background-color: #1c1c1c;
}
.picher_doc .inner_text {
	position: absolute;
	left: 0px;
	top: auto;
	z-index: 9;
	bottom: 0px;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transition: transform .35s ease-out;
	-webkit-transition: transform .35s ease-out;
	-moz-transition: transform .35s ease-out;
	-ms-transition: transform .35s ease-out;
	-o-transition: transform .35s ease-out;
	padding: 0 0 15px 60px;
	width: auto;
	height: auto;
	text-align: left;
	opacity: 1;
	cursor: default;
}
.picher_doc:hover .inner_text {
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
}

.picher_doc .inner_text .show_tital {
	display: inline-block;
	color: #f2f2f2;
}
.display_block {
	display: block;
	width: 100%;
	border-top: 1px solid #cfcfcf;
	color: #cfcfcf;
	padding: 10px 0px;
}
.picher_doc .inner_text .btn {
	opacity: 0;
}
.picher_doc:hover .btn {
	opacity: 1;
}

/*why_choose*/
.poins ul {
	margin: 0px;
	padding: 0px;
}
.poins ul li {
	list-style: none;
	float: left;
	width: 50%;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.poins ul li {
		width: 100%;
	}
}
.poins ul li i {
	color: #eda20e;
	font-size: 25px;
}
.poins ul li span {
	padding-left: 20px;
	color: #666666;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
@media (max-width: 1199px) and (min-width: 992px) {
	.poins ul li span {
		padding-left: 10px;
		font-size: 12px;
	}

}

/*-------------------------------------------------------------------------------------------*/
/*  Testimonials     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.bg_Testimonial{
	background: url(../images/testimonial-bg.png);
}
#testimonial-section .owl-carousel .pic_radius figure img{
	width: 128px;
    height: 128px;
    border-radius: 50%;
    margin: 0 auto 20px;
    overflow: hidden;
    float: none;
}
.bg_tranperent{
	    background: transparent !important;
}
#testimonial-section .owl-carousel .pic_radius p.font_sty{
	font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
}
.quote {
	position: relative;
	padding: 40px;
	min-height: 290px;
}
.quote p {
	font-size: 16px;
	line-height: 1.6;
	position: relative;
}
.quote:before {
	font: normal normal normal 45px/1 FontAwesome;
	content: "\f10d";
	color: #0894D6;
	position: absolute;
	left: 26px;
	top: 16px;
	transform: rotate(-18deg);
	-webkit-transform: rotate(-18deg);
	opacity: 0.6;
}
.quote:after {
	content: '';
	width: 14px;
	height: 29px;
	background: #1c63b8;
	position: absolute;
	left: 61px;
	bottom: -14px;
	transform: rotate(61deg);
	-webkit-transform: rotate(61deg);
}
.testimonial-pic {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 20px 0 0;
	overflow: hidden;
	float: left;
}
.testimonial-outher {
	overflow: hidden;
	text-align: left;
	float: left;
	padding-top: 37px;
	padding-left: 20px;
}
.testimonial-outher strong, .testimonial-outher span {
	display: block;
}
.video-btn {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 9;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
}
.video-btn:hover {
	color: #1c63b8;
	border: 1px solid #1c63b8;
}
.bg-color{
	background: #1c63b8;
}
.img-scale figure{
	overflow: hidden;
	margin: 0px;
}
#testimonial-2 .owl-controls .owl-nav .owl-prev:hover, #testimonial-2 .owl-controls .owl-nav .owl-next:hover{
	border-color: #00adef;
}

/*-------------------------------------------------------------------------------------------*/
/*  form     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

#testimonial_secend {
	background-position: right top;
	background-size: cover;
	background-repeat: no-repeat;
	margin:0px;
	background: #f2f2f2;
}
#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: #000;
	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;
	width: 100%;
	padding: 20px;
	background: #fff;
}

.quote-author {
	margin: 0px;
	font-size: 18px;
	color: #000;
	float: none;
	padding: 0px;
}

.quote-author span {
	font-weight: 400;
}

.form_home {
	padding: 60px;
	margin: -100px 0;
}
.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: #fff;
}
.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;
	}
}
