* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.bg-soft-success{
    background-color: #5dcc85;
}






/* scrollbar styling */
*::-webkit-scrollbar {
    width: 5px;
}

/* Track */
*::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #EDEDED;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);

}

/* Handle */
*::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #a7a7a7e0;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}

*::-webkit-scrollbar-thumb:window-inactive {
    background: #EDEDED;
}













html,
body {
    height: 100%;
    width: 100%;
    /* background-color: #111; */
}


.text-orange {
    color: #e07e42;
}

.bg-orange {
    background-color: #e07e42;
}

.bg-pale-orange{
    background-color: #e07f422d;;
}

.border-orange {
    border: 1px solid #e07e42;
}

.btn-orange {
    border: 1px solid #e07e42;
    background-color: #e07e42;
    color: white;
    padding: 5px 20px;
}

.btn-orange:hover {
    background-color: #cd723a;
    color: white;
}










ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.bg-darker {
    background-color: #111;
}

.bg-lightBlue {
    background-color: #24232377;
}

.marginTop--5 {
    margin-top: -5px;
}



.text-20 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}



@media (max-width: 979px) {
    body {
        padding-top: 0px;
    }
}

.heroSection {
    width: 100%;
}

/* heroTitle */
.heroTitle {
    font-size: 6vw;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 6vw;
    color: white;
}

.carouselTitle {
    font-size: 5vw;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 5vw;
    color: white;
}

.subTitle {
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    color: white;
}

/* logo slider */
#logoSlider,
.tagSlider {
    white-space: nowrap;
    padding: 1.2vw;
    overflow: hidden;
    width: 50%;
    mask-image: linear-gradient(to right, transparent 0%, black 20% 80%, transparent 100%);

}

.mainSliderDImg {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}


#logoSlider .logoSlide {
    display: inline-block;
    animation-name: mobe;
    animation-duration: 9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#logoSlider .logoSlide img {
    height: 1.5vw;
    margin: 0 1.2vw;
}

@keyframes mobe {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }

}




/* logo swiper wihte masking */
.logoSwiper1,
.logoSwiper2 {
    mask-image: linear-gradient(to right, transparent 0%, black 20% 80%, transparent 100%);
}









/* Grid Section */
.gridElement:nth-child(1) {
    grid-area: one;
}

.gridElement:nth-child(2) {
    grid-area: two;
}

.gridElement:nth-child(3) {
    grid-area: three;
}

.gridElement:nth-child(4) {
    grid-area: four;
}



.hero-grid {
    display: grid;
    gap: 1rem;
    grid-template-areas:
        'one'
        'two'
        'three'
        'four'
    ;
}




/* frid media query */
@media screen and (min-width: 33em) {
    .hero-grid {
        grid-template-areas:
            "one one"
            "two three"
            "five five"
            "four four";
    }
}

@media screen and (min-width: 38em) {
    .hero-grid {
        grid-template-areas:
        "one one"
        "two three"
        "five five"
        "four four";
    }
}

@media screen and (min-width: 54em) {
    .hero-grid {
        grid-template-areas:
            "one two three"
            "four four three";
    }
}

@media screen and (min-width: 75em) {
    .hero-grid {
        grid-template-areas:
            "one two four"
            "one three four";
    }
}
























/* marquee */

.degMaquee {
    /* transform: rotate(-4deg); */
    border-image: linear-gradient(to right, #FF7426, #f2cb2f) 1;
    border-width: 10px 0 0 0;
    border-style: solid;
}

.marquee {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.marquee h3 {
    font-size: 60px;
    font-weight: 700;
}

.marquee .marquee-wrapper {
    width: 100000px;
    animation: marqueeAnimation 100s linear 0s infinite running;
}

.marquee h3 .marquee-title {
    margin-right: 20px;
    float: left;
    color: #fff;
}

.text-stroke-black {
    color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #ffffff;
}

@keyframes marqueeAnimation {
    100% {
        transform: translateX(-4600px);
    }
}

@media (max-width: 992px) {
    .marquee h3 {
        font-size: 60px;
    }
}

@media (max-width: 549px) {
    .marquee h3 {
        font-size: 50px;
    }
}


























































.left-border-dark {
    border-width: 0 0 0 2px;
    border-style: solid;
    border-color: #0275d8;

}

/* unorder list in services */

.tikPoint li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #fff;
    background-color: #f0ad4e;
    border-radius: 50px;
    padding: 3px;
    font-size: 10px;
    margin: 0 10px 0 0;
}


.tikPoint li {
    line-height: 2;
}

.left-border {
    border-image: linear-gradient(#d1d1d1, #ffffff) 30;
    border-width: 0 0 0 2px;
    border-style: solid;
    border-radius: 50px;

}









/* Media Query for Large screens */
@media (min-width: 1281px) {


    .w_lg_50 {
        width: 60% !important;
    }

    .borderRight-lg {
        border-right: 1px solid rgba(255, 255, 255, 0.1)
    }


}













































body {
    overflow-x: hidden;
}


.scrollWrap {
    width: fit-content;
    display: flex;
    gap: 25px;
    flex-wrap: nowrap;
}



.scrollCard {
    width: 60vw;
    display: flex;
    align-items: center;
}

.rightBorder {
    border-right: 1px solid rgba(59, 58, 58, 0.3);
}

.topBorder {
    border-top: 1px solid rgba(59, 58, 58, 0.3);
}

.singleDataRow {
    border-top: 1px solid rgba(56, 54, 54, 0.1);
    transition: all 0.3s ease-in;
}

.singleDataRow:hover {
    background-color: #c7c4c42d;
}













.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #111, rgba(106, 9, 9, 0));
}








.registerIcon{
    margin-left: 5px;
    transition: all ease 0.2s;
}

.category-card:hover .registerIcon{
   margin-left:15px;
}
























/* Media Query for Mobile Devices */
@media (max-width: 480px) {

    .carouselTitle {
        font-size: 8vw;
        line-height: 8vw;
    }



    .rightBorder {
        border-right: 0px;
    }

    .topBorder {
        border-top: 0px;
    }


    .carousel-item {
        height: fit-content;
    }

    .heroTitle {
        font-size: 10vw;
        line-height: 10vw;
    }

    .scrollCard {
        width: 100vw;
    }

    .singleDataRow {
        background-color: #c7c4c42d;
    }






}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {}

/* Media Query for Large screens */
@media (min-width: 1281px) {
    .carousel-item {
        height: fit-content;
    }
}
