/* arabic */
/*@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    src: local('Cairo'), local('Cairo-Regular'), url(../fonts/cairo/MoGpUcTu_oZLf0bsrG2xFQ.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+FB50-FDFF, U+FE80-FEFC;
}*/
/* latin-ext */
/*@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    src: local('Cairo'), local('Cairo-Regular'), url(../fonts/cairo/iZqLGfCYEEkWEsr6HQRnSQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}*/
/* latin */
/*@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    src: local('Cairo'), local('Cairo-Regular'), url(../fonts/cairo/gtxIPk0-ZE5IZ2RrdsRLuQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}*/



@charset "UTF-8";

@font-face {
    font-family: 'DroidKufiBold';
    src: url('../fonts/droidkufi-bold.eot');
    src: url('../fonts/droidkufi-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/droidkufi-bold.woff') format('woff'), url('../fonts/droidkufi-bold.ttf') format('truetype'), url('../fonts/droidkufi-bold.svg#webfontRl4nowrT') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidKufiLight';
    src: url('../fonts/droidkufi-regular.eot');
    src: url('../fonts/droidkufi-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/droidkufi-regular.woff') format('woff'), url('../fonts/droidkufi-regular.ttf') format('truetype'), url('../fonts/droidkufi-regular.svg#webfontRl4nowrT') format('svg');
    font-weight: normal;
    font-style: normal;
}




body {
    margin: 0;padding: 0;
}
h1, h2, p, div {
    font-family: DroidKufiLight, arial;
    font-weight: normal;
}

.captionTitle {
    font-family: DroidKufiLight, arial;
    font-weight: bold;
    font-size: 22px;
    padding: 5px;
    text-align: center;
    background: rgba(189, 17, 28, 0.9);
    text-align: center;
}
.captionDescription {
    background: rgba(0, 0, 0, 0.9);
    padding: 10px;
    text-align: justify;
}

embed{
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

.section-title h3 {
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative;
    text-align: right;
    direction: rtl;
}

.section-title h3:after {
    border-bottom: 3px solid #bb111d;
    bottom: 0;
    content: "";
    height: 3px;
    right: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 10%;
}

section p {
    line-height: 2;
    direction: rtl;
    text-align: justify;
    font-size: 1.3em;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding: 15px;
}
.imageBorder {
    width: 100%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.35);
}




/*chat*/

.chat {
    height: calc(100% - 69px);
}

.chat-container {
    height: 100%;
}

/* User Bar */

.user-bar {
    height: 55px;
    background: #005e54;
    color: #fff;
    padding: 0 8px;
    font-size: 24px;
    position: relative;
    z-index: 1;
}

.user-bar:after {
    content: "";
    display: table;
    clear: both;
}

.user-bar div {
    float: right;
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    font-family: 'Open Sans', sans-serif;
}

.user-bar .actions {
    float: right;
    margin: 0 0 0 20px;
}

.user-bar .actions.more {
    margin: 0 12px 0 32px;
}

.user-bar .actions.attachment {
    margin: 0 0 0 30px;
}

.user-bar .actions.attachment i {
    display: block;
    transform: rotate(-45deg);
}

.user-bar .avatar {
    margin: 0 0 0 5px;
    width: 36px;
    height: 36px;
}

.user-bar .avatar img {
    border-radius: 50%;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    display: block;
    width: 100%;
}

.user-bar .name {
    font-size: 17px;
    font-weight: 600;
    text-overflow: ellipsis;
    letter-spacing: 0.3px;
    margin: 0 0 0 8px;
    overflow: hidden;
    white-space: nowrap;
    width: 48%;
}

.user-bar .status {
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
}

/* Conversation */

.conversation {
    position: relative;
    background: #efe7dd url("../data/images/4e765036-1639-11e6-9201-67e728e86f39.jpg") repeat;
    z-index: 0;
}

.conversation ::-webkit-scrollbar {
    transition: all .5s;
    width: 5px;
    height: 1px;
    z-index: 10;
}

.conversation ::-webkit-scrollbar-track {
    background: transparent;
}

.conversation ::-webkit-scrollbar-thumb {
    background: #b3ada7;
}

.conversation .conversation-container {
    height: calc(100% - 68px);
    box-shadow: inset 0 10px 10px -10px #000000;
    overflow-x: scroll;
    padding: 0 16px;
    margin-bottom: 5px;
    max-height: 300px;
}

.conversation .conversation-container:after {
    content: "";
    display: table;
    clear: both;
}

/* Messages */

.message {
    color: #000;
    clear: both;
    line-height: 18px;
    font-size: 15px;
    padding: 8px;
    position: relative;
    margin: 8px 0;
    max-width: 85%;
    word-wrap: break-word;
    z-index: -1;
}

.message:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}

.metadata {
    display: inline-block;
    float: right;
    padding: 0 0 0 7px;
    position: relative;
    bottom: -4px;
}

.metadata .time {
    color: rgba(0, 0, 0, .45);
    font-size: 11px;
    display: inline-block;
}

.metadata .tick {
    display: inline-block;
    margin-left: 2px;
    position: relative;
    top: 4px;
    height: 16px;
    width: 16px;
}

.metadata .tick svg {
    position: absolute;
    transition: .5s ease-in-out;
}

.metadata .tick svg:first-child {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(800px) rotateY(180deg);
    transform: perspective(800px) rotateY(180deg);
}

.metadata .tick svg:last-child {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(800px) rotateY(0deg);
    transform: perspective(800px) rotateY(0deg);
}

.metadata .tick-animation svg:first-child {
    -webkit-transform: perspective(800px) rotateY(0);
    transform: perspective(800px) rotateY(0);
}

.metadata .tick-animation svg:last-child {
    -webkit-transform: perspective(800px) rotateY(-179.9deg);
    transform: perspective(800px) rotateY(-179.9deg);
}

.message:first-child {
    margin: 16px 0 8px;
}

.message.received {
    background: #fff;
    border-radius: 0px 5px 5px 5px;
    float: left;
}

.message.received .metadata {
    padding: 0 0 0 16px;
}

.message.received:after {
    border-width: 0px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
    top: 0;
    left: -10px;
}

.message.sent {
    background: #e1ffc7;
    border-radius: 5px 0px 5px 5px;
    float: right;
}

.message.sent:after {
    border-width: 0px 0 10px 10px;
    border-color: transparent transparent transparent #e1ffc7;
    top: 0;
    right: -10px;
}

/* Compose */

.conversation-compose {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    overflow: hidden;
    height: 50px;
    width: 100%;
    z-index: 2;
}

.conversation-compose div,
.conversation-compose input {
    background: #fff;
    height: 100%;
}

.conversation-compose .photo:after {
    border-width: 0px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    top: 0;
    right: -10px;
}

.conversation-compose .photo i {
    display: block;
    color: #7d8488;
    font-size: 24px;
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
}

.conversation-compose .send {
    background: transparent;
    border: 0;
    cursor: pointer;
    flex: 0 0 auto;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0;
    position: relative;
    outline: none;
}

.conversation-compose .send .circle {
    background: #008a7c;
    border-radius: 50%;
    color: #fff;
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conversation-compose .send .circle i {
    font-size: 24px;
    margin-left: 5px;
}

/* Small Screens */

@media (max-width: 768px) {
    .marvel-device.nexus5 {
        border-radius: 0;
        flex: none;
        padding: 0;
        max-width: none;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }

    .marvel-device > .screen .chat {
        visibility: visible;
    }

    .marvel-device {
        visibility: hidden;
    }

    .marvel-device .status-bar {
        display: none;
    }

    .screen-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .conversation {
        height: calc(100vh - 55px);
    }
    .conversation .conversation-container {
        height: calc(100vh - 120px);
    }
}
.whatsApp {width: 45%;}
.whatsApp:hover {opacity: 0.5}
#chatMessages span {
    direction: rtl !important;
    font-family: sans-serif !important;
}
/*chat*/

.backgroundImage {  padding: 5%;  background-position: center center;  background-size: cover;  position: relative;  z-index: 1;  }
.backgroundImage:after {  background: rgba(0,0,0,0.8) none repeat scroll 0 0;  position: absolute;  height: 100%;  width: 100%;  content: "";  left: 0;  top: 0;  z-index: -111;  }
.backgroundImage h3, .backgroundImage p {  color: #fff;  }
.single-blog {
    background: #fff;
    -webkit-transition: all 0.36s ease 0s;
    transition: all 0.36s ease 0s;
}
.single-blog img {
    padding: 10px 10px 0 10px;
    width: 100%;
}
.blog-content {
    padding: 25px;
}


@media screen and (max-width: 400px) {
    .articleSocialMediaIcons {display: none}
}


.articleSocialMediaIcons {
    position: fixed;
    bottom: auto;
    z-index: 1;
    background: #f2f2f2;
    padding: 12px 9px;
    width: 50px;
    transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    z-index: 999;
    top: 32%;
    left: 0;
}

.articleSocialMediaIcons::before {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    z-index: 10;
    width: 40px;
    height: 100%;
    background: rgba(0,0,0,.5);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: opacity .3s,-webkit-transform 0s .3s;
    transition: opacity .3s,transform 0s .3s;
}

.articleSocialMediaIcons .icon-fb {
    background: #3a5799;
}
.articleSocialMediaIcons a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-bottom: 12px;
    text-align: center;
    color: #fff;
}

.articleSocialMediaIcons .icon-fb:before {
    content: "u";
    font-size: 20px;
    line-height: 1.7;
}

.articleSocialMediaIcons .icon-tw {
    background: #1fa2f0;
}

.articleSocialMediaIcons .icon-tw:before {
    content: "v";
    font-size: 20px;
    line-height: 1.7;
}

.articleSocialMediaIcons .icon-ggl {
    background: #d55142;
}

.articleSocialMediaIcons .icon-ggl:before {
    content: "w";
    font-size: 20px;
    line-height: 1.6;
}
a, li {
    text-decoration: none !important;
}