
li,
ul {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    box-sizing: border-box
}

.menu-sections {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    background: #D0E3FF;
}

.menu-items {
    width: 25%;
    padding-top: 100px;
    padding-bottom: 100px;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.menu-items-wrapper {
    display: none
}

.menu-items ul li {
    font: 22px/32px;
    font-weight: 600;
    color: #666;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
    cursor: pointer
}

.desc-btn.active {
    color: #FFF;
    background: #086ad8;
    min-height: 30px;
}

.desc-btn.active::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 30px;
    left: 0;
    border-radius: 20px;
    background-color: #cf991b
}

.content-section {
    width: 75%;
    position: relative;
}

.tab-sections {
    background-color: #086AD8;
    padding: 10px 45px 1px 10;
    border-radius: 80px 0px 80px 80px;
    margin-bottom: 10px
}

.tab-sections2 {
    /* background-color: #086AD8; */
    background-color: transparent;
    padding: 10px 45px 1px 10;
    border-radius: 0px 80px 80px 80px;
    margin-bottom: 10px
}

.tab-sections-wrapper {
    background-color: #fff;
    padding: 60px;
    position: relative;
    border-radius: 80px 20px 80px 80px;
    z-index: 1
}

.section1 {
    border-top-left-radius: 90px
}

.tab-sections:last-child {
    margin-bottom: -360px
}

.tab-sections2:last-child {
    margin-bottom: -360px
}

.table-cont-box ul {
    display: flex;
    border: 1px solid #c6dff7;
    border-radius: 10px;
    flex-wrap: wrap
}

.tab-sections-end {
    background-color: #D0E3FF;
    border-radius: 0px 0 120px 120px;
    padding: 480px 30px 0;
    max-width: 1440px;
    margin: 0 auto
}

.tab-sections-end h2 {
    text-align: center;
    color: #fff
}

.texti-web {
    margin-top: unset;
    position: relative
}

.content-anim-con {
    height: 350px
}


@keyframes bounceInDownGo {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        opacity: 0
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.brands-sec {
    padding: 0 30px 90px
}

.brands-sec-inner {
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px;
    border-radius: 0 0 40px 40px
}

.brands-sec-inner h2 {
    text-align: center
}

.brand-flex {
    display: flex;
    flex-wrap: wrap
}

.brands {
    width: 25%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.brand1 span {
    background-position: -678px -33px;
    width: 90px;
    height: 31px
}

.brand2 span {
    background-position: -827px -24px;
    width: 103px;
    height: 51px
}

.brand3 span {
    background-position: -1000px -23px;
    width: 76px;
    height: 51px
}

.brand4 span {
    background-position: -663px -136px;
    width: 120px;
    height: 15px
}



.brand8 span {
    background-position: -819px -224px;
    width: 122px;
    height: 38px
}

.fst-line::before,
.mid-line::before,
.lst-line::before {
    content: '';
    width: 80%;
    height: 1px;
    position: absolute;
    background-color: #dedcdc;
    bottom: 0
}

.fst-line::before {
    left: 0;
    width: 90%
}

.mid-line::before {
    left: 10%
}

.lst-line::before {
    right: 0;
    width: 90%
}

.rgt-line::after {
    content: '';
    width: 1px;
    height: 80%;
    position: absolute;
    background-color: #dedcdc;
    right: 0;
    top: 10%
}



@media only screen and (max-width:1500px) {
    .menu-sections {
        padding-left: 40px
    }
}

@media only screen and (max-width:1090px) {

    .content-wrapper::before {
        display: none
    }
    
    .menu-sections {
        display: block;
        padding-left: 0
    }
    .menu-items {
        background: #086AD8;
        width: 100%;
        padding: 15px 80px
    }
    .menu-items-wrapper {
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        background: #fff;
        padding: 0 30px;
        z-index: 10;
        border-bottom: 1px solid #ccc;
        visibility: hidden
    }
    .menu-nav-con {
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        -ms-overflow-style: none;
        scrollbar-width: none
    }
    .menu-nav-con::-webkit-scrollbar {
        display: none
    }
    .menu-nav-inner {
        position: relative;
        display: inline-block;
        padding: 0
    }
    .tab-btn.active {
        color: #262626
    }
    .menu-align {
        max-width: 100%;
        margin: 0 auto
    }
    .mob-nav-arrow {
        position: absolute;
        width: 0;
        height: 0;
        right: 10px;
        top: 18px;
        display: inline-block;
        cursor: pointer
    }
    .mob-nav-arrow.right {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 9px solid #000
    }
    .mob-nav-arrow.left {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 9px solid #000;
        left: 10px
    }
    .desk-tab {
        display: none
    }
    .desc-btn.active::before {
        display: none
    }
    .menu-items-wrapper ul {
        display: flex;
        width: 100%;
        justify-content: space-between
    }
    .tab-btn {
        font: 14px/1 ;
        padding: 16px 5px;
        float: left;
        color: #8c8c8c;
        cursor: pointer;
        list-style-type: none;
        position: relative
    }
    .tab-btn.active:before {
        width: 100%;
        height: 2px;
        background: #086AD8;
        content: '';
        left: 0;
        bottom: -1px;
        position: absolute
    }
    .content-section {
        width: 100%;
        position: relative;
        padding: 30px 80px
    }
    .content-section::before {
        height: 500px;
        border-radius: 0 0 60px 60px
    }
    .content-wrapper {
        max-width: unset;
        border-top-left-radius: unset
    }
    h2 {
        font-size: 36px
    }
    .sub-txt {
        font-size: 16px
    }
    .tab-sections {
        padding: 60px
    }
    .tab-sections2 {
        padding: 60px
    }
    .section1 {
        border-top-left-radius: 20px
    }
    
    .content-section::after {
        display: none
    }
    .two-clm.title-clm {
        top: 47px
    }
    .tab-sections-end {
        border-radius: 60px;
        padding: 400px 30px 0
    }
    .anim-cont-con {
        text-align: center
    }
   
    .content-anim-con {
        height: 250px
    }
    .spkr-details {
        position: static;
        opacity: 1;
        text-align: center;
        margin-top: 10px
    }
    .speaker-inner-details {
        padding-left: 0;
        padding-top: 20px;
        display: block;
        margin-right: 0
    }
    .profile-image {
        margin-right: 0;
        margin-bottom: 20px
    }
    .newspkr {
        margin: 0 auto
    }
    .sldr-nav {
        position: static;
        margin-top: 30px
    }
}

@media only screen and (max-width:991px) {    
    .menu-items-wrapper {
        padding: 0 10px
    }
    .tab-btn {
        font: 12px/1 ;
    }
    .content-section {
        padding: 30px 60px
    }
    .tab-sections-end {
        border-radius: 30px
    }
    
    .two-clm.title-clm {
        top: 45px
    }
}

@media only screen and (max-width:767px) {
    .brands-sec {
        padding: 0 30px 70px
    }
    h1 {
        font-size: 40px;
        letter-spacing: 0
    }
    .sub-cont {
        padding: 15px 0
    }
    
    
    .menu-items-wrapper {
        padding: 0 30px
    }
    .tab-btn {
        font: 14px/1 ;
        padding: 16px 7px
    }
    .menu-items-wrapper ul {
        width: max-content;
        justify-content: unset;
        display: block
    }
    .content-section {
        padding: 0 30px 30px
    }
    .tab-sections {
        padding: 40px 20px
    }
    .tab-sections2 {
        padding: 40px 20px
    }
    .section3 .sub-txt {
        padding-bottom: 0
    }
    .content-section::before {
        border-radius: 0 0 40px 40px
    }
    .fst-line::before,
    .mid-line::before,
    .lst-line::before {
        width: 50%
    }
    .fst-line::before {
        right: 10%;
        left: unset
    }
    .brand3::before {
        right: 10%;
        left: unset
    }
    .lst-line::before {
        left: 10%;
        right: unset
    }
    .brand5::before,
    .brand6::before {
        content: '';
        width: 50%;
        height: 1px;
        position: absolute;
        background-color: #dedcdc;
        bottom: 0
    }
    .brand5::before {
        right: 10%
    }
    .brand6::before {
        left: 10%
    }
}

.i18n-ar .vid-sec {
    margin-right: -30px;
    margin-left: auto;
    padding: 60px 60px 60px 150px
}

.i18n-ar .content-wrapper::before {
    right: -118px;
    left: auto;
    transform: scaleX(-1)
}

.i18n-ar .content-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 80px
}

.i18n-ar .content-section::before {
    border-radius: 0 80px 0 0;
    left: auto;
    right: 0
}

.i18n-ar .section1 {
    border-top-right-radius: 90px;
    border-top-left-radius: 20px
}

.i18n-ar .desc-btn.active::before {
    right: 0;
    left: auto
}

.i18n-ar .menu-items ul li {
    padding-right: 15px;
    padding-left: 0
}

.i18n-ar .header-left-inner {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: unset
}

.i18n-ar .research-box {
    padding: 30px 35px 70px
}

.i18n-ar .tab-sections-end {
    border-radius: 0 120px 120px 120px
}

.i18n-ar .content-section::before {
    border-radius: 0 100px 80px 80px
}

.i18n-ar .content-section::after {
    right: 15px;
    left: auto;
    border-radius: 100px 0 0 0
}

.i18n-ar .brands-sec-inner {
    border-radius: 40px
}

.i18n-ar .gd-qus .open-icon {
    right: auto;
    left: 0
}

.i18n-ar .one-clm {
    text-align: center
}

.i18n-ar .right-border {
    border-left: 1px solid #c6dff7;
    border-right: 0
}

.i18n-ar .rgt-line::after {
    left: 0;
    right: auto
}

.i18n-ar .ga-fq-cont {
    padding: 30px 0 30px 30px
}

.other-lang .bgn-testimo.im-anim {
    display: none
}

.other-lang section.tab-sections-end h2 {
    display: none
}