@import url("https://fonts.googleapis.com/css2?family=Lobster&family=Montserrat:wght@700&family=Open+Sans:wght@400;700&family=Playball&family=Poppins:wght@400;700;800&family=Sedgwick+Ave&family=Source+Sans+Pro:wght@700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  font-family: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 2.2rem;
  font-weight: bold;
}

img{
  object-fit: cover;
}

::selection {
  background-color: #fcd307;
  color: #000000;
}

header {
  box-sizing: border-box;
}

#preloader {
  background: #000000 url(camsbd_logos/loader99.gif) no-repeat center center;
  background-size: 30%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 10000000;
}

/*-------------- TOP NAV-BAR STARTS HERE!-----------*/

#nav-bar {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100000;
}

.top-nav {
  display: flex;
  background-color: #fcd307;
}

.top-nav .top-menu {
  display: inline-flex;
}

.top-item {
  cursor: pointer;
}

.top-nav .top-menu .top-item {
  margin-top: 1.5rem;
}

.top-item1 {
  margin-top: 1.5rem;
  margin-left: 1rem;
  margin-right: 14.7rem;
}

.top-item1 a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem;
}

.top-item1 i {
  margin-right: 0.5rem;
}

.top-item1 a:hover {
  background: #000000;
  color: #fcd307;
  /*color: #da0037;*/
  font-weight: bolder;
  padding: 2rem 1rem;
  transition: all 0.2s ease-out;
  text-decoration: none;
}

.top-item2 {
  margin-top: 1.5rem;
  margin-left: 1rem;
}

.top-item2 a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1rem;
}

.top-item2 a:hover {
  background: #000000;
  color: #fcd307;
  /*color: #da0037;*/
  font-weight: bolder;
  padding: 2rem 1rem;
  transition: all 0.2s ease-out;
  text-decoration: none;
}

.top-item2 i {
  margin-right: 0.5rem;
}

.top-nav .top-menu .top-item a {
  color: #fff;
  margin-left: 0.5rem;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}

.top-nav .top-menu .top-item a:hover {
  background: #000000;
  color: #fcd307;
  /*color: #da0037;*/
  font-weight: bolder;
  padding: 2rem 1rem;
  transition: all 0.2s ease-out;
}

.top-nav .top-menu .top-item i {
  margin-right: 0.5rem;
}

.topsub-btn i {
  margin-left: 0.5rem;
}

.sub-menu2 {
  display: none;
  position: absolute;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-left: 1.5rem;
  border-radius: 0rem 2rem 0rem 2rem;
  text-align: left;
  width: 12%;
  line-height: 4rem;
  justify-content: center;
  top: 47%;
  left: 25%;
  background: #fcd307;
  cursor: pointer;
}

.sub-menu2::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 0;
  border-left: 1.4rem solid transparent;
  border-right: 1.4rem solid transparent;
  border-top: 0.4rem solid transparent;
  border-bottom: 2.2rem solid #000000;
}

.sub-menu2 a {
  text-align: left;
}

.top-search {
  color: #fff;
  margin-top: 1rem;
  padding-left: 1.5rem;
  cursor: pointer;
}

.top-search i:hover {
  color: #3EC70B;
}

.top-search li {
  list-style: none;
  font-size: 2.4rem;
  color: #fff;
}

.top-searchbox {
  background: #fcd307;
  position: absolute;
  top: 5.9rem;
  right: 2.8%;
  width: 60rem;
  height: 5rem;
  line-height: 3rem;
  text-align: end;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  display: none;
}

.top-searchbox::before {
  content: "";
  position: absolute;
  top: -3rem;
  right: -0.1rem;
  border-left: 1.4rem solid transparent;
  border-right: 1.4rem solid transparent;
  border-top: 0.7rem solid transparent;
  border-bottom: 2.2rem solid #000000;
}

.top-searchbox input[type="text"] {
  width: 75%;
  margin-top: 0.3rem;
  justify-content: left;
  padding: 0.5rem 1rem;
  border: 0.2rem solid #000000;
  outline: none;
  margin-right: 0.5rem;
}

.top-searchbox input[type="button"] {
  width: 20%;
  background: #3EC70B;
  padding: 0.5rem 0px;
  border: 0.2rem solid #000000;
  outline: none;
  cursor: pointer;
  color: #fff;
  margin-right: 1rem;
}

/*-------------- TOP NAV-BAR ENDS HERE!-----------*/

/*-------------- BOTTOM NAV-BAR STARTS HERE!-----------*/
.bottom-nav {
  background-color: #000000;
}

.bottom-item {
  cursor: pointer;
}

.bottom-nav .main-logo img {
  height: 5rem;
  padding-left: 1.2rem;
  padding-right: 20.7rem;
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
  cursor: pointer;
}

.bottom-nav .bottom-menu {
  display: flex;
}

.bottom-menu .user-log {
  cursor: pointer;
}



.user-log :hover {
  color: #000000;
  transition: all 0.2s ease-out;
}

.user-menu {
  display: none;
  position: absolute;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-left: 1.5rem;
  border-radius: 0rem 2rem 0rem 2rem;
  text-align: left;
  width: 17%;
  line-height: 4rem;
  justify-content: center;
  top: 99.5%;
  left: 34.2%;
  background: #fcd307;
  cursor: pointer;
}

.user-menu::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 0;
  border-left: 1.4rem solid transparent;
  border-right: 1.4rem solid transparent;
  border-top: 0.4rem solid transparent;
  border-bottom: 2.2rem solid #000000;
}

.user-menu a {
  text-align: left;
}

.close-btn3 {
  position: absolute;
  top: 0%;
  color: #ff0000;
  font-size: 5rem;
  left: 77%;
  cursor: pointer;
  background-color: none;
}

.user-item a {
  font-size: 1.6rem;
  margin-left: -1.5rem;
  font-weight: 400;
  cursor: pointer;
}

.bottom-nav .bottom-menu .user-log a {
  color: #fff;
  text-decoration: none;
}

.bottom-nav .bottom-menu .user-log i {
  border-radius: 50%;
  background-color: #fcd307;
  padding: 1.7rem;
  font-size: 2.2rem;
  font-weight: bolder;
}

.bottom-nav .bottom-menu .bottom-item {
  margin-top: 1.5rem;
  margin-left: 1.5rem;
}

.bottom-nav .bottom-menu .bottom-item a {
  color: #fff;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}

.bottom-nav .bottom-menu .bottom-item a:hover {
  background: #fcd307;
  padding: 1.9rem 1rem;
  color: #000000;
  font-weight: bolder;
  /*color: #54e346;*/
  transition: all 0.2s ease-out;
}

.bottom-nav .bottom-menu .bottom-item i {
  margin-right: 0.5rem;
}

.bottomsub-btn i {
  margin-left: 0.5rem;
}

.sub-menu3 {
  display: none;
  position: absolute;
  top: 85%;
  right: 6%;
  padding: 1.5rem;
  margin-top: 1rem;
  margin-left: 2rem;
  width: 38%;
  line-height: 4.5rem;
  border-radius: 0rem 2rem 0rem 2rem;
  text-align: left;
  justify-content: start;
  background: #000000;
  cursor: pointer;
  z-index: 100;
}

.sub-menu3::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 0;
  border-left: 1.4rem solid transparent;
  border-right: 1.4rem solid transparent;
  border-top: 0.3rem solid transparent;
  border-bottom: 2.2rem solid #fcd307;
}

.sub-menu4 {
  display: none;
  position: absolute;
  top: 85%;
  right: 10.8%;
  padding: 1.5rem;
  margin-top: 1rem;
  margin-left: 2rem;
  width: 30%;
  line-height: 4.5rem;
  border-radius: 2rem 0rem 2rem 0rem;
  text-align: left;
  justify-content: start;
  background: #000000;
  cursor: pointer;
  z-index: 100;
}

.sub-menu4::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  right: 0;
  border-left: 1.4rem solid transparent;
  border-right: 1.4rem solid transparent;
  border-top: 0.3rem solid transparent;
  border-bottom: 2.2rem solid #fcd307;
}

/*-------------- BOTTOM NAV-BAR ENDS HERE!-----------*/

/*----------------------- FIXED-NAV START HERE!---------------*/
.fixed-nav {
  display: block;
  background: #000000;
  height: 6.5rem;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.fixed-nav .fixed-menu {
  display: flex;
}

.fixed-nav .fixed-menu .fixed-item {
  margin-top: 1rem;
  margin-left: 2rem;
}

.fixed-nav .fixed-menu .fixed-item a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
}

.fixed-nav .fixed-menu .fixed-item i {
  border-radius: 50%;
  background-color: #fcd307 !important;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
}

.fixed-menu .logo img {
  height: 3rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

/*
.m-btn {
  position: absolute;
  right: 4rem;
  margin-right: 0.9rem;
  padding-right: 0.5rem;
}

.menu-btn h2 {
  position: absolute;
  right: 85%;
  margin: 1rem;
  font-weight: 500;
  cursor: pointer;
}
.menu-btn h2:hover {
  background: #e1e5ea;
  color: #54e346;
}

*/

.fix-search {
  position: absolute;
  left: calc(100% - 17rem);
  margin: 1.5rem;
  cursor: pointer;
}

.fix-search li {
  list-style: none;
  font-size: 3rem;
  color: #fff;
}

.fix-searchbox {
  background: rgba(255, 255, 255, 01);
  position: absolute;
  top: 6.5rem;
  width: 100vw;
  height: 5.5rem;
  line-height: 3rem;
  text-align: end;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  display: none;
}

.fix-searchbox::before {
  content: "";
  position: absolute;
  top: -3.2rem;
  border-left: 1.2rem solid transparent;
  border-right: 1.2rem solid transparent;
  border-top: 0.5rem solid transparent;
  border-bottom: 2.7rem solid #fcd307 !important;
}

.fix-searchbox input[type="text"] {
  width: 75%;
  margin-top: 0.3rem;
  justify-content: left;
  padding: 0.5rem 1rem;
  border: 0.1rem solid #3EC70B;
  outline: none;
  margin-right: 0.5rem;
}

.fix-searchbox input[type="button"] {
  width: 20%;
  background: rgba(22, 21, 21, 0.938);
  padding: 0.5rem 0px;
  border: 0.1rem solid #3EC70B;
  outline: none;
  cursor: pointer;
  color: #fff;
  margin-right: 1rem;
}

.menu-btn a {
  position: absolute;
  right: 4rem;
  color: #ffffff;
  font-size: 2.7rem;
  margin-top: 1rem;
  padding-left: 0.5rem;
  cursor: pointer;
  text-decoration: none;
}

.menu-btn i {
  position: absolute;
  right: -4rem;
  color: #fff;
  font-size: 2.5rem;
  margin-top: 0.8rem;
  padding-left: 0.5rem;
  cursor: pointer;
}

/*----------------------- FIXED-NAV ENDS HERE!---------------*/

/*-------------- SIDE-BAR STARTS HERE!-----------*/

.social-media {
  display: flex;
  margin-top: 1rem;
}

.close-btn {
  position: absolute;
  color: #ff0000;
  font-size: 4rem;
  left: 0;
  margin: 0.1rem 0 3rem 2.5rem;
  cursor: pointer;
}

.social-media .btn-st {
  padding-left: 4rem;
  justify-content: right;
  margin-left: 3rem;
  margin-right: -4rem;
  text-align: center;
  margin-top: 1rem;
}

.btn-st {
  border: none;
  background: none;
  font-size: 2.8rem;
  justify-content: center;
  transition: 2s ease;
}

.btn-st:hover {
  font-size: 2.7rem;
}

.side-bar {
  background: rgba(22, 21, 21, 0.938);
  backdrop-filter: blur(0.7rem);
  height: 100vh;
  width: 36rem;
  position: fixed;
  top: 0;
  right: -100%;
  overflow-y: auto;
  transition: 0.6s ease;
  transition-property: right;
  z-index: 100000;
}

.side-bar.active {
  right: 0;
}

.side-bar .menu {
  width: 100%;
  margin-top: 2rem;
}

.side-bar .menu .item {
  position: relative;
  cursor: pointer;
}

.side-bar .menu .item a {
  color: #fff;
  font-size: 1.8rem;
  display: block;
  padding: 0.6rem 2rem;
  line-height: 3rem;
}

.side-bar .menu .item a:hover {
  color: #000000;
  background: #fcd307;
  transition: 0.3s ease;
}

.side-bar .menu .item i {
  margin-right: 1.5rem;
}

.side-bar .menu .item a .dropdown {
  position: absolute;
  top: -2.9rem;
  right: 0;
  margin-top: 4rem;
  margin-right: 4rem;
  font-size: 2.2rem;
  transition: 0.3s ease;
  overflow-y: inherit;
}

.side-bar .menu .item .sub-menu {
  background: rgba(44, 42, 42, 0.247);
  display: none;
}

.side-bar .menu .item .sub-menu a {
  padding-left: 9rem;
}

.rotate {
  transform: rotate(90deg);
}

.social-media .btn-sb {
  padding-left: 2rem;
  justify-content: right;
  margin-left: 2.5rem;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 1rem;
}

.btn-sb {
  color: #fff;
  border: none;
  background: none;
  font-size: 2.9rem;
  justify-content: center;
  transition: all 0.6s ease;
}

.btn-sb:hover {
  color: #FF1818;
}

/*-------------- SIDE-BAR ENDS HERE!-----------*/

marquee {
  display: none;
  position: relative;
  top: 10;
  width: auto;
  color: indigo;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 1rem;
  margin-top: 0.3rem;
}

/*--------SLIDER---------*/
/*#slider {
  position: relative;
  top: 20%;
  width: 100%;
}
.carousel-item {
  height: 55vh;
}

.carousel-item img {
  margin-top: 2rem;
  height: 52vh;
}*/
/*--------SLIDER---------*/

/*----------------------MAIN SECTION STARTS HERE!------------------*/

main {
  box-sizing: border-box;
}

.brain h1 {
  text-align: center;
  position: relative;
  margin-top: 1rem;
  font-family: Impact;
  color: #ffffff;
  font-size: 5rem;
  cursor: pointer;
  text-shadow: 0.1rem 0.1rem 0.1rem #010101;
  transition: all 0.6s ease;
}

.brain h1:hover {
  color: #ffffff;
}

.more-news {
  color: #ff0000;
}

.more-news:hover {
  color: #3EC70B;
}

.mark9 {
  display: block;
  font-size: 2.4rem;
  color: #3EC70B;
}

.news99 {
  margin-top: 3.5rem;
  text-align: center;
  justify-content: center;
}

.zoom {
  overflow: hidden;
  box-shadow: 0.1rem 0.1rem 0.5rem #000000;
}

.zoom img {
  transition: all 0.5s ease;
}

.zoom:hover img {
  transform: scale(1.1);
}

.zoom3 {
  overflow: hidden;
  padding: 1rem;

}

.news99 .fig {
  color: #3EC70B;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.news99 .fig:hover {
  color: #ff0000;
}

.news99 h1 {
  color: #000000;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.news99 h1:hover {
  color: #3EC70B;
}

.news99 h2 {
  color: #000000;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.news99 h2:hover {
  color: #3EC70B;
}

.news99 h5 {
  color: #000000;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.news99 h5:hover {
  color: #3EC70B;
}


.news {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: justify;
  cursor: pointer;
}

.large {
  font-size: 1.8rem;
  font-weight: bolder;
}

.more {
  text-align: justify;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
}

.card {
  box-shadow: 0.1rem 0.1rem 0.5rem #010101;
  border-radius: 0rem 2rem 0rem 0rem;
  transition: all 0.6s ease;
  margin-bottom: 1rem;
  cursor: pointer;
}

.card:hover {
  box-shadow: 0.2rem 0.3rem 0.5rem #3EC70B;
}

.card-title {
  font-size: 1.4rem;
  color: #ff0000;
  font-weight: bolder;
  transition: all 0.6s ease;
}

.card-title:hover {
  color: #3EC70B;
}

.card-text {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.6s ease;
}

.card-text:hover {
  color: #000000;
}

/*------------- POPULAR CONTENT STARTS--------*/
.popular-content {
  margin-top: 2rem;
  background: #ffffff;
  padding-bottom: 1rem;
  box-shadow: 0.2rem 0.2rem 0.5rem #010101;
  border-radius: 2rem;
  transition: all 2s ease;
}

.popular-content:hover {
  box-shadow: 0.5rem 0.5rem 0.5rem #ff0000;
}

.contant {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: Impact;
  border-radius: 2rem 2rem 0rem 0rem;
  color: #000000;
  background-color: #fcd307;
}

.contant:hover {
  background: #000000;
  color: #fcd307;
}

.fas {
  margin-right: 1rem;
}

hr {
  margin-top: -0.5rem;
  color: white;
  border: 0.5rem solid;
}

.popular-content ul li a {
  font-size: 1.6rem;
  font-family: Impact;
  font-weight: bolder;
  color: #010101;
  padding-bottom: 9rem;
  margin-bottom: 2rem;
  margin-left: -.5rem;
  transition: all 0.2s ease;
}

.popular-content ul li a:hover {
  color: #ff0000;
}

.popular-content2 {
  padding: 1rem;
}

.releted-news {
  margin-top: 5rem;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.releted-title {
  margin-top: 2rem;
  font-size: 2rem;
}

.news-post {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: justify;
}

.doted {
  text-decoration: dotted;
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0.1rem solid black;
}

.news-link {
  color: #000000;
}

.news-link:hover {
  color: #000000;
}

/*------------- POPULAR CONTENT ENDS--------*/

/*----------------------EVENT SECTION STARTS HERE!------------------*/

/*----------------------EVENT SECTION ENDS HERE!------------------*/

/*----------------------MAIN SECTION ENDS HERE!------------------*/

/*-------- Scroll To Top Button Start Hear-------*/
#ScrollToTopBtn {
  position: fixed;
  justify-content: center;
  align-items: center;
  right: 1.2rem;
  bottom: 9.5rem;
  width: 5.5rem;
  height: 5.5rem;
  font-size: 2.8rem;
  padding-left: 1rem;
  border-radius: 70%;
  background: #000000;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  color: #fcd307;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 1100;
}

#ScrollToTopBtn:active {
  background: #000000;
  color: #000000;
}

#ScrollToTopBtn:hover {
  color: #3EC70B;
}

/*-------- Scroll To Top Button Ends Here-------*/

.footer-top {
  background-color: #fcd307;
  padding-top: 2rem;
}

.footer-top h4 {
  color: #000000;
  font-weight: bold;
  font-family: Impact;
  font-size: 3.2rem;
  margin-left: 2rem;
  cursor: pointer;
  transition: all 0.6s ease;
}

.footer-top h4:hover {
  color: #ff0000;
}

.footer-logo img {
  height: 6rem;
  cursor: pointer;
  margin-bottom: 1rem;
}

.footer-info p {
  color: #000000;
  padding-top: 0.5rem;
  font-size: 1.6rem;
  margin-left: 2rem;
  font-weight: bolder;
  line-height: 1.5rem;
  cursor: pointer;
  transition: all 0.6s ease;
}

.footer-info p:hover {
  color: #ff0000;
}

.footer-links a {
  font-size: 2rem;
  text-align: center;
  color: #000000;
  text-decoration: none;
  transition: all 0.6s ease;
}

.footer-links a:hover {
  color: #ff0000;
}

.footer-social button {
  margin-left: .7rem;
  border: none;
}

.footer-social .sb,
.sb1,
.sb2,
.sb3 {
  color: #000000;
  border: none;
  background: none;
  font-size: 3.4rem;
  font-weight: bolder;
  justify-content: center;
  transition: all 0.6s ease;
}

.footer-social .sb:hover {
  color: #3b5998;
  text-shadow: 0.2rem 0.2rem 0.2rem #343f56;
}

.footer-social .sb1:hover {
  color: #ff0000;
  text-shadow: 0.2rem 0.2rem 0.2rem #343f56;
}

.footer-social .sb2:hover {
  color: #8a3ab9;
  text-shadow: 0.2rem 0.2rem 0.2rem #343f56;
}

.footer-social .sb3:hover {
  color: #0088cc;
  text-shadow: 0.2rem 0.2rem 0.2rem #343f56;
}

.footer-bottom {
  background: #000000;
  padding: 0.5rem;
}

.footer-bottom h5 {
  color: #fff;
  text-align: center;
  margin-top: .5rem;
  font-size: 2.8rem;
  transition: all 0.6s ease;
  cursor: pointer;
}

.footer-bottom h5:hover {
  color: #fcd307;
}

/*------------------MEDIA QUERY STARTS HERE! -------------------------*/

/*------------------MEDIA QUERY FOR LAPTOP STARTS HERE! -------------------------*/
@media (max-width: 1280px) {
  .top-nav {
    display: none;
  }

  .bottom-nav {
    display: none;
  }

  .fixed-nav {
    display: fixed;
    position: relative;
    width: 100vw;
    background: #fcd307;
    opacity: 1;
    visibility: visible;
    z-index: 99999;
  }

  .fixed-nav .logo img {
    height: 5rem;
    padding-left: 1.9rem;
    margin-top: 0.8rem;
    margin-left: 0.8rem;
    margin-bottom: 0.5rem;
  }

  .fixed-nav .fixed-menu {
    display: flex;
  }

  .fixed-nav .fixed-menu .fixed-item {
    position: absolute;
    right: calc(100% - 78rem);
    margin-top: 1rem;
    margin-left: 2rem;
  }

  .fixed-nav .fixed-menu .fixed-item a {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
  }

  .fixed-nav .fixed-menu .fixed-item i {
    border-radius: 50%;
    background-color: #010101;
    padding: 1rem;
    font-size: 2.6rem;
    font-weight: 700;
  }

  .fix-search {
    position: absolute;
    left: calc(100% - 25rem);
    margin: 1.5rem;
    cursor: pointer;
  }

  .fix-search i:hover {
    color: #3EC70B;
  }

  .fix-searchbox {
    background: #fcd307;
    position: absolute;
    top: 5.3rem;
    right: -14.2rem;
    width: 90vw;
    height: 6rem;
    line-height: 4rem;
    text-align: center;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
    z-index: 10000;
  }

  .fix-searchbox::before {
    content: "";
    position: absolute;
    top: -3.2rem;
    right: 15.5rem;
  }

  .fix-searchbox input[type="text"] {
    width: 72%;
    margin-top: 0.4rem;
    border: 0.1rem solid #010101;
    outline: none;
    padding-right: 9rem;
    margin-right: 0.5rem;
    margin-left: 0.4rem;
    font-size: 1.2rem;
    align-items: center;
  }

  .fix-searchbox input[type="button"] {
    width: 18%;
    background: #3EC70B;
    border: 0.1rem solid #010101;
    outline: none;
    cursor: pointer;
    color: #fff;
    height: 5rem;
    margin-right: 0;
    margin-left: 0.5rem;
    text-align: center;
    align-items: center;
  }

  .menu-btn {
    color: #ffffff;
    margin-top: 0.5rem;
  }

  .menu-btn a {
    right: 9rem;
    color: #ffffff;
    font-size: 3rem;
    font-weight: bolder;
    margin-top: 0.5rem;
    padding-left: 0.5rem;
  }

  .menu-btn i {
    right: -5.1rem;
    color: #fff;
    font-size: 2.9rem;
    margin-left: 1rem;
    margin-top: 0.8rem;
  }
}

/*------------------MEDIA QUERY FOR LAPTOP ENDS HERE! -------------------------*/

/*------------------MEDIA QUERY FOR MOBILE STARTS HERE! -------------------------*/

@media (max-width: 768px) {
  * {
    margin: 0;
    padding: 0;
  }

  #preloader {
    background: #000000 url(camsbd_logos/loader99.gif) no-repeat center center;
    background-size: 100%;
    height: 100vh;
    width: 100%;
    z-index: 1000000;
  }

  .top-nav {
    display: none;
  }

  .bottom-nav {
    display: none;
  }

  .fixed-nav {
    display: fixed;
    position: relative;
    width: 100vw;
    background: #010101;
    opacity: 1;
    visibility: visible;
    z-index: 99999;
  }

  .fixed-nav .fixed-menu {
    display: flex;
  }

  .fixed-nav .fixed-menu .fixed-item {
    position: absolute;
    right: calc(100% - 22rem);
    margin-top: 1.4rem;
    margin-left: 1rem;
  }

  .fixed-nav .fixed-menu .fixed-item a {
    font-size: 1.6rem;
    font-weight: bolder;
  }

  .fixed-nav .fixed-menu .fixed-item i {
    padding: 1rem;
    font-size: 1.8rem;
    font-weight: bolder;
  }

  .fixed-nav .logo img {
    height: 4rem;
    margin-top: 1.2rem;
    margin-left: -2rem;
    margin-bottom: 0.5rem;
  }

  .fix-search {
    left: calc(100% - 19rem);
    margin: 1rem;
  }

  .fix-searchbox {
    background: #fcd307;
    position: absolute;
    top: 5.9rem;
    right: -11.9rem;
    width: 90vw;
    height: 5rem;
    line-height: 3rem;
    text-align: center;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
    z-index: 10000;
  }

  .fix-searchbox::before {
    content: "";
    position: absolute;
    top: -3.2rem;
    right: 13rem;
  }

  .fix-searchbox input[type="text"] {
    width: 72%;
    margin-top: 0.4rem;
    border: 0.1rem solid #fcd307;
    outline: none;
    padding-right: 9rem;
    margin-right: 0.5rem;
    margin-left: 0.4rem;
    font-size: 1.2rem;
    align-items: center;
  }

  .fix-searchbox input[type="button"] {
    width: 18%;
    background: #3EC70B;
    border: 0.1rem solid #010101;
    outline: none;
    cursor: pointer;
    color: #fff;
    height: 4rem;
    margin-right: 0;
    margin-left: 0.5rem;
    text-align: center;
    align-items: center;
  }

  .menu-btn {
    color: #ffffff;
    margin-top: 0.5rem;
  }

  .menu-btn a {
    right: 4.9rem;
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: bolder;
    margin-top: 1rem;
    padding-left: 0.5rem;
  }

  .menu-btn i {
    right: -3.9rem;
    color: #fff;
    font-size: 2.7rem;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
  }

  marquee {
    display: block;
    position: relative;
    top: 10%;
    width: auto;
    color: #3EC70B;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 1rem;
    margin-top: 0.3rem;
  }

  /*#slider {
    position: relative;
    top: 20%;
    width: 100vw;
  }
  .carousel-item {
    height: auto;
  }

  .carousel-item img {
    height: auto;
  }*/
  /*-----------------------MAIN SECTION STARTS HERE!--------------------*/
  .brain h1 {
    font-size: 1.4rem;
    text-align: center;
  }

  .mark9 {
    display: none;
  }

  .news99 {
    text-align: center;
  }

  /*------------------------------FOTTER SECTION STARTS HERE!-------------------*/
  .footer-top {
    text-align: center;
  }

  .footer-bottom h5 {
    font-size: 1.1rem;
  }

  .popular-content {
    margin-top: 2rem;
    background: #e1e5ea;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }

  .popular-content2 {
    margin-left: 1rem;
    margin-right: -.7rem;
  }

  .releted-news {
    text-align: center;
    margin-right: 1.2rem;
  }

  .releted-title {
    text-align: center;
    margin-right: 1.2rem;
  }

  .doted {
    text-decoration: dotted;
    color: #000000;
    margin-right: 1.5rem;
  }

  .reletednews-post-ad {
    margin-left: -.9rem;
  }

}

@media (max-width: 400px) {

  #preloader {
    background: #000000 url(camsbd_logos/loader99.gif) no-repeat center center;
    background-size: 100%;
    height: 100vh;
    width: 100%;
    z-index: 1000000;
  }


  .top-nav {
    display: none;
  }

  .bottom-nav {
    display: none;
  }

  .fixed-nav {
    display: fixed;
    position: relative;
    width: 100vw;
    background: #010101;
    opacity: 1;
    visibility: visible;
    z-index: 99999;
  }

  .fixed-nav .fixed-menu {
    display: flex;
  }

  .fixed-nav .fixed-menu .fixed-item {
    position: absolute;
    right: calc(100% - 20rem);
    margin-top: 1.5rem;
  }

  .fixed-nav .fixed-menu .fixed-item a {
    font-size: 1.6rem;
    font-weight: bolder;
  }

  .fixed-nav .fixed-menu .fixed-item i {
    font-size: 1.8rem;
    font-weight: bolder;
  }

  .fixed-nav .logo img {
    height: 4rem;
    margin-top: 1.2rem;
    margin-left: -3rem;
    margin-bottom: 0.5rem;
  }

  .fix-search {
    left: calc(100% - 17.2rem);
    margin-top: 1.2rem;
  }

  .fix-searchbox {
    background: #fcd307;
    position: absolute;
    top: 5.6rem;
    right: -10.4rem;
    width: 90vw;
    height: 5rem;
    line-height: 3rem;
    text-align: center;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
    z-index: 10000;
  }

  .fix-searchbox::before {
    content: "";
    position: absolute;
    top: -3.2rem;
    right: 11.5rem;
  }

  .fix-searchbox input[type="text"] {
    width: 72%;
    margin-top: 0.4rem;
    border: 0.1rem solid #010101;
    outline: none;
    padding-right: 9rem;
    margin-right: 0.5rem;
    margin-left: 0.4rem;
    font-size: 1.2rem;
    align-items: center;
  }

  .fix-searchbox input[type="button"] {
    width: 18%;
    background: #3EC70B;
    border: 0.1rem solid #010101;
    outline: none;
    cursor: pointer;
    color: #fff;
    height: 4rem;
    margin-right: 0;
    margin-left: 0.5rem;
    text-align: center;
    align-items: center;
  }

  .menu-btn {
    color: #ffffff;
    margin-top: 0.5rem;
  }

  .menu-btn a {
    right: 4rem;
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: bolder;
    margin-top: 1rem;
    padding-left: 0.5rem;
  }

  .menu-btn i {
    right: -4rem;
    color: #fff;
    font-size: 2.7rem;
    margin-top: 0.5rem;
  }
}