.header-section{
  background-image: url("../img/header-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-content .search-input .form-control{
  border-radius: 0px 5px 5px 0px;
}
.header-content .date{
  margin-left: 15px;
  margin-right: 55px;
}
.search-form{
  width: 83%;
  margin-top: 32px;
  margin: auto;
}
.search-input .input-group-append .btn{
  background-color: #228BC2;
  border-radius: 5px 0px 0px 5px;
  width: 52px;
}
.search-input .input-group-append i{
  color: #fff;
}
.header-content .form-control{
  border-color: #fff;
}
.carousel-inner-h{
  height: 225px;
}
nav.navbar{
  background-color: #004569;
}
.navbar .navbar-collapse .navbar-nav .nav-link{
  color: #fff;
}
.nav-item{
  margin-left: 35px;
}
.body-section, .contactUs-section{
  background-image:  url("../img/img-bg.png");
  /* background-position: center; */
  background-color: #228BC2;
}
.content-body{
  border-radius: 6px;
  background-color: #fff;
  padding: 40px;
}
.footer-section{
  background-color: #004569;
}
.footer-section h5{
  color: #E5D8B6;
}
.footer-links li a , .mail-list p , .copyrights-block p{
  color: #fff;
}
.footer-links i {
    position: relative;
    top: 3px;
    padding-left: 6px;
}
.footer-section .visitors{
   width: 210px;
   height: 54px;
   border-radius: 6px;
   background-color: #E5D8B6;
   margin-top: 38px;
}
 .footer-section .visitors span{
   color: #004569;
   font-weight: 700;
 }
 .footer-section .social{
   padding-top: 7px;
 }
.send-btn{
  background-color: #E5D8B6;
  width: 113px;
}
.companyName{
  text-align: left;
}
.companyName a{
  color: #E5D8B6;
}
.footer-line{
  border-top: 1px solid rgb(252, 246, 230);
  margin-top: 12px;
  margin-bottom: 12px;
}
/*-------body----*/
.fontsize-12{
  font-size: 12px;
}
.fontsize-13{
  font-size: 13px;
}
.fontsize-14{
  font-size: 14px;
}
.fontsize-16{
  font-size: 16px;
}
.fontsize-17{
  font-size: 17px;
}
.fontsize-18{
  font-size: 18px;
}
.card-header:first-child{
  border-radius: 0px;
}
.sky-font{
  font-family: 'sky', sans-serif;
}
body{
  font-family: 'sky', sans-serif;
}
.aref-font{
  font-family: 'Amiri', serif;
}
.white-font{
  color: #fff;
}
.gray-font{
  color: #545454;
}
a:hover{
  text-decoration: none;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}
/*------article details-----*/
.navigationBar, .contact-info{
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  padding: 12px;
}
.navigationBar a, .news-btns .btn a{
  color: #2D2D2D;
}
.fa-chevron-left{
  font-size: 14px;
}
.article{
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 30px;
  width: 100%;
}
.article-date span{
  color: #79C153;
}
.article-btns .btn, .searchBar .search-btn, .modal-btn, .article-btns .butn{
  border-radius: 4px;
  background-color: #004569;
  height: 38px;
  color: #fff;
}
.article-btns .btn a, .article-btns .butn a{
  color: #fff;
}
.article-sec, .audio-sec{
  padding-bottom: 120px;
}
.btn-cursor{
  cursor: default!important;
}
/*-------articles & audio-------*/
.searchBar{
  width: 100%;
}
.search-btn{
  padding: 4px 28px;
}
.page-item.active .page-link{
  z-index: 1;
  color: #fff;
  background-color: #004569;
  border-color: #004569;
}
.page-link{
  color: #2d2d2d;
}
.article-audio{
  border: 2px solid #79C153;
  width: 80%;
  margin: auto;
  border-radius: 2px;
}
.article-audio audio{
  width: 80%;
}
.page-item:first-child .page-link{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.audio{
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  padding: 15px 20px;
}
.audio .btn a{
  color: #2d2d2d;
}
.modal-content{
    background-color: transparent;
}
.modal-header{
  background-image: url("../img/add-comment.png");
  background-color: #0d4e70;
}
.modal-content .modal-body,
.modal-content .modal-footer{
    background-color: #FFF;
}
.article-title, .audio-title{
  color: #004569;
}
/*-------contact us----*/
.ContactUs-form .form-group input, .ContactUs-form .form-group select, .ContactUs-form .form-group textarea{
  font-size: 14px;
}
.send-msg-btn{
  border-radius: 6px;
  height: 43px;
  width: 136px;
  background-color: #004569;
  color: #fff;
}
.list-inline-items{
  margin-bottom: 0px;
}
.contact-info{

  border-radius: 4px;
  background-color: #fff;
  padding: 12px;
}
.conatct-phone i, .conatct-email i{
  color: #75C14E;
}
/*-------home page----*/
.news{
  background-color: #004569;
  border-radius: 6px;
  padding: 25px 30px;
}
.newa-headline h6{
  color: #E5D8B6;
}
.news-content span{
  position: relative;
  top: 5px;
  color: #FF6D24;
}
.news-btns .btn{
  border-radius: 4px;
  background-color: #fff;
  height: 35px;
  color: #2d2d2d;
}
.categories {
  border: 2px solid #004569;
}
.categories-last{
  border: 2px solid #004569;
}
.categories .card-header, .categories-last .card-header{
  background-image: url("../img/category-bg.png");
  color: #fff;
}
.categories a i, .categories-last a i{
  color: #C25722;
  font-size: 20px;
}
.categories .card-title, .categories-last .card-title{
  margin-bottom: 2px;
  color: #2D2D2D;
}
.audio-sec .article-title, .article-sec .article-title{
 color: #2D2D2D;
}
.choosed-articles{
  background-color: #eee;
}
/* .choosed-articles-content, .choosed-audios-content{
  padding: 20px;
} */
.choosed-articles-content a img{
  padding-left: 5px;
}
.news .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -65px;
  }
/* The colour of the indicators */
.news .carousel-indicators li {
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.news .carousel-indicators .active {
background: #FF6D24;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
#navbar{
  z-index: 18;
}
.volume-icon{
  padding-left: 34px;
}
.download-icon{
  padding-left: 20px;
}
.card-header h5{
  text-shadow: 1px 3px 2px rgb(0, 0, 0);
}
.volume-up-icn{
  position: relative;
  left: -20px;
}
/*-------------------------------*/
@media  screen and (max-width: 992px) {
  .footer-img{
    width: 200px;
  }
  .footer-section .social img{
    width: 30px;
    height: 30px;
  }
  .footer-section .footer-links:nth-child(1){
    float: none !important;
  }
  .download-icon{
    padding-left: 15px;
  }
  .search-btn{
    padding: 4px 16px;
  }
  .search-btn img{
    padding-left: 0px!important;
  }
  .volume-up-icn {
     position: relative;
     bottom: -33px;
     left: -31px;
 }
 .hidden-sm{
     display:none !important;
 }
}
@media  screen and (max-width: 767px) {
  .footer-img{
    width: 286px;
  }
  .footer-center, .mail-list{
    text-align: center;
  }
  .footer-section .social img{
    width: 36px;
    height: 36px;
 }
 .visitors{
   margin-top: 5px !important;
   margin-bottom: 5px !important;
   margin: auto;
 }
.space{
   margin-bottom: 10px;
 }
 .search-btn{
   margin-top: 16px;
   padding-left: auto!important;
   padding-right: auto!important;
 }
 .search-btn{
   padding: 4px 28px;
 }
 .search-btn img{
   padding-left: 1rem!important;
 }
 .article-audio audio{
   width: 100%;
 }
 .copyrights-block  p{
   text-align: center;
 }
 /* .header-logo{
   margin: auto;
 } */
 .volume-up-icn {
    position: relative;
    bottom: -1px;
    left: -20px;
 }
  .hidden-sm{
     display:none !important;
 }
}
@media  screen and (max-width: 431px){
  .news-btns .btn:nth-child(3){
    margin-top: 5px;
  }
  .hidden-sm{
     display:none !important;
 }
}
@media  screen and (max-width: 1200px){
  .header-content .date{
    margin-left: 0px;
    margin-right: 0px;
  }
  .header-content .date, .header-content .social{
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
.home-category .card.categories .card-body hr:last-child,
.home-category .card.categories-last .card-content .choosed-audios .choosed-audios-content hr:last-child{
    display:none;
}
@media  screen and (min-width: 993px) {
  .hidden-md{
      display:none !important;
  }
}
