@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&family=Racing+Sans+One&display=swap');
body{
    font-size:16px;
    font-family: "Poppins", sans-serif;
    color:#000;
}
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5{
    font-family: "Racing Sans One", sans-serif;
    color:#000;
}
h1, .h1{
    font-size:48px;
}
h2, .h2{
    font-size:40px;
}
h3, .h3{
    font-size:24px;
}
h4, .h4,
h5, .h5{
    font-size:22px;
}
.body-font{
    font-family: "Poppins", sans-serif;
}
p.lg, .lg{
    font-size:24px;
}
p.sm{
    font-size:14px;
}
.p-90{
    padding:90px;
}
.section{
    padding: 90px 0;
}
.purple-color{
    color:#6851A3;
}
.purple-bg{
    background:#6851A3;
}
.blue-color{
    color:#69A7D6;
}
.blue-bg{
    background:#69A7D6;
}
.b-12{
    border-radius:12px;
}
a.header-link, p a {
    text-decoration: none;
    color: #000;
    transition: 0.3s all;
}
a.header-link:hover{color:#6851A3;}
.label-icon {
    width: 24px;
    height: 12px;
    border-radius: 12px;
    display: inline-block;
    margin-right: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link,
.header-contact {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}
.navbar-expand-lg .navbar-nav .current-menu-item .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color:#6851A3;
}
.section-color, .box-bg{
    background:#EFF3F6;
}
.banner-section {
    padding:0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.featured {
    position: relative;
    text-align: center;
    width: 20%;
}
.round-number {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin:0 auto;
    margin-bottom:20px;
}
.service {
    padding: 48px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height:390px;
}
.testimonial{
    padding: 48px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height:300px;
    background:#fff;
    border-radius: 12px;
}
.testimonial p.sm {
    padding: 0 20px;
    font-style: italic;
}
.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea{
    border:none;
    border-radius:0;
}
.page-template-contact .wpcf7 input[type=text], .page-template-contact .wpcf7 input[type=date], .page-template-contact .wpcf7 input[type=datetime-local], .page-template-contact .wpcf7 input[type=email], .page-template-contact .wpcf7 select, .page-template-contact .wpcf7 textarea{
    background:#EFF3F6;
}
.wpcf7 .wpcf7-form p {
    margin-bottom: 1.4rem;
}
.wpcf7-list-item{
    margin:0;
}
.btn-custom{
    background: #69A7D6;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    width: 250px;
    padding: 7px 12px;
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
        letter-spacing: 2px;
        border:none;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active{
    background:#6851A3;
    border:none;
    box-shadow: none;
    color:#fff;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #69A7D6;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    width: 200px;
    padding: 7px 12px;
    font-weight:bold;
        letter-spacing: 2px;
        border:none;

}
.wpcf7 input[type=submit]:first-child:active,
input.wpcf7-form-control.wpcf7-submit:hover,
input.wpcf7-form-control.wpcf7-submit:focus{
    background:#6851A3;
    border:none;
    box-shadow: none;
}
label > span {
    margin-bottom: 5px;
    display: block;
}
.swiper-references .swiper-slide {
    width: 100%;
    height: 550px;
    padding: 0 100px;
}
.swiper-references .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination.swiper-pagination-bullets {
    bottom: -30px!important;
}
span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.swiper-pagination-bullet-active{
    background:#6851A3!important;
}
.swiper-button-next, .swiper-button-prev{
    color:#000!important
}
.faq-single {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFF3F6;
}
.faq-single p{
    margin: 0;
}
.sfsi_widget {
    min-height: 10px;
}
.break-line{
    height:1px;
    width:100%;
    display: block;
    margin:30px 0;
    background:#69A7D6;
}
ul#menu-footer {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 20px auto;
}
ul#menu-footer li a{
    color:#fff;
    text-decoration:none;
    font-size:14px;
}
.site-info p {
    color: #fff;
    font-size: 14px;
}
ul.custom-list {
    padding: 0;
    margin: 20px auto;
    list-style: none;
}
.custom-list .faq-single {
    margin-bottom: 10px;
    padding: 0;
    border-bottom: 1px solid #EFF3F6;
    position: relative;
}
ul.custom-list li:before {
    content: "";
    background-image: url(../images/list-icon.png);
    position: absolute;
    background-size: 100% 100%;
    width: 14px;
    height: 14px;
    display: block;
    top: 3px;
    left: 0;
}
.custom-list .faq-single p {
    margin: 0;
    margin-left: 20px;
}
.navbar-toggler-icon{
    filter:invert(1);
}
.wpcf7-acceptance span.wpcf7-list-item-label {
    display: inline;
}
header#wrapper-navbar {
    position: absolute;
    transition: 0.5s all;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}
header#wrapper-navbar.fixed {
    position: fixed;
    -webkit-animation: slideDown 0.35s ease-out;
    animation: slideDown 0.35s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        flex-grow: 0;
    }
}
@media(max-width:767px){
	.cta {
    	position: relative!important;
		bottom: 0;
	}
	.site-footer img {
    width: 200px;
}
	.banner-section{
		height:50vh;
		padding-top: 70px !important;
	}
    .header-contact {
        position: fixed;
        text-align: center;
        left: 0;
        right: 0;
        width: 200px;
        display: block;
        margin: 0 auto;
        top: 24px;
    }
    h1, .h1{
        font-size:38px;
    }
    h2, .h2{
        font-size:30px;
    }
    h3, .h3{
        font-size:21px;
    }
    h4, .h4,
    h5, .h5{
        font-size:20px;
    }
    .p-90{
        padding:40px;
    }
    .section{
        padding: 40px 0;
		
    }
	header#wrapper-navbar + .section{
		padding-top: 100px!important;
	}
    p.lg, .lg {
        font-size: 20px;
    }
    .featured{
        width:100%;
		margin-bottom:25px;
    }
	.featured:last-child{
		margin-bottom:0
	}
    .w-50 {
        width: 100% !important;
    }
    .service,
    .testimonial{
        min-height:0;
        margin-bottom:25px
    }
    .swiper-references .swiper-slide {
        height: 350px;
        padding: 0px;
    }
}
#scrollToTopButton {
    position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 10px;
	background-color: #69A7D6;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	display: none;
}
.cta {
    position: absolute;
    bottom: -45px;
    max-width: 900px;
    width: 100%;
    border-radius: 12px;
    margin: 0 auto;
    left: 0;
    right: 0;
}