*{
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}
body{
background-color: #f1f1f1;
}
.bar1{
  background-color: white;
  box-shadow: 1px 1px 5px 0px #555;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  float: left;
}
a{
  text-decoration: none;
}
h1,h2,h3,p,ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
/* select active menu */
a.active{
color: brown !important;
}
/* -----------  */
.menu{
  width: 100%;
  display: flex;
  float: left;
  justify-content: space-between;
  padding: 0px;
}
.menu ul{
  display: flex;
}
.menu ul li a{
  /* display: block; */
  text-decoration: none;
  padding: 20px;
  color:#282828;
  font-weight:500;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.menu ul li a:hover{
  color:brown;
}
.menu ul:nth-child(2){
  float: right;
  /* display: block; */
  text-decoration: none;
  padding: 15px;
}
.menu ul li.logo a{
  padding: 0;
}
.menu ul li.logo a img{
  height: 90px;
  margin-top: 0px;
  padding: 10px;
}
.menu ul li.btn-menu{
  display: none;
}
/*Search Box*/
.height{
  height: 100px;
}
.form{
  position: relative;
  width: 280px;
  margin-top: 7px;
  margin-right: -4px;
}
.form .fa-search{
  position: absolute;
  top:15px;
  left: 15px;
  color: #9ca3af;
  cursor: pointer;
}
.form span{
  position: absolute;
  right: 17px;
  top: 8px;
  padding: 2px;
  border-left: 1px solid #d1d5db;
}
.left-pan{
  padding-left: 7px;
}
.left-pan i{   
 padding-left: 10px;
}
.form-input{
  height: 45px;
  text-indent: 33px;
  border-radius: 5px;
}
.form-input:focus{
  box-shadow: none;
  border:none;
}
/* Breaking News */
.beak-news{
  background-color:#29344d;
  float: left;
  margin-top: 90px;
  /* position: fixed; */
}

.beak-news .breaking{
  margin-top: 20px;
  margin-bottom: 20px;
}
.acme-news-ticker {
background: #fff;
position: relative;
height: 45px;
border-radius: 3px;
border: 1px solid #1974d2;
margin-top: 45px;
}
@media (min-width: 768px) {
.acme-news-ticker {
  margin-top: 0;         
}
}
.acme-news-ticker-label {
background: #1974d2;
padding: 10px;
width: auto;
float: left;
margin-right: 15px;
line-height: normal;
height: 100%;
color: #fff; 
}
@media (width: 575px) {
.acme-news-ticker-label {
  position: absolute;
  top: -45px;                    
}         
}
.acme-news-ticker-box {
height: 100%;
padding-top: 10px;      
overflow: hidden; 
}
@media (max-width: 575px) {
.acme-news-ticker-box {
  padding-left: 10px;
  padding-right: 120px;    
} 
}
.acme-news-ticker-box ul {
width: 100%;
list-style-type: none !important;
padding: 0;
margin: 0; 
}
.acme-news-ticker-box ul li a {
  text-decoration: none; 
  color: #282828;    
}
.acme-news-ticker-controls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
height: 100%;
right: 0;
top: 0; 
}
.acme-news-ticker-controls button {
height: 100%;
background: #f6f6f6;
padding: 0;
width: 40px;
border-color: #eeeeee;
border-style: solid;
border-width: 0 0 0 1px;
cursor: pointer;
display: inline-block; 
}
.acme-news-ticker-controls button:hover {
background: #eeeeee; 
}
.acme-news-ticker-controls button.acme-news-ticker-arrow {
margin: 0;
display: inline-block;
position: relative; 
}
.acme-news-ticker-controls button.acme-news-ticker-arrow:after {
  border-color: #999;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: '';
  display: inline-block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 8px; 
}
.acme-news-ticker-controls button.acme-news-ticker-pause {
position: relative;
display: inline-block; 
}
.acme-news-ticker-controls button.acme-news-ticker-pause:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-color: #999;
  border-style: solid;
  border-width: 0 2px 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%; 
}
.acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-prev:after {
-webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
        transform: translate(-50%, -50%) rotate(135deg); 
}
.acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-next:after {
-webkit-transform: translate(-50%, -50%) rotate(315deg);
    -ms-transform: translate(-50%, -50%) rotate(315deg);
        transform: translate(-50%, -50%) rotate(315deg); 
}
.acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-prev:after {
-webkit-transform: translate(-50%, -50%) rotate(225deg);
    -ms-transform: translate(-50%, -50%) rotate(225deg);
        transform: translate(-50%, -50%) rotate(225deg); 
}
.acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-next:after {
-webkit-transform: translate(-50%, -50%) rotate(405deg);
    -ms-transform: translate(-50%, -50%) rotate(405deg);
        transform: translate(-50%, -50%) rotate(405deg); 
}
/* --top-ads--*/
.add-top{
height:auto;
float: left;
margin-top:5px;
}
.box-add{
/* background-color: #85888C; */
float: left;
width: 100%;
height: auto;
text-align: center;  
}
/* play ads */
.play-ads{
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top:3px;
}
/* Content */

.item-container{
margin-top: auto;
padding-top: 5px;
}
.content .head-title{
  float: left;
  width: 100%;
  border-bottom: 2px solid #29344d;
  margin-bottom: 20px;
}
.content .head-title h1{
  background-color: #29344d;
  float: left;
  padding: 8px 10px;
  padding-right: 30px;
  font-size: 20px;
  color: white;  
  /* -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 80% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 80% 0); */
}
.content .head-title1{
float: left;
width: 100%;
/* border-bottom: 1px solid #29344d; */
}
.content .head-title1 h1{

float: left;
padding: 8px 0px;
padding-right: 30px;
font-size: 20px;
color: #29344d; 
}
.content .item-box{
background-color: #fff;
padding: 5px;
width: 100%;
float: left;
box-shadow: 1px 1px 8px 0px #ccc;
margin-bottom: 20px;
}
.content .box{
width: 100%;
height: 100%;
float: left;
/* padding: 20px; */
margin-left: 15.5px;
margin-top: 15px;
overflow: hidden;  
box-shadow: 0px 1px 2px 0px #2d2d2d;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px; 
}

.item-box a{
text-decoration: none;
text-align: center;
width: 100%;
}
.img-box{
width: 100%;
position: relative;
}
.img-box .thumnail{
  width: 100%;
}
.thumnail:hover{
  opacity: 0.8;
}
.title h2{
  padding: 5px 0 10px;
  margin-bottom: 25px;
  text-transform:capitalize;
  text-align:center;
  font-size: 14px;
  color: black;  
}
.item-box .box .box1 .txt-box h2:hover{
color: brown;
}
.show-all{
float: right;  
}
.button {
border: none;
padding: 6px 15px;
text-align: center;
display: inline-block;
font-size: 16px;
margin: 4px 0px;
cursor: pointer;
margin-bottom: 0px;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.button2 {background-color: #008CBA;} /* Blue */
.button2 a{
text-decoration: none;
color: white;
font-weight: 500;
}
.button2 a:hover{
color: rgb(241, 240, 240);
}
/* conten-right */
.content-right{
float: left;
height: auto; 
}
.box-right{
width: 100%;
height:auto;
float: left;
background-color: white;
box-shadow: 1px 1px 8px 0px #ccc;
margin-bottom: 10px;
}
.content-right .box-right .title h2{
background-color: #29344d;
font-size: 20px;
width: 100%;
float: left;
padding: 8px 10px;
padding-right: 30px;
color: white;
}
.content-right .box-right .box-add{  
width: 100%;
height: auto;
float: left;
margin-top: -26px;
background-color: #1974d2;
}
.content-right .box-right .box-add img{
width: 100%;
height: 100%;

}
.content-right .box-right .box-call{  
width: 100%;
height: 100%;
float: left;
cursor: pointer;
margin-top: -26px;
}
.content-right .box-right .box-call img{
width: 100%;
height: 100%;
}
.content-right .box-right .right-post{
width: 100%;
height: auto;
float: left;
margin-top: -20px;
}
.box-right .right-post .pop-box{
float: left;
width: 100%;
height: 130px;
padding: 5px;
border-bottom: 1px solid #ccc;
margin-bottom: 5px;
}
.right-post .pop-box .img-box{
width: 120px;
height: 120px;
float: left;
}
.right-post .pop-box .img-box img{
width: 100%;
height: 100%;
}
.right-post .pop-box .img-box img:hover{
opacity: 0.8;
}
.right-post .pop-box .txt-box{
width: 58.4%;
height: 120px;
float: left;
margin-left: 3px;
}
.right-post .pop-box .txt-box h2{
font-size: 16px;
color: #282828;
}
.right-post .pop-box .txt-box h2:hover{
color: brown;
}
.right-post .pop-box .txt-box h3{
font-size: 13px;
color: #7f7f7f;
padding-top: 5px;
}
.box-right .right-post .featured-box{
width: 100%;
height: auto;  
}
.right-post .img-box{
overflow: hidden;
}
.featured-box .img-box{
height: 145px;
width: 145px;
float: left;
margin: 4px;
}
.right-post .featured-box .img-box img{
width: 100%;
height: 100%;
}
.right-post .featured-box:hover .img-box img{
transform:scale(1.1);
transition: 0.3s;
}
/*----Footer------*/
.footer-bar{
background-color:white;
bottom:0;
left: 0;
width: 100%;
height: 80px;
z-index: 99;
float: left;
border-top: 1px solid #ccc;
}
.footer-bar .footer .footer-box{
text-align:right;
float:left;
width: 50%;
padding: 25px;
}
.footer-bar .footer .footer-box h1{
font-size: 16px;
margin-right: -25px;
}
.footer-bar .footer .footer-menu{
float: left;
width: 50%;
padding: 25px;

}
.footer-menu ul{
display: flex;
float: left;
margin-left: -32px;
}
.footer-menu ul li a{
padding: 10px;
color: #282828;
text-decoration: none;
font-size: 16px;
}
.footer-menu ul li a:hover{
color: brown;
}
.footer-bar1{      
width: 100%;
height: 250px;
float: left;
background-color: #29344d;
}
.footer-bar1 .footer1 h1{
color: white;
}
.footer-bar1 .footer1 .box-menu1{
width: 53.3%;
height: 250px;
float: left;
padding-top: 20px;
}
.footer-bar1 .footer1 .box-menu2, .box-menu3{
width: 23.3%;
height: 250px;
float: left;
padding-top: 20px;
}
.box-menu1,.box-menu2,.box-menu3, h2{
color: white;
font-size: 20px;
}
.box-menu1 .box-img{
height: 30%;
width: 100%;
float: left;
padding-top: 10px;
padding-bottom: 10px;  
}
.box-menu1 .box-img img{
width: 25%;
height: 100%;
}
.box-menu1,.box-menu1,.box-menu1, h3{
color: rgb(209, 208, 208);
font-size: 16px;
line-height: 25px;
}
/* Back to top button */
.back-to-top {
position: fixed;
display: none;
background: #29344d;
color: #fff;
padding: 6px 12px 9px 12px;
font-size: 16px;
border-radius: 50px;
right: 15px;
bottom: 15px;
transition: background 0.5s;
}

@media (max-width: 768px) {
.back-to-top {
  bottom: 15px;
}
}

.back-to-top:focus {
background: #29344d;
color: #fff;
outline: none;
}

.back-to-top:hover {
background: #29344d;
color: #fff;
}
/* Play video */
.video .video-title{
float: left;
width: 100%;
border-bottom: 1px solid #ccc;
}
.video .video-title h1{
float: left;
padding: 8px 0px;
padding-right: 30px;
font-size: 20px;
color:  #29344d;
width: 100%;  
}
.item-box .box-video{
float: left;
width: 100%;
height:auto;
margin-top: 15px;
}
.item-box .viewer{
width: 100%;
height: auto;
float: left;
border-bottom: 1px solid #ccc;
}
.item-box .viewer h3{
font-size: 14px;
color: #555;
}
.item-box .viewer .dt h3{
float: left;
width: 100%;
color: #555;
padding: 0;
font-size: 14px;
}
.item-box .viewer .share{
float: left;
width: 30%;
text-align: right;
margin-top: -20px;
}
.item-box .details{
float: left;
width: 100%;
height: auto;

}
.item-box .details h1{
font-size: 18px;
padding-top: 20px;
text-transform: uppercase;
}
.item-box .details .img-box{
width: 35%;
height: 100%;
float: left;
padding-top: 15px;
cursor: pointer;
}

.item-box .details .img-box img{
width: 100%;
height: 100%;
border:8px solid rgb(240, 166, 166);
}
.item-box .details .txt-box{
width: 60%;
height: 100%;
float: left;
}
.item-box .details .txt-box h3{
font-size: 16px;
padding: 10px;
padding-bottom: 20px;
color: #231e1e;
}
/* Pagination  */
.item-container .content .paging{
float: left;
margin-top: 20px;
margin-bottom: 20px;

}
.item-container .content .paging .box-page{
float: left;
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px){
  .menu ul li a{
    /* display: block; */
    text-decoration: none;
    padding: 15px;
    color:#282828;
    font-weight:500;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
  .menu ul li.logo a img{
      height: 80px;
      margin-top: 0px;
  }
  .nav, #menuToggle, #menu{
      display: none;
  }
.logo1 img{
      display: none;
  }
  .form{
      position: relative;
      width: 250px;
      margin-top: 0px;
  }
  .beak-news{
      /* background-color: aqua; */
      float: left;
      margin-top: 76px;
  }
  .acme-news-ticker-box {
      font-size: 18px;
      margin-top: -3px;
  }
  /* content */
  .col-lg-8-9 {
    width: 72%!important;
  }
  .col-lg-4-3 {
      width: 28%!important;
  } 
  
  .item-box .box a{
    text-decoration: none;
  }
  .img-box{
    width: 100%;
    height: 50%;
    position: relative;
  }
  .img-box .status{
    position: absolute;
    top: 5px;
    left: 0;
    background-color: #008cba;
    font-size: 12px;
    font-weight: 600;
    color: white;
    padding: 2px;
    padding-right: 4px;
    z-index: 1;
  }
  
  .item-box .box:hover .box1 .img-box img{
    transform:scale(1.1);  
  }
  .item-box .box .box1 .img-box img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
  }
  .item-box .box .box1 .txt-box{
    width: 100%;
    height: 55px;
    position: relative;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .item-box .box .box1 .txt-box h2{
    font-size: 14px;
    width: 95%;
    margin-left: 2.5%;    
    text-align: center; 
    color: black;
    line-height:20px;
  }
  .item-box .box .box1 .txt-box h2:hover{
    color: brown;
  }
  .box-right .right-post .pop-box{
    float: left;
    width: 100%;
    height: 115px;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
  }
  .content-right .box-right .box-call{  
    width: 100%;
    height: 100%;
    float: left;
  }
  .right-post .pop-box .img-box{
    width: 100px;
    height: 100px;
    float: left;
    border:5px solid #7fadbd;
    border-radius: 5px;
  }
  .right-post .pop-box .txt-box{
    width: 58.9%;
    height: 90px;
    float: left;
    margin-left: 3px; 
  }
  .right-post .pop-box .txt-box h2{
    font-size: 12px;
    color: #282828;
    margin-left: 5px;
  }
  .right-post .pop-box .txt-box h3{
    font-size: 10px;
    line-height: 20px;
    margin-bottom: -5px;
    margin-left: 5px;
  }
  .right-post .featured-box .img-box{
    height: 100%;
    width: 46.9%;
    float: left;
    border:5px solid rgba(189, 179, 127, 0.877);
    border-radius: 5px;
  }
  .footer-bar .footer .footer-box{
    width: 50%;
    float: left;
  }
  .footer-bar .footer .footer-box h1{
    font-size: 14px;
    padding-top: 5px;
  }
  .footer-bar .footer .footer-menu{
    width: 50%;
    float: left;
  }         
  .footer-bar .footer .footer-menu ul li a{
    font-size: 14px;  
  }
  .box-menu1 .box-img img{
    width: 20%;
    height: 100%;
  }
  .item-box .details .txt-box h3{
    font-size: 16px;       
    /* line-height: normal; */
  }  
  .add-top .box-add img{
    width: 100%;
  }
  .play-ads img{
    width: 100%;
    margin-top:3px;
  }   
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px){
  .menu ul li a{
      /* display: block; */
      text-decoration: none;
      padding: 15px;
      color:#282828;
      font-weight:500;
      font-size: 13px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 5px;
  }
  .menu ul li.logo a img{
      height: 70px;
      margin-top: 0px;
  }
  .nav, #menuToggle, #menu{
      display: none;
  }
.logo1 img{
      display: none;
  }
  .form{
      position: relative;
      width: 200px;
      margin-top: 0px;
  }
  .beak-news{
      /* background-color: aqua; */
      float: left;
      margin-top: 76px;
  }
  .acme-news-ticker-box {
      font-size: 18px;
      margin-top: -3px;
  }
  /* content */
  .col-lg-8-9 {
    width: 72%!important;
    flex: 72%!important;
    max-width: 71%!important;
  }
  .col-lg-4-3 {
      width: 28%!important;
      flex: 28%!important;
  }
  .content .item-box .box{
    width: 23.2%;
    height: 100%;
    float: left;
    margin-left: 10px;
  }
  .item-box .box a{
    text-decoration: none;
  }
  .item-box .box .box1 .img-box{
    width: 100%;
    height: 50%;
    position: relative;
  }
  .item-box .box:hover .box1 .img-box img{
    transform:scale(1.1);  
  }
  .item-box .box .box1 .img-box img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
  }
  .item-box .box .box1 .txt-box{
    width: 100%;
    height: 55px;
    position: relative;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .item-box .box .box1 .txt-box h2{
    font-size: 12px;
    width: 95%;
    margin-left: 2.5%;
    text-align: center;
    color: black;
    line-height:20px;
  }
  .item-box .box .box1 .txt-box h2:hover{
    color: brown;
  }
  .box-right .right-post .pop-box{
    float: left;
    width: 100%;
    height: 90px;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
  }
  .content-right .box-right .box-call{  
    width: 100%;
    height: 100%;
    float: left;
  }
  .right-post .pop-box .img-box{
    width: 80px;
    height: 80px;
    float: left;
    border:5px solid #7fadbd;
    border-radius: 5px;
  }
  .img-box .status{
    position: absolute;
    top: 5px;
    left: 0;
    background-color: #008cba;
    font-size: 12px;
    font-weight: 500;
    color: white;
    padding: 2px;
    padding-right: 4px;
    z-index: 1;
  }
  .right-post .pop-box .txt-box{
    width: 59.7%;
    height: 90px;
    float: left;
    margin-left: 3px;
  }
  .right-post .pop-box .txt-box h2{
    font-size: 11px;
    color: #282828;
    margin-left: 5px;
  }
  .right-post .pop-box .txt-box h3{
    font-size: 7px;
    padding: 0;
    margin-bottom: -10px;
    margin-left: 5px;
  }
  .right-post .featured-box .img-box{
    height: 100%;
    width: 46.2%;
    float: left;
    border:5px solid rgba(189, 179, 127, 0.877);
    border-radius: 5px;
  }
  .footer-bar .footer .footer-box{
    width: 50%;
    float: left;
  }
  .footer-bar .footer .footer-box h1{
    font-size: 14px;
    padding-top: 5px;
  }
  .footer-bar .footer .footer-menu{
    width: 50%;
    float: left;
  }         
  .footer-bar .footer .footer-menu ul li a{
    font-size: 14px;  
  }
  .box-menu1 .box-img img{
    width: 25%;
    height: 100%;
  }
  .item-box .details .txt-box h3{
    font-size: 14px;       
    line-height: normal;
  }
  .add-top .box-add img{
    width: 100%;
  }
  .play-ads img{
    width: 100%;
  }     
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
.menu ul li a{
      /* display: block; */
      text-decoration: none;
      padding: 10px;
      color:#282828;
      font-weight:500;
      font-size: 9px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 5px;
      margin-top: 10px;
      
  }
  .menu ul li.logo a img{
      height: 65px;
      margin-top: -10px;
  }
  .nav, #menuToggle, #menu{
      display: none;
  }
  .logo1 img{
      display: none;
  }
  .form{
      position: relative;
      width: 180px;
      margin-top: 0px;
  }
  .beak-news{
      /* background-color: aqua; */
      float: left;
      margin-top: 80px;
  }
  .acme-news-ticker-box {
      font-size: 16px;
      margin-top: -3px;        
  }
  /* content */
  .item-container .content{
    width: 100%;
  }    
  .content .item-box .box{
    width: 23.2%;
    height: 100%;
    float: left;  
    margin-left: 10px;
  }
  .item-box .box a{
    text-decoration: none;
  }
  .item-box .box .box1 .img-box{
    width: 100%;
    height: 50%;
    position: relative;
  }
  .item-box .box:hover .box1 .img-box img{
    transform:scale(1.1);  
  }
  .item-box .box .box1 .img-box img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
  }
  .img-box .status{
    position: absolute;
    top: 5px;
    left: 0;
    background-color: #008cba;
    font-size: 12px;
    font-weight: 500;
    color: white;
    padding: 2px;
    padding-right: 4px;
    z-index: 1;
  }
  .item-box .box .box1 .txt-box{
    width: 100%;
    height: 55px;
    position: relative;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .item-box .box .box1 .txt-box h2{
    font-size: 12px;
    width: 95%;
    margin-left: 2.5%;
    text-align: center;
    color: black;
    line-height:20px;
  }
  .right-post .pop-box .txt-box h3{
    font-size: 16px;
    padding: 0px;
    margin-bottom: -3px;
  }
  .item-box .box .box1 .txt-box h2:hover{
    color: brown
  }
  .content-right{
    float: left;
    height: auto;
    width: 100%;
    margin-top: 10px;  
  }
  .content-right .box-right .box-call{  
    width: 100%;
    height: 100%;
    float: left;
  }
  .box-right .right-post .pop-box{        
    height: 135px;        
  }
  .right-post .pop-box .txt-box{
    width: 75.5%;
    height: 120px;
    float: left;
    margin-left: 3px;
  }
  .right-post .pop-box .img-box{
    border:5px solid #7fadbd;
    border-radius: 5px;
  }
  .right-post .pop-box .txt-box h2{
    font-size: 18px;
    color: #282828;
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .right-post .pop-box .txt-box h3{
    font-size: 16px;
    padding: 0px;
    margin-bottom: -3px;
    margin-left: 5px;
  }
  .right-post .featured-box .img-box{
    height: 100%;
    width: 23.8%;
    float: left;
    border:5px solid rgba(189, 179, 127, 0.877);
    border-radius: 5px;
  }
  .footer-bar .footer .footer-box{
    width: 50%;
    float: left;
  }
  .footer-bar .footer .footer-box h1{
    font-size: 12px;
    padding-top: 5px;
  }
  .footer-bar .footer .footer-menu{
    width: 50%;
    float: left;
  }         
  .footer-bar .footer .footer-menu ul li a{
    font-size: 10px;
    padding: 5px;  
  }
  .box-menu1 .box-img img{
    width: 35%;
    height: 100%;
  }
  .box-menu1,.box-menu1,.box-menu1, h3{
    color: rgb(209, 208, 208);
    font-size: 13px;
    line-height: 25px;
  }
  .item-box .details .txt-box h3{
    font-size: 14px;       
    line-height: normal;
  }
  .add-top .box-add img{
    width: 100%;
  }
  .play-ads img{
    width: 100%;
  } 
}

/*Small devices (landscape phones, 776px and up)*/
@media (min-width: 576px) and (max-width: 767.98px){ 
.menu ul li.btn-menu{
      display: none;
  }
  .menu ul:nth-child(1) li:not(.btn-menu){
      display: none;
  }
  .logo1 img{
    position: absolute;
    height: 50px;
    margin-left: 35px;
    margin-top: -65px;
    float: left;
  }
  .beak-news{
      /* background-color: aqua; */
      float: left;
      margin-top: 45px;
  }
  .acme-news-ticker-box {
      font-size: 11px;

  }
  a {
      text-decoration: none;
      color: #231e1e;
      opacity:1;
      font-family: 'work sans', sans serif;
      font-size: 1.5em;
      font-weight: 400;
      transition: 200ms;
    }
    a:hover {
      /* opacity:0.5; */
      color:brown;
    }
    ul {
      padding: 0;
      list-style-type: none;
    }
  nav {        
      height: 65px;       
      float: left;
      margin-top: -70px;      
    }
  #menuToggle {
      display: flex;
      flex-direction: column;
      position: relative;
      top: 25px;
      left: 0px;
      z-index: 1;
      -webkit-user-select: none;
      user-select: none;
    }
    
    #menuToggle input
    {
      display: flex;
      width: 40px;
      height: 32px;
      position: absolute;
      cursor: pointer;
      opacity: 0;
      z-index: 2;
    }
    
    #menuToggle span
    {
      display: flex;
      width: 25px;
      height: 2px;         
      margin-bottom: 5px;
      position: relative;
      background: #000000;
      border-radius: 3px;
      z-index: 1;
      transform-origin: 5px 0px;
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  opacity 0.55s ease;
    }
    
    #menuToggle span:first-child
    {
      transform-origin: 0% 0%;
    }
    
    #menuToggle span:nth-last-child(2)
    {
      transform-origin: 0% 100%;
    }
    
    #menuToggle input:checked ~ span
    {
      opacity: 1;
      transform: rotate(45deg) translate(-2px, -0.01px);
      background: #36383F;
    }
    #menuToggle input:checked ~ span:nth-last-child(3)
    {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
    }
    
    #menuToggle input:checked ~ span:nth-last-child(2)
    {
      transform: rotate(-45deg) translate(0, -1px);
    }
    
    #menu
    {
      position: absolute;
      width: 280px;
      height: auto;
      box-shadow: 0 0 10px #85888C;
      margin: -50px 0 0 -110px;
      padding: 45px;
      padding-top: 90px;
      background-color: #F5F6FA;
      -webkit-font-smoothing: antialiased;
      transform-origin: 0% 0%;
      transform: translate(-100%, 0);
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    
    #menu li
    {
      padding: 10px 0;
      transition-delay: 2s;
      font-size: 14px;
    }
    
    #menuToggle input:checked ~ ul
    {
      transform: none;
    }
    /* content */
    
    .item-box .box a{
      text-decoration: none;
    }
    .img-box{
      width: 100%;
      height: 50%;
      position: relative;
    }
    .img-box .status{
      position: absolute;
      top: 5px;
      left: 0;
      background-color: #008cba;
      font-size: 12px;
      font-weight: 500;
      color: white;
      padding: 2px;
      padding-right: 4px;
      z-index: 1;
    }
    .item-box .box:hover .box1 .img-box img{
      transform:scale(1.1);  
    }
    .item-box .box .box1 .img-box img{
      width: 100%;
      height: 100%;
      transition: 0.3s;
    }
    .item-box .box .box1 .txt-box{
      width: 100%;
      height: 55px;
      position: relative;
      background-color: #fff;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }
    .item-box .box .box1 .txt-box h2{
      font-size: 14px;
      width: 95%;
      margin-left: 2.5%;
      text-align: center;
      color: black;
      line-height:20px;
    }
    .item-box .box .box1 .txt-box h2:hover{
      color:brown;
    }
    .button {        
      font-size: 10.7px;     
    }
    .content-right{
      float: left;
      height: auto;
      margin-top: 10px;  
    }
    .content-right .box-right .box-call{  
      width: 100%;
      height: 170px;
      float: left;
    }
    .box-right .right-post .pop-box{        
      height: 135px;        
    }
    .right-post .pop-box .txt-box{
      width: 75.5%;
      height: 120px;
      float: left;
      margin-left: 3px;
    }
    .right-post .pop-box .img-box{
      border:5px solid #7fadbd;
      border-radius: 5px;
    }
    .right-post .pop-box .txt-box h2{
      font-size: 18px;
      color: #282828;
      margin-left: 5px;
      margin-bottom: 5px;
    }
    .right-post .pop-box .txt-box h3{
      font-size: 16px;
      padding: 0px;
      margin-bottom: -3px;
      margin-left: 5px;
    }
    .right-post .pop-box .txt-box h2:hover{
      color: brown;
    }
    .right-post .featured-box .img-box{
      height: 100%;
      width: 48.4%;
      float: left;
      border:5px solid rgba(189, 179, 127, 0.877);
      border-radius: 5px;
    }
    .footer-bar .footer .footer-box{
      width: 100%;
      float: left;
      text-align: center;
      margin: 0;
      padding: 0;
      padding-top: 15px;
    }
    .footer-bar .footer .footer-box h1{
      font-size: 16px;
    }
    .footer-bar .footer .footer-menu{
      width: 100%;
      float: left;
      margin: 0 auto;
      padding: 0;
      padding-top: 5px; 
      padding-left: 100px;
    }         
    .footer-bar .footer .footer-menu ul li a{
      font-size: 14px;
      padding: 7px;  
    }
    .footer-bar1{      
      width: 100%;
      height: auto;
      float: left;
      background-color: #29344d;
    }
    .footer-bar1 .footer1 .box-menu1,.box-menu3{
      width: 100%;
      height: auto;
      float: left;
      padding-top: 20px;
    }
    .footer-bar1 .footer1 .box-menu2{
      width: 100%;
      height: auto;
      float: left;
      padding-top: 20px;        
    }
    .box-menu3{
      margin-bottom: 15px;
    }
    .item-box .details .txt-box h3{
      font-size: 11px;       
      line-height: normal;
    }
    .details .img-box{
      display: none;
    }
    .item-box .details .txt-box{
      width: 100%;
    }
    .add-top .box-add img{
      width: 100%;
    }
    .play-ads img{
      width: 100%;
    } 
}

/*Extra small devices (portrait phones, less than 575px)*/
@media (max-width: 575.98px) { 

.menu ul li.btn-menu{
      display: none;
  }
  .menu ul:nth-child(1) li:not(.btn-menu){
      display: none;
  }
  .logo1 img{
    position: absolute;
    height: 50px;
    margin-left: 25px;
    margin-top: -70px;
    float: left;
  }
  .form{
    position: relative;
    width: 220px;
    margin-top: 7px;
  }
  .beak-news{
    float: left;
    margin-top: 45px;
    display: none;
  }
  .add-top{
    float: left;
    margin-top: 90px;
  }
  .beak-news .breaking{
    padding: 0;
}
  .acme-news-ticker {
    width: 100%;
  }    
  .acme-news-ticker-box {
      font-size: 10px;
      padding: 0px;
      margin-top: 10px;       
  }
  a {
      text-decoration: none;
      color: #231e1e;
      opacity:1;
      font-family: 'work sans', sans serif;
      font-size: 1.5em;
      font-weight: 400;
      transition: 200ms;
    }
    a:hover {
      /* opacity:0.5; */
      color:brown;
    }
    ul {
      padding: 0;
      list-style-type: none;
    }
  nav {        
      height: 65px;       
      float: left;
      width: 8%;
      margin-top: -70px;      
      margin-left: -11px;  

    }
  #menuToggle {
    width: 20%;
      display: flex;
      flex-direction: column;
      position: relative;
      top: 20px;
      left: 0px;
      z-index: 1;
      -webkit-user-select: none;
      user-select: none;  
    }
    
    #menuToggle input
    {
      display: flex;
      width: 40px;
      height: 72px;
      position: absolute;
      cursor: pointer;
      opacity: 0;
      z-index: 2;
    }
    
    #menuToggle span
    {
      display: flex;
      width: 26px;
      height: 2px;         
      margin-bottom: 5px;
      position: relative;
      background: #000000;
      border-radius: 3px;
      z-index: 1;
      transform-origin: 5px 0px;
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  opacity 0.55s ease;
    }
    
    #menuToggle span:first-child
    {
      transform-origin: 0% 0%;
    }
    
    #menuToggle span:nth-last-child(2)
    {
      transform-origin: 0% 100%;
    }
    
    #menuToggle input:checked ~ span
    {
      opacity: 1;
      transform: rotate(45deg) translate(-2px, -0.01px);
      background: #36383F;
    }
    #menuToggle input:checked ~ span:nth-last-child(3)
    {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
    }
    
    #menuToggle input:checked ~ span:nth-last-child(2)
    {
      transform: rotate(-45deg) translate(0, -1px);
    }
    
    #menu
    {
      position: absolute;
      width: 280px;
      height: auto;
      box-shadow: 0 0 10px #85888C;
      margin: -50px 0 0 -40px;
      padding: 45px;
      padding-top: 80px;
      background-color: #F5F6FA;
      -webkit-font-smoothing: antialiased;
      transform-origin: 0% 0%;
      transform: translate(-100%, 0);
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
    
    #menu li
    {
      padding: 10px 0;
      transition-delay: 2s;
      font-size: 14px;
    }
    
    #menuToggle input:checked ~ ul
    {
      transform: none;
    }
    .form{
      position: relative;
      width: 220px;
      margin-top: 7px;
      margin-right: -15px;
    }
    /* content */
    
    .item-box .box a{
      text-decoration: none;
    }
    .img-box{
      width: 100%;
      height: 50%;
      position: relative;
    }
    .img-box .status{
      position: absolute;
      top: 5px;
      left: 0;
      background-color: #008cba;
      font-size: 12px;
      font-weight: 500;
      color: white;
      padding: 2px;
      padding-right: 4px;
      z-index: 1;
    }
    .item-box .box:hover .box1 .img-box img{
      transform:scale(1.1);  
    }
    .item-box .box .box1 .img-box img{
      width: 100%;
      height: 100%;
      transition: 0.3s;
    }
    .item-box .box .box1 .txt-box{
      width: 100%;
      height: 55px;
      position: relative;
      background-color: #fff;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }
    .item-box .box .box1 .txt-box h2{
      font-size: 14px;
      width: 95%;
      margin-left: 2.5%;
      text-align: center;
      color: black;
      line-height:20px;
    }
    .item-box .box .box1 .txt-box h2:hover{
      color: brown;
    }
    .button {        
      font-size: 10.7px;       
    }
    .content-right{
      float: left;
      height: auto;
      margin-top: 10px;  
    }
    .content-right .box-right .box-call{  
      width: 100%;
      height: 140px;
      float: left;
    }
    .box-right .right-post .pop-box{        
      height: 135px;        
    }      
    .right-post .pop-box .txt-box{
      width: 66.5%;
      height: 120px;
      float: left;
      margin-left: 3px;
    }
    .right-post .pop-box .img-box{
      border:5px solid #7fadbd;
      border-radius: 5px;
    }
    .right-post .pop-box .txt-box h2{
      font-size: 18px;
      color: #282828;
      margin-left: 5px;
      margin-bottom: 5px;
    }
    .right-post .pop-box .txt-box h3{
      font-size: 14px;
      margin-left: 5px; 
      margin-bottom: -5px;
    }
    .right-post .pop-box .txt-box h2:hover{
      color: brown;
    }
    .right-post .featured-box .img-box{
      height: 100%;
      width: 47.9%;
      float: left;
      border:5px solid rgba(189, 179, 127, 0.877);
      border-radius: 5px;
    }
    .footer-bar .footer .footer-box{
      width: 100%;
      float: left;
      text-align: left;
      margin: 0;
      padding: 0;
      padding-top: 15px;
    }
    .footer-bar .footer .footer-box h1{
      font-size: 16px;
      margin-left:10px;
    }
    .footer-bar .footer .footer-menu{
      width: 100%;
      float: left;
      margin: 0 auto;
      padding: 0;
      padding-top: 5px; 
      padding-left: 78px;
    }         
    .footer-bar .footer .footer-menu ul li a{
      font-size: 11px;
      padding: 1px; 
    }
    .footer-bar1{      
      width: 100%;
      height: auto;
      float: left;
      background-color: #29344d;
    }
    .footer-bar1 .footer1 .box-menu1,.box-menu3{
      width: 100%;
      height: auto;
      float: left;
      padding-top: 20px;
    }
    .footer-bar1 .footer1 .box-menu2{
      width: 100%;
      height: auto;
      float: left;
      padding-top: 20px;
    }
    .box-menu1,.box-menu2,.box-menu3, h2{
      color: white;
      font-size: 14px;
    }
    .box-menu1 .box-img{
      height: 25%;
      width: 100%;
      float: left; 
    }
    .box-menu1 .box-img img{
      width: 25%;
      height: 100%;
    }
    .box-menu1,.box-menu2,.box-menu3, h3{
      color: rgb(209, 208, 208);
      font-size: 12px;
      line-height: -30px;
    }
    .box-menu3{
      margin-bottom: 15px;
    }
    .details .img-box{
      display: none;
    }
    .item-box .details .txt-box{
      width: 100%;
    }
    .item-box .viewer{
        width: 100%;
        /*margin-top:-20px;*/
      }
    .item-box .viewer .dt h3{
      width: 100%;
      font-size: 12px;
    }      
    .item-box .details .txt-box h3{
      font-size: 10px;       
      line-height: normal;
    }
    .video{
        padding:0;
        /* background-color:red; */
    }
    .add-top .box-add img{
      width: 100%;
    }
    .play-ads img{
      width: 100%;
    }
  
}
@media screen and (max-width: 400px) {
  /* start of phone styles */
  .menu ul li.btn-menu{
    display: none;
}
.menu ul:nth-child(1) li:not(.btn-menu){
    display: none;
}
.add-top .box-add img{
  width: 100%;
}
.play-ads img{
  width: 100%;
}
.logo1 img{
  position: absolute;
  height: 40px;
  margin-left: 25px;
  margin-top: -65px;
  float: left;
}
.form{
  position: relative;
  width: 220px;
  margin-top: 7px;
}
.beak-news{
  float: left;
  margin-top: 45px;
  display: none;
}
.add-top{
  float: left;
  margin-top: 90px;
}
.beak-news .breaking{
  padding: 0;
}
.acme-news-ticker {
  width: 100%;
}    
.acme-news-ticker-box {
    font-size: 10px;
    padding: 0px;
    margin-top: 10px;       
}
a {
    text-decoration: none;
    color: #231e1e;
    opacity:1;
    font-family: 'work sans', sans serif;
    font-size: 1.5em;
    font-weight: 400;
    transition: 200ms;
  }
  a:hover {
    /* opacity:0.5; */
    color:brown;
  }
  ul {
    padding: 0;
    list-style-type: none;
  }
nav {        
    height: 65px;       
    float: left;
    width: 8%;
    margin-top: -70px;      
    margin-left: -11px;  

  }
#menuToggle {
  width: 20%;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 20px;
    left: 0px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;  
  }
  
  #menuToggle input
  {
    display: flex;
    width: 40px;
    height: 72px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
  }
  
  #menuToggle span
  {
    display: flex;
    width: 26px;
    height: 2px;         
    margin-bottom: 5px;
    position: relative;
    background: #000000;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }
  
  #menuToggle span:first-child
  {
    transform-origin: 0% 0%;
  }
  
  #menuToggle span:nth-last-child(2)
  {
    transform-origin: 0% 100%;
  }
  
  #menuToggle input:checked ~ span
  {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -0.01px);
    background: #36383F;
  }
  #menuToggle input:checked ~ span:nth-last-child(3)
  {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  
  #menuToggle input:checked ~ span:nth-last-child(2)
  {
    transform: rotate(-45deg) translate(0, -1px);
  }
  
  #menu
  {
    position: absolute;
    width: 280px;
    height: auto;
    box-shadow: 0 0 10px #85888C;
    margin: -50px 0 0 -40px;
    padding: 45px;
    padding-top: 80px;
    background-color: #F5F6FA;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }
  
  #menu li
  {
    padding: 10px 0;
    transition-delay: 2s;
    font-size: 14px;
  }
  
  #menuToggle input:checked ~ ul
  {
    transform: none;
  }
  .form{
    position: relative;
    width: 180px;
    margin-top: 0px;
    margin-right: -15px;
  }
  /* content */
  .content .item-box .box{
    width: 46.9%;
    height: 100%;
    float: left;
    margin: 5px;
    margin-left: 0;
  }
  .item-box .box a{
    text-decoration: none;
  }
  .item-box .box .box1 .img-box{
    width: 100%;
    height: 50%;
    position: relative;
  }
  .img-box .status{
    position: absolute;
    top: 5px;
    left: 0;
    background-color: #008cba;
    font-size: 12px;
    font-weight: 500;
    color: white;
    padding: 2px;
    padding-right: 4px;
    z-index: 1;
  }
  .item-box .box:hover .box1 .img-box img{
    transform:scale(1.1);  
  }
  .item-box .box .box1 .img-box img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
  }
  .item-box .box .box1 .txt-box{
    width: 100%;
    height: 55px;
    position: relative;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .item-box .box .box1 .txt-box h2{
    font-size: 14px;
    width: 95%;
    text-align: center;
    color: black;
    line-height:20px;
  }
  .item-box .box .box1 .txt-box h2:hover{
    color: brown;
  }
  .button {        
    font-size: 10.7px;       
  }
  .content-right{
    float: left;
    height: auto;
    margin-top: 10px;  
  }
  .content-right .box-right .box-call{  
    width: 100%;
    height: 120px;
    float: left;
  }
  .box-right .right-post .pop-box{        
    height: 135px;        
  }      
  .right-post .pop-box .txt-box{
    width: 61.9%;
    height: 120px;
    float: left;
    margin-left: 3px;
  }
  .right-post .pop-box .img-box{
    border:5px solid #7fadbd;
    border-radius: 5px;
  }
  .right-post .pop-box .txt-box h2{
    font-size: 14px;
    color: #282828;
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .right-post .pop-box .txt-box h3{
    font-size: 12px;
    margin-left: 5px; 
    margin-bottom: -5px;
  }
  .right-post .pop-box .txt-box h2:hover{
    color: brown;
  }
  .right-post .featured-box .img-box{
    height: 100%;
    width: 47.5%;
    float: left;
    border:5px solid rgba(189, 179, 127, 0.877);
    border-radius: 5px;
  }
  .footer-bar .footer .footer-box{
    width: 100%;
    float: left;
    text-align: left;
    margin: 0;
    padding: 0;
    padding-top: 15px;
  }
  .footer-bar .footer .footer-box h1{
    font-size: 14px;
    margin-left:10px;
  }
  .footer-bar .footer .footer-menu{
    width: 100%;
    float: left;
    margin: 0 auto;
    padding: 0;
    padding-top: 5px; 
    padding-left: 78px;
  }         
  .footer-bar .footer .footer-menu ul li a{
    font-size: 8px;
    padding: 3px; 
  }
  .footer-bar1{      
    width: 100%;
    height: auto;
    float: left;
    background-color: #29344d;
  }
  .footer-bar1 .footer1 .box-menu1,.box-menu3{
    width: 100%;
    height: auto;
    float: left;
    padding-top: 20px;
  }
  .footer-bar1 .footer1 .box-menu2{
    width: 100%;
    height: auto;
    float: left;
    padding-top: 20px;
  }
  .box-menu1,.box-menu2,.box-menu3, h2{
    color: white;
    font-size: 14px;
  }
  .box-menu1 .box-img{
    height: 25%;
    width: 100%;
    float: left; 
  }
  .box-menu1 .box-img img{
    width: 25%;
    height: 100%;
  }
  .box-menu1,.box-menu2,.box-menu3, h3{
    color: rgb(209, 208, 208);
    font-size: 12px;
    line-height: -30px;
  }
  .box-menu3{
    margin-bottom: 15px;
  }
  .details .img-box{
    display: none;
  }
  .item-box .details .txt-box{
    width: 100%;
  }
   .item-box .viewer{
    width: 100%;
    margin-top:0px;
  }
  .item-box .viewer .dt h3{
    width: 100%;
    font-size: 12px;
  }      
  .item-box .details .txt-box h3{
    font-size: 10px;       
    line-height: normal;
  }
  
  }