﻿@charset "UTF-8";

.text-red {
    color: #dd1414 !important
}

.mt-n3 {
    margin-top: -1rem !important
}

.fs-16 {
    font-size: 16px !important;
    line-height: 1.5 !important
}

.fs-18, .fs18 {
    font-size: 18px !important;
    line-height: 1.5 !important
}

.fs-20 {
    font-size: 20px !important;
    line-height: 1.5 !important
}

[data-bs-toggle=modal] {
    cursor: pointer
}

.w-90 {
    width: 90% !important
}

.pt-100 {
    padding-top: 100px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.mt-n250 {
    margin-top: -250px !important
}

.w-70 {
    width: 70% !important
}

.mt-n4 {
    margin-top: -1.5rem !important
}

.mt-n5 {
    margin-top: -3rem !important
}

.mt-n10 {
    margin-top: -10px !important
}

.mb-n5 {
    margin-bottom: -3rem !important
}

.BGtransparent {
    background: 0 0 !important;
    background-color: transparent !important
}

.BGblack {
    background: #000 !important;
    background-color: #000 !important
}

.green-btn, .red-btn {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #dd1414;
    padding: 0;
    overflow: hidden;
    transition: 1s all ease;
    background: 0 0;
    display: inline-block;
    background: #dd1414;
    font-family: poppins,sans-serif;
    font-weight: 600;
    font-style: normal;
    width: unset !important;
    padding: 10px 30px;
    height: unset !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -ms-transition: 1s all ease;
    -o-transition: 1s all ease
}

    .green-btn:hover, .red-btn:hover {
        color: #fff;
        border-color: #000;
        background: #000
    }

.blue-btn {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #0ca2b9;
    padding: 0;
    overflow: hidden;
    transition: 1s all ease;
    background: 0 0;
    display: inline-block;
    background: #0ca2b9;
    font-family: poppins,sans-serif;
    font-weight: 600;
    font-style: normal;
    width: unset !important;
    padding: 10px 30px;
    height: unset !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -ms-transition: 1s all ease;
    -o-transition: 1s all ease
}

    .blue-btn:hover {
        color: #0ca2b9;
        border-color: #0ca2b9;
        background: #fff
    }

.white-btn {
    position: relative;
    display: block;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 0;
    overflow: hidden;
    transition: 1s all ease;
    background: 0 0;
    display: inline-block;
    background: #fff;
    font-family: poppins,sans-serif;
    font-weight: 600;
    font-style: normal;
    width: unset !important;
    padding: 10px 30px;
    height: unset !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -ms-transition: 1s all ease;
    -o-transition: 1s all ease
}

    .white-btn:hover {
        color: #fff;
        border-color: #dd1414;
        background: #dd1414
    }

.BGlightgray {
    background: #f2f2f2 !important
}

header.headfixed {
    background: #000;
    position: fixed;
    z-index: 9999;
    padding: 0 0 8px;
    left: 0;
    margin-left: auto;
    width: 100%
}

@media (min-width:992px) {
    .col-lg-5box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .HostingMainWrapper_as .HostingImageBox {
        border-right: #fff solid 8px
    }
}

.headfixed .logo-box_new .top-logo figure {
    width: 75%;
    margin-top: 0
}

#menu-container .menu-list.accordion {
    display: unset;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

    #menu-container .menu-list.accordion.active {
        right: 0 !important;
        opacity: 1;
        visibility: visible
    }

#menu-container:hover .burger-strip div:first-child {
    transform: rotate(45deg) translateY(1px) translateX(5px);
    -webkit-transform: rotate(45deg) translateY(1px) translateX(5px);
    -moz-transform: rotate(45deg) translateY(1px) translateX(5px);
    -ms-transform: rotate(45deg) translateY(1px) translateX(5px);
    -o-transform: rotate(45deg) translateY(1px) translateX(5px);
    width: 16px;
    display: none
}

#menu-container:hover .burger-strip .burger-strip div:nth-child(2), #menu-container:hover .burger-strip div:nth-child(2) {
    transform: rotate(-45deg);
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

#menu-container:hover .burger-strip div:last-child {
    width: 42px;
    transform: rotate(45deg) translateY(-13px) translateX(2px);
    -webkit-transform: rotate(45deg) translateY(-8px) translateX(3px);
    -moz-transform: rotate(45deg) translateY(-13px) translateX(2px);
    -ms-transform: rotate(45deg) translateY(-13px) translateX(2px);
    -o-transform: rotate(45deg) translateY(-13px) translateX(2px)
}

#leftside-navigation .level-0 li ul {
    max-height: 340px;
    overflow-x: auto
}

    #leftside-navigation .level-0 li ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #000
    }

    #leftside-navigation .level-0 li ul::-webkit-scrollbar {
        width: 8px;
        background-color: #000
    }

    #leftside-navigation .level-0 li ul::-webkit-scrollbar-thumb {
        background-color: #e3e3e3;
        border: 1px solid #555
    }

.main-slider-two.index-two {
    position: relative;
    overflow: hidden;
    z-index: 10;
    width: 100%;
    height: 92vh
}

    .main-slider-two.index-two .ms-main {
        -webkit-clip-path: none !important;
        clip-path: none !important
    }

        .main-slider-two.index-two .banner-horizental, .main-slider-two.index-two .ms-main, .main-slider-two.index-two .ms-main .swiper {
            height: 100%
        }

    .main-slider-two.index-two .slideContent {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        background-size: cover;
        background-position: center;
        text-align: left;
        overflow: hidden;
        height: 100%
    }

    .main-slider-two.index-two .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner {
        background: #000;
        height: 100vh;
        position: relative;
        width: 100%
    }

        .main-slider-two.index-two .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner img.fullbgimg {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 100vh
        }

        .main-slider-two.index-two .swiper-container-h .swiper-wrapper .swiper-slide .slider-inner .swiper-content {
            position: absolute;
            top: 0;
            left: 0;
            padding-left: 0;
            z-index: 999;
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            bottom: 0;
            right: 0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

    .main-slider-two.index-two .innerTextSlide {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 70%;
        height: 100%;
        margin: 0 auto;
        background-size: cover;
        background-position: center;
        padding-top: 13%;
        padding-bottom: 50px;
        z-index: 9
    }

        .main-slider-two.index-two .innerTextSlide .red-btn {
            color: #000;
            min-width: 13rem;
            border-color: #fff;
            background: #fff
        }

            .main-slider-two.index-two .innerTextSlide .red-btn:hover {
                color: #fff;
                border-color: #dd1414;
                background: #dd1414
            }

.index-two .ms-main .slider-inner {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}

    .index-two .ms-main .slider-inner::after {
        content: "";
        position: absolute;
        top: 0;
        left: -1px;
        z-index: 1;
        width: 101%;
        height: 100%;
        background: -o-linear-gradient(top,rgba(0,0,0,0) 51%,#000 100%),-o-linear-gradient(bottom,rgba(0,0,0,0) 73.31%,rgba(0,0,0,.9) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(51%,rgba(0,0,0,0)),to(#000)),-webkit-gradient(linear,left bottom,left top,color-stop(73.31%,rgba(0,0,0,0)),to(rgba(0,0,0,.9)));
        background: linear-gradient(180deg,rgba(0,0,0,0) 51%,#000 100%),linear-gradient(0deg,rgba(0,0,0,0) 73.31%,rgba(0,0,0,.9) 100%)
    }

    .index-two .ms-main .slider-inner .videobg figure {
        margin: 0;
        padding: 85px 0 85px;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        width: 100%;
        height: 100%
    }

    .index-two .ms-main .slider-inner .swiper-content {
        width: 100%;
        height: 100%
    }

.main-slider-two.index-two .innerTextSlide h5 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: .03em;
    margin-bottom: -4px;
    text-align: left
}

.main-slider-two.index-two .innerTextSlide h1 {
    color: #d5fd00;
    font-size: 92px;
    line-height: 100px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 13px
}

    .main-slider-two.index-two .innerTextSlide h1 span {
        display: inline-block;
        color: #fff;
        border-top: 5px solid #fff;
        border-bottom: 5px solid #fff
    }

.main-slider-two.index-two .innerTextSlide p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    font-family: poppins,sans-serif;
    margin: 0;
    padding: 10px 0
}

.index-two .ms-main .swiper-container-h .slider-pagination-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: unset;
    right: unset;
    bottom: 10px;
    left: 50% !important;
    transform: translateX(-50%);
    width: 500px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

    .index-two .ms-main .swiper-container-h .slider-pagination-area .swiper-pagination {
        bottom: 0 !important;
        width: 500px !important
    }

.index-two .ms-main .swiper-container-h .swiper-pagination-bullet {
    background: 0 0;
    opacity: unset;
    border: #fff solid 1px;
    margin: 5px 10px;
    z-index: 999
}

.index-two .ms-main .swiper-container-h .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity,1);
    background: #fff
}

.index-two .ms-main .swiper-container-h .swiper-pagination-bullet:hover {
    background: #fff
}

.slideContent .red-btn {
    margin-top: 40px;
    padding: 10px 50px;
    color: #000;
    background: #fff;
    border-color: #fff
}

    .slideContent .red-btn:hover {
        background-color: #dd1414;
        border-color: #dd1414;
        color: #fff
    }

.headertoplogos {
    position: relative;
    padding: 12px 0 12px
}

    .headertoplogos .headerheading {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .headertoplogos .headerheading h2 {
            color: #000;
            font-size: 34px;
            line-height: 38px;
            margin-bottom: 0;
            font-weight: 400;
            text-transform: uppercase
        }

            .headertoplogos .headerheading h2 span {
                font-family: 'Base Neue Cond';
                font-weight: 700
            }

                .headertoplogos .headerheading h2 span em, .headertoplogos .headerheading h2 span i {
                    font-family: 'LEMON MILK';
                    font-weight: 700;
                    font-style: normal
                }

    .headertoplogos .headerrightbox ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .headertoplogos .headerrightbox ul li {
            border-right: #000 solid 1px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: 16.66666667%;
            text-align: center
        }

            .headertoplogos .headerrightbox ul li:last-child {
                border-right: 0
            }

            .headertoplogos .headerrightbox ul li img {
                width: 80%
            }

.gradientalement {
    position: absolute;
    top: 6rem;
    right: -30rem;
    height: 100%;
    z-index: 2
}

    .gradientalement img {
        max-width: 100%;
        max-height: 100%;
        transform: scale(1.4);
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4)
    }

.sectionheading02 {
    position: relative;
    text-align: center;
    margin-bottom: 30px
}

    .sectionheading02 h4 {
        color: #dd1414;
        font-size: 20px;
        line-height: 34px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 15px
    }

    .sectionheading02 h2 {
        color: #fff;
        font-size: 102px;
        font-weight: 700;
        line-height: 112px;
        text-transform: uppercase;
        margin-bottom: 15px;
        text-align: left
    }

        .sectionheading02 h2 span, .sectionheading02 h6 span {
            display: block;
            color: #d5fd00
        }

    .sectionheading02 h6 {
        color: #fff;
        font-size: 60px;
        line-height: 70px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 15px;
        text-align: left
    }

    .sectionheading02 p {
        font-size: 18px;
        line-height: 28px;
        font-weight: 500
    }

    .sectionheading02 h2 .redlinehead {
        width: 10%
    }

    .sectionheading02 h5 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: .03em;
        margin-bottom: 15px;
        text-align: center;
        font-family: Poppins,sans-serif
    }

.globalstagebox {
    padding: 85px 0 85px;
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
    -webkit-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    -moz-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    -ms-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s
}

    .globalstagebox p a {
        color: #9b9b9b;
        text-decoration: underline
    }

        .globalstagebox p a:hover {
            color: #dd1414
        }

.sectionheading02 h3 {
    color: #fff;
    font-size: 45px;
    line-height: 55px
}

    .sectionheading02 h3.mb-1 {
        margin-bottom: 2px !important
    }

    .sectionheading02 h3 .redlinehead {
        width: 8%
    }

.featureasia01 .sectionheading02 h4 {
    margin-bottom: 8px
}

.featureasia01 {
    position: relative;
    padding: 50px 0;
    background: #1e2026;
    z-index: 9
}

.riseofasia-item .owl-nav {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 50%;
    color: #3e3e3e;
    font-size: 52px
}

    .riseofasia-item .owl-nav .owl-prev {
        position: absolute;
        left: -60px
    }

    .riseofasia-item .owl-nav .owl-next {
        position: absolute;
        right: -55px
    }

.riseofasia-item .owl-dots {
    display: none !important;
    text-align: center;
    margin: 50px 0 15px
}

    .riseofasia-item .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
        display: inline-block;
        border: #fff solid 1px;
        margin: 5px 10px;
        border-radius: 50%;
        -webkit-backface-visibility: visible;
        -webkit-transition: all .5s linear;
        backface-visibility: visible;
        -o-transition: all .5s linear;
        -webkit-transition: opacity .2s ease;
        -o-transition: opacity .2s ease;
        transition: opacity .2s ease;
        -webkit-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%
    }

        .riseofasia-item .owl-dots .owl-dot.active, .riseofasia-item .owl-dots .owl-dot:hover {
            background: #fff
        }

.powercard {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 15px 15px 15px;
    width: 100%;
    height: 100%;
    height: 340px;
    border: .9px solid #6b6b6b;
    background: #000;
    transition: .3s;
    z-index: 1;
    -webkit-clip-path: polygon(85% 0,100% 15%,100% 100%,0 100%,0 0);
    clip-path: polygon(85% 0,100% 15%,100% 100%,0 100%,0 0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

    .powercard .bootomblurb, .powercard .topblurb {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s
    }

    .powercard .topblurb {
        top: -50%
    }

    .powercard .bootomblurb {
        top: inherit;
        bottom: -65%
    }

    .powercard img {
        max-width: 100%;
        max-height: 100%
    }

    .powercard .contentpower {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        width: 100%;
        height: 100%;
        z-index: 1
    }

        .powercard .contentpower p {
            color: #fff;
            font-size: 22px;
            line-height: 32px;
            margin-bottom: 20px
        }

        .powercard .contentpower figure {
            display: block;
            text-align: right;
            margin: 0;
            width: 100%;
            padding: 0 15px;
            margin-top: 15px
        }

            .powercard .contentpower figure img {
                width: 155px;
                max-width: 100%;
                max-height: 100%;
                margin-left: auto
            }

    .powercard:hover .bootomblurb, .powercard:hover .topblurb {
        opacity: 0
    }

    .powercard .hoveroverlay {
        position: absolute;
        left: 0;
        bottom: -50%;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s
    }

        .powercard .hoveroverlay img {
            max-width: 100%;
            transform: scale(2.2);
            -webkit-transform: scale(2.2);
            -moz-transform: scale(2.2);
            -ms-transform: scale(2.2);
            -o-transform: scale(2.2)
        }

    .powercard:hover .hoveroverlay {
        opacity: 1
    }

.gradientbottomsec {
    position: absolute;
    width: 100%;
    z-index: -1
}

    .gradientbottomsec img {
        max-width: 100%;
        max-height: 100%
    }

.statsSection {
    position: relative;
    padding: 50px 0 50px
}

.statsOuter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0 15px;
    display: flex;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(20.2% - 5px);
    flex: 0 1 calc(20.2% - 5px);
    margin: 0 auto
}

    .statsOuter .statsInner {
        position: relative;
        padding: 55px 15px 55px;
        width: 100%;
        height: 100%;
        text-align: center;
        border-radius: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: 0 0;
        background: 0 0;
        z-index: 1;
        transition: background .3s;
        -webkit-transition: background .3s;
        -moz-transition: background .3s;
        -ms-transition: background .3s;
        -o-transition: background .3s;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }

        .statsOuter .statsInner h2 {
            color: #000;
            font-size: 54px;
            line-height: 66px;
            font-weight: 700;
            text-align: center;
            padding: 0 0 15px;
            width: 100%;
            margin-bottom: 0
        }

            .statsOuter .statsInner h2 span {
                letter-spacing: 1.7px !important
            }

        .statsOuter .statsInner p {
            color: #000;
            font-size: 18px;
            line-height: 22px;
            font-family: Poppins,sans-serif;
            font-weight: 400;
            text-align: center;
            margin-bottom: 0;
            width: 100%
        }

        .statsOuter .statsInner svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none
        }

        .statsOuter .statsInner path {
            stroke: #d5fd00;
            stroke-width: 8px;
            stroke-dasharray: 0 1500
        }

        .statsOuter .statsInner:hover path {
            animation: drawbox 1s forwards;
            -webkit-animation: drawbox 1s forwards
        }

@-webkit-keyframes drawbox {
    from {
        stroke-dasharray: 0 1500
    }

    to {
        stroke-dasharray: 1500 1500
    }
}

@keyframes drawbox {
    from {
        stroke-dasharray: 0 1500
    }

    to {
        stroke-dasharray: 1500 1500
    }
}

.innovationsummitbox {
    position: relative;
    padding: 20px 0 30px;
    z-index: 1;
    background: #fff
}

.leftravealingbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: center;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-radius: 0;
    width: 100%;
    height: 100%;
    min-height: 34rem;
    padding: calc(100vw* .01);
    transition: .3s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

    .leftravealingbox::before {
        content: "";
        pointer-events: none;
        position: absolute;
        z-index: 0;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        display: block;
        background: -o-linear-gradient(bottom,rgb(23,26,33,.9) 38%,rgba(16,63,76,.1) 65%);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(38%,rgb(23,26,33,.9)),color-stop(65%,rgba(16,63,76,.1)));
        background: linear-gradient(0deg,rgb(23,26,33,.9) 38%,rgba(16,63,76,.1) 65%);
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }

    .leftravealingbox .contentrave {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 15px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

.ravealignBtn {
    position: relative;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999;
    margin-right: 0
}

    .ravealignBtn .blue-btn, .ravealignBtn .red-btn {
        padding: 8px 10px;
        min-width: 190px;
        border-color: #fff;
        background: 0 0
    }

        .ravealignBtn .blue-btn::after {
            margin-left: 1.125em
        }

        .ravealignBtn .blue-btn:hover {
            color: #fff;
            border-color: #0ca2b9;
            background: #0ca2b9
        }

        .ravealignBtn .red-btn:hover {
            color: #fff;
            border-color: #dd1414;
            background: #dd1414
        }

    .ravealignBtn .dropdown-menu {
        width: 100%;
        border-radius: 0;
        background: #dd1414;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }

        .ravealignBtn .dropdown-menu li a {
            color: #fff
        }

            .ravealignBtn .dropdown-menu li a:focus, .ravealignBtn .dropdown-menu li a:hover {
                color: #000
            }

.leftravealingbox .contentrave h2 {
    color: #fff;
    font-size: 56px;
    line-height: 58px;
    text-transform: uppercase
}

.leftravealingbox .contentrave h3 {
    color: #fff;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: uppercase
}

.leftravealingbox .contentrave p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px
}

.accordcontent {
    position: relative;
    padding: 0 30px 20px 20px
}

    .accordcontent .accordion .accordion-item, .accordcontent .accordion-button {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        border: none;
        padding: 0;
        background: 0 0;
        background-color: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }

    .accordcontent .accordion-body {
        padding: 0 0 15px
    }

    .accordcontent .accordion-button::after {
        content: "";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        background-image: url(../images/arrowblack.png) !important;
        background-repeat: no-repeat;
        transition: .3s;
        transform: rotate(180deg);
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg)
    }

    .accordcontent .accordion-button:not(.collapsed)::after {
        content: "";
        background-image: url(../images/arrowblack.png) !important;
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0)
    }

    .accordcontent .accordion .accordion-item {
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgb(126 126 126 / 50%)
    }

    .accordcontent .accordion-header {
        margin-bottom: 10px
    }

        .accordcontent .accordion-header .accordion-button {
            color: #000;
            font-size: 34px;
            line-height: 36px;
            font-family: 'Base Neue Cond';
            font-weight: 700;
            letter-spacing: .03em;
            text-transform: uppercase
        }

    .accordcontent .accordion-body p {
        color: #000;
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 10px
    }

.nsabygitexbox {
    background: #00163d !important
}

    .nsabygitexbox::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: rgba(0,22,61,1) !important;
        background: -o-linear-gradient(bottom,rgba(0,22,61,1) 38%,rgba(16,63,76,.1) 65%) !important;
        background: -webkit-gradient(linear,left bottom,left top,color-stop(38%,rgba(0,22,61,1)),color-stop(65%,rgba(16,63,76,.1))) !important;
        background: linear-gradient(0deg,rgba(0,22,61,1) 38%,rgba(16,63,76,.1) 65%) !important
    }

    .nsabygitexbox .leftravealingbox .contentrave h2 {
        background: #fff;
        background: -o-linear-gradient(15deg,rgba(255,255,255,1) 40%,rgba(254,0,0,1) 77%);
        background: linear-gradient(75deg,rgba(255,255,255,1) 40%,rgba(254,0,0,1) 77%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .nsabygitexbox .leftravealingbox::before {
        background: -o-linear-gradient(bottom,rgba(0,22,61,1) 38%,rgba(16,63,76,.1) 65%);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(38%,rgba(0,22,61,1)),color-stop(65%,rgba(16,63,76,.1)));
        background: linear-gradient(0deg,rgba(0,22,61,1) 38%,rgba(16,63,76,.1) 65%)
    }

.sectionheading02 h2.textgradientmove {
    background: #fff;
    background: -o-linear-gradient(15deg,rgba(255,255,255,1) 40%,rgba(254,0,0,1) 54%,rgba(43,164,255,1) 90%,rgba(255,255,255,1) 100%);
    background: linear-gradient(75deg,rgba(255,255,255,1) 40%,rgba(254,0,0,1) 54%,rgba(43,164,255,1) 90%,rgba(255,255,255,1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto;
    animation: shine 10s linear infinite;
    -webkit-animation: shine 10s linear infinite
}

@-webkit-keyframes shine {
    to {
        background-position: 200% center
    }
}

@keyframes shine {
    to {
        background-position: 200% center
    }
}

.BGchangeblack {
    background: #000 !important;
    background-color: #000 !important
}

.cardflipbox {
    position: relative
}

    .cardflipbox .cardflipinner {
        position: relative;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        transform-style: preserve-3d;
        perspective: 1000px;
        -ms-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        -webkit-perspective: 1000px;
        -webkit-backface-visibility: hidden
    }

    .cardflipbox .innercontent {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 10px;
        outline: 1px solid transparent;
        -webkit-perspective: inherit;
        perspective: inherit;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%) translateZ(60px) scale(.94);
        -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
        -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
        -moz-transform: translateY(-50%) translateZ(60px) scale(.94);
        -o-transform: translateY(-50%) translateZ(60px) scale(.94)
    }

    .cardflipbox .cardback, .cardflipbox .cardfront {
        background-size: cover;
        background-position: center;
        border-radius: 15px;
        width: 100%;
        height: 100%;
        min-height: 340px;
        background-color: #101010;
        -webkit-transition: -webkit-transform .7s cubic-bezier(.4,.2,.2,1);
        transition: -webkit-transform .7s cubic-bezier(.4,.2,.2,1);
        transition: transform .7s cubic-bezier(.4,.2,.2,1);
        transition: transform .7s cubic-bezier(.4,.2,.2,1),-webkit-transform .7s cubic-bezier(.4,.2,.2,1);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-transition: transform .7s cubic-bezier(.4,.2,.2,1);
        -ms-transition: transform .7s cubic-bezier(.4,.2,.2,1);
        -moz-transition: transform .7s cubic-bezier(.4,.2,.2,1);
        -o-transition: transform .7s cubic-bezier(.4,.2,.2,1);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px
    }

    .cardflipbox .cardfront {
        transform: rotateY(0);
        transform-style: preserve-3d;
        -ms-transform: rotateY(0);
        -webkit-transform: rotateY(0);
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -moz-transform: rotateY(0);
        -o-transform: rotateY(0)
    }

    .cardflipbox .cardback {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transform: rotateY(180deg);
        transform-style: preserve-3d;
        -ms-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg)
    }

    .cardflipbox:hover .cardfront {
        transform: rotateY(-180deg);
        transform-style: preserve-3d;
        -ms-transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -moz-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg)
    }

    .cardflipbox:hover .cardback {
        -ms-transform: rotateY(0);
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .cardflipbox .cardflipinner .cardfront {
        background-size: cover;
        background-position: center;
        backface-visibility: hidden;
        -webkit-transition: opacity .55s ease .25s,-webkit-transform .7s cubic-bezier(.4,.2,.2,1);
        transition: opacity .55s ease .25s,-webkit-transform .7s cubic-bezier(.4,.2,.2,1);
        transition: transform .7s cubic-bezier(.4,.2,.2,1),opacity .55s ease .25s;
        transition: transform .7s cubic-bezier(.4,.2,.2,1),opacity .55s ease .25s,-webkit-transform .7s cubic-bezier(.4,.2,.2,1);
        border: 1px solid #333;
        -webkit-backface-visibility: hidden;
        -ms-transition: transform .7s cubic-bezier(.4,.2,.2,1),opacity .55s ease .25s;
        -webkit-transition: transform .7s cubic-bezier(.4,.2,.2,1),opacity .55s ease .25s;
        -moz-transition: transform .7s cubic-bezier(.4,.2,.2,1),opacity .55s ease .25s;
        -o-transition: transform .7s cubic-bezier(.4,.2,.2,1),opacity .55s ease .25s
    }

        .cardflipbox .cardflipinner .cardfront::before {
            content: "";
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            opacity: .4;
            border-radius: 15px;
            background-color: inherit;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -ms-border-radius: 15px;
            -o-border-radius: 15px
        }

    .cardflipbox .innercontent h2 {
        color: #fff;
        font-size: 34px;
        line-height: 44px;
        text-align: center;
        text-transform: uppercase
    }

    .cardflipbox .innercontent p {
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        margin-bottom: 10px
    }

.border-right {
    border-right: #9c9c9c solid 1px
}

    .border-right:last-child {
        border-right: none
    }

.statsOuterNew {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto
}

    .statsOuterNew .statsInner {
        position: relative;
        text-align: center;
        width: 100%;
        height: 100%
    }

        .statsOuterNew .statsInner h2 {
            color: #fff;
            font-size: 28px;
            line-height: 38px;
            margin-bottom: 15px
        }

            .statsOuterNew .statsInner h2 span {
                font-family: 'LEMON MILK';
                font-weight: 500;
                letter-spacing: 1.7px !important
            }

        .statsOuterNew .statsInner h3 {
            color: #a00a0a;
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            text-transform: uppercase;
            margin-bottom: 10px
        }

.speakerSlider.speakershome {
    overflow: hidden;
    padding-top: 40px
}

.border-right-black {
    position: relative
}

    .border-right-black::before {
        content: "";
        position: absolute;
        top: 5px;
        right: 0;
        height: 65%;
        border-right: #201d1e solid 1px
    }

    .border-right-black:last-child::before {
        display: none
    }

.theratedbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .theratedbox figure {
        width: 200px;
        padding: 0 20px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 22px
    }

        .theratedbox figure img {
            max-width: 100%;
            height: auto
        }

    .theratedbox h2 {
        color: #272525;
        font-size: 12px;
        line-height: 20px;
        text-transform: capitalize;
        margin-bottom: 5px
    }

.footerBG {
    background: #000;
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 60px 0;
    padding-bottom: 0
}

.footerlogo {
    margin: 0
}

    .footerlogo img {
        max-width: 100%;
        height: auto
    }

.fotter-bottom {
    border-top: #ffffff29 solid 1px;
    padding: 10px 0;
    margin-top: 20px;
    padding-bottom: 20px
}

    .fotter-bottom p {
        color: rgba(255,255,255,.4);
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0
    }

        .fotter-bottom p img {
            height: 20px;
            margin: 0 -3px 0 3px;
            opacity: .7;
            filter: brightness(0) invert(1);
            -webkit-filter: brightness(0) invert(1)
        }

        .fotter-bottom p a {
            color: rgba(255,255,255,.4);
            transition: .3s;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -ms-transition: .3s;
            -o-transition: .3s
        }

            .fotter-bottom p a:hover {
                color: rgba(255,255,255,.8)
            }

.footerlinks {
    position: relative;
    margin-top: 40px
}

    .footerlinks h2 {
        color: #fff;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
        text-transform: uppercase
    }

    .footerlinks .ft-btn .whiteOutline-btn {
        background: rgba(0,0,0,.4)
    }

        .footerlinks .ft-btn .whiteOutline-btn:hover {
            border-color: #dd1414;
            background: #dd1414
        }

    .footerlinks .linkul {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none
    }

        .footerlinks .linkul li {
            color: #fff;
            font-size: 14px;
            line-height: 22px;
            font-weight: 400;
            font-family: poppins,sans-serif;
            margin-bottom: 12px
        }

            .footerlinks .linkul li strong {
                font-weight: 700;
                font-family: poppins,sans-serif
            }

            .footerlinks .linkul li a {
                color: #fff;
                text-decoration: none
            }

                .footerlinks .linkul li a:hover {
                    text-decoration: underline
                }

.BGchangeblack .whiteOutline-btn {
    padding: 8px 3.625rem
}

    .BGchangeblack .whiteOutline-btn:hover {
        border-color: #dd1414;
        background: #dd1414
    }

.innovationsummitbox.overflow-hidden {
    z-index: 99
}

.testimonialbg {
    position: relative;
    background: #d64545;
    background: -o-linear-gradient(15deg,rgba(214,69,69,1) 0,rgba(144,7,7,1) 59%);
    background: linear-gradient(75deg,rgba(214,69,69,1) 0,rgba(144,7,7,1) 59%);
    border-radius: 30px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d64545", endColorstr="#900707", GradientType=1);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d64545", endColorstr="#900707", GradientType=1);
}

    .testimonialbg .testimonialthumb {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        background-size: cover;
        background-position: 50% 50%;
        backface-visibility: hidden;
        background-repeat: no-repeat;
        -webkit-backface-visibility: hidden;
        border-radius: 0 0 0 30px;
        -webkit-border-radius: 0 0 0 30px;
        -moz-border-radius: 0 0 0 30px;
        -ms-border-radius: 0 0 0 30px;
        -o-border-radius: 0 0 0 30px
    }

        .testimonialbg .testimonialthumb img {
            max-width: 100%;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 0 0 0 30px;
            -webkit-border-radius: 0 0 0 30px;
            -moz-border-radius: 0 0 0 30px;
            -ms-border-radius: 0 0 0 30px;
            -o-border-radius: 0 0 0 30px
        }

    .testimonialbg .testimonialcontent {
        position: relative;
        width: 100%;
        height: auto;
        z-index: 1;
        padding: 40px 8rem 80px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .testimonialbg .testimonialcontent .quotetop {
            position: relative;
            margin-bottom: 32px
        }

        .testimonialbg .testimonialcontent .quotethumb {
            position: absolute;
            top: -45px;
            left: -45px;
            z-index: -1
        }

            .testimonialbg .testimonialcontent .quotethumb img {
                max-width: 100%;
                opacity: .2;
                width: 90px
            }

        .testimonialbg .testimonialcontent .quotetop h3, .testimonialbg .testimonialcontent .qutoebottom h3, .testimonialbg .testimonialcontent .qutoebottom h4, .testimonialbg .testimonialcontent p {
            color: #fff
        }

        .testimonialbg .testimonialcontent p {
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 0
        }

        .testimonialbg .testimonialcontent .quotetop h3 {
            font-size: 18px;
            line-height: 28px;
            text-transform: uppercase;
            margin-bottom: 15px
        }

        .testimonialbg .testimonialcontent .qutoebottom h4 {
            font-size: 20px;
            line-height: 28px;
            font-weight: 700;
            font-family: poppins,sans-serif;
            margin-bottom: 0
        }

        .testimonialbg .testimonialcontent .qutoebottom h3 {
            font-size: 22px;
            line-height: 30px;
            margin-bottom: 0
        }

.mySwiper01.testimonialcustomize {
    overflow: inherit;
    padding: 50px 0 50px 0
}

    .mySwiper01.testimonialcustomize .swiper-slide {
        transform: scale(.7) translateY(-2.625rem);
        transition: all .5s ease-in-out 0s;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        -webkit-transform: scale(.7) translateY(-2.625rem);
        -moz-transform: scale(.7) translateY(-2.625rem);
        -ms-transform: scale(.7) translateY(-2.625rem);
        -o-transform: scale(.7) translateY(-2.625rem);
        -ms-transition: all .5s ease-in-out 0s
    }

        .mySwiper01.testimonialcustomize .swiper-slide.swiper-slide-active {
            transform: scale(1.2) !important;
            -webkit-transform: scale(1.2) !important;
            -moz-transform: scale(1.2) !important;
            -ms-transform: scale(1.2) !important;
            -o-transform: scale(1.2) !important
        }

.testimonialcustomize .testimonialbg .testimonialcontent {
    padding: 40px 40px 40px 15px
}

    .testimonialcustomize .testimonialbg .testimonialcontent .quotetop {
        padding-right: 4rem
    }

.testimonialcustomize .swiper-slide.swiper-slide-active .testimonialbg .testimonialcontent p {
    font-size: 14px;
    line-height: 20px
}

.testimonialcustomize .swiper-slide.swiper-slide-active .testimonialbg .testimonialcontent .quotetop {
    margin-bottom: 20px
}

    .testimonialcustomize .swiper-slide.swiper-slide-active .testimonialbg .testimonialcontent .quotetop h3 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px
    }

.testimonialcustomize .swiper-slide.swiper-slide-active .testimonialbg .testimonialcontent .qutoebottom h4 {
    font-size: 16px;
    line-height: 22px
}

.testimonialcustomize .swiper-slide.swiper-slide-active .testimonialbg .testimonialcontent .qutoebottom h3 {
    font-size: 18px;
    line-height: 28px
}

.testimonialcustomize .swiper-slide.swiper-slide-prev .col-sm-5 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.testimonialcustomize .swiper-slide.swiper-slide-prev .col-sm-7 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.testimonialcustomize .swiper-slide.swiper-slide-prev .testimonialbg .col-sm-5 .testimonialthumb, .testimonialcustomize .swiper-slide.swiper-slide-prev .testimonialbg .col-sm-5 .testimonialthumb img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.mySwiper01 .swiper-button-next, .mySwiper01 .swiper-button-prev {
    top: 42%;
    width: 56px;
    height: auto;
    z-index: 9999
}

.mySwiper01 .swiper-button-prev {
    left: 15%
}

.mySwiper01 .swiper-button-next {
    right: 15%
}

    .mySwiper01 .swiper-button-next::after, .mySwiper01 .swiper-button-prev::after {
        content: "";
        display: none
    }

    .mySwiper01 .swiper-button-next .fa-solid, .mySwiper01 .swiper-button-prev .fa-solid {
        color: #a1a2a5;
        font-size: 24px
    }

.industryslidermain {
    position: relative;
    padding: 0
}

    .industryslidermain .headingboxoverlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        padding-top: 40px
    }

.digitalsliderbox {
    position: relative
}

    .digitalsliderbox .mySwiper2 {
        height: 100%;
        width: 100%
    }

        .digitalsliderbox .mySwiper2 img {
            width: 100%;
            height: 100%;
            max-width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: top;
            object-position: top
        }

    .digitalsliderbox .mySwiper {
        width: 42%;
        height: 100%;
        padding: 10px 0;
        margin-left: auto;
        margin-right: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        align-items: flex-end;
        position: absolute;
        right: 100px;
        bottom: 0;
        margin-bottom: 30px
    }

        .digitalsliderbox .mySwiper .swiper-slide {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: 30% !important;
            height: 100%;
            margin: 0 0 0 10px;
            margin-bottom: 15px
        }

        .digitalsliderbox .mySwiper .swiper-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 0 !important;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            margin: 0 -15px !important;
            -webkit-transition-duration: inherit !important;
            -o-transition-duration: inherit !important;
            transition-duration: inherit !important;
            transform: none !important;
            -webkit-transform: none !important;
            -moz-transform: none !important;
            -ms-transform: none !important;
            -o-transform: none !important
        }

.digitalboxthumb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    width: 100%;
    height: 205px;
    cursor: pointer;
    text-align: center;
    color: #f5f5f5;
    background: rgb(112 109 117);
    background: -o-linear-gradient(165deg,rgb(112 109 117) 20%,rgb(64 64 73 / 100%) 100%);
    background: linear-gradient(-75deg,rgb(112 109 117) 20%,rgb(64 64 73 / 100%) 100%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

    .digitalboxthumb .cardthumb {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: 40% 50%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px
    }

        .digitalboxthumb .cardthumb::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: -o-linear-gradient(273deg,#00010a85,#00000069,#0f0f0f7d,#030303);
            background: linear-gradient(177deg,#00010a85,#00000069,#0f0f0f7d,#030303);
            content: ''
        }

.digitalsliderbox .mySwiper .swiper-slide.swiper-slide-thumb-active .cardthumb::before {
    background: -o-linear-gradient(273deg,#00010a00,#00000000,#0f0f0f4f,#030303);
    background: linear-gradient(177deg,#00010a00,#00000000,#0f0f0f4f,#030303)
}

.digitalboxthumb .contentthumb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%;
    z-index: 1;
    padding: 0 15px 15px;
    text-align: left
}

    .digitalboxthumb .contentthumb h2 {
        color: #fff;
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        margin-bottom: 6px
    }

    .digitalboxthumb .contentthumb .arrowbtn {
        text-align: left;
        margin-top: 5px
    }

    .digitalboxthumb .contentthumb img {
        max-width: 100%;
        width: 30px
    }

.digitalboxfull {
    position: relative;
    width: 100%;
    height: 100vh
}

    .digitalboxfull::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        background: -o-linear-gradient(left,rgb(0 0 0 / 15%) 0,rgb(22 22 22 / 75%) 75%);
        background: -webkit-gradient(linear,left top,right top,color-stop(0,rgb(0 0 0 / 15%)),color-stop(75%,rgb(22 22 22 / 75%)));
        background: linear-gradient(90deg,rgb(0 0 0 / 15%) 0,rgb(22 22 22 / 75%) 75%)
    }

    .digitalboxfull .digitalcontent {
        position: absolute;
        bottom: 0;
        left: 100px;
        width: 50%;
        height: 30%
    }

        .digitalboxfull .digitalcontent h2 {
            color: #fff;
            font-size: 70px;
            line-height: 80px;
            margin-bottom: 10px;
            text-transform: uppercase;
            text-align: left
        }

.socialrightfix {
    position: absolute;
    bottom: 0;
    right: 12px;
    z-index: 9999;
    transition: .3s;
    transform: translateY(-38%);
    -webkit-transform: translateY(-38%);
    -ms-transform: translateY(-38%);
    -moz-transform: translateY(-38%);
    -o-transform: translateY(-38%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

    .socialrightfix ul {
        margin: 0;
        padding: 10px 0
    }

        .socialrightfix ul li {
            display: inline-block;
            list-style: none;
            margin: 0
        }

            .socialrightfix ul li a {
                display: block;
                color: #fff;
                padding: 10px 10px;
                height: 40px;
                width: 40px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                text-align: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin: 0 9px 0 0;
                border: 1px solid #dd1414;
                background: 0 0;
                border-radius: 50%;
                transition: .25s ease-in-out;
                -webkit-transition: .25s ease-in-out;
                -moz-transition: .25s ease-in-out;
                -ms-transition: .25s ease-in-out;
                -o-transition: .25s ease-in-out;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%
            }

                .socialrightfix ul li a .twitter {
                    width: 16px;
                    color: #fff;
                    fill: #fff;
                    transition: .25s ease-in-out;
                    -webkit-transition: .25s ease-in-out;
                    -moz-transition: .25s ease-in-out;
                    -ms-transition: .25s ease-in-out;
                    -o-transition: .25s ease-in-out
                }

                .socialrightfix ul li a:hover .twitter {
                    color: #cbcbcb;
                    fill: #cbcbcb
                }

                .socialrightfix ul li a:hover {
                    background: #dd1414
                }

.headfixed .headerBtn.mt-sm-4 {
    margin-top: 10px !important
}

.featureasia01.BGchangeblack.overflow-hidden {
    z-index: 99;
    padding: 60px 0 60px
}

.modal-backdrop {
    --bs-backdrop-zindex: 9999
}

.commonModal {
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear
}

.menu-list .soc-media a .twitter {
    width: 1.15rem;
    color: #fff;
    fill: #fff;
    transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out
}

.sectionheading02 .fontreduse {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400
}

.lngbtn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    color: #fff;
    margin-left: -6px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

    .lngbtn:hover {
        color: #dd1414
    }

.statsOuterNew.shadowcount .statsInner h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px
}

.statsOuterNew.shadowcount .statsInner h3 {
    font-size: 14px;
    line-height: 21px
}

    .statsOuterNew.shadowcount .statsInner h3.bg-red {
        background: #dd1414;
        color: #fff;
        padding: 5px 8px;
        font-size: 12px;
        border-radius: 34px;
        display: inline-block;
        white-space: nowrap
    }

.sectionheading02.fs-40 h2 {
    font-size: 40px
}

.sectionheading02 h3.fs-30 {
    font-size: 30px;
    text-align: left;
    font-weight: 600;
    background: #fff;
    background: -o-linear-gradient(15deg,rgba(255,255,255,1) 40%,rgba(254,0,0,1) 54%,rgba(43,164,255,1) 90%,rgba(255,255,255,1) 100%);
    background: linear-gradient(75deg,rgba(255,255,255,1) 40%,rgba(254,0,0,1) 54%,rgba(43,164,255,1) 90%,rgba(255,255,255,1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% auto;
    animation: shine 10s linear infinite;
    -webkit-animation: shine 10s linear infinite
}

.countersection {
    background: rgb(255 255 255 / 5%);
    padding: 20px 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.counter-col:last-child .statsInner:after {
    display: none
}

.footerlinks .ft-btn .whiteOutline-btn.large-btn {
    font-size: 17px;
    width: auto !important;
    padding: 10px 20px;
    background-color: #000;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px
}

    .footerlinks .ft-btn .whiteOutline-btn.large-btn.shadow-btn {
        -webkit-box-shadow: 0 0 .2rem #fff,0 0 .2rem #fff,0 0 0 #2ba4ff,0 0 .8rem #2ba4ff,0 0 2.8rem #2ba4ff,inset 0 0 1.3rem #2ba4ff;
        box-shadow: 0 0 .2rem #fff,0 0 .2rem #fff,0 0 0 #2ba4ff,0 0 .8rem #2ba4ff,0 0 2.8rem #2ba4ff,inset 0 0 1.3rem #2ba4ff;
        border-color: #fff
    }

        .footerlinks .ft-btn .whiteOutline-btn.large-btn.shadow-btn:hover {
            -webkit-box-shadow: 0 0 .2rem #fff,0 0 .2rem #fff,0 0 0 #dd1414,0 0 .8rem #dd1414,0 0 2.8rem #dd1414,inset 0 0 1.3rem #dd1414;
            box-shadow: 0 0 .2rem #fff,0 0 .2rem #fff,0 0 0 #dd1414,0 0 .8rem #dd1414,0 0 2.8rem #dd1414,inset 0 0 1.3rem #dd1414
        }

.innerBanner .bannerOverlay {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.innerBanner .bannerheading h1 {
    text-transform: uppercase
}

.newssection {
    position: relative;
    padding: 40px 0 40px
}

.newsarticalbox {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 50vh;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

    .newsarticalbox::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70%;
        display: block;
        z-index: 10;
        content: '';
        opacity: .9;
        border-radius: 50px;
        background: #fff;
        background: -o-linear-gradient(top,rgb(0 0 0 / 0) 0,rgb(0 0 0 / 100%) 60%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgb(0 0 0 / 0)),color-stop(60%,rgb(0 0 0 / 100%)));
        background: linear-gradient(180deg,rgb(0 0 0 / 0) 0,rgb(0 0 0 / 100%) 60%);
        transition: opacity .65s cubic-bezier(.05,.2,.1,1);
        -webkit-transition: opacity .65s cubic-bezier(.05,.2,.1,1);
        -moz-transition: opacity .65s cubic-bezier(.05,.2,.1,1);
        -ms-transition: opacity .65s cubic-bezier(.05,.2,.1,1);
        -o-transition: opacity .65s cubic-bezier(.05,.2,.1,1);
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px
    }

    .newsarticalbox .articalnail {
        overflow: hidden
    }

        .newsarticalbox .articalnail, .newsarticalbox .articalnail img {
            position: absolute;
            top: 0;
            left: 0;
            background-size: cover;
            background-position: center;
            z-index: 0;
            width: 100%;
            height: 100%;
            border-radius: 50px;
            -webkit-transition: opacity .55s ease .25s,-webkit-transform .7s cubic-bezier(.4,.2,.2,1);
            transition: opacity .55s ease .25s,-webkit-transform .7s cubic-bezier(.4,.2,.2,1);
            transition: transform .7s cubic-bezier(.4,.2,.2,1),opacity .55s ease .25s;
            transition: transform .7s cubic-bezier(.4,.2,.2,1),opacity .55s ease .25s,-webkit-transform .7s cubic-bezier(.4,.2,.2,1);
            -ms-transition: transform .7s cubic-bezier(.4,.2,.2,1),opacity .55s ease .25s;
            -webkit-transition: transform .7s cubic-bezier(.4,.2,.2,1),opacity .55s ease .25s;
            -moz-transition: transform .7s cubic-bezier(.4,.2,.2,1),opacity .55s ease .25s;
            -o-transition: transform .7s cubic-bezier(.4,.2,.2,1),opacity .55s ease .25s;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px
        }

            .newsarticalbox .articalnail img {
                max-width: 100%;
                max-height: 100%;
                -o-object-fit: cover;
                object-fit: cover
            }

    .newsarticalbox .innercontent {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px 22px 22px;
        z-index: 99
    }

        .newsarticalbox .innercontent h6 {
            position: relative;
            color: #fff;
            font-size: 15px;
            line-height: 26px;
            font-weight: 400;
            margin-bottom: 10px
        }

        .newsarticalbox .innercontent h2 {
            color: #fff;
            font-size: 20px;
            line-height: 1.5;
            font-weight: 500;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow-y: hidden;
            margin-bottom: 10px
        }

    .newsarticalbox:hover .articalnail img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2)
    }

.Newsdetailsection {
    position: relative
}

.Newarticalbox {
    position: relative;
    background: #ffffffc7
}

    .Newarticalbox .blogheading {
        font-size: 38px;
        line-height: 50px;
        text-align: center;
        text-transform: uppercase
    }

    .Newarticalbox .blogdate p {
        color: #dd1414;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 15px
    }

    .Newarticalbox .blogdetailsimg {
        display: block;
        position: relative;
        text-align: center;
        margin: 0
    }

        .Newarticalbox .blogdetailsimg img {
            max-width: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .Newarticalbox .blogcontent {
        text-align: left;
        padding: 15px 0 15px
    }

        .Newarticalbox .blogcontent p, .Newarticalbox .blogcontent p em {
            color: #000;
            font-size: 15px;
            line-height: 25px;
            margin-bottom: 15px
        }

            .Newarticalbox .blogcontent p em {
                display: inline-block;
                text-align: center;
                font-weight: 500;
                font-family: poppins,sans-serif;
                margin-bottom: 0
            }

        .Newarticalbox .blogcontent h3 {
            font-size: 18px;
            line-height: 28px;
            margin-bottom: 10px
        }

#Divleftside {
    padding: 0 !important
}

.largestmain {
    position: relative;
    padding: 100px 0 100px;
    background: #000;
    z-index: 1
}

    .largestmain .bgelement {
        position: absolute;
        top: 0;
        left: 0;
        width: 75%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
        z-index: -1
    }

        .largestmain .bgelement::before {
            content: "";
            position: absolute;
            top: 0;
            left: -1px;
            z-index: 1;
            width: 101%;
            height: 100%;
            z-index: -1;
            background: -o-linear-gradient(top,rgba(0,0,0,0) 48.57%,#00000057 100%),-o-linear-gradient(bottom,rgba(0,0,0,0) 73.31%,rgba(0,0,0,.9) 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(48.57%,rgba(0,0,0,0)),to(#00000057)),-webkit-gradient(linear,left bottom,left top,color-stop(73.31%,rgba(0,0,0,0)),to(rgba(0,0,0,.9)));
            background: linear-gradient(180deg,rgba(0,0,0,0) 48.57%,#00000057 100%),linear-gradient(0deg,rgba(0,0,0,0) 73.31%,rgba(0,0,0,.9) 100%)
        }

.largestcontent {
    position: relative;
    text-align: left
}

    .largestcontent h2 {
        color: #fff;
        font-weight: 700;
        font-size: 58px;
        line-height: 68px;
        letter-spacing: .03em;
        margin-bottom: 20px
    }

    .largestcontent .col-sm-4 {
        border-right: 1px solid #fff
    }

    .largestcontent .col-sm:last-child {
        border-right: none
    }

    .largestcontent h3 {
        color: #fff;
        font-size: 22px;
        line-height: 34px;
        letter-spacing: .03em;
        font-weight: 700;
        font-family: Poppins,sans-serif;
        margin-bottom: 0
    }

    .largestcontent p {
        color: #fff;
        font-size: 15px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: .03em;
        font-family: Poppins,sans-serif;
        margin-bottom: 0
    }

.largestvideo {
    position: relative;
    background: #000;
    position: relative;
    margin: 0 auto;
    margin-top: 0;
    z-index: 99;
    aspect-ratio: 4/2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .largestvideo iframe {
        width: 100%;
        height: 310px;
        pointer-events: none;
        background: border-box padding-box,border-box transparent;
        border-image-slice: 1;
        margin: 0 auto;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 0;
        -o-object-fit: cover;
        object-fit: cover
    }

.takeovermain {
    position: relative;
    padding: 40px 0 40px;
    background: #000;
    z-index: 1
}

.rightevement {
    position: absolute;
    top: -100px;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35% 50%;
    z-index: -1;
    transform: scale(3);
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3)
}

.powercard::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url(../images/Clippathgroup.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    z-index: -1;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all
}

.powercard .quoteicon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 40px
}

.takeovermain .quoteicon img {
    max-width: 100%;
    max-height: 100%
}

.takeovermain .powercard .contentpower {
    padding-top: 3rem
}

.takeovermain .powercard:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c31413;
    background: -o-radial-gradient(circle,#c31413 0,rgba(72,19,19,1) 100%,#c31413 100%);
    background: radial-gradient(circle,#c31413 0,rgba(72,19,19,1) 100%,#c31413 100%)
}

.mapintromain {
    position: relative;
    width: 65%;
    float: right;
    margin-bottom: 110px
}

    .mapintromain .mapintrotaginner {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: left;
        padding-bottom: 30px
    }

    .mapintromain .col-lg-3 .mapintrotaginner::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #fff
    }

    .mapintromain .col-lg-3:nth-child(2) .mapintrotaginner::before {
        bottom: -2px;
        border-bottom: 6px solid #fff
    }

    .mapintromain .col-lg-3:nth-child(3) .mapintrotaginner::before {
        bottom: -5px;
        border-bottom: 10px solid #fff
    }

    .mapintromain .col-lg-3:nth-child(4) .mapintrotaginner::before {
        bottom: -7.25px;
        border-bottom: 15px solid #fff
    }

    .mapintromain .mapintrotaginner h2 {
        color: #fff;
        font-size: 62px;
        line-height: 60px;
        margin: 0 15px 0 0
    }

    .mapintromain .mapintrotaginner p {
        color: #fff;
        font-size: 18px;
        line-height: 22px;
        margin: 0
    }

.takeovermain .hostselement {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 90%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg)
}

    .takeovermain .hostselement::before {
        content: "";
        position: absolute;
        top: 0;
        left: -1px;
        z-index: 1;
        width: 101%;
        height: 100%;
        z-index: -1;
        background: -o-linear-gradient(top,rgba(0,0,0,0) 48.57%,#00000057 100%),-o-linear-gradient(bottom,rgba(0,0,0,0) 73.31%,rgba(0,0,0,.9) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(48.57%,rgba(0,0,0,0)),to(#00000057)),-webkit-gradient(linear,left bottom,left top,color-stop(73.31%,rgba(0,0,0,0)),to(rgba(0,0,0,.9)));
        background: linear-gradient(180deg,rgba(0,0,0,0) 48.57%,#00000057 100%),linear-gradient(0deg,rgba(0,0,0,0) 73.31%,rgba(0,0,0,.9) 100%)
    }

.biggestpublicbox {
    position: relative;
    width: 100%;
    padding: 120px 0 40px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

    .biggestpublicbox::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: -o-linear-gradient(top,rgba(0,0,0,0) 44%,#000 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(44%,rgba(0,0,0,0)),to(#000));
        background: linear-gradient(180deg,rgba(0,0,0,0) 44%,#000 100%)
    }

    .biggestpublicbox::after {
        content: "";
        position: absolute;
        left: -42rem;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: -o-radial-gradient(49.92% 50.04%,49.93% 50.06%,#dd1414 0,rgb(221 20 20 / 88%) 15%,rgb(221 20 20 / 79%) 30%,rgb(221 20 20 / 43%) 46%,rgb(221 20 20 / 0) 61%,rgb(221 20 20 / 0) 75%,rgb(221 20 20 / 0) 88%,rgb(221 20 20 / 0) 100%);
        background: radial-gradient(49.93% 50.06% at 49.92% 50.04%,#dd1414 0,rgb(221 20 20 / 88%) 15%,rgb(221 20 20 / 79%) 30%,rgb(221 20 20 / 43%) 46%,rgb(221 20 20 / 0) 61%,rgb(221 20 20 / 0) 75%,rgb(221 20 20 / 0) 88%,rgb(221 20 20 / 0) 100%);
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5)
    }

.biggestpublicheading {
    position: relative;
    color: #fff;
    font-size: 92px;
    line-height: 102px;
    text-align: left;
    z-index: 2
}

.coutnerstyle01 {
    position: relative;
    width: 100%;
    padding: 0 0 60px;
    margin-top: -20px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

    .coutnerstyle01::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.2)
    }

.counterlogocouttopup {
    position: relative;
    top: -250px;
    z-index: 99
}

.counterborder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 10px 10px;
    text-align: center;
    border: 2px solid rgb(126 126 126 / 30%);
    border-bottom: 0;
    height: 250px
}

.counterlogocouttopup .row.m-sm-0 .col-6.col-sm-12.p-sm-0 + .col-6.col-sm-12.p-sm-0 {
    border-bottom: 2px solid rgb(126 126 126 / 30%)
}

.counterborder + .counterborder {
    border-bottom: 2px solid rgb(126 126 126 / 30%)
}

.counterborder h2 {
    color: #fff;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 15px
}

.counterborder p {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    margin: 0
}

.leftlogobox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 10px;
    text-align: center;
    border-top: 2px solid rgb(126 126 126 / 30%);
    border-bottom: 2px solid rgb(126 126 126 / 30%);
    height: 250px;
    background: #000
}

    .leftlogobox img {
        max-width: 100%;
        max-height: 100%
    }

.collaborateheading {
    position: relative;
    text-align: center;
    padding: 0 0 30px;
    margin-top: -120px
}

    .collaborateheading h2 {
        color: #fff;
        font-size: 64px;
        line-height: 68px;
        text-transform: uppercase
    }

.conferenceboxstyle01 {
    position: relative;
    padding: 60px 0 60px;
    background: #000
}

.powercard.speakerbox {
    padding: 0;
    height: 450px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.speakerbox .speakertop {
    position: relative;
    padding: 15px 15px 15px;
    margin-bottom: 35px
}

    .speakerbox .speakertop h4 {
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        font-weight: 700;
        font-family: Poppins,sans-serif;
        padding-right: 20px;
        margin-bottom: 5px;
        text-transform: uppercase
    }

    .speakerbox .speakertop p {
        color: #fff;
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 5px
    }

    .speakerbox .speakertop .contrytxt {
        color: #d5fd00 !important;
        font-weight: 600;
        margin-top: 5px
    }

    .speakerbox .speakertop h2 {
        color: #fff;
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 5px;
        text-transform: uppercase
    }

.speakerbox .speakerthumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    margin-bottom: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .speakerbox .speakerthumb img {
        filter: gray;
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%)
    }

.powercard.speakerbox:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c31413;
    background: -o-linear-gradient(top,rgba(195,20,19,1) 0,#410505 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(195,20,19,1)),to(#410505));
    background: linear-gradient(180deg,rgba(195,20,19,1) 0,#410505 100%)
}

.recordstyle01 {
    position: relative;
    padding: 60px 0 60px;
    background: #fff
}

.Aisectionbox {
    position: relative;
    z-index: 1;
    padding: 72px 0 60px;
    background: #1a1d24
}

    .Aisectionbox::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #103554
    }

.gradientelementbg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

    .gradientelementbg img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        position: absolute;
        top: -15%;
        left: -40%
    }

.aicontentbox {
    position: relative;
    padding-right: 110px
}

    .aicontentbox p {
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        line-height: 34px
    }

    .aicontentbox h2 {
        color: #fff;
        font-size: 40px;
        font-weight: 400;
        line-height: 60px
    }

.Aisectionbox h2 strong {
    font-weight: 700
}

.aicontentbox hr {
    border-top: 1px solid #fff;
    opacity: .9;
    width: 80%
}

.powerfulcontent {
    position: relative;
    padding: 0
}

    .powerfulcontent .powerfulover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-left: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .powerfulcontent .powerfulover h2 {
            color: #fff;
            font-size: 64px;
            line-height: 66px;
            margin-bottom: 0;
            text-transform: uppercase
        }

.Aiinnercard {
    position: relative;
    width: 100%;
    height: 100%;
    background: 0 0 !important;
    padding: 0;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all
}

    .Aiinnercard::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-clip-path: polygon(0 0,calc(100% - 32px) 0,100% 32px,100% 100%,0 100%,0 calc(100% - 0));
        clip-path: polygon(0 0,calc(100% - 32px) 0,100% 32px,100% 100%,0 100%,0 calc(100% - 0));
        border: 2px solid #50b2c9;
        transition: .3s all;
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        -ms-transition: .3s all;
        -o-transition: .3s all
    }

    .Aiinnercard .innerClip {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%
    }

        .Aiinnercard .innerClip::before {
            content: '';
            position: absolute;
            background: #0e4366;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            pointer-events: none;
            -webkit-clip-path: polygon(0 0,calc(100% - 32px) 0,100% 32px,100% 100%,0 100%,0 calc(100% - 0));
            clip-path: polygon(0 0,calc(100% - 32px) 0,100% 32px,100% 100%,0 100%,0 calc(100% - 0));
            background-image: url(../images/aiinnerbg.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: left;
            transition: .3s all;
            -webkit-transition: .3s all;
            -moz-transition: .3s all;
            -ms-transition: .3s all;
            -o-transition: .3s all
        }

    .Aiinnercard .Tagstylenew {
        background: #d4190e;
        color: #fff;
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
        width: 120px;
        margin-bottom: 30px;
        padding: 5px 5px;
        text-align: center;
        -webkit-clip-path: polygon(0 0,calc(100% - 13px) 0,100% 13px,100% 100%,13px 100%,0 calc(100% - 0));
        clip-path: polygon(0 0,calc(100% - 13px) 0,100% 13px,100% 100%,13px 100%,0 calc(100% - 0))
    }

    .Aiinnercard .aiinnertext {
        padding: 0 15px 20px
    }

        .Aiinnercard .aiinnertext h3 {
            color: #fff;
            font-size: 42px;
            line-height: 46px
        }

        .Aiinnercard .aiinnertext p {
            color: #fff;
            font-size: 18px;
            font-weight: 400;
            line-height: 24px
        }

    .Aiinnercard .aiinnerthumb {
        position: relative;
        padding: 0 15px 0 15px;
        margin-bottom: -40px
    }

        .Aiinnercard .aiinnerthumb figure {
            position: relative;
            margin: 0
        }

            .Aiinnercard .aiinnerthumb figure img {
                height: 250px;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover
            }

.joinmainbox {
    position: relative !important;
    width: 100%;
    padding: 170px 0 170px
}

.joinelement {
    position: absolute;
    right: -260px;
    right: -22%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain
}

.joincontent {
    width: 100%;
    height: 100%;
    padding-left: 100px
}

    .joincontent h5 {
        color: #fff;
        font-size: 30px;
        line-height: 40px;
        font-weight: 700;
        letter-spacing: .03em;
        font-family: Poppins,sans-serif;
        margin-bottom: 20px
    }

    .joincontent p {
        color: #fff;
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 20px
    }

.gitexcybervalley {
    position: relative;
    z-index: 1;
    padding: 72px 0 60px;
    background: #000
}

    .gitexcybervalley::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: -o-linear-gradient(bottom,rgba(8,51,255,0) 5.24%,rgb(8 51 255 / 63%) 91.75%);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(5.24%,rgba(8,51,255,0)),color-stop(91.75%,rgb(8 51 255 / 63%)));
        background: linear-gradient(0deg,rgba(8,51,255,0) 5.24%,rgb(8 51 255 / 63%) 91.75%)
    }

    .gitexcybervalley .powerfulcontent .powerfulover h2 {
        font-size: 65px;
        line-height: 90px
    }

.cybervalley01 {
    position: relative;
    background: #000;
    padding: 60px 0 60px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

    .cybervalley01::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: -o-linear-gradient(bottom,rgb(8 51 255) 2.3%,rgba(8,51,255,.5) 59.02%,rgba(8,51,255,0) 96.83%);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(2.3%,rgb(8 51 255)),color-stop(59.02%,rgba(8,51,255,.5)),color-stop(96.83%,rgba(8,51,255,0)));
        background: linear-gradient(0deg,rgb(8 51 255) 2.3%,rgba(8,51,255,.5) 59.02%,rgba(8,51,255,0) 96.83%)
    }

.countercyber {
    position: relative;
    border-top: 1px solid #ffffff50;
    border-bottom: 1px solid #ffffff50
}

    .countercyber .col-md-3 .countcyber {
        border-right: 1px solid #ffffff50
    }

    .countercyber .col-md-3:last-child .countcyber {
        border-right: 0
    }

.borderbottom {
    border-bottom: 1px solid #ffffff50 !important
}

.countercyber .countcyber {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .countercyber .countcyber h2 {
        color: #fff;
        font-size: 74px;
        line-height: 82px;
        margin-bottom: 15px
    }

    .countercyber .countcyber p {
        color: #fff;
        font-size: 20px;
        line-height: 28px
    }

.cisoslogos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
    padding: 5px 10px
}

    .cisoslogos img {
        max-width: 100%;
        width: 50%;
        max-height: 100%
    }

.cybervalley01 .cisoslogos img {
    width: 90%
}

.cybervalley02 {
    position: relative;
    background: #000;
    padding: 40px 0 120px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

    .cybervalley02::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: -o-linear-gradient(top,rgb(8 51 255) 2.3%,rgba(8,51,255,.49) 59.02%,rgba(8,51,255,0) 96.83%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(2.3%,rgb(8 51 255)),color-stop(59.02%,rgba(8,51,255,.49)),color-stop(96.83%,rgba(8,51,255,0)));
        background: linear-gradient(180deg,rgb(8 51 255) 2.3%,rgba(8,51,255,.49) 59.02%,rgba(8,51,255,0) 96.83%)
    }

.Aiinnercard.cyberitembox .innerClip::before {
    background: #02115c;
    background-image: url(../images/Asset42x3blue.png)
}

.Aiinnercard.cyberitembox:hover .innerClip::before {
    background: 0 0;
    background-image: none;
    background: #c80085;
    background: -o-linear-gradient(left,rgba(200,0,133,1) 0,rgba(91,0,60,1) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(200,0,133,1)),to(rgba(91,0,60,1)));
    background: linear-gradient(90deg,rgba(200,0,133,1) 0,rgba(91,0,60,1) 100%)
}

.Aiinnercard.cyberitembox .innerClip {
    padding-top: 30px
}

.Aiinnercard.cyberitembox::before {
    border: rgb(8 51 255) solid 2px
}

.Aiinnercard.cyberitembox .aiinnertext h3 {
    text-transform: uppercase;
    font-size: 42px;
    line-height: 51px;
    margin-bottom: 20px
}

.globaldevmain {
    position: relative;
    z-index: 1;
    padding: 70px 0 60px;
    background: #000
}

    .globaldevmain::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: #2a0046;
        background: -o-linear-gradient(top,rgba(42,0,70,1) 0,rgba(18,0,31,1) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(42,0,70,1)),to(rgba(18,0,31,1)));
        background: linear-gradient(180deg,rgba(42,0,70,1) 0,rgba(18,0,31,1) 100%)
    }

.awsserver {
    position: relative;
    top: -35px;
    text-align: right
}

    .awsserver img {
        width: 50%;
        max-width: 100%;
        height: auto
    }

.globaldevmain .powerfulcontent .powerfulover {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 100px 0 40px;
    padding-left: 100px
}

.globaldevmain01 {
    position: relative;
    background: #000;
    padding: 60px 0 60px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

    .globaldevmain01::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: -o-linear-gradient(bottom,rgba(76,0,128,1) 2.3%,rgba(76,0,128,.5) 59.02%,rgba(76,0,128,0) 96.83%);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(2.3%,rgba(76,0,128,1)),color-stop(59.02%,rgba(76,0,128,.5)),color-stop(96.83%,rgba(76,0,128,0)));
        background: linear-gradient(0deg,rgba(76,0,128,1) 2.3%,rgba(76,0,128,.5) 59.02%,rgba(76,0,128,0) 96.83%)
    }

    .globaldevmain01 .sectionheading02 h2 {
        font-size: 74px;
        line-height: 82px
    }

    .globaldevmain01 .sectionheading02 p {
        font-size: 20px;
        line-height: 30px
    }

    .globaldevmain01 .cisoslogos img {
        width: 90%
    }

.globaldevmain02 {
    position: relative;
    background: #000;
    padding: 40px 0 120px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

    .globaldevmain02::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: -o-linear-gradient(top,rgba(76,0,128,1) 2.3%,rgba(76,0,128,.5) 59.02%,rgba(76,0,128,0) 96.83%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(2.3%,rgba(76,0,128,1)),color-stop(59.02%,rgba(76,0,128,.5)),color-stop(96.83%,rgba(76,0,128,0)));
        background: linear-gradient(180deg,rgba(76,0,128,1) 2.3%,rgba(76,0,128,.5) 59.02%,rgba(76,0,128,0) 96.83%)
    }

.Aiinnercard.globalcard::before {
    border: #510087 solid 2px
}

.Aiinnercard.globalcard .innerClip {
    padding-top: 30px
}

    .Aiinnercard.globalcard .innerClip::before {
        background: #320054;
        background-image: url(../images/Asset4global.png)
    }

.Aiinnercard.globalcard .aiinnertext h3 {
    text-transform: uppercase;
    font-size: 42px;
    line-height: 51px;
    margin-bottom: 20px
}

.Aiinnercard.globalcard .aiinnertext p {
    font-size: 16px;
    line-height: 25px
}

.Aiinnercard.globalcard:hover .innerClip::before {
    background: #fff !important
}

.Aiinnercard.globalcard .innerClip:hover::before {
    background-image: none
}

.Aiinnercard.globalcard:hover .aiinnertext h3, .Aiinnercard.globalcard:hover .aiinnertext p {
    color: #000 !important
}

.sectionheading03 {
    position: relative;
    text-align: center;
    margin-bottom: 30px
}

    .sectionheading03 h2 {
        color: #fff;
        font-size: 60px;
        line-height: 72px;
        margin-bottom: 15px;
        text-align: center;
        text-transform: uppercase
    }

    .sectionheading03 h5 {
        color: #fff;
        font-size: 52px;
        line-height: 64px;
        margin-bottom: 15px;
        text-align: center;
        text-transform: uppercase;
        margin-top: -8px
    }

.secTitle, .section-title, .sectionTitle {
    position: relative;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 30px;
}

    .secTitle h2, .section-title h2, .sectionTitle h2 {
        font-size: 35px;
        font-weight: 800;
        line-height: initial;
        letter-spacing: 0.01em;
        width: auto;
        display: inline-block;
        position: relative;
        margin-bottom: 0;
        color: #fff;
        margin: 0;
    }

    .sectionTitle h6 {
        color: #000;
        font-size: 56px;
        line-height: 74px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 15px
    }

.featureasia01 .trackingelement {
    position: absolute;
    top: -10%;
    right: 0;
    width: 50%;
    height: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    z-index: -2;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg)
}

    .featureasia01 .trackingelement::before {
        content: "";
        position: absolute;
        top: 0;
        left: -1px;
        width: 101%;
        height: 100%;
        z-index: -2;
        background: -o-linear-gradient(top,rgba(0,0,0,0) 48.57%,#00000057 100%),-o-linear-gradient(bottom,rgba(0,0,0,0) 73.31%,rgba(0,0,0,.9) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(48.57%,rgba(0,0,0,0)),to(#00000057)),-webkit-gradient(linear,left bottom,left top,color-stop(73.31%,rgba(0,0,0,0)),to(rgba(0,0,0,.9)));
        background: linear-gradient(180deg,rgba(0,0,0,0) 48.57%,#00000057 100%),linear-gradient(0deg,rgba(0,0,0,0) 73.31%,rgba(0,0,0,.9) 100%)
    }

.speakerSlider .SpeakerCarousel .owl-stage {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.speakerSlider .SpeakerCarousel .item {
    height: 100%;
    margin: 0
}

.SpeakerCarousel .owl-nav {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 50%;
    color: #fff;
    font-size: 34px
}

    .SpeakerCarousel .owl-nav .owl-prev {
        position: absolute;
        left: -60px
    }

    .SpeakerCarousel .owl-nav .owl-next {
        position: absolute;
        right: -55px
    }

.SpeakerCarousel .owl-dots {
    text-align: center;
    margin: 25px 0 10px
}

    .SpeakerCarousel .owl-dots .owl-dot {
        display: inline-block
    }

        .SpeakerCarousel .owl-dots .owl-dot span {
            background: #fff;
            width: 10px;
            height: 10px;
            margin: 5px;
            display: block;
            -webkit-backface-visibility: visible;
            -webkit-transition: all .5s linear;
            backface-visibility: visible;
            -o-transition: all .5s linear;
            -webkit-transition: opacity .2s ease;
            -o-transition: opacity .2s ease;
            transition: opacity .2s ease;
            -webkit-transition: all .5s linear;
            -o-transition: all .5s linear;
            transition: all .5s linear
        }

        .SpeakerCarousel .owl-dots .owl-dot.active span {
            width: 12px;
            height: 12px;
            background: #d5fd00
        }

.statsSection .statsOuter {
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.statsSection .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

    .statsSection .col-sm-2 .statsOuter {
        background: #fff;
        border-right: #dfdfdf solid 2px;
        transition: background .3s;
        -webkit-transition: background .3s;
        -moz-transition: background .3s;
        -ms-transition: background .3s;
        -o-transition: background .3s
    }

    .statsSection .col-sm-2:last-child .statsOuter {
        border-right: 0
    }

.statsSection .statsOuter:hover {
    background: #c31413
}

    .statsSection .statsOuter:hover .statsInner h2, .statsSection .statsOuter:hover .statsInner p {
        color: #fff
    }

.samestyling.swiper-marquee .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative
}

.samestyling.swiper-marquee .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 8px 10px;
    width: 160px !important;
    height: 75px;
    position: relative;
    margin: 0 0
}

    .samestyling.swiper-marquee .swiper-slide figure {
        margin: 0;
        text-align: center;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px
    }

    .samestyling.swiper-marquee .swiper-slide img {
        width: 85%;
        mix-blend-mode: multiply;
        max-width: 100%;
        max-height: 100%;
        mix-blend-mode: multiply;
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1)
    }

.fulllogoscroller {
    position: relative;
    overflow-x: hidden;
    padding: 50px 0 50px
}

    .fulllogoscroller .swiper-marquee .swiper-wrapper {
        -webkit-transition-timing-function: linear !important;
        -o-transition-timing-function: linear !important;
        transition-timing-function: linear !important;
        position: relative
    }

    .fulllogoscroller .swiper-marquee .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        position: relative;
        overflow: hidden;
        padding: 20px 40px;
        width: 200px;
        height: 150px;
        position: relative
    }

        .fulllogoscroller .swiper-marquee .swiper-slide figure {
            margin: 0;
            display: block;
            padding: 0 10px
        }

            .fulllogoscroller .swiper-marquee .swiper-slide figure img {
                max-width: 100%;
                max-height: 100%;
                width: 90%;
                mix-blend-mode: multiply;
                filter: contrast(1);
                -webkit-filter: contrast(1)
            }

    .fulllogoscroller.communityLogo-wrap .swiper-marquee .swiper-slide {
        background-color: #ededed !important
    }

    .fulllogoscroller.mediaLogo-wrap .swiper-marquee .swiper-slide {
        background-color: #dadada !important
    }

.showtimingbox {
    position: relative;
    padding: 0 15px 10px 15px;
    margin-top: 32px
}

    .showtimingbox h2 {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        margin: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-family: poppins,sans-serif;
        font-weight: 600;
        border-bottom: #fff solid 2px
    }

    .showtimingbox .timingTextLine {
        text-align: left;
        padding: 5px 0;
        line-height: 14px;
        font-weight: 800;
        border-bottom: #d0d0d0 solid 1px
    }

        .showtimingbox .timingTextLine p {
            color: #fff;
            font-size: 15px;
            line-height: 26px;
            margin-bottom: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

            .showtimingbox .timingTextLine p strong {
                width: 45%;
                margin-right: 5px
            }

.footerBG a.red-btn.m-0.mb-3.text-center, .footerBG a.whiteOutline-btn.m-0.mb-3.text-center {
    font-size: 16px;
    padding: 10px 10px
}

.featuresboxstyle02 a {
    color: #e7190e
}

.datetag {
    position: relative;
    margin-top: -2%;
    z-index: 99;
    text-align: center
}

    .datetag h2 {
        position: relative;
        width: 65%;
        color: #fff;
        font-size: 30px;
        line-height: 40px;
        font-weight: 500;
        margin: 0 auto;
        padding: 20px 10px 20px;
        z-index: 98;
        text-transform: uppercase
    }

        .datetag h2::before {
            position: absolute;
            content: '';
            width: 100%;
            background: #dd1414;
            z-index: -1;
            right: 0;
            top: 0;
            height: 100%;
            transform: skew(-10deg) translateX(0);
            -webkit-transform: skew(-10deg) translateX(0);
            -moz-transform: skew(-10deg) translateX(0);
            -ms-transform: skew(-10deg) translateX(0);
            -o-transform: skew(-10deg) translateX(0)
        }

.PopupContentBox #timer {
    font-size: 48px;
    color: #333
}

    .PopupContentBox #timer .time-unit {
        margin: 0 12px 0 12px;
        color: #fff !important
    }

.PopupContentBox .time-label {
    display: block;
    font-size: 18px;
    color: #d7fe36
}

.PopupContentBox {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 58px
}

    .PopupContentBox #timer {
        font-size: 48px;
        font-weight: 700;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px
    }

    .PopupContentBox h3 {
        color: #fff;
        text-align: center;
        margin-top: 42px;
        margin-bottom: 8px;
        display: inline-block;
        font-size: 40px
    }

div#Backdropone {
    background: #000000c9;
    z-index: 9999
}

.bottom-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.inline-logo {
    width: 220px;
    background: rgb(0 0 0 / 50%);
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    border: 1px solid rgb(255 255 255 / 80%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

    .inline-logo label {
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        font-size: 12px;
        letter-spacing: 1px
    }

@media (max-width:991.98px) {
    .PopupContentBox h3 {
        margin-top: 20px
    }

    .PopupContentBox {
        padding: 40px
    }

        .PopupContentBox #timer .time-unit {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }
}

@media (max-width:767.98px) {
    .PopupContentBox h3 {
        font-size: 30px !important;
        margin-top: 10px !important
    }

    .onloadpopup.modal-content {
        height: auto !important
    }

    .PopupContentBox {
        padding: 20px !important
    }
}

@media (max-width:575.98px) {
    .syp-heading {
        margin-top: 1.5rem !important
    }

    .white-btn {
        padding: 10px 15px !important
    }
}

@media (max-width:480px) {
    .PopupContentBox h3 {
        font-size: 22px !important;
        margin-top: 0 !important;
        line-height: normal !important
    }

    .PopupContentBox #timer .time-unit {
        font-size: 24px
    }

    .PopupContentBox #timer {
        margin-top: 0
    }

    .syp-heading {
        margin-top: 1rem !important
    }

    .modal {
        --bs-modal-margin: 0 !important
    }

    .white-btn {
        padding: 5px 10px !important
    }
}

.syp-heading {
    margin-top: 3rem
}

.modal-backdrop.fade.show {
    display: none
}

.modalContentBox .modalspeakerbios .designation span {
    font-weight: 600
}

.lngbtn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    color: #fff;
    margin-left: 7px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

    .lngbtn:hover {
        color: #e3e3e3
    }

.GitexMainConatiner {
    overflow: hidden !important
}

body .headertoplogos {
    padding: 0 !important
}

.headertoplogos img {
    width: 100%
}

.PopupContentBox #timer {
    font-size: 48px;
    color: #333
}

    .PopupContentBox #timer .time-unit {
        margin: 0 12px 0 12px;
        color: #fff !important
    }

.PopupContentBox .time-label {
    display: block;
    font-size: 18px;
    color: #d7fe36
}

.PopupContentBox {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 58px
}

    .PopupContentBox #timer {
        font-size: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px
    }

    .PopupContentBox h3 {
        color: #fff;
        text-align: center;
        margin-top: 42px;
        margin-bottom: 8px;
        display: inline-block;
        font-size: 40px
    }

div#Backdropone {
    background: #000000c9;
    z-index: 9999
}

.bannersponsors {
    position: relative;
    margin-top: -135px;
    z-index: 99;
    padding: 0 20px 20px
}

    .bannersponsors .bottom-logos {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

.conferenceboxstyle01.mt-n250 {
    margin-top: 0 !important
}

.conferenceboxstyle01 .SpeakerCarousel .item {
    height: 100%
}

.conferenceboxstyle01 .SpeakerCarousel .owl-stage {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.speakerbox.speakersbox01 {
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-clip-path: polygon(92% 0,100% 8%,100% 100%,0 100%,0 0);
    clip-path: polygon(92% 0,100% 8%,100% 100%,0 100%,0 0)
}

    .speakerbox.speakersbox01 .speakerthumb {
        position: relative;
        width: 100%;
        bottom: inherit;
        margin-bottom: 0 !important
    }

    .speakerbox.speakersbox01 .speakertop {
        margin-bottom: 0;
        padding: 20px 15px 20px
    }

    .speakerbox.speakersbox01 .speakerthumb .claimtofame {
        display: none !important
    }

.gitexAgendaItem {
    background-color: #fff;
    margin: 0 0 10px;
    padding: 10px;
    border-style: solid;
    border-width: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

    .gitexAgendaItem .gitextimeInfo {
        background-color: #000;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 75px;
        padding: 0 15px
    }

        .gitexAgendaItem .gitextimeInfo p {
            color: #fff;
            font-size: 18px;
            line-height: 24px;
            font-weight: 600;
            width: 100%;
            margin: 0;
            text-align: center;
            text-transform: capitalize
        }

            .gitexAgendaItem .gitextimeInfo p span {
                color: #d5fd00
            }

    .gitexAgendaItem .gitexContent {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 240px);
        flex: 0 0 calc(100% - 240px);
        overflow: hidden;
        padding: 10px;
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: center;
        margin-top: 10px
    }

        .gitexAgendaItem .gitexContent .expendbx {
            padding-left: 10px
        }

            .gitexAgendaItem .gitexContent .expendbx h2 {
                position: relative;
                color: #000;
                font-size: 20px;
                line-height: 24px;
                font-weight: 600;
                margin-bottom: 10px
            }

            .gitexAgendaItem .gitexContent .expendbx p {
                color: #333;
                font-size: 17px;
                line-height: 30px;
                font-weight: 500;
                margin-bottom: 10px
            }

.register-install-step ul {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 21px;
    line-height: 40px;
    font-weight: 500;
    margin: 0 auto;
    z-index: 98;
    text-transform: uppercase;
    text-align: left;
    padding: 22px 45px
}

    .register-install-step ul:before {
        position: absolute;
        content: '';
        width: 100%;
        background: #dd1414;
        z-index: -1;
        right: 0;
        top: 0;
        height: 100%;
        transform: skew(-10deg) translateX(0);
        -webkit-transform: skew(-10deg) translateX(0);
        -moz-transform: skew(-10deg) translateX(0);
        -ms-transform: skew(-10deg) translateX(0);
        -o-transform: skew(-10deg) translateX(0)
    }

    .register-install-step ul li {
        margin: 0 0 10px;
        position: relative;
        padding-left: 30px;
        counter-increment: step-counter
    }

        .register-install-step ul li:before {
            content: counter(step-counter) '.';
            width: 30px;
            height: 30px;
            position: absolute;
            left: -14px;
            border: 2px solid #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 100px;
            font-size: 15px;
            top: 4px
        }

.app-download-icon ul li img {
    width: 230px
}

.download-content p {
    font-size: 20px;
    line-height: 30px
}

.plus-app-list.listStyle li {
    font-size: 20px
}

    .plus-app-list.listStyle li:before {
        top: 10px
    }

.sectioninnerbox {
    position: relative;
    z-index: 99
}

    .sectioninnerbox::before {
        content: "";
        position: absolute;
        top: -3px;
        left: 0;
        width: 100%;
        height: 40%;
        z-index: 1;
        background: -o-linear-gradient(top,#00010a,#000000e0,#0f0f0f00,#03030300);
        background: -webkit-gradient(linear,left top,left bottom,from(#00010a),color-stop(#000000e0),color-stop(#0f0f0f00),to(#03030300));
        background: linear-gradient(-180deg,#00010a,#000000e0,#0f0f0f00,#03030300);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 10%;
        z-index: -1
    }

    .sectioninnerbox .gitexAgendaItem {
        position: relative;
        margin-top: -55px;
        padding: 0;
        min-height: auto;
        background-color: #505cd5
    }

        .sectioninnerbox .gitexAgendaItem .gitextimeInfo p {
            font-size: 20px;
            line-height: 24px
        }

        .sectioninnerbox .gitexAgendaItem .gitexContent .expendbx h2, .sectioninnerbox .gitexAgendaItem .gitexContent .expendbx p {
            color: #fff
        }

        .sectioninnerbox .gitexAgendaItem .gitexContent .expendbx h2 {
            font-size: 24px;
            line-height: 28px
        }

.speakerbox.speakersbox01 .speakerthumb .speakertop h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600
}

#leftContent {
    transition: opacity .4s ease-in-out;
    opacity: 1;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out
}

    #leftContent.fade-out {
        opacity: 0
    }

    #leftContent.fade-in {
        opacity: 1
    }

.accordcontent .accordion-header .accordion-button figure {
    width: 100px;
    margin: 0;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s
}

    .accordcontent .accordion-header .accordion-button figure img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        filter: grayscale(1);
        mix-blend-mode: multiply;
        transition: .3s;
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -ms-filter: grayscale(1);
        -o-filter: grayscale(1);
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s
    }

.accordcontent .accordion-header .accordion-button .accordionthumb {
    width: 120px
}

    .accordcontent .accordion-header .accordion-button .accordionthumb.ms-4 {
        margin-left: 16px !important
    }

    .accordcontent .accordion-header .accordion-button .accordionthumb.me-4 {
        margin-right: 1rem !important;
        padding-right: 6px;
        border-right: 1px solid rgb(126 126 126 / 50%)
    }

.accordcontent .accordion-button:not(.collapsed) figure img, .accordcontent .accordion-header .accordion-button figure:hover img {
    filter: none !important;
    -webkit-filter: none !important
}

@media (max-width:1399.98px) {
    .sectionheading02 h6 {
        font-size: 50px;
        text-align: center;
        line-height: 60px
    }

    .sectionTitle h6 {
        font-size: 50px;
        line-height: 60px
    }
}

@media (max-width:1199.98px) {
    .sectionheading02 h6 {
        font-size: 45px;
        text-align: center;
        line-height: 55px
    }
}

.planvistitthumb {
    position: relative;
    width: 100%;
    height: 100%
}

    .planvistitthumb figure {
        background-size: cover !important;
        background-repeat: no-repeat;
        height: 100%;
        min-height: 370px;
        background-position: center
    }

.inline-logo.escapelogo {
    width: 100%;
    height: 120px;
    padding: 15px 25px !important;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.planvisitList .contText .bannersponsors.cisco-logo {
    padding: 0 0 20px
}

    .planvisitList .contText .bannersponsors.cisco-logo .inline-logo {
        width: 100%
    }

.schedule-block a.whiteOutline-btn:hover {
    color: #000
}

.schedule-block p {
    color: #000;
    margin: 20px 0 0 0
}

.workshopsWrap {
    position: relative;
    padding: 50px 0
}

section.WorkshopWrapper {
    background: #fff !important;
    border-radius: 100px 100px 0 0;
    position: relative
}

.workshopsWrap hr {
    border-top: #c5c4c3 solid;
    margin: 20px 0 0 0
}

.workshopInner {
    position: relative;
    z-index: 999
}

.workshoproomTab {
    position: relative;
    margin: 0 auto;
    margin-bottom: 40px
}

    .workshoproomTab ul {
        margin: 0;
        text-align: center;
        width: 100%
    }

        .workshoproomTab ul li {
            list-style: none;
            display: inline-block;
            text-align: center;
            margin-left: 0;
            margin: 10px 10px
        }

            .workshoproomTab ul li a {
                color: #fff;
                padding: 5px 20px;
                display: block;
                text-decoration: none;
                font-size: 16px;
                font-weight: 600;
                text-transform: uppercase;
                letter-spacing: 1px;
                border-bottom: #000 solid 1px;
                margin-bottom: 24px;
                border-radius: 40px
            }

            .workshoproomTab ul li.purpleTab a {
                background: #69359a;
                color: #fff
            }

                .workshoproomTab ul li.purpleTab a:hover, .workshoproomTab ul li.purpleTab.active a {
                    background: #fff;
                    color: #69359a
                }

            .workshoproomTab ul li.greenTab a {
                background: #5e813f;
                color: #fff
            }

                .workshoproomTab ul li.greenTab a:hover, .workshoproomTab ul li.greenTab.active a {
                    background: #fff;
                    color: #5e813f
                }

            .workshoproomTab ul li.blueTab a {
                background: #5071be;
                color: #fff
            }

                .workshoproomTab ul li.blueTab a:hover, .workshoproomTab ul li.blueTab.active a {
                    background: #fff;
                    color: #5071be
                }

.schedule-section {
    position: relative;
    padding: 120px 0 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fafafa;
    overflow: hidden
}

    .schedule-section .icon-circle-4 {
        right: -200px;
        bottom: 160px
    }

    .schedule-section .icon-circle-3 {
        left: -375px;
        top: 340px;
        opacity: .3
    }

.tabs-box {
    position: relative
}

    .tabs-box .tab {
        display: none
    }

        .tabs-box .tab.active-tab {
            display: block
        }

.schedule-tabs {
    position: relative
}

    .schedule-tabs .btns-box {
        position: relative;
        display: block;
        margin-bottom: 100px
    }

    .schedule-tabs .tab-buttons {
        position: relative;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .schedule-tabs .tab-buttons .tabbox {
            position: relative;
            display: inline-block;
            height: 130px;
            width: 240px;
            border-radius: 10px;
            background-color: #171b2e;
            font-size: 20px;
            line-height: 28px;
            color: #cfcfcf;
            font-weight: 600;
            text-align: left;
            padding: 15px 15px;
            padding-top: 50px;
            padding-left: 90px;
            cursor: pointer;
            margin: 0 15px 20px;
            border: 1px solid #4d4949;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

            .schedule-tabs .tab-buttons .tabbox.active {
                background-color: #d5d5d5;
                color: #000;
                border: 1px solid #ddd
            }

            .schedule-tabs .tab-buttons .tabbox .day {
                position: absolute;
                left: -1px;
                top: 14px;
                padding: 5px 20px;
                background-color: #222;
                font-size: 14px;
                line-height: 20px;
                font-weight: 600;
                color: #fff;
                border-radius: 0 15px 15px 0
            }

            .schedule-tabs .tab-buttons .tabbox.active .day {
                color: #fff
            }

            .schedule-tabs .tab-buttons .tabbox .date {
                position: absolute;
                left: 0;
                top: 65px;
                width: 100px;
                text-align: center;
                font-size: 40px;
                line-height: 20px;
                font-weight: 600;
                color: #222
            }

            .schedule-tabs .tab-buttons .tabbox .month {
                display: block;
                font-size: 21px;
                line-height: 23px;
                font-weight: 600;
                color: #222;
                text-transform: uppercase
            }

            .schedule-tabs .tab-buttons .tabbox.active .date, .schedule-tabs .tab-buttons .tabbox.active .day, .schedule-tabs .tab-buttons .tabbox.active .month {
                opacity: .8
            }

            .schedule-tabs .tab-buttons .tabbox .year {
                font-size: 30px
            }

    .schedule-tabs #purpleRoom .tab-buttons .tabbox .day {
        background-color: #dd1414;
        border: 1px solid #fff;
        border-left: 0
    }

    .schedule-tabs #purpleRoom .tab-buttons .tabbox .date, .schedule-tabs #purpleRoom .tab-buttons .tabbox .month {
        color: #fff
    }

    .schedule-tabs #purpleRoom .tab-buttons .tabbox.active span.date, .schedule-tabs #purpleRoom .tab-buttons .tabbox.active span.month {
        color: #000
    }

    .schedule-tabs #purpleRoom .tab-buttons .tabbox.active {
        -webkit-box-shadow: 0 11px 19px -3px rgb(23 27 46);
        box-shadow: 0 11px 19px -3px rgb(23 27 46);
        border: 1px solid #000;
        background: #fff
    }

    .schedule-tabs #greenRoom .tab-buttons .tabbox.active {
        -webkit-box-shadow: 0 20px 30px rgba(0,0,0,.1);
        box-shadow: 0 20px 30px rgba(0,0,0,.1)
    }

    .schedule-tabs #greenRoom .tab-buttons .tabbox .day {
        background-color: #5e813f
    }

    .schedule-tabs #greenRoom .tab-buttons .tabbox .date, .schedule-tabs #greenRoom .tab-buttons .tabbox .month {
        color: #5e813f
    }

    .schedule-tabs #greenRoom .tab-buttons .tabbox.active {
        -webkit-box-shadow: 0 0 30px rgba(255,194,11,.3);
        box-shadow: 0 0 30px rgba(255,194,11,.3);
        border: 1px solid #5e813f;
        background: #fff
    }

    .schedule-tabs #blueRoom .tab-buttons .tabbox.active {
        -webkit-box-shadow: 0 20px 30px rgba(0,0,0,.1);
        box-shadow: 0 20px 30px rgba(0,0,0,.1)
    }

    .schedule-tabs #blueRoom .tab-buttons .tabbox .day {
        background-color: #5071be
    }

    .schedule-tabs #blueRoom .tab-buttons .tabbox .date, .schedule-tabs #blueRoom .tab-buttons .tabbox .month {
        color: #5071be
    }

    .schedule-tabs #blueRoom .tab-buttons .tabbox.active {
        -webkit-box-shadow: 0 0 30px rgba(255,194,11,.3);
        box-shadow: 0 0 30px rgba(255,194,11,.3);
        border: 1px solid #5071be;
        background: #fff
    }

.schedule-timeline {
    position: relative
}

.schedule-block {
    position: relative;
    margin-bottom: 30px
}

    .schedule-block:after {
        display: table;
        clear: both;
        content: ""
    }

    .schedule-block .inner-box {
        position: relative;
        width: 90%;
        margin: 0 auto;
        text-align: left
    }

        .schedule-block .inner-box .inner {
            position: relative;
            padding: 20px 30px 20px;
            background-color: #e8e8e8;
            border: 1px solid #ddd;
            -webkit-box-shadow: 0 0 30px rgba(0,0,0,.05);
            box-shadow: 0 0 30px rgba(0,0,0,.05);
            margin-left: 80px;
            border-radius: 20px
        }

    .schedule-block .inner:before {
        position: absolute;
        top: 0;
        bottom: -30px;
        right: 100%;
        border-left: 2px dashed #ddd;
        content: "";
        margin-right: 80px
    }

    .schedule-block .inner:after {
        position: absolute;
        right: 100%;
        top: 35px;
        border-top: 15px solid transparent;
        border-right: 20px solid #e8e8e8;
        border-bottom: 15px solid transparent;
        content: ""
    }

    .schedule-block .date {
        position: absolute;
        left: -132px;
        width: 104px;
        top: 0;
        height: 100px;
        background-color: #dd1414;
        text-align: center;
        font-size: 14px;
        line-height: 26px;
        color: #fff;
        font-weight: 600;
        padding: 30px 5px 0;
        padding-top: 5px;
        border-radius: 10px;
        border: 2px dashed #ddd;
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,.05);
        box-shadow: 0 0 30px rgba(0,0,0,.05);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .schedule-block .speaker-info {
        position: relative;
        padding-left: 80px;
        padding-top: 10px;
        min-height: 60px
    }

        .schedule-block .speaker-info .thumb {
            position: absolute;
            left: 0;
            top: 0;
            width: 60px;
            border-radius: 50%;
            overflow: hidden
        }

        .schedule-block .speaker-info .name {
            font-size: 16px;
            color: #212639;
            font-weight: 500;
            line-height: 1.2em
        }

        .schedule-block .speaker-info .designation {
            font-size: 13px
        }

    .schedule-block h4 {
        position: relative;
        font-size: 22px;
        line-height: 1.2em;
        color: #0f1925;
        font-weight: 600;
        margin-bottom: 15px;
        padding-top: 15px
    }

        .schedule-block h4 a {
            color: #212639;
            display: inline-block;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

            .schedule-block h4 a:hover {
                color: #f14b59
            }

    .schedule-block .text {
        position: relative;
        font-size: 16px;
        line-height: 26px;
        color: #888;
        margin-bottom: 15px
    }

    .schedule-block .btn-box {
        position: relative;
        padding: 6px 0
    }

        .schedule-block .btn-box a {
            padding: 10px 20px;
            line-height: 20px;
            font-size: 14px;
            background-color: #444;
            color: #fff;
            border-top: 2px solid transparent;
            border-bottom: 2px solid transparent;
            border-radius: 5px
        }

            .schedule-block .btn-box a:hover {
                color: #fff
            }

    .schedule-block.even .inner-box {
        float: left;
        text-align: right
    }

        .schedule-block.even .inner-box .inner {
            margin-left: 0;
            margin-right: 80px
        }

    .schedule-block.even .inner:before {
        right: auto;
        left: 100%;
        margin-left: 80px;
        margin-right: 0
    }

    .schedule-block.even .inner:after {
        right: auto;
        left: 100%;
        border-right: 0;
        border-left: 20px solid #fff
    }

    .schedule-block:last-child .inner:before {
        display: none
    }

    .schedule-block.even .date {
        left: auto;
        right: -132px
    }

    .schedule-block.even .speaker-info {
        padding-left: 0;
        padding-right: 80px
    }

        .schedule-block.even .speaker-info .thumb {
            left: auto;
            right: 0
        }

#purpleRoom .schedule-block .date, #purpleRoom .schedule-block .inner:before {
    border-color: #171b2e
}

#greenRoom .schedule-block .date, #greenRoom .schedule-block .inner:before {
    border-color: #8677ff
}

#blueRoom .schedule-block .date, #blueRoom .schedule-block .inner:before {
    border-color: #5071be
}

.metascheduleText {
    position: relative;
    padding-bottom: 20px;
    border-bottom: #e3dcdcab solid 1px
}

    .metascheduleText ul {
        margin: 0;
        padding: 0
    }

    .metascheduleText li {
        list-style: none;
        font-size: 14px;
        color: #000;
        display: inline-block;
        position: relative;
        width: auto;
        padding: 0 15px;
        padding-top: 0;
        padding-right: 15px;
        padding-bottom: 0
    }

        .metascheduleText li:first-child {
            padding-left: 0
        }

        .metascheduleText li:before {
            position: absolute;
            top: 0;
            right: 0;
            content: '';
            width: 1px;
            height: 100%;
            background: #dedede
        }

        .metascheduleText li:last-child:before {
            display: none
        }

        .metascheduleText li .fa-circle-dot {
            margin-right: 7px;
            font-size: 16px;
            color: #565656
        }

        .metascheduleText li .metaicon {
            margin-right: 7px;
            font-size: 16px;
            color: #565656
        }

.metaicon {
    color: #fff
}

.schedule-timeline .text span em {
    color: #dd1414
}

.schedule-timeline .text span {
    display: block;
    color: #000 !important
}

.SpeakersBox {
    margin: 30px 0 9px 0
}

    .SpeakersBox .SpeakersInnerBox .SpeakerImageBox {
        width: 16%;
        float: left;
        margin-right: 2%;
        border: 1px solid #979797;
        padding: 3px;
        border-radius: 50%;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%
    }

        .SpeakersBox .SpeakersInnerBox .SpeakerImageBox img {
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%
        }

    .SpeakersBox .SpeakersInnerBox .SpeakersDetails {
        width: 80%;
        float: left
    }

        .SpeakersBox .SpeakersInnerBox .SpeakersDetails h4 {
            padding: 0;
            font-size: 20px;
            margin: 0
        }

        .SpeakersBox .SpeakersInnerBox .SpeakersDetails span.Country_ {
            font-weight: 600
        }

    .SpeakersBox h5 {
        color: #000;
        font-size: 16px;
        margin: 5px 0 10px 0;
        display: inline-block;
        font-weight: 600
    }

@media screen and (min-device-width:300px) and (max-device-width:768px) {
    .schedule-block .date {
        position: absolute;
        left: -118px;
        width: 104px;
        top: 0;
        height: 100px;
        background-color: #dd1414;
        text-align: center;
        font-size: 14px;
        line-height: 26px;
        color: #fff;
        font-weight: 600;
        padding: 30px 5px 0;
        padding-top: 5px;
        border-radius: 10px;
        border: 2px dashed #ddd;
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,.05);
        box-shadow: 0 0 30px rgba(0,0,0,.05);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px
    }

    .schedule-block .inner-box .inner {
        position: relative;
        padding: 20px 15px;
        background-color: #e8e8e8;
        border: 1px solid #ddd;
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,.05);
        box-shadow: 0 0 30px rgba(0,0,0,.05);
        margin-left: 75px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px
    }

    .SpeakersBox .SpeakersInnerBox .SpeakerImageBox {
        width: 18%;
        float: left;
        margin-right: 2%;
        border: 1px solid #979797;
        padding: 1px;
        border-radius: 50%;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%
    }
}

.ctfbannerimg {
    -webkit-filter: unset;
    filter: unset;
    width: 20%;
    height: 90px;
    margin-right: 15px;
    background: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

    .ctfbannerimg:last-child {
        margin-right: 0
    }

.workshopbox {
    position: relative;
    padding: 30px;
    margin-top: 15px;
    border: #32b150 solid 2px
}

.workshopcontentleft {
    position: relative;
    width: 100%;
    height: 100%;
    padding-right: 15px;
    border-right: #2baf4a dotted 3px
}

    .workshopcontentleft h2 {
        color: #2baf4a;
        font-size: 30px;
        line-height: 40px;
        font-weight: 700;
        margin-bottom: 15px
    }

    .workshopcontentleft p {
        color: #000;
        font-size: 18px;
        line-height: 28px
    }

.workshopcontentright h2 {
    color: #2baf4a;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 5px
}

.workshopcontentright p {
    color: #2baf4a;
    font-size: 18px;
    line-height: 28px
}

.GitexGlobalGallery .newsarticalbox::after {
    display: none
}

.GlobalGallery .tab-content.active {
    display: block
}

.GlobalGallery .tab-content {
    display: none;
    margin-top: 10px
}

.GlobalGallery .tab-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 29px
}

.GlobalGallery .tab {
    cursor: pointer;
    margin-right: 5px;
    color: #000;
    border-bottom: 2px solid #080b13;
    margin: 0 10px 0 10px;
    font-size: 16px;
    padding: 0 0 6px 0
}

    .GlobalGallery .tab.active {
        border-color: #dd1414
    }

.GitexGlobalGallery .newsarticalbox {
    min-height: 260px !important
}

    .GitexGlobalGallery .newsarticalbox .articalnail, .newsarticalbox .articalnail img {
        border-radius: 16px !important;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px
    }

.fancybox-overlay.fancybox-overlay-fixed {
    z-index: 9999
}

.ALlShowLogobox {
    background: #eff0f0;
    padding: 50px 0 50px 0
}

    .ALlShowLogobox .border-right-black {
        position: relative
    }

@media (min-width:992px) {
    .ALlShowLogobox .col-lg-2 {
        width: 13.666667%
    }
}

.ALlShowLogobox .sectionheading03 h3 {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px
}

.ALlShowLogobox .border-right-black:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    height: 65%;
    border-right: #201d1e solid 1px
}

.ALlShowLogobox .theratedbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .ALlShowLogobox .theratedbox figure {
        width: 200px;
        padding: 0 20px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 22px
    }

    .ALlShowLogobox .theratedbox img {
        mix-blend-mode: darken;
        filter: contrast(1);
        -webkit-filter: contrast(1)
    }

.socialStickybox {
    position: fixed;
    right: 0;
    top: 50%;
    width: 42px;
    z-index: 9999;
    display: block;
    transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%)
}

    .socialStickybox ul {
        position: relative;
        z-index: 99;
        margin: 0;
        padding: 0;
        list-style: none;
        background: #000;
        border-radius: 10px 0 0 10px;
        -webkit-border-radius: 10px 0 0 10px;
        -moz-border-radius: 10px 0 0 10px;
        -ms-border-radius: 10px 0 0 10px;
        -o-border-radius: 10px 0 0 10px
    }

        .socialStickybox ul li {
            padding: 6px 6px;
            border-bottom: #585858 solid 1px
        }

            .socialStickybox ul li a {
                position: relative;
                display: block;
                width: 30px;
                height: 30px;
                color: #fff;
                font-size: 18px;
                line-height: 1.5;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                text-decoration: none;
                transition: .3s;
                -webkit-transition: .3s;
                -moz-transition: .3s;
                -ms-transition: .3s;
                -o-transition: .3s
            }

            .socialStickybox ul li img {
                width: 16px
            }

            .socialStickybox ul li .twitter {
                width: 1.15rem;
                color: #fff;
                fill: #fff;
                transition: .25s ease-in-out;
                -webkit-transition: .25s ease-in-out;
                -moz-transition: .25s ease-in-out;
                -ms-transition: .25s ease-in-out;
                -o-transition: .25s ease-in-out
            }

            .socialStickybox ul li:last-child {
                border-bottom: none;
                margin-bottom: 0
            }

            .socialStickybox ul li a:hover {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1)
            }

.testimonialbox {
    position: relative;
    z-index: 9;
    padding: 0 0;
    overflow-x: hidden;
    margin-right: -120px
}

    .testimonialbox .testimonial-item .owl-dots, .testimonialbox .testimonial-item .owl-nav {
        display: none !important
    }

.testimonialstyle02 {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 110% !important
}

    .testimonialstyle02::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5)
    }

.testimonialcard {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 15px 15px 15px;
    width: 100%;
    height: 100%;
    height: 380px;
    border: 1px solid #dd1414;
    transition: .3s;
    z-index: 1;
    border-radius: 15px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px
}

    .testimonialcard::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background: #000;
        background: -o-linear-gradient(top,rgba(0,0,0,.6) 20%,rgba(0,0,0,.8) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,rgba(0,0,0,.6)),to(rgba(0,0,0,.8)));
        background: linear-gradient(180deg,rgba(0,0,0,.6) 20%,rgba(0,0,0,.8) 100%);
        border-radius: 15px;
        z-index: -1;
        transition: .3s all;
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        -ms-transition: .3s all;
        -o-transition: .3s all;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px
    }

    .testimonialcard::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background: 0 0;
        border-radius: 15px;
        z-index: -1;
        opacity: 0;
        transition: .3s all;
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        -ms-transition: .3s all;
        -o-transition: .3s all;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px
    }

    .testimonialcard .redbookicon {
        position: absolute;
        top: -2px;
        right: 16px
    }

        .testimonialcard .redbookicon img {
            width: 22px
        }

    .testimonialcard .quoteicon {
        position: relative;
        padding: 20px 0 5px;
        margin-bottom: -30px
    }

        .testimonialcard .quoteicon img {
            width: 60px;
            max-width: 100%;
            max-height: 100%;
            filter: brightness(0) invert(1);
            -webkit-filter: brightness(0) invert(1);
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s
        }

    .testimonialcard .testimonialtext {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        width: 100%;
        height: 74%;
        z-index: 1;
        padding-top: 3rem
    }

        .testimonialcard .testimonialtext p {
            color: #fff;
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 20px
        }

        .testimonialcard .testimonialtext figure {
            display: block;
            text-align: right;
            margin: 15px 0 0;
            width: 100%;
            padding: 0 15px;
            margin-left: auto
        }

            .testimonialcard .testimonialtext figure img {
                height: 52px;
                width: auto !important;
                max-width: 100%;
                max-height: 100%;
                margin-left: auto;
                filter: brightness(0) invert(1);
                transition: .3s;
                -webkit-filter: brightness(0) invert(1);
                -webkit-transition: .3s;
                -moz-transition: .3s;
                -ms-transition: .3s;
                -o-transition: .3s
            }

    .testimonialcard:hover .testimonialtext figure img {
        filter: brightness(1) invert(0);
        -webkit-filter: brightness(1) invert(0)
    }

    .testimonialcard:hover::before {
        opacity: 0
    }

    .testimonialcard:hover::after {
        opacity: 1;
        background: #fff
    }

    .testimonialcard:hover .quoteicon img {
        filter: brightness(1) invert(0);
        -webkit-filter: brightness(1) invert(0)
    }

    .testimonialcard:hover .testimonialtext p {
        color: #000
    }

.filter-none {
    filter: none !important;
    -webkit-filter: none !important
}

.internalnews.newsmain::after, .internalnews.newsmain::before, .techweekAdd.newsmain::after, .techweekAdd.newsmain::before {
    display: none !important
}

.jsdkf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    gap: 35px
}

.commonModal .modalContentBox img {
    width: 100% !important
}

.fancybox-opened {
    z-index: 99999
}

.ddqyyvhd {
    position: relative;
    padding: 75px 0
}

.auto-container {
    width: 85%;
    margin: 0 auto
}

.lggfhylx {
    height: 100%
}

.rhvbnzqo {
    border: #19779f solid 1px;
    border-radius: 5px;
    padding: 10px 10px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border: none;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.ppyjohku {
    position: relative;
    overflow: hidden
}

.overlay {
    content: "";
    position: absolute;
    background-color: #000;
    opacity: .4;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.ppyjohku figure {
    position: relative;
    overflow: hidden
}

    .ppyjohku figure img {
        width: 100%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px
    }

.lojkeav {
    width: 60px;
    height: 60px;
    border: 1.5px solid #fff;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px
}

    .lojkeav span {
        color: #fff;
        font-size: 24px
    }

.zuczdrxq {
    position: absolute;
    content: "";
    top: 35%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.vydidsjx {
    margin-top: 20px
}

    .vydidsjx h4 {
        text-align: center;
        font-size: 22px;
        font-family: "Base Neue Cond";
        text-transform: uppercase
    }

    .vydidsjx p {
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
        margin: 6px 0 0 0;
        padding: 0;
        font-family: Poppins,sans-serif
    }

.youtube-container {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/9;
    pointer-events: none
}

    .youtube-container iframe {
        width: 300%;
        height: 100%;
        margin-left: -100%
    }

.itemequalbox .owl-stage {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .itemequalbox .owl-stage .item {
        height: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

.riseofasia-item.itemequalbox .owl-nav .fa-solid {
    color: #fff;
    font-size: 34px
}

.videoTestItem {
    position: relative;
    background: 0 0;
    border: 1px solid #dd1414;
    padding-bottom: 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
    transition: .3s;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

    .videoTestItem::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background: #000;
        background: -o-linear-gradient(top,rgba(0,0,0,.6) 20%,rgba(0,0,0,.8) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,rgba(0,0,0,.6)),to(rgba(0,0,0,.8)));
        background: linear-gradient(180deg,rgba(0,0,0,.6) 20%,rgba(0,0,0,.8) 100%);
        border-radius: 15px;
        z-index: -1;
        transition: .3s all;
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        -ms-transition: .3s all;
        -o-transition: .3s all;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px
    }

    .videoTestItem::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background: 0 0;
        border-radius: 15px;
        z-index: -1;
        opacity: 0;
        transition: .3s all;
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        -ms-transition: .3s all;
        -o-transition: .3s all;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px
    }

    .videoTestItem figure {
        position: relative;
        margin: 0
    }

        .videoTestItem figure img {
            max-width: 100%;
            max-height: 100%;
            border-radius: 15px 15px 0 0;
            -webkit-border-radius: 15px 15px 0 0;
            -moz-border-radius: 15px 15px 0 0;
            -ms-border-radius: 15px 15px 0 0;
            -o-border-radius: 15px 15px 0 0
        }

    .videoTestItem .videoTestText {
        width: 100%;
        transition: all .5s ease 0s;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 20px;
        -webkit-transition: all .5s ease 0s;
        -moz-transition: all .5s ease 0s;
        -ms-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s
    }

        .videoTestItem .videoTestText h3 {
            display: block;
            color: #fff;
            font-size: 22px;
            line-height: 32px;
            text-align: center;
            margin: 0
        }

        .videoTestItem .videoTestText p {
            color: #fff;
            font-size: 14px;
            line-height: 18px;
            margin: 0;
            text-align: center;
            padding: 10px 0
        }

        .videoTestItem .videoTestText h4 {
            color: #fff;
            font-size: 19px;
            line-height: 26px;
            margin: 0;
            text-align: center;
            background: -o-linear-gradient(left,#dd1414 0,#dd1414 32%,#fff 100%);
            background: -webkit-gradient(linear,left top,right top,color-stop(0,#dd1414),color-stop(32%,#dd1414),to(#fff));
            background: linear-gradient(to right,#dd1414 0,#dd1414 32%,#fff 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent
        }

.watchnow-btn {
    position: relative;
    text-align: center
}

.btn-watch-video {
    line-height: 32px;
    height: 40px;
    border-radius: 22px;
    display: inline-block;
    border: 1px solid rgb(255 255 255 / 40%);
    color: #fff !important;
    text-decoration: none;
    padding: 4px 46px 5px 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all .2s ease-in;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px
}

    .btn-watch-video .fa {
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border-radius: 50%;
        border: solid 1px #fff;
        position: absolute;
        top: 3px;
        right: 4px;
        text-indent: 4px;
        color: #fff !important;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%
    }

    .btn-watch-video:hover {
        padding-right: 50px;
        padding-left: 24px;
        background: -o-linear-gradient(left,#000 0,#000 16%,#dd1414 100%);
        background: -webkit-gradient(linear,left top,right top,color-stop(0,#000),color-stop(16%,#000),to(#dd1414));
        background: linear-gradient(to right,#000 0,#000 16%,#dd1414 100%)
    }

.commonModal .modalContentBox .row.m-0.h-100 {
    width: 100% !important
}

.commonTestModal .modalContentBox .modalspeakerbios {
    border-color: #dd1414
}

    .commonTestModal .modalContentBox .modalspeakerbios h2 {
        display: block;
        font-size: 22px;
        line-height: 30px;
        text-transform: none
    }

    .commonTestModal .modalContentBox .modalspeakerbios .discripname {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 22px
    }

    .commonTestModal .modalContentBox .modalspeakerbios .companyname {
        color: #000;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        margin: 0;
        text-align: center;
        background: -o-linear-gradient(left,#dd1414 0,#dd1414 32%,#000 100%);
        background: -webkit-gradient(linear,left top,right top,color-stop(0,#dd1414),color-stop(32%,#dd1414),to(#000));
        background: linear-gradient(to right,#dd1414 0,#dd1414 32%,#000 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent
    }

.commonTestModal .modalContentBox figure img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.commonTestModal .modalContentBox .modalspeakerbios .categorytext {
    color: #333;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-align: center
}

    .commonTestModal .modalContentBox .modalspeakerbios .categorytext span {
        display: block;
        color: #000;
        font-size: 18px;
        line-height: 26px;
        font-family: 'Base Neue Cond';
        font-weight: 700;
        letter-spacing: 1.5px;
        letter-spacing: .04em;
        margin-bottom: 10px;
        text-transform: uppercase
    }

.commonTestModal .modalContentBox .speaker-bio h2 {
    display: block
}

.gitextechbox {
    position: relative;
    padding: 40px 0 40px
}

    .gitextechbox .itemequalbox .owl-stage {
        padding-top: .625rem;
        padding-bottom: .625rem
    }

    .gitextechbox .itemequalbox .owl-stage-outer {
        position: relative;
        padding-left: 2px;
        margin: 0 -2px 0
    }

.rhvbnzqo .watchnowbtn {
    text-align: center;
    display: block;
    padding: 6px 10px;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    background: #dd1414;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

    .rhvbnzqo .watchnowbtn:hover {
        background: #000
    }

.gitextechbox .newsection .owl-dots {
    position: relative;
    text-align: center;
    margin: 0 0;
    padding: 1.425rem 0 6px
}

    .gitextechbox .newsection .owl-dots .owl-dot {
        display: inline-block;
        margin: 0 4px
    }

        .gitextechbox .newsection .owl-dots .owl-dot span {
            outline: 0;
            display: block;
            font-size: 0;
            border: none;
            margin: 0;
            padding: 0;
            background: #b5b5b5;
            border-radius: 0;
            width: 8px;
            height: 8px;
            transition: .3s ease-in;
            transform: none;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            -webkit-transition: .3s ease-in;
            -moz-transition: .3s ease-in;
            -ms-transition: .3s ease-in;
            -o-transition: .3s ease-in;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0
        }

        .gitextechbox .newsection .owl-dots .owl-dot.active span {
            background-color: #dd1414;
            width: 1rem;
            height: .625rem
        }

        .gitextechbox .newsection .owl-dots .owl-dot span:hover {
            background-color: #000
        }

.StatsLeftBox li span {
    color: #fff;
    width: 136px;
    display: inline-block;
    font-size: 13px;
    position: absolute;
    right: -8px;
    top: 32px;
    line-height: 22px;
    font-weight: 600
}

.StatsLeftBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 34%;
    position: relative
}

    .StatsLeftBox:before {
        position: absolute;
        content: '';
        left: 52%;
        top: 50%;
        width: 2px;
        background: #fff;
        z-index: 999;
        height: 100%;
        transform: translate(-52%,-50%);
        -webkit-transform: translate(-52%,-50%);
        -moz-transform: translate(-52%,-50%);
        -ms-transform: translate(-52%,-50%);
        -o-transform: translate(-52%,-50%)
    }

.StatsContainer_as:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: url(images-2025/StatsElement_.png) no-repeat;
    width: 100%;
    height: 95%;
    z-index: -1;
    background-size: cover;
    opacity: .7
}

.StatsContainer_as {
    padding: 12px 0 0 0;
    position: relative;
    z-index: 1;
    background: #000001
}

.StatsLeftBox li {
    color: #b7070b;
    margin: 0;
    line-height: normal;
    position: relative;
    width: 100%;
    display: inline-block
}

    .StatsLeftBox li h3 {
        color: #b7070b;
        font-size: 68px;
        font-family: TBJ-46-Cond;
        font-weight: 500;
        margin: 0;
        width: 51%;
        text-align: right;
        position: relative;
        right: 25px
    }

.StatsRightBox .StatsLeftBox {
    margin-top: 18%
}

.StatsImageBox_ {
    margin-top: 5%
}

.swiper-slide.galleryimg a.fancybox img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.HostingQoute_as p {
    line-height: 18px;
    font-size: 14px
}

.HostingQoute_as span color {
    display: block;
    font-size: 28px;
    font-weight: 400;
    font-family: TBJ-46-Cond;
    letter-spacing: 1px;
    margin: 0 !important;
    line-height: normal
}

img.FortinetLogo {
    margin: 10px 0 0 0;
    width: 47%
}

.HostingQoute_as span {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 18px
}

.HostingImageBox {
    background: url(https://www.gitex.com/images-2025/Element_1_4_1.png?v=1.2);
    background-size: cover;
    padding: 50px 35px 50px 35px;
    background-position: center
}

.HostingContent_ p {
    font-size: 48px;
    line-height: 55px;
    font-weight: 600;
    color: #fff
}

.HostingContent_ span {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px
}

.HostingContent_ h3 {
    font-size: 56px;
    margin: 36px 0 4px 0;
    position: relative;
    color: #fff
}

.HostingImageBox ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

    .HostingImageBox ul li {
        color: #fff;
        font-size: 46px;
        font-family: TBJ-46-Cond;
        font-weight: 100;
        letter-spacing: 2.4px;
        line-height: 48px
    }

.HostingQoute_as p strong {
    color: #ff510b
}

img.QouteImg_as {
    width: 36px;
    margin: 0 0 4px 0
}

img.UserImage_as {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 64%
}

.HostingQoute_as {
    position: relative;
    z-index: 1;
    background: #f3f6f8;
    height: 78%;
    height: 75vh;
    padding: 12px
}

img.FortinetLogo {
    margin: 30px 0 0 0
}

.aboutimgWrap {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    min-height: 180px;
    height: 272px
}

    .aboutimgWrap .aboutimg {
        position: relative;
        width: 100%;
        height: 100%
    }

    .aboutimgWrap figure {
        position: relative;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-position: 50% 50% !important;
        width: 100%;
        height: 100%;
        min-height: 180px;
        margin: 0;
        padding: 0
    }

.vh-50 {
    height: 370px
}

#UpdatedHomeSlider .swiper-content .innerTextSlide h1 {
    font-weight: 500
}

.HideYoutubeViedo {
    display: none !important
}

.GitexGallery2025 {
    background-size: contain
}

.InnerGalleryWrapper {
    padding: 80px 0 60px 0
}

.secTitle.SecTitle_2025 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    text-align: left
}

    .secTitle.SecTitle_2025 h2 {
        font-family: TBJ-46-Cond;
        font-weight: 500;
        font-size: 128px;
        line-height: 120px
    }

.SingleTestiBox_as {
    position: relative;
    padding: 80px 0 80px 0;
    background: #130f30;
    background: #000;
    z-index: 9
}

    .SingleTestiBox_as .HostingImageBox {
        border-right: #fff solid 8px
    }

    .SingleTestiBox_as .SingleTetiTag_Left p {
        color: #fff;
        font-size: 60px;
        line-height: 62px;
        font-weight: 600;
        font-size: 46px;
        line-height: 54px
    }

.align-items-flex-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.SingleTestiBox_as .SingleTetiTag_Right p {
    color: #fff;
    font-size: 36px;
    line-height: 44px
}

.SingleTetiQoute_ img {
    margin-bottom: 12px
}

.SingleTetiQoute_ {
    margin-top: 10%
}

    .SingleTetiQoute_ p {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        line-height: 36px
    }

        .SingleTetiQoute_ p span {
            font-family: 'Base Neue Cond';
            font-size: 26px;
            font-weight: 600
        }

.HostingMainWrapper_as .col-lg-5.col-md-5.col-sm-6.col-xs-12, .HostingMainWrapper_as .col-lg-7.col-md-7.col-sm-6.col-xs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.TestiInnerImg_as img {
    width: 100%
}

.NameAndCompany_as p {
    color: #fff;
    font-size: 18px;
    margin: 2px 0 8px
}

.NameAndCompany_as h4 {
    color: #009cdb;
    font-size: 34px;
    margin-bottom: 0;
    line-height: normal
}

.NameAndCompany_as img {
    width: 78%
}

.MediaPartnerHome_as .mediapartner02 {
    height: auto;
    height: 115px;
    margin: 0 0 6px 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.swiper-container_Bottom, .swiper-container_Top {
    height: 700px;
    overflow: hidden
}

.swiper-container_Top {
    margin-top: -30px
}

.swiper-container_ .swiper-slide {
    height: auto !important;
    overflow: hidden
}

.newsContent h3 {
    font-size: 24px
}

.ufrqfkiz {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background-color: #000
}

.zyeuyuqa {
    width: 100%;
    position: relative;
    transition: .5s all ease-in;
    overflow: hidden;
    -webkit-transition: .5s all ease-in;
    -moz-transition: .5s all ease-in;
    -ms-transition: .5s all ease-in;
    -o-transition: .5s all ease-in
}

section.ufrqfkiz:before {
    position: absolute;
    content: '';
    left: 0;
    top: -212px;
    width: 100%;
    height: 60%;
    background: -o-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,0)),color-stop(50%,rgba(0,0,0,1)),to(rgba(0,0,0,0)));
    background: linear-gradient(0deg,rgba(0,0,0,0) 0,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%)
}

.ohtvsafp {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

    .ohtvsafp::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: -o-linear-gradient(bottom,rgba(0,0,0,1) 0,rgba(255,255,255,0) 100%);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,1)),to(rgba(255,255,255,0)));
        background: linear-gradient(0deg,rgba(0,0,0,1) 0,rgba(255,255,255,0) 100%);
        border-radius: 10px;
        z-index: 1;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px
    }

    .ohtvsafp figure {
        margin: 0;
        padding: 0
    }

        .ohtvsafp figure img {
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0
        }

.lcyiuunn {
    position: absolute;
    bottom: -18%;
    left: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    transition: .4s all ease-in-out;
    z-index: 9;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out
}

    .lcyiuunn h4 {
        font-size: 30px;
        color: #fff;
        margin: 0;
        padding: 0
    }

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

    .wrapper a {
        text-decoration: none
    }

.fjlejvzg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px;
    text-decoration: none;
    font-family: Poppins,sans-serif;
    font-size: 15px;
    color: #fff;
    background: #dd1414;
    transition: 1s;
    -webkit-box-shadow: 6px 6px 0 #fff;
    box-shadow: 6px 6px 0 #fff;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s
}

.oozhhqy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.fjlejvzg:focus {
    outline: 0
}

.fjlejvzg:hover {
    transition: .5s;
    -webkit-box-shadow: 5px 5px 0 #dd1414;
    box-shadow: 5px 5px 0 #dd1414;
    background-color: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.fjlejvzg span:nth-child(2) {
    transition: .5s;
    margin-right: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.fjlejvzg:hover span:nth-child(2) {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.ufrqfkiz span {
    transform: skewX(15deg);
    color: #fff;
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -o-transform: skewX(15deg)
}

path.one {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    transform: translateX(-60%);
    -webkit-transform: translateX(-60%);
    -moz-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    -o-transform: translateX(-60%)
}

path.two {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%)
}

.fjlejvzg:hover path.three {
    animation: color_anim 1s infinite .2s;
    -webkit-animation: color_anim 1s infinite .2s
}

.fjlejvzg:hover path.one {
    transform: translateX(0);
    animation: color_anim 1s infinite .6s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-animation: color_anim 1s infinite .6s
}

.fjlejvzg:hover path.two {
    transform: translateX(0);
    animation: color_anim 1s infinite .4s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-animation: color_anim 1s infinite .4s
}

@-webkit-keyframes color_anim {
    0% {
        fill: #fff
    }

    50% {
        fill: #dd1414
    }

    100% {
        fill: #fff
    }
}

@keyframes color_anim {
    0% {
        fill: #fff
    }

    50% {
        fill: #dd1414
    }

    100% {
        fill: #fff
    }
}

.zyeuyuqa:hover .lcyiuunn {
    bottom: 10%;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out
}

@media (min-width:2560px) {
    .lcyiuunn h4 {
        font-size: 36px
    }

    .fjlejvzg {
        padding: 10px 30px;
        font-size: 22px
    }

    .lcyiuunn {
        gap: 25px;
        bottom: -14%
    }
}

@media (min-width:2000px) {
    .lcyiuunn h4 {
        font-size: 30px;
        color: #fff
    }

    .lcyiuunn {
        bottom: -14%
    }
}

@media (min-width:1600px) {
    .lcyiuunn {
        bottom: -15%
    }

        .lcyiuunn h4 {
            font-size: 30px
        }
}

@media (max-width:1399.98px) {
    .lcyiuunn h4 {
        font-size: 20px;
        bottom: -16%;
        gap: 10px
    }

    .fjlejvzg {
        padding: 5px 10px;
        font-size: 12px
    }
}

@media (max-width:1199.98px) {
    .lcyiuunn h4 {
        font-size: 16px
    }

    .lcyiuunn {
        bottom: -16%;
        gap: 10px
    }

    .oozhhqy span svg {
        width: 20px;
        height: 18px
    }
}

@media (max-width:991.98px) {
    .lcyiuunn h4 {
        font-size: 18px
    }

    .lcyiuunn {
        bottom: -15%;
        gap: 15px
    }
}

@media (max-width:767.98px) {
    .lcyiuunn h4 {
        font-size: 16px
    }

    .lcyiuunn {
        bottom: -24%;
        gap: 15px
    }
}

@media (max-width:575.98px) {
    .lcyiuunn h4 {
        font-size: 25px
    }

    .lcyiuunn {
        bottom: -10%;
        gap: 15px
    }
}

@media (max-width:480px) {
    .lcyiuunn h4 {
        font-size: 20px
    }
}

@media (max-width:400px) {
    .lcyiuunn {
        bottom: -20%;
        gap: 15px
    }
}

.ufrqfkiz .owl-next .arrow, .ufrqfkiz .owl-prev .arrow {
    position: absolute;
    top: 40%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%)
}

.ufrqfkiz .owl-prev .arrow {
    left: -40px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

.ufrqfkiz .owl-next .arrow {
    right: -40px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

.ufrqfkiz .arrow span {
    display: block;
    width: 1.2vw;
    height: 1.2vw;
    border-bottom: 5px solid #dd1414;
    border-right: 5px solid #dd1414;
    transform: rotate(45deg);
    margin: -13px;
    animation: animate 2s infinite;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-animation: animate 2s infinite
}

    .ufrqfkiz .arrow span:nth-child(2) {
        -webkit-animation-delay: -.2s;
        animation-delay: -.2s
    }

    .ufrqfkiz .arrow span:nth-child(3) {
        -webkit-animation-delay: -.4s;
        animation-delay: -.4s
    }

@-webkit-keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
        -webkit-transform: rotate(45deg) translate(-20px,-20px);
        -moz-transform: rotate(45deg) translate(-20px,-20px);
        -ms-transform: rotate(45deg) translate(-20px,-20px);
        -o-transform: rotate(45deg) translate(-20px,-20px)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
        -webkit-transform: rotate(45deg) translate(20px,20px);
        -moz-transform: rotate(45deg) translate(20px,20px);
        -ms-transform: rotate(45deg) translate(20px,20px);
        -o-transform: rotate(45deg) translate(20px,20px)
    }
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
        -webkit-transform: rotate(45deg) translate(-20px,-20px);
        -moz-transform: rotate(45deg) translate(-20px,-20px);
        -ms-transform: rotate(45deg) translate(-20px,-20px);
        -o-transform: rotate(45deg) translate(-20px,-20px)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
        -webkit-transform: rotate(45deg) translate(20px,20px);
        -moz-transform: rotate(45deg) translate(20px,20px);
        -ms-transform: rotate(45deg) translate(20px,20px);
        -o-transform: rotate(45deg) translate(20px,20px)
    }
}

.media-slide .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.mktnknta {
    position: relative;
    overflow: hidden
}

#countdown {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%,25%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(-50%,25%);
    -moz-transform: translate(-50%,25%);
    -ms-transform: translate(-50%,25%);
    -o-transform: translate(-50%,25%)
}

.ixkxutep {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 10rem;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9999;
    background-color: #000;
    background-color: rgba(0,0,0,.6);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.fabpmipi {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mktnknta .close {
    position: absolute;
    top: 5px;
    right: 5px
}

    .mktnknta .close svg:hover {
        stroke: #dd1414
    }

    .mktnknta .close:focus, .mktnknta .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer
    }

#countdown ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px
}

#countdown li {
    display: inline-block;
    font-size: 20px;
    list-style-type: none;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 600
}

    #countdown li span {
        display: block;
        font-size: 50px;
        color: #fff;
        text-align: center;
        font-family: Nortune
    }

.Qutoeinfobx {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px
}

.SingleTetiQoute_ .Qutoeinfobx p {
    font-size: 20px;
    line-height: 30px
}

    .SingleTetiQoute_ .Qutoeinfobx p span {
        font-size: 24px;
        line-height: 34px
    }

.countriestats01 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #fff;
    -webkit-clip-path: polygon(85% 0,100% 30%,100% 100%,0 100%,0 0);
    clip-path: polygon(85% 0,100% 30%,100% 100%,0 100%,0 0)
}

    .countriestats01 h2 {
        color: #ef4828;
        font-size: 46px;
        line-height: 46px;
        font-weight: 700;
        margin: 0;
        margin-bottom: 10px
    }

        .countriestats01 h2 span {
            font-size: 32px;
            line-height: 32px;
            font-weight: 800;
            vertical-align: top
        }

    .countriestats01 p {
        color: #000;
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        margin: 0
    }

.globaldevmain .powerfulcontent .powerfulover:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -o-linear-gradient(top,rgba(33,0,55,1) 0,rgb(33 0 55 / 41%) 49%,rgba(33,0,55,0) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(33,0,55,1)),color-stop(49%,rgb(33 0 55 / 41%)),to(rgba(33,0,55,0)));
    background: linear-gradient(180deg,rgba(33,0,55,1) 0,rgb(33 0 55 / 41%) 49%,rgba(33,0,55,0) 100%)
}

.globaldevmain .powerfulcontent .powerfulover {
    z-index: 1
}

.Aisectionboxstyle01 .Aiinnercard .innerClip::before, .Aisectionboxstyle01 .Aiinnercard::before {
    -webkit-clip-path: polygon(84% 0,100% 12%,100% 100%,0 100%,0 0) !important;
    clip-path: polygon(84% 0,100% 12%,100% 100%,0 100%,0 0) !important
}

.cybervalleystyle02 .Aiinnercard.cyberitembox .innerClip::before, .cybervalleystyle02 .Aiinnercard.cyberitembox::before, .globaldevmainstyle01 .Aiinnercard.globalcard .innerClip::before, .globaldevmainstyle01 .Aiinnercard.globalcard::before {
    -webkit-clip-path: polygon(90% 0,100% 8%,100% 100%,0 100%,0 0) !important;
    clip-path: polygon(90% 0,100% 8%,100% 100%,0 100%,0 0) !important
}

.cybervalley02.cybervalleystyle02::before {
    background: #fff
}

.cybervalleybxstyle01.gitexcybervalley::before {
    background: #000
}

.cybervalleybxstyle01.cybervalley01::before {
    background: -o-linear-gradient(bottom,rgb(255 255 255) 2.3%,rgb(0 0 0 / 60%) 59.02%,rgba(8,51,255,0) 96.83%);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(2.3%,rgb(255 255 255)),color-stop(59.02%,rgb(0 0 0 / 60%)),color-stop(96.83%,rgba(8,51,255,0)));
    background: linear-gradient(0deg,rgb(255 255 255) 2.3%,rgb(0 0 0 / 60%) 59.02%,rgba(8,51,255,0) 96.83%)
}

.cybervalleybxstyle01 .samestyling.swiper-marquee .swiper-slide figure {
    background: #fff
}

    .cybervalleybxstyle01 .samestyling.swiper-marquee .swiper-slide figure img {
        filter: none;
        -webkit-filter: none
    }

.Aisectionboxstyle01 {
    background: #f1f1f1 !important
}

    .Aisectionboxstyle01.Aisectionbox::before {
        display: none !important
    }

    .Aisectionboxstyle01 .gradientelementbg img {
        opacity: .5
    }

    .Aisectionboxstyle01 .aicontentbox h2, .Aisectionboxstyle01 .aicontentbox p, .Aisectionboxstyle01 .powerfulcontent .powerfulover h2 {
        color: #000
    }

    .Aisectionboxstyle01 .aicontentbox hr {
        border-color: #000
    }

    .Aisectionboxstyle01 .joinmainbox {
        position: relative;
        z-index: 1;
        margin-top: 100px;
        padding: 70px 0 70px;
        background-color: #000
    }

.globaldevmainstyle01.globaldevmain {
    position: relative;
    width: 100%;
    z-index: 1;
    padding-bottom: 80px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

    .globaldevmainstyle01.globaldevmain::before {
        background-color: transparent !important;
        background: rgba(0,0,0,.8) !important
    }

    .globaldevmainstyle01.globaldevmain .powerfulcontent .powerfulover:before {
        background: -o-linear-gradient(top,rgb(23 23 23) 0,rgb(0 0 0 / 41%) 49%,rgba(33,0,55,0) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgb(23 23 23)),color-stop(49%,rgb(0 0 0 / 41%)),to(rgba(33,0,55,0)));
        background: linear-gradient(180deg,rgb(23 23 23) 0,rgb(0 0 0 / 41%) 49%,rgba(33,0,55,0) 100%)
    }

.Aisectionboxstyle01 .Aiinnercard::before, .cybervalleystyle02 .Aiinnercard.cyberitembox::before, .globaldevmainstyle01 .Aiinnercard.globalcard::before {
    border-color: #fff
}

.Aisectionboxstyle01 .Aiinnercard .innerClip::before, .cybervalleystyle02 .Aiinnercard.cyberitembox .innerClip::before, .globaldevmainstyle01 .Aiinnercard.globalcard .innerClip::before {
    background: #fff !important
}

.Aisectionboxstyle01 .Aiinnercard .aiinnertext h3, .Aisectionboxstyle01 .Aiinnercard .aiinnertext p, .cybervalleystyle02 .Aiinnercard.cyberitembox .aiinnertext h3, .cybervalleystyle02 .Aiinnercard.cyberitembox .aiinnertext p, .globaldevmainstyle01 .Aiinnercard.globalcard .aiinnertext h3, .globaldevmainstyle01 .Aiinnercard.globalcard .aiinnertext p {
    color: #000 !important
}

.Aisectionboxstyle01 .Aiinnercard:hover::before, .cybervalley02.cybervalleystyle02 .Aiinnercard.cyberitembox::before, .cybervalleystyle02 .Aiinnercard.cyberitembox:hover::before, .globaldevmainstyle01 .Aiinnercard.globalcard:hover::before {
    border-color: #c31413
}

.Aisectionboxstyle01 .Aiinnercard:hover .innerClip::before, .cybervalleystyle02 .Aiinnercard.cyberitembox:hover .innerClip::before, .globaldevmainstyle01 .Aiinnercard.globalcard:hover .innerClip::before {
    background: -o-linear-gradient(#c31413 0,#410505 100%) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#c31413),to(#410505)) !important;
    background: linear-gradient(#c31413 0,#410505 100%) !important
}

.Aisectionboxstyle01 .Aiinnercard:hover .aiinnertext h3, .Aisectionboxstyle01 .Aiinnercard:hover .aiinnertext p, .cybervalleystyle02 .Aiinnercard.cyberitembox:hover .aiinnertext h3, .cybervalleystyle02 .Aiinnercard.cyberitembox:hover .aiinnertext p, .globaldevmainstyle01 .Aiinnercard.globalcard:hover .aiinnertext h3, .globaldevmainstyle01 .Aiinnercard.globalcard:hover .aiinnertext p {
    color: #fff !important
}

.cybervalley02.cybervalleystyle02 .Aiinnercard.cyberitembox .innerClip::before {
    background: -o-linear-gradient(#c31413 0,#410505 100%) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#c31413),to(#410505)) !important;
    background: linear-gradient(#c31413 0,#410505 100%) !important
}

.cybervalley02.cybervalleystyle02 .Aiinnercard.cyberitembox .aiinnertext h3, .cybervalley02.cybervalleystyle02 .Aiinnercard.cyberitembox .aiinnertext p {
    color: #fff !important
}

.cybervalley02.cybervalleystyle02 .Aiinnercard.cyberitembox:hover .innerClip::before {
    background: #fff !important
}

.cybervalley02.cybervalleystyle02 .Aiinnercard.cyberitembox:hover .aiinnertext h3, .cybervalley02.cybervalleystyle02 .Aiinnercard.cyberitembox:hover .aiinnertext p {
    color: #000 !important
}

.cybervalley02.cybervalleystyle02 .Aiinnercard.cyberitembox:hover::before {
    -webkit-clip-path: none !important;
    clip-path: none !important
}

.AccordionUpdated_ figure.accordionthumb img {
    filter: inherit !important;
    -webkit-filter: inherit !important
}

.AccordionUpdated_ .accordcontent .accordion .accordion-item {
    padding-bottom: 0;
    margin-bottom: 8px
}

    .AccordionUpdated_ .accordcontent .accordion .accordion-item h2 button {
        font-family: 'Base Neue Cond';
        font-weight: 600;
        font-size: 25px
    }

.HostingMainWrapper_as {
    position: relative;
    z-index: 9
}

.GitexGallery2025 {
    background-size: cover;
    position: relative;
    background-position: bottom;
    z-index: 1;
    background: #02000f
}

    .GitexGallery2025:before {
        position: absolute;
        content: '';
        left: 0;
        top: -212px;
        width: 100%;
        height: 55%;
        background: linear-gradient(0deg,rgba(0,0,0,0) 0,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%)
    }

    .GitexGallery2025:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #02000f url(../images/collaboratebg.jpg) no-repeat;
        background-size: cover;
        background-position: bottom;
        transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        z-index: -1;
        opacity: .8;
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1)
    }

.ThreeImgBox_as.position-relative.w-100.mb-2 .aboutimgWrap.vh-50 {
    height: 412px !important
}

.zmzqrjiq p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 20px;
    font-family: poppins,sans-serif;
    line-height: 1.5
}

.togthermain {
    position: relative;
    padding: 50px 0 50px;
    background: #fff
}

.discoverOwl .owl-stage {
    padding-top: .625rem;
    padding-bottom: .625rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .discoverOwl .owl-stage .item {
        height: 100%
    }

.discoversector01 {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-right: 1px solid rgba(0,0,0,.4);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

    .discoversector01 .discoverthumb {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 150px);
        opacity: 0;
        z-index: 1;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out
    }

        .discoversector01 .discoverthumb::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,.2)
        }

        .discoversector01 .discoverthumb img {
            width: 100%;
            height: 100%;
            max-width: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .discoversector01 .discovernumber {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 60px;
        height: 60px;
        border: #000 solid 2px;
        border-radius: 50px;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px
    }

        .discoversector01 .discovernumber p {
            color: #000;
            font-size: 22px;
            line-height: 32px;
            font-weight: 600;
            margin-bottom: 0;
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out
        }

    .discoversector01 .discovercontent01 {
        position: relative;
        padding: 260px 15px 20px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #f3f3f3
    }

        .discoversector01 .discovercontent01 .discoverinnercontent {
            position: relative;
            z-index: 5;
            transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out
        }

            .discoversector01 .discovercontent01 .discoverinnercontent h2 {
                position: relative;
                color: #000;
                font-size: 24px;
                line-height: 1.2;
                font-weight: 600;
                letter-spacing: .5px;
                padding-bottom: 16px;
                margin-bottom: 16px;
                border-bottom: 1px solid #000;
                text-transform: uppercase
            }

            .discoversector01 .discovercontent01 .discoverinnercontent p {
                color: #000;
                font-size: 16px;
                line-height: 24px;
                margin-bottom: 0;
                transition: all .3s ease-in-out;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out
            }

.togthermain .discoverOwl .owl-item:nth-child(2n+1) .discoversector01 .discovercontent01 {
    background: #cf2c1e;
    background: -moz-radial-gradient(circle,rgba(207,44,30,1) 0,rgba(0,0,0,1) 100%);
    background: -webkit-radial-gradient(circle,rgba(207,44,30,1) 0,rgba(0,0,0,1) 100%);
    background: radial-gradient(circle,rgba(207,44,30,1) 0,rgba(0,0,0,1) 100%)
}

.discoversector01:hover .discoverthumb {
    opacity: 1;
    height: calc(100% - 0px)
}

.discoversector01:hover .discoverinnercontent h2, .discoversector01:hover .discovernumber, .togthermain .discoverOwl .owl-item:nth-child(2n+1) .discoversector01 .discoverinnercontent h2, .togthermain .discoverOwl .owl-item:nth-child(2n+1) .discoversector01 .discovernumber {
    border-color: #fff !important
}

    .discoversector01:hover .discoverinnercontent h2, .discoversector01:hover .discoverinnercontent p, .discoversector01:hover .discovernumber p, .togthermain .discoverOwl .owl-item:nth-child(2n+1) .discoversector01 .discovercontent01 p, .togthermain .discoverOwl .owl-item:nth-child(2n+1) .discoversector01 .discoverinnercontent h2, .togthermain .discoverOwl .owl-item:nth-child(2n+1) .discoversector01 .discovernumber p {
        color: #fff !important
    }

.discoversector01:hover .discoverthumb::after {
    background-color: rgba(0,0,0,.5) !important
}

.containerleft {
    position: relative;
    margin: 0 0;
    max-width: 100%;
    padding-left: 120px
}

.discoverOwl .owl-nav {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 30px 30px 10px
}

    .discoverOwl .owl-nav .owl-prev {
        margin-right: 40px
    }

        .discoverOwl .owl-nav .owl-next span, .discoverOwl .owl-nav .owl-prev span {
            color: #000;
            font-size: 26px;
            transition: .3s;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -ms-transition: .3s;
            -o-transition: .3s
        }

        .discoverOwl .owl-nav .owl-next.disabled span, .discoverOwl .owl-nav .owl-prev.disabled span {
            color: #afafaf
        }

.dbxfejry .ms-main .bnavuntl .innerTextSlide.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.videobgcontrol01 {
    position: relative !important;
    width: 45% !important;
    padding: 1.625rem 1.625rem 1.625rem !important
}

    .videobgcontrol01 figure.d-none.d-lg-block {
        display: none !important
    }

.cxpwftzh.videobgcontrol01::before {
    display: block !important;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -8;
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgb(0 0 0 / 45%) !important;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%)
}

.videobgcontrol01 .swteuqlb {
    position: relative !important;
    width: 100%;
    top: unset !important;
    left: unset !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important
}

.videobgcontrol01 h2.colordate {
    display: inline-block;
    color: #fff;
    font-size: 16px !important;
    line-height: 21px !important;
    font-weight: 600;
    border-radius: 4px;
    padding: 4px 10px 4px;
    margin: 0 0 2px;
    background: #dd1414 !important;
    letter-spacing: normal;
    font-family: Poppins,sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.smedxstyle01 {
    position: relative;
    z-index: 1;
    padding: 20px 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px
}

    .smedxstyle01 .leftcontentaibox {
        position: relative;
        padding: 80px 10px 80px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%
    }

    .smedxstyle01 .leftravealingbox {
        border: none;
        min-height: 300px;
        background-size: cover;
        background-position: center;
        background-position: 50% 100%;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px
    }

.leftravealingbox {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: center;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border: 2px solid #9d9597;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-radius: .125rem;
    width: 100%;
    height: 100%;
    min-height: 20rem;
    padding: calc(100vw* .01);
    transition: .3s;
    -webkit-border-radius: .125rem;
    -moz-border-radius: .125rem;
    -ms-border-radius: .125rem;
    -o-border-radius: .125rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

    .leftravealingbox::before {
        content: "";
        pointer-events: none;
        position: absolute;
        z-index: 0;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        display: block;
        background: -o-linear-gradient(bottom,rgb(23,26,33,.9) 38%,rgba(16,63,76,.1) 65%);
        background: 0 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }

.epsndrmk {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background-color: #000
}

.vdajjmdp {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 15px
}

.tgwkyvck {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    padding: 16px;
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-box-flex .5s ease-in-out;
    transition: -webkit-box-flex .5s ease-in-out;
    transition: flex .5s ease-in-out;
    transition: flex .5s ease-in-out,-webkit-box-flex .5s ease-in-out,-ms-flex .5s ease-in-out;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    height: 390px;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: flex .5s ease-in-out;
    -moz-transition: flex .5s ease-in-out;
    -ms-transition: flex .5s ease-in-out;
    -o-transition: flex .5s ease-in-out
}

    .tgwkyvck:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgb(14 28 28 / 15%);
        z-index: 1
    }

    .tgwkyvck.active {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        color: #000
    }

.mmtvsxaj h6 {
    margin: 20px 0 0 0;
    padding: 0;
    font-family: poppins,sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    position: relative
}

.mmtvsxaj p {
    margin: 10px 0 0 0;
    padding: 0;
    font-family: poppins,sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff
}

.tgwkyvck .mmtvsxaj {
    opacity: 0;
    transition: opacity .5s ease-in;
    overflow: auto;
    position: relative;
    z-index: 9;
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -ms-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in
}

.tgwkyvck.active .mmtvsxaj {
    opacity: 1;
    animation: myAnim 2s ease 0s 1 normal forwards;
    -webkit-animation: myAnim 2s ease 0s 1 normal forwards
}

@-webkit-keyframes myAnim {
    0% {
        opacity: 0;
        transform: translateY(50px);
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

@keyframes myAnim {
    0% {
        opacity: 0;
        transform: translateY(50px);
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

.vuvmjzyv {
    position: absolute;
    bottom: 20px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    font-size: 24px;
    transition: .5s all ease;
    z-index: 9;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease
}

.iqhucsrn-color1.active {
    background-color: #d5fd00
}

.iqhucsrn-color2.active {
    background-color: #b94401;
    color: #fff
}

.iqhucsrn-color3.active {
    background-color: #feb400
}

.iqhucsrn-color4.active {
    background-color: #dd1414;
    color: #fff
}

.iqhucsrn-color5.active {
    background-color: #d5fd00
}

.iqhucsrn-color1:hover .vuvmjzyv {
    background-color: #d5fd00;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.iqhucsrn-color2:hover .vuvmjzyv {
    background-color: #b94401;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.iqhucsrn-color3:hover .vuvmjzyv {
    background-color: #feb400;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.iqhucsrn-color4:hover .vuvmjzyv {
    background-color: #dd1414;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.iqhucsrn-color5:hover .vuvmjzyv {
    background-color: #d5fd00;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.mqkrn p {
    margin: 0;
    padding: 0;
    color: #fff
}

.mqkrn h4 {
    margin: 5px 0 0 0;
    padding: 0;
    font-family: "Base Neue Cond";
    text-transform: uppercase;
    font-size: 24px;
    color: #d5fd00
}

.iqhucsrn-color2.active .mqkrn h4, .iqhucsrn-color2.active .mqkrn p {
    color: #fff
}

.iqhucsrn-color2.active .mmtvsxaj h6, .iqhucsrn-color2.active .mmtvsxaj p {
    color: #fff
}

.iqhucsrn-color4.active .mqkrn h4, .iqhucsrn-color4.active .mqkrn p {
    color: #fff
}

.iqhucsrn-color4.active .mmtvsxaj h6, .iqhucsrn-color4.active .mmtvsxaj p {
    color: #fff
}

.mqkrn {
    position: relative;
    z-index: 9
}

@media (max-width:991.98px) {
    .vdajjmdp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tgwkyvck {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
        height: 150px
    }

        .tgwkyvck.active {
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
            min-height: 350px;
            transition: min-height .5s all ease-in-out;
            -webkit-transition: min-height .5s all ease-in-out;
            -moz-transition: min-height .5s all ease-in-out;
            -ms-transition: min-height .5s all ease-in-out;
            -o-transition: min-height .5s all ease-in-out
        }
}

.tgwkyvck.active:before {
    background: rgb(14 28 28 / 60%)
}

.xsinqnaw {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 60px 0
}

.wlolnq {
    position: relative;
    z-index: 9;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px
}

.arogmwzo {
    position: relative;
    overflow: hidden;
    transform: rotate(0);
    width: calc(100% + 60px);
    background: 0 0;
    z-index: 9;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0)
}

    .arogmwzo .slide-har {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.jwxhqufx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-animation: slide-har-revers 45s linear infinite;
    animation: slide-har-revers 45s linear infinite
}

    .jwxhqufx:hover {
        -webkit-animation-play-state: paused;
        animation-play-state: paused
    }

    .jwxhqufx .xsondifz {
        padding: 0 10px
    }

.pwthfopb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-animation: slide-har 45s linear infinite;
    animation: slide-har 45s linear infinite
}

    .pwthfopb:hover {
        -webkit-animation-play-state: paused;
        animation-play-state: paused
    }

    .pwthfopb .xsondifz {
        padding: 0 10px
    }

@-webkit-keyframes slide-har {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
        -moz-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        -o-transform: translateX(-25%)
    }
}

@keyframes slide-har {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
        -moz-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        -o-transform: translateX(-25%)
    }
}

@-webkit-keyframes slide-har-revers {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }

    0% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
        -moz-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        -o-transform: translateX(-25%)
    }
}

@keyframes slide-har-revers {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }

    0% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
        -moz-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        -o-transform: translateX(-25%)
    }
}

.xsinqnaw .gallery-xsondifz {
    overflow: hidden;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,1)),to(rgba(221,20,20,1)));
    background: -o-linear-gradient(top,rgba(0,0,0,1) 0,rgba(221,20,20,1) 100%);
    background: linear-gradient(180deg,rgba(0,0,0,1) 0,rgba(221,20,20,1) 100%);
    -webkit-clip-path: polygon(30px 0,100% 0,100% calc(100% - 30px),calc(100% - 30px) 100%,0 100%,0 30px);
    clip-path: polygon(30px 0,100% 0,100% calc(100% - 30px),calc(100% - 30px) 100%,0 100%,0 30px);
    padding: 1px
}

    .xsinqnaw .gallery-xsondifz img {
        width: 250px;
        height: 150px;
        display: block;
        border-radius: 0;
        transition: .3s all ease-in-out;
        position: relative;
        overflow: hidden;
        -o-object-fit: cover;
        object-fit: cover;
        max-width: none;
        -webkit-clip-path: polygon(30px 0,100% 0,100% calc(100% - 30px),calc(100% - 30px) 100%,0 100%,0 30px);
        clip-path: polygon(30px 0,100% 0,100% calc(100% - 30px),calc(100% - 30px) 100%,0 100%,0 30px);
        -webkit-transition: .3s all ease-in-out;
        -moz-transition: .3s all ease-in-out;
        -ms-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out
    }

.xsinqnaw .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent
}

.xsinqnaw .mthxxmz {
    position: relative;
    overflow: hidden
}

.xsinqnaw .pdegruyl {
    background-color: rgba(1,165,186,.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 165%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    border-radius: 8px;
    visibility: visible;
    transition: .25s all ease-in;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transition: .25s all ease-in;
    -moz-transition: .25s all ease-in;
    -ms-transition: .25s all ease-in;
    -o-transition: .25s all ease-in
}

.xsinqnaw .mthxxmz:hover .pdegruyl {
    visibility: visible;
    top: 50%
}

@media (max-width:991.98px) {
    .xsinqnaw .gallery-xsondifz img {
        width: 250px;
        height: 150px
    }

    @-webkit-keyframes slide-har {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0)
        }

        100% {
            -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
            -moz-transform: translateX(-20%);
            -ms-transform: translateX(-20%);
            -o-transform: translateX(-20%)
        }
    }

    @keyframes slide-har {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0)
        }

        100% {
            -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
            -moz-transform: translateX(-20%);
            -ms-transform: translateX(-20%);
            -o-transform: translateX(-20%)
        }
    }

    @-webkit-keyframes slide-har-revers {
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0)
        }

        0% {
            -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
            -moz-transform: translateX(-20%);
            -ms-transform: translateX(-20%);
            -o-transform: translateX(-20%)
        }
    }

    @keyframes slide-har-revers {
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0)
        }

        0% {
            -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
            -moz-transform: translateX(-20%);
            -ms-transform: translateX(-20%);
            -o-transform: translateX(-20%)
        }
    }
}

@media (max-width:575.98px) {
    .xsinqnaw .gallery-xsondifz img {
        width: 200px;
        height: 120px
    }
}

.mzzzzves {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000
}

    .mzzzzves::before {
        position: absolute;
        content: "";
        background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(25%,rgba(0,0,0,.5)),color-stop(50%,rgba(0,0,0,1)),color-stop(75%,rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 25%,rgba(0,0,0,1) 50%,rgba(0,0,0,.5) 75%,rgba(0,0,0,0) 100%);
        background: linear-gradient(90deg,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 25%,rgba(0,0,0,1) 50%,rgba(0,0,0,.5) 75%,rgba(0,0,0,0) 100%);
        width: 100%;
        height: 100%
    }

    .mzzzzves .auto-container {
        margin: 0 auto;
        padding: 60px 0 40px
    }

    .mzzzzves .uyurrzye {
        position: relative;
        z-index: 9
    }

.izbemxew {
    position: relative
}

    .izbemxew .image-1, .izbemxew .image-2, .izbemxew .image-3, .izbemxew .image-4 {
        width: 17.5vw;
        height: 70vh;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 50px;
        border: 4px solid #fff;
        background-color: #000;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px
    }

        .izbemxew .image-1 video, .izbemxew .image-2 video, .izbemxew .image-3 video, .izbemxew .image-4 video {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .izbemxew .image-1 {
        transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg)
    }

    .izbemxew .image-2 {
        position: absolute;
        top: 0;
        transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg)
    }

    .izbemxew .image-3 {
        transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg)
    }

    .izbemxew .image-4 {
        position: absolute;
        top: 0;
        transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg)
    }

        .izbemxew .image-2 iframe, .izbemxew .image-4 iframe {
            display: block;
            min-height: 350px;
            border: none !important;
            margin: 0;
            padding: 0;
            -o-object-position: top;
            object-position: top;
            pointer-events: none;
            background: border-box padding-box,border-box #fff0;
            width: 100% !important;
            height: 100% !important;
            -o-object-fit: cover;
            object-fit: cover
        }

.xnjzyubq {
    position: relative;
    padding-right: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .xnjzyubq h4 {
        color: #fff;
        font-size: 40px;
        text-align: center;
        font-family: "Base Neue Cond";
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
        padding: 0
    }

        .xnjzyubq h4 span {
            display: block;
            font-size: 50px
        }

    .xnjzyubq p {
        color: #fff;
        text-align: center;
        font-size: 22px;
        line-height: 1.3;
        width: 100%;
        margin: 15px 0 0 0;
        padding: 0
    }

    .xnjzyubq .red-btn:hover {
        background-color: #fff;
        color: #000
    }

.owlbring01 .owl-stage {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.owlbring01 .item {
    position: relative;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 44px 20px 44px
}

.owlbring01 .owl-dots {
    position: relative;
    text-align: center;
    margin: 0 0;
    padding: 1.425rem 0 6px
}

    .owlbring01 .owl-dots .owl-dot {
        display: inline-block;
        margin: 0 4px
    }

        .owlbring01 .owl-dots .owl-dot span {
            outline: 0;
            display: block;
            font-size: 0;
            border: none;
            margin: 0;
            padding: 0;
            background: #b5b5b5;
            border-radius: 0;
            width: 8px;
            height: 8px;
            transition: .3s ease-in;
            transform: none;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            -webkit-transition: .3s ease-in;
            -moz-transition: .3s ease-in;
            -ms-transition: .3s ease-in;
            -o-transition: .3s ease-in;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0
        }

        .owlbring01 .owl-dots .owl-dot.active span {
            background-color: #dd1414;
            width: 1rem;
            height: .625rem
        }

        .owlbring01 .owl-dots .owl-dot span:hover {
            background-color: #fff
        }

@media (max-width:1920px) and (min-width:1550px) {
    .xnjzyubq h4 {
        font-size: 60px
    }

        .xnjzyubq h4 span {
            font-size: 80px
        }

    .xnjzyubq p {
        font-size: 24px
    }

    .izbemxew .image-1, .izbemxew .image-2 {
        height: 60vh
    }
}

@media (max-width:1399.98px) {
    .izbemxew .image-1, .izbemxew .image-2, .izbemxew .image-3, .izbemxew .image-4 {
        height: 50vh
    }
}

@media (max-width:1199.98px) {
    .xnjzyubq p {
        width: 100%;
        font-size: 20px
    }

    .izbemxew .image-1, .izbemxew .image-2, .izbemxew .image-3, .izbemxew .image-4 {
        width: 100%;
        height: 50vh
    }
}

@media (max-width:991.98px) {
    .mzzzzves .auto-container {
        width: 100%;
        padding: 60px 20px 60px
    }

    .izbemxew {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 25px
    }

        .izbemxew .image-1, .izbemxew .image-2, .izbemxew .image-3, .izbemxew .image-4 {
            width: 100%;
            height: 100%;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px
        }

        .izbemxew .image-1, .izbemxew .image-3 {
            transform: rotate(0);
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0)
        }

        .izbemxew .image-2, .izbemxew .image-4 {
            transform: rotate(0);
            position: static;
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0)
        }
}

@media (max-width:575.98px) {
    .eebje1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 25px
    }

    .eebje2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .eebje3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 25px
    }
}

.news-ticker-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #010005;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
    position: relative;
    width: 100%
}

.news-heading {
    font-weight: 700;
    font-size: 16px;
    margin-right: 20px;
    background: #a7cb13;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    z-index: 9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.news-ticker-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    animation: ticker-scroll 50s linear infinite;
    -webkit-animation: ticker-scroll 50s linear infinite;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.news-ticker-container .news-ticker-wrapper {
    -webkit-animation-duration: 30s !important;
    animation-duration: 30s !important
}

.news-ticker-wrapper .news-ticker {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.news-ticker-wrapper, .news-ticker-wrapper .news-ticker {
    gap: calc(clamp(10rem,1rem + 40vmin,30rem)/ 14);
    min-width: 100%;
    width: 100%
}

    .news-ticker-wrapper .news-ticker .news-item {
        color: #fff;
        display: inline-block;
        font-size: 1rem;
        padding-left: 10px;
        border-left: 4px solid #dd1414;
        margin-right: 2px
    }

@-webkit-keyframes ticker-scroll {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%)
    }
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%)
    }
}

@media (min-width:992px) {
    .stats-boxarea .col-md-3.col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
}

.stats-section-area {
    position: relative;
    padding: 40px 0 40px;
    background: #000
}

.stats-boxarea {
    position: relative;
    z-index: 1
}

.stats-single-box {
    text-align: center;
    transition: all .4s;
    padding: 20px;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

    .stats-single-box h2 {
        color: #fff;
        font-size: 42px;
        line-height: 42px;
        transition: all .4s;
        margin: 0;
        text-align: center;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s
    }

    .stats-single-box p {
        color: #fff;
        font-size: 16px;
        line-height: 16px;
        transition: all .4s;
        margin: 0;
        letter-spacing: 1.2px;
        font-weight: 700;
        font-family: 'Base Neue Cond';
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s
    }

    .stats-single-box::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 100%;
        transition: all .4s;
        background: #a7cb13;
        z-index: -1;
        border-radius: 8px;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px
    }

    .stats-single-box:hover::after {
        height: 100%;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s
    }

    .stats-single-box.box2::after {
        background: #b94401
    }

    .stats-single-box.box3::after {
        background: #feb400
    }

    .stats-single-box.box4::after {
        background: #dd1414
    }

    .stats-single-box.box5::after {
        background: #d5fd00
    }

.border-height-0.stats-single-box::after {
    height: 0
}

.border-height-0.stats-single-box:hover::after {
    height: 100%
}

.BGtransparent .sectionheading03 h2, .BGtransparent .sectionheading03 h5 {
    color: #000 !important
}

.testimonialstyle02.BGtransparent::before {
    background: 0 0
}

.BGtransparent .testimonialcard::before {
    background: #000;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,rgba(0,0,0)),to(rgba(0,0,0,.8)));
    background: -o-linear-gradient(top,rgba(0,0,0) 20%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(180deg,rgba(0,0,0) 20%,rgba(0,0,0,.8) 100%)
}

.BGtransparent .testimonialcard:hover::before {
    opacity: 0 !important
}

.Expandedmain01 {
    position: relative;
    padding: 40px 0 40px;
    background: #efefef
}

.Expandedbxbadge01 .nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 8px
}

    .Expandedbxbadge01 .nav-pills .nav-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 8px);
        flex: 0 0 calc(25% - 8px);
        width: calc(25% - 8px)
    }

        .Expandedbxbadge01 .nav-pills .nav-item .nav-link {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: center;
            width: 100%;
            height: 100%;
            padding: 1.5rem 1rem;
            border: 0;
            color: #000;
            font-size: 24px;
            line-height: 32px;
            font-weight: 700;
            font-family: 'Base Neue Cond';
            letter-spacing: 1.5px;
            letter-spacing: .03em;
            background-color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 1rem 1rem 0 0;
            overflow: hidden;
            -webkit-border-radius: 1rem 1rem 0 0;
            -moz-border-radius: 1rem 1rem 0 0;
            -ms-border-radius: 1rem 1rem 0 0;
            -o-border-radius: 1rem 1rem 0 0
        }

            .Expandedbxbadge01 .nav-pills .nav-item .nav-link span.figure {
                position: relative;
                display: block;
                width: 140px;
                margin: 0;
                padding-right: 22px
            }

            .Expandedbxbadge01 .nav-pills .nav-item .nav-link.gdcentresnav span.figure, .Expandedbxbadge01 .nav-pills .nav-item .nav-link.qyriinzd span.figure {
                transform: scale(1.2);
                -webkit-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -ms-transform: scale(1.2);
                -o-transform: scale(1.2)
            }

            .Expandedbxbadge01 .nav-pills .nav-item .nav-link span.figure img {
                max-width: 100%;
                max-height: 100%;
                height: auto;
                -o-object-fit: cover;
                object-fit: cover;
                mix-blend-mode: multiply
            }

.Expandedbxbadge01 .tab-content {
    margin: 0 4px !important;
    padding: 0 0 !important
}

    .Expandedbxbadge01 .nav-pills .nav-item .nav-link.active, .Expandedbxbadge01 .tab-content .tab-pane {
        background-color: rgba(221,20,20,.1)
    }

    .Expandedbxbadge01 .tab-content .tab-pane {
        outline: 0 !important;
        padding: 0 0 !important;
        border-radius: 0 0 1rem 1rem;
        -webkit-border-radius: 0 0 1rem 1rem;
        -moz-border-radius: 0 0 1rem 1rem;
        -ms-border-radius: 0 0 1rem 1rem;
        -o-border-radius: 0 0 1rem 1rem
    }

.Expandedbxbadge01 .tabrequtten {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .625rem .625rem
}

.Expandedbxbadge01 .contenttab {
    width: 46%;
    padding: 3.1rem
}

    .Expandedbxbadge01 .contenttab h2 {
        color: #000;
        font-size: 28px;
        line-height: 38px;
        text-transform: uppercase;
        margin-bottom: 15px
    }

    .Expandedbxbadge01 .contenttab p {
        color: #000;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px
    }

.Expandedbxbadge01 .tabrequtten .thumbtab {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 45%;
    -webkit-clip-path: circle(95% at 100% 90%);
    clip-path: circle(95% at 100% 90%);
    overflow: hidden
}

    .Expandedbxbadge01 .tabrequtten .thumbtab img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1)
    }

.Expandedbxbadge01 .tab-content figure img {
    -webkit-box-shadow: none;
    box-shadow: none
}

.Expandedbxbadge01 .nav-pills .nav-item .nav-link.gdcentresnav.active, .Expandedbxbadge01 .tab-content .tab-pane.gdcentrestab.active {
    background-color: #ab00dc !important
}

.Expandedbxbadge01 .nav-pills .nav-item .nav-link.gdhbiotechnav.active, .Expandedbxbadge01 .tab-content .tab-pane.gdhbiotechtab.active {
    background-color: #00b9b4 !important
}

.Expandedbxbadge01 .nav-pills .nav-item .nav-link.gqexponav.active, .Expandedbxbadge01 .tab-content .tab-pane.gqexpotab.active {
    background-color: #1d3a6a !important
}

.Expandedbxbadge01 .nav-pills .nav-item .nav-link.gcvallynav.active, .Expandedbxbadge01 .tab-content .tab-pane.gcvallytab.active {
    background-color: #e00000 !important
}

.Expandedbxbadge01 .nav-pills .nav-item .nav-link.gcvallynav.active, .Expandedbxbadge01 .nav-pills .nav-item .nav-link.gdcentresnav.active, .Expandedbxbadge01 .nav-pills .nav-item .nav-link.gdhbiotechnav.active, .Expandedbxbadge01 .nav-pills .nav-item .nav-link.gqexponav.active, .Expandedbxbadge01 .tab-content .contenttab ul.listStyle li, .Expandedbxbadge01 .tab-content .gcvallytab .contenttab h2, .Expandedbxbadge01 .tab-content .gcvallytab .contenttab p, .Expandedbxbadge01 .tab-content .gdcentrestab .contenttab h2, .Expandedbxbadge01 .tab-content .gdcentrestab .contenttab p, .Expandedbxbadge01 .tab-content .gdhbiotechtab .contenttab h2, .Expandedbxbadge01 .tab-content .gdhbiotechtab .contenttab p, .Expandedbxbadge01 .tab-content .gqexpotab .contenttab h2, .Expandedbxbadge01 .tab-content .gqexpotab .contenttab p {
    color: #fff !important
}

    .Expandedbxbadge01 .nav-pills .nav-item .nav-link.gcvallynav.active span.figure img, .Expandedbxbadge01 .nav-pills .nav-item .nav-link.gdcentresnav.active span.figure img, .Expandedbxbadge01 .nav-pills .nav-item .nav-link.gdhbiotechnav.active span.figure img, .Expandedbxbadge01 .nav-pills .nav-item .nav-link.gqexponav.active span.figure img {
        mix-blend-mode: normal !important;
        filter: brightness(0) invert(1) !important;
        -webkit-filter: brightness(0) invert(1) !important
    }

    .Expandedbxbadge01 .nav-pills .nav-item .nav-link.gdhbiotechnav.active span.figure img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1)
    }

.cardiuamnult {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 305px;
    padding: 10px;
    -webkit-box-shadow: 1px 1px 15px 10px #ccc;
    box-shadow: 1px 1px 15px 10px #ccc;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem
}

    .cardiuamnult .cardtitle01 {
        position: absolute;
        bottom: 30px;
        color: #dd1414;
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 5px;
        text-align: center;
        text-transform: uppercase;
        -webkit-transition: opacity .5s ease-out,-webkit-transform .5s ease-out;
        transition: opacity .5s ease-out,-webkit-transform .5s ease-out;
        transition: transform .5s ease-out,opacity .5s ease-out;
        transition: transform .5s ease-out,opacity .5s ease-out,-webkit-transform .5s ease-out;
        -webkit-transition: transform .5s ease-out,opacity .5s ease-out;
        -moz-transition: transform .5s ease-out,opacity .5s ease-out;
        -ms-transition: transform .5s ease-out,opacity .5s ease-out;
        -o-transition: transform .5s ease-out,opacity .5s ease-out
    }

    .cardiuamnult .cardimage01 {
        border-radius: 1rem;
        position: absolute;
        top: -50px;
        left: 0;
        max-width: 85%;
        margin: 0 auto;
        margin-left: 25px !important;
        margin-right: 20px !important;
        height: 250px;
        z-index: 100;
        -webkit-box-shadow: 1px 1px 10px 3px #ccc;
        box-shadow: 1px 1px 10px 3px #ccc;
        transition: top .5s ease-in-out;
        -webkit-transition: top .5s ease-in-out;
        -moz-transition: top .5s ease-in-out;
        -ms-transition: top .5s ease-in-out;
        -o-transition: top .5s ease-in-out
    }

        .cardiuamnult .cardimage01 img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            border-radius: 1rem;
            -webkit-border-radius: 1rem;
            -moz-border-radius: 1rem;
            -ms-border-radius: 1rem;
            -o-border-radius: 1rem
        }

    .cardiuamnult .cardcontent01 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0;
        -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
        transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
        transition: transform .3s ease-out,opacity .3s ease-out;
        transition: transform .3s ease-out,opacity .3s ease-out,-webkit-transform .3s ease-out;
        -webkit-transition: transform .3s ease-out,opacity .3s ease-out;
        -moz-transition: transform .3s ease-out,opacity .3s ease-out;
        -ms-transition: transform .3s ease-out,opacity .3s ease-out;
        -o-transition: transform .3s ease-out,opacity .3s ease-out
    }

        .cardiuamnult .cardcontent01 .title {
            color: #000;
            font-size: 24px;
            line-height: 34px;
            text-align: center;
            text-transform: uppercase
        }

        .cardiuamnult .cardcontent01 .text {
            color: #000;
            font-size: 15px;
            line-height: 24px;
            text-align: center;
            margin-top: 0;
            display: none
        }

    .cardiuamnult:hover {
        height: 100%
    }

        .cardiuamnult:hover .cardtitle01 {
            transform: translateY(40px);
            opacity: 0;
            -webkit-transform: translateY(40px);
            -moz-transform: translateY(40px);
            -ms-transform: translateY(40px);
            -o-transform: translateY(40px)
        }

        .cardiuamnult:hover .cardimage01 {
            top: -80px
        }

        .cardiuamnult:hover .cardcontent01 {
            opacity: 1;
            padding-top: 180px;
            -webkit-transition-delay: .2s;
            -o-transition-delay: .2s;
            transition-delay: .2s
        }

            .cardiuamnult:hover .cardcontent01 .text {
                display: block
            }

.kcleeckc {
    position: relative;
    overflow: hidden;
    padding: 60px 0 60px
}

.scuvmxbl {
    position: relative;
    z-index: 9;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px
}

.ajcyrbpg {
    position: relative;
    overflow: hidden;
    transform: rotate(0);
    width: calc(100% + 60px);
    background: 0 0;
    z-index: 9;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0)
}

    .ajcyrbpg .slide-har {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0
    }

.hkjnbg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-animation: slide-har-revers 30s linear infinite;
    animation: slide-har-revers 30s linear infinite
}

    .hkjnbg .yljigcsi {
        padding: 0 10px
    }

.sddpxonu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-animation: slide-har 30s linear infinite;
    animation: slide-har 30s linear infinite
}

    .sddpxonu .yljigcsi {
        padding: 0 10px
    }

@-webkit-keyframes slide-har {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
        -moz-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        -o-transform: translateX(-25%)
    }
}

@keyframes slide-har {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
        -moz-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        -o-transform: translateX(-25%)
    }
}

@-webkit-keyframes slide-har-revers {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }

    0% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
        -moz-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        -o-transform: translateX(-25%)
    }
}

@keyframes slide-har-revers {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }

    0% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
        -moz-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        -o-transform: translateX(-25%)
    }
}

.kcleeckc .gallery-yljigcsi {
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: -1px 4px 10px 0 #0c0c0c21;
    box-shadow: -1px 4px 10px 0 #0c0c0c21;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
    height: 120px;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

    .kcleeckc .gallery-yljigcsi figure {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        padding: 0;
        overflow: hidden;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .kcleeckc .gallery-yljigcsi img {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.kcleeckc .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent
}

.kcleeckc .mthxxmz {
    position: relative;
    overflow: hidden
}

.kcleeckc .pdegruyl {
    background-color: rgba(1,165,186,.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 165%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    border-radius: 8px;
    visibility: visible;
    transition: .25s all ease-in;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-transition: .25s all ease-in;
    -moz-transition: .25s all ease-in;
    -ms-transition: .25s all ease-in;
    -o-transition: .25s all ease-in
}

.kcleeckc .mthxxmz:hover .pdegruyl {
    visibility: visible;
    top: 50%
}

@media (max-width:991.98px) {
    .kcleeckc .gallery-yljigcsi img {
        width: 250px;
        height: 120px
    }

    @-webkit-keyframes slide-har {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0)
        }

        100% {
            -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
            -moz-transform: translateX(-20%);
            -ms-transform: translateX(-20%);
            -o-transform: translateX(-20%)
        }
    }

    @keyframes slide-har {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0)
        }

        100% {
            -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
            -moz-transform: translateX(-20%);
            -ms-transform: translateX(-20%);
            -o-transform: translateX(-20%)
        }
    }

    @-webkit-keyframes slide-har-revers {
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0)
        }

        0% {
            -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
            -moz-transform: translateX(-20%);
            -ms-transform: translateX(-20%);
            -o-transform: translateX(-20%)
        }
    }

    @keyframes slide-har-revers {
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0)
        }

        0% {
            -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
            -moz-transform: translateX(-20%);
            -ms-transform: translateX(-20%);
            -o-transform: translateX(-20%)
        }
    }
}

@media (max-width:575.98px) {
    .kcleeckc .gallery-yljigcsi img {
        width: 200px;
        height: 120px
    }
}

.Expandedbxbadge01 .nav-pills .nav-item .nav-link span.strip1 {
    position: absolute;
    top: 8px;
    right: -41px;
    z-index: 99;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Poppins,sans-serif;
    background: #dd1414;
    padding: 5px 0 5px 0;
    transform: rotate(30deg);
    width: 155px;
    text-align: center;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg)
}

.smedxstyle01.nexustyle01 .leftcontentaibox p span {
    color: #dd1414 !important
}

.Expandedbxbadge01 .tab-content .contenttab ul.listStyle li {
    line-height: 26px;
    padding: 0 0 5px 24px;
    margin-bottom: 6px
}

    .Expandedbxbadge01 .tab-content .contenttab ul.listStyle li::before {
        top: 10px;
        color: #fff
    }

.Expandedbxbadge01 .tabrequtten .thumbtab {
    -webkit-clip-path: circle(90% at 100% 84%);
    clip-path: circle(90% at 100% 84%)
}

.Expandedbxbadge01 .gcvallytab .tabrequtten .thumbtab {
    -webkit-clip-path: circle(82% at 100% 65%);
    clip-path: circle(82% at 100% 65%)
}

.mediapartnerinner.kcleeckc {
    position: relative;
    padding-left: 2.625rem;
    padding-right: 2.625rem;
    background: 0 0;
    background-color: transparent
}

.mediapartnerinner .ajcyrbpg {
    width: 100%;
    padding: 0 0
}

.mediapartnerinner .scuvmxbl .ajcyrbpg .samestyling.swiper-marquee .swiper-slide {
    width: 180px !important;
    height: 115px
}

.mediapartnerinner .scuvmxbl .ajcyrbpg .samestyling .gallery-yljigcsi {
    width: 100% !important;
    height: auto !important
}

.mediapartnerinner .scuvmxbl .ajcyrbpg .samestyling.swiper-marquee .swiper-slide img {
    filter: none !important;
    -webkit-filter: none !important
}

.mediapartnerinner .scuvmxbl .ajcyrbpg .slide-har {
    padding: 0 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mediapartnerinner .scuvmxbl .ajcyrbpg .samestyling .swiper-notification {
    display: none !important
}

.cxpwftzh:before {
    display: none
}

.fdjebyol {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16/9
}

.videobg-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden
}

.kglapttn {
    background-color: #000;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .3;
    z-index: 9
}

.bnavuntl {
    position: relative;
    z-index: 9
}

    .bnavuntl .innerTextSlide {
        width: 82% !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
        padding-top: 8% !important;
        z-index: 99
    }

.main-slider-two.index-two .innerTextSlide h1 {
    text-align: left !important
}

.swteuqlb h4 {
    font-family: 'Base Neue Cond';
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    padding: 0;
    margin: 0
}

.swteuqlb span {
    display: block;
    font-family: 'Base Neue Cond';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 80px;
    line-height: 1;
    color: #fff
}

.cqewt {
    position: absolute;
    top: 15%;
    left: -8%;
    width: 56%
}

    .cqewt figure {
        margin: 0;
        padding: 0
    }

        .cqewt figure img {
            max-width: 100%;
            -o-object-fit: contain;
            object-fit: contain
        }

.cxpwftzh {
    position: relative;
    width: 100%
}

    .cxpwftzh figure {
        margin: 0;
        padding: 0;
        width: 36%
    }

        .cxpwftzh figure img {
            max-width: 100%;
            max-height: 100%;
            -o-object-fit: contain;
            object-fit: contain
        }

.swteuqlb {
    position: absolute;
    top: 52%;
    left: 18%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%)
}

.index-two .ms-main .slider-inner::after {
    display: none
}

@media(max-width:1920px) and (min-width:1800px) {
    .dbxfejry {
        height: 85vh !important
    }

    .cxpwftzh figure {
        width: 40%
    }

    .swteuqlb span {
        font-size: 100px
    }

    .swteuqlb h4 {
        font-size: 50px
    }

    .swteuqlb {
        top: 50%;
        left: 22%
    }
}

@media(max-width:1799px) and (min-width:1650px) {
    .cxpwftzh figure {
        width: 50%
    }

    .swteuqlb {
        top: 50%;
        left: 20%
    }
}

@media(max-width:1649px) and (min-width:1550px) {
    .cxpwftzh figure {
        width: 40%
    }

    .swteuqlb {
        top: 50%;
        left: 19%
    }
}

@media (max-width:1399.98px) {
    .bnavuntl .innerTextSlide {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .cxpwftzh {
        height: auto !important
    }

        .cxpwftzh figure {
            width: 45% !important
        }

    .swteuqlb h4 {
        font-size: 40px
    }

    .swteuqlb span {
        font-size: 85px
    }

    .dbxfejry {
        height: 650px !important
    }

    .swteuqlb {
        left: 23%
    }
}

@media (max-width:1199.98px) {
    .fdjebyol {
        height: 100% !important
    }

    .swteuqlb {
        left: 23% !important;
        top: 50% !important
    }

    .cxpwftzh figure {
        width: 45% !important
    }

    .bnavuntl .innerTextSlide {
        width: 95% !important
    }

    .swteuqlb h4 {
        font-size: 35px !important
    }

    .swteuqlb span {
        font-size: 80px !important
    }
}

@media (max-width:991.98px) {
    .dbxfejry {
        height: 65vh !important
    }

    .cxpwftzh figure {
        width: 36% !important
    }

    .swteuqlb span {
        font-size: 60px
    }

    .swteuqlb h4 {
        font-size: 26px
    }

    .swteuqlb {
        left: 18%
    }
}

@media(max-width:767px) {
    .videobg-2 {
        height: 60vh
    }

        .videobg-2 video {
            -o-object-fit: cover;
            object-fit: cover
        }

    .swteuqlb h4 span {
        font-size: 40px !important
    }

    .swteuqlb {
        left: 0 !important;
        right: 0;
        text-align: center;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        width: 100%
    }
}

.Expandedbxbadge01 .contenttab .footer-Links {
    padding-right: 0
}

    .Expandedbxbadge01 .contenttab .footer-Links .accordion-item {
        padding: 6px 0 6px
    }

    .Expandedbxbadge01 .contenttab .footer-Links .accordion-body {
        padding: 6px 0 0
    }

    .Expandedbxbadge01 .contenttab .footer-Links .accordion-item .accordion-button {
        font-size: 16px;
        line-height: 30px;
        text-transform: uppercase
    }

.footer-Links .accordion-body ul {
    padding-left: 15px
}

.techweekAdd.newsmain .newsbox .newsection .owl-dots {
    display: none !important
}

.nav-menu {
    width: auto !important
}

body .cxeotjpn {
    background: #a7cb13;
    padding: 8px 14px;
    width: auto !important;
    margin-right: 10px;
    border-radius: 100px;
    border: #a7cb14 solid 1px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px
}

.cxeotjpn p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: center;
    font-family: poppins,sans-serif;
    line-height: unset;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase
}

.headerBtn .red-btn {
    font-size: 14px;
    border-radius: 100px;
    text-transform: uppercase;
    padding: 8px 5px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px
}

.cxeotjpn p span {
    display: block;
    color: #dd1414;
    font-weight: 600
}

.snoxohc {
    display: none
}

@media(max-width:768px) {
    .snoxohc {
        display: block !important;
        width: auto;
        margin-right: 0;
        width: 100% !important;
        padding: 2px 20px !important
    }

        .snoxohc p {
            font-weight: 500;
            white-space: inherit !important
        }

            .snoxohc p span {
                color: #fff;
                display: inline-block;
                margin-left: 5px;
                font-weight: 500
            }

    .cxeotjpn {
        display: none
    }
}

@media (max-width:575.98px) {
    .snoxohc p {
        font-weight: 500;
        font-size: 9px;
        padding: 3px 0
    }
}

@media only screen and (min-width:375px) and (max-width:400px) {
    .snoxohc p {
        font-weight: 500;
        font-size: 10px;
        padding: 3px 5px
    }
}

@media only screen and (min-width:410px) and (max-width:768px) {
    .snoxohc p {
        font-size: 11.5px
    }
}

.osdkkaxm {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ufrqfkiz .zyeuyuqa a {
    display: none !important
}

.ufrqfkiz .zyeuyuqa .ohtvsafp a {
    display: block !important
}

.mediahighlightbx {
    position: relative;
    padding: 100px 0 100px;
    overflow: hidden;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #000;
    z-index: 1
}

    .mediahighlightbx::before {
        content: "";
        position: absolute;
        top: -212px;
        left: 0;
        width: 100%;
        height: 60%;
        z-index: -1;
        background: -o-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,0)),color-stop(50%,rgba(0,0,0,1)),to(rgba(0,0,0,0)));
        background: linear-gradient(0deg,rgba(0,0,0,0) 0,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%)
    }

    .mediahighlightbx.pt-5.pb-5 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

.mediaswiper1 .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative
}

.mediaswiper1 .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    position: relative;
    margin: 0 0
}

.mediaswiper1 .swiper-notification {
    display: none !important
}

.mediaswiper1 .swiper-button-next, .mediaswiper1 .swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 100px;
    height: 100px;
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    margin: 0 !important;
    font: inherit
}

    .mediaswiper1 .swiper-button-next::after, .mediaswiper1 .swiper-button-prev::after {
        display: none !important
    }

.mediaswiper1 .swiper-button-prev {
    left: 10px;
    right: unset
}

.mediaswiper1 .swiper-button-next {
    left: unset;
    right: 10px
}

.mediaswiper1 .arrow1 {
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%)
}

.mediaswiper1 .swiper-button-prev .arrow1 {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

.mediaswiper1 .swiper-button-next .arrow1 {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

.mediaswiper1 .arrow1 span {
    display: block;
    width: 1.2vw;
    height: 1.2vw;
    border-bottom: 5px solid #dd1414;
    border-right: 5px solid #dd1414;
    transform: rotate(45deg);
    margin: -13px;
    animation: animatearrow 2s infinite;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-animation: animatearrow 2s infinite
}

    .mediaswiper1 .arrow1 span:nth-child(2) {
        -webkit-animation-delay: -.2s;
        animation-delay: -.2s
    }

    .mediaswiper1 .arrow1 span:nth-child(3) {
        -webkit-animation-delay: -.4s;
        animation-delay: -.4s
    }

@-webkit-keyframes animatearrow {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
        -webkit-transform: rotate(45deg) translate(-20px,-20px);
        -moz-transform: rotate(45deg) translate(-20px,-20px);
        -ms-transform: rotate(45deg) translate(-20px,-20px);
        -o-transform: rotate(45deg) translate(-20px,-20px)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
        -webkit-transform: rotate(45deg) translate(20px,20px);
        -moz-transform: rotate(45deg) translate(20px,20px);
        -ms-transform: rotate(45deg) translate(20px,20px);
        -o-transform: rotate(45deg) translate(20px,20px)
    }
}

@keyframes animatearrow {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
        -webkit-transform: rotate(45deg) translate(-20px,-20px);
        -moz-transform: rotate(45deg) translate(-20px,-20px);
        -ms-transform: rotate(45deg) translate(-20px,-20px);
        -o-transform: rotate(45deg) translate(-20px,-20px)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
        -webkit-transform: rotate(45deg) translate(20px,20px);
        -moz-transform: rotate(45deg) translate(20px,20px);
        -ms-transform: rotate(45deg) translate(20px,20px);
        -o-transform: rotate(45deg) translate(20px,20px)
    }
}

.highthumb1 {
    width: 100%;
    position: relative;
    transition: .5s all ease-in;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: .5s all ease-in;
    -moz-transition: .5s all ease-in;
    -ms-transition: .5s all ease-in;
    -o-transition: .5s all ease-in;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

    .highthumb1::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: -o-linear-gradient(bottom,rgba(0,0,0,1) 0,rgba(255,255,255,0) 100%);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,1)),to(rgba(255,255,255,0)));
        background: linear-gradient(0deg,rgba(0,0,0,1) 0,rgba(255,255,255,0) 100%);
        border-radius: 10px;
        z-index: 1;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px
    }

    .highthumb1 img {
        display: block;
        width: 100%;
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top
    }

.newswipersection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .newswipersection .swiper-wrapper {
        padding: 15px 0
    }

    .newswipersection .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        height: 100%;
        position: relative;
        overflow: hidden;
        position: relative;
        margin: 0 0;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px
    }

.newsmain .newswipersection .inner-box .buttonbox, .newsmain .newswipersection .inner-box .lower-content {
    width: calc(100% - 32px)
}

.newswipersection .swiper-button-next, .newswipersection .swiper-button-prev, .newswipersection .swiper-notification {
    display: none !important
}

.newsmain .newswipersection .inner-box .buttonbox {
    padding-bottom: 8px
}

.newsmain .newswipersection .inner-box .post-info li {
    padding: 5px 20px 5px
}

.gitexglobal26main {
    background: #000;
    padding: 130px 0 30px;
    position: relative;
    background-position: center;
    background-position: 50% 80%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 99;
    width: 100%;
    height: 80%
}

    .gitexglobal26main::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        z-index: -1;
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgb(6 7 10)),color-stop(rgb(0 0 0 / 5%)),to(rgb(26 26 27 / 0)));
        background-image: -o-linear-gradient(top,rgb(6 7 10),rgb(0 0 0 / 5%),rgb(26 26 27 / 0));
        background-image: linear-gradient(to bottom,rgb(6 7 10),rgb(0 0 0 / 5%),rgb(26 26 27 / 0))
    }

    .gitexglobal26main .gitexbannertext1 {
        position: relative;
        width: 100%;
        padding-top: 8rem;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

.gitexbannertext1 .gitexvenuedate1 {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 520px;
    margin-bottom: 1.625rem;
    padding: 1.625rem 1.625rem 1.625rem 1.625rem;
    background-color: #00f !important;
    -webkit-clip-path: polygon(100% 0,100% 70%,88% 100%,0 100%,0 0) !important;
    clip-path: polygon(100% 0,100% 70%,88% 100%,0 100%,0 0) !important
}

.gitexglobal26main .gitexbannertext1 .gitexvenuedate1, .gitexglobal26main .gitexbannertext1 p {
    padding-left: 100px !important
}

.gitexbannertext1 .gitexvenuedate1 h1 {
    color: #fff;
    font-size: 54px;
    line-height: 62px;
    margin: 0;
    padding: 0
}

.gitexglobal26main .gitexbannertext1 p {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: unset;
    margin-bottom: 10px
}

.techexpandtxt1 h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin: 0
}

.techexpandtxt1 p {
    color: #000;
    font-size: 16px;
    line-height: 30px
}

    .techexpandtxt1 p span {
        color: #dd1414;
        font-weight: 600
    }

.techexpandtxt1 .red-btn:hover {
    border-color: #000
}

.BgColorAndStyle_ {
    background: #000;
    overflow: hidden
}

    .BgColorAndStyle_ .hub-image {
        height: 100% !important;
        margin: 0 !important
    }

.editionbuilt1 .align-items-center {
    -webkit-box-align: unset !important;
    -ms-flex-align: unset !important;
    align-items: unset !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.editionbuilt1 .hub-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.editionbuilt1 .padding-right-0 {
    padding-right: 0 !important
}

.editionbuilt1 .padding-left-0 {
    padding-left: 0 !important
}

.editionbuilt1 .hub-image figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 380px;
    background-size: cover;
    background-position: center;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.editionbuilt1 .hub-image img {
    width: 100%;
    height: auto
}

.editionbuilt1 .hub-content {
    width: 90%;
    margin: 0 auto;
    height: 100%;
    padding: 3.225rem 0 3.225rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .editionbuilt1 .hub-content h2 {
        color: #152a3f;
        font-size: 90px;
        margin: 0
    }

    .editionbuilt1 .hub-content h3 {
        color: #c81c24;
        font-size: 40px;
        font-weight: 700;
        margin: 0
    }

        .editionbuilt1 .hub-content h3.mb-5 {
            margin-bottom: 1.5rem !important
        }

    .editionbuilt1 .hub-content p {
        color: #333;
        font-size: 20px;
        line-height: 32px;
        margin-top: 0
    }

@media(max-width:1350px) and (min-width:992px) {
    .editionbuilt1 .hub-image {
        overflow: hidden
    }

        .editionbuilt1 .hub-image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .editionbuilt1 .hub-content h3 {
        font-size: 42px
    }
}

.newsmain .inner-box h4 {
    margin-top: 0
}

.heroSection .swiper {
    width: 100%;
    height: 100%
}

.heroSection .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .heroSection .swiper-slide, .heroSection .swiper-slide figure {
        width: 100% !important;
        height: 100% !important;
        margin: 0
    }

        .heroSection .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

.heroSection .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    transform: scale(1.1);
    transition: .5s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.heroSection .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #dd1414;
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4)
}


/* end */



body {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #fff !important;
}

.Bg_White_ h6.textBG {
    -webkit-text-stroke: 1px rgb(21 42 63 / 49%);
}

.Bg_White_ {
    BACKGROUND: #fff !important;
}

    .Bg_White_ .sectiontitleNew h2 {
        color: #152a3f;
    }

.For-T-and-B-Padding {
    padding: 50px 0 50px 0;
}

.headerBtn .dropdown-menu.show {
    display: block;
    background: #eb1b24;
    border-radius: 0;
    width: 87%;
}

.headerBtn .dropdown-item {
    color: #fff;
    background: none;
}

    .headerBtn .dropdown-item:focus,
    .dropdown-item:hover {
        color: #fff;
        background-color: #28292a;
    }

.headerBtnMobile {
    display: none;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0px 0;
    left: 0;
    border-bottom: none;
    z-index: 9999;
    margin-left: auto;
    width: 100%
}

    header.headfixed {
        background: #006BAD;
        position: fixed;
        z-index: 9999;
    }

.header-upper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.headerBtn-mobile {
    display: none
}

.logo-box_new {
    width: 42%
}

.headfixed .logo-box_new .top-logo figure.logolockup {
    width: 80%;
    margin: 10px 0;
}

.logo-box_new .top-logo figure {
    margin-top: 14px;
    width: 100%;
    text-align: center;
}

span.HeaderTiming {
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    top: -12px;
}

    span.HeaderTiming:before {
        content: '';
        position: absolute;
        top: 9px;
        width: 34%;
        height: 1px;
        background: #ffffff94;
        left: -76px;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }

    span.HeaderTiming:after {
        content: '';
        position: absolute;
        top: 9px;
        width: 34%;
        height: 1px;
        background: #ffffff94;
        margin-left: 5px;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }

header.headfixed figure.logolockup span.HeaderTiming {
    font-size: 12px;
    top: -5px;
}

    header.headfixed figure.logolockup span.HeaderTiming:before {
        left: -50px;
    }

    header.headfixed figure.logolockup span.HeaderTiming:after,
    header.headfixed figure.logolockup span.HeaderTiming:before {
        width: 24%;
    }

.headfixed .logo-box_new .top-logo figure {
    margin-top: 0;
    width: 100%;
    margin-bottom: 5px;
}

.nav-menu {
    background: 0 0;
    top: 0;
    right: 0;
    -webkit-transition: width .2s, height .4s;
    -moz-transition: width .2s, height .4s;
    -o-transition: width .2s, height .4s;
    transition: width .2s, height .4s;
    -ms-transition: width .2s, height .4s;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 65%
}

#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer
}

    #menu-wrapper #hamburger-menu {
        position: relative;
        margin: 16px;
        color: #fff;
        font-weight: 500;
        margin-left: 0;
    }

        #menu-wrapper #hamburger-menu i {
            margin-left: 5px
        }

.burger-strip {
    transition: .5s;
    margin-top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    margin-left: 5px;
}

.strip div {
    height: 3px;
    width: 35px;
    border-radius: 2px;
    margin: 4px;
    transition: .55s cubic-bezier(.075, .82, .165, 1);
    -webkit-transition: .55s cubic-bezier(.075, .82, .165, 1);
    -moz-transition: .55s cubic-bezier(.075, .82, .165, 1);
    -ms-transition: .55s cubic-bezier(.075, .82, .165, 1);
    -o-transition: .55s cubic-bezier(.075, .82, .165, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.burger {
    border-radius: 10px;
    background: 0 0;
    box-shadow: none;
    justify-content: center;
    align-items: center;
    margin: 10px 10px;
    /* width: 82px; */
    height: 58px;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    flex-direction: row;
    margin-right: 25px;
    display: flex;
}

    .burger span {
        font-size: 16px;
        margin-right: 11px;
        color: #fff;
    }

    .burger .strip div {
        background: #fff;
    }

.burger-strip div:first-child {
    width: 25px;
    height: 3px;
}

.burger-strip div:last-child {
    width: 42px;
}

.open.burger:hover .burger-strip div:first-child {
    transform: rotate(45deg) translateY(1px) translateX(5px);
    -webkit-transform: rotate(45deg) translateY(1px) translateX(5px);
    -moz-transform: rotate(45deg) translateY(1px) translateX(5px);
    -ms-transform: rotate(45deg) translateY(1px) translateX(5px);
    -o-transform: rotate(45deg) translateY(1px) translateX(5px)
}

.open.burger .burger-strip div:nth-child(2),
.open .burger:hover .burger-strip div:nth-child(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.open.burger .burger-strip div:first-child {
    transform: rotate(45deg) translateY(1px) translateX(5px);
    -webkit-transform: rotate(45deg) translateY(1px) translateX(5px);
    -moz-transform: rotate(45deg) translateY(1px) translateX(5px);
    -ms-transform: rotate(45deg) translateY(1px) translateX(5px);
    -o-transform: rotate(45deg) translateY(1px) translateX(5px);
    width: 16px;
    display: none;
}

.open.burger .burger-strip div:last-child {
    transform: rotate(45deg) translateY(-13px) translateX(2px);
    -webkit-transform: rotate(45deg) translateY(-8px) translateX(3px);
    -moz-transform: rotate(45deg) translateY(-13px) translateX(2px);
    width: 42px;
    -ms-transform: rotate(45deg) translateY(-13px) translateX(2px);
    -o-transform: rotate(45deg) translateY(-13px) translateX(2px);
}

#menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: #fff;
    background-color: #fff;
    position: absolute;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    #menu-wrapper #hamburger-menu span:nth-child(1) {
        top: 0
    }

    #menu-wrapper #hamburger-menu span:nth-child(2) {
        top: 9px
    }

    #menu-wrapper #hamburger-menu span:nth-child(3) {
        top: 18px
    }

#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
    -webkit-transform: translateY(9px) rotate(135deg);
    -moz-transform: translateY(9px) rotate(135deg);
    -ms-transform: translateY(9px) rotate(135deg);
    -o-transform: translateY(9px) rotate(135deg);
}

#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
}

#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
    -webkit-transform: translateY(-9px) rotate(-135deg);
    -moz-transform: translateY(-9px) rotate(-135deg);
    -ms-transform: translateY(-9px) rotate(-135deg);
    -o-transform: translateY(-9px) rotate(-135deg);
}

#menu-container .menu-list .menu-submenu {
    padding-top: 0;
    padding-bottom: 10px
}

#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 320px;
    backdrop-filter: blur(5px);
    background-color: rgb(0 0 0 / 88%) !important;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    right: -100%;
    display: none
}

    #menu-container .menu-list.active {
        display: block
    }

    #menu-container .menu-list li.accordion-toggle,
    #menu-container .menu-list .menu-login {
        font-size: 16px;
        padding: 20px 10px;
        text-transform: uppercase;
        border-top: 1px solid #fff6;
        padding-left: 20px
    }

        #menu-container .menu-list li.accordion-toggle a {
            color: #fff
        }

        #menu-container .menu-list li.accordion-toggle span {
            color: #fff
        }

    #menu-container .menu-list li:first-of-type {
        border-top: 0
    }

    #menu-container .menu-list li {
        color: #fff;
        padding: 3px 5px;
    }

        #menu-container .menu-list li a {
            color: #fff;
            transition: all .15s;
            -webkit-transition: all .15s;
            -moz-transition: all .15s;
            -ms-transition: all .15s;
            -o-transition: all .15s;
            text-transform: uppercase;
        }

            #menu-container .menu-list li a:hover {
                color: #fff;
                padding-left: 20px
            }

    #menu-container .menu-list .navfooter li a:hover {
        color: #000 !important;
        padding-left: 0px !important
    }

    #menu-container .menu-list li li a:hover {
        color: #eb1b24
    }

    #menu-container .menu-list li li.parent a {
        color: #fff
    }

    #menu-container .menu-list li li.parent.open ul a:hover {
        color: #00A5BA
    }

.menu-list .navfooter {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #c81c24;
}

.menu-list .soc-media {
    display: flex;
    justify-content: center;
    margin: 0;
}

header .auto-container {
    width: 85%;
    margin: 0 auto;
}

#menu-container .menu-list li {
    color: #fff;
    padding: 3px 5px;
}

#leftside-navigation ul li {
    display: block;
    width: 100%;
    vertical-align: middle;
    list-style-type: none;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

    #leftside-navigation ul li a {
        position: relative;
        display: block;
        color: #aeb2b7;
        text-decoration: none;
        width: 100%;
        padding: 5px 35px 5px 10px;
        box-sizing: border-box;
        font-size: 13px;
        line-height: 17px;
        outline: 0;
        font-weight: 500;
    }

        #leftside-navigation ul li a i {
            top: 0;
            right: 0;
            width: 25px;
            height: 25px;
            line-height: 27px;
            text-align: center;
            display: block;
            position: absolute;
            touch-action: manipulation;
        }

#leftside-navigation ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

    #leftside-navigation ul ul {
        display: none
    }

.headerBtn .link-custom {
    margin-top: 0;
    margin-right: 16px;
}

    .headerBtn .link-custom a:before {
        font-size: 15px;
        margin: 5px 10px;
        line-height: 30px;
    }

    .headerBtn .link-custom a span {
        font-size: 12.5px;
        letter-spacing: 0px;
    }

.nav-menu {
    border-bottom: none;
}
/* Responsive Css*/
@media only screen and (min-width:320px) and (max-width:768px) {
    .headerBtn .whiteOutline-btn,
    .headerBtn .redOutline-btn {
        font-size: 11px;
        margin-right: 10px;
        padding: 8px 5px;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .header-upper .nav-menu {
        width: unset;
        background: transparent;
    }

    .burger {
        flex-direction: column;
        width: 55px;
        height: 45px;
        background: #ec1f22;
        justify-content: center;
        border-radius: 0;
        padding: 10px;
    }

    .burger-strip {
        align-items: unset;
    }

    .burger .strip div {
        background: #fff;
        margin: 2px;
        height: 1px;
    }

    .burger-strip div:first-child {
        height: 1px;
    }

    .headerBtn-mobile {
        display: flex;
        padding: 5px 0;
        align-items: center;
        justify-content: center
    }

    #menu-wrapper #hamburger-menu {
        position: relative;
        margin: 5px;
        font-size: 15px;
        color: #fff;
    }

    #leftside-navigation ul li a {
        padding: 10px 60px 10px 10px;
        font-size: 14px;
        line-height: 14px
    }


    #menu-container .menu-list {
        padding-top: 30px
    }

    header .auto-container {
        width: 95%
    }

    .headerBtn-mobile .whiteOutline-btn,
    .headerBtn-mobile .white-btn {
        width: 180px;
        margin: 0 5px;
        font-size: 12px;
        text-align: center;
        line-height: 13px;
        padding: 10px
    }

    .headerBtn-mobile .red-btn {
        width: 180px;
        margin: 0 5px;
        font-size: 12px;
        text-align: center;
        line-height: 13px;
        padding: 10px
    }

    /* .headerBtn {
        display: none;
    }*/

    .headerBtnMobile {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .headerBtnMobile .whiteOutline-btn,
        .headerBtnMobile .redOutline-btn {
            margin: 5px 5px;
            font-size: 12px;
            padding: 5px 10px;
            text-align: center;
        }

    .header-upper .nav-menu {
        /* width: 25%;*/
        width: 100%;
        background: transparent;
        justify-content: space-between;
        border: none !important;
    }

    .burger.open .burger-strip {
        display: none;
    }

    .header-upper {
        flex-direction: column;
    }

    .logo-box_new {
        width: 100%;
    }

    .headfixed .logo-box_new .top-logo figure.logolockup {
        width: 100%;
        margin: 10px 0;
    }
}

.headerBtn.headerBtnMobile_ {
    display: none;
    width: 100%;
    text-align: center;
    height: auto;
    margin: 26px 0 4px 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 28px;
    margin-bottom: 0;
}