@font-face{
  font-family:'Droid Arabic Kufi';
  font-style:normal;
  font-weight:400;
  src:url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Regular.eot);
  src:url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
  url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Regular.woff2) format('woff2'),
  url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Regular.woff) format('woff'),
  url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Regular.ttf) format('truetype')}@font-face{font-family:'Droid Arabic Kufi';font-style:normal;font-weight:700;src:url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.eot);src:url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
  url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.woff2) format('woff2'),
  url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.woff) format('woff'),
  url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.ttf) format('truetype')}@font-face{font-family:'Droid Arabic Naskh';font-style:normal;font-weight:400;src:url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabicnaskh/v4/DroidNaskh-Regular.eot);src:url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabicnaskh/v4/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'),
  url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabicnaskh/v4/DroidNaskh-Regular.woff2) format('woff2'),
  url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabicnaskh/v4/DroidNaskh-Regular.woff) format('woff'),
  url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabicnaskh/v4/DroidNaskh-Regular.ttf) format('truetype')}@font-face{font-family:'Droid Arabic Naskh';font-style:normal;font-weight:700;src:url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabicnaskh/v4/DroidNaskh-Bold.eot);src:url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabicnaskh/v4/DroidNaskh-Bold.eot?#iefix) format('embedded-opentype'),
  url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabicnaskh/v4/DroidNaskh-Bold.woff2) format('woff2'),
  url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabicnaskh/v4/DroidNaskh-Bold.woff) format('woff'),
  url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabicnaskh/v4/DroidNaskh-Bold.ttf) format('truetype')}html{overflow-x:hidden}body{font-size:13px;line-height:1.8;font-family:'Droid Arabic Naskh'}
  
/* =================================== */
/*  Basic Style 
/* =================================== */
::-moz-selection {
  /* Code for Firefox */
  background-color: #3895d3;
  color: #fff; }

::selection {
  background-color: #3895d3;
  color: #fff; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300; }

  *{
    box-sizing: border-box;
  }

body {
  direction: rtl;
  color: #777777;
  font-family: "droid arabic naskh", "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.625em;
  position: relative; 
}

/* Landing Page */
  .cover-pic {
    width: 100%;
    height: 100%;
    padding: 0px;
    background-size: cover;
    background-image: linear-gradient(to left, #02353c 20%,rgba(255,255,255,0) 69%), url('../images/landing-page.jpg');
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  @media screen and (max-width: 768px){
    .cover-pic {
      background-image: linear-gradient(to top, #02353c 20%,rgba(255,255,255,0) 69%), url('../images/landing-pic-mobile.jpg');
      background-position: right;
    }
  }
  .social-media {
    float: right;
    text-align: center;
    margin-top: 50px;
    padding: 10px
  }
  .social-media li {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 22px;
    padding: 15px;
    box-shadow: 0 8px 12px rgba(156, 156, 156, 0.7);
    margin-left: 15px;
    border-radius: 100%;
    transition: all .2s ease-in-out;
    min-width: 52px;
  }
  .social-media li:hover {
    transform: scale(1.1);  
  }
  .social-media li a {
    color: #fff;
    text-decoration: none;
  }	
  .author-name{
    text-align: right;
    padding-right: 200px;
    padding-top: 280px;
  }
  @media screen and (max-width: 768px){
    .author-name{
      text-align: center;
      padding-right: 0px;
      padding-top: 400px;
    }
  }
  .author-name h1{
    font-weight: 100;
    font-size: 4em;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'droid arabic kufi';
  }
  .author-name h3{
    font-size: 1.3em;
    color: #fff;
    font-family: 'droid arabic kufi';
  }
  .author-name .home-btn{
    margin-top: 30px;
    padding: 10px;
  }
  .author-name .home-btn a{
    width: 200px;
    border-radius: 25px;
    padding: 10px;
  }
  .author-name .home-btn i{
    color: #02353c ;
  }

/* Header Div */
  .header-div{
    background-color: #02353c;
    width: 85%;
    margin: auto;
    margin-top: 20px;
    border-radius: 15px;
    box-shadow: 0px 25px 25px 0px lightgrey;
  }

  @media screen and (max-width: 800px){
    .header-div{
      width: 100%;
      margin-top: 0px;
      border-radius: 0px;
    }
  }
  
  .header-div .ht-options {
    width: 100%;
    padding: 5px 0;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    background-color: rgba(255, 255, 255, 0.1)!important;
  }
  @media screen and (max-width: 800px){
    .header-div .ht-options {
      border-radius: 0px;
    }
  }
  .header-div .ht-options .ht-widget ul li {
    font-size: 11px;
    color: #c4c4c4;
    list-style: none;
    display: inline-block;
    margin-right: 30px;
    position: relative;
    font-family: 'droid arabic kufi';
  }
  
  .header-div .ht-options .ht-widget ul li i {
    font-size: 13px;
    color: #ffffff;
    margin-right: 5px;
  }
  
  .header-div .ht-options .ht-widget ul li span {
    font-size: 13px;
    color: #eaeaea;
  }
  
  .header-div .ht-options .ht-widget ul li span sup {
    font-size: 12px;
    text-transform: uppercase;
  }
  
  .header-div .ht-options .ht-widget ul li:last-child {
    margin-right: 0;
  }
  
  .header-div .ht-options .ht-widget ul li:last-child:after {
    display: none;
  }
  
  .header-div .ht-options .ht-social {
    text-align: right;
  }
  
  .header-div .ht-options .ht-social a {
    font-size: 13px;
    color: #ffffff;
    display: inline-block;
    margin-left: 9px;
  }
  @media only screen and (max-width: 800px) {
    .header-div .ht-options .ht-social{
      text-align: center;
      font-size: 28px;
    }
    .header-div .ht-options .ht-widget{
      text-align: center;
    }
    .header-div .ht-options .ht-widget ul li{
      font-size: 13px;
    }
	}

    /*
  cover pic
  */
  .cover{
    width: 100%;
    margin: auto;
    height: 100px;
    background-image: url('../images/cover-photo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top: 4px solid rgba(255, 255, 255, 0.5)!important;
    border-bottom: 4px solid rgba(255, 255, 255, 0.5)!important
  }

  @media only screen and (max-width: 800px) {
    .cover{
      background-image: url('../images/cover-mobile.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      margin-top: 0px!important;
      border: none;
    }
  }
  
/* End of Header Div */


ol, ul {
  margin: 0;
  padding: 0;
  list-style: none; }

select {
  display: block; }

figure {
  margin: 0; }

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

iframe {
  border: 0; }

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0; }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0; }

/**
 *  Typography
 *
 **/
h1, h2, h3,
h4, h5, h6 {
  font-family: "droid arabic naskh", calibri;
  color: #02353c;
  line-height: 1.2em;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600; }

h1{
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3{
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px;
  color: #222222; }

td, th {
  border-radius: 0px; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table; }
.clear::after {
  clear: both; }

.fz-11 {
  font-size: 11px; }

.fz-12 {
  font-size: 12px; }

.fz-13 {
  font-size: 13px; }

.fz-14 {
  font-size: 14px; }

.fz-15 {
  font-size: 15px; }

.fz-16 {
  font-size: 16px; }

.fz-18 {
  font-size: 18px; }

.fz-30 {
  font-size: 30px; }

.fz-48 {
  font-size: 48px !important; }

.fw100 {
  font-weight: 100; }

.fw300 {
  font-weight: 300; }

.fw400 {
  font-weight: 400 !important; }

.fw500 {
  font-weight: 500; }

.f700 {
  font-weight: 700; }

.fsi {
  font-style: italic; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-100 {
  margin-top: 100px; }

.mt-120 {
  margin-top: 120px; }

.mt-150 {
  margin-top: 150px; }

.ml-0 {
  margin-left: 0 !important; }

.ml-5 {
  margin-left: 5px !important; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-30 {
  margin-left: 30px; }
  .ml-40 {
    margin-left: 40px; }
  

.ml-50 {
  margin-left: 50px; }

  .ml-60 {
    margin-left: 60px; }
  
.mr-0 {
  margin-right: 0 !important; }

.mr-5 {
  margin-right: 5px !important; }

.mr-15 {
  margin-right: 15px; }

.mr-10 {
  margin-right: 10px; }

.mr-20 {
  margin-right: 20px; }

.mr-30 {
  margin-right: 30px; }

.mr-50 {
  margin-right: 50px; }

.mb-0 {
  margin-bottom: 0px; }

.mb-0-i {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-100 {
  margin-bottom: 100px; }

.pt-0 {
  padding-top: 0px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.pt-60 {
  padding-top: 60px; }

.pt-70 {
  padding-top: 70px; }

.pt-80 {
  padding-top: 80px; }

.pt-90 {
  padding-top: 90px; }

.pt-100 {
  padding-top: 100px; }

.pt-120 {
  padding-top: 120px; }

.pt-150 {
  padding-top: 150px; }

.pt-170 {
  padding-top: 170px; }

.pb-0 {
  padding-bottom: 0px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-120 {
  padding-bottom: 120px; }

.pb-150 {
  padding-bottom: 150px; }

.pr-30 {
  padding-right: 30px; }

.pl-30 {
  padding-left: 30px; }

.pl-90 {
  padding-left: 90px; }

.p-40 {
  padding: 40px; }

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }  


#back-top {
  position: fixed;
  right: 0;
  bottom: 30px;
  cursor: pointer;
  z-index: 9999999;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  #back-top a {
    background: #90acd1;
    display: block;
    text-align: center;
    width: 35px;
    height: 40px;
    border-radius: 5px 5px 0 0;
    padding: 12px 8px 8px 7px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    #back-top a i {
      font-size: 22px;
      color: #fff; }
    #back-top a:hover {
      box-shadow: 0 8px 12px rgba(156, 156, 156, 0.7); }

.back-top-animation {
  right: 20px !important;
  opacity: 1 !important;
  -webkit-transition: all 0.4s ease-in !important;
  -moz-transition: all 0.4s ease-in !important;
  -o-transition: all 0.4s ease-in !important;
  transition: all 0.4s ease-in !important; }

.primary-btn {
  color: #fff;
  padding: 0 52px;
  background: #3895d3;
  overflow: hidden;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #3895d3;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (max-width: 767px) {
    .primary-btn {
      padding: 0 35px; } }
  .primary-btn:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 13px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    color: #fff; }
    @media (max-width: 767px) {
      .primary-btn:before {
        padding: 8px 0; } }
  .primary-btn:hover {
    background: #fff;
    border: 1px solid #3895d3; }
    .primary-btn:hover:before {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      -moz-transform: translate3d(0, 100%, 0);
      -ms-transform: translate3d(0, 100%, 0);
      -o-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); }
    .primary-btn:hover span {
      opacity: 1;
      color: #3895d3;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .primary-btn:hover span:nth-child(1) {
        -webkit-transition-delay: 0.01s;
        -moz-transition-delay: 0.01s;
        -o-transition-delay: 0.01s;
        transition-delay: 0.01s; }
      .primary-btn:hover span:nth-child(2) {
        -webkit-transition-delay: 0.05s;
        -moz-transition-delay: 0.05s;
        -o-transition-delay: 0.05s;
        transition-delay: 0.05s; }
      .primary-btn:hover span:nth-child(3) {
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s; }
      .primary-btn:hover span:nth-child(4) {
        -webkit-transition-delay: 0.15s;
        -moz-transition-delay: 0.15s;
        -o-transition-delay: 0.15s;
        transition-delay: 0.15s; }
      .primary-btn:hover span:nth-child(5) {
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      .primary-btn:hover span:nth-child(6) {
        -webkit-transition-delay: 0.25s;
        -moz-transition-delay: 0.25s;
        -o-transition-delay: 0.25s;
        transition-delay: 0.25s; }
      .primary-btn:hover span:nth-child(7) {
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s; }
      .primary-btn:hover span:nth-child(8) {
        -webkit-transition-delay: 0.35s;
        -moz-transition-delay: 0.35s;
        -o-transition-delay: 0.35s;
        transition-delay: 0.35s; }
      .primary-btn:hover span:nth-child(9) {
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s; }
      .primary-btn:hover span:nth-child(10) {
        -webkit-transition-delay: 0.45s;
        -moz-transition-delay: 0.45s;
        -o-transition-delay: 0.45s;
        transition-delay: 0.45s; }
      .primary-btn:hover span:nth-child(11) {
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s; }
      .primary-btn:hover span:nth-child(12) {
        -webkit-transition-delay: 0.55s;
        -moz-transition-delay: 0.55s;
        -o-transition-delay: 0.55s;
        transition-delay: 0.55s; }
      .primary-btn:hover span:nth-child(13) {
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s; }
      .primary-btn:hover span:nth-child(14) {
        -webkit-transition-delay: 0.65s;
        -moz-transition-delay: 0.65s;
        -o-transition-delay: 0.65s;
        transition-delay: 0.65s; }
      .primary-btn:hover span:nth-child(15) {
        -webkit-transition-delay: 0.7s;
        -moz-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s; }
      .primary-btn:hover span:nth-child(16) {
        -webkit-transition-delay: 0.75s;
        -moz-transition-delay: 0.75s;
        -o-transition-delay: 0.75s;
        transition-delay: 0.75s; }
      .primary-btn:hover span:nth-child(17) {
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s; }
      .primary-btn:hover span:nth-child(18) {
        -webkit-transition-delay: 0.85s;
        -moz-transition-delay: 0.85s;
        -o-transition-delay: 0.85s;
        transition-delay: 0.85s; }
      .primary-btn:hover span:nth-child(19) {
        -webkit-transition-delay: 0.95s;
        -moz-transition-delay: 0.95s;
        -o-transition-delay: 0.95s;
        transition-delay: 0.95s; }
      .primary-btn:hover span:nth-child(20) {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s; }
  .primary-btn span {
    display: inline-block;
    padding: 12px 0;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(10, 10px, 0);
    -moz-transform: translate3d(10, 10px, 0);
    -ms-transform: translate3d(10, 10px, 0);
    -o-transform: translate3d(10, 10px, 0);
    transform: translate3d(10, 10px, 0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
    @media (max-width: 767px) {
      .primary-btn span {
        padding: 8px 0; } }
  .primary-btn.white {
    border: 1px solid #90acd1;
    color: #3895d3;
    background: #fff; }
    .primary-btn.white span {
      color: #222222; }
    .primary-btn.white:before {
      color: #222222; }
    .primary-btn.white:hover {
      background: #90acd1;
      color: #fff; }
      .primary-btn.white:hover span {
        color: #fff; }

b, sup, sub, u, del {
  color: #3895d3; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em; }

  .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    width: 100%;
    margin: auto;
    min-height: 80px;
    border-radius: 15px;
    /* box-shadow: 0px 25px 25px 0px lightgrey; */
    /* top: 2px; */
    direction: rtl;
  }
  .bg-dark{
    background-color: #02353c!important;
  }
  @media screen and (max-width: 768px){
    .navbar{
      width: 100%;
      border-radius: 0px;
      position: relative;
      top:0;
      margin-top: 0px;
      padding-bottom: 15px;
    }
  }

    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.30rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
    }
    .navbar-dark .navbar-toggler {
        color: rgba(255,255,255,.5);
        border: none;
        outline: none;
    }
 .navbar-brand{
    display: none;
  }
  @media screen and (max-width: 992px){
    .navbar-brand{
      display: block;
    }
  }
  .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
  }
  
  ul.navbar-nav {
    text-align: right;
}
.navbar-dark .navbar-nav .nav-link{
  color: whitesmoke;
  font-family: 'Droid Arabic Kufi';
}
  @media screen and (max-width: 768px){
    .navbar-brand{
      font-weight: bolder;
      font-size: 1rem;
    }
    a.nav-link{
      font-weight: bold;
      font-size: 0.9rem!important;
    }
    ul.navbar-nav {
        text-align: right;
        padding: 10px 0px;
    }
    li.nav-item{
      border-top: 1px solid #ccc;
      padding: 5px 10px;
    }
    li.nav-item:hover{
      background-color: rgba(255, 255, 255, 0.1);
    }
  }
    a.nav-link{
      font-weight: bold;
      font-size: 1.2vw;
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0);
    }


    .navbar-icon-top .navbar-nav .nav-link > .fa {
      position: relative;
      width: 36px;
      font-size: 24px;
    }
    @media screen and (max-width: 768px){
      .navbar-icon-top .navbar-nav .nav-link > .fa {
        position: relative;
        width: 36px;
        font-size: 19px;
        float: right;
      }
    }
    
    .navbar-icon-top .navbar-nav .nav-link > .fa > .badge {
      font-size: 0.75rem;
      position: absolute;
      right: 0;
      font-family: sans-serif;
    }
    
    .navbar-icon-top .navbar-nav .nav-link > .fa {
      top: 3px;
      line-height: 12px;
    }
    
    .navbar-icon-top .navbar-nav .nav-link > .fa > .badge {
      top: -10px;
    }
    
    @media (min-width: 576px) {
      .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
      }
    
      .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa {
        display: block;
        width: 48px;
        margin: 2px auto 4px auto;
        top: 0;
        line-height: 24px;
      }
    
      .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa > .badge {
        top: -7px;
      }
    }
    
    @media (min-width: 768px) {
      .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
      }
    
      .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fa {
        display: block;
        width: 48px;
        margin: 2px auto 4px auto;
        top: 0;
        line-height: 24px;
      }
    
      .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fa > .badge {
        top: -7px;
      }
    }
    
    @media (min-width: 992px) {
      .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
        font-family: 'droid arabic kufi';
        font-size: 13px;
      }
    
      .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fa {
        display: block;
        width: 48px;
        margin: 2px auto 4px auto;
        top: 0;
        line-height: 24px;
      }
    
      .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fa > .badge {
        top: -7px;
      }
    }
    
    @media (min-width: 1200px) {
      .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
      }
    
      .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fa {
        display: block;
        width: 48px;
        margin: 2px auto 4px auto;
        top: 0;
        line-height: 24px;
      }
    
      .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fa > .badge {
        top: -7px;
      }
    }
    
    .card {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border: none;
      border-radius: .25rem;
  }

/* latestArticles */
.latestArticles{
  box-shadow: 0px 5px 25px 0px lightgrey;
  border-radius: 25px;
  text-align: right;
  padding: 25px;
}
.article-details{
  box-shadow: 0px 5px 25px 0px lightgrey;
  border-radius: 25px;
  text-align: right;
  padding: 25px;
}
.article-details .card .card-body .card-title{
  font-family: 'droid arabic naskh', 'calibri';
  font-size: 23px;
}
.related-articles .card .card-body{
  padding: 1.25rem 5px!important;
}
.related-articles h4, .related-articles h6{
   font-family: 'droid arabic kufi', 'droid arabic naskh', 'calibri';
}
.related-articles .card .card-body .card-title{
  font-family: 'droid arabic naskh', 'calibri';
  font-size: 14px;
}
.related-articles .article-views, .related-articles .article-time{
   font-size: 12px;
   font-weight: lighter;
}
.postInfo{
  font-size: 12px;
}
.card-title{
  font-family: 'droid arabic kufi';
}
@media screen and (max-width: 992px){
  .latestArticles h4{
    font-size: 22px;
  }
  .latestArticles .card .card-body .card-title{
    font-size: 20px;
  }
  .postInfo{
    font-size: 14px;
  }
}
.sidebar{
  width: 95%;
  height: auto;
  box-shadow: 0px 5px 25px 0px lightgrey;
  border-radius: 25px;
  text-align: right;
  padding: 25px;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 992px){
  .sidebar{
    max-width: 680px;
  }
  .sidebar .card .card-body .card-title{
    font-size: 24px;
  }
  .sidebar .card .card-body .card-subtitle,.sidebar .card .card-body p{
    font-size: 20px;
  }
  .sidebar .card h4{
    font-size: 20px;
    padding: 12px 0px;
  }
}

.sidebar .card .card-body{
  padding: 0px;
}

.sidebar-ptitle{
  padding: 0;
  color: #02353c;
}
.sidebar-ptitle span{
  font-size: 11px;
  color: #6c757d;
  font-weight: 100;
}
@media screen and (max-width: 992px){
  .sidebar-ptitle{
    font-size: 16px;
  }
}

.sidebar .card .sidebar-card-header{
  font-family: 'droid arabic kufi';
  font-size: 14px;
}

a {
  color: #444444;
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover{
  text-decoration: none;
  color: #004a7f;
}
.sidebar-img{
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: right;
    margin-left: 12px;
    width: 50%;
    padding: 0;
}
.dropdown-menu-styles {
  background-color: #02353c;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  text-align: right;
  border: none;
  box-shadow: 1px 8px 6px rgba(0,0,0,.2);
  position: relative;
  padding: 10px;
  padding-top: 0px;
  right:0;
  width: 100%;
  top: 90%;
  border-top: 2px solid;
  border-top-color: #17a2b8;
  width: 200px;
}

.dropdown-menu-styles li{
  padding: 8px 0px;
  border-bottom: 1px solid #999;
}
.dropdown-menu-styles li:last-child{
  border-bottom: none;
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(-3rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}


@media (min-width: 992px) {
.animate2 {
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
}


@keyframes slideLeft {
  0% {
    transform: translateX(5rem);
    opacity: 0;
  }
  100% {
    transform:translateX(0rem);
    opacity: 1;
  }
  
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -webkit-opacity: 1;
  }
}

.slideLeft {
  -webkit-animation-name: slideLeft;
  animation-name: slideLeft;
}

@keyframes slideRight {
  0% {
    transform: translateX(-3rem);
    opacity: 0;
  }
  100% {
    transform:translateX(0rem);
    opacity: 1;
  }
  
}

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateX(1rem);
    -webkit-opacity: 1;
  }
}

.slideRight {
  -webkit-animation-name: slideRight;
  animation-name: slideRight;
}



.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
  transition-delay:5s;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
} 

.dropdown-item {
  display: block;
  width: 100%;
  font-size: 13px;
  padding: 2px 0.8rem;
  clear: both;
  font-weight: bold;
  color: #ccc;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0 none;
  height: auto;
}

.dropdown-item:hover{
  background-color: transparent;
  color: whitesmoke;
}
@media screen and (max-width: 768px){
  .navbar-nav .dropdown-item{
    font-size: 14px;
    color: whitesmoke;
    border-top: 1px solid #ccc;
    padding: 5px 25px;
    font-family: 'droid arabic kufi';
  }
  .navbar-nav .dropdown-item:last-child{
    border-bottom: none;
  }
}

.dropdown-toggle::after{
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  float:left;
  font-size: 20px;
  margin-top: 7px;
}
.readmoreBtn{
  border-radius: 50px;
  font-size: 14px;
  background: #02353c;
  border: none;
  font-family: 'Droid Arabic Kufi';
}
@media screen and (max-width: 768px){
  .readmoreBtn{
    width: 100%;
    font-size: 20px;
  }
}
.readmoreBtn:hover{
  background-color: #2f89be;
}

@media screen and (min-width: 993px){
    .mobileNavItem{
      display: none;
    }
}
@media screen and (max-width: 992px){
  .desktopNavItem{
    display: none;
  }
}
.comment-btn{
  color: #fff;
  background-color: #02353c;
  border-color: #02353c;
}
@media screen and (max-width: 768px){
  #addcomment{
    width: 100%;
  }  
}

.categoryTitle{
  border-bottom: 3px solid #bb1919;
  display: table-cell;    
}
@media screen and (max-width: 768px){
  .categoryTitle{
    border-bottom: 2px solid #bb1919;
    display: block;   
    font-size: 19px; 
  }
}

.page-footer{
	margin-top: 50px;
  background: #02353c;
	color: whitesmoke;
  box-shadow: 0px 20px 49px rgba(0,0,0,0.17);
  font-family: 'droid arabic kufi';
  font-size: 13px;
}
.footer-copyright strong {
  font-weight: lighter;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: #fff;
}
@media screen and (max-width: 992px){
  .footer-copyright strong {
    font-size: 18px;
  }
}
.footer-copyright span {
  color: rgba(255,255,255,0.6);
}
.footer-copyright p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px!important;
    font-weight: lighter;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: rgba(255,255,255,0.6);
}
@media only screen and (min-width: 768px){
  .footer-copyright p {
      font-size: small;
      color: rgba(255,255,255,0.6);
      padding: 0px;
  }
  }
.footer-copyright {
  background-color: rgba(0,0,0,0.2);
  padding: 10px;
}
.footer-list a{
  color: powderblue;
  font-size: larger;
}

.album-images{
  object-fit: cover;
  height: 200px;
  transition: all .2s ease-in-out;
}
img.album-images:hover{
  transform: scale(1.2);
}
.card-text .postDetails p,.card-text .postDetails div,.card-text .postDetails span{
	font-family: 'droid arabic naskh'!important;
	font-size: 16px!important;
	line-height: 1.8!important;
	color: #333333!important; 
}
  .aboutusDesc p, .aboutusDesc div, .aboutusDesc span{
	font-family: 'droid arabic naskh'!important;
	font-size: 16px!important;
	line-height: 1.8!important;
	/*color: #404040!important; */
}


/*special scrolling posts*/
.marqueeDiv{
  width: 90%;
}
.marqueeDiv .special-news-title{
  background-color: #bb1919; color: white;
  padding: 2px 5px;
  font-weight: bold;
  font-family: droid arabic kufi;
  font-size: small;
}
.marqueeDiv .special-news-slider{
  font-family: 'droid arabic kufi';
  background-color: whitesmoke;
  vertical-align: middle;
  height: 100%;
}
@media screen and (max-width: 992px){
  .marqueeDiv{
    margin: auto;
    margin-top: 10px;
    width: 95%;
  }
}
/* ------------------ -----------------------*/

/*LATEST COMMENTS WIDGET*/
#tickr-box 
	{
	max-width: 550px;
	padding: 3px;
	margin: 0px auto 0px auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

.tickr-title 
	{
	color: #FFFFFF;
	background: #02353c; 
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
	}

#tickr-scroll ul
	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: baseline;
	list-style: none;
	}

#tickr-scroll 
	{
	background: #02353c;
	height: 277px;
	margin: 3px auto 0px auto;
	overflow-y: scroll;
	padding: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

#tickr-scroll li 
		{
		color: #FFFFFF;
		font: normal 14px 'droid arabic naskh';
		line-height: 26px;
		}
    #tickr-scroll li::before{
      content: ;
    }

#tickr-scroll a 
	{
	color: #FFFFFF;
	text-decoration: none;
	}

#tickr-scroll a:hover 
	{
	color: #CCFF99;
	text-decoration: none;
	}

#tickr-scroll ul
	{
	padding: 0px 6px 0px 6px;
	-webkit-animation: tickr 12s cubic-bezier(1, 0, .5, 0) infinite;
	-moz-animation: tickr 12s cubic-bezier(1, 0, .5, 0) infinite;
	-ms-animation: tickr 12s cubic-bezier(1, 0, .5, 0) infinite;
	animation: tickr 12s cubic-bezier(1, 0, .5, 0) infinite;
	}

#tickr-scroll ul:hover {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
	animation-play-state: paused;
	}

  /*
@-webkit-keyframes tickr {
	0%   { margin-top: 0; }
	50%  { margin-top: -52px; }
	75%  { margin-top: -78px; }
	100% { margin-top: 0; }
	}
@-moz-keyframes tickr {
	0%   { margin-top: 0; }
	50%  { margin-top: -52px; }
	75%  { margin-top: -78px; }
	100% { margin-top: 0; }
	}
@-ms-keyframes tickr {
	0%   { margin-top: 0; }
	50%  { margin-top: -52px; }
	75%  { margin-top: -78px; }
	100% { margin-top: 0; }
	}
@keyframes tickr {
	0%   { margin-top: 0; }
	50%  { margin-top: -52px; }
	75%  { margin-top: -78px; }
	100% { margin-top: 0; }
	}
*/

.tickr-box::-webkit-scrollbar {
  width: 0px;
}

/* Track */
.tickr-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.tickr-scroll::-webkit-scrollbar-thumb {
  background: whitesmoke;
}

/* Handle on hover */
.tickr-scroll::-webkit-scrollbar-thumb:hover {
  background: whitesmoke;
}


/***************
START MEDIA QUERIES FOR SMARTPHONE FONT SIZES
***************/

@media handheld and (max-width: 482px),
   screen and (max-device-width: 482px),
   screen and (max-width: 482px) 
	{


.tickr-title	 { font-size: 14px; }

#tickr-scroll li { font-size: 12px; }


	}
/***************
END MEDIA QUERIES
***************/
.cat {
  display: inline-block;
  margin-bottom: 1rem;
}
.latestArticles .category-latest-articles{
  padding: 1.25rem 5px!important;
}
@media screen and (min-width: 992px){
  .latestArticles img{
    height: 100px;
    object-fit: cover;
  }
}
.latestArticles .category-latest-articles .card-title{
  font-family: 'droid arabic naskh';
  font-size: 13px;
}
.category-title{
  font-family: 'droid arabic kufi';
  font-size: 14px;
}