@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
*{
    margin: 0px;
    padding: 0px;
    cursor: default;
    box-sizing: border-box;
    font-family: 'poppins';
}
a{
    text-decoration: none;
}
:root{
    --text-primary-color: black;
    --text-secondary-color: #fff;
    --blue-color: #09d;
}

.header-btn1{
    padding: 10px;
    color: white;
    background: #09d;
    border-radius: 20px;
    animation-duration: 3s;
}

.header-btn{
    padding: 10px;
    color: white;
    background: #09d;
    border-radius: 20px;
    animation-duration: 3s;
}
.call-form-btn1{
    padding: 10px;
    color: #fff;
    background-color: #09d;
    border: none;
    border-radius: 20px;
    width: 50%;
}

.banner .content{
    color: var(--text-secondary-color);
}
.banner h1, h4{
    text-shadow: 2px 2px #000;
    margin-bottom: 10px;
}
.banner img{
    width: 500px;
    height: 350px;
}
.brands{
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.callnow-section{
     width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.call-buton .cc-calto-action-ripple {
	background: #09d;
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; 
}
.call-buton .cc-calto-action-ripple svg {
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
    display: block;
    margin: auto;
}
.call-buton .cc-calto-action-ripple:hover svg {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg); 
}  
@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(81, 134, 155, 0.2), 0 0 0 0 rgba(81, 134, 155, 0.2), 0 0 0 5px rgba(81, 134, 155, 0.2), 0 0 0 10px rgba(81, 134, 155, 0.2);
        box-shadow: 0 4px 10px rgba(81, 134, 155, 0.2), 0 0 0 0 rgba(81, 134, 155, 0.2), 0 0 0 5px rgba(81, 134, 155, 0.2), 0 0 0 10px rgba(81, 134, 155, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 4px 10px rgba(81, 134, 155, 0.2), 0 0 0 5px rgba(81, 134, 155, 0.2), 0 0 0 10px rgba(81, 134, 155, 0.2), 0 0 0 20px rgba(81, 134, 155, 0);
        box-shadow: 0 4px 10px rgba(81, 134, 155, 0.2), 0 0 0 5px rgba(81, 134, 155, 0.2), 0 0 0 10px rgba(81, 134, 155, 0.2), 0 0 0 20px rgba(81, 134, 155, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(81, 134, 155, 0.2), 0 0 0 0 rgba(81, 134, 155, 0.2), 0 0 0 5px rgba(81, 134, 155, 0.2), 0 0 0 10px rgba(81, 134, 155, 0.2);
        box-shadow: 0 4px 10px rgba(81, 134, 155, 0.2), 0 0 0 0 rgba(81, 134, 155, 0.2), 0 0 0 5px rgba(81, 134, 155, 0.2), 0 0 0 10px rgba(81, 134, 155, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 4px 10px rgba(81, 134, 155, 0.2), 0 0 0 5px rgba(81, 134, 155, 0.2), 0 0 0 10px rgba(81, 134, 155, 0.2), 0 0 0 20px rgba(81, 134, 155, 0);
        box-shadow: 0 4px 10px rgba(81, 134, 155, 0.2), 0 0 0 5px rgba(81, 134, 155, 0.2), 0 0 0 10px rgba(81, 134, 155, 0.2), 0 0 0 20px rgba(81, 134, 155, 0);
    }
}



/* Review Section */
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    height: 250px;
  }
  #customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
  }
  .testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
  }
  #customers-testimonials .item {
    text-align: center;
    padding: 12px;
    /* margin-bottom:80px; */
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
  }
  .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    /* max-width: 90px; */
    margin: 0 auto 17px;
  }
  #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
  #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
  }
  #customers-testimonials.owl-carousel .owl-dots{
  display: inline-block;
  width: 100%;
  text-align: center;
  }
  #customers-testimonials.owl-carousel .owl-dots .owl-dot{
  display: inline-block;
  }
  #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
  }
  .static-rating {
    display: inline-block;
  }
  .static-rating .star {
    display: inline-block;
    font-size: 18px;
    color: #FFD700; /* Yellow color */
    margin-right: 5px;
  }
  .static-rating .star:last-child {
    margin-right: 0;
  }



/* faq */
.input-group-text {
    background-color: #fff;
    border-right: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group input {
    border-left: 0
}


/* Footer */
.footer-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-overlay-color {
    flex: 1; /* This ensures the section takes up remaining vertical space */
}
.contactmedia a {
    height: 40px;
    width: 40px;
    margin: 5px;
    border-radius: 50%;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    cursor: pointer;
    transition-duration: .4s
}
.contactmedia a:hover {
    box-shadow: 0 2px 15px 2px #fff
}

/*===========================================================================================================================*/

@media screen and (max-width: 576px){
    .banner img{
        height: 230px;
    }
    .header-btn1{
        padding: 4px;
        color: white;
        background: #09d;
        border-radius: 20px;
        animation-duration: 3s;
    }
    .call-buton{
        display: flex;
        justify-content: center;
    }
    .banner h1{
        font-size: 40px;
        font-weight: 900;
        line-height: 1.2;
    }
    .banner h4{
        font-size: 35px;
        font-weight: 600;
    }
    .banner p{
        font-size: 22px;
        font-weight: 500;
    }
    .banner a{
        font-size: 22px;
    }
}
