@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
/*============================

==============================*/
.sections{
	padding: 50px 0px;
}
.readmore{
	display: block;
	font-weight: 500;
	padding: 10px 15px;
	color: #fff!important;
	text-align: center;
	border-radius: 30px;
	background-color: #E0117B;
}
.readmore-white{
	display: block;
	font-weight: 500;
	padding: 10px 15px;
	color: #111!important;
	text-align: center;
	background-color: #fff;
	border-radius: 30px;
}
/*============================

==============================*/
.whatsapp-float{
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 70px;
    height: 70px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
    text-decoration: none;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    background: #1DA851;
}
@keyframes pulse {
    0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

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

==============================*/
.home-banner{}
.home-banner{
	background-color: #111;
	background-size: cover;
}
.home-banner .home-slider .wrap{
	width: 100%;
	height: 97vh;
	padding-top: 50px;
	text-align: center;
	align-content: center;
	justify-content: center;
	background: rgba(0, 0, 0, .3);
}
.home-banner .home-slider h1{
	font-size: 2.7rem;
	font-weight: 700!important;
	letter-spacing: -2px;
	color: #fff;
}
.home-banner .home-slider p{
	font-size: 1.3rem;
	line-height: 1.5;
	color: #fff;
}
.home-banner{}

.home-banner .slick-dots{
	bottom: 30px;
}
.home-banner .slick-dots li button:before{
	background-color: #fff;
}
.home-banner .slick-dots li.slick-active button:before {
	background-color: #E0117B;
}
/*============================

==============================*/
.home-about{}
.home-about h2{
	color: #111;
	margin: 0px;
	font-size: 2.5rem;
	letter-spacing: -1px;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 20px;
}
.home-about h2::after{
	content: "";
	bottom: 0px;
	left: 50%;
	height: 4px;
	width: 200px;
	position: absolute;
	transform: translate(-50%, -50%);
	background-color: #E0117B;
}
.home-about h5{
	font-size: 1.5rem;
	line-height: 1.7;
	margin-bottom: 50px;
}
.home-about h3{
	color: #111;
	font-size: 1.2rem;
	font-weight: 700!important;
}
.home-about p{
	color: #333;
	font-size: 1.1rem;
	line-height: 1.7;
}
.home-about img{
	display: block;
	width: 100%;
	border-radius: 15px;
}
.home-about .wrap{
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.home-about .wrap strong{
	color: #111;
	display: block;
	font-size: 1.1rem;
	font-weight: 700;
}
.home-about .wrap span{
	color: #333;
	display: block;
	line-height: 1.5;
}

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

==============================*/
.home-why-us{
	background-color: #051C24;
}
.home-why-us h2{
	color: #fff;
	font-size: 2.5rem;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 20px;
}
.home-why-us h2::after{
	content: "";
	width: 200px;
	height: 4px;
	bottom: 0px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	background-color: #E0117B;
}
.home-why-us h5{
	color: #ccc;
	font-size: 1.3rem;
	line-height: 1.7;
	font-weight: 300!important;
}
.home-why-us small{
	display: block;
	margin-bottom: 10px;
	letter-spacing: 10px;
	text-transform: uppercase;
}

.home-why-us .wrap{
	margin: 30px 0px;
	padding: 30px 30px;
	text-align: center;
	border-radius: 1rem;
	border: 1px solid #444;
}
.home-why-us .wrap:hover{
	transition: all 0.3s ease;
}
.home-why-us .wrap h4{
	color: #fff;
	margin: 15px 0px;
	font-size: 1.3rem;
	line-height: 1.3;
	text-transform: capitalize;
}
.home-why-us .wrap p{
	color: #ccc;
	margin: 0px;
	font-size: 1.1rem;
	line-height: 1.7;
}
.home-why-us .wrap span{
	display: block;
	width: 60px;
	height: 60px;
	margin: auto;
	justify-content: center;
	align-content: center;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 7px;
	background-color: #E0117B;
	background-image: linear-gradient(to bottom right, #FBCEE4, #E0117B);
}
.home-why-us .wrap span i{
	font-size: 2rem;
	position: relative;
	top: 3px;
	color: #fff;
}

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

==============================*/
.home-services{
	background-color: #051C24;
	background-size: cover;
	background-position: top center;
	background-image: url(../images/bk.webp);
}
.home-services h2{
	font-size: 2.5rem;
}
.home-services h5{
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.3;
}
.home-services article{}
.home-services article a{
	color: #111;
	display: block;
	margin: 5px 0px;
	font-size: 1.3rem;
	padding: 20px 0px;
	font-weight: 700;
	border-bottom: 1px dotted #111;
}
.home-services article a:hover{
	color: #E0117B;
	border-bottom: 1px dotted #E0117B;
}
.home-services article a span{
	display: block;
}
.home-services article a .wrap-text{
	width: 80%;
	text-align: left;
}
.home-services article a .wrap-arrow{
	width: 20%;
	text-align: right;
}



.home-services .wrap{
	padding: 30px;
	margin: 20px 0px;
	border-radius: 15px;
	text-align: center;
	background-color: #fff;
}
.home-services .wrap p{
	color: #333;
	line-height: 1.7;
}
.home-services .wrap h4{
	font-size: 1.2rem;
	font-weight: 700!important;
}



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

==============================*/
.home-action-call{
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.home-action-call .wrap{
	background: rgba(0, 0, 0, .6);
}
.home-action-call .wrap h3{
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700!important;
}
.home-action-call .wrap p{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #fff;
}
.home-action-call .wrap{}
/*============================

==============================*/
.main-banner{
	background-color: #000;
	background-size: cover;
	background-position: center;
	background-image: url(../images/main-banner.jpg);
}
.main-banner .wrap{
	width: 100%;
	height: 60vh;
	padding-top: 50px;
	text-align: center;
	align-content: center;
	justify-content: center;
	background: rgba(0, 0, 0, .6);
}
.main-banner .wrap h1{
	font-size: 2.5rem;
	letter-spacing: -1px;
	font-weight: 700!important;
	color: #fff;
}
.main-banner .b-menu{
	font-size: .90rem;
}
.main-banner .b-menu a{
	color: #E0117B;
	font-weight: 600;
	display: inline-block;
}
.main-banner .b-menu span{
	display: inline-block;
	margin: 0px 5px;
}



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

==============================*/
.about-section{
	background-color: #FCE6F1;
}
.about-section h2{
	font-size: 2rem;
	line-height: 1.3;
	padding-bottom: 35px;
	position: relative;
	font-weight: 700!important;
}
.about-section h2::after{
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	border-bottom: 2px dotted #E0117B;
}
.about-section p{
	color: #333;
	font-size: 1.1rem;
	line-height: 1.7;
}
.about-section img{
	width: 100%;
	display: block;
	border-radius: 1rem;
}
.about-section .wrap{
	margin: 50px 0px;
}

.about-services{
	background-color: #FCE6F1;
	background-size: cover;
	background-position: top center;
}
.about-services h3{
	color: #111;
	font-size: 2rem;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 40px;
	letter-spacing: -1px;
}
.about-services .wrap{
	margin: 10px;
	border-radius: 1rem;
	background-color: #eee;
	background-size: cover;
	background-position: center;
}
.about-services .wrap a{
	display: block;
	width: 100%;
	height: 400px;
	padding: 40px;
	color: #EA7800;
	border-radius: 1rem;
	align-content: flex-end;
	justify-content: flex-end;	
	background: linear-gradient(180deg, #000000 -0.38%, rgba(36, 34, 34, 0) -0.38%, #000000 100%);
}
.about-services .wrap a span{
	display: block;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0px;
	color: #fff;
	line-height: 1;
	margin-bottom: 10px;
}
.about-services .wrap a small{
	display: block;
}
/*============================

==============================*/
.reviews-section{}
.reviews-section h2{
	font-size: 2.5rem;
	line-height: 1.2;
}
.reviews-section .box-wrap{	
	padding: 50px 0px;
	border-top: 2px dotted #ccc;
}

.reviews-section .box-wrap i{
	top: -5px;
	color: #EA7800;
	font-size: 1.2rem;
	position: relative;
}
.reviews-section .box-wrap h5{
	margin: 0px;
	font-size: .90rem;
	line-height: 1;
	font-weight: 600;
	text-align: right;
	margin-top: 10px;
	color: #666;
}
.reviews-section .box-wrap p{
	margin: 0px;
	line-height: 1.5;
	color: #111;
	font-style: italic;
}
.reviews-section .box-wrap .rating{
	display: block;
	margin-top: 12px;
	margin-left: 0px;
	margin-bottom: 10px;
}

.reviews-section .box-wrap{}
.reviews-section{}
.reviews-section{}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
	display: none;
}

.add-read-more.show-more-content .read-more {
	display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
	margin-left: 2px;
	color: #E0117B;
	cursor: pointer;
	display: block;
	text-decoration: underline;
}

.add-read-more{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
/*============================

==============================*/
.contact-intro{
    padding-top: 60px;
    padding-bottom: 30px;
	background-color: #FDE7F1;
}
.contact-intro p{
	color: #333;
	font-size: 1.1rem;
	line-height: 1.7;
}
.contact-intro h3{
	color: #111;
	font-size: 2rem;
}
/*============================

==============================*/
.contact-section{
	padding-top: 100px;
	background-color: #FDE7F1;
	background-size: cover;
	background-position: top center;
}

.contact-section article{
	padding: 15px 0px;
}
.contact-section article .icons{
	width: 50px;
	height: 50px;
	margin: auto!important;
	border-radius: 50%;
	text-align: center;
	align-content: center;
	justify-content: center;
	background-color: #111;
}
.contact-section article .icons i{
	font-size: 1.2rem;
	color: #fff;
}
.contact-section article span{
	display: block;
	line-height: 1.5;
	font-size: 1.1rem;
	color: #333;
}
.contact-section article a{
	font-size: .95rem;
	font-weight: 600;
	margin-top: 3px;
	color: #E0117B;
	display: inline-block;
}
.contact-section article{}


.contact-section .contact-form{
    padding-bottom: 60px;
}
.contact-section .contact-form form{}
.contact-section .contact-form form label .star{
	color: #E0117B;
	display: inline-block;
}
.contact-section .contact-form form label{
	display: block;
	margin: 0px;
	color: #333;
	font-weight: 400;
}
.contact-section .contact-form form input{
	display: block;
	height: 100%;
	padding: 10px 5px;
	font-size: 1.1rem;
	border-radius: 0px!important;
	border: none!important;
	border-bottom: 1px solid #888!important;
	background-color: transparent!important;
}
.contact-section .contact-form form textarea{
	display: block;
	height: 100%;
	padding: 10px 5px;
	font-size: 1.1rem;
	border-radius: 0px!important;
	border: none!important;
	border-bottom: 1px solid #888!important;
	background-color: transparent!important;
}
.contact-section .contact-form form small{
	display: block;
	font-size: 1.1rem;
	line-height: 1.5;
	color: #333;
	margin-bottom: 15px;
}
.contact-section .contact-form form button{
	display: block;
	width: 100%;
	color: #fff;
	padding: 10px;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 30px;
	border: 1px solid #E0117B;
	background-color: #E0117B;
}
/*============================

==============================*/
.contact-section .map-section{
	background-color: #fff;
}

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

==============================*/
.services-section{
	background-color: #FCE6F1;
}
.services-section .wrap{
	margin: 30px 0px;
	border-radius: 1rem;
	text-align: center;
	box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}
.services-section .wrap h4{
	font-size: 1.2rem;
	margin: 0px;
	color: #111;
	line-height: 1.1;
	font-weight: 700!important;
}
.services-section .wrap p{
	color: #333;
	line-height: 1.7;
}
.services-section .wrap-text{
	padding: 10px 20px;
	padding-bottom: 30px;
}
.services-section .wrap-img{
	padding: 20px;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	background-image: linear-gradient(to right, #F472B6, #9333EA);
}



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

==============================*/
.main-services{
	background-color: #FCE6F1;
}
.main-services h2{
	width: 80%;
	font-size: 2rem;
	margin-top: 20px;
}
.main-services h2 span{
	display: block;
	font-weight: 900!important;
}
.main-services p{
	color: #333;
	font-size: 1.1rem;
	line-height: 1.7;
}
.main-services img{
	display: block;
	width: 100%;
}
.main-services .wrap span{
	display: block;
	width: 48%;
	height: 450px;
	background-position: center;
	background-size: cover;
	background-color: #111;
}
.main-services .wrap span.img1{
	margin-right: 4%;
}
.main-services .wrap span.img2{
	margin-top: 50px;
}

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

==============================*/
.services-price{
	background-color: #fff;
}
.services-price h2{
	color: #111;
	font-size: 2rem;
}
.services-price p{
	color: #333;
	font-size: 1.2rem;
	line-height: 1.7;
}

.services-price .wrap{
	color: #111;
	align-items: center;
	flex-basis: 100%;
	font-size: 19px;
	font-weight: 600;
	padding: 10px 0px;
	justify-content: space-between;
}
.services-price .wrap .price-list-title{
	max-width: 80%;
}
.services-price  .wrap .price-list-separator{
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	flex-grow: 1;
	height: 0;
	margin-left: 10px;
	margin-right: 10px;
}
.services-price .wrap .price-list-price{
	font-size: 1.6rem;
}
/*============================

==============================*/
.careers-section{}
.careers-section h2{
	color: #111;
	line-height: 1.3;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 2px solid #E0117B;;
}
.careers-section p{
	line-height: 1.7;
	font-size: 1.1rem;
	color: #333;
}
/*============================

==============================*/
.policy-section{}
.policy-section h2{
	color: #111;
	line-height: 1.3;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 2px solid #E0117B;;
}
.policy-section p{
	line-height: 1.7;
	font-size: 1.1rem;
	color: #333;
}
.policy-section h4{
	font-size: 1.2rem;
	font-weight: 700!important;
	text-decoration: underline;
	margin-top: 30px;
}
/*============================

==============================*/
.faqs-sections{}
.faqs-sections h2{
	color: #111;
	line-height: 1.3;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 2px solid #E0117B;;
}
.faqs-sections p{
	font-size: 1.1rem;
	line-height: 1.7;
	color: #333;
}
.faqs-sections .item .pb_font-18{
	color: #111!important;
	padding: 15px 0px;
	margin-bottom: 0px;
	display: block;
	font-size: 1.2rem!important;
}
.faqs-sections .item p{
	font-size: 1.2rem;
	line-height: 1.7;
	color: #333;
	padding: 30px 40px;
	padding-top: 20px;
	background-color: #eee;
}
/*============================

==============================*/
.book-appointment{
	background-color: #FDE7F1;
}
.booking-container {
    max-width: 900px;
    margin: 60px auto;
    background: #fff;
    padding: 50px;
    padding-top: 20px;
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}
.booking-container h3{
	color: #111;
	font-size: 2rem;
	margin: 0px;
	margin-top: 20px;
	letter-spacing: -1px;
	line-height: 1.3;
}
.booking-container h5{
	font-size: 1.3rem;
	margin-bottom: 15px;
	color: #111;
	padding-top: 40px;
	font-weight: 700!important;
}
.booking-container h6{
	line-height: 1.5;
	font-size: 1.2rem;
	font-weight: 300;
	margin: 0px;
}
.booking-container .nav-tabs{
	border: none;
}
.booking-container .nav-tabs .nav-item{
	margin-right: 10px;
	margin-bottom: 5px;
}
.booking-container .nav-tabs .nav-item a{
	background: rgba(229, 231, 235, .8);
	padding: 8px 25px;
	display: inline-block;
	font-weight: 700!important;
	font-size: .95rem;
	border: none;
	color: rgba(55, 65, 81, .8);
	border-radius: 30px;
}
.booking-container .nav-tabs .nav-item a.active,
.booking-container .nav-tabs .nav-item a:hover{
	color: #fff;
	background-color: #E0117B;
}
.booking-container .nav-tabs{}

.booking-container label{
	margin: 0px;
	color: #333;
	display: block;
	font-size: .95rem;
	font-weight: 600!important;
}
.booking-container input{
	display: block;
	padding: 12px 15px;
	font-size: 1.1rem;
	height: 100%!important;
	line-height: 1.1!important;
}
.booking-container select{
	display: block;
	padding: 10px 15px;
	font-size: 1.1rem;
	height: 100%!important;
	line-height: 1.1!important;
}
.booking-container textarea{
	display: block;
	padding: 10px 15px;
	font-size: 1.1rem;
	height: 100%!important;
}
.booking-container .btn-submit {
    display: block;
	font-weight: 500;
	padding: 10px 15px;
	color: #fff!important;
	text-align: center;
	border-radius: 30px;
	border: none;
	width: 100%;
	cursor: pointer;
	background-color: #E0117B;
}
.section-title {
    font-weight: 600;
    margin-bottom: 15px;
}

.service-card {
    border: 2px solid;
    padding: 15px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
    color: #111;
    border-color: rgba(229, 231, 235, .9);
}

.service-card:hover {
    border-color: #E0117B;
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.service-card.active {
    border: 2px solid #E0117B;
	background-color: #eee;
}

.service-name {
    font-weight: 700;
    
}

.service-price {
    color: #E0117B;
    font-weight: 600;
}

.total-box {
	color: #fff;
    background: #111;
    padding: 15px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    background-size: cover;
    background-position: center;
    background-image: url(../images/book-prices.webp);
}

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

==============================*/
.services-price{}
/*============================

==============================*/
.services-price{}




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

==============================*/
.footer-section{
	padding: 30px 0px;
	background-color: #000;
}
.footer-section .footer-top{
	padding: 30px 0px;
}
.footer-section .footer-top p{
	width: 80%;
	color: #fff;
	margin-top: 15px;
}
.footer-section .footer-top h5{
	font-size: 1.1rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}
.footer-section .footer-top form{}
.footer-section .footer-top form input{
	display: block;
	padding: 12px;
	background-color: transparent!important;
	border: none!important;
	height: 100%!important;
	border-radius: 0px!important;
	border-bottom: 1px solid #fff!important;
}
.footer-section .footer-top form{}
.footer-section .footer-top form button{
	display: block;
	padding: 7px;
	width: 100%;
	color: #fff;
	margin-left: 3%;
	border-radius: 0px;
	border: 1px solid #E0117B;
	background-color: #E0117B;
}

.footer-section .footer-center{
	padding: 40px 0px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}
.footer-section .footer-center ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer-section .footer-center ul li{
	margin: 5px 0px;
}
.footer-section .footer-center ul li a{
	color: #eee;
}
.footer-section .footer-center h5{
	color: #fff;
	font-size: 1.1rem;
	margin-bottom: 15px;
	font-weight: 700!important;
}
.footer-section .footer-center{}
.footer-section .footer-center span{
	display: inline-block;
	font-size: .90rem;
}

.footer-section .footer-down{
	padding: 40px 0px;
	font-size: .90rem;
	color: #eee;
}
.footer-section .footer-down .socail-network{}
.footer-section .footer-down .socail-network a{
	font-size: .90rem;
	display: inline-block;
	margin-left: 15px;
	color: #eee;
}
.footer-section .footer-down span a{
	color: #E0117B;
	text-decoration: underline;
}


@media all and (max-width : 768px){
/*============================

==============================*/
.sections{
	padding: 30px 0px;
}
.navbar-brand img{
	width: 150px!important;
}

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

==============================*/
.home-banner .home-slider .wrap{
	width: 100%;
	height: 80vh;
	padding-top: 40px;
	text-align: center;
	align-content: center;
	justify-content: center;
	background: rgba(0, 0, 0, .3);
}
.home-banner .home-slider h1{
	font-size: 2rem;
	width: 80%;
	margin: auto;
	line-height: 1.2;
	margin-bottom: 10px;
	letter-spacing: normal;
	color: #fff;
}
.home-banner .home-slider p{
	font-size: 1.1rem;
	line-height: 1.7;
	margin-bottom: 20px;
	color: #fff;
}
/*============================

==============================*/
.home-about h2,
.home-why-us h2,
.home-services h2,
.home-action-call .wrap h3{
	font-size: 2rem;
}
.home-about h2::after,
.home-why-us h2::after{
	height: 2px;
	width: 100px;
}
.home-about h5{
	font-size: 1.4rem;
	line-height: 1.7;
	margin-bottom: 30px;
}
.home-about h3{
	font-size: 1.4rem;
	text-align: center;
}
.home-about p{
	text-align: center;
}
.home-about .wrap{
	margin-bottom: 30px;
}
/*============================

==============================*/
.home-why-us .wrap{
	margin: 20px 0px;
}


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

==============================*/
.home-services h2{
	margin-top: 100px;
	text-align: center;
}
.home-services article a{
	font-size: 1.2rem;
	padding: 15px 0px;
	font-weight: 400;
}

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

==============================*/
.home-action-call{
	background-size: cover;
	background-position: left;
	background-attachment: scroll;
}
.home-action-call .wrap p{
	font-size: 1.1rem;
	line-height: 1.7;
}
.home-action-call a{
	margin: 6px auto;
}

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

==============================*/
.main-banner .wrap{
	width: 100%;
	height: 40vh;
	padding-top: 50px;
	text-align: center;
	align-content: center;
	justify-content: center;
	background: rgba(0, 0, 0, .6);
}
.main-banner .wrap h1{
	font-size: 2rem;
}
.main-banner .b-menu{
	font-size: .90rem;
	color: #fff;
}
.main-banner .b-menu i{
	display: inline-block;
	margin: 0px 5px;
}
/*============================

==============================*/
.about-section h2{
	font-size: 1.5rem;
	line-height: 1.5;
	padding-bottom: 25px;
	position: relative;
	font-weight: 400!important;
}
.about-section h2::after{
	border-bottom: 2px dotted #111;
}
.about-section .wrap{
	margin: 20px 0px;
	text-align: center;
}
.about-section p{
	font-size: 1.1rem;
}
/*============================

==============================*/
.reviews-section h2{
	font-size: 1.5rem;
	margin-bottom: 20px;
}
.reviews-section h2 br{
	display: none;
	visibility: hidden;
}
.reviews-section .box-wrap{	
	padding: 30px 0px;
	border-top: 2px dotted #ccc;
}

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

==============================*/
.contact-section{
	padding-top: 30px;
}
.contact-section .contact-intro h3{
	font-size: 1.6rem;
}
.contact-section .contact-form{
	padding-top: 30px;
	padding-bottom: 30px;
}
.contact-section .contact-details{
	padding: 30px 0px;
}
/*============================

==============================*/
.services-section .wrap{
	margin: 20px 0px;
	border-radius: 1rem;
	text-align: center;
	box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}
.services-section .wrap-text{
	padding: 10px 40px;
	padding-bottom: 30px;
}
.services-section .wrap p{
	font-size: 1.1rem;
}
/*============================

==============================*/
.main-services h2{
	width: 100%;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 15px;
}
.main-services p{
	text-align: center;
}
.main-services a{
	margin-bottom: 30px;
	margin-top: 10px;
}
.services-price p{
	font-size: 1.1rem;
}
.services-price .wrap .price-list-price{
	font-size: 1.4rem;
}
.services-price .wrap{
	font-size: 1.1rem;
	font-weight: 400;
}
/*============================

==============================*/
.careers-section h2{
	font-size: 2rem;
	text-transform: capitalize;
}
.careers-section h2 br{
	display: none;
	visibility: hidden;
}
/*============================

==============================*/
.contact-intro{
    text-align: center;
}


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

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


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

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


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

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


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

==============================*/
.footer-section .footer-top p{
	width: 100%;
	color: #fff;
	line-height: 1.7;
	margin-top: 15px;
	margin-bottom: 20px;
}
.footer-section .footer-top h5{
	font-size: 1.2rem;
	font-weight: 400!important;
	text-decoration: underline;
}
.footer-section .footer-top form .w-100{
	width: 100%!important;
	margin: 0px!important;
	padding: 0px!important;
}
.footer-section .footer-top form button{
	display: block;
	padding: 7px 0px!important;
	width: 100%!important;
	color: #fff;
	margin-left: 0%;
	border-radius: 0px;
}
.footer-section .footer-center h5{
	color: #fff;
	font-size: 1.1rem;
	margin-top: 20px;
	margin-bottom: 5px;
}
.footer-section .footer-down{
	text-align: center;
}
.footer-section .footer-down span{
	width: 70%;
	margin: auto;
	display: block;
}
.footer-section .footer-down span a{
	color: #E0117B;
	margin-top: 1px;
	margin-bottom: 15px;
	text-decoration: underline;
	display: block;
}


}