 :root {
	 --main-color:#ff8026;
	 --dark-color:#11264a;
	 --light-color:#d1deeb;
	 --cta-color:#2d9688;
	 --text-color:#000;
	 --body-font:'Rubik';
	 --header-font:'Rubik';
 }
.cta-btn{background:var(--cta-color) !important;color:#fff!important;border:2px solid var(--cta-color) !important;}
.cta-btn:hover{background:transparent!important;color:#000!important;}
.cta-item{background:var(--cta-color) !important;}
.inline-cta{color:var(--main-color);padding:0 5px;border-radius:3px;font-weight:bold;}
.cta-box {display:block!important;background:var(--cta-color); text-align:center; margin:30px 0;}
.logo img{width:150px; height:auto; margin-top:2px;}
.adj-bottom{margin-bottom:-30px;}
h1.main-header{font-size:38px;font-weight:bold;}
.mb0{margin-bottom:0!important;}
.pb-20{padding-bottom:20px;}
.single-fact {position:relative;}
.fact-counter-wrapper {
	position: relative;
	background: url(../images/bg_87.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	background-attachment: fixed; 
	background-position: center center;
}
.fact-counter-wrapper .container {
	z-index: 1;
}
.fact-counter-wrapper:before {
	background-color: var(--dark-color);
	opacity:.75;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
}
.fact-counter-wrapper.cta:before {
	background-color: var(--cta-color);
	opacity:.75;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
}
.fact-counter-wrapper i {color:#fff!important;}
.team_colume .team_item figure {
	border-radius: 50%;
	border: 5px solid var(--main-color);
}
.team_colume .team_detail h4 {
	margin: 0px;
	font-size: 16px;
	font-weight:700;
	text-transform: uppercase;
}
.team_colume .team_detail p {
	margin: 0px;
}
.features {padding:0;margin:0;list-style:none;}
.features li{padding:12px 6px;box-sizing:border-box;border-bottom:1px solid var(--main-color);width:20%;float:left;}
.features:after{content:' ';display:block;clear:both;margin:1px 0;}
.cities {padding:0;margin:0;list-style:none;}
.cities li{padding:12px 6px;box-sizing:border-box;border-bottom:1px solid var(--main-color);width:33.3333%;float:left;}
.cities:after{content:' ';display:block;clear:both;margin:1px 0;}
/* for 20% li */
@media only screen and (min-width:1200px) {
	.cities li:nth-child(6n - 2),
	.cities li:nth-child(6n - 1),
	.cities li:nth-child(6n) {
		background: var(--light-color);
	}
}
@media screen and (max-width:1199px) {
	.cities li {
		width: 25%;
	}
	.features li {width:25%;}
}
/* for 25% li */
@media screen and (min-width:992px) and (max-width:1199px) {
	.cities li:nth-child(8n - 3),
	.cities li:nth-child(8n - 2),
	.cities li:nth-child(8n - 1),
	.cities li:nth-child(8n) {
		background: var(--light-color);
	}
}
@media screen and (max-width:991px) {
	.cities li {
		width: 33.333%;
	}
	.features li {width:33.333%;}
}
/* for 33.333% li */
@media screen and (min-width:768px) and (max-width:991px) {
	.cities li:nth-child(6n - 2),
	.cities li:nth-child(6n - 1),
	.cities li:nth-child(6n) {
		background: var(--light-color);
	}
}
@media only screen and (max-width: 767px) {
	.cities li {
		width: 50%;
	}
	.features li {width:50%;}
}
/* for 50% li */
@media screen and (min-width:641px) and (max-width:767px) {
	.cities li:nth-child(4n - 1),
	.cities li:nth-child(4n) {
		background: var(--light-color);
	}
}
@media only screen and (max-width: 640px) {
	.cities li {
		width: 100%;
	}
	.features li {width:100%;}
}
/* for 100% li */
@media screen and (max-width:640px) {
	.cities li:nth-child(2n) {
		background: var(--light-color);
	}
}
.cities li a{color:var(--main-color);}
body, html {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1.7em;
	color: var(--text-color);
	font-size: 16px;
	font-weight: 400;
	font-family: var(--body-font), sans-serif;
}
p:last-child{margin-bottom:0;}
h1 span, h2 span {
	position: relative;
	color: var(--text-color);
}
h2, h1 {
	font-size: 38px;
	margin-top: 0;
	color: var(--text-color);
	font-family: var(--header-font), sans-serif;
	text-transform:uppercase;
	font-weight:900;
}
@media(max-width:767px){
	h2, h1{
		font-size:30px;
		line-height:1.4;
	}
}
h3 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
}
h4 {
	font-size: 18px;
	line-height: 1.5;
}
h5 {
	font-size: 15px;
	line-height: 1.5;
}
h3, h4, h5 {
	font-family: var(--header-font), sans-serif;
	font-weight:900;
	text-transform:uppercase;
	margin-top: 10px;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
a {
	color: var(--text-color);
}
.inner-intro h1 {
	font-weight: 900;
	font-size: 40px;
}
.inner-intro h2 {
	font-weight: 900;
	font-size: 40px;
}
.title_row{
margin:30px 0;
}
 .inner-intro .page-breadcrumb span{
 	color:rgba(255, 255, 255, 0.49) !important;
 }
.padding {
	padding-top: 90px;
	padding-bottom: 90px;
}
.ptb-20 {
	padding-bottom: 20px;
	padding-top: 20px;
}
.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.pt-0 {
	padding-top: 0px;
}
.pb-0 {
	padding-bottom: 0px;
}
.pt-30 {
	padding-top: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}
.ptb {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
.mb-0 {
	margin-bottom: 0px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 35px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-25 {
	margin-top: 25px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mt-up {
	margin-top: -100px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.mt-sm-30 {
		margin-top: 30px;
	}
}
@media (min-width: 992px) {
.mt-lg-30{margin-top:30px;}
}
@media (max-width: 767px) {
	.pb-xs-30 {
		padding-bottom: 30px;
	}
	.pt-xs-60 {
		padding-top: 60px;
	}
	.ptb-xs-60 {
		padding-top: 60px!important;
		padding-bottom: 60px!important;
	}
	.mt-xs-0 {
		margin-top: 0px;
	}
	.mt-xs-15 {
		margin-top: 15px;
	}
	.mt-xs-30 {
		margin-top: 30px;
	}
	.mb-xs-30 {
		margin-bottom: 30px;
	}
}
@media (max-width: 575px) {
	.mt-xxs-30{margin-top:30px;}
}
button:focus {
	outline: none
}
.b-line {
	position: relative;
	width: 60px;
	height: 3px;
	background: var(--text-color);
	display: block;
	margin: 0 auto;
}
.l-left {
	margin: 0;
}
.light-color * {
	color: #fff;
}
.about-block p {
	line-height: 2;
}
.btn-text {
	font-size: 14px !important;
	color: #fff;
	line-height: 23px !important;
	text-transform: uppercase;
	padding-top: 15px !important;
	padding-right: 33px !important;
	padding-bottom: 15px !important;
	padding-left: 33px !important;
	border-radius: 35px !important;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-family: var(--body-font), sans-serif;
	-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 {
	color: #fff;
	text-decoration: none;
}
.white-btn {
	border-color: #fff !important;
	font-family:var(--header-font);
	text-transform:uppercase;
	color: var(--text-color) !important;
	background: #fff !important;
}
.width-25per {
	width: 25%;
}
.width-75per {
	width: 75%;
}
@media (min-width: 768px) and (max-width: 991px) {
	.width-25per {
		width: 50%;
	}
	.width-75per {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.width-25per {
		width: 100%;
	}
	.width-75per {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.img-responsive {
		width: 100%;
	}
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.about-block {
	-webkit-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}
.dark-bg {
	background: var(--cta-color)!important;
}
.dark-bg .b-line {background:#fff!important;}
.gray-bg {
	background: #f8f8f8;
}
img {
	max-width: 100%;
	height:auto;
}
.mt-15 {
	margin-top: 15px;
}
.m-height {
	min-height: 183px;
}
.grid figure {
	position: relative;
	overflow: hidden;
	margin: 10px 1%;
	background: #133642;
	text-align: center;
	cursor: pointer;
}
.grid h2{color:#fff;}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.85;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	font-size: 19px;
}
.grid figure h2, .grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-goliath {
	background: var(--cta-color);
}
figure.effect-goliath img, figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-goliath figcaption p {
		background: var(--cta-color);
		height:auto;
}
figure.effect-goliath h2, figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
}
figure.effect-goliath p {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}
/* figure.effect-goliath:hover img { */
	/* -webkit-transform: translate3d(0, -100px, 0); */
	/* transform: translate3d(0, -100px, 0); */
/* } */
figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0, -40px, 0);
	transform: translate3d(0, -40px, 0);
}
figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.grid figure.effect-goliath {
	margin: 0;
}
.inner-intro {
	background-color: #f7f7f7;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.inner-intro .container {
	position: relative;
	height: 100%;
	display: table;
}
.inner-intro .container .title {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
figure {
	margin: 0px;
}
.bg-img {
	background-image: url(../images/bg_1.jpg);
	background-position:bottom;
	background-attachment:fixed;
}
.overlay-before:before {
	background:var(--dark-color);
	opacity:.7;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
}
.inner-intro {
	margin-top: 0px;
}
@media (max-width: 767px) {
	.inner-intro {
		height: 220px;
		margin-top: 0px;
	}
		.title_row{
		padding: 0px;
	}
	.overlay-before:before {
		width: 100%;
		transform: rotate(23deg);
		-webkit-transform: rotate(23deg);
		transform: rotate(0);
		-webkit-transform: rotate(0);
		transform-origin: 100% 0;
		-webkit- transform-origin: 100% 0;
		opacity: 0.9;
	}
}
.faq h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 38px;
}
.faq .panel-title > a, .panel-title a {
	display: block
}
.bg-custom {
	border: none;
	padding: 0 48px 0 18px;
	background: var(--light-color);
}
.card-header {
	padding: 0;
	background: var(--light-color);
}
.card-header {
	border-radius: 0px !important;
}
.panel-title a {
	padding: 10px 60px 10px 28px;
	color: #26211d;
	position: relative;
}
.panel-title a {
	background-position: right top
}
.faq .collape-plus, .panel-title a i {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 48px;
	height: 100%;
	text-align: center;
}
.collape-plus:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
	font-weight: bold;
}
.faq .collape-plus, .panel-title a i {
	background: #daa106;
	color: #fff;
}
.panel-title a[aria-expanded="true"] .fa-plus:before {
	content: "\f068";
	font-family: 'FontAwesome';
}
.card {
	position: relative;
	overflow: hidden;
	margin: 10px 0 0px 0;
	border: none;
	border-radius: 0px;
}
#project-section .grid figure {
	float: none
}
.map {
	width: 100%;
	height: 450px;
}
.contact-form {
	position: relative;
	background: #fff;
	text-align: center;
}
.contact-form input[type="text"], .contact-form textarea {
	padding-right: 30px;
	border: 1px solid #DEDEDE;
	margin-bottom: 0;
	font-size: 14px;
}
.contact-form textarea {
	height: 202px;
}
.contact-form input[type="text"] {
	display: block;
	height: 46px;
	margin-bottom: 32px;
	width: 100%;
	font-size: 14px;
	padding: 0 15px;
	border: 1px solid #e5e5e5;
	color: #878787;
	background: transparent;
	-webkit-appearance: none;
	border-radius: 0;
}
.contact-form input[type="text"]:focus, .contact-form textarea:focus {
	border: 1px solid #daa106;
}
.i-block {
	display: inline-block;
}
.icon-circle {
	font-size: 50px;
	border: 1px solid #d5d5d5;
	height: 89px;
	width: 89px;
	text-align: center;
	line-height: 89px;
	margin: 0 auto;
	border-radius: 100%;
	display: block;
}
.contact .icon-circle {
	border: 1px solid #daa106;
	color: #daa106;
}
@media (max-width: 767px) {
	.inner-intro .container {
		text-align: center;
	}
}
@media (max-width: 480px) {
	h1 {
		font-size: 36px;
	}
}
.project-details {
	position: relative;
}
.project-info {
	position: absolute;
	top: 80%;
	right: 20px;
	background: #d49c07;
	color: #fff;
	padding: 48px 30px;
	width: 400px;
}
.project-info ul {
	list-style: none;
	padding: 0;
}
.project-info li {
	padding-top: 10px;
}
.project-info strong {
	min-width: 133px;
	display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
	.project-info {
		width: 100%;
	}
	.project-info {
		position: static;
	}
	.project-info li {
		float: none;
	}
}
@media (max-width: 767px) {
	.project-info {
		width: 100%;
	}
	.project-info {
		position: static;
	}
	.project-info li {
		float: none;
	}
}
.container-filter {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
}
.container-filter li {
	list-style: none;
	display: inline-block;
	margin: 0px 5px 20px;	border-radius: 3px;

}
.container-filter li a {
	display: block;
	padding: 4px 12px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	color:var(--text-color);
	background: transparent;
	border: 1px solid;
	border-radius: 20px;
}
.container-filter li a:before {
	top: -10px;
}
.container-filter li a:after {
	bottom: -10px;
}
.container-filter li a.active, .container-filter li a:hover {
	background: #ff6b57;
	border: 1px solid;
	color: var(--text-color);
	color: #fff !important;
}
.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}
.item-box a {
	display: inline-block;
}
.item-box:hover .item-container {
	transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}
.item-container {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.item-box {
	position: relative;
	overflow: hidden;
	display: block;
	background: #000;
}
.item-box img {
	width: 100%;
}
.item-box:hover:after {
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	opacity: 1;
}
.gallery-heading h4 {
	margin: 0;
	font-size: 18px;
}
.gallery-heading {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	width: 100%;
	z-index: 1;
}
.item-box .gallery-heading {
	bottom: 0;
	transition: all 0.3s linear 0.1s;
	-webkit-transition: all 0.3s linear 0.1s;
}
.link-zoom {
	text-align: center;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	position: absolute;
	top: 55%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	opacity: 0;
	width: 100%;
}
.item-box:hover .link-zoom {
	top: 50%;
	opacity: 1;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
}
.link-zoom a.same_style {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background:var(--dark-color);
	font-size: 17px;
	color: #fff;
	    margin: 10px;
	    border-radius: 50%;
}
.link-zoom a.project_links {}
.link-zoom a.same_style:hover{
	background:var(--cta-color);
	color: #fff !important;
}
.item-box a {
	display: inline-block
}
.item-box:hover .item-container {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}
.item-box:before {
	background: transparent;
	transition: all 0.3s;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
	border: 2px solid #ccc;
}
.item-box:hover:before {
	background: rgba(255, 255, 255, 0.84);
}
.item-container {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.nf-item.spacing {
	padding: 15px;
}
@media screen and (max-width:767px){
	.nf-item.spacing {padding:15px 0;}
}
.nf-col-3 .nf-item {
	width: 33.3333%;
	min-height: 1px;
}
@media (max-width: 991px) {
	.nf-col-3 .nf-item {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.container {
		margin: 0 auto;
		width: 100%;
	}
	.nf-col-3 .nf-item {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}
	.nf-col-3 {
		margin: 0 auto;
		max-width: 480px;
	}
}
.fact-counter-wrapper {
	position: relative;
}
.single-fact {
	text-align: center;
	display: inline-block;
}
.single-fact .icon-boxed {
	width: 100px;
	height: 100px;
	font-size: 70px;
	color: var(--dark-color)!important;
	text-align: center;
	line-height: 121px;
	margin: 0 auto;
	position: static;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.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;
}
/*-------------------------------------------------------------------------------------------*/
.img-scale figure {
	overflow: hidden;
	margin: 0px;
}
.img-scale img {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.img-scale:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.team-block {
	color: #ffffff;
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	background: var(--text-color);
	padding: 30px 0;
}
.box-hover:hover .team-block {
	background: #ffaf36;
}
.box-hover:hover * {
	color: #323232;
}
.team-block strong {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}
/*--carousel arrow--*/.owl-prev, .owl-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.33);
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: rgba(245,245,245,0.8);
	color: #252525;
	display: block;
	top: 50%;
	transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	z-index: 3;
	position: absolute;
	text-align: center;
}
.owl-prev {
	left: 0;
	opacity: 1;
}
.owl-next {
	right: 0;
	opacity: 1;
}
.nf-carousel-theme:hover .owl-controls .owl-prev, .nf-carousel-theme:hover .owl-controls .owl-next {
	margin-right: 0;
	margin-left: 0;
	opacity: 1;
}
.light-color {
	color: #fff;
}
.text-right {
	text-align: right;
}
.solution_box.about_new {
	padding-top: 0px;
	padding-bottom: 0px;
}
.solution_box.about_new i {
	background: #f1f1f1;
	height: 85px;
	width: 85px;
	line-height: 85px;
	border-radius: 50%;
	font-size: 40px;
}
.single-fact.new_counter {
	background: transparent;
}
.bigger_text {
	text-transform: uppercase;
}
#team_about .team-block {
	color: #444;
	background: #f7f7f7;
}
.solution_box {
	text-align: center;
	background: #fff;
}
.solution_box h4 {
	margin: 20px 0px;
}
.solution_box i {
	font-size: 50px;
}
.solution_box i.color_orenge {
	color: #ffa500;
}
.tab-title ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tab-title ul li span {
	font-size: 16px!important;
	font-weight: 700!important;
	color: #fff;
	background: var(--main-color);
	padding: 15px;
	margin-bottom:5px;
	display: block;
}
.tab-title ul li span {
	display: block;
	font-size: 20px;
	font-family: var(--body-font), sans-serif;
	font-weight: 400;
}
.star i {
	color: #fbb908;
	font-size: 14px;
	margin-bottom: 25px;
}
.text-content {
	padding-bottom: 20px;
}
.tab-content {
	margin-bottom: 20px;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #f7f7f7;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
.team-member {
	position: relative;
}
.owl-carousel .team-member {
	width: 100% !important;
	max-width: 100% !important;
}
.latest__block-post {
	padding: 20px;
}
.latest__block .more_btn__block {
	margin-top: 10px;
}
.latest__block-title {
	font-size: 20px;
	font-weight: 800;
}
.more_btn__block {
	color: #feb20e;
	font-weight: bold;
	display: inline-block;
	margin-top: 30px;
}