@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


  .image-container {
    position: relative;
    display: inline-block; /* or use block if needed */
  }

  .image-container img {
    width: 100%; /* Set the width as per your needs */
    height: auto;
  }

  .text-overlay {
    position: absolute;
    top: 0;   /* Start from the top */
    left: 0;  /* Start from the left */
    padding: 20px !important; /* Optional: Add padding to the text */
    color: white;
    font-size: 20px;
    font-weight: bold;
    /*background-color: rgba(0, 0, 0, 0.5); /* Optional: Semi-transparent background */
  }

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.btntrans{
  transition: .8s;
}

.topnav {
  overflow: hidden;
  background-color: #333;/*#333*/
}

.topnav a {
  float: right;
  color: #f2f2f2;
  text-align: center;
  padding: 18px 14px;
  text-decoration: none;
  font-size: 14px;
}

.topnav a:hover {
  background-color: blanchedalmond; /*#ddd*/
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}



.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

hr.new4 {
  border: 1px solid royalblue;
}

a {
  text-decoration: none;
  transition: .8s;
}

.rectangle {
  height: 300px;
  width: 600px;
  background-color: #d42632;
  margin-top: 100px;



.bilal_justify {
  text-align: justify;
  text-justify: inter-word;
}

div {
  text-align: justify;
  text-justify: inter-word;
}

p {
  text-align: justify;
  text-justify: inter-word;
}

























.w3-theme-l5 {color:#000 !important; background-color:#e9f4fe !important}
.w3-theme-l4 {color:#000 !important; background-color:#b5dcfd !important}
.w3-theme-l3 {color:#000 !important; background-color:#6cb8fb !important}
.w3-theme-l2 {color:#fff !important; background-color:#2295f9 !important}
.w3-theme-l1 {color:#fff !important; background-color:#056fcb !important}
.w3-theme-d1 {color:#fff !important; background-color:#033f74 !important}
.w3-theme-d2 {color:#fff !important; background-color:#033867 !important}
.w3-theme-d3 {color:#fff !important; background-color:#02315a !important}
.w3-theme-d4 {color:#fff !important; background-color:#022a4e !important}
.w3-theme-d5 {color:#fff !important; background-color:#022341 !important}

.w3-theme-light {color:#000 !important; background-color:#e9f4fe !important}
.w3-theme-dark {color:#fff !important; background-color:#022341 !important}
.w3-theme-action {color:#fff !important; background-color:#022341 !important}

.w3-theme {color:#fff !important; background-color:#034681 !important}
.w3-text-theme {color:#034681 !important}
.w3-border-theme {border-color:#034681 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#034681 !important}
.w3-hover-text-theme:hover {color:#034681 !important}
.w3-hover-border-theme:hover {border-color:#034681 !important}



