@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

nav>ul>li>a>a1 {
	color: #505050;
	letter-spacing: 0px;
	line-height: 2em;
	text-decoration: none;
	padding: 0.5em;
	text-align: center;
	opacity: 1;
	margin-right: 10px;
	margin-left: 10px;
	background: #CDBB8D;
	border-radius: 15px 15px 15px 15px;
}

.logo {
	width: auto;
	height: auto;
	text-align: center;
	margin-right: 1em;
}

.login-logo {
	margin-right: 10px;
	text-align: center;
}


* {
	margin: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Poppins', sans-serif;
	width: auto;
}

a,
a:hover {
	text-decoration: none;
}

nav {
	background: #373737;
	padding: 0px 0px 0px 0px;
	display: inline-flex;
	align-items: center;
	width: 100%;
}

nav a {
	text-decoration: none;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 15px 15px 15px 15px;
	padding: 10px;
	text-align: center;
	opacity: 1;
}

nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 15px 15px 15px 15px;
	padding: 10px;
	text-align: center;
	opacity: 1;
	background: #CDBB8D;
}

.logo a {
	display: flex;
	align-items: center;
	font-size: 20px;
}

.logo a:hover {
	color: #fff;
}

.logo img {
	width: 1em;
}

.menu {
	display: flex;
	justify-content: end;
	align-items: center;
	list-style: none;
	flex: 2;
}

.menu li {
	padding: 15px 10px;
	font-size: 16px;

}

.menu li a2 {
	font-size: 16px;
	border-right: 2px solid #c4c4c4;
	height: 180px;
	margin: 0px;
	display: inline-block;
	padding: 0 5px;

}

.menu li:last-child {
	border-right: 0;
}

.toggle {
	font-size: 30px;
	display: none;
}

#res-logo {
	visibility: visible;
}

#main-logo {
	visibility: visible;
}

@media screen and (max-width:600px) {
	nav {
		display: block;
		position: relative;
	}

	#res-logo {
		visibility: hidden;
		display: none;
	}

	#main-logo {
		visibility: visible;
	}

	.menu {
		margin-top: 15px;
		display: none;
	}

	.menu.active,
	.toggle {
		display: block;
	}

	.toggle {
		position: absolute;
		top: 15px;
		right: 20px;
	}
}

.image-sliders {
	width: 100%;
	height: auto;
	background-color: #505050;
}

* {
	font-family: 'Poppins', sans-serif;
}

.w-100 {
	height: 100vh;
}

.content {
	text-align: center;
	color: #717173;
	opacity: 1;
}

.aboutus-button {
	text-transform: uppercase;
	text-decoration: none;
	/* background: darkorange; */
	border-width: 3px;
	border-color: #CDBB8D;
	border-style: solid;
	padding: 10px 30px;
	display: inline-block;
	color: #000000;
	margin-top: 15px;
	font-family: 'Poppins' sans-serif;
	font-weight: 200;
}

.quote-container {
	height: auto;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.quote-container-text {
	text-align: center;
	color: #373737;
	margin-top: 1em;
	border-right: 4px solid #373737;
	border-bottom: 4px solid #373737;
	width: 65%;
	padding: 10em;
	height: auto;
	margin: auto;
	position: relative;
	justify-content: center;
	align-items: center;
}

.quote-container-text:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #373737;
}

.quote-container-text:after {
	position: absolute;
	height: 4px;
	width: calc(100% - 0px);
	right: 0;
	top: 0;
	content: "";
	background-color: #373737;
}

html {
	scroll-behavior: smooth;
}

.projects-div {
	width: 100%;
	height: auto;
	min-height: 477px;
	padding-top: 5em;
	align-items: top;
	justify-content: center;
	background: #373737;
}

.visit-our-works {
	text-align: center;
	font-size: 16px;
	opacity: 1;
	letter-spacing: 0.3px;
	color: white;
}

.completed-projects {
	text-align: center;
	font-size: 35px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #CDBB8D;
	letter-spacing: 0px;
	opacity: 1;
}

.completed-projects-line {
	text-align: center;
	margin-top: 2%;
}

.completed-projects-content {
	text-align: center;
	letter-spacing: 0px;
	color: white;
	opacity: 1;
}

.completed-projects-images {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3%;
	flex-direction: row;
}

@media (max-width:800px) {
	.completed-projects-images {
		flex-direction: column;
	}
}

.completed-projects-images>div {
	margin-right: 5%;
}

.completed-projects-images>div>img {
	height: 300px;
	width: 350px;
}

.completed-projects-images>div>p {
	color: white;
	text-align: center;
	margin-top: 5%;
}

.clear {
	clear: both;
}

.controls {
	width: 100%;
	margin: auto;
}

.completed-projects-getaquote {
	background: #CDBB8D;
	width: 100%;
	height: auto;
	margin-top: 1em;
	display: flex;
	padding: 1.5em;
	align-items: center;
	justify-content: center;
}

.completed-projects-getaquote>h4 {
	color: #373737;
	text-align: center;
}

.completed-projects-getaquote>a {
	background: #373737;
	text-align: center;
	font-size: 1em;
	color: #CDBB8D;
	margin-left: 1.5em;
	padding: 1em 2em 1em 2em;
	font-family: 'Poppins', sans-serif;
	font-weight: lighter;
	text-decoration: none;
}

.gallery-div {
	width: 100%;
	height: auto;
	min-height: 477px;
	padding-top: 2%;
	align-items: top;
	justify-content: center;
	background: white;
}

.gallery-why-choose-us {
	text-align: center;
	font-size: 35px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #CDBB8D;
	letter-spacing: 0px;
	opacity: 1;
}

.gallery-line {
	text-align: center;
}

.main-cards {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 1em;
	margin-top: 1em;
}

@media (min-width:800px) {
	.main-cards {
		flex-direction: row;
	}
}

.gallery-cards-div {
	width: 100%;
	background: #F5F6F6;
	margin: 1em;
	border-radius: 5px;
	display: inline-block;
	padding: 14px;
}

.gallery-cards-div:hover {
	box-shadow: 2px 2px 10px #CDBB8D;
}

.images {
	text-align: center;
	margin-top: 20px;
}

.title {
	text-align: center;
	font-size: 17px;
	margin-top: 14px;
}

.desc {
	text-align: center;
	margin-top: 14px;
}

.completed-projects-count {
	text-align: center;
	color: #CDBB8D;
	text-decoration: none;
	display: block;
	width: 115em;
	margin-top: 1.5em;
}

.completed-projects-count>a {
	font-size: 2em;
	border-style: solid;
	text-decoration: none;
	color: white;
	text-align: center;
	padding: 0.5em;
	opacity: 1;
}

.completed-projects-count>p {
	margin-top: 2em;
	opacity: 1;
	font-size: 1em;
	color: white;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.4px;
}

.contactus-useful-links {
	float: left;
	list-style: none;
}

.contactus-useful-links-div {
	width: 100%;
	display: inline-block;
	text-align: start;
	padding: 14px;
	margin-left: 10%;
}

.contactus-title {
	text-align: start;
	font-size: 20px;
	text-decoration: none;
	color: #CDBB8D;
}

.contactus-useful-links>li>a {
	color: #FFFFFF;
	text-decoration: none;
}

.contactus-useful-links>li:before {
	content: "";
	font-weight: bold;
	display: inline-block;
	width: 1em;
}

.contactus-address-div {
	width: 100%;
	display: inline-block;
	text-align: start;
	margin-right: 5%;
}

.contactus-officeaddress {
	margin-left: 13px;
	color : white
}

.gallery-projects-count {
	background: #373737;
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 1em;
	/* display: flex; */
	display: none;
	visibility: hidden;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.contactus-div {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: right;
	background-color: #373737;
	padding-bottom: 1em;
	flex-direction: column;
}

@media (min-width:800px) {
	.contactus-div {
		flex-direction: row;
	}

	.gallery-projects-count {
		flex-direction: row;
	}

}

#myBtn1 {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #CDBB8D;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}


/* footer page  */

.container {
	max-width: 100%;
	margin: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

ul {
	list-style: none;
}

.footer {
	background-color: #373737;
	padding: 40px 0;
}

.footer-col {
	width: 30%;
	padding: 0 15px;
}

.footer-col-address {
	width: 60%;
	padding: 0 15px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.footer-col-address>div {
	display: flex;
	flex-direction: column;
}

.footer-col h4 {
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 10px;
	font-weight: 500;
	position: relative;
}

.footer-col-address h4 {
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 10px;
	font-weight: 500;
	position: relative;
}

.footer-col h4::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	background-color: #CDBB8D;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.footer-col-address h4::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	background-color: #CDBB8D;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.footer-col ul li:not(:last-child) {
	margin-bottom: 2px;
}

.footer-col ul li a {
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}

.footer-col ul li a:hover {
	color: #ffffff;
	padding-left: 8px;
}

.footer-col .social-links a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px) {
	.footer-col {
		width: 50%;
		margin-bottom: 2em;
	}

	.footer-col-address {
		width: 100%;
		margin-bottom: 2em;
	}

	body {
		overflow-x: hidden;
	}
}

@media(max-width: 574px) {
	.footer-col {
		width: 100%;
	}

	.footer-col-address {
		width: 100%;
	}
}

/* new image slider */

.slider {
	overflow: hidden;
	height: auto;
	width: 100%;
}

.slider figure div {
	float: left;
	width: 20%;
}

.slider figure img {
	float: left;
	width: 100%;
	filter: grayscale(50%);
}

.slider figure {
	position: absilut;
	width: 500%;
	margin: 0px;
	left: 0;
	animation: 10s ravi infinite;
}

@keyframes ravi {
	0% {
		left: 0%;
	}

	10% {
		left: 0%;
	}

	12% {
		left: -100%;
	}

	22% {
		left: -100%;
	}

	24% {
		left: -200%;
	}

	34% {
		left: -200%;
	}

	36% {
		left: -300%;
	}

	46% {
		left: -300%;
	}

	48% {
		left: -400%;
	}

	58% {
		left: -400%;
	}

	60% {
		left: -300%;
	}

	70% {
		left: -300%;
	}

	82% {
		left: -200%;
	}

	84% {
		left: -100%;
	}

	94% {
		left: -100%;
	}

	96% {
		left: 0%;
	}

}

.image-container {
	height: 600px;
	width: 100%;
	/* background-image: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.5)), url("images/22.jpeg"); */
	background-image: url("images/22.jpeg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	animation-name: myani;
	animation-duration: 60s;
	animation-timing-function: cubic-bezier(1, 0, 0, 1);
	animation-iteration-count: infinite;
}

@keyframes myani {
	0% {
		background-image: url("images/22.jpeg");
		animation-duration: 60s;
	}

	35% {
		background-image: url("images/image2.png");
		animation-duration: 60s;
	}

	75% {
		background-image: url("images/31.jpg");
		animation-duration: 60s;
	}
}

.container1 {
	display: none;
	cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
	width: 20px;
	height: 2px;
	background-color: #fff;
	margin: 6px 0;
	transition: 0.4s;
}

.change .bar1 {
	transform: translate(0, 5px) rotate(-45deg);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	transform: translate(0, -11px) rotate(45deg);
}

/*****imgge slider*/

.product {
	position: relative;
	overflow: hidden;
	padding: 20px;
}

.product-container {
	padding: 0 10vw;
	display: flex;
	scroll-behavior: smooth;
	overflow-x: auto;
	overflow-y: hidden;
}

.product-container::-webkit-scrollbar {
	display: none;
}

.product-container1 {
	padding: 0 10vw;
	display: flex;
	scroll-behavior: smooth;
	overflow-x: auto;
	overflow-y: hidden;
}

.product-container1::-webkit-scrollbar {
	display: none;
}

.product-card {
	flex: 0 0 auto;
	width: 350px;
	height: 450px;
	margin-right: 40px;
	text-align: center;
}

.product-image {
	position: relative;
	width: 100%;
	height: 350px;
	overflow: hidden;
}

.product-thumb {
	width: 100%;
	height: 100%;
	object-fit: fill;
	
}

.product-card:hover .card-btn {
	opacity: 1;
}

.card-btn:hover {
	background: #009688;
	color: #fff;
}

.product-info {
	width: 100%;
	height: 100%;
}

.product-brand {
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
}

.product-short-description {
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	opacity: 0.5;
	text-transform: capitalize;
	margin: 5px 0;
}

.pre-btn,
.nxt-btn {
	border: none;
	width: 10vw;
	height: 100%;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
	cursor: pointer;
	z-index: 9;
}

.pre-btn1,
.nxt-btn1 {
	border: none;
	width: 10vw;
	height: 100%;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
	cursor: pointer;
	z-index: 9;
}

.pre-btn {
	left: 0;
	transform: rotate(180deg);
}

.nxt-btn {
	right: 0;
}

.pre-btn1 {
	left: 0;
	transform: rotate(180deg);
}

.nxt-btn1 {
	right: 0;
}

.pre-btn img,
.nxt-btn img {
	opacity: 0.2;
}

.pre-btn:hover img,
.nxt-btn:hover img {
	opacity: 1;
}

.pre-btn1 img,
.nxt-btn1 img {
	opacity: 0.2;
}

.pre-btn1:hover img,
.nxt-btn1:hover img {
	opacity: 1;
}

.banner {
	width: 100%;
	height: 70vh;
	position: relative;
	overflow: hidden;
	background-size: 100% 100%;
}

.slider {
	width: 100%;
	height: 70vh;
	position: absolute;
	/* top: 0; */
	background-size: 100% 100%;
}
#slideImg {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}

@keyframes zoom {
	0%{
		transform: scale(1.3);
	}
	15%{
		transform: scale(1);
	}
	85%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.3);
	}
}

.img-container {
	width: 85vmin;
	
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	overflow: hidden;
	border: 20px solid #ffffff;
	border-radius: 8px;
	box-shadow: 10px 25px 30px rgba(30, 30, 200, 0.3);
}
.wrapper {
	width: 100%;
	display: flex;
	animation: slide 16s infinite;
}
@keyframes slide{
	0% {
		transform: translateX(0);
	}
	25%{
		transform: translateX(0);
	}
	30%{
		transform: translateX(-100%);
	}
	50%{
		transform: translateX(-100%);
	}
	55%{
		transform: translateX(-200%);
	}
	75%{
		transform: translateX(-200%);
	}
	80%{
		transform: translateX(-300%);
	}
	100%{
		transform: translateX(-300%);
	}
}
img {
	width: 100%;
}

.gallery-cards-div>.images>img {
	width: 10%
}