@media only screen and (max-width: 1920px) and (min-width: 1500px) {
	.container {
		max-width: 1440px;
	}
}

@media only screen and (max-width: 1600px) {
	html {
		overflow-x: hidden;
	}

	.slideOne {
		padding: 3rem 0 0 9rem;
	}

	.main-slider {
		height: 800px;
	}

	.data-center-sec {
		padding: 3rem 0;
	}

	.workMain {
		padding: 2rem 0;
	}

	.workMain h2 {
		display: none;
	}

	.core {
		padding: 3rem 0;
		height: auto;
	}

	.core h2 {
		margin-bottom: 1rem;
	}

	.core.about {
		padding: 2rem 0;
	}

	.power {
		height: auto;
		padding: 2rem 0;
	}

	.faq-sec {
		padding: 3rem 0;
	}
	.proj-card {
    height: 100%;
    margin-bottom: 0rem;
}

.projects-new-sec .row {
    gap: 1rem 0;
}
}

@media only screen and (max-width: 1445px) {
	.main-slider {
		height: 700px;
	}

	.slideOne {
		padding: 3rem 0 0 6rem;
	}

	.datacent-wrap p {
		margin: 0 0 1.5rem;
	}

	.about {
		padding: 2rem 0;
	}
}

@media only screen and (max-width: 1366px) {
	html {
		font-size: 15px;
	}

	.slideOne {
		padding: 3rem;
	}

	.main-slider {
		height: 600px;
	}

	.core_card p {
		font-size: 1rem;
	}

	.core_card {
		padding: 1rem;
	}

	.custom-power-cta {
		padding: 3rem 0;
	}

	footer {
		padding: 3rem 0 0;
	}

	.privacy-section {
		padding: 2rem 0;
	}

	.power_content {
		margin-bottom: 3rem;
	}

	.showcaseSlider {
		margin: 2rem 0;
	}

	.portfolio-grid-sec {
		padding: 3rem 0;
	}
}

@media (max-width: 1199.98px) {
	html {
		font-size: 14px;
	}

	.inner-banner {
		height: 200px;
	}
}

@media (max-width: 991.98px) {
	html {
		font-size: 13px;
	}

	.slideOne h1 {
		font-size: 4rem;
	}

	.slideOne h1 span {
		font-size: 4.5rem;
	}

	.slideOne h1 strong {
		font-size: 5rem;
	}

	.cardcntnt h3 {
		font-size: 2rem;
	}

	.cardcntnt p {
		font-size: 20px;
	}

	.core .row {
		gap: 1.5rem 0;
	}

	.about-content-img1 img {
		height: auto;
	}

	.contact-head-cont p {
		margin-bottom: 2rem;
	}

	.contact-form button {
		font-size: 1.2rem;
	}

	.faq-sec #accordion .card1 .btn-link {
		padding: 0rem 1.5rem;
	}
}

@media (max-width: 767.98px) {
	html {
		font-size: 12px;
	}

	ul.quicklist {
		margin: 2rem 0;
	}

	.copyRight p {
		text-align: center;
		font-size: 13px;
	}

	.privacy-terms {
		justify-content: center;
	}

	.slideOne {
		padding: 1rem 0 0;
	}

	.main-slider {
		height: 450px;
	}

	.workgk img {
		width: 100%;
		height: auto;
		max-width: 100%;
	}
}

@media (max-width: 575.98px) {
	.navbar-brand img {
		width: 150px;
		height: auto;
		max-width: 100%;
	}

	.navbar {
		padding: 0 1rem !important;
	}

	.slideOne h1 {
		font-size: 2.7rem;
		width: 100%;
	}

	.slideOne h1 strong {
		font-size: 3.9rem;
	}

	.main-slider {
		height: 350px;
	}

	.card {
		flex-direction: column;
		padding: 1rem;
	}

	figure.powerlandimg1 img {
		width: 100%;
		height: auto;
		border-radius: 20px;
	}

	.card-wrapper {
		margin-bottom: 2rem;
	}

	.cardcntnt h3 {
		margin: 1rem 0;
	}

	.cardcntnt img {
		width: 60px;
	}

	.wrapper {
		padding: 1rem 0 0;
	}

	.cardcntnt p {
		font-size: 18px;
	}

	.cardcntnt {
		text-align: start;
		width: 100%;
	}

	.core h2 {
		font-size: 3rem;
	}

	.mainHead {
		font-size: 3rem;
	}

	.themeBtn {
		padding: 1rem 1.5rem;
		font-size: 15px;
	}

	.datacent-wrap p {
		font-size: 1.5rem;
	}

	.copyRight p {
		font-size: 12px;
		line-height: 1.2;
	}

	.inner-banner {
		height: auto;
	}

	.inner-banner h1 {
		font-size: 3rem;
	}

	.contact-head-cont h2 {
		font-size: 2.2rem;
		margin-bottom: 1rem;
	}

	.contact-head-cont p {
		font-size: 13px;
		line-height: 1.5;
	}

	.contact-form {
		padding: 1rem;
	}

	.privacywrap h2 {
		font-size: 2.1rem;
	}
	.power_content h2 {
    font-size: 2.5rem;
}
.showcase_box{
	padding: 1rem 2rem;
}
.portfolio-grid-sec .port-header {
    flex-direction: column;
    align-items: self-start;
    gap: 1rem;
    margin-bottom: 2rem;
}
.faq-sec #accordion .card1 .btn-link.collapsed {
    font-size: 1.1rem;
    line-height: 1.1;
    height: auto;
    padding: 1rem;
}
.showcaseSlider .swiper-button-next {
    top: 31%;
}

.power .tab-content iframe{
	height: auto;
}
.blog-section {
    padding: 2rem 0;
}
}

@media (max-width: 320.98px) {}