a {
    text-decoration: none;
}

.anima {
    animation: blltx 400ms linear infinite;
}

.zoom-in-out-box {
    animation: zoom-in-zoom-out 2s ease infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.top-bar {
    background-color: #ff0000;
    padding: 10px;

}
.logohead{
	padding:10px;
}
.top-bar .text {
    padding-top: 10px;
    border: 3px solid #ffc300;
    color: #fff;
	font-family: emoji;
    border-radius: 10px;
    font-size: x-large;
    font-weight: bold;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.fixed-btn-icon {
    position: relative;
    z-index: 99999;
}

.fixed-btn-icon a:first-child svg {
    position: fixed;
    bottom: 14px;
    left: 14px;
    width: 24px;
    height: 24px;
    padding: 20px;
    color: #fff;
    border-radius: 50%;
    background-color:rgb(255 0 0);
    opacity: .8;
    transition: all 0.4s;
    animation: bgZoomInOut .8s linear infinite;
    border: 1px solid #fff;
}

.fixed-btn-icon a:last-child svg {
    position: fixed;
    bottom: 14px;
    right: 14px;
    width: 24px;
    height: 24px;
    padding: 20px;
    color: #fff;
    border-radius: 50%;
    background-color: green;
    opacity: .8;
    transition: all 0.4s;
    animation: bgZoomInOut .8s linear infinite;
    border: 1px solid #fff;
}


@keyframes bgZoomInOut {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 32, 80, 0.2);
        transform: rotate(0);
    }

    20% {
        box-shadow: 0 0 0 2px rgba(0, 32, 80, 0.2);
    }

    40% {
        box-shadow: 0 0 0 4px rgba(0, 32, 80, 0.2);
        transform: rotate(-20deg);
    }

    60% {
        box-shadow: 0 0 0 6px rgba(0, 32, 80, 0.2);
    }

    80% {
        box-shadow: 0 0 0 8px rgba(0, 32, 80, 0.2);
        transform: rotate(0);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 32, 80, 0.2);
    }
}

.logo-bar img {
    min-height: 80px;

}


/* ------------------------------------------------------ */
.banner-main-section {
    position: relative;
}


.banner-main-section .carosuel-content {
    position: relative;
    padding-top: 140px;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-main-section .carosuel-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.banner-main-section .carosuel-content h6 {
    padding: 10px 40px;
    background-color: #FFB700;
    color: #000;
    border-radius: 50px;
    border: 2px solid #fff;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    width: fit-content;
    animation: fadeInDown 1s ease-in-out;
}

.banner-main-section .carosuel-content h2 {
    color: #ECECEC;
    position: relative;
    font-size: 56px;
    margin-bottom: 30px;
    animation: fadeInLeft 1s ease-in-out;
}

.banner-main-section .carosuel-content p {
    color: rgba(255, 255, 255, .8);
    position: relative;
    font-size: 18px;
    font-weight: 600;
    max-width: 60%;
    animation: fadeInUp 1s ease-in-out;

}

.banner-main-section .carosuel-content p span {
    font-weight: 600;
    color: #FFB700;
    text-transform: uppercase;
    border-radius: 10px;
}

.banner-main-section .carosuel-content p svg {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    color: rgba(255, 255, 255, .9);

}

.banner-main-section .carosuel-content .button-grp {
    position: relative;
    margin-top: 36px;

}

.banner-main-section .carosuel-content .button-grp a {
    padding: 14px 40px;
    margin-right: 10px;
    background-color: #FFB700;
    color: #CD0031;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 40px 40px 40px 0;
    transition: all 0.4s;
    display: inline-block;
    animation: fadeIn 1s ease-in-out forwards;
    animation-delay: 1s;
    opacity: 0;
}

.banner-main-section .carosuel-content .button-grp a:last-child {
    background-color: #CD0031;
    color: #fff;

}

.banner-main-section .carosuel-content .button-grp a:hover {
    background-color: #CD0031;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.banner-main-section .carosuel-content .button-grp a:last-child:hover {
    background-color: #FFB700;
    color: #CD0031;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.banner-main-section .carousel-control-prev,
.banner-main-section .carousel-control-next {
    opacity: 0;
    transition: all 0.4s;
}

.banner-main-section .carousel-control-prev:hover,
.banner-main-section .carousel-control-next:hover {
    opacity: 1;
}

.banner-main-section .carousel-control-prev svg,
.banner-main-section .carousel-control-next svg {
    width: 20px;
    height: 20px;

    padding: 14px;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #fff;
    transition: all 0.4s;

}

.banner-main-section .carousel-control-prev:hover svg,
.banner-main-section .carousel-control-next:hover svg {
    background-color: rgba(0, 0, 0, 7);
    border: 1px solid #FFB700;
}



@media (max-width:968px) {
    .banner-main-section .carosuel-content p {
        max-width: 100%;
    }
}

@media (max-width:568px) {

    .banner-main-section .carosuel-content {
        position: relative;
        padding-top: 100px;
        height: 550px;
    }

    .banner-main-section .carosuel-content h6 {
        padding: 10px 30px;
        font-size: 18px;
    }

    .banner-main-section .carosuel-content h2 {
        font-size: 36px;
    }

    .banner-main-section .carosuel-content .button-grp {
        display: block;
    }

    .banner-main-section .carosuel-content .button-grp a:first-child {
        display: none;
    }

    .banner-main-section .carosuel-content .button-grp a {
        padding: 6px 40px;

    }

    .banner-main-section .carousel-control-prev,
    .banner-main-section .carousel-control-next {
        display: none;
    }

}





/* ----------------------our-service---------------------- */




.service {

    padding: 0 0 50px;
    margin-top: -80px;
    position: relative;
    overflow: hidden;
}

.service-card {
    border: 1.5px solid #000;
    border-radius: 40px 10px 40px 10px;
    border-bottom: 5px solid #000;
    border-top: 2.5px solid #000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 15px;
    transition: all 0.5s;
    background-color: #FFB700;
    margin-top: 20px;
}

.service-card a {
    text-decoration: none;
    color: #000;
}

.service-card:hover {
    border: 1.5px solid #fff;
    border-radius: 10px 10px 20px 20px;
    border-bottom: 5px solid #fff;
    border-top: 2.5px solid #fff;
    background-color: #ffc300;
    transform: scale(1.1);
}

.service-card:hover h4 {
    color: #fff;

}

.service-card img {
    height: 220px;
    width: 220px;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 0.4s;
}

.service-card:hover img {
    border-color: #fff;
}

.service .heading-text {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}






/* ------------------------about------------------------ */



.about {
    padding: 50px 0;
}

.about h5 {
    letter-spacing: 5px;
   
	color:#000;
}

.about h3 {
   color:#ff0000;
    font-weight: bold;
    letter-spacing: 2px;

}

.about p {
    margin: 20px 0;
   
    font-size: large;
}

.about .owl-next {
    right: -7%;
    position: absolute;
    color: #000;
    color: darkred;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: transparent;  */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 20px;
    bottom: 50%;
}

.about span {
    font-size: large;
    position: absolute;
    font-weight: bolder;
}

.about .owl-prev {
    left: -7%;
    position: absolute;
    color: darkred;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: transparent;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 20px;
    bottom: 50%;

}


.about .right-content .item img {
    border-radius: 20px;
}

@media (min-width:768px) and (max-width:992px) {
    .about .right-content {
        margin-top: 30px;
        text-align: center;
    }

    .about .right-content .item img {
        width: 60%;
        margin: 0 auto;
    }



}

@media (min-width:568px) and (max-width:768px) {
    .about .right-content {
        margin-top: 30px;
        text-align: center;
    }

    .about .right-content .item img {
        width: 80%;
        margin: 0 auto;
    }



}

@media (max-width:568px) {
    .about .right-content {
        margin-top: 30px;
        text-align: center;
    }

    .about .right-content .item img {
        width: 100%;
        margin: 0 auto;
    }


}

/* -------------------cta------------------- */

.cta {
    padding: 50px 0;
    background-image: url(../image/bg/bg-1.png);
    /* background: black; */
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /* opacity: .75; */
}

.cta img {
    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
    -moz-animation: spin 9s infinite linear;
    display: inline-block;
    width: 100%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.cta h3 {
    color: #ffc300;
    font-size: 40px;
    font-weight: bold;
}

.cta h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    word-spacing: 5px;
    line-height: 1.6;
    margin: 20px 0;
}



.btn-grp a {
    padding: 10px 20px;
    margin-right: 10px;
    background-color: #CD0031;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.btn-grp a:nth-child(2) {
    background-color: #119100;
}

.btn-grp a svg {
    margin-right: 5px;
}

@media (min-width:768px) and (max-width:992px) {
    .cta img {
        width: 400px;
    }
}

@media (min-width:568px) and (max-width:768px) {
    .cta img {
        width: 360px;
    }
}

@media (max-width:568px) {
    .cta img {
        width: 300px;
    }

    .cta h3 {
        color: #ffc300;
        font-size: 34px;
        font-weight: bold;
    }

    .cta h5 {

        font-size: 20px;
    }
}




/* -------------------------------------------------------------------------- */

.quick-service-section {
    padding: 80px 0;
}


.section-title h2 {
    color: #ff0000;
    font-size: 45px;

    font-weight: 700;
    text-transform: uppercase;
}

.section-title p {
    color: #000;
    font-weight: 500;
}


.quick-service-section .service-box-wrapper .service-box {
    padding: 10px;
    background-color: #ff0000;
    border-radius: 30px 30px 10px 30px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border: 2px solid #ECECEC;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.4s;

}

.quick-service-section .service-box-wrapper .service-box .box-img {
    width: 100%;
    
    overflow: hidden;
    border-radius: 30px 30px 10px 10px;
    border: 1px solid rgba(255, 255, 255, .2);
}

.quick-service-section .service-box-wrapper .service-box .box-img img {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.quick-service-section .service-box-wrapper .service-box .box-content h4 a {
    color: #FFB700;
	padding: 12px;
    text-align: center;
    display: block;
    font-weight: 700;
    transition: all 0.4s;
}

.quick-service-section .service-box-wrapper .service-box .box-content p {
    color: #fff;
    font-weight: 600;
    text-align: center;
    transition: all 0.4s;
}

.quick-service-section .service-box-wrapper .service-box .box-content .call-btn {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 30px 30px 10px 30px;
    border: 1px solid #fff;
    color: #CD0031;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.4s;
}

.quick-service-section .service-box-wrapper .service-box:hover {
    transform: translateY(-14px);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.quick-service-section .service-box-wrapper .service-box:hover img {
    transform: scale(1.1);

}


@media (max-width:568px){
    .quick-service-section .service-box-wrapper .service-box .box-img{
        height: 100%;
    }
}
/* -------------------------cta1------------------------- */



.cta1 {
    background-image: url(../image/bg/bg-1.png);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
}

.cta1 .left-text h5 {
    color: #fff;
    font-size: x-large;
    letter-spacing: 5px;
}

.cta1 .left-text h2 {
    color: #ffc300;
    font-size: 45px;
}

.cta1 .left-text p {
    color: #fff;
    line-height: 28px;
    font-size: medium;
}

.cta1 .right-text .cta1-card {
    border: 1.5px solid #fff;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    background-color: #000;
    margin: 12px 0;
    transition: all 0.5s;
}
.cta1 .right-text .cta1-card.active{
    background-color: #ff0000;
}
.cta1 .right-text .cta1-card:hover {
    background-color: rgb(197, 0, 0);
}

.cta1 .right-text .cta1-card .cta1-icon .icon {
    color: #FFB700;
    font-size: 50px;
    animation: pulseIcon 2s infinite alternate;
}

@keyframes pulseIcon {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
        color: #fff;
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
.cta1 .right-text .cta1-card .text {
    margin: 20px 0;
}

.cta1 .right-text .cta1-card h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.cta1 .right-text .cta1-card h5 {
    color: #FFB700;
    font-size: larger;
}

@media (max-width:768px) {
    .cta1 .left-text h5 {
        color: #fff;
        font-size: 24;
        letter-spacing: 5px;
    }

    .cta1 .left-text h2 {
        color: #ffc300;
        font-size: 32px;
    }

    .cta1 .left-text p {
        color: #fff;
        line-height: 28px;
        font-size: medium;
    }
}

/* -----------------------our-service----------------------- */

.our-service {
    padding: 50px 0;
}

.our-service .heading h5 {
    font-size: xx-large;
    letter-spacing: 7px;

}

.our-service .heading h3 {
    font-size: 45px;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 50px;

}

.our-service .service-box {
    position: relative;
    margin-bottom: 60px;
    text-align: center;
    background-color: #ffc300;
    
    padding: 14px;
}

.our-service .service-box .main-btn {
    padding: 10px 20px;
    border-radius: 30px;
    min-width: 240px;
    background-color: #ff0000;
    border: 2px solid #ffc300;
    color: #fff;
    font-weight: 600;
    font-size: 18px;

    transition: all 0.4s;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.our-service .service-box .main-btn svg {
    margin-right: 10px;
}

.our-service .service-box .main-btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #fff;
}

.our-service .service-box .service-img {
    position: relative;
   
    border: 2px inset #fff;
}

.our-service .service-box .service-img img {
    height: 280px;
    width: 100%;
   
    transition: all 0.4s;

}

.our-service .service-box .service-img p {
    position: absolute;
    top: 10px;
    border: 1px solid #fff;
    right: -20px;
    background-color: #FFB700;
    padding: 4px 30px;
    border-radius: 30px;
    color: #CD0031;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    gap: 4px;
    align-items: center;
}

.our-service .service-box .text {
    border-radius: 10px;
    padding: 40px 20px;
    width: 100%;
    align-items: center;
    margin-top: -20px;
    z-index: 1;
}

.our-service .service-box .text .case-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;

}

.our-service .service-box .text .case-box span {
    color: #ff0000;
    font-weight: 600;
    font-size: 16px;
}

.our-service .service-box .text .case-box span svg {
    width: 16px;
    color: #000;
    height: 16px;
    margin-right: 6px;
}

.our-service .service-box .text .case-box .rating svg {
    color: #ff0000;
    width: 15px;
    height: 15px;
    margin: 0;
}

.our-service .service-box .text h4 {
    font-weight: bold;
    font-size: 22px;
    color: #ff0000;
    transition: all 0.5s;
}

.our-service .service-box .text p {
    
    font-size: large;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    overflow: scroll;
    margin-bottom: 30px;
}

.our-service .service-box .text p::-webkit-scrollbar {
    display: none;
}

.our-service .service-box:hover .text h4 {
    color: red;
}




/* ------------------------why-choose-us------------------------ */

.why-choose-us {
    background-color: #FFB700;
    padding: 50px;
    margin-top: 20px;
}

.why-choose-us .heading h5 {
    font-size: xx-large;
    letter-spacing: 7px;
    color: #000;
    font-weight: bold;
}

.why-choose-us .heading h3 {
    font-size: 50px;
    font-weight: bold;
    color: rgb(233, 0, 0);

}

.why-choose-us .heading p {
    font-size: larger;
}

.why-choose-us .choose-card {
    text-align: center;
    position: relative;
    /* border: 1px solid red; */
    text-align: center;
}

.why-choose-us .choose-card .choose-img {
    border: 3px solid #fff;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    margin-left: 25px;
}

.why-choose-us .choose-card .choose-img1 {
    border: 3px solid #fff;
    height: 70px;
    width: 70px;
    margin-left: 45px;
    border-radius: 50%;
}

.why-choose-us .choose-card h3 {
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    font-size: 40px;
    margin: 0;
}

.why-choose-us .choose-card h4 {
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    font-size: 30px;
    margin: 0;
}

.why-choose-us .choose-card h5 {
    font-size: larger;
    margin: 0;
    text-transform: uppercase;
}

.why-choose-us .whyus-img {
    border-radius: 20px;
    border: 2px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    width: 100%;
}


@media (max-width:992px) {
    .why-choose-us .whyus-img {
        margin: 30px auto;
        width: 60%;

    }
}

@media (max-width:768px) {
    .why-choose-us .whyus-img {
        margin: 30px auto;
        width: 80%;

    }
}
@media (max-width:568px) {
    .why-choose-us .whyus-img {
        margin: 30px auto;
        width: 100%;

    }
}

@media screen and (max-width: 720px) {

    .why-choose-us {
        padding: 10px;
        text-align: center;
        margin-top: 30px;
    }

    .why-choose-us .heading h5 {
        font-size: larger;
    }

    .why-choose-us .heading h3 {
        font-size: 24px;
    }

    .why-choose-us .heading p {
        font-size: medium;
    }

    .why-choose-us .choose-card h3 {
        color: #fff;
        font-weight: bold;
        margin-top: 20px;
        font-size: 24px;
        margin: 0;
    }

    .why-choose-us .choose-card h5 {
        font-size: large;
        margin: 0;
    }

    .why-choose-us .choose-card .choose-img1 {
        border: 3px solid #fff;
        height: 70px;
        width: 70px;
        margin-left: 115px;
        border-radius: 50%;
    }

}

/* ----------------------------------------------------------- */
.banner-image img{
    min-height: 200px;

}

/* ------------------------testimonial------------------------ */

.testimonial {
    margin: 50px 0;
}

.testimonial .heading h2 {
    font-size: 50px;
    text-align: center;
}

.testimonial .card {
    border: 1px solid #000;
    padding: 40px;

}

.testimonial .card p {
    font-size: medium;
    opacity: .80;
}

.testimonial .card .testi-img img {
    width: 100%;
    border-radius: 50%;
}

@media screen and (max-width: 720px) {
    .testimonial {
        margin: 10px 0;
    }

    .testimonial .heading h2 {
        font-size: 30px;
    }

    .testimonial .card {
        padding: 10px;
        margin-top: 10px;

    }

    .testimonial .card p {
        font-size: medium;
        opacity: .80;
    }

    .testimonial .card .testi-img img {
        width: 100%;
        border-radius: 50%;
    }
}



/* Demo purposes only */
.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);
    border-radius: 15px;
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    color:#000;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: darkred;
    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);
}

.testimonial-text {
    border-radius: 50%;
    filter: blur(2px);
}

#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    /* margin-bottom: 80px; */
    opacity: .75;
    -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);
}

.testimonial .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: darkred;
        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: none;
}

/* #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
        background: darkred;
        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;
    } */

@media screen and (max-width: 720px) {

    #customers-testimonials .item {
        padding: 10px;
    }
}



/* -------------------------------------------------------------- */
.quick-solution-section{
    padding: 80px 0;
    position: relative;
}
.quick-solution-section .service-box{
    text-align: center;
    margin-bottom: 30px;
}
.quick-solution-section .service-box .box-img{
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 40px 10px 40px 10px;
    border: 1px solid #FFB700;
    border-bottom: 4px solid #FFB700;
    border-right: 4px solid #FFB700;
    margin-bottom: 10px;
}

.quick-solution-section .service-box .box-img img{
    width: 100%;
    height: 100%;
}

.quick-solution-section .service-box  h4{
font-size: 20px;
letter-spacing: 1px;
}

.quick-solution-section .service-box .main-btn{
    display: inline-block;
    padding: 6px 20px;
    background-color: #119100;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    border: 2px solid #FFB700;
}