.side-links .social-icons {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

    .side-links .social-icons a {
        width: 45px;
        height: 45px;
        background: #a78525;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 20px;
        font-weight: bold;
        transition: 0.3s;
    }

        .side-links .social-icons a:nth-child(1) {
            background: #1877f2;
        }

        .side-links .social-icons a:nth-child(2) {
            background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
        }

        .side-links .social-icons a:nth-child(3) {
            background: #0a66c2;
        }

.footerBTNCol h2 {
    font-size: 20px;
    color: #262626;
    font-family: Parkinsans;
    font-weight: 600;
    letter-spacing: 1px;
}

.social-link {
    background: #ffffff;
    padding: 10px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    margin: 0px 5px;
}

    .social-link.fa-instagram {
    }

    .social-link.fa-facebook {
    }

.footer-bar p,
.footer-bar a,
.footer-bar span {
    font-size: 14px;
    color: #000;
}

.testimonialStyle02 .owl-nav {
    display: none !important;
}

.MainHeaderBtn_.MainHeaderBtn_Mobile {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .footerBTNCol {
        margin-bottom: 27px;
    }

    .MainHeaderBtn_.MainHeaderBtn_Mobile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        z-index: 99999;
    }

    .headerBtn {
        display: none;
    }
}

.SliderContent_ p span {
    color: #262626;
    font-size: 20px;
    margin: 20px 0 50px 0;
}

section.heroSection:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-image: linear-gradient(to right, #a7c7e7c9 0%, #d9d9d900 100%);
}

img.HeroImage_ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

/* section.MainIntroWrapper:before {
    position: absolute;
    left: 0;
    top: auto;
    content: '';
    background: #00000000 url(Images/IntroElement.png);
    width: 100%;
    height: 100%;
} */
.sectionTitle p {
    text-align: center;
    color: #a78525;
    font-family: "Parkinsans";
    font-weight: 300;
    margin: 0;
    font-size: 22px;
}

section.SeeTheArt_AS .SeeTheArtTitle h3 span {
    font-size: 50px;
    display: inline-block;
    position: relative;
}

section.SeeTheArt_AS .SeeTheArtTitle h3 {
    font-size: 50px;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.InnerIntroWrapper h3 {
    font-size: 50px;
    color: #fff;
    font-family: Parkinsans;
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-bottom: 29px;
}

.stylelistone {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .stylelistone li {
        position: relative;
        font-size: 16px;
        line-height: 1.6;
        color: #262626;
        margin-bottom: 6px;
        padding-left: 24px;
    }

        .stylelistone li::before {
            content: "\f192";
            position: absolute;
            left: 2px;
            top: 3px;
            font-family: "font awesome 6 free";
            color: #a7c7e7;
            font-size: 14px;
            line-height: 1.5;
            font-weight: 900;
        }

.InnerIntroWrapper ul li {
    color: #fff;
}

.InnerIntroWrapper p {
    font-size: 18px;
    color: #fff;
    margin: 0 0 20px 0;
}

.fairbx {
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

    .fairbx .image {
        position: relative;
        overflow: hidden;
        padding: 8px;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

        .fairbx .image img {
            position: relative;
            width: 100%;
            display: block;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
        }

        .fairbx .image .overlay-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            z-index: 1;
            padding: 20px 5px 12px;
            background: #fff;
            transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            height: 160px;
        }

        .fairbx .image h5 {
            color: #262626;
            font-size: 18px;
            line-height: 1.4;
        }

            .fairbx .image h5 a {
                color: #262626;
                font-weight: 500;
            }

        .fairbx .image .arrow {
            color: #262626;
            font-size: 16px;
            position: relative;
            background-repeat: no-repeat;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            text-decoration: none;
            display: inline-block;
            padding: 0 5px;
            z-index: 2;
            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;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
        }

            .fairbx .image .arrow:hover {
                transform: scale(1.5);
                -webkit-transform: scale(1.5);
                -moz-transform: scale(1.5);
                -ms-transform: scale(1.5);
                -o-transform: scale(1.5);
            }

.two-box.DiscoverWrapper .ColoredBox {
    /* background: #fff;
    background-image: images/intro-bg.png; */
    background: url(./Images/intro-bg.png);
}

.two-box.DiscoverWrapper.DiscoverWrapper_OPP .DiscoverWrapperBox_2 .ColoredBox .ColoredBoxContent h3 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.two-box .ColoredBoxContent {
    height: 400px !important;
}

section.DiscoverWrapper.DiscoverWrapper_OPP .DiscoverWrapperBox_2 .ColoredBox {
    height: 100% !important;
}

.two-box p {
    position: relative !important;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
}

.two-box ul li {
    text-align: left;
}

.two-box h3 {
    font-size: 30px !important;
    text-align: center;
}

section.SeeTheArt_AS .ColoredBox {
    height: 220px;
}

.FooterLogo {
    width: 50%;
    margin: 50px 0 40px 0;
}

img.FooterBanner_ {
    left: 0;
    width: 100%;
    object-fit: cover;
    top: 0;
    margin-top: 45px;
}

.FooterMenu ul li,
.FooterMenu ul li a {
    color: #262626;
    font-size: 17px;
    font-family: Parkinsans;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
}

.FooterMenu h4 {
    font-size: 20px;
    color: #262626;
    font-family: Parkinsans;
    font-weight: 600;
    letter-spacing: 1px;
}

.FooterMenu iframe {
    margin-top: 12px;
    border-radius: 16px;
}

section.NorthStarFooter:before {
    position: absolute;
    content: "";
    top: -30px;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, rgb(250 244 242) 0, rgb(250 244 242 / 0%) 40%, rgb(250 244 242 / 0%) 60%, rgba(250, 244, 242, 0) 100%);
    z-index: 0;
}

body {
    overflow-x: hidden;
    background: #e9f4ff;
    font-family: Parkinsans;
}

.ArtistOfTheWeek_Inner_As .owl-dots .owl-dot,
.DiscoverWrapperBox_ .owl-dots .owl-dot,
.HeroSliderAS_ .owl-dots .owl-dot {
    background: #a78525;
}

    .ArtistOfTheWeek_Inner_As .owl-dots .owl-dot.light,
    .DiscoverWrapperBox_ .owl-dots .owl-dot.light,
    .HeroSliderAS_ .owl-dots .owl-dot.light {
        background: #a78525;
    }

em {
    color: #a78525;
}

.approach-section {
    position: relative;
    padding: 50px 0;
}

.whydubaibx {
    position: relative;
    background: #fff;
    padding: 10px;
}

.aboutbox {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 350px;
    height: 100% !important;
}

    .aboutbox .aboutimgbox {
        width: 100%;
        height: 100%;
        position: relative;
        /* border: 1px solid #ff2a83; */
        /* padding: 6px; */
        padding: 16px;
    }

        .aboutbox .aboutimgbox .figureimg {
            position: relative;
            background-size: cover !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
            width: 100%;
            height: 100%;
            min-height: 400px;
            margin: 0;
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        }

.aboutcontent {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

span.OneTwoThree {
    font-size: 120px;
    width: 100%;
    text-align: center;
    margin: 0;
    background: linear-gradient(180deg, rgb(33 70 176) 46%, rgb(0 123 255) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal;
}

.aboutcontent p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.exhibitServiceItem {
    position: relative;
    height: 100%;
    padding: 20px 15px;
    text-align: left;
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
    /*background-color: #ffffff;*/
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background-image: linear-gradient(to top, #a78525 0%, #a78525 100%);
}

    .exhibitServiceItem .icon {
        width: 55px;
        height: 50px;
        position: relative;
        margin-bottom: 20px;
    }

        .exhibitServiceItem .icon img {
            filter: invert(1);
        }

        .exhibitServiceItem .icon:before {
            position: absolute;
            content: "";
            height: 100%;
            width: 100%;
            background: rgb(255 255 255 / 18%);
            border-radius: 50px;
            z-index: 1;
            top: 10px;
            right: -20px;
            transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
        }

        .exhibitServiceItem .icon i,
        .exhibitServiceItem .icon em {
            color: #52565e;
            font-size: 56px;
            transition: ease-in-out 0.3s;
            z-index: 2;
            -webkit-transition: ease-in-out 0.3s;
            -moz-transition: ease-in-out 0.3s;
            -ms-transition: ease-in-out 0.3s;
            -o-transition: ease-in-out 0.3s;
        }

    .exhibitServiceItem h3 {
        position: relative;
        display: inline-block;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 0px 0;
        padding-bottom: 8px;
        border-bottom: 4px solid rgb(255 255 255 / 63%);
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        width: 100%;
        height: 100px;
    }

.sectors .col-lg-2 {
    max-width: 20%;
    flex: 0 0 20%;
    width: 20%;
}

.exhibitServiceItem p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 10px;
}

.exhibitServiceItem:hover {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
}

    .exhibitServiceItem:hover .icon:before {
        background: rgb(82 86 94 / 12%);
    }

    .exhibitServiceItem:hover h3 {
        border-color: #1c40aa;
    }

.sectors em {
    -webkit-text-stroke: 1px #056839;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.second-section .DiscoverInnerContainer .owl-stage-outer {
    padding-top: 0px;
}

.HeroSliderAS_ .item {
    height: 100%;
}

.nav-menu {
    flex-wrap: wrap;
}

.whiteOutline-btn:before {
    z-index: -1;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background: #a58617;
    -o-transition: all 0.3s ease-in-out 0s;
    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-moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100px;
}

.NavigationWAD > li > a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #262626;
    font-size: 17px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.NavigationWAD a {
    font-weight: 500 !important;
    color: #262626;
}

.NavigationWAD ul {
    display: block;
    position: absolute;
    top: 110%;
    left: 0;
    background: -o-linear-gradient(352deg, rgba(255, 42, 131, 1) 0, rgba(255, 96, 159, 1) 100%) !important;
    background: linear-gradient(98deg, rgb(34 70 172) 0, rgb(63 94 180) 100%) !important;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 240px;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.NavigationWAD > li:hover > ul li a {
    color: #fff !important;
}

.logo-box_new .top-logo figure {
    margin-top: 10px;
    width: 58%;
}

.organised-logo {
    width: 30% !important;
}

.top-logo {
    position: relative;
    left: -20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tracksStyle01 .services-item {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(17.2% - 1px);
    flex: 0 1 calc(17.2% - 1px);
    margin: 0 5px 20px;
    width: 12%;
    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;
}

.trackItemstyle {
    height: 100%;
    border: 1px solid #fff !important;
    cursor: pointer;
    -webkit-box-shadow: 0 9px 31px 6px rgb(0 0 0 / 3%) !important;
    box-shadow: 0 9px 31px 6px rgb(0 0 0 / 3%) !important;
    /* background: #d1382f; */
    background: url(/Images/intro-bg.png);
    width: 100%;
}

.trackItemstyle {
    padding: 30px 5px 30px 5px;
}

.trackInner {
    position: relative;
    z-index: 99;
    padding: 10px 5px;
    width: 100%;
    height: 100%;
    min-height: 180px;
    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: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: flex-start;
}

.trackItemstyle figure {
    width: 100%;
    padding-top: 10px;
}

    .trackItemstyle figure img {
        width: 70px !important;
        height: 100%;
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }

.trackItemstyle h4 {
    margin-top: 0;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.6px;
}

section.MainIntroWrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #00000000 url(Images/IntroElement.png);
    width: 100%;
    height: 100%;
}

/* New styles - 03-01-2026 */
.HeroSliderAS_.owl-carousel.owl-theme.owl-loaded.owl-drag {
    height: 100%;
}

.heroSection, .heroSection .owl-carousel .owl-item {
    height: 100vh;
}

.HeaderFixed {
    padding: 10px 0 5px;
}

    .HeaderFixed .logo-box_new {
        width: 25%;
        transition: 0.4s all ease-in-out;
    }

.NavigationWrapper {
    margin-top: 15px;
    margin-bottom: 0;
}

.NavigationWAD ul li a {
    font-size: 16px;
}

.exhiitor_logo_wrap figure {
    width: 100%;
    height: 125px;
    margin: 0;
    padding: 15px 10px;
    box-shadow: 0px 0px 20px -13px #000 !important;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

    .exhiitor_logo_wrap figure img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

/* Media Quries */
@media(max-width:1920px) and (min-width:1550px) {
    .heroSection, .heroSection .owl-carousel .owl-item {
        height: 90vh;
    }

    section.heroSection.heroSectionInner_ {
        height: 450px;
    }

    .SliderContent_ h2 {
        margin: 100px 0 0;
    }
}

@media(max-width:1440px) {
    .heroSection, .heroSection .owl-carousel .owl-item {
        height: 80vh;
    }

    section.heroSection.heroSectionInner_ {
        height: 450px;
    }

    .SliderContent_ h2 {
        margin: 75px 0 0;
    }
}

@media(max-width:1280px) {
    .headerBtn .whiteOutline-btn {
        margin-left: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .heroSection, .heroSection .owl-carousel .owl-item {
        height: 70vh;
    }
}

@media (max-width: 1120px) {
    .header_MainWrappper a.ToggleNavigation {
        position: absolute;
        top: -20px;
        right: -45px;
    }

    .header_MainWrappper .MainNav ul li a {
        padding: 10px 0 !important;
    }

    .header_MainWrappper #menu li ul {
        padding: 0 !important;
    }

    .header_MainWrappper a.DropDownNav2:before, .header_MainWrappper a.DropDownNav:before {
        position: absolute;
        right: -4px;
        content: "";
        width: 28px;
        height: 28px;
        margin-top: 0px;
        background-image: url(https://iicsexpo.com/images/menu-arrow-blue.svg);
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"/></svg>');
        background-repeat: no-repeat;
        background-size: contain;
        transition: .3s ease-in-out;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
    }

    .header_MainWrappper .MainNav ul li a:hover.DropDownNav2:before, .header_MainWrappper .MainNav ul li a:hover.DropDownNav:before {
        transform: rotate(-180deg);
        margin-top: 5px;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
    }

    .NavigationWAD ul {
        background: #a58617 !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .HeaderFixed .logo-box_new {
        width: 50%;
    }

    .header_MainWrappper, .HeaderFixed {
        padding: 10px 0;
    }

    .headerBtnMobile .whiteOutline-btn {
        margin: 0;
        font-size: 16px;
        padding: 10px 15px 8px;
        text-align: center;
    }

    .logo-box_new {
        width: 50%;
    }

        .logo-box_new .top-logo figure {
            width: 48%;
        }

    .header_MainWrappper a.ToggleNavigation {
        position: absolute;
        top: -20px;
        right: 0;
    }

    .MainLogo, .MainNav, .top-info {
        padding: 0 0;
    }

    .header_MainWrappper a.ToggleNavigation span {
        width: 40px;
        height: 4px;
    }

    .header_MainWrappper .MainNav.OpenNav ul#menu {
        left: unset;
        right: 0;
        width: 100%;
        top: 45px;
    }

    .heroSection {
        margin-top: 32%;
    }

        .heroSection, .heroSection .owl-carousel .owl-item {
            height: 40vh;
        }

    .exhibitServiceItem h3 {
        font-size: 15.5px;
    }

    .tracksStyle01 .services-item {
        flex: 0 1 calc(48% - 1px) !important;
    }

    section.heroSection.heroSectionInner_ {
        height: 370px;
    }

    .SliderContent_ {
        padding-top: 0 !important;
    }

        .SliderContent_ h2 {
            margin: 0;
        }

    .ColoredBoximg {
        margin-top: 0;
    }

    section.SeeTheArt_AS .ColoredBox, section.SeeTheArt_AS .ColoredBox:hover {
        height: auto;
    }

    .SeeTheArt_AS .ColoredBoxContent h3 {
        font-size: 20px;
    }
}

@media(max-width:575px) {
    .header_MainWrappper, .HeaderFixed {
        padding: 10px 0 20px;
    }

    .heroSection {
        margin-top: 40%;
    }

    .tracksStyle01 .services-item {
        flex: 0 1 calc(100% - 1px) !important;
    }
}

@media(max-width:480px) {
    .heroSection, .heroSection .owl-carousel .owl-item {
        height: 30vh;
    }

    .headerBtnMobile .whiteOutline-btn {
        margin: 0;
        font-size: 10px;
        padding: 10px 10px 8px;
        text-align: center;
    }
}
/* Media Quries */
/* New styles - 03-01-2026 */

.new_speaker_design { padding: 50px 0; background:#fff; }  .new_speaker_design .auto-container { width: 86%; margin: 0 auto; }  @media (min-width: 1200px) { .new_speaker_design .col-xl-3 { flex: 0 0 auto; width: 20%; } }  .new_speaker_design .speakerItem01 figure:before { background: transparent; }  .itemspeaker { position: relative; width: 100%; height: 100%; }  .itemspeaker .speakerItem01 { padding: 0 0 15px; text-align: center; z-index: 2; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; height: 100%; background: #f1f1f1; position: relative; }  .itemspeaker .speakerItem01 figure { position: relative; margin: 0; float: none; margin-bottom: 15px; overflow: hidden; width: 100%; height: 250px; }  .itemspeaker .speakerItem01 figure img { width: 100% !important; height: 100%; /* max-width: 100%; */ /* height: auto; */ /*filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: gray; -webkit-filter: grayscale(100%);*/ object-position: top; object-fit: cover; }  .itemspeaker .speakerItem01 .nofilter img { filter: none; -webkit-filter: none; -webkit-filter: none; -moz-filter: none; -ms-filter: none; -o-filter: none; }  .itemspeaker .speakerItem01 figure .claimtofameHover { position: absolute; top: 0; left: 0; padding: 10px; margin-top: 0; margin-left: -101%; transition: 0.5s ease-out; -webkit-transition: 0.5s ease-out; /*background-color: rgb(183 44 70 / 80%);*/ /* background-color: rgb(12 0 102 / 80%); */ /* background-color: rgb(167 133 37 / 80%); */ /* background: url(https://indiansurfacefinishingexpo.com/images/intro-bg.png); */ background-color: rgb(10 102 194 / 80%); /* opacity: 0.8; */ line-height: 1.4; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; -moz-transition: 0.5s ease-out; -ms-transition: 0.5s ease-out; -o-transition: 0.5s ease-out; }  .itemspeaker .speakerItem01 .claimtofameHover p { color: #fff; font-size: 15px; line-height: 24px; font-weight: 400; text-align: left; margin-bottom: 15px; }  .itemspeaker .speakerItem01 h2 { font-size: 16px; font-weight: 600; color: #000; padding: 0px 12px 0; margin: 0; margin-bottom: 4px; text-transform: uppercase; min-height: 40px; display: flex; justify-content: center; align-items: center; }  .itemspeaker .speakerItem01 p { font-size: 16px; font-weight: 400; color: #000; line-height: 24px; padding: 4px 12px 0; margin-bottom: 10px; }  .itemspeaker .speakerItem01 p span { font-size: 16px; line-height: 22px; font-weight: 700; /*color: #b72c46;*/ color: #0c0066; display: block; margin-top: 4px; }  .itemspeaker .speakerItem01:hover figure .claimtofameHover { margin-left: 0; } /* Media Quries */  @media (max-width: 1920px) and (min-width: 1550px) { .itemspeaker .speakerItem01 figure { height: 300px; }  .itemspeaker .speakerItem01 h2 { font-size: 18px; } }  @media (max-width: 575px) { .itemspeaker .speakerItem01 figure { height: 200px; }  .new_speaker_design .itemspeaker .speakerItem01 h2 { font-size: 14px; } } /* Media Quries */
