@font-face {
    font-family: Parkinsans;
    src: url(Parkinsans-Regular.woff2) format('woff2'), url(Parkinsans-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Parkinsans;
    src: url(Parkinsans-Bold.woff2) format('woff2'), url(Parkinsans-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Parkinsans;
    src: url(Parkinsans-Light.woff2) format('woff2'), url(Parkinsans-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    font-weight: 400
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    overflow-x: hidden;
    background: #faf4f2;
    font-family: Parkinsans
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    font-family: Parkinsans;
    font-weight: 700
}

p, span {
    font-family: Parkinsans;
    font-weight: 400;
    font-size: 16px;
    color: #fff
}

.justify-content-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.NorthStarMainContainer {
    overflow: hidden
}

.black-bg {
    background-color: #000 !important
}

.black-bg p {
    color: #e7e7e7
}

.auto-container {
    width: 86%;
    margin: 0 auto
}

.whiteOutline-btn {
    border-radius: 40px;
    position: relative;
    color: #262626;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid transparent;
    overflow: hidden;
    letter-spacing: 1.2px;
    font-family: Parkinsans;
    padding: 9px 50px;
    font-weight: 600;
    z-index: 1;
    text-transform: uppercase;
    display: inline-block;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-moz-transition: all .3s ease-in-out 0s;
    -webkit-font-smoothing: antialiased
}

a.whiteOutline-btn.ColoredBtn_2:before {
    background: #fff
}

.whiteOutline-btn:before {
    z-index: -1;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background: #ffdcb6;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-moz-transition: all .3s ease-in-out 0s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100px
}

.whiteOutline-btn.ColoredBtn {
    color: #fff
}

.whiteOutline-btn.ColoredBtn:hover {
    color: #262626
}

.whiteOutline-btn.ColoredBtn:before {
    z-index: -1;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background: url(../../../Images/button-bg.png);
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-moz-transition: all .3s ease-in-out 0s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100px;
    background-size: cover;
    background-repeat: no-repeat
}

.whiteOutline-btn:hover:before {
    top: 58px;
    border-radius: 100px;
    width: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px
}

.whiteOutline-btn:hover {
    color: #262626;
    text-decoration: none;
    border-color: #ea5f84
}

.ButtonStyle2 {
    color: #fff;
    border: 1px solid #ea5f84
}

.ColoredBtn_2:hover {
    background: #ffdcb6 !important
}

.ButtonStyle2:before {
    top: 58px;
    border-radius: 100px;
    width: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ButtonStyle2:hover:before {
    top: 50%;
    border-radius: 100px;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ButtonStyle2:hover {
    border-color: transparent
}

.headerBtnMobile {
    display: none
}

body header {
    height: auto !important;
    overflow: unset !important;
    position: fixed !important;
    top: 0;
    padding: 0 0;
    left: 0;
    border-bottom: none;
    z-index: 99;
    margin-left: auto;
    width: 100%;
    background-size: cover;
    transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s
}

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0 0;
    left: 0;
    border-bottom: none;
    z-index: 9999;
    margin-left: auto;
    width: 100%;
    transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s
}

.HeaderFixed {
    position: fixed;
    z-index: 9999;
    background: #fff
}

header.HeaderFixed:before {
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(23 27 46 / 0)), color-stop(25%, rgb(23 27 46 / 87%)), color-stop(49%, rgb(23 27 46)), color-stop(79%, rgb(23 27 46)), to(rgba(23, 27, 46, 1))) !important;
    background: -o-linear-gradient(bottom, rgb(23 27 46 / 0) 0, rgb(23 27 46 / 87%) 25%, rgb(23 27 46) 49%, rgb(23 27 46) 79%, rgba(23, 27, 46, 1) 100%) !important;
    background: linear-gradient(0deg, rgb(23 27 46 / 0) 0, rgb(23 27 46 / 87%) 25%, rgb(23 27 46) 49%, rgb(23 27 46) 79%, rgba(23, 27, 46, 1) 100%) !important
}

.header-upper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.headerBtn-mobile {
    display: none
}

.logo-box_new {
    width: 34%
}

.logo-box_new .top-logo figure {
    margin-top: 10px;
    width: 65%
}

.top-logo {
    position: relative;
    left: -20px
}

.nav-menu {
    background: 0 0;
    top: 0;
    right: 0;
    -webkit-transition: width .2s, height .4s;
    -o-transition: width .2s, height .4s;
    transition: width .2s, height .4s;
    -ms-transition: width .2s, height .4s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    -ms-flex-wrap: wrap
}

.headerBtn {
    position: relative;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    opacity: unset;
    z-index: 9999;
    margin-right: 0 !important
}

.searchIcon {
    margin-right: 10px;
    width: 50px
}

.searchIcon i {
    color: #fff;
    font-size: 20px
}

.headerBtn .whiteOutline-btn {
    margin-left: 20px;
    padding-right: 45px;
    padding-left: 45px
}

.headerBtn .red-btn {
    width: 160px;
    height: 37px;
    font-size: 14px;
    margin-right: 15px
}

#menu-wrapper {
    max-width: 100%;
    position: relative;
    z-index: 999999
}

#menu-wrapper #hamburger-menu {
    background: #262626;
    position: relative;
    padding: 10px 48px 10px 18px
}

#menu-wrapper #hamburger-menu:before {
    background: 0 0
}

#menu-wrapper #hamburger-menu .down-arrow {
    position: absolute;
    right: 1rem;
    width: 1.625rem;
    height: 1.625rem;
    background: -o-linear-gradient(top, #6d3080 10%, #140fb5 100%);
    background: -o-linear-gradient(left, #6d3080 10%, #140fb5 100%);
    background: #007BFF;
    border-radius: 5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .4s;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s
}

#menu-wrapper #hamburger-menu .down-arrow::after {
    content: "";
    border-top: .625rem solid #fff;
    border-left: .375rem solid transparent;
    border-right: .375rem solid transparent;
    position: absolute
}

#menu-wrapper #hamburger-menu i {
    margin-left: 5px
}

.burger-strip {
    transition: .5s;
    margin-top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 5px
}

.strip div {
    height: 3px;
    width: 35px;
    border-radius: 2px;
    margin: 4px;
    transition: .55s cubic-bezier(.075, .82, .165, 1);
    -webkit-transition: .55s cubic-bezier(.075, .82, .165, 1);
    -moz-transition: .55s cubic-bezier(.075, .82, .165, 1);
    -ms-transition: .55s cubic-bezier(.075, .82, .165, 1);
    -o-transition: .55s cubic-bezier(.075, .82, .165, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.burger {
    border-radius: 10px;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 10px;
    cursor: pointer;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#menu-wrapper #hamburger-menu i.fa-solid.fa-sort-down {
    background: #ef4922;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 4px;
    font-size: 14px
}

#menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: #fff;
    background-color: #fff;
    position: absolute;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0
}

#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px
}

#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px
}

#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(135deg);
    -ms-transform: translateY(9px) rotate(135deg);
    transform: translateY(9px) rotate(135deg)
}

#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px)
}

#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-135deg);
    -ms-transform: translateY(-9px) rotate(-135deg);
    transform: translateY(-9px) rotate(-135deg)
}

#menu-container .menu-list .menu-submenu {
    padding-top: 0;
    padding-bottom: 10px
}

#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 300px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgb(0 0 0 / 88%) !important;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    right: -100%;
    display: none;
    border-radius: 16px
}

#menu-container .menu-list.active {
    display: block
}

#menu-container .menu-list .menu-login, #menu-container .menu-list li.accordion-toggle {
    font-size: 16px;
    padding: 20px 10px;
    text-transform: uppercase;
    border-top: 1px solid #fff6;
    padding-left: 20px
}

#menu-container .menu-list li.accordion-toggle a {
    color: #fff
}

#menu-container .menu-list li.accordion-toggle span {
    color: #fff
}

#menu-container .menu-list li:first-of-type {
    border-top: 0
}

#menu-container .menu-list li:first-of-type a {
    border-radius: 13px 13px 0 0
}

#menu-container .menu-list li {
    color: #fff;
    padding: 3px 5px
}

#menu-container .menu-list li a {
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s
}

#menu-container .menu-list li a:hover {
    color: #fff;
    padding-left: 20px
}

#menu-container .menu-list li li a:hover {
    color: #007BFF
}

#menu-container .menu-list li li.parent a {
    color: #fff
}

#menu-container .menu-list li li.parent.open ul a:hover {
    color: #00a5ba
}

.accordion-content, .accordion-toggle {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px
}

.accordion-content {
    display: none
}

.accordion-toggle a:after, .accordion-toggle a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #5a5858;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.accordion-toggle a:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2
}

.accordion-toggle.active-tab {
    background: #262626;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.accordion-toggle a.active:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    background: #fff !important
}

.accordion-toggle a.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0
}

#leftside-navigation ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%
}

#leftside-navigation ul li {
    display: block;
    width: 100%;
    vertical-align: middle;
    list-style-type: none;
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

#leftside-navigation ul li.open>a {
    background: #007BFF;
    font-weight: 700
}

#leftside-navigation ul li.open>a>i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

#leftside-navigation ul li.open>a>i:not(:hover) {
    color: #fff
}

#leftside-navigation ul li a {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    width: 100%;
    padding: 15px 60px 15px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
    outline: 0;
    font-weight: 500
}

#leftside-navigation ul li a:hover {
    color: #f3ff09
}

#leftside-navigation ul li a span {
    display: inline-block
}

#leftside-navigation ul li.open>a span {
    font-weight: 700
}

#leftside-navigation ul li a i {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    position: absolute;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

#leftside-navigation ul li a i:hover {
    color: #fff
}

#leftside-navigation ul li a i .fa-angle-left, #leftside-navigation ul li a i .fa-angle-right {
    padding-top: 3px
}

#leftside-navigation ul ul {
    display: none
}

#leftside-navigation ul ul ul {
    background-color: unset !important
}

#leftside-navigation ul ul li {
    border-bottom: none
}

#leftside-navigation ul ul li a {
    padding: 5px 60px 5px 15px;
    font-size: 14px;
    font-weight: 500
}

#leftside-navigation ul ul li a i {
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    line-height: 34px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-list .navfooter {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #eb1c24
}

.menu-list .soc-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    background: url(../../../Images/BTN-BG_.png);
    background-size: cover
}

.menu-list .soc-media li:nth-child(n+2) {
    margin-left: 1rem
}

.menu-list .soc-media a {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, .65);
    -webkit-transition: color .25s ease-in;
    -o-transition: color .25s ease-in;
    transition: color .25s ease-in;
    padding: 0 !important
}

.menu-list .soc-media a:focus, .soc-media a:hover {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, .2)
}

.text-black {
    color: #262626 !important
}

.text-white {
    color: #fff !important
}

.sectionTitle {
    position: relative;
    margin: 0 AUTO
}

.sectionTitle h2 {
    text-transform: uppercase
}

.sectionTitle.centered h2, .sectionTitle.centered h4, .sectionTitle.centered p {
    text-align: center
}

.sectionTitle.text-black h4, .sectionTitle.text-black p {
    color: #4a4a4a !important
}

.sectionTitle h2 {
    color: #fff;
    font-size: 54px;
    line-height: 54px
}

.sectionTitle h2 span {
    color: #262626;
    display: block;
    font-size: 54px;
    text-transform: capitalize;
    margin: 28px 0 40px 0;
    position: relative
}

.sectionTitle h4 {
    text-transform: uppercase;
    color: #e7e7e7;
    font-weight: 300;
    font-size: 25px
}

.sectionTitle p {
    text-align: center;
    color: #e7e7e7;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    margin: 0;
    font-size: 16px
}

.main-footer {
    position: relative;
    padding: 80px 0 20px 0;
    background: #262626;
    width: 100%;
    background-size: contain;
    z-index: 9
}

.main-footer:before {
    position: absolute;
    content: '';
    background: url(../Images/footer-bg1.jpg);
    background-size: contain;
    width: 100%;
    height: 100%;
    top: -15%;
    left: 0;
    z-index: -1
}

.showlogoft {
    padding-bottom: 40px
}

.showlogoft figure {
    width: 60%;
    margin: 0 auto
}

.showlogoft figure img {
    -webkit-filter: brightness(5);
    filter: brightness(5)
}

.inner-footer {
    position: relative;
    border-bottom: #868585 solid 1px;
    padding-bottom: 30px
}

.inner-footer h2 {
    color: #fff;
    font-size: 16px
}

.ftrEmails h3 {
    font-size: 13px;
    color: #fff
}

.inner-footer p a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    font-family: Ubuntu, sans-serif;
    font-weight: 300
}

.inner-footer ul {
    margin: 0;
    padding: 0
}

.inner-footer li {
    margin: 0;
    padding: 0
}

.inner-footer li a {
    color: #fff;
    font-size: 12px;
    font-family: Ubuntu, sans-serif;
    font-weight: 300
}

.ft-btn {
    margin-bottom: 15px;
    text-align: right
}

.ft-btn a {
    font-size: 12px;
    width: 220px !important;
    padding: 8px 10px
}

.bottom-ft {
    padding: 20px 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bottom-ft p {
    color: #868585;
    font-size: 13px;
    margin: 0
}

.bottom-ft p a {
    color: #868585;
    margin: 0 5px
}

.bottom-ft p a:hover {
    color: #fff
}

.websiteby-text {
    color: #868585
}

.websiteby-text p {
    font-size: 13px;
    color: #868585;
    font-family: Ubuntu, sans-serif;
    font-weight: 300
}

.websiteby-text img {
    height: 20px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    margin: 0 -3px 0 3px;
    opacity: .7
}

.websiteby-text a {
    color: #868585;
    font-weight: 400;
    font-size: 13px;
    font-family: Ubuntu, sans-serif;
    font-weight: 300
}

.websiteby-text a:hover {
    color: #fff
}

.footer-social {
    margin-top: 40px
}

.footer-social ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-social li {
    display: inline-block;
    margin: 0 10px
}

.footer-social li a span {
    position: relative;
    color: #fff;
    font-size: 24px
}

header {
    position: absolute;
    top: 0;
    padding: 0 0;
    left: 0;
    border-bottom: none;
    z-index: 99;
    margin-left: auto;
    width: 100%;
    background-size: cover
}

.heroSection {
    width: 100%;
    height: 100%;
    background-color: #faf4f2;
    position: relative
}

.play-now {
    position: relative;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
    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
}

.play-now text {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    fill: #fff
}

.play-now svg {
    left: 0;
    top: 0;
    width: 40%;
    height: 40%;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(360deg)
    }

    to {
        -webkit-transform: rotate(0)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.headlinebanner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    width: 40%
}

.headlinebanner .iconSpeaker {
    margin-right: 20px
}

.headlinebanner p {
    color: #fff;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px
}

.features-style01 {
    position: relative;
    padding: 50px 0;
    background: #262626;
    position: relative;
    z-index: 9
}

.features-style01 .sectionTitle {
    position: relative;
    padding-bottom: 70px
}

.features-style01 .testelement02 {
    position: absolute;
    bottom: unset;
    left: -2%;
    z-index: 99;
    top: 0
}

.featureInner01 {
    height: 100%;
    position: relative;
    overflow: hidden
}

.featureInner01 .innerfront01 {
    height: 100%;
    position: relative;
    padding-bottom: 40px
}

.featureInner01 .innerfront01 figure {
    position: relative
}

.featureInner01 .innerfront01 figure:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(273deg, #00010a00, #00000000, #0f0f0fb5, #030303);
    background: linear-gradient(177deg, #00010a00, #00000000, #0f0f0fb5, #030303);
    content: ''
}

.featureInner01 .innerfront01 figcaption {
    position: relative;
    margin-top: -15%;
    left: 0;
    right: 0;
    padding: 5px 20px
}

.featureInner01 .innerfront01 figcaption p {
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.innerback01 {
    position: relative;
    border-radius: 40px 0 40px 40px;
    border: #fff solid 1px;
    padding: 30px 20px 30px 20px;
    background: #262626;
    text-align: center;
    height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    top: 100%;
    left: 0;
    z-index: 9;
    visibility: hidden
}

.innerback01 h2 {
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: left
}

.innerback01 p {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    padding-bottom: 30px;
    text-align: left
}

.innerback01 a.viewbtn {
    background: #e12f17;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto
}

.innerback01 a.viewbtn:hover {
    background: #fff;
    color: #262626
}

.featureInner01:hover .innerfront01 figure {
    display: none
}

.featureInner01:hover .innerfront01 p {
    display: none
}

.featureInner01:hover .innerback01 {
    top: 0;
    visibility: visible
}

.tickerband {
    background: #262626;
    padding: 100px 0;
    padding-bottom: 140px
}

.marq-colorbg2 {
    background: #000 url(../Images/marqueImg.png);
    background-size: cover;
    width: 100%;
    height: 70px;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-animation: scroll-anim 2s linear infinite;
    animation: scroll-anim 2s linear infinite
}

@-webkit-keyframes scroll-anim {
    100% {
        background-position: 100% 0
    }
}

@keyframes scroll-anim {
    100% {
        background-position: 100% 0
    }
}

.marquee {
    position: relative;
    overflow: hidden;
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    width: calc(100% + 60px);
    background: #eb1c24;
    margin-top: -7%
}

.marquee .slide-har {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.scrolltext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-animation: slide-har-revers 30s linear infinite;
    animation: slide-har-revers 30s linear infinite
}

.scrolltext .item {
    padding: 0 10px
}

.scrolltext .item h4 {
    color: #000 !important;
    -webkit-text-stroke: 0 !important;
    white-space: nowrap;
    margin: 0;
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    padding: 10px 0
}

@-webkit-keyframes slide-har {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slide-har {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes slide-har-revers {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes slide-har-revers {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.LogoSlider01 {
    padding: 50px 0;
    position: relative;
    position: relative;
    margin-bottom: 0;
    z-index: 99
}

.mediapartners.sectionTitle {
    margin-bottom: 50px;
    text-align: center
}

.mediapartners.sectionTitle h2 {
    color: #262626;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: center
}

.mediapartners.sectionTitle h2:before {
    position: absolute;
    bottom: -20%;
    right: -5%;
    content: '';
    width: 45%;
    height: 13px;
    background: red
}

.logoscrollStyle {
    position: relative;
    overflow-x: hidden
}

.logoscrollStyle .swiper-marquee .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative
}

.logoscrollStyle .swiper-marquee .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 20px 20px;
    width: 200px !important;
    height: 100px;
    position: relative;
    margin: 10px 0
}

.logoscrollStyle .swiper-marquee .swiper-slide>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 20px 20px;
    width: 200px !important;
    height: 100px;
    position: relative;
    margin: 10px 0
}

.logoscrollStyle .swiper-marquee .swiper-slide img {
    mix-blend-mode: multiply;
    -webkit-filter: contrast(1);
    filter: contrast(1);
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.logoscrollStyle .swiper-marquee .swiper-slide>div img {
    mix-blend-mode: multiply;
    -webkit-filter: contrast(1);
    filter: contrast(1);
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.africa-accelerates {
    position: relative;
    padding: 50px 0
}

.africa-accelerates.features-style01 {
    background-color: #fff;
    z-index: 99
}

.africa-accelerates .featureInner01 .innerfront01 figure:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(273deg, #ffffff0f, #ffffff59, #ffffffb5, #fff);
    background: linear-gradient(177deg, #ffffff0f, #ffffff59, #ffffffb5, #fff);
    content: ''
}

.africa-accelerates .featureInner01 .innerfront01 figcaption p {
    color: #262626
}

.africa-accelerate .featureInner01:before .innerback01 {
    border: #000 solid 1px !important;
    background: #fff !important
}

.testimonialStyle02 {
    position: relative;
    padding: 50px 0
}

.testimonialSlider {
    padding-top: 14px
}

.testimonialStyle02 .sectionTitle h2 {
    font-size: 36px;
    line-height: normal;
    text-transform: capitalize
}

img.TestimonialElement_ {
    position: absolute;
    top: -370px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.testimonialSlider figure {
    width: 350px;
    height: 350px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    overflow: hidden;
    border-radius: 24px;
    border: 7px solid transparent;
    background: -o-linear-gradient(274deg, #8679fc, #14182d) border-box;
    background: linear-gradient(176deg, #8679fc, #14182d) border-box
}

.testimonialSlider figure .quoteimg {
    width: 40% !important;
    z-index: -1;
    position: absolute;
    top: -5%;
    left: -17%
}

.testimonialSlider figure .quoteimg img {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important
}

.testimonialItemOuter figure img {
    width: 100%;
    border-radius: 22px
}

.testimonial-Content {
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0
}

.testimonial-Content p.testText {
    font-size: 18px;
    color: #262626;
    margin: 0;
    margin-bottom: 12px;
    text-align: center;
    position: relative
}

.testimonial-Content p.testText:before {
    content: '' !important;
    position: absolute !important;
    background: url(../../../Images/quote-icon_2.png?v=1.2) repeat-x !important;
    background-position: left top !important;
    width: 50px !important;
    height: 105px;
    top: -25px !important;
    left: -7% !important;
    background-size: contain !important;
    z-index: 1
}

.testimonial-Content p.testText:after {
    content: '' !important;
    position: absolute !important;
    background: url(../../../Images/quote-icon_2_2.png?v=1.2) repeat-x !important;
    background-position: left top !important;
    width: 50px !important;
    height: 105px;
    background-size: contain !important;
    z-index: 1;
    margin-left: 20px;
    margin-top: 3px
}

.testimonial-Content h2 {
    font-size: 18px;
    font-weight: 800 !important;
    color: #fff;
    padding: 0;
    margin: 0;
    padding-top: 20px;
    position: relative
}

.testimonial-Content h2:before {
    position: absolute;
    left: -20px;
    bottom: 10px;
    content: '';
    background: #000;
    width: 14px;
    height: 1px
}

.testimonial-Content p.testiDesig {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
    margin: 0;
    text-transform: uppercase;
    margin: 2px 0 6px 0
}

.TestimonialsDtls_AS {
    width: 32%;
    float: right
}

.testimonialSlider .owl-stage-outer {
    padding-bottom: 22px;
    padding-top: 25px;
    margin-top: -12px
}

.testimonialItemOuter .testilogo img {
    width: 100px
}

.testelement01 {
    position: absolute;
    top: 0;
    right: 0
}

.testelement02 {
    position: absolute;
    bottom: -20%;
    left: -2%;
    z-index: 99
}

.testelement02 img {
    width: 60%
}

.logoboard-grey {
    position: relative;
    padding: 50px 0;
    background: #eff0f0
}

.redlinehead {
    width: 35%;
    height: 10px;
    background: red;
    display: inline-block;
    vertical-align: middle
}

.logoboard-grey .sectionTitle.centered h2 {
    width: 70%;
    margin: 0 auto
}

.logoboard-grey .text-right {
    text-align: right
}

.logoboard-grey .logoscrollStyle {
    padding-top: 50px
}

.logoboard-grey .logoscrollStyle .swiper-marquee .swiper-slide {
    background-color: #eff0f0
}

.logoboardstyle01 {
    position: relative;
    padding: 50px 0;
    z-index: 99
}

.logoboardstyle01 .redlinehead {
    width: 25%;
    margin-right: 20px
}

.logoboardstyle01 .text-left {
    text-align: left
}

.logoboardstyle01 .sectionTitle {
    text-align: center
}

.logoboardstyle01 .sectionTitle h2 {
    display: inline-block
}

.logoboardstyle01 .logoscrollStyle {
    padding-top: 50px
}

.logoboardstyle01 .element-right {
    position: absolute;
    right: -10.4%;
    top: 5%;
    width: 19%
}

.logoboardstyle01 .element-right img {
    width: 45%;
    text-align: right
}

.logoboard-grey .element-left {
    position: absolute;
    left: -5%;
    top: -17%;
    width: 51%
}

.logoboard-grey .element-left img {
    width: 25%
}

.elementlinebeat {
    position: absolute;
    bottom: -16%;
    left: 0;
    background-size: cover !important;
    background-position: center right;
    background-repeat: no-repeat;
    width: 100%;
    height: 33%;
    z-index: 99
}

.speakerStyle01 {
    position: relative;
    padding: 50px 0;
    background: #262626;
    z-index: 99
}

.speakerStyle01 .sectionTitle {
    width: 100%
}

.linitlessOPP {
    position: relative;
    padding: 50px 0;
    z-index: 99;
    padding-bottom: 100px
}

.globalpower:before {
    position: absolute;
    bottom: -150%;
    left: 0;
    background-image: url(../Images/bg02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 200%;
    content: '';
    z-index: -1
}

.linitlessOPP .sectionTitle {
    margin-bottom: 50px;
    width: 100%
}

.linitlessOPP .sectionTitle h2 {
    color: #fff
}

.linitlessOPP .sectionTitle h4 {
    color: #fff !important
}

.boxLEft {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    background-color: #292929
}

.starupText {
    padding: 20px 20px;
    background-color: #292929
}

.starupText figure {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 100%;
    border-radius: 20px;
    width: 100%;
    margin: 0
}

.innovateStartup {
    padding: 20px 20px;
    background-color: #292929
}

.boxLEft h2 {
    color: #fff;
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 20px
}

.boxLEft p {
    color: #e7e7e7;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0
}

.boxLEft p.text-black {
    color: #4a4a4a
}

.innovateStartup figure {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 100%;
    border-radius: 20px;
    width: 100%;
    margin: 0
}

.rightText-innovt {
    padding: 20px 25px
}

.generationTalents {
    background-color: 292929
}

.generationTalents figure {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat
}

.talentsText {
    padding: 20px 30px
}

.innovateStartup {
    position: relative;
    border: #292929 solid 1px;
    border-radius: 20px;
    background: #fff
}

.innovateStartup h2 {
    color: #262626
}

.leftText-innovt {
    padding: 20px 25px
}

.bigtechLeft {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 99;
    padding: 10px 20px;
    margin-bottom: 10px
}

.bigtechLeft:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(273deg, #00010a00, #00000000, #0f0f0f47, #03030354);
    background: linear-gradient(177deg, #00010a00, #00000000, #0f0f0f47, #03030354);
    z-index: -1
}

.bigtechLeft h2 {
    color: #fff
}

.bigtechLeft p {
    color: #fff;
    font-size: 16px
}

.govofficials {
    background: #262626;
    padding: 0 0;
    width: 100%;
    height: 49%;
    background: #262626;
    position: relative;
    overflow: hidden
}

.govofficials h2 {
    text-align: center;
    color: #fff
}

.govofficials p {
    color: #e7e7e7;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    text-align: center
}

.govofficials .bgimggov {
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat
}

.govoff-Text {
    padding: 30px 40px
}

.ga-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    width: 100%;
    height: 300px;
    text-align: center;
    color: #f5f5f5;
    background-color: #262626
}

.ga-card .imagecard {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-size: cover !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important
}

.ga-card .imagecard:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(273deg, #00010a00, #00000000, #0f0f0fb5, #030303);
    background: linear-gradient(177deg, #00010a00, #00000000, #0f0f0fb5, #030303);
    content: ''
}

.ga-card:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(11.7%, rgba(0, 0, 0, .009)), color-stop(22.1%, rgba(0, 0, 0, .034)), color-stop(31.2%, rgba(0, 0, 0, .072)), color-stop(39.4%, rgba(0, 0, 0, .123)), color-stop(46.6%, rgba(0, 0, 0, .182)), color-stop(53.1%, rgba(0, 0, 0, .249)), color-stop(58.9%, rgba(0, 0, 0, .32)), color-stop(64.3%, rgba(0, 0, 0, .394)), color-stop(69.3%, rgba(0, 0, 0, .468)), color-stop(74.1%, rgba(0, 0, 0, .54)), color-stop(78.8%, rgba(0, 0, 0, .607)), color-stop(83.6%, rgba(0, 0, 0, .668)), color-stop(88.7%, rgba(0, 0, 0, .721)), color-stop(94.1%, rgba(0, 0, 0, .762)), to(rgba(0, 0, 0, .79)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .009) 11.7%, rgba(0, 0, 0, .034) 22.1%, rgba(0, 0, 0, .072) 31.2%, rgba(0, 0, 0, .123) 39.4%, rgba(0, 0, 0, .182) 46.6%, rgba(0, 0, 0, .249) 53.1%, rgba(0, 0, 0, .32) 58.9%, rgba(0, 0, 0, .394) 64.3%, rgba(0, 0, 0, .468) 69.3%, rgba(0, 0, 0, .54) 74.1%, rgba(0, 0, 0, .607) 78.8%, rgba(0, 0, 0, .668) 83.6%, rgba(0, 0, 0, .721) 88.7%, rgba(0, 0, 0, .762) 94.1%, rgba(0, 0, 0, .79) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .009) 11.7%, rgba(0, 0, 0, .034) 22.1%, rgba(0, 0, 0, .072) 31.2%, rgba(0, 0, 0, .123) 39.4%, rgba(0, 0, 0, .182) 46.6%, rgba(0, 0, 0, .249) 53.1%, rgba(0, 0, 0, .32) 58.9%, rgba(0, 0, 0, .394) 64.3%, rgba(0, 0, 0, .468) 69.3%, rgba(0, 0, 0, .54) 74.1%, rgba(0, 0, 0, .607) 78.8%, rgba(0, 0, 0, .668) 83.6%, rgba(0, 0, 0, .721) 88.7%, rgba(0, 0, 0, .762) 94.1%, rgba(0, 0, 0, .79) 100%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform calc(700ms * 2) cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform calc(700ms * 2) cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform calc(700ms * 2) cubic-bezier(.19, 1, .22, 1);
    transition: transform calc(700ms * 2) cubic-bezier(.19, 1, .22, 1);
    transition: transform calc(700ms * 2) cubic-bezier(.19, 1, .22, 1), -webkit-transform calc(700ms * 2) cubic-bezier(.19, 1, .22, 1)
}

.ga-card .content01 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 10px;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1), -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    z-index: 1
}

.ga-card .content>*+* {
    margin-top: 10px
}

.ga-card .title {
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-align: left;
    padding-bottom: 20px
}

.ga-card .copy {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    padding-bottom: 20px;
    text-align: left
}

.ga-card .btn01 {
    background: #e12f17;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    font-weight: 600
}

.ga-card .btn01:hover {
    background-color: #fff;
    color: #262626
}

.ga-card:hover .imagecard {
    display: none
}

.ga-card:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.ga-card .content01 {
    -webkit-transform: translateY(calc(100% - 4.5rem));
    -ms-transform: translateY(calc(100% - 4.5rem));
    transform: translateY(calc(100% - 4.5rem))
}

.ga-card .content01>:not(.title) {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: opacity .7s cubic-bezier(.19, 1, .22, 1), -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .7s cubic-bezier(.19, 1, .22, 1), -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform .7s cubic-bezier(.19, 1, .22, 1), opacity .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1), opacity .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1), opacity .7s cubic-bezier(.19, 1, .22, 1), -webkit-transform .7s cubic-bezier(.19, 1, .22, 1)
}

.ga-card:hover {
    border: #fff solid 1px;
    padding: 30px 20px;
    border-radius: 30px 0 30px 30px
}

.ga-card:focus-within, .ga-card:hover {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ga-card:focus-within:after, .ga-card:hover:after {
    background: #262626;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.ga-card:focus-within .content01, .ga-card:hover .content01 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.ga-card:focus-within .content01>:not(.title), .ga-card:hover .content01>:not(.title) {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: calc(700ms / 8);
    -o-transition-delay: calc(700ms / 8);
    transition-delay: calc(700ms / 8)
}

.africa-accelerates .ga-card .imagecard:before {
    background: -o-linear-gradient(273deg, #ffffff00, #ffffff1a, #ffffffe6, #fff);
    background: linear-gradient(177deg, #ffffff00, #ffffff1a, #ffffffe6, #fff)
}

.africa-accelerates .ga-card .title {
    color: #262626
}

.africa-accelerates .ga-card:focus-within:after, .africa-accelerates .ga-card:hover:after {
    background: #fff
}

.africa-accelerates .ga-card .copy {
    color: #262626
}

.africa-accelerates .ga-card:hover {
    border: #0a0909 solid 1px
}

.africa-accelerates .ga-card:after {
    background-image: unset
}

.speakerSlider {
    padding: 20px 0;
    padding-top: 70px;
    position: relative
}

.SpeakersSlider_ .owl-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1
}

.SpeakersSlider_ .owl-nav i img {
    width: 20px;
    display: inline-block
}

.SpeakersSlider_ .owl-nav i {
    font-size: 35px;
    position: relative;
    left: -50px
}

.SpeakersSlider_ .owl-nav .owl-next i {
    right: -30px;
    left: inherit
}

.speakerITem {
    position: relative;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    text-align: center;
    overflow: hidden
}

.speakerITem figure {
    position: relative;
    overflow: hidden;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    border-radius: 20px;
    margin: 0 auto;
    height: 250px;
    width: 250px
}

.speakerITem figcaption {
    padding: 5px 15px 15px 15px;
    margin-top: 24px;
    z-index: 9;
    text-align: center;
    left: 0;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s
}

.speakerITem:hover figure img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.speakerITem figure img {
    max-width: 100%;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.speakerITem figcaption h2.speakername {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    line-height: normal;
    font-family: Parkinsans
}

.speakerITem figcaption p.speakDesg {
    padding: 0;
    color: #fff;
    font-size: 24px;
    line-height: normal;
    font-family: Parkinsans;
    margin: 8px 0 5px 0
}

.speakerITem figcaption p.speakComapny {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    padding-bottom: 10px;
    line-height: normal;
    transition: all .8s ease-in-out 0s;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    font-family: AmplitudeWide
}

.SpeakersSlider_ .owl-nav div {
    display: inline-block;
    margin: 22px 12px 0 12px;
    color: #fff
}

.gradientmove {
    position: absolute;
    width: 80%;
    -webkit-animation: blurb 8s infinite ease;
    animation: blurb 8s infinite ease;
    z-index: 99
}

.gradientmove2 {
    position: absolute;
    width: 100%;
    -webkit-animation: blurb2 8s infinite ease;
    animation: blurb2 8s infinite ease;
    z-index: -1
}

.gradientmove3 {
    position: absolute;
    width: 100%;
    -webkit-animation: blurb3 20s infinite ease;
    animation: blurb3 20s infinite ease;
    z-index: -1
}

.gradientmove img, .gradientmove2 img, .gradientmove3 img {
    max-width: 100%;
    max-height: 100%
}

@-webkit-keyframes blurb {
    0% {
        top: -20%;
        right: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 60%
    }

    25% {
        top: -10%;
        right: 20%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 60%
    }

    55% {
        top: -5%;
        right: 90%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 60%
    }

    85% {
        top: -10%;
        right: 20%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 60%
    }

    100% {
        top: -10%;
        right: -30%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 60%
    }
}

@keyframes blurb {
    0% {
        top: -20%;
        right: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 60%
    }

    25% {
        top: -10%;
        right: 20%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 60%
    }

    55% {
        top: -5%;
        right: 90%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 60%
    }

    85% {
        top: -10%;
        right: 20%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 60%
    }

    100% {
        top: -10%;
        right: -30%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 60%
    }
}

@-webkit-keyframes blurb2 {
    0% {
        top: -10%;
        right: -40%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 100%
    }

    25% {
        top: -15%;
        right: 20%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 80%
    }

    55% {
        top: -20%;
        right: 60%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 100%
    }

    85% {
        top: -15%;
        right: 20%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 80%
    }

    100% {
        top: -10%;
        right: -30%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 100%
    }
}

@keyframes blurb2 {
    0% {
        top: -10%;
        right: -40%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 100%
    }

    25% {
        top: -15%;
        right: 20%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 80%
    }

    55% {
        top: -20%;
        right: 60%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 100%
    }

    85% {
        top: -15%;
        right: 20%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 80%
    }

    100% {
        top: -10%;
        right: -30%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 100%
    }
}

@-webkit-keyframes blurb3 {
    0% {
        top: -50%;
        left: -40%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 80%
    }

    25% {
        top: -25%;
        left: 30%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 80%
    }

    55% {
        top: -10%;
        left: 40%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 100%
    }

    85% {
        top: -25%;
        left: 30%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 80%
    }

    100% {
        top: -50%;
        left: -40%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 100%
    }
}

@keyframes blurb3 {
    0% {
        top: -50%;
        left: -40%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 80%
    }

    25% {
        top: -25%;
        left: 30%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 80%
    }

    55% {
        top: -10%;
        left: 40%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 100%
    }

    85% {
        top: -25%;
        left: 30%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 80%
    }

    100% {
        top: -50%;
        left: -40%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        width: 100%
    }
}

.globalpower {
    position: relative;
    padding: 50px 0;
    background: #262626;
    position: relative;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    padding-bottom: 100px;
    z-index: 99
}

.globalpower .sectionTitle {
    width: 100%;
    padding-bottom: 40px
}

.postList-wrap {
    position: relative;
    border-top: #292929 solid 1px;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #292929), color-stop(50%, transparent));
    background: -o-linear-gradient(left, #292929 50%, transparent 50%);
    background: linear-gradient(to right, #292929 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.postList-wrap.borderbtmlast {
    border-bottom: #292929 solid 1px;
    border-left: none
}

.postList-wrap h2 {
    color: #e7e7e7;
    padding: 10px 30pxs;
    margin: 0;
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
    font-size: 25px;
    padding-bottom: 10px
}

.postList-wrap p {
    font-size: 14px;
    width: 70%;
    line-height: 20px;
    margin: 0;
    display: none;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.postList-wrap:hover p {
    display: block
}

.postList-wrap:hover h2 {
    color: #fff;
    font-family: 'Russo One', sans-serif;
    font-weight: 300
}

.postList-wrap:hover {
    background-position: left bottom
}

.imghoverlist {
    position: absolute;
    right: 10%;
    width: 140px;
    height: 140px;
    z-index: 99;
    top: -50%;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    display: none
}

.imghoverlist figure {
    background: -o-linear-gradient(273deg, #2d2d31, #373737, #0f0f0f, #2f2b2b);
    background: linear-gradient(177deg, #2d2d31, #373737, #0f0f0f, #2f2b2b);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px 0 20px 20px
}

.imghoverlist img {
    width: 50%
}

.imghoverlist:before {
    left: -13px;
    top: 13px;
    background: #eb1c24;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    content: '';
    position: absolute;
    z-index: -1
}

.postList-wrap:hover .imghoverlist {
    position: absolute;
    right: 10%;
    width: 140px;
    height: 140px;
    z-index: 99;
    top: -31%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    display: block;
    background: #262626
}

.arrowImg {
    width: 50px;
    height: 50px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    background: 0 0;
    padding: 10px;
    position: relative;
    z-index: 99
}

.arrowImg:before {
    background-color: #eb1b24;
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

.arrowImg:hover:before {
    top: 0
}

.arrowImg:hover:hover {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.arrowImg:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.d-rotate {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.d-rotate .rotate-text {
    display: block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: translate3d(0, 50px, -50px) rotateX(-45deg) scale(.95);
    transform: translate3d(0, 50px, -50px) rotateX(-45deg) scale(.95);
    opacity: 0;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.d-rotate.animated .rotate-text {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0) scale(1);
    transform: translate3d(0, 0, 0) rotateX(0) scale(1);
    opacity: 1
}

.d-slideup .sideup-text {
    overflow: hidden;
    display: block
}

.d-slideup .sideup-text:first-of-type .up-text {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.d-slideup .sideup-text:nth-of-type(2) .up-text {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.d-slideup .sideup-text:nth-of-type(3) .up-text {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.d-slideup .sideup-text:nth-of-type(4) .up-text {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.d-slideup .sideup-text:nth-of-type(5) .up-text {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s
}

.d-slideup .sideup-text .up-text {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.d-slideup.animated .up-text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.headerBtnMobile {
    display: none
}

.red-pattern01 {
    position: absolute;
    top: -30%;
    right: -38%;
    z-index: -1;
    width: 47%;
    height: 100%
}

.red-pattern01:before {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../Images/red-pattern.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    content: ''
}

.red-pattern02 {
    position: absolute;
    top: -30%;
    left: -38%;
    z-index: -1;
    width: 47%;
    height: 100%
}

.red-pattern02:before {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../Images/red-pattern.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    content: ''
}

.newsBlockItem {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 3%);
    background: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 6px;
    border: 1px solid #eceaea;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    text-align: center;
    z-index: 99
}

.newsBlockItem figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 220px;
    width: 100%;
    margin: 0;
    border-radius: 6px 6px 0 0;
    background: top/cover no-repeat #dddbdb;
    width: 100%;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    height: 250px;
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-size: cover !important
}

.newsBlockItem figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.newsBlockItem figure:before {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 20%;
    content: '';
    background: -o-linear-gradient(271deg, #ffffff00, #ffffff96, #fff, #fff);
    background: linear-gradient(179deg, #ffffff00, #ffffff96, #fff, #fff)
}

.newsContent {
    padding: 10px;
    min-height: 100px;
    z-index: 99
}

.newsContent h5 {
    line-height: 20px;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #262626;
    padding: 0;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0
}

.newsContent h5 a {
    color: #262626;
    text-align: left
}

.newsContent .news-meta {
    font-size: 13px;
    padding-bottom: 8px;
    text-align: center;
    display: none
}

.newsContent .news-meta a {
    text-align: center;
    text-decoration: none;
    letter-spacing: -.4px
}

.news-author-meta .pr-news-more a:hover:after {
    width: 100%
}

.news-author-meta .pr-news-more a:after {
    left: 0;
    bottom: 0;
    content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    background-color: #df1e3b;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s
}

.news-author-meta {
    border-top: 1px solid #eaeaea;
    padding: 5px 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-author-meta .newssourcename a {
    width: 100%;
    color: #df1e3b;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase
}

.news-author-meta .pr-news-more {
    color: #262626;
    font-size: 13px;
    font-weight: 300
}

.news-author-meta .pr-news-more a {
    position: relative;
    color: #262626;
    text-decoration: none;
    font-weight: 300
}

.news-author-meta .pr-news-more a em {
    color: #262626
}

.news-author-meta .pr-news-more a:after {
    left: 0;
    bottom: 0;
    content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    background-color: #df1e3b;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s
}

.equalHeight .owl-stage {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.equalHeight .owl-stage .item {
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.latestnews .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 1
}

.latestnews .owl-nav .owl-prev {
    position: absolute;
    left: -5%;
    font-family: flaticon;
    font-size: 20px
}

.latestnews .owl-nav .owl-next {
    position: absolute;
    right: -5%;
    font-family: flaticon;
    font-size: 20px
}

.innerBanner {
    background: #262626;
    padding: 100px 0 0;
    position: relative;
    background-position: center;
    background-size: cover;
    z-index: 99;
    height: 70%;
    width: 100%
}

.innerBanner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(6 7 10)), color-stop(rgb(0 0 0/37%)), to(rgb(26 26 27/0%)));
    background-image: -o-linear-gradient(top, rgb(6 7 10), rgb(0 0 0/37%), rgb(26 26 27/0%));
    background-image: linear-gradient(to bottom, rgb(6 7 10), rgb(0 0 0/37%), rgb(26 26 27/0%))
}

.innerBanner:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 1;
    background: -o-linear-gradient(272deg, #00010a00, #00000000, #0f0f0f, #030303);
    background: linear-gradient(178deg, #00010a00, #00000000, #0f0f0f, #030303);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex;
    -ms-flex-align: flex;
    align-items: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10%;
    z-index: -1
}

.innerOverlay {
    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;
    height: 100%
}

.innerBanner .bannerheading {
    width: 80%;
    padding-top: 50px;
    position: relative;
    margin: 0 auto
}

.innerBanner h1 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    text-shadow: 2px 2px #0a0a0a
}

.twocolStyle {
    background: #262626;
    position: relative;
    padding: 50px 0;
    z-index: 9
}

.twocolStyle .testelement02 {
    position: absolute;
    top: 10%;
    left: -2%;
    bottom: unset;
    z-index: 99
}

.singletext-fw p {
    color: #e7e7e7;
    font-size: 16px
}

.singletext-fw p a {
    color: #e31e33
}

.startupecosytem {
    background: #262626;
    position: relative;
    padding: 50px 0
}

.superstartwrap {
    position: relative;
    padding: 50px 0;
    z-index: 99
}

.superstartwrap figure img {
    border-radius: 20px
}

.superstartwrap p strong {
    color: #ffe075
}

.startupStats-time {
    position: relative
}

.startupStats-time ul {
    margin: 0;
    padding: 0
}

.startupStats-time ul li {
    list-style: none;
    margin: 0 0;
    color: #e7e7e7;
    position: relative;
    padding-bottom: 30px;
    padding-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.startupStats-time ul li p {
    font-size: 18px;
    margin: 0;
    vertical-align: middle;
    height: 100%
}

.startupStats-time ul li span {
    font-size: 30px;
    color: #ffe075;
    font-family: 'Russo One', sans-serif;
    margin: 0 5px 0 5px;
    border-bottom: dotted 1px #fff;
    text-align: center
}

.text-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 100%
}

.text-marker:before {
    border: 3px solid transparent;
    border-radius: 100%;
    font: 14px/1 FontAwesome;
    content: "\f058";
    color: #767676;
    display: block;
    font-size: 30px;
    position: absolute;
    top: 4px;
    left: -10px;
    -webkit-transition: background .3s ease-in-out, border .3s ease-in-out;
    -o-transition: background .3s ease-in-out, border .3s ease-in-out;
    transition: background .3s ease-in-out, border .3s ease-in-out
}

.africaRocks {
    position: relative;
    padding: 50px 0;
    z-index: 9
}

.rocks_logos {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0
}

.rocks_logos li {
    padding: 10px;
    width: 14.2%
}

.rocks_logos .CGMFigure {
    margin: 0;
    padding: 10px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 14px -10px #222222c4;
    box-shadow: 0 0 14px -10px #222222c4;
    border-radius: 10px
}

.CGMFigure h5 {
    font-size: 16px !important;
    color: #df1e3b;
    padding-top: 10px
}

.statsWraper {
    position: relative;
    background: #eff0f0;
    padding: 40px 0;
    padding-bottom: 150px;
    margin-bottom: 80px
}

.statsWraper .elementlinebeat {
    position: absolute;
    bottom: -38%;
    top: unset;
    left: 0;
    background-size: cover !important;
    background-position: center right;
    background-repeat: no-repeat;
    width: 100%;
    height: 85%;
    z-index: 9
}

.statsItem {
    display: table-cell;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(20% - 0px);
    flex: 0 1 calc(20% - 0px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.statsItem h2 {
    font-size: 40px;
    text-align: center;
    color: #fff
}

.statsItem p {
    color: #e7e7e7;
    text-align: center
}

.showmobile {
    display: none
}

.col4box {
    position: relative;
    padding: 100px 0;
    z-index: 9
}

.col4box .red-pattern01 {
    top: -50%
}

.col4box-item {
    border: #000 solid 2px;
    position: relative;
    border-radius: 40px 0 40px 40px;
    padding: 30px 20px;
    height: 100%
}

.col4box-item img {
    width: 30%;
    margin-bottom: 20px
}

.col4box-item h2 {
    font-size: 20px;
    padding-bottom: 20px
}

.col4box-item p {
    color: #4a4a4a;
    margin: 0
}

.leftRightContent {
    padding: 50px 0;
    position: relative;
    z-index: 99
}

.leftRightContent figure {
    position: relative
}

.leftRightContent figure img {
    border-radius: 30px 30px
}

.leftRightContent p {
    color: #4a4a4a
}

.contentRGLT {
    padding: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contentRGLT h2 {
    padding-bottom: 10px;
    font-size: 35px
}

.contentRGLT p {
    padding-bottom: 20px
}

.mediapartners .sectionTitle h2.withoutbefore:before {
    display: none
}

.internaltest {
    z-index: 99
}

.internaltest .red-pattern02 {
    position: absolute;
    top: unset;
    bottom: -30%
}

.internaltest .testimonialSlider figure {
    width: unset;
    height: unset
}

.internaltest .testimonial-Content p.testText {
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
    color: #262626;
    text-align: center
}

.internaltest .testimonial-Content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.internaltest .testimonial-Content p.TestiCompany {
    padding-top: 0
}

.internaltest .testimonial-Content img {
    width: 200px
}

.internaltest .testimonialSlider {
    padding-left: 5%;
    z-index: 99
}

.testimonialSlider .owl-nav {
    width: 100%
}

.testimonialSlider .owl-nav span {
    color: #8576ff;
    font-size: 32px
}

.testimonialSlider .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 250px
}

.testimonialSlider .owl-nav .owl-next {
    position: absolute;
    right: -12px;
    font-size: 20px;
    top: 250px
}

.supporters-partners {
    position: relative;
    padding: 50px 0
}

.institutionalPArtner-inner {
    position: relative;
    padding: 50px 0;
    z-index: 99
}

.mediaPartner-inner {
    position: relative;
    padding: 50px 0;
    background-color: #eff0f0
}

.mediaPartner-inner .col-6.col-sm-3.col-md-3.col-lg-2.mb-3 {
    width: 14% !important;
    margin: 20px 0
}

.mediaPartner-inner .sectionTitle {
    padding-bottom: 30px
}

.mediapartner02 {
    border: 2px solid #fff;
    padding: 10px;
    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;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: -1px 6px 13px 0 #0c0c0c21;
    box-shadow: -1px 6px 13px 0 #0c0c0c21;
    cursor: pointer;
    min-height: 100px
}

.mediapartner02:hover {
    border: 2px solid #df1e3b
}

.mediapartner02 figure {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mediapartner02 figure img {
    max-width: 100%;
    max-height: 100%
}

.communityPartner-inner {
    position: relative;
    padding: 50px 0;
    z-index: 99
}

.communityPartner-inner .col-6.col-sm-3.col-md-3.col-lg-2.mb-3 {
    width: 14% !important;
    margin: 20px 0
}

.logoStyle01 {
    width: 14% !important;
    margin: 20px 0
}

.logoStyle02 {
    margin: 20px 20px
}

.partnersBoard {
    position: relative;
    padding: 50px 0;
    z-index: 99
}

.partnersBoard .red-pattern02 {
    position: absolute;
    top: -49%;
    left: -31%;
    z-index: -1;
    width: 38%;
    height: 100%
}

.partnerLogoWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 2px dotted #cdcbcb;
    padding-bottom: 10px
}

.logoborderbtm {
    border-bottom: 2px dotted #cdcbcb
}

.sponsorslogoTitle {
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 0 10px;
    line-height: 18px;
    background: 0 0;
    text-align: center;
    color: #262626;
    font-weight: 600;
    min-height: 44px;
    font-family: Montserrat, sans-serif
}

.sponsors2022Logonew figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 1rem
}

.sponosrsLogoItem figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 1rem
}

.planvisitBoard {
    position: relative;
    padding: 50px 0;
    padding-top: 200px
}

.planvisitBoard .elementlinebeat {
    position: absolute;
    top: -5%;
    left: 0;
    background-size: cover !important;
    background-position: center right;
    background-repeat: no-repeat;
    width: 100%;
    height: 16%;
    z-index: 9
}

.planvisitITem {
    position: relative;
    padding: 0 0;
    padding-bottom: 0;
    border: #000 solid 1px;
    border-radius: 40px 0 40px 40px;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 99
}

.visititemtop {
    padding: 10px 15px
}

.visititemtop figure {
    height: 180px;
    width: 100%;
    margin: 0
}

.visititemtop figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 40px 0 0 0
}

.visititemtop h2 {
    font-size: 19px;
    padding-top: 20px
}

.visititemtop p {
    font-size: 14px;
    margin: 0;
    padding-bottom: 20px;
    color: #4a4a4a
}

.visititembottom {
    background-color: #262626;
    border-radius: 0 0 40px 40px
}

a.vistilinkbar {
    background-color: #262626;
    border-radius: 0 0 40px 40px;
    width: 100%;
    padding: 10px 20px 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding-right: 30px;
    font-size: 14px;
    height: 80px;
    font-weight: 600;
    text-transform: uppercase
}

.planvisitITem:hover a.vistilinkbar {
    background-color: #e31e33
}

.modalContentBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.commonModal .modal-content {
    border: 8px solid #aaa8a787;
    overflow: auto;
    background: #fff;
    border-radius: 5px;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.commonModal .close {
    padding: 10px 10px;
    margin: 0;
    position: absolute;
    right: 0;
    color: #df1e3b;
    font-size: 20px;
    opacity: .8;
    z-index: 999;
    outline: 0;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: none;
    top: 0
}

.commonModal .close .modalIndex {
    z-index: 9999
}

ul.PopupContactList {
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none
}

ul.PopupContactList li {
    display: block;
    margin: 0 0 6px 0;
    font-size: 16px
}

ul.PopupContactList li a {
    color: #df1e3b
}

.travelpopup {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.imgwhite {
    -webkit-filter: brightness(0) invert(1);
    --filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.hotelListWrap {
    padding: 50px 0;
    position: relative;
    z-index: 99
}

.hotelListWrap .sectionTitle {
    width: 100%
}

.hotelListWrap .sectionTitle h4 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 20px
}

p.hotellistpar {
    font-size: 18px;
    color: #262626
}

p.hotellistpar strong {
    font-weight: 600
}

.flightAfricaTable {
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    position: relative
}

.flightAfricaTable.allhotelslist {
    padding: 30px 0;
    z-index: 99
}

.flightAfricaTable table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto
}

.flightAfricaTable td, .flightAfricaTable th {
    border-right: 1px solid #e8e8e8;
    empty-cells: show;
    padding: 10px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px
}

.flightAfricaTable th {
    font-weight: 400;
    padding: 0;
    border-top: 0 solid #e8e8e8;
    border-bottom: 0 solid #e8e8e8
}

.flightAfricaTable .product, .flightAfricaTable .tl {
    color: #fff;
    padding: 10px;
    font-size: 14px
}

.flightAfricaTable .product {
    background: #0098a4;
    height: 40px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .4px;
    width: 22%;
    text-align: center
}

.flightAfricaTable.allhotelslist tr th:first-child {
    width: 36%
}

.flightAfricaTable.allhotelslist tr th:nth-child(2) {
    width: 15%
}

.tablewidthrow tr th:first-child {
    width: 55% !important
}

.tablewidthrow tr th:nth-child(2) {
    width: 10% !important
}

.tablewidthrow .product {
    width: 35% !important
}

.flightAfricaTable table tbody {
    -webkit-box-shadow: -1px 6px 8px 0 #0c0c0c8c;
    box-shadow: -1px 6px 8px 0 #0c0c0c8c;
    border: 1px solid #e8e8e8
}

.flightAfricaTable.allhotelslist tbody tr:nth-child(odd) {
    display: table-row;
    background: #f6f6f6
}

.hotelListItem01 {
    position: relative;
    padding: 10px 10px;
    border: #dedddd solid 1px;
    background: #fff;
    border-radius: 5px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.hotelListItem01 figure {
    position: relative
}

.hotelListItem01 h2 {
    font-size: 16px;
    text-align: center
}

.hotelListItem01 ul {
    margin: 0;
    padding: 0
}

.hotelListItem01 li {
    list-style: none;
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px
}

.hotelListItem01 a {
    color: #df1e3b !important
}

.hotelListItem01 li span .fa {
    font-size: 20px;
    margin-right: 15px;
    color: #262626
}

.stroke-transparent {
    -webkit-text-stroke: 1px #000 !important;
    -webkit-text-fill-color: transparent
}

.fellowInvestors {
    position: relative;
    padding: 50px 0;
    z-index: 99
}

.stageinvst10 {
    position: relative;
    padding: 50px 0;
    z-index: 99
}

.gettingMorocco {
    position: relative;
    padding: 50px 0;
    z-index: 99
}

.gettingMorocco figure {
    margin: 0
}

.gettingflightsWrap {
    padding: 40px 40px;
    position: relative
}

.flightsDEtBtn {
    position: relative;
    margin: 30px 0
}

.flightsDEtBtn a {
    padding: 20px 20px;
    padding-left: 15px;
    background: #262626;
    color: #fff;
    display: block;
    padding-right: 35px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600
}

.flightsDEtBtn a:hover {
    background: #262626
}

a.redlinkbtn {
    background-color: #e31e33
}

a.greenlinkbtn {
    background-color: #0098a4
}

.flightsDEtBtn a:before {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    content: '\e93a';
    font-family: icomoon !important;
    text-transform: none;
    line-height: 1;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    -webkit-transform: rotate(.003deg);
    -ms-transform: rotate(.003deg);
    transform: rotate(.003deg);
    color: #fff;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hotelsMarrakech {
    position: relative;
    padding: 50px 0;
    z-index: 99;
    background: #eff0f0
}

.starhotelsITem {
    margin-top: 0;
    border: #000 solid 1px;
    position: relative;
    border-radius: 45px 0 40px 40px;
    padding: 0 0;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.starhotelsITem h2 {
    font-size: 18px;
    padding: 0 10px;
    padding-bottom: 10px;
    text-align: center;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300
}

.starhotelsITem figure img {
    border-radius: 42px 0 0 0
}

.starhotelsITem a {
    background-color: #e31e33;
    border-radius: 0 0 40px 40px;
    width: 100%;
    padding: 20px 10px 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase
}

.starhotelsITem a:hover {
    background-color: #262626
}

.starsRating {
    display: block;
    padding-bottom: 20px
}

.staractive {
    color: #ffa600 !important
}

.starsRating .fa {
    font-size: 19px;
    color: #cfcfcf
}

.otherttravel03 {
    position: relative;
    padding: 50px 0;
    z-index: 99
}

.travelothertab .accordion-button i {
    background: #262626;
    width: 50px;
    height: 50px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%
}

.travelothertab .accordion-button {
    outline: unset
}

.travelothertab .accordion-button:focus {
    border-color: unset;
    outline: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.travelothertab .accordion-button:not(.collapsed) {
    background-color: #f0f0f0;
    color: #171616;
    border: none;
    border-right: #dee2e6 1px solid;
    border-left: #dee2e6 1px solid;
    border-radius: 4px
}

.travelothertab .accordion-button:not(.collapsed) i {
    background: #e31e33
}

.travelothertab .accordion-body a {
    color: #e31e33;
    font-weight: 600
}

.travelothertab .accordion-body {
    padding: 30px 20px
}

.travelothertab .accordion-body p {
    font-size: 15px;
    color: #4a4a4a
}

.accordion-body h4 {
    font-size: 18px;
    color: #0098a4
}

.mobileAppItem {
    border-bottom: #f9f3f3 solid 1px;
    padding: 5px 10px 5px 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.appLogovenue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 10%;
    margin-right: 10px
}

.travelpopup figure {
    width: 300px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px
}

.appLogovenue figure img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 10px
}

.appsContentright {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.appsContentright h2 {
    text-align: left !important;
    margin: unset;
    padding: 5px 0;
    color: #df1e3b !important;
    font-size: 17px
}

.travelpopup p {
    text-align: left !important;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 26px;
    margin-bottom: 5px !important;
    font-size: 15px !important;
    color: #4a4a4a
}

.travelpopup .listStyle li {
    font-size: 15px !important
}

.appbtnstyle {
    display: block;
    width: 100%
}

.appbtnstyle a {
    width: 10%;
    display: inline-block
}

.travelpopup a {
    color: #df1e3b
}

.travelpopup a img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.numberinfoTag p {
    text-align: left !important;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 26px;
    margin-bottom: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row
}

.tophiglightwrap {
    margin: -3% auto 0;
    position: relative;
    z-index: 99;
    text-align: center;
    margin-bottom: 30px
}

.airportshortinfo .innwebannertagline {
    width: 80% !important;
    margin: 0 auto;
    padding: 20px 30px;
    background: #d9d9d9;
    width: auto;
    -webkit-box-shadow: 1px 3px 11px 0 #0c0c0c87;
    box-shadow: 1px 3px 11px 0 #0c0c0c87;
    text-align: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important
}

.airportshortinfo h2 {
    color: #fff;
    font-size: 25px;
    font-family: nunito, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.airportshortinfo h3 {
    padding-top: 25px
}

.airportshortinfo h3 a {
    font-size: 30px;
    color: #ffbb1a;
    font-family: nunito, sans-serif
}

.airportshortinfo h2 span .fa {
    font-size: 40px;
    margin-bottom: 15px;
    color: #fff
}

.airportshortinfo h2 span .fa.stroke-transparent {
    -webkit-text-stroke: 1px #fff !important;
    -webkit-text-fill-color: transparent
}

.listStyle {
    margin: 0;
    padding: 0
}

.listStyle li {
    position: relative;
    list-style: none;
    padding: 5px 0 5px 20px;
    font-size: 16px;
    margin: 0;
    line-height: 21px;
    color: #fff !important
}

.listStyle li:before {
    position: absolute;
    top: 8px;
    left: 0;
    font: 14px/1 FontAwesome;
    content: "\f192";
    color: #8677ff
}

.flightAfricaTable {
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    position: relative
}

.flightAfricaTable table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto
}

.flightAfricaTable table tbody {
    -webkit-box-shadow: -1px 6px 8px 0 #0c0c0c8c;
    box-shadow: -1px 6px 8px 0 #0c0c0c8c
}

.flightAfricaTable td, .flightAfricaTable th {
    border-right: 1px solid #e8e8e8;
    empty-cells: show;
    padding: 10px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8
}

.flightAfricaTable td {
    font-size: 15px;
    text-align: center;
    padding: 20px 20px
}

.flightAfricaTable tbody tr:nth-child(odd) {
    display: none
}

.flightAfricaTable .compare-row {
    background: #fff
}

.flightAfricaTable th {
    font-weight: 400;
    padding: 0;
    border-top: 0 solid #e8e8e8;
    border-bottom: 0 solid #e8e8e8
}

.flightAfricaTable tr td:first-child {
    text-align: left;
    padding: 15px;
    border-left: 1px solid #1898a2;
    border-top: 1px solid #1898a2;
    background: #1898a2;
    color: #fff;
    border-bottom: #15434675 solid 1px;
    border-right: 1px solid #1898a2;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.flightAfricaTable .product, .flightAfricaTable .tl {
    color: #fff;
    padding: 10px;
    font-size: 14px
}

.flightAfricaTable .tl2 {
    border-right: 0
}

.flightAfricaTable .product {
    background: #1898a2;
    height: 40px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .4px;
    width: 22%
}

.flightAfricaTable .price-info {
    padding: 15px
}

.flightAfricaTable .price-now, .flightAfricaTable .price-now span {
    color: grey
}

.flightAfricaTable .price-now span {
    font-size: 36px;
    color: #545454
}

.flightAfricaTable .price-now p {
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    display: inline
}

.flightAfricaTable .price-buy {
    background: #ec671a;
    padding: 10px 20px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.flightAfricaTable .price-buy:hover {
    background: #e84d00
}

@media screen and (min-width:721px) and (max-width:1000px) {
    .table_ul li {
        letter-spacing: 0
    }

    .flightAfricaTable .price-now span {
        font-size: 32px
    }

    .flightAfricaTable .price-now p {
        display: block
    }
}

@media screen and (max-width:720px) {
    .table_ul {
        padding: 0
    }

    .table_ul li {
        font-size: 10px;
        line-height: 16px;
        padding: 3px 0
    }

    .flightAfricaTable {
        max-width: 100%
    }

    .flightAfricaTable td:first-child, .flightAfricaTable th:first-child {
        display: none
    }

    .flightAfricaTable tbody tr:nth-child(odd) {
        display: table-row;
        background: #f7f7f7
    }

    .flightAfricaTable .row {
        background: #fff
    }

    .flightAfricaTable td, .flightAfricaTable th {
        border: 1px solid #ccc;
        border-top: none;
        padding: 10px
    }

    .price-info {
        border-top: 0 !important;
        padding: 10px 0 !important
    }

    .price-info p {
        line-height: 8px;
        font-size: 8px !important
    }

    .flightAfricaTable .compare-row {
        background: #fff
    }

    .flightAfricaTable .price-now p {
        display: block
    }

    .flightAfricaTable .price-now span {
        font-size: 24px
    }

    .flightAfricaTable .qbse {
        font-size: 1.2em
    }

    .flightAfricaTable td {
        font-size: 14px
    }

    .flightAfricaTable th {
        font-size: 14px
    }

    .flightAfricaTable .product {
        background: #1898a2;
        height: 40px;
        font-size: 8px;
        width: 16%
    }
}

.gettingGFStyle {
    position: relative;
    padding: 50px 0;
    background-color: #eff0f0;
    z-index: 99
}

.africamarketInner {
    padding: 30px 40px
}

.africamarketItem {
    background: #262626;
    padding: 30px 20px;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    min-height: 200px
}

.usefulinfoITems .africamarketItem {
    background: unset;
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(0 0 0)), color-stop(rgb(0 0 0 / 60%)), to(rgb(0 0 0 / 81%)));
    background-image: -o-linear-gradient(left, rgb(0 0 0), rgb(0 0 0 / 60%), rgb(0 0 0 / 81%));
    background-image: linear-gradient(to right, rgb(0 0 0), rgb(0 0 0 / 60%), rgb(0 0 0 / 81%));
    border: #f3f3f3 solid 3px;
    min-height: 350px
}

.africamarketItem h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px
}

.usefulinfoITems .africamarketItem h2 {
    font-size: 21px;
    padding-bottom: 20px
}

.africamarketItem p {
    letter-spacing: .6px;
    font-size: 14px;
    color: #fff;
    line-height: 22px
}

.usefulinfoITems .africamarketItem a {
    color: #1898a2
}

.imageStylehover {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.imageStylehover {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.imageStylehover figure {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 350px;
    margin: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.imageStylehover h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #df1e3b;
    color: #fff;
    padding: 10px 10px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-family: nunito, sans-serif;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.imageStylehover h2:before {
    position: absolute;
    top: 0;
    right: 0;
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f178';
    width: 50px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.imageStylehover:hover h2 {
    text-align: left
}

.imageStylehover:hover h2:before {
    opacity: 1
}

.imageStylehover:hover figure {
    filter: grayscale(100%);
    transform: scale(1.1);
    -webkit-filter: grayscale(100%);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.travelpopup22 h2 {
    font-size: 30px;
    padding-bottom: 30px;
    color: #0098a4;
    text-transform: uppercase
}

.travelpopup22 p {
    color: #262626;
    font-size: 14px;
    text-align: left;
    width: 100%
}

.travelpopup22 p a {
    color: #e31e33
}

.travelpopup22 figure {
    width: 300px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px
}

.africamarketWrap {
    position: relative;
    z-index: 99
}

.super-categories {
    position: relative;
    padding: 50px 0
}

.super-categories .testelement02 {
    position: absolute;
    bottom: 20%;
    left: -2%;
    z-index: 99
}

.super-categories .testelement01 {
    position: absolute;
    top: 50%;
    right: 0
}

.novafetures-Item {
    position: relative;
    padding: 30px 20px;
    border-radius: 20px;
    border: #fff solid 1px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 99
}

.novafetures-Item.colorblock-1 {
    background: #0098a4ad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(6 7 10)), color-stop(rgb(0 0 0/37%)), to(rgb(26 26 27/0%)));
    background-image: -o-linear-gradient(top, rgb(6 7 10), rgb(0 0 0/37%), rgb(26 26 27/0%));
    background-image: linear-gradient(to bottom, rgb(6 7 10), rgb(0 0 0/37%), rgb(26 26 27/0%))
}

.novafetures-Item.colorblock-2 {
    background: #e31e33b8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(6 7 10)), color-stop(rgb(0 0 0/37%)), to(rgb(26 26 27/0%)));
    background-image: -o-linear-gradient(top, rgb(6 7 10), rgb(0 0 0/37%), rgb(26 26 27/0%));
    background-image: linear-gradient(to bottom, rgb(6 7 10), rgb(0 0 0/37%), rgb(26 26 27/0%))
}

.novafetures-Item.colorblock-3 {
    background: #055d3182;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(6 7 10)), color-stop(rgb(0 0 0/37%)), to(rgb(26 26 27/0%)));
    background-image: -o-linear-gradient(top, rgb(6 7 10), rgb(0 0 0/37%), rgb(26 26 27/0%));
    background-image: linear-gradient(to bottom, rgb(6 7 10), rgb(0 0 0/37%), rgb(26 26 27/0%))
}

.novafetures-Item h2 {
    color: #fff;
    font-size: 23px;
    line-height: 25px;
    padding-bottom: 30px;
    min-height: 80px
}

.novafetures-Item p {
    color: #fff;
    font-size: 14px;
    margin: 0
}

.faqwrap {
    position: relative;
    padding: 50px 0;
    z-index: 99
}

.speakerWraper {
    position: relative;
    padding: 50px 0
}

.prizedistr {
    position: relative;
    padding: 50px 0;
    background: #eff0f0;
    z-index: 99
}

.prizedistr .red-pattern02 {
    position: absolute;
    top: 4;
    right: -30%;
    left: unset;
    z-index: -1;
    width: 44%;
    height: 59%
}

.prizedistr-item {
    margin-top: 0;
    border: #000 solid 1px;
    position: relative;
    border-radius: 40px 0 40px 40px;
    padding: 10px 10px;
    text-align: left;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff
}

.prizedistr-item figure {
    margin: 0 0 20px 0
}

.prizedistr-item figure img {
    border-radius: 40px 0 5px 5px
}

.prizedistr-item h2 {
    font-size: 18px;
    padding-bottom: 20px
}

.prizedistr-item p {
    font-size: 16px;
    padding-bottom: 20px;
    margin: 0;
    color: #4a4a4a
}

.testimonialstyle03 {
    position: relative;
    padding: 50px 0;
    background: #eff0f0;
    padding-bottom: 140px
}

.testimonialstyle03 .elementlinebeat {
    position: absolute;
    bottom: -11%;
    top: unset;
    left: 0;
    background-size: cover !important;
    background-position: center right;
    background-repeat: no-repeat;
    width: 100%;
    height: 45%;
    z-index: 99
}

.single_testimonials_2 {
    text-align: center;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    border-top: 0 solid;
    border-right: 0 solid;
    border: 3px solid #0098a4;
    border-radius: 0 10px 200px/0 200px 14px 250px
}

.big_font3 .item .single_testimonials_2 {
    padding: 25px;
    width: 100%
}

.big_font3 .item .single_testimonials_2:before {
    background: url(../Images/testi-pattern2.png?v=1) no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 72%;
    right: 0;
    opacity: .5;
    background-size: 50%
}

.organiser_world2 .single_testimonials_2 span {
    font-size: 20px;
    line-height: 20px;
    color: #1898a2;
    font-weight: 800
}

p.description {
    position: relative;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: #262626;
    font-family: 'Exo 2', sans-serif
}

.big_font3 .item .slider_content {
    text-align: center;
    padding: 0
}

.big_font3 .item .slider_content p {
    color: #262626
}

.big_font3 .item .slider_content {
    text-align: center;
    padding: 20px
}

.big_font3 p.description img {
    display: inline-block !important;
    max-width: 18px !important;
    margin-right: 10px
}

.single_testimonials_2 span {
    font-size: 18px;
    line-height: 20px;
    color: #1898a2;
    font-weight: 600
}

.big_font3 p.description::after {
    position: absolute;
    content: '';
    bottom: 2px;
    background: url(../Images/quote-dobble2.png?v=1.4) no-repeat;
    width: 18px;
    background-size: 100%;
    padding-bottom: 50px;
    transform: rotate(180deg);
    margin-right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin-left: 10px
}

.big_font3 .item .single_testimonials_2:after {
    background: url(../Images/testi-pattern2.png?v=1) no-repeat;
    background-size: cover;
    background-size: 50%;
    content: "";
    position: absolute;
    top: 70%;
    right: 0 !important;
    bottom: 0;
    right: 0 !important;
    opacity: .3;
    z-index: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0;
    background-color: transparent !important
}

.testimonial-carousel {
    z-index: 99
}

.testimonial-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.testimonial-carousel .owl-nav {
    position: absolute;
    right: 3%;
    bottom: 35%;
    width: 100%;
    z-index: 1;
    max-width: 69px;
    margin-left: 20px
}

.testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    font-family: flaticon;
    font-size: 20px
}

.testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    right: -12px;
    font-family: flaticon;
    font-size: 20px
}

.logo-details {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.logo-details h2 {
    font-size: 20px;
    padding: 0 0 20px;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    text-transform: uppercase;
    color: #1898a2 !important
}

.logo-details figure {
    width: 200px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: 1px 5px 4px 0 #0c0c0c2b;
    box-shadow: 1px 5px 4px 0 #0c0c0c2b;
    padding: 10px;
    margin-bottom: 20px
}

.logo-details p {
    line-height: 22px;
    text-align: center;
    font-size: 14px
}

.visit-incredible {
    position: relative;
    padding: 50px 0;
    z-index: 99
}

.visit-incredible .testelement02 {
    position: absolute;
    bottom: 0;
    left: -2%;
    z-index: 99
}

.visit-incredible .col4box-item img {
    width: 35%;
    margin-bottom: 30px
}

.visit-incredible .col4box-item {
    padding: 10px 10px 20px 20px
}

.visittracks .newlabel {
    line-height: 25px;
    color: #262626;
    background: #ffe075;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 1px;
    -webkit-transform: rotate(355deg);
    -ms-transform: rotate(355deg);
    transform: rotate(355deg);
    margin-bottom: 15px;
    margin-top: -20px
}

.newsletterSec {
    position: relative;
    padding: 40px 0;
    z-index: 99
}

.testimonialWrap {
    position: relative;
    padding: 50px 0;
    background: #262626
}

.visittagline h4 {
    line-height: 40px
}

.pitech-timeline {
    padding: 50px 0;
    background: #eff0f0;
    position: relative;
    z-index: 99
}

.timeline-horzt {
    padding: 50px 0 0 0
}

.timelineItemOuter {
    position: relative;
    display: table-cell;
    width: 19%;
    padding: 0 0;
    vertical-align: top;
    margin-bottom: 20px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 999;
    text-align: center
}

.timelineCircle {
    width: 160px;
    height: 160px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: #dbdbdb;
    padding: 10px 10px;
    -webkit-border-radius: 100%
}

.timelineCircle:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    height: 50%;
    width: 25px;
    margin-right: -8%;
    transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    -o-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    background: #e31e33;
    z-index: 9;
    -ms-transform: skewX(15deg)
}

.timelineCircle:after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50%;
    width: 25px;
    margin-right: -8%;
    margin-top: 20px;
    transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    background: #e31e33
}

.timelineCircle p {
    font-weight: 800;
    color: #262626;
    margin: 0;
    font-size: 16px
}

.timelineItemOuter h4 {
    padding: 10px 0;
    font-size: 18px
}

.quoteslideItem {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 0 0;
    padding-top: 80px
}

.quoteOuter {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
    padding-bottom: 0;
    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;
    padding-top: 10px
}

.quotesInner {
    position: relative;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.quotesInner p {
    background: #262626;
    padding: 30px 30px;
    color: #fff;
    width: 80%;
    font-size: 20px;
    padding-bottom: 60px;
    padding-right: 60px;
    position: relative;
    margin: 0;
    min-height: 200px
}

.quotesInner p strong {
    font-weight: 600;
    color: #ffe075
}

.blackoverlay {
    background: #262626;
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 90%;
    left: 0
}

.quotesInner p:before {
    content: "";
    position: absolute;
    top: -15%;
    left: -5%;
    width: 100%;
    height: 100%;
    background: 0 0;
    border-bottom: 7px solid #e31e33;
    border-left: 7px solid #e31e33;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.quotesInner p:after {
    content: "";
    position: absolute;
    top: -15%;
    left: -30px;
    width: 100%;
    height: 100%;
    background: 0 0;
    border-top: 7px solid #e31e33;
    border-right: 7px solid #e31e33;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.quotesInner .fa-quote-left {
    position: absolute;
    top: -34%;
    left: 10%;
    font-size: 60px;
    background: #eff0f0;
    padding: 5px 10px 0 10px;
    color: #e31e33;
    z-index: 9
}

.quotesInner .fa-quote-right {
    position: absolute;
    bottom: 4%;
    right: 18%;
    font-size: 50px;
    background: #101111;
    padding: 0 10px;
    z-index: 9;
    padding-right: 20px;
    color: #e31e33
}

.quotBtm {
    position: relative;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 0;
    margin: 0 auto
}

.quotBtm:before {
    position: absolute;
    top: -20px;
    left: 20%;
    content: '';
    border-top: 60px solid #262626;
    border-left: 120px solid transparent
}

.quotBtm figure {
    width: 180px;
    margin-bottom: 10px;
    background-color: #eff0f0
}

.quotBtm figure img {
    width: unset !important;
    max-width: 100%;
    transform-style: unset;
    -webkit-transform-style: unset;
    mix-blend-mode: multiply;
    filter: contrast(1);
    -webkit-filter: contrast(1)
}

.quotBtm h4 {
    background: #e31e33;
    font-size: 16px;
    color: #fff;
    padding: 5px 20px;
    font-family: 'Exo 2', sans-serif
}

.visitquote {
    position: relative;
    padding: 50px 0 10px 0;
    z-index: 99;
    background-color: #eff0f0
}

.visitquote .owl-nav {
    position: absolute;
    right: 11%;
    bottom: 25%;
    width: 100%;
    z-index: 1;
    max-width: 69px;
    margin-left: 20px
}

.visitquote .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    font-family: flaticon;
    font-size: 20px
}

.visitquote .owl-nav .owl-next {
    position: absolute;
    right: -12px;
    font-family: flaticon;
    font-size: 20px
}

.mediapartners .logoscrollStyle {
    z-index: 99
}

.speakersInner {
    position: relative;
    padding: 50px 0;
    z-index: 99
}

.speakerItem01 {
    padding: 0;
    text-align: center;
    z-index: 2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 100%;
    position: relative;
    margin: 0 !important;
    background: #262626
}

.speakerItem01 figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    max-height: 400px
}

.speakerItem01 figure img {
    width: 100%
}

.speakerItem01 figure:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -o-linear-gradient(269deg, #0c0c0c33, #14141400, #00000021, #000);
    background: linear-gradient(181deg, #0c0c0c33, #14141400, #00000021, #000)
}

.speakerItem01 .speakerInfo {
    position: relative;
    padding: 20px 20px
}

.speakerItem01 .speakerInfo h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    text-align: left
}

.speakerItem01 .speakerInfo p.speakDesg {
    margin: 0;
    padding: 5px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    text-align: left
}

.speakerItem01 .speakerInfo p.speakComapny {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px;
    text-align: left;
    line-height: 20px
}

.speakerpop {
    position: relative;
    padding: 0 0
}

.speakerpop .modal-body, .speakerpop .modalContentBox {
    padding: 0;
    width: 100%;
    display: block
}

.PopupLeftSide {
    height: 100%;
    padding: 12px;
    background-color: #000 !important;
    padding: 50px 20px
}

.PopupLeftSide figure {
    width: 100%;
    text-align: center;
    margin: 0 auto 16px;
    border: 5px solid #fff
}

.SpeakersLeftInfo h2 {
    font-size: 16px;
    text-align: center;
    color: #fff
}

.popdesignation {
    font-size: 18px;
    color: #fff;
    text-align: center
}

.popcompanyName {
    font-size: 18px;
    color: #eb1c24;
    text-align: center
}

.popcountry {
    font-size: 18px;
    color: #fff;
    text-align: center
}

.popclaimtofame {
    text-align: center
}

.popclaimtofame p {
    font-size: 12px;
    font-style: italic
}

.PopupRightSide {
    position: relative;
    padding: 50px 10px
}

.PopupRightSide .section-title h2 {
    font-size: 20px;
    text-align: center
}

.Sepeaker_Bio {
    padding: 0 10px;
    padding-top: 30px
}

.Sepeaker_Bio p {
    color: #4a4a4a;
    font-size: 13px
}

.ToggleMenu {
    position: absolute;
    right: 0;
    width: 120px;
    padding: 40px;
    border-radius: 100px;
    top: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -o-transition: all .9s ease-in-out 0s;
    transition: all .9s ease-in-out 0s;
    -webkit-transition: all .9s ease-in-out 0s;
    -moz-transition: all .9s ease-in-out 0s;
    -o-moz-transition: all .9s ease-in-out 0s
}

.ToggleMenu.Open {
    width: 600px;
    opacity: 1;
    visibility: visible;
    height: 320px !important;
    z-index: 99999;
    padding-top: 50px;
    background: #8576ff;
    border: 1px solid #262626;
    border-radius: 22px
}

.ToggleMenu.Open:before {
    opacity: 0
}

div#menu-wrapper span {
    position: absolute;
    content: '';
    right: 11px;
    top: 3px;
    width: 86%;
    height: 90%;
    border-radius: 60px;
    border: 1px solid #8576ff;
    -webkit-box-shadow: 0 0 48px -6px #262626;
    box-shadow: 0 0 48px -6px #262626;
    z-index: -1;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-moz-transition: all 1s ease-in-out 0s
}

div#menu-wrapper:hover span {
    background: #8576ff
}

div#menu-wrapper.Width span {
    width: 580px !important;
    height: 310px !important;
    border-radius: 100px !important;
    opacity: 0
}

.burger.Width {
    border-color: transparent
}

#menu-wrapper #hamburger-menu img {
    width: 27px;
    margin: 0 0 0 10px
}

.ToggleMenu .InnerToggleMenu p {
    font-size: 18px;
    font-weight: 600;
    margin: 4px 0 7px 0;
    opacity: 0;
    visibility: hidden;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-moz-transition: all 1s ease-in-out 0s;
    width: 100%;
    font-family: Parkinsans;
    letter-spacing: 1.3px;
    color: #fff !important
}

.ToggleMenu.Open .InnerToggleMenu p, .ToggleMenu.Open .InnerToggleMenu ul li a {
    opacity: 1;
    visibility: visible
}

.ToggleMenu .InnerToggleMenu ul li a {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-moz-transition: all 1s ease-in-out 0s
}

.ToggleMenu .InnerToggleMenu {
    width: 30%;
    float: left
}

header .auto-container {
    width: 86%
}

.MainHeaderBtn_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

section.MainIntroWrapper {
    position: relative;
    z-index: 1
}

section.MainIntroWrapper:before {
    position: absolute;
    left: 0;
    top: -60%;
    content: '';
    background: #00000000 url(Images/IntroElement.png);
    width: 100%;
    height: 100%
}

.InnerIntroWrapper.InnerIntroWrapperHead {
    margin-bottom: 18px
}

.InnerIntroWrapper.InnerIntroWrapperHead h2 {
    margin-bottom: 6px;
    font-size: 40px;
    line-height: 40px
}

.InnerIntroWrapper p {
    color: #787878;
    font-size: 16px;
    line-height: normal;
    margin: 5px 0 3px 0;
    display: inline-block
}

.InnerIntroWrapper a.whiteOutline-btn.ButtonStyle2 {
    font-size: 16px;
    padding-right: 48px;
    padding-left: 48px;
    z-index: 9
}

.InnerIntroWrapper a.ColoredBtn_2 {
    line-height: 24px
}

section.MainIntroWrapper .IntroInnerWrapper a.whiteOutline-btn.ButtonStyle2:nth-child(2) {
    padding-right: 34px;
    padding-left: 34px;
    margin-left: 16px
}

.InnerIntroWrapper h3 {
    font-size: 36px;
    color: #fff;
    font-family: Parkinsans;
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-bottom: 29px
}

.InnerIntroWrapper p {
    font-size: 18px;
    color: #fff;
    margin: 0 0 42px 0
}

.InnerIntroWrapper h3 img {
    position: absolute;
    top: -50px;
    right: -78px;
    width: 129px;
    z-index: 99
}

.InnerIntroWrapper h3 span {
    font-size: 36px;
    display: block
}

.InnerIntroWrapper {
    position: relative;
    z-index: 1;
    padding: 80px
}

.InnerIntroWrapper img.IntroBaner_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

a.ArrowAnimationBG {
    background: #8576ff;
    margin: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1
}

a.ArrowAnimationBG img {
    margin: 0 !important;
    display: inline-block
}

a.ArrowAnimationBG:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 60%;
    height: 97%;
    background: #fff;
    animation: arrowleftright 1.6s ease 0s infinite normal none;
    -webkit-animation: arrowleftright 1.6s ease 0s infinite normal none;
    z-index: -1
}

.ArrowBox {
    position: relative;
    display: inline-block
}

.ArrowBox a.ThisIsForArrowLink {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

@-webkit-keyframes arrowleftright {
    0% {
        transform: translateX(-100px);
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px)
    }

    100% {
        transform: translateX(150px);
        -webkit-transform: translateX(150px);
        -moz-transform: translateX(150px);
        -ms-transform: translateX(150px);
        -o-transform: translateX(150px)
    }
}

@keyframes arrowleftright {
    0% {
        transform: translateX(-100px);
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px)
    }

    100% {
        transform: translateX(150px);
        -webkit-transform: translateX(150px);
        -moz-transform: translateX(150px);
        -ms-transform: translateX(150px);
        -o-transform: translateX(150px)
    }
}

.RelativeBg {
    background: #f4f4f4;
    border-radius: 0 0 95px 95px
}

.IntroTagLines {
    margin: 45px 0 46px 0
}

.IntroTagLinesInner {
    text-align: left;
    position: relative
}

.IntroTagLinesInner:after {
    position: absolute;
    content: '';
    top: 22%;
    height: 60%;
    width: 1px;
    background: #6c6c6c;
    right: 0
}

.IntroTagLinesInner.LineHide_:after {
    display: none
}

.IntroTagLinesInner span {
    display: inline-block;
    font-size: 16px;
    color: #8576ff;
    text-align: left;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase
}

.IntroTagLinesInner h2 {
    display: inline-block;
    font-size: 50px;
    color: #fff;
    margin: 0 14px 0 0
}

.InnerIntroWrapper.text-right {
    text-align: right
}

.EventLogos_ {
    position: relative;
    z-index: 9
}

.EventLogos_InnerWrapper .Four_LogoBox img {
    width: 64%
}

.EventLogos_InnerWrapper .Four_LogoBox.One_LogoBox img {
    width: 50%;
    margin: 0 auto
}

.EventLogos_InnerWrapper .Four_LogoBox.One_LogoBox.One_LogoBoxBottom img {
    width: 100% !important;
    margin: 0 auto
}

.EventLogos_InnerWrapper {
    padding: 50px 0 50px 0;
    border-radius: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    text-align: center;
    position: relative;
    height: 160px
}

.EventLogos_InnerWrapper.BorderRight:before {
    position: absolute;
    content: '';
    right: -18px;
    top: 40px;
    width: 2px;
    height: 50%;
    background: #9b9b9b
}

.auto-container.IntroTagLinesWrapper_ .IntroTagLines {
    width: 70%;
    float: right;
    margin-bottom: -150px;
    position: relative
}

.auto-container.IntroTagLinesWrapper_ .IntroTagLines .sectionTitle h2 {
    font-size: 46px
}

.auto-container.IntroTagLinesWrapper_ {
    border-top: 1px solid #78787899;
    margin-top: 56px
}

.EventBoxHeading .sectionTitle p {
    font-size: 18px;
    text-transform: uppercase;
    font-family: Parkinsans;
    margin: 30px 0 30px 0;
    letter-spacing: .9px
}

.StartupWrapper_ {
    padding: 60px 0 0 0
}

.StartupInnerContainer_ .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.StartupCounter h3 {
    font-size: 64px;
    color: #fff;
    font-family: Parkinsans;
    font-weight: 700;
    position: relative;
    top: 0;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s
}

.StartupCounter.BoxWrapper:hover h3 {
    top: 6px;
    position: relative
}

.StartupCounter span {
    font-size: 22px;
    color: #8576ff;
    width: 100%
}

.BoxWrapper {
    position: relative;
    border-radius: 22px
}

@-webkit-keyframes bg-spin {
    0% {
        --border-angle: -0deg
    }

    100% {
        --border-angle: -360deg
    }
}

@keyframes bg-spin {
    0% {
        --border-angle: -0deg
    }

    100% {
        --border-angle: -360deg
    }
}

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 1turn
}

.StartupInnerContainer_ {
    margin-top: 60px
}

.StartupCounter.BoxWrapper {
    position: relative;
    border-radius: 22px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0 40px 0;
    overflow: hidden
}

.BoxWrapper:before {
    --border-angle: 0turn;
    --main-bg: conic-gradient(from var(--border-angle), #213, #112 -5%, #112 -60%, #213 -95%);
    border: solid 1.8px transparent;
    border-radius: 22px;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    --gradient-border: conic-gradient(from var(--border-angle), transparent 0%, #171B2E, #8576FF 20%, transparent);
    background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
    background-position: center center;
    -webkit-animation: bg-spin 3s linear infinite;
    animation: bg-spin 3s linear infinite;
    z-index: -4;
    opacity: 0;
    visibility: hidden;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

.StartupCounter.BoxWrapper:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 97.5%;
    height: 97.57%;
    background: #171b2e;
    z-index: -4;
    border-radius: 22px
}

.StartupCounter.BoxWrapper:hover:before {
    opacity: 1;
    visibility: visible
}

.HeadingColor {
    color: #8576ff !important
}

section.DiscoverWrapper .ColoredBox {
    background: #dd5746;
    padding: 16px;
    border-radius: 14px;
    border-top-right-radius: 0;
    width: 100%;
    margin: 0 auto;
    height: 290px;
    position: relative;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -o-moz-transition: all .6s ease-in-out 0s;
    background-size: cover !important;
    border-top-right-radius: 13px
}

section.SeeTheArt_AS .ColoredBox {
    height: 200px
}

.ColoredBox:before {
    position: absolute;
    content: '';
    top: -13px;
    right: 0;
    background: #dd5746;
    width: 114px;
    z-index: 9999;
    height: 20px;
    border-top-right-radius: 14px;
    -webkit-clip-path: polygon(104% 0, 100% 98%, 0 100%, 17% 0);
    clip-path: polygon(104% 0, 100% 98%, 0 100%, 17% 0);
    display: none
}

section.DiscoverWrapper .ColoredBox:hover {
    height: 372px
}

section.SeeTheArt_AS .ColoredBox:hover {
    height: 290px
}

.ColoredBoxContent h3 {
    font-size: 16px;
    color: #000;
    margin: 15px 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100
}

.ColoredBoxContent {
    text-align: center
}

.ColoredBoxContent p {
    font-size: 12px;
    position: relative;
    margin-top: 50px;
    opacity: 0;
    visibility: hidden;
    color: transparent;
    line-height: 1.3;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -o-moz-transition: all .8s ease-in-out 0s
}

section.DiscoverWrapper .ColoredBox:hover .ColoredBoxContent p {
    opacity: 1;
    visibility: visible;
    margin-top: 34px;
    color: #fff
}

section.DiscoverWrapper {
    padding: 65px 0 114px 0;
    position: relative
}

.DiscoverInnerContainer .owl-stage-outer {
    padding: 110px 0 0 0
}

.ColoredBoxContent img {
    position: absolute;
    bottom: 16px;
    width: 22px !important
}

.ColoredBoximg {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-top: -130px
}

.ColoredBoximg img {
    margin-top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    height: 330px
}

section.DiscoverWrapper .ColoredBox {
    background: #fff
}

.DiscoverInnerContainer {
    height: auto
}

.TextSliderInnerContainer {
    position: relative;
    padding-left: 10px;
    margin-top: 00px
}

.TextSliderInnerContainer:before {
    position: absolute;
    content: '';
    left: -10px;
    bottom: 26px;
    width: 100%;
    height: 118px;
    background: #8576ff;
    border-radius: 36px
}

.swiper-container_Bottom {
    height: 25px;
    overflow: hidden;
    position: relative;
    top: -34px
}

.TextSliderInnerContainer .swiper-container_ .swiper-slide h4 a {
    font-size: 60px;
    color: transparent;
    -webkit-text-stroke: .6px #000;
    text-shadow: none;
    pointer-events: none;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -o-moz-transition: all .6s ease-in-out 0s
}

.TextSliderInnerContainer .swiper-container_ .swiper-slide h4 {
    font-size: 60px;
    top: -89px;
    position: relative;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: .6px #000;
    text-shadow: none;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -o-moz-transition: all .6s ease-in-out 0s;
    z-index: 1
}

.TextSliderInnerContainer .swiper-container_ .swiper-slide h4 img {
    width: 150px
}

.TextSliderInnerContainer .swiper-container_ .swiper-slide h4 span {
    margin: 0 10px 0 10px;
    position: relative;
    top: -12px;
    color: #fff !important;
    -webkit-text-stroke: 0 !important
}

.TextSliderInnerContainer .swiper-slide.swiper-slide-prev h4, .TextSliderInnerContainer .swiper-slide.swiper-slide-prev h4 a, .TextSliderInnerContainer .swiper-slide.swiper-slide-prev p {
    opacity: 0;
    color: #8576ff !important;
    -webkit-text-stroke: inherit !important;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -o-moz-transition: all .6s ease-in-out 0s
}

.TextSliderInnerContainer .swiper-container_ .swiper-slide.swiper-slide-active h4, .TextSliderInnerContainer .swiper-container_ .swiper-slide.swiper-slide-active h4 a {
    color: #fff !important;
    -webkit-text-stroke: inherit !important;
    pointer-events: auto !important;
    cursor: pointer !important
}

.TextSliderBox_ .sectionTitle h2.text-black {
    position: relative;
    padding-bottom: 20px;
    display: inline-block
}

.TextSliderBox_ .sectionTitle h2.text-black:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 82%;
    height: 2px;
    background: #787878
}

section.FutureOffWrapper .sectionTitle h2 {
    font-size: 48px;
    line-height: 52px
}

.SmallInnerTitle .sectionTitle h2.text-black {
    border-bottom: 0;
    padding-top: 0;
    font-size: 60px;
    line-height: 60px
}

.SmallInnerTitle .sectionTitle h2.text-black:before {
    display: none
}

.SmallInnerTitle {
    text-align: right;
    margin-top: 141px;
    margin-right: 50px
}

ul.FutterNav li {
    display: inline-block;
    text-transform: uppercase
}

ul.FutterNav li a {
    color: #9e9e9e;
    font-size: 16px;
    margin: 10px 24px 0 0;
    display: block;
    cursor: pointer;
    transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s
}

ul.FutterNav li a.hover, ul.FutterNav li a:hover {
    color: #8576ff !important;
    font-weight: 700
}

.TextSliderInnerContainer .swiper-container_ .swiper-slide {
    position: relative;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-filter: FlipV;
    filter: FlipV;
    -ms-filter: FlipV
}

.TextSliderInnerContainer .swiper-container_ .swiper-slide p {
    position: absolute;
    bottom: -80px;
    left: 0;
    -o-transition: all .7s ease-in-out 0s;
    transition: all .7s ease-in-out 0s;
    -webkit-transition: all .7s ease-in-out 0s;
    -moz-transition: all .7s ease-in-out 0s;
    -o-moz-transition: all .7s ease-in-out 0s;
    color: #fff;
    opacity: 0;
    visibility: hidden
}

.FutureOffWrapper {
    background: #fff;
    width: 100%;
    position: relative;
    padding: 20px 0 130px 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden
}

img.FutureOffWrapperElemet {
    position: absolute;
    bottom: 0;
    width: 48%;
    left: -10%;
    z-index: -1;
    opacity: .3
}

.WAD_Wrapper .sectionTitle p {
    text-align: left
}

section.WAD_Container {
    background: url(../../../Images/SC-Homepage-Image_2.png) no-repeat;
    background-size: cover;
    padding: 170px 0 170px 0;
    position: relative;
    overflow: hidden;
    background-position: bottom
}

.BottomText {
    position: relative;
    z-index: 9
}

.WAD_Wrapper .BottomText p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: normal;
    width: 55%
}

.WAD_Wrapper .sectionTitle h2 {
    font-size: 60px;
    line-height: 38px;
    margin-bottom: 30px;
    display: inline-block;
    position: relative
}

section.WAD_Container .WAD_Wrapper img.Element_2 {
    left: 122px;
    position: absolute;
    top: -20px !important;
    width: 140px
}

.WAD_Wrapper .sectionTitle h3 {
    color: #fff;
    font-size: 20.6px;
    margin-bottom: 25px
}

section.NothStarGallery {
    background: #fff;
    padding: 100px 0 60px 0
}

.youtube-container {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/9;
    pointer-events: none
}

.youtube-container iframe {
    width: 300%;
    height: 100%;
    margin-left: -100%
}

.fancybox-overlay {
    background: #ffffffa6 !important
}

section.NothStarGallery .sectionTitle {
    margin-bottom: 60px
}

section.NothStarGallery .PhotoGallery .owl-item {
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -o-ttransition: all .6s ease-in-out 0s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: .4
}

section.NothStarGallery .PhotoGallery .owl-item.active.center {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    z-index: 1 !important;
    opacity: 1 !important;
    position: relative
}

section.NothStarGallery .PhotoGallery .owl-item.active.center:before {
    position: absolute;
    content: '';
    left: -66px;
    top: 0;
    width: 66px;
    height: 100%;
    background: #fff
}

section.NothStarGallery .PhotoGallery .owl-item.active.center:after {
    position: absolute;
    content: '';
    right: -66px;
    top: 0;
    width: 66px;
    height: 100%;
    background: #fff
}

.PhotoGallery.owl-carousel.owl-theme.equalHeight.owl-loaded.owl-drag .owl-stage-outer {
    overflow: inherit;
    margin: 70px 0 40px 0
}

section.NothStarGallery .PhotoGallery {
    position: relative
}

section.NothStarGallery .PhotoGallery .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ArtistOfTheWeekSlider .owl-nav, .DiscoverWrapperBox_ .owl-nav, .StartupBoxSlider .owl-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1
}

.ArtistOfTheWeekSlider .owl-nav {
    padding-top: 11%
}

.ArtistOfTheWeekSlider .owl-nav i img, .DiscoverWrapperBox_ .owl-nav i img, .StartupBoxSlider .owl-nav i img {
    width: 20px;
    display: inline-block
}

.ArtistOfTheWeekSlider .owl-nav i, .DiscoverWrapperBox_ .owl-nav i, .StartupBoxSlider .owl-nav i {
    font-size: 35px;
    position: relative;
    left: -50px
}

.ArtistOfTheWeekSlider .owl-nav .owl-next i, .DiscoverWrapperBox_ .owl-nav .owl-next i, .StartupBoxSlider .owl-nav .owl-next i {
    right: -50px;
    left: inherit
}

.DiscoverDots_, .GalleryDots {
    text-align: center;
    width: 100%;
    margin-top: 38px;
    display: inline-block
}

.DiscoverDots_ .owl-dot, .GalleryDots .owl-dot {
    display: inline-block
}

.DiscoverDots_ .owl-dot span, .GalleryDots .owl-dot span {
    width: 10px;
    height: 10px;
    border: 2px solid #3c4c7b;
    display: inline-block;
    margin: 0 7px 0 4px;
    border-radius: 50%;
    -o-transition: all .6s ease-in-out 0s;
    transition: all .6s ease-in-out 0s;
    -webkit-transition: all .6s ease-in-out 0s;
    -moz-transition: all .6s ease-in-out 0s;
    -o-ttransition: all .6s ease-in-out 0s
}

.DiscoverDots_ .owl-dot.active span, .GalleryDots .owl-dot.active span {
    background: #3c4c7b;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

section.BottomThree {
    background: #fff;
    position: relative;
    padding: 70px 0 120px 0
}

img.ElementPlus {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px
}

img.ElementPlus_2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 730px;
    opacity: .3
}

.InnerThreeBox {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 21.8px !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8677ff), to(#171b2e));
    background-image: -o-linear-gradient(top, #8677ff 0, #171b2e);
    background-image: linear-gradient(to bottom, #8677ff 0, #171b2e);
    height: 100%
}

.InnerThreeBoxInner_ {
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 21px;
    padding: 30px 12px 30px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.BottomThree .col-xl-3.col-lg-3.col-md-3.col-sm-6.col-xs-12 {
    margin-bottom: 20px
}

section.BottomThree .auto-container {
    position: relative;
    z-index: 999
}

.InnerThreeBoxInner_.InnerThreeBoxInner_Hover {
    background: url(../../../Images/TheeBoxBg.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    bottom: -100%;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-moz-transition: all .4s ease-in-out 0s
}

.InnerThreeBox:hover .InnerThreeBoxInner_Hover {
    bottom: 0
}

.InnerThreeBoxInner_.InnerThreeBoxInner_Hover h4, .InnerThreeBoxInner_.InnerThreeBoxInner_Hover p, .InnerThreeBoxInner_.InnerThreeBoxInner_Hover span {
    color: #fff !important
}

.InnerThreeBox h4 {
    width: 100%;
    margin: 0;
    color: #171b2e;
    font-size: 38.16px;
    text-transform: uppercase;
    font-weight: 700
}

.InnerThreeBox span {
    width: 100%;
    margin: 0;
    color: #8677ff;
    font-size: 28.38px
}

.InnerThreeBox p {
    width: 100%;
    margin: 0;
    color: #171b2e;
    font-size: 28.38px;
    padding: 0 50px 0 50px
}

img.Overlay_ {
    position: absolute;
    bottom: 0;
    height: 100%
}

.FlashBackLeft {
    width: 82%
}

.FlashBackRight .FlashBackInnerBoxes {
    width: 70%;
    margin-bottom: 78px
}

.FlashBackRight .FlashBackInnerBoxes h4 {
    font-size: 53px;
    color: #fff;
    position: relative;
    font-weight: 700
}

.FlashBackRight .FlashBackInnerBoxes h4:before {
    position: absolute;
    content: '';
    left: -27px;
    top: 0;
    width: 8px;
    height: 80%;
    background: #8576ff
}

.FlashBackInnerBoxes p {
    font-size: 16px;
    line-height: normal
}

section.NorthStarFooter {
    position: relative;
    z-index: 1;
    background: #fffaf7
}

section.NorthStarFooter:before {
    position: absolute;
    content: '';
    top: -94px;
    left: 0;
    width: 100%;
    height: 40%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 244, 242, 0)), color-stop(40%, rgba(250, 244, 242, 1)), color-stop(60%, rgba(250, 244, 242, 1)), to(rgba(250, 244, 242, 0)));
    background: -o-linear-gradient(top, rgba(250, 244, 242, 0) 0, rgba(250, 244, 242, 1) 40%, rgba(250, 244, 242, 1) 60%, rgba(250, 244, 242, 0) 100%);
    background: linear-gradient(180deg, rgba(250, 244, 242, 0) 0, rgba(250, 244, 242, 1) 40%, rgba(250, 244, 242, 1) 60%, rgba(250, 244, 242, 0) 100%);
    z-index: -1
}

.FooterMenu h4, .FooterMenu ul li, .FooterMenu ul li a {
    color: #262626
}

img.FooterBanner_ {
    position: absolute;
    top: -28px;
    left: -170px;
    width: 100%;
    z-index: -1;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    -o-object-position: right;
    object-position: right;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.FooterLogo {
    width: 56%;
    margin: 50px 0 40px 0
}

.FooterHeading h3 {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff
}

.FooterHeading h4 {
    font-size: 18.34px;
    color: #fff;
    font-family: Parkinsans;
    font-weight: 500;
    letter-spacing: .8px;
    margin: 50px 0 30px 0
}

.FooterMenu h4 {
    font-size: 16px;
    color: #262626;
    font-family: Parkinsans;
    font-weight: 600;
    letter-spacing: 1px
}

.BorderLine {
    width: 100%;
    border-bottom: 1px solid #fff;
    opacity: .6;
    margin: 40px 0 40px 0
}

.FooterMenu ul li, .FooterMenu ul li a {
    color: #262626;
    font-size: 13px;
    font-family: Parkinsans;
    font-weight: 500;
    position: relative;
    text-transform: capitalize
}

.FooterMenu ul li a {
    position: relative;
    padding-left: 13px
}

.FooterMenu ul li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #262626
}

.FooterMenu ul li a:hover {
    color: #e02e41
}

.FooterLogo {
    width: 88%;
    margin: 50px 0 40px 0
}

.FooterMenu ul li a {
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s
}

.FooterMenu ul li a:hover {
    border-bottom: 1px solid #fff
}

.FooterMenu {
    margin: 0 0 21px 0
}

.FooterRightMenu {
    background: #ef4922;
    margin-top: 20px;
    padding: 35px 35px 35px 35px;
    width: 100%;
    position: relative;
    z-index: 999
}

.FooterRightMenu h4 {
    color: #fff;
    font-size: 28.45;
    font-family: Parkinsans;
    font-weight: 600;
    letter-spacing: 1.6px
}

.FooterRightMenu ul li a {
    color: #fff;
    font-size: 14.22px;
    font-family: Parkinsans;
    font-weight: 400;
    border-bottom: 1px solid #dadada;
    display: inline-block;
    margin: 4px 0 10px 0;
    padding: 0 0 3px 0;
    width: 100%
}

section.WAD_Container.WAD_ContainerInner {
    margin: 0;
    padding: 110px 0 110px 0;
    border-radius: 0;
    background: 0 0 !important
}

section.WAD_Container.WAD_ContainerInner:before {
    display: none
}

.InnerBannerWrapper {
    margin: 154px 0 0 0;
    overflow: hidden
}

.InnerBannerWrapper img {
    width: 100%
}

section.WAD_Container.WAD_ContainerInner .BottomText p {
    font-size: 18px;
    line-height: inherit;
    color: #fff
}

.LeftImgBox {
    position: relative;
    z-index: 1;
    background: url(../../../Images/BOO_7570.jpg);
    width: 100%;
    height: 100%
}

.CommonImgBox {
    position: relative;
    z-index: 1;
    background: url(../../../Images/BOO_7570.jpg) no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ForBgHeight {
    height: 350px
}

WAD_ContainerInner .ThreeBoxElement_ {
    right: -13%;
    top: -20%
}

.BottomFourLogo .InnerThreeBoxInner_ {
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 21px;
    padding: 20px 12px 56px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.BottomThree.BottomFourLogo .InnerThreeBoxInner_ span {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 11px;
    text-align: center;
    left: 0;
    font-size: 24px;
    color: #262626
}

section.BottomThree.BottomFourLogo .InnerThreeBoxInner_ img {
    width: 78%;
    margin-bottom: 8px
}

.schedule-block a.whiteOutline-btn:hover {
    color: #262626
}

.schedule-block p {
    color: #262626;
    margin: 20px 0 0 0
}

.workshopsWrap {
    position: relative;
    padding: 50px 0
}

section.WorkshopWrapper {
    background: #fff !important;
    border-radius: 100px 100px 0 0;
    position: relative
}

.workshopsWrap hr {
    border-top: #c5c4c3 solid;
    margin: 20px 0 0 0
}

.workshopInner {
    position: relative;
    z-index: 999
}

.workshoproomTab {
    position: relative;
    margin: 0 auto;
    margin-bottom: 40px
}

.workshoproomTab ul {
    margin: 0;
    text-align: center;
    width: 100%
}

.workshoproomTab ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
    margin-left: 0;
    margin: 10px 10px
}

.workshoproomTab ul li a {
    color: #fff;
    padding: 5px 20px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: #000 solid 1px;
    margin-bottom: 24px;
    border-radius: 40px
}

.workshoproomTab ul li.purpleTab a {
    background: #69359a;
    color: #fff
}

.workshoproomTab ul li.purpleTab a:hover, .workshoproomTab ul li.purpleTab.active a {
    background: #fff;
    color: #69359a
}

.workshoproomTab ul li.greenTab a {
    background: #5e813f;
    color: #fff
}

.workshoproomTab ul li.greenTab a:hover, .workshoproomTab ul li.greenTab.active a {
    background: #fff;
    color: #5e813f
}

.workshoproomTab ul li.blueTab a {
    background: #5071be;
    color: #fff
}

.workshoproomTab ul li.blueTab a:hover, .workshoproomTab ul li.blueTab.active a {
    background: #fff;
    color: #5071be
}

.schedule-section {
    position: relative;
    padding: 120px 0 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fafafa;
    overflow: hidden
}

.schedule-section .icon-circle-4 {
    right: -200px;
    bottom: 160px
}

.schedule-section .icon-circle-3 {
    left: -375px;
    top: 340px;
    opacity: .3
}

.tabs-box {
    position: relative
}

.tabs-box .tab {
    display: none
}

.tabs-box .tab.active-tab {
    display: block
}

.schedule-tabs {
    position: relative
}

.schedule-tabs .btns-box {
    position: relative;
    display: block;
    margin-bottom: 100px
}

.schedule-tabs .tab-buttons {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.schedule-tabs .tab-buttons .tabbox {
    position: relative;
    display: inline-block;
    height: 130px;
    width: 240px;
    border-radius: 10px;
    background-color: #171b2e;
    font-size: 20px;
    line-height: 28px;
    color: #cfcfcf;
    font-weight: 600;
    text-align: left;
    padding: 15px 15px;
    padding-top: 50px;
    padding-left: 90px;
    cursor: pointer;
    margin: 0 15px 20px;
    border: 1px solid #4d4949;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.schedule-tabs .tab-buttons .tabbox.active {
    background-color: #d5d5d5;
    color: #262626;
    border: 1px solid #ddd
}

.schedule-tabs .tab-buttons .tabbox .day {
    position: absolute;
    left: -1px;
    top: 14px;
    padding: 5px 20px;
    background-color: #222;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 0 15px 15px 0
}

.schedule-tabs .tab-buttons .tabbox.active .day {
    color: #fff
}

.schedule-tabs .tab-buttons .tabbox .date {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100px;
    text-align: center;
    font-size: 40px;
    line-height: 20px;
    font-weight: 600;
    color: #222
}

.schedule-tabs .tab-buttons .tabbox .month {
    display: block;
    font-size: 21px;
    line-height: 23px;
    font-weight: 600;
    color: #222;
    text-transform: uppercase
}

.schedule-tabs .tab-buttons .tabbox.active .date, .schedule-tabs .tab-buttons .tabbox.active .day, .schedule-tabs .tab-buttons .tabbox.active .month {
    opacity: .8
}

.schedule-tabs .tab-buttons .tabbox .year {
    font-size: 30px
}

.schedule-tabs #purpleRoom .tab-buttons .tabbox .day {
    background-color: #8576ff;
    border: 1px solid #fff;
    border-left: 0
}

.schedule-tabs #purpleRoom .tab-buttons .tabbox .date, .schedule-tabs #purpleRoom .tab-buttons .tabbox .month {
    color: #fff
}

.schedule-tabs #purpleRoom .tab-buttons .tabbox.active span.date, .schedule-tabs #purpleRoom .tab-buttons .tabbox.active span.month {
    color: #262626
}

.schedule-tabs #purpleRoom .tab-buttons .tabbox.active {
    -webkit-box-shadow: 0 11px 19px -3px rgb(157 145 255 / 58%);
    box-shadow: 0 11px 19px -3px rgb(157 145 255 / 58%);
    border: 1px solid #9d91ff7d;
    background: #fff
}

.schedule-tabs #greenRoom .tab-buttons .tabbox.active {
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .1)
}

.schedule-tabs #greenRoom .tab-buttons .tabbox .day {
    background-color: #5e813f
}

.schedule-tabs #greenRoom .tab-buttons .tabbox .date, .schedule-tabs #greenRoom .tab-buttons .tabbox .month {
    color: #5e813f
}

.schedule-tabs #greenRoom .tab-buttons .tabbox.active {
    -webkit-box-shadow: 0 0 30px rgba(255, 194, 11, .3);
    box-shadow: 0 0 30px rgba(255, 194, 11, .3);
    border: 1px solid #5e813f;
    background: #fff
}

.schedule-tabs #blueRoom .tab-buttons .tabbox.active {
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .1)
}

.schedule-tabs #blueRoom .tab-buttons .tabbox .day {
    background-color: #5071be
}

.schedule-tabs #blueRoom .tab-buttons .tabbox .date, .schedule-tabs #blueRoom .tab-buttons .tabbox .month {
    color: #5071be
}

.schedule-tabs #blueRoom .tab-buttons .tabbox.active {
    -webkit-box-shadow: 0 0 30px rgba(255, 194, 11, .3);
    box-shadow: 0 0 30px rgba(255, 194, 11, .3);
    border: 1px solid #5071be;
    background: #fff
}

.schedule-timeline {
    position: relative
}

.schedule-block {
    position: relative;
    margin-bottom: 30px
}

.schedule-block:after {
    display: table;
    clear: both;
    content: ""
}

.schedule-block .inner-box {
    position: relative;
    width: 90%;
    margin: 0 auto;
    text-align: left
}

.schedule-block .inner-box .inner {
    position: relative;
    padding: 20px 30px 20px;
    background-color: #e8e8e8;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    margin-left: 80px;
    border-radius: 20px
}

.schedule-block .inner:before {
    position: absolute;
    top: 0;
    bottom: -30px;
    right: 100%;
    border-left: 2px dashed #ddd;
    content: "";
    margin-right: 80px
}

.schedule-block .inner:after {
    position: absolute;
    right: 100%;
    top: 35px;
    border-top: 15px solid transparent;
    border-right: 20px solid #e8e8e8;
    border-bottom: 15px solid transparent;
    content: ""
}

.schedule-block .date {
    position: absolute;
    left: -132px;
    width: 104px;
    top: 0;
    height: 100px;
    background-color: #9d91ff;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    padding: 30px 5px 0;
    padding-top: 5px;
    border-radius: 10px;
    border: 2px dashed #ddd;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.schedule-block .speaker-info {
    position: relative;
    padding-left: 80px;
    padding-top: 10px;
    min-height: 60px
}

.schedule-block .speaker-info .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    border-radius: 50%;
    overflow: hidden
}

.schedule-block .speaker-info .name {
    font-size: 16px;
    color: #212639;
    font-weight: 500;
    line-height: 1.2em
}

.schedule-block .speaker-info .designation {
    font-size: 13px
}

.schedule-block h4 {
    position: relative;
    font-size: 22px;
    line-height: 1.2em;
    color: #0f1925;
    font-weight: 600;
    margin-bottom: 15px;
    padding-top: 15px
}

.schedule-block h4 a {
    color: #212639;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.schedule-block h4 a:hover {
    color: #f14b59
}

.schedule-block .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #888;
    margin-bottom: 15px
}

.schedule-block .btn-box {
    position: relative;
    padding: 6px 0
}

.schedule-block .btn-box a {
    padding: 10px 20px;
    line-height: 20px;
    font-size: 14px;
    background-color: #444;
    color: #fff;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-radius: 5px
}

.schedule-block .btn-box a:hover {
    color: #fff
}

.schedule-block.even .inner-box {
    float: left;
    text-align: right
}

.schedule-block.even .inner-box .inner {
    margin-left: 0;
    margin-right: 80px
}

.schedule-block.even .inner:before {
    right: auto;
    left: 100%;
    margin-left: 80px;
    margin-right: 0
}

.schedule-block.even .inner:after {
    right: auto;
    left: 100%;
    border-right: 0;
    border-left: 20px solid #fff
}

.schedule-block:last-child .inner:before {
    display: none
}

.schedule-block.even .date {
    left: auto;
    right: -132px
}

.schedule-block.even .speaker-info {
    padding-left: 0;
    padding-right: 80px
}

.schedule-block.even .speaker-info .thumb {
    left: auto;
    right: 0
}

#purpleRoom .schedule-block .date, #purpleRoom .schedule-block .inner:before {
    border-color: #171b2e
}

#greenRoom .schedule-block .date, #greenRoom .schedule-block .inner:before {
    border-color: #8677ff
}

#blueRoom .schedule-block .date, #blueRoom .schedule-block .inner:before {
    border-color: #5071be
}

.metascheduleText {
    position: relative;
    padding-bottom: 20px;
    border-bottom: #e3dcdcab solid 1px
}

.metascheduleText ul {
    margin: 0;
    padding: 0
}

.metascheduleText li {
    list-style: none;
    font-size: 14px;
    color: #262626;
    display: inline-block;
    position: relative;
    width: auto;
    padding: 0 15px;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0
}

.metascheduleText li:first-child {
    padding-left: 0
}

.metascheduleText li:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 1px;
    height: 100%;
    background: #dedede
}

.metascheduleText li:last-child:before {
    display: none
}

.metascheduleText li .fa-circle-dot {
    margin-right: 7px;
    font-size: 16px;
    color: #565656
}

.metascheduleText li .metaicon {
    margin-right: 7px;
    font-size: 16px;
    color: #565656
}

.metaicon {
    color: #fff
}

img.UnlockSusccess {
    position: absolute;
    bottom: -5%;
    right: -10%;
    width: 34%;
    z-index: -1;
    opacity: .6
}

img.UnlockSusccess_2 {
    position: absolute;
    left: -13%;
    top: -23%;
    width: 30%;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipV;
    filter: FlipV;
    -ms-filter: FlipV;
    opacity: .5
}

.InnerShowLogoBox span {
    display: block;
    color: #262626;
    font-weight: 700;
    margin: 10px 0 10px 0;
    font-size: clamp(12px, 1vw, 16px)
}

.InnerShowLogoBox p {
    font-size: clamp(8px, 1vw, 12px);
    color: #262626;
    font-weight: 600;
    text-transform: uppercase
}

.InnerShowLogoBox {
    text-align: center;
    padding: 0 12px 0 12px;
    margin-bottom: 40px;
    position: relative
}

.InnerShowLogoBox:before {
    position: absolute;
    right: -19px;
    top: 8px;
    width: 1;
    height: 156px;
    background: #969696;
    content: ''
}

.InnerShowLogoBox a img {
    width: 80%;
    height: 110px;
    -o-object-fit: contain;
    object-fit: contain
}

.BottomTextInner p {
    width: 100% !important
}

.schedule-tabs .tab-buttons .tabbox:nth-child(2) {
    background: url(https://design.myworldofexpo.com/Northstar2/Images/Vector3.png);
    background-position: left
}

.schedule-tabs .tab-buttons .tabbox:nth-child(1) {
    background: url(https://design.myworldofexpo.com/Northstar2/Images/Vector1.png);
    background-position: left
}

.schedule-tabs .tab-buttons .tabbox:nth-child(3) {
    background: url(https://design.myworldofexpo.com/Northstar2/Images/Vector.png);
    background-position: left
}

.schedule-tabs .tab-buttons .tabbox:nth-child(4) {
    background: url(https://design.myworldofexpo.com/Northstar2/Images/Vector4.png);
    background-position: left
}

section.WAD_Container.GitexYouthX:before, section.WAD_Container.WAD_ContainerInner:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../../Images/UnlockSusccess.png);
    z-index: 1;
    background-size: cover;
    display: block;
    mix-blend-mode: multiply;
    -webkit-filter: contrast(2);
    filter: contrast(2);
    opacity: .5
}

section.heroSectionInnerBanner {
    height: 620px;
    background-size: cover !important;
    position: relative
}

.heroSectionInnerBanner .heroOverlay:before {
    display: none
}

.heroSectionInnerBanner .heroOverlay {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: #2c3154ab;
    z-index: 1;
    width: 100%;
    height: 100%
}

.InnerPagesTitle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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;
    text-align: center
}

.InnerPagesTitle h3 {
    color: #fff;
    font-size: 54px;
    margin: 0;
    text-transform: uppercase;
    margin-top: 60px
}

.tophiglightwrap2 {
    width: 62%;
    margin: 0 auto;
    background: #8576ff;
    position: absolute;
    z-index: 9;
    padding: 20px 0 20px 0;
    margin-top: -40px;
    display: block;
    left: 0;
    right: 0;
    border-radius: 12px;
    -webkit-box-shadow: 0 6px 14px -6px #0000008c;
    box-shadow: 0 6px 14px -6px #0000008c;
    text-align: center
}

.tophiglightwrap2 h4 {
    color: #fff;
    font-size: 30px;
    position: relative;
    margin: 0;
    padding: 0
}

section.FourBox_Container {
    background: #fff;
    padding: 70px 0 70px 0
}

.FourBox_Container .icon-xl img {
    height: 50px;
    vertical-align: middle;
    max-width: 100%;
    width: auto
}

.FourBox_Container .icon-count-2-outer .icon-count-2 span.icon-count-number {
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 60px;
    font-weight: 600;
    color: rgb(197 197 197);
    line-height: 120px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

section.FourBox_Container .icon-content2 h4 {
    color: #171b2e;
    font-size: 25px;
    min-height: 70px;
    max-height: 100px;
    margin-top: 26px;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

section.FourBox_Container .icon-content2 p, section.FourBox_Container .icon-content2 ul li {
    color: #171b2e !important;
    line-height: 24px;
    font-size: 16px;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

section.FourBox_Container .icon-count-2 {
    border: 1px solid #000e;
    padding: 30px 20px 10px 20px;
    border-radius: 4px;
    z-index: 2;
    -webkit-clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
    clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
    width: 100%;
    background: #050505;
    position: relative;
    height: 100%;
    z-index: 9
}

section.FourBox_Container .icon-count-2:before {
    -webkit-clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
    clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

section.FourBox_Container .icon-count-2:after {
    -webkit-clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
    clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
    width: 100%;
    background: rgba(133, 118, 255, 1) 95%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    opacity: 0;
    z-index: -1
}

section.FourBox_Container .icon-count-2:hover:after {
    opacity: 1 !important
}

section.FourBox_Container .icon-count-2:hover:before {
    background: 0 0 !important
}

section.FourBox_Container .icon-count-2:hover h4, section.FourBox_Container .icon-count-2:hover p {
    color: #fff
}

.ForBgHeight_100 {
    height: 580px
}

section.InvestorCardsBottom {
    background: #fff;
    padding: 80px 0 60px 0
}

.Investor-cards:nth-child(1) .box .icon .iconBox {
    background: #dd5746
}

.Investor-cards:nth-child(2) .box .icon .iconBox {
    background: #6a0d20
}

.Investor-cards:nth-child(3) .box .icon .iconBox {
    background: #8576ff
}

.Investor-cards:nth-child(4) .box .icon .iconBox {
    background: #1c1678
}

.card .content p {
    margin: .625rem 0 1.25rem;
    color: #565656
}

.card-inner {
    position: relative;
    width: inherit;
    height: 18.75rem;
    background: var(--clr);
    border-radius: 1.25rem;
    border-bottom-right-radius: 0;
    overflow: hidden;
    width: 100%
}

.card-inner .box {
    width: 100%;
    height: 100%;
    background: #262626;
    border-radius: 1.25rem;
    overflow: hidden;
    border: 2px solid #675cc7;
    position: relative
}

.card-inner .box .imgBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.card-inner .box .icon {
    position: absolute;
    bottom: -.375rem;
    right: -.375rem;
    width: 6rem;
    height: 6rem;
    background: #fff;
    border-top-left-radius: 50%
}

.card-inner .box .icon:hover .iconBox {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.card-inner .box .icon::before {
    position: absolute;
    content: "";
    bottom: .375rem;
    left: -1.25rem;
    background: 0 0;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    -webkit-box-shadow: .313rem .313rem 0 .313rem #fff;
    box-shadow: .313rem .313rem 0 .313rem #fff
}

.card-inner .box .icon::after {
    position: absolute;
    content: "";
    top: -1.25rem;
    right: .375rem;
    background: 0 0;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    -webkit-box-shadow: .313rem .313rem 0 .313rem var(--clr);
    box-shadow: .313rem .313rem 0 .313rem var(--clr)
}

.card-inner .box .icon .iconBox {
    position: absolute;
    inset: .625rem;
    background: #282828;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.card-inner .box .icon .iconBox span {
    color: #fff;
    font-size: 1.5rem
}

section.InvestorCardsBottom .content h3 {
    font-size: 20px;
    margin: 16px 0 0 0
}

section.TimeLineWrapper {
    position: relative;
    padding: 80px 0 80px 0;
    background: #8576ff url(../../../Images/SpeakersBanner.png?v=1.2) no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.TimeLineBoxes {
    z-index: 9;
    overflow: hidden;
    border-radius: 24px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 50px 12px 50px 12px;
    height: 200px;
    position: relative;
    border: 3px solid #7e70f1
}

.TimeLineBoxes span {
    display: block;
    margin: 11px 0 0 0;
    font-size: 16px;
    line-height: 28px
}

.TimeLineBoxes h3 {
    color: #fff
}

.ForWidth {
    width: 25% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

section.MainIntroWrapper.MainIntroWrapperInnerPage {
    background: #fff;
    padding: 0 0 70px 0
}

section.MainIntroWrapper.MainIntroWrapperInnerPage .StartupCounter.BoxWrapper h3 {
    font-size: 48px
}

section.MainIntroWrapper.MainIntroWrapperInnerPage .StartupCounter.BoxWrapper {
    padding: 30px 14px 30px 14px;
    height: 100%
}

body .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed !important;
    outline: 0 !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

section.Ebentvideobox {
    background: #f1f1f1;
    padding: 80px 0 60px 0
}

section.Ebentvideobox .img-holder:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #0000007a;
    width: 100%;
    height: 100%
}

section.Ebentvideobox .img-holder {
    position: relative
}

section.Ebentvideobox .img-holder .youtube {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

section.Ebentvideobox .img-holder .youtube:before {
    position: absolute;
    content: '';
    left: 69%;
    top: 22%;
    -webkit-transform: translate(-50%, -50%) rotate(35deg);
    -ms-transform: translate(-50%, -50%) rotate(35deg);
    transform: translate(-50%, -50%) rotate(35deg);
    width: 34px;
    height: 34px;
    border-radius: 13px;
    border-top: 3px solid #fff
}

section.Ebentvideobox .img-holder .youtube span.icon-multimedia {
    color: #fff;
    font-size: 50px;
    position: relative
}

section.WAD_Container.GitexYouthX {
    background: #fff !important;
    position: relative
}

section.MainIntroWrapper.IncedibleImpact .StartupCounter.BoxWrapper h3 {
    font-size: 48px
}

section.MainIntroWrapper.IncedibleImpact {
    padding-bottom: 70px
}

section.MainIntroWrapper.IncedibleImpact .StartupCounter.BoxWrapper {
    padding: 30px 14px 30px 14px;
    height: 100%
}

.YouthXLineBoxes .TimeLineBoxes img {
    filter: unset;
    -webkit-filter: unset;
    width: 28%;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1)
}

.YouthXLineBoxes .TimeLineBoxes {
    padding-top: 30px;
    margin-bottom: 28px
}

section.ExhibitionBenefits {
    background: url(../../../Images/investors_new.jpg) !important;
    background-size: contain !important;
    background-position: right !important;
    padding: 70px 0 70px 10px;
    z-index: 999
}

ul.listStyleNew li {
    position: relative;
    color: #fff;
    margin: 20px 0;
    font-size: 16px;
    padding-left: 28px
}

ul.listStyleNew li:before {
    position: absolute;
    top: 0;
    left: -5px;
    font: 22px/1 FontAwesome;
    content: "\f058";
    color: #171a30
}

.BottomTagLineP, .BottomTagLineP a {
    font-size: 18px;
    color: #fff;
    letter-spacing: .5px;
    text-transform: uppercase
}

.InverTagBox_.InverTagBox_FontSize p {
    font-size: 20px
}

.statsBox {
    margin: 30px 0 0 0;
    text-align: center
}

.statsBox h2 {
    font-size: 40px;
    display: inline-block;
    width: 50%;
    background: url(../../../Images/Vector1.png) !important;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 10px;
    color: #fff;
    padding: 8px 0 8px 0
}

.statsBox p {
    color: #262626;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin: 10px 0 0 0
}

.TextBlackHover:hover {
    color: #262626
}

.HotelsWrapper h4 {
    font-size: 34px !important
}

.PromotionalCode {
    border: 2px dotted #fff;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    color: #fff
}

.HotelsWrapper .FlashBackRight {
    width: 100%;
    border: 1px solid #fff;
    padding: 10px 10px 10px 30px
}

.HotelsWrapper .FlashBackRight .FlashBackInnerBoxes p a {
    color: #fff
}

.HotelsWrapper .FlashBackRight {
    width: 100%;
    border: 1px solid #fff;
    padding: 10px 10px 10px 30px;
    height: 60vh;
    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
}

.FlashBackRight {
    margin: 0 0 24px 0
}

section.WAD_Container.GitexYouthX p a {
    color: #373768;
    font-weight: 600
}

.commonModal {
    z-index: 99999
}

.commonModal ul.listStyle li {
    color: #000 !important;
    text-align: left
}

.commonModal ul.listStyle li a {
    color: #000 !important;
    font-weight: 700
}

button.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
    opacity: 1;
    border: 1px solid #8979ff;
    outline: 0
}

.pt-80 {
    padding-top: 80px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.TextCorrection p {
    line-height: inherit
}

.HoverAndPlayBtn {
    position: relative
}

.FlashBackLeft.HoverAndPlayBtn:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3332679e
}

.HoverAndPlayBtn span a {
    color: #fff
}

.HoverAndPlayBtn span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px
}

.HoverAndPlayBtn span:before {
    position: absolute;
    content: '';
    left: 69%;
    top: 22%;
    -webkit-transform: translate(-50%, -50%) rotate(35deg);
    -ms-transform: translate(-50%, -50%) rotate(35deg);
    transform: translate(-50%, -50%) rotate(35deg);
    width: 34px;
    height: 34px;
    border-radius: 13px;
    border-top: 3px solid #fff
}

.CommonAccordion .card-body {
    padding: 20px 20px 10px 20px
}

.CommonAccordion .card-body p, .CommonAccordion .card-body ul li {
    color: #000 !important
}

.CommonAccordion .card-body p a {
    color: #000 !important;
    font-weight: 600
}

.ForThisSection span.text-black {
    display: block;
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 11px
}

.WhiteBulltes li:before {
    color: #fff !important
}

.TimeLineWrapperForBefore .TimeLineBoxes h3 {
    font-size: 40px !important
}

.TimeLineWrapperForBefore {
    z-index: 1
}

.TimeLineWrapperForBefore:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #5500fb;
    width: 100%;
    height: 100%;
    opacity: .4;
    z-index: -1
}

.TimeLineWrapperForBefore .TimeLineBoxes {
    border-color: #fff
}

.card-inner .box .OverlayContent {
    position: absolute;
    top: 0;
    left: -90%;
    background: #ef4922cf;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.OverlayContent p {
    margin: 0
}

.card-inner .box:hover .OverlayContent {
    left: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.OverlayContent ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.OverlayContent ul li {
    color: #fff;
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.MarketingManiaSpeakers p.speakComapny {
    font-size: 18px !important;
    color: #f99e2d !important
}

.MarketingManiaSpeakers h2.speakername, .MarketingManiaSpeakers p.speakDesg {
    font-size: 20px !important
}

.testimonailStyle .testimonial-Single {
    width: 62%;
    float: left;
    padding-top: 30px;
    padding-left: 20px
}

.testimonailStyle .pic {
    width: 38%;
    padding: 0;
    float: left;
    position: relative;
    z-index: 1
}

section.testimonailStyle {
    background: #fff;
    padding: 80px 0 80px 0;
    position: relative;
    overflow: hidden
}

section.testimonailStyle img.UnlockSusccess {
    z-index: revert-layer
}

.SingleTestiWrapper {
    width: 100%;
    display: block;
    float: left;
    height: 100%;
    padding: 10px 10px 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
    border-radius: 11px;
    -webkit-box-shadow: 0 10px 30px -17px #0000009c;
    box-shadow: 0 10px 30px -17px #0000009c;
    position: relative;
    z-index: 1
}

section.WAD_Container.WAD_ContainerInner.BgWhite_ {
    background: #fff !important
}

.OurPartnersContainer span {
    color: #262626;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    height: 50px
}

.ForBorderTop {
    border-top: 2px dotted #9a87ff;
    padding-top: 30px
}

.CommunityPartnersLogoSlider .InnerShowLogoBox:before {
    display: none
}

.CommunityPartnersLogoSlider .InnerShowLogoBox {
    background: #fff;
    -webkit-box-shadow: 0 0 13px -6px #262626;
    box-shadow: 0 0 13px -6px #262626;
    border-radius: 4px
}

.CommunityPartnersLogoSlider .owl-stage-outer {
    padding: 14px 0 0 0
}

.MediaParterSingleLogo {
    text-align: center;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px -9px #0006;
    box-shadow: 0 0 20px -9px #0006;
    border-radius: 8px
}

.MediaParterSingleLogo {
    text-align: center;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px -9px #0006;
    box-shadow: 0 0 20px -9px #0006;
    border-radius: 8px;
    margin-bottom: 40px
}

.MediaPartnersLogoSlider .owl-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tracksStyle01 .services-item {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(13.2% - 1px);
    flex: 0 1 calc(13.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 figure img {
    width: 60px !important;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -o-object-fit: contain;
    object-fit: contain
}

.trackItemstyle figure {
    width: 100%;
    padding-top: 10px
}

.trackItemstyle {
    height: 210px;
    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;
    width: 100%;
    margin-bottom: 10px;
    padding: 30px 5px 40px 5px;
    border-radius: 8px
}

.tracksStyle01 .services-item h4 {
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 99
}

.CommunityPartnersContainer .InnerShowLogoBox:before {
    display: none
}

.CommunityPartnersContainer .InnerShowLogoBox {
    padding: 10px 10px 10px 10px !important;
    -webkit-box-shadow: 0 4px 20px -8px #0000003d;
    box-shadow: 0 4px 20px -8px #0000003d;
    border-radius: 18px
}

.DarkCommunityPartnersContainer .InnerShowLogoBox {
    background: #fff;
    height: 100%;
    margin-bottom: 0
}

.DarkCommunityPartnersContainer .InnerShowLogoBox .CommunityContentBox p {
    font-weight: 500;
    text-align: left;
    padding: 24px 10px 10px 10px;
    border-top: 1px solid #ef4922;
    font-size: 13px
}

.DarkCommunityPartnersContainer .InnerShowLogoBox {
    background: #fff;
    height: 90%;
    margin-bottom: 10%
}

.DarkCommunityPartnersContainer .CommunityLogoBox {
    margin-bottom: 10px;
    height: 120px;
    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
}

.PhotoGalleryInner {
    position: relative;
    overflow: hidden
}

.PhotoGalleryInner .UnlockSusccess {
    z-index: revert-layer
}

.PhotoGalleryInner .GalleryITem.galleryimg img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    position: relative;
    z-index: 9
}

.PhotoGalleryInner .GalleryITem.galleryimg {
    position: relative
}

.PhotoGalleryInner .GalleryITem.galleryimg a.fancybox {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99
}

.PhotoGalleryInner .GalleryITem.galleryimg:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #262626;
    opacity: .4;
    z-index: 99
}

.FutureMediaWrapper {
    overflow: hidden
}

.FutureMediaWrapper:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    background: #3d88c77d;
    height: 160px;
    width: 100000px;
    -webkit-transform: translate(-50%, -50%) rotate(-16deg);
    -ms-transform: translate(-50%, -50%) rotate(-16deg);
    transform: translate(-50%, -50%) rotate(-16deg);
    z-index: -1
}

.FutureMediaWrapper .FlashBackInnerBoxes p {
    line-height: inherit
}

.PlayYourVisit_2.FutureMediaWrapper:before {
    -webkit-transform: translate(-50%, -50%) rotate(16deg);
    -ms-transform: translate(-50%, -50%) rotate(16deg);
    transform: translate(-50%, -50%) rotate(16deg)
}

.card2-content {
    -webkit-clip-path: polygon(10% -20%, 90% 10%, 100% 100%, 0 100%);
    clip-path: polygon(10% -20%, 90% 10%, 100% 100%, 0 100%);
    background-color: #f5f5f5;
    padding: 0 40px 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0
}

.card2-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    max-width: 315px;
    margin-bottom: 20px;
    position: relative;
    padding: 24px 5px;
    letter-spacing: .5
}

.card2-content h4::before {
    position: absolute;
    content: "";
    background-color: #8576ff;
    width: 100%;
    -webkit-transform: skew(38deg) translateX(0);
    -ms-transform: skew(38deg) translateX(0);
    transform: skew(38deg) translateX(0);
    z-index: -1;
    right: 0;
    right: 0;
    top: 0;
    height: 100%
}

.card2-content p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center
}

.card3-section .card3 {
    -webkit-clip-path: polygon(15% -120%, 110% 30%, 100% 90%, 3% 100%);
    clip-path: polygon(15% -120%, 110% 30%, 100% 90%, 3% 100%);
    background-color: #171b2e;
    padding: 30px;
    height: 500px;
    border-radius: 10px;
    padding: 20px 25px 20px 50px
}

.card3-section {
    padding: 0 !important;
    background-image: url(../../../Images/three-card-section-image.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.card3-section .card3 ul li:before {
    color: #f6b625
}

.card3-section .card3 h4 {
    font-size: 18px;
    color: #080d34;
    position: relative;
    z-index: 0;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-height: 60px
}

.card3-section .card3 h4::before {
    position: absolute;
    content: "";
    -webkit-clip-path: polygon(1% 2%, 92% 0, 100% 100%, 0 100%);
    clip-path: polygon(1% 2%, 92% 0, 100% 100%, 0 100%);
    width: 100%;
    height: 100%;
    background-color: #f6b625;
    z-index: -1
}

.participateOrange {
    background: #f7582e;
    -webkit-clip-path: polygon(15% -120%, 110% 30%, 100% 90%, 3% 100%);
    clip-path: polygon(15% -120%, 110% 30%, 100% 90%, 3% 100%);
    width: 100%;
    height: 100%;
    padding: 40px 90px
}

.whyParticipate {
    position: relative;
    overflow: hidden
}

.whyParticipate:before {
    position: absolute;
    top: 0;
    right: 0;
    background: #0000003d;
    width: 100%;
    height: 100%;
    content: ''
}

.TechTransferBoxes .card2-content h4:before {
    background: #ffc107 !important
}

.TechTransferBoxes .card2-content h4 {
    padding: 18px 20px 18px 20px
}

.canparticipate {
    position: relative;
    padding: 10px 0;
    z-index: 1
}

.canparticipateInner:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 90%;
    background: #f6f6f6;
    content: '';
    z-index: -1;
    -webkit-clip-path: polygon(10% -20%, 90% 10%, 100% 100%, 0 100%);
    clip-path: polygon(10% -20%, 90% 10%, 100% 100%, 0 100%);
    border-radius: 0
}

.canparticipateInner:after {
    position: absolute;
    top: -10px;
    left: 0;
    width: 90%;
    height: 90%;
    background: #8576ff;
    content: '';
    z-index: -2;
    -webkit-clip-path: polygon(10% -20%, 90% 10%, 100% 100%, 0 100%);
    clip-path: polygon(10% -20%, 90% 10%, 100% 100%, 0 100%);
    border-radius: 0
}

.canparticipateInner {
    position: relative;
    padding: 50px 130px
}

.canparticipateInner ul li {
    color: #262626
}

.canparticipate2 {
    position: relative;
    padding: 10px 0;
    z-index: 1
}

.canparticipateInner2:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 90%;
    background: #f6f6f6;
    content: '';
    z-index: -1;
    -webkit-clip-path: polygon(10% -20%, 90% 10%, 100% 100%, 0 100%);
    clip-path: polygon(10% -20%, 90% 10%, 100% 100%, 0 100%);
    border-radius: 0
}

.canparticipateInner2:after {
    position: absolute;
    top: -10px;
    left: 0;
    width: 90%;
    height: 90%;
    background: #8576ff;
    content: '';
    z-index: -2;
    -webkit-clip-path: polygon(10% -20%, 90% 10%, 100% 100%, 0 100%);
    clip-path: polygon(10% -20%, 90% 10%, 100% 100%, 0 100%);
    border-radius: 0
}

.canparticipateInner2 {
    position: relative;
    padding: 50px 70px
}

.canparticipateInner2 ul li {
    color: #262626
}

.canparticipate2-heading {
    font-size: 24px
}

.cs-heading {
    min-height: 50px !important
}

section.testimonialStyle02.SingleTestimonial:before {
    z-index: -1
}

.QuotesBox {
    margin: 18px 0 0 0;
    display: inline-block;
    border-left: 2px solid #8576ff;
    padding: 2px 0 2px 16px
}

.OpportunitiesBox section.FourBox_Container {
    background: 0 0 !important
}

.OpportunitiesBox_Botttom {
    background: url(../../../Images/img_1212.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 1;
    position: relative
}

.OpportunitiesBox_Botttom:before {
    background: #000 !important;
    position: absolute;
    content: '';
    opacity: .6 !important;
    z-index: -1 !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block !important
}

.OpportunitiesAccordion {
    background: #fff url(../../../Images/NorthStarImage2.png) !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important
}

.OpportunitiesAccordion .accordion {
    --bs-accordion-bg: #ffffff99 !important;
    border: 1px solid #0000003b;
    border-radius: 4px
}

section.FourBox_Container.FourBox_ContainerTimeLine {
    background: #8576ff url(../../../Images/SpeakersBanner.png?v=1.5) no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.BottomTimeLineBox h4 {
    max-height: 40px !important;
    min-height: 40px !important
}

.MoonshotChallenge {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.MoonshotChallenge .Investor-cards {
    margin-bottom: 46px
}

.MoonshotChallenge img.UnlockSusccess_2 {
    position: absolute;
    left: -8%;
    top: -110px
}

section.TimeLineWrapper.TimeLineWrapperMoonshot {
    background: #fff
}

section.TimeLineWrapper.TimeLineWrapperMoonshot .TimeLineBoxes h3, section.TimeLineWrapper.TimeLineWrapperMoonshot .TimeLineBoxes span {
    color: #262626;
    font-size: 36px
}

.ForTimeLineBoxes .TimeLineBoxes span, section.TimeLineWrapper.TimeLineWrapperMoonshot .TimeLineBoxes span {
    font-size: 20px
}

.ForTimeLineBoxes .TimeLineBoxes, .TimeLineWrapperMoonshot .TimeLineBoxes {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.InvestorCardsBottom.MoonshotChallenge .Investor-cards {
    text-align: center
}

.MoonshotLogo_ {
    width: 36%;
    margin: 60px 0 -40px 0
}

section.FourBox_Container .after-img:after {
    background: url(https://design.myworldofexpo.com/Northstar2/Images/TheeBoxBg.png) !important;
    background-size: cover !important;
    -webkit-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
    height: 100%
}

section.FourBox_Container .after-img:hover h4, section.FourBox_Container .after-img:hover li, section.FourBox_Container .after-img:hover p {
    color: #fff !important
}

@media screen and (min-device-width:768px) and (max-device-width:1500px) {
    .HotelsWrapper .FlashBackRight {
        width: 100%;
        border: 1px solid #fff;
        padding: 10px 10px 10px 30px;
        height: 100vh;
        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
    }
}

@media screen and (min-width:1500px) {
    .HotelsWrapper .FlashBackRight {
        width: 100%;
        border: 1px solid #fff;
        padding: 10px 10px 10px 30px;
        height: 86vh;
        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
    }
}

.ButtonStyle2 {
    color: #8576ff;
    border: 1px solid #8576ff;
    margin-top: 20px
}

img.HeroImage_ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.HeroSliderAS_.owl-carousel.owl-theme.owl-loaded.owl-drag {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9
}

.SliderContent_ h2 span {
    color: #262626;
    font-size: 52px;
    position: relative
}

.SliderContent_ span img {
    display: inline-block !important;
    position: absolute;
    left: 10px;
    bottom: -75px;
    width: 100% !important;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.SliderContent_ h2 {
    font-size: 50px;
    color: #262626
}

.SliderContent_ p {
    color: #262626;
    font-size: 28px;
    margin: 20px 0 50px 0
}

.ArtistOfTheWeek_Inner_As .owl-dots, .DiscoverWrapperBox_ .owl-dots, .HeroSliderAS_ .owl-dots {
    position: relative;
    bottom: 100px;
    left: 0;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center
}

.ArtistOfTheWeek_Inner_As .owl-dots .owl-dot, .DiscoverWrapperBox_ .owl-dots .owl-dot, .HeroSliderAS_ .owl-dots .owl-dot {
    background: #f49dba;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px 0 4px;
    transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s
}

.ArtistOfTheWeek_Inner_As .owl-dots .owl-dot.light, .DiscoverWrapperBox_ .owl-dots .owl-dot.light, .HeroSliderAS_ .owl-dots .owl-dot.light {
    background: #f0c3d3;
    width: 8px;
    height: 8px
}

.ArtistOfTheWeek_Inner_As .owl-dots .owl-dot.dark, .DiscoverWrapperBox_ .owl-dots .owl-dot.dark, .HeroSliderAS_ .owl-dots .owl-dot.dark {
    background: #007BFF;
    width: 12px;
    height: 12px
}

.ArtistOfTheWeek_Inner_As .owl-dots .owl-dot.active, .DiscoverWrapperBox_ .owl-dots .owl-dot.active, .HeroSliderAS_ .owl-dots .owl-dot.active {
    background: #fff;
    border: 4px solid #007BFF;
    width: 20px;
    height: 20px
}

.ArtistOfTheWeek_Inner_As .owl-dots, .DiscoverWrapperBox_ .owl-dots {
    bottom: -25px
}

.WADStats2024 .meeta-category-wrap a img {
    width: 30%
}

.StatsContent h3 {
    position: relative;
    display: inline-block
}

.StatsContent h3 span {
    font-size: 36px !important;
    color: #000 !important;
    font-weight: 600;
    margin: 12px 0 4px 0;
    display: inline-block
}

.StatsContent p {
    color: #262626;
    font-weight: 500
}

.meeta-category-section.WADStats2024 {
    padding: 100px 0 60px 0
}

.StatsContent h3 img {
    position: absolute;
    left: 0;
    bottom: -27px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

.category-item:hover img {
    opacity: 1
}

h3.LastElement img {
    bottom: -55px !important
}

section.MainIntroWrapper.IntroBottomSection .InnerIntroWrapper {
    background: #fff;
    border-radius: 50px;
    padding: 40px;
    padding-left: 90px
}

section.MainIntroWrapper.IntroBottomSection:before {
    display: none
}

section.MainIntroWrapper.IntroBottomSection h3 span {
    font-size: 66px
}

section.MainIntroWrapper.IntroBottomSection h3 {
    font-size: 66px;
    margin-bottom: 50px;
    position: relative
}

img.Element_1 {
    left: -80px;
    top: -70px !important;
    width: 147px !important
}

img.Element_2 {
    top: 0 !important;
    right: -50px !important
}

section.MainIntroWrapper.IntroBottomSection a {
    margin-top: 50px
}

.ColoredBoxContent p a {
    font-size: 18px !important;
    padding: 10px 20px 10px 20px !important;
    width: 100%
}

section.SeeTheArt_AS .SeeTheArtTitle h3 {
    font-size: 66px;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    text-transform: uppercase
}

section.SeeTheArt_AS .SeeTheArtTitle h3 img.Element_2 {
    width: 50px;
    position: absolute;
    right: 0 !important;
    top: -27px !important
}

section.SeeTheArt_AS .SeeTheArtTitle h3 span {
    font-size: 66px;
    display: inline-block;
    position: relative
}

section.SeeTheArt_AS .SeeTheArtTitle h3 span img {
    position: absolute;
    left: 0;
    top: 47px;
    width: 100%
}

.SeeTheArt_AS .owl-nav {
    display: none
}

.SeeTheArt_AS .ColoredBoxContent h3 {
    text-align: center;
    font-weight: 700;
    font-size: 14px
}

.SeeTheArt_AS .ColoredBoxContent h3 span {
    font-weight: 400;
    color: #262626;
    display: block
}

section.DiscoverWrapper.SeeTheArt_AS {
    padding: 130px 0 10px 0
}

.SeeTheArt_AS .ColoredBoximg {
    height: 240px;
    overflow: hidden
}

.SeeTheArt_AS .ColoredBoximg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ArtistOfTheWeek_Inner_As {
    margin-bottom: 40px
}

.AOW_ImgBox_as {
    border-radius: 50%;
    overflow: hidden;
    width: 360px;
    height: 360px;
    margin-top: -160px !important;
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 18px;
    -webkit-box-shadow: 0 0 20px -8px #262626;
    box-shadow: 0 0 20px -8px #262626;
    margin: 0 auto
}

.AOW_Names_as h3 {
    text-transform: uppercase;
    font-size: 22px
}

.AOW_Names_as {
    text-align: center;
    margin: 32px 0 0 0
}

.AOW_Names_as ul {
    margin: 20px 0 0 0
}

.AOW_Names_as ul li {
    display: inline-block;
    margin: 0 6px 0 6px
}

.AOW_Names_as ul li a {
    color: #262626;
    font-size: 22px
}

.AOW_ImgBox_as img {
    border-radius: 50%;
    width: 100% !important;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ArtistOfTheWeek_As .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    padding-top: 176px;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}

.ArtistOfTheWeek_Inner_As .item {
    background: #fff;
    padding: 0 50px 50px 80px;
    border-radius: 40px
}

.AOW_Content_as h2 {
    font-size: 66px;
    margin: 80px 0 34px 0;
    position: relative;
    display: inline-block
}

.AOW_Content_as h2 span {
    color: #262626;
    font-size: 66px
}

.AOW_Content_as p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: normal
}

.AOW_Content_as a {
    font-size: 18px
}

.AOW_Content_as img.Element_1 {
    position: absolute;
    right: 0 !important;
    bottom: 62px !important;
    top: inherit !important;
    left: inherit !important
}

.AOW_Content_as img.Element_2 {
    width: 200px;
    position: absolute;
    left: 0;
    top: -58px !important;
    right: inherit !important;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 110px
}

.StartupBoxSlider {
    width: 90%;
    margin: 0 auto
}

.StartupBoxeContainer .sectionTitle h2 span {
    display: contents
}

.StartupInnerBoxes {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 20px
}

.StartupInnerBoxes img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

section.StartupBoxeContainer .sectionTitle {
    margin-bottom: 90px
}

section.StartupBoxeContainer .sectionTitle h2 {
    position: relative;
    display: inline-block
}

img.PartnersElement {
    width: 10%;
    position: absolute;
    top: -35px;
    left: 114px
}

section.StartupBoxeContainer {
    padding: 4px 0 82px 0
}

img.eventby {
    width: 18px;
    position: relative;
    top: -1px;
    margin-left: 8px
}

.text-right {
    text-align: right
}

.footer-bar a, .footer-bar p, .footer-bar span {
    font-size: 14px
}

.NavigationWAD {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.NavigationWAD>li {
    position: relative
}

.NavigationWAD>li>a {
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    color: #262626;
    font-size: 14px;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

.NavigationWAD>li>a:hover {
    color: #007BFF
}

.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, rgba(255, 42, 131, 1) 0, rgba(255, 96, 159, 1) 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 .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.NavigationWAD ul li {
    width: 100%
}

.NavigationWAD ul li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #262626;
    font-size: 14px;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

.NavigationWAD ul li a:hover {
    background-color: rgba(255, 255, 255, .1);
    color: #fff
}

.NavigationWAD>li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.NavigationWAD ul ul {
    left: 100%;
    top: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.NavigationWAD ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.NavigationWAD a {
    font-weight: 400;
    color: #262626
}

.NavigationWAD a.active {
    font-weight: 700;
    color: #262626
}

.NavigationWrapper ul.NavigationWAD li a i {
    position: relative;
    top: 0
}

.NavigationWrapper {
    position: relative;
    top: 0;
    margin-bottom: 10px
}

.NavigationWAD ul li a {
    text-transform: uppercase
}

section.heroSection.heroSectionInner_ {
    height: 700px;
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 70px 0 0 0;
    text-align: center
}

section.heroSection.heroSectionInner_ .SliderContent_ h2 span {
    font-weight: 600 !important;
    padding-bottom: 25px
}

.HFont-Size_as {
    font-size: 32px !important
}

.InnerIntroWrapper.IntroWrapperInnerPage_ {
    padding: 40px !important
}

.InnerIntroWrapper.IntroWrapperInnerPage_ h3, section.MainIntroWrapper.IntroBottomSection p {
    margin-bottom: 18px !important
}

.InnerIntroWrapper.IntroWrapperInnerPage_ h3.mbs_5 {
    margin-bottom: 40px !important
}

.InnerIntroWrapper.IntroWrapperInnerPage_.ForTopPadding {
    padding-top: 70px !important
}

.WAD_ReadyInnerPage_ .BottomText p {
    width: 100%
}

section.WAD_Container.WAD_ReadyInnerPage_ {
    background: 0 0 !important;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 0
}

section.WAD_Container.WAD_ReadyInnerPage_ .WAD_Wrapper h2, section.WAD_Container.WAD_ReadyInnerPage_ .WAD_Wrapper span {
    margin-bottom: 2px;
    font-size: 50px
}

section.WAD_Container.WAD_ReadyInnerPage_ .WAD_Wrapper span {
    margin-bottom: 30px
}

img.Element_2_1_1 {
    position: absolute;
    width: 90px;
    top: -5px;
    right: 60px
}

.DiscoverWrapper_OPP {
    z-index: 1;
    padding: 20px 0 40px 0 !important
}

section.DiscoverWrapper_OPP .sectionTitle h2 {
    font-size: 36px
}

section.DiscoverWrapper_OPP .DiscoverWrapperBox_2 {
    padding-top: 140px
}

section.DiscoverWrapper.DiscoverWrapper_OPP .DiscoverWrapperBox_2 .ColoredBox {
    height: auto !important
}

section.DiscoverWrapper.DiscoverWrapper_OPP .DiscoverWrapperBox_2 .ColoredBox:hover {
    height: auto !important
}

section.DiscoverWrapper.DiscoverWrapper_OPP .DiscoverWrapperBox_2 .ColoredBox .ColoredBoxContent p {
    opacity: 1 !important;
    margin: 0 !important;
    visibility: visible;
    top: 0 !important
}

section.DiscoverWrapper.DiscoverWrapper_OPP .DiscoverWrapperBox_2 .ColoredBox .ColoredBoxContent h3 {
    font-weight: 600;
    font-size: 20px;
    color: #262626
}

section.DiscoverWrapper.DiscoverWrapper_OPP .DiscoverWrapperBox_2 .ColoredBox .ColoredBoxContent span {
    color: #262626
}

section.DiscoverWrapper.DiscoverWrapper_OPP .DiscoverWrapperBox_2 .ColoredBox .ColoredBoxContent p {
    opacity: 1 !important;
    margin: 0 !important;
    visibility: visible;
    bottom: 0;
    position: absolute;
    width: 100%;
    bottom: 0
}

section.DiscoverWrapper.DiscoverWrapper_OPP .DiscoverWrapperBox_2 .ColoredBox .ColoredBoxContent {
    text-align: center;
    height: 200px;
    position: relative
}

section.DiscoverWrapper.DiscoverWrapper_OPP .DiscoverWrapperBox_2 .ColoredBox .ColoredBoxContent p a {
    position: absolute;
    left: 0;
    bottom: 0
}

section.DiscoverWrapper.DiscoverWrapper_OPP .DiscoverInnerContainer {
    height: inherit;
    position: relative;
    padding: 30px 0 60px 0
}

img.IntroBaner_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

section.DiscoverWrapper.DiscoverWrapper_OPP .DiscoverWrapperBox_2 .ColoredBoximg img {
    margin-top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%
}

.DiscoverWrapper_OPP_BG_ .ColoredBoxContent {
    height: 230px !important
}

section.DiscoverWrapper.DiscoverWrapper_OPP.DiscoverWrapper_OPP_BG_ .DiscoverInnerContainer {
    height: inherit;
    position: relative;
    padding: 66px 0 60px 0
}

.DiscoverWrapper_OPP_BG_ span em {
    display: block;
    font-weight: 600;
    margin: 11px 0 0
}

section.DiscoverWrapper_OPP.DiscoverWrapper_OPP_BG_ .DiscoverWrapperBox_2 {
    padding-top: 100px
}

.DiscoverWrapper_OPP_BG_.ForBgHeight_as .ColoredBoxContent {
    height: 170px !important
}

section.DiscoverWrapper.SeeTheArt_AS.InnerPageBoxes_AS .DiscoverInnerContainer {
    height: inherit !important
}

section.artBox_opp .sectionTitle h2 {
    font-size: 36px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 50px
}

section.artBox_opp .sectionTitle h2 img.Element_2 {
    position: absolute;
    width: 47px;
    right: -40px !important;
    top: -20px !important
}

section.artBox_opp .sectionTitle p {
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
    color: #262626;
    margin-bottom: 31px
}

.mckgcvaf {
    position: relative;
    z-index: 1;
    margin-bottom: 50px
}

.ugdvhyrz {
    height: 340px;
    border-radius: 14px;
    padding: 20px
}

.mckgcvaf p {
    color: #262626;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    font-size: 20px;
    font-weight: 600
}

.mckgcvaf:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    border-radius: 26px
}

.ugdvhyrz img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    top: -60px;
    position: relative;
    border-radius: 20px
}

.row.justify-content-center.g-3 {
    padding-top: 80px
}

section.artBox_opp.opprtartbx {
    border-bottom: 1px solid #ee5c7a;
    border-radius: 0 0 100px 100px
}

section.DiscoverWrapper.DiscoverWrapper_OPP.DiscoverWrapper_OPP_BG_.ForBgHeight_as .ColoredBoximg {
    margin-top: 0
}

section.DiscoverWrapper.DiscoverWrapper_OPP.DiscoverWrapper_OPP_BG_.ForBgHeight_as .DiscoverWrapperBox_2 {
    padding-top: 0
}

section.DiscoverWrapper.DiscoverWrapper_OPP.DiscoverWrapper_OPP_BG_.ForBgHeight_as .DiscoverWrapperBox_2 .ColoredBox {
    background: #fff;
    padding: 14px
}

.footer-bar a, .footer-bar p, .footer-bar span {
    font-size: 14px;
    color: #000
}

.testimonialStyle02 .owl-nav {
    display: none !important
}

.iyryekri {
    padding: 0 0 110px 0;
    position: relative;
    overflow: hidden;
    margin: 64px 0 20px 0
}

.iyryekri .container {
    position: relative
}

.nflisuou {
    position: absolute;
    width: 100%;
    height: 100%
}

.nflisuou img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill
}

.mkmkuyuz {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(255, 255, 255, 1) 100%)
}

.mkmkuyuz2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0, rgba(0, 0, 0, 0) 100%)
}

.cabwmwpe {
    position: relative;
    overflow: hidden;
    border-radius: 40px
}

.moknaazz {
    position: absolute;
    width: 100%;
    height: 75%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    -webkit-transition: -webkit-transform 2.5s ease-in;
    transition: -webkit-transform 2.5s ease-in;
    -o-transition: transform 2.5s ease-in;
    transition: transform 2.5s ease-in;
    transition: transform 2.5s ease-in, -webkit-transform 2.5s ease-in;
    -webkit-transition: -webkit-transform 2.5s ease-out;
    transition: -webkit-transform 2.5s ease-out;
    -o-transition: transform 2.5s ease-out;
    transition: transform 2.5s ease-out;
    transition: transform 2.5s ease-out, -webkit-transform 2.5s ease-out
}

.ogtzouou:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0 0 0 / 80%)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgb(0 0 0 / 80%) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgb(0 0 0 / 80%) 100%)
}

.ogtzouou img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 2.5s ease-in;
    transition: -webkit-transform 2.5s ease-in;
    -o-transition: transform 2.5s ease-in;
    transition: transform 2.5s ease-in;
    transition: transform 2.5s ease-in, -webkit-transform 2.5s ease-in;
    -webkit-transition: -webkit-transform 2.5s ease-out;
    transition: -webkit-transform 2.5s ease-out;
    -o-transition: transform 2.5s ease-out;
    transition: transform 2.5s ease-out;
    transition: transform 2.5s ease-out, -webkit-transform 2.5s ease-out
}

.stczbwv {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.stczbwv h4 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700
}

.stczbwv p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff
}

.cabwmwpe:hover::before {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.cabwmwpe:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: -webkit-transform 2.5s ease-in;
    transition: -webkit-transform 2.5s ease-in;
    -o-transition: transform 2.5s ease-in;
    transition: transform 2.5s ease-in;
    transition: transform 2.5s ease-in, -webkit-transform 2.5s ease-in;
    -webkit-transition: -webkit-transform 2.5s ease-out;
    transition: -webkit-transform 2.5s ease-out;
    -o-transition: transform 2.5s ease-out;
    transition: transform 2.5s ease-out;
    transition: transform 2.5s ease-out, -webkit-transform 2.5s ease-out;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5)
}

.cabwmwpe:hover .moknaazz {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 96, 159, .7)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(255, 96, 159, .7) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(255, 96, 159, .7) 0, rgba(0, 0, 0, 0) 100%);
    height: 75%;
    -webkit-transition: -webkit-transform 2.5s ease-in;
    transition: -webkit-transform 2.5s ease-in;
    -o-transition: transform 2.5s ease-in;
    transition: transform 2.5s ease-in;
    transition: transform 2.5s ease-in, -webkit-transform 2.5s ease-in;
    -webkit-transition: -webkit-transform 2.5s ease-out;
    transition: -webkit-transform 2.5s ease-out;
    -o-transition: transform 2.5s ease-out;
    transition: transform 2.5s ease-out;
    transition: transform 2.5s ease-out, -webkit-transform 2.5s ease-out
}

.cabwmwpe:hover .stczbwv h4 {
    color: #fff
}

.cabwmwpe:hover .stczbwv p {
    color: #fff
}

.cabwmwpe a.btn.btn-xs.font-weight-bold {
    font-size: 15px
}

.cabwmwpe:hover a.btn.btn-xs.font-weight-bold.newbtn01 {
    color: #000 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 184, 195, 1)), to(rgba(252, 240, 239, 1))) !important;
    background: -o-linear-gradient(top, rgba(250, 184, 195, 1) 0, rgba(252, 240, 239, 1) 100%) !important;
    background: linear-gradient(180deg, rgba(250, 184, 195, 1) 0, rgba(252, 240, 239, 1) 100%) !important
}

@media (max-width:1920px) and (min-width:1750px) {
    .stczbwv {
        padding: 30px;
        gap: 15px
    }

    .stczbwv h4 {
        font-size: 26px
    }

    .stczbwv p {
        font-size: 18px
    }
}

@media (max-width:1749px) and (min-width:1650px) {
    .stczbwv {
        padding: 20px;
        gap: 7px
    }

    .stczbwv h4 {
        font-size: 24px
    }

    .stczbwv p {
        font-size: 16px
    }
}

@media (max-width:1649px) and (min-width:1550px) {
    .stczbwv {
        padding: 20px;
        gap: 5px
    }

    .stczbwv h4 {
        font-size: 22px
    }

    .stczbwv p {
        font-size: 15px
    }
}

@media (max-width:1199.98px) {
    .stczbwv {
        padding: 15px 10px
    }

    .stczbwv h4 {
        font-size: 18px
    }

    .stczbwv p {
        font-size: 14px
    }
}

section.iyryekri .stczbwv a.whiteOutline-btn.ColoredBtn {
    font-size: 16px
}

section.iyryekri .stczbwv a.whiteOutline-btn.ColoredBtn:hover {
    color: #fff
}

.TwoBoxElement {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -102px
}

section.heroSection.heroSectionInner_ .SliderContent_ h2 span {
    font-weight: 600 !important;
    padding-bottom: 25px;
    line-height: 76px
}

.artBlogbox {
    position: relative;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 9px 25px 0 rgb(231 228 228/62%);
    box-shadow: 0 9px 25px 0 rgb(231 228 228/62%);
    border-radius: 8px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    padding-bottom: 50px
}

.artBlogbox a.whiteOutline-btn.ColoredBtn {
    position: absolute;
    bottom: 15px;
    font-size: 12px !important
}

.artBlogbox figure {
    margin: 0;
    width: 100%;
    min-height: 230px;
    height: 230px;
    overflow: hidden;
    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
}

.artBlogbox figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease
}

.artdetailsblog .artBlogbox figure {
    height: 230px;
    min-height: 230px
}

.artBlogbox .blogContent {
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px
}

.artBlogbox .blogContent div {
    width: 100%
}

.artBlogbox .blogContent h4 {
    font-size: 18px;
    margin-top: 8px;
    font-weight: 500;
    margin-bottom: 12px
}

.artBlogbox .blogContent .blogdat {
    color: #8c5b76
}

.artBlogbox .blogContent .blogdat, .artBlogbox .blogContent p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 100
}

.artBlogbox .blogContent .readmorebx {
    padding-top: 10px
}

.artBlogbox .blogContent .readmorebx .linkread {
    color: #262626;
    font-size: 14px;
    position: relative;
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none;
    display: inline-block;
    padding: 0 5px;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.artBlogbox .blogContent .readmorebx .linkread::after {
    content: '';
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    text-align: center;
    right: 0;
    background-color: #262626;
    transition: all ease .3s;
    margin: 0 auto;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s
}

.artBlogbox .blogContent .readmorebx .linkread:hover {
    background-position: 0 30px;
    text-decoration: underline
}

.artBlogbox:hover {
    background: #fff
}

.artBlogbox:hover figure img {
    transform: scale(1.1) rotate(1deg);
    -webkit-transform: scale(1.1) rotate(1deg);
    -ms-transform: scale(1.1) rotate(1deg);
    -moz-transform: scale(1.1) rotate(1deg);
    -o-transform: scale(1.1) rotate(1deg)
}

.artBlogbox:hover p {
    color: #333
}

.artBlogbox.wow.fadeInUp a.whiteOutline-btn.ColoredBtn {
    font-size: 15px;
    padding: 6px 18px 6px 18px;
    margin: 16px 0 0 0
}

a.whiteOutline-btn.ColoredBtn.PressBtn_:hover {
    border: 1px solid #ee5e81
}

a.whiteOutline-btn:hover {
    border: 1px solid #007BFF
}

body.modal-open {
    overflow: hidden !important
}

.modal-backdrop.show {
    display: none
}

body.modal-open header {
    z-index: -1
}

.modal.show {
    background: #000000a8
}

button.close {
    color: #000 !important;
    position: absolute;
    right: 16px;
    top: 7px;
    z-index: 9;
    opacity: 1 !important
}

button.close span {
    color: #000 !important;
    font-size: 40px
}

body.modal-open footer {
    z-index: -1;
    position: relative
}

.stylelistone.submissionul {
    margin-top: 10px
}

.stylelistone.submissionul li {
    padding-left: 0;
    margin-bottom: 20px
}

.stylelistone.submissionul li::before {
    display: none !important
}

.stylelistone.submissionul li span {
    display: inline-block;
    width: 38px;
    margin-right: 14px;
    margin-top: -5px
}

.submissionsbox {
    position: relative
}

.submissionsbox .Visatablebx table.table thead th {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    border: #272727 solid 1px;
    background-color: #e07090;
    padding: 15px 12px;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    text-transform: uppercase
}

.submissionsbox .Visatablebx table.table tbody tr td {
    color: #272727;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 15px 12px;
    vertical-align: middle;
    border: #272727 solid 1px
}

.rightbox {
    position: relative;
    width: 100%;
    height: 100%
}

.rightbox .rb-container {
    display: block;
    position: relative
}

.rightbox .rb-container ul.rb {
    margin-top: 30px;
    padding: 0;
    display: inline-block
}

.rightbox .rb-container ul.rb li {
    list-style: none;
    margin: auto;
    min-height: 50px;
    border-left: 1px dashed #000;
    padding: 0 0 50px 30px;
    position: relative
}

.rightbox .rb-container ul.rb li:last-child {
    border-left: 0
}

.rightbox .rb-container ul.rb li::before {
    position: absolute;
    left: -14px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    background: #f07a92;
    height: 25px;
    width: 25px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.rightbox .rb-container ul.rb li:hover::before {
    border-color: #232931;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out
}

.rightbox .rb-container ul.rb li .timestamp {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase
}

.rightbox .rb-container ul.rb li .item-title {
    color: #000;
    font-size: 16px;
    line-height: 26px
}

.DiscoverWrapper.DiscoverWrapper_OPP .DiscoverWrapperBox_2.pt-0 .ColoredBox.h-100, .DiscoverWrapper_OPP.DiscoverWrapper_OPP_BG_ .DiscoverWrapperBox_2.pt-0 .ColoredBox.h-100 .ColoredBoxContent {
    height: 100% !important
}

.DiscoverWrapper_OPP.DiscoverWrapper_OPP_BG_ .DiscoverWrapperBox_2.pt-0 .ColoredBox.h-100 .ColoredBoxContent {
    padding-bottom: 15px
}

.DiscoverWrapper_OPP.DiscoverWrapper_OPP_BG_ .DiscoverWrapperBox_2.pt-0 .ColoredBox.h-100 .ColoredBoxContent h3 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: normal
}

.td-team-item {
    border-radius: 16px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: #fff
}

.td-team-content {
    padding: 0 15px 15px
}

.social-toggle-icon {
    position: absolute;
    bottom: 12px;
    right: 15px;
    width: 30px;
    height: 30px;
    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;
    background: #f0506e;
    cursor: pointer;
    font-size: 16px;
    border-radius: 50%
}

.social-toggle-icon em {
    color: #fff
}

.td-team-thumb.text-center {
    padding: 15px
}

.td-team-thumb img {
    border-radius: 16px;
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

h3.td-team-member-name {
    color: #000;
    line-height: normal;
    font-size: 18px;
    padding-right: 50px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.modal-content-body {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0;
    border: none;
    border-radius: 20px
}

.modal-team-thumb img {
    border: 10px solid #f2f2f2;
    border-radius: 20px
}

.modal-dialog.max-width-950 {
    max-width: 950px;
    width: 100%
}

.modal-content-body button.btn-close {
    border: none;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px
}

.tab-card-header li a.nav-link {
    color: #262626;
    padding: 2px 6px 2px 6px;
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: #000 solid 2px;
    margin-bottom: 0;
    border-radius: 0
}

.tab-card-header .nav-pills li a.nav-link.active {
    background-color: transparent;
    color: #007BFF;
    border-color: #007BFF
}

.tab-card-header .nav-pills li {
    margin: 0 5px 0 42px
}

.card-section ul#innerTab li.nav-item {
    margin: 0 30px 0 0
}

.card-section ul#innerTab li.nav-item a.nav-link {
    color: #262626;
    background-color: transparent;
    padding: 0;
    font-family: Parkinsans;
    font-weight: 600;
    font-size: 16px
}

.card-section ul#innerTab li.nav-item a.nav-link.active {
    color: #007BFF
}

section.ThreeBoxes_TimeLine_ {
    padding: 10px 0 60px 0
}

.ThreeBoxes_as {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 30px;
    z-index: 1;
    text-align: center;
    height: 100%;
    padding: 20px 30px 28px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ThreeBoxes_as h4 {
    color: #000;
    font-size: 24px;
    margin: 0;
    margin-top: 16px;
    line-height: normal;
    width: 100%
}

.ThreeBoxes_as em {
    font-size: 28px
}

.ThreeBoxes_as:before {
    --border-angle: 0turn;
    --main-bg: conic-gradient(from var(--border-angle), #ffffff, #ffffff -5%, #ffffff -60%, #faf4f2 -95%);
    border: solid 1.8px transparent;
    border-radius: 30px;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    --gradient-border: conic-gradient(from var(--border-angle), transparent 0%, #ffffff, #f0607e 20%, transparent);
    background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
    background-position: center center;
    -webkit-animation: bg-spin 3s linear infinite;
    animation: bg-spin 3s linear infinite;
    z-index: -4;
    opacity: 1;
    visibility: visible;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

.ThreeBoxes_as:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 98.5%;
    height: 98%;
    background: #faf4f2;
    z-index: -4;
    border-radius: 30px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

section.ThreeBoxes_TimeLine_.ThreeBoxes_Second_ .ThreeBoxes_as a {
    font-size: 12px !important;
    padding: 10px 16px 10px 16px;
    margin: 16px 5px 0 5px
}

h2.CustomStyling_ {
    margin: 0 0 20px 0 !important;
    display: block !important
}

h2.CustomStyling_ img.Element_2_1_1 {
    right: inherit;
    width: 80px;
    margin-left: 20px
}

.WAD_Wrapper.WAD_Wrapper_Bg_as {
    background: #fff;
    padding: 50px 0 50px 0;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px
}

.ForBeforeHide_:before {
    display: none
}

.InnerIntroWrapper.IntroWrapperInnerPage_.WhyE_ForMobile.p-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.Mapbutton_Footer .whiteOutline-btn {
    padding: 9px 20px;
    font-size: 11px
}

.WAD_Content_ figure img {
    width: 100%
}

.WhatsOnWadNew_as a.whiteOutline-btn.ColoredBtn {
    font-size: 16px;
    padding: 6px 18px 6px 18px
}

.CountDown_ h1 {
    font-weight: 400;
    letter-spacing: .125rem;
    text-transform: uppercase
}

.CountDown_ li {
    display: inline-block;
    font-size: 24px;
    list-style-type: none;
    padding: 8px 20px 8px 20px;
    text-transform: uppercase;
    line-height: 39px;
    margin: 30px 7px 30px 6px;
    border-bottom: 1px solid #ed7195
}

.CountDown_ li span {
    display: block;
    font-size: 26px;
    color: #000
}

#onLoadModal .modal-dialog button.btn-close {
    font-size: 16px;
    border-color: #ef5e7f;
    right: 15px;
    top: 14px
}

section.DiscoverWrapper.DiscoverWrapper_OPP.WADPublicArtSection .DiscoverWrapperBox_2 .ColoredBox .ColoredBoxContent.h-160 {
    height: 180px !important
}

.whiteOutline-btn.blackbtn2.ColoredBtn:before {
    background: #000
}

.SliderContent_ {
    position: relative;
    z-index: 10;
}

.box-card p {
    font-size: 18px;
}

.box-card a {
    color: #2246ac;
    font-size: 18px;
}