/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}

	/* html,
	body {
		overflow-x: hidden !important;
	} */
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90% !important;
	}

	.navbar .dropdown .dropdown:hover>ul {
		left: -100% !important;
	}
}

@media (max-width: 991px) {

	.navbar {
		padding: 0px !important;
	}

	.navbar ul {
		display: none !important;
	}

	.mobile-nav-toggle {
		display: block !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {

	.mobile-nav-toggle {
		padding-left: 600px !important;
	}

	.navbar-mobile .mobile-nav-toggle {
		right: 15px !important;
	}

	.navbar-mobile ul {
		height: 50%;
		width: 95%;
	}

	.navbar-mobile li {
		padding: 5px 100px;

	}

}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

@media (min-width: 1024px) {
	#hero p {
		width: 60%;
	}

	#hero .carousel-control-prev,
	#hero .carousel-control-next {
		width: 5%;
	}
}

@media (max-width: 768px) {
	#hero .carousel-container {
		height: 90vh;
		padding-top: 85px !important;
	}

	/* #hero .carousel-container .second{
		padding-top: 100px !important;
	} */
	#hero h2 {
		margin-bottom: -20px !important;
	}

}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

@media (max-width: 768px) {
	.features .nav-link i {
		padding: 0;
		line-height: 1;
		font-size: 36px;
	}
}

@media (max-width: 575px) {
	.features .nav-link {
		padding: 15px;
	}

	.features .nav-link i {
		font-size: 24px;
	}
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

@media (max-width: 1024px) {
	.cta {
		background-attachment: scroll;
	}
}

@media (min-width: 769px) {
	.cta .cta-btn-container {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

@media (max-width: 992px) {
	.breadcrumbs ol {
		margin-top: 10px;
	}
}

@media (max-width: 768px) {
	.breadcrumbs .d-flex {
		display: block !important;
	}

	.breadcrumbs ol {
		display: block;
	}

	.breadcrumbs ol li {
		display: inline-block;
	}
}



/* added by akhila featured-products section */

@media (min-width: 992px) {
	.services-creative-figure img {
		transform: scale(1.1);
	}
}

@media (min-width: 992px) {
	.services-creative-figure img {
		transform: scale(1.1);
	}
}

@media (min-width: 1200px) {
	.services-creative-caption {
		padding-left: 18%;
		padding-right: 18%;
		padding-bottom: 60px;
	}
}

@media (min-width: 992px) {
	.services-creative-caption {
		padding-left: 10%;
		padding-right: 10%;
	}
}

@media (min-width: 768px) {
	.services-creative-caption {
		padding-left: 14%;
		padding-right: 14%;
		padding-bottom: 40px;
	}
}

@media (min-width: 576px) {
	.services-creative-caption {
		padding-left: 10%;
		padding-right: 10%;
		padding-bottom: 30px;
	}
}

@media (min-width: 768px) {
	.services-creative-counter {
		width: 70px;
		height: 70px;
		font-size: 36px;
		line-height: 70px;
	}
}

@media (min-width: 576px) {
	.services-creative-counter {
		transform: translate3d(105%, -50%, 0);
	}
}


@media (min-width: 992px) {
	.services-creative:hover .services-creative-counter {
		transform: translate3d(-50%, -50%, 0);
	}
}

@media (min-width: 992px) {
	.services-creative:hover .services-creative-figure img {
		transform: none;
	}
}

@media (min-width: 992px) {
	.services-creative:hover .services-creative-caption::before {
		transform: none;
	}
}

@media (min-width: 768px) {
	.bg-image-3 {
		z-index: 1;
	}
}


/* experience section */

@media (min-width: 768px) {
	.bg-image-3::after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		bottom: 0;
		width: 1000%;
		background: inherit;
		transform: skew(-8deg);
		transform-origin: 50% 0;
		z-index: -1;
	}
}

@media (min-width: 576px) {
	.tabs-custom-3 {
		flex-direction: row;
		text-align: left;
	}
}

@media (min-width: 576px) {
	.tabs-custom-3 {
		flex-direction: row;
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.section-inset-7 {
		padding: 90px 0;
	}
}

@media (min-width: 992px) {
	.section-inset-7 {
		padding: 70px 0;
	}
}

@media (min-width: 576px) {
	.tab-content-4 .tab-pane {
		max-width: 350px;
	}
}

@media (min-width: 1200px) {

	h4,
	.heading-4 {
		font-size: 36px;
	}
}

@media (min-width: 768px) {

	h4,
	.heading-4 {
		font-size: 30px;
	}
}


/* about page responsive start */

@media screen and (max-width: 479px) {
	.about .cards-grid {
		grid-template-columns: 1fr !important;
		margin-top: 20px !important;
	}
}

@media screen and (max-width: 767px) {
	.about .cards-grid {
		grid-template-columns: 1fr !important;
		margin-top: 40px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.about .cards-grid {
		grid-template-columns: 1fr 1fr !important;
	}
}


/*  about page responsive end  */


/* contact section responsive start */
@media screen and (max-width: 479px) {
	.contact .cards-grid {
		grid-template-columns: 1fr !important;
		margin-top: 20px !important;
	}

	.about_description {
		padding: 0px !important;
	}

	.about .about_image img {
		height: auto !important;
	}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	.contact .cards-grid {
		margin-top: 40px !important;
	}

	.about_description {
		padding: 0px !important;
	}

	.about .about_image img {
		height: auto !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.contact .cards-grid {
		grid-template-columns: 1fr 1fr 1fr !important;
	}
}

@media screen and (max-width: 479px) {
	.heading-medium {
		font-size: 2.875rem !important;
	}

	.about .about_image img {
		height: auto !important;
	}
}

/* contact section responsive end */

@media screen and (max-width: 479px) {
	/* .contact .heading-medium {
		font-size: 2.875rem !important;
	}

	.contact .image-cover {
		margin-top: 0px !important;
	}

	.contact .contact_form {
		padding-bottom: 2.5rem;
	} */

}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.contact .section-padding {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.contact .contact_form {
		padding-bottom: 2.5rem;
	}

	.contact .image-cover {
		margin-top: 0px !important;
	}
}

@media screen and (max-width: 767px) {
	.contact .section-padding {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.contact .image-cover {
		margin-top: 0px !important;
	}

	.contact .card-text {
		font-size: 18px !important;
	}
	.contact .contact_form{
		padding-top: 0px;
	}
	.mt-5{
		margin-top: 0px !important;
	}
	.contact .heading-medium {
		font-size: 3.5rem !important;
	}
}

@media (max-width: 767.98px) {
	.box-transform-1 {
		padding-top: 56.25%;
	}
}


/* index page header section  */

@media screen and (max-width: 480px) and (max-width: 767px) {

	#hero h2 {
		/* font-size: 33px !important; */
		font-size: 2.5rem !important;
	}

	#hero p {
		margin: 30px auto 30px auto !important;

	}

	.section-title p {
		font-size: 30px !important;
	}

	#hero .heading-xl {
		font-size: 3rem;
	}

	#background-video {
		top: 75%;
		left: 215%;
	}
}

@media screen and (min-width: 767px) and (max-width: 991px) {
	#background-video {
		top: 80%;
		left: 100%;
	}
}

/* index page product section */

@media screen and (max-width: 480px) and (max-width: 767px) {
	div .product {
		padding-bottom: 22px;
	}

	.bg-image-3 {
		background-color: #ece8e8 !important;
	}

	.features {
		padding: 10px 0px !important;
	}

}

@media screen and (max-width: 768px) and (max-width: 991px) {
	div .product {
		padding-bottom: 22px;
	}

	.features {
		padding: 10px 10px !important;
	}

}

/* product page */


@media screen and (max-width: 767px) {
	.portfolio ul {
		padding-left: 0rem;
		justify-content: center !important;
	}

	.portfolio #portfolio-flters li {
		font-size: 10px !important;
		text-align: center;
		margin: 7px;
		height: 4em;
		padding: 8px 13px;
	}

	.product {
		margin: 0px;
		padding-top: 10px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.p_content {
		font-size: 2.5rem;
		font-weight: 800;
	}




}

@media screen and (max-width: 480px) {
	.image_gallery .wrap img {
		width: 300px !important;
		height: 300px !important;
	}

	#footer .footer---nav-wrapper {
		padding: 0px 0px !important;
		margin: 0 0 !important;

	}

	#footer .w-layout-grid {
		padding-top: 40px;
	}

	/* #footer .social-media-flex {
		padding: 20px 0;
	} */

	/* #header{
		width:auto;
	}
	#header .align-items-center{
		width: auto;
		margin: 0;
	}
	#header.header-transparent{
		margin: 0;
	} */

}

@media screen and (max-width: 767px) {
	#footer .social-media-flex {
		margin: 20px 0px !important;
	}

	#footer .display-10 {
		font-size: 37px !important;
		line-height: 1.5em !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#footer .footer---nav-wrapper {
		padding: 50px 150px !important;
		margin: 0 !important;
	}

	#footer .social-media-flex {
		margin: 20px 0px !important;
	}

	.about .card_content:nth-child(2n+0) {
		border-right: none !important;
	}
}

/* about page */
@media screen and (max-width: 767px) {
	.intro {
		margin: 0px !important;
		padding: 0px !important;
	}

	.heading-style-h1 {
		font-size: 3rem !important;
	}

	.intro .button {
		margin: 0px 47px !important;
	}

	.about_description {
		margin-top: 0px !important;
	}

	.about .card_content {
		border: none !important;
		border-right: none !important;
		border-bottom: 2px solid var(--yellow) !important;
	}

	.about .card_content:last-child {
		border-bottom: none !important;
	}


	.team-list {
		grid-template-columns: 1fr;
	}

	.padding-global {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

}

@media screen and (max-width: 480px) and (max-width: 767px) {
	.whatsapp {
		left: 330px !important;
		bottom: 63px !important;
		right: 15px !important;
	}

	.whatsapp img {
		height: 40px !important;
	}
}


@media screen and (max-width: 767px) {
	#hero {
		height: 62vh !important;
	}

	#hero .overlay-image {
		position: absolute !important;
		object-fit: fill !important;
		width: 79% !important;
	}

	.hero-waves {
		position: absolute !important;
	}

	.about {
		padding-bottom: 80px !important;
	}

	.about_index {
		position: unset !important;
		height: 100% !important;
		width: 297px;
	}

	.features .services-creative-counter {
		left: 44% !important;
	}

	.bkd {
		height: 476px !important;
		/* background-position: center; */
		background-repeat: no-repeat;
	}

	.extra_section {
		top: 60px !important;
		font-size: 20px !important;
		padding: 0px 0px !important;
		line-height: 2;
	}

	.contact_button {
		top: 85px !important;
		padding: 10px 15px !important;
		margin: 0 65px !important;
	}

	.experience .no-gutters {
		height: auto !important;
	}

	.team-list {
		grid-template-columns: 1fr !important;
	}

	.heading-style-h2 {
		font-size: 28px !important;
	}

	.follow_us {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.contact .card-text {
		margin: 1rem 1rem;
		font-size: 14px !important;
	}

	.container .card {
		padding: inherit;
	}

	#hero .overlay-image {
		object-fit: fill !important;
		width: 75% !important;
	}

	.bkd {
		background-position: center !important;
		background-repeat: no-repeat !important;
	}

	.extra_section {
		top: 130px !important;
		font-size: 40px !important;
		padding: 20px 70px !important;
	}

	.contact_button {
		top: 210px !important;
		margin: 0px 288px !important;
	}

	.experience .no-gutters {
		height: auto !important;
	}
}
