* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
     /* font-family: 'Noto Serif Devanagari', serif;  */

}

@font-face {
  font-family: 'DB-Hindi-para';
  src: url('../../fonts/DB-Hindi.ttf') format('truetype');
}



.DB-Hindi-para {
  font-family: 'DB-Hindi-para', sans-serif;
}




li {
    list-style-type: square;

}

body {
    font-size: 14px !important;
    /* background: #ccc; */
    overflow-x: hidden;
}

p{
    text-align: justify;
    font-size: 14px !important;
    color:#000;
    line-height: 1.2 !important;
}

.container {
  position: relative;
  width: 75.6rem !important;
  height: 122.85rem !important;
    /* background-color: yellow; */
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;

    }
    .main-container {
        margin: auto !important;
    }
}

.dot{
    width: 10px;
    height: 10px;
    margin: auto;
    border-radius: 50%;
    background: #FF7F00;
}
main{
    background-color: #fff;
}
.shadow{
    color:#000;
    box-shadow: 7px 6px #ccc !important;
    padding: 0.5rem;
    text-decoration: none;
    position: relative;
    top: -0.8rem;
    display: inline-block;
}

.gray-bar{
    background-color:#00BFFF;
    height: 20px;
    width: 100%;
}
.heading h1{
    font-size: 81px;
    line-height: 60px;
    font-weight: 800;
}
/* .FF0000 */
.gray{
    background: #5d5858;
    height: 30px;
    width: 120px;
    display: flex;
    align-items: center;
    margin: auto;
    padding-top: 0.5rem;
    justify-content: center;

}
.shape{
    background-color: #0099FF;
    width: 100%;
    height: 250px;
    
}
.gray-bar-c{
    background: #848884;
    width: 100%;
    height: 200px;
}
.orange-bar{
    background-color: #00BFFF;
    margin-top: -2rem;
    padding: 0.5rem;
}
.position-1{
    position: relative !important;
}
.position-1::before{
    content: "";
    position: absolute !important;
    bottom: -22.8%;
    left:18%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #00BFFF;


}
.red{
    background-color: #FF0000 !important;
    height: 30px;
    width: 150px;
    margin: auto;
    display: flex;
    align-items: center;
    padding-top: 0.5rem;
    justify-content: center;

}
.border-b{
    border-bottom: 3px solid gray;
    text-align: center;
}
.bg-gray{
    background: #ccc;
}
.border-all{
    border: 3px solid black;
}
.gray-border{
    width: 15px;
    height: 30px;
    margin: 10px 1rem;
    background-color: #ccc;
}

        .dot{
            width: 10px;
            height: 10px;
            border-radius: 50px;
        }
        .blue{
            background-color: blue;
        }
        .red{
            background-color: rgb(194, 54, 80);
        }
        .yellow{
            background-color: yellow;
        }
        .black{
            background-color: black;
        }


        

        .set{
            background-color: #ccc;
            border-radius: 25px;
            height: 10px;
            width: 100px;
            position: relative;
            display: inline-block;
        }
        .set::after{
            content: "";
            position: absolute;
            background: #fcfcfc;
            width: 12px;
            height: 10px;
            top:0;left:50%;
            transform: translateX(-50%);
            border-radius: 50%;
            
        }

    .line-container {
      position: relative;
    }

    .line {
      height: 4px;
      position: absolute;
      background-color: #FF0000;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
    }
    .mene{
        position: relative;
    }
    .mene::before{
        position: absolute;
        content: "";
    
        top: -62px;
      left: 5%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #00BFFF;

    }

    .posit::before{
        position: absolute;
        content: "";
        top:39.2%;
        left:90%;

    }

    .pointer {
      position: absolute;
      top: 0px;
      left: 45%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #00BFFF;
    }
.border-t{
    border-top: 2px dashed #5d5858;
}

    .header-container {
    width: 100%;
    /* background-color: #fff; */
    padding: 10px;
    position: relative;
}

/* Header wrapper */
.header-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-container {
    width: 75rem;
    height: 11.86rem;
    /* background-color: #ffffff; */
    /* border-bottom: 3px solid red; */
    margin-top: -18px;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;

}

.news-banner {
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: Arial, sans-serif;
}

.top-text {
  background-color: #6c6c6c; /* Gray */
  color: white;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.bottom-text {
  background-color: #f01919; /* Red */
  color: white;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}
