/* primary color:#93a1bd 
secondary color:#1e4490
*/



a {
    outline:none;
}

body {
    font-family: 'Droid Arabic Kufi';
}

.top-nav {
    background-color: #f5f5f5;
    color: #777;
    line-height: 35px;

}

.top-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 35px;
}

.top-bar .today-date {
    padding: 0 0 0 15px;
    font-size: 12px;
    font-weight: 500;
}

.top-bar .breaking-news {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    float:right;
}

.top-bar .breaking-news .acme-news-ticker {
    float: right;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: whitesmoke;
    border:none;
}

.top-bar .breaking-news .acme-news-ticker .acme-news-ticker-label {
        background: #1e4490;
        line-height:1;
}


.top-bar .breaking-news .acme-news-ticker-label {
    float: right;
    margin-right: 0;
    margin-left: 15px;
        font-size: 13px;
}


.top-bar .breaking-news .acme-news-ticker-controls {
    top: 0;
    right: auto;
    left: 0;
}

.top-bar .breaking-news .acme-news-ticker-box {
    padding-top:0;
}


.top-bar .breaking-news .acme-news-ticker-box ul li {
    right:0 !important;
    left:auto !important;
}


.top-bar .breaking-news .acme-news-ticker-box ul li a {
    
    color: #777;
    font-weight: 400;
        font-size: 12px;
}

.top-bar .breaking-news .acme-news-ticker-arrow:hover {
    background: #1e4490;
    color:#fff;
    
}

.top-bar .links {
        -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    z-index: 1;
    margin-right:10px;
}

.top-bar .links ul {
    padding: 0;
    margin: 0;
    list-style: none;

}

.top-bar .links .components > li {
    float:left;
    margin-right: 10px;
}

.top-bar .links ul li a {
    color:#2c2f34
}

.top-bar .links .dropdown-menu {
        text-align: right;
    padding: 10px;
    font-size: 13px;
    
}

.top-bar .links .dropdown-toggle::after {
    border: none;
}

.logo-advertize {
    margin-top: 0.5em;
    margin-bottom: -1em;
}

.logo-advertize .logo img {
        width: 200px;
        height: 150px;
    display: block;
    margin: auto;
}

.logo-advertize .advertize {
        width: 100%;
    height: 110px;
}

.logo-advertize .adv-slider {
    margin-top: 2em;
}

.logo-advertize #mobile-menu-icon {
    display:none;
}

.header .navbar-light {
    background-color: #1e4490 !important;
    margin-top: 2em;
    display: flex;
    padding: 0;
}

.header .navbar-light .main-nav-menu {
    margin: 0;
    list-style: none;
   padding: 0;
}





.header .navbar-light .main-nav-menu > li {
    display: inline-block;
    margin-left: 1em;
}



.header .navbar-light .li.dropdown ul.dropdown-menu li a {
    color:#fff;
}

.header .navbar-light .main-nav-menu  > li > a {
    text-decoration:none;
    color:#fff;
    padding: 15px 10px;
    font-size: 12px;
    font-weight: 600;
}

.header .navbar-light .main-nav-menu > li > a:hover {
    background-color:#1e4490;
    color:#fff;
    
}

.header .navbar-light .dropdown {
    position:static;
  
}

.header .navbar-light .dropdown:hover .dropdown-menu {
    width:100%;
    display:block;
    text-align: right;
      border-top:3px solid #1e4490;
          margin-top:0;
          border-radius:0
    /*margin-top: 0; */
 }

.header .navbar-light .dropdown-menu.show {
    width:100%;
    text-align: right;
      border-top:3px solid #1e4490;
          margin-top:0;
          border-radius:0;
          
}

.header .navbar-light .dropdown-menu {
    background-color: #93a1bd;
    padding: 20px;
}



.header .navbar-light .dropdown-toggle::after {
    display:none;
}



.header .navbar-light .dropdown-menu .news-box img {
    margin-bottom: 0.5em;
}

.header .navbar-light .dropdown-menu .news-box .news-date {
    color: #1f336f;
    font-weight: 600;
}

.header .navbar-light .dropdown-menu .news-box .news-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
}

.header .navbar-light .dropdown-menu .news-box .news-title a {
    color: #fff;
}

.header .navbar-light .dropdown-menu .news-box-two {
    margin-bottom: 3em;
}

.header .navbar-light .dropdown-menu .news-box-two .news-date {
    color: #1f336f;
    font-weight: 600;
}

.header .navbar-light .dropdown-menu .news-box-two .news-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.8;
}

.header .navbar-light .dropdown-menu .news-box-two .news-title a {
    color: #fff;
}

.slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
  }
  
  
    
    
    

.slider-news {
    margin-top: 2em;
    overflow: hidden;
    position: relative;

}

.slide {
    width: 50%;
    float: right;
    height: 100%;
}

.slide-nav {
    width: 50%;
   float: left;
}

.slide-nav .slick-slide > div{
    margin-bottom: -0.4em;
}


.slide .content-slide .content h4 {
       font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}


.arrows {
    
    width: 100%;
}

.prev, .next {
    background-color: transparent;
    width: 25px;
    height: 46px;
    z-index: 1;
    position: absolute;
    top: 40%;
    text-align: center;
    color: #fff;
        transition: 0.5s all;
}

.prev::before,.next::before {
    line-height: 2.5;
}

.prev:hover, .next:hover {

    background-color: #1e4490;
    color:#fff
}


.prev {
    right: 0;
}

.next {
    left: 0;
}



.slider-show-news {
    margin-bottom: 4em;
}


.slide-cat {
    position: absolute;
    top: 25px;
    right: 20px;
    display: inline-block;
    background-color: #1e4490;
    padding: 0 5px;
}




.slide-cat a {
color: #fff;
font-weight: 600;
font-size: 10px;
}




.content-slide {
    position: absolute;
    bottom: 0;
    text-align: right;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    left: 0;
    right:0;
}

.slide-nav .content-slide .content {
    max-height: 4em;
    overflow:hidden;
}

.slide-nav .content-slide .content h4 {
   
  font-weight: 600;
  font-size: 14px;
      line-height: 1.5;
} 


.content-slide .content h4 a {

    color:#fff;
        font-size: 13px;
    font-weight: 600;
}

.content-slide .content p {
    color: #fff;
    max-height: 0;
    line-height: 18px;
    font-size: 11px;
    transition: opacity 0.4s ease-out,max-height 0.4s ease-out,margin 0.4s;
    margin-bottom: 3em;
    font-weight: 600;
}







  
  
 
  
.search {
    list-style: none;
    margin-bottom: 0;
    margin-right: 4em;
   
}

.search li {
    position: relative;
}

.search li form input {
    padding: 7px;
    border: none;
    outline: none;
    background-color: #1e4490;
    color: #fff;
        display: block;
    width: 100%;
    max-width: 100%;
}

.search li form input::placeholder{
    color:#fff;
}

.search li form button {
    background-color: transparent;
    border: none;
    position: absolute;
    left: 10px;
    top:10px;
    color:#fff;
}

.cat-content {
    margin-top: 3em;
    border: 1px solid #93a1bd;
    margin-bottom: 3em;
}

.cat-content header {
    padding: 30px;
    border-bottom: 1px solid #93a1bd;
}

.cat-content header .breadcrumb {
    background-color: transparent;
    padding: 0;
}

.cat-content header .breadcrumb a {
    color: #1e4490;
    direction: ltr;
    font-size:14px;
}

.breadcrumb-item.active {
    font-size:14px;
    text-align:right;
    color:#1e4490;
}

.cat-content header .breadcrumb-item+.breadcrumb-item::before {

    padding-left: 0.5rem;
}

.cat-content header h2 {
    text-align: right;
    margin-top: 1em;
    font-size:1.5em;
}

.cat-content .cat-articles {
    padding: 30px;
}

.cat-content .cat-articles .article-box {
    padding: 5px;
    margin-bottom: 1em;
}

.cat-content .cat-articles .article-box .article-date {
    display: flex;
    margin-bottom: 0.5em;
}

.cat-content .cat-articles .article-box .article-info >span {
    display: flex;
    direction: rtl;
    color: #1e4490686;
    font-size:14px;
}

.cat-content .cat-articles .article-box .article-info > span i {
    margin-left: 5px;
    display: inline-block;
    margin-top: 3px;
    color: #1e4490;
}

.cat-content .cat-articles .article-box .article-info h3 {

    text-align: right;
    font-size: 17px;
    margin-top: 0.5em;
}

.cat-content .cat-articles .article-box .article-info h3 a {
    color: #020202;
    font-weight: 600;
    line-height: 1.7;
    font-size:15px;
}

.cat-content .cat-articles .article-box .article-info p {
    font-size: 13px;
    text-align: right;
    line-height: 1.8;
    font-weight: 500;
    color: #1e4490;
}


.cat-content .cat-articles .article-box .readmore {
    display: inline-block;
    float: right;
    background-color: #1e4490;
    color: #fff;
    padding: 5px 10px;
    font-size:12px;
}


.pagination-box {
    float: left;
}

.pagination-box .pagination .page-item:not(:last-of-type) {
    margin-left: 9px;
}

.pagination-box .pagination .page-link {
    background-color: #93a1bd;
    color: #1e4490;
}

.pagination-box .pagination .page-item.active .page-link {
    background-color: #1e4490;
    border-color: #1e4490;
    color: #93a1bd !important;
}


.article-content {
    margin-top: 3em;
    border: 1px solid #93a1bd;
    margin-bottom: 3em;
    
}

.article-content > img {
    width: 100%;
    height: auto;
}

.article-content .breadcrumb {
    background-color: transparent;
    padding: 20px;
    font-size: 14px;
    margin-top: 1em;
}


.article-content .breadcrumb a {
    color: #1e4490;
    direction: ltr;
    font-weight:600;
}

.article-content .breadcrumb-item+.breadcrumb-item::before {

    padding-left: 0.5rem;
}

.article-content .article-show {
    padding: 20px;
    margin-top: -1em;
}

.article-content .article-show > h3 {
    line-height: 1.7;
    font-weight: 600;
    font-size:19px;
    color: #1e4490;
}

.article-content .article-show .article-info {
       overflow: hidden;
    margin-bottom: 1em;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-top: 1em;
}

.article-content .article-show .article-info .article-data {
    float: right;
}

.article-content .article-show .article-info .article-data span {
    display: inline-block;
        color: #ddd;
        font-size:12px;
        font-weight:600;
}

.article-content .article-show .article-info .article-views {
    float: left;
}

.article-content .article-show .article-info .article-views i {
    margin-left: 5px;
}

.article-content .article-show .article-details {
    text-align: right;
    line-height: 2;
    font-size:14px;
}

.article-content .article-show .article-details * {
    font-family: 'Droid Arabic Kufi';
}

.article-content .article-show .article-tags {
    text-align: right;
    margin-top: 2em;
    
}

.article-content .article-show .article-tags > span {
    background-color: #93a1bd;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    margin-left: 5px;
    margin-bottom: 15px;
    font-size:14px;
}

.related,.comments {
    padding: 20px;
    text-align: right;
}

.related > h4,.comments h4 {
    color:#1e4490;
    padding-bottom:  1em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.5em;
    position: relative;
    margin-top: 1em;
    font-size:17px;
}



.related > h4::after,.comments > h4::after {
    content: "";
    background: #1e4490;
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    right: 0;
}

.comments .btn-primary {
    background-color: #1e4490;
    border-color: #1e4490;
}

.comments .comments-show {
    margin-bottom:2em;
    font-size:14px;
}

.comments .comments-show label {
    font-size:14px;
}

.comments .comments-show h5 {
    font-size:15px;
}

.send_comment {
    font-size:14px;
}

.related .related-article {

    margin-bottom: 1em;
}

.related .related-article h4 {
    font-size: 14px;
    margin-top: 1em;
    font-weight: 600;
    line-height: 1.7;

}

.related .related-article span {
    color: #1e4490;
}







.article-content .article-show .article-tags > span i {
    margin-left: 5px;
}

.article-content .article-show .article-tags ul {
    display: inline-block;
}

.article-content .article-show .article-tags ul li {
    display: inline-block;
    
}

.article-content .article-show .article-tags ul li:not(:last-of-type){
    margin-left: 5px;
}

.article-content .article-show .article-tags ul li a {
    background-color: #1e4490;
    color: #fff;
    padding: 0 5px;
    font-size:14px;
}

.slider-show-news,.news-show-slider,
.categries-show-news {
    margin-top: 3em;
}

.news-container {
    border: 1px solid #ddd;
    padding: 15px;
    position: relative;
}

.news-container .section-titles {
    border-bottom: 1px solid #ddd;
    padding: 5px 15px;
   
    position: relative;
}

.news-container .section-titles h4 {
    float: right;
    color:#1e4490;
    font-weight: 600;
    margin-right: -0.5em;
    font-size: 16px;
    
}

.news-container .section-titles::after {
    
        content: "";
        background-color: #1e4490;
        width: 80px;
        height: 3px;
        position: absolute;
        bottom: -1px;
        right: 0;
    
}

.news-container .section-titles .sections {
    display: flex;
    float: left;
    margin-left: 4em;
}

.news-container .section-titles .sections .lists-mobile li,
.news-container .section-titles .sections > li {
    float: left;
}

.news-container .section-titles .sections > li {
    margin-left: 10px;
}

.news-container .section-titles .sections .lists-mobile li{
    margin-left:10px;
}

.news-container .section-titles .sections .lists-mobile li a:not(.active),
.news-container .section-titles .sections > li a:not(.active) {
    font-size: 13px;
    color:#000
}

.news-container .section-titles .sections .lists-mobile li a:not(.active):hover,
.news-container .section-titles .sections > li a:not(.active):hover
 {
    background-color: #1e4490;
    color:#fff
}

.news-container .news-show {
    margin-top: 2em;
}

.news-container .news-list li {
    float:right;
    width:50%;
    padding: 0 2%;
    text-align: right;
}

.news-container .news-list li:first-child img {
    margin-bottom: 1em;
}

.news-container .news-list li span {
    color:#767676;
    font-size: 12px;
}



.news-container .news-list li a  {
    font-size: 13px;
    color:#000
}

.news-container .news-list li:first-child a {
    font-size: 16px;
    font-weight: 600;
}


.news-container .news-list li:nth-child(n+2) {
    float: none;
    display: inline-block!important;
    vertical-align: top;
    margin-bottom: 2em;
    
}

.news-container .section-titles ul li a.active {
    color:#1e4490;
    font-size: 14px;
}

.news-container .news-show .pagination-box {
    position: absolute;
    left: 15px;
    top: 15px;
}

 .contact_us .btn-primary {
    background-color: #1e4490;
    border-color: #1e4490;
}

.alert-danger {
    color: #fff;
    font-weight: 600;
    background-color: #1e4490;
}

.alert-success {
   
    background-color: #155724;
    color: #fff;
    border: none;
}

.success {
    color:#155724;
    font-weight: 600;
}

.categries-show-news .category-container {
    border: 1px solid #ddd;
    padding: 15px;
    position: relative;
}



.categries-show-news .category-container .section-titles {
    border-bottom: 1px solid #ddd;
    padding: 5px 15px;
    overflow: hidden;
    position: relative;
}

.categries-show-news .category-container .section-titles h4 {
    float: right;
    color:#1e4490;
    font-weight: 600;
    margin-right: -0.5em;
    font-size: 16px;
    
}

.categries-show-news .category-container .section-titles::after {
    
        content: "";
        background-color: #1e4490;
        width: 80px;
        height: 3px;
        position: absolute;
        bottom: -1px;
        right: 0;
    
}




.categries-show-news .category-container .turkey-news-show,
.categries-show-news .category-container .reports-news-show {
    margin-top: 2em;
}


.categries-show-news .category-container li {
    
    
    text-align: right;
}












.categries-show-news .category-container .turkey-news-show,
.categries-show-news .category-container .reports-news-show {
    margin-top: 2em;
}


.categries-show-news .category-container li {
    
    padding: 0 2%;
    text-align: right;
    
}


.categries-show-news .category-container .news-list {

    padding: 5px 15px;
}



.categries-show-news .category-container .news-list li:first-child img {
    margin-bottom: 1em;
}

.categries-show-news .category-container .news-list li span {
    color:#767676;
    font-size: 12px;
}



.categries-show-news .category-container .news-list li a  {
    font-size: 13px;
    color:#000
}

.categries-show-news .category-container .news-list li:first-child a {
    font-size: 14px;
    font-weight: 600;
}

.categries-show-news .category-container .news-list li:first-child p {
    line-height: 1.5;
    font-size: 12px;
    color: #1e4490;
}

.categries-show-news .category-container .news-list li:first-child .readmore {
    display: inline-block;
    background-color: #1e4490;
    margin-bottom: 2em;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}

.categries-show-news .category-container .news-list li:nth-child(n+2) {
    
    vertical-align: top;
    margin-bottom: 2em;
    
}



.categries-show-news .category-container .turkey-news-show .pagination-box, 
.categries-show-news .category-container .reports-news-show .pagination-box,
.categries-show-news .category-container .other-news-show .pagination-box ,
.categries-show-news .category-container .other-news-show2 .pagination-box{
    position: absolute;
    left: 15px;
    top: 15px;
}

.latest_article_box {
    text-align: right;
    margin-bottom: 1em;
}

.latest_article_box .article-img {
    position: relative;
    margin-bottom: 0.6em;
}



.latest_article_box .article_cat {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #1e4490;
    color: #fff;
    padding: 5px;
    font-size: 10px;
    font-weight:600;
}

.latest_article_box .article_date {
    font-size: 14px;
    color:#1e4490
}

.latest_article_box h5 a {
        color: #000;
    font-size: 14px;
    font-weight: 600;
}

.latest_article_box p {
    font-size: 12px;
    line-height: 1.8;
    color:#1e4490
}
 

.latest-news {
   
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 2em;
}

.latest-news >h5 {
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.2em;
    position: relative;
    font-size: 14px;
    font-weight: 600;
}

.latest-news >h5::after {
    content: "";
    background: #1e4490;
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    right: 0;
}

.latest-news .latest-box {
    padding: 10px;
    text-align: right;
}

.latest-news .latest-box a h6 {
     font-size: 13px;
    line-height: 1.7;
}

   


.latest-news .latest-box img {
    position: relative;
}

.latest-news .latest-box .latest-no {
    text-align: center;
    position: absolute;
    top: 0;
    right: 2px;
    background-color: #1e4490;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 2;
    border-radius: 50%;
    color: #fff;
    z-index: 10;
}

.latest-news .latest-box a {
    color: #0c0c0c;
}

.latest-news .latest-box a:hover {
    color:#1e4490
}


.latest-news .latest-box .latest-date {

    color: #7f7f7f;
}



.latest-news .latest-box .latest-date i {
    display: block;
}

.latest_more #load_more_button {
    font-size: 14px;
}

.comment_box {
    background-color: #f7f6f6;
    margin-bottom: 1em;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    padding: 20px;
}

.comment_box img {

}

.comment_box .info {
    margin-top: 0.5em;
}

.comment_box .info span {
    display: block;
    margin-bottom: 0.3em;
    font-size: 15px;
    font-weight: 600;
}

.comment_box  p {
    margin-top: 1.5em;
    line-height: 1.8;
    color: #2f2f2f;
}

.read-more-show{
    cursor:pointer;
    color: #1e4490;
  }
  .read-more-hide{
    cursor:pointer;
    color: #1e4490;
  }

  .hide_content{
    display: none;
  }

  .footer .top-footer {

        background-color: #93a1bd;
        padding:20px 10px;
        text-align: right;
  }

  .footer .top-footer .footer-column {
        
  }
  
  .footer .top-footer .footer-column h5 {
       
            border-bottom: 1px solid #ddd;
            margin-bottom: 1em;
            position: relative;
            margin-top: 1.5em;
            font-size: 13px;
            padding-bottom: 1em;
            
  }
  
  .footer .top-footer .footer-column h5 a {
      color:#fff;
  }
  
  .footer .top-footer .footer-column h5::after {
            content: "";
            background: #1e4490;
            width: 50px;
            height: 3px;
            position: absolute;
            bottom: -1px;
            right: 0;
  }
  
    .footer .top-footer .footer-column h5 i {
           position: absolute;
            bottom: -12px;
            left: 0;
            padding: 5px;
            background-color: #1e4490;
            border-radius: 50%;
            color: #fff;
    }
  
      
  
  
  .footer .top-footer .footer-column li {
      margin-bottom:0.4em;
  }
  
  .footer .top-footer .footer-column li a {
      color:#000;
      font-size:13px;
  }

  .column .social_links {
      padding-right: 0;
      text-align: center;
    margin-top: 1em;
  }
  
  .column h3 {
      padding:30px;
  }

  .column .social_links  li {
      display: inline-block;
  }

 .column .social_links li .social-link {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    color: #fff;
  }

  .column .social_links li .facebook-social-icon {
    background-color: #5d82d1!important;
  }

  .column .social_links li .twitter-social-icon {
    background-color: #40bff5!important;
  }

  .column .social_links li .instagram-social-icon {
    background-color: #c13584!important;
  }


  .footer .column .list_mostviwed {
    padding-right: 15px;
    position: relative;
    text-align: right;
  }

  .footer .column .list_mostviwed::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #262626;
  }

  .footer .column .list_mostviwed li {
      padding:15px 0
  }
  .footer .column .list_mostviwed li .date:first-of-type {

    margin-top: -1em;
  }
 

  .footer .column .list_mostviwed li .date {
    font-size: 14px;
    display: block;
    position: relative;
    color: #1e4490;
    line-height: 12px;
    margin-bottom: 5px;
  }

  .footer .column .list_mostviwed li .date::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #262626;
    border:3px solid rgba(68,68,68,.8);
    position: absolute;
    right: -20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;

  }

  

  .footer .column .list_mostviwed li a {
    color: #313131;
    
  }

  .footer .column .list_mostviwed li a h3 {
    font-size: 15px;
    margin-top: 1em;
    font-weight: 600;
    line-height: 1.7;
  }

  .footer .column .list_mostviwed li a:hover {
    color: #1e4490;
  }

  .footer .column .list_mostviwed li a:hover .date::before {
      background-color: #1e4490;
  }

  

  .footer .mostviwed h5 {
    position: relative;
    text-align: right;
    padding-right: 15px;
    margin-top: 1em;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2em;
  }

  .footer .mostviwed h5::after{
    content: "";
    background: #1e4490;
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: -13px;
    right: 15px;
  }

  .footer .new_news h5 {
    position: relative;
    text-align: right;
    padding-right: 15px;
    margin-top: 1em;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2em;
  }

  .footer .new_news h5::after{
    content: "";
    background: #1e4490;
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: -13px;
    right: 15px;
  }

  .footer .new_news img {
      margin-bottom: 1em;
  }

  .footer .bottom-footer {
    background-color: #f9f5f5;
    padding: 5px;
  }

  .footer .bottom-footer p {
    
      font-size:13px;
      font-weight:600;
      margin-top: 0.5em;
      margin-bottom:0.6em;
  }



  .logo-wrapper {
    background-color: #fff;
    border-width: 0;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.1);
    overflow: hidden;
    position: relative;
    display: none;
  }

  #mobile-menu-icon {
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    transition: 0.3s;
    left: 15px;
    right: auto;
    display: block;
}

  #mobile-menu-icon .nav-icon {
    display: inline-block;
    width: 22px;
    height: 2px;
    background-color: #2c2f34;
    position: relative;
    top: -4px;
    transition: background 0.4s ease;
  }

  #mobile-menu-icon .nav-icon::before {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    margin-top: 12px;
  }

  #mobile-menu-icon .nav-icon::after {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    margin-top: 6px;
  }

  #mobile-menu-icon .nav-icon::before,  
  #mobile-menu-icon .nav-icon::after {
    position: absolute;
    right: 0;
    background-color: #2c2f34;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    transition: background 0.4s,right .2s ease,-webkit-transform 0.4s;
    transition: transform 0.4s,background 0.4s,right .2s ease;
    transition: transform 0.4s,background 0.4s,right .2s ease,-webkit-transform 0.4s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .logo-wrapper .logo {
      float: right;
      margin: 10px 0!important;
  }

  .logo-wrapper .logo a img {
    max-height: 120px;
    width: auto;
  }

  .mobile-container {
      display: none;
      padding: 15px;
  }
  

  .show-mobile-menu {
      background-color: #93a1bd;
      color:#ffff;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 111;
      visibility: hidden;
      width: 100%;
      max-width: 100%;
      height: 100%;
      transition: 0.5s cubic-bezier(.55,0,.1,1) 0s;
      
      overflow-y: auto;
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0);
  }

.open {
    visibility: visible;
    -webkit-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important;
}

.close-side-aside {
    z-index: 1;
    top: 15px;
    left: 50%;
    right: auto;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 22px;
}

.close-side-aside:before {
    content: "\f2d3";
    font-family: 'fontAwesome';
    color: #fff;
    transition: color 0.15s;
}

.viewmorelink {
    position: relative;
    z-index: 5;
}


  
.viewmorelist {
    padding: 0;
    margin:0;
    list-style: none;
    z-index: 4;
    -webkit-transform: translateX(100%) translateX(-34px);
    -ms-transform: translateX(100%) translateX(-34px);
    transform: translateX(100%) translateX(-34px);
    min-width: 100px;
    text-align: right;
    white-space: nowrap;
    word-wrap: normal;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: -15px;
    padding-top: 22px;
    display:none;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    background: #fff;
    overflow: hidden;
}



.viewmorelist li:first-child {
    border-top: 1px solid rgba(0,0,0,.05);
}



.viewmorelist li a {
    display: block;
    padding: 3px 10px;
}

.viewmorelist li:hover {
    background-color: #1e4490;
}



.advertize-img {
    margin-bottom: 1em;
    margin-top: 3em;
}

.advertize-img-bottom {
    width: 100%;
    margin-top: 2em;
}

.adv {
    visibility: hidden;
    display: none;
}

.icon-newsletter {
        display: block;
    text-align: center;
    color: #93a1bd;
    margin-bottom: 0.3em;
}

.newsletter-site-title {
        font-weight: 600;
    text-align: center;
    padding-bottom: 0.5em;
    font-size: 15px;
    position: relative;
    margin-bottom: 1em;
}

.newsletter-site-title:after {
     content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: rgba(0,0,0,.1);
    bottom: 0;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: 0.15s;
}

.newsletter-title {
      font-size: 19px;
    text-align: center;
    color: #2c2f34;
    font-weight: 600;
    line-height:1.7;
}

   
.newsletter-paragraph {
    font-size: 13px;
    text-align: center;
    margin-top: 1em;
    line-height: 1.8;
}

.subscribe {
    display: block;
    margin: auto;
    background-color: #1e4490;
    border: none;
    font-size:13px;
}


aside .dropdown-menu.show {
        width: 100%;
    right: 0;
    background-color: #93a1bd;
    border: none;
    text-align: right;
}

aside .dropdown-toggle::after {
    margin-right: .255em;
}

