@import url("https://fonts.googleapis.com/css?family=Raleway:200,300,300i,400,400i,500,500i,600,600i,700,800&display=swap");

body {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	font-style: normal;
	line-height: 26px;
}

*,
ul,
ol {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #d8a82b;
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1F1F25;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
}

.bg-color1 {
	background-color: #d8a82b;
}

.bg-color2 {
	background-color: #353535;
}

.text-color1 {
	color: #d8a82b !important;
}

.text-color2 {
	color: #353535 !important;
}

.txt-hover:hover,
.txt-hover:focus {
	color: #a9a9a9;
}

.width-30 {
	width: 30%;
}

.width-40 {
	width: 40%;
}

.width-50 {
	width: 50%;
}

.width-70 {
	width: 70%;
}

.width-60 {
	width: 60%;
}

.flexbox {
	display: -webkit-box;
	display: flex;
}

.flexbox .element {
	height: 100%;
}

.home-page .header {
	position: absolute;
	width: 100%;
	z-index: 9;
}

section {
	overflow: hidden;
}

.header-top {
	background-color: rgb(255 255 255 / 93%);
}

#stuck_container {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.isStuck {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	background-color: #ffffff;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}

.isStuck.header-bottom {
	background-color: transparent;
}

.top-contact-list.social-links {
	text-align: right;
}

.top-contact-list.social-links li a:hover {
	color: #000000;
}

.social-links li {
	display: inline-block;
}

.social-links li a {
	position: relative;
	text-align: left;
	overflow: hidden;
	font-size: 20px;
	color: #000000;
}

.social-links li a i {
	background-color: transparent;
	border-radius: 0 10px 10px 10px;
	color: #d8a82b;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	border: 0;
}

.top-contact-list li:first-child {
	margin-left: 0;
}

.top-contact-list li {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	margin-left: 25px;
}

.topheaderright {
	margin-top: 0;
}

.header-bottom {
	background-color: #353535;
	padding: 0;
	position: relative;
}

.logo {
	display: inline-block;
	margin: 5px auto;
}

.logo .img-fluid {
	max-width: 140px;
}

.mobile-menu {
	display: none;
}

.nav-wrapper {
	display: block;
	text-align: center;
}

.navigation>li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: -4px;
}

.navigation>li:last-child {
	margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu {
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 285px;
	z-index: 999;
	background-color: #ff8daa;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #9a9a9a;
	transition: all 500ms ease;
	display: block;
}

.navigation li.dropdown>.dropdown-menu li {
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
	border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
	background-color: #ffffff;
	padding: 10px 12px;
	color: #000;
}

.navigation li.dropdown:hover>.dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.navigation>li:first-child {
	display: none;
}

.navigation a {
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: hidden;
	position: relative;
	display: block;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
	padding: 14px 70px;
	transition: all 500ms ease 0s;
}

.navigation>li.dropdown>a:after {
	font-family: "bootstrap-icons";
	content: "\F282";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 45px;
	/*    display: block;*/
	font-size: 14px;
	transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
	color: #000;
	background-color: #d8a82b;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
	color: #fff;
	background-color: #000;
}

.slider-wrapper {
	position: relative;
}

.slider-wrapper .carousel-caption {
	position: absolute;
	right: 15%;
	bottom: auto;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
	top: 56%;
	transform: translateY(-50%);
}

.fs-70 {
	font-size: 70px;
}

.list1 li,
.list2 li,
.areas-list li {
	padding: 0px 0 15px 26px;
	position: relative;
}

.list1 li:before,
.list2 li:before,
.areas-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\F133';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: #d8a82b;
}

.list1.inline-list1 li {
	display: inline-block;
	margin-right: 20px;
}

.areas-list li:before {
	content: '\F3E7';
}

.list2 li:before {
	color: #ca4421;
}

.list3 {
	margin-left: 16px;
}

.list3 li {
	list-style-type: decimal;
	padding-bottom: 18px;
}

.parallax {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
	position: relative;
	z-index: 1;
}

.overlap,
.overlap1,
.overlap2 {
	position: relative;
}

.overlap:before,
.overlap1:before,
.overlap2:before {
	background-color: rgba(41, 42, 96, 0.85);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.overlap1:before {
	background-color: rgba(0, 0, 0, 0.6);
}

.overlap2:before {
	background-color: rgb(55 57 60 / 80%);
}

.widget-title {
	font-size: 20px;
	font-weight: 600;
	color: #d8a82b;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.widget-title a:hover {
	color: #a9a9a9;
}

.footer-menu li a {
	position: relative;
	padding: 2px 0 2px 20px;
	display: inline-block;
	color: #fff;
}

.footer-menu li a:before {
	position: absolute;
	top: 6px;
	left: 0;
	font-size: 13px;
	content: "\f280";
	/*'\f285 '*/
	font-family: 'bootstrap-icons';
}

.footer-links {
	display: block;
	color: #fff;
}

.footer-menu li a:hover,
.footer-links a:hover {
	color: #c8981b;
}

.navigation li.dropdown>.dropdown-menu.child-dropdown {
	top: 0;
	left: 100%;
	padding: 15px;
}

.footer-widget .address-content a:hover,
.footer-widget .address-content a:active,
.footer-widget .address-content a:focus {
	color: #d8a82b;
}

.footer-menu li a {
	color: #000;
	display: inline-block;
	/*margin-bottom: 4px;*/
	position: relative;
	padding: 6px 0 6px 20px;
}

.footer-link,
.footer-link a {
	color: #d8a82b;
}

.address-box {
	margin-bottom: 15px;
}

.address-box .address-icon-holder {
	float: left;
	margin-right: 15px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #d8a82b;
	border-radius: 100%;
	text-align: center;
	position: relative;
}

.address-box .address-content {
	position: relative;
	overflow: hidden;
}

.address-box .address-icon-holder:before {
	position: absolute;
	bottom: -17px;
	border-width: 10px;
	border-style: solid;
	border-color: #d8a82b transparent transparent transparent;
	content: '';
	left: 10px;
}

.servicebox-wrapper {
	position: relative;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 50px;
}

.servicebox-wrapper:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 69px;
	border: 1px solid #d8a82bcc;
}

.serviceboximg-innner {
	margin-top: 0;
	position: relative;
}

.serviceboximg-innner img {
	clip-path: polygon(0% 19%,
			100% 0,
			100% 100%,
			0% 100%);
	transition: clip-path 0.6s ease-in-out;
}

.serviceboxcontent-inner {
	margin-top: 20px;
	position: relative;
}

.servicesbox-img-icon {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	gap: 8px;
	transform-origin: center;
	transition: transform 0.4s ease;
	width: 80px;
	height: 80px;
	background: #d8a82b;
	justify-content: center;
}

.servicesbox-img-icon .read-more {
	opacity: 0;
	transform: translateX(10px);
	transition: opacity 0.4s ease, transform 0.4s ease;
	font-size: 14px;
	color: #fff;
	display: none;
}

.servicebox-wrapper:hover .servicesbox-img-icon {
	transform: rotateY(360deg);
}

.servicebox-wrapper:hover .servicesbox-img-icon .read-more {
	opacity: 1;
	display: block;
	transform: translateX(0);
}

.servicebox-wrapper .servicesbox-img-icon .iconn img {
	width: 60px;
	height: 60px;
	filter: invert(1);
}

.servicebox-wrapper:hover .servicesbox-img-icon .iconn {
	display: none;
}

.servicebox-wrapper:hover .servicesbox-img-icon .read-more a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

.servicebox-wrapper:hover .servicesbox-img-icon i {
	transform: rotate(20deg);
	transition: transform 0.4s ease;
}

.servicebox-wrapper:hover .servicesbox-img-icon {
	width: 120px;
	height: 50px;
}

.servicesbox-img-icon i {
	color: #fff;
}

.imgborder {
	border-radius: 25px;
	background-color: #fff;
}

.imgborder img {
	border-radius: 25px;
	border: 1px solid #ddd;
	padding: 6px;
	background: #fff;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.servicebox-wrapper:hover .serviceboximg-innner img {
	clip-path: polygon(0% 0%,
			100% 0%,
			100% 100%,
			0% 100%);
}

.inner-box {
	background-color: #d8a82b;
	padding: 30px;
}

.inner-box1 {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	padding: 30px;
}

.inner-box2 {
	border: 1px solid #d8a82b;
	padding: 30px;
}


.single-service-item {
	margin: 20px 0;
}

.box-style1 {
	padding: 20px;
	background-color: #f8f8f8;
	min-height: 300px;
}

.single-service-item .img-holder {
	overflow: hidden;
	position: relative;
}

.single-service-item .img-holder .img-responsive {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
}

.single-service-item:hover .img-holder .img-responsive {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
	background-color: rgba(0, 0, 0, .60);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
	transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	height: 45px;
	line-height: 48px;
	transition: all 500ms ease 0s;
	width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
	background: #9a9a9a;
}

.single-service-item .text-holder h3 {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin: 20px 0 6px;
	text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
	color: #fff;
}

.site-map-list li {
	border-left: 1px solid #dfdfdf;
	padding: 10px 0 10px 30px;
	position: relative;
}

.site-map-list li:before {
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #dfdfdf;
	content: '';
}

.site-map-list li>ul.child-menu {
	margin: 10px 0 10px 20px;
}


.contact-info-area {
  position: relative;
  display: block;
  padding-top: 120px;
  padding-bottom: 90px;
  z-index: 10;
}

.single-contact-info-box {
  position: relative;
  display: block;
  padding-top: 20px;
  margin-bottom: 40px;
  z-index: 1;
}

.single-contact-info-box .icon {
  position: absolute;
  top: 0;
  left: 54px;
  width: 60px;
  height: 60px;
  background: #d8a82b;
  border-radius: 0%;
  z-index: 2;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  font-size: 18px;
}

.single-contact-info-box .icon::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -16px;
  z-index: -1;
  border-bottom: 20px solid #d8a82b;
  border-right: 16px solid transparent;
}

.single-contact-info-box .icon span::before {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 25px;
  line-height: 60px;
  text-align: center;
}

.single-contact-info-box .text-holder {
  position: relative;
  display: block;
  padding: 50px 26px 15px;
  background: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.single-contact-info-box .text-holder .pattern-bg {
  position: absolute;
  min-height: 160px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  background-repeat: repeat;
  z-index: -1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-contact-info-box .text-holder .top {
  position: relative;
  display: block;
  padding-bottom: 16px;
}

.single-contact-info-box .text-holder h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 2px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-contact-info-box .text-holder span {
  font-style: italic;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-contact-info-box:hover .text-holder span {
  color: #ffffff;
}

.single-contact-info-box .text-holder p {
  margin: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-contact-info-box .text-holder p a {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.form-control {
	height: 50px;
}

textarea.form-control {
	height: 150px;
}
.submit-icon {
	display: none;
}

.submit-icon.rotating-show {
	display: inline-block;
	vertical-align: middle;
}
@-webkit-keyframes rotating

/* Safari and Chrome */
	{
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

.contact-form-sec{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.form-btn {
  background: #d8a82b;
  border: none;
  padding: 15px 35px;
  margin: 0;
  position: relative;
  display: inline-block;
}

.form-btn:hover,
.form-btn:focus{
  background: #000;
  color:#fff;
}

/* col-xxl */

/* col-xl */
@media (min-width: 1200px) and (max-width:1400px) {
	.logo .img-fluid {
		max-width: 125px;
	}

	.serviceboxcontent-inner {
		min-height: 195px;
	}

	.servicesbox-img-icon {
		height: 55px;
		width: 55px;
	}

	.servicebox-wrapper .servicesbox-img-icon .iconn img {
		width: 40px;
		height: 40px;
	}

	.email-small a {
		font-size: 13px;
	}
}

/* col-lg */
@media (min-width: 992px) and (max-width:1200px) {
	.logo .img-fluid {
		max-width: 135px;
	}

	.serviceboxcontent-inner {
		min-height: 245px;
	}

	.servicesbox-img-icon {
		height: 45px;
		width: 45px;
	}

	.servicebox-wrapper .servicesbox-img-icon .iconn img {
		width: 30px;
		height: 30px;
	}

	.servicebox-wrapper {
		padding: 10px 13px;
	}

	.email-small a {
		font-size: 11px;
	}

	.widget-title {
		font-size: 16px;
	}
}

/*for mobile to small tab */
@media (min-width: 220px) and (max-width:991px) {
	.mobile-menu {
		display: block;
		font-size: 20px;
		background: #d8a82b;
		padding: 8px 20px;
		color: #fff;
		cursor: pointer;
		margin: 0 auto;
		text-align: left;
	}

	.header-bottom {
		background: #d8a82b;
	}

	.mobile-menu i {
		float: right;
	}

	.home-page .header {
		position: static;
	}

	.nav-wrapper {
		position: fixed;
		top: 0;
		right: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #221e1f;
		padding: 0;
	}

	.navigation {
		text-align: left;
	}

	.nav-wrapper.open {
		right: 0;
	}

	.navigation>li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #333;
	}

	.navigation>li:first-child {
		display: block;
	}

	.navigation>li:before {
		display: none;
	}

	.navigation li a {
		padding: 10px 20px;
		color: #fff;
		text-transform: none;
	}

	.navigation li:hover>a,
	.navigation li:focus>a,
	.navigation li.active>a {
		background-color: #d8a82b;
		color: #ffffff;
	}

	.navigation>li.dropdown>a:after {
		right: 20px;
	}

	.navigation li.dropdown>.dropdown-menu,
	.navigation li.dropdown:hover>.dropdown-menu {
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}

	.navigation li.dropdown>.dropdown-menu li a {
		padding: 10px 10px 10px 30px;
	}

	.fixed-top {
		position: static;
	}

	.social-links li a i {
		font-size: 15px;
	}

	.social-links li a {
		display: inline-block;
		padding-bottom: 5px;
	}

	.flexbox {
		display: block;
	}

	.width-30,
	.width-40,
	.width-50,
	.width-60,
	.width-70 {
		width: 100%;
	}

	.m-min-210 {
		min-height: 500px !important;
	}
}

/* col-md */
@media (min-width: 768px) and (max-width:991px) {}

/* for all mobile */
@media (min-width: 220px) and (max-width:767px) {
	.footer-widget {
		margin-top: 30px;
	}
}

/* col-sm  */
@media (min-width: 576px) and (max-width:767px) {
	.servicesbox-img-icon {
		width: 70px;
		height: 70px;
	}

	.servicebox-wrapper .servicesbox-img-icon .iconn img {
		width: 55px;
		height: 55px;
	}
}

/* col-xs */
@media (min-width: 220px) and (max-width:575px) {
	.logo {
		display: block;
		margin: 5px auto;
		text-align: center;
	}

	.top-contact-list.social-links {
		text-align: center;
		padding: 15px 0;
	}

	.m-min-210 {
		min-height: 300px !important;
	}

	.servicebox-wrapper {
		margin-bottom: 30px;
	}

	.servicesbox-img-icon {
		width: 40px;
		height: 40px;
	}

	.servicebox-wrapper .servicesbox-img-icon .iconn img {
		width: 35px;
		height: 35px;
	}

	.top-contact-list li {
		display: block;
		margin-left: 0;
	}

	.social-links li a {
		font-size: 15px;
	}
}