@import url('https://fonts.googleapis.com/css?family=Tajawal:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
body{
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
    color: #7c859b;
}

/***
Custom Scrollbars
***/
::-webkit-scrollbar {  
    width: 12px;  
}  
::-webkit-scrollbar-track {  
    background-color: #eaeaea;  
    border-right: 1px solid #cecece;  
}  
::-webkit-scrollbar-thumb {  
    background-color: #cecece;  
}  
::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}  
::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
}
.btn{
    color: #fff !important;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    border-radius: 30px;
    text-transform: uppercase;
    box-shadow: none;
    overflow: hidden;
    position: relative;
}
.btn > span{
    position: relative;
    z-index: 2;
}
.btn i{
    font-size: 14px;
    margin-left: 5px;
}
.btn::before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #2e72c5;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
    transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}
.btn:hover::before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
}
.btn-default{
    background: #628fc6;
}
.en{
    font-family: 'Montserrat', sans-serif;
}

header{
    position: relative;
}

.topbar{
    background: #343746;
    padding: 8px 0;
    margin-bottom: 30px;
}
.topbar .list-unstyled{
    padding: 0;
    margin: 0 -10px;
}
.topbar .list-unstyled>li{
    display: inline-block;
    font-size: 14px;
    color: #d9dce3;
    padding: 0 10px;
}
.topbar .list-unstyled>li>i{
    font-size: 12px;
    color: #628fc6;
    margin-left: 5px;
}
.topbar .list-unstyled>li>.en{
    font-size: 13px;
}

.navbar-wrap{
    position: relative;
    padding-bottom: 35px;
}
.navbar-wrap .join-btn{
    position: absolute;
    bottom: -22px;
    right: 50%;
    margin-right: -75px;
    z-index: 9999;
}
.navbar {
    margin: 15px 0 0;
    background: transparent !important;
    transition: all 0.2s ease-in-out;
}
/*.navbar-brand{
    margin-left: 80px;
}*/
.navbar .navbar-nav .nav-link {
    color: #54575e;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
.navbar-light .navbar-nav .current>.nav-link, 
.navbar-light .navbar-nav .nav-link.current, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link,
.navbar .navbar-nav .nav-link:hover {
    color: #628fc6;
}
.navbar .navbar-nav .nav-link::before {
    position: absolute;
    top: 100%;
    left: 50%;
    color: transparent;
    content: '•';
    line-height: 0;
    text-shadow: 0 0 transparent;
    font-size: 23px;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}
.navbar .navbar-nav .nav-link:hover::before, .navbar .navbar-nav .nav-link:focus::before {
    color: #628fc6;
    text-shadow: 8px 0 #628fc6, -8px 0 #628fc6;
}
.navbar-toggler{
    color: #628fc6 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none;
    border-color: #628fc6 !important;
}

.ms-layer.text-box {
    width: 75%;
    height: 40%;
    background: rgba(0, 0, 0, 0.85);
}
.ms-layer.slide-title{
    color: #fff;
    font-size: 65px;
    font-weight: 700;
    margin: 0;
}
.ms-layer.slide-subtitle{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin: 0;
}
.section{
    padding: 100px 0;
}
.section > .container{
    overflow: hidden;
}
.section.bg{
    background: #eef1f6;
}
.sec-head{
    
}
.sec-head span{
    color: #ce53c8;
    font-size: 22px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}
.sec-head h2{
    color: #2e3534;
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 50px;
}

.text-block{
    line-height: 32px;
}
.about-brief .text-block{
    margin-top: 25px;
}
.about-brief .text-block .btn{
    margin-top: 15px;
}

.about-sections{
    
}
.about-sections .card{
    border: none;
    border-radius: 0;
    margin-bottom: 1px;
}
.about-sections .card-header{
    padding: 0;
    border: none;
}
.about-sections .card-header .btn{
    background: #eef1f6;
    border-radius: 0;
    color: #0c1a3c !important;
    font-size: 25px;
    text-align: right;
    height: 70px;
    box-shadow: none;
}
.about-sections .card-header .btn::after{
    display: inline-block;
    content: "+";
    width: 40px;
    height: 40px;
    color: #0c1a3c;
    background: #fff;
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    z-index: 999;
}
.about-sections .card-header .btn[aria-expanded="true"]::after{
    content: "-";
}
.about-sections .card-header .btn::before{
    width: 70px;
    background: #628fc6;
}
.about-sections .card-header .btn[aria-expanded="true"],
.about-sections .card-header .btn:hover{
    color: #fff !important;
}
.about-sections .card-header .btn[aria-expanded="true"]::before{
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
}
.about-sections .card-body p{
    margin-bottom: 5px;
}

.featured-member{
    text-align: center;
}
.featured-member > img{
    border-radius: 50%;
    width: 170px;
    height: 170px;
}
.featured-member > h3{
    color: #0c1a3c;
    font-size: 25px;
    font-weight: 500;
    margin: 20px 0 8px;
}
.featured-member > p{
    margin-bottom: 0;
}

.stats{
    background: url(../images/stats-bg.jpg) no-repeat fixed center center / cover;
}
.stats .sec-head span,
.stats .sec-head h2{
    color: #fff;
}
.stat-box{
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 5px;
    color: #fff;
    padding: 17px 35px;
}
.stat-box > span{
    font-size: 42px;
    font-weight: 700;
}
.stat-box > p{
    font-size: 20px;
    font-weight: 500;
    margin: -7px 0 0;
}

.gallery-item{
    box-shadow: 0px 3px 7px 0px rgba(166, 166, 166, 0.35);
    overflow: hidden;
    margin-bottom: 20px;
    background: #000;
    position: relative;
}
.gallery-item > img{
    height: 280px;
}
.gallery-item > img,
.gallery-item figcaption .overlay{
    -webkit-transition: opacity 0.3s, -webkit-transform 1s;
    transition: opacity 0.3s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.gallery-item figcaption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    opacity: 0;
}
.gallery-item figcaption h3{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.gallery-item figcaption p.icon-links a{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 43px;
    background: #ce53c8;
    font-size: 18px;
    color: #fff;
}
.gallery-item:hover > img{
    opacity: 0.20;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
.gallery-item:hover figcaption{
    opacity: 1;
}
.gallery-item figcaption p.icon-links a:hover{
    background: #bb2170;
    color: #fff;
}

.owl-theme .owl-dots{
    width: 100%;
}
.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 3px;
    background: #878383;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
    background: #628fc6;
}

div.pp_pic_holder{
    direction: ltr;
}

.post{
    margin-bottom: 30px;
}
.post .post-img{
    background: #2f3238;
    display: block;
    overflow: hidden;
}
.post .post-img img{
    /*height: 225px;*/
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
}
.post .post-img img:hover{
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
.post .post-body{
    padding: 15px;
    border: 1px solid #eee;
    border-top-width: 0;
    background: #fff;
}
.post .post-body h3{
    color: #0c1a3c;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 5px;
    line-height: 27px;
}
.post .post-body h3 a{
    color: inherit;
}
.post .post-body h3 a:hover{
    color: #628fc6;
}
.post .post-body .post-meta span{
    font-size: 13px;
}
.post .post-body .post-meta span i{
    margin-left: 5px;
} 

.event{
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}
.event .event-thumb{
    display: block;
    overflow: hidden;
}
.event .event-thumb img{
    
}
.event .event-date{
    width: 70px;
    height: 70px;
    background: #628fc6;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 4px;
}
.event .event-date span{
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: -13px;
}
.event .event-caption {
    padding: 25px 30px 30px;
    font-weight: 500;
}
.event .event-caption h3{
    color: #0c1a3c;
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 15px;
}
.event .event-caption h3 a{
    color: inherit;
}
.event .event-caption p{
    color: #ce53c8;
    font-size: 16px;
    margin-bottom: 20px;
}
.event .event-caption p i{
    margin-left: 5px;
}
.event .event-caption a.event-join-btn{
    color: #7c859b;
}
.event .event-caption a.event-join-btn i{
    font-size: 10px;
    margin-right: 5px;
}

.partners-carousel .owl-item .item > div{
    height: 115px;
}
.partners-carousel .owl-item img{
    display: inline-block;
    width: auto;
    max-width: 100%;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    /*-webkit-filter: grayscale(100%);
    filter: gray;
    filter: url(data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/s?.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale);
    filter: grayscale(100%);*/
}
/*.partners-carousel .owl-item img:hover{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}*/

footer{
    background: #343746;
    text-align: center;
}
.footer-top{
    padding: 50px 0;
}
.footer-top .nav{
    margin: 15px auto 0;
}
.footer-top .nav .nav-link{
    color: #d9dce3;
    font-weight: 500;
} 
.footer-top .nav .nav-link:hover{
    color: #628fc6;
} 
.footer-bottom > .container{
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.footer-bottom > .container p{
    color: #d9dce3;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #d9dce3;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #d9dce3, 0 0 5px #d9dce3;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #d9dce3;
  border-left-color: #d9dce3;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}


.page-header {
    background-image: url(../images/page-header.jpg);
    background-color: #343746;
    background-size: cover;
    padding: 60px 0;
    color: #fff;
    margin: 0;
    border: none;
}
.page-header h1{
    float: right;
}
.page-header .breadcrumb{
    float: left;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0;
    background: transparent;
}
.page-header .breadcrumb a,
.page-header .breadcrumb-item.active,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.contact-form .form-control{
    height: 50px;
    background-color: #ffffff;
    font-size: 16px;
    color: #aaa9a9;
    border: none;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: none;
}
.contact-form textarea.form-control{
    height: 150px;
}
.contact-info-wrapper{
    background: #fff;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.contact-info-wrapper i{
    float: right;
    color: #628fc6;
    font-size: 45px;
    margin-top: 3px;
}
.contact-info-wrapper > div{
    padding-right: 70px;
}
.contact-info-wrapper h3{
    color: #2d2d2d;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.contact-info-wrapper p{
    color: #808080;
    font-size: 16px;
    margin-bottom: 0;
}
#location-map{
    height: 400px;
}
.paging>li>a{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #888;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
}
.paging>li.current>a,
.paging>li>a:hover,
.paging>li>a:active{
    background: #628fc6;
    color: #fff;
}
.single-post-wrapper{
    background: #fff;
    padding: 20px;
}
.single-post-content{
    line-height: 28px;
}


@media (max-width: 576px){
    .navbar{
        margin: 0;
        padding: 0;
    }
    .navbar-brand img{
        width: 180px;
    }
    .navbar .navbar-nav{
        border-top: 1px solid #eee;
        margin-top: 10px;
    }
    .navbar .navbar-nav .nav-link{
        text-align: center;
        padding: 5px 15px;
        font-size: 14px;
    }
    .section {
        padding: 50px 0;
    }
    .sec-head span {
        font-size: 18px;
    }
    .sec-head h2 {
        font-size: 30px;
    }
    .about-sections{
        margin-top: 30px;
    }
    .about-sections .card-header .btn{
        font-size: 20px;
    }
    .stat-box{
        width: 100%;
        margin-bottom: 15px;
    }
    .event{
        margin-bottom: 15px;
    }
}