@font-face {
    font-family: "DroidKufi-Regular";
    src: url(../fonts/DroidKufi-Regular.ttf);
}

@font-face {
    font-family: "NeoSansArabic";
    src: url(../fonts/NeoSansArabic.ttf);
}

body {
    font-family: "NeoSansArabic";
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus {
    outline: none;
}

body ul {
    list-style-type: none;
}

header {
    background: #19a69d;
    min-height: 40px;
    padding-top: 4px;
    padding-right: 3%;
}

header ul li a {
    color: #fff;
    font-size: 16px;
}

header ul li a:hover {
    color: #fff;
}

header ul li .btn-xs {
    font-size: 16px;
    background: transparent;
    border: 0;
}

header ul li .btn-info:active:focus,
header ul li .btn-info:active:hover,
header ul li .btn-info:active,
header ul li .btn-info:focus,
header ul li .btn-info:hover {
    border: 0;
    background-color: transparent;
    outline: 0;
}

header ul li .modal-header {
    background: #19A69D;
    color: #fff;
}

header ul li .modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: 1;
}

header ul li .modal-body .form-inline {
    height: 39px;
}

header ul li .modal-body .form-inline input {
    float: left;
    width: 87%;
    border-radius: 30px;
}

header ul li .modal-body .form-inline label {
    padding-top: 6px;
}

.form-control:focus {
    border-color: #19A69D;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(25, 166, 157, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(25, 166, 157, .6);
}

.submit-btn .btn {
    background: #19A69D;
    border: 1px solid #19A69D;
    border-radius: 30px;
    color: #fff;
    width: 100%;
    padding: 6px;
    transition: all .3s ease-in-out;
}

.submit-btn .btn:hover,
.submit-btn .btn:active,
.submit-btn .btn:focus {
    background: transparent;
    color: #19A69D;
    border: 1px solid #19A69D;
    transition: all .3s ease-in-out;
}

.submit-btn {
    padding-right: 69px;
}

header ul li .modal-footer .btn-default {
    background: #19A69D;
    border: 1px solid #19A69D;
    border-radius: 30px;
    color: #fff;
    transition: all .3s ease-in-out;
}

.divider {
    height: 20px;
    width: 1px;
    background: #fff;
    padding: 0 !important;
    position: relative;
    top: 6px;
}

.next-header {
    background: #f1f1f1;
    min-height: 85px;
    padding-top: 5px;
    padding-bottom: 5px;
    clear: both;
}

.logo {
    height: 70px;
    float: right;
    margin-left: 12px;
    width: 21%;
}

.logo.left {
    float: left;
    width: 28%;
}

.logo img {
    height: 100%;
    width: 100%;
}

.title {
    font-size: 28px;
    color: #414143;
    padding-top: 0;
    display: inline-block;
    margin-right: 20%;
    margin-top: 12px;
}

.title sub {
    font-size: 17px;
    font-size: 17px;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.our-message {
    height: 174px;
    background: url(../images/1.png) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    /*! padding-top: 15px; */
    clear: both;
    padding-right: 0;
    padding-left: 0;
}

.head {
    text-align: center;
}

.head h4 {
    color: #19A69D;
    font-size: 29px;
    display: inline-block;
    position: relative;
}

.head h4:after {
    position: absolute;
    content: '';
    background: #faf02e;
    height: 4px;
    width: 100%;
    top: 105%;
    left: 0;
    right: 0;
    margin-top: 6px;
    width: 50%;
    margin: 6px auto;
}

.paragraph {
    text-align: center;
    font-size: 16px;
    margin-top: 29px;
    color: #fff;
    padding: 7px;
}

.pop-message {
    cursor: pointer;
    text-align: center;
    background: rgba(215, 31, 39, .7);
    border-radius: 0;
    padding: 15px;
    position: relative;
    /*! margin-top: 25%; */
    border-left: 1px solid #f9f9f9;
    height: 173px;
    padding-top: 16%;
}

.details {
    position: absolute;
    bottom: 0;
}

.pop-message img {
    height: 100px;
}

.pop-message h4 {
    color: #fff;
    font-size: 22px;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: .5s;
}

.pop-message .dropdown-menu {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: .5s;
    background: #f1f1f1;
    padding: 15px;
    text-align: center;
    top: 128%;
    width: 100%;
}

.pop-message .dropdown-menu:before {
    position: absolute;
    content: '';
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #f1f1f1;
    top: -8px;
    right: 48%;
}

.pop-message .dropdown-menu ol {
    margin: 0;
    padding: 0;
    padding-right: 0px;
    padding-right: 11px;
    text-align: right;
}

.pop-message .dropdown-menu ol li {
    margin-bottom: 12px;
}

.pre-footer {
    min-height: 328px;
    background: #E6E6E6;
    padding: 7px;
    padding-bottom: 0;
}

.our-video {
    /*! min-height: 361px; */
    /*! position: relative; */
    /*! padding-top: 15px; */
    /*background: url(../images/O9VWOK0.jpg) no-repeat;*/
    /*! background-size: 100% 100%; */
    /*! background-attachment: fixed; */
    /*! padding-right: 0; */
    /*! padding-left: 0; */
}

.watch-vidoe {
    /*! height: 439px; */
    /*! margin-top: 42px; */
    position: relative;
    background-position-y: 100%;
}

.watch-vidoe img {
    height: 318px;
    margin: 0 auto;
}

.watch-vidoe .embed-responsive {
    padding: 0;
    height: 278px;
    position: absolute;
    top: 6.5%;
    right: -3px;
    left: 0;
    width: 89%;
    margin: 0 auto;
}


/*.right-hand{
    position: absolute;
    top: 58%;
    right: 8.3%;
    height: 173px !important;
    left: 0;
    margin: 0 !important;
}
.left-hand{
    position: absolute;
    top: 32%;
    height: 335px !important;
    left: 23%;
    margin: 0 !important;
}*/

footer {
    background: #414143;
    min-height: 30px;
    /*! margin-top: -28px; */
    clear: both;
}

.right-footer {
    text-align: center;
}

.right-footer h5 {
    color: #fff;
    font-size: 16px;
}

.left-footer {
    text-align: center;
    padding-top: 6px;
}

.social li {
    background: #fff;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    padding: 5px;
}

.social li .fa-facebook {
    color: #3b5998;
}

.social li .fa-twitter {
    color: #00aced;
}

.social li .fa-instagram {
    color: #fccc63;
}

.social li .fa-youtube-play {
    color: #bb0000;
}

.news-slider {
    background: #eef1b8;
    height: 32px;
    padding: 5px;
    color: #fff;
    position: relative;
}

.simply-scroll .simply-scroll-clip {
    direction: ltr;
    width: 100%;
    height: auto;
}

.simply-scroll {
    width: 100%;
    height: auto;
    margin: 0;
}

.simply-scroll .simply-scroll-list li {
    /*width: auto;*/
    height: 40px;
    color: #414143;
}

.simply-scroll .simply-scroll-list {}

.news-head {
    background: url(../images/brnews-bg-rtl.png) no-repeat;
    color: #fff;
    position: absolute;
    z-index: 2;
    font-size: 16px;
    padding: 4.8px;
    top: 0;
    background-size: 100% 100%;
    padding-left: 33px;
    padding-right: 21px;
    right: 0px;
}

.our-message .no-padding:last-child .pop-message {
    border: 0;
}

header .dropdown .btn {
    background-color: transparent;
    border: 0;
    font-size: 16px;
    padding: 0;
}

header .dropdown .dropdown-menu {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: .5s;
    background: #f1f1f1;
    top: 31px;
}

header .dropdown .dropdown-menu:before {
    position: absolute;
    content: '';
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #f1f1f1;
    top: -8px;
    right: 9%;
}

header .dropdown .dropdown-menu li a {
    font-size: 14px;
}

.slider .carousel-inner {
    height: 530px;
}

.slider .item,
.slider .item img {
    height: 100%;
    width: 100%;
}

.slider .item .carousel-caption {
    background: rgba(25, 166, 157, .7);
    top: 0;
    bottom: 57%;
    left: 11%;
    right: 45%;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-delay: .4s;
    padding: 22px;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-delay: 1s;
}

.no-padding {
    padding: 0;
    margin: 0;
}

.logo.left img {
    width: auto;
    margin-right: auto;
    margin-left: auto;
}


/*internal pages 6-5-2017*/

.about {
    background: rgba(25, 166, 157, 1);
    padding: 22px;
    color: white;
}

.about .text {
    text-align: justify;
    height: auto;
    width: 100%;
    word-wrap: break-word;
    word-break: normal;
    word-spacing: 1px;
    margin: 10px 0;
}

.latest-news {
    margin: 10px 0;
}

.news-block {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
    transition: 0.3s all ease-in;
    margin: 10px 0;
}

.news-block:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .4);
    transition: 0.3s all ease-out;
}

.news-block img {
    width: 100%;
    height: 300px;
}

.news-block .text {
    width: 100%;
    padding: 10px;
    text-align: justify;
    /*height: auto;*/
    height: 75px;
    line-height: 22px;
    overflow: hidden;
    word-break: normal;
    word-wrap: break-word;
    word-spacing: 1px;
}
.news-block .text *{
    line-height: 22px;
}
.news-block .more {
    text-align: left;
    margin: 5px 0;
    padding: 10px;
}

.news-block .more .btn {
    background-color: rgba(25, 166, 157, 1);
    color: white;
    border-radius: 0;
    border-color: white;
}

.news-block .more .btn:hover {
    background-color: white;
    color: rgba(25, 166, 157, 1);
    border-radius: 0;
    border-color: rgba(25, 166, 157, 1);
}

.download {
    border: 2px dashed white;
    margin: 10px 0;
}

.news-img {
    width: 77%;
    height: 400px;
    padding-right: 25%;
}

.news-img img {
    width: 100%;
    height: 100%;
}

.img-thumbnail {
    border-radius: 0;
}

.post .text {
    background-color: #eef1b8;
    border: 2px solid rgba(25, 166, 157, 1);
    width: 100%;
    padding: 10px;
    text-align: justify;
    line-height: 25px;
    height: auto;
    word-break: normal;
    word-wrap: break-word;
    word-spacing: 1px;
    margin: 15px 0;
    /*color: white;*/
}

.file {
    width: 100px;
    height: 100px;
    margin: 5px auto;
    text-align: center;
    border: 1px solid #fff;
    background-color: white;
    overflow: hidden;
}

/*edit 16-5-2017*/

.gallery-sec h1{
    text-align:center;
    margin: 20px auto;
}
.gallery-item{
    width: 100%;
    height:335px;
    overflow:hidden;
    margin:5px 0;
    transition:0.3s all ease-in;
}
.gallery-item figure{
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden;
    transition:0.3s all ease-in;
}
.gallery-item figure>img{
    width:100%;
    height:100%;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    -webkit-filter: grayscale(0.7);
    -moz-filter: grayscale(0.7);
    -o-filter: grayscale(0.7);
    filter: grayscale(0.7);
    transition:0.3s all ease-in;
}
.gallery-item figure>figcaption{
    position:absolute;
    width:100%;
    bottom:0;
    text-align:center;
    color:white;
    opacity:0;
    background-color: rgba(0,0,0,0.5);
    padding: 15px;
    transition:0.5s all ease-in;
}
.gallery-item:hover figure>img{
        -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    transition:0.3s all ease-out;
}
.gallery-item:hover figure>figcaption{
    opacity:1;
    bottom:135px;
    transition:0.5s all ease-out;
}

/*edit 16-5-2017*/