/*-------------------------------------------------------------------------------------------*/
/*  Main Banner        ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
ul {
	padding: 0px;
	margin: 0px;
}
.main-banner {
	position: relative;
}

.main-banner .banner-text .sub-text {
	font-weight: 600;
	color: #ffffff;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	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.5 !important;
	text-transform: capitalize;
	padding: 10px 0;
}
.main-banner .banner-text h2 span {
	color: #0c90ce;
	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: #0c90ce;
	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: #ffaf36;
}
.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: #0c90ce;
	border: 1px solid #0c90ce;
}
.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.0);
	content: '';
}
@media (max-width: 480px) {
	.main-banner .banner-text h2, .main-banner .banner-text span {
		font-size: 18px !important;
	}
	.main-banner .banner-text p {
		line-height: 1.2;
		font-size: 15px;
	}
}

.main-banner li .btn-text {
	line-height: 44px !important;
}

/*fuctuche_box*/
.bigger_font {
	font-size: 30px;
	line-height: 1.5;
}
.proje_paret, .box_pic {
	position: relative;
	overflow: hidden;
}
.proje_paret{
	    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.text-boxhover {
	background-color: rgba(29, 29, 29, 0.7);
	text-align: center;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.boda-cols {
	width: 100%;
	text-align: left;
}
.boda-cols span {
	font-size: 18px;
	vertical-align: middle;
}
.boda-cols span.icon_bg {
	background: #0c90ce;
	width: 50px;
	font-size: 35px;
	display: inline-block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-right: 10px;
}

.show-hov {
	color: #fff;
	background: #0c90ce;
	padding: 25px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 100%;
	transition: all 0.4s ease-in-out;
}
.box_pic {
	transition: all 0.4s ease-in-out;
	opacity: 1;
}
.box_pic figure{
	margin:0;
}
.proje_paret:hover .show-hov {
	right: 0px;
}
.proje_paret:hover .box_pic {
	transform: translateX(100%);
	opacity: 0;
}
.hover_title .boda-cols span.icon_bg {
	background: #222;
	color: #fff;
}
.hover_title {
	margin-bottom: 15px;
}
.top_about .left_about h4 {
	color: #8e8e8e;
	font-weight: normal;
	margin: 0 0 10px;
	font-size: 18px;
}
.show-hov p {
	margin: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.show-hov {
		padding: 10px;
	}
}

/*banner_bottum*/
.about_comp h2 {
	margin: 20px 0px;
}
.about_comp span {
	color: #0c90ce;
}
.about_comp p {
	margin-bottom: 20px;
}
.about_box p {
	margin: 0px;
}
.white_btn {
	border: 1px solid #1d1d1d;
	color: #1d1d1d;
}
.white_btn:hover {
	color: #fff;
	border-color: #1d1d1d;
	background: #1d1d1d;
}
.about_box h4{
	    margin: 10px 0px 0px
}
/*-------------------------------------------------------------------------------------------*/
/* Counter STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.fact-counter-wrapper {
	position: relative;
	background: url(../images/counter_bg.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	background-attachment: fixed;
	background-position: center center;
}

.fact-counter-wrapper:before {
	background-color:rgba(0, 0, 0, 0.84);
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
}

.single-fact {
	text-align: center;
	display: inline-block;
	padding:20px 0px 30px;
}
.single-fact .icon-boxed {
	width: 70px;
	height: 70px;
	font-size: 45px;
	color: #0c90ce;
	text-align: center;
	line-height: 74px;
	margin: 0 auto;
	position: static;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.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;
}
.overlay-dark, .overlay-dark80, .overlay-light, .overlay-light80 {
	position: relative;
	z-index: 1;
}
.dark-bg p, .dark-bg h2, .dark-bg h6 {
	color: #fff;
}

.overlay-dark80:before {
	background-color: rgba(0, 0, 0, 0.90);
}

.overlay-dark:before, .overlay-dark80:before, .overlay-light:before, .overlay-light80:before, .tp-bgimg:before {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}
.border_full {
	border: 1px solid #0c90ce;
	border-right: none;
}
.border_full:last-child {
	border-right: 1px solid #0c90ce;
}
@media (min-width: 768px) and (max-width: 991px) {
	.border_full {
	border-right: 1px solid #0c90ce;
}
}
@media (max-width: 767px) {
	.border_full {
	border:none;
}	
.single-fact{
	    border: 1px solid #0c90ce;
    width: 100%;
}
}
/*service*/
.service__content_box {
	padding: 30px;
	background: #fff;
	position: relative;
	margin: 0;
}
@media (max-width: 767px) {
	.service__content_box {
		margin-top: 0px;
		width: 100%;
	}
}
.tab-content {
	margin: 0px;
}
.service-test {
	display: none;
}
.service-tab {
	display: block;
}
.full_width {
	width: 100%;
}
.top-service {
	position: relative;
	background: #fff;
	border: none;
	margin-bottom: 2px;
	padding: 18px;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #aaa;
	transition: all .3s;
	font-weight: 700;
}
.top-service .fr-text img {
	margin-right: 15px;
	width: 45px;
}
@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 {
	background-color: #0c90ce;
	color: #fff;
}
.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;
}
.bg_same h4 {
	margin: 17px 0px 10px;
	font-size: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.top-service:before {
		display: none;
	}
}
@media (max-width: 767px) {
	.top-service:before {
		display: none;
	}
}
.white_btn {
	border: 1px solid #1d1d1d;
	color: #1d1d1d;
}
.white_btn:hover {
	color: #fff;
	border-color: #0c90ce;
	background: #0c90ce;
}
.impotent_point ul li {
	list-style: none;
	font-size: 14px;
	line-height: 29px;
}
.impotent_point ul li i {
	font-size: 12px;
	color: #0c90ce;
}

/*========== Team========== */
.team_colume .team_item figure {
	border-radius: 50%;
}
.team_colume .team_detail h4 {
	margin: 0px;
	font-size: 16px;
	text-transform: uppercase;
}

.team_colume .team_detail span {
}
.team_colume .team_detail p {
	margin: 0px;
}
/*form*/
.img_bg1{
	background: url(../images/bg_22.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 2;
}
.img_bg1:after{
background-color:rgba(0, 0, 0, 0.84);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.img_bg1 .sec_hedding h2{
	color: #fff;
}
.sent-but{
	width: 100%;
}

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

#testimonial_secend {
	background-position: right top;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0px;
	background: url(../images/bg_testimonial.jpg);
}
#testimonial_secend .sec_hedding h2 {
	color: #fff;
}
.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 {
	font-size: 16px;
	margin: 15px 0px 0px 0px;
	max-width: 100%;
	color: #fff;
	font-weight: 300;
}
#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: 100%;
	border-radius: 20px 0px 20px 0px;
	width: 90%;
	padding: 50px 20px 30px;
	border: 1px solid #0c90ce;
	color: #fff;
	margin: 0 auto;
	position: relative;
}
.pic {
	position: absolute;
	top: -40px;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	width: 80px;
	height: 80px;
}
.pic img {
	border-radius: 50%;
	border: 3px solid #0c90ce;
}
#testimonial_secend .owl-carousel .owl-stage-outer {
	border-radius: 20px 0px 20px 0px;
	padding-top: 45px;
}
.quote-author {
	margin: 15px 0px 0px 0px;
	font-size: 16px;
	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 #0c90ce;
	border-radius: 50%;
	margin: 5px;
	height: 10px;
	width: 10px;
}
#testimonial_secend .owl-dots .active span {
	background: #0c90ce;
}

@media (min-width: 768px) and (max-width: 991px) {

	.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-title {
	font-size: 20px;
	font-weight: 800;
}
.latest__block-title:hover a {
	color: #0c90ce;
}
.team__block-section .team-member {
	margin-bottom: 0;
}
.more_btn__block {
	color: #0c90ce;
	font-weight: bold;
	display: inline-block;
}
@media (max-width: 767px) {
	.more_btn__block {
		margin-top: 0;
	}
}

.contact-form{
	background: none;
}
.contact-form input[type="text"]{
	background: #fff;
}