/*Table Content
 =================================================
 * BASIC STYLE
 - Typography Style
 - Padding and Margin Style
 - General Style
 - Box Hover Style
 - Form Style
 * HEADER
 - Header Style
 - Header style 2
 - Navigation Menu
 * FOOTER
 * ELEMENTS
 - Main Banner
 - Page Intro
 - Testimonial
 - Pagination Navigation
 - Sidebar Widget
 - blog Section
 - Partner Section
 - About Us Page
 - Timeline Section
 - Team
 - Serve
 - Faq Page
 - 404 page
 - blog Page
 - Register and login Pages
 - Contact Page
 - Preloader
 ================================================
 */
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto&display=swap');
 
 :root {
	 
	 --main-color:#175A9B;
	 --dark-color:#0b2d4d;
	 --light-color:#d1deeb;
	 --cta-color:#91E5F6;
	 --text-color:#222;
	 --body-font:'Roboto';
	 --header-font:'Montserrat';
	 
 }
 
 
/* CUSTOM */
.cta-btn{background:var(--cta-color) !important;color:#000!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;}
.color-cta{color:var(--cta-color) ;}
.cta-wide{padding:30px 0;background:var(--cta-color) !important;}
.cta-wide a, .cta-wide a .fa{color:var(--main-color);}
.cta-wide a:hover{color:#000;}
.cta-wide a:hover .fa{color:#000;}
.cta-wide .title_row h2{font-size:32px;}
.cta-box {display:block!important;background:var(--cta-color); text-align:center; margin:30px 0;}
.tab-title ul li .cta-span{background:var(--cta-color);}
.logo img{width:150px; margin-top:2px;}
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-2.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========== */
.team_colume .team_item figure {
	border-radius: 50%;
	border: 5px solid #17829B;
}
.team_colume .team_detail h4 {
	margin: 0px;
	font-size: 16px;
	font-weight:700;
	text-transform: uppercase;
}
.team_colume .team_detail span {
}
.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 #17829B;width:20%;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(10n - 4),
	.cities li:nth-child(10n - 3),
	.cities li:nth-child(10n - 2),
	.cities li:nth-child(10n - 1),
	.cities li:nth-child(10n) {
		background: #C6DEE3;
	}
}
@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: #C6DEE3;
	}
}
@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: #C6DEE3;
	}
}
@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: #C6DEE3;
	}
}
@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: #C6DEE3;
	}
}
.cities li a, .event-list li a{color:var(--main-color);}
.event-list{padding:0;margin:0;list-style:none;}
.event-list li{padding:12px 5px; box-sizing:border-box;border-bottom:1px solid var(--main-color)}
.event-list li:hover{background:var(--light-color);}
.event-list li:last-child{border-bottom:0;}
@media screen and (max-width:767px){.small-center .text-right, .small-center .text-left{text-align:center!important;}}
/*-------------------------------------------------------------------------------------------*/
/* BASIC STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
body, html {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1.82em;
	color: var(--text-color);
	font-size: 16px;
	font-weight: 400;
	font-family: var(--body-font), sans-serif;
}
/*  Typography Style   ||-----------*/
p:last-child{margin-bottom:0;}
h1 {
	font-size: 60px;
	margin-top: 0;
	position: relative;
	font-family: var(--header-font), sans-serif;
	text-transform:uppercase;
	font-weight:700;
}
h1 span {
	position: relative;
}
h1:before {
	content: attr(data-title);
	font-size: 61px;
	margin-top: 0;
	position: absolute;
	top: 4px;
	left: 3px;
	color: rgba(6, 60, 54, 0.08);
	z-index: 0;
}
h2, h1.h2 {
	font-size: 38px;
	margin-top: 0;
	color: var(--text-color);
	font-family: var(--header-font), sans-serif;
	text-transform:uppercase;
	font-weight:700;
}
@media(max-width:767px){
	h2, h1.h2{
		font-size:30px;
		line-height:1.4;
	}
}
h2 span, h1.h2 span {
	color: var(--text-color);
}
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;
}
h6 {
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 17px;
}
h3, h4, h5, h6 {
	font-family: var(--header-font), sans-serif;
	font-weight:700;
	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: 700;
	font-size: 40px;
}
.inner-intro h2 {
	font-weight: 700;
	font-size: 40px;
}
.title_row{
margin:30px 0;
}
 .inner-intro .page-breadcrumb span{
 	color:rgba(255, 255, 255, 0.49) !important;
 }
/*  Padding and Margin Style   ||-----------*/
.padding {
	padding-top: 90px;
	padding-bottom: 90px;
}
.no-padding {
	/* padding: 0; */
}
.ptb-20 {
	padding-bottom: 20px;
	padding-top: 20px;
}
.padding-20 {
	padding: 20px;
}
.padding-30 {
	padding: 30px;
}
.padding-40 {
	padding: 40px;
}
.padding-60 {
	padding: 60px;
}
.plr-0 {
	padding-left: 0;
	padding-right: 0;
}
.pl-0 {
	padding-left: 0;
}
.pr-0 {
	padding-right: 0;
}
.pr-30 {
	padding-right: 30px;
}
.pl-70 {
	padding-left: 70px;
}
.pr-70 {
	padding-right: 70px;
}
.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.ptb-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.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 {
	padding-top: 110px;
}
.pb {
	padding-bottom: 110px;
}
.ptb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.pt-15 {
	padding-top: 15px;
}
.pb-15 {
	padding-bottom: 15px;
}
.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-40 {
	padding-bottom: 40px;
}
.ptb-40 {
	padding-bottom: 40px;
	padding-top: 40px;
}
.ptb-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pt-90 {
	padding-top: 80px;
}
.pb-90 {
	padding-bottom: 80px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pt-70 {
	padding-top: 70px;
}
.pb-38 {
	padding-bottom: 38px;
}
.mtb-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mlr-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.mt-0 {
	margin-top: 0px;
}
.mb-0 {
	margin-bottom: 0px;
}
.ml-0 {
	margin-left: 0px;
}
.mr-0 {
	margin-right: 0px;
}
.up-80 {
	margin-top: -80px;
}
.mtb-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-80 {
	margin-top: 80px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mtb-45 {
	margin-top: 45px;
	margin-bottom: 45px;
}
.mt-45 {
	margin-top: 45px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 35px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.ml-15 {
	margin-left: 15px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.ml-30 {
	margin-left: 30px;
}
.mr-30 {
	margin-right: 30px;
}
.mtb-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.mt-25 {
	margin-top: 25px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mtb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.mt-up {
	margin-top: -100px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.up-80 {
		margin-top: 50px;
	}
	.mt-sm-30 {
		margin-top: 30px;
	}
	.mb-sm-30 {
		margin-bottom: 30px;
	}
	.float-none-sm {
		float: none;
	}
	.float-left-sm {
		float: left;
	}
	.float-right-sm {
		float: right;
	}
	.pl-sm-0 {
		padding-left: 0;
	}
	.plr-xs-15 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.padding-sm-25 {
		padding: 25px;
	}
}
@media (max-width: 767px) {
	.text-xs-left {
		text-align: left;
	}
	.pr-xs-0 {
		padding-right: 0;
	}
	.pl-xs-0 {
		padding-left: 0;
	}
	.pr-xs-0 {
		padding-right: 0;
	}
	.plr-xs-15 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.padding-sm-25 {
		padding: 25px;
	}
	.pb-xs-30 {
		padding-bottom: 30px;
	}
	.pt-xs-60 {
		padding-top: 60px;
	}
	.ptb-xs-40 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.pt-xs-40 {
		padding-top: 40px;
	}
	.pb-xs-40 {
		padding-bottom: 40px;
	}
	.pb-xs-60 {
		padding-bottom: 60px;
	}
	.ptb-xs-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.ml-xs-0 {
		margin-left: 0;
	}
	.mtb-xs-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.mt-xs-0 {
		margin-top: 0px;
	}
	.mb-xs-0 {
		margin-bottom: 0px;
	}
	.mtb-xs-15 {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.mt-xs-10 {
		margin-top: 10px;
	}
	.mt-xs-15 {
		margin-top: 15px;
	}
	.mb-xs-15 {
		margin-bottom: 15px;
	}
	.mtb-xs-30 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.mt-xs-30 {
		margin-top: 30px;
	}
	.mb-xs-30 {
		margin-bottom: 30px;
	}
	.float-none-xs {
		float: none;
	}
	.float-left-xs {
		float: left;
	}
	.float-right-xs {
		float: right;
	}
}
/*  General Style   ||-----------*/
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;
}
.no-brdr {
	border: none;
}
.left-bg {
	position: relative;
}
.right-bg {
	position: relative;
}
.left-bg:before {
	content: '';
	width: 50%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.right-bg {
	position: relative;
}
.right-bg:before {
	content: '';
	width: 36%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}
.color {
	color: #daa106;
}
.light-color * {
	color: #fff;
}
.italic {
	font-style: italic;
}
.about-block p {
	line-height: 2;
}
.v-align {
	display: inline-block;
	vertical-align: top;
}
.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;
}
.btn-text .icon_effect {
	color: #fff;
	opacity: 0 !important;
	visibility: hidden !important;
	margin-left: -3px;
	transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out !important;
	-webkit-transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out !important;
}
.btn-text:hover .icon_effect {
	margin-left: 10px !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.white-btn {
	border-color: #fff !important;
	font-family:var(--header-font);
	text-transform:uppercase;
	color: var(--text-color) !important;
	background: #fff !important;
}
.icon-box {
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: 20px auto;
	color: #fff;
	font-size: 25px;
	text-align: center;
	display: block;
	border-radius: 50%;
}
.width-25per {
	width: 25%;
}
.width-75per {
	width: 75%;
}
.top-space {
	padding-top: 218px;
}
.withe_btn {
	background: #fff !important;
	color: var(--text-color);
}
.withe_btn:hover {
	color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.top-space {
		padding-top: 100px;
	}
}
.heading-block h2 span {
	display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
	.width-25per {
		width: 30%;
	}
	.width-75per {
		width: 70%;
	}
}
@media (max-width: 767px) {
	.width-25per {
		width: 100%;
	}
	.width-75per {
		width: 100%;
	}
}
.half-width {
	width: 50%;
}
@media (max-width: 767px) {
	.half-width {
		width: 100%;
	}
	.img-responsive {
		width: 100%;
	}
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.height-300 {
	height: 300px;
}
.height {
	height: 250px;
}
.border {
	border: 1px solid #ccc;
}
.about-block {
	-webkit-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}
.v-line {
	border-left: 3px solid #daa106;
	padding-left: 20px;
}
.big-icon {
	line-height: 185px;
	margin: 20px auto;
	color: #3bafda;
	font-size: 100px;
	text-align: center;
	display: block;
}
.dark-bg, .hover-bg:hover {
	background: #daa106;
}
.black-bg {
	background: #2C2C2C;
}
.gray-bg {
	background: #f8f8f8;
}
.dark-gray-bg {
	background: #eaeff3;
}
img {
	max-width: 100%;
}
.mt-15 {
	margin-top: 15px;
}
.box-shadow {
	box-shadow: 14px 14px 0 0 rgba(0, 0, 0, 0.19);
}
.box-shadow-l {
	box-shadow: -14px 14px 0 0 rgba(0, 0, 0, 0.19);
}
@media (max-width: 767px) {
	.box-shadow, .box-shadow-l {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}
.height-300 {
	height: 236px;
}
.pb-15 {
	padding-bottom: 15px;
}
.m-height {
	min-height: 183px;
}
/*  Box Hover Style   ||-----------*/
.heading-box p {
	margin-bottom: 0px;
}
.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%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	/* word-spacing: -0.15em; */
	font-size: 19px;
}
.grid figure h2 span {
	font-weight: 600;
}
.grid figure h2, .grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*---------------*/
/***** Sadie *****/
/*---------------*/
figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
}
figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fee;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
figure.effect-sadie figcaption::before, figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}
figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
	transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
figure.effect-sadie:hover figcaption::before, figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*-----------------*/
/***** Goliath *****/
/*-----------------*/
figure.effect-goliath {
	background: var(--text-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 h2, figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
}
figure.effect-goliath p {
	text-transform: none;
	font-size: 70%;
	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, -100px, 0);
	transform: translate3d(0, -100px, 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;
}
/*---------------*/
/***** Zoe *****/
/*---------------*/
.grid figure.effect-zoe {
	background: none;
}
.grid figure.effect-zoe img {
	opacity: 1;
}
figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 4.45em;
	background: #daa106;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
figure.effect-zoe .name-block {
	float: left;
}
figure.effect-zoe p.icon-links {
	float: right;
	margin-top: 8px;
}
figure.effect-zoe p.icon-links a {
	float: left;
	color: #323232;
	font-size: 1.4em;
}
figure.effect-zoe:hover p.icon-links a:hover, figure.effect-zoe:hover p.icon-links a:focus {
	color: #fff;
}
figure.effect-zoe p.description {
	position: absolute;
	bottom: 5em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 15px;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
	background: rgba(250, 183, 2, 0.67);
	left: 0;
}
figure.effect-zoe .name-block, figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
figure.effect-zoe h2 {
	display: inline-block;
}
figure.effect-zoe:hover p.description {
	opacity: 1;
}
figure.effect-zoe:hover figcaption, figure.effect-zoe:hover .name-block, figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-zoe:hover .name-block {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
/* -------------------------------------*/
/* Carousel-Theme (Slider Elements - Bullets, Pagination, etc..) ---------*/
/* -------------------------------------*/
.owl-nav {
	position: static;
}
.owl-carousel.white .owl-controls .owl-page span {
	background: none repeat scroll 0 0 #fff;
}
.owl-carousel.white .owl-controls .owl-page.active span {
	background: #e6ae49;
}
.nf-carousel-theme {
}
.nf-carousel-theme .owl-controls .owl-pagination {
	position: absolute;
	z-index: 2;
	left: 0;
	text-align: center;
	width: 100%;
	margin-top: 15px;
}
.nf-carousel-theme .owl-controls .owl-nav .owl-prev, .nf-carousel-theme .owl-controls .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin-top: -15px;
	color: #fff;
}
.content-carousel .owl-controls .owl-nav .owl-prev, .content-carousel .owl-controls .owl-nav .owl-next, .image-slider .owl-controls .owl-nav .owl-prev, .image-slider .owl-controls .owl-nav .owl-next, .fullwidth-slider .owl-controls .owl-nav .owl-prev, .fullwidth-slider .owl-controls .owl-nav .owl-next, .nf-carousel-theme .owl-controls .owl-nav .owl-prev, .nf-carousel-theme .owl-controls .owl-nav .owl-next {
	background: #daa106;
	color: #fff;
	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;
}
.content-carousel .owl-controls .owl-nav .owl-prev:hover, .content-carousel .owl-controls .owl-nav .owl-next:hover, .image-slider .owl-controls .owl-nav .owl-prev:hover, .image-slider .owl-controls .owl-nav .owl-next:hover, .fullwidth-slider .owl-controls .owl-nav .owl-prev:hover, .fullwidth-slider .owl-controls .owl-nav .owl-next:hover, .nf-carousel-theme .owl-controls .owl-nav .owl-prev:hover, .nf-carousel-theme .owl-controls .owl-nav .owl-next:hover {
	color: #fff;
}
.content-carousel .owl-controls .owl-nav .owl-next, .image-slider .owl-controls .owl-nav .owl-next, .fullwidth-slider .owl-controls .owl-nav .owl-next, .nf-carousel-theme .owl-controls .owl-nav .owl-next {
	right: 0;
}
.nf-carousel-theme .owl-controls .owl-nav .owl-prev {
	left: 0;
	margin-left: 0;
	opacity: 1;
}
.nf-carousel-theme .owl-controls .owl-nav .owl-next {
	right: 0;
	margin-right: 0;
	opacity: 1;
}
.content-carousel:hover .owl-controls .owl-nav .owl-prev, .content-carousel:hover .owl-controls .owl-nav .owl-next, .image-slider:hover .owl-controls .owl-nav .owl-prev, .image-slider:hover .owl-controls .owl-nav .owl-next, .fullwidth-slider:hover .owl-controls .owl-nav .owl-prev, .fullwidth-slider:hover .owl-controls .owl-nav .owl-next, .nf-carousel-theme:hover .owl-controls .owl-nav .owl-prev, .nf-carousel-theme:hover .owl-controls .owl-nav .owl-next {
	margin-right: 0;
	margin-left: 0;
	opacity: 1;
}
.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	background: rgba(25, 169, 153, 0.56);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-size: 25px;
	overflow: hidden;
	color: #fff;
	text-align: center;
}
.owl-nav i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
}
/*Form Style   ||-----------*/
button {
	outline: none;
	border: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	display: inline-block;
}
button, input, textarea, select {
	font-size: 12px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], textarea, select {
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #c7c6c6;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #202020;
	outline: none;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 12px 15px;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	display: inline-block;
}
.radio, .checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
	outline: none;
	color: #323232;
}
input, textarea, select {
	margin-bottom: 20px;
	font-size: 12px;
}
input.input-sm, .input-sm {
	padding: 5px 15px;
}
textarea {
	height: 120px;
}
label {
	color: #323232;
	font-size: 13px;
	margin-bottom: 10px;
	padding-right: 3px;
	margin-top: 6px;
	font-weight: 600;
}
.form-full {
	width: 100%;
}
.form-field-wrapper {
	margin-bottom: 20px;
}
.form-field-wrapper input, .form-field-wrapper textarea, .form-field-wrapper select {
	margin-bottom: 0px;
}
select.input-sm {
	height: 37px;
	line-height: 1;
}
form .error {
	border-color: #e1534f !important;
}
form label.error {
	margin-bottom: 0px;
	margin-top: 3px;
	color: #e1534f;
	font-size: 12px;
	font-weight: 400;
}
.successContent, .errorContent {
	margin-bottom: 20px;
	display: none;
	text-transform: none;
	letter-spacing: 1px;
}
/*  Page Intro   ||-----------*/
.inner-intro {
	background-color: #f7f7f7;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.inner-intro.inner-intro-small {
	height: 380px;
}
.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: url(../images/bg-2.jpg) 0 36% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.overlay-before:before {
	background-color: var(--main-color);
	opacity:.75;
	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;
	}
}
.member_say {
	font-size: 14px;
}
/* ----------------------------------------------------------------------*/
/* Pagination Navigation   --------------------------------------------- */
/* ----------------------------------------------------------------------*/
.pagination-nav {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}
.pagination-nav ul {
	margin: 0px;
	padding: 0px;
}
.pagination-nav ul li {
	display: inline-block;
	margin: 0px 2px;
}
.pagination-nav ul li a {
	display: block;
	border: 1px solid #daa106;
	color: #daa106;
	height: 36px;
	width: 36px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
}
.pagination-nav ul li.active a, .pagination-nav ul li:hover a {
	background: #daa106;
	color: #fff;
}
/* ----------------------------------------------------------------------*/
/* Sidebar Widget   ---------------------------------------------------- */
/* ----------------------------------------------------------------------*/
.sidebar-widget {
	margin-bottom: 50px;
}
.sidebar-widget h4 {
	margin: 0px;
	padding-top: 0;
	padding-bottom: 15px;
}
.sidebar-widget hr {
	margin-bottom: 15px;
}
.sidebar-widget ul {
	margin: 0px;
	padding-left: 0px;
}
.sidebar-widget ul li {
	list-style: none;
	font-weight: 400;
}
.categories li {
	border-bottom: 1px solid #DEDEDE;
}
.sidebar-widget ul li a {
	display: inline-block;
	font-size: 13px;
	color: #323232;
	cursor: pointer;
}
.sidebar-widget .categories li a {
	padding: 10px 0px;
}
.sidebar-widget ul li a:hover {
	color: #daa106;
}
.widget-tag {
	display: inline-table;
	margin-top: 15px;
}
.widget-tag li {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	text-transform: uppercase;
}
.widget-tag li a {
	padding: 4px 10px;
	display: block;
	border: 1px solid #daa106;
	color: #daa106;
}
.sidebar-widget .widget-tag li a:hover {
	background: #daa106;
	color: #fff;
}
.sidebar-widget .widget-post {
	position: relative;
}
.sidebar-widget .widget-post .widget-post-media {
	width: 118px;
	display: table-cell;
	padding: 0px 15px 0px 0px;
}
.sidebar-widget .widget-post li {
	margin-bottom: 20px;
}
.sidebar-widget .widget-post a {
	padding: 0px;
}
.sidebar-widget .widget-post .widget-post-media img, .sidebar-widget .widget-post .widget-post-media video {
	width: 100%;
	vertical-align: top;
}
.sidebar-widget .widget-post .widget-post-info {
	display: table-cell;
	vertical-align: top;
}
.sidebar-widget .widget-post .widget-post-info h5, .sidebar-widget .widget-post .widget-post-info h6 {
	margin-bottom: 5px;
}
.sidebar-widget .widget-post .widget-post-info p {
	margin: 0px;
}
.sidebar-widget .color-widget {
	overflow: hidden;
}
.sidebar-widget .color-widget li {
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 8px 8px 0;
	border: 1px solid #f1f1f1;
}
.sidebar-widget .red-box {
	background: #FF0000;
}
.sidebar-widget .yellow-box {
	background: #FFD700;
}
.sidebar-widget .blue-box {
	background: #0000FF;
}
.sidebar-widget .green-box {
	background: #006000;
}
.sidebar-widget .orange-box {
	background: #FF4500;
}
.sidebar-widget .light-b-box {
	background: #ADD8E6;
}
.sidebar-widget .black-box {
	background: #000;
}
.sidebar-widget .darkmagenta-box {
	background: #8B008B;
}
.sidebar-widget .darkturquoise-box {
	background: #00CED1;
}
.sidebar-widget .Olive-box {
	background: #00CED1;
}
.sidebar-widget .Orchid-box {
	background: #DA70D6;
}
.sidebar-widget .purple-box {
	background: #600080;
}
.sidebar-widget .darkturquoise-box {
	background: #8B4513;
}
.sidebar-widget .magenta-box {
	background: #FF00FF;
}
.sidebar-widget .SaddleBrown-box {
	background: #8B4513;
}
/*  Partner Section   ||-----------*/
.logo-group {
	overflow: hidden;
	padding: 0;
	border: 1px solid #ddd;
	border-right: none;
	border-bottom: none;
	position: relative;
}
.logo-group li {
	width: 20%;
	float: left;
	height: 150px;
	list-style: none;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.logo-group li img {
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.logo-group li {
		width: 50%;
	}
}
@media only screen and (max-width: 500px) {
	.logo-group li {
		width: 100%;
	}
}
.client-avtar {
	position: absolute;
	left: 42px;
	top: -36px;
	width: 70px;
	height: 70px;
	border: 2px solid #daa106;
}
.right-pos {
	left: auto;
	right: 42px;
}
.bg-dark {
	position: relative;
}
#testimonial .owl-carousel .owl-item {
	opacity: 0.5;
	transform: scale(0.8);
	transition: all 0.3s ease-in;
}
#testimonial .owl-carousel .owl-item.center {
	opacity: 1;
	transform: scale(1);
	transition: all 0.3s ease-out;
}
/*  Time Line Section  ||-----------*/
.btn-icon {
	padding: 0;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	height: 35px;
	width: 35px;
	line-height: 35px
}
.btn-icon i {
	line-height: 35px
}
.btn-icon.btn-icon-lined {
	line-height: 31px
}
.btn-icon.btn-icon-lined i {
	line-height: 31px
}
.btn-icon.btn-icon-lined.btn-icon-thin {
	line-height: 33px
}
.btn-icon.btn-icon-lined.btn-icon-thin i {
	line-height: 33px
}
.btn-icon-lined {
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	background-color: #fff;
	border-width: 2px;
	border-style: solid;
	border-color: #3D4051;
	color: #3D4051;
	height: 35px;
	width: 35px;
	line-height: 35px
}
.btn-icon-lined i {
	line-height: 35px
}
.btn-icon-lined.btn-icon-lined {
	line-height: 31px
}
.btn-icon-lined.btn-icon-lined i {
	line-height: 31px
}
.btn-icon-lined.btn-icon-lined.btn-icon-thin {
	line-height: 33px
}
.btn-icon-lined.btn-icon-lined.btn-icon-thin i {
	line-height: 33px
}
.btn-icon-lined.btn-icon-thin {
	border-width: 1px
}
.btn-icon-lined:hover {
	background-color: #fff;
	color: #fff
}
.btn-icon-lined.btn-default-light {
	color: #bbb;
	border: 2px solid #bbb
}
.btn-icon-lined.btn-default-light:hover {
	color: #bbb;
	border: 2px solid #bbb
}
.btn-icon-lined.btn-default {
	color: #777;
	border-color: #777
}
.btn-icon-lined.btn-default:hover {
	color: #777;
	border-color: #777
}
.btn-icon-lined.btn-primary {
	color: #009688;
	border-color: #009688
}
.btn-icon-lined.btn-success {
	color: #8BC34A;
	border-color: #8BC34A
}
.btn-icon-lined.btn-info {
	color: #00BCD4;
	border-color: #00BCD4
}
.btn-icon-lined.btn-warning {
	color: #FFCA28;
	border-color: #FFCA28
}
.btn-icon-lined.btn-danger {
	color: #F44336;
	border-color: #F44336
}
.btn-icon-round {
	border-radius: 50%
}
.btn-icon-sm {
	height: 30px;
	width: 30px;
	line-height: 30px
}
.btn-icon-sm i {
	line-height: 30px
}
.btn-icon-sm.btn-icon-lined {
	line-height: 26px
}
.btn-icon-sm.btn-icon-lined i {
	line-height: 26px
}
.btn-icon-sm.btn-icon-lined.btn-icon-thin {
	line-height: 28px
}
.btn-icon-sm.btn-icon-lined.btn-icon-thin i {
	line-height: 28px
}
.btn-icon-md {
	height: 45px;
	width: 45px;
	line-height: 45px;
	font-size: 18px
}
.btn-icon-md i {
	line-height: 45px
}
.btn-icon-md.btn-icon-lined {
	line-height: 41px
}
.btn-icon-md.btn-icon-lined i {
	line-height: 41px
}
.btn-icon-md.btn-icon-lined.btn-icon-thin {
	line-height: 43px
}
.btn-icon-md.btn-icon-lined.btn-icon-thin i {
	line-height: 43px
}
.btn-icon-lg {
	height: 65px;
	width: 65px;
	line-height: 65px;
	font-size: 28px
}
.btn-icon-lg i {
	line-height: 65px
}
.btn-icon-lg.btn-icon-lined {
	line-height: 61px
}
.btn-icon-lg.btn-icon-lined i {
	line-height: 61px
}
.btn-icon-lg.btn-icon-lined.btn-icon-thin {
	line-height: 63px
}
.btn-icon-lg.btn-icon-lined.btn-icon-thin i {
	line-height: 63px
}
.btn-icon-lg-alt {
	height: 70px;
	width: 70px;
	line-height: 70px
}
.btn-icon-lg-alt i {
	line-height: 70px
}
.btn-icon-lg-alt.btn-icon-lined {
	line-height: 66px
}
.btn-icon-lg-alt.btn-icon-lined i {
	line-height: 66px
}
.btn-icon-lg-alt.btn-icon-lined.btn-icon-thin {
	line-height: 68px
}
.btn-icon-lg-alt.btn-icon-lined.btn-icon-thin i {
	line-height: 68px
}
.tooltip-inner {
	padding: .85em
}
.bg-gray {
	color: #000;
	background-color: #EFF0F1;
}
/*  Team Section  ||-----------*/
.designation {
	display: block;
	font-size: 15px;
}
/*  Serve Section  ||-----------*/
#serve-section img {
	width: 100%;
}
/*  Faq Page  ||-----------*/
.faq h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 38px;
}
.faq .page-header {
	margin: 0;
}
.faq .faq-header h2 strong {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.faq .faq-header h2 {
	margin-bottom: 27px;
	font-weight: 300;
}
.faq .faq-header {
	margin-bottom: 0;
}
.faq .panel-title > a, .panel-title a {
	display: block
}
.faq .panel-group .panel + .panel {
	margin-top: 14px;
}
.faq .panel-group .panel-heading + .panel-collapse > .panel-body, .bg-custom {
	border: none;
	padding: 0 48px 0 18px;
	background: #C6DEE3;
}
.faq .panel-default > .panel-heading, .card-header {
	padding: 0;
	background: #C6DEE3;
}
.card-header {
	border-radius: 0px !important;
}
.faq .panel-default > .panel-heading a, .panel-title a {
	padding: 10px 60px 10px 28px;
	color: #26211d;
	position: relative;
}
.faq .panel-default > .panel-heading a:hover {
	text-decoration: none;
}
.faq .panel-default > .panel-heading a.collapsed, .panel-title a {
	background-position: right top
}
.faq .panel-group .panel {
	border-radius: 0;
	border: none;
	box-shadow: none
}
.faq .panel-group .panel p {
	font-weight: 300;
}
.save-lives.ask-us {
	background: #faf8f6;
}
.save-lives.ask-us h2 {
	font-weight: 300;
	margin-bottom: 30px;
}
.faq .panel-heading {
	border-radius: 0;
}
.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-famiyl: 'FontAwesome';
}
/*  404 page         ||---------------------------- */
.big-font {
	font-size: 130px;
	margin-bottom: 22px;
	display: block;
}
.big-font i {
	color: #daa106;
}
.page-404 {
	border-top: 1px solid #f1f1f1;
}
.facebook-icon {
	background: #3b5998;
}
.twitter-icon {
	background: #00a0d1;
}
.linkedin-icon {
	background: #00a0d1;
}
.googleplus-icon {
	background: #db4a39;
}
blockquote {
	border-left: none;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	padding: 25px 25px;
	margin: 0px;
	font-weight: 300;
}
blockquote:after {
	content: "";
	font-family: FontAwesome;
	padding-left: 7px;
	font-size: 12px;
}
blockquote:before {
	content: "";
	font-family: FontAwesome;
	padding-right: 7px;
	font-size: 12px;
}
.card {
	position: relative;
	overflow: hidden;
	margin: 10px 0 0px 0;
	border: none;
	border-radius: 0px;
}
.mdl-shadow--2dp, .card-panel {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.bg-white {
	background-color: #fff;
	color: #3D4051;
}
.card .card-content {
	padding: 20px;
	border-radius: 0 0 2px 2px;
}
.ui-input-group {
	position: relative;
	margin: 18px 0 12px;
}
.card .card-action {
	border-top: 1px solid rgba(0,0,0,0.05);
	padding: 20px;
}
.card .card-action.no-border {
	border: 0;
}
.color-primary, a.color-primary {
	color: #daa106;
}
.card .card-action > a {
	margin-right: 20px;
	text-transform: uppercase;
}
.spacer {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
/*Newslatter*/
.newsletter {
	position: relative;
}
.newsletter form {
	position: relative;
	margin-top: 20px;
}
.newsletter .newsletter-input {
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #fff;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #202020;
	outline: none;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 12px 15px;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	display: inline-block;
}
.newsletter .newsletter-input, .newsletter .newsletter-input:focus {
	width: 100%;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	padding-right: 40px;
	background: none;
	border-radius: 0;
	border: 1px solid #B1AFAF;
	color: #7f7f7f;
}
.newsletter .newsletter-btn {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 18px;
	background: #daa106;
	line-height: 46px;
	border-radius: 0;
	width: 49px;
}
/*project*/
#project-section .italic {
	margin-bottom: 8px;
}
#project-section .grid figure {
	float: none
}
#project-section:hover .owl-prev, #project-section:hover .owl-next {
	width: 40px;
}
/*======================*/
.block_wrapper {
	overflow: hidden;
	transform: translateZ(0)
}
.box-block {
	border: 1px solid #ddd;
}
.title-box {
	position: relative;
	padding-left: 70px;
}
.box-icon {
	position: absolute;
	top: 0;
	left: 0;
}
.box-icon {
	color: #4b4e53;
	font-size: 54px;
	-webkit-transition: prop time;
	transition: all 0.1s ease 0s;
}
.box-block:hover .box-icon {
	font-size: 62px;
}
.title-box h3 {
	color: #4b4e53;
	line-height: 2;
	font-size: 18px;
	margin: 0;
}
.title-box p {
	margin-bottom: 0;
}
.our-point {
	padding: 0 0 0 20px;
}
.our-point li {
	list-style: none;
	margin-bottom: 10px;
	color: rgba(0, 0, 0, 0.61);
}
.our-point li i {
	color: rgba(0, 0, 0, 0.61);
}
.our-vision p {
	font-size: 17px;
	line-height: 1.65;
}
/*  Contact Page   ||-----------*/
.map {
	width: 100%;
	height: 450px;
}
#map {
	height: 100%;
}
#success {
	display: none;
	position: absolute;
	top: -76px;
	left: 0;
	width: 100%
}
.dark-translucent-bg {
	border-top: none;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.dark-translucent-bg {
	background-color: rgba(0,0,0,.4);
}
.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;
}
form .error {
	border-color: #e1534f;
}
.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;
}
.mapmarker .ion-ios-location {
	color: #daa106;
	font-size: 50px;
}
@media (max-width: 767px) {
	.inner-intro .container {
		/* width: 100%; */
		/* max-width: 720px; */
		text-align: center;
	}
}
/*  Preloader   ||-----------*/
#preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	background: #fff;
}
.sk-circle {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sk-circle .sk-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: var(--text-color);
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes sk-circleBounceDelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
/* ==============================
 20. Side Bar Widget styles
 ============================== */
.single-sidebar-widget ul {
	list-style: none;
	padding-left: 0;
}
.single-sidebar-widget {
	margin-bottom: 50px;
}
.single-sidebar-widget:last-child {
	margin-bottom: 0;
}
.single-sidebar-widget .sec-title {
	margin-bottom: 30px;
}
.single-sidebar-widget .sec-title h2 {
	font-size: 20px;
	text-transform:uppercase;
	font-family: var(--header-font), sans-serif;
	font-weight:700;
}
.single-sidebar-widget .sec-title {
	font-size: 15px;
	font-weight: 600;
}
.single-sidebar-widget .sec-title h2:after {
	width: 35px;
}
.single-sidebar-widget .special-links li:last-child {
	margin-bottom: 0;
}
.single-sidebar-widget .special-links li a {
	background: #f9f9f9;
	color: #323232;
	border: 1px solid #e9e9e9;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
	line-height: 50px;
	position: relative;
	padding: 0 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}
.single-sidebar-widget .special-links li:hover a:after, .single-sidebar-widget .special-links li.active a:after {
	color: inherit;
}
.single-sidebar-widget .special-links li a:after {
	content: '\f101';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 50px;
	color: #6A6969;
	font-weight: normal;
}
.single-sidebar-widget .special-links li a:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: -1px;
	color: #ffce30;
	font-size: 0px;
	line-height: 50px;
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-left: 4px solid #ffce30;
}
.single-sidebar-widget .special-links li:hover a, .single-sidebar-widget .special-links li a.active {
	background: #fff;
	color: #ffce30;
}
.single-sidebar-widget .special-links li a.active:after {
	color: #ffce30;
}
.single-sidebar-widget .special-links li a:hover:before, .single-sidebar-widget .special-links li a.active:before {
	opacity: 1;
}
.search-box placeholder {
	color: #000;
}
.single-sidebar-widget .search-box form {
	background: #e5e5e5;
	width: 100%;
	height: 48px;
	border: 1px solid #e9e9e9;
}
.single-sidebar-widget .search-box form input {
	padding-left: 30px;
	border: none;
	outline: none;
	height: 100%;
	color: rgba(255, 255, 255, 0.5);
	width: calc(100% - 55px);
	background-color: transparent;
}
.single-sidebar-widget .search-box form input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
.single-sidebar-widget .search-box form input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
.single-sidebar-widget .search-box form input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
.single-sidebar-widget .search-box form input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(255, 255, 255, 0.5);
}
.single-sidebar-widget .search-box form input:placeholder-shown {
	/* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
	color: rgba(186, 185, 185, 1);
}
.single-sidebar-widget .search-box form button {
	position: relative;
	left: 2px;
	width: 50px;
	background: #ffce30;
	color: #000000;
	font-size: 16px;
	padding: 11px 0px;
	border: none;
	outline: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.single-sidebar-widget .search-box form button:hover {
	background: #1FB5C7;
}
.single-sidebar-widget .search-box form button:hover i {
	color: #fff;
}
.single-sidebar-widget .search-box form button:hover:after {
	background: #1FB5C7;
}
.single-sidebar-widget .search-box form button i {
	position: relative;
	z-index: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.single-sidebar-widget .categories ul li:last-child a {
	border: none;
}
.single-sidebar-widget .categories ul li a {
	color: #898989;
	line-height: 42px;
	display: block;
	border-bottom: 1px solid #E6E6E6;
	position: relative;
}
.single-sidebar-widget .categories ul li a:after {
	content: '\f105';
	font-family: 'FontAwesome';
	color: #C8C8C8;
	position: absolute;
	top: 0;
	right: 0;
}
.single-sidebar-widget .popular-post .img-cap-effect .img-box .img-caption:before {
	border-width: 2px;
}
.single-sidebar-widget .popular-post li {
	margin-bottom: 30px;
}
.single-sidebar-widget .popular-post li:last-child {
	margin-bottom: 0;
}
.single-sidebar-widget .popular-post .img-box, .single-sidebar-widget .popular-post .content {
	display: table-cell;
	vertical-align: middle;
}
.single-sidebar-widget .popular-post .img-box {
	width: 110px;
}
.single-sidebar-widget .popular-post .content {
	padding-left: 30px;
}
.single-sidebar-widget .popular-post .content a h4 {
	font-family: var(--header-font), sans-serif;
	color: #242424;
	text-transform: uppercase;
	font-size: 13px;
	font-weight:700;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.single-sidebar-widget .popular-post .content a h4:hover {
	color: #1FB5C7;
}
.single-sidebar-widget .popular-post .content p {
	color: #8E8D8D;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
}
.single-sidebar-widget .popular-post .content span {
	color: #1CBAC8;
	font-size: 13px;
	display: block;
	margin-top: 4px;
	font-weight: 500;
}
.single-sidebar-widget .text-box p {
	color: #8E8D8D;
}
.single-sidebar-widget .insta-feed ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.single-sidebar-widget .insta-feed ul .img-cap-effect .img-box .img-caption:before {
	border-width: 2px;
}
.single-sidebar-widget .insta-feed {
	font-size: 0;
	display: inline-block;
}
.single-sidebar-widget .insta-feed img {
	max-width: 100%;
	display: inline-block;
	font-size: 0;
	margin-bottom: 1px;
	margin-right: 1px;
}
.single-sidebar-widget .tag-cloud {
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
}
.single-sidebar-widget .tag-cloud li {
	display: inline-block;
}
.single-sidebar-widget .tag-cloud li a {
	display: block;
	color: #787878;
	text-transform: uppercase;
	border: 1px solid #EAEAEA;
	border-radius: 20px;
	padding: 7px 22px;
	font-size: 12px;
	margin: 0 5px;
	margin-bottom: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.single-sidebar-widget .tag-cloud li a:hover {
	background: #E5E5E5;
	color: #787878;
	border-color: #E5E5E5;
}
.single-client-box {
	margin-bottom: 50px;
}
.single-client-box:last-child {
	margin-bottom: 0;
}
.single-client-box .icon-box, .single-client-box .content {
	display: table-cell;
	vertical-align: middle;
}
.single-client-box .icon-box {
	width: 170px;
	text-align: center;
	border-top: 4px solid #1FB5C7;
	border-left: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
}
.single-client-box .content {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	border-right: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	border-top: 1px solid #E9E9E9;
}
.single-client-box .content h3 {
	font-size: 18px;
	font-weight:700;
	font-family: var(--header-font), sans-serif;
	color: #242424;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.single-client-box .content p {
	color: #898989;
	margin: 0;
}
.faq.service-box .panel-group .panel-heading + .panel-collapse > .panel-body {
	padding: 20px 18px;
	background: rgba(242, 237, 233, 0.38)
}
@media (max-width: 480px) {
	h1 {
		font-size: 36px;
	}
}
/*  Project   ||-----------*/
.filter-button-group {
	list-style: none;
	padding: 0;
	overflow: hidden;
}
.filter-button-group li {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}
.line-btn {
	background: none;
	color: #323232;
	padding: 5px 10px;
	border: 2px solid #e1e1e1;
	display: block;
	cursor: pointer;
	-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;
}
.line-btn:hover, .line-btn.active {
	background: #ffce30;
	border: 2px solid #ffce30;
	color: #fff;
}
.project-col-3 {
	list-style: none;
	padding-left: 0;
	padding-top: 29px;
	margin-left: -30px;
}
.project-col-3 li {
	float: left;
	padding-left: 30px;
	width: 33.33%;
	margin-bottom: 15px;
}
@media (max-width: 991px) {
	.project-col-3 li {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.project-col-3 li {
		width: 100%;
	}
}
/*  Project details   ||-----------*/
.project-details {
	position: relative;
}
.project-info {
	position: absolute;
	top: 80%;
	right: 20px;
	background: #d49c07;
	color: #fff;
	padding: 48px 30px;
	width: 400px;
}
.project-box {
	overflow: hidden;
	width: 100%;
}
.project-info ul, .project-gallery {
	list-style: none;
	padding: 0;
}
.project-info li {
	padding-top: 10px;
}
.project-info strong {
	min-width: 133px;
	display: inline-block;
}
.project-gallery {
	overflow: hidden;
}
.project-gallery li {
	margin-bottom: 20px;
	width: 50%;
	float: right;
	padding-right: 20px;
}
.project-gallery li img {
	width: 100%;
	max-width: none;
}
#related-project .owl-prev, #related-project .owl-next {
	top: -42px;
	right: 0;
	left: auto;
	border: 2px solid #e9e9e9;
	color: #ccc;
	font-size: 22px;
	height: 1.8em;
	line-height: 1.6em;
	padding: 0;
	text-align: center;
	width: 1.8em;
	margin-right: 0;
	margin-left: 0;
	opacity: 1;
	background: none;
}
#related-project .owl-prev {
	right: 50px;
}
#related-project .owl-prev:hover, #related-project .owl-next:hover {
	border: 2px solid #ffce30;
	color: #fff;
	background: #ffce30;
}
.project-col-3 li.width-2 {
	width: 66.66%;
}
.project-col-3 li.grid-sizer {
	margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
	.project-info {
		width: 100%;
	}
	.project-info {
		position: static;
	}
	.project-info li {
		float: none;
	}
	.project-gallery {
		margin-left: -20px;
	}
	.project-gallery li {
		float: left;
		width: 25%;
		padding-right: 0;
		padding-left: 20px;
		margin-bottom: 0;
	}
	.project-col-3 li.width-2 {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.project-info {
		width: 100%;
	}
	.project-info {
		position: static;
	}
	.project-info li {
		float: none;
	}
	.project-col-3 li.width-2 {
		width: 100%;
	}
	.project-gallery li {
		margin: 0;
		padding: 10px;
	}
	#related-project .owl-prev, #related-project .owl-next {
		bottom: 0;
		top: auto;
	}
}
/*Testimonial 2*/
.owl-item {
	cursor: move;
}
.box-width {
	margin: 0 auto;
	text-align: center;
	max-width: 598px;
}
.name-text {
	color: #fff;
	font-size: 14px;
	display: block;
	text-transform: uppercase;
}
.site-text {
	color: #fff;
	font-style: italic;
	font-size: 14px;
}
.panel-group .panel {
	border-radius: 0;
}
.get-touch .contact-form {
	text-align: left;
}
.xs-size {
	position: relative;
	font-size: 16px;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.btn-text:hover .xs-size {
	top: -6px;
	right: -10px;
}
.date-bg {
	background: #314555;
}
.chooose-box strong {
	display: block;
	margin-bottom: 15px;
}
.chooose-box strong i {
	font-size: 20px;
	margin-right: 10px;
	color: #daa106;
}
.project-info-box li {
	padding-top: 10px;
}
.project-info-box strong {
	min-width: 133px;
	display: inline-block;
}
@media (max-width: 991px) {
	.project-info-box {
		padding-left: 26px;
	}
	.project-info-box strong {
		min-width: 100px;
	}
}
.top-btn {
	min-width: 0;
	padding: 0 29px;
	line-height: 50px;
	height: 50px;
	margin-left: 20px;
	background: #314555;
}
.half-width {
	overflow: hidden;
}
.none-responsive {
	max-width: none;
}
.bg-img-1 {
	background: url(../images/new_slider02.jpg) 0 0 no-repeat;
	background-size: cover
}
.bg-img-2 {
	background: url(../images/slider-home-construction-02.jpg) 0 0 no-repeat;
	background-size: cover
}
/*Gallery*/
.gallery {
	padding-bottom: 20px;
}
.isotope .item {
	width: 25%;
	float: left;
	padding-bottom: 30px;
}
.gallery .item {
	padding-bottom: 30px;
}
.gallery-col-2.isotope .item {
	width: 50%;
}
.gallery-col-3.isotope .item {
	width: 33.33%;
}
.icon-box {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 43px;
	line-height: 100px;
}
.gallery-item-detail .icon-box {
	color: #fff;
}
.nf-col-padding {
	padding-left: 15px;
	padding-right: 15px;
}
.gallery-item-detail a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}
.gallery-item-img {
	position: relative;
	overflow: hidden;
}
.gallery-item-img img {
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}
.gallery-item-img:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.gallery-item-img .gallery-item-detail {
	background-color: #cb7b52;
	text-align: center;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	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;
}
.team-item-img .team-item-detail, .gallery-item-img .gallery-item-detail {
	background-color: rgba(203, 123, 82, 0.32);
}
.gallery-item:hover .gallery-item-detail {
	opacity: 1;
	visibility: visible;
}
@media (max-width: 991px) {
	.isotope .item {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.isotope .item, .gallery-col-3.isotope .item {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.isotope .item, .gallery-col-3.isotope .item, .gallery-col-2.isotope .item {
		width: 100%;
	}
}
/* ----------------------------------------------------------------
 feature bg box
 -----------------------------------------------------------------*/
.feature-bg-box {
	position: relative;
	padding: 28px;
	border-radius: 4px;
}
.feature-bg-box, .feature-bg-box:hover .icon {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.feature-bg-box .icon {
	position: absolute;
	top: -40px;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 5px #f6f6f6;
	line-height: 80px;
}
.featured-item.feature-bg-box .icon i {
	color: var(--text-color);
	font-size: 40px;
	line-height: 80px;
}
.featured-item.feature-bg-box .icon i.sub-color {
	color: #ffaf36;
}
.feature-bg-box .title {
	display: inline-block;
	margin-top: 40px;
}
.featured-item.feature-bg-box:hover {
	background: var(--text-color);
	color: #fff;
}
.featured-item.sub-color_hover:hover {
	background: #ffaf36;
}
#statement {
	background-image: url(../images/02.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#statement:before {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}
.lead-box {
	padding: 20px 0 30px;
}
.lead-box p {
	font-size: 20px;
	line-height: 1.5;
}
.about-text strong {
	display: block;
	font-size: 25px;
}
.about-text span {
	font-size: 18px;
	display: block;
	margin-top: 10px;
}
.about-section figure {
	width: 100%;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.top-space {
		padding-top: 10px;
	}
}
/* ----------------------------------------------------------------------*/
/* Portfolio   --------------------------------------------------------- */
/* ----------------------------------------------------------------------*/
.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;
}
.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: #8f8f8f !important;
	background: transparent;
	border: 1px solid;
	border-radius: 3px;
}
.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-mask {
	opacity: 1;
	visibility: visible;
}
.item-box:hover .item-mask .item-caption, .item-box:hover .item-mask .link {
	bottom: 30px;
	opacity: 1;
}
.item-box:hover .item-mask .link {
	bottom: 107px;
}
.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 h4 a {
	width: auto;
	color:#313d85;
	height: auto;
	line-height: normal;
	transition: all 0.3s;
	    font-size: 20px;
    font-weight: 600;
    background: transparent;
}
.gallery-heading h4 a:hover {
	color: #daa106;
}
.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:#313d85;
	font-size: 17px;
	color: #fff;
	    margin: 10px;
	    border-radius: 50%;
}
.link-zoom a.project_links {}
.link-zoom a.same_style:hover{
	color: #fff !important;
}
.item-box a {
	display: inline-block
}
.item-box > a {
	display: block;
}
.item-box:hover .item-mask {
	opacity: 1;
	visibility: visible;
}
.item-box:hover .item-mask .item-caption, .item-box:hover .item-mask .link {
	bottom: 30px;
	opacity: 1;
}
.item-box:hover .item-mask .link {
	bottom: 107px;
}
.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;
}
/* ===================================================================================================== */
/* Contants (Portfolio, blog, shop, etc) -------------------  */
/* ===================================================================================================== */
.container.nf-container1 {
	padding-left: 15px;
	padding-right: 15px;
}
.nf-row1 {
	margin-left: -15px;
	margin-right: -15px;
}
.nf-col-padding {
	padding-left: 25px;
	padding-right: 25px;
}
.nf-row1:before, .nf-row1:after, .nf-row2:before, .nf-row2:after {
	display: table;
	content: " ";
}
.nf-row1:after, .nf-row2:after {
	clear: both;
}
.nf-row1 .nf-item.spacing, .nf-row1 .grid-sizer.spacing {
	padding: 15px;
}
.nf-row2 .nf-item.spacing, .nf-item.spacing, .nf-row2 .grid-sizer.spacing, .spacing-box {
	padding: 10px;
}
.spacing-grid {
	padding-top: 25px;
	padding-bottom: 25px;
}
.nf-col-1 .nf-item, .nf-col-1 .grid-sizer {
	width: 100%;
	min-height: 1px;
}
.nf-col-2 .nf-item, .nf-col-2 .grid-sizer {
	width: 50%;
	min-height: 1px;
}
.nf-col-3 .nf-item, .nf-col-3 .grid-sizer {
	width: 33.3333%;
	min-height: 1px;
}
.nf-col-4 .nf-item, .nf-col-4 .grid-sizer {
	width: 25%;
	min-height: 1px;
}
.nf-col-4 .w2x {
	width: 50%;
}
.nf-col-5 .nf-item, .nf-col-5 .grid-sizer {
	width: 20%;
	min-height: 1px;
}
.nf-col-6 .nf-item, .nf-col-6 .grid-sizer {
	width: 16.6666%;
	min-height: 1px;
}
.nf-col-1 .nf-item.w1, .nf-col-2 .nf-item.w1, .nf-col-3 .nf-item.w1, .nf-col-4 .nf-item.w1 {
	width: 100%;
}
.nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2 {
	width: 50%;
}
.nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3 {
	width: 33.3333%;
}
.nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4 {
	width: 25%;
}
.nf-col-1 .nf-item.w4-2, .nf-col-2 .nf-item.w4-2, .nf-col-3 .nf-item.w4-2, .nf-col-4 .nf-item.w4-2, .nf-col-1 .nf-item.w3-2, .nf-col-2 .nf-item.w3-2, .nf-col-3 .nf-item.w3-2, .nf-col-4 .nf-item.w3-2 {
	width: 50%;
}
.nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1 {
	width: 75%;
}
.nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
	width: 66.6666%;
}
@media (max-width: 991px) {
	.nf-col-2 .nf-item, .nf-col-3 .nf-item, .nf-col-4 .nf-item, .nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2, .nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3, nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4, .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1, .nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
		width: 50%;
	}
	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 33.3333%;
	}
	.nf-row2 .nf-item.spacing, .nf-row2 .grid-sizer.spacing {
		padding: 25px;
	}
}
@media (max-width: 767px) {
	.container {
		margin: 0 auto;
		/* max-width: 480px; */
		width: 100%;
	}
	.nf-col-padding {
		padding-left: 15px;
		padding-right: 15px;
	}
	.spacing-grid {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.nf-col-2 .nf-item, .nf-col-3 .nf-item, .nf-col-4 .nf-item, .nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2, .nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3, nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4, .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1, .nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}
	.nf-col-3, .nf-col-4 {
		margin: 0 auto;
		max-width: 480px;
	}
	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 100%;
	}
	.nf-row2 .nf-item.spacing, .nf-row1 .nf-item.spacing, .spacing-box {
		padding: 15px;
	}
	body .xs-hidden {
		visibility: hidden;
		display: none;
		opacity: 0;
	}
}
@media (max-width: 480px) {
	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 100%;
	}
}
/*-------------------------------------------------------------------------------------------*/
/* Counter STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.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);
}
.single-fact span {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	padding: 4px 0 10px;
	line-height: 1.2;
	display: block;
}
.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;
}
.single-fact .icon-box i:before {
	font-size: 50px;
}
/*-------------------------------------------------------------------------------------------*/
/*  Testimonials     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.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: var(--text-color);
	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: var(--text-color);
	border: 1px solid var(--text-color);
}
.bg-color {
	background: var(--text-color);
}
.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    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.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;
}
.team-block span {
	font-size: 13px;
	font-style: normal;
	color: #b8bcc6;
}
.team-block .small-divider {
	margin-bottom: 15px;
	margin-top: 15px;
	width: 36px;
	border-color: rgba(255,255,255,0.2);
}
.social-icons {
	padding-left: 0;
}
.team-block .social-icons > li {
	margin: 0 7px;
	display: inline-block;
}
.team-block .social-icons .fa {
	font-size: 16px;
}
.team-block .social-icons .fa {
	color: #fff;
}
.box-hover:hover .fa {
	color: #323232;
}
/*--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;
}
/* ----------------------------------------------------------------------*/
/* Pagination Navigation   --------------------------------------------- */
/* ----------------------------------------------------------------------*/
.pagination-nav {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}
.pagination-nav ul {
	margin: 0px;
	padding: 0px;
}
.pagination-nav ul li {
	display: inline-block;
	margin: 0px 2px;
}
.pagination-nav ul li a {
	display: block;
	border: 1px solid var(--text-color);
	color: var(--text-color);
	height: 36px;
	width: 36px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
}
.pagination-nav ul li.active a, .pagination-nav ul li:hover a {
	background: var(--text-color);
	color: #fff;
}
/*============================================
 =          [07] Waste time quote css         =
 =============================================*/
.waste-time-area {
	background: #cb011b;
	padding: 50px 0;
}
.waste-time-area .waste-time-content {
	color: #ffffff;
}
.waste-time-area .waste-time-content h3 {
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 5px;
}
.waste-time-area .waste-time-content p {
	margin-bottom: 0;
}
.waste-time-area .waste-time-button {
	text-align: right;
}
.waste-time-area .waste-time-button .btn-default {
	display: inline-block;
	margin-top: 6px;
}
/*  Whate We Do   ||-----------*/
.about_service .feature-bg-box .icon {
	position: static;
	margin: 0 auto;
}
.about_service .feature-bg-box .title {
	display: inline-block;
	margin-top: 25px;
}
.about_service .feature-bg-box .icon {
	background: #3a3a3a;
}
.about_service .thm-btn {
	font-size: 14px;
	font-weight: 400;
	margin-top: 15px;
}
.about_service .bg-clr1 {
	background: #31312f;
}
.whate_about p {
	line-height: 1.4;
	font-size: 17px;
}
/*Testimonial 2*/
.owl-item {
	cursor: move;
}
.box-width {
	margin: 0 auto;
	text-align: center;
	max-width: 598px;
}
.name-text {
	color: var(--text-color);
	font-size: 14px;
	display: block;
	text-transform: uppercase;
}
.site-text {
	color: #fff;
	font-style: italic;
	font-size: 14px;
}
.arrow_theme .owl-prev, .arrow_theme .owl-next {
	top: 40%;
	border: 2px solid #e9e9e9;
	color: #ccc;
	font-size: 22px;
	height: 1.8em;
	line-height: 1.6em;
	padding: 0;
	text-align: center;
	width: 1.8em;
	margin-right: 0;
	margin-left: 0;
	opacity: 1;
	background: none;
}
.arrow_theme .owl-prev:hover, .arrow_theme .owl-next:hover {
	border: 2px solid #ffce30;
	color: #fff;
	background: #ffce30;
}
.overlay-dark {
	position: relative;
	z-index: 1;
}
.overlay-dark:before {
	background-color: rgba(0, 0, 0, 0.23);
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}
.overlay-dark:before {
	background-color: rgba(0, 0, 0, 0.69);
}
.bold {
	font-weight: bold;
}
.thin {
	font-weight: 300;
}
.img-bg {
	background: url(../images/white-texture.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.light-color {
	color: #fff;
}
.parallax, .bg_img1 {
	background: url(../images/parallax2.jpg) no-repeat;
}
#overlay_block, .bg_img {
	background: url(../images/parallax1.jpg) no-repeat;
}
.parallax, #overlay_bloc {
	background-size: cover;
	width: 100%;
	background-attachment: fixed;
	background-position: center center;
}
.fact-counter-wrapper.bg_img1 {
	background-position: center center !important;
}
.btn-wrap a {
	margin: 0 10px;
}
/*Testimonial*/
.testimonial-box {
	text-align: left;
}
.quote-box {
	padding-left: 30px;
}
.quote-text {
	padding-left: 30px;
	padding-top: 10px;
}
.quote-icon i {
	font-size: 50px;
}
.quote-left {
	padding-top: 60px;
}
.quote-right {
	text-align: right;
}
.quote-author {
	float: left;
	text-transform: uppercase;
	padding-left: 30px;
}
.pt-130 {
	padding-top: 130px;
}
@media (max-width: 991px) {
	.pt-130 {
		padding-top: 0;
	}
}
.testimonial-block__section .quote-left {
	padding-top: 0;
}
.testimonial-block__section .quote-icon i {
	font-size: 30px;
}
.testimonial-block__section .quote-box {
	padding-left: 0;
}
.nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-prev, .nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-next {
	top: -42px;
	right: 0;
	left: auto;
	border: 2px solid #e9e9e9;
	color: #ccc;
	font-size: 22px;
	height: 1.8em;
	line-height: 1.6em;
	padding: 0;
	text-align: center;
	width: 1.8em;
	margin-right: 0;
	margin-left: 0;
	opacity: 1;
	background: none;
}
.nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-prev {
	right: 50px;
}
.nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-prev:hover, .nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-next:hover {
	border: 2px solid #ffce30;
	color: #fff;
	background: #ffce30;
}
@media (max-width: 767px) {
	.testimonial-block__section .quote-left {
		padding-top: 26px;
	}
	.nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-prev, .nf-carousel-theme.nf-carousel-arrow .owl-controls .owl-next {
		top: auto;
		bottom: -85px;
	}
}
/*Corve Section*/
.corve {
	position: relative;
}
.corve .container {
	position: relative;
	z-index: 1;
}
.corve:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../images/corve.png) center 45px no-repeat;
	background-size: 100% auto;
}
.about-box {
	background: #fff;
}
.about-box p {
	padding-bottom: 10px;
}
.about-box {
	box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.09);
	padding: 35px 40px 40px;
}
/*Contact section*/
.bottom-section {
	background: #daa106;
}
.contact_block-text {
	padding-top: 15px;
}
.contact_block-text strong {
	text-transform: uppercase;
	font-size: 31px;
	letter-spacing: 0;
	font-weight: 800;
	display: block;
	padding-bottom: 10px;
}
.contact_block-text p {
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.26);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.contact_block-text strong {
		font-size: 25px;
	}
	.contact_block-text p {
		font-size: 28px
	}
}
@media (max-width: 767px) {
	.contact_block-text strong {
		font-size: 20px;
	}
	.contact_block-text p {
		font-size: 19px
	}
}
.bottom-section .input-sm {
	height: 42px;
}
.bottom-section textarea {
	resize: none;
	height: 60px;
	margin-bottom: 0;
	display: block;
}
.bottom-section .btn-text {
	border: 2px solid var(--text-color);
	background: var(--text-color);
	max-width: 160px;
	width: 100%;
	margin-top: 10px;
}
.light-gray {
	background: #f9f9f9;
}
.top-padding {
	padding-top: 86px;
}
@media (min-width: 991px) and (max-width: 1199px) {
	.top-padding {
		padding-top: 50px;
	}
}
@media (max-width: 991px) {
	.top-padding {
		padding-top: 0;
	}
	.contact_block-text strong {
		font-size: 26px;
	}
	.contact_block-text p {
		font-size: 29px;
		line-height: 1.5;
	}
}
/*Progress css*/
.content-wd650 {
	max-width: 650px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.cont-h-100per {
	height: 100%;
}
.parallax-section.overlay-dark:before {
	z-index: 1;
}
.section-split-right h2 span {
	color: #fff;
}
.section-split-right h2 {
	color: #daa106;
}
.bg-color3 {
	background: #6aaf08;
}
.section-bar h3 {
	line-height: 1.5;
}
.align-center {
	margin: 0 auto;
}
.overflow_hidden {
	overflow: hidden;
	position: relative;
}
.image_cover {
	background-image: url(../images/bg-10.jpg);
	background-size: cover;
	display: block;
	position: absolute;
	width: 33.33%;
	z-index: 2;
	top: 0;
	left: 0;
	bottom: 0;
	background-position: 50% 50%;
}
.image_cover_right {
	width: 50%;
	right: 0;
	left: auto;
	background-image: url(../images/bg-11.jpg);
}
@media (min-width: 768px) and (max-width: 991px) {
	#choose_us .image_cover {
		display: none;
	}
}
@media (max-width: 767px) {
	.image_cover {
		position: static;
		width: 100%;
		height: 300px;
		margin-top: 30px;
	}
}
.section_blck_bg {
	background: var(--text-color);
}
.m-b-5 {
	margin-bottom: 5px;
}
/* #Accordion-box
 ================================================== */
.accordion-box-1 .accordion {
	background: #fff;
}
.accordion-box-1 .accordion .accordion-title {
	cursor: pointer;
	padding: 10px 20px 10px 30px;
	border: 1px solid #e6e6e6;
	margin: 0;
	font-size: 18px;
	color: var(--text-color);
}
.accordion-box-1 .accordion .accordion-title span {
	width: 30px;
	position: relative;
	height: 30px;
	float: right;
	vertical-align: bottom;
}
.accordion-box-1 .accordion .accordion-title span:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	display: inline-block;
	width: 2px;
	height: 12px;
	background: #aaaaaa;
}
.accordion-box-1 .accordion .accordion-title span:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	display: inline-block;
	width: 12px;
	height: 2px;
	background: #aaaaaa;
}
.accordion-box-1 .accordion .accordion-title p {
	margin: 0;
}
.accordion-box-1 .accordion.open .accordion-title span:before {
	display: none;
}
.accordion-box-1 .content-inner {
	border: 1px solid #ededed;
	padding: 25px 30px 20px 30px;
}
.accordion-box-2 .accordion.open .accordion-title {
	background: #daa106;
}
.accordion-box-2 .accordion .accordion-title {
	border: none;
	background: #031123;
}
.accordion-box-2 .accordion .accordion-title p {
	color: #fff;
}
.accordion-box-2 .accordion .accordion-content .content-inner {
	background: var(--text-color);
	border: none;
}
.accordion-box-2 .accordion .accordion-content .content-inner p {
	color: #c5c5c5;
	padding-left: 20px;
	border-left: 1px solid #031123;
}
/*Feature Section */
.featured-icon-wrap {
	list-style: none;
	padding-left: 0;
	padding-top: 130px;
}
@media (max-width: 767px) {
	.featured-icon-wrap {
		padding-top: 0;
	}
}
.featured-content-wrap {
	width: 73%;
	width: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
}
.text-right {
	text-align: right;
}
.float-left {
	float: left;
}
.mb-25 {
	margin-bottom: 25px;
}
.bold {
	font-weight: 700;
}
.feature-icon-wrap {
	margin-top: 0px;
	width: 85px;
	position: relative;
	text-align: center;
}
.feature-icon {
	height: 85px;
	width: 85px;
	font-size: 32px;
	line-height: 54px;
	color: #fff;
	padding: 15px;
	display: block;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	position: relative;
	z-index: 3;
}
.feature-icon-wrap:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 85px;
	height: 85px;
	border: 1px solid #daa106;
	border-radius: 50%;
	background: transparent;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	background: #daa106;
}
.featured-icon-wrap li:nth-child(2n) .feature-icon-wrap:after {
	background: #b4c505;
	border: 1px solid #b4c505;
}
.featured-icon-wrap li:nth-child(3) .feature-icon-wrap:after {
	background: var(--text-color);
	border: 1px solid var(--text-color);
}
.featured-icon-wrap li:hover .feature-icon {
	color: #fff;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.moc-wrap img {
	display: block;
	margin: 0 auto;
}
.bg-color {
	background: rgba(0,0,0,0.04);
}
.btn-block a {
	margin: 0 10px;
}
#statements h4 {
	color: #fff;
}
.gmnoprint {
	display: none;
}
.paragraphs-block p {
	margin-bottom: 20px;
}
.grid-boxed {
	border: 1px solid transparent;
	padding: 20px;
}
.buttons {
	margin-bottom: 60px;
}
.buttons h2 {
	font-size: 20px;
}
.buttons a {
	margin: 5px;
}
/*about3*/
/*===========NEW ABOUT PAGE============*/
.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;
}
.single-fact.new_counter span.counter {
	color: #fff;
	font-size: 35px;
	padding: 0px;
}
.bigger_text {
	text-transform: uppercase;
}
#team_about .team-block span {
	font-size: 15px;
}
#team_about .team-block {
	color: #444;
	background: #f7f7f7;
}
#team_about .team-block span {
	color: #4c4c4c;
}
.border_middle {
	position: relative;
}
.border_middle:before {
	background: #d4d4d4;
	width: 100%;
	height: 2px;
	content: "";
	top: 45%;
	left: 0px;
	position: absolute;
	transform: translateY(-50%);
}
.bullet_round {
	position: relative;
	display: inline-block;
	width: 100%;
}
.bullet_round:after, .second_righ:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #ffa500;
	transform: translateY(-50%);
	pointer-events: none;
}
.bullet_round:before, .second_righ:before {
	content: "";
	border-radius: 50%;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 39%;
	left: 0px;
	transform: translateY(-50%);
	animation: pulsate 1s ease-out;
	animation-iteration-count: infinite;
	opacity: 0;
	-webkit-box-shadow: 0 0 1px 2px #ffa500;
	box-shadow: 0 0 6px 6px #ffa500;
	animation-delay: 1.1s;
	pointer-events: none;
}
.second_righ:after, .second_righ:before {
	left: auto;
	right: 0;
}
@keyframes pulsate {
0% {
-webkit-transform: scale(0.1, 0.1);
-moz-transform: scale(0.1, 0.1);
-o-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
50% {
opacity: 1;
-ms-filter: none;
filter: none;
}
100% {
-webkit-transform: scale(1.2, 1.2);
-moz-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
}
.bullet_round strong {
	display: block;
}
.second_righ {
	width: 50%;
	float: left;
	text-align: right;
}
.mr-bottum {
	margin-bottom: 15px;
}
.mr-top {
	margin-top: 15px;
}
.first_lef {
	float: left;
	width: 50%;
}
.hover_cont {
	background: #fff;
	position: absolute;
	bottom: 150%;
	left: 0;
	padding: 20px;
	box-shadow: -1px 4px 9px 0px rgba(0, 0, 0, 0.12);
	visibility: hidden;
	transition: bottom 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-webkit-transition: bottom 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	opacity: 0;
	width: 255px;
	z-index: 1;
}
.first_lef:hover .hover_cont, .second_righ:hover .hover_cont {
	visibility: visible;
	transition: bottom 0.3s ease;
	opacity: 1;
	bottom: 125%;
}
.second_righ .hover_cont {
	text-align: left;
}
.hover_cont h3 {
	font-size: 18px;
}
.second_righ .hover_cont .conner {
	left: auto;
	right: 20px;
}
.conner {
	position: absolute;
	bottom: -10px;
	left: 20px;
	height: 20px;
	background: #ffffff;
	width: 20px;
	transform: rotate(45deg);
}
@media (max-width: 767px) {
	.border_middle:before {
		width: 2px;
		height: 100%;
		left: 7px;
		top: 0px;
		transform: inherit;
	}
	.bullet_round:before, .second_righ:before {
		top: 0px;
	}
	.second_righ:before {
		left: 0;
		right: auto;
	}
	.second_righ:after {
		left: 0;
		right: auto;
		transform: inherit;
		bottom: 0;
		top: 96%;
	}
	.second_righ, .first_lef {
		width: 100%;
		text-align: left;
	}
	.first_lef {
		margin-bottom: 50px;
	}
	.last_round:before {
		left: 0;
		right: auto;
		top: 96%;
	}
	.bullet_round {
		padding-left: 40px;
	}
	.mr-bottum {
		margin-bottom: 0px;
	}
	.mr-top {
		margin-top: 0px;
	}
	.bullet_round strong {
		line-height: normal;
	}
	.last_round {
		margin-bottom: 0px;
	}
	.bullet_round:after {
		top: 0;
		transform: translateY(0%);
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.second_righ:hover .hover_cont {
		right: 0px;
		left: auto;
	}
	.hover_cont {
		left: auto;
		right: 0;
	}
	.conner {
		left: 115px;
	}
	.respon_hover {
		left: 0;
		right: auto;
	}
	.respon_hover .conner {
		left: 20px;
	}
}
@media (max-width: 767px) {
	.second_righ:hover .hover_cont {
		bottom: 65px;
	}
	.second_righ .hover_cont .conner, .conner {
		left: 50px;
		right: auto;
	}
}
.single-fact span.new__counter:before {
	display: none;
}
.solution_box {
	text-align: center;
	background: #fff;
	padding: 40px;
}
.solution_box h4 {
	margin: 20px 0px;
}
.solution_box i {
	font-size: 50px;
}
.solution_box i.color_green {
	color: #19cc95;
}
.solution_box i.color_orenge {
	color: #ffa500;
}
.solution_box i.color_prple {
	color: #8c70f0;
}
.tab-content .tab-block.on {
	display: block;
}
.tab-title ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tab-title ul li a, .mobile-heading {
	font-size: 16px!important;
	font-weight: 700;
	color: var(--text-color);
	background: var(--light-color);
	padding: 15px;
	margin-bottom:5px;
	cursor: pointer;
	display: block;
}
.tab-title ul li span {
	font-size: 16px!important;
	font-weight: 700!important;
	color: var(--text-color);
	background: #C6DEE3;
	padding: 15px;
	margin-bottom:5px;
	display: block;
}
.mobile-heading {
	float: none;
	width: 100%;
	font-size: 16px !important;
	color: #fff !important;
	padding: 15px 15px 15px;
	text-transform: capitalize !important;
	font-weight: 400 !important;
	margin-bottom: 10px;
	background: #000;
}
.tab-title ul li a.active, .tab-title ul li a:hover {
	color: #fff;
	background: var(--text-color);
}
.tab-title ul li span {
	display: block;
	font-size: 20px;
	font-family: var(--body-font), sans-serif;
	font-weight: 400;
}
.feature .feature-desc .feature-info {
	position: absolute;
}
@media (max-width: 767px) {
	.menu-item-name {
		width: 62%;
	}
}
.row-table {
	display: table;
	height: 300px;
}
.row-table .t_cell {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.history-block__img1 {
	background: url(../images/graph.jpg) center 0 no-repeat;
	background-size: cover;
}
.career_sub-title {
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}
/* #Accordion-box
 ================================================== */
.accordion-box-1 .accordion {
	background: #fff;
	margin-bottom: 10px;
}
.accordion-box-1 .accordion .accordion-title {
	cursor: pointer;
	padding: 10px 20px 10px 30px;
	border: 1px solid #e6e6e6;
	margin: 0;
	font-size: 18px;
	color: var(--text-color)333;
}
.accordion-box-1 .accordion .accordion-title span {
	width: 30px;
	position: relative;
	height: 30px;
	float: right;
	vertical-align: bottom;
}
.accordion-box-1 .accordion .accordion-title span:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	display: inline-block;
	width: 2px;
	height: 12px;
	background: #aaaaaa;
}
.accordion-box-1 .accordion .accordion-title span:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	display: inline-block;
	width: 12px;
	height: 2px;
	background: #aaaaaa;
}
.accordion-box-1 .accordion .accordion-title p {
	margin: 0;
}
.accordion-box-1 .accordion.open .accordion-title span:before {
	display: none;
}
.accordion-box-1 .content-inner {
	border: 1px solid #ededed;
	padding: 25px 30px 20px 30px;
}
.accordion-box-2 .accordion.open .accordion-title {
	background: #daa106;
}
.accordion-box-2 .accordion .accordion-title {
	border: none;
	background: #031123;
}
.accordion-box-2 .accordion .accordion-title p {
	color: #fff;
}
.accordion-box-2 .accordion .accordion-content .content-inner {
	background: var(--text-color);
	border: none;
	color: #fff;
}
.accordion-box-2 .accordion .accordion-content .content-inner ul, .accordion-box-2 .accordion .accordion-content .content-inner strong {
	display: block;
	margin-bottom: 20px;
}
.accordion-box-2 .accordion .accordion-content .content-inner p {
	color: #fff;
	margin-bottom: 0;
}
.accordion-box-2 .accordion .accordion-content .content-inner p strong {
	display: inline-block;
}
.partner-blck__brdr {
	border: 1px solid #afafaf;
	padding: 0 20px 0 0;
}
@media(max-width:767px){
	.partner__content {
	padding: 30px 0 0 0;
}
}
@media(min-width:768px){
.partnership {
	padding: 20px;
}}
.partner__content h3 {
	margin-top: 0px;
}
.partner-blck__brdr-r {
	border-right: 1px solid #afafaf;
}
.bottom__brdr {
	border-bottom: 1px solid #afafaf;
}
.abt__link {
	color: #000;
	font-weight: bold;
	display: inline-block;
	margin: 0;
	-webkit-transition: color 0.22s ease-in-out;
	transition: color 0.22s ease-in-out;
}
.abt__link-arrow {
	font-size: 18px;
	vertical-align: middle;
	padding-left: 5px;
	color: #fb9513;
}
.abt__link:hover {
	color: #fb9513;
}
@media (max-width:767px){
	.partner-blck__brdr{
		padding: 0;
	}
	.partner-blck__brdr-r{
		border:none;
	}
}
/*||=============About 3===============||*/
/*Our history*/
.history-box {
	background: #fff;
	padding: 20px;
	min-height: 330px;
	margin-top: 20px;
	position: relative;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.history-box h4 {
	font-size: 18px;
}
.history_date {
	padding: 6px 20px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: -17px;
	z-index: 9;
	left: 0;
	margin: 0 auto;
	right: 0;
	width: 100px;
	text-align: center;
}
.bg-color3 {
	background: #e73300;
}
.bg-color {
	background: #fbb908;
}
div .secondary_bg {
	background: #ffaf36;
}
/*-------------------------------------------------------------------------------------------*/
/* Testimonial    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.testimonial-block {
	text-align: center;
	position: relative;
	padding: 0 30px 30px;
	width: 100%;
}
@media (max-width: 767px) {
	.mb-sm-80 {
		margin-bottom: 80px;
	}
}
.cyan-background {
	background: #fff;
	color: #2f3542;
}
.testimonial-img {
	position: relative;
	top: -40px;
}
.img-circle.img-border {
	border: 6px solid #f5f0f0;
	width: 80px !important;
	margin-left: auto;
	margin-right: auto;
}
.testimonial-author {
	font-weight: 800;
	display: block;
	font-size: 18px;
	margin-top: -25px;
	margin-bottom: 5px;
}
.testimonial-block .sub-title {
	color: #4d5056;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
	display: block;
}
.testimonial-block .small-divider {
	border-color: rgba(47,53,66,0.5);
	margin-bottom: 20px;
	margin-top: 20px;
	width: 41px;
}
.cyan-background p {
	color: #2f3542;
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.5;
}
.testimonial-block > span {
	color: #d1d5de;
	font-size: 12px;
}
.star i {
	color: #fbb908;
	font-size: 14px;
	margin-bottom: 25px;
}
.list {
	list-style: none;
}
.list .text-color {
	color: var(--text-color);
}
.text-content {
	padding-bottom: 20px;
}
/*carousel slider*/
.carousel-slider .carousel_block_item {
	width: 100% !important;
}
.testimonial-section .owl-carousel .owl-stage-outer {
	padding-top: 43px;
}
.arrow_theme .owl-prev, .arrow_theme .owl-next {
	top: 40%;
	border: 2px solid #e9e9e9;
	color: #ccc;
	font-size: 22px;
	height: 1.8em;
	line-height: 1.6em;
	padding: 0;
	text-align: center;
	width: 1.8em;
	margin-right: 0;
	margin-left: 0;
	opacity: 1;
	background: none;
	position: absolute;
}
.testimonial-section .owl-prev, .testimonial-section .owl-next {
	top: 60% !important;
}
.arrow_theme .owl-prev:hover, .arrow_theme .owl-next:hover {
	border: 2px solid var(--text-color);
	color: #fff;
	background: var(--text-color);
}
.arrow_theme .owl-prev, .arrow_theme .owl-next {
	top: 58%;
}
.arrow_theme .owl-prev {
	left: -44px;
}
.arrow_theme .owl-next {
	right: -44px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.arrow_theme .owl-prev {
		left: 0;
	}
	.arrow_theme .owl-next {
		right: 0;
	}
}
@media (max-width: 767px) {
	.arrow_theme .owl-prev {
		left: 0;
	}
	.arrow_theme .owl-next {
		right: 0;
	}
}
.list-group-item {
	list-style: outside none none;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-top: 5px;
	position: relative;
}
.list-group-item:before {
	content: "\f105";
	display: block;
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 5px;
}
.list-group-item .fa {
	margin-left: 7px;
	display: none;
}
/* Tags */
ul.tags {
	display: table;
	margin: 0 auto;
}
ul.tags li {
	float: left;
	margin: 0 3px 3px 0;
}
.tags li a {
	border-radius: 2px;
	color: #ffffff !important;
	display: block;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
	text-decoration: none;
	transition: all 0.2s linear 0s;
}
.tags li a:hover {
	opacity: .5;
}
.nstSlider {
	background: none #CCCCCC;
	cursor: pointer;
	height: 2px;
	position: relative;
	width: 260px;
	max-width: 100%;
	margin: 25px auto 40px;
}
@media(max-width:991px){
	.nstSlider{
		margin:0;
	}
	.zoomContainer{
		display:none !important;
	}
}
.bar {
	height: 3px;
	cursor: pointer;
	position: absolute;
}
.nstSlider .rightGrip, .nstSlider .leftGrip {
	position: absolute;
	top: 5px;
	margin-left: -2px;
	border-width: 0px 5px 0;
}
.range .leftLabel {
	left: 0px;
	top: 12px;
	font-size: 12px;
	font-family: var(--body-font), sans-serif;
	position: absolute;
}
.range .rightLabel {
	font-family: var(--body-font), sans-serif;
	top: 12px;
	left: 0px;
	font-size: 12px;
	position: absolute;
}
.bar:after {
	height: 8px;
	width: 1px;
	position: absolute;
	right: -1px;
	top: -3px;
	content: "";
	cursor: pointer;
}
.bar:before {
	height: 8px;
	width: 1px;
	position: absolute;
	left: 0px;
	top: -3px;
	content: "";
	cursor: pointer;
}
.nstSlider:after {
	height: 8px;
	width: 1px;
	background: #bebebe;
	position: absolute;
	right: -1px;
	top: -3px;
	content: "";
	cursor: pointer;
}
.nstSlider:before {
	height: 8px;
	width: 1px;
	background: #bebebe;
	position: absolute;
	left: 0px;
	top: -3px;
	content: "";
	cursor: pointer;
}
.rightGrip:before {
	content: "";
	height: 15px;
	width: 2px;
	position: absolute;
	right: -8px;
	top: -5px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid;
}
.leftGrip:before {
	content: "";
	height: 15px;
	width: 2px;
	position: absolute;
	left: 0;
	top: -5px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid;
}
.rightGrip:after {
	content: "";
	height: 35px;
	width: 36px;
	position: absolute;
	right: -26px;
	top: 0px;
}
.leftGrip:after {
	content: "";
	height: 35px;
	width: 36px;
	position: absolute;
	left: -9px;
	top: 0px;
}
.rightGrip:before, .leftGrip:before {
	border-bottom: 10px solid #ffc400;
}
.filter-print-price {
	padding: 7px 0px 0px;
	margin: 0px 17px;
}
.filter-print-price a h4 {
	padding: 5px 31px;
	color: #FFFFFF;
	text-align: center;
	font-family: var(--header-font), sans-serif;
	text-transform:uppercase;
	font-weight:700;
	font-size: 14px;
	margin: 0;
	width: 95px;
	border: 1px solid;
}
.filter-print-price a h4:hover {
	background-color: #FFFFFF;
	border: 1px solid;
}
.filter-print-price .price {
	font-family: var(--body-font), sans-serif;
	color: #656565;
	font-weight: 600;
	font-size: 14px;
	margin-left: 6px;
	text-align: center;
}
.drag {
	font-family: var(--body-font), sans-serif;
	color: #656565;
	font-size: 12px;
	font-weight: 600;
	margin: 12px 0 0 -9px;
	display: block;
}
.filter-print-price li {
	display: inline-block;
	list-style: none;
}
/* Latest News */
.latest-posts {
	margin: 0px;
	padding: 0;
}
.latest-posts li {
	list-style: none;
	clear: both;
	margin-bottom: 35px;
}
.latest-posts li:last-child {
	margin-bottom: 10px;
}
.latest-posts .post-thumb {
	width: 100px;
}
.latest-posts .post-thumb {
	float: left;
}
.latest-posts li img {
	margin-right: 10px;
}
/* Tabs */
.tab-content {
	margin-bottom: 20px;
}
.left-tabs > .nav-tabs {
	border-width: 0;
	float: left;
	margin: 0 -1px 0 0;
}
.right-tabs > .nav-tabs {
	border-width: 0;
	float: right;
	margin: 0 -1px 0 0;
}
.left-tabs > .nav-tabs li, .right-tabs > .nav-tabs li {
	float: none;
	display: block;
}
.left-tabs > .nav-tabs > li.active > a, .left-tabs > .nav-tabs > li.active > a:focus, .left-tabs > .nav-tabs > li.active > a:hover {
	border-width: 1px;
	border-style: solid none solid solid;
	border-color: #ddd;
}
.right-tabs > .nav-tabs > li.active > a, .right-tabs > .nav-tabs > li.active > a:focus, .right-tabs > .nav-tabs > li.active > a:hover {
	border-width: 1px;
	border-style: solid solid solid none;
	border-color: #ddd;
}
.left-tabs > .nav-tabs li a {
	border-right: 1px solid #ddd;
}
.right-tabs > .nav-tabs li a {
	border-left: 1px solid #ddd;
}
.left-tabs > .nav-tabs {
	margin-right: 20px;
}
.nav-tabs {
	margin-bottom: 0;
	margin-left: 0;
}
.nav-tabs > li > a {
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	color: #1e1e1e;
	font-size: 13px;
	padding: 10px 20px 11px;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear;
	font-weight: 700;
}
@media(max-width:767px){
	.nav-tabs > li > a{
		padding:10px;
	}
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #f7f7f7;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	border-color: #f7f7f7 #f7f7f7 #e1e1e1;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	border: 1px solid #e1e1e1;
	border-bottom-color: transparent;
	color: #1e1e1e;
	font-weight: bold;
}
.nav-tabs > .active.dropdown > a {
	z-index: 911;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
	padding: 0;
}
.tab-content.border {
	padding: 0 20px 20px 20px;
	border: 1px solid #ddd;
	border-top: 0;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
	float: none;
	margin: 0;
}
.tabs-bottom .tab-content > .tab-pane, .tabs-bottom .pill-content > .pill-pane, .tabs-bottom .tab-content {
	padding: 0px 0 0;
	margin: 0;
}
.tabs-bottom.tab-style.dark .nav-tabs {
	text-align: center;
	float: none;
	border: 0;
}
.tabs-bottom > .nav-tabs > li {
	float: none;
	margin: 0;
	display: inline-block;
}
.tabs.border {
	border: 0;
}
.tabs.border > .nav-tabs > li > a {
	border: 1px solid #ddd;
}
.tabs.border > .nav-tabs > li.active > a {
	border-bottom: 1px solid transparent;
}
.tabs-right > .nav-tabs > li > a, .tabs-bottom > .nav-tabs > li > a {
	min-width: 110px;
	margin-right: 0;
	margin-bottom: 3px;
	border: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
	min-width: 110px;
	margin-right: 0;
	margin-bottom: 3px;
	border: 1px solid #ddd;
}
.tabs-left > .nav-tabs {
	border: 0 none;
	border-right: 1px solid #ddd;
	float: left;
	margin: 0 -1px 0 0;
}
.tabs-left > .nav-tabs > li > a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
	border-color: #f7f7f7 #ddd #f7f7f7 #f7f7f7;
}
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
	border-color: #ddd transparent #ddd #ddd;
}
.tabs-left > .tab-content {
	border-left: 1px solid #ddd;
	margin: 0;
	overflow: auto;
}
.tabs-left > .tab-content > .tab-pane {
	padding: 0 0 0 20px;
}
.tabs-right > .nav-tabs {
	border: 0 none;
	border-left: 1px solid #ddd;
	float: right;
	margin: 0 0 0 -1px;
}
.tabs-right > .nav-tabs > li > a {
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
	border-color: #f7f7f7 #f7f7f7 #f7f7f7 #ddd;
}
.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
	border-color: #ddd #ddd #ddd transparent;
}
.tabs-right > .tab-content {
	border-right: 1px solid #ddd;
	margin: 0;
	overflow: auto;
}
.tabs-right > .tab-content > .tab-pane {
	padding: 0 20px 0 0;
}
.tabs-right.no-pad > .tab-content > .tab-pane, .tabs-left.no-pad > .tab-content > .tab-pane {
	padding: 0 0px 0 0;
}
.tab-style .nav-tabs {
	border-left: 0;
}
.tabs-bottom.tab-style > .nav-tabs > li {
	border-radius: 4px;
}
.tabs-bottom.tab-style > .nav-tabs > li > a {
	border-radius: 4px;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #ffffff;
	border: 0;
}
.tab-style > .nav-tabs > li > a {
	border-radius: 4px;
	margin-left: -1px;
	margin-bottom: 5px;
	color: #ffffff;
}
.tab-style > .nav-tabs > li {
	background: rgba(0,0,0,.2);
}
.tab-style.dark > .nav-tabs > li {
	background: rgba(0,0,0,.7);
}
.tab-style.dark .nav-tabs {
	border-left: inherit;
	margin: 0 !important;
}
.tab-style > .nav-tabs .active > a, .tab-style > .nav-tabs .active > a:hover, .tab-style > .nav-tabs .active > a:focus, .tab-style > .nav-tabs > li > a:hover, .tab-style > .nav-tabs > li > a:focus {
	background: rgba(0,0,0,.7);
	color: #f7f7f7;
	font-weight: normal;
}
.tab-style > .tab-content {
	border: 0;
}
.tab-style > .nav-tabs .active > a, .tab-style > .nav-tabs .active > a:hover, .tab-style > .nav-tabs .active > a:focus {
	border: 1px solid rgba(0,0,0,.2);
}
.zoom-product-thumb a img {
    border-left: 1px solid rgba(0, 0, 0, 0.16);
}
/* ==================================== Check-Out Page Css ======================= */
.romana_check_out_form .common_input input, .romana_check_out_form .common_input select {
	width: 100%;
	border: 1px solid #e3e3e3;
	background: #fff;
	border-radius: 3px;
	margin-bottom: 30px;
}
.romana_check_out_form .select_option_one::after {
	color: #b8b8b8;
}
.check_form_left {
	margin-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.check_form_left {
		margin-right: 10px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
	.check_form_left {
		margin-right: 0px;
	}
}
.check_form_left h3 {
	margin-bottom: 50px;
	font-size: 24px;
}
.check_form_right {
	padding: 35px 30px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.check_form_right {
		padding: 35px 10px 40px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
	.check_form_right {
		padding: 35px 10px 40px;
	}
}
.check_form_right h3 {
	font-size: 24px;
	margin-bottom: 22px;
}
.product_order ul, .romana_select_method ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.check_form_right .product_order ul li {
	padding: 8px 5px;
}
.check_form_right .product_order ul li:first-child {
	border-bottom: 1px solid #e3e3e3;
}
.check_form_right .product_order ul li:nth-child(2) {
	font-weight: 300;
	font-size: 15px;
	padding: 15px 5px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 8px;
}
.check_form_right .product_order ul li span {
	float: right;
}
.check_form_right .paypal_img {
	margin-top: 20px;
}
.check_form_right .common_btn {
	width: 100%;
	color: #fff;
	margin-top: 36px;
}
.romana_select_method {
	margin-top: 30px;
}
.romana_select_method li {
	margin-top: 20px;
}
.romana_select_method label {
	padding-left: 14px;
}
/* ==============================
 20. Side Bar Widget styles
 ============================== */
.single-sidebar-widget ul {
	list-style: none;
	padding-left: 0;
}
.single-sidebar-widget {
	margin-bottom: 50px;
}
.single-sidebar-widget:last-child {
	margin-bottom: 0;
}
.single-sidebar-widget .sec-title {
	margin-bottom: 30px;
}
.single-sidebar-widget .sec-title h2 {
	font-size: 20px;
	font-family: var(--header-font), sans-serif;
	text-transform:uppercase;
	font-weight:700;
}
.single-sidebar-widget .sec-title {
	font-size: 15px;
	font-weight: 600;
}
.single-sidebar-widget .sec-title h2:after {
	width: 35px;
}
.single-sidebar-widget .special-links li:last-child {
	margin-bottom: 0;
}
.single-sidebar-widget .special-links li a {
	background: #f9f9f9;
	color: #323232;
	border: 1px solid #e9e9e9;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
	line-height: 50px;
	position: relative;
	padding: 0 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}
.single-sidebar-widget .special-links li:hover a:after, .single-sidebar-widget .special-links li.active a:after {
	color: inherit;
}
.single-sidebar-widget .special-links li a:after {
	content: '\f101';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 50px;
	color: #6A6969;
	font-weight: normal;
}
.single-sidebar-widget .special-links li a:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: -1px;
	color: var(--text-color);
	font-size: 0px;
	line-height: 50px;
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-left: 4px solid var(--text-color);
}
.single-sidebar-widget .special-links li:hover a, .single-sidebar-widget .special-links li a.active {
	background: #fff;
	color: var(--text-color);
}
.single-sidebar-widget .special-links li a.active:after {
	color: var(--text-color);
}
.single-sidebar-widget .special-links li a:hover:before, .single-sidebar-widget .special-links li a.active:before {
	opacity: 1;
}
.search-box placeholder {
	color: #000;
}
.single-sidebar-widget .search-box form {
	background: #e5e5e5;
	width: 100%;
	height: 48px;
	border: 1px solid #e9e9e9;
}
.single-sidebar-widget .search-box form input {
	padding-left: 30px;
	border: none;
	outline: none;
	height: 100%;
	color: rgba(255, 255, 255, 0.5);
	width: calc(100% - 55px);
	background-color: transparent;
}
.single-sidebar-widget .search-box form input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
.single-sidebar-widget .search-box form input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
.single-sidebar-widget .search-box form input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
.single-sidebar-widget .search-box form input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(255, 255, 255, 0.5);
}
.single-sidebar-widget .search-box form input:placeholder-shown {
	/* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
	color: rgba(186, 185, 185, 1);
}
.single-sidebar-widget .search-box form button {
	position: relative;
	left: 2px;
	width: 50px;
	background: var(--text-color);
	color: #000000;
	font-size: 16px;
	padding: 11px 0px;
	border: none;
	outline: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.single-sidebar-widget .search-box form button:hover {
	background: #1FB5C7;
}
.single-sidebar-widget .search-box form button:hover i {
	color: #fff;
}
.single-sidebar-widget .search-box form button:hover:after {
	background: #1FB5C7;
}
.single-sidebar-widget .search-box form button i {
	position: relative;
	z-index: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.single-sidebar-widget .categories ul li:last-child a {
	border: none;
}
.single-sidebar-widget .categories ul li a {
	color: #898989;
	line-height: 42px;
	display: block;
	border-bottom: 1px solid #E6E6E6;
	position: relative;
}
.single-sidebar-widget .categories ul li a:after {
	content: '\f105';
	font-family: 'FontAwesome';
	color: #C8C8C8;
	position: absolute;
	top: 0;
	right: 0;
}
.single-sidebar-widget .popular-post .img-cap-effect .img-box .img-caption:before {
	border-width: 2px;
}
.single-sidebar-widget .popular-post li {
	margin-bottom: 30px;
}
.single-sidebar-widget .popular-post li:last-child {
	margin-bottom: 0;
}
.single-sidebar-widget .popular-post .img-box, .single-sidebar-widget .popular-post .content {
	display: table-cell;
	vertical-align: middle;
}
.single-sidebar-widget .popular-post .img-box {
	width: 110px;
}
.single-sidebar-widget .popular-post .content {
	padding-left: 30px;
}
.single-sidebar-widget .popular-post .content a h4 {
	font-family: var(--header-font), sans-serif;
	color: #242424;
	text-transform: uppercase;
	font-size: 13px;
	font-weight:700;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.single-sidebar-widget .popular-post .content a h4:hover {
	color: #1FB5C7;
}
.single-sidebar-widget .popular-post .content p {
	color: #8E8D8D;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
}
.single-sidebar-widget .popular-post .content span {
	color: #1CBAC8;
	font-size: 13px;
	display: block;
	margin-top: 4px;
	font-weight: 500;
}
.single-sidebar-widget .text-box p {
	color: #8E8D8D;
}
.single-sidebar-widget .insta-feed ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.single-sidebar-widget .insta-feed ul .img-cap-effect .img-box .img-caption:before {
	border-width: 2px;
}
.single-sidebar-widget .insta-feed {
	font-size: 0;
	display: inline-block;
}
.single-sidebar-widget .insta-feed img {
	max-width: 100%;
	display: inline-block;
	font-size: 0;
	margin-bottom: 1px;
	margin-right: 1px;
}
.single-sidebar-widget .tag-cloud {
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
}
.single-sidebar-widget .tag-cloud li {
	display: inline-block;
}
.single-sidebar-widget .tag-cloud li a {
	display: block;
	color: #787878;
	text-transform: uppercase;
	border: 1px solid #EAEAEA;
	border-radius: 20px;
	padding: 7px 22px;
	font-size: 12px;
	margin: 0 5px;
	margin-bottom: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.single-sidebar-widget .tag-cloud li a:hover {
	background: #E5E5E5;
	color: #787878;
	border-color: #E5E5E5;
}
.single-client-box {
	margin-bottom: 50px;
}
.single-client-box:last-child {
	margin-bottom: 0;
}
.single-client-box .icon-box, .single-client-box .content {
	display: table-cell;
	vertical-align: middle;
}
.single-client-box .icon-box {
	width: 170px;
	text-align: center;
	border-top: 4px solid #1FB5C7;
	border-left: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
}
.single-client-box .content {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	border-right: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	border-top: 1px solid #E9E9E9;
}
.single-client-box .content h3 {
	font-size: 18px;
	font-weight:700;
	font-family: var(--header-font), sans-serif;
	color: #242424;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.single-client-box .content p {
	color: #898989;
	margin: 0;
}
.faq.faq-service .panel-group .panel-heading + .panel-collapse > .panel-body {
	padding: 20px 18px;
	background: rgba(242, 237, 233, 0.38)
}
@media (max-width: 480px) {
	h1 {
		font-size: 36px;
	}
}
.nf-carousel-theme-top .owl-controls .owl-nav .owl-prev, .nf-carousel-theme-top .owl-controls .owl-nav .owl-next {
	top: -45px;
	right: 0;
	left: auto;
	border: 2px solid #fbb908;
	color: #fff;
	font-size: 22px;
	height: 1.8em;
	line-height: 1.6em;
	padding: 0;
	text-align: center;
	width: 1.8em;
	margin-right: 0;
	margin-left: 0;
	opacity: 1;
	background: none;
}
.nf-carousel-theme-top .owl-controls .owl-nav .owl-prev {
	right: 50px;
}
.nf-carousel-theme-top .owl-controls .owl-nav .owl-prev:hover, .nf-carousel-theme-top .owl-controls .owl-nav .owl-next:hover {
	border: 2px solid #fbb908;
	color: #fff;
	background: #fbb908;
}
/*  14  - Contact Us
 ----------------------------------------------*/
.contact-info {
	background-color: #fff;
	margin-top: 50px;
}
.contact-info h4 {
	font-size: 20px;
	color: #65ac4c;
	padding: 20px;
	border-bottom: 1px solid #eeeeee;
}
.contact-info .info {
	padding: 20px 30px;
	margin: 0px;
}
.contact-info .info li {
	list-style: none;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
	padding: 15px 0px;
}
.contact-info .info li .icon {
	float: left;
	margin-right: 15px;
	font-size: 36px;
	color: #65ac4c;
	line-height: 1;
}
.contact-info .info li .icon:before {
	font-size: 26px;
}
.contact-info .info li .content {
	display: table;
}
.contact-info .info li .content p {
	margin: 0px;
	color: #696969;
	font-size: 14px;
	font-weight: 500;
}
.contact-info .event-social {
	padding: 0px 30px 30px;
}
.contact-info .event-social li {
	margin-right: 5px;
}
.contact-info .event-social li a {
	height: 40px;
	width: 40px;
	line-height: 2;
}
.contact .contact-form h3 {
	font-size: 30px;
	margin-bottom: 30px;
}
.contact .contact-info {
	margin: 0px;
}
.contact .contact-info h3 {
	font-size: 30px;
	margin-bottom: 10px;
}
.contact .contact-info .info {
	padding: 0px;
	margin-bottom: 20px;
}
.contact .contact-info .event-social {
	padding: 0px;
}
.event-social {
	overflow: hidden;
	margin-bottom: 30px;
}
.event-social li {
	list-style: none;
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 5px;
}
.event-social li a {
	color: #fff;
	font-size: 22px;
	background-color: #3b5998;
	height: 50px;
	width: 50px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	line-height: 2.5em;
}
.event-social li:nth-child(2) a {
	background-color: #55acee;
}
.event-social li:nth-child(3) a {
	background-color: #ff0084;
}
.event-social li:nth-child(4) a {
	background-color: #f26798;
}
.event-social li:nth-child(5) a {
	background-color: #cb2027;
}
.event-social li:last-child a {
	background-color: #dc4e41;
}
/*-------------------------------------------------------------------------------------------*/
/* Project  ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.filter-button-group {
	list-style: none;
	padding: 0;
	overflow: hidden;
}
.filter-button-group li {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}
.line-btn {
	background: none;
	color: #323232;
	padding: 5px 10px;
	border: 2px solid #e1e1e1;
	display: block;
	cursor: pointer;
	-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;
}
.line-btn:hover, .line-btn.active {
	background: #6aaf08;
	border: 2px solid #6aaf08;
	color: #fff;
}
.project-col-3 {
	list-style: none;
	padding-left: 0;
	margin-left: -30px;
}
.project-col-3 li {
	float: left;
	padding-left: 30px;
	width: 33.33%;
	margin-bottom: 15px;
}
@media (max-width: 991px) {
	.project-col-3 li {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.project-col-3 li {
		width: 100%;
	}
}
/***
 ====================================================================
 Team Section
 ====================================================================
 ***/
.team-section {
	position: relative;
}
.team-member {
	position: relative;
	margin-bottom: 60px;
}
.owl-carousel .team-member {
	width: 100% !important;
	max-width: 100% !important;
}
.team-member .inner-box {
	position: relative;
	overflow: hidden;
}
.team-member .inner-box .image-box {
	position: relative;
}
.team-member .inner-box .image-box img {
	position: relative;
	width: 100%;
	display: block;
}
.team-member .inner-box .overlay-box {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	padding: 13px 30px;
}
.team-member .inner-box .overlay-box .user-info {
	position: relative;
}
.team-member .inner-box .overlay-box .user-info .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	font-family: var(--body-font), sans-serif;
}
.team-member .inner-box .overlay-box .user-info h4 {
	color: #444444;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
.team-member .inner-box .overlay-box:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	border-bottom: 88px solid #f8f8f8;
	border-right: 372px solid transparent;
}
.team-member .inner-box .overlay-box:after {
	position: absolute;
	content: '';
	right: -100%;
	bottom: 0px;
	border-bottom: 88px solid var(--text-color);
	border-left: 240px solid transparent;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.team-member .inner-box .overlay-box .social-icon-two {
	position: absolute;
	right: 30px;
	bottom: 12px;
	z-index: 99;
	opacity: 0;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.team-member .inner-box:hover .overlay-box:after {
	right: 0px;
}
.team-member .inner-box:hover .social-icon-two {
	opacity: 1;
}
/*Social Icon Two*/
.social-icon-two {
	position: relative;
}
.social-icon-two li {
	position: relative;
	margin-left: 12px;
	display: inline-block;
}
.social-icon-two li a {
	color: #ffffff;
	font-size: 14px;
}
/*Social Icon Three*/
.social-icon-three {
	position: relative;
}
.social-icon-three a {
	color: #aaaaaa;
	margin-left: 10px;
	font-size: 14px;
}
.social-icon-three a:hover {
	color: var(--text-color);
}
.theme_color {
	color: var(--text-color);
}
/*=======blog Section=========*/
.latest__block-post {
	padding: 20px;
}
.latest__block .more_btn__block {
	margin-top: 10px;
}
.latest__block-title {
	font-size: 20px;
	font-weight: 800;
}
.team__block-section .team-member {
	margin-bottom: 0;
}
.more_btn__block {
	color: #feb20e;
	font-weight: bold;
	display: inline-block;
	margin-top: 30px;
}
.project-detail-block {
	padding: 30px;
}