
:root {
    --bs-primary: var(--primary);
}
.heading > span,.team-expert span,.performance-count,.performance-count h2{
   
    color: var(--secondary);

}
/* Background Color */
.batton,.discount-offer:before,.pricing-plans-data:before,.pricing-plans-data.two i,
.client-reviews i,.location:before,.get-a-quote:before, .swal-modal:before{

    background-color:var(--secondary);

}

.boxshadow-img {
    box-shadow: 0px 40px 60px 0px rgba(0, 11, 40, 0.16);
    border-radius: 8px;
}
.hero-section::after {
    opacity: 1;
    background-image: -webkit-gradient(linear,left top,right top,from(var(--primary)),to(var(--secondary)));
    background-image: -webkit-linear-gradient(left,var(--primary),var(--secondary));
    background-image: -moz-linear-gradient(left,var(--primary),var(--secondary));
    background-image: -o-linear-gradient(left,var(--primary),var(--secondary));
    background-image: linear-gradient(to right,var(--primary),var(--secondary));
    background-repeat: repeat-x;
    background-repeat: no-repeat;
    transform:none!important;
    top: -70%!important;
}
.hero-section::before {
    transform:none!important;
    top: -70%!important;
}
footer::before {
    background-color:  var(--primary);
    opacity: .9;
}
.book-free {
    border-bottom: 7px solid var(--primary);
}
.pricing-plans-data.two {
    background-color: var(--primary);
}
.line {
    background-color: var(--primary);
}
#stickyHeader.slideUp {
    background-color: var(--primary)!important;
}
.get-a-quote::after {
    display:none!important;
}
.we-are-img img{
    width:90%;
}
.discount-offer {
    background-color: var(--primary);
    display:block;
}
.creative-design h5 {
    font-size:18px!important;
}
.creative-design::before {
    background:none;
    height:0px;
    width:0px;
}
.creative-design {
    margin-bottom: 10px;
}
.get-a-quote .custom-form ul li label, .get-a-quote .form-field-label {display:none!important}
