        .main-footer .footer-bottom .footer-nav ul {
            position: relative;
            padding: 15px 0;
        }

            .main-footer .footer-bottom .footer-nav ul li {
                position: relative;
                float: left;
                margin-left: 10px;
                font-family: "Oswald", sans-serif;
            }

                .main-footer .footer-bottom .footer-nav ul li a {
                    position: relative;
                    display: block;
                    font-size: 14px;
                    line-height: 20px;
                    color: #ffffff;
                    font-weight: 400;
                    padding: 5px 10px;
                    text-transform: uppercase;
                    background-color: #333333;
                    -webkit-transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                    transition: all 300ms ease;
                }

                    .main-footer .footer-bottom .footer-nav ul li a:hover {
                        color: #f70068;
                        box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
                    }

/*** ==========================================
	Sidebar Page Container
===========================================***/

/* Sidebar Title */

.sidebar-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #eeeeee;
}

/*Search Box Widget*/

.sidebar .search-box {
    margin-bottom: 60px;
}

    .sidebar .search-box .form-group {
        position: relative;
        margin: 0px;
    }

        .sidebar .search-box .form-group input[type="text"],
        .sidebar .search-box .form-group input[type="search"] {
            position: relative;
            padding: 20px 50px 20px 30px;
            border: 2px solid #eeeeee;
            background: #ffffff;
            display: block;
            font-size: 15px;
            line-height: 18px;
            width: 100%;
            height: 60px;
            color: #333333;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .sidebar .search-box .form-group input[type="text"]:focus,
            .sidebar .search-box .form-group input[type="search"]:focus {
                color: #666666;
            }

        .sidebar .search-box .form-group button {
            position: absolute;
            right: 0;
            top: 0;
            height: 60px;
            width: 60px;
            display: block;
            font-size: 18px;
            color: #888888;
            line-height: 60px;
            font-weight: normal;
            background: #eeeeee;
            z-index: 9;
            cursor: pointer;
        }

            .sidebar .search-box .form-group button:hover {
                color: #e1137b;
            }

/*Post Widget*/

.sidebar .popular-posts .post {
    position: relative;
    margin-bottom: 20px;
}

    .sidebar .popular-posts .post .post-inner {
        position: relative;
        padding-left: 110px;
        min-height: 90px;
    }

    .sidebar .popular-posts .post .post-thumb {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 90px;
    }

        .sidebar .popular-posts .post .post-thumb img {
            display: block;
            width: 100%;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .sidebar .popular-posts .post .text {
        position: relative;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        color: #888888;
        margin: 0px;
    }

        .sidebar .popular-posts .post .text a {
            color: #3f4161;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .sidebar .popular-posts .post a:hover {
        color: #e1137b;
    }

.sidebar .popular-posts .post-info {
    position: relative;
    font-size: 16px;
    color: #7f8897;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 5px;
}

/* Blog Categories */

.blog-categories {
    position: relative;
}

    .blog-categories li {
        position: relative;
    }

        .blog-categories li a {
            position: relative;
            display: block;
            color: #333333;
            font-size: 18px;
            line-height: 30px;
            font-weight: 400;
            margin-bottom: 10px;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .blog-categories li a span {
                float: right;
            }


            .blog-categories li a:hover {
                color: #e1137b;
            }

/*Popular Tags*/




/* Header Top */

.header-top {
    position: relative;
    background-color: #ec167f;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

    .header-top .top-left {
        position: relative;
        padding: 15px 0px;
    }

    .header-top .text {
        position: relative;
        color: #ffffff;
        font-size: 16px;
    }

    .header-top .top-right {
        position: relative;
    }

.header-span.style-two {
    height: 145px;
}

.header-top .social-links {
    position: relative;
    padding: 16px 0px;
    float: left;
}

    .header-top .social-links li {
        position: relative;
        margin-left: 18px;
        display: inline-block;
    }

        .header-top .social-links li a {
            position: relative;
            color: #ffffff;
            font-size: 14px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .header-top .social-links li a:hover {
                color: #4c35a9;
            }

.header-top .register-btn {
    position: relative;
    color: #ffffff;
    float: left;
    font-size: 16px;
    padding: 16.5px 30px;
    margin-left: 25px;
    background-color: #1c94d2;
}

.main-header.header-style-two.alternate-two {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
}

    .main-header.header-style-two.alternate-two .outer-box .search-box-btn,
    .main-header.header-style-two.alternate-two .main-menu .navigation > li > a {
        color: #ffffff;
    }

    .main-header.header-style-two.alternate-two.fixed-header .outer-box .search-box-btn,
    .main-header.header-style-two.alternate-two.fixed-header .main-menu .navigation > li > a {
        color: #000000;
    }

    .main-header.header-style-two.alternate.fixed-header .header-top,
    .main-header.header-style-two.alternate-two.fixed-header .header-top-two {
        display: none;
    }

    .main-header.header-style-two.alternate-two .main-box {
        position: fixed;
        width: 100%;
    }


.header-top-two {
    position: relative;
    border-bottom: 1px solid rgba(245, 245, 245, 0.50);
}

    .header-top-two .top-left {
        position: relative;
        float: left;
    }

        .header-top-two .top-left .links {
            position: relative;
        }

            .header-top-two .top-left .links li {
                position: relative;
                margin-right: 18px;
                padding: 13px 0px;
                padding-right: 22px;
                display: inline-block;
                border-right: 1px solid rgba(245, 245, 245, 0.50);
            }

                .header-top-two .top-left .links li:last-child {
                    border-right: none;
                }

                .header-top-two .top-left .links li a {
                    position: relative;
                    font-size: 15px;
                    font-weight: 400;
                    color: #ffffff;
                    padding-left: 24px;
                }

                    .header-top-two .top-left .links li a .icon {
                        position: absolute;
                        left: 0px;
                        color: #ec167f;
                    }

    .header-top-two .top-right {
        position: relative;
        float: right;
    }

        .header-top-two .top-right .social-icons {
            position: relative;
            float: left;
        }

            .header-top-two .top-right .social-icons li {
                position: relative;
                margin-left: 15px;
                padding: 13px 0px;
                display: inline-block;
            }

                .header-top-two .top-right .social-icons li a {
                    position: relative;
                    color: #ffffff;
                    font-size: 16px;
                }


/* Styled Form */

.styled-form {
    position: relative;
}

    .styled-form .submit-text {
        font-size: 15px;
        color: #9e9e9e;
        font-weight: 400;
        margin-top: 10px;
    }

    .styled-form .form-group {
        position: relative;
        margin-bottom: 15px;
        font-size: 14px;
        color: #222222;
    }

        .styled-form .form-group.social-icon-one {
            padding-top: 8px;
        }

.checkout-section .styled-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.styled-form .form-group .check-box {
    line-height: 24px;
    font-size: 15px;
    font-weight: normal;
    padding-top: 5px;
    color: #272727;
}

    .styled-form .form-group .check-box label {
        position: relative;
        top: -1px;
        font-weight: normal;
        padding: 0px;
        font-size: 15px;
        cursor: pointer;
    }

.styled-form .pull-left label,
.styled-form .pull-right label {
    cursor: pointer;
}

.styled-form .form-group .adon-icon {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #999999;
    z-index: 2;
}

.styled-form .form-group .field-label {
    display: block;
    color: #272727;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 400;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    line-height: 30px;
    padding: 8px 20px;
    height: 50px;
    border: 1px solid #f4f4f4;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.event-info-section .map-outer iframe {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 435px;
    margin-bottom: -10px;
}

.map-section .map-outer iframe {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 540px;
    margin-bottom: -10px;
}


.footer-cont span {
    color: #fff;
}

/*annousment */

.gsem-annousment .expo-name li {
    float: left;
    color: #000;
    margin: 6px 5px 0px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding: 20px 28px;
}

.gsem-annousment .expo-name {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}


.gsem-annousment {
    background: #EBE7DE;
    position: relative;
    /* transform: rotate(-0.6deg); */
    /* -webkit-transform: rotate(-0.6deg); */
    overflow: hidden;
    margin-top: -1em;
}

    .gsem-annousment .expo-name li:after {
        content: '';
        position: absolute;
        right: -14px;
        top: 20px;
        background: url(../EventFront/images/logo-vector.png) no-repeat oll center right / contain;
        width: 25px;
        height: 22px;
        transform: rotate(320deg);
    }


    .gsem-annousment .expo-name li span {
        -webkit-text-stroke: 1px rgb(0 0 0 / 90%);
        -webkit-text-fill-color: transparent;
    }

.sessionwise {
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.sidebar-post .post-inner .post {
    position: relative;
    padding: 0px 0px 0px 0px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #b1b1b1 !important;
    min-height: 75px;
}

::-webkit-ollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

::-webkit-ollbar {
    width: 7px;
}

.sidebar-post .post-inner .post .post-date {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 54px;
    height: 54px;
    text-align: center;
    border-radius: 2px;
    padding: 8px 0px;
}

.sidebar-post .post-inner .post .post-date {
    background: #1937b2;
}

    .sidebar-post .post-inner .post .post-date p {
        display: block;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        line-height: 20px;
        text-align: center;
    }

    .sidebar-post .post-inner .post .post-date span {
        position: relative;
        display: block;
        font-size: 13px;
        line-height: 18px;
        text-transform: uppercase;
        color: #fff;
    }

.sidebar-post .post-inner .post .file-box {
    position: relative;
    margin-bottom: 9px;
}

    .sidebar-post .post-inner .post .file-box i {
        position: relative;
        display: inline-block;
        font-size: 14px;
        color: #666666 !important;
        margin-right: 10px;
    }

    .sidebar-post .post-inner .post .file-box p {
        position: relative;
        display: inline-block;
    }

.sidebar-post .post-inner .post h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #101130;
}

    .sidebar-post .post-inner .post h5 a {
        display: inline-block;
        color: var(--fontmain);
    }

        .sidebar-post .post-inner .post h5 a:hover {
            color: #e61819;
        }

.post-inner .carousel-inner {
    position: relative;
    width: 100%;
    overflow: auto;
    max-height: 300px;
    padding: 5px 10px 0px 0px;
}

.content-box {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -35%);
    text-align: center;
    width: 70%;
display:block;
}

.banner-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: .8 !important;
    content: "";
}

.banner-section  {
    height: 100%;
    width: 100%;
}

.info-box {
    background: #000;
    padding: 10px 5px;
}

.-section .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #ffbc00;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}

.content-box {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    text-align: center;
}

.banner-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: .70;
    content: "";
}

.banner-section  {
    height: 100%;
    width: 100%;
}

.info-box {
    background: #000;
    padding: 10px 5px;
}

.-section .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #ffbc00;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}

.main-banner-area-four {
    /* padding-bottom: 250px; */
    overflow: hidden;
}

.main-banner-area {
    background-image: linear-gradient(#00095e, #000638);
    /* padding-top: 200px; */
    /* padding-bottom: 300px; */
    position: relative;
    z-index: 1;
}

    .main-banner-area::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-image: url(../EventFront/images/4.png);
	animation: focus-one 1s linear 1s infinite; */
        z-index: -1;
    }

.fun-fact-section.style-two:before {
    /* background: #1c94d2; */
    opacity: 0.9;
    background-image: url(../EventFront/images/featureBG.png);
}

@keyframes focus-one {
    0% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.main-banner-area-four .over-shape img:nth-child(1) {
    top: 300px;
    left: 40px;
    animation: animationFramesOne 25s infinite linear;
}

.main-banner-area-four .over-shape img:nth-child(2) {
    top: 200px;
    left: 800px;
    animation: animationFramesOne 40s infinite linear;
}

.main-banner-area-four .over-shape img:nth-child(3) {
    top: 150px;
    right: 800px;
    animation: animationFramesOne 20s infinite linear;
}

.main-banner-area-four .over-shape img:nth-child(4) {
    bottom: 200px;
    right: 800px;
    animation: animationFramesOne 30s infinite linear;
}

.main-banner-area-four .over-shape img:nth-child(5) {
    top: 200px;
    right: 200px;
    animation: animationFramesOne 10s infinite linear;
}

.main-banner-area-four .over-shape img {
    position: absolute;
    z-index: -1;
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

.fun-fact-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/home-one-banner/banner-one-shape/4.png);
    animation: moVebounce 5s linear infinite;
    z-index: -1;
}

@keyframes moVebounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0px);
    }
}

.banner-img {
    position: relative;
    z-index: 1;
    top: 0;
}

    .banner-img img {
        position: absolute;
    }

        .banner-img img:nth-child(1) {
            bottom: -220px;
            right: 0;
            left: 0;
            margin: auto;
        }

        .banner-img img:nth-child(2) {
            top: -220px;
            left: 0;
            right: 0;
            margin: auto;
        }


.content-box1 h2 {
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

img.robot-right {
    position: absolute;
    right: 2%;
    top: 10%;
    animation: moVebounce 1.5s infinite ease-in-out !important;
}

img.robot-left {
    position: absolute;
    left: 2%;
    top: 10%;
    animation: moVebounce 1.5s infinite ease-in-out !important;
    /* transform: translateY(-50%) !important; */
}



.main-banner-area-four {
    /* padding-bottom: 250px; */
    overflow: hidden;
}

.main-banner-area {
    background-image: linear-gradient(#00095e, #000638);
    /* padding-top: 200px; */
    /* padding-bottom: 300px; */
    position: relative;
    z-index: 1;
}

    .main-banner-area::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-image: url(../EventFront/images/4.png);
	animation: focus-one 1s linear 1s infinite; */
        z-index: -1;
    }

@keyframes focus-one {
    0% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.main-banner-area-four .over-shape img:nth-child(1) {
    top: 300px;
    left: 40px;
    animation: animationFramesOne 25s infinite linear;
}

.main-banner-area-four .over-shape img:nth-child(2) {
    top: 200px;
    left: 800px;
    animation: animationFramesOne 40s infinite linear;
}

.main-banner-area-four .over-shape img:nth-child(3) {
    top: 150px;
    right: 800px;
    animation: animationFramesOne 20s infinite linear;
}

.main-banner-area-four .over-shape img:nth-child(4) {
    bottom: 200px;
    right: 800px;
    animation: animationFramesOne 30s infinite linear;
}

.main-banner-area-four .over-shape img:nth-child(5) {
    top: 200px;
    right: 200px;
    animation: animationFramesOne 10s infinite linear;
}

.main-banner-area-four .over-shape img {
    position: absolute;
    z-index: -1;
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

.fun-fact-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/home-one-banner/banner-one-shape/4.png);
    animation: moVebounce 5s linear infinite;
    z-index: -1;
}

@keyframes moVebounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0px);
    }
}

.banner-img {
    position: relative;
    z-index: 1;
    top: 0;
}

    .banner-img img {
        position: absolute;
    }

        .banner-img img:nth-child(1) {
            bottom: -220px;
            right: 0;
            left: 0;
            margin: auto;
        }

        .banner-img img:nth-child(2) {
            top: -220px;
            left: 0;
            right: 0;
            margin: auto;
        }


.content-box1 h2 {
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

img.robot-right {
    position: absolute;
    right: 2%;
    top: 10%;
    animation: moVebounce 1.5s infinite ease-in-out !important;
}

img.robot-left {
    position: absolute;
    left: 2%;
    top: 10%;
    animation: moVebounce 1.5s infinite ease-in-out !important;
    /* transform: translateY(-50%) !important; */
}

.bg-color {
    background: linear-gradient(45deg, #f5a8dd, #0b336f);
    border-radius: 10px;
}

.Attend {
    padding: 10px;
    text-align: center;
    color: #fff;
    margin: 25px 0px;
}

    .Attend h4 {
        font-weight: 700;
        line-height: 25px;
    }

    .Attend p {
        color: #fff;
        line-height: 19px;
        margin-top: 10px;
        font-size: 12px;
        letter-spacing: 1px;
        margin-bottom: 0px;
    }

section.who-section {
    position: relative;
}

img.r1 {
    position: absolute;
    /* writing-mode: lr; */
    right: 2%;
    top: 1%;
    transform: translate(-50%, -0%);
    /* animation: moVebounce 1s infinite ease-in-out !important; */
}

img.r2 {
    position: absolute;
    top: 2%;
    left: 5%;
    z-index: 9;
}

.ai-main-banner-shape2 {
    position: absolute;
    top: 6%;
    left: 5%;
    transform: translateY(-10%) translateX(-40%);
    z-index: -1;
    animation: rotate3d 4s linear infinite;
}

@keyframes rotate3d {
    0% {
        transform: rotateY(0deg)
    }

    to {
        transform: rotateY(1turn)
    }
}

img.left-img {
    position: absolute;
    bottom: 0%;
    width: 13%;
    right: 0%;
    opacity: 0.5;
}


.horizontal-shake {
    animation: horizontal-shaking 0.9s infinite;
}

@keyframes horizontal-shaking {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(3px)
    }

    50% {
        transform: translateX(-3px)
    }

    75% {
        transform: translateX(3px)
    }

    100% {
        transform: translateX(0)
    }
}

.particle-canvas {
    width: 100%;
    height: 100%;
}
.team-block_two {
    position: relative;
}

.team-block_two-inner {
    position: relative;
    padding: 15px 15px 0px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #fff;
}

    .team-block_two-inner:before {
        position: absolute;
        content: '';
        left: 0px;
        bottom: 0px;
        right: 0px;
        height: 50px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        border-radius: 0px 0px 25px 25px;
        border-bottom: 10px solid transparent;
    }

    .team-block_two-inner:after {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        height: 0px;
        z-index: 1;
        opacity: 0;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        background: #fe8704;
          /* background-image: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 100%); */
        /* background-image: linear-gradient(to bottom, rgb(255, 101, 12), #fff); */
    }

    .team-block_two-inner:hover::after {
        height: 100%;
        opacity: 1;
    }

    .team-block_two-inner:hover .team-block_two-title,
    .team-block_two-inner:hover .team-block_two-designation {
        color: #fff;
        /* Makes text white */
    }

.team-block_two-image {
    position: relative;
}

    .team-block_two-image img {
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
        border-radius: 25px;
        z-index: 2;
        object-fit:contain;
background:#fff;
    }

.team-block_two-content {
    position: relative;
    padding: 10px;
    z-index: 9;
}

.team-block_two-title {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}


.team-block_two-designation {
    position: relative;
    font-size: 14px;
    color: #555;
    height:70px;
    overflow:hidden;
}
.speakers-carousel.owl-carousel .owl-nav.disabled {
    display: block;
}
.speakers-carousel .owl-next, .speakers-carousel .owl-prev {
    position: absolute;
    left: -70px;
    top: 0;
    height: 50px;
    width: 50px;
    color: #ffffff;
    background-color: #fe8704;
    font-size: 20px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.speakers-carousel .owl-next {
    left: auto;
    right: -70px;
}