:root {
    --red: #bd2626;
    --blue: #1b4bdc;
    --orange: #ff6f00;
}

.custom-text {
    color: var(--red);
}

.custom-text2 {
    color: var(--blue);
}
.testimonials i{
    color: var(--orange);
}
.navbar-nav li {
    padding: 0px 5px;
}

.navbar a {
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}
a:hover{
    text-decoration: none !important;
}

.why-us .service{
    min-height: 450px;
}

.why-us .service img{
    height: 200px;
}

a.custom-btn, .custom-btn {
    background-color: var(--red);
    padding: 10px 20px;
    border-radius: 3px;
    border: 0;
    color: #fff;
}

a.custom-btn:hover, .custom-btn:hover {
    background-color: var(--blue);
    color: #fff;
    text-decoration: none;
}


#logo_main {
    height: 80px;
    width: 250px;
    object-fit: contain;
}

.section_padding {
    padding: 50px 0px;
}

.section_padding2 {
    padding-top: 150px;
    padding-bottom: 100px;
}
.why-us .owl-nav {
    display: none;
}

.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);
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 300;
}

#customers-testimonials .item {
    text-align: center;
    padding: 10px;
    margin-bottom: 50px;
    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);
}

.testimonials .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,
#why-us.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--red);
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots,
#why-us.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#why-us.owl-carousel .owl-dots {
    margin-top: 30px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot,
#why-us.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span,
#why-us.owl-carousel .owl-dots .owl-dot span {
    background: var(--red);
    display: inline-block;
    height: 20px;
    border-radius: 50%;
    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;
}

.ratings i {

    color: orange;
}

.card {

    border: none;
    cursor: pointer;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}

.testimonials .card[aria-expanded="true"] {
    background-color: var(--red);
    color: #fff;
}

.select2-container .select2-selection--single {
    min-height: 32px !important;

}


.select2-container--default .select2-selection--single .select2-selection__rendered {

    line-height: 30px !important;
}