/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 14 2024 | 07:05:04 */
header#top {
    transition: all 0.3s ease-in-out;
	width: 100%;
}

header#top.active {
	position: fixed;
	top: 0;
	left: 0;
	animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

.para-text p,
.para-text li {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

.service-section .inner_row .row_col_wrap_12_inner.col.span_12.left {
    box-shadow: none !important;
}

.service-section .wpb_text_column {
    text-align: center;
}

.page-id-249 h2,
.service-section .wpb_text_column h3 {
	font-family: 'Open Sans', sans-serif !important;
}

.service-section .wpb_text_column p {
    font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

.faq-section h3 a {
    font-size: 18px !important;
    font-weight: 700;
    line-height: 1.4 !important;
    padding-left: 60px;
    color: #000;
    background-color: #cfcfcf;
	font-family: 'Open Sans', sans-serif;
}

.faq-section p, .faq-section li {
    font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

.faq-section .inner-toggle-wrap {
    padding: 20px !important;
}

#footer-outer #footer-widgets .widget h4 {
	color: #fff !important;
    font-family: 'Saira Semi Condensed';
    font-size: 24px;
}


@media screen and (max-width: 767px) {
	header#top.active {
		background-color: #fff;
		padding: 10px 0;
	}
	h2.vc_custom_heading {
		font-size: 25px;
		line-height: 1.4;
	}
	.service-section .wpb_text_column p {
		font-size: 15px;
	}
	.service-section .hover-wrap-inner img {
    	max-width: 100px;
	}
	.box_th p {
		font-size: 16px;
		line-height: 1.6;
	}
	.faq-section h3 a {
    	font-size: 16px !important;
		font-weight: 600;
	}
	.faq-section .inner-toggle-wrap {
		padding: 15px !important;
	}
	.faq-section p, .faq-section li {
		font-size: 14px;
	}
	.faq-section h3 a i:before {
		font-size: 20px;
	}
	.faq-section h3 a {
		padding: 15px 15px 15px 40px;
	}
	.faq-section h3 a i {
		left: 5px;
		top: 8px;
	}
	.titul h2 {
		font-size: 35px;
	}
	.contact_f .vc_column-inner {
		padding: 0 !important;
	}
	.contact_f .divider-wrap {
		display: none;
	}
	.cta_phone h3 {
		padding: 15px;
		font-size: 25px;
		line-height: 1.2;
	}
	#footer-widgets .container .col {
		margin-bottom: 0;
	}
	#footer-outer .col {
		margin-bottom: 0;
	}
	#footer-outer .row {
		padding-bottom: 0;
	}
	.banner-section h1 {
		font-size: 40px;
		line-height: 1.2;
	}
	.banner-section p {
		font-size: 16px !important;
		line-height: 1.4 !important;
	}
	
/* .banner-section .swiper-slide {
    height: auto !important;
}
.banner-section .nectar-slider-wrap {
    height: auto !important;
}
.banner-section .swiper-wrapper {
    height: auto !important;
}
.banner-section .swiper-container {
    height: auto !important;
} */
	
}