@charset "utf-8";
/*======================================


/*-------------Import fonts ---------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Poppins:400,600,700|Questrial&subset=devanagari,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');



/*-------------General Style---------------------------------------*/
html {
	overflow-x: hidden !important;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 12px;
	height: 100%;
	text-align: center;
	background: #f4f4f4;
	color: #000;
	font-family: 'Questrial', sans-serif;
}

@-o-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/* ---------Page preload--------------------------------------*/
.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 100;
}

#movingBallG {
	position: absolute;
	width: 105px;
	height: 8px;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -52px;
}

.movingBallLineG {
	position: absolute;
	left: 0px;
	top: 3px;
	height: 1px;
	width: 105px;
	background: #ccc;
}

.movingBallG {
	background: #292929;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	animation-name: bounce_movingBallG;
	animation-duration: 1.3s;
	animation-iteration-count: infinite;
	animation-direction: linear;
}

@keyframes bounce_movingBallG {
	0% {
		left: 0px;
	}

	50% {
		left: 97px;
	}

	100% {
		left: 0px;
	}
}

/*--------------Typography--------------------------------------*/
p {
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	padding-bottom: 10px;
	font-weight: 500;
}

.text-white {
	color: white;
}

blockquote {
	float: left;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 15px solid #eee;
}

blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #494949;
}

.bold-title {
	float: left;
	width: 100%;
	font-size: 30px;
	line-height: 46px;
	text-align: left;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	padding-bottom: 50px;
}

.intro-text {
	padding: 70px 0;
}

.parallax-section.intro-text {
	padding: 0;
}

.intro-text h2 {
	float: left;
	width: 100%;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.41);
	color: #fff;
	font-size: 46px;
	letter-spacing: -2px;
	font-family: 'Poppins', sans-serif;
	line-height: 60px;
	text-align: left;
	font-weight: bold;
}

/* ---------Content Styles--------------------------------------*/
#main {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
}

.container {
	max-width: 1424px;
	width: 92%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

#wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.content-holder {
	vertical-align: top;
	position: absolute;
	left: 90px;
	top: 90px;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.content {
	width: 100%;
	position: relative;
	z-index: 4;
	float: left;
	box-shadow: 0px 16px 52px 0px rgba(0, 0, 0, 0.04);
	background: #fff;
}

.content.no-shadow {
	box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0);
}

.fl-wrap {
	float: left;
	width: 100%;
	position: relative;
}

.no-bg {
	background: none;
}

.full-height {
	height: 100%;
}

.full-width-wrap {
	width: 100%;
}

.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}

.respimg {
	width: 100%;
	height: auto;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.1;
	z-index: 2
}

/*------ Header  ------------------------------------------------*/
header.main-header {
	position: fixed;
	width: 100%;
	z-index: 21;
	height: 90px;
	top: 0;
	background: #fff;
	left: 0;
	padding: 0 0 0 80px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translateZ(0);
	border-bottom: 1px solid #eee;
	box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
}

.logo-holder {
	float: left;
	/* padding-top:30px;
	height:90px; */
}

.logo-holder img {
	width: 390px;
	/* height:30px !important; */
	float: left;
}

/*------ nav ------------------------------------------------*/
.nav-holder {
	float: right;
	position: relative;
	top: 31px;
	margin-right: 30px;
}

.nav-holder nav {
	position: relative;
	float: right;
}

.nav-holder nav li {
	float: left;
	position: relative;
	margin-left: 6px;
	height: 70px;
}

.nav-holder nav li ul {
	margin: 30px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width: 210px;
	top: 60px;
	left: 0;
	z-index: 1;
	padding: 30px 20px;
	background: rgba(0, 0, 0, .7);
	transition: all .2s ease-in-out;
}

.nav-holder nav li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

.nav-holder nav li ul li ul {
	top: -10px !important;
	left: 100%;
	margin-left: 15px;
	margin-top: 0;
}

.nav-holder nav li ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin-left: 20px;
}

.nav-holder nav li ul li {
	display: block;
	float: none;
	border: none;
	height: auto;
}

.nav-holder nav li ul li:before {
	display: none;
}

.nav-holder nav li a {
	float: left;
	padding: 10px 15px;
	line-height: 1;
	font-size: 13px;
	word-spacing: 0;
	text-align: center;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	transition: all 100ms linear;
}

.nav-holder nav li ul a {
	color: #fff;
	float: left;
	width: 100%;
	text-align: left;
}

nav li ul a:before,
nav li ul a:after {
	display: none;
}

nav li a.act-link,
.nav-holder nav li a:hover,
nav.asl li a.act-scrlink {
	color: #404040;
}

.nav-holder nav li ul a:hover {
	color: #fff;
	opacity: 0.7;
}

nav li a.act-link:before,
nav.asl li a.act-scrlink:before {
	content: '';
	position: absolute;
	top: -31px;
	width: 100%;
	height: 5px;
	background: #000;
	left: 0;
}

.sb-menu-button-wrap,
.nav-button-wrap {
	float: right;
	height: 90px;
	width: 90px;
	border-left: 1px solid #e6eaea;
	cursor: pointer;
	position: relative;
}

.nav-button-wrap {
	display: none;
}

.sb-menu-button,
.nav-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 20px;
	margin-left: -11px;
	margin-top: -5px;
}

.sb-menu-button span,
.nav-button span {
	float: left;
	width: 100%;
	height: 2px;
	background: #292929;
	margin-bottom: 4px;
	transition: all .2s linear;
}

.sb-menu-button span:first-child,
.nav-button span:first-child {
	width: 50%;
}

.sb-menu-button.vis-m span:first-child {
	width: 100%;
}

.header-info {
	float: right;
	margin-top: 40px;
	margin-right: 40px;
}

.header-info ul li {
	float: left;
	margin-right: 20px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: .9em;
	text-transform: uppercase;
}

.header-info ul li span {
	color: #999;
	float: left;
	padding-right: 10px;
}

.sidebar-menu {
	position: fixed;
	bottom: 0;
	right: -380px;
	top: 90px;
	padding-right: 20px;
	width: 400px;
	background: #fff;
	z-index: 60;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
}

.sidebar-menu .overlay {
	z-index: 3;
	opacity: 0.5;
}

.sb-overlay {
	position: fixed;
	top: 90px;
	left: 90px;
	right: 0px;
	bottom: 0px;
	background: #292929;
	opacity: 0.6;
	display: none;
	z-index: 59;
	transform: translate3d(0, 0, 0);
}

.hid-men-wrap {
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
	z-index: 4;
	overflow: inherit;
}

.menusb ul {
	margin: 0;
	float: left;
	width: 100%;
	overflow: hidden;
}

.menusb li {
	margin: 0;
	position: relative;
	overflow: hidden;
	padding: 0 50px;
}

.menusb li i {
	position: absolute;
	right: 18px;
	top: 12px;
}

.menusb a {
	float: left;
	width: 100%;
	padding: 8px 5px;
	position: relative;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
	line-height: 20px;
	text-align: left;
}

.menusb a.back {
	padding-left: 54px;
}

.menusb a.back:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	content: "\f177";
	font-size: 14px;
}

.sb-logo {
	float: left;
	width: 150px;
	margin-left: 50px;
	margin-bottom: 40px;
}

.sb-logo img {
	width: 100%;
	height: auto;
}

.sb-menu-footer {
	padding-left: 50px;
	margin-top: 50px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
}

.sb-menu-footer:before {
	content: '';
	position: absolute;
	top: -25px;
	left: 50px;
	width: 70px;
	height: 1px;
	background: #ccc;
}

.show-search {
	float: right;
	height: 90px;
	width: 170px;
	line-height: 90px;
	border-left: 1px solid #e6eaea;
	cursor: pointer;
	position: relative;
}

.show-search i {
	margin-left: 12px;
}

.show-search:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	width: 30px;
	height: 1px;
	background: #292929;
	transition: all 200ms linear;
}

.show-search.vissearch:before {
	width: 0;
}

/*------ search ------------------------------------------------*/
.fixed-search {
	display: none;
	position: fixed;
	z-index: 100;
	top: 90px;
	left: 80px;
	right: 0;
	bottom: 0;
}

.search-form-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.81) url(../images/serch-bg.png) repeat;
}

.search-form-wrap {
	position: relative;
	z-index: 2;
	float: left;
	top: 50%;
	width: 100%;
}

.fixed-search form {
	float: left;
	width: 100%;
}

.fixed-search form input {
	float: left;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.21);
	width: 100%;
	color: #fff !important;
	text-align: left;
	font-family: "Open Sans", sans-serif;
	font-weight: 900;
	font-size: 42px;
	z-index: 1;
	position: relative;
	padding-right: 50px;
	height: 90px;
}

.dublicated-text {
	position: absolute;
	top: -90px;
	right: 90px;
	z-index: 1;
	color: #fff;
	opacity: 0.1;
	font-size: 90px;
	font-family: "Open Sans", sans-serif;
	font-weight: 900;
}

.fixed-search .container {
	position: relative;
}

.fixed-search .container:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	content: '\f002';
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 50px;
	line-height: 50px;
	z-index: 2;
	color: #fff;
	font-size: 1.3em;
}

/*------Button ------------------------------------------------*/
.btn {
	padding: 25px 50px;
	position: relative;
	margin-top: 10px;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	transition: all .3s linear;
}

.trsp-btn {
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
}

.trsp-btn:before,
.flat-btn:before {
	background: #fff;
}

.flat-btn {

	color: #fff;
	background: #fd6601;
}

.float-btn {
	float: left;
}

.btn:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	height: 1px;
	width: 0;
	transition: all .3s linear;
}

.btn:hover:before {
	width: 20px;
}

.btn:hover {
	padding-left: 60px;
}

/*------ footer-------------------------------------------------*/
.main-footer {
	position: fixed;
	width: 90px;
	z-index: 21;
	top: 90px;
	background: #fff;
	bottom: 0;
	left: 0;
	overflow: hidden;
	border-right: 1px solid #eee;
	transform: translate3d(0, 0, 0);
}

.footer-social {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	border-top: 1px solid #e6eaea;
	padding-top: 48px
}

.footer-social li {
	float: left;
	width: 100%;
	margin-bottom: 18px;
}

.footer-social li a {
	color: #000;
	font-size: 1.2em
}

.fixed-title {
	position: fixed;
	width: 380px;
	height: 80px;
	line-height: 80px;
	top: 381px;
	border-left: 1px solid #e6eaea;
	letter-spacing: 0.27em;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	cursor: default;
	font-weight: bold;
	color: #4d4d4d;
	transform: rotate(-90deg);
	transform-origin: left top;
	z-index: 22;
}

.height-emulator {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}

.content-footer {
	position: fixed;
	bottom: 0;
	left: 80px;
	right: 0;
	padding: 60px 0 0;
	z-index: 2;
	transform: translate3d(0, 0, 0);
}

.footer-inner {
	margin: 0 auto;
	position: relative;
	max-width: 1224px;
	width: 92%;
	padding: 90px 0 20px 50px;
	background: #fff;
}

.footer-logo {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.footer-logo img {
	width: 130px;
	height: auto;
	float: left;
}

.content-footer:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	top: 60px;
	background: #fff;
}

.policy-box {
	margin-top: 50px;
	padding-top: 6px;
	border-top: 1px solid #eee;
}

.policy-box p {
	text-align: left;

	font-size: 12px;
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
}

.footer-header span {
	text-align: left;
	font-size: 25px;
	text-transform: capitalize;
	float: left;
	padding-right: 30px;
	position: relative;
	top: -14px;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
}

.footer-header {
	text-align: right;
	font-size: .9em;
	padding-top: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

.footer-header:before {
	/* content: "";
	position: absolute;
	bottom: 20px;
	left: 80px;
	right: 100px;
	height: 1px;
	background: #eee; */
	content: "";
	position: absolute;
	bottom: 6px;
	left: 1px;
	right: 100px;
	height: 1px;
	background: #0000002f;
}


.footer-box {
	margin-top: 20px;
	text-align: left;
}

.footer-box ul li {
	text-align: left;
	float: left;
	width: 100%;
	font-weight: 800;
	letter-spacing: 1.5px;
	word-spacing: 0;
	margin-bottom: 16px;
	font-size: 1.1em;
}

.footer-box ul li span {
	float: left;
	padding-right: 10px;
	color: #999;
}

.to-top {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 70px;
	line-height: 80px;
	color: #fff;
	font-size: 1.2em;
	background: #008341;
	cursor: pointer;
}

.subcribe-form {
	padding-left: 100px;
}

.subcribe-form span {
	position: absolute;
	top: 28px;
	left: 0;
	width: 95px;
	font-weight: bold;
	font-size: 10px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
}

#subscribe {
	float: left;
	width: 100%;
}

#subscribe .enteremail {
	background-color: #f1f1f1;
	font-size: 12px;
	height: 70px;
	padding: 0 30px;
	width: 70%;
	border: none;
	font-family: "Open Sans", sans-serif;
}

#subscribe-button {
	width: 30%;
	height: 70px;
	float: right;
	background: #292929;
	color: #fff;
	font-weight: bold;
	border: none;
	font-size: 10px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
}

.subscribe-message {
	float: left;
	width: 100%;
	margin-top: 20px;
	font-weight: 800;
	font-size: 11px;
}

/*------ Home -------------------------------------------------*/
.hero-content {
	z-index: 50;
	overflow: hidden;
	background: #fff;
}

.hero-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 20;
}

.hero-wrap h2,
.hero-wrap h2 a {
	color: #fff;
}

.hero-wrap p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.swiper-slide .overlay,
.hero-content .overlay {
	opacity: .4;
}

.hero-wrap h2 {
	float: left;
	max-width: 750px;
	font-size: 4.1em;
	font-family: 'Poppins', sans-serif;
	line-height: 74px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	padding-bottom: 20px;
}

.hero-item {
	padding: 20px 40px;
}

.hero-item h3 {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	color: rgba(255, 255, 255, 0.71);
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
}

.hero-item:before {
	content: '';
	position: absolute;
	top: -20px;
	bottom: -20px;
	left: 0;
	width: 1px;
	background: rgba(255, 255, 255, 0.41);
	z-index: 5;
}

.slide-progress-container {
	position: absolute;
	height: 1px;
	z-index: 3;
	bottom: 50px;
	right: 0;
	left: 0;
}

.slide-progress-content {
	margin: 0 auto;
	max-width: 1224px;
	position: relative;
}

.slide-progress-warp {
	float: left;
	position: relative;
	max-width: 750px;
	height: 1px;
	background: rgba(255, 255, 255, 0.41);
	z-index: 10;
	bottom: 0;
	width: 100%;
}

.slide-progress {
	position: absolute;
	top: 50%;
	left: 0;
	height: 4px;
	border-radius: 6px;
	margin-top: -2.5px;
	width: 0;
	max-width: 100%;
	background: #000;
}

/*------ section ------------------------------------------------*/
section {
	float: left;
	width: 100%;
	padding: 100px 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.gray-bg {
	background: #f4f4f4;
}

section.parallax-section {
	padding: 200px 0;
	overflow: hidden;
}

section.parallax-section.content-parallax-section {
	padding: 150px 0;
}

section.sml-pad-sec {
	padding: 0 0 60px;
}

section.parallax-section .overlay {
	opacity: 0.2;
}

section.parallax-section .overlay.op1 {
	opacity: 0.1;
}

.overlay.op4 {
	opacity: 0.3;
}

section.parallax-section .bg,
.home-slider .bg,
.par-bg .bg {
	height: 120%;
	top: -5%;
}

section.header-section .bg {
	left: inherit;
	right: 0;
	width: 60%;
}

section.header-section .overlay {
	opacity: .5;
	left: auto;
	right: 0;
	width: 60%;
}

section.header-section p {
	float: left;
	max-width: 500px;
	text-align: left;
	color: #fff;
	margin-top: 50px;
	position: relative;
	font-size: 13px;
	opacity: 0.8;
}

section.header-section:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40%;
	background: #fff;
	height: 90px;
	z-index: 2;
}

section.header-section:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40%;
	background: url(../images/serch-bg.png) repeat;
	height: 100%;
	opacity: .9;
	z-index: 1;
}

section.header-section.left-der-headersec:before {
	left: inherit;
	right: 0;
}

.header-section {
	background: #008341;
}

.small-pad-section {
	padding: 0 0 30px;
}

.sect-scroll-link {
	position: absolute;
	bottom: -170px;
	color: #000;
	left: 0;
	font-size: 13px;
}

.sect-scroll-link:before,
.sect-scroll-link:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 40px;
	width: 70px;
	height: 1px;
	background: #ccc;
	z-index: 1;
}

.sect-scroll-link:after {
	z-index: 2;
	background: #292929;
	width: 0;
	transition: all .5s linear;
}

.sect-scroll-link:hover:after {
	width: 70px;
}

.sect-scroll-link span {
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
}

.sect-scroll-link i {
	padding-right: 120px;
	font-size: 20px;
}

.partcile-dec {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	color: #000;
	opacity: 0.6;
}

.section-title {
	float: left;
	width: 100%;
	position: relative;
}

.section-title h2 {
	float: left;
	width: 100%;
	font-size: 44px;
	font-weight: 700;
	line-height: 56px;
	font-family: "Open Sans", sans-serif;
	text-align: left;
}

section.header-section h2 {
	font-size: 2.5em;
	text-transform: uppercase;
	line-height: 55px;
}

.section-title h3 {
	position: relative;
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: left;
	font-family: 'Poppins', sans-serif;
}

.no-border {
	border: none;
}

section.parallax-section .section-title h2,
section.parallax-section .section-title h3 {
	color: #fff;
}

/*------ scroll nav ------------------------------------------------*/
.sroll-nav-wrap {
	position: absolute;
	top: 180px;
	width: 50px;
	z-index: 26;
	right: 30px;
}

.sroll-nav-container {
	position: absolute;
	width: 50px;
	right: 0;
	top: 0;
}

.sroll-nav-wrap .scroll-nav:before {
	content: '';
	position: absolute;
	top: -10px;
	bottom: -10px;
	width: 1px;
	background: #eee;
	right: -10px;
	z-index: 1;
}

.sroll-nav-wrap .scroll-nav li {
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: relative;
	box-sizing: border-box;
	z-index: 3;
}

.sroll-nav-wrap .scroll-nav li a {
	color: #000;
	font-weight: 700;
	position: relative;
}

.sroll-nav-wrap .scroll-nav li a:before {
	content: '';
	position: absolute;
	bottom: -20px;
	right: -30px;
	height: 0px;
	width: 6px;
	background: #000;
}

.sroll-nav-wrap .scroll-nav.black-bg li a:before {
	background: #fff;
}

.sroll-nav-wrap .scroll-nav li a span {
	height: auto;
	line-height: 20px;
	font-size: 11px;
	color: #000;
	text-align: left;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	text-indent: 0px;
	position: absolute;
	bottom: 30px;
	width: 200px;
	opacity: 0;
	left: -240px;
	visibility: hidden;
	pointer-events: none;
	z-index: 16;
	text-align: right;
}

.sroll-nav-wrap .scroll-nav li a span:before {
	content: '';
	position: absolute;
	right: -20px;
	width: 10px;
	height: 1px;
	top: 50%;
	background: #000;
}

.sroll-nav-wrap .scroll-nav li a:hover span {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}

.sroll-nav-wrap .scroll-nav li a.act-scrlink:before {
	height: 50px;
}

.sroll-nav-wrap .scroll-nav li a span,
.sroll-nav-wrap .scroll-nav li a:before,
.sroll-nav-wrap .scroll-nav li a {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.sroll-nav-wrap .scroll-nav.black-bg li a,
.sroll-nav-wrap .scroll-nav.black-bg li a span {
	color: #fff;
}

.sroll-nav-wrap .scroll-nav.black-bg:before,
.sroll-nav-wrap .scroll-nav.black-bg li a span:before {
	background: rgba(255, 255, 255, 0.41);
}

.separator.trsp-separator {
	float: left;
	width: 70px;
	height: 6px;
	background: #fff;
	margin: 40px 0 30px;
}

.bold-separator {
	width: 70px;
	height: 6px;
	background: #000;
	float: left;
	margin-top: 35px;
}

/*------ about------------------------------------------------*/
.about-wrap p {
	padding-bottom: 20px;
	font-size: 20px;
	line-height: 38px;
	text-align: justify;
}

.section-container {
	margin: 50px 0;
}

.about-wrap .btn {
	margin-top: 70px;
}

.bg.dec-bg {
	width: inherit;
	height: inherit;
	left: 50%;
	right: 0;
	top: 20%;
	bottom: 0;
	opacity: 0.1;
	z-index: -1;
}

.bg.dec-bg.left-pos-dec {
	left: -10%;
	right: 40%;
}

.creat-list li {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 20px;
}

.creat-list li span {
	text-align: left;
	font-size: 17px;
	text-transform: uppercase;
	float: left;
	padding-right: 30px;
	position: relative;
	top: 0;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
}

.creat-list li a {
	float: right;
	text-align: right;
	font-size: 12px;
	padding-top: 10px;
	font-weight: bold;
	margin-bottom: 15px;
}

.creat-list li:before {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 80px;
	right: 100px;
	height: 1px;
	background: #eee;
}

/*------ facts ------------------------------------------------*/
.facts-wrap {
	padding: 0 0 50px;
	border-bottom: 1px solid #eee;
}

.inline-facts-holder {
	background: #008341;
	padding: 50px 60px;
}

.inline-facts {
	float: left;
	width: 25%;
	box-sizing: border-box;
	position: relative;
}

.inline-facts:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	right: 0;
	background: rgba(255, 255, 255, 0.21);
}

.inline-facts:last-child:before {
	display: none;
}

.num {
	float: left;
	width: 100%;
	font-size: 56px;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	padding-top: 10px;
}

.milestone-counter {
	float: left;
	width: 100%;
	position: relative;
}

.stats {
	float: left;
	width: 100%;
	position: relative;
}

.inline-facts h6 {
	font-size: 16px;
	color: #f3f3f3;
	font-family: "Open Sans", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

.inline-facts i {
	color: #eee;
	position: absolute;
	bottom: -40px;
	left: 50%;
	width: 30px;
	border-radius: 100%;
	margin-left: -15px;
	font-size: 26px;
}

/*------ Team  ------------------------------------------------*/
.team-holder {
	float: left;
	width: 100%;
}

.team-holder li {
	float: left;
	width: 50%;
	padding: 20px 20px 20px 0;
}

.team-box {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.team-info {
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: left;
}

.team-info h3 {
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 1.3em;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
}

.team-info h4 {
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	color: #666;
	font-size: 1.0em;
	font-weight: 800;
}

.team-box:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	height: 6px;
	width: 50px;
	background: #000;
}

.team-photo {
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
}

.team-photo span {
	position: absolute;
	bottom: -50px;
	right: 0;
	z-index: 5;
	padding: 0 35px;
	height: 50px;
	line-height: 50px;
	background: #fff;
}

.team-photo span,
.team-box .overlay {
	transition: all .3s linear;
}

.team-photo:hover span {
	bottom: 0;
}

.team-box .overlay {
	opacity: 0;
	z-index: 2;
	background: #000;
}

.team-box:hover .overlay {
	opacity: 0.5;
}

.team-social {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 3;
	display: none;
}

.team-social li {
	float: none !important;
	display: inline-block !important;
	padding: 0 10px;
	width: auto !important;
}

.team-social li a {
	color: #fff;
	font-size: 16px;
	position: relative;
	top: 50px;
	opacity: 0;
}

/*------ resume story------------------------------------------------*/
.custom-inner-holder {
	float: left;
	margin-top: 100px;
	width: 100%;
}

.custom-inner {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}

.cus-inner-title {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.cus-inner-title:before {
	content: '';
	position: absolute;
	bottom: -3px;
	right: 0;
	width: 50px;
	height: 6px;
	background: #000;
	transition: all 500ms linear;
}

.custom-inner:hover .cus-inner-title:before {
	right: 100%;
	margin-right: -50px;
}

.custom-inner h3 {
	float: left;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 19px;
}

.custom-inner h4 {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	text-align: left;
}

.custom-inner-dec {
	float: left;
	width: 100%;
	margin-top: 20px;
	background: #eee;
	height: 1px;
}

.custom-inner ul {
	float: left;
	width: 100%;
	padding: 10px 0 10px 13px;
	list-style: decimal;
}

.custom-inner ul li {
	float: left;
	width: 100%;
	padding: 5px 0 5px 10px;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
}

.custom-inner .content-nav ul {
	position: relative;
	left: 0;
	padding: 0;
	list-style: none;
}

.custom-inner .content-nav ul li {
	float: left;
	width: 50%;
	padding: 0;

}

.custom-inner .btn {
	margin-top: 20px;
}

/*------ Services------------------------------------------------*/
.serv-item {
	margin-bottom: 70px;
}

.serv-item .content-wrap {
	border-bottom: 1px solid #eee;
	float: left;
	width: 100%;
	padding-bottom: 50px;
}

.serv-item .bold-title {
	font-weight: bold;
	font-size: 10px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	padding-bottom: 20px;

}

.serv-item .pr-list {
	padding: 15px 0;
}

.serv-price-wrap {
	float: left;
	margin: 10px 0;
	padding: 19px 30px;
	background: #292929;
	color: #fff;
	font-size: 12px;
}

.serv-price-wrap span {
	font-weight: bold;
	font-size: 10px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	position: relative;
}

.serv-price-wrap span:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	background: rgba(255, 255, 255, 0.21)
}

.serv-wrap ul li {
	float: left;
	padding: 15px 20px;
	width: 33.3%;
}

.serv-wrap ul li a {
	color: #fff;
	text-align: left;
}

.serv-wrap ul li a {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	color: #fff;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
}

.serv-wrap ul li a span {
	float: left;
	padding-right: 20px;
	opacity: 0.6;
}

/* --------- Skills --------------------------------------*/
.piechart-holder,
.custom-skillbar-holder {
	padding-top: 50px;
	float: left;
	width: 100%;
	position: relative;
}

.piechart-holder h4 {
	font-size: 1.3em;
	text-transform: uppercase;
}

.chart {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	margin-bottom: 26px;
	text-align: center;
}

.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.piechart {
	position: relative;
	padding-bottom: 20px;
}

.percent {
	display: inline-block;
	font-size: 21px;
	line-height: 152px;
	z-index: 2;
}

.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
	font-weight: 800;
}

.percent {
	color: #000;
}

.angular {
	margin-top: 100px;
}

.angular .chart {
	margin-top: 0;
}

.skills-description {
	float: left;
	width: 100%;
	margin: 10px 0;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
}

.skill-bar-percent {
	float: right;
	font-size: 16px;
	margin-top: 13px;
	padding-bottom: 6px;
}

/*------ clients  ------------------------------------------------*/
.clients-list {
	float: left;
	width: 100%;
}

.clients-list li {
	float: left;
	width: 20%;
	padding: 5px 5px 5px 0;
}

.clients-list li a:hover {
	opacity: 0.6;
}

.clients-list a img {
	float: left;
	width: 100%;
	height: auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.clients-list a:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

/*------ order  ------------------------------------------------*/
.order-item h3 {
	color: #000;
	text-align: left;
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	font-family: "Open Sans", sans-serif;
	position: relative;
	top: 29px;
}

.order-item h3:before {
	content: '';
	position: absolute;
	right: 0;
	width: 1px;
	height: 30px;
	top: -2px;
	background: #ccc;
}

.margin-content {
	margin-top: 50px;
}

/*------ Porfolio  ------------------------------------------------*/

.gallery-items,
.por-sidebar {
	float: left;
	width: 100%;
	position: relative;
}

.gallery-items.border-folio-conteainer {
	box-sizing: border-box;
	border-left: 1px solid #eee;
}

.column-content {
	padding-right: 350px;
}

.por-sidebar {
	padding: 0 30px;
	margin-top: 50px;
}

.grid-item-holder {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
}

.hid-port-info .gallery-item {
	overflow: hidden;
}

.grid-big-pad .grid-item-holder {
	padding: 40px;
}

.grid-small-pad .grid-item-holder {
	padding: 3px 6px 3px 0;
}

.grid-no-pad .grid-item-holder {
	padding: 0;
}

.gallery-item,
.grid-sizer {
	width: 25%;
	position: relative;
	float: left;
}

.gallery-item-second,
.grid-sizer-second {
	width: 50%;
}

.gallery-item img,
.grid-sizer img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.four-coulms .gallery-item,
.four-coulms .grid-sizer {
	width: 25%;
}

.three-coulms .gallery-item,
.three-coulms .grid-sizer {
	width: 33.3%;
}

.three-coulms .gallery-item-second {
	width: 66.6%;
}

.two-columns .gallery-item {
	width: 50%;
}

.gallery-item .overlay {
	z-index: 2;
	opacity: 0;
	background: #000;
}

.gallery-item:hover .wh-info-box {
	visibility: visible;
}

.gallery-item:hover .wh-info-box:before {
	width: 100%;
}

.gallery-item:hover .wh-info-box-inner {
	opacity: 1;
}

.grid-item {
	position: relative;
	float: left;
	width: 100%;
	z-index: 15;
	padding: 20px 25px;
	background: #fff;
	border-bottom: 1px solid #f0f0f0;
}

.grid-item h3 {
	font-size: 16px;
	font-weight: 700;
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	font-family: "Open Sans", sans-serif;
}

.grid-item h3:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 1px;
	background: #000;
}

.grid-item h3:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	content: "\f178";
	position: absolute;
	top: 10px;
	right: 10px;
	width: 10px;
	height: 10px;
	color: #008341;
}

.grid-item h3:before,
.grid-item h3,
.blog-media img,
.grid-item h3:after {
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.grid-item h3:hover {
	padding: 0 0 0 30px;
}

.grid-item h3:hover:before {
	width: 20px;
}

.grid-item h3:hover:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.hid-por-info .grid-item h3:hover:after {
	top: 14px;
}

.grid-item span {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 14px;
	margin-top: 6px;
	color: #262626;
}

.hid-por-info .grid-item {
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 13;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.vis-por-info .grid-item {
	float: left;
	bottom: 0;
	position: relative;
	width: 100%;
	border: none;
}

.vis-por-info .grid-item,
.hid-por-info .grid-item {
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}

.hid-por-info .grid-item:before,
.vis-por-info .grid-item:before,
.hid-por-info .grid-item:after,
.vis-por-info .grid-item:after {
	content: '';
	position: absolute;
	top: 0;
	right: 80px;
	width: 1px;
	height: 100%;
	background: #eee;
}

.hid-por-info .grid-item:after,
.vis-por-info .grid-item:after {
	right: 0;
}

.gallery-item:hover .grid-item {
	bottom: 0;
}

.hid-por-info .gallery-item {
	overflow: hidden;
}

.pad-con {
	padding-top: 60px;
	padding-left: 30px;
	padding-right: 30px;
}

.pad-con2 {
	padding-top: 50px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 42px;
}

.pad-con3 {
	padding: 0 30px;
}

.hor-pad-con {
	padding: 60px 0 0 30px;
}

.bold-filter {
	margin-top: 50px;
	margin-bottom: 50px;
}

.bold-filter .filter-button {
	float: left;
	margin-right: 20px;
	font-weight: bold;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
}

.inline-filter .gallery-filters {
	float: left;
}

.inline-filter .gallery-filters a {
	float: left;
	margin-right: 10px;
	padding: 0 12px;
	text-transform: uppercase;
	position: relative;
	font-weight: 800;
	font-size: 15.5px;
}

.inline-filter .gallery-filters a {
	color: #000;
}

.bold-filter.inline-filter .gallery-filters a:before {
	content: '';
	position: absolute;
	bottom: -20px;
	right: 0;
	width: 0;
	background: #fe6600;
	height: 6px;
	transition: all .2s linear;
}

.flat-filter .gallery-filters a:before {
	bottom: 42px;
}

.bold-filter.inline-filter .gallery-filters a.gallery-filter-active:before {
	width: 100%;
}

.bold-filter.inline-filter .count-folio {
	float: left;
	margin-left: 30px;
	padding: 15px 0;
	width: 100px;
	background: #008341;
	position: relative;
	top: -14px;
	color: #fff;
}

.bold-filter.inline-filter .count-folio:before {
	content: "";
	position: absolute;
	top: 12px;
	left: -25px;
	width: 1px;
	height: 20px;
	background: #ccc;
}

.bold-filter.inline-filter .count-folio:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	margin-left: -6px;
	height: 1px;
	margin-top: -1px;
	background: rgba(255, 255, 255, 0.41);
}

.bold-filter.inline-filter .count-folio div {
	float: left;
	width: 50%;
	text-align: center;
	font-weight: 900;
}

.menufilter {
	float: right;
	width: 90px;
	position: relative;
	border-left: 1px solid #eee;
	height: 90px;
}

.ver-filter {
	bottom: 0;
}

.tcf {
	bottom: 32px;
}

.menufilter .filter-button {
	float: left;
	position: relative;
	color: #000;
	width: 100%;
	padding: 5px 15px;
	margin-top: 36px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 10px;
	cursor: pointer;
	text-align: center;
	z-index: 2;
}

.round-counter {
	float: left;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .3);
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
}

.round-counter:before {
	content: '/';
	position: absolute;
	left: 50%;
	top: 18px;
	color: rgba(255, 255, 255, .3);
	font-size: 16px;
	margin-left: -4px;
}

.round-counter div {
	float: left;
	width: 50%;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	font-size: .9em;
	color: #fff;
	text-align: center;
}

.hid-filter {
	float: left;
	position: absolute;
	display: none;
	padding: 30px 40px;
	top: 90px;
	background: rgba(0, 0, 0, .7);
	width: 250px;
}

.hid-filter a {
	float: left;
	color: #fff;
	width: 100%;
	font-weight: 700;
	font-size: 1.1em;
	position: relative;
	padding: 8px 10px 8px 0;
	text-align: left;
}

.gallery-filters.hid-filter a.gallery-filter-active {
	text-decoration: line-through;
}

.fixed-filter-wrap {
	position: absolute;
	top: 70px;
	right: 0;
	width: 350px;
	bottom: 0;
	z-index: 1;
	padding: 50px 60px;
	overflow: hidden;
}

.hid-filt-button {
	display: none;
}

.fixed-filter-wrap .gallery-filters a {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
	font-size: 1.1em
}

.fixed-filter-wrap .gallery-filters a:last-child {
	margin-bottom: 0;
}

.fixed-filter-wrap h3 {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	font-size: 1.7em;
	text-transform: uppercase;
	text-align: left;
	position: relative;
}

.fixed-filter-wrap .bold-separator {
	margin-top: 5px;
}

.fixed-filter-wrap .gallery-filters {
	margin-top: 30px;
	border-bottom: 1px solid #eee;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

.fixed-filter-wrap .count-folio {
	float: left;
	background: #eee;
	width: 80px;
	padding: 13px 0;
	margin-top: 20px;
}

.fixed-filter-wrap .count-folio div {
	float: left;
	width: 50%;
}

.box-folio .grid-item {
	padding: 20px 0;
	background: #fff;
	border-bottom: 1px solid #f0f0f0;
}

.slider-zoom {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 5;
	cursor: pointer;
	background: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.slider-wrap .swiper-container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.slider-wrap .swiper-slide {
	background: #fff;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.slider-wrap {
	float: left;
	width: 100%;
	height: 90%;
	position: relative;
}

.slider-wrap.tpslw {
	height: 95%;
}

.slider-wrap.homecarousel {
	height: 100%;
}

.slider-wrap .swiper-slide {
	padding: 0 0 100px 0;
	overflow: hidden;
}

.slider-wrap.homecarousel .swiper-slide {
	padding: 0 0 70px 0;
}

.slider-wrap .swiper-slide img {
	width: auto;
	height: 100%;
	position: relative;
	z-index: 1;
}

.slider-wrap.homecarousel .swiper-container-horizontal>.swiper-scrollbar {
	bottom: 30px;
}

.thumb-info {
	position: absolute;
	bottom: 70px;
	left: 0px;
	right: 0px;
	padding: 40px 70px 50px;
	z-index: 2;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	transition: all 200ms linear;
}

.thumb-info h3 {
	text-align: left;
	color: #fff;
	font-size: 26px;
	font-weight: 900;
	line-height: 40px;
	letter-spacing: -1px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	position: relative;
}

.thumb-info h3:before {
	content: '';
	position: absolute;
	left: -20px;
	bottom: -40px;
	top: -20px;
	width: 1px;
	background: rgba(255, 255, 255, 0.51)
}

.thumb-info h3 a {
	color: #fff;
}

.thumb-info p {
	color: #fff;
	opacity: 0.6;
	font-weight: 900;
}

.slider-wrap .gallery-popup,
.fs-gallery-wrap .gallery-popup {
	position: absolute;
	z-index: 12;
	top: 0;
	right: -90px;
	color: #000;
	font-size: .8em;
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: #fff;
	transition: all .3s linear;
}

.fs-gallery-wrap .gallery-popup {
	background: #000;
	color: #fff;
	font-size: .8em;
	right: 0;
}

.slider-wrap .sw-button,
.fs-gallery-wrap .sw-button {
	position: absolute;
	top: 50%;
	width: 70px;
	height: 70px;
	background: rgba(0, 0, 0, 0.51);
	color: #fff;
	line-height: 70px;
	z-index: 20;
	font-size: 12px;
	cursor: pointer;
	margin-top: -35px;
	transition: all 300ms linear;
}

.slider-wrap .sw-button.swiper-button-next,
.fs-gallery-wrap .sw-button.swiper-button-next {
	right: 20px;
}

.slider-wrap .sw-button.swiper-button-prev,
.fs-gallery-wrap .sw-button.swiper-button-prev {
	left: 20px;
}

.slider-wrap .sw-button,
.fs-gallery-wrap .sw-button {
	color: #000;
	background: #fff;
}

.slider-wrap .sw-button:hover,
.fs-gallery-wrap .sw-button:hover {
	opacity: 0.8;
}

.slider-wrap .swiper-slide:hover .gallery-popup,
.fs-gallery-wrap:hover .gallery-popup {
	right: 0;
}

.pr-der-pad {
	padding-top: 0;
}

.pr-title {
	float: left;
	font-size: 3.0em;
	text-align: left;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	position: relative;
	padding-left: 40px;
	padding-right: 20px;
}

.pr-title span {
	float: left;
	width: 100%;
	padding-top: 10px;
	color: #252525;
	text-align: left;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	line-height: 33px;
}

.pr-title:before {
	content: '';
	position: absolute;
	left: 0;
	width: 1px;
	height: 120px;
	background: #eee;
	top: 50%;
	margin-top: -60px;
}

section.parallax-section .pr-title {
	color: #fff;
	top: 50px;
}

section.parallax-section .pr-title:before {
	display: none;
}

section.parallax-section .pr-title:after {
	content: '';
	position: absolute;
	left: 40px;
	width: 60px;
	height: 3px;
	background: #fff;
	top: auto;
	bottom: -20px;
}

.det-margin {
	margin-top: 70px;
}

.det-wrap p {
	font-size: 13px;
}

.pr-list {
	float: left;
	width: 100%;
	padding: 30px 0;
}

.pr-list li {
	float: left;
	width: 100%;
	padding: 10px 0;
	text-align: left;
	font-weight: 800;
	font-size: 11px;
	word-spacing: 0;
	text-transform: uppercase;
}

.pr-list li span {
	float: left;
	padding-right: 10px;
	color: #999;
}

.dec-border {
	height: 1px;
	background: #eee;
	margin: 10px 0 30px;
}

.pr-subtitle {
	font-size: 12px;
	text-align: left;
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	float: left;
	width: 100%;
	text-transform: uppercase;
	padding-bottom: 20px;
	line-height: 34px;

}

.pr-subtitle span.let-num {
	float: left;
	padding-right: 80px;
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	font-size: 34px;
	color: #000;
	position: relative;
	top: -6px;
}

.pr-subtitle span.let-num:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 54px;
	height: 1px;
	background: #eee;
}

.content-nav {
	float: left;
	position: relative;
	width: 100%;
	padding: 0 50px;
	margin-top: 100px;
	border: 1px solid #eee;
	background: #fff;
}

.content-nav.blog-nav {
	margin-top: 50px;
}

.content-nav li {
	width: 33.3%;
	float: left;
	border-left: 1px solid #eee;
	height: 90px;
	line-height: 90px;
}

.content-nav li:first-child {
	border: none;
}

.content-nav li a.ln,
.content-nav li a.rn {
	color: #000;
	font-size: 24px;
	position: relative;
}

.content-nav li a.ln i,
.content-nav li a.rn i,
.customNavigation a i,
.content-nav li a span.tooltip {
	transition: all .3s linear;
}

.content-nav li a.ln:hover i,
.content-nav li a.rn:hover i,
.customNavigation a:hover i {
	transform: rotateX(360deg);
}

.content-nav li a.ln {
	float: left;
}

.content-nav li a.rn {
	float: right;
}

.list {
	width: 40px;
	height: 40px;
	overflow: hidden;
	display: inline-table;
	position: relative;
	top: 20px;
}

.list a,
.list span {
	display: block;
	width: 40px;
	height: 40px;
}

.list a {
	position: relative;
	padding: 10px;
}

.list a span {
	width: 20px;
	height: 20px;
	overflow: hidden;
	position: relative;
}

.list a i {
	display: block;
	position: absolute;
	background-color: #000;
	width: 6px;
	height: 0;
	transition-property: height, transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(.75, 0, .3, 1);
}

.list a i.c1 {
	left: 0px;
}

.list a i.c2 {
	left: 7px;
}

.list a i.c3 {
	left: 14px;
}

.list a i.c1.b1 {
	height: 7px;
	transform: translate(0, 0);
}

.list a i.c1.b2 {
	height: 7px;
	transform: translate(0, 8px);
}

.list a i.c1.b3 {
	height: 7px;
	transform: translate(0, 40px);
}

.list a i.c2.b1 {
	height: 10px;
	transform: translate(0, 0);
}

.list a i.c2.b2 {
	height: 7px;
	transform: translate(0, 11px);
}

.list a i.c2.b3 {
	height: 7px;
	transform: translate(0, 35px);
}

.list a i.c3.b1 {
	height: 5px;
	transform: translate(0, 0);
}

.list a i.c3.b2 {
	height: 7px;
	transform: translate(0, 6px);
}

.list a i.c3.b3 {
	height: 7px;
	transform: translate(0, 33px);
}

.list a:hover i.c1.b1 {
	height: 7px;
	transform: translate(0, -8px);
}

.list a:hover i.c1.b2 {
	height: 7px;
	transform: translate(0, 0);
}

.list a:hover i.c1.b3 {
	height: 7px;
	transform: translate(0, 8px);
}

.list a:hover i.c2.b1 {
	height: 10px;
	transform: translate(0, -11px);
}

.list a:hover i.c2.b2 {
	height: 10px;
	transform: translate(0, 0);
}

.list a:hover i.c2.b3 {
	height: 7px;
	transform: translate(0, 11px);
}

.list a:hover i.c3.b1 {
	height: 5px;
	transform: translate(0, -6px);
}

.list a:hover i.c3.b2 {
	height: 5px;
	transform: translate(0, 0);
}

.paginate .list a:hover i.c3.b3 {
	height: 7px;
	transform: translate(0, 6px);
}

.content-nav li a.ln span.tooltip,
.content-nav li a.rn span.tooltip {
	position: absolute;
	top: -10px;
	font-size: 10px;
	text-transform: uppercase;
	min-width: 150px;
	visibility: hidden;
	font-weight: 800;
	opacity: 0;
}

.content-nav li a.ln span.tooltip {
	left: 100%;
	margin-left: 20px;
	text-align: left;
}

.content-nav li a.rn span.tooltip {
	right: 100%;
	margin-right: 20px;
	text-align: right;
}

.content-nav li a:hover span.tooltip {
	top: 0;
	opacity: 1;
	visibility: visible;
}

.cur-page {
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	float: left;
	width: 100%;
	background: #f9f9f9;
}

.cur-page span {
	color: #666;
	position: relative;
}

.fs-gallery-wrap {
	overflow: hidden;
	z-index: 20;
	background: #f9f9f9;
}

.fs-gallery-wrap .swiper-container {
	width: 100%;
	height: 100%;
}

.fs-gallery-wrap .swiper-slide {
	text-align: center;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.fs-gallery-wrap .swiper-pagination-bullet {
	border-radius: 0;
	background: none;
	padding: 10px 12px;
	transition: all .3s linear;
	position: relative;
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	font-size: 12px;
	opacity: 1;
	float: left;
	margin-top: 0;
	line-height: 0;
}

.fs-gallery-wrap .swiper-pagination-bullet:before {
	content: '';
	position: absolute;
	bottom: 50%;
	left: 30px;
	width: 0;
	height: 1px;
	margin-bottom: -1px;
	transition: all .3s linear;
	background: #ccc;
}

.fs-gallery-wrap .swiper-pagination-bullet:last-child:before {
	left: inherit;
	right: 20px;
}

.fs-gallery-wrap .swiper-pagination {
	z-index: 100;
	right: 0;
	width: auto;
	left: inherit;
	bottom: 0;
	background: #fff;
	padding: 30px 45px;
	border-bottom: 1px solid #eee;
}

.fs-gallery-wrap .swiper-pagination-bullet-active {
	color: #999;
	padding-right: 50px;
}

.fs-gallery-wrap .swiper-pagination-bullet-active:last-child {

	padding-right: 0;
	padding-left: 50px;
}

.fs-gallery-wrap .swiper-pagination-bullet-active:before {
	width: 30px;
}

.show-info {
	position: absolute;
	bottom: 50px;
	left: 50px;
	width: 50%;
	z-index: 15;
}

.slider-wrap .show-info {
	bottom: 130px;
}

.slider-wrap.tpslw .show-info {
	bottom: 130px;
}

.show-info span {
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	background: #000;
	padding: 12px 20px;
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	cursor: pointer;
	float: left;
	transition: all 300ms linear;
}

.tooltip-info {
	height: auto;
	line-height: 20px;
	padding: 10px 20px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-indent: 0px;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	bottom: 30px;
	opacity: 0;
	left: 0;
	margin-bottom: 40px;
	visibility: hidden;
	pointer-events: none;
	z-index: 16;
	transition: all 300ms linear;
}

.tooltip-info p {
	font-size: 11px;
	font-weight: 600;
	word-spacing: no-wrap;
	color: #fff;
}

.tooltip-info h5 {
	font-size: 16px;
	margin-top: 12px;
	padding: 5px 0;
	position: relative;
	font-family: "Open Sans", sans-serif;
	text-align: left;
}

.show-info:hover .tooltip-info {
	visibility: visible;
	opacity: 1;
	bottom: 10px;
}

.pr-tags {
	margin-bottom: 30px;
	padding: 22px 20px;
	border: 1px solid #eee;
	background: #f9f9f9;
}

.pr-tags span,
.pr-tags ul,
.pr-tags ul li {
	float: left;
}

.pr-tags span {
	font-family: "Open Sans", sans-serif;
	text-align: left;
	padding-right: 20px;
	font-weight: 800;
	/* border-right: 1px solid #ccc; */
}

.pr-tags ul {
	padding-left: 20px;
}

.pr-tags ul li {
	margin-right: 10px;
	padding-top: 3px;
	text-transform: none;
	font-size: 18px;
}

.pr-tags ul li a {
	font-style: italic;
	color: #999;
}

.pr-tags ul li a:hover {
	color: #000;
}

.parallax-item {
	margin: 50px 0;
}

.parallax-item img {
	width: 100%;
	height: auto;
	opacity: 0.7;
}

.parallax-text {
	position: absolute;
	bottom: 40%;
	z-index: 10;
}

.parallax-text.right-pos {
	right: -150px;
}

.parallax-text.left-pos {
	left: -150px;
}

.parallax-text h3 {
	font-size: 44px;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	position: relative;
}

.parallax-text h3:before {
	content: '';
	position: absolute;
	top: -40px;
	width: 60px;
	height: 6px;
	left: 0;
	background: #292929;
}

.parallax-text h3:after {
	content: '';
	position: absolute;
	top: -5px;
	bottom: -10px;
	width: 1px;
	-webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	right: -100px;
	background: #ccc;
	z-index: 1;
}

.parallax-text h3:hover:after {
	width: 140%;
	opacity: 0.4;
}

.parallax-text h3 a {
	position: relative;
	z-index: 10;
}

.parallax-text.left-pos h3 {
	text-align: left;
}

.parallax-text.right-pos h3 {
	text-align: right;
}

.parallax-text h4 {
	text-align: left;
	color: #292929;
	padding: 15px 0;
}

.parallax-header {
	padding-bottom: 25px;
}

.parallax-header span {
	float: left;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	position: relative;
}

.parallax-header span:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 60px;
	width: 150px;
	background: #eee;
	height: 1px;
}

.parallax-header ul {
	float: right;
	position: relative;
	top: 2px;
	border-left: 1px solid #ccc;
	padding: 10px 0 10px 30px;
}

.parallax-header ul li {
	float: left;
	padding-left: 15px;
	text-align: left;
}

.single-slider {
	float: left;
	position: relative;
}

.testilider {
	padding-left: 60px;
}

.single-slider img {
	width: 100%;
	height: auto;
}

.single-slider .swiper-pagination {
	bottom: 40px;
	font-weight: 700;
	color: #292929;
	font-size: 10px;
}

.single-slider .swiper-pagination:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	width: 70px;
	margin-top: -20px;
	height: 40px;
	background: #fff;
	z-index: -1;
}

.single-slider .swiper-button-prev,
.single-slider .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	background: #292929;
	color: #fff;
	z-index: 20;
	line-height: 60px;
	cursor: pointer;
}

.single-slider .swiper-button-prev {
	left: 10px;
}

.single-slider .swiper-button-next {
	right: 10px;
}

/*-----item hover ------------------------------------------------*/
.line-gal {
	margin-bottom: 30px;
}

.box-item {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
}

.line-gal .box-item {
	margin-bottom: 20px;
}

.box-item a.popup-image {
	position: absolute;
	top: -50px;
	opacity: 0;
	right: 0;
	width: 70px;
	height: 70px;
	background: #fff;
	line-height: 70px;
	z-index: 5;
	color: #000;
	font-size: 12px;
	transition: all .3s linear;
	transition-delay: 0.1s;
}

.box-item img {
	position: relative;
	z-index: 1;
	transform: translateZ(0);
	transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.box-item .overlay {
	opacity: 0;
	z-index: 4;
	transition: all.3s linear;
}

.box-item:hover .overlay,
.gallery-item:hover .overlay {
	opacity: 0.3;
}

.box-item:hover img,
.gallery-item:hover img {
	transform: scale(1.15);
}

.gallery-item:hover .swiper-slide img {
	transform: scale(1.0);
}

.box-item:hover a.popup-image,
.gallery-item:hover a.popup-image {
	top: 0;
	opacity: 1;
}

.box-item a.popup-image:hover i {
	transform: scale(1.15);
}

.grid-item-holder .box-item a.popup-image {
	right: -2px;
}

/*------ Video ------------------------------------------------*/
.promo-video-text {
	float: left;
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	color: #fff;
	font-size: 4.5em;
	text-transform: uppercase;
	line-height: 75px;
	text-align: left;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.41);
	width: 100%;
}

.promo-video p {
	float: left;
	max-width: 500px;
	text-align: left;
	color: #fff;
	margin-top: 50px;
	position: relative;
	font-size: 13px;
	opacity: 0.8;
}

.promo-video a {
	float: right;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #fe6602;
	border-radius: 100%;
	color: #fff;
	margin-top: 50px;
	box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, .3);
	transition: all .2s linear;
}

.promo-video a:hover {
	box-shadow: 0px 0px 0px 16px rgba(255, 255, 255, .3);
}

.media-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

.hero-content .media-container {
	height: 110%;
}

.video-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.mob-bg {
	display: none;
}

.video-holder {
	position: absolute;
	width: 100%;
	height: 100% !important;
	display: block;
	overflow: hidden !important;
	top: 0;
	left: 0;
	padding: 0 !important;
}

.video-holder iframe {
	position: absolute;
	top: -75px;
	left: 50%;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.background-youtube {
	position: absolute;
	top: -25% !important;
}

.video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	;
	transform: translate(-50%, -50%);
	line-height: 0;
	z-index: -1;
}

.video-container video {
	width: 100%;
}

.resp-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.resp-video iframe,
.resp-video object,
.resp-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-media video {
	width: 100%;
	height: auto;
}

/*------ map - ------------------------------------------------*/
.map-box {
	float: left;
	width: 100%;
	height: 400px;
	position: relative;
	margin: 40px 0;
}

#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
}

/* ------share------------------------------------------------------------ */
.show-share-wrap {
	float: right;
	height: 90px;
	width: 160px;
	box-sizing: border-box;
	line-height: 90px;
	border-left: 1px solid #e6eaea;
}

.show-share-wrap div {
	position: relative;
	float: left;
	width: 100%;
	cursor: pointer;
}

.show-share-wrap div img {
	width: 15px;
	height: 15px;
	margin-left: 20px;
}

.show-share-wrap div span {
	text-transform: uppercase;
	font-weight: 800;
	font-size: .9em;
	position: relative;
}

.show-share-wrap div span:before {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0;
	height: 2px;
	background: #000;
	transition: all 200ms linear;
}

.show-share-wrap div span:hover:before {
	width: 100%;
}

.share-wrapper {
	position: fixed;
	top: 90px;
	bottom: 0;
	z-index: 100;
	right: -161px;
	width: 160px;
	background: #fff;
	padding-top: 150px;
	border-left: 1px solid #eee;
}

.share-container {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.share-icon {
	height: 90px;
	width: 100%;
	float: left;
	margin-bottom: 1px;
	position: relative;
	font-size: 15px;
	line-height: 90px;
	color: #999;
	opacity: 1;
	border-bottom: 1px solid #eee;
}

.share-icon:hover {
	color: #000;
	background: #f9f9f9;
	transition: all 200ms linear;
}

.share-icon:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

.share-icon-facebook:before {
	content: "\f09a";
}

.share-icon-twitter:before {
	content: "\f099";
}

.share-icon-tumblr:before {
	content: "\f173";
}

.share-icon-linkedin:before {
	content: "\f08c";
}

.share-icon-pinterest:before {
	content: "\f0d2";
}

.small-sec-title {
	float: left;
	width: 100%;

}

.small-sec-title h3 {
	float: left;
	width: 100%;
	font-size: 24px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	text-align: left;
}

/*------ map - ------------------------------------------------*/
.map-box {
	float: left;
	width: 100%;
	height: 400px;
	position: relative;
	margin: 50px 0;
}

#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
}

/*--------------Contacts--------------------------------------*/
.contact-details-wrap {
	margin-top: 50px;
}

.border-dec {
	border-bottom: 1px solid #eee;
	padding-bottom: 50px;
}

.contact-details {
	text-align: left;
}

.contact-details h4 span {
	text-align: left;
	font-size: 27px;
	text-transform: uppercase;
	float: left;
	padding-right: 30px;
	position: relative;
	top: -14px;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
}

.contact-details h4 {
	text-align: right;
	font-size: 20px;
	padding-top: 10px;
	font-weight: bold;
	margin-bottom: 15px;
	float: left;
	width: 100%;
	position: relative;
}

.contact-details h4:before {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 80px;
	right: 100px;
	height: 1px;
	background: #eee;
}

.contact-details ul li {
	text-align: left;
	float: left;
	width: 100%;
	font-weight: 800;
	letter-spacing: 1.5px;
	word-spacing: 0;
	text-transform: uppercase;
	margin-bottom: 16px;
	font-size: 15px;
}

.contact-details ul li span {
	float: left;
	padding-right: 10px;
	color: #999;
}

#contact-form,
#comment-form {
	width: 100%;
	float: left;
	margin-top: 30px;
}

#contact-form {
	max-width: 750px;
	z-index: 999999999999999;
	position: relative;
}

#contact-form input[type="text"],
#contact-form textarea,
#comment-form input[type="text"],
#comment-form textarea {
	float: left;
	width: 100%;
	background: #ffffff;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 700;
	height: 70px;
	border-radius: none;
	position: relative;
	z-index: 20;
	padding-left: 30px;
	color: #000000ca;
	border: 0;
	margin-top: 20px;
	-webkit-appearance: none;
}

#contact-form textarea,
#comment-form textarea {
	height: 170px;
	resize: none;
	background: #ffffff;
	overflow: auto;
	box-shadow: none;
	padding: 35px 30px;
}

#submit,
.form-submit button {
	float: left;
	background: #292929;
	color: #fff;
	font-weight: bold;
	border: none;
	font-size: 10px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	padding: 15px 30px 15px 30px;
	line-height: 17px;
	cursor: pointer;
	transition: all .2s linear;
}

#submit:hover {
	color: #ccc;
}

#submit i,
.to-top i,
footer.fixed-footer .footer-social li a,
.clients-list a {
	transition: all .2s linear;
}

#submit:hover i {
	color: #000;
}

.verify-wrap {
	float: left;
	width: 100%;
	margin: 15px 0;
}

.verify-text {
	float: left;
	margin-bottom: 20px;
	width: 100%;
	text-align: left;
}

#contact-form input#verify[type="text"] {
	float: left;
	width: 70px !important;
}

.error_message {
	text-align: left;
	font-size: 12px;
	max-width: 450px;
	position: relative;
	padding: 10px 10px 10px 0;
	color: #933;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
}

#success_page h3 {
	text-align: left;
	font-size: 13px;
	padding-bottom: 4px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
}

#success_page p {
	margin-top: 5px;
	text-align: left;
	padding: 16px 6px 6px 0;
	color: #000;
}

#success_page p strong {
	font-weight: bold;
}

#message fieldset {
	border: none;
}

.social-wrap {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.social-wrap ul {
	margin: 0 auto;
	max-width: 1224px;
}

.social-wrap ul li {
	float: left;
	border-left: 1px solid #eee;
	box-sizing: border-box;
}

.social-wrap ul li:last-child {
	border-right: 1px solid #eee;
}

.social-wrap ul li a {
	color: #999;
	font-size: 18px;
	height: 90px;
	display: block;
	line-height: 90px;
	transition: all .2s linear;
}

.social-wrap ul li a:hover {
	color: #000;
	background: #f9f9f9;
}

#tabs-container {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.tab {
	float: left;
	width: 100%;

}

.tabs-menu {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
}

.tabs-menu li {
	float: left;
	margin-right: 20px;
}

.tabs-menu li a {
	padding: 20px 35px;
	background: #f1f1f1;

	font-weight: 700;
	color: #999;
}

.tabs-menu li.current a {
	color: #000;
}

.tab-content {
	width: 100%;
	padding: 20px 0;
	display: none;
}

#tab-1 {
	display: block;
}

/*--------------Testimonials--------------------------------------*/
.testilider .swiper-pagination {
	font-size: 4.3em;
	z-index: -1;
	color: #fff;
	opacity: .4;
	width: auto;
	right: 100px;
	left: auto;
	bottom: 0;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;

}

.testilider .swiper-pagination:before {
	display: none;
}

.testi-item {
	padding: 0 100px;
}

.testi-item p {
	color: #000000;
	font-size: 13px !important;
	font-weight: 500;
	max-width: 100% !important;
	opacity: 1 !important;
	font-family: "Open Sans", sans-serif;
}

.testi-item h3 {
	float: left;
	width: 100%;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	color: #000000;
	font-weight: 700;
	text-align: left;
	font-size: 16px;
}

.testi-item .btn {
	margin-top: 20px;
}

/*------ Blog - ------------------------------------------------*/
.fwpost-container {
	padding-left: 30px;
}

.post p {
	font-size: 13px;
}

.fw-post {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.masonry-post {
	padding-right: 30px;
	padding-bottom: 40px;
}

.fw-post h2,
.masonry-post h2 {
	float: left;
	width: 100%;
	text-align: left;
	font-weight: 800;
	font-size: 30px;
	margin-bottom: 40px;
	position: relative;
}

.masonry-post h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

.fw-post.single-post h2 {
	font-size: 40px;
}

.blog-title-opt {
	float: left;
	padding: 15px 20px;
	margin-bottom: 20px;
	background: #292929;
}

.blog-title-opt li {
	float: left;
	margin-right: 20px;
	position: relative;
	color: #fff;
}

.blog-title-opt li a {
	color: #fff;
	font-weight: 800;
}

.fw-post h2 span {
	background: #fff;
	z-index: 2;
	position: relative;
	float: left;
	padding-right: 30px;
}

.fw-post h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: #eee;
	z-index: 1;
}

.blog-text h3 {
	text-align: left;
	color: #666;
	float: left;
	width: 100%;
	font-weight: 800;
	font-size: 16px;
	padding-bottom: 15px;
}

.blog-text h3 a {
	color: #666;
}

.masonry-post .blog-text {
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.blog-media {
	margin-bottom: 30px;
	overflow: hidden;
}

.post-counter {
	float: right;
	position: relative;
	top: 24px;
	padding: 10px 15px;
	background: #f9f9f9;
	border: 1px solid #eee;
}

.post-counter.single-post-counter {
	float: left;
	top: 10px;
}

.post-counter li {
	float: left;
	margin-right: 15px;
}

.post-counter li i,
.post-counter li span {
	float: left;
}

.post-counter li span {
	margin-left: 6px;

	font-style: italic;
	font-size: 11px;
}

.widget-wrap {
	margin-bottom: 70px;
	padding-left: 90px;
}

.widget-wrap:before {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 90px;
	width: 50px;
	height: 6px;
	background: #292929;
}

.widget-title span {
	text-align: left;
	font-size: 27px;
	text-transform: uppercase;
	float: left;
	padding-right: 30px;
	position: relative;
	top: -14px;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
}

.widget-title {
	text-align: right;
	font-size: 13px;
	padding-top: 10px;
	font-weight: bold;
	margin-bottom: 25px;
	float: left;
	width: 100%;
	position: relative;
}

.widget-title:before {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 80px;
	right: 100px;
	height: 1px;
	background: #eee;
}

.searh-inner input {
	background-color: #fff;
	font-size: 12px;
	height: 60px;
	padding: 0 20px;
	width: 70%;
	font-family: "Open Sans", sans-serif;
	border: none
}

.search-submit {
	width: 30%;
	height: 60px;
	float: right;
	background: #292929;
	color: #fff;
	font-weight: bold;
	border: none;
	font-size: 10px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
}

.about-widget img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.widget-posts li {
	padding: 15px 10px;
	border-right: 1px solid #eee;
	margin-bottom: 8px;
	background: #f9f9f9;
}

.widget-posts-img {
	float: left;
	width: 30%;
}

.widget-comments-img img {
	border-radius: 100%;
}

.widget-posts-descr {
	float: left;
	width: 70%;
	padding-left: 20px;
	text-align: left;
}

.widget-posts-descr a {
	font-size: 12px;

	color: #292929;
	font-weight: 800;
	padding-bottom: 20px;
}

.widget-posts-date {
	float: left;
	width: 100%;
	margin-top: 10px;
	color: #999;
	font-size: 12px;
}

.widget-wrap .tagcloud li {
	float: left;
	margin-bottom: 4px;
}

.widget-wrap .tagcloud li a {
	float: left;
	text-align: center;
	padding: 15px 30px;
	margin-right: 2px;
	color: #fff;
	background: #292929;
	font-weight: 800;
}

.widget-wrap .tagcloud li a:hover {
	color: #ccc;
}

.jr-insta-thumb {
	float: left;
	width: 100%;
}

.jr-insta-thumb ul {
	list-style: none;
}

.jr-insta-thumb li {
	float: left;
	width: 33.3%;
	padding: 5px;
	overflow: hidden;
}

.jr-insta-thumb li img {
	width: 100%;
	height: auto;
}

.jr-insta-thumb li a {
	transition: all .3s ease-in-out;
}

.jr-insta-thumb li a:hover {
	opacity: 0.6;
}

.cat-item li {
	float: left;
	width: 100%;
	padding-bottom: 8px;
	margin-bottom: 15px;
	text-align: left;
	position: relative;
}

.cat-item li:before {
	content: '';
	position: absolute;
	bottom: 6px;
	width: 100px;
	height: 1px;
	background: #eee;
	left: 50%;
	margin-left: -25px;
}

.cat-item li a {
	float: left;
	font-size: 12px;
	color: #292929;
	font-weight: 800;
}

.cat-item li span {
	float: right;
}

.cat-item a,
.tagcloud li a {
	font-size: 10px;
	transition: all .2s linear;
}

.post-author {
	margin-bottom: 40px;
	margin-top: 10px;
	float: left;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}

.author-img {
	float: left;
	width: 15%;
}

.author-content {
	float: left;
	width: 85%;
	padding-left: 10px;
}

.author-img img {
	border-radius: 100%;
	float: left;
}

.author-content h5 {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 14px;
	color: #000;
	display: block;
	float: left;
	font-weight: 500;
}

.author-content p {
	margin-bottom: 8px;
	float: left;
	width: 100%;
}

.author-social {
	float: right;
	background: #fff;
	position: relative;
}

.author-social:before {
	content: '';
	position: absolute;
	right: 100%;
	margin-right: 50px;
	top: 50%;
	width: 150px;
	height: 1px;
	background: #eee;
}

.author-social li {
	float: left;
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.author-social li:first-child {
	border-left: 1px solid #eee;
}

.author-social li:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 50px;
	background: #eee;
}

.author-social li a {
	color: #999;
}

#comments {
	text-align: left;
	padding-top: 10px;
	float: left;
	width: 100%;
	margin-top: 30px;
}

#comments.single-post-comm {
	margin-top: 0;
	padding-top: 0;
}

#comments-title,
#reply-title {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 5px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}

.comment {
	float: left;
}

.comment-body {
	position: relative;
	margin-left: 70px;
	padding-top: 30px;
}

.comment-author {
	position: absolute;
	top: 30px;
	left: -66px;
}

.comment-author img {
	border-radius: 100%;
}

.comment .children {
	margin-left: 70px;
}

.fn {
	display: block;
	margin-bottom: 10px;
}

.comment-meta,
.comment-meta a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	letter-spacing: 1px;
	color: #494949;
	padding-bottom: 10px;
}

#respond {
	margin-top: 40px;
}

#reply-title {
	padding-bottom: 30px;
	margin-bottom: 5px;
}

.comment-notes {
	margin-top: 10px;
	color: #a4a4a3;
}

.control-group label,
.control-group .controls {
	display: inline-block;
}

.control-group label {
	margin-left: 10px;
	font-weight: 600;
}

.control-group .controls input {
	margin-top: 15px;
	border: none;
	outline: none;
	height: 35px;
	background: #f9f9f9;
	padding-left: 15px;
	color: #a4a4a3;
	text-decoration: none;
	border-radius: 0;
}

.control-group .controls textarea {
	margin-top: 15px;
	outline: none;
	height: 180px;
	max-width: 600px;
	background: #f9f9f9;
	padding-left: 15px;
	padding-top: 15px;
	color: #a4a4a3;
	resize: vertical;
	text-decoration: none;
	border: none;
	border-radius: 0;
}

.controls button {
	margin-top: 30px;
}

.fixed-bar:before {
	content: '';
	position: absolute;
	width: 100vw;
	left: 30px;
	top: -100px;
	bottom: -90px;
	background: #f9f9f9;
}

.no-fixbar {
	position: relative !important
}

.blog-filters span {
	float: left;
	margin-right: 25px;
	position: relative;
	top: 12px;
	font-weight: 800;
}

.blog-btn-filter {
	float: left;
	margin-right: 15px;
	position: relative;
}

.blog-btn-filter ul {
	display: none;
	position: absolute;
	top: 50px;
	padding: 15px 20px;
	background: #292929;
}

.blog-btn-filter ul li {
	float: left;
	min-width: 150px;
	width: 100%;
	padding: 10px 0;
	text-align: left;
}

.blog-btn-filter ul li a {
	color: #fff;
}

.blog-filters-wrap {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 15px 0;
	margin-bottom: 50px;
	z-index: 100;
}

.blog-btn {
	float: left;
	padding: 10px 50px 10px 20px;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}

.blog-btn i {
	position: absolute;
	top: 12px;
	right: 8px;
}

.cat-list {
	float: left;
	width: 100%;
	list-style: none;
	margin: 2px 0 6px;
}

.cat-list li {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	margin-right: 18px;
	position: relative;
}

.cat-list li:before {
	content: '/';
	position: absolute;
	right: -12px;
	top: -1px;
	color: #000;
}

.cat-list li:last-child:before {
	display: none;
}

.cat-list li a {
	color: #999;
}

/*------ 404 ------------------------------------------------*/
.error-wrap {
	position: relative;
	width: 100%;
	top: 30%;
	left: 0;
	float: left;
	z-index: 6;
}

.error-wrap h2 {
	color: #000;
	font-size: 154px;
	font-weight: 900;
	position: relative;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
}

.error-wrap .btn {
	float: none;
	display: inline-table;
}

.error-wrap h2:before {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 50px;
	height: 4px;
	margin-left: -25px;
	background: #000;
}

.error-wrap p {
	font-size: 17px;
	text-align: center;
}



/*  */


.enquiry-btn {
	font-size: 13px;
	word-spacing: 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	transition: all 100ms linear;
	background-color: #fd6601;
}


.homecontact-form {
	padding: 60px;
}

.contact-bg {
	display: flex;
	justify-content: center;
	/* Center horizontally */
	align-items: center;
	/* Center vertically */
	min-height: 100vh;
	/* Make sure the container takes full screen height */
	background-size: cover;
	/* Optional: cover background */
	background-position: center;
	/* Optional: center background image */
}

.text-dark {
	color: #000 !important;
}

.contact-bg {
	z-index: 999;
}


.bg.contact-bg .overlay-cnt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(7 7 7 / 88%);
	z-index: 1;
}


.bg.contact-bg>*:not(.overlay-cnt) {
	position: relative;
	z-index: 2;
}

.cnt-btn {
	margin-top: 20px;
}


.border-0 {
	border: 0;
}

.cnt-btn-two {
	cursor: pointer;
	
}

.cnt-form-title {
	color: white;
	font-size: 4.5em;
	text-transform: uppercase;
	line-height: 55px;
	font-weight: 700;
}

.sw-margin {
	margin-top: 50px;
}


/* whatapp and call btn */



.wtspbtn {
	bottom: 110px !important;
	position: fixed;
	right: 0px;
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.wtspbtn .contact_icon {
	background-color: #42db87;
	color: #fff;
	width: 55px;
	height: 55px;
	font-size: 26px;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translatey(0px);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #42db87;
	-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	font-weight: normal;
	font-family: sans-serif;
	text-decoration: none !important;
	transition: all 300ms ease-in-out;
	rotate: none;
}

.floating_btn {
	position: fixed;
	bottom: 75px;
	right: 0px;
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

@keyframes pulsing {
	to {
		box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
}

.contact_icon {
	background-color: #129bf4;
	color: #fff;
	width: 55px;
	height: 55px;
	font-size: 20px;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translatey(0px);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #129bf4;
	-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	font-weight: normal;
	font-family: sans-serif;
	text-decoration: none !important;
	transition: all 300ms ease-in-out;
}


.text_icon {
	margin-top: 3px;
	color: #707070;
	font-size: 13px;
}


.wtspbtn {
	bottom: 165px !important;
	position: fixed;
	right: 0px;
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.wtspbtn .contact_icon {
	background-color: #42db87;
	color: #fff;
	width: 55px;
	height: 55px;
	font-size: 26px;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translatey(0px);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #42db87;
	-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	font-weight: normal;
	font-family: sans-serif;
	text-decoration: none !important;
	transition: all 300ms ease-in-out;
	rotate: none;
}


.footer-box ul {
	list-style: disc;
}

.footer-box {
	padding-left: 16px;
}

.map-wpr {
	border-radius: 12px;
	overflow: hidden;
}


.welcome-title {
	font-size: 40px;

}


.abt-sec {
	padding: 180px 0 !important;
}

.abt-title {
	left: 6%;
}

.profile-img {}

/* Apply transition and default style to all target elements */
.contact-form-wpr input[type="text"],
#contact-form input[type="text"],
#contact-form textarea,
#comment-form input[type="text"],
#comment-form textarea {
	border: 1px solid #464646 !important;
	transition: border-color 0.3s ease, border-width 0.3s ease;
	background: #f4f4f4 !important;
}

/* Change border color and width on focus */
.contact-form-wpr input[type="text"]:focus,
#contact-form input[type="text"]:focus,
#contact-form textarea:focus,
#comment-form input[type="text"]:focus,
#comment-form textarea:focus {
	border: 2px solid green !important;
}


.lg-actions .lg-next:before {
	font-family: 'normal normal normal 14px / 1 FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	content: "\f053";
}


/* projects details */

.facts-features {
	padding: 40px 0;
	padding: 22px 20px;
	border: 1px solid #eee;
	background: #f9f9f9;
}

.section-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}

.section-title::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 20px;
	background: #e74c3c;
	/* red line */
	margin-right: 10px;
	vertical-align: middle;
}

.feature-box {
	text-align: left;
	margin-bottom: 30px;
}

.feature-icon {
	width: 60px;
	height: 55px;
	background: white;
	text-align: center;
	line-height: 48px;
	margin-bottom: 10px;
	border-radius: 4px;
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
}


.feature-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.feature-size {
	font-size: 14px;
	color: #555;
}

.feature-icon i {
	font-size: 30px;
	color: #fd6601;
}

.text-center {
	text-align: center;
}


/* amenities */

.amenities {
	padding: 40px 0;
}

.section-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}

.section-title::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 20px;
	background: #e74c3c;
	/* red line */
	margin-right: 10px;
	vertical-align: middle;
}

.amenity-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: baseline;
}

.amenity-list li {
	margin-bottom: 10px;
	font-size: 17px;
	color: #000000ea;
}

.amenity-list li i {
	color: #fff;
	background: #fd6601;
	font-size: 15px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 2px;
	margin-right: 8px;
}


.amenities {
	padding: 22px 20px;
	border: 1px solid #eee;
	background: #f9f9f9;
	margin-top: 50px;
}


.pd-text {
	padding-bottom: 20px;
	font-size: 20px !important;
	line-height: 38px;
}


.pd-title {
	font-size: 36px;
}

.pd-details {
	display: flex;

}


.pd-details li {
	font-size: 18px;
	text-transform: capitalize !important;

}

@media (max-width: 991.98px) {
	.pd-details {
		display: flex;
		flex-wrap: wrap;

	}

	.pd-details li {
		font-size: 16px;

	}

}

.address-item {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.address-item .icon-text {
    margin-right: 8px;
    color: #555; /* Optional: icon color */
    display: flex;
    align-items: center;
}

.address-item a {
    text-decoration: none;
    color: #000;
    font-weight: 800;
    transition: color 0.3s ease;
}

.address-item a:hover {
    color: #007bff; /* Change on hover */
}
.address-line{
    line-height:20px;
}

.glry-filter-tab{
	display: flex;
	
}

.glry-filter-tab a{
	
	font-size: 13.5px !important;
}

.skills-swiper .swiper-slide {
  background: #f9f9f9;
  padding: 40px 20px;
  border-radius: 8px;
  font-size: 20px;
  min-height: 295px;
}
.skills-swiper h4 {
  margin-top: 15px;
  font-weight: 600;
}
.skills-swiper p {
  margin-top: 10px;
  color: #555;
  font-size: 16px;
  text-align: justify;
  hyphens: auto;
}

.our-services-sldr{
	padding: 30px !important;
}
.about-wrap p
.our-services-sldr2{
	padding-bottom: 30px !important;
}

.skills-swiper {
  width: 100%;
  height: auto;
}
.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-mail-text{
	text-transform: lowercase;
}

.contact-address-text{
	text-transform: capitalize;
}



/* ===== OUR SERVICES SECTION ===== */
.our-services {
    background-color: #f9fafc; /* light background for contrast */
}

.our-services h2 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.our-services p.text-muted {
    max-width: 700px;
    margin: 0 auto;
    font-size: 19px;
    color: #000;
	text-align: center;
}

/* ===== CARD STYLING ===== */
.our-services .card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    transition: all 0.3s ease-in-out;
    border: none;
    position: relative;
    overflow: hidden;
	min-height: 260px;
}

.cont-box{
	margin-top: 30px;
}

/* Hover effect */
.our-services .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* Icon styling */
.our-services .card i {
    font-size: 3rem;
    transition: all 0.3s ease;
	margin-bottom: 20px;
}

/* Subtle icon hover animation */
.our-services .card:hover i {
    transform: scale(1.1);
}

/* Heading inside card */
.our-services .card h5 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.75rem;
}

/* Description text */
.our-services .card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
	text-align: center;
}

/* Optional: small animated line under heading */
.our-services .card h5::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #0d6efd; /* bootstrap primary */
    margin: 0.5rem auto 0;
    border-radius: 2px;
    transition: width 0.3s ease;
}

.our-services .card:hover h5::after {
    width: 60px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .our-services h2 {
        font-size: 1.6rem;
    }
    .our-services .card {
        padding: 1.5rem;
    }
}

.inline-facts-content{
	float: left;
  width: 50%;
  box-sizing: border-box;
  position: relative;
}

/* 🌟 OUR SERVICES - Additional Styling (Card-Two) */
.our-services .card-two {
    transition: all 0.3s ease;
    border-radius: 1rem;
    background: #fff;
    padding: 2rem;
}

/* Hover Elevation */
.our-services .card-two:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Icon Styling */
.our-services .card-two i {
    transition: transform 0.3s ease, color 0.3s ease;
}

.our-services .card-two:hover i {
    transform: scale(1.1);
}

/* Headings */
.our-services .card-two h5 {
    font-weight: 600;
    color: #333;
    text-align: center;
}

/* List Styles (for two-column setup) */
.our-services .card-two ul {
    margin: 0;
    padding: 0;
}

.our-services .card-two ul li {
    font-size: 14px;
  	color: #000;
  	padding: 8px 0;
  	display: flex;
  	align-items: flex-start;
  	line-height: 1.5;
}

/* Icon inside list items */
.our-services .card-two ul li i {
    font-size: 1rem;
    color: #28a745;
    margin-right: 10px;
    margin-top: 3px; /* aligns icon with text vertically */
}

/* ✅ Check Icon Animation */
.our-services .card-two ul li:hover i.fa-check {
    transform: scale(1.2);
    color: #20c997;
}

/* Two-column Row Adjustments */
.our-services .card-two .row {
    margin-top: 1rem;
}

.our-services .card-two .col-sm-6 ul {
    padding-left: 1rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .our-services .card-two {
        padding: 1.5rem;
    }

    .our-services .card-two ul li {
        font-size: 0.95rem;
        padding: 6px 0;
    }

    .our-services .card-two ul li i {
        font-size: 0.9rem;
        margin-right: 8px;
    }
}