.clss-slider .flickity-prev-next-button {
    width: 10%;
    height: 50px;
    border-radius: 50%;
    color: black !important;
    opacity: 1 !important;
    z-index: 1000 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    position: absolute !important;
}

/* Left Arrow */
.clss-slider .flickity-prev-next-button.previous {
    left: -0px !important;
}

/* Right Arrow*/
.clss-slider .flickity-prev-next-button.next {
    right: -0px !important;
}

.clss-slider .carousel {
    position: relative !important;
}

/* Technologies Dropdown */
.dropdown-menu {
    padding-left: 25px;
    padding-right: 20px;
}

.dropdown-menu a {
    display: block;
    line-height: 32px;			
}

.dropdown-menu .icon-img {
    width: 20px;
}

.dropdown-menu .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
    
}

.dropdown-menu .menu:hover {
    background-color: #f0f0f0;
    
}

.dropdown-menu .menu:hover a {
    color: #007BFF;

}

.dropdown-menu .menu:hover .icon-img {
    transform: scale(1.1);
    opacity: 1;
}

.dropdown-menu .menu:hover a {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.dropdown-menu .custom-tech-dropdown { 
    background: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 100%; 
    left: 0;
    z-index: 1000; 
    padding-top: 5px;
	left: -150px;
}

.dropdown-menu .menu-item {
    position: relative;
}

.dropdown-menu .menu-item:hover .custom-tech-dropdown,
.custom-tech-dropdown:hover {
    display: block;
}



/* Carousel slider css */
.clss-slider .carousel {
    background-color: #f8f8f8;
    padding: 0 7%;
    
}

.clss-slider .carousel-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    margin: 0 20px;
}

/* Card CSS */
.clss-slider a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none
}

.clss-slider a {
    font-style: normal;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.clss-slider a,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s
}

.clss-slider ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.clss-slider img {
    max-width: 100%;
    height: auto
}

.clss-slider .sec-title {
    position: relative;
    margin-bottom: 70px;
}

.clss-slider .sec-title .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    background: rgb(247, 0, 104);
    background: -moz-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
    background: -webkit-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
    background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 15px
}

.clss-slider .sec-title h2 {
    position: relative;
    display: inline-block;
    font-size: 48px;
    line-height: 1.2em;
    color: #1e1f36;
    font-weight: 700
}

.clss-slider .sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #888;
    margin-top: 30px
}

.clss-slider .sec-title.light h2,
.sec-title.light .title {
    color: #fff;
    -webkit-text-fill-color: inherit
}

.clss-slider .speakers-section-three {
    position: relative;
    padding: 120px 0 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.clss-slider .speaker-block-three {
    position: relative;
    margin-bottom: 50px;
    
}

.clss-slider .speaker-block-three .inner-box {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 30px;
    width: 300px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease
}

.clss-slider .speaker-block-three .inner-box:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.clss-slider .speaker-block-three .image-box {
    background: linear-gradient(to right, #004d40, #00695c);
    height: 120px;
    position: relative;
}

.clss-slider .speaker-block-three .image-box:before {
    /* position: absolute;
    left: -10px;
    right: -10px;
    top: -4px;
    height: 100%; */
    /* background-image: url(https://i.ibb.co/LSL9C6r/shape-5.png); */
    /* -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
    background-position: right top;
 */
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;

}

.clss-slider .speaker-block-three .image-box .image {
    /* position: relative; */
    /* display: inline-block; */
    /* height: 130px; */
    width: 130px;
    overflow: hidden;
    border: 4px solid white;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    border-radius: 50%;
    z-index: 9;
    margin-bottom: 0;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease
}


.clss-slider .speaker-block-three .image-box .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

/* .speaker-block-three .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
} */

.clss-slider .speaker-block-three .info-box {
    /* position: relative;
    display: inline-block;
    padding: 10px 30px;
    padding-right: 10px;
    background-color: #ec7561 */
   
    /* Orange */
   
    /* color: white; */
    padding: 10px 30px;
    padding-right: 10px;
    border-radius: 0 0 10px 10px;
    position: relative;
    margin-top: 50px;
    display: inline-block;
    margin-top: 30%;

    background: none; 
    padding: 0;  
    border-radius: 0;  
    text-align: center; 
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 

}

.clss-slider .speaker-block-three .info-box:before {
    position: absolute;
    left: 0;
    right: -30px;
    background-color: none;
    content: "";
    top: 0;
    bottom: 10px;
    height: 100%;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    border-radius: 0 14px 14px 0
}

.clss-slider .speaker-block-three .image-box {
    background: linear-gradient(135deg, #2d72c0, #031a5c);
    padding: 50px 20px;
    position: relative;
}

.clss-slider .speaker-block-three .info-box .name {
    position: relative;
    font-size: 18px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 500
}

.clss-slider .speaker-block-three .info-box .name a {
    color: black;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

/* .speaker-block-three .info-box .name a:hover {
    color: #fff;
    
} */

.clss-slider .speaker-block-three .info-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: black;
    font-weight: 400
}

/* Flip-Card CSS */
.clss-slider .flip-card {
    background-color: transparent;
    width: 300px;
    height: 100%;
    min-height:420px;
    perspective: 1000px;
}

.clss-slider .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 1.2s ease-in-out;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.clss-slider .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.clss-slider .flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.clss-slider .flip-card-front {
    background-color: #bbb;
    color: black;
    /* z-index: 2; */
}

.clss-slider .flip-card-back {
    background-color: #2980b9;
    color: black;
    transform: rotateY(180deg);
    /* z-index: 10; */
}
.clss-slider .about-text {
    font-size: 16px;
    /* line-height: 1.6; */
    color:black;         
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }


