/*===== DEFUALT SETTING START HERE ====*/
html, body{
  overflow-x: hidden;
  width: 100%;
  
}

footer{
  margin-bottom: 0;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

h4 {
  font-size: 17px;
  background-color:  rgb(24, 24, 24);
  padding: 10px;
  color: white;
}

p {
  color: white;
  font-size: 12px;
}
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
 /* about us css start here */

.contact-us-container {
  padding: 10px 10%;
  background-color: rgb(61, 61, 61);
 }

#contact-us .contact-infor {
  color: white;
  margin-bottom: 20px;
 }

#contact-us .contact-infor h1 {
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 900;
 }

#contact-us .contact-infor p{
  color: white;
  font-size: 15px;
 }

#contact-us .contact-infor a{
  color: rgb(248, 4, 4);
  font-size: 15px;
 }

#contact-us .contact-us-form {
  margin-bottom: 40px;
 }

#contact-us .contact-us-form input{
  color: white;
  display: flex;
  padding: 5px 3px;
  margin: 0 0 10px 0;
  border-radius: 5px;
  width: 40%;  
  background-color: rgb(52, 37, 37);
  color: white;
  font-size: 16px;
  border: 1px solid rgb(118, 103, 103);
  outline: none;
 }

#contact-us .contact-us-form input:hover {
  border: 1px solid rgb(104, 79, 79);
  background-color: rgb(98, 77, 77);

 }

#contact-us .contact-us-form textarea{
  color: white;
  display: flex;
  padding: 5px 3px;
  margin: 0 0 20px 0;
  border-radius: 5px;
  width: 40%;
  height: 50px;
  background-color: rgb(52, 37, 37);
  color: white;
  font-size: 16px;
  border: 1px solid rgb(118, 103, 103);
  outline: none;

 }

#contact-us .contact-us-form textarea:hover {
  border: 1px solid rgb(104, 79, 79);
  background-color: rgb(98, 77, 77);
 }

#contact-us .contact-us-form label {
  color: white;
  font-size: 15px;
 }

#contact-us .contact-us-form  button {
  padding: 10px;
  width: 12%;
  border-radius: 5px;
  border: 2px solid rgb(24, 205, 0);
  background-color: transparent;
  color: rgb(24, 205, 0);
  font-size: 17px;
  font-weight: 800;
 }

#contact-us .contact-us-form  button:hover {
  background-color: rgb(74, 74, 74);
 }

#contact-us hr {
  border: 2px solid rgb(14, 245, 2);

 }

#contact-us .contact-details {
  margin-top: 15px;
 }

#contact-us .contact-details h5{
  color: white;
  font-size: 20px;
  padding-bottom: 30px;
 }

#contact-us .contact-details h3{
  color: white;
  font-size: 17px;
 }

#contact-us .contact-details p{
  color: white;
  font-size: 15px;
  padding-bottom: 20px;
 }

#contact-us .contact-general {
  margin-top: 15px;
 }
#contact-us .contact-general h5{
  color: white;
  font-size: 20px;
  padding-bottom: 20px;
 }

#contact-us .contact-general i {
 color: white;
 font-size: 30px;
 padding-right: 20px;
 align-items: center;
 justify-content: center;
}

#contact-us .contact-general i:hover {
  color: rgb(14, 245, 2)
}

#contact-us .contact-general .container {
  display: flex;
  gap: 200px;
 }

 #contact-us .contact-general .container .infor {
  width: 50%;
 }

#contact-us .contact-general .infor h3{
  color: white;
  font-size: 17px;
 }

#contact-us .contact-general .infor p{
  color: rgb(237, 8, 8);
  font-size: 15px;
  padding-bottom: 20px;
  font-weight: 800;
 }

 #contact-us .contact-us-button-nav {
  background-color: rgb(61, 61, 61);
  padding: 20px 10%;
 }

#contact-us .contact-us-button-nav a{
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  padding: 0 14% 0 0;
  font-size: 13px;
 

}

/* aboout us start here*/
#about-us {
  
  background-color: rgb(61, 61, 61);

}

#about-us h1 {
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 900; 
  color: white;
  margin-bottom: 20px;
  margin: 0 10%;

 }
 #about-us .about-us-container {
  border: 0.5px solid rgb(14, 245, 2);
  color: white;
  margin-bottom: 20px;
  padding: 10px 10px;
  margin: 10px 10%;
  
 }

 #about-us .about-us-container h4{
  background-color: inherit;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
 }

 #about-us .about-us-container p{
  font-size: 15px;
 }



#about-us hr{
  border: 1px solid rgb(14, 245, 2);
}

#about-us .about-us-button-nav{
  margin: 10px 10%;
  background-color: rgb(61, 61, 61);
  padding-top: 10px;

}

#about-us .about-us-button-nav a{
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  padding: 0 14% 0 0;
 

}


/* terms section start here*/
#terms {
  
  background-color: rgb(61, 61, 61);

}

#terms h1 {
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 900; 
  color: white;
  margin-bottom: 20px;
  margin: 0 10%;
}

#terms h3 {
  align-items: center;
  text-align: center;

}
#terms a {
  font-size: 15px;
  color: white;
  font-weight: 900; 
}
 #terms .about-us-container {
  color: white;
  margin-bottom: 20px;
  padding: 10px 10px;
  margin: 10px 10%;
  
 }


#terms .about-us-container .content-table {
  padding-left: 40px;
  font-size: 17px;
}

#terms .about-us-container ul {
  padding-left: 20px;
}

#terms .about-us-container ul li{
  padding-bottom: 5px;
}

#terms .about-us-container a {
  text-decoration-color: rgb(14, 245, 2);
}

#terms .about-us-container .main-content {
  list-style-position: outside;
  padding-left: 20px;
}

#terms .about-us-container .main-content li::marker {
  
  font-weight: 700;
  
}

#terms .about-us-container .main-content ul {
  list-style-type: disc;
}

#terms .about-us-container .main-content ul li::marker{
  color: rgb(251, 241, 241);
  font-size: 20px;
}
#terms .about-us-container  a:hover{
  text-decoration: none;
  
}

 #terms .about-us-container h4{
  background-color: inherit;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
 }

 #terms .about-us-container p{
  font-size: 15px;
  line-height: 20px;

 }



#terms hr{
  border: 1px solid rgb(14, 245, 2);
}

#terms .about-us-button-nav{
  margin: 10px 10%;
  background-color: rgb(61, 61, 61);
  padding-top: 10px;

}

#terms .about-us-button-nav a{
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  padding: 0 13% 0 0;
 

}

 /* Adsence section start here*/
.google-adscent {
  border: 1px solid gray;
  margin: 3px 0;
  height: 20vh;
}

 .google-adscent p{
 text-align: center;
 align-items: center;
 text-transform: capitalize;
 font-size: 10px;
 padding: 0px;
 
}

 /* signup css start here*/
 #news-line .logs{
  background-color: rgb(52, 37, 37);
  width: 100%;
}


.center form li {
  list-style: none;
  font-size: 14px;
}

.center  ul li {
  color: red;
}

.center  ul li:nth-child(1) {
  display: none;
}

.center  ul li:nth-child(2) {
  display: none;
}
.center  ul li:nth-child(3) {
  display: none;
}

.center  ul li:nth-child(4) {
  display: none;
}

.center form label {
  display: block;
  text-transform: capitalize;
}

.center form input {
  display: block;
  padding: 5px 10px;
  width: 100%;
 
  background-color: rgb(112, 92, 92);
  outline: none;
  border: 1px solid rgba(241, 180, 180, 0.529);
  color: white;
  border-radius: 5px;
}

.center form input:hover {
  background-color: rgb(133, 122, 122);

}

.center .my_form button {
  width: 100%;
  height: 30px;
  color: white;
  background-color: rgb(112, 92, 92);
  border-radius: 20px;

}

.center .my_form button:hover {
  background-color: rgb(133, 122, 122);
}


.center .my {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  margin: 40px 0 40px 0 ;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.center .my_form h1{
  padding: 5px 0;
  font-size: 18px;
}

.center .my_form p{
  padding: 5px 0;
}

.center .my_form {
  color: white;
  text-align: left;
 
} 

  /* signup css end here*/
  
.dive-m1 {
  margin: 0 0 10px 0;
}


.section-m1 {
  margin: 10px 0 ;
}

body{
  background-color:rgb(0, 0, 0);
}

/*===== HEADER SECTION START HERE ====*/
header{
  display: flex;
  flex-direction: column;
  width: 100%;
}

header #main-header {
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}

#main-header .header{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  background-color: blue;
}

#main-header .header .header-logo a {
  padding-left: 20px;
  color: white;
  font-size: 25px;
  font-weight: 800;
  text-decoration: none;
}

#main-header .header ul {
  display: flex;
}

#main-header .header ul li {
 list-style: none;
 padding: 40px;

}

#main-header .header ul li .extra {
  border: 2px solid white;
  padding: 7px;
}

#main-header .header ul li a {
  text-decoration: none;
  color: white;
  font-size: 16px;
}


#main-header .header ul li i {
  font-size: 16px;
  padding-left: 10px;
}

          /* sub manue section start here */

.sub-manue {
  width: 100%;
  background-color: rgb(33, 33, 33);
  justify-content: space-between;
  align-items: flex-start;
  text-align: start;
  padding: 5px 20px;
  border-bottom: 1px solid gray;
  position:absolute ;
  top: 0;
  display: none;

}

.active {
  display: flex;
  left: 0%;
}

#sub.sub-manue h3 {
  text-transform: uppercase;
  color: white;
  font-size: 15px;
  font-weight: 500;
}

#sub .sub-manue h3 a {
  color: white;
  text-decoration: none;
  text-transform: capitalize;
}

#sub .sub-manue ul li {
  list-style: none;
  padding: 3px 0 0 0;
}

#sub .sub-manue ul li a {
  text-decoration: none;
  color: white;
  font-size: 10px;
  text-transform: capitalize;
}

#sub .sub-manue ul li a:hover{
  color: rgb(216, 165, 165);
}

    /* sub icon section*/

#sub .car-pool{
  position: relative;
}

#sub .car-pool .caret-down {
  color: blue;
  font-size: 40px;
  font-size: 800;
  position: absolute;
  top: -25px;
  right: 20px;
}

#sub .car-pool .close {
  display: none;
  color: white;
  font-size: 20px;
  font-size: 800;
  position: absolute;
  top: -45px;
  right: -10px;
}



#sub {
  position: sticky;
  top: 60px;
  left: 0;
  z-index: 1;
}

#sub .navber ul {
  display: flex;
  background-color:  rgb(24, 24, 24);
  align-items: center;
  text-align: center;
  border-bottom: 1px solid rgb(89, 89, 89);
  width: 100%;
  justify-content: space-between;
  padding: 6px 20px;
  
}

#sub .navber ul li {
  list-style: none;
  position: relative;
  align-items:center;
  text-align: center;
  
}


#sub .navber ul li a {
  text-decoration: none;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  align-items: center;
}

#sub .navber ul li .on{
  color: red;
}

#sub .navber ul li a.active::after{
  content: "";
  height: 2px;
  width: 100%;
  background-color: rgb(251, 4, 4);
  position: absolute;
  bottom: -10px;
  left: 0;
}
/* sub manue intro section start here */

#sub-navber-intro {
 background-color: rgb(44, 44, 44);
 border-bottom: 1px solid gray;
}

#sub-navber-intro .is-extra-log {
  display: flex;
  padding: 5px 20px;
}

/*
#sub-navber-intro .is-extra-log span {
  padding: 5px;
  border-radius: 50%;
  background-color: blue;
  color: white;
}
*/
#sub-navber-intro .is-extra-log h4 {
  background-color: rgb(44, 44, 44);
  padding:  0;
  text-transform: uppercase;
  font-size: 14px;
}

#sub-navber-intro .is-extra-log h4 a {
 text-decoration: none;
 color: white;
}

#sub-navber-intro .is-extra-log h4 a:hover {
  color: rgb(215, 175, 175);
}

#sub-navber-intro ul {
  display: flex;
  padding: 5px 1px 5px 10px;
  
}

#sub-navber-intro ul li {
  padding: 0 30px 0 0;
  align-items: center;
  list-style: none;
 
}

#sub-navber-intro ul li a{
  font-size: 14px;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  position: relative;
  
}
#sub-navber-intro ul li a.active::after{
  content: "";
  height: 2px;
  width: 100%;
  background-color: rgb(251, 4, 4);
  position: absolute;
  bottom: -8px;
  left: 0%;
}

/*
#sub-navber-intro ul li:nth-last-child(2) {
  width: 20%;
  
}

#sub-navber-intro ul li:nth-last-child(4) {
  width: 16%;
}

#sub-navber-intro ul li:nth-child(2) {
  width: 14%;
}
*?
/* main body section styling start here */

#main-body {
  height: 40px;
  width: 100%;
  background-color: rgb(24, 24, 24);
  align-items: center;
  justify-content: center;
  text-align:start;
} 

#main-body h5 {
  align-items: center;
  color: white;
  padding-left: 20px;
  font-size: 14px;
  line-height: 40px;
}

#main-body h5 span {
  color: rgb(249, 4, 4);
}

#news-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0px;
}

#news-line .news-container {
  display: flex;
  flex-direction: column;
  width: 69%;

}

#news-line .news-container .news {
  width: 100%;
  background-color: rgb(24, 24, 24);
  border-bottom: 1px solid gray;
}

#news-line .news-container .news a{
  text-decoration: none;
}

.main-news {
  cursor: pointer;
} 

.main-news h4:hover{
  color: rgb(193, 179, 179);
}

#news-line img {
  width: 100%;
  height: 300px;
}


#news-line .most-read h4 {
  text-transform: uppercase;
}

#news-line .news .news-details {
  font-size: 14px;
  background-color:  rgb(24, 24, 24);
  color: white;
  cursor: pointer;
  padding: 10px;
  margin: 0 20px 0 20px;
}

#news-line .news .news-info {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 10px 0;
}

#news-line .news .news-location-time {
  display: flex;
}

#news-line .news .news-location-time h5 {
  font-size: 14px;
  text-transform: capitalize;

}

#news-line .news .news-location-time p {
  padding: 0 10px;

}

#news-line .news .news-location-time .bookmark {
  color: white;
  font-size: 10px;
}

#news-line .sub-stete-news {
  display: flex;
  background-color: rgb(24, 24, 24);
  border-top: 1px solid gray;
  padding: 20px 0;
  margin: 0 20px 0 20px;
  cursor: pointer;
}

#news-line .sub-stete-news img {
  width: 150px;
  height: 70px;
}

#news-line .sub-stete-news .news-heading {
  padding: 10px 0 0 20px;
  width: 100%;
  font-size: 16px;
  color: white;
}

#news-line .sub-stete-news .news-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 10px 0 10px 0;
  padding-right: 10px;
}
/* comment section*/

#news-line .news-container .comment-section  {
  padding: 10px 10px;
  width: 50%;
  margin: 5px;
}

#news-line .news-container .comment-section h2 {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
 }

#news-line .news-container .comment-section .main-form {
  display: block;
  padding: 5px 10px;
  color: white;

}

#news-line .news-container .comment-section .main-form  form p{
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  
}

#news-line .news-container .comment-section .main-form  form p label{
 color:  white;
 font-size: 15px;
}

#news-line .news-container .comment-section .main-form button{
  padding: 10px;
  margin-top: 2px;
  font-size: 15px;
  border-radius: 20px;
  
}

#news-line .news-container .comment-section .main-form button:hover{
 background-color: rgb(31, 30, 30);
 color: white;
}

#news-line .news-container .comment-section .main-form  form p textarea{
  margin-top: 5px;
  width: 75%;
  outline: none;
  height: 60px;
  border-radius: 10px;
}

#news-line .news-container .comment-section .user-to-auth{
  margin-top: 10px;

}

#news-line .news-container .comment-section .user-to-auth a{
  text-decoration: none;
  border: 1px solid rgb(211, 123, 104);
  padding: 5px;
  font-size: 10px;
  text-transform: uppercase;
  color: white;
}

#news-line .news-container .comment-section .outer-comment {
  position: relative; 
}

#news-line .news-container .comment-section .outer-comment li {
  list-style: none;
  color: white;
  font-size: 14px;
}

#news-line .news-container .comment-section .outer-comment li .reply-text{
  position: absolute;
  top: 0;
  right: 0px;
}


#news-line .news-container .comment-section .outer-comment li a {
 text-decoration: none;
 font-size: 10px;
}

#news-line .news-container .comment-section .outer-comment strong {
 text-transform: capitalize;
 font-size: 17px;
}

#news-line .news-container .comment-section .inner-comment li {
  padding: 10px 20px;
}

#news-line .news-container .comment-section .reply-text form {
  display: none;
}


/* search section start*/

#news-line .news-container .center {
  align-items: center;
  text-align: center;
  justify-content: center;
  color: white;
}

#news-line .news-container .center h1 {
  font-size: 15px;
  padding: 5px 0 0 0;
}

#news-line .news-container  form {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
}

#news-line .news-container  form .search {
  width: 90%;
  display: flex;
  justify-content: center;

}

#news-line .news-container  form .search p {
  margin-left: 10px;
  text-align: start;
  width: 90%;
  
}

#news-line .news-container  form .search label{
  margin-bottom: 3px;
  font-size: 16px;
  color: white;
}


#news-line .news-container  form .search p input{
  width: 100%;
  padding: 5px 10px;
  outline: none;
  font-size: 18px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: rgb(42, 36, 36);
  color: white;
}

#news-line .news-container  form .search .search-input::placeholder{
  color: rgba(190, 178, 162, 0.718);
}

#news-line .news-container  form .search .search-input:hover {
 background-color: rgb(69, 67, 67);
}

#news-line .news-container  form .search .search-button {
  font-size: 17px;
  width: 40px;
  background-color: red;
  color: white;
  border: 1px solid red;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;

}


#news-line .news-container .search-result {
  margin: 20px 20px ;
  
}

#news-line .news-container .search-result {
  color: white;
}

#news-line .news-container .search-result h2{
  font-size: 16px;
  text-align: center;
}

#news-line .news-container .search-result ol {
  
  padding: 20px 20px;
}


#news-line .news-container .search-result a {
  text-decoration: none;
  color: white;
  line-height: 25px;
  
}

#news-line .news-container .search-result a:hover {
  color:rgb(224, 165, 165);
}


/* SIDE BAR SECTION */

#news-line .most-read {
  width: 29.5%;

  
}

#news-line .most-read .read-more-news {
  display: flex;
  flex-direction: column;
  background-color: rgb(24, 24, 24);
  border-bottom: 1px solid gray;
}

#news-line .most-read .read-more-news h4 {
  padding: 10px;
  border-bottom: 1px solid gray;
}

#news-line .most-read .sub-headings {
  padding: 0 25px;
}

#news-line .most-read .sub-headings ol {
  color: red;
  padding: 0 20px ;
  font-size: 20px;
  list-style-position: outside;
  border-bottom: 1px solid gray;
}

#news-line .most-read .sub-headings ol li {
  padding: 10px 20px 20px 0;
  border-top: 1px solid gray;
}

#news-line .most-read .sub-headings ol li a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  
}

#news-line .most-read .show-more {
  align-items: center;
  text-align: center;
  font-size: 17px;
  padding: 20px;
}

#news-line .most-read .show-more button {
  background-color: inherit; 
  border: none;
  text-decoration: none;
  color: white;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
  align-items: center;
}

#news-line .most-read .show-more  button i {
  color: red;
  font-size: 20px;
}

/* Back top section start here */

#back {
  background-color: rgb(24, 24, 24);
}

.back-to-top {
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  margin: 0 30px 0 30px;
  padding: 30px 10px;
  border-bottom: 1px solid gray;
}

.back-to-top a {
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-size: 10px;

}

.back-to-top i {
  font-size: 14px;
}
/* Newsdetails Admin start her*/

#news-line .news-container-newsdetails{
  background-color: rgb(61, 61, 61);
  width: 100%;
  padding: 10px 30%;
}

#news-line .news-container-newsdetails form{
  padding: 15px;
  border: 1px solid rgb(14, 245, 2);
  border-radius: 10px;
}

#news-line .news-container-newsdetails form p label{
  font-size: 17px;
}

#news-line .news-container-newsdetails form input{
  width: 100%;
  padding: 5px;
  font-size: 15px;
  background-color: rgb(52, 37, 37);
  border: 1px solid rgb(118, 103, 103);
  border-radius: 5px;
  margin-bottom: 10px;
  display: block;

}

#news-line .news-container-newsdetails form  select{
  width: 50%;
  padding: 5px;
  font-size: 15px;
  background-color: rgb(52, 37, 37);
  border: 1px solid rgb(118, 103, 103);
  border-radius: 5px;
  margin-bottom: 10px;
  display: block;
}

#news-line .news-container-newsdetails form  select:hover{
  background-color: rgb(118, 103, 103);
}


#news-line .news-container-newsdetails form p input[type="file" i] {
  width: 50%;
}

#news-line .news-container-newsdetails form input:hover {
  background-color: rgb(94, 64, 64);
}

#news-line .news-container-newsdetails form textarea{
  width: 100%;
  padding: 5px;
  font-size: 15px;
  background-color: rgb(52, 37, 37);
  border: 1px solid rgb(118, 103, 103);
  margin-bottom: 10px;
  border-radius: 5px;
  height: 100px;

}
#news-line .news-container-newsdetails form button{
  width: 35%;
  border: 1px solid rgb(14, 245, 2);
  font-size: 17px;
  background-color: rgb(52, 37, 37);
  color: white;
  border-radius: 5px;
  padding: 10px;
}




/* footer section start here */

footer {
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  background-color: rgb(24, 24, 24);
  padding: 10px;

}

footer p{
  font-size: 15px;
}

footer a {
  text-decoration: none;
  color: white;
  font-size: 15px;
  padding: 0 30px;
  line-height: 50px;
}

/*Responsible display controle for all medial querries */

.header-mobile{
  display: none;
}

#mobile {
  display: none;
}

#mobile-navber {
  display: none;
}

#mobile-sub-manue {
  display: none;
}

#manue-navber ul{
  display: none;
}

#ma-in-header {
  display: none;
}

 
  /* Responsive web development start here maximun width of  1500 px */
  


@media only screen and (max-width: 1100px) {
          /* sub navber intro section for media querry start here*/ 
  #sub-navber-intro{
    display: none;
  }

  #main-header .header {
    display: none;
  }

  #ma-in-header .header-mobile {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 70px;
    background-color: blue;
    align-items: center;
    padding: 0 10px;

  }

  #ma-in-header  .header-logo a {
    padding-left: 5px;
    color: white;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
  }

          /* mobile navber javascript add class list*/  

  .manue-js {
    display: none;
  }
  
  #ma-in-header{
    display: flex;
  }

  #ma-in-header .header-navbar ul {
    display: flex;
    justify-content: center;
  
  }

  #ma-in-header  .header-navbar ul li {
  list-style: none;
  padding: 20px 0 20px 50px;
  }

  #ma-in-header  .header-navbar ul li:last-child {
  }

  #ma-in-header .header-navbar ul li .extra {
    border: none;
    font-weight: 900;
  }

  #ma-in-header .header-navbar ul li a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    cursor: pointer;
  }

  /* mobile fontawesome start*/

  #ma-in-header .header-navbar ul li a i {
    font-size: 25px;
    padding-left: 5px;
  }

  #ma-in-header .header-navbar ul li a .close-mobie{
    display: none;
    color: white;
    font-size: 30px;
    position: absolute;
    right: 50px;
    top: 18px;
  }

  #ma-in-header .header-navbar ul li a .close-mobie.jude{
    display: flex;
    right: 50px;
    
  }

  #ma-in-body h5 {
    align-items: flex-start;
    padding-left: 4px;
    font-size: 11px;
    line-height: 20px;
  }

  #sub .navber ul {
    display: none;
  }
  
  #sub .mobile-navber ul {
  display: flex;
  background-color: rgb(24, 24, 24);
  align-items: center;
  text-align: center;
  border-bottom: 1px solid rgb(89, 89, 89);
  }

  #sub .navber ul li {
    margin: 10px 4px;
  }

  #sub .navber ul li a {
    font-size: 10px;
  }

  #sub .car-pool .close {
    right: 10px;
    font-size: 30px;
    top: -55px;
    position: absolute;
  }

  .sub-manue {
    display: none;
  }


  #manue-navber{
    position: relative;
  }


  #manue-navber ul{
    display: none;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    
  }

  #manue-navber ul a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
  }

  #mobile{
    display: flex;
    flex-direction: column;
    background-color: rgb(24, 24, 24);
  }

  .mobile-sub-manue {
    display: none;
  }

  .mobile-sub-manue.obodo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-sub-manue a {
    text-decoration: none;
    position: relative;  
  }

  .mobile-sub-manue .caret-down {
    font-size: 40px;
    color: blue;
    position: absolute;
    top: 50px;
    right: 15px;
  }


  .mobile-sub-manue .news {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .mobile-sub-manue .more-news{
    border-left: 2px solid rgb(252, 244, 244);
    padding: 2px 30px 0 30px;
    margin: 10px 7px;
    position: relative;
  }

  .mobile-sub-manue .more-news .fa-angle-down {
    
    font-size: 25px;
    font-weight: 900;
    color: white;
    position: absolute;
    top: 2px;
    right: 25px;
    display: flex;
  }

  .mobile-sub-manue .more-news .fa-angle-down.downangle-js{
    right: 25px;
    display: none;
  }

  

  .mobile-sub-manue .more-news .fa-angle-up {
    font-size: 25px;
    font-weight: 900;
    color: white;
    position: absolute;
    top: 2px;
    right: 25px;
    display: none;
  }

  .mobile-sub-manue .more-news .fa-angle-up.upangle-js{
    display: flex;
    right: 25px;
  }

  .mobile-sub-manue .news{
    display: flex;
    flex-direction: column;
  }

  .mobile-sub-manue .news .news-dropdownlist{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid gray;
    cursor: pointer;
  }

  .mobile-sub-manue .news h3 {
    color: white;
    padding: 10px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;

  }

  .mobile-sub-manue .news h3 a{
    text-decoration: none;
    color: white;
  }


  .mobile-sub-manue .news .local-news {

    display: none;
  }

  .mobile-sub-manue .news .local-news.dropdown{
    display: inline;
  }
 
  .mobile-sub-manue .news ul{
    padding: 0px 20px;
  }

  .mobile-sub-manue .news ul li{
    border-bottom: 1px solid rgb(203, 200, 200);
    list-style: none;
    align-items: flex-start;
    text-align: start;
    padding: 15px 0 15px 0;
    text-transform: capitalize;
    cursor: pointer;
    
  }

  .mobile-sub-manue .news ul li a {
    text-decoration: none;
    color: white;
  }

  .mobile-sub-manue .news li:last-child{
    border-bottom: none;
  }

  .mobile-sub-manue .news li {
    color: white;
    font-size: 15px;
  }


  #news-line {
    flex-direction: column;
  }

  #news-line .news-container {
    width: 100%;
  }

  #news-line .most-read {
    width: 100%;
  }

  footer {
    padding: 10px 0 30px 0;
  }

  footer p{
    font-size: 12px;
  }

  p {
    font-size: 7px;
  }

  #news-line .news-container .comment-section {
    padding: 10px 10px;
    width: 100%;
    margin: 5px;
  }

  #news-line .news-container .comment-section .outer-comment strong {
    text-transform: capitalize;
    font-size: 14px;
  }

  p {
    font-size: 12px;
  }

  #news-line .news-container .comment-section .main-form {
    display: block;
    padding: 5px 0;
    color: white;
  }

  #news-line .news-container .comment-section .main-form  form p textarea {
    margin-top: 5px;
    width: 40%;
    outline: none;
    height: 60px;
    border-radius: 10px;
  }

  h3 {
    display: block;
    font-size: 15px;
    padding: 2px 0;
    font-weight: 500;
    unicode-bidi: isolate;
  }

  #news-line .news-container .comment-section .main-form  form p label {
    font-size: 13px;
  }

  #news-line .news-container .comment-section .main-form button {
    padding: 5px;
    margin-top: 2px;
    font-size: 13px;
    border-radius: 10px;
  }
  #news-line .news-container .comment-section .main-form button:hover{
    background-color: rgb(31, 30, 30);
    color: white;
  }
  
  #news-line .news-container  form .search p input {
    font-size: 18px;
  }

  #news-line .news-container  form .search .search-button {

  }

  footer a {
    font-size: 11px;
    padding: 0 3px;
    line-height: 20px;
  }

  /* search section start here*/

  .center {
    width: 100%;
  }

 

}

@media only screen and (max-width: 932px) {
          /* sub navber intro section for media querry start here*/ 
  #sub-navber-intro{
    display: none;
  }

  #ma-in-header  .header-logo a {
    font-size: 20px;
    font-weight: 700;
  }


  #ma-in-header .header-navbar ul li .extra {
    font-weight: 800;
    font-size: 14px;
  }

  /* search section start here*/

  .center {
    width: 100%;
  }

  
  #news-line .news-container  form .search p input {
    font-size: 18px;
  }


}

@media only screen and (max-width: 740px) {
            /* sub navber intro section for media querry start here*/ 
  #sub-navber-intro{
    display: none;
  }
  #ma-in-header  .header-logo a {
    font-size: 15px;
    font-weight: 500;
  }


  #ma-in-header .header-navbar ul li .extra {
    font-weight: 500;
    font-size: 14px;
  }
  

  #ma-in-header  .header-navbar ul li a i {
    font-size: 20px;
  }

  


  .fa, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
  }
  

}

@media only screen and (max-width: 677px) {
            /* sub navber intro section for media querry start here*/ 
  #sub-navber-intro{
    display: none;
  }

  body {
    width: 100%;
  } 

  #ma-in-header .header-mobile {
    display: flex;
    width: 100%;
    gap: 0.5px;
    height: 50px;
  
}

  #ma-in-header  .header-logo a {
    font-size: 14px;
    font-weight: 600;
  }

  #ma-in-header  .header-navbar ul li {
    list-style: none;
    padding: 20px 0 20px 10px;
  
  }

  #ma-in-header .header-navbar ul li .extra {
    font-weight: 500;
  }

  #ma-in-header .header-navbar ul li a {
    font-size: 13px;
  }

  .fa, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
  }

  #ma-in-header  .header-navbar ul li a i {
    font-size: 15px;
  }

  #main-body  {
    height: 50px;
  }

  #main-body h5 {
    font-size: 12px;
    line-height: 15px;
    padding: 5px;
  }

  h4 {
    font-size: 12px;
    padding: 10px;
    color: white;
  }

  #news-line .news .news-details {
    font-size: 14px;
    background-color: rgb(24, 24, 24);
    color: white;
    cursor: pointer;
    padding: 10px 0;
    margin: 0 10px 0 10px;
  }

  #news-line .news .news-location-time p {
    padding: 2px 10px;
  }

  #news-line .sub-stete-news {
    margin: 0 10px 0 10px;
  }

  #news-line .most-read .sub-headings ol li {
    padding: 10px 0 10px 0;
    border-top: 1px solid gray;
  }

  #news-line img {
    height: 250px;
  }

  #news-line .most-read .sub-headings ol {
    padding: 0 10px;
    font-size: 16px;
  }

  #news-line .most-read .sub-headings ol li:first-child {
    border-top: none
  }

  #news-line .most-read .sub-headings ol li a {
    font-size: 12px;
  }

  #news-line .most-read .show-more {
    font-size: 14px;
    padding: 10px;
  }

  #news-line .news .news-details {
    padding: 10px 10px 10px 0;
  }

  .back-to-top {
    margin: 0 0 0 0;
    padding: 15px 15px;
  }

  #ma-in-header .header-navbar ul li a .close-mobie {
    top: 15px;
    font-size: 20px;


  }

  #ma-in-header .header-navbar ul li a .close-mobie.jude {
    right: 2px;
    padding: 0 2px;
    z-index: 1;
}

  .mobile-sub-manue .caret-down {
    color: blue;
    right: 13px;
    top: 35px;
  }

  .mobile-sub-manue .caret-down {
    display: none;
  }

  .mobile-sub-manue .news h3 {
    font-size: 14px;
    font-weight: 600;
  }

  .mobile-sub-manue .more-news .fa-angle-down {
    font-size: 20px;
    font-weight: 600;
    top: 0;
    right: 25px;
  }

  .mobile-sub-manue .more-news .fa-angle-up {
    font-size: 20px;
    font-weight: 600;
    top: 0;
  }


  .mobile-sub-manue .news li {
    font-size: 13px;
  }

  .contact-us-container {
    padding: 10px 3%;
  }

  #contact-us .contact-infor h1 {
    font-size: 20px;
  }

  #contact-us .contact-us-form input {
    width: 100%;
  
  }

  #contact-us .contact-us-form label {

    font-size: 13px;
  }

  #contact-us .contact-us-form textarea {
    width: 100%;
  }

  #contact-us .contact-us-form  button {
    padding: 4px;
    width: 100%;
    font-size: 14px;
  }

  #contact-us .contact-details h3 {
    font-size: 15px;
  }

  #contact-us .contact-details p {
    font-size: 13clpx;
  }

  #contact-us .contact-general .container {
    display: flex;
    gap: 30px;
  }

  #contact-us .contact-general .infor p {
    font-size: 15px;
    padding-bottom: 20px;
    font-weight: 500;
  } 
  #contact-us .contact-us-button-nav a {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    padding: 0 2% 0 0;
    font-size:9px;
  }

  /* newsdetails section*/

  #news-line .news-container-newsdetails {
    padding: 10px 5%;
  }

  #news-line .news-container-newsdetails form p label {
    font-size: 15px;
  }

  /* login section start here*/

  center {
    width: 400px;
    background-color: rgb(52, 37, 37);
    margin: 0;
  }

  center .my_form {
    margin: 20px 60px 4px 60px;
  }

  .center .my {
    width: 100%;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    margin: 40px 0 40px 0;
}

  /* Terms and condition sectin start here*/

  #terms h1 {
    font-size: 17px;
    font-weight: 500;
    margin: 0 2%;
  }

  #terms a {
    margin: 0 2%;
    font-size: 13px;
  }

  #terms .about-us-container {
    color: white;
    margin-bottom: 20px;
    padding: 0 10px 10px 10px;
    margin: 0 2%;
  }

  #terms .about-us-container h4 {
    font-size: 16px;
  }

  #terms .about-us-container p {
    font-size: 13px;
    line-height: 20px;
  }

  #terms .about-us-button-nav {
    margin: 0 2%;
    background-color: rgb(61, 61, 61);
    padding-top: 10px;
  }
 
  #terms .about-us-button-nav a {
    color: white;
    padding: 0 2% 0 0;
    font-size:9px;
  }


  /* search section start here*/
  .center {
    width: 100%;
  }

  .center .my_form {
    padding: 0 20px;
  }


}


@media only screen and (max-width: 390px) {
            /* sub navber intro section for media querry start here*/ 
  #sub-navber-intro{
    display: none;
  }

  #ma-in-header  .header-logo a {
    font-size: 12px;
    font-weight: 600;
  }

  #ma-in-header .header-navbar ul li .extra {
    font-weight: 500;
    font-size: 13px;
  } 

  #ma-in-header  .header-navbar ul li a i {
    font-size: 13px;
  }

  #ma-in-header  .header-navbar ul li {
    list-style: none;
    padding: 20px 0 20px 10px;
  }

  #ma-in-header .header-navbar ul li a .close-mobie {
    top: 27px;
    font-size: 16px;
  }

  #ma-in-header .header-navbar ul li a .close-mobie.close-mobie.jude {
    font-size: 16px;
    right: 3px;
  }

  .contact-us-container {
    padding: 10px 3%;
    background-color: rgb(61, 61, 61);
  }

  .center {
    width: 100%;
    background-color: rgb(52, 37, 37);
  }

  #about-us .about-us-button-nav {
    margin: 10px 5%;
  }

  #about-us .about-us-button-nav a {
    font-size: 8px;
    padding: 0 2px 0 0;
  }
  
}

@media only screen and (max-width: 355px) {


  #ma-in-header  .header-logo a {
    font-size: 8px;
    font-weight: 300;
  }

  #ma-in-header  .header-navbar ul li a i {
    font-size: 10px;
  }

  #ma-in-header .header-navbar ul li .extra {
    font-weight: 300;
    font-size: 8px;
  }

  /* About us*/

  #about-us h1 {
    font-size: 30px;
    font-weight: 500;
  }

  #about-us .about-us-container p {
    font-size: 12px;
    line-height: 16px;
  }

  #ma-in-header .header-navbar ul li a {
    font-size: 8px;
  }

  #about-us .about-us-button-nav a {
   font-size: 5px;
    padding: 0 2px 0 0;
  }

  /*Contact us*/

  #contact-us .contact-details h5 {
  
    font-size: 15px;
  }

  #contact-us .contact-details p {
    font-size: 12px;
  }

  #contact-us .contact-general h5 {
    font-size: 15px;
  }

  #contact-us .contact-general .infor h3 {
    font-size: 14px;
  }

  #contact-us .contact-general i {
    font-size: 20px;
  }

  #contact-us .contact-us-button-nav {
    padding: 20px 5%;
  }

  #contact-us .contact-us-button-nav a {
    
    font-size: 6px;
    padding: 0 2px 0 0;
  }

  
}