﻿@charset "UTF-8";

@font-face {
    font-family: 'Play Bold';
    src: url('../fonts/Play-Bold.eot');
    src: url('../fonts/Play-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Play-Bold.woff2') format('woff2'),
        url('../fonts/Play-Bold.woff') format('woff'),
        url('../fonts/Play-Bold.ttf') format('truetype'),
        url('../fonts/Play-Bold.svg#Play') format('svg');
}

@font-face {
    font-family: 'Play Regular';
    src: url('../fonts/Play-Regular.eot');
    src: url('../fonts/Play-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Play-Regular.woff2') format('woff2'),
        url('../fonts/Play-Regular.woff') format('woff'),
        url('../fonts/Play-Regular.ttf') format('truetype'),
        url('../fonts/Play-Regular.svg#Play') format('svg');
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    font-family: 'Play Regular';
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Play Bold';
    font-weight: bold;
}

p {
    color: #9B9B9B;
    font-size: 16px;
    font-family: 'Play Regular';
    font-weight: bold;
    margin-bottom: 15px;
}

.russo-font {
    font-family: 'Play Regular';
    font-weight: bold;
}

.exo2light-font {
    font-family: 'Play Regular';
    font-weight: bold;
}

.montserrat-regualr {
    font-family: 'Play Regular';
    font-weight: bold;
}

.black-bg {
    background-color: #000 !important;
}

.black-bg p {
    color: #9B9B9B;
}

.auto-container {
    width: 85%;
    margin: 0 auto;
}

.whiteOutline-btn {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: 'Play Bold';
    font-weight: bold;
    text-decoration: none;
    padding: 0;
    text-transform: uppercase;
    transition: 1s all ease;
    background: 0 0;
    display: inline-block;
    font-style: normal;
    width: unset !important;
    padding: 5px 20px;
    height: unset !important;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -ms-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.whiteOutline-btn::before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: 105%;
    height: 105%;
    padding: 22px;
    border: #2B9CD4 solid 2px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.headerBtn .whiteOutline-btn:hover,
.whiteOutline-btn:hover {
    color: #ffffff;
    background: rgb(60, 167, 73);
    background: linear-gradient(75deg, rgba(43, 156, 212, 1) 0%, rgba(60, 167, 73, 1) 85%);
    text-decoration: none;
}

.redSolid-btn {
    position: relative;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 40px;
    padding: 0;
    overflow: hidden;
    transition: 1s all ease;
    background: #DA0000;
    display: inline-block;
    font-style: normal;
    width: unset !important;
    padding: 5px 20px;
    height: unset !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.redSolid-btn:hover {
    background: #fff;
    border: 1px solid #DA0000;
    color: #000;
    text-decoration: none;
}

.headerBtn .whiteOutline-btn {
    font-size: 16px;
    margin-right: 25px;
    padding: 6px 8px;

    background: rgb(60, 167, 73);
    background: linear-gradient(75deg, rgba(60, 167, 73, 1) 0%, rgba(43, 156, 212, 1) 85%);
}

.headerBtnMobile {
    display: none;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0px 0;
    left: 0;
    border-bottom: none;
    z-index: 9999;
    margin-left: auto;
    width: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.header-upper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 10px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

header {
    background: #00000054;
    padding: 0 0 17px 0;
}

.headerBtn-mobile {
    display: none
}

/*.logo-box_new {
    width: 50%
}*/

.logo-box_new {
    width: 50%
}

.logo-box_new .top-logo figure {
    /*margin-top: 10px;*/
    width: 100%;
    margin-bottom: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    display: inline-block;
    display: flex;
    align-items: center;
}

.top-logo figure img {
    width: 100%;
}

.top-logo figure a.Co-locatedBy {
    text-align: center;
    position: relative;
    /*left: 40px;*/
}

/*.top-logo figure img.MainLogo {
    transform: scale(1.111);
}*/

/*.top-logo figure a.Co-locatedBy span {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: 'Play Bold';
}*/

.top-logo figure a.Co-locatedBy span {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: 'Play Bold';
}

/*a.Co-locatedBy img {
    width: 41%;
    margin: 10px 0px 0px 0;
}*/

/*a.Co-locatedBy img {
    width: 64%;
    margin: 10px 0px 0px 0;
}*/

a.Co-locatedBy img {
    width: 34%;
    margin: 0px 0px 6px 0;
    position: relative;
    /* left: -60px; */
    left: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.headfixed .logo-box_new .top-logo figure a.Co-locatedBy img {
    left: -20px;
}

/*.logo-box_new .top-logo figure a:nth-child(1) {
    width: 68% !important;
}*/

.logo-box_new .top-logo figure a:nth-child(1) {
    width: 50% !important;
}

/*.logo-box_new .top-logo figure a {
    float: left;
    width: 30%;
}*/

.logo-box_new .top-logo figure a {
    float: left;
    width: 42%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.nav-menu {
    background: 0 0;
    top: 0;
    right: 0;
    -webkit-transition: width .2s, height .4s;
    -moz-transition: width .2s, height .4s;
    -o-transition: width .2s, height .4s;
    transition: width .2s, height .4s;
    -ms-transition: width .2s, height .4s;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 65%
}

.headerBtn {
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    height: 100%;
    opacity: unset;
    z-index: 9999;
    margin-right: 0 !important
}

.headerBtn a:last-child {
    margin-right: 0 !important
}

.searchIcon {
    margin-right: 10px;
    width: 50px
}

.searchIcon i {
    color: #fff;
    font-size: 20px
}

.headerBtn a.red-btn {
    padding: 11px 10px 11px 10px;
    display: block !important;
}

.headerBtn .dropdown-menu {
    width: 100%;
    border-radius: 0;
    background: #DA0000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.headerBtn .dropdown-menu li a {
    color: #ffffff;
}

.headerBtn .dropdown-menu li a:focus,
.headerBtn .dropdown-menu li a:hover {
    color: #000;
}

#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer
}

#menu-wrapper #hamburger-menu {
    color: #fff;
    position: relative;
    margin: 15px;
    font-size: 18px;
    font-family: 'Play Regular';
    margin-left: 25px;
}

/*#menu-wrapper #hamburger-menu i {
    margin-left: 5px;
    position: relative;
    top: -2px;
}*/

#menu-wrapper #hamburger-menu i img {
    width: 14px;
    position: relative;
    top: -2px;
    left: 4px;
}

.burger-strip {
    transition: .5s;
    margin-top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    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;
    box-shadow: none;
    justify-content: center;
    align-items: center;
    margin: 10px 10px;
    width: 82px;
    height: 58px;
    cursor: pointer;
    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;
    flex-direction: row;
    margin-right: 25px;
    display: flex;
}

.burger span {
    font-size: 16px;
    margin-right: 11px;
    color: #fff;
}

.burger .strip div {
    background: #fff;
}

.burger-strip div:first-child {
    width: 25px;
    height: 3px;
}

.burger-strip div:last-child {
    width: 42px;
}

.open.burger:hover .burger-strip div:first-child {
    transform: rotate(45deg) translateY(1px) translateX(5px);
    -webkit-transform: rotate(45deg) translateY(1px) translateX(5px);
    -moz-transform: rotate(45deg) translateY(1px) translateX(5px);
    -ms-transform: rotate(45deg) translateY(1px) translateX(5px);
    -o-transform: rotate(45deg) translateY(1px) translateX(5px)
}

.open.burger .burger-strip div:nth-child(2),
.open .burger:hover .burger-strip div:nth-child(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.open.burger .burger-strip div:first-child {
    transform: rotate(45deg) translateY(1px) translateX(5px);
    -webkit-transform: rotate(45deg) translateY(1px) translateX(5px);
    -moz-transform: rotate(45deg) translateY(1px) translateX(5px);
    -ms-transform: rotate(45deg) translateY(1px) translateX(5px);
    -o-transform: rotate(45deg) translateY(1px) translateX(5px);
    width: 16px;
    display: none;
}

.open.burger .burger-strip div:last-child {
    transform: rotate(45deg) translateY(-13px) translateX(2px);
    -webkit-transform: rotate(45deg) translateY(-8px) translateX(3px);
    -moz-transform: rotate(45deg) translateY(-13px) translateX(2px);
    width: 42px;
    -ms-transform: rotate(45deg) translateY(-13px) translateX(2px);
    -o-transform: rotate(45deg) translateY(-13px) translateX(2px);
}

#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;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#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) {
    transform: translateY(9px) rotate(135deg);
    -webkit-transform: translateY(9px) rotate(135deg);
    -moz-transform: translateY(9px) rotate(135deg);
    -ms-transform: translateY(9px) rotate(135deg);
    -o-transform: translateY(9px) rotate(135deg);
}

#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
}

#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
    -webkit-transform: translateY(-9px) rotate(-135deg);
    -moz-transform: translateY(-9px) rotate(-135deg);
    -ms-transform: translateY(-9px) rotate(-135deg);
    -o-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: 310px;
    background-color: rgb(0 0 0 / 88%) !important;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    right: -100%;
    display: none;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background: linear-gradient(106deg, rgba(44, 156, 206, .5) 6%, rgba(60, 167, 73, .8) 80%);
}

#menu-container .menu-list.active {
    display: block
}

#menu-container .menu-list li.accordion-toggle,
#menu-container .menu-list .menu-login {
    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 {
    color: #fff;
    padding: 3px 5px;
}

#menu-container .menu-list li a {
    color: #fff;
    transition: all .15s
}

#menu-container .menu-list li a:hover {
    color: #fff;
    padding-left: 20px
}

#menu-container .menu-list li li a:hover {
    background: linear-gradient(75deg, rgba(60, 167, 73, 1) 0%, rgba(43, 156, 212, 1) 85%);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#menu-container .menu-list li li.parent a {
    color: #fff
}

#menu-container .menu-list li li.parent.open ul a:hover {
    color: #00A5BA
}

.accordion-toggle,
.accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px
}

.accordion-content {
    display: none
}

.accordion-toggle a:before,
.accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #5a5858;
    transform-origin: 50% 50%;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.accordion-toggle a:before {
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.accordion-toggle.active-tab {
    background: #000;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.accordion-toggle a.active:before {
    transform: rotate(0deg);
    background: #fff !important;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.accordion-toggle a.active:after {
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

#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: linear-gradient(75deg, rgba(60, 167, 73, 1) 0%, rgba(43, 156, 212, 1) 85%);
}

#leftside-navigation ul li.open>a>i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

#leftside-navigation ul li.open>a>i:not(:hover) {
    color: #fff
}

#leftside-navigation ul li a {
    position: relative;
    display: block;
    color: #aeb2b7;
    text-decoration: none;
    width: 100%;
    /*padding: 15px 15px 15px 15px;*/
    padding: 5px 10px;
    box-sizing: border-box;
    text-transform: uppercase;
    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 a i {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    position: absolute;
    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: flex;
    position: absolute;
    touch-action: manipulation;
    align-items: center
}

.menu-list .navfooter {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #DA0000;
}

.menu-list .soc-media {
    display: flex;
    justify-content: center;
    margin: 0;
    background: linear-gradient(75deg, rgba(60, 167, 73, 1) 0%, rgba(43, 156, 212, 1) 85%);
    padding: 6px 0 1px 0;
}

.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);
    transition: color .25s ease-in;
    padding: 0 !important;
    -webkit-transition: color .25s ease-in;
    -moz-transition: color .25s ease-in;
    -ms-transition: color .25s ease-in;
    -o-transition: color .25s ease-in;
}

.menu-list .soc-media a:focus,
.soc-media a:hover {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, .2)
}

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

.sectionTitle {
    position: relative;
    width: 80%;
    margin: 0 AUTO;
}

.sectionTitle.centered h2,
.sectionTitle.centered p,
.sectionTitle.centered h4 {
    text-align: center;
}

.sectionTitle.text-black p,
.sectionTitle.text-black h4 {
    color: #4a4a4a !important;
}

.sectionTitle h2 {
    color: #fff;
    font-size: 45px;
    line-height: 55px;
}

.sectionTitle h4 {
    text-transform: uppercase;
    color: #9B9B9B;
    font-family: 'Play Bold';
    font-weight: bold;
    font-size: 25px;
}

.sectionTitle p {
    text-align: center;
    color: #9B9B9B;
    font-family: 'Play Regular';
    font-weight: bold;
    margin: 0;
    font-size: 16px;
}

.main-footer {
    position: relative;
    padding: 80px 0px 20px 0px;
    background: #000;
    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 {
    filter: brightness(5);
    -webkit-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: 'Play Regular';
    font-weight: bold;
}

.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: 'Play Regular';
    font-weight: bold;
}

.ft-btn {
    margin-bottom: 15px;
    text-align: left;
}

.ft-btn a {
    font-size: 12px;
    width: 220px !important;
    padding: 10px 10px;
}

.bottom-ft {
    padding: 20px 0px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-ft p {
    color: #868585;
    font-size: 13px;
    margin: 0;
}

.bottom-ft p a {
    color: #868585;
    margin: 0px 5px;
}

.bottom-ft p a:hover {
    color: #fff;
}

.websiteby-text {
    color: #868585;
}

.websiteby-text p {
    font-size: 13px;
    color: #868585;
}

.websiteby-text img {
    height: 20px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    margin: 0px -3px 0px 3px;
    opacity: 0.7;
}

.websiteby-text a {
    color: #868585;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Play Regular';
    font-weight: bold;
}

.websiteby-text a:hover {
    color: #fff;
}

.footer-social {
    margin-top: 40px;
}

.footer-social ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: start;
}

.insta-icon {
    padding-top: 3px;
}

.youtube-icon {
    padding-top: 4px;
}

.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;
    left: 0;
    z-index: 999;
    padding: 0px 0;
    left: 0;
    border-bottom: none;
    z-index: 9999;
    margin-left: auto;
    width: 100%;
}

.heroSection {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: relative;
}

.videobg {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.videobg video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.heroOverlay {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(177deg, #00010a00, #00000000, #0f0f0fb5, #030303);
    display: flex;
    align-items: flex;
    align-items: center;
    padding-top: 10%;
}

.video-tagline {
    width: 45%;
    padding-bottom: 20px;
    border-bottom: #fff solid 1px;
    z-index: 9;
}

.video-tagline h4 {
    color: #9B9B9B;
    font-size: 18px;
}

.video-tagline h2 {
    color: #fff;
    font-size: 54px;
    line-height: 64px;
}

.video-tagline p {
    color: #9B9B9B;
    font-size: 16px;
    margin-bottom: 0;
}

.video-bttomText {
    margin: 20px 0px;
    display: flex;
    align-items: center;
    width: 55%;
}

.video-bttomText .redSolid-btn {
    padding: 5px 40px;
}

/* PLAY NOW */
.play-now {
    position: relative;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    right: 0;
    top: 0%;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
    display: flex;
    align-items: 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;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -ms-animation-duration: 10s;
    -o-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

/* ANIMATIONS */
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(360deg);
    }

    to {
        -moz-transform: rotate(0);
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(360deg);
    }

    to {
        -ms-transform: rotate(0);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(360deg);
    }

    to {
        -o-transform: rotate(0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }

    to {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
}

.headlinebanner {
    display: flex;
    align-items: center;
    margin-left: 20px;
    width: 40%;
}

.headlinebanner .iconSpeaker {
    margin-right: 20px;
}

.headlinebanner p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 19px;
}

.features-style01 {
    position: relative;
    padding: 50px 0px;
    background: #000;
    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: 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;
}

.innerback01 {
    position: relative;
    border-radius: 40px 0px 40px 40px;
    border: #fff solid 1px;
    padding: 30px 20px 30px 20px;
    background: #000;
    text-align: center;
    height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 1s;
    top: 100%;
    left: 0;
    z-index: 9;
    visibility: hidden;
}

.innerback01 h2 {
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    padding-bottom: 20px;
    text-align: left;
}

.innerback01 p {
    font-size: 13px;
    color: #fff;
    padding-bottom: 30px;
    text-align: left;
}

.innerback01 a.viewbtn {
    background: #DA0000;
    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: #000;
}

.featureInner01:hover .innerfront01 figure {
    display: none;
}

.featureInner01:hover .innerfront01 p {
    display: none;
}

.featureInner01:hover .innerback01 {
    top: 0%;
    visibility: visible;
}

.tickerband {
    background: #000;
    padding: 100px 0px;
    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);
    animation: scroll-anim 2s linear infinite;
    -webkit-animation: scroll-anim 2s linear infinite;
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
}

@keyframes scroll-anim {
    100% {
        background-position: 100% 0;
    }
}

.marquee {
    position: relative;
    overflow: hidden;
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    width: calc(100% + 60px);
    background: #DA0000;
    margin-top: -7%;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
}

.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;
    padding: 10px 0px;
}

@-webkit-keyframes slide-har {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
}

@keyframes slide-har {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
}

@-webkit-keyframes slide-har-revers {
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}

@keyframes slide-har-revers {
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}

.LogoSlider01 {
    padding: 50px 0px;
    position: relative;
    position: relative;
    margin-bottom: 0%;
    z-index: 99;
}

.mediapartners.sectionTitle {
    margin-bottom: 50px;
    text-align: center;
}

.mediapartners.sectionTitle h2 {
    color: #000;
    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: #DA0000;
}

.logoscrollStyle {
    position: relative;
    overflow-x: hidden;
}

.logoscrollStyle .swiper-marquee .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}

.logoscrollStyle .swiper-marquee .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 20px 25px;
    width: 180px !important;
    height: 75px;
    position: relative;
    margin: 10px 0;
}

.logoscrollStyle .swiper-marquee .swiper-slide>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 20px 25px;
    width: 180px !important;
    height: 75px;
    position: relative;
    margin: 10px 0;
}

.logoscrollStyle .swiper-marquee .swiper-slide img {
    mix-blend-mode: multiply;
    max-width: 100%;
    max-height: 100%;
    mix-blend-mode: multiply;
    filter: contrast(1);
    -webkit-filter: contrast(1);
}

.logoscrollStyle .swiper-marquee .swiper-slide>div img {
    mix-blend-mode: multiply;
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.africa-accelerates {
    position: relative;
    padding: 50px 0px;
}

.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: linear-gradient(177deg, #ffffff0f, #ffffff59, #ffffffb5, #ffffff);
    content: '';
}

.africa-accelerates .featureInner01 .innerfront01 figcaption p {
    color: #000;
}

.africa-accelerate .featureInner01:before .innerback01 {
    border: #000 solid 1px !important;
    background: #fff !important;
}

.testimonialStyle02 {
    position: relative;
    padding: 50px 0px;
}

.testimonialSlider {
    padding-left: 11%;
    padding-top: 20px;
}

.testimonialSlider .item {
    padding-left: 5%;
    padding-top: 40px;
}

.testimonialSlider figure {
    width: 350px;
    height: 350px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    padding: 30px 30px 30px 0px;
}

.testimonialSlider figure .quoteimg {
    width: 40% !important;
    z-index: -1;
    position: absolute;
    top: -5%;
    left: -17%;
}

.testimonialSlider figure .quoteimg img {
    filter: grayscale(0) !important;
    -webkit-filter: grayscale(0) !important;
}

.testimonialItemOuter figure img {
    filter: grayscale(1);
    width: unset !important;
    -webkit-filter: grayscale(1);
}

.testimonial-Content {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-left: 0px;
}

.testimonial-Content p.testText {
    font-size: 28px;
    color: #9B9B9B;
    line-height: 35px;
    margin: 0;
    padding-top: 30px;
}

.testimonial-Content h2 {
    font-size: 18px;
    font-style: normal;
    color: #000;
    padding: 0;
    margin: 0;
    line-height: 31px;
    padding-top: 20px;
}

.testimonial-Content p.testiDesig {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 23px;
    margin: 0;
    width: 70%;
}

.testimonial-Content p.TestiCompany {
    color: #000;
    font-size: 28px;
    padding-top: 10px;
    margin: 0;
}

.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 0px;
    background: #EFF0F0;
}

.redlinehead {
    width: 35%;
    height: 10px;
    background: #DA0000;
    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 0px;
    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 0px;
    background: #000;
    z-index: 99;
}

.speakerStyle01 .sectionTitle {
    width: 100%;
}

.linitlessOPP {
    position: relative;
    padding: 50px 0px;
    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;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.innovateStartup {
    padding: 20px 20px;
    background-color: #292929;
}

.boxLEft h2 {
    color: #fff;
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 20px;
}

.boxLEft p {
    color: #9B9B9B;
    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;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.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;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.innovateStartup h2 {
    color: #000;
}

.leftText-innovt {
    padding: 20px 25px;
}

.bigtechLeft {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 49%;
    display: flex;
    align-items: self-start;
    flex-direction: column;
    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: linear-gradient(177deg, #00010a00, #00000000, #0f0f0f47, #03030354);
    z-index: -1;
}

.bigtechLeft h2 {
    color: #fff;
}

.bigtechLeft p {
    color: #fff;
    font-size: 16px;
}

.govofficials {
    background: #000;
    padding: 0px 0px;
    width: 100%;
    height: 49%;
    background: #000;
    position: relative;
    overflow: hidden;
}

.govofficials h2 {
    text-align: center;
    color: #fff;
}

.govofficials p {
    color: #9B9B9B;
    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: flex;
    align-items: flex-end;
    overflow: hidden;
    width: 100%;
    height: 370px;
    text-align: center;
    color: whitesmoke;
    background: rgb(112 109 117);
    background: linear-gradient(-75deg, rgb(112 109 117) 20%, rgb(64 64 73 / 100%) 100%);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.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;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.ga-card .imagecard:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
    /* 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: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
    transform: translateY(-50%);
    transition: transform calc(700ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: transform calc(700ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: transform calc(700ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: transform calc(700ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform calc(700ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
} */

.ga-card .content01 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.ga-card .content>*+* {
    margin-top: 10px;
}

.ga-card .title {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.ga-card .copy {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
    text-align: left;
}

.ga-card .btn01 {
    background: #DA0000;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    padding: 8px 20px;
    text-align: center;
    width: 100%;
    text-decoration: none;
    margin: 0 auto;
    font-weight: 400;
    transition: 0.4s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.ga-card .btn01:hover {
    color: #FFF;
    background-color: #000;
}

.ga-card:hover .imagecard {
    opacity: 0;
    visibility: hidden;
}

.ga-card:after {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.ga-card .content01 {
    width: 100%;
    height: 100%;
    transform: translateY(calc(100% - 12.5rem));
    -webkit-transform: translateY(calc(100% - 12.5rem));
    -moz-transform: translateY(calc(100% - 12.5rem));
    -ms-transform: translateY(calc(100% - 12.5rem));
    -o-transform: translateY(calc(100% - 12.5rem));
}

.ga-card .content01>*:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
    -webkit-transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

.ga-card:hover {
    border: #fff solid 1px;
    padding: 30px 20px;
}

.ga-card:hover,
.ga-card:focus-within {
    align-items: center;
}

.ga-card:hover .content01 .title {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}

.ga-card:hover:after,
.ga-card:focus-within:after {
    background: #000;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}

.ga-card:hover .content01,
.ga-card:focus-within .content01 {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.ga-card:hover .content01>*:not(.title),
.ga-card:focus-within .content01>*:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(700ms / 8);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.ga-card:hover .content01 .title,
.ga-card:focus-within .content01 .title {
    display: none;
    opacity: 0;
}

.africa-accelerates .ga-card .imagecard:before {
    background: linear-gradient(177deg, #ffffff00, #ffffff1a, #ffffffe6, #ffffff);
}

.africa-accelerates .ga-card .title {
    color: #000;
}

.africa-accelerates .ga-card:hover:after,
.africa-accelerates .ga-card:focus-within:after {
    background: #fff;
}

.africa-accelerates .ga-card .copy {
    color: #000;
}

.africa-accelerates .ga-card:hover {
    border: #0a0909 solid 1px;
}

.africa-accelerates .ga-card:after {
    background-image: unset;
}

.speakerSlider {
    padding: 50px 0px;
    padding-top: 100px;
}

.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;
    transform: scale(1.0);
    border-radius: 15px;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

/* .speakerITem::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(112, 109, 117);
    background: radial-gradient(circle, rgba(112, 109, 117, 1) 36%, rgba(64, 64, 73, 1) 100%);
} */


.SpeakersWrapper .swiper-slide {
    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;
}


.swiper-slide.uk-scrollspy-inview.swiper-slide-active .speakerITem:hover {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    -ms-transform: scale(1.0);
}

.swiper-slide.uk-scrollspy-inview.swiper-slide-active .speakerITem,
.speakerITem:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.speakerITem figure {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .4s ease-in-out;
    border-radius: 15px 15px 15px 15px;
    -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;
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -ms-border-radius: 15px 15px 15px 15px;
    -o-border-radius: 15px 15px 15px 15px;
    /*background: linear-gradient(0deg, rgba(112, 109, 117, 1) 0%, rgba(112, 109, 117, 0.938813025210084) 21%, rgba(112, 109, 117, 0.865983893557423) 40%, rgba(112, 109, 117, 0.6250875350140056) 64%, rgba(112, 109, 117, 0) 82%, rgba(112, 109, 117, 0) 100%);*/
    background: linear-gradient(0deg, rgb(43 156 212) 0%, rgb(43 156 212) 21%, rgb(43 156 212) 40%, rgb(43 156 212) 64%, rgb(43 156 212) 82%, rgb(43 156 212) 100%);
}

.speakerITem figure img {
    max-width: 100%;
    min-height: 100%;
    width: 100%;
    border-radius: 15px 15px 0 0;
    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;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
}

/*.speakerITem figcaption {
    position: relative;
    padding: 15px 15px 15px 15px;
    z-index: 9;
    margin-top: -5%;
}*/

.speakerITem figcaption {
    position: relative;
    padding: 24px 12px 12px 12px;
    z-index: 9;
    margin-top: -5%;
    height: 180px;
    color: #706d76;
}

.speakerITem figure:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 78%;
    z-index: 1;
    border-radius: 0 0 15px 15px;
    transition: 0.3s;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    /*background: linear-gradient(0deg, rgba(112, 109, 117, 1) 0%, rgba(112, 109, 117, 0.938813025210084) 21%, rgba(112, 109, 117, 0.865983893557423) 40%, rgb(112 109 117 / 0%) 64%, rgba(112, 109, 117, 0) 82%, rgba(112, 109, 117, 0) 100%);*/
    background: linear-gradient(0deg, rgb(43 156 212) 0%, rgb(52 162 142) 21%, rgb(49 160 159) 40%, rgb(112 109 117 / 0%) 64%, rgba(112, 109, 117, 0) 82%, rgba(112, 109, 117, 0) 100%);
}


.speakerITem figure::after {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -50%;
    width: 450px;
    height: 450px;
    z-index: 1;
    opacity: 0;
    background: url(../../../contents/Theme-2024/images/Speakershover.png);
    transition: 0.4s;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    background-size: cover;
    background-position: center;
}

.swiper-slide.uk-scrollspy-inview.swiper-slide-active .speakerITem figure::after,
.speakerITem:hover figure::after {
    opacity: 1;
}

/* .speakerITem figcaption:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 15px 15px 0 0;
    background: linear-gradient(to top, rgb(112 109 117) 36%, rgb(64 64 73 / 0%) 100%);
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
} */

.speakerITem figcaption h2.speakername {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 4px;
}

.speakerITem figcaption p.speakDesg {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.speakerITem figcaption p.speakComapny {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 6px;
    text-transform: uppercase;
}

.gradientmove {
    position: absolute;
    width: 80%;
    animation: blurb 8s infinite ease;
    z-index: 99;
    -webkit-animation: blurb 8s infinite ease;
}

.gradientmove2 {
    position: absolute;
    width: 100%;
    animation: blurb2 8s infinite ease;
    z-index: -1;
    -webkit-animation: blurb2 8s infinite ease;
}

.gradientmove3 {
    position: absolute;
    width: 100%;
    animation: blurb3 20s infinite ease;
    z-index: -1;
    -webkit-animation: blurb3 20s infinite ease;
}

.gradientmove img,
.gradientmove2 img,
.gradientmove3 img {
    max-width: 100%;
    max-height: 100%;
}

@keyframes blurb {
    0% {
        top: -20%;
        right: -0%;
        transform: scale(1.2);
        width: 60%;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    25% {
        top: -10%;
        right: 20%;
        transform: scale(1.2);
        width: 60%;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    55% {
        top: -5%;
        right: 90%;
        transform: scale(1.2);
        width: 60%;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    85% {
        top: -10%;
        right: 20%;
        transform: scale(1.2);
        width: 60%;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    100% {
        top: -10%;
        right: -30%;
        transform: scale(1.2);
        width: 60%;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
}

@keyframes blurb2 {
    0% {
        top: -10%;
        right: -40%;
        transform: scale(1.2);
        width: 100%;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    25% {
        top: -15%;
        right: 20%;
        transform: scale(1.2);
        width: 80%;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    55% {
        top: -20%;
        right: 60%;
        transform: scale(1.2);
        width: 100%;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    85% {
        top: -15%;
        right: 20%;
        transform: scale(1.2);
        width: 80%;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    100% {
        top: -10%;
        right: -30%;
        transform: scale(1.2);
        width: 100%;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
}

@keyframes blurb3 {
    0% {
        top: -50%;
        left: -40%;
        transform: scale(1.2);
        width: 80%;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    25% {
        top: -25%;
        left: 30%;
        transform: scale(1.2);
        width: 80%;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    55% {
        top: -10%;
        left: 40%;
        transform: scale(1.2);
        width: 100%;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    85% {
        top: -25%;
        left: 30%;
        transform: scale(1.2);
        width: 80%;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    100% {
        top: -50%;
        left: -40%;
        transform: scale(1.2);
        width: 100%;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
}

.globalpower {
    position: relative;
    padding: 50px 0px;
    background: #000;
    position: relative;
    transition: 0.5s ease;
    padding-bottom: 100px;
    z-index: 99;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.globalpower .sectionTitle {
    width: 100%;
    padding-bottom: 40px;
}

.postList-wrap {
    position: relative;
    border-top: #292929 solid 1px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, #292929 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}

.postList-wrap.borderbtmlast {
    border-bottom: #292929 solid 1px;
    border-left: none;
}

.postList-wrap h2 {
    color: #9B9B9B;
    padding: 10px 30pxs;
    margin: 0;
    font-size: 25px;
    padding-bottom: 10px;
}

.postList-wrap p {
    font-size: 14px;
    width: 70%;
    line-height: 20px;
    margin: 0;
    display: none;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}

.postList-wrap:hover p {
    display: block;
}

.postList-wrap:hover h2 {
    color: #fff;
}

.postList-wrap:hover {
    background-position: left bottom;
}

.imghoverlist {
    position: absolute;
    right: 10%;
    width: 140px;
    height: 140px;
    z-index: 99;
    top: -50%;
    transform: rotate(-25deg);
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    display: none;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
}

.imghoverlist figure {
    background: linear-gradient(177deg, #2d2d31, #373737, #0f0f0f, #2f2b2b);
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    border-radius: 20px 0px 20px 20px;
    -webkit-border-radius: 20px 0px 20px 20px;
    -moz-border-radius: 20px 0px 20px 20px;
    -ms-border-radius: 20px 0px 20px 20px;
    -o-border-radius: 20px 0px 20px 20px;
}

.imghoverlist img {
    width: 50%;
}

.imghoverlist:before {
    left: -13px;
    top: 13px;
    background: #DA0000;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.postList-wrap:hover .imghoverlist {
    position: absolute;
    right: 10%;
    width: 140px;
    height: 140px;
    z-index: 99;
    top: -31%;
    transform: rotate(0deg);
    display: block;
    background: #000;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.arrowImg {
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: transparent;
    padding: 10px;
    position: relative;
    z-index: 99;
    -ms-transition: all 0.2s linear;
}

.arrowImg:before {
    background-color: #DA0000;
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
}

.arrowImg:hover:before {
    top: 0;
}

.arrowImg:hover:hover {
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
}

.arrowImg:hover img {
    filter: brightness(0) invert(1);
    -webkit-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(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
    transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
    opacity: 0;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    -moz-transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
    -ms-transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
    -o-transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
    -moz-transition: all .8s;
    -ms-transition: all .8s;
}

.d-rotate.animated .rotate-text {
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
    -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
    -o-transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(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;
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transition: all .8s;
    -ms-transition: all .8s;
}

.d-slideup.animated .up-text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -o-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: flex;
    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: flex;
    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;
    background-size: cover !important;
}

.newsBlockItem figure img {
    max-width: 100%;
    max-height: 100%;
}

.newsBlockItem figure:before {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 20%;
    content: '';
    background: linear-gradient(179deg, #ffffff00, #ffffff96, #ffffff, #ffffff);
}

.newsContent {
    padding: 10px;
    min-height: 100px;
    z-index: 99;
}

.newsContent h5 {
    color: #000;
    margin-bottom: 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    font-family: 'Play Regular';
}

.newsContent h5 a {
    color: #000;
    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: #00A4FF;
    -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: flex;
    align-items: center;
    justify-content: space-between;
}

.news-author-meta .newssourcename {
    display: none !important;
}

.news-author-meta .newssourcename a {
    width: 100%;
    color: #00A4FF;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
}

.news-author-meta .pr-news-more {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
}

.news-author-meta .pr-news-more a {
    position: relative;
    color: #000;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 6px 10px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    background: #f1f1f1;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.news-author-meta .pr-news-more a em {
    color: #000;
}

/* .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 .pr-news-more a:hover {
    background: #d9d9d9;
}

.equalHeight .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.equalHeight .owl-stage .item {
    height: 100%;
    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: #000;
    padding: 40px 0 0;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 99;
    height: 60%;
    width: 100%;
}

.innerBanner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background-image: linear-gradient(to bottom, rgb(6 7 10), rgb(0 0 0/37%), rgb(26 26 27/0%));
}

.hastag p {
    color: #fff;
    margin-top: 12px;
}

.innerBanner:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 1;
    background: linear-gradient(178deg, #00010a00, #00000000, #0f0f0f, #030303);
    display: flex;
    align-items: flex;
    align-items: center;
    padding-top: 10%;
    z-index: -1;
}

.innerOverlay {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.innerBanner .bannerheading {
    width: 80%;
    padding: 100px 0 80px 0;
    position: relative;
    margin: 0 auto;
}

.innerBanner h1 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    text-shadow: 2px 2px #0a0a0a;
}

.twocolStyle {
    background: #000;
    position: relative;
    padding: 50px 0px;
    z-index: 9;
}

.twocolStyle .testelement02 {
    position: absolute;
    top: 10%;
    left: -2%;
    bottom: unset;
    z-index: 99;
}

.singletext-fw p {
    color: #9B9B9B;
    font-size: 16px;
}

.singletext-fw p a {
    color: #E31E33;
}

.startupecosytem {
    background: #000;
    position: relative;
    padding: 50px 0px;
}

.superstartwrap {
    position: relative;
    padding: 50px 0px;
    z-index: 99;
}

.superstartwrap figure img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-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: 0px 0px;
    color: #9B9B9B;
    position: relative;
    padding-bottom: 30px;
    padding-left: 50px;
    display: flex;
    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;
    margin: 0 5px 0px 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;
    transition: background .3s ease-in-out, border .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out, border .3s ease-in-out;
    -moz-transition: background .3s ease-in-out, border .3s ease-in-out;
    -ms-transition: background .3s ease-in-out, border .3s ease-in-out;
    -o-transition: background .3s ease-in-out, border .3s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.africaRocks {
    position: relative;
    padding: 50px 0px;
    z-index: 9;
}

.rocks_logos {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px;
}

.rocks_logos li {
    padding: 10px;
    width: 14.2%;
}

.rocks_logos .CGMFigure {
    margin: 0;
    padding: 10px;
    text-align: center;
    background: #FFF;
    box-shadow: 0px 0px 14px -10px #222222c4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.CGMFigure h5 {
    font-size: 16px !important;
    color: #df1e3b;
    padding-top: 10px;
}

.statsWraper {
    position: relative;
    background: #EFF0F0;
    padding: 40px 0px;
    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;
    flex: 0 1 calc(20.0% - 0px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.statsItem h2 {
    font-size: 40px;
    text-align: center;
    color: #fff;
}

.statsItem p {
    color: #9B9B9B;
    text-align: center;
}

.showmobile {
    display: none;
}

.col4box {
    position: relative;
    padding: 100px 0px;
    z-index: 9;
}

.col4box .red-pattern01 {
    top: -50%;
}

.col4box-item {
    border: #000 solid 2px;
    position: relative;
    border-radius: 40px 0px 40px 40px;
    padding: 30px 20px;
    height: 100%;
    -webkit-border-radius: 40px 0px 40px 40px;
    -moz-border-radius: 40px 0px 40px 40px;
    -ms-border-radius: 40px 0px 40px 40px;
    -o-border-radius: 40px 0px 40px 40px;
}

.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 0px;
    position: relative;
    z-index: 99;
}

.leftRightContent figure {
    position: relative;
}

.leftRightContent figure img {
    border-radius: 30px 30px;
    -webkit-border-radius: 30px 30px;
    -moz-border-radius: 30px 30px;
    -ms-border-radius: 30px 30px;
    -o-border-radius: 30px 30px;
}

.leftRightContent p {
    color: #4a4a4a;
}

.contentRGLT {
    padding: 0px 0px;
    display: flex;
    align-items: flex-start;
    height: 100%;
    flex-direction: column;
    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: 800;
    color: #000;
}

.internaltest .testimonial-Content {
    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 {
    position: absolute;
    right: 3%;
    bottom: 25%;
    width: 100%;
    z-index: 1;
    max-width: 69px;
    margin-left: 20px;
}

.testimonialSlider .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    font-family: flaticon;
    font-size: 20px;
}

.testimonialSlider .owl-nav .owl-next {
    position: absolute;
    right: -12px;
    font-family: flaticon;
    font-size: 20px;
}

.supporters-partners {
    position: relative;
    padding: 50px 0px;
}

.institutionalPArtner-inner {
    position: relative;
    padding: 50px 0px;
    z-index: 99;
}

.mediaPartner-inner {
    position: relative;
    padding: 50px 0px;
    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: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #fff;
    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: flex;
    align-items: center;
    justify-content: center;
}

.mediapartner02 figure img {
    max-width: 100%;
    max-height: 100%;
}

.communityPartner-inner {
    position: relative;
    padding: 50px 0px;
    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 {
    width: 20% !important;
    margin: 20px 20px;
}

.partnersBoard {
    position: relative;
    padding: 50px 0px;
    z-index: 99;
}

.partnersBoard .red-pattern02 {
    position: absolute;
    top: -49%;
    left: -31%;
    z-index: -1;
    width: 38%;
    height: 100%;
}

.partnerLogoWrap {
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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: #000;
    min-height: 44px;
    font-family: 'Play Regular';
    font-weight: bold;
}

.sponsors2022Logonew figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 1rem;
}

.sponosrsLogoItem figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 1rem;
}

.planvisitBoard {
    position: relative;
    padding: 50px 0px;
    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: 0px 0px;
    padding-bottom: 0;
    border: #000 solid 1px;
    border-radius: 40px 0px 40px 40px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 99;
    -webkit-border-radius: 40px 0px 40px 40px;
    -moz-border-radius: 40px 0px 40px 40px;
    -ms-border-radius: 40px 0px 40px 40px;
    -o-border-radius: 40px 0px 40px 40px;
}

.visititemtop {
    padding: 10px 15px;
}

.visititemtop figure {
    height: 180px;
    width: 100%;
    margin: 0;
}

.visititemtop figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px 0px 0px 0px;
    -webkit-border-radius: 40px 0px 0px 0px;
    -moz-border-radius: 40px 0px 0px 0px;
    -ms-border-radius: 40px 0px 0px 0px;
    -o-border-radius: 40px 0px 0px 0px;
}

.visititemtop h2 {
    font-size: 19px;
    padding-top: 20px;
}

.visititemtop p {
    font-size: 14px;
    margin: 0;
    padding-bottom: 20px;
    color: #4a4a4a;
}

.visititembottom {
    background-color: #000;
    border-radius: 0px 0px 40px 40px;
    -webkit-border-radius: 0px 0px 40px 40px;
    -moz-border-radius: 0px 0px 40px 40px;
    -ms-border-radius: 0px 0px 40px 40px;
    -o-border-radius: 0px 0px 40px 40px;
}

a.vistilinkbar {
    background-color: #000;
    border-radius: 0px 0px 40px 40px;
    width: 100%;
    padding: 10px 20px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding-right: 30px;
    font-size: 14px;
    height: 80px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-border-radius: 0px 0px 40px 40px;
    -moz-border-radius: 0px 0px 40px 40px;
    -ms-border-radius: 0px 0px 40px 40px;
    -o-border-radius: 0px 0px 40px 40px;
}

.planvisitITem:hover a.vistilinkbar {
    background-color: #E31E33;
}

.modalContentBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    width: 100%;
    flex-wrap: nowrap;
    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: none;
    box-shadow: unset !important;
    border: none;
    top: 0
}

.commonModal .close .modalIndex {
    z-index: 9999;
}

ul.PopupContactList {
    padding: 0;
    margin: 10px 0px 0 0px;
    list-style: none;
}

ul.PopupContactList li {
    display: block;
    margin: 0px 0 6px 0;
    font-size: 16px;
}

ul.PopupContactList li a {
    color: #df1e3b;
}

.travelpopup {
    align-items: start;
}

.imgwhite {
    -webkit-filter: brightness(0) invert(1);
    --filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.hotelListWrap {
    padding: 50px 0px;
    position: relative;
    z-index: 99;
}

.hotelListWrap .sectionTitle {
    width: 100%;
}

.hotelListWrap .sectionTitle h4 {
    font-size: 20px;
}

p.hotellistpar {
    font-size: 18px;
    color: #000;
}

p.hotellistpar strong {
    font-weight: 600;
}

.flightAfricaTable {
    margin: 0 auto;
    padding: 30px 0px;
    text-align: center;
    position: relative;
}

.flightAfricaTable.allhotelslist {
    padding: 30px 0px;
    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: normal;
    padding: 0;
    border-top: 0px solid #E8E8E8;
    border-bottom: 0px 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: 0.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 {
    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: flex;
    flex-direction: column;
    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 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 14px;
}

.hotelListItem01 a {
    color: #df1e3b !important;
}

.hotelListItem01 li span .fa {
    font-size: 20px;
    margin-right: 15px;
    color: #000;
}

.stroke-transparent {
    -webkit-text-stroke: 1px #000 !important;
    -webkit-text-fill-color: transparent;
}

.fellowInvestors {
    position: relative;
    padding: 50px 0px;
    z-index: 99;
}

.stageinvst10 {
    position: relative;
    padding: 50px 0px;
    z-index: 99;
}

.gettingMorocco {
    position: relative;
    padding: 50px 0px;
    z-index: 99;
}

.gettingMorocco figure {
    margin: 0;
}

.gettingflightsWrap {
    padding: 40px 40px;
    position: relative;
}

.flightsDEtBtn {
    position: relative;
    margin: 30px 0px;
}

.flightsDEtBtn a {
    padding: 20px 20px;
    padding-left: 15px;
    background: #000;
    color: #fff;
    display: block;
    padding-right: 35px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

.flightsDEtBtn a:hover {
    background: #000;
}

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;
    transform: rotate(0.003deg);
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    -webkit-transform: rotate(0.003deg);
    -moz-transform: rotate(0.003deg);
    -ms-transform: rotate(0.003deg);
    -o-transform: rotate(0.003deg);
}

.hotelsMarrakech {
    position: relative;
    padding: 50px 0px;
    z-index: 99;
    background: #EFF0F0;
}

.starhotelsITem {
    margin-top: 0;
    border: #000 solid 1px;
    position: relative;
    border-radius: 45px 0px 40px 40px;
    padding: 0px 0px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.starhotelsITem h2 {
    font-size: 18px;
    padding: 0px 10px;
    padding-bottom: 10px;
    text-align: center;
    font-family: 'Play Regular';
    font-weight: bold;
}

.starhotelsITem figure img {
    border-radius: 42px 0px 0px 0px;
    -webkit-border-radius: 42px 0px 0px 0px;
    -moz-border-radius: 42px 0px 0px 0px;
    -ms-border-radius: 42px 0px 0px 0px;
    -o-border-radius: 42px 0px 0px 0px;
}

.starhotelsITem a {
    background-color: #E31E33;
    border-radius: 0px 0px 40px 40px;
    width: 100%;
    padding: 20px 10px 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-border-radius: 0px 0px 40px 40px;
    -moz-border-radius: 0px 0px 40px 40px;
    -ms-border-radius: 0px 0px 40px 40px;
    -o-border-radius: 0px 0px 40px 40px;
}

.starhotelsITem a:hover {
    background-color: #000;
}

.starsRating {
    display: block;
    padding-bottom: 20px;
}

.staractive {
    color: #ffa600 !important;
}

.starsRating .fa {
    font-size: 19px;
    color: #cfcfcf;
}

.otherttravel03 {
    position: relative;
    padding: 50px 0px;
    z-index: 99;
}

.travelothertab .accordion-button i {
    background: #000;
    width: 50px;
    height: 50px;
    color: #fff;
    display: flex;
    align-items: 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;
    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;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-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: flex;
    align-items: flex-start;
}

.appLogovenue {
    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;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.appsContentright {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.appsContentright h2 {
    text-align: left !important;
    margin: unset;
    padding: 5px 0px;
    color: #df1e3b !important;
    font-size: 17px;
}

.travelpopup p {
    text-align: left !important;
    width: 100%;
    flex-direction: column;
    line-height: 26px;
    margin-bottom: 5px !important;
    font-size: 15px !important;
    color: #4a4a4a;
}

.travelpopup .listStyle li {
    font-size: 15px !important;
}

.appbtnstyle {
    /* margin-top: 5px; */
    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%;
    flex-direction: column;
    line-height: 26px;
    margin-bottom: 5px;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    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;
    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: 'LEMON MILK', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.airportshortinfo h3 {
    padding-top: 25px;
}

.airportshortinfo h3 a {
    font-size: 30px;
    color: #ffbb1a;
    font-family: 'LEMON MILK', 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: #000 !important;
}

.listStyle li:before {
    position: absolute;
    top: 8px;
    left: 0;
    font: 14px/1 FontAwesome;
    content: "\f192";
    color: #df1e3b;
}

.flightAfricaTable {
    margin: 0 auto;
    padding: 30px 0px;
    text-align: center;
    position: relative;
}

.flightAfricaTable table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
}

.flightAfricaTable table tbody {
    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: #ffffff;
}

.flightAfricaTable th {
    font-weight: normal;
    padding: 0;
    border-top: 0px solid #E8E8E8;
    border-bottom: 0px 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: 0.4px;
    width: 22%;
}

.flightAfricaTable .price-info {
    padding: 15px;
}

.flightAfricaTable .price-now,
.flightAfricaTable .price-now span {
    color: #808080;
}

.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: 0px;
    }

    .flightAfricaTable .price-now span {
        font-size: 32px;
    }

    .flightAfricaTable .price-now p {
        display: block;
    }
}

@media screen and (max-width: 720px) {
    .table_ul {
        padding: 0px;
    }

    .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: #ffffff;
    }

    .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 0px;
    background-color: #EFF0F0;
    z-index: 99;
}

.africamarketInner {
    padding: 30px 40px;
}

.africamarketItem {
    background: #000;
    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: 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: 0.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: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.imageStylehover h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #df1e3b;
    color: #fff;
    font-size: 18px;
    padding: 10px 10px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    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: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.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: #000;
    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 0px;
}

.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: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 99;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.novafetures-Item.colorblock-1 {
    background: #0098a4ad;
    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: 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: 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 0px;
    z-index: 99;
}

.speakerWraper {
    position: relative;
    padding: 50px 0px;
}

.prizedistr {
    position: relative;
    padding: 50px 0px;
    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 0px 40px 40px;
    padding: 10px 10px;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    -webkit-border-radius: 40px 0px 40px 40px;
    -moz-border-radius: 40px 0px 40px 40px;
    -ms-border-radius: 40px 0px 40px 40px;
    -o-border-radius: 40px 0px 40px 40px;
}

.prizedistr-item figure {
    margin: 0 0px 20px 0px;
}

.prizedistr-item figure img {
    border-radius: 40px 0px 5px 5px;
    -webkit-border-radius: 40px 0px 5px 5px;
    -moz-border-radius: 40px 0px 5px 5px;
    -ms-border-radius: 40px 0px 5px 5px;
    -o-border-radius: 40px 0px 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 0px;
    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: flex;
    flex-direction: column;
    width: 90%;
    border-top: 0 solid;
    border-right: 0 solid;
    border: 3px solid #0098A4;
    -webkit-border-radius: 0 10px 200px/0 200px 14px 250px;
    border-radius: 0 10px 200px/0 200px 14px 250px;
    -moz-border-radius: 0 10px 200px/0 200px 14px 250px;
    -ms-border-radius: 0 10px 200px/0 200px 14px 250px;
    -o-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: 0.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: #000;
}

.big_font3 .item .slider_content {
    text-align: center;
    padding: 0px;
}

.big_font3 .item .slider_content p {
    color: #000;
}

.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: 0px;
    -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: 0.3;
    z-index: 0;
    transform: rotate(180deg);
    left: 0;
    background-color: transparent !important;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.testimonial-carousel {
    z-index: 99;
}

.testimonial-carousel .owl-stage {
    display: flex;
    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 {
    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: flex;
    align-items: center;
    margin: 0;
    background: #fff;
    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 0px;
    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: #000;
    background: #FFE075;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 1px;
    transform: rotate(355deg);
    margin-bottom: 15px;
    margin-top: -20px;
    -webkit-transform: rotate(355deg);
    -moz-transform: rotate(355deg);
    -ms-transform: rotate(355deg);
    -o-transform: rotate(355deg);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}

.newsletterSec {
    position: relative;
    padding: 40px 0px;
    z-index: 99;
}

.testimonialWrap {
    position: relative;
    padding: 50px 0px;
    background: #000;
}

.visittagline h4 {
    line-height: 40px;
}

.pitech-timeline {
    padding: 50px 0px;
    background: #EFF0F0;
    position: relative;
    z-index: 99;
}

.timeline-horzt {
    padding: 50px 0px 0px 0px;
}

.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;
    -moz-transition: all .5s ease;
    -ms-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: flex;
    align-items: 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;
}

.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: #000;
    margin: 0;
    font-size: 16px;
}

.timelineItemOuter h4 {
    padding: 10px 0px;
    font-size: 18px;
}

.quoteslideItem {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0px 0px 0px;
    padding-top: 80px;
}

.quoteOuter {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.quotesInner {
    position: relative;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quotesInner p {
    background: #000;
    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: #000;
    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: transparent;
    border-bottom: 7px solid #E31E33;
    border-left: 7px solid #E31E33;
    box-sizing: border-box;
}

.quotesInner p:after {
    content: "";
    position: absolute;
    top: -15%;
    left: -30px;
    width: 100%;
    height: 100%;
    background: transparent;
    border-top: 7px solid #E31E33;
    border-right: 7px solid #E31E33;
    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: 0px 10px;
    z-index: 9;
    padding-right: 20px;
    color: #E31E33;
}

.quotBtm {
    position: relative;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0px;
    margin: 0 auto;
}

.quotBtm:before {
    position: absolute;
    top: -20px;
    left: 20%;
    content: '';
    border-top: 60px solid #000;
    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;
}

.visitquote {
    position: relative;
    padding: 50px 0px 10px 0px;
    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 0px;
    z-index: 99;
}

.speakerItem01 {
    padding: 0px;
    text-align: center;
    z-index: 2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 100%;
    position: relative;
    margin: 0px !important;
    background: #000;
}

.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: linear-gradient(181deg, #0c0c0c33, #14141400, #00000021, #000000);
}

.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 0px;
    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: 0px 0px;
}

.speakerpop .modalContentBox,
.speakerpop .modal-body {
    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: #DA0000;
    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: 0px 10px;
    padding-top: 30px;
}

.Sepeaker_Bio p {
    color: #4a4a4a;
    font-size: 13px;
}







/* end */

.innerBanner .bannerheading {
    padding: 170px 0 80px 0;
}