/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 03 2024 | 10:25:50 */
.mainButton a.premium-button {
	text-decoration: none;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
}

.mainButton a.premium-button:hover svg {
    transform: translateX(4px);
    transition: .2s ease-in-out;
}

.buttonTwo a.elementor-button {
	text-decoration: none;
}

.page-heading h1 {
	font-size: 2.4rem;
    line-height: 1.2;
}

.sec-heading h2 {
	font-size: 2rem;
	line-height: 1.2;
}

.header-con {
	position: absolute;
    left: 0;
    right: 0;
    z-index: 11111;
}

.home-banner-con {
	position: relative;
}

#banner_svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotateY(-180deg);
    z-index: 1;
    height: 130px;
}

/* .about-sec {
	position: relative;
} */

#about-header-svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    transform: rotateX(-180deg);
    z-index: 11;
    height: 130px;
}

.banner-con-side {
	max-width: 600px;
}

/* Home Carousel Banner Starts */

.con-carousel-rel {
	position: relative;
}

.banner-con-ab {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 2;
}

.home-carousel ul.slick-dots {
	position: absolute;
    z-index: 999;
    left: 50%;
	transform: translate(-50%);
}

/* Home Carousel Banner Ends */


/* Our Services Section Starts */

.service-list ol {
	list-style-type: lower-alpha;
	padding-left: 20px;
}

.service-list ol li {
	margin-bottom: 5px;
}

.service-box {
	position: relative;
	cursor: pointer;
}

.service-box::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	border-radius: 15px;
	background-color: var(--e-global-color-secondary);
/* 	transform: rotate(10deg); */
	transform: rotate(0);
	z-index: -1;
	transition: .3s;
}

.service-box:hover.service-box::before {
	transform: rotate(8deg);
}

/* Our Services Ends */

.project-sec .elementor-counter-title {
	text-align: center;
}

/* Feedback Section Starts */

.feedback-box .swiper-slide {
	padding: 1rem;
	margin-right: 0 !important;
}

/* .feedback-box .swiper-slide-inner .elementskit-single-testimonial-slider {
	display: flex;
	flex-direction: column-reverse;
	margin: 0;
}
 */
.feedback-box .swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}

.feedback-box .premium-carousel-wrapper a.carousel-arrow, .event-carousel .premium-carousel-wrapper a.carousel-arrow {
	top: -48px !important;
	right: 10px;
}

.feedback-box .elementskit-testimonial-slider .swiper-navigation-button.swiper-button-prev {
	right: 48px;
    left: auto;
}

.event-carousel a.carousel-arrow.carousel-prev {
	right: 60px;
    left: auto;
}

.feedback-box .swiper-slide i.icon {
	border-radius: 50%;
}

/* Feedback Section Ends */

/* Contact Form Starts */
.contact-form {
	width: 100%;
}

/* 
.contact-form {
	display: flex;
    align-items: flex-start;
    justify-content: start;
    gap: 10px;
	width: 100%;
}

.col-half {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.contact-form label {
	width: 100%;
}

.contact-form .col-full br, .contact-form .col-half br {
	display: none;
} */

/* Contact Form Ends */

.text-link:hover {
	color: var(--e-global-color-secondary) !important;
}

.backtotop {
    position: fixed;
    bottom: 40px;
    right: 25px;
    transition: bottom 0.3s ease;
    z-index: 9999;
}

.con-link-get .elementor-icon-box-title a {
	text-decoration: none;
}

.con-link-get .elementor-icon-box-title a:hover {
	color: var(--e-global-color-secondary);
}


.con-link-get .elementor-icon-box-wrapper:hover svg {
	fill: var(--e-global-color-secondary);
	transition: all .3s;
}

/* Responsive Starts */

@media (min-width: 1200px) and (max-width: 1599px) {
    #banner_svg {
        height: 100px;
    }
}


@media (min-width: 1200px) and (max-width: 1599px) {
    #about-header-svg {
        height: 100px;
/*         top: -100px; */
    }
}

@media (min-width: 1024px) {
	.sec-heading h2 br {
		display: none;
	}
}

@media (max-width: 1024px) {
	.feedback-box .elementskit-testimonial-slider .swiper-navigation-button.swiper-button-prev {
	  right: 70px;
      left: auto;
    }
}


@media (max-width: 991px) {
    #banner_svg {
        bottom: -1px;
        height: 60px;
    }
	#about-header-svg {
        height: 60px;
    }
	.page-heading h1 br {
		display: none;
	}
}

@media (max-width: 767px) {
    #banner_svg {
        bottom: -1px;
        height: 60px;
    }
	#about-header-svg {
        height: 60px;
    }
	.feedback-box .elementskit-testimonial-slider .swiper-navigation-button {
		display: flex !important;
		top: -12px;
	}
	.feedback-box .elementskit-testimonial-slider .swiper-navigation-button.swiper-button-next {
		right: 18px !important;
	}
}

@media (max-width: 576px) {
/* 	.col-full {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
    } */
	.page-heading h1 {
       font-size: 1.7rem;
       line-height: 1.2;
    }    
	.sec-heading h2 {
       font-size: 1.6rem;
       line-height: 1.2;
    }
/* 	.contact-form {
	  gap: 0;
	  flex-wrap: wrap;
    } */
	.location-links ul li br {
		display: none;
	}
	 .feedback-box .elementskit-testimonial-slider .swiper-navigation-button {
        top: -5px;
    }
	.feedback-box .elementskit-testimonial-slider .swiper-navigation-button.swiper-button-prev {
        right: 58px;
        left: auto;
    }
	.event-carousel a.carousel-arrow.carousel-prev {
       right: 54px;
   }
	.event-carousel .premium-carousel-wrapper a.carousel-arrow {
	    top: -16px !important;
   }
}


/* Responsive Ends */
