body{
    direction: rtl;
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    background: #fff;
}
.row > div{
    float: right;
}
a:hover{text-decoration: none}
.owl-carousel{
    background: #ffffff;
    height: 90vh;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.owl-carousel .item img{
    height: 90vh;
}
header{
}
.top-bar{
    background: #0099B9;
    color:#fff
}
ul.list-social{
    margin: 0;
    padding:8px 0;
    float: left;
}
ul.list-social li{
    display: inline-block;
    margin: 0 3px;
}
ul.list-social li a{
    color: #fff;
    display: block;
    padding: 3px 1px;
    font-size: 20px;
    transition: color 0.5s ease;
}
ul.list-social li a:hover{
}
ul.list-social li a i{}
.address,.address a{
    color: #fff;
    text-align: right;
    font-size: 12px;
    padding: 8px 6px;
}
.address i{
    color: #fff;
    font-size: 20px;
    margin: 0 5px;
    vertical-align: middle;
}
.tel{
    direction: ltr;
    text-align: center;
    padding: 3px 0;
}
.tel span{
    padding: 5px;
    color:#fff;
    font-size: 12px;
}
img.logo{
    width: 135px;
    height: 80px;
}
.fixed-top{
    position: fixed;
    top: 0;
    width: 100%;
}
nav {
    background-color: #FFFFFF;
    width: 100%;
    height: 80px;
    line-height: 80px;
}
footer nav {
    background-color: transparent;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
nav ul.right{
    margin-right: 30px;
}
nav ul.right li ,footer nav ul li{
    float: right;
}
nav li a{
    color: #444;
    padding: 0 10px;
}
footer nav li a{
    color: #fff;
}
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #1BC0E0;
    height: 5px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, nav ul li.active .hvr-underline-from-center:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}
nav ul a:hover, nav ul li.active ,nav ul li.active a{
    background: transparent;
    text-decoration: none;
    color: #0099B9;
}
footer nav ul a:hover{
    background: transparent;
    text-decoration: none;
    color: #fff;
 }
.owl-prev,.owl-next{
    position: absolute;
    top: 42%;
    color: #0099B9;
    font-size: 72px;
    opacity: 0.5;
    transition: opacity 0.5s ease;
}
.owl-next{
    left: 20px;
}
.owl-prev{
    right: 20px;
}
.owl-prev:hover,.owl-next:hover{
    opacity: 1;
}
#about-us{
    background: #fff;
    height: 320px;
}
.about{
    height: 320px;
    position: relative;
    padding-top: 30px;
}
.cyan.darken-1 {
    background-color: #00acc1 !important;
}
.cyan.darken-2 {
    background-color: #0097a7 !important;
}
.cyan.darken-3 {
    background-color: #00838f !important;
}
.cyan.darken-4 {
    background-color: #006064  !important;
}
.about h1{
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    border-radius: 30px;
    border:1px solid #BAF7FF;
    width: 150px;
}
.about p{
    padding: 20px 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
}
.css3-shadow, .css3-gradient1, .css3-gradient2 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.css3-shadow:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.8);
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
    bottom: 0;
    width: 80%;
    height: 50%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: 10%;
    right: 10%;
}
.border-bottom-w{
    border-bottom: 3px solid #fff;
}
.border-top-w{
    border-top: 3px solid #fff;
}
.padding{
    padding: 20px 0;
}
.section-title{
    background: #fff;
    position: relative;
    margin-bottom: 20px;
}
.section-title h1{
   text-align: center;
    margin: 15px 0;
    font-size: 30px;
    color: #00838F;
}
.section-title img{
    width: 30px;
    height: 30px;
    background: #fff;
    border:1px solid #ddd;
    padding: 5px;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    position: absolute;
    right: 46%;
    top: -15px;
}
.section-title .sec-divider{
    width: 350px;
    margin: 0 auto;
    border-bottom:1px solid #ddd;
    position: relative;
}
.card-icon {
    background: #0097A7;
    width: 60px;
    height: 60px;
    position: absolute;
    margin-top: -28px;
    left: 20px;
    border-radius: 100%;
}
.card-icon i{
    color: #fff;
    font-size: 42px;
    padding: 11px;
    line-height: 0;
}
.card-title h1{
    margin: 10px;
    font-size: 18px;
    font-weight: bold;
}
.card-content p{
    text-align: justify;
}
.card .det span {
    display: inline-block;
}
.member_card {
    display: block;
    margin: 10px;
}
.member_card .image-w {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.member_card .image-w img{
    height: 250px;
}
.member_card .info h3 {
    color: #fff;
    margin: 5px;
    font-size: 18px;
}
.member_card .info span {
    color: #fff;
    margin: 5px;
}
.member_card .info i {
    color: #8df4ff;
    margin: 5px;
}
.det {
    margin: 5px 10px 0;
    border-top: 1px solid #ddd;
    padding-top: 8px;
}
.det i {
    color: #333;
}
.det span {
    color: #666;
    font-size: 13px;
    margin-left: 41px;
    display: block;
}
.contact-home-info {
    position: absolute;
    bottom: 0;
    right: 10%;
    height: 550px;
    width: 300px;
}
footer{
    min-height: 80px;
}
.btGoogleMapsWrap {
    margin: 5px 20px;
    color: #fff;
    font-weight: bold;
}
span.headline {
    font-size: 30px;
}
.dash h3 {
    text-align: center;
    padding-bottom: 8px;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.dash i{
    font-size: 24px;
    margin: 8px;
}
.btWorkingHoursInnerTitle {
    text-align: right;
}
.btWorkingHoursInnerContent {
    text-align: left;
}
.btWorkingHoursInnerRow {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.panel{margin:60px 0;background: #fff;min-height: 300px;position: relative}
.panel-heading {
    position: relative;
    background: #00838f;
    display: inline-block;
    padding: 9px 12px 9px 30px;
    font-size: 17px;
    color: #fff;
    margin-top: -15px;
    border-radius: 0 20px;
}

.panel-heading span {
    background: #fff;
    height: 36px;
    width: 36px;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    left: -10px;
    top: -17px;
    padding: 5px 3px;
    border: 2px solid #00838f;
}
.panel-body{padding: 5px 10px}
ul.breadcrumb-top {
    background: #f9feff;
    border: 1px solid #d5fbff;
    padding: 5px 10px;
    margin: 0;
}

ul.breadcrumb-top li {
    display: inline-block;
    margin: 0px 2px;
}


ul.breadcrumb-top li a {
    vertical-align: middle;
}
h1.article-title {
    /* margin: 10px 0; */
    font-size: 24px;
}

img.article-image {
    width: 500px;
    display: block;
    margin: 10px auto;
    border: 1px solid #ddd;
    padding: 5px;
}

section.article-body {
    line-height: 35px;
    font-size: 16px;
    text-align: justify;
}
.box-title {
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-right: 6px solid #02c1e8;
}
section.box-left {
    margin-bottom: 20px;
}
footer .copy-right{
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size:12px;
}
.container-fluid.no-padding .container {
    margin-top: 10px;
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
    ul.list-social li {
        margin: 0 2px;
    }
    .address {
        font-size: 11px;
        padding: 8px 0;
        word-spacing: -1px;
    }
    .owl-carousel{
        height: 85vh;
    }
    .owl-carousel .item img {
        height: 85vh;
    }
    .about p {
        padding: 0 34px;
    }
    .card-icon i{
        padding: 7px;
    }
    .card-icon {
        width: 50px;
        height: 50px;
        left: 0;
    }
    .card-title h1{font-size: 18px}
}
.article-body img, .article-body video{
    width: 100%;
    height: auto;
    margin: 5px auto;
    display: block;
    padding: 5px;
    border: 1px solid #ddd;
}