@charset "utf-8";
/*********************************************
 *											 *
 * 	 IMPORT GOOGLE FONTS/ COMMERCIAL FONTS   *
 *											 *
 *********************************************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*************************************************
 *												 *
 * 	 RESETS STYLES FOR CROSSBROWSERS RENDERING   *
 *												 *
 *************************************************/
html,
body{
	height: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul{
	margin: 0;
	padding: 0;
	list-style: none; 
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**********************************************
 *									          *
 * 	 DEFAULTS, TYPOGRAPHTY AND GLOBAL STYLES  *
 *											  *
 **********************************************/
body{
	background-color: #fff;
	font-family: "Poppins", sans-serif;
	color: #000000;
	font-size: 1.8vw;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6{
	color: #000000;
	font-family: "Poppins", sans-serif;
	margin-bottom: 1%;
	font-weight: 700;
}
h1{font-size: 4.1vw;}
h2{font-size: 3.1vw;}
h3{font-size: 2.1vw;}
h4{font-size: 1.1vw;}
p, blockquote, ol li, ul li{
    color: #000000;
    margin-bottom: 3%;
    font-size: 1.8vw;
}
blockquote{
	color: #000;
}
a{
	color: #000000;
}
a:hover,
button:hover{
  transition: all 0.3s linear 0s; 
  -o-transition:all 0.3s linear 0s; 
  -ms-transition:all 0.3s linear 0s; 
  -moz-transition:all 0.3s linear 0s;
  -webkit-transition:all 0.3s linear 0s;
}
a:focus,
button:focus{
	outline: none;
	text-decoration: none;
}
@keyframes smoothScroll{
	0% {transform: translateY(-40px); -webkit-transform: translateY(-40px); -moz-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px);}
	100% {transform: translateY(0px); -webkit-transform: translateY(-0px); -moz-transform: translateY(-0px); -ms-transform: translateY(-0px); -o-transform: translateY(-0px);}
}

/* Global Styles */
.block{
	padding: 6% 0;
}
.block h2{
	text-align: center;
	margin-bottom: 3%;
}
.list-col{
	margin: 5.5% 0;
}

/** Header Styles **/
.site-header .navbar.fixed-top{
	animation: smoothScroll 0.5s forwards;
	box-shadow: 0px 0px 6px #787878;
	-webkit-box-shadow: 0px 0px 6px #787878;
	-moz-box-shadow: 0px 0px 6px #787878;
	-ms-box-shadow: 0px 0px 6px #787878;
	-o-box-shadow: 0px 0px 6px #787878;
	background-color: #ffffff;
}
	.navbar-brand{
		font-size: 3vw;
    	font-weight: 700;
	}
#navbarMainMenu ul li a{
	font-size: 1vw;
}
#navbarMainMenu ul li{
	margin: 0;
}
#navbarMainMenu .telephone{
	text-decoration: none;
	font-weight: 700;
	font-size: 2vw;
}

/** Main Content Styles **/
#main-content p{
	font-size: 1.4vw;
}
#main-content p strong{
	font-weight: 700;
}
#main-content ul li{
	font-size: 1.4vw;
}

/** Banner Styles **/
#banner{
	padding: 0;
}
#carouselBanner .carousel-indicators{
	background-color: rgb(248 248 248 / 80%);
	width: 100%;
    margin: 0;
	padding: 1.6% 0 1.4%;
}
#carouselBanner .carousel-indicators span{
	margin-right: 4%;
}
#carouselBanner .carousel-indicators button{
    background-color: transparent;
    border: none;
    color: #000000;
    height: initial;
    text-indent: inherit;
    width: initial;
	margin: 0 4%;
}
#carouselBanner .carousel-caption{
	right: 0;
    left: 0;
    bottom: 0;
    top: 0;
	padding: 0;
	text-align: left;
}
#carouselBanner article{
	max-width: 60%;
}
#carouselBanner article h6{
	margin: 3% 0;
    line-height: initial;
    font-size: 4vw;
}
#carouselBanner article p{
    line-height: initial;
}
#carouselBanner article a{
	background-color: #1c1c1c;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.6vw;;
	font-weight: 600;
	letter-spacing: -1px;
	padding: 2% 10%;
    display: inline-block;
}
#carouselBanner article a:hover,
#carouselBanner article a:focus{
	background-color: #404040;
}

/* Testimonial Section */
#testimonials{
	background-color: #f4f4f4;
}
#testimonials .row div>article{
	background-color: #ffffff;
	position: relative;
	margin: 12% 0 0;
    padding: 17% 3% 5%;
}
#testimonials .row div>article *{
	color: #6c6c6c;
	font-size: 1vw;
}
#testimonials .row div>article .imgThumb{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20%;
    border-radius: 100%;
    overflow: hidden;
    border: 8px solid #ffffff;
}
#testimonials .row div>article .imgThumb>img{
	display: block;
}
#testimonials .row div>article p{
	margin-bottom: .4vw;;
}
#testimonials .row div>article strong{
	font-weight: 700;
	display: block;
}
#testimonials .row div>article span{
	font-size: .9vw;
	display: block;
}
#testimonials .row div>article span.ditto{
	background-color: #dedede;
    display: block;
    font-size: 4vw;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    margin: 0 auto 2%;
}

/* Contact Form Section */
#contact-form{
	border-bottom: 1px solid #000000;
}
#contact-form form .form-control{
	border: none;
    background-color: #eaeaea;
    margin-bottom: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
}
#contact-form form textarea{
	min-height: 112px;
}
#contact-form form .form-control::placeholder{
	color: #000000;
}
#contact-form form button,
#contact-form form input[type="submit"]{
	background-color: #707070;
    border-radius: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
    padding: 1% 3%;
}

/* FAQ Section */
#faq .accordion-item{
	border: none;
	padding: 1% 0;
}
#faq .accordion-button{
	font-size: 1.8vw;
    padding: 0;
    background: transparent;
    box-shadow: none;
}
#faq .accordion-button.collapsed::after,
#faq .accordion-button::after{
	font-family: FontAwesome;
    content: "\f067";
    background: none;
    width: initial;
    height: inherit;
}
#faq .accordion-button::after{
	content: "\f068";
}
#faq .accordion-button:not(.collapsed){
	color: #000000;
}
#faq .accordion-body{
	padding: 0;
}
#faq .accordion-body p{
	font-size: 1vw;
	margin: 0;
}

/* Footer */
#footer{
	background-color: #707070;
	padding: 2% 0;
}
#footer *{
	color: #ffffff;
}
#footer p{
	font-size: 12px;
	margin: 0;
}
#footer a{
	font-size: 14px;
    display: block;
    font-weight: 600;
    text-decoration: none;
}
#footer #navbarSocial a{
	display: inline-block;
}
#footer #navbarSocial a svg{
	background-color: #ffffff;
    font-size: 1.4vw;
    min-width: 40px;
    padding: 20% 0;
	border-radius: 4px;
}
#footer #navbarSocial a path{
	color: #707070;
}
#footer #navbarSocial{
	max-width: 184px;
}

/** Media Querries **/
@media (min-width: 360px){
	#testimonials .row div>article{
		padding: 22% 3% 5%;
	}
}
@media (min-width: 375px){
	#testimonials .row div>article{
		padding: 20% 3% 5%;
	}
}
@media (min-width: 430px){
	#testimonials .row div>article {
        padding: 18% 3% 5%;
    }
}
@media (min-width: 576px){
	#testimonials .row div>article{
		padding: 13% 3% 5%;
	}
}
@media (min-width: 768px){
	#testimonials .row div>article{
		margin: 24% 0 0;
        padding: 17% 5% 7%;
	}
}
@media (min-width: 992px){
	#footer .navbar .container{
		max-width: 907px;
	}
	#footer .copyright .container{
		max-width: 525px;;
	}
}
@media (min-width: 1400px){
	#testimonials .row div>article{
		margin: 25% 5.7% 5.7%;
		padding: 10% 5% 8%;
	}
}
@media (max-width: 768px){
	#main-content .wp-block-columns{
		gap: 0;
		margin: 0;
	}
}
@media (max-width: 600px){
	#main-content .wp-block-media-text__media{
		max-width: 60%;
    	margin: 0 auto;
	}
	#main-content .wp-block-media-text__content{
		margin-top: 5%;
	}
}
