* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: "Open Sans", sans-serif !important;
	scroll-behavior: smooth;
	margin: 0;
	font-family: "Roboto";
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}
p {
	font-family: "Open Sans", sans-serif !important;
	font-size: 16px;
	font-weight: normal;
	line-height: 27px;
	color: #363636 !important;
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", sans-serif !important;
	line-height: normal;
	font-weight: 700;
	text-transform: capitalize;
	color: #141414;
	margin: 0;
	padding: 0 0 10px 0;
}
h1 {
	font-size: 58px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 15px;
}
a {
	color: #000;
	outline: none;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
img {
	border: 0;
}
ul,
ul li {
	margin: 0 !important;
	padding: 0;
	list-style-type: none;
}
ul {
	padding: 0 !important;
}
.clearfix {
	clear: both;
}
.clearfix:after,
.clearfix:before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
h2.heading {
	font-weight: 600;
	font-size: 41px;
	display: inline-block;
	position: relative;
}
h2.heading:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	height: 3px;
	background: #d6ab60;
	width: 99px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: hidden;
}
h2.heading:before {
	content: "";
	width: 32px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 111;
	border-left: 10px solid #000;
	border-right: 10px solid #000;
	-webkit-animation: titleanimi 5s linear infinite;
	animation: titleanimi 5s linear infinite;
	overflow: hidden;
}
@keyframes titleanimi {
	0% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
	50% {
		-webkit-transform: translateX(18px);
		transform: translateX(18px);
	}
	100% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
}
p.hd-cnt {
	text-align: center;
	padding: 10px 0 33px;
}
.breadcumb.clearfix {
	padding: 20px 0;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.container {
	width: 1170px;
	margin: 0 auto;
}
.breadcumb.clearfix {
	background-image: url(../images/wh-bg.jpg);
	padding: 50px 0;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.breadcumb a:before {
	position: absolute;
	top: 0;
	left: 55px;
	content: "\f101";
	font-family: "font awesome 5 free";
	color: #fff;
	font-weight: bold;
}
.breadcumb a span {
	padding-left: 35px;
	position: relative;
}
.breadcumb a {
	color: #fff;
	display: inline-block;
	font-size: 17px;
	position: relative;
}
.breadcumb a:hover {
	color: #fff;
}
.breadcumb h1 {
	color: #fff;
	font-size: 31px;
	font-weight: 600;
}

/*.topbar.clearfix {
	padding:20px 0;
}*/
.hd-logo img {
	width: 100%;
}
.topbar ul {
	position: relative;
	display: flex;
	justify-content: end;
	align-items: center;
}
.topbar ul.hd-middle {
	position: relative;
	background: #d6ab60;
	padding: 7px 0 !important;
}
.topbar ul.hd-middle:after {
	position: absolute;
	left: 100%;
	width: 5%;
	height: 100%;
	content: "";
	border-bottom: 74px solid transparent;
	border-left: 64px solid #d6ab60;
}
.topbar ul.hd-middle:before {
	position: absolute;
	right: 100%;
	width: 1000%;
	height: 100%;
	content: "";
	bottom: 0;
	top: 0;
	background: #d6ab60;
}
.topbar ul.hd-middle li {
	position: relative;
	padding-left: 48px;
	margin-right: 25px !important;
	font-size: 15px;
}
ul.hd-middle,
footer ul.hd-icon {
	justify-content: flex-start;
}
.topbar ul.hd-middle li a {
	color: #000;
	font-size: 15px;
}
.topbar ul.hd-middle li i {
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 13px;
	color: #fff;
	width: 30px;
	height: 30px;
	background: #000000;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.topbar ul.hd-middle li span {
	display: block;
	font-size: 17px;
	font-weight: 700;
}
.topbar ul.hd-icon li {
	padding-left: 10px;
}
.topbar ul.hd-icon {
	margin-top: 16px !important;
}
.topbar ul.hd-icon li a i,
footer ul.hd-icon li a i {
	font-size: 15px;
	display: block;
	color: #d6ab60;
	border: 1px solid #d6ab60;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 29px;
	transition: 0.9s;
}
.topbar ul.hd-icon li a:hover i {
	background: #000;
	width: 30px;
	height: 30px;
	transform: translatey(-7px);
	bottom: 0;
	transition: 0.9s;
	color: #fff;
}
@-webkit-keyframes animation {
	from {
		opacity: 0;
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@keyframes animation {
	from {
		opacity: 0;
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
header {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	background-color: #000;
	width: 100%;
	z-index: 1000;
	padding: 5px 0;
}
header img {
	width: 88px;
}
.logo-container {
	float: left;
	width: 10%;
}
.nav-btn {
	float: left;
	width: 90%;
}
header .container .btn.solid,
header .container .btn.transparent:hover {
	background-color: #fff;
	color: #69bde7;
}
header .container .btn.transparent,
header .container .btn.solid:hover {
	background-color: transparent;
	color: #fff;
}
.nav-link {
	padding: 0.5rem 0 !important;
}
header .container .nav-links > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .container .nav-link {
	position: relative;
}
header .container .nav-link > a {
	line-height: 3rem;
	color: #fff;
	padding: 0 0.9rem;
	letter-spacing: 1px;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-transform: uppercase;
}
header .container .nav-link > a > i {
	margin-left: 0.2rem;
}
header .container .nav-link:hover > a {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
header .container .dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 14rem;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
header .container .dropdown ul {
	position: relative;
}
header .container .dropdown-link > a {
	display: flex;
	background-color: #000000;
	padding: 0.5rem 1rem;
	font-size: 0.9rem;
	color: #fff;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	transition: 0.3s;
}
header .container .dropdown-link:hover > a {
	background-color: #ead04e;
	color: #fff;
}
header .container .dropdown-link:not(:nth-last-child(2)) {
	border-bottom: 1px solid #efefef;
}
header .container .dropdown-link i {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
header .container .arrow {
	position: absolute;
	width: 11px;
	height: 11px;
	top: -5.5px;
	left: 32px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: -1;
}
header .container .dropdown-link:first-child:hover ~ .arrow {
	background-color: #ead04e;
}
header .container .dropdown-link {
	position: relative;
}
header .container .dropdown.second {
	top: 0;
	left: 100%;
	padding-left: 0.8rem;
	cursor: pointer;
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}
header .container .dropdown.second .arrow {
	top: 10px;
	left: -5.5px;
}
header .container .nav-link:hover > .dropdown,
header .container .dropdown-link:hover > .dropdown {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	pointer-events: auto;
}
header .container .hamburger-menu-container {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
header .container .hamburger-menu {
	width: 2.5rem;
	height: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
header .container .hamburger-menu div {
	width: 1.6rem;
	height: 3px;
	border-radius: 3px;
	background-color: #fff;
	position: relative;
	z-index: 1001;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
header .container .hamburger-menu div:before,
header .container .hamburger-menu div:after {
	content: "";
	position: absolute;
	width: inherit;
	height: inherit;
	background-color: #fff;
	border-radius: 3px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
header .container .hamburger-menu div:before {
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
}
header .container .hamburger-menu div:after {
	-webkit-transform: translateY(7px);
	transform: translateY(7px);
}
header .container #check {
	position: absolute;
	top: 50%;
	right: 1.5rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2.5rem;
	height: 2.5rem;
	z-index: 90000;
	cursor: pointer;
	opacity: 0;
	display: none;
}
header
	.container
	#check:checked
	~ .hamburger-menu-container
	.hamburger-menu
	div {
	background-color: transparent;
}
header
	.container
	#check:checked
	~ .hamburger-menu-container
	.hamburger-menu
	div:before {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
header
	.container
	#check:checked
	~ .hamburger-menu-container
	.hamburger-menu
	div:after {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.header-blog {
	padding: 104px 12px 56px;
	text-align: center;
}
.header-blog .main__title {
	font-weight: 800;
	font-size: 40px;
	line-height: 1.1;
	color: #111;
	margin-bottom: 24px;
}
.nav-links a.btn.btn-warning {
	background: #dfc446;
	border: 0;
	color: #000;
	margin-left: 13px;
}
.header-blog .main__subtitle {
	font-weight: 400;
	font-size: 21px;
	line-height: 1.35;
	color: #767676;
}
@media (max-width: 920px) {
	header .container .hamburger-menu-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	header .container #check {
		display: block;
	}
	header .container .nav-btn {
		position: fixed;
		height: calc(100vh - 3rem);
		top: 3rem;
		left: 0;
		width: 100%;
		background-color: #69bde7;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: 0.65s;
		transition: 0.65s;
	}
	header .container #check:checked ~ .nav-btn {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	header .container #check:checked ~ .nav-btn .nav-link,
	header .container #check:checked ~ .nav-btn .log-sign {
		-webkit-animation: animation 0.5s ease forwards var(--i);
		animation: animation 0.5s ease forwards var(--i);
	}
	header .container .nav-links {
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
		width: 100%;
	}
	header .container .nav-links > ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	header .container .nav-link {
		width: 100%;
		opacity: 0;
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
	header .container .nav-link > a {
		line-height: 1;
		padding: 1.6rem 2rem;
	}
	header .container .nav-link:hover > a {
		-webkit-transform: scale(1);
		transform: scale(1);
		background-color: #50a9d6;
	}
	header .container .dropdown,
	header .container .dropdown.second {
		position: initial;
		top: initial;
		left: initial;
		-webkit-transform: initial;
		transform: initial;
		opacity: 1;
		pointer-events: auto;
		width: 100%;
		padding: 0;
		background-color: #3183ac;
		display: none;
	}
	header .container .nav-link:hover > .dropdown,
	header .container .dropdown-link:hover > .dropdown {
		display: block;
	}
	header .container .nav-link:hover > a > i,
	header .container .dropdown-link:hover > a > i {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	header .container .dropdown-link > a {
		background-color: transparent;
		color: #fff;
		padding: 1.2rem 2rem;
		line-height: 1;
	}
	header .container .dropdown.second .dropdown-link > a {
		padding: 1.2rem 2rem 1.2rem 3rem;
	}
	header .container .dropdown.second .dropdown.second .dropdown-link > a {
		padding: 1.2rem 2rem 1.2rem 4rem;
	}
	header .container .dropdown-link:not(:nth-last-child(2)) {
		border-bottom: none;
	}
	header .container .arrow {
		z-index: 1;
		background-color: #69bde7;
		left: 10%;
		-webkit-transform: scale(1.1) rotate(45deg);
		transform: scale(1.1) rotate(45deg);
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}
	header .container .nav-link:hover .arrow {
		background-color: #50a9d6;
	}
	header .container .dropdown .dropdown .arrow {
		display: none;
	}
	header .container .dropdown-link:hover > a {
		background-color: #3a91bd;
	}
	header .container .dropdown-link:first-child:hover ~ .arrow {
		background-color: #50a9d6;
	}
	header .container .nav-link > a > i {
		font-size: 1.1rem;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: 0.7s;
		transition: 0.7s;
	}
	header .container .dropdown i {
		font-size: 1rem;
		-webkit-transition: 0.7s;
		transition: 0.7s;
	}
	header .container .log-sign {
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
		width: 100%;
		padding: 1.5rem 1.9rem;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		opacity: 0;
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
}
@media (min-width: 576px) {
	.header-blog .main__title {
		font-size: 56px;
	}
	.header-blog .main__subtitle {
		font-size: 24px;
	}
	.section__title {
		font-size: 40px;
		margin: 0 0 40px;
	}
	.post-card .post-card__body {
		padding: 24px 24px 20px;
	}
	.post-card .post-card__body .post-card__title {
		font-size: 32px;
		line-height: 1.2;
		margin-bottom: 40px;
	}
}
@media (min-width: 768px) {
	.header-blog .main__title {
		font-size: 72px;
	}
	.header-blog .main__subtitle {
		font-size: 26px;
	}
	.grid-featured {
		grid-gap: 24px;
		-ms-grid-columns: (minmax(460px, 1fr)) [auto-fill];
		grid-template-columns: repeat(auto-fill, minmax(460px, 1fr));
	}
}
@media (min-width: 992px) {
	.slider,
	.slide {
		height: 80vh;
	}
}
.slide {
	position: relative;
	transition: 1s;
	display: block !important;
}
.slide .slide__img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
@media (min-width: 992px) {
	.slide .slide__img {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
}
.slide:before {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.slide .slide__img img {
	max-width: 100%;
	height: auto;
	opacity: 1 !important;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	transition: all 1s ease;
	width: 100%;
}
.slide .slide__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1111;
}
.slide .slide__content.slide__content__left {
	left: 15%;
	transform: translate(-15%, -50%);
}
.slide .slide__content.slide__content__right {
	right: 15%;
	left: auto;
	transform: translate(5%, -50%);
}
.slide .slide__content--headings {
	color: #fff;
}
.slide .slide__content--headings h2 {
	font-size: 4.5rem;
	margin: 10px 0;
}
.slide .slide__content--headings .animated {
	transition: all 0.5s ease;
}
.slide .slide__content--headings .top-title {
	font-family: "Playball", cursive;
	font-size: 1.9rem;
	color: #fff !important;
	font-style: italic;
	text-align: center;
}
.slide .slide__content--headings .title {
	font-size: 4.5rem;
	color: #fff;
	font-weight: bold;
}
.slide .slide__content--headings .button-custom {
	text-decoration: none;
	color: #fff;
	padding: 1.2rem 2.5rem;
	font-size: 17px;
	background-image: linear-gradient(to right, #e7ce4c, #d6ab60);
	border: 0;
	padding: 14px 30px;
	border-radius: 60px;
	text-transform: uppercase;
}
.slider [data-animation-in] {
	opacity: 0;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	transition: opacity 0.5s ease 0.3s;
	transition: 1s;
}
.slick-dotted .slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: 25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	display: block;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.simple-dots .slick-dots li {
	width: 20px;
	height: 20px;
}
.simple-dots .slick-dots li button {
	border-radius: 50%;
	background-color: white;
	opacity: 0.25;
	width: 20px;
	height: 20px;
}
.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
	opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
	color: white;
	opacity: 0.75;
}
.stick-dots .slick-dots li {
	height: 3px;
	width: 50px;
}
.stick-dots .slick-dots li button {
	position: relative;
	background-color: white;
	opacity: 0.25;
	width: 50px;
	height: 3px;
	padding: 0;
}
.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
	opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
	color: white;
	opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
	opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
	from {
		transform: scale3d(1, 1, 1);
		transition: 1s;
	}
	to {
		transform: scale3d(1.1, 1.1, 1.1);
		transition: 1s;
	}
}
@keyframes zoomInImage {
	from {
		transform: scale3d(1, 1, 1);
		transition: 1s;
	}
	to {
		transform: scale3d(1.1, 1.1, 1.1);
		transition: 1s;
	}
}
.zoomInImage {
	-webkit-animation-name: zoomInImage;
	animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
	from {
		transform: scale3d(1.1, 1.1, 1.1);
		transition: 1s;
	}
	to {
		transform: scale3d(1, 1, 1);
		transition: 1s;
	}
}
@keyframes zoomOutImage {
	from {
		transform: scale3d(1.1, 1.1, 1.1);
		transition: 1s;
	}
	to {
		transform: scale3d(1, 1, 1);
		transition: 1s;
	}
}
.zoomOutImage {
	-webkit-animation-name: zoomOutImage;
	animation-name: zoomOutImage;
	transition: 1s;
}
.slick-nav {
	--active: #fff;
	--border: rgba(255, 255, 255, 0.12);
	width: 44px;
	height: 44px;
	position: absolute;
	cursor: pointer;
	top: calc(50% - 44px);
}
.slick-nav.prev-arrow {
	left: 3%;
	transform: scaleX(-1);
	z-index: 999;
}
.slick-nav.next-arrow {
	left: auto;
	right: 3%;
}
.slick-nav i {
	display: block;
	position: absolute;
	margin: -10px 0 0 -10px;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
}
.slick-nav i:before,
.slick-nav i:after {
	content: "";
	width: 10px;
	height: 2px;
	border-radius: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: var(--active);
	margin: -1px 0 0 -5px;
	display: block;
	transform-origin: 9px 50%;
}
.slick-nav i:before {
	transform: rotate(-40deg);
}
.slick-nav i:after {
	transform: rotate(40deg);
}
.slick-nav:before,
.slick-nav:after {
	content: "";
	display: block;
	position: absolute;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	border-radius: 50%;
	border: 2px solid var(--border);
}
.slick-nav svg {
	width: 44px;
	height: 44px;
	display: block;
	position: relative;
	z-index: 1;
	color: var(--active);
	stroke-width: 2px;
	stroke-dashoffset: 126;
	stroke-dasharray: 126 126 0;
	transform: rotate(0deg);
}
.slick-nav.animate svg {
	-webkit-animation: stroke 1s ease forwards 0.3s;
	animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
	-webkit-animation: arrow 1.6s ease forwards;
	animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
	-webkit-animation: arrowUp 1.6s ease forwards;
	animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
	-webkit-animation: arrowDown 1.6s ease forwards;
	animation: arrowDown 1.6s ease forwards;
}
@-webkit-keyframes stroke {
	52% {
		transform: rotate(-180deg);
		stroke-dashoffset: 0;
	}
	52.1% {
		transform: rotate(-360deg);
		stroke-dashoffset: 0;
	}
	100% {
		transform: rotate(-180deg);
		stroke-dashoffset: 126;
	}
}
@keyframes stroke {
	52% {
		transform: rotate(-180deg);
		stroke-dashoffset: 0;
	}
	52.1% {
		transform: rotate(-360deg);
		stroke-dashoffset: 0;
	}
	100% {
		transform: rotate(-180deg);
		stroke-dashoffset: 126;
	}
}
@-webkit-keyframes arrow {
	0%,
	100% {
		transform: translateX(0);
		opacity: 1;
	}
	23% {
		transform: translateX(17px);
		opacity: 1;
	}
	24%,
	80% {
		transform: translateX(-22px);
		opacity: 0;
	}
	81% {
		opacity: 1;
		transform: translateX(-22px);
	}
}
@keyframes arrow {
	0%,
	100% {
		transform: translateX(0);
		opacity: 1;
	}
	23% {
		transform: translateX(17px);
		opacity: 1;
	}
	24%,
	80% {
		transform: translateX(-22px);
		opacity: 0;
	}
	81% {
		opacity: 1;
		transform: translateX(-22px);
	}
}
@-webkit-keyframes arrowUp {
	0%,
	100% {
		transform: rotate(-40deg) scaleX(1);
	}
	20%,
	80% {
		transform: rotate(0deg) scaleX(0.1);
	}
}
@keyframes arrowUp {
	0%,
	100% {
		transform: rotate(-40deg) scaleX(1);
	}
	20%,
	80% {
		transform: rotate(0deg) scaleX(0.1);
	}
}
@-webkit-keyframes arrowDown {
	0%,
	100% {
		transform: rotate(40deg) scaleX(1);
	}
	20%,
	80% {
		transform: rotate(0deg) scaleX(0.1);
	}
}
@keyframes arrowDown {
	0%,
	100% {
		transform: rotate(40deg) scaleX(1);
	}
	20%,
	80% {
		transform: rotate(0deg) scaleX(0.1);
	}
}
/*about*/
.about.clearfix {
	padding: 50px 0;
	overflow: hidden;
}
.about img {
	width: 100%;
	border-radius: 5px;
}
.about a.btn.btn-warning {
	font-size: 14px;
	background-image: linear-gradient(to right, #e7ce4c, #d6ab60);
	border: 0;
	padding: 9px 30px;
	border-radius: 60px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 18px;
}
.about a.btn.btn-warning:hover,
.slide .slide__content--headings .button-custom:hover,
.whatwe-boxcnt a.btn.btn-warning:hover,
.overview-left a.btn.btn-warning:hover,
.luxury a.btn.btn-warning:hover,
.ser-info a.btn.btn-warning:hover {
	box-shadow: inset 0px 39px 0px 0px #000;
	transition: 0.5s;
}
/*about end*/

.overview {
	padding: 50px 0;
	background: #f9f9f9;
	overflow: hidden;
}
.overview img {
	width: 100%;
}
.overview-left {
	background: #fff;
	padding: 33px;
	width: 700px;
	z-index: 11;
	position: relative;
	margin-top: 73px;
	border-left: 3px solid #e7cd4d;
}
.overview-left.sec {
	right: 175px;
	border-right: 3px solid #e7cd4d;
	border-left: none;
}
.overview-left h3.heading {
	text-align: left;
	padding-left: 0;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	padding-bottom: 20px;
}
.overview-left a {
	color: #ff7f7f;
	display: inline-block;
	font-weight: 700;
	font-size: 15px;
	text-decoration: underline;
}
.overview-left a.btn.btn-warning {
	font-size: 14px;
	background-image: linear-gradient(to right, #e7ce4c, #d6ab60);
	border: 0;
	padding: 9px 30px;
	border-radius: 60px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 20px;
}
/*whatwedo end*/
.whatwedo.clearfix {
	padding: 50px 0;
	background: #e3e3e3;
	overflow: hidden;
}
.whatwe-boximg {
	height: 207px;
}
.whatwe-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.9s;
}
.whatwe-box:hover img {
	transform: scale(1.1);
	transition: 0.9s;
}
.whatwedo p.hd-pr,
.team-page-section p.hd-pr {
	text-align: center;
	margin: 0 auto !important;
	width: 72%;
	font-style: italic;
}
.whatwe-boxcnt {
	text-align: center;
	padding: 25px;
}
.whatwe-box {
	border-radius: 5px;
	box-shadow: 2px 0px 21px -8px #000000;
	overflow: hidden;
	margin-top: 40px;
	background: #fff;
	transition: 5s;
}
.whatwe-box:hover {
	transform: rotatey(360deg);
	transition: 5s;
}
.whatwe-boxcnt h4 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 19px;
}
.whatwe-boxcnt p {
	text-align: center;
	font-size: 16px;
	padding: 2px 0 21px;
}
.whatwe-boxcnt a.btn.btn-warning {
	font-size: 14px;
	background-image: linear-gradient(to right, #e7ce4c, #d6ab60);
	border: 0;
	padding: 9px 30px;
	border-radius: 60px;
	text-transform: uppercase;
	color: #fff;
}
/*whatwedo end*/
.latest-pr.clearfix {
	padding: 50px 0;
}
.latest-pr .tab {
	cursor: pointer;
	padding: 10px 20px;
	margin: 0px 2px;
	background: #000;
	display: inline-block;
	color: #fff;
	border-radius: 50px;
	box-shadow: 0 0.5rem 0.8rem #00000080;
	text-transform: uppercase;
}
.latest-pr .panels {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 0 0;
}
.latest-pr .panel {
	display: none;
	animation: fadein 0.8s;
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.latest-pr .tabs {
	margin-top: 22px;
}
.latest-pr .radio {
	display: none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel,
#four:checked ~ .panels #four-panel {
	display: block;
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab,
#four:checked ~ .tabs #four-tab {
	background: #fffffff6;
	color: #000;
	border-top: 3px solid #000;
}
.archi-box img {
	width: 100%;
	transition: 0.9s;
}
.archi-boximg {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	height: 224px;
}
.archi-boxcnt h3 a {
	color: #dfc446;
	font-size: 21px;
	display: block;
	font-weight: 600;
}
.archi-boxcnt h3 span {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.archi-boxcnt {
	position: absolute;
	bottom: -40px;
	width: 100%;
	background: #000000a1;
	transition: 0.9s;
	padding: 10px 0 0;
}
.archi-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.archi-box:hover .archi-boxcnt {
	transform: translatey(-71px);
	transition: 0.9s;
}
.archi-box:hover img {
	transform: scale(1.1);
	transition: 0.9s;
}
.service {
	padding: 30px 0 50px 0;
}
.service-item {
	position: relative;
	margin-top: 30px;
	overflow: hidden;
}
.service-item:hover img {
	transform: rotateY(-90deg);
	opacity: 0;
}
.service-item:hover .ser-info {
	transform: rotateY(0deg);
	transition: 1s;
	opacity: 1;
}
.ser-info {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 36px 60px 10px 60px;
	background: #000000bf;
	color: #fff;
	transform: rotateY(90deg);
	transition: 1s;
	opacity: 0;
}
.ser-info p {
	color: #fff !important;
	text-align: center;
	font-size: 16px;
}
.ser-info a.btn.btn-warning {
	font-size: 14px;
	background-image: linear-gradient(to right, #e7ce4c, #d6ab60);
	border: 0;
	padding: 9px 30px;
	border-radius: 60px;
	text-transform: uppercase;
	color: #fff;
}
.ser-info h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
}
.ser-img {
	height: 400px;
	perspective: 1000px;
	opacity: 1;
}
.ser-img img {
	width: 100%;
	height: 100%;
	transition: 1s;
	transform: rotateY(0);
	object-fit: cover;
}
/*testimonial end*/
.testimonial.clearfix {
	padding: 50px 0;
	background: #000;
}

li.pr-box {
	box-shadow: -2px 2px 5px rgb(0 0 0 / 10%);
	padding: 10px 4px;
	margin: 0 10px !important;
	border: 1px solid #eee;
}
.testslider.slick-initialized.slick-slider button.slick-prev.slick-arrow,
.testslider.slick-initialized.slick-slider button.slick-next.slick-arrow {
	visibility: hidden;
}
.pr-img {
	overflow: hidden;
	margin: 0 auto;
	width: 150px;
}
.testimonial .slick-nav.next-arrow.slick-arrow,
.testimonial .slick-nav.prev-arrow.slick-arrow {
	top: 45%;
}
.pr-img img {
	width: 111px;
	height: 111px;
	object-fit: cover;
	border-radius: 100px;
}
.testimonial li.pr-box p {
	color: #fff !important;
	text-align: center;
	margin: 0 auto !important;
	width: 50%;
	padding: 24px 0;
	position: relative;
}
.testimonial li.pr-box p:after {
	position: absolute;
	content: "\f10d";
	font-family: "font awesome 5 free";
	top: 0;
	left: -67px;
	font-size: 50px;
	color: #dfc446;
	font-weight: bold;
}

.testimonial li.pr-box p:before {
	position: absolute;
	content: "\f10e";
	font-family: "font awesome 5 free";
	bottom: 0;
	right: -28px;
	font-size: 50px;
	color: #dfc446;
	font-weight: bold;
}
.testimonial li.pr-box h4 {
	color: #fff;
	text-align: center;
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
}
button.slick-prev.slick-arrow:after {
	top: 45%;
	position: absolute;
	z-index: 11111;
	left: 0;
	visibility: visible;
	content: "\f0a8";
	font-family: "font awesome 5 free";
	color: #dfc446;
	font-size: 26px;
	background: none;
	font-weight: bold;
}
button.slick-next.slick-arrow:before {
	top: 45%;
	position: absolute;
	z-index: 11111;
	right: 0;
	visibility: visible;
	content: "\f0a9";
	font-family: "font awesome 5 free";
	color: #dfc446;
	font-size: 26px;
	background: none;
	font-weight: bold;
}

/*testimonial end*/

.counter-up {
	padding: 50px;
}
.counter-up .content {
	z-index: 1;
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.counter-up .content .box {
	border: 1px dashed rgb(0 0 0 / 60%);
	width: calc(25% - 30px);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-direction: column;
	padding: 20px;
}
.content .box .icon {
	font-size: 48px;
	color: #e6e6e6;
}
.content .box .counter {
	font-size: 31px;
	font-weight: 500;
	color: #f2f2f2;
	font-family: sans-serif;
	width: 80px;
	height: 80px;
	text-align: center;
	background: #dfc446;
	border-radius: 5px;
	line-height: 80px;
	margin-bottom: 18px;
}
.content .box .text {
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
}
.luxury.clearfix {
	padding: 42px 0;
	background: linear-gradient(45deg, black, #91690f);
}
.luxury p {
	color: #fff !important;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
}
.luxury a.btn.btn-warning {
	font-size: 14px;
	background-image: linear-gradient(to right, #e7ce4c, #d6ab60);
	border: 0;
	padding: 9px 30px;
	border-radius: 60px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 18px;
}

/*int-banner*/
.int-banner {
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 1;
}
.int-banner:before {
	position: absolute;
	height: 100vh;
	width: 100%;
	content: "";
	background: url(../images/int-banner.jpg) no-repeat center center/cover;
	z-index: -1;
	top: 0;
	left: 0;
	background-attachment: fixed;
}

.int-banner.archi:before {
	position: absolute;
	height: 100vh;
	width: 100%;
	content: "";
	background: url(../images/archi.jpg) no-repeat center center/cover;
	z-index: -1;
	top: 0;
	left: 0;
	background-attachment: fixed;
}

.int-banner-right {
	overflow: hidden;
}
.int-banner-right img {
	display: block;
	visibility: visible;
	animation: updown 1s linear alternate infinite;
	transform: translateY(-137px);
}
@keyframes updown {
	from {
		transform: translateY(-137px);
	}
	to {
		transform: translateY(-110px);
	}
}

.int-banner h2 {
	color: #fff;
	font-weight: 800;
	font-size: 37px;
}
.int-banner-left {
	transform: translateY(70%);
	margin-right: 84px;
	border: 20px solid #d6ab60;
	padding: 20px;
	background: rgba(0, 0, 0, 80%);
}
.int-banner-left p {
	color: #fff !important;
	padding-top: 19px;
}

.item1 {
	grid-area: header;
}
.item2 {
	grid-area: menu;
}
.item3 {
	grid-area: main;
}
.item4 {
	grid-area: right;
}
.item5 {
	grid-area: footer;
}

.grid-container {
	display: grid;
	grid-template-areas:
		"header header header header header header"
		"menu main main main right right"
		"menu footer footer footer footer footer";
	grid-gap: 10px;
	background-color: #2196f3;
	padding: 10px;
}

.grid-container > div {
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 20px 0;
	font-size: 30px;
}

.in-service {
	padding: 50px 0;
}
.in-service-box {
	overflow: hidden;
	position: relative;
	height: 100%;
}
.in-service-box:hover img {
	transform: scale(1.2);
	transition: all 0.5s;
}

.in-service-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	transform: scale(1.1);
}

.service-boxcnt {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s;
	background: rgba(0, 0, 0, 42%);
}
.service-boxcnt h3 a {
	color: #fff;
	font-size: 18px;
	background: rgba(0, 0, 0, 78%);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding: 19px;
	position: relative;
}

.service-boxcnt h3 a:hover:before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -9px;
	border: #fff solid 4px;
	transition: 0.5s;
}
.service-boxcnt h3 a:before {
	content: "";
	position: absolute;
	border: #fff solid 4px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition-property: top, right, bottom, left;
	transition: 0.5s;
}

.in-package {
	padding: 0 0 50px 0;
}
.package-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.package-box {
	position: relative;
	overflow: hidden;
	height: 350px;
	margin-top: 26px;
}
.package-box:hover .package-boxcnt {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
.package-box:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
}
.package-boxcnt {
	position: absolute;
	bottom: -100%;
	opacity: 0;
	padding: 104px 20px;
	width: 100%;
	height: 350px;
	background: rgba(0, 0, 0, 74%);
	text-align: center;
	visibility: hidden;
	transition: all 0.5s;
}
.package-boxcnt h3 a {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
}

.package-boxcnt p {
	color: #fff !important;
	text-align: center;
}
.why-choose {
	background-image: url(../images/wh-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.why-choose h2.heading {
	color: #fff;
}
.why-choose h4 {
	color: #fff;
	font-size: 16px;
}
.why-img {
	text-align: center;
}

.md-box img {
	width: 100%;
	transition: all 0.5s;
	height: 247px;
	object-fit: cover;
}
.md-offer {
	padding: 50px 0;
	background: #edebeb;
}
.md-box {
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	overflow: hidden;
	margin-top: 22px;
	background: #fff;
}
.md-boximg {
	overflow: hidden;
}
.md-box h4 a {
	color: #000;
	font-weight: 600;
	margin-top: 17px;
	display: block;
	font-size: 18px;
	text-align: center;
	transition: all 0.5s;
}
.md-box:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
}

.md-box:hover h4 a {
	color: #d6ab60;
	transition: all 0.5s;
}

.md-offer a.btn.btn-warning.btn-view {
	margin-top: 28px;
	color: #fff;
	background: #dfc446;
}

.instal {
	padding: 50px 0;
}
.instal h2.heading {
	width: 72%;
}
.instal-box {
	text-align: center;
	box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
	padding: 18px;
	margin-top: 30px;
}
.instal-box p {
	text-align: center;
}
.instal-box h4 {
	font-weight: 700;
	font-size: 20px;
	padding: 16px 0 0;
}

/*int-banner end*/

path {
	stroke: #000000;
	fill: #000000;
}

.page-wrapper {
	overflow: hidden;
}

.sky {
	background: linear-gradient(
		to bottom,
		#000508 0%,
		#163c52 25%,
		#4f4f47 40%,
		#c5752d 53%,
		#b7490f 85%,
		#2f1107 100%
	);
	width: 100%;
	height: 75vh;
}
.sky .component-wrapper {
	position: relative;
}
.sky .sun {
	position: absolute;
	width: 200px;
	height: 200px;
	top: 45%;
	left: 20%;
	border-radius: 50%;
	background: radial-gradient(
		circle,
		#ffe483 0%,
		#ffc700 10%,
		#ff8117 11%,
		#f5740300 35%,
		#f5740300 100%
	);
}
.sky .svg-image {
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
	max-height: 75vh;
}
.sky .background-left {
	width: 60%;
	margin-left: -36px;
	transform: scaleX(-1);
	bottom: -15px;
}
.sky .background-right {
	margin-right: 0;
}
.sky .background {
	width: 100%;
	margin: 0 -20px;
	margin-bottom: -10px;
}
.sky .background-grid {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	top: 0;
	align-items: flex-end;
}
.sky .limit {
	max-height: 75vh;
	max-width: 100vh;
	width: calc((768 / 1024) * 107%);
	bottom: 0;
}
.sky .light-wrapper,
.sky .weld-wrapper,
.sky .spark-wrapper {
	position: relative;
	padding-bottom: calc((768 / 1024) * 100%);
	height: 0;
}

.ground {
	background: black;
	width: 100%;
	height: 25vh;
}

.svg-components {
	position: relative;
	height: 0;
	width: 100%;
	padding: 0;
	padding-bottom: 75vh;
	margin: auto;
	margin-left: -10%;
}
.svg-components svg {
	position: absolute;
	height: 100%;
	width: 80%;
	left: 0;
	bottom: -7px;
	right: 0;
	margin: auto;
	max-height: calc(80vw / 1.33);
	margin-right: 0;
}

.container {
	position: relative;
}

.light-bar {
	transform: rotate(4deg) translateX(15px);
	display: flex;
	justify-content: space-between;
	width: 85%;
	position: absolute;
	height: 100%;
	bottom: -18%;
}

.light.red {
	visibility: visible;
	opacity: 1;
	width: 1px;
	height: 1px;
	box-shadow: 0 0 5px 5px #ff1818;
	background-color: #ff1818;
	-webkit-animation: strobe 3s steps(2, start) infinite;
	animation: strobe 3s steps(2, start) infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.light.top {
	position: absolute;
	top: 9%;
	right: 29%;
}

.material.hidden {
	visibility: hidden;
}
.material path {
	-webkit-animation: move-trolly-components 45s infinite;
	animation: move-trolly-components 45s infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.hook {
	-webkit-animation: move-trolly-components 45s infinite;
	animation: move-trolly-components 45s infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.cable {
	stroke-width: 1;
	stroke: black;
	stroke-dasharray: 485;
	stroke-dashoffset: 485;
	-webkit-animation: move-cable 45s infinite,
		move-trolly-components 45s infinite;
	animation: move-cable 45s infinite, move-trolly-components 45s infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.material,
.trolly-movement,
.cable,
.hook {
	--transX1: -55%;
	--transX2: -50%;
	--transX3: -5%;
	--transX4: -5%;
	--transY1: -6.5%;
	--transY2: -6.5%;
	--transY3: 0%;
	--transY4: 0%;
	--scale1: 1.1;
	--scale2: 1;
}

.hook,
.material {
	--transY1: 55%;
	--transY2: -6.5%;
	--transY3: 0%;
	--transY4: 55%;
}

.trolly-movement {
	-webkit-animation: move-trolly-components 45s infinite;
	animation: move-trolly-components 45s infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.spark {
	position: relative;
	width: 10%;
	margin-top: -20px;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.weld-container,
.spark-container {
	width: 10px;
	height: 10px;
	position: absolute;
}
.weld-container:first-child,
.spark-container:first-child {
	left: 81.2%;
	top: 50.2%;
}
.weld-container:last-child,
.spark-container:last-child {
	left: 52%;
	top: 71.9%;
}

.weld {
	opacity: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-animation: welding 8s infinite;
	animation: welding 8s infinite;
	background: radial-gradient(
		circle,
		#ffffff 0%,
		#ddedff 25%,
		#e1ecf9 35%,
		#cee4ff 40%,
		#badaff 50%,
		rgba(186, 218, 255, 0.4) 80%,
		rgba(186, 218, 255, 0.1) 100%
	);
}

.particle {
	opacity: 0;
	position: absolute;
	background-color: #fffbd1;
}
.particle.negative-X {
	-webkit-animation: sparks-neg-X 0.7s infinite, welding 8s infinite;
	animation: sparks-neg-X 0.7s infinite, welding 8s infinite;
}
.particle.positive-X {
	-webkit-animation: sparks-pos-X 0.7s infinite, welding 8s infinite;
	animation: sparks-pos-X 0.7s infinite, welding 8s infinite;
}

@-webkit-keyframes welding {
	0% {
		opacity: 0;
	}
	1% {
		opacity: 1;
	}
	2% {
		opacity: 0;
	}
	3% {
		opacity: 1;
	}
	4% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	11% {
		opacity: 1;
	}
	12% {
		opacity: 0;
	}
	13% {
		opacity: 1;
	}
	59% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes welding {
	0% {
		opacity: 0;
	}
	1% {
		opacity: 1;
	}
	2% {
		opacity: 0;
	}
	3% {
		opacity: 1;
	}
	4% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	11% {
		opacity: 1;
	}
	12% {
		opacity: 0;
	}
	13% {
		opacity: 1;
	}
	59% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes sparks-neg-X {
	0% {
		opacity: 1;
		transform: translateY(0%);
	}
	95% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateY(1500%) translateX(-5px);
	}
}
@keyframes sparks-neg-X {
	0% {
		opacity: 1;
		transform: translateY(0%);
	}
	95% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateY(1500%) translateX(-5px);
	}
}
@-webkit-keyframes sparks-pos-X {
	0% {
		opacity: 1;
		transform: translateY(0%) rotate(0deg);
	}
	93% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateY(1500%) translateX(5px);
	}
}
@keyframes sparks-pos-X {
	0% {
		opacity: 1;
		transform: translateY(0%) rotate(0deg);
	}
	93% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateY(1500%) translateX(5px);
	}
}
@-webkit-keyframes strobe {
	to {
		visibility: hidden;
		opacity: 0;
	}
}
@keyframes strobe {
	to {
		visibility: hidden;
		opacity: 0;
	}
}
@-webkit-keyframes move-trolly-components {
	0% {
		transform: translateX(var(--transX1)) translateY(var(--transY1))
			scale(var(--scale1));
	}
	25% {
		transform: translateX(var(--transX2)) translateY(var(--transY2))
			scale(var(--scale1));
	}
	75% {
		transform: translateX(var(--transX3)) translateY(var(--transY3))
			scale(var(--scale2));
	}
	100% {
		transform: translateX(var(--transX4)) translateY(var(--transY4))
			scale(var(--scale2));
	}
}
@keyframes move-trolly-components {
	0% {
		transform: translateX(var(--transX1)) translateY(var(--transY1))
			scale(var(--scale1));
	}
	25% {
		transform: translateX(var(--transX2)) translateY(var(--transY2))
			scale(var(--scale1));
	}
	75% {
		transform: translateX(var(--transX3)) translateY(var(--transY3))
			scale(var(--scale2));
	}
	100% {
		transform: translateX(var(--transX4)) translateY(var(--transY4))
			scale(var(--scale2));
	}
}
@-webkit-keyframes move-cable {
	0% {
		stroke-dashoffset: 970;
	}
	25% {
		stroke-dashoffset: 543;
	}
	75% {
		stroke-dashoffset: 543;
	}
	100% {
		stroke-dashoffset: 970;
	}
}
@keyframes move-cable {
	0% {
		stroke-dashoffset: 970;
	}
	25% {
		stroke-dashoffset: 543;
	}
	75% {
		stroke-dashoffset: 543;
	}
	100% {
		stroke-dashoffset: 970;
	}
}

/*construction*/

.wedone {
	padding: 0 0 50px;
}
.wedone-left {
	position: relative;
}

.wedone-left img {
	width: 100%;
}

.wedone-right h2.heading:before,
.wedone-right h2.heading:after {
	left: 16%;
}
.wedone-right h2 span {
	display: block;
}
.wedone-right h2 {
	margin-bottom: 26px;
}
.wedone-left .icon {
	position: absolute;
	right: -39px;
	top: 50%;
	transform: translate(0, -50%);
}

.wedone-left .icon i {
	width: 76px;
	height: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #dfc446;
	border-radius: 100%;
	color: #fff;
	font-size: 26px;
}
.done-box {
	text-align: center;
	box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
	padding: 26px;
	border-radius: 9px;
	margin-top: 29px;
	height: 300px;
}
.done-box i {
	width: 90px;
	height: 90px;
	background: #dfc446;
	border-radius: 100%;
	text-align: center;
	line-height: 90px;
	font-size: 30px;
	transition: all 0.5s;
}
.done-box:hover i {
	background: #000;
	color: #fff;
	transition: all 0.5s;
}
.done-box h3 {
	font-size: 16px;
	font-weight: 700;
	padding: 17px 0 6px;
	text-transform: uppercase;
}
.done-box p {
	text-align: center;
}
.edge.clearfix {
	padding: 50px 0;
	background: #f5f4f5;
}
.edge.clearfix h2 {
	padding: 0;
}
.edge.clearfix p.edge-cnt {
	width: 50%;
	margin: 0 auto !important;
	text-align: center;
}

table.edge-tbl {
	width: 70%;
	margin: 0 auto;
}
table.edge-tbl td {
	padding: 10px 18px 18px 25px;
	border: 1px dashed #ccc !important;
}
table.edge-tbl th {
	padding: 10px 18px;
}
table.edge-tbl th:nth-child(2) {
	background: #eb595f;
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
table.edge-tbl th:nth-child(3) {
	font-weight: 700;
	font-size: 18px;
}
table.edge-tbl td ul li {
	position: relative;
}
table.edge-tbl td ul li:after {
	content: "";
	top: 10px;
	border-radius: 50px;
	left: -10px;
	position: absolute;
	background: #000000;
	padding: 3px;
}
.tbl-btn {
	text-align: center;
	padding: 20px 0;
}
.tbl-btn a.btn.btn-primary {
	color: #fff !important;
	border-radius: 50px;
	padding: 8px 25px;
	background: #eb595f;
	border: 0;
}
.build input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.build {
	padding: 50px 0;
	background-image: url(../images/build-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

/* Accordion styles */
.build .tabs {
	border-radius: 8px;
	overflow: hidden;
}
.build .tabs h2 {
	font-family: "Gilroy", sans-serif;
	font-weight: 700;
	font-size: 27px;
}

.build .tab {
	width: 100%;
	color: #000;
	overflow: hidden;
}
.build .tab-label {
	display: flex;
	justify-content: space-between;
	padding: 1em;
	background: #dfc446;
	font-weight: 400;
	cursor: pointer;
	margin-bottom: 13px;
	border-radius: 4px;
	font-weight: 700;
	/* Icon */
}
.build .tab-label::after {
	content: "\f054";
	width: 1em;
	height: 1em;
	text-align: center;
	transition: all 0.35s;
	font-weight: bold;
	font-family: "font awesome 5 free";
}
.build .tab-content {
	max-height: 0;
	padding: 0 1em;
	color: #ffffff;
	background: #000;
	transition: all 0.35s;
}
.build .tab-close {
	display: flex;
	justify-content: flex-end;
	padding: 1em;
	font-size: 0.75em;
	background: #2c3e50;
	cursor: pointer;
}
.build .tab-close:hover {
	background: #1a252f;
}

/*input:checked + .tab-label {
  background: #1a252f;
}*/
input:checked + .tab-label::after {
	transform: rotate(90deg);
}
input:checked ~ .tab-content {
	max-height: 100vh;
	padding: 1em;
}

.buikd-right h2 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 36px;
}
.buikd-right h3 {
	color: #dfc446;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
}
.buikd-right p {
	color: #fff !important;
}
.buikd-right ul li {
	position: relative;
	padding-left: 35px;
	color: #fff;
	line-height: 33px;
}
.buikd-right ul li:after {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	font-family: "font awesome 5 free";
	content: "\f058";
	color: #dfc446;
}

.our-pr.clearfix {
	padding: 50px 0 0;
}
.our-pr li.cn-box {
	margin: 10px !important;
	box-shadow: 0px 3px 4px 0 #000;
	border-radius: 5px;
	overflow: hidden;
}

.cn-cnt {
	padding: 20px;
}
.our-pr li.cn-box img {
	width: 100%;
	height: 212px;
	object-fit: cover;
}
.our-pr button.slick-prev.slick-arrow,
.our-pr button.slick-next.slick-arrow {
	visibility: hidden;
}

.our-pr button.slick-prev.slick-arrow:after,
.our-pr button.slick-next.slick-arrow:before {
	color: #000000;
}

.cn-img {
	height: 212px;
}
/*construction end*/

/*architecture*/
.archi-about {
	padding: 0 0 50px;
}

.archi-project h2.heading {
	margin-bottom: 40px;
}

.arpro-left img {
	width: 100%;
}

.col-sm-6.archi-main {
	display: flex;
	align-items: center;
}
.arpro-right {
	padding: 51px;
	border: 1px solid #ffc107;
}
.arpro-right h3 {
	font-weight: 500;
	font-size: 25px;
}
.arpro-right p {
	margin: 15px 0 !important;
}

.archi-right {
	height: 400px;
	overflow: hidden;
}
.archi-right {
	height: 500px;
	overflow: hidden;
}
.archi-right img {
	height: 500px;
	object-fit: cover;
	width: 100%;
}
.howtowork {
	padding: 0 0 50px;
}

/*architecture end*/

/*gallery*/

.gallery {
	padding: 50px 0;
}
.gallery .card {
	color: #252a32;
	border-radius: 2px;
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
	margin-bottom: 24px;
}
.gallery .card-image {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 70%;
	background: #ffffff;
}
.gallery .card-image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*gallery end*/

/*property*/

.banner {
	position: relative;
	height: 600px;
	overflow: hidden;
}
.banner-image img {
	width: 100%;
	overflow: hidden;
}
.banner-image {
	overflow: hidden;
	height: 600px;
}
.banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgb(0 0 0 / 71%);
	text-align: center;
	padding: 50px;
	backdrop-filter: blur(5px);
	border: 23px solid #e0bf54;
	border-image: linear-gradient(to bottom, #dfc446, rgba(0, 0, 0, 0)) 1 100%;
}
.banner-content h3 {
	color: #fff;
	font-weight: 600;
	font-size: 41px;
}
.banner-content p {
	text-align: center;
	color: #fff !important;
}
.banner-content a.btn.btn-warning {
	font-size: 14px;
	background-image: linear-gradient(to right, #e7ce4c, #d6ab60);
	border: 0;
	padding: 9px 30px;
	border-radius: 60px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 18px;
}
.property {
	padding: 0 0 50px;
}
.prp-box img {
	width: 100%;
}
.prp-box {
	margin-bottom: 38px;
}
.check-pr {
	padding: 0 0 50px;
}
.check-box img {
	width: 100%;
}
.check-box {
	position: relative;
	overflow: hidden;
	height: 300px;
}
.chk-cnt h3 {
	color: #fff;
	font-size: 25px;
}

.chk-cnt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 66%;
	background: rgba(0, 0, 0, 77%);
	padding: 24px;
	text-align: center;
}

.chk-cnt a.btn.btn-warning {
	font-size: 14px;
	background-image: linear-gradient(to right, #e7ce4c, #d6ab60);
	border: 0;
	padding: 9px 30px;
	border-radius: 60px;
	text-transform: uppercase;
	color: #fff;
}

/*@keyframes hanging {
                0% {
                    transform: rotate(2deg) translate(-50%, -50%);
		
                }

                50% {
                    transform: rotate(-2deg) translate(-50%, -50%);
                }

                100% {
                    transform: rotate(2deg) translate(-50%, -50%);
                }
            }
  .banner-content {
                -webkit-animation: hanging 12s infinite alternate;
                animation: hanging 12s infinite alternate;
            }
*/

/*property end*/

/*whowe*/
.whowe {
	padding: 50px 0;
}
.whowe img {
	width: 100%;
}
.whowe h2.heading:after,
.whowe h2.heading:before {
	left: 21%;
}
.whowe.why h2.heading:after,
.whowe.why h2.heading:before {
	left: 12%;
}

.whowe ul li {
	position: relative;
	padding-left: 23px;
	line-height: 38px;
}
.whowe ul li:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f058";
	font-size: 15px;
	font-weight: bold;
	font-family: "font awesome 5 free";
	color: #dfc446;
}

.mision {
	padding: 50px 0;
}
.msn-box {
	text-align: center;
	border-bottom: 5px solid #dfc446;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0px 0px 7px 0px #ccc;
	transition: all 0.5s;
}
.msn-box:hover i {
	background: #000;
	color: #fff;
	transition: all 0.5s;
}
.msn-box:hover {
	box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px,
		rgb(0 0 0 / 30%) 0px 30px 60px -30px,
		rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
	border-bottom: 5px solid #000;
	transition: all 0.5s;
}
.msn-box i {
	background: #dfc446;
	color: #000;

	height: 90px;
	width: 90px;
	font-size: 22px;
	text-align: center;
	line-height: 86px;
	border-radius: 100%;
	transition: all 0.5s;
}
.msn-box h3 {
	padding: 17px 0 5px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 19px;
}
.msn-box p {
	text-align: center;
}
/*whowe end*/

/*blog*/
.blog {
	padding: 50px 0;
}
.blog-box {
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
	margin-bottom: 24px;
}
.blog-img {
	position: relative;
	overflow: hidden;
}
.blog-img img {
	width: 100%;
	transform: scale(1.2);
	transition: all 0.5s;
}
.blog-box:hover .blog-img img {
	transform: scale(1.1);
	transition: all 0.5s;
}
.blog-date {
	position: absolute;
	top: 0;
	left: 0;
	background: #dfc446;
	padding: 16px;
}
.blog-date p {
	padding: 0px;
	font-weight: 700;
	font-size: 19px;
}
.blog-date p span {
	display: block;
	text-align: center;
	border-top: 1px solid #000;
}
.blog-cnt {
	padding: 20px 24px;
}
.blog-cnt a.head {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 10px;
	display: block;
}
.blog-cnt a.btn.btn-warning {
	font-size: 14px;
	background-image: linear-gradient(to right, #e7ce4c, #d6ab60);
	border: 0;
	padding: 9px 30px;
	border-radius: 60px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 13px;
}
.blog-cnt a.btn.btn-warning:hover {
	box-shadow: inset 0px 39px 0px 0px #000;
	transition: 0.5s;
}
/*blog end*/
/*blog-list*/

.blog-list {
	padding: 50px 0;
}
.blg-box img {
	width: 100%;
}
.blg-img {
	margin-bottom: 23px;
}
.blg-box ul {
	display: flex;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px 0px !important;
	margin-top: 17px !important;
}
.blg-box ul li {
	border-right: 1px solid #ccc;
	padding: 0 13px;
}

.blg-box ul li:first-child {
	padding-left: 0;
}
.blg-box ul li:last-child {
	border: 0;
}

.blg-box ul li i {
	padding-right: 7px;
}
.form-details {
	margin-top: 39px;
}
.form-details h4 {
	padding: 0;
	font-size: 19px;
	font-weight: 600;
}
.form-details input,
.form-details textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 14px;
	border-radius: 5px;
	border: 0;
	box-shadow: 0px 0px 3px 1px #ccc;
	outline: none;
}

.form-details textarea {
	height: 190px;
}

form.form-grouptwo input {
	position: relative;
	padding: 10px;
	border: 0;
	box-shadow: 0px 0px 1px 1px #ccc;
	width: 100%;
	border-radius: 5px;
	outline: none;
}

form.form-grouptwo button {
	position: absolute;
	right: 30px;
	background: none;
	border: 0;
	top: 10px;
	color: #dfc446;
}
.latest-post {
	margin-top: 33px;
}
.latest-dtls {
	margin-bottom: 20px;
}
.latest-post img {
	width: 100%;
	height: 75px;
	object-fit: cover;
}

.latest-post h3 {
	font-size: 17px;
	text-transform: uppercase;
}
.latest-post h4 {
	font-size: 18px;
	font-weight: 600;
}
.latest-post h4 span {
	font-weight: normal;
	display: block;
	font-size: 15px;
	padding-top: 12px;
	font-style: italic;
}
/*blog-list end*/

/*contact*/
.inner-contact {
	padding: 50px 0;
}
.contact-left h2 {
	margin-bottom: 47px;
}
.contact-left ul.cnt li {
	position: relative;
	padding-left: 86px;
	margin-bottom: 50px !important;
}
.contact-left ul.cnt li i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15px;
	width: 58px;
	height: 60px;
	border: 1px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
}
.contact-left ul.cnt li span {
	display: block;
	padding-bottom: 10px;
	color: #dfc446;
	font-weight: 800;
	letter-spacing: 6px;
	text-transform: uppercase;
	font-size: 18px;
}
.contact-left ul.cnt li a {
	color: #000;
	font-size: 14px;
}
.contact-left p {
	font-size: 14px;
}

.contact-right {
	background: #000;
	padding: 25px 36px;
}
.contact-right h2 {
	color: #fff;
	margin-bottom: 20px;
}
.contact-right form.form-group input,
.contact-right form.form-group textarea {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #fff;
	background: #000;
	padding: 20px 0;
	outline: none;
	color: #fff;
}
.contact-right button.btn.btn-warning {
	margin-top: 16px;
	width: 100%;
	background: #dfc446;
	border: 0;
	font-size: 17px;
	text-transform: uppercase;
}

/*contact end*/

/*clients*/

.clients {
	padding: 50px 0;
}
.client-img {
	text-align: center;
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	margin-bottom: 20px;
	transition: all 0.5s;
}
.client-img:hover {
	transform: translateY(-10px);
	transition: all 0.5s;
}

.clients p.hd-pr,
.apply p.hd-pr {
	text-align: center;
	margin: 0 auto !important;
	width: 72%;
	font-style: italic;
	padding-bottom: 44px;
}
/*clients end*/

/*project start*/
.project {
	padding: 100px 0;
	position: relative;
	text-align: center;
}
.project:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background-image: url(../images/curtains2.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: 30px;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.project .nav {
	justify-content: center;
	margin: 24px 0 !important;
}
.project .nav-pills .nav-link.active,
.project .nav-pills .show > .nav-link {
	color: #fff !important;
	background-image: linear-gradient(
		to right,
		rgb(234 209 79),
		rgb(161 110 32)
	) !important;
	border-radius: 3px;
	background-color: #ccc !important;
}
.project .nav-item {
	margin: 0 4px;
}
.project .nav-link {
	display: block !important;
	padding: 8px 18px !important;
	font-size: 17px;
	color: #333 !important;
	cursor: pointer;
}
.project .nav-link:hover {
	color: #333;
}
.project-item {
	position: relative;
	margin-top: 24px;
	animation: sld 0.6s linear forwards;
}
@keyframes sld {
	from {
		transform: rotateX(180deg) scale(0);
	}
	to {
		transform: rotateX(0deg) scale(1);
	}
}
.project-item img {
	width: 100%;
	transition: 0.5s;
	height: 260px;
	object-fit: cover;
}

.project-img {
	overflow: hidden;
	height: 260px;
}

.project-item:hover img {
	transform: scale(1.3);
}
.project-caption {
	position: absolute;
	bottom: -50px;
	left: 50%;
	width: 70%;
	background: linear-gradient(to right, rgb(234 209 79), rgb(161 110 32));
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 1;
	transition: 0.5s;
	transform: translate(-50%);
	border-radius: 6px;
	padding: 22px;
	box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.project-caption:before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	content: "";
	border-radius: 5px;
	transition: all 700ms ease;
	background: #fff;
	z-index: -1;
}
.project-item:hover .project-caption:before {
	height: 100%;
}

.project-item:hover .project-caption {
	opacity: 1;
}
.cap-animate {
	transform: translateY(50px);
	transition: 0.5s;
	z-index: 10;
}
.project-item:hover .cap-animate {
	transform: translateY(0);
}
.project-caption h3 {
	color: #fff;
	padding: 0;
	font-size: 20px;
}
.project-caption a {
	color: #000;
}
.project-caption h3 a:hover {
	color: #000;
}
.project-caption p {
	color: #bf8316;
	padding: 0;
}
/* .project-caption:before,
.project-caption:after {
	position: absolute;
	content: "";
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	z-index: 1;
	transition: 0.5s 0.3s;
} */
.project-caption:before {
	transform: scaleY(0);
}
.project-caption:after {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: scaleX(0);
}
.project-caption:hover:before {
	transform: scaleX(1);
}
.project-caption:hover:after {
	transform: scaleY(1);
}
/*project end*/

/*career*/

.award-box {
	text-align: center;
	box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
	padding: 34px;
}

.award-box i {
	width: 78px;
	height: 78px;
	background: #dfc446;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 23px;
	transform: rotate(45deg);
	transition: 0.5s;
}

.award-box:hover i {
	transform: rotate(0deg);
	transition: 0.5s;
}

.award-box p {
	text-align: center;
}
.award-box h3 {
	font-weight: 600;
	font-size: 20px;
	padding: 32px 0 0;
}

.apply.clearfix {
	padding: 50px 0 0;
	background: rgba(255, 204, 0, 63%);
}
.apply img {
	width: 100%;
}
.apply form.form-group {
	margin-top: 24px;
}

.apply form.form-group input[type="text"],
.apply form.form-group input[type="number"] {
	width: 100%;
	padding: 10px;
	border: 0;
	border-radius: 5px;
	font-size: 14px;
	margin-bottom: 14px;
	background: #000;
	color: #fff;
}
.apply form.form-group input[type="file"] {
	width: 100%;
}

.apply form.form-group button.btn.btn-warning {
	background: #000;
	border: 0;
	border-radius: 5px;
	padding: 10px 37px;
	margin-top: 27px;
	color: #fff;
}
/*career end*/

/*footer*/

footer.clearfix {
	padding: 50px 0;
}
footer img {
	width: 119px;
}
footer.clearfix {
	padding: 50px 0;
	background-image: url(../images/ft-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
footer ul.hd-icon {
	display: flex;
}
footer ul.hd-icon li {
	margin-right: 15px !important;
}
footer p {
	color: #fff !important;
	padding: 28px 0;
}
footer h3 {
	color: #fff;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 23px;
}
footer ul.ft-links li {
	position: relative;
	padding-left: 32px;
	line-height: 38px;
	transition: all 0.5s;
}
footer ul.ft-links li:hover {
	transform: translate(10px, 0);
	transition: all 0.5s;
}
footer ul.ft-links li a {
	color: #fff;
	font-size: 17px;
	display: inline-block;
	transition: all 0.5s;
}
footer ul.ft-links li:hover a {
	color: #d6ab60;
	transition: all 0.5s;
}
footer ul.ft-links li:hover:after {
	color: #d6ab60;
	transition: all 0.5s;
}
footer ul.ft-links li:after {
	position: absolute;
	content: "\f30b";
	font-family: "font awesome 5 free";
	color: #fff;
	left: 0;
	top: 0;
	font-weight: bold;
	font-size: 18px;
	transition: all 0.5s;
}
footer ul.ft-get li {
	position: relative;
	padding-left: 53px;
	margin-bottom: 23px !important;
	color: #fff;
}
footer ul.ft-get li span {
	display: block;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
}
footer ul.ft-get li i {
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 16px;
	color: #fff;
	width: 34px;
	height: 34px;
	background: #d6ab60;
	border-radius: 5px;
	text-align: center;
	line-height: 33px;
}
footer ul.hd-icon li a:hover i {
	background: #fff;
	width: 30px;
	height: 30px;
	transform: translatey(-7px);
	bottom: 0;
	transition: 0.9s;
	color: #000;
}
footer ul.ft-get li a {
	color: #fff;
}
.copyright.clearfix {
	background: #000;
	padding: 10px 0;
}
.copyright p {
	text-align: center;
	padding: 0;
	color: #fff !important;
}
.copyright p a {
	color: #d6ab60;
}
/*footer end*/

@media screen and (max-width: 1036px) {
	.counter-up {
		padding: 50px 50px 0 50px;
	}
	.counter-up .content .box {
		width: calc(50% - 30px);
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 580px) {
	.counter-up .content .box {
		width: 100%;
	}
}
@media screen and (max-width: 500px) {
	.counter-up {
		padding: 30px 20px 0 20px;
	}
}
@media screen and (min-width: 1280px) {
}
@media screen and (max-width: 1200px) {
	.navbar ul li {
		padding: 0 3px;
	}
	.navbar ul {
		margin-left: 0 !important;
	}
}
@media screen and (max-width: 1199px) {
	.navbar ul li {
		padding: 0 3px;
	}
}
@media screen and (min-width: 1024px) {
}
@media screen and (max-width: 999px) {
	.trend-list-item ul {
		flex-wrap: wrap;
	}
	.trend-list-item ul li {
		display: grid;
		width: 30%;
		margin-bottom: 10px !important;
	}
	.gallery.clearfix .col-sm-3 {
		width: 50%;
	}
}
@media screen and (max-width: 992px) {
	footer.clearfix .col-sm-3,
	footer.clearfix .col-sm-6 {
		width: 100%;
	}
	.footer-middle-product {
		margin-bottom: 26px;
	}
	.footer-middle-logo {
		margin-bottom: 20px;
	}
	.morans.clearfix .col-sm-6 {
		width: 100%;
	}
	.moran-dtls {
		padding: 0px;
	}
	.moran-left {
		margin-top: 60px;
	}
	.footer-bottom.clearfix p {
		text-align: center;
	}
}
@media screen and (max-width: 991px) {
	.top-right ul {
		margin-top: 12px !important;
	}
	.gallery.clearfix .col-sm-6.gl,
	.gallery.clearfix .col-sm-6.sec {
		width: 100%;
	}
	.morans.clearfix .col-sm-6 {
		width: 100%;
	}
	footer.clearfix .col-sm-3,
	footer.clearfix .col-sm-6 {
		width: 100%;
	}
	.footer-bottom.clearfix p {
		text-align: center;
	}
}
@media screen and (max-width: 990px) {
	.top-right ul {
		margin-top: 12px !important;
	}
}
@media screen and (min-width: 800px) {
}
@media screen and (min-width: 1280px) {
}
@media screen and (min-width: 1280px) {
}
