a {
    text-decoration: none;
}


.top-bar {
    background-color: rgb(211, 1, 1);
    padding: 10px;

}

.top-bar .text {
    padding: 0 10px;
    border: 3px solid darkred;
    color: yellow;
    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-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.fixed-button .btn-grp-mobile {
    display: flex;
    justify-content: space-between;
    opacity: .8;
    transition: all 0.4s;
}

.fixed-button .btn-grp-mobile:hover {
    opacity: 1;
}

.fixed-button .btn-grp-mobile .btn {
    width: 50%;
    background-color: #CD0031;
    text-align: center;
    border-radius: 0;
    padding: 20px 0;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-right: 2px solid #fff;
}

.fixed-button .btn-grp-mobile .btn2 {
    border-right: 0;
    background-color: green;
}


.fixed-tel {
    color: #fff;
}

@media screen and (max-width: 720px) {
    .fixed-button .call {
        width: 60px;
        height: 60px;
    }

    .fixed-button .whatsapp {
        width: 60px;
        height: 60px;

    }

}


.logo-bar img {
    min-height: 150px;

}


.banner-carousel .carousel-item img {
    min-height: 200px;

}

/* ----------------------our-service---------------------- */




.service {
    background-color: #FFB700;
    padding: 50px 0;
}

.service-card {
    border: 1.5px solid #000;
    border-radius: 10px 10px 20px 20px;
    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: #f19d00;
}

.service-card:hover h4 {
    color: #fff;

}

.service-card img {
    height: 220px;
    width: 220px;
    border-radius: 50%;
    background-color: red;
}

.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;
    opacity: .80;
}

.about h3 {
    opacity: .80;
    font-weight: bold;
    letter-spacing: 2px;

}

.about p {
    margin: 20px 0;
    opacity: 0.75;
    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 .certificate-section{
    margin-top: 60px;
}
.about .certificate-section h2{
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 300;
}
.about .certificate-section h2 strong{
    font-weight: 700;
}
.about .certificate-section .img-box img{
    width: 100%;
    margin-bottom: 30px;

}
@media (min-width:568px) and (max-width:992px) {
    .about .right-content {
        margin-top: 30px;
        text-align: center;
    }

    .about .right-content .owl-carousel .item {
        width: 380px !important;
        margin: 0 auto;
    }


}

@media (max-width:568px) {
    .about .right-content {
        margin-top: 30px;
        text-align: center;
    }

    .about .right-content .owl-carousel .item {
        width: 320px !important;
        margin: 0 auto;
    }


}

/* -------------------cta------------------- */

.cta {
    padding: 50px 0;
    background-image: url(../image/bg/bg-1.webp);
    /* 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: #f19d00;
    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: #f19d00;
        font-size: 34px;
        font-weight: bold;
    }

    .cta h5 {

        font-size: 20px;
    }
}

/* -------------------------cta1------------------------- */



.cta1 {
    background-image: url(../image/bg/bg2.webp);
    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: #f19d00;
    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:hover {
    background-color: rgb(197, 0, 0);
}

.cta1 .right-text .cta1-card .cta1-icon .icon {
    color: #FFB700;
    font-size: 50px;
}

.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: #f19d00;
        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: #FFB700;

}

.our-service .service-box {
    position: relative;
    margin-bottom: 60px;
    text-align: center;
}

.our-service .service-box .main-btn {
    padding: 10px 20px;
    border-radius: 30px;
    min-width: 240px;
    background-color: #CD0031;
    border: 2px solid #CD0031;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translate(-50%);
    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:hover {
    background-color: #fff;
    color: #CD0031;
    border-color: #CD0031;
}

.our-service .service-box .service-img {
    overflow: hidden;
}

.our-service .service-box .service-img img {
    height: 300px;
}

.our-service .service-box .text {
    background-color: rgba(255, 255, 255, .9);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    padding: 40px 20px;
    width: 100%;
    align-items: center;
    margin-top: -20px;
    z-index: 1;
}

.our-service .service-box .text h4 {
    font-weight: bold;
    font-size: 24px;
    color: black;
    transition: all 0.5s;

}

.our-service .service-box .text p {
    opacity: 0.75;
    font-size: large;
    color: black;
    min-height: 120px;
}

.our-service .service-box img {
    transition: all 0.5s;
}

.our-service .service-box:hover img {
    transform: scale(1.1);
}

.our-service .service-box:hover .text h4 {
    color: red;
}

@media screen and (max-width: 720px) {
    .our-service {
        margin: 10px 0;
        text-align: center;
    }

    .our-service .heading h5 {
        font-size: large;
    }

    .our-service .heading h3 {
        font-size: 30px;
    }

    .our-service .service-box .text {
        background-color: rgba(255, 255, 255, .9);
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 10px;
        padding: 40px 20px;
        width: 100%;
        align-items: center;
        margin-top: -20px;
        z-index: 1;
    }

    .our-service .service-box .text h4 {
        font-size: 22px;
    }

    .our-service .service-box .text p {
        opacity: 0.75;
        font-size: medium;
        color: black;
    }

    .our-service .service-box button {
        position: absolute;
        padding: 5px 8px;
        border: transparent;
        color: #fff;
        background-color: rgb(218, 0, 0);
        font-weight: bold;
        font-size: medium;
        border-radius: 5px;
        margin-top: -20px;
        left: 50%;
        transform: translate(-50%);
        transition: all 0.5s;
    }
}




/* ------------------------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;
}

@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%;
    }

}


/* ------------------------testimonial------------------------ */

.testimonial {
    margin: 50px 0;
}
.testimonial .heading{
    text-align: center;
    margin-bottom: 60px;
}

.testimonial .heading h6{
    text-transform: uppercase;
    color: #CD0031;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}
.testimonial .heading h2 {
    font-size: 50px;
    text-align: center;
}

.testimonial .img-box img{
    width: 100%;
    height: 100%;
    filter: blur(3px);
    transition: all 0.4s;
    transform: scale(0.8);
}
.testimonial .img-box:hover img{
    filter: blur(0);
    
}
.testimonial .center img{
    filter: blur(0);
    transform: scale(1);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.testimonial .owl-stage{
    padding-bottom: 100px;
}

/* CSS (ticker.css) */
.ticker-slider {
    background-color: #f19d00;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}

.ticker-slider h2.title {
    text-align: center;
    text-decoration: underline;

}

.ticker-slider h3 {
    font-size: 72px;
    text-align: center;
    font-weight: 300;
    color: #CD0031;
}

.ticker-slider h3 span {
    font-weight: 700;
}

.ticker-slider .ticker-item-wrapper {
    animation: scrollAnimation 40s linear infinite;
    padding: 0;
    margin: 0;
    display: flex;
    width: max-content;
    flex-wrap: nowrap;

}

.ticker-slider .ticker-item-wrapper .list-item {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 20px 16px 20px 0;
}

.ticker-slider.service-flag-section .ticker-item-wrapper .list-item {
    display: inline-block !important;
}

.ticker-slider.service-flag-section .ticker-item-wrapper .list-item span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.ticker-slider .ticker-item-wrapper .list-item p.text {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase !important;
    transition: all 0.4s;
    color: #CD0031;
}

.ticker-slider .ticker-item-wrapper .list-item img.icon {
    max-width: 34px;
    animation: spin 6s infinite linear;
}

.ticker-slider .ticker-item-wrapper .list-item .flag-img {
    width: 180px;
    margin: 0 30px;
    height: 110px;
    transition: all 0.4s;

}

.ticker-slider .ticker-item-wrapper .list-item:hover .flag-img {
    transform: scale(1.1);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.ticker-slider[data-animated='true'] {
    overflow: hidden;
}

@keyframes scrollAnimation {
    to {
        transform: translate(calc(-50%));
    }
}


@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width:768px){
    .ticker-slider h3{
        font-size: 56px;
        text-align: center;
        font-weight: 300;
        color: #CD0031;
      }
      .ticker-slider .ticker-item-wrapper .list-item .flag-img {
        width: 180px;
        margin: 0;
        height: 110px;
        transition: all 0.4s;
    
    }
}
@media (max-width:568px){
    .testimonial .img-box img{
        width: 100%;
        height: 100%;
        filter: blur(0);
        transition: all 0.4s;
        transform: scale(1)!important;
    }
    .testimonial .owl-stage{
        padding-bottom: 10px;
    }
}