@font-face {
    font-family: "SSTArabicM";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SSTArabicRoman.ttf');
}
@font-face {
    font-family: "helvetica_condensed_bold";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/helvetica_condensed_bold.ttf');
}
@font-face {
    font-family: "helvetica_med";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/helvetica_medium.ttf');
}
@font-face {
    font-family: "SSTArabic";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SSTArabicBold.ttf');
}

body {
    background: #d5d8df;
    font-family: "helvetica_med";

}
textarea,
input{
    font-family: "SSTArabicM" !important
}
.space-bottom{
    padding-bottom: 150px;
}
header .nav-item{
    font-family: "helvetica_condensed_bold";

}
.ar *,
.ar{
    font-family: "SSTArabic";

}
.ar li,
.ar span,
.ar p{
    font-family: "SSTArabicM" !important;

}
.rtl{
    direction: rtl;
    text-align: right!important;
}
.twitteraccountname.small,
.newsdate,
.ptwitter,
p{
    font-family: "SSTArabicM";

}
h1,h2,h3,h4,h5,h6{
    font-family: "helvetica_condensed_bold";

}
footer *{
    color: #fff;
}
.buttons {
    /* margin: 40px 0 0; */
    /* background: #ecf1ed; */
    display: table;
    /* margin: 30px 0; */
    /* padding: 10px; */
    box-sizing: border-box;
    position: absolute;
    top: 5px;
    left: 20px;
    z-index: 99;
}

.buttons button img {
    width: 16px
}

input[type="range"] {
    -webkit-appearance: none;
    width: 200px;
    height: 2px;
    background: aqua;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    top: -4px;
    bottoM: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #032e63;
    position: relative;
    border: 3px solid aquamarine;
    z-index: 3;
    cursor: pointer
}


.mapContainer .buttons button {
    background: #e5e5e5;
    border: none;
    opacity: .8;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: 0 3px;
    cursor: pointer;
border-radius: 3px;
    padding: 3px;
}

.mapContainer .buttons button:hover {
    opacity: 1
}

.mapSVG svg {
    width: 100%;
    max-width: 100% !important;
    height: auto;
    display: block;
}

.mapSVG svg.legend {
    position: absolute;
    z-index: 9999;
    width: 150px;
    height: 100px;
    top: 5px;
    right: 5px;
}

.marker {
    cursor: pointer;

}

.marker.item {
    fill: #a7a9c7;
    stroke: #fff;
    stroke-width: 1.5px;
}

.marker.active {
    fill: #f10000;
    fill-opacity: .9;
}

.marker.active.none {
    display: none;
}

.marker.item.hover {
    fill: #252b84;
}

.mapSVG svg {
    width: 100%;
    max-width: 100% !important;
    height: auto;
    display: block;
}

/*
.enabled {
    fill: #e5e5e5;
    cursor: pointer;
}

.enabled.heyo {
    fill: #eae5e5;
}
*/

.description strong {
    color: #394e89;

}

.description {
    pointer-events: none;
    position: fixed;
    font-size: 14px;
    background: white;
    padding: 14px 15px;
    z-index: 99;
    /* height: 30px; */
    line-height:1.3;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #eee;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    width: 200px;

}

.description.active {
    display: block;
}

.description:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}


.tweetbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    margin-bottom: 20px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.tweetbox:hover {
    box-shadow: 5px 19px 35px -20px #c8c9ca;
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    transform: translate(0, -4px)
}
.tweettextcont{
    padding: 30px 20px;
    padding-left: 50px;


}
.twitteraccountname {
    color: #384957;
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: none
}

.twitteraccountname.w--current {
    color: #fff
}

.twitteraccountname.last {
    margin-right: 0
}

.twitteraccountname.last.lng {
    display: none;
    border-left: 1px solid #706a5a;
    opacity: .8;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0
}

.twitteraccountname.higlighted {
    padding: 5px 25px;
    border: 2px solid #000;
    border-radius: 20px
}

.twitteraccountname.small {
    margin-left: 11px;
    color: rgba(56, 73, 87, .44);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0
}

.ptwitter {
    margin-top: 4px;
    opacity: .85;
    color: #384957;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400
}
.tweetpiccont {
    position: relative;
    width: 270px;
    height: auto;

    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.newssectionanddate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.newssectioncont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.twittersectitle.fab.small {
    margin-top: 0;
    margin-bottom: 0;
    opacity: .5;
    font-size: 20px;
    line-height: 26px;
}
.contact-box {
    margin-top: -160px;
}

.newsdate {
    color: #9ca8b3;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
}
.mainImg {

    box-shadow: 10px 10px 50px -10px rgb(110 91 91 / 57%);
    max-width: 420px;
    margin: auto;
    display: block;
    margin-bottom: -50px;
}
.swiper-slide  .mainImg{
   margin-bottom: 0;

}
.fMenu a{
    display: inline-block;
    padding: 15px 10px;
    text-transform: uppercase;
    font-family: "helvetica_condensed_bold";

}
.rounded-lg{
    border-radius: 40px!important;
}
.bg-secondary {
    background-color: #e8ae5c!important;
}
.bg-primary {
    background-color: #394e89!important;
}
.text-secondary {
    color: #e8ae5c!important;
}
.text-primary {
    color: #394e89!important;
}
.statsCont .bg-primary{
    padding: 20px;
    border-radius: 25px;
    margin: auto;
    color: #fff;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
}
.statsCont .bg-primary:hover {
 background: #fff!important;
    color: #394e89!important;
}
.display-flex  span{
    padding:  0 5px;
}
 .uns a {
    font-size: 30px;
    padding: 0 30px;
}
 .uns a *{
    color: #e8ae5c!important;
}
.uns.uns2 {
    text-align: center;
}
.uns.uns2 a {
    font-size: 20px;
    padding: 0 10px;
}
.shorts{
   margin-top: 100px;
}
.shorts p{
    background: rgba(0,0,0,0.4);
    color: #fff;
    display: table;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 14px;
    direction: rtl;

}
.submenu{
    position: absolute;
    z-index: 999;
    background: #94979d;
    top: 30px;
    border-radius: 20px;
    width: 250px;
    overflow: hidden;
    color: #fff;
    transition: 0.5s ease-out;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
opacity: 0;
    pointer-events: none;
    left: 0px;
}
.submenu.megaMenu{
    width: 500px;
}
.submenu.megaMenu
ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.submenu a {
    color: #fff;
    padding:10px 15px;
}

.submenu h6 {
    background: #354981;
    padding: 15px;
}
.submenu h6 span{
    color: #fff!important;
}

.submenu ul li{
    border-bottom: 1px solid #eee;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;

}
.submenu ul li:last-child{
    border-bottom: 0;
}
.submenu ul li:hover{
    background: #394e89;
}
.align-content-between{
    justify-content: space-between!important;
}

.has-menu i{
    position: absolute;
    right: 0;
    top: 25px;
}

.has-menu:hover .submenu,
.submenu.openSubmenu{
   opacity: 1;
    pointer-events: auto;
    top: 55px;
}
.collection-list-wrapper .row{
    margin: 0;

}


.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}
.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
    /* arrow icon */
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
    right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

.stats .swiper-slide{
    height: auto;
}

.customCheckbox {
    display: inline-block;
    margin: 0 10px 0 0;

    position: relative;
}

.customCheckbox label,
.customCheckbox input {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.customCheckbox input[type="checkbox"] {
    opacity: 0.011;
    z-index: 100;
}

.customCheckbox input[type="checkbox"]:checked + label {
    background: #394e89;
    border-radius: 4px;
    color: #fff;
}

.customCheckbox label {
    cursor: pointer;
    z-index: 90;
    color: #333;
    background-color: #f8f9fa;
    padding: 10px 20px;
    font-size: 13px;
}
.reservation-area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/img-reservation-bg.jpg);
    z-index: 1;
    position: relative;
}
.byYears ul{
    display: flex;
    display: -webkit-flex;
    margin: auto;
}
.byYears ul  li {
    padding-left: 6px;
}
.byYears ul li a {
    width: 200px;
    text-align: center;
    border-color: #d1d1d1;
    text-transform: capitalize;
    transition: border-color .1s ease-in-out;

    font-size: 17px;
    box-shadow: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: "helvetica_condensed_bold";
}

.byYears{
    height: calc(100% + 15px);
    box-sizing: initial;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    -webkit-overflow-scrolling: touch;
    position: relative;
    justify-content: space-between;
}
.events ul li a{
    color: #4e555b;
    font-size: 20px;
}
.events a.selected{
    color: #394e89;
}
.backgroundImg{
    background-image:url("../images/move-img.jpg") ;
    background-size: 100px;
    background-position: right top;
    background-repeat: no-repeat;
    padding-top: 30px;
}

.ipad-slider {
    display: flex;
    align-items: center;

}

.quote-slider-wrapper {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.quote-text-wrap {
    display: flex;
}

.quote-text {
    max-width: 500px;
    align-self: center;
    margin: 0 10%;
    font-size: 24px;
}

.quote-text {
    transition: all 0.3s;
}

.swiper-slide.swiper-slide-next .quote-text,
.swiper-slide.swiper-slide-prev .quote-text {
    opacity: 0;
}

.swiper-slide.swiper-slide-active .quote-text {
    opacity: 1;
}

.image-slider-wrapper {
    position: relative;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: -44px;
    position: relative;
    z-index: 9;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
}

.swiper-slide-inner {

    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
}
.patternBg:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("https://tedxsanaawomen.tedxsanaa.com/images/overlay.opt.gif");
    background-size: 300px;
    mix-blend-mode: screen;
z-index: 99;
    opacity: 0.7;
}
.publication-item {
    display: block;
}
.publication-item .post-item-title {
    background: -moz-linear-gradient(45deg,rgb(232 174 92) 0,rgba(240,243,248,0) 90%,rgba(245,247,250,0) 100%);
    background: -webkit-linear-gradient(45deg,rgb(232 174 92) 0,rgba(240,243,248,0) 90%,rgba(245,247,250,0) 100%);
    background: linear-gradient(45deg,rgb(232 174 92) 0,rgba(240,243,248,0) 90%,rgba(245,247,250,0) 100%);
    border-radius: 10px;
    color: #060a42;
    position: relative;
    min-height: 110px;
    font-size: 21px;
    padding: 0px 25px 0px;

}


.small-book {
    top: -30px;
    position: relative;
}
.book {
    box-shadow: 5px 5px 20px #333;
    margin: 10px;
    display: block;
}

.publications-row .book:before {
    box-shadow: 5px 5px 20px rgb(51 51 51 / 50%);
}
.book:before {
    width: 100%;
    left: 7.5%;
    background-color: #203b70;
    box-shadow: 5px 5px 20px #333;
}
.book:after, .book:before {
    position: absolute;
    top: 2%;
    height: 96%;
    content: ' ';
    z-index: -1;
}
.book:after {
    width: 5%;
    left: 100%;
    background-color: #efefef;
    box-shadow: inset 0 0 5px #aaa;
    -moz-transform: rotateY(20deg);
    -webkit-transform: perspective(100) rotateY(20deg);
}
.book:after, .book:before {
    position: absolute;
    top: 2%;
    height: 96%;
    content: ' ';
    z-index: -1;
}
.book {
    display:block;
max-width: 180px;
    position: relative;
    -moz-perspective: 100px;
    -moz-transform: rotateY(-3deg);
    -webkit-transform: perspective(100) rotateY(-3deg);
    outline: 1px solid transparent;
    box-shadow: none;
    margin: 0;
    margin-left: auto;

}
.book:after, .book:before {
    position: absolute;
    top: 2%;
    height: 96%;
    content: ' ';
    z-index: -1;
}
.book img {
    transform: scaleX(-1);

    position: relative;
width: 100%;
    vertical-align: middle;
}
.mediaflex{
    justify-content: space-between;
    width: 100%;
    padding: 5px 0px;
    margin-bottom: 5px;
    border-bottom: 1px solid #c4c4c4;
}
.row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}