.social-icon {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 15px;
}

.social-icon a {color: #fff;}


.social-icon li {
	display: inline-block;
	margin-inline-end: 1.2em;
	font-size: 1em;
	line-height: 1em;
}

.social-icon li:last-child {
	margin-inline-end: 0;
}

.social-icon i {
	font-style: normal;
}

.social-icon-sm {
	font-size: 14px;
}

.social-icon-md {
	font-size: 18px;
}

.social-icon-lg {
	font-size: 20px;
}

.social-icon-lg li {
	margin-inline-end: 1em;
}

.social-icon-vertical a,.social-icon-vertical li {
	display: block;
	width: 100%;
}

.social-icon-vertical li {
	margin-inline-end: 0!important;
	margin-bottom: 1.2em;
}


body {
	font-family: Tahoma,sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #0c0c0c;
	font-style: normal;
}

p,li,a,button,span,h5,h6 {
	font-family: Tahoma,sans-serif;
}

.img {
	max-width: 100%;
	transition: all .3s ease-out 0s;
}

a,.button {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

a:focus,.btn:focus,.button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

button:focus,input:focus,input:focus,textarea,textarea:focus {
	outline: 0;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h4,h5,h6 {
	font-family: Tahoma,sans-serif;
	color: #2c2c2c;
	margin-top: 0;
	font-style: normal;
}

h1,h2,h3 {
	font-family: Tahoma,sans-serif;
	margin-top: 0;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
	font-weight: 700;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul { }

li {
	list-style: none;
}

p {
	font-size: 16px;
	line-height: 26px;
	color: #2c2c2c;
	margin-bottom: 15px;
}

hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0;
	margin: 30px 0;
	padding: 0;
}

a {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	color: #161616;
	font-size: 17px;
	opacity: 1;
}

*::placeholder {
	color: #161616;
	font-size: 17px;
	opacity: 1;
}

.wp-smart-loader {
	text-indent: -12345px;
}

.smart-loader-one {
	width: 50px;
	height: 50px;
	border-top: 1px solid rgba(0,0,0,.08);
	border-right: 1px solid rgba(0,0,0,.08);
	border-bottom: 1px solid rgba(0,0,0,.08);
	border-left: 1px solid rgba(0,0,0,.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: spinner 700ms infinite linear;
	-moz-animation: spinner 700ms infinite linear;
	-ms-animation: spinner 700ms infinite linear;
	-o-animation: spinner 700ms infinite linear;
	animation: spinner 700ms infinite linear;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.smart-loader-two {
	position: relative;
	width: 80px;
	height: 80px;
	-webkit-animation: spinner 5s infinite linear;
	animation: spinner 5s infinite linear;
}

.smart-loader-two span {
	width: 40px;
	height: 40px;
	position: absolute;
	background: red;
	display: block;
	-webkit-animation: spinner-two 1s infinite linear;
	animation: spinner-two 1s infinite linear;
}

.smart-loader-two span:nth-child(1) {
	background: #2ecc71;
}

.smart-loader-two span:nth-child(2) {
	left: 44px;
	background: #9b59b6;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.smart-loader-two span:nth-child(3) {
	top: 44px;
	background: #3498db;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.smart-loader-two span:nth-child(4) {
	top: 44px;
	left: 44px;
	background: #f1c40f;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

@-webkit-keyframes spinner-two {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(.5);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes spinner-two {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(.5);
	}

	100% {
		transform: scale(1);
	}
}

.smart-loader-three {
	position: relative;
}

.smart-loader-three span {
	display: block;
	bottom: 0;
	width: 9px;
	height: 5px;
	background: #9b59b6;
	position: absolute;
	-webkit-animation: spinner-three 1.5s infinite ease-in-out;
	animation: spinner-three 1.5s infinite ease-in-out;
}

.smart-loader-three span:nth-child(2) {
	left: 11px;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.smart-loader-three span:nth-child(3) {
	left: 22px;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.smart-loader-three span:nth-child(4) {
	left: 33px;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.smart-loader-three span:nth-child(5) {
	left: 44px;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

@-webkit-keyframes spinner-three {
	0% {
		height: 5px;
		transform: translateY(0px);
		background: #9b59b6;
	}

	25% {
		height: 30px;
		transform: translateY(15px);
		background: #3498db;
	}

	50% {
		height: 5px;
		transform: translateY(0px);
		background: #9b59b6;
	}

	100% {
		height: 5px;
		transform: translateY(0px);
		background: #9b59b6;
	}
}

@keyframes spinner-three {
	0% {
		height: 5px;
		transform: translateY(0px);
		background: #9b59b6;
	}

	25% {
		height: 30px;
		transform: translateY(15px);
		background: #3498db;
	}

	50% {
		height: 5px;
		transform: translateY(0px);
		background: #9b59b6;
	}

	100% {
		height: 5px;
		transform: translateY(0px);
		background: #9b59b6;
	}
}

.smart-loader-four {
	width: 80px;
	height: 80px;
}

.smart-loader-four .spinner-cube {
	width: 33%;
	height: 33%;
	background-color: #9b59b6;
	float: left;
	-webkit-animation: spinner-four 1.3s infinite ease-in-out;
	animation: spinner-four 1.3s infinite ease-in-out;
}

.smart-loader-four .spinner-cube1 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.smart-loader-four .spinner-cube2 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.smart-loader-four .spinner-cube3 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.smart-loader-four .spinner-cube4 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.smart-loader-four .spinner-cube5 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.smart-loader-four .spinner-cube6 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.smart-loader-four .spinner-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.smart-loader-four .spinner-cube8 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.smart-loader-four .spinner-cube9 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

@-webkit-keyframes spinner-four {
	0%,70%,100% {
		-webkit-transform: scale3D(1,1,1);
		transform: scale3D(1,1,1);
	}

	35% {
		-webkit-transform: scale3D(0,0,1);
		transform: scale3D(0,0,1);
	}
}

@keyframes spinner-four {
	0%,70%,100% {
		-webkit-transform: scale3D(1,1,1);
		transform: scale3D(1,1,1);
	}

	35% {
		-webkit-transform: scale3D(0,0,1);
		transform: scale3D(0,0,1);
	}
}

.smart-loader-five {
	width: 80px;
	height: 80px;
	position: relative;
}

.smart-loader-five .spinner-cube {
	border: 2px solid transparent;
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.smart-loader-five .spinner-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #c69453;
	-webkit-animation: spinner-five 2.4s infinite linear both;
	animation: spinner-five 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.smart-loader-five .spinner-cube-2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}

.smart-loader-five .spinner-cube-3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}

.smart-loader-five .spinner-cube-4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}

.smart-loader-five .spinner-cube-2:before {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.smart-loader-five .spinner-cube-3:before {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.smart-loader-five .spinner-cube-4:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

@-webkit-keyframes spinner-five {
	0%,10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}

	90%,100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes spinner-five {
	0%,10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}

	90%,100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

.smart-loader-six {
	width: 70px;
	height: 70px;
	position: relative;
}

.smart-loader-six .spinner-cube-1,.smart-loader-six .spinner-cube-2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #3498db;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: spinner-six 2s infinite ease-in-out;
	animation: spinner-six 2s infinite ease-in-out;
}

.smart-loader-six .spinner-cube-2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes spinner-six {
	0%,100% {
		-webkit-transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes spinner-six {
	0%,100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}

	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

.smart-page-loader {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fefefe;
	z-index: 100000;
}

.wp-smart-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	z-index: 100001;
}

.wp-smart-body {
	visibility: hidden;
}

.main-slider h2 {
	position: relative;
	display: block;
	font-size: 54px;
	color: #fff;
	font-weight: 600;
	line-height: 66px;
	z-index: 1;
}

.main-slider h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	line-height: 1.14em;
	padding-right: 64px;
	display: inline-block;
	z-index: 1;
}

.btn-style-one {
	background: #e22726;
	display: block;
	float: left;
	border-radius: 8px;
	width: 80px;
	height: 80px;
}

.bootom-box {
	position: relative;
}

.bootom-box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(10 10 10/73%);
}

.min-img {
	width: 100%;
}

.po-b-box {
	position: absolute;
	padding: 20px;
	top: 0;
}

.po-b-box span {
	position: relative;
	color: #c69453;
	font-size: 35px;
	font-weight: 700;
	padding-left: 1.5em;
}

.po-b-box span:before {
	content: "";
	width: 40px;
	height: 1px;
	background: #c69453;
	position: absolute;
	left: 0;
	top: 38%;
}

.po-b-box span:after {
	content: "";
	width: 40px;
	height: 1px;
	background: #c69453;
	position: absolute;
	left: 0;
	top: 55%;
}

.po-b-box h3 {
	color: #c69453;
	font-size: 22px;
	margin: 20px 0;
}

.po-b-box h5 {
	color: #dfdfdf;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
}

.po-b-box a {
	background: #c69453;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 7px;
	text-align: center;
	line-height: 60px;
	margin-top: 15px;
}

.po-b-box a img {
	width: 75%;
}

.bottom-s {
	position: relative;
}

.bottom-s:before {
	content: "";
	background: #c69453;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	height: 50%;
}

.about-t {
}

.small-t {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 20px;
}

.heading-t {
	font-size: 39px;
	font-weight: 600;
	margin-bottom: 20px;
}

.about-t p {
	font-size: 16px;
	color: #343434;
	font-weight: 400;
	line-height: 28px;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.btn-extended-lines {
	display: inline-grid;
	border: 1px solid;
	border-color: #18181833;
	padding: 15px 30px;
	position: relative;
	margin-top: 20px;
}

.btn-extended-lines i {
	border-style: solid;
	border-width: 1px;
	border-color: #18181833;
	transition: transform .3s cubic-bezier(.22,.665,.34,.875);
}

.btn-extended-line-tl {
	border-right: none!important;
	border-bottom: none!important;
	transform-origin: top left;
}

.btn-extended-line-bl,.btn-extended-line-tl {
	left: 0;
}

.btn-extended-line-tl,.btn-extended-line-tr {
	top: 0;
}

.btn-extended-line {
	width: var(--extended-line-size);
	height: var(--extended-line-size);
	border: 1px solid var(--color-primary);
	transform: rotate(180deg);
	transition: inherit;
}

.btn-extended-line-bl,.btn-extended-line-tl {
	left: 0;
}

.btn-extended-line-bl {
	border-top: none!important;
	border-right: none!important;
	transform-origin: bottom left;
}

.pos-abs {
	position: absolute;
	--extended-line-size: 12px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	fill: #fff;
	--btn-pt: 1.2em;
	--btn-pe: 5.2em;
	--btn-pb: 1.2em;
	--btn-ps: 5.2em;
	padding: 6px;
}

.pointer-events-none {
	pointer-events: none;
}

.d-inline-block {
	display: inline-block;
}

.btn-extended-line-tr {
	border-bottom: none!important;
	border-left: none!important;
	transform-origin: top right;
}

.po-z-index {
	z-index: 9;
}

.btn-extended-line-br,.btn-extended-line-tr {
	right: 0;
}

.btn-extended-line-tl,.btn-extended-line-tr {
	top: 0;
}

.btn-extended-line-br {
	border-top: none!important;
	border-left: none!important;
	transform-origin: bottom right;
}

.btn-extended-line-br,.btn-extended-line-tr {
	right: 0;
}

.btn-extended-line-bl,.btn-extended-line-br {
	bottom: 0;
}

.btn-extended-lines1 i {
	border-style: solid;
	border-width: 1px;
	border-color: #18181833;
	transition: transform .3s cubic-bezier(.22,.665,.34,.875);
}

.btn-extended-lines:hover {
	background: #fff;
	color: #c69453;
}

.btn-extended-lines:hover .btn-extended-line {
	border-color: #fff;
}

.bluebtn.first-box.wow.slideInUp.animated {
	margin-top: -14px;
}

.btn-extended-lines {
	color: #c69453;
	border-color: #fff!important;
}

.red-line {
	border-color: #c69453!important;
}

.white-line .btn-extended-line {
	border-color: #fff!important;
}

.white-line {
	border-color: #fff!important;
}

.white-line .btn-txt {
	color: #fff!important;
}

.about-img {
	position: relative;
}

.tag-img {
	position: absolute;
	bottom: 0;
	left: -4em;
	transition: transform 1200ms ease-out;
	transform: translateY(0);
	transition: transform 1200ms ease-out;
	-webkit-animation: download-animation 3s infinite linear;
	animation: download-animation 3s infinite linear;
}

.download-img:after {
	-webkit-animation: download-animation 3s infinite linear;
	animation: download-animation 3s infinite linear;
}

@-webkit-keyframes download-animation {
	0% {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}

	50% {
		-webkit-transform: translate(0,-20px);
		transform: translate(0,-20px);
	}

	100% {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}

@keyframes download-animation {
	0% {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}

	50% {
		-webkit-transform: translate(0,-20px);
		transform: translate(0,-20px);
	}

	100% {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}

.btn-txt {
	font-size: 19px;
	font-weight: 500;
}

.news-sub {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-image: url(../images/footer-img-scaled.jpg);
	background-attachment: fixed;
	background-position: top;
}

.news-sub:before {
	opacity: .75;
	transition: background .3s,border-radius .3s,opacity .3s;
	content: "";
	background: #594431ba;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.service {
	position: relative;
	background-image: url(../images/service-bg.png);
	background-attachment: fixed;
	background-position: top;
	min-height: 761px;
}

.recent {
	min-height: 761px;
}

.service:before {
	content: "";
	background: #594431ba;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.ser-it p {
	color: #fbfbfb;
	line-height: 32px;
	font-size: 17px;
	text-decoration: overline;
	font-weight: 400;
}

.fl-r {
	float: right;
	margin-top: 0px!IMPORTANT;
}

.white-line:hover {
	background: #fff;
	color: #C69453!IMPORTANT;
}

.white-line:hover .btn-txt {
	color: #c69453!important;
}

.min-slider-ser {
	position: relative;
}

.carousel-cell img {
	width: 100%;
}

.carousel-cell {
	padding-inline-start: 10px;
	padding-inline-end: 10px;
}

.carousel-cell {
	width: 100%;
}

.carousel-cell:nth-child(2n+1) {
}

.po-ser {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 20px;
	background: #0a0a0a85;
	height: 60px;
	line-height: 60px;
	color: #fff;
}

.link-text {
	color: #fff;
	font-size: 23px;
}

.link-text:hover {
	color: #c69453;
}

.icon-click {
	height: 60px;
	width: 60px;
	position: absolute;
	right: 0;
	background: #c69453;
}

a.theme-btn.btn-style-one {
	background: #c69453;
}

.min-ser {
	position: relative;
}

.min-draw {
	position: relative;
	padding-left: 4em;
}

.min-draw span {
	position: absolute;
	left: 0;
	font-size: 35px;
	color: #c69453;
	line-height: 37px;
	top: 0;
}

.min-draw p {
	font-size: 16px;
	color: #333;
	margin-bottom: 0;
}

.po-dr {
	font-size: 26px;
	color: #171717;
}

.po-dr i {
	font-weight: 300;
	font-size: 23px;
	font-family: Tahoma,headline;
}

.form-request {
	position: relative;
}

.form-request:before {
	content: "";
	position: absolute;
	background-color: #c69453;
	width: 64%;
	top: 0;
	bottom: 0;
	right: 0;
}

.form-req {
	position: relative;
}

.form-req:before {
	content: "";
	position: absolute;
	background-color: #c69453;
	width: 64%;
	top: 0;
	bottom: 0;
	right: 0;
}

.form-request:after {
	content: "";
	position: absolute;
	background-image: url(../images/c-1.jpg);
	top: 0;
	bottom: 0;
	width: 36%;
	background-size: cover;
	background-position: top center;
}

.form-req:after {
	content: "";
	position: absolute;
	background-image: url(../images/home-1.png);
	top: 0;
	bottom: 0;
	width: 36%;
	background-size: cover;
	background-position: top center;
}

.fill-box {
	width: 100%;
	padding: 13px;
	border: dashed 1px;
}

.fill-mess {
	width: 100%;
	padding: 13px;
	border: none!important;
	min-height: 100px;
	max-height: 100px;
}

.main-carousel {
}

.owl-carousel .owl-stage {
	transition-timing-function: linear!important;
}

.call-b {
	display: block;
	float: left;
	background: #323232;
	padding: 10px;
	width: 60px;
	height: 60px;
	border-radius: 5px;
}

.button-re {
	background-color: #c69453;
	cursor: pointer;
}

.map-loc iframe {
	width: 100%;
}

.flot-r {
	float: right;
}

.blog-list {
	background: #f5f5f5;
	position: relative;
	border: 1px solid #e3e3e3;
	display: block;
	float: left;
	width: 100%;
}

.bl-img {
	display: block;
	float: left;
	width: 100%;
}

.bl-img img {
}

.blog-con {
	padding: 20px;
	padding-bottom: 10px;
	display: block;
	float: left;
	width: 100%;
}

.category {
	margin-bottom: 15px;
	display: block;
	display: block;
	float: left;
	width: 100%;
}

.category a {
	font-size: 14px;
}

.blog-con h3 {
	font-size: 20px;
	line-height: 27px;
}

.blog-con h3 a {
	font-size: 20px;
	line-height: 27px;
}

.bottom-link {
	border-top: 1px solid #e3e3e3;
	margin-top: 25px;
	display: block;
	padding-top: 10px;
	float: left;
	width: 100%;
}

.left-l {
	padding-top: 10px;
	float: left;
	color: #c69453;
	font-size: 14px;
}

.left-l i {
	font-size: 19px;
	margin-right: 10px;
	float: left;
}

.right-cl {
}

.right-cl a {
	height: 50px;
	width: 50px;
	right: 0;
	background: #c69453;
	float: right;
}

.right-cl a img {
}

.min-news span {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

.min-news h3 {
	color: #fff;
}

.min-news p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}

.sub-banner {
	background-image: url(../images/subbanner.jpg);
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
}

.sub-banner:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: rgb(26 26 26/64%);
}

.text-line h1 {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	font-size: 36px!important;
	color: #fff;
	line-height: 1;
	letter-spacing: 0;
	padding: 0;
	font-weight: 800;
}

.text-line ul li {
	float: left;
	margin: 0 10px;
	text-transform: uppercase;
	font-weight: 500;
}

.text-c {
	display: inline-block;
	color: #fff;
	text-align: center;
}

.color-t {
	color: #c69453;
}

.po-click {
	position: absolute;
	bottom: -7.5em;
	left: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	background: #e22726;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
}

.po-click a img {
	width: 40px;
}

.po-click:before {
	content: "";
	width: 80px;
	height: 80px;
	position: absolute;
	left: -10px;
	right: 0;
	top: -10px;
	bottom: 0;
	background: rgb(145 102 7/78%);
	margin: 0 auto;
	border-radius: 50%;
	z-index: 1;
}

.po-click:after {
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
	left: -20px;
	right: 0;
	top: -20px;
	bottom: 0;
	background: rgb(198 148 83/74%);
	margin: 0 auto;
	border-radius: 50%;
	z-index: 1;
}

.po-click a {
	z-index: 9;
	position: relative;
	display: block;
	background: #262525;
	border-radius: 50%;
}

.recent {
	position: relative;
}

.recent:before {
	content: "";
	background: rgb(24 23 21/92%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 55%;
	z-index: 2;
}

.recent .container {
	position: relative;
	z-index: 4;
}

.recent:after {
	content: "";
	background-image: url(../images/footer-img-scaled.jpg);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	height: 55%;
}

.min-w-list {
	background: #f5f5f5;
	padding: 20px;
	border-radius: 6px;
	margin-bottom: 30px;
}

.min-w-list span {
	float: left;
	margin-right: 30px;
}

.min-w-list img {
	width: 80px;
}

.min-w-list h3 {
	font-size: 22px;
}

.min-w-list p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 23px;
}

.first-box {
	padding: 20px;
}

.first-box img {
	width: 80px;
	margin-bottom: 20px;
}

.first-box h3 {
	color: #fff;
	font-size: 27px;
}

.first-box p {
	color: #fff;
	font-size: 16px;
}

.before-l:before {
	content: "";
	width: 59%;
	height: 125%;
	position: absolute;
	background: 0 0;
	left: 0;
	right: 0;
	top: -14%;
	margin: auto;
	border: 8px solid #333;
	z-index: -1;
}

.gray-bg {
	background-color: #f5f5f5;
}

.con-ser-des {
	background: #fff;
	padding: 20px;
	padding-top: 50px;
}

.con-ser-des h3 {
	font-size: 22px;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
}

.con-ser-des h3 a {
	font-size: 22px;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
}

.con-ser-des p {
	font-size: 17px;
	line-height: 25px;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
}

.ser-list .con-ser-des .btn-extended-lines {
	margin-left: 15px;
	margin-bottom: 20px;
}

.ser-list {
	margin-bottom: 30px;
}

.min-ser-list {
	position: relative;
}

.min-ser-list span {
	background: #fff;
	position: absolute;
	bottom: -36px;
	left: 15px;
	border-radius: 50%;
	box-shadow: 1px 2px 13px 2px rgb(0 0 0/46%);
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
}

.min-ser-list span:before {
	content: "";
	background: #f5f5f5;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	right: 0;
	margin: auto;
	top: 0;
	z-index: 1;
}

.min-ser-list span img {
	width: 51px;
	position: relative;
	z-index: 3;
}

.min-details {
}

.min-details h2 {
	font-size: 28px;
	margin-bottom: 15px;
}

.min-details h3 {
}

.min-details h4 {
	font-size: 17px;
	line-height: 25px;
	color: #303030;
}

.min-details p {
	font-size: 17px;
}

.min-details ul {
	padding-left: 2em;
}

.min-details ul li {
	list-style: decimal-leading-zero;
	margin-bottom: 20px;
	color: #c69453;
}

.ser-list:hover .con-ser-des h3 a {
	color: #c69453;
}

.ser-list:hover .btn-extended-lines {
	background: #c69453;
	color: #fff;
}

div {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.ser-list:hover {
	box-shadow: -1px 3px 10px 1px #00000040;
}

.gr-bg {
	background-color: #f5f5f5;
	padding-top: 20px;
}

.cat-date span {
	color: #282828;
	font-size: 15px;
}

.cat-date a {
	color: #282828;
	font-size: 15px;
}

.cat-date {
	margin-bottom: 14px;
}

.gr-bg h3 {
	margin-bottom: 16px;
}

.min-recent {
	background: #f5f5f5;
	padding: 20px;
	top: 150px;
	z-index: 8;
	position: sticky;
}

.blog-list-recent {
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
}

.head-t .heading-t2 {
	font-size: 32px;
	margin-bottom: 20px;
}

.head-t .heading-t2 span {
	font-weight: 400;
}

.blog-list-recent span {
	float: left;
	margin-right: 15px;
	width: 100px;
	height: 100px;
}

.blog-list-recent span img {
	height: 100%;
}

.date {
	margin-top: 18px;
	font-size: 15px;
	margin-bottom: 5px;
}

.m-c {
	margin: auto;
	float: none;
	display: block;
	text-align: center;
}

.bl-d {
	font-size: 16px;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
}

.bl-d a {
	font-size: 16px;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
}

.fill-in {
	width: 100%;
	margin-bottom: 25px;
	padding: 10px;
	border: 1px solid #e2e2e2;
	height: 50px;
}

.fill-text {
	width: 100%;
	margin-bottom: 25px;
	padding: 10px;
	border: 1px solid #e2e2e2;
	height: 150px;
}

.send-btn {
	width: 100%;
	font-size: 22px;
	background: #c69453;
	color: #fff;
	border: none;
	padding: 11px;
	cursor: pointer;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.men {
}

.send-btn:hover {
	background: #385dab;
}

.min-form {
	background: #f5f5f5;
	padding: 30px;
	border: 1px solid #e2e2e2;
}

.cont-text {
	background-color: #21252a;
	padding: 30px 20px;
	text-align: center;
}

.cont-text span i {
	color: #c69453;
	font-size: 40px;
	margin-bottom: 2px;
	display: block;
	height: 61px;
}

.min-t a {
	color: #c69453;
}

.min-t p {
	color: #999;
	font-size: 16px;
	margin-bottom: 0;
}

.slotholder::before {
	content: "";
	position: absolute;
	background: rgb(22 22 22/58%);
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 99;
}

.com-one {
	width: 100%;
	display: inline-block;
}

.right-side-text {
	float: left;
	width: 75%;
}

.be-l {
	width: 100%;
	padding-left: 60px;
	position: relative;
	margin-bottom: 0;
	float: left;
}

.be-l:before {
	content: "";
	background-image: url(../images/check.png);
	position: absolute;
	width: 34px;
	height: 34px;
	left: 2px;
	top: 5px;
}

.experience h4 {
	padding-bottom: 20px;
}

.bottom {
	margin-bottom: 30px;
}