
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: 'Rubik', sans-serif;
}

body{
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 16px;
    background: #f5f4f4;
    color: #191919;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track-piece {
    background-color: #191919;
    -webkit-border-radius: 0
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #999;
    -webkit-border-radius: 4px;
    outline: 2px solid #191919;
    outline-offset: -2px;
    border: 2px solid #191919
}

::-webkit-scrollbar-thumb:hover {
    height: 50px;
    background-color: #9f9f9f;
    -webkit-border-radius: 4px
}

button:focus{
    outline: none;
}

/**********************************/
/**********************************/

.logoHeader{
    border-top: 5px solid #bd2e2e;
    padding: 10px 0;
}

.logoHeader .custom-logo{
    width: 175px;
}

.logoHeader a{
    font-size: 22px;
    color: #222;
    font-weight: 500;
}

.navHeader{
    background: #363b3f;
    padding: 6px 0;
}

.navHeader .navbar{
    padding: 0;
}

.navHeader .navbar ul{
    display: block;
}

.navHeader .navbar ul li{
    display: inline-block;
    position: relative;
}

.navHeader .navbar ul li a{
    color: #ffffff;
    padding: 1px 0;
    margin-right: 30px;
    text-transform: uppercase;
    font-size: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 15px;
    padding-left: 0;
}

.shortMenu svg{
    height: 25px;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

   

}

@media screen and (max-height: 26.375em){

    
}

/********************************/
/*******************************/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 22px;
}

.sidenav ul {
  padding: 0;
}

.sidenav ul li{
    border-bottom: 1px solid #222;
}

.sidenav a {
  padding: 8px 8px 8px 15px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 28px;
  margin-left: 50px;
  background: transparent;
  color: #fff;
  width: 28px;
  height: 28px;
  border: none;
}

.sidenav .closebtn svg{
  fill:#fff;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.mobile-nav-toggle{
  display: none;
}

@media (max-width: 767px) {
    .mobile-nav-toggle {
      display: block;
    }

    .navHeader{
        display: none;
    }

    .navHeader .navbar ul {
        display: none;
    }
}

@media (max-width: 992px){

    

}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
{
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile li:hover>a {
  color: #e5c18b;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #e5c18b;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*********************************/
/********************************/

.figure {
    display: inline-block;
    background: #fff;
    padding: 12px 12px 8px;
    border-radius: 5px;
}

.newsHeadline .photo img{
    border-radius: 5px;
}

.newsHeadline .description{
    font-size: 14px;
    color: #6c6c6c;
}

.newsBox .date{
    font-size: 12px;
    color: #a39f9f;
    margin: 0;
}

.newsHeadline a{
    text-decoration: none;
}

.newsHeadline .newsBox{
    margin-bottom: 10px ! important;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    background: #fff;
    padding: 10px 6px;
    border-radius: 5px;
    color: #222;
}

.figure-caption {
    font-size: 16px;
    color: #191919;
}

.cpadding{
    padding: 0 5px;
}

.headingNews{
    border-bottom: 1px dashed #ddd;
    color: #363b3f;
    font-size: 22px;
    padding: 4px 0px 10px;
    margin: 0 0px 20px;
}

.breakingNews{
    margin-top: 10px;
    background: #fff;
    border-radius: 4px;
}

.breakingNews .breakingNewsText{
    background: #bd2e2e;
    color: #fff;
    padding: 4px 18px;
    display: inline-block;
    border-radius: 3px;
}

.breakingNews .newsItem{
    margin-right: 5px ! important;
    padding-right: 8px;
    line-height: 10px;
}

@media (max-width: 767px){
    .breakingNews{
        margin-top: 4px;
    }

    .logoHeader{
        padding: 5px 0;
    }
    
}

.list-content {
    padding: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    cursor: pointer;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.list-content .desc{
    font-size: 15px;
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 23px;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    max-height: calc(1em* var(--line-height, 1.2)* 4);
}

.imageSliderList {
    min-width: 160px;
    position: relative;
    width: 160px;
    height: 170px;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    z-index: 0;
}

.imageSliderList .item {
    height: 234px;
    min-height: 234px;
    min-width: 160px;
    overflow: hidden;
    position: relative;
    width: 160px;
}

.imageSliderList .item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    max-width: 100%;
    border-bottom-left-radius: 9px;
    border-top-left-radius: 9px;
}

.newsBox .title{
    font-size: 18px;
    font-weight: 600;
}

.newsHeadline p {
    font-size: 14px;
}

/*********************************/
/*********************************/

.footer-area{
    background: #333;
    color: #fff;
    position: relative;
    padding: 10px 0;
}

/********************************/
/********************************/

@media (max-width: 767px){
    .addvertiseLogo{
        padding-top: 10px;
    }
}

@media (min-width: 576px) {
    .container,.container-sm {
        
    }
}
@media (min-width: 992px){
    
}

@media (min-width: 1200px){
   .container, .container-sm, .container-md, .container-lg, .container-xl {
/*        max-width: 1300px;*/
    }  
}
