/* large desktop :2160px. */
@media (min-width: 2160px) and (max-width: 3840px) {}

/* large desktop :2001px. */
@media (min-width: 2001px) and (max-width: 2160px) {}

/* desktop 1200px to 1600px */
@media (min-width: 1280px) and (max-width: 1919px) {
	.custom-container {
		padding: 0px 40px;
	}

	.cmn-gap {
		padding: 80px 0px;
		margin: 0px;
	}

	.cmn-butn {
		font-size: 16px;
		line-height: 16px;
		padding: 14px 30px;
	}

	.topbar-info {
		font-size: 14px;
	}

.logo {
    width: 230px;
    height: auto;
    padding: 10px 0;
}

	.stellarnav>ul>li>a {
		font-size: 18px;
		padding: 10px 20px;
	}

	.hero {
		min-height: 600px;
	}

	.hero img {
		min-height: 100%;
		height: 100%;
		width: 100%;
	}


	.hero-content h6 {
		font-size: 25px;
		line-height: 35px;
	}

	.hero-content h1 {
		font-size: 70px;
		line-height: 80px;
		margin: 0px 0px 30px 0px;
	}

	.stat-num {
		font-size: 50px;
		line-height: 50px;
	}

	.stat-label {
		font-size: 20px;
		line-height: 30px;
	}

	.about-content {
		padding: 0px 80px 25px 40px;
		margin: 0px;
	}

	h6 {
		font-size: 20px;
		line-height: 20px;
	}

	h2 {
		font-size: 50px;
		line-height: 60px;
	}

	.about-content h2 {
		color: #ffff;
		max-width: 100%;
	}

	.about-feature-box p {
		font-size: 16px;
		line-height: 26px;
	}

	.service-body h4 {
		font-size: 22px;
		padding: 8px 0px;
	}

	.service-body p {
		font-size: 16px;
		line-height: 26px;
	}

	.service-img-wrap {
		/* height: 500px;*/
		border-radius: 20px;
		width: 100%;
		margin: 0px 0px 25px 0px;
	}

	.quote-content h2 {
		font-size: 55px;
		line-height: 55px;
	}

	.quote-content p {
		font-size: 25px;
		line-height: 35px;
	}

	.footer {
		background: #000000;
		padding: 60px 0px 20px;
		overflow: hidden;
	}

	.footer h6 {
		font-size: 22px;
	}

	.footer-contact p {
		font-size: 14px;
		line-height: 24px;
		margin: 0px 0px 15px 0px;
		padding: 0px;
	}

	.footer-links a {
		font-size: 14px;
		line-height: 24px;
	}

	.newsletter-form button {
		padding: 0 20px;
		font-size: 14px;
		line-height: 24px;
	}

	.footer-text p {
		font-size: 14px;
	}

	.newsletter-form input {
		font-size: 14px;
		line-height: 14px;
	}

	.about-content h6::after {
		left: 90px;
	}

	.section-header-rowLeft h6::after {
		left: 120px;
	}

	.services-header-rowLeft h6::after {
		left: 120px;
	}

	.projects-header-row h6::after {
		left: 160px;
	}

	.service-card {
		border-radius: 20px;
		padding: 0px 25px;
	}

	.inner-about-page .about-content {
		padding: 0px 40px 0px 0px;
		margin: 0px;
	}


	.inner-about-page .about-middle {
		padding: 20px 0px 0px 0px;
	}

	.inner-banner-text h1 {
		font-size: 50px;
		line-height: 50px;
	}


	.contact-info h3 {
		font-size: 35px;
		line-height: 45px;
	}

	.contact-page-left .contact-info p {
		font-size: 16px;
		line-height: 26px;
	}


	.contact-form-card h3 {
		font-size: 35px;
		line-height: 45px;
	}


}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1279px) {
	.custom-container {
		padding: 0px 30px;
	}

	.topbar-info {
		font-size: 14px;
	}

	.logo {
		width: 200px;
		height: auto;
	}

	.stellarnav>ul>li>a {
		font-size: 18px;
		padding: 10px 10px;
	}

	.hero-content h6 {
		font-size: 20px;
		line-height: 30px;
		margin: 0px 0px 10px 0px;
	}

	.hero-content h1 {
		font-size: 55px;
		line-height: 66px;
		margin: 0px 0px 30px 0px;
		padding: 0px;
	}

	.hero {
		min-height: 500px;
		display: flex;
		align-items: center;
		overflow: hidden;
	}

	.hero img {
		min-height: 100%;
		height: 100%;
		width: 100%;
	}

	.stat-num {
		font-size: 45px;
		line-height: 45px;
	}

	.stat-label {
		font-size: 20px;
		line-height: 30px;
	}

	.hero-content {
		top: 0px;
	}

	.about-content {
		padding: 0px 60px 76px 30px;
		margin: 0px;
	}

	.about-section {
		padding: 80px 0px 0px 0px;
	}

	h6 {
		font-size: 20px;
		line-height: 20px;
	}

	h2 {
		font-size: 40px;
		line-height: 50px;
		margin: 0px 0px 20px 0px;
		padding: 0px;
	}

	.about-content h2 {
		color: #ffff;
		max-width: 100%;
	}

	p {
		font-size: 16px;
		line-height: 26px;
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}

	.about-feature-box p {
		font-size: 16px;
		line-height: 26px;
	}

	.cmn-gap {
		padding: 80px 0px;
		margin: 0px;
	}

	.service-body h4 {
		font-size: 20px;
		padding: 0px 0px 10px 0px;
		margin: 0px;
	}

	.service-card {
		border-radius: 20px;
		height: 100%;
		padding: 0px 20px;
	}

	.service-body p {
		font-size: 16px;
		line-height: 26px;
		padding: 0px 0px 10px 0px;
		margin: 0px;
	}

	.service-img-wrap {
		height: 300px;
		border-radius: 10px;
		width: 100%;
		margin: 0px 0px 20px 0px;
	}

	.service-img-wrap img {
		height: 100%;
	}

	.project-meta h4 {
		font-size: 18px;
	}

	.project-meta {
		padding: 20px 20px;
	}

	.quote-content h2 {
		font-size: 45px;
		line-height: 45px;
	}

	.quote-content p {
		font-size: 24px;
		line-height: 34px;
		padding: 0px 0px 40px 0px;
		max-width: 70%;
	}

	.footer {
		padding: 60px 0px 20px;
	}

	.footer-logo img {
		width: 200px;
		margin-bottom: 10px;
	}

	.footer h6 {
		font-size: 22px;
		margin-bottom: 22px;
	}

	.footer-contact p {
		font-size: 14px;
		line-height: 20px;
		margin: 0px 0px 15px 0px;
		padding: 0px;
	}

	.footer-links a {
		font-size: 14px;
		line-height: 24px;
	}

	.newsletter-form input {
		font-size: 14px;
		line-height: 14px;
		width: 190px !important;
		border-radius: 40px;
	}

	.newsletter-form button {
		padding: 0 15px;
		font-size: 14px;
		line-height: 24px;
	}

	.footer h6 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.footer-text p {
		font-size: 11px;
	}


	.topbar-icons a {
		font-size: 14px;
	}

	.service-body {
		padding: 20px 0px 10px;
	}


	.inner-banner-section {
		height: 300px;
	}

	.inner-banner-section img {

		height: 300px;

	}

	.inner-banner-text h1 {
		font-size: 40px;
		line-height: 40px;
		margin: 0px;
		padding: 0px;
	}

	.inner-banner-text {
		top: 40%;
	}


	.contact-page-left p {
		font-size: 18px;
		line-height: 28px;
		margin: 0px 0px 20px 0px;
		padding: 10px 0px;
	}


	.contact-info h3 {
		font-size: 30px;
		line-height: 40px;
		margin: 0px 0px 20px 0px;
		padding: 0px;
	}


	.contact-page-left .contact-info p {
		font-size: 16px;
		line-height: 26px;
	}

	.contact-info-box {

		border-radius: 10px;
		padding: 25px;
		margin: 0px 0px 15px 0px;
		width: 100%;

		height: 100%;

	}

	.contact-form-card {

		border-radius: 15px;
		padding: 25px 30px;
		height: 95%;
		margin-left: 60px;
	}


	.contact-form-card h3 {
		font-size: 35px;
		line-height: 45px;
		margin: 0px 0px 20px 0px;
		padding: 0px;
	}

	.cf-input {
		font-size: 16px;
	}

	.inner-about-page .about-content {
		padding: 0px;
		margin: 0px;
	}

	.inner-about-page .about-middle {
		padding: 30px 0px 0px 0px;
	}


}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.custom-container {
		padding: 0px 30px;
	}

	.cmn-butn {
		font-size: 14px;
		padding: 12px 15px;
	}

	.cmn-gap {
		padding: 40px 0px;
	}

	.cmn-tittle {
		font-size: 30px;
		line-height: 40px;
		margin: 0px 0px 15px 0px;
		padding: 0px;
	}

	.site-nav {
		padding: 10px 5px;
		border-radius: 0px;
		margin-top: 0px;
	}

	.rightlink {
		gap: 10px;
	}

	.stellarnav .menu-toggle,
	.stellarnav .call-btn-mobile,
	.stellarnav .location-btn-mobile,
	.stellarnav .close-menu {
		padding: 0px;
		box-sizing: border-box;
	}

	.stellarnav .menu-toggle span.bars {
		display: inline-block;
		margin-right: 0px;
		position: relative;
		top: 3px;
	}

	.stellarnav .menu-toggle span.bars span {
		display: block;
		width: 30px;
		height: 4px;
		border-radius: 2px;
		background: #2251b5;
		margin: 3px 0 0px;
	}

	.stellarnav.mobile ul {
		background: #2251b5;
		z-index: 99;
	}

	.stellarnav.mobile>ul>li>a {
		padding: 5px 30px;
		font-size: 16px;
		color: #fff;
		background: transparent;
		border-radius: 0px;
		border: none;
		line-height: 36px;
	}

	.stellarnav>ul>li>a:hover {
		color: #b5b5b5 !important;
	}

	.stellarnav>ul>li>a.active {
		background: transparent;
		border-radius: 0px;
		border: none;
		color: #b5b5b5 !important;
		text-decoration: none;
	}

	.stellarnav ul li:nth-child(6) {
		margin-left: 0px;
	}

	.stellarnav li li a {
		display: block !important;
		width: 100% !important;
		color: #fff;
		font-size: 14px;
		padding: 8px 44px;
	}

	.stellarnav .icon-close::after {
		border-bottom: solid 2px #fff;
	}

	.stellarnav .icon-close::before {
		border-bottom: solid 2px #fff;
	}

	.header-section.scroll {
		position: unset;
	}

	.btn-request-quote {
		padding: 10px 10px;
		font-size: 10px;
	}

	.btn-hero {
		margin: 0px auto 40px;
		text-align: center;
	}

	.cmn-text {
		font-size: 14px;
		line-height: 24px;
		margin: 0px 0px 20px 0px;
		padding: 0px;
	}

	/* ===================================== */

	.topbar-info span {
		margin-right: 4px;
	}

	.topbar {
		background: #edf2ff;
		padding: 5px 0;
	}

	.topbar-icons a {
		font-size: 12px;
		margin-left: 15px;
	}

	.topbar-info {
		font-size: 12px;
	}

	.hero-content h6 {
		font-size: 20px;
		line-height: 20px;
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}

	.hero-content h1 {
		font-size: 30px;
		line-height: 40px;
		margin: 0px 0px 20px 0px;
		padding: 0px;
	}

	.hero {
		min-height: 368px;
	}

	.hero-content {
		position: absolute;
		z-index: 2;
		padding: 0px;
		top: 100px;
		width: 95%;
	}

	.hero-butn {
		gap: 5px;
	}

	.hero-social {
		right: 10px;
	}

	.stat-num {
		font-size: 50px;
		line-height: 50px;
	}

	.stat-item {
		padding: 0px;
		margin: 0px;
	}

	.stat-label {
		font-size: 16px;
		line-height: 30px;
	}

	.stats-bar {
		padding: 15px 0;
	}

	.about-section {
		padding: 30px 15px;
		margin: 0px;
	}

	.about-img-wrap {
		height: 420px;
		min-height: 100%;
		overflow: hidden;
		border-radius: 15px;
	}

	.about-img-wrap img {
		width: 100% !important;
		min-height: 100%;
		height: 100% !important;
	}

	.about-content {
		padding: 30px 0px;
		margin: 0px;
	}

	h6 {
		font-size: 20px;
		line-height: 20px;
	}

	h2 {
		font-size: 26px;
		line-height: 36px;
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}

	p {
		font-size: 14px;
		line-height: 24px;
		margin: 0px 0px 10px 0px;
		margin-bottom: 10px;
		padding: 0px;
	}

	.about-content h6::after {
		left: 75px;
	}

	.about-content p {
		margin-bottom: 20px;
	}

	.about-feature-box {
		padding: 20px 20px;
		margin-top: 20px;
	}

	.about-feature-box p {
		font-size: 14px;
		line-height: 24px;
		padding: 0px;
		margin: 0px 0px 10px 0px;
	}

	.gallery-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 150px 150px;
		gap: 10px;
	}

	.services-header-row {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0px 0px 30px 0px;
		flex-wrap: wrap;
	}

	.services-header-rowLeft {
		width: 100%;
	}

	.services-header-rowLeft p {
		color: #404040;
		margin-bottom: 20px;
	}

	.services-header-rowLeft h6::after {
		content: "";
		position: absolute;
		top: 20px;
		width: 60px;
		height: 2px;
		background: #676767;
		left: 106px;
	}

	.service-card {
		border-radius: 15px;
		height: 100%;
		padding: 0px 15px;
	}

	.service-body h4 {
		font-size: 14px;
		line-height: 14px;
		margin: 0px;
		padding: 0px;
	}

	.service-body p {
		font-size: 14px;
		line-height: 24px;
	}

	.service-body p {
		font-size: 14px;
		line-height: 24px;
		padding: 0px 0px 10px 0px;
		margin: 0px;
	}

	.service-img-wrap {
		height: 300px;
	}

	.service-img-wrap {
		overflow: hidden;
		height: 300px;
		padding: 0px;
		border-radius: 10px;
		overflow: hidden;
		width: 100%;
		margin: 0px 0px 25px 0px;
	}

	.service-img-wrap img {
		height: 100%;
	}

	.service-card {
		height: 100%;
	}

	.projects-header-row h6::after {
		left: 150px;
	}

	.projects-header-row {
		margin-bottom: 10px;
	}

	.projects-header-row p {
		color: #404040;
		max-width: 100%;
	}

	.project-card {
		border-radius: 15px;
		margin: 10px 0px;
	}

	.projects-carousel .owl-nav {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		margin: 15px 0px 0px 0px;
	}

	.section-header-rowLeft {
		width: 100%;
	}

	.section-header-rowLeft {
		width: 60%;
	}

	.service-content {
		padding: 0px 10px 18px 10px;
		height: 100%;
	}

	.service-content ul li {
		font-size: 14px;
		line-height: 26px;
	}


	.quote-content h2 {
		font-size: 28px;
		line-height: 38px;
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}

	.quote-content p {
		font-size: 18px;
		line-height: 30px;
		padding: 0px 0px 20px 0px;
		max-width: 70%;
	}

	.quote-content-butn {
		gap: 10px;
	}

	.footer {
		padding: 20px 0px 15px;
	}

	.footer h6 {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.footer-contact p {
		font-size: 14px;
		line-height: 24px;
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}

	.footer-socials {
		display: flex;
		gap: 10px;
		margin: 15px 0px;
	}

	.footer-links a {
		font-size: 14px;
		line-height: 24px;
	}

	.footer-text {
		margin: 20px 0px 0px 0px;
		padding: 0px;
	}

	.footer-text p {
		font-size: 12px;
	}

	.logo {
		width: 150px;
	}

	.service-body {
		padding: 20px 0px 10px;
	}

	.section-header-row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 20px;
		gap: 0px;
	}

	.project-meta h4 {
		font-size: 14px;
	}

	.project-meta {
		padding: 20px 15px;
	}

	.project-card img {
		height: 300px;
	}

	.newsletter-form input {
		width: 160px !important;
		font-size: 14px;
		line-height: 14px;
		padding: 11px 20px;
	}

	.newsletter-form button {
		padding: 0 20px;
		font-size: 14px;
		line-height: 24px;
	}

	.section-header-rowLeft h6::after {
		left: 120px;
	}


	.inner-banner-section {
		height: 200px;
	}

	.inner-banner-section img {
		height: 200px;
	}

	.inner-banner-text h1 {
		font-size: 40px;
		line-height: 40px;
		margin: 0px;
		padding: 0px;
	}

	.inner-banner-text {
		top: 40%;
	}

	.about-middle {
		padding: 0px 0px;
	}


	.inner-about-page-img {
		width: 100%;
		height: 100%;
		overflow: hidden;
		border-radius: 15px;
	}


	.contact-page-left p {
		font-size: 16px;
		line-height: 26px;
		margin: 0px 0px 10px 0px;
		padding: 10px 0px;
	}


	.contact-info h3 {
		font-size: 26px;
		line-height: 36px;
		margin: 0px 0px 20px 0px;
		padding: 0px;
	}


	.contact-info-box {

		border-radius: 10px;
		padding: 25px;
		margin: 0px 0px 10px 0px;
		width: 100%;
		display: flex;
		justify-content: start;
		align-items: center;
		height: 100%;


	}

	.contact-page-left .contact-info p {
		font-size: 15px;
		line-height: 25px;
		margin: 0px;
		padding: 10px 0px;
	}


	.contact-form-card {

		border-radius: 10px;
		padding: 15px 20px;
		border: 1px solid #a4e7ff;
		height: 94%;
		margin-left: 38px;
	}

	.contact-form-card h3 {
		font-size: 30px;
		line-height: 30px;
		margin: 0px 0px 20px 0px;
		padding: 0px;
	}

	.form-field-row {
		margin-bottom: 14px;
	}

	.form-field-row p {
		font-size: 14px;
	}

	.cf-input {
		font-size: 14px;
	}

	.inner-about-page .about-content {
		padding: 0px;
		margin: 0px;
	}

	.inner-about-page .about-middle {
		padding: 30px 0px 0px 0px;
	}


}

/* Tablet desktop :320px. */
@media (min-width: 320px) and (max-width: 767px) {
	.custom-container {
		padding: 0px 15px;
	}

	.service-content-inner h1 {
		font-size: 18px;
		line-height: 20px;
	}

	.service-content-inner ul li {
		font-size: 14px;
	}

	.cmn-butn {
		font-size: 12px;
		padding: 8px 11px;
	}

	.cmn-gap {
		padding: 30px 0px;
	}

	.cmn-tittle {
		font-size: 30px;
		line-height: 40px;
		margin: 0px 0px 15px 0px;
		padding: 0px;
	}

	.site-nav {
		padding: 10px 5px;
		border-radius: 0px;
		margin-top: 0px;
	}

	.rightlink {
		gap: 10px;
	}

	.stellarnav .menu-toggle,
	.stellarnav .call-btn-mobile,
	.stellarnav .location-btn-mobile,
	.stellarnav .close-menu {
		padding: 0px;
		box-sizing: border-box;
	}

	.stellarnav .menu-toggle span.bars {
		display: inline-block;
		margin-right: 0px;
		position: relative;
		top: 3px;
	}

	.stellarnav .menu-toggle span.bars span {
		display: block;
		width: 30px;
		height: 4px;
		border-radius: 2px;
		background: #2251b5;
		margin: 3px 0 0px;
	}

	.stellarnav.mobile ul {
		background: #2251b5;
		z-index: 99;
	}

	.stellarnav.mobile>ul>li>a {
		padding: 5px 30px;
		font-size: 16px;
		color: #fff;
		background: transparent;
		border-radius: 0px;
		border: none;
		line-height: 36px;
	}

	.stellarnav>ul>li>a:hover {
		color: #b5b5b5 !important;
	}

	.stellarnav>ul>li>a.active {
		background: transparent;
		border-radius: 0px;
		border: none;
		color: #b5b5b5 !important;
		text-decoration: none;
	}

	.stellarnav ul li:nth-child(6) {
		margin-left: 0px;
	}

	.stellarnav li li a {
		display: block !important;
		width: 100% !important;
		color: #fff;
		font-size: 14px;
		padding: 8px 44px;
	}

	.stellarnav .icon-close::after {
		border-bottom: solid 2px #fff;
	}

	.stellarnav .icon-close::before {
		border-bottom: solid 2px #fff;
	}

	.header-section.scroll {
		position: unset;
	}

	.btn-request-quote {
		padding: 10px 10px;
		font-size: 10px;
	}

	.btn-hero {
		margin: 0px auto 40px;
		text-align: center;
	}

	.cmn-text {
		font-size: 14px;
		line-height: 24px;
		margin: 0px 0px 20px 0px;
		padding: 0px;
	}

	/* ===================================== */

	.topbar-info span {
		margin-right: 4px;
	}

	.topbar {
		background: #edf2ff;
		padding: 5px 0;
	}

	.topbar-icons a {
		font-size: 18px;
		margin-left: 4px;
	}

	.topbar-info {
		font-size: 10px;
	}

	.hero-content h6 {
		font-size: 14px;
		line-height: 14px;
		margin: 0px 0px 5px 0px;
		padding: 0px;
	}

	.hero-content h1 {
		font-family: Righteous;
		font-weight: 400;
		font-size: 20px;
		line-height: 30px;
		letter-spacing: -3%;
		text-transform: uppercase;
		color: #ffffff;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		text-shadow: 2px 2px #0000005e;
	}

	.hero {
		min-height: 368px;
	}

	.hero-content {
		position: absolute;
		z-index: 2;
		padding: 0px;
		top: 20px;
	}

	.hero-butn {
		gap: 5px;
	}

	.hero-social {
		right: -15px;
	}

	.stat-num {
		font-size: 40px;
		line-height: 40px;
	}

	.stat-item {
		padding: 0px;
		margin: 0px;
	}

	.stat-label {
		font-size: 14px;
		line-height: 24px;
	}

	.stats-bar {
		padding: 15px 0;
	}

	.about-section {
		padding: 30px 15px;
		margin: 0px;
	}

	.about-img-wrap {
		height: 300px;
		min-height: 100%;
		overflow: hidden;
		border-radius: 15px;
	}

	.about-img-wrap img {
		width: 100% !important;
		min-height: 100%;
		height: 100% !important;
	}

	.about-content {
		padding: 30px 0px;
		margin: 0px;
	}

	h6 {
		font-size: 16px;
		line-height: 16px;
	}

	h2 {
		font-size: 22px;
		line-height: 32px;
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}

	p {
		font-size: 14px;
		line-height: 24px;
		margin: 0px 0px 10px 0px;
		margin-bottom: 10px;
		padding: 0px;
	}

	.about-content h6::after {
		left: 75px;
	}

	.about-content p {
		margin-bottom: 20px;
	}

	.about-feature-box {
		padding: 20px 20px;
		margin-top: 20px;
	}

	.about-feature-box p {
		font-size: 16px;
		line-height: 26px;
		padding: 0px;
		margin: 0px 0px 10px 0px;
	}

	.gallery-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 200px 200px;
		gap: 10px;
	}

	.services-header-row {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0px 0px 30px 0px;
		flex-wrap: wrap;
	}

	.services-header-rowLeft {
		width: 100%;
	}

	.services-header-rowLeft p {
		color: #404040;
		margin-bottom: 20px;
	}

	.services-header-rowLeft h6::after {
		content: "";
		position: absolute;
		top: 20px;
		width: 60px;
		height: 2px;
		background: #676767;
		left: 106px;
	}

	.service-card {
		border-radius: 10px;
		height: 100%;
		padding: 0px 15px;
	}

	.service-body h4 {
		font-size: 22px;
		padding: 0px 0px 10px 0px;
		margin: 0px;
	}

	.service-body p {
		font-size: 14px;
		line-height: 24px;
	}

	.service-body p {
		font-size: 14px;
		line-height: 24px;
		padding: 0px 0px 10px 0px;
		margin: 0px;
	}

	.service-img-wrap {
		height: 300px;
	}

	.service-img-wrap {
		overflow: hidden;
		height: auto;
		padding: 0px;
		border-radius: 15px;
		overflow: hidden;
		width: 100%;
		margin: 0px 0px 25px 0px;
	}

	.service-card {
		height: 98%;
	}

	.projects-header-row h6::after {
		left: 150px;
	}

	.projects-header-row {
		margin-bottom: 10px;
	}

	.projects-header-row p {
		color: #404040;
		max-width: 100%;
	}

	.project-card {
		border-radius: 15px;
		margin: 10px 0px;
	}

	.projects-carousel .owl-nav {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		margin: 15px 0px 0px 0px;
	}

	.section-header-rowLeft {
		width: 100%;
	}

	.section-header-rowLeft h6::after {
		left: 100px;
	}

	.quote-content h2 {
		font-size: 24px;
		line-height: 34px;
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}

	.quote-content p {
		font-size: 16px;
		line-height: 26px;
		padding: 0px 0px 20px 0px;
		max-width: 100%;
	}

	.quote-content-butn {
		gap: 10px;
	}

	.footer {
		padding: 20px 0px 15px;
	}

	.footer h6 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.footer-contact p {
		font-size: 14px;
		line-height: 24px;
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}

	.footer-socials {
		display: flex;
		gap: 10px;
		margin: 20px 0px;
	}

	.footer-links a {
		font-size: 14px;
		line-height: 24px;
	}

	.footer-text {
		margin: 20px 0px 0px 0px;
		padding: 0px;
	}

	.footer-text p {
		font-size: 10px;
		text-align: center;
	}

.logo {
    width: 80px;
    padding: 10px 0;
}

	.service-body {
		padding: 20px 0px 10px;
	}


	.inner-banner-section {
		height: 150px;
	}

	.inner-banner-section img {

		height: 150px;

	}

	.inner-banner-text {
		top: 40%;
	}

	.inner-banner-text h1 {
		font-size: 25px;
		line-height: 25px;
		margin: 0px;
		padding: 0px;
	}


	.inner-about-page .about-content {
		padding: 0px;
		margin: 0px;
	}

	.inner-about-page-img {
		width: 100%;
		height: 100%;
		overflow: hidden;
		border-radius: 15px;
		margin-top: 20px;
	}


	.contact-page-left p {

		font-size: 16px;
		line-height: 30px;
		letter-spacing: 0%;
		margin: 0px 0px 15px 0px;
		padding: 10px 0px;

	}

	.contact-info h3 {
		font-size: 26px;
		line-height: 36px;
		margin: 0px 0px 20px 0px;
		padding: 0px;
	}


	.contact-info-box {

		border-radius: 10px;
		padding: 20px;
		margin: 0px 0px 10px 0px;
		width: 100%;
		height: 100%;

	}

	.contact-page-left .contact-info p {


		font-size: 15px;
		line-height: 25px;
		padding: 10px 0px;

	}

	.contact-form-card {

		border-radius: 10px;
		padding: 20px 20px;
		height: 100%;
		margin-left: 0px;
	}


	.contact-form-card h3 {
		font-size: 25px;
		line-height: 35px;
		margin: 0px 0px 15px 0px;
	}

	.contact-form-card .cmn-butn.blue-butn {
		border: none;
		margin-top: 0px;
	}


	.topbar-inner {
		flex-wrap: wrap;
	}

	.topbar-icons a {
		font-size: 12px;
		margin-left: 4px;
	}

	.hero {
		min-height: 100%;
		height: 194px;
	}

	.newsletter-form {
		flex-wrap: wrap;
		border-radius: 0px;
	}

	.newsletter-form button {
		width: 100%;
		padding: 10px 40px;
		font-size: 16px;
		line-height: 26px;
	}


	.inner-about-page .about-middle {
		padding: 40px 0px 0px 0px;
	}

	.about-middle h6 {
		padding: 0px;
		margin: 0px 0px 15px 0px;
	}

	.inner-about-page .about-content {
		padding: 0px;
		margin: 0px;
	}


}