/** Start Header css **/
.iihta_header_menu ul.elementskit-navbar-nav > li.menu-item >.elementskit-submenu-panel {
    top: calc(100% + 35px);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0784313725490196) !important;
}
.iihta_header_menu ul.elementskit-navbar-nav > li.menu-item >.elementskit-submenu-panel:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 55px;
    top: -45px;
}
.iihta_header_menu .elementskit-menu-offcanvas-elements.active ul.elementskit-navbar-nav > li.menu-item >.elementskit-submenu-panel {
    background: transparent !important;
    box-shadow: none !important;
    padding-left: 10px;
}
.iihta_header_menu .elementskit-menu-offcanvas-elements.active ul.elementskit-navbar-nav > li.menu-item >.elementskit-submenu-panel:before {
    display: none;
}
/** End Header css **/

/* Start Home page css */
.elementor-widget-video .elementor-wrapper.elementor-open-inline {
    --video-aspect-ratio: none !important;
    aspect-ratio: 0.75;
}
.iihta-home-video-section .elementor-custom-embed-image-overlay {
    border-radius: 50px;
}
.iihta-home-video-section .elementor-custom-embed-image-overlay .elementor-custom-embed-play i {
    background: #ffffff;
    padding: 20px 21px 20px 21px;
    border-radius: 50%;
    opacity: 1;
    text-shadow: none;
}
/* End Home page css */

.iihta-footer-scroll-top {
    width: 50px;
    height: 50px;
    border-radius: 28px;
    background: #FFFFFF;
    position: fixed;
    bottom: 30px;
    right: 47px;
    z-index: 999;
    font-size: 18px;
    color: #EA8904;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
    box-shadow: 0px 4px 20px #00000029;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.iihta-footer-scroll-top .iihta-footer-scroll-top-icon {
    rotate: 90deg;
    width: 18px;
	transition: 0.3s all ease-in-out;
}
.iihta-footer-scroll-top:hover {
	background: #EA8904 !important;
	border: 1px solid #EA8904;
	color: #ffffff;
	transition: 0.3s linear;
}
.iihta-footer-scroll-top:hover .iihta-footer-scroll-top-icon {
    filter: brightness(0) invert(1);
}
.iihta-footer-scroll-top.scroll-top-hide .iihta-footer-scroll-top-icon {
    filter: brightness(0) invert(1);
}
.iihta-footer-scroll-top.scroll-top-hide {
    background: #DBE5E4 !important;
    border-color: #DBE5E4 !important;
    cursor: no-drop;
}

/* Start home events slider css */
.iihta-events-slider-repeater-main {
    margin: 0 -15px;
}
.iihta-events-slider-wrap .iihta-events-image {
    max-width: calc(100% - 30px) !important;
    margin: 0 15px;
    position: relative;
    height: 428px;
    border-radius: 20px;
    background-position: center center;
    background-size: cover;
}
.iihta-events-slider-repeater-main .slick-track {
    margin-left: 0;
}
.iihta-events-slider-wrap .iihta-events-image:before {
    content: "";
    background: linear-gradient(179deg , #FFFFFF00, #474747B8, #000000b8);
    height: 100%;
    position: absolute;
    width: 100%;
    display: block;
    z-index: 11;
    opacity: 70%;
    border-radius: 20px;
}
.iihta-events-image .iihta-events-image-post-link {
	display: block; 
	height: 100%; 
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    text-decoration: none;
}
.iihta-events-slider-wrap .iihta-events-content-box {
    position: absolute;
    z-index: 99;
    width: 100%;
    max-width: calc(100% - 80px);
    left: 50%;
    transform: translate( -50% , 0%);
    bottom: 40px;
    display: flex;
    align-items: flex-end;
}
.iihta-events-slider-wrap .iihta-events-content-box .iihta-events-content-left {
    width: 100%;
    max-width: calc(100% - 50px);
    padding-right: 10px;
}
.iihta-events-slider-wrap .iihta-events-content-box .iihta-events-content-right {
    width: 100%;
    max-width: 50px;
}
.iihta-events-content-box .iihta-events-content-left .iihta-events-cat .iihta-events-category {
    font-family: 'Manrope';
    font-weight: 300;
    color: #ffffff;
    font-size: 0.625em;
    line-height: 1.95em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.iihta-events-content-left .iihta-events-title a {
    color: #ffffff;
    font-size: 1.375em;
    line-height: 1.91em;
    letter-spacing: 0;
    font-family: 'Manrope';
    text-decoration: none;
    font-weight: 800;
}
.iihta-events-content-box .iihta-events-content-right a .iihta-events-content-right-arrow {
    color: #ffffff;
    border: 1px solid #ffffff;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    transform: rotate(45deg);
    transition: 0.3s all ease-in-out;
    filter: brightness(0) invert(1);
    padding: 15px;
    box-sizing: content-box;
}
.iihta-events-slider-wrap .iihta-events-image:hover .iihta-events-content-right-arrow {
    transform: rotate(0deg) !important;
}
.iihta-events-content-left .iihta-events-date-wrp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
}
.iihta-events-content-left .iihta-events-date-wrp img {
    width: 13px;
    margin-right: 10px;
    filter: brightness(0) invert(1);
}
.iihta-events-content-left .iihta-events-date-wrp span {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 19.5px;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-family: 'Manrope';
    color: #ffffff;
}
.iihta-events-slider-repeater-main ul.slick-dots {
    position: unset;
    margin-top: 30px;
}
.iihta-events-slider-repeater-main li {
    width: 10px !important;
    height: 10px !important;
}
.iihta-events-slider-repeater-main li button {
    width: 10px !important;
    height: 10px !important;
    background: #FFFFFF !important;
    border-radius: 100% !important;
    border: 2px solid #FFFFFF !important;
    padding: 0 !important;
}
.iihta-events-slider-repeater-main ul li.slick-active button {
    border: 2px solid #2F6E76 !important;
    background: transparent !important;
    box-sizing: content-box;
}
.iihta-events-slider-repeater-main ul li button::before {
    opacity: 0 !important;
}
.iihta-events-slider-wrap .iihta-events-image:hover i {
    transform: rotate(0deg) !important;
}
/* End home events slider css */

/** start Timeline Widget Css **/

.iihta-timeline-main-wrp .timeline-icon {
    width: 100%;
    text-align: center;
}
.timeline-icon-img {
    height: 60px;
    background: #EA8904;
    text-align: center;
    width: 100%;
    max-width: 60px;
    border-radius: 100px;
    margin: 0 auto;
    padding: 20px 22px 20px 21px;
}
.iihta-timeline-main-wrp-inner {
    position: relative;
    width: 100%;
    padding-top: 60px;
}
.iihta-timeline-main-wrp-inner:before {
    content: '';
    position: absolute;
    border-left: 2px solid #EA8904;
    height: 100%;
    left: 50%;
    z-index: 0;
    top: 0;
}
.iihta-timeline-main-wrp-inner:after {
    content: '';
    position: absolute;
    background: #EA8904;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    left: 48.5%;
    bottom: -2px;
}
.iihta-timeline-item.left-content {
    display: flex;
}
.iihta-timeline-item.left-image {
	display: flex;
}
.iihta-timeline-content-wrp {
    width: 50%;
    border-top: 1px solid #DBE5E4;
    padding: 20px 85px 20px 30px;
    position: relative;
    padding-right: 8.8%;
}
.iihta-timeline-content-wrp:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #DBE5E4;
    border-radius: 100px;
    top: -5px;
    left: 0;
}
.left-image .iihta-timeline-content-wrp {
    padding-right: 20px;
	padding-left: 8.8%;
}
.left-image .iihta-timeline-content-wrp:before {
	right: 0;
	left: unset;
}
.iihta-timeline-image-wrp {
    display: inline;
    line-height: 0;
    width: 50%;
    padding-left: 8.8%;
    padding-bottom: 60px;
    position: relative;
}
.iihta-timeline-image-wrp:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 100px;
    left: -9px;
    border: 5px solid #EA8904;
    z-index: 1;
    top: -10px;
}
.iihta-timeline-item.left-image .iihta-timeline-image-wrp {
	padding-right: 8.8%;
	padding-left: 0px;
}
.iihta-timeline-item.left-image .iihta-timeline-image-wrp:before {
    right: -10px;
    left: unset;
}
.iihta-timeline-image-wrp img {
    border-radius: 10px !important;
    aspect-ratio: 1.32890;
}
.iihta-timeline-year {
    color: #2F6E76;
    font-size: 1.125em;
    line-height: 1.5em;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    font-family: 'Manrope';
    font-weight: 700;
}
.iihta-timeline-content-wrp h3.iihta-timeline-title {
    color: #000000;
    font-size: 0.9375em;
    line-height: 1.6em;
    letter-spacing: 0.15px;
    font-family: 'Manrope';
    font-weight: 800;
    margin: 20px 0px;
}
.iihta-timeline-content {
    color: #6B6B6B;
    font-size: 0.9375em;
    line-height: 1.6em;
    letter-spacing: 0.15px;
    font-family: 'Inter';
    font-weight: 400;
    padding-bottom: 30px;
}
a.iihta-timeline-btn-link {
    color: #6B6B6B;
    font-size: 0.8125em;
    letter-spacing: 1.3px;
    line-height: 1.5em;
    font-family: 'Manrope';
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}
a.iihta-timeline-btn-link i {
    font-size: 20px;
    font-weight: 100;
    padding-left: 10px;
}
/** End Timeline Widget Css **/


/** Start Banner css **/
.iihta-banner-img-wrap {
   min-height: 300px;
    width: 100%;
    display: flex;
    position: relative;
    align-items: end;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 50px;
}
.iihta-banner-img-inner {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    z-index: 5;
}
.iihta-banner-img-inner .iihta-banner-breadcrumbs a {
    color: #FFFFFF;
    font-size: 10px;
    line-height: 1.95em;
    letter-spacing: 1.5px;
    font-family: 'Manrope';
    text-transform: uppercase;
    font-weight: 600;
}
.iihta-banner-img-inner .iihta-banner-breadcrumbs a:hover {
    color: #EA8904;
}
.iihta-banner-img-inner .iihta-banner-breadcrumbs {
    color: #FFFFFF;
    font-size: 0.625em;
    line-height: 1.95em;
    letter-spacing: 1.5px;
    font-family: 'Manrope';
    text-transform: uppercase;
    font-weight: 600;
}
.iihta-banner-img-inner .iihta-banner-breadcrumbs span.separator {
	padding: 0 15px;
    font-size: 12px;
}
.iihta-banner-img-wrap h1.iihta-banner-page-title {
    color: #FFFFFF;
    font-size: 2em;
    letter-spacing: 0.32px;
    line-height: 1.5em;
    font-family: 'Manrope';
    margin: 0;
    padding-top: 5px;
    text-transform: capitalize;
    font-weight: 800;
}
.iihta-banner-img-wrap:before {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: #000000;
    opacity: 0.48;
}
/** End Banner css **/

/** Member Archive Page css **/

.iihta-member-template-main-wrp {
    width: 100%;
	width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.iihta-member-template-main-wrp .iihta-member-upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.iihta-member-template-main-wrp .iihta-member-upper .iihta-member-search-wrp {
    margin: 0 30px 20px 0;
    position: relative;
    width: 100%;
    max-width: 370px;
}
.iihta-member-template-main-wrp .iihta-member-upper .iihta-member-search-wrp input {
    width: 100%;
    border: 1px solid #DBE5E4;
    border-radius: 10px;
    padding: 14px 50px 14px 15px;
    color: #6B6B6B;
    font-family: 'Inter';
    font-weight: 400;
    background: #FFFFFF;
    font-size: 0.8125em;
    line-height: 20px;
    letter-spacing: 0px;
}
.iihta-member-template-main-wrp .iihta-member-upper .iihta-member-search-wrp input::placeholder{
	color: #6B6B6B !important;
	opacity: 0.5;
}
.iihta-member-template-main-wrp .iihta-member-upper .iihta-member-search-wrp .iihta-member-search-btn {
    border: none !important;
    background: transparent !important;
    padding: 0;
    outline: none !important;
    font-size: 18px;
    color: #6B6B6B;
    position: absolute;
    right: 15px;
    line-height: 50px;
}
.iihta-member-template-main-wrp .iihta-member-upper .iihta-member-search-wrp .iihta-member-search-btn i {
    font-weight: 100;
    font-family: "Font Awesome 5 pro";
}
.iihta-member-template-main-wrp .iihta-member-upper .iihta-member-upper-right {
    width: 100%;
    max-width: calc(100% - 400px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.iihta-member-template-main-wrp .iihta-member-upper .iihta-member-upper-right .iihta-member-filter-wrp {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
    margin-bottom: 20px;
    border-right: 1px solid #DBE5E4;
}
.iihta-member-template-main-wrp .iihta-member-upper .iihta-member-upper-right .iihta-member-filter-wrp .iihta-member-filter-btn ,
.iihta-member-template-main-wrp .iihta-member-upper .iihta-member-upper-right .iihta-member-filter-wrp span.new-filter-btn-class {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #000000;
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 0.8125em;
    line-height: 1.3em;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
.iihta-member-template-main-wrp .iihta-member-upper .iihta-member-upper-right .iihta-member-filter-wrp .iihta-member-filter-btn svg ,
.iihta-member-template-main-wrp .iihta-member-upper .iihta-member-upper-right .iihta-member-filter-wrp span.new-filter-btn-class svg {
    margin-right: 10px;
}
.iihta-member-template-main-wrp .iihta-member-upper .member-sorting {
    margin-bottom: 20px;
    width: 100%;
    max-width: 245px;
    display: flex;
    align-items: center;
}
.iihta-member-template-main-wrp .iihta-member-upper .member-sorting span {
    max-width: 75px;
    width: 100%;
    color: #000000;
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 0.8125em;
    line-height: 1.3em;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
.iihta-member-template-main-wrp .iihta-member-upper .member-sorting .iihta-member-sorting-select-wrp ,
.iihta-member-template-main-wrp .iihta-member-upper .member-sorting .new-sorting-select-class {
    width: 100%;
    position: relative;
}
.iihta-member-template-main-wrp .iihta-member-upper .member-sorting .iihta-member-sorting-select-wrp:after ,
.iihta-member-template-main-wrp .iihta-member-upper .member-sorting .new-sorting-select-class:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 20px;
    top: 0px;
    line-height: 50px;
    font-size: 17px;
    color: #959595;
    pointer-events: none;
    font-weight: 400;
}
.iihta-member-template-main-wrp .iihta-member-upper .member-sorting select {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    text-transform: capitalize;
    width: 100%;
    border: 1px solid #DBE5E4;
    border-radius: 10px;
    padding: 14px 50px 14px 15px;
    color: #6B6B6B;
    font-family: 'Inter';
    font-weight: 400;
    background: #FFFFFF;
    font-size: 0.8125em;
    line-height: 20px;
    letter-spacing: 0px;
}
.iihta-member-archive-main-wrp {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.iihta-member-archive-main-wrp .iihta-member-archive-loop ,
.iihta-member-archive-main-wrp .iihta-member-archive-loop-main {
    width: 100%;
    max-width: calc(25% - 30px);
    margin: 0 15px 30px 15px;
    background: #ffffff;
    border-radius: 20px;
    position: relative;
    box-shadow: 0px 8px 40px #00000014;
    overflow: hidden;
    padding-bottom: 20px;
    min-height: 360px;
}
.iihta-member-archive-main-wrp .iihta-member-archive-loop .iihta-member-feature-image ,
.iihta-member-archive-main-wrp .iihta-member-archive-loop-main .iihta-member-feature-image{
    line-height: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}
.iihta-member-archive-main-wrp .iihta-member-archive-loop .iihta-member-feature-image:before ,
.iihta-member-archive-main-wrp .iihta-member-archive-loop-main .iihta-member-feature-image:before {
    content: "";
    position: absolute;
    background: linear-gradient(181deg , #FFFFFF00, #474747B8, #000000);
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.6;
}
.iihta-member-archive-main-wrp .iihta-member-archive-loop .iihta-member-feature-image a ,
.iihta-member-archive-main-wrp .iihta-member-archive-loop-main .iihta-member-feature-image a {
    display: block;
    outline: none !important;
    height: 100%;
}
.iihta-member-archive-main-wrp .iihta-member-archive-loop .iihta-member-feature-image img ,
.iihta-member-archive-main-wrp .iihta-member-archive-loop-main .iihta-member-feature-image img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 0.75;
    height: 100%;
}
.iihta-member-archive-main-wrp .iihta-member-archive-loop .iihta-member-content-box ,
.iihta-member-archive-main-wrp .iihta-member-archive-loop-main .iihta-member-content-box-main {
    padding: 30px 30px 30px 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
	z-index: 11;
	transition: 0.3s all ease-in-out;
}
.iihta-member-archive-main-wrp .iihta-member-archive-loop .iihta-member-content-box .iihta-member-cat-wrp,
.iihta-member-archive-main-wrp .iihta-member-archive-loop-main .iihta-member-content-box-main .iihta-member-cat-wrp {
    margin: 0 0 10px 0;
	line-height: 0;
}
.iihta-member-archive-main-wrp .iihta-member-archive-loop .iihta-member-content-box .iihta-member-cat-wrp a ,
.iihta-member-archive-main-wrp .iihta-member-archive-loop-main .iihta-member-content-box-main .iihta-member-cat-wrp a{
    color: #ffffff;
    font-size: 0.8125em;
    line-height: 1.615em;
    letter-spacing: 0;
    font-family: 'Inter';
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}
.iihta-member-archive-main-wrp .iihta-member-archive-loop .iihta-member-content-box .iihta-member-title ,
.iihta-member-archive-main-wrp .iihta-member-archive-loop-main .iihta-member-content-box-main .iihta-member-title {
    color: #ffffff;
    font-size: 1.125em;
    line-height: 1.5;
    letter-spacing: 0;
    font-family: 'Manrope';
    text-decoration: none;
    font-weight: 900;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 10px;
}
.iihta-member-archive-main-wrp .iihta-member-archive-loop .iihta-member-content-box .iihta-member-title a ,
.iihta-member-archive-main-wrp .iihta-member-archive-loop-main .iihta-member-content-box-main .iihta-member-title a {
    color: #ffffff;
	text-decoration: none;
}
.iihta-member-archive-main-wrp .iihta-member-archive-loop:hover .iihta-member-learn-more-btn {
    opacity: 1;
    transition-delay: 0.3s;
    transition-property: opacity;
}
.iihta-member-archive-main-wrp .iihta-member-archive-loop:hover .iihta-member-content-box {
    bottom: 40px;
    transition: 0.3s all ease-in-out;
}
.iihta-member-archive-main-wrp .iihta-member-archive-loop .iihta-member-content-box .iihta-member-cat-wrp {
    margin: 0;
    line-height: 0;
}
.iihta-member-learn-btn-wrp .iihta-member-learn-more-btn {
    font-family: 'Manrope';
    font-size: 0.8125em;
    line-height: 1.84em;
    letter-spacing: 1.3px;
    color: #EA8904;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 99;
    margin: 20px 30px 30px 30px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    opacity: 0;
    transition: 0.3s all ease-in-out;
}
.iihta-member-learn-more-btn .iihta-member-learn-more-btn-icon {
    rotate: 180deg;
    padding-right: 10px;
    height: 8px;
}
.member-loader {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}
.iihta-member-template-main-wrp .iihta-member-no-post-found,
.iihta-member-template-main-wrp .iihta-member-archive-main-wrp .iihta-member-no-post-found {
    font-size: 2em;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000000;
    font-family: 'Manrope';
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin: 0px 0 20px 0;
}
.iihta-member-template-main-wrp .member-loader {
    text-align: center;
}
.iihta-member-template-main-wrp .member-loader img {
    max-width: 400px;
}
.iihta-member-template-main-wrp .iith-archive-count {
    color: #959595;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Inter';
    text-align: center;
    margin: 0;
}
.iihta-pagination {
    margin-top: 20px;
    margin-bottom: 0px !important;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iihta-pagination .page-numbers {
    height: 40px;
    width: 40px;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1.4px;
    font-family: 'Manrope';
    font-weight: 700;
    background: transparent;
    color: #6B6B6B;
    margin: 0px 10px;
    border: 1px solid transparent;
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.iihta-pagination .page-numbers i {
    font-size: 20px;
	color: #EA8904;
}
.iihta-pagination .page-numbers:hover {
	color: #EA8904;
}
.iihta-pagination .page-numbers.current {
    color: #000000;
}
.iihta-pagination a.prev {
    margin-left: 0;
    background: transparent !important;
    color: #EA8904 !important;
    font-size: 20px;
    width: 50px;
    border: 1px solid #EA8904 !important;
    height: 50px;
    line-height: 50px;
}
.iihta-pagination a.next {
    margin-right: 0;
    background: transparent !important;
    color: #447A51 !important;
    font-size: 20px;
	width: 50px;
    border: 1px solid #EA8904 !important;
    height: 50px;
    line-height: 50px;
}
.iihta-pagination a.next:hover ,
.iihta-pagination a.prev:hover {
    color: #ffffff !important;
    background: #EA8904 !important;
}
.iihta-pagination a.next:hover i,
.iihta-pagination a.prev:hover i{
    color: #ffffff !important;
}
.iihta-pagination a.prev.page-numbers.disable, .iihta-pagination a.next.page-numbers.disable {
    color: #fff !important;
    background: #DBE5E4 !important;
    border: 1px solid #DBE5E4 !important;
}
.iihta-pagination a.prev.page-numbers.disable i, .iihta-pagination a.next.page-numbers.disable i {
    color: #fff !important;   
}
/** End Member Archive Page css **/

/*** Start Member Filter Css ***/
.iihta-member-filter-main-wrp {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
	overflow: hidden;
	transition: all 0.5s linear;
}
.iihta-member-filter-main-wrp.open_filter{
	visibility: visible;
    opacity: 1;
}
body.admin-bar .iihta-member-filter-main-wrp {
    top: 32px;
    height: calc(100vh - 32px);
}
.iihta-member-filter-main-wrp .iihta-member-filter-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    opacity: 60%;
}
.iihta-member-filter-main-wrp .iihta-member-filter-body {
    position: relative;
    z-index: 9;
    background: #FFF;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    min-height: 100%;
    padding: 50px 30px 50px 30px;
    transform: translate(100%, 0px);
    transition: all 0.5s linear;
}
.iihta-member-filter-main-wrp.open_filter .iihta-member-filter-body {
	transform: translate(0, 0px);
}
.iihta-member-filter-main-wrp .iihta-member-filter-body .iihta-member-filter-heading {
    margin: 0;
    font-size: 2.25em;
    line-height: 1.25;
    color: #000000;
    font-family: 'Manrope';
    font-weight: 700;
    padding-bottom: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0.4px;
}
.iihta-member-filter-main-wrp .iihta-member-filter-body .iihta-member-filter-heading:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    background: #DBE5E4;
    height: 1px;
}
.iihta-member-filter-main-wrp .iihta-member-filter-body .iihta-member-filter-heading .iihta-member-filter-close {
    cursor: pointer;
    margin-left: 20px;
}
.iihta-member-filter-main-wrp .iihta-member-filter-body .iihta-member-filter-heading .iihta-member-filter-close:hover {
    color: #EA8904;
}
.iihta-member-filter-main-wrp .iihta-member-filter-body .iihta-member-filter-list {
    padding: 0;
    list-style-type: none;
}
.iihta-member-filter-main-wrp .iihta-member-filter-body .iihta-member-filter-list li:not(:last-child) {
    margin-bottom: 15px;
}
.iihta-member-filter-main-wrp .iihta-member-filter-body .iihta-member-filter-list li input {
    display: none;
}
.iihta-member-filter-main-wrp .iihta-member-filter-body .iihta-member-filter-list li .iihta-member-filter-checkbox {
    color: #000000;
    padding-left: 30px;
    position: relative;
    font-size: 1.125em;
    line-height: 1.5;
    letter-spacing: 0;
    font-family: 'Manrope';
    text-decoration: none;
    font-weight: 700;
}
.iihta-member-filter-main-wrp .iihta-member-filter-body .iihta-member-filter-list li .iihta-member-filter-checkbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    background: #FFFFFF;
    border: 1px solid #6B6B6B;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.iihta-member-filter-main-wrp .iihta-member-filter-body .iihta-member-filter-list li .iihta-member-filter-checkbox:hover:before {
    border-color: #EA8904;
}
.iihta-member-filter-main-wrp .iihta-member-filter-body .iihta-member-filter-list li input:checked + .iihta-member-filter-checkbox:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 7px;
    height: 12px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.iihta-member-filter-main-wrp .iihta-member-filter-body .iihta-member-filter-list li input:checked + .iihta-member-filter-checkbox:before {
    background: #EA8904;
    border-color: #EA8904;
}
/*** End Member Filter Css ***/

/*** Start Member Single Css ***/

/* main#iihta-single-main-member {
    max-width: 1270px;
    padding: 100px 50px;
    margin: 0 auto;
} */
#iihta-single-main-member .iihta-single-main {
    max-width: 1270px;
    padding: 100px 50px;
    margin: 0 auto;
}
.iihta-member-single-inner-upper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}
.iihta-member-single-inner-upper .iihta-blog-back-btn {
    padding-bottom: 10px;
}
.iihta-member-single-main-middle {
    display: flex;
    flex-wrap: wrap;
}
.iihta-single-member-middle {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0px 4px 20px #00000014;
}
.iihta-member-single-main-middle .iihta-member-feature-image {
    max-width: 320px;
    margin-right: 30px;
}
.iihta-middle-single-right {
    width: 100%;
    max-width: calc(100% - 350px);
}
.iihta-member-feature-image img {
    width: 320px;
    border-radius: 20px;
}
.iihta-middle-single-right h1.iihta-middle-single-title {
    color: #000000;
    font-size: 2.5em;
    line-height: 1.35em;
    letter-spacing: 0.4px;
    font-family: 'Manrope';
    font-weight: 900;
    margin: 0;
    margin-bottom: 10px;
}
.iihta-single-member-category {
    padding-bottom: 20px;
    border-bottom: 2px solid #DBE5E4;
    margin-bottom: 20px;
}
.iihta-single-member-content p{
    height: 100px; /* Adjust the height as needed */
    overflow: hidden;
    position: relative;
}
.iihta-single-member-content p.show {
    height: auto;
}
.moreless-button {
    display: block;
    margin-top: 10px;
    cursor: pointer;
}
.iihta-middle-single-right a.moreless-button {
	position: relative;
    display: inline-flex;
    align-items: center;
    font-family: 'Manrope';
    font-size: 0.8125em;
    line-height: 1.84em;
    letter-spacing: 1.3px;
    color: #6B6B6B;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.iihta-middle-single-right a.moreless-button:before {
    content: '\f178';
    position: absolute;
    font-family: 'font awesome 5 pro';
    font-weight: 300;
    right: -30px;
    font-size: 20px;
}
a.moreless-button img {
    margin-left: 10px;
}
/*** End Member Single Css ***/

/** Member Research Paper Page css **/

.iihta-research-papers-archive-container {
    width: 100%;
	width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.iihta-research-papers-archive-container .iihta-research-papers-upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.iihta-research-papers-archive-container .iihta-research-papers-upper .iihta-research-papers-search-wrp {
    margin: 0 30px 20px 0;
    position: relative;
    width: 100%;
    max-width: 370px;
}
.iihta-research-papers-archive-container .iihta-research-papers-upper .iihta-research-papers-search-wrp input {
    width: 100%;
    border: 1px solid #DBE5E4;
    border-radius: 10px;
    padding: 14px 50px 14px 15px;
    color: #6B6B6B;
    font-family: 'Inter';
    font-weight: 400;
    background: #FFFFFF;
    font-size: 0.8125em;
    line-height: 20px;
    letter-spacing: 0px;
}
.iihta-research-papers-archive-container .iihta-research-papers-upper .iihta-research-papers-search-wrp input::placeholder{
	color: #6B6B6B !important;
	opacity: 0.5;
}
.iihta-research-papers-archive-container .iihta-research-papers-upper .iihta-research-papers-search-wrp .iihta-research-papers-search-btn {
    border: none !important;
    background: transparent !important;
    padding: 0;
    outline: none !important;
    font-size: 18px;
    color: #6B6B6B;
    position: absolute;
    right: 15px;
    line-height: 50px;
}
.iihta-research-papers-archive-container .iihta-research-papers-upper .iihta-research-papers-search-wrp .iihta-research-papers-search-btn i {
	font-weight:100;
}
.iihta-research-papers-archive-container .iihta-research-papers-upper .iihta-research-papers-upper-right {
    width: 100%;
    max-width: calc(100% - 400px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.iihta-research-papers-archive-container .iihta-research-papers-upper .iihta-research-papers-upper-right .iihta-research-papers-filter-wrp {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
    margin-bottom: 20px;
    border-right: 1px solid #DBE5E4;
}
.iihta-research-papers-archive-container .iihta-research-papers-upper .research-papers-sorting {
    margin-bottom: 20px;
    width: 100%;
    max-width: 245px;
    display: flex;
    align-items: center;
}
.iihta-research-papers-archive-container .iihta-research-papers-upper .research-papers-sorting span {
    max-width: 75px;
    width: 100%;
    color: #000000;
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 0.8125em;
    line-height: 1.3em;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
.iihta-research-papers-archive-container .iihta-research-papers-upper .research-papers-sorting .iihta-research-papers-sorting-select-wrp {
    width: 100%;
    position: relative;
}
.iihta-research-papers-archive-container .iihta-research-papers-upper .research-papers-sorting .iihta-research-papers-sorting-select-wrp:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 20px;
    top: 0px;
    line-height: 50px;
    font-size: 17px;
    color: #959595;
    pointer-events: none;
    font-weight: 400;
}
.iihta-research-papers-archive-container .iihta-research-papers-upper .research-papers-sorting select {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    text-transform: capitalize;
    width: 100%;
    border: 1px solid #DBE5E4;
    border-radius: 10px;
    padding: 14px 50px 14px 15px;
    color: #6B6B6B;
    font-family: 'Inter';
    font-weight: 400;
    background: #FFFFFF;
    font-size: 0.8125em;
    line-height: 20px;
    letter-spacing: 0px;
}
.iihta-research-papers-archive-loop {
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0 4px 20px #00000014;
}
.iihta-research-papers-left {
    padding-right: 15px;
    width: 75%;
}
.iihta-research-papers-left .iihta-research-papers-category {
    color: #2F6E76;
    font-size: 0.625em;
    font-family: 'Manrope';
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.iihta-research-papers-left .iihta-research-papers-title {
    font-size: 1.125em;
    letter-spacing: 0.18px;
    color: #000000;
    line-height: 1.5em;
    font-family: 'Manrope';
    font-weight: 800;
    padding-bottom: 30px;
}
.iihta-research-papers-left .iihta-research-date {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
.iihta-research-papers-left .iihta-research-date img {
    width: 13px;
    margin-right: 10px;
}
.iihta-research-papers-left .iihta-research-date span {
    font-size: 0.9375em;
    letter-spacing: 0.15px;
    line-height: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Inter';
    color: #6B6B6B;
}
.iihta-research-papers-right .iihta-research-papers-view {
    font-size: 0.875em;
    letter-spacing: 1.5px;
    line-height: 1.5em;
    color: #FFF;
    background: #EA8904;
    border-radius: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Manrope';
    padding: 15px 27px;
    margin-right: 30px;
    display: inline-block;
}
.iihta-research-papers-right {
    display: flex;
    align-items: center;
    width: 25%;
    justify-content: end;
}
.iihta-research-papers-right .iihta-research-papers-download {
    border: 1px solid #000000;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iihta-research-papers-right .iihta-research-papers-view:hover {
    background: #DC7F00;
}
.iihta-research-papers-right .iihta-research-papers-download:hover img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(0%) hue-rotate(73deg) brightness(105%) contrast(100%);
}
.iihta-research-papers-right .iihta-research-papers-download:hover {
    background: #000;
}
.iihta-research-papers-archive-wrp .iihta-pagination {
    margin-top: 50px;
}
.research-loader {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}
.iihta-research-papers-archive-container .iihta-research-no-post {
    font-size: 2em;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000000;
    font-family: 'Manrope';
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin: 0px 0 20px 0;
}
.iihta-research-papers-archive-container .research-papers-loader {
    text-align: center;
}
.iihta-research-papers-archive-container .research-papers-loader img {
    max-width: 400px;
}
.iihta-research-papers-archive-container .iihta-archive-count {
    color: #959595;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Inter';
    text-align: center;
    margin: 0;
	padding-top: 5px;
}
h2.iihta-news-no-post-found {
    text-align: center;
    width: 100%;
}
/** End Research Paper Archive Page css **/

.iihta-news-category-archive-main-wrp {
    padding: 100px 50px;
    max-width: 1270px !important;
}



/** Start member category Page css **/
.iihta-member-cat-page {
    padding: 100px 50px;
    max-width: 1270px;
}

@media screen and (max-width: 1024px) {
	.iihta-member-cat-page {
		padding: 70px 30px;
	}
}
@media screen and (max-width: 768px) {
	.iihta-member-cat-page {
		padding: 50px 20px;
	}
}
/** End member category Page css **/


/*** Start Contact Us Page Css ***/
.iihta-contact-icon-box .elementor-icon-box-title {
    margin-top: 5px;
}
.iihta-contact-icon-box .elementor-icon-box-description a {
    color: #6B6B6B;
}
.iihta-contact-form .elementor-button {
    margin-top: 10px;
	outline: none !important;
}
.main-button-hotpost-wrp .ekit-hotspot-title {
    background: #EA8904;
    padding: 0px 14px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 24px;
    color: #ffffff;
}
.main-button-hotpost-wrp  .ekit-location-des {
    padding-left: 14px;
    padding-top: 5px;
}
.main-button-hotpost-wrp .active .ekit-hotspot-horizontal-line {
    transform: rotate(-45deg) !important;
    margin-top: 2px !important;
}
.main-button-hotpost-wrp .ekit-hotspot-vertical-line {
    top: 10px !important;
    width: calc(100% + 0px) !important;
    height: 2px !important;
    left: 1px!important;
}
.main-button-hotpost-wrp .ekit-location_outer {
    top: 41px !important;
    right: 51px !important;
}
.main-button-hotpost-wrp .ekit-wid-con .ekit-location_indicator::after {
    background: #FFFFFF !important;
	height: 5px;
    width: 5px;
}
/*** End Contact Us Page Css ***/

/*** Start Membership Page Css ***/
.iihta-accordion-wrp .ekit-wid-con .elementskit-accordion .elementskit-card:not(:last-child) {
    margin-bottom: 30px;
}
.iihta-accordion-wrp .ekit_accordion_icon_group {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EA8904;
    border-radius: 50%;
}
.iihta-accordion-wrp .ekit_accordion_icon_group:hover {
    background: #EA8904;
}
.iihta-accordion-wrp .ekit_accordion_icon_group:hover i {
    color: #FFFFFF !important;
}
.iihta-accordion-wrp .elementskit-btn-link[aria-expanded=true] .ekit_accordion_icon_group {
    background: #EA8904;
}
.iihta-membership-form-wrp .elementor-field.elementor-select-wrapper .select-caret-down-wrapper {
    inset-inline-end: 15px !important;
}
.iihta-membership-form-wrp .elementor-field.elementor-select-wrapper .select-caret-down-wrapper i:before {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    font-weight: 400;
    color: #959595;
}
.iihta-membership-form-wrp .elementor-field-label[for="form-field-contact_code"] {
    white-space: nowrap;
}
.iihta-membership-form-wrp .elementor-field-label[for=form-field-contact_no] {
    opacity: 0;
}
.iihta-membership-form-wrp .select2-selection {
    min-height: 50px;
}
.iihta-membership-form-wrp .select2-selection__arrow b {
    display:none;
}
.iihta-membership-form-wrp .select2-selection__arrow {
    height: auto !important;
    top: 50% !important;
    transform: translate(0px, -50%) !important;
    width: auto !important;
    right: 15px !important;
}
.iihta-membership-form-wrp .select2-selection__arrow:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    font-weight: 400;
    color: #959595;
    line-height: 0;
}
.iihta-membership-form-wrp span.elementor-field-option {
    padding-inline-end: 40px !important;
}
.iihta-membership-form-wrp span.elementor-field-option label:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #6B6B6B;
    border-radius: 50%;
    margin-right: 10px;
}
.iihta-membership-form-wrp span.elementor-field-option input {
    display: none !important;
}
.iihta-membership-form-wrp .elementor-subgroup-inline span.elementor-field-option label {
    display: inline-flex !important;
    align-items: center !important;
    cursor: pointer;
	position: relative;
}
.iihta-membership-form-wrp .elementor-subgroup-inline span.elementor-field-option label:hover:before {
    border-color: #EA8904;
}
.iihta-membership-form-wrp .elementor-subgroup-inline span.elementor-field-option input:checked + label:before {
    background: #EA8904;
	border-color: #EA8904;
}
.iihta-membership-form-wrp .elementor-subgroup-inline span.elementor-field-option input:checked + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #FFF;
    position: absolute;
    border-radius: 50%;
    left: 4px;
}
.iihta-membership-form-wrp .elementor-field-type-date input::-webkit-calendar-picker-indicator {
    opacity: 0;
}
.iihta-membership-form-wrp .elementor-field-type-date {
    position: relative;
}
.iihta-membership-form-wrp .elementor-field-type-date:before {
    content: "";
    position: absolute;
    right: 30px;
    width: 15px;
    height: 15px;
    top: 50px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
}
.iihta-membership-form-wrp .elementor-button {
    margin-top: 10px;
	outline: none !important;
}
/*** End Membership Page Css ***/


/*** Start Our Leaders Slider Slider Widget Css ***/
.iihta-member-main-wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding-left: 50px;
}
.iihta-member-main-wrp .iihta-member-left-side {
    width: 100%;
    max-width: 33.33%;
    padding-right: 20px;
}
.iihta-member-main-wrp .iihta-member-wrp {
    width: 100%;
    max-width: 66.67%;
}
.iihta-member-main-wrp .iihta-member-left-side .iihta-member-sub-heading {
    border: 1px solid #2F6E76;
    color: #2F6E76;
    font-size: 0.625em;
    line-height: 1.25;
    letter-spacing: 1.5px;
    font-family: 'Manrope';
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    display: inline-flex;
    align-items: center;
    padding: 5px 15px;
    border-radius: 24px;
}
.iihta-member-main-wrp .iihta-member-left-side .iihta-member-heading {
    color: #000000;
    font-size: 2.5em;
    line-height: 1.35;
    letter-spacing: 0.4px;
    font-family: 'Manrope';
    font-weight: 800;
    margin: 0 0 30px 0;
}
.iihta-member-main-wrp .iihta-member-left-side .iihta-member-description {
    font-family: 'Inter';
    font-size: 0.9375em;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 400;
    color: #6B6B6B;
    margin: 0 0 30px 0;
}
.iihta-member-arrow-wrp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.iihta-member-arrow-wrp .slick-arrow {
    width: 50px;
    height: 50px;
    line-height: 1.5;
    border: 1px solid #EA8904;
    color: #EA8904;
    font-size: 24px;
    margin-right: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    transform: translate(0, 0);
    z-index: 9;
}
.iihta-member-arrow-wrp .iihta-member-prev {
    margin-right: 30px;
}
.iihta-member-arrow-wrp .slick-arrow:hover {
    background: #EA8904;
    border-color: #EA8904;
    color: #FFFFFF;
}
.iihta-member-arrow-wrp .slick-arrow.slick-disabled {
    border-color: #DBE5E4 !important;
    background: #DBE5E4 !important;
    color: #FFFFFF !important;
    cursor: inherit;
}
.iihta-member-arrow-wrp .slick-arrow.slick-hidden {
    display: none;
}
.iihta-member-arrow-wrp.mobile {
    margin: -20px 0 0 0;
    display: none;
	padding: 0 20px;
}
.iihta-member-main-wrp2 .iihta-member-left-side .iihta-member-button-wrp {
    line-height: 0;
}
.iihta-member-main-wrp2 .iihta-member-left-side .iihta-member-button-wrp a {
    background: #5271FF;
    padding: 13px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    color: #FFFFFF;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0;
    font-family: 'Poppins';
    font-weight: 500;
}
.iihta-member-main-wrp2 .iihta-member-left-side .iihta-member-button-wrp a i {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    margin-left: 7px;
}
.iihta-member-inner .iihta-member-loop-wrp {
    padding: 0px 15px 0px 15px;
    height: 100%;
}
.iihta-member-loop-wrp .iihta-member-loop {
    border-radius: 20px;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.iihta-member-loop-wrp .iihta-member-loop:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent linear-gradient(181deg, #FFFFFF00 0%, #474747B8 64%, #000000 100%) 0% 0%;
    opacity: 60%;
}
.iihta-member-inner .iihta-member-loop-wrp img {
    aspect-ratio: 0.75/1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: auto;
}
.iihta-member-loop-wrp .iihta-member-loop .iihta-member-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 30px 30px 30px;
    z-index: 9;
    transition: all 0.5s linear;
}
.iihta-member-loop-wrp .iihta-member-loop .iihta-member-content .iihta-member-name {
    color: #FFFFFF;
    font-size: 1.125em;
    line-height: 1.5;
    letter-spacing: 0;
    font-family: 'Manrope';
    font-weight: 800;
    margin: 0 0 10px 0;
    text-transform: capitalize;
}
.iihta-member-loop-wrp .iihta-member-loop .iihta-member-content .iihta-member-designation {
    color: #FFFFFF;
    font-size: 0.8125em;
    line-height: 1.5;
    letter-spacing: 0;
    font-family: 'Inter';
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}
.iihta-member-loop-wrp .iihta-member-loop .iihta-member-content .iihta-member-link {
    color: #EA8904;
    font-size: 0.8125em;
    line-height: 24px;
    letter-spacing: 1.3px;
    font-family: 'Manrope';
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    opacity: 0;
	visibility: hidden;
	transition: all 0.5s linear;
}
.iihta-member-loop-wrp .iihta-member-loop .iihta-member-content .iihta-member-link i {
    margin-left: 10px;
    font-size: 20px;
}
.iihta-member-loop-wrp .iihta-member-loop:hover .iihta-member-content {
    bottom: 24px;
}
.iihta-member-loop-wrp .iihta-member-loop:hover .iihta-member-link {
    visibility: visible;
    opacity: 1;
}
.iihta-member-main-wrp .iihta-member-wrp .iihta-member-inner .slick-track {
    display: flex !important;
	margin: 0;
}
.iihta-member-main-wrp .iihta-member-wrp .iihta-member-inner .slick-track .slick-slide {
    height: inherit !important;
}
.iihta-member-main-wrp .iihta-member-wrp .iihta-member-inner .slick-track .slick-slide > div {
    height: 100%;
}
.iihta-member-main-wrp .iihta-member-wrp .iihta-member-inner .slick-list {
    margin-left: -15px;
    padding: 0 15% 0 15px;
}
/*** End Our Leaders Slider Widget Css ***/