@import url(//fonts.googleapis.com/earlyaccess/notonaskharabic.css);
@import url(//fonts.googleapis.com/earlyaccess/thabit.css);
@import url(//fonts.googleapis.com/earlyaccess/notosansbrahmi.css);
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

@font-face {
    font-family: GE_SS_Two_Medium;
    src: url('../fonts/GE_SS_Two_Medium.otf');
}

* {
    padding: 0px;
    margin: 0px;
    font-family: GE_SS_Two_Medium;
    box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
body,
a {
    font-family: GE_SS_Two_Medium, serif;


}

p {
    font-size: 12px;
    padding: unset !important;
}

span {
    padding: unset !important;
}

#header {

    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-image: url("../content/images/567997271-2019-03-15-445429.jpg");
}

.m-p-r {
    padding-right: 15px;
}

.mbr-figure {
    margin: 0 auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center;
}

.mbr-figure img,
.mbr-figure iframe {
    display: block;
    width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

.img-block {
    margin: auto;
    width: 100% !important;
}

.col-2 {
    column-count: 2;
}

.navbar-wrapper {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 10;
}

.navbar {
    border-radius: 0px !important;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar-azm {
    background-color: unset;
    border-color: unset;
    border: unset;
    margin-bottom: 0;
}

.navbar-azm .navbar-header {
    background-color: #6eaea2;
    border-color: #6eaea2;
}

.navbar-azm .nav-azm.navbar-nav {
    width: 70%;
    background-color: #6eaea2;
    border-color: #6eaea2;
    margin-bottom: 0;
}

.li-live {
    margin: 20px;

    color: #fff;
}

.navbar-nav>li.live {
    background-image: url("../content/imgs/live.png");
    height: 35px;
    width: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 15px;
}

.main {

    margin-top: 10px;
}

/* Bootstrap 3 text input with search icon */

.has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
}

.has-search .form-control {
    padding-right: 12px;
    padding-left: 34px;
}

.azm-control {
    padding: 5px;
    text-align: center;
    width: 200px;
    background-color: #ccc;
    border-color: #ccc;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #ccc;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.azm-search {
    background-image: url("../content/imgs/icon-search.png");
    height: 50px;
    width: 50px;

    background-repeat: no-repeat;
    background-color: unset;
    border-color: unset;
    border: unset;

    margin-top: -8px;
    left: -10px !important;
}

.navbar-azm .navbar-nav>li>a {
    color: #fff;
    font-weight: bold;
}

.navbar-azm .navbar-nav>li>a:focus,
.navbar-azm .navbar-nav>li>a:hover {
    color: #75448b;
    background-color: unset;
}

.navbar-azm .navbar-nav>.active>a,
.navbar-azm .navbar-nav>.active>a:focus,
.navbar-azm .navbar-nav>.active>a:hover {
    color: #75448b;
    background-color: unset;
}

.navbar .navbar-collapse {}

.navbar-inverse .navbar-nav>li>a {
    font-size: 1.3em;
}

.navbar-nav>li>a {}

.nav>li>a {}

.home-page {
    margin-top: 20px;
    margin-bottom: 80px;
}

/* .col-video CSS update */
.col-video {

    background: linear-gradient(rgba(197, 193, 193, 0.5) 100%, rgba(197, 193, 193, 0.5)100%), url("../content/imgs/headerbackground.jpg");

    /* Set a specific height */
    min-height: 440px;

    /* Create the parallax scrolling effect */
    background-attachment: scroll;
    /* Changed from fixed for better compatibility */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px;
    margin-bottom: 30px;
}

.col-video .gal-item {
    overflow: hidden;
    padding: 3px;
}

.col-video .gal-item .box {
    height: 350px;
    overflow: hidden;
}

.col-video .gal-item .box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.col-video .gal-items {
    overflow: hidden;

    padding-bottom: 5px;
    padding-right: 50px;
    padding-top: 3px;
}

.col-video .gal-items .box {
    height: 165px;
    overflow: hidden;
}

.col-video .gal-items .box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.album {
    height: 300px;
    overflow: hidden;

    position: relative;
}

.album>img {}

.album .item {
    width: 134px;
    height: 134px;
    float: right;
}

.album .item img {

    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.cover-album {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.cover-album h2 {

    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img-album {
    height: 150px;
    overflow: hidden;
    width: 100%;
    position: relative;

}

.img-album img {
    height: 150px;
    width: 100%;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transform: scale(1, 1);
}

._3etu,
._3etw {
    background: #fff;
    border: solid 1px #dddfe2;
    border-top-color: rgb(221, 223, 226);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(221, 223, 226);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(221, 223, 226);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(221, 223, 226);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    position: absolute;
}

._3ett {
    background: #fff;
    position: relative;
    text-align: center;
    vertical-align: middle;
    z-index: 2;

    top: -2px;
}

._3etw {
    right: 23px;
    top: 6px;
    z-index: 0;
}

._3etu {
    right: 20px;
    top: 3px;
    z-index: 1;

}

.shadow {
    margin-top: 15px;
    margin-bottom: 15px;
}

.text-white {
    color: #fff;
}

.text-white:hover {
    color: #ccc;
    text-decoration: none;
}

.footer {
    padding-top: 30px;
    padding-bottom: 30px;

    background: #2e2e2e url("../content/imgs/headerbackground.jpg");
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2000;
    text-align: center;
    color: #fff
}

.footer .text-left,
.footer .text-right {
    font-family: 'Quicksand', sans-serif;
}

a {
    color: #75448b;
}

a:hover {
    text-decoration: none;
}

article.post {
    margin-bottom: 10px;
}

.post_content,
.social-network-div {
    margin-bottom: 50px;
}

.gal-container {
    padding: 12px;
}

.gal-item {
    overflow: hidden;
    padding: 3px;
}

.gal-item .box {
    height: 350px;
    overflow: hidden;
}

.gal-item-m .box {
    height: 100px;
    overflow: hidden;
}

.gal-item-post {
    overflow: hidden;
    padding: 3px;
    height: 650px
}

.gal-item-post .box {
    height: 350px;
    overflow: hidden;
}

.gal-item-post-c .box {
    height: 250px;
    overflow: hidden;
}

.box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.gal-item a:focus,
.gal-items a:focus,
.gal-item-post a:focus,
.gal-item-post-c a:focus,
.gal-item-post-m a:focus {
    outline: none;
}

.gal-item a:after {
    content: "\f01d";
    font-family: 'FontAwesome';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.gal-item-m a:after {

    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 100px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.gal-item-post a:after {

    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.gal-item-post-c a:after {

    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 250px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.gal-items a:after {
    content: "\f01d";
    font-family: 'FontAwesome';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 50px;
    left: 3px;
    top: 0px;
    bottom: 3px;
    text-align: center;
    line-height: 165px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after,
.gal-items a:hover:after {
    opacity: 1;
}

.modal-open .gal-container .modal {
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-open .gal-item .modal-body {
    padding: 0px;
}

.modal-open .gal-item button.close {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}

.modal-open .gal-item button.close:focus {
    outline: none;
}

.modal-open .gal-item button.close span {
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow: none;
}

.gal-container .modal-dialogue {
    width: 80%;
}

.gal-container .description {
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: left;
}

.gal-container .description h4 {
    margin: 0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}

.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}

@media (max-width: 1023px) {
    .col-2 {
        column-count: 1;
    }
}

@media (min-width: 768px) {

    .gal-container .modal-dialog {
        width: 55%;
        margin: 50px auto;
    }
}

@media (max-width: 768px) {
    .gal-container .modal-content {
        height: 250px;
    }
}

/* Footer Style */
i.red {
    color: #BC0213;
}

.gal-container {
    padding-top: 75px;
    padding-bottom: 75px;
}

footer {
    font-family: 'Quicksand', sans-serif;
}

footer a,
footer a:hover {
    color: #88C425;
}



/* line 22, ../sass/demo.scss */
.container {
    max-width: 1170px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* line 32, ../sass/demo.scss */
.container .gallery a img {
    float: right;
    width: 20%;
    height: auto;
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}

/* line 46, ../sass/demo.scss */
.container .gallery a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 5;
}

/* line 57, ../sass/demo.scss */
.container .gallery a.big img {
    width: 100%;
}

/* line 65, ../sass/demo.scss */
.align-center {
    text-align: center;
}

.azm-text {
    color: #75448b;
}

.azm-btn {
    background-color: #75448b;
}

.azm-btn:hover {
    color: #fff;
    background-color: #75448b;
}

.post_date {
    background: #704080;
    border-color: #704080;
    padding: 11px;
    color: #fff;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.display_none {
    display: none;
}

.pagination li.active a {
    background-color: #75448b;
    border-color: #75448b;
}

.pagination li>a {
    color: #75448b;

}

.pagination li>a:hover {
    background-color: #75448b;
    border-color: #75448b;
    color: #fff
}

.list-blog {
    list-style: none;

}

.list-blog li {
    float: right;
    padding: 10px 15px;
    border: none;
    height: 220px;
}

.list-blog li>a i {
    color: #6eaea2 !important;
    display: inline-block;
}

.list-blog li>a {
    color: #75448b;
    display: inline-block;
}

.list-blog li>a:hover {

    color: #6eaea2;
    text-decoration: none;
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
    background: #707070;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}


.social-network a.icoFacebook {
    background-color: #3B5998;
}

/* footer social icons */
.social-network a.icoWhatsatpp {
    background-color: #25d366;
}

.social-network a.icoFacebook:hover {
    background-color: #466dbd;
}

.social-network a.icoWhatsatpp:hover {
    background-color: #075e54;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.navbar-toggle {
    float: right;
    margin-right: 15px;
    margin-left: auto;
}


.carousel-control.left {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: unset;
    background: none;
}

.carousel-control.right {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: unset;
    background: none;
}

.carousel a span {

    color: #75448b;
}

.carousel a span:hover {
    color: #75448b;

}

.metaInfo {
    margin-top: 25px;
}

@media(max-width: 1199px) {}

@media(max-width: 991px) {}

@media(min-width:768px) {}

@media(max-width: 767px) {}

.fixed-menu {
    background: #6eaea2 !important;
}

.example1 {

    z-index: 22222;
    height: 30px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;

}

.example1 h3 {
    display: inline-block;
    font-size: 1.5rem;
    color: #383838;
    position: absolute;
    width: 200%;
    height: 100%;
    margin: 0;
    line-height: 30px;
    text-align: center;
    /* Starting position */
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    /* Apply animation to this element */
    -moz-animation: example1 50s linear infinite;
    -webkit-animation: example1 50s linear infinite;
    animation: example1 50s linear infinite;
}

/* Move it (define the animation) */
@-moz-keyframes example1 {
    0% {
        -moz-transform: translateX(-100%);
    }

    100% {
        -moz-transform: translateX(0%);
    }
}

@-webkit-keyframes example1 {
    0% {
        -webkit-transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes example1 {

    100% {
        -moz-transform: translateX(100%);
        /* Firefox bug fix */
        -webkit-transform: translateX(100%);
        /* Firefox bug fix */
        transform: translateX(100%);
    }

    0% {
        -moz-transform: translateX(-100%);
        /* Firefox bug fix */
        -webkit-transform: translateX(-100%);
        /* Firefox bug fix */
        transform: translateX(-100%);
    }

}

.example1 h3 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: inherit;

}

.example1 h3 span {
    font-size: 2em;
    background: transparent url('../content/imgs/small_window.png') no-repeat 100% 100%;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: -6px;
    display: inline-block;
    vertical-align: middle;
}

.example1 h3 a {
    color: #fff;
}

.example1 h3 a:hover {
    text-decoration: none;
    color: #6eaea2;

}

.example1 h3:hover {

    /* Starting position */
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(100%);
    /* Apply animation to this element */
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}


.example1 h3 a:hover {
    text-decoration: none;
    color: #6eaea2;
    /* Starting position */
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(100%);
    /* Apply animation to this element */
    animation-play-state: paused;
}

.example1 h3:hover {
    text-decoration: none;
    color: #6eaea2;
    /* Starting position */
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(100%);
    /* Apply animation to this element */
    animation-play-state: paused;
}

.img-box-volenteer {
    height: 200px !important;
}

@media only screen and (max-width: 767px) {


    .navbar-azm .nav-azm.navbar-nav {
        width: 100%;

    }

    .navbar-nav {
        margin: 0;
    }

    .navbar .navbar-nav {
        background-color: #6eaea2;
        border-color: #6eaea2;
        width: 100%;
    }

    .navbar-form {
        border: none;
    }

    .azm-control {
        margin: 20px
    }

    .azm-search {

        margin: 30px;

        margin-top: 10px;
        left: 0px !important;

    }

    #header {
        height: 170px;
        min-height: 170px;
        background-size: contain;
        background-position: bottom;
    }

    .example1 h3 a {
        color: #75448b !important;
        ;
    }

    .img-box {
        height: 270px !important;
    }

    .col-video .gal-items {
        overflow: hidden;
        padding: 3px;

    }

    .gal-items a:after {

        right: 0px;
    }
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.back-to-top span {}

.btn-arrow {
    border: solid #75448b;
    border-radius: 30%;
    background: #fff;
}