@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");

:root {
	--header-height: 66px;
}

p {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 29px;
	/* text-align: justify; */
}
.p-3.renovt-cln {
    max-height: 263px;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

.container {
	max-width: 1240px;
	margin: auto;
}

body {
	background: #fff;
	overflow-x: hidden;
}

.section-padding {
	padding: 60px 0;
}

.sub-heading h2 {
	font-size: 44px;
	letter-spacing: 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 51px;
}

/* Custom CSS for top header */

a.navbar-brand img {
	width: 100%;
	height: 156px;
	overflow: hidden;
	object-fit: cover;
}

.header-menu {
	padding: 28px 0;
	position: relative;
	padding-bottom: 10px;
}

.top-header {
	background-color: #fff;
	padding: 10px 0 0 0;
	font-size: 15px;
}

.top-header .contact-info i {
	color: #ff9900;
	margin-right: 8px;
	font-size: 18px;
}

.top-header .contact-info span {
	margin-right: 20px;
	color: #070a2e;
	font-weight: 400;
}

.top-header .btn-contact {
	background-color: #007bff;
	color: #fff;
}

.top-header .btn-contact:hover {
	background-color: #0056b3;
}

.top-left-icons {
	font-size: 25px;
	color: #ecb35a;
}

.bton {
	padding: 8px 12px;
	min-width: auto;
	align-items: center;
	transition: all 0.4s ease-in-out;
	background-color: #060a2f;
	border-radius: 6px;
	border: 2px solid #060a2f;
	margin-right: 44px;
}

.bton span {
	color: #fff;
}

.bton a {
	color: #fff;
	font-weight: 500;
	letter-spacing: 0px;
	text-decoration: none;
	font-size: 18px;
	display: flex;
	align-items: center;
}

.social-icons {
	margin-right: 25px;
}

/*		.bton a img {
		    padding-right: 12px;
		    width: 34px;
		    animation: infinite 2s bg-color;
		}
		.help-tag  img {
		    padding-right: 12px;
		    width: 34px;
		    animation: infinite 2s bg-color;
		}

		@keyframes bg-color{
		0% {
		    transform: scale(1);
		}
		50% {
		    transform: scale(1.2);
		}
		100% {
		    transform: scale(1);
		}
		}*/

h3.item--title.fs-title-sm {
	font-size: 18px;
	color: #000;
	text-decoration: !important;
}

.contact-info.d-flex.align-items-center span:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 73%;
	right: -10px;
	top: 5px;
	background: #66666673;
}

.item--description.fs-desc-md {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin-top: -6px;
	text-decoration: !important;
}

.contact-info.d-flex.align-items-center span {
	position: relative;
}

.help-tag {
	position: relative;
	width: 20%;
}

.help-tag img {
	padding-right: 11px;
	width: 34px;
	left: -43px;
	background: #ecb35a;
	top: 5px;
	padding: 7px;
	border-radius: 5px;
	position: absolute;
	animation: initial;
}

/* Enable hover effect on dropdown */
.header-menu:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1%;
	right: 0px;
	top: 17px;
	background: #edb25d7d;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

/* Custom styles for the navbar */
.header-menu .navbar {
	background-color: #ffffff;
	/* Light background color */

}

.header-menu .navbar-brand {
	font-weight: bold;
	font-size: 1.5rem;
}

.header-menu .nav-link {
	color: #343a40;
	/* Dark text color */
}

.header-menu .nav-link:hover {
	color: #007bff;
	/* Highlight color on hover */
}

.header-menu .dropdown-item:hover {
	background-color: #f0f0f0;
	/* Light gray hover for dropdown items */
}

.header-menu .navbar-light .navbar-nav .nav-link.active,
.header-menu .navbar-light .navbar-nav .show>.nav-link {
	color: #ff995a !important;
}

.header-menu .navbar-light .navbar-nav .nav-link {
	color: rgb(33 37 41) !important;
	font-weight: 500;
	font-family: 'Poppins';
}

.contact-info.d-flex.align-items-center a {
	font-weight: 500;
}

/*header code ends*/

/*   banner code starts*/

section.banner {
	background-image: url('../images/banner-image.jpg');
	padding: 7% 0 11% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.sub-heading h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #ecb35a;
	background: #f8e8ce4a;
	padding: 9px 15px;
	border-radius: 10px;
	display: inline-block;
}

.banner-section i {
	color: #ecb35a;
}

h2.banner-title {
	font-size: 60px;
	letter-spacing: 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	padding-top: 1px;
	line-height: 74px;
}

.banner-left,
.banner-right {
	width: 50%;
}

.banner-section {
	width: 100%;
}

.banner-section span#typed {
	color: #ecb35a;
}

button.contact-us a {
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	font-family: 'Poppins';
	text-decoration: none;
}

button.contact-us {
	background: #ecb35a;
	padding: 7px 28px;
	border: #ecb35a;
	border-radius: 6px;
}

.banner-section .elements3 {
	position: relative;
}

.banner-section .elements3 img {
	position: absolute;
	left: 90%;
	bottom: -146px;
	animation: sweep 2s infinite ease-in-out;
}

@keyframes sweep {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(15deg);
	}

	50% {
		transform: rotate(0deg);
	}

	75% {
		transform: rotate(-15deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.banner-section span.typed-cursor {
	color: #ecb35a;
}

/*   banner code ends*/

/*form-section code starts*/

.form-section,
.count-section,
.about-left,
.about-right {
	width: 50%;
}

.container.conatiner-form {
	display: flex;
	justify-content: space-between;
	max-width: 1101px;
	margin: auto;
	background: #060a2f;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgb(74 73 73 / 22%);
	border-radius: 9px;
	margin-top: -74px;
	padding-bottom: 40px;
}

.form-section button {
	width: 100%;
	background: #ecb35a;
	border: #ecb35a;
}

.form-section .form-control {
	background-color: #ffffff00 !important;
	color: white !important;
}

.form-section label {
	color: #fff;
}

.form-section .form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #ecb35a7a !important;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgb(236 179 90 / 26%) !important;
}

.count-sections i {
	font-size: 76px;
	color: #efeeed;
}

.count-sections {
	padding: 7px 15px;
	display: flex;
	margin: 41px 15px 15px 15px;
	background: #ecb35a1a;
	box-shadow: 0 0 0 .25rem rgb(119 117 117 / 13%) !important;
}

.count-sections h3 {
	color: aliceblue;
	font-size: 30px;
	padding: 38px 0px 0px 21px;
	font-family: 'Montserrat';
	position: relative;
}

.count-sections h3:after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #c19d68;
	height: 100%;
	width: 10%;
	top: -1px;
	left: -61px;
}

.img-count p {
	color: #fff;
	padding: 0px 17px;
	text-align: justify;
	line-height: 32px;
}

.form-section button:hover {
	background: #ecb35a;
}

/*form-section code ends


		 /* about-section-starts*/
.about-left img {
	width: 171%;
}

.container.d-flex.px-0.inner-sec {
	margin-top: -146px;
}

img.inner-image {
	opacity: 0.3;
	animation: wipe 1s ease-in-out infinite alternate-reverse;
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
	max-width: 13vw;
	min-width: 80px;
}

@keyframes wipe {
	0% {
		-webkit-transform: translateX(-40px);
		transform: translateX(-40px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}





/* about-section-ends*/












/* ------------------Guri Css start------------- */

.services_section {
	padding: 80px 0;
	padding-top: 50px;
}

.servicesDesign img {
	border-radius: 25px;
	width: 100%;
}

.servicesDesign h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	margin-top: 50px;
	font-weight: 500;
	padding-bottom: 8px;
}

span.serviceIcon svg {
	color: #fff;
	transform: rotate(-45deg);
}

.servicesDesign:hover .serviceIcon {
	background-color: #060a2f;
	transition: 0.38s ease-in-out 0s all;
}

span.serviceIcon {
	width: 50px;
	height: 50px;
	background: #ecb35a;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -20px;
	right: 55px;
	box-shadow: 0px 0px 0px 12px #FFF;
}

.servicesDesign .pbmit-service-btn-wrapper {
	position: relative;
}

.pbmit-service-btn-wrapper .serviceIcon::after,
.pbmit-service-btn-wrapper .serviceIcon::before {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 10px;
	height: 40px;
	width: 25px;
	box-shadow: 0 20px 0 0 #fff;
}

.pbmit-service-btn-wrapper .serviceIcon::before {
	border-bottom-right-radius: 20px;
}

.pbmit-service-btn-wrapper .serviceIcon::before {
	border-bottom-right-radius: 20px;
	right: 57px;
	top: -20px;
}

.pbmit-service-btn-wrapper .serviceIcon::after {
	/* background: red; */
	border-bottom-left-radius: 25px;
	right: -28px;
	top: -19px;
}

.servicesDesign {
	border: 2px solid #dcdcdc;
	border-radius: 27px;
	cursor: pointer;
	transition: 0.38s ease-in-out 0s all;
}

.footer-inner .colDesign h4 {
	content: '\2756';
	width: 18px;
	display: inline-flex;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	color: #ff8b40;
	margin-right: 0.25rem;
}

.footerDesign ul li a {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 17px;
	color: #abc6e9;
	letter-spacing: 0.5px;
	font-family: "Nunito Sans", arial, sans-serif;
	text-decoration: none;
}

.footerDesign ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.footerDesign ul li {
	padding: 7px 0;
}

.footer-title {
	font-size: 20px;
	display: inline-block;
	color: #fff;
}

.theme-mailchimp {
	display: flex;
	align-items: center;
	flex-flow: wrap;
	max-width: 445px;
	margin: 0;
}

.theme-mailchimp-fields {
	width: 100%;
}

.theme-mailchimp-fields input[type="email"] {
	width: 64%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: 0 1px 60px 30px rgba(223, 178, 139, 0.15);
}

.theme-mailchimp-fields input[type="email"],
.theme-mailchimp-fields input[type="submit"] {
	float: left;
	border-radius: 90px;
	padding: 7px 25px;
	text-overflow: ellipsis;
	border: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 1px;
	height: 60px;
}

.theme-mailchimp-fields input[type="submit"] {
	width: 40%;
	margin-left: -13%;
	background: #ecb35a;
	color: #fff;
	transition: .45s;
	text-align: center;
}

.theme-mailchimp p {
	font-size: 14px;
	line-height: 22px;
	margin-top: 22px;
	width: 100%;
	font-style: italic;
}

.footer-inner {
	background: #060a2f;
	border-radius: 30px 30px 0 0;
}

.social-menu {
	display: flex;
	flex-wrap: wrap;
}

.footer-inner .footer-social li {
	margin: 0 0.75rem 0.75rem 0;
	list-style: none;
}

.fill-children-current-color,
.fill-children-current-color * {
	fill: #ffffff;
}

.footer-social a {
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 50%;
	background-color: currentColor;
	transition: all 0.215s ease;
	display: flex;
	justify-content: center;
	color: #ff8b40;
}

.social-menu svg {
	width: 1.25rem;
	height: 1.25rem;
	align-self: center;
}

.footerDesign .contact-info a,
.footerDesign .contact-info span {
	color: #abc6e9;
	padding-left: 10px;
}

.footerDesign .contact-info span {
	display: block;
	padding-bottom: 15px;
}

.footer-bottom p {
	padding: 12px;
	margin: 0;
	text-align: center;
}

.footer-bottom {
	border-top: 1px solid #0000001a;
	background: #fff;
	border-radius: 25px 25px 0 0;
	margin-top: 60px;
}

.social-menu a {
	color: #ecb35a !important;
}

.howitWork {
	background: #f8f8f8;
	padding: 50px 0;
}

.howit_inner .feature-item__icon {
	width: 80px;
	height: 80px;
	background: #ffc161db;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.howit_inner .feature-item__icon h2 {
	font-size: 50px;
	font-weight: 700;
	margin-right: -41px;
	margin-bottom: -27px;
}

.howit_inner {
	border: 2px solid #D8DDE1;
	padding: 25px;
	border-radius: 25px;
	transition: 0.38s ease-in-out 0s all;
	position: relative;
	z-index: 1;
	height: 100%;
	overflow: hidden;
}

.howit_inner:hover:after {
	width: 100%;
}

.howit_inner:after {
	content: '';
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #ecb35a;
	transition: 0.38s ease-in-out 0s all;
	z-index: -1;
}

.callToaction {
	background-image: url(../images/calltoacton.jpg);
	padding: 100px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.callToaction::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #060a2fab;
	content: "";
	z-index: -1;
}

.callToaction button.contact-us {
	background: #060a2f;
}

.whyChoose {
	padding: 100px 0;
	background: #FBFAFA;
	position: relative;
}

.accordionDesign {
	padding: 100px 0;
	background-image: url(../images/testimonial-bg-overlay-shape.png);
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
}

.image-overlayss {
	width: 138px;
	height: 118px;
	background-image: url(../images/ptitle-overlay.png);
	position: absolute;
	top: 40px;
	right: 175px;
	z-index: 0;
	animation: squares_lg 3s infinite linear alternate;
	filter: brightness(0.7);
}

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


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

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

.whyChooseInner {
	box-shadow: 1px 0px 20px 0px #9191911c;
	background: #fff;
	border-radius: 25px;
}

.whyChooseInner h3 {
	font-size: 24px;
	font-weight: 700;
}

.whyChooseInner p {
	margin: 0;
}

.fourBox {
	background: #fbfafa;
}

.fourBox .howit_inner {
	border-radius: 0px 0 90px 0;
	border: none;
	background: #060a30;
	color: #fff;
}

.fourBox .howit_inner .feature-item__icon {
	width: 80px;
	height: 80px;
	background: #282b42;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	border-radius: 50%;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.fourBox .howit_inner:after {
	display: none;
}

.fourBoxM {
	margin-top: -50px;
}

.banner-about {
	position: relative;
	padding: 160px 0;
	width: 100%;
	background-image: url(../images/banner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-about:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .6);
}

.banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	z-index: 1;
}

.banner-text h1 {
	margin: 0;
	font-size: 50px;
	font-family: 'Montserrat', sans-serif;
}

.entry-breadcrumb a {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	padding: 0 4px;
}

span.about-heading {
	color: #ecb35a;
	text-decoration: none;
	font-weight: 400;
	padding: 0 4px;
}

.entry-breadcrumb {
	font-size: 18px;
	font-family: poppins;
	padding-top: 10px;

}

.message-popup {
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #4CAF50;
	color: white;
	padding: 10px 20px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	display: none;
}

@media only screen and (max-width:480px) {
	.fourBoxM {
		margin-top: 0px;
	}
}

/* ------------------Guri Css End------------- */





















































/*about code starts*/

/* Custom CSS for the banner image */

.about-banner-section {
	padding: 60px 0 0 0;
}

.banner-about {
	position: relative;
	padding: 160px 0;
	width: 100%;
	background-image: url(../images/banner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-about:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .6);
}

.banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	z-index: 1;
}

/* Optional: Styling for the banner text */
.banner-text h1 {
	margin: 0;
	font-size: 50px;
	font-family: 'Montserrat', sans-serif;
}

.entry-breadcrumb a {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	padding: 0 4px;
}

span.about-heading {
	color: #ecb35a;
	text-decoration: none;
	font-weight: 400;
	padding: 0 4px;
}

.entry-breadcrumb {
	font-size: 18px;
	font-family: poppins;
	padding-top: 10px;

}

.about-banner-section .image-column img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.about-banner-section .text-column {
	padding-left: 30px;
}

.about-banner-section .text-column h2 {
	font-size: 2rem;
	color: #343a40;
	font-weight: 600;
}

.about-banner-section .text-column p {
	font-size: 1.1rem;
	color: #6c757d;
}

.row.about-banner-section.container p {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 29px;
	color: #000;
}

.happy-clents {
	background: #060a2f;
	padding: 50px 20px;
	border-radius: 10px;
	/* flex-wrap: nowrap; */
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgb(74 73 73 / 22%);
}

.four.col-md-4 {
	background: #ecb35a1a;
}

.four i {
	color: #fff;
	font-size: 34px;
}

.row.happy-clents p {
	color: #fff !important;
	font-size: 17px !important;
}

span.counter {
	color: #fff;
	font-size: 21px;
}

.counter-box:after {
	content: "";
	position: absolute;
	border-right: 1px solid #ffffff;
	height: 100%;
	width: 10%;
	top: 6px;
	left: 133px;
}

.counter-box {
	position: relative;
}

.about-img img {
	height: 408px !important;
	object-fit: cover;
}


.skill-main {
	width: 100%;
	max-width: 600px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.skill-main .skill-wrrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.skill-main .skill-wrrap .skill-name {
	color: #060a2f;
	font-size: 18px;
	font-weight: 500;
}

.skill-main .skill-wrrap .skill-bar {
	height: 20px;
	background-color: #060a2f;
	border-radius: 5px;
}

.skill-main .skill-wrrap .skill-per {
	height: 20px;
	background: #ecb35a;
	border-radius: 5px;
	width: 0;
	transition: 1s linear;
	position: relative;
}

.skill-main .skill-wrrap .skill-per:before {
	content: attr(per);
	position: absolute;
	padding: 4px 6px;
	background-color: #060a2f;
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
	top: -35px;
	right: 0;
	transform: translateX(50%);
}

.skill-main .skill-wrrap .skill-per:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #060a2f;
	top: -14px;
	right: 0;
	transform: translateX(50%) rotate(45deg);
	border-radius: 2px;
}

.progress-barsection {
	background: #f7f7f7;
	margin-top: 45px;
}

.progress_sec {
	margin-top: -144px;
}


.cards-section .card:nth-child(1) .box .icon .iconBox {
	background: #ecb35a;
}

.cards-section .card:nth-child(2) .box .icon .iconBox {
	background: #70b3b1;
}

.cards-section .card:nth-child(3) .box .icon .iconBox {
	background: #d05fa2;
}

.cards-section .content {
	padding: 0.938rem 0.625rem;
}

.cards-section .content h3 {
	text-transform: capitalize;
	font-size: clamp(1.5rem, 1.3909rem + 0.4364vw, 1.8rem);
}

.cards-section .card-inner {
	position: relative;
	width: inherit;
	height: 18.75rem;
	background: var(--clr);
	border-radius: 1.25rem;
	border-bottom-right-radius: 0;
	overflow: hidden;
}

.cards-section .box {
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 1.25rem;
	overflow: hidden;
}

.cards-section .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cards-section .imgBox svg {
	height: 48px;
	width: 48px;
}

.cards-section .imgBox {
	position: absolute;
	inset: 0;
	background: aliceblue;
	padding: 0px 14px;
}

.cards-section .icon {
	position: absolute;
	bottom: -0.375rem;
	right: -0.375rem;
	width: 5rem;
	height: 5rem;
	background: var(--clr);
	border-top-left-radius: 50%;
}

.cards-section .imgBox p {
	font-size: 14px !important;
}

.icon:hover .iconBox {
	transform: scale(1.1);
}

.icon::before {
	position: absolute;
	content: "";
	bottom: 0.375rem;
	left: -1.25rem;
	background: transparent;
	width: 1.25rem;
	height: 1.25rem;
	border-bottom-right-radius: 1.25rem;
	box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}

.icon::after {
	position: absolute;
	content: "";
	top: -1.25rem;
	right: 0.375rem;
	background: transparent;
	width: 1.25rem;
	height: 1.25rem;
	border-bottom-right-radius: 1.25rem;
	box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);
}

.iconBox {
	position: absolute;
	inset: 0.625rem;
	background: #282828;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}

.cards-section .card {
	border: none !important;
}

.cards-section a {
	text-decoration: none;
	color: #fff;
	font-size: 35px;
	font-family: 'Montserrat', sans-serif;
}

.cards-section .imgBox h2 {
	font-size: 30px;
	padding-top: 17px;

}

.up-down {
	animation: up-down linear 4s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	-webkit-animation: up-down linear 4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: up-down linear 4s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-o-animation: up-down linear 4s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-ms-animation: up-down linear 4s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
}

@keyframes up-down {
	0% {
		transform: translate(1px, 20px);
	}

	24% {
		transform: translate(1px, 30px);
	}

	50% {
		transform: translate(1px, 12px);
	}

	74% {
		transform: translate(1px, 22px);
	}

	100% {
		transform: translate(1px, 22px);
	}
}



/*about code ends*/


/*contact code start*/

.right_conatct_social_icon {
	background: linear-gradient(to top right, #060a2f -5%, #3cdfec 100%);
}

.contact_us {
	background-color: #f1f1f1;
	padding: 120px 0px;
}

.contact_inner {
	background-color: #fff;
	position: relative;
	box-shadow: 20px 22px 44px #cccc;
	border-radius: 25px;
}

.contact_field {
	padding: 60px 340px 90px 100px;
}

.right_conatct_social_icon {
	height: 100%;
}

.contact_field h3 {
	color: #000;
	font-size: 40px;
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 10px font-family: 'Montserrat';
}

.contact_field p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1px;
	margin-bottom: 35px;
	font-family: 'Poppins';
}

.contact_field .form-control {
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #ccc;
	line-height: 35px;
}

.contact_field .form-control:focus {
	box-shadow: none;
	outline: none;
	border-bottom: 2px solid #1325e8;
}

.contact_field .form-control::placeholder {
	font-size: 13px;
	letter-spacing: 1px;
}

.contact_info_sec {
	position: absolute;
	background-color: #060a2f;
	right: 1px;
	top: 18%;
	height: 340px;
	width: 340px;
	padding: 40px;
	border-radius: 25px 0 0 25px;
}

.contact_info_sec h4 {
	letter-spacing: 1px;
	padding-bottom: 15px;
	color: #fff;
	font-family: 'Montserrat';
}

.info_single {
	color: #fff;
	margin: 30px 0px;
	font-family: 'Poppins';
	font-size: 27px;
}

.info_single i {
	margin-right: 15px;
}

.info_single span {
	font-size: 15px;
	letter-spacing: 1px;
	font-family: 'Poppins';
}

button.contact_form_submit {
	background: linear-gradient(to top right, #227991 -5%, #060a2f 100%);
	border: none;
	color: #fff;
	padding: 10px 15px;
	width: 100%;
	margin-top: 25px;
	border-radius: 35px;
	cursor: pointer;
	font-size: 20px;
	letter-spacing: 0.2px;
}

.socil_item_inner li {
	list-style: none;
}

.socil_item_inner li a {
	color: #fff;
	margin: 0px 15px;
	font-size: 14px;
}

.socil_item_inner {
	padding-bottom: 10px;
}

.map_sec {
	padding: 50px 0px;
}

.map_inner h4,
.map_inner p {
	color: #000;
	text-align: center
}

.map_inner p {
	font-size: 13px;
}

.map_bind {
	margin-top: 50px;
	border-radius: 30px;
	overflow: hidden;
}

.contact_field input::placeholder,
.contact_field textarea::placeholder {
	font-size: 15px !important;
	/* Change the font size */
	font-family: 'poppins', sans-serif;
	/* Change the font family */
}

.map_inner h4 {
	font-family: 'Montserrat';
	font-size: 40px;
}

.map_inner p {
	font-size: 16px;
	font-family: 'poppins';
}

/*contact code end*/

/*gallery code start*/


.gallery-section .container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1rem;
	justify-content: center;
	align-items: center;
}

.gallery-section.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);
}

.gallery-section .card-image {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 70%;
	background: #ffffff;
}

.gallery-section .card-image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact-info a {
	text-decoration: none;
}

/*mediaquerry starts*/


@media (min-width: 320px) and (max-width: 767px) {
	.banner-text h1 {
		font-size: 35px;
	}

	.happy-clents {
		text-align: center;
		margin: auto;
	}

	.happy-clents .four.col-md-4 {
		padding: 16px 0;
	}

	.counter-box:after {
		border-right: none;
		border-bottom: 1px solid #fff;
		width: 36%;
		top: 31px;
		left: 112px;
	}

	.work-value {
		width: 100%;
		margin: 12px 0;
	}

	.cards-section .icon {
		width: 3rem;
		height: 3rem;
	}

	.cards-section .imgBox p br {
		display: none;
	}

	.cards-section a {
		font-size: 13px;
	}

	.cards-section .imgBox h2 {
		font-size: 26px;
	}

	.cards-section .imgBox p {
		margin-top: -10px;
	}

	.about-banner-section .text-column {
		padding-left: 13px;
	}

	.sub-heading h2 {
		font-size: 40px;
	}

	.contact_field {
		padding: 30px;
	}

	.contact_info_sec {
		position: static;
		height: 340px;
		width: 392px;
		border-radius: 25px;
	}

	.map_inner h4 {
		font-family: 'Montserrat';
		font-size: 32px;
	}

	.right_conatct_social_icon {
		background: transparent;
	}

	.contact_us {
		padding: 50px 0px;
	}

	.gallery-section .container {
		grid-template-columns: repeat(1, 1fr);
	}

	.banner-left,
	.banner-right {
		width: 100%;
	}

	.form-section,
	.count-section,
	.about-right {
		width: 100%;
	}

	.container.conatiner-form {
		flex-wrap: wrap;
		margin-top: 50px;
	}

	.banner-section .elements3 img {
		left: 29%;

	}

	.about-right {
		margin-top: 31px;
		padding-left: 10px;
	}

	.banner-section h2 {
		font-size: 30px;
		line-height: 54px;
	}

	.about-us .container.d-flex.px-0.inner-sec {
		margin-top: -50px;
		flex-wrap: wrap;
	}

	.custom-service {
		width: 100%;
	}

	.custom-faq {
		text-align: center;
	}

	.custom-faq h2 br {
		display: none;

	}

	.custom-faq h2 {

		font-size: 30px !important;
	}

	.about-left img {
		width: 385% !important;
	}

	/*
home resonsive code start kajal*/

	.footerDesign {
		padding-left: 0px !important;
		margin-left: 0px !important;
	}

	.logo-custom {
		margin-bottom: -37px !important;
	}

	.logo-custom img {
		padding-top: 10px;
	}

	.topHeadDes {
		display: none;
	}

	.help-tag {
		display: none;
	}

	header {
		overflow: hidden;
	}

	.header-menu .bton {
		display: none;
	}

	.header-menu:after {
		display: none;
	}

	.header-menu {
		padding: 0;
	}

	.topHeadll {
		align-items: center;
		height: 100%;
	}


}

@media (min-width: 768px) and (max-width: 1024px) {
	.row.happy-clents p {
		font-size: 12px !important;
	}


	.progress_sec {
		margin-top: -99px;
	}

	.progress_sec {
		margin-top: -99px;
		padding-bottom: 60px;
	}

	.work-value {
		width: 100%;
		margin: 12px 0;
	}

	.about-banner-section .text-column {
		padding-left: 15px;
	}

	.progress-img {
		padding-top: 140px;
	}

	.happy-clents {
		padding: 50px 0px;
	}

	.counter-box:after {
		left: 92px;
	}

	.mission-custom img {
		padding-top: 150px;
	}
}

.contact_field {
	padding: 30px;
}

.contact_info_sec {
	position: static;
	height: 340px;
	width: 100%;
	border-radius: 0 0 25px 25px;
}

.map_inner h4 {
	font-family: 'Montserrat';
	font-size: 32px;
}

.map_inner p br {
	display: none;
}


.contact_us {
	padding: 50px 0px;
}

.about-section {
	width: 50%;
}

.cleanliness-im {
	margin-top: 50px;
}

.about-left img {
	width: 186%;

}

section.formcustom-section {
	margin-top: 50px;
}

.custom-service img {
	object-fit: cover;
}



@media only screen and (max-width: 600px) {
	.gallery-section .container {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 1rem;
	}
}