.main-marq .non-strok .item h3 a:hover {
    color: #e83121;
}
 .serv-marq {
    position: relative;
    z-index: 3;
}
.main-colorbg2 {
    background-color: #e83121;
}
.serv-marq .ontop {
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
}
.ontop {
    position: relative;
    z-index: 7;
}
.sub-bg {
    background-color: #fff;
}
.light-text {
    color: #fff;
}
.main-marq {
    position: relative;
    padding: 0;
}
.main-marq .slide-har {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slide-har {
    position: relative;
}
.slide-har.st1 .box {width: 300%;
    position: relative;
    -webkit-animation: moveSlideshow 20s linear infinite;
    animation: moveSlideshow 20s linear infinite;
}
 

@keyframes moveSlideshow {
   0% {
        transform: translateX(1400px);
   }
    100% {
        transform: translateX(-200px);
   }
}

 

.main-marq .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main-marq .box .item {
    padding: 0 30px;
}
.light-text .box .item h3, .light-text .box:last-of-type .item:nth-of-type(even) h4 {
    color: #fff;
}
.main-marq .box .item h3 {
    white-space: nowrap;
    line-height: 1;
    margin: 0;    font-size: 50px;
}
.main-marq .non-strok .item h3 {
    color: #1d1d1d !important; font-family: 'Fjalla One', sans-serif !important;
    -webkit-text-stroke: 0 !important;
}
.main-marq .non-strok .item h3 span {font-family: 'Sora', sans-serif !important;}
.align-items-center {
    align-items: center !important;
}
.main-marq .box .item h3 .icon {
    font-family: 'Sora', sans-serif;
    margin-bottom: -15px;
}
 
.over-h{    overflow: hidden;}
.ml-50 {
    margin-left: 50px !important;
}
.fz-50 {
    font-size: 50px !important;
}
.stroke {
    color: transparent;
    -webkit-text-stroke: 1px #1d1d1d;
}


.brand-conetnt3 {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: slide-left 50s linear infinite;
}


.brand-conetnt{     display: flex;
    align-items: center;
animation: moveSlideshow 66s linear infinite;
}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}


@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.brand-conetnt h2 a {
    text-wrap: nowrap;color: #fff !important;
}

.exp:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
}
.exp:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 150%;
    background: #e83121;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    z-index: -2;
}
.service-card {
    position: relative;
    background-color: #fff;
    padding: 50px 30px;-webkit-box-shadow: 0 20px 20px #0001;
    box-shadow: 0 20px 20px #0001;
}
.service-card .inf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.icon-85 {
    width: 85px;
    height: 85px;
}
.fsz-24 {
    font-size: 24px !important;
}
.service-card .img-cover::after {
    position: absolute;
    content: "";
    right: calc(100% - 70px);
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #e83121;
    -webkit-filter: blur(50px);
    filter: blur(50px);}
.fsz-24 a {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.blog-p {
        position: relative;
    /* margin-bottom: 40px; */
    /* -webkit-box-shadow: 0 20px 20px #0001; */
    /* box-shadow: 0 20px 20px #0001; */
    padding: 20px;
        background: #f2eeea;
}
.blog-p:hover{ background: #fff;}
.blog-list-l {
       position: relative;
    margin-bottom: 40px; 
    -webkit-box-shadow: 0 20px 20px #0001; 
     box-shadow: 0 20px 20px #0001;
    padding: 20px;
    border: 1px solid #ffdedb;
}
.img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: inherit;
}

.blog-p .info .tags {
    position: relative;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

.pe-20 {
    -webkit-padding-end: 20px !important;
    padding-inline-end: 20px !important;
}

.me-20 {
    -webkit-margin-end: 20px !important;
    margin-inline-end: 20px !important;
}
.border-1 {
    border-width: 1px !important;
}
.border-end {
    border-right: 1px solid #898989 !important;
}
.hover-orange1:hover {
    color: #e83121 !important;
}
.date {
    text-transform: capitalize;
    font-weight: normal;
}
.cr-orange1 {
    color: #e83121 !important;
}
.me-30 {
    -webkit-margin-end: 30px !important;
    margin-inline-end: 30px !important;
}
.fsz-24 {
    font-size: 24px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-24 {
    font-size: 20px !important;
    line-height: 31px;
}
.font-24 a {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.testimonial-one__single {
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #e83121;
    padding: 50px 40px 40px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.testimonial-one__quote {
    height: 57px;
    width: 57px;
    background-color:#e83121;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    top: -30px;
    left: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


.testimonial-one__text-2 p {
    font-size: 15px;
    line-height: 27px;
    display: -webkit-box !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    line-height: 27px;
    margin-bottom: 25px;
}
.testimonial-one__client-info {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid #e2ddda;
    padding-top: 30px;
    margin-top: 24px;
}
.testimonial-one__img {
    position: relative;
    display: flex;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 20px;
}

.testimonial-one__client-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 6px;margin-top: 14px;
}

.testimonial-one__client-title {
    font-size: 12px;
    color: #efaf00;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 12px;
}
.testimonial-one__carousel .owl-stage-outer {
    padding: 30px 0px;
}



 .team-carousel .owl-nav, .service-carousel .owl-nav, .testimonial-slide .owl-nav, .blog-carousel .owl-nav, .testimonial-one__carousel .owl-nav  {
       position: absolute;
    top: -6em;
    right: 0em;
}
.service-carousel-home-two .owl-nav button, .team-carousel .owl-nav button{
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 54px !IMPORTANT;
    border-color: #e83121 !IMPORTANT;
    border: 1px solid #e83121 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #e83121 !IMPORTANT;
} 
.service-carousel-home-two .owl-nav button:hover, .team-carousel .owl-nav button:hover{background: #e83121 !important; border: 1px solid #e83121 !IMPORTANT;color: #fff !IMPORTANT;}

.service-carousel .owl-nav button{
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 54px !IMPORTANT;
    border-color: #e83121 !IMPORTANT;
    border: 1px solid #e83121 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #e83121 !IMPORTANT;
} 
.service-carousel .owl-nav button:hover{background: #e83121 !important; border: 1px solid #e83121 !IMPORTANT;color: #fff !IMPORTANT;}

.testimonial-slide .owl-nav button, .blog-carousel .owl-nav button, .testimonial-one__carousel .owl-nav button{
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 54px !IMPORTANT;
    border-color: #e83121 !IMPORTANT;
    border: 1px solid #e83121 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #e83121 !IMPORTANT;
} 
.testimonial-slide .owl-nav button:hover, .blog-carousel .owl-nav button:hover, .testimonial-one__carousel .owl-nav button:hover
{background: #e83121 !important; border: 1px solid #e83121 !IMPORTANT;color: #fff !IMPORTANT;}








