body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
  }

  
.head{
  z-index: 2;
  height: 70px;
    background-image:url(backgroundbanner.jpg);
    background-position: right;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(255, 207, 16);
    width: 100%;
    z-index: 1000;
    animation: blink is infinite;
  }
  @keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}


  .img1{
    float: left;
    width: 60px;
    height: 60px;
    margin-top: 8px;
    margin-left: 30px;
  }
  .box{
    align-items: center;
    float: right;
    margin-right: 30px;
    margin-top: -25px;
    display: flex;
    justify-content: flex-end;
    padding: 25px;
    height: 100px;
  }
  .box a {
    padding: 30px 30px;
    text-decoration: solid;
    color: #80331c;
    margin-top: 25px;
    cursor: pointer;
  }
  .box a:hover{
    color: rgb(255, 255, 255);
  }

  .textc{
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 70px;
  }

  .about{
    text-align: left;
    margin-left: 25px;
    font-weight: bold;
    color: rgb(6, 28, 100);
    font-size: xx-large;
  }

  .list{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    
  }


  .info{
    margin-left: 25px;
    text-align: left;
    font-size: 18px;
    font-family: Georgia, 'Times New Roman', Times, serif;
  }

  .textS{
    margin-top: 70px;
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 70px;
    margin-left: 145px;

  }
  .piclass{
    
    margin-top: 55px;
    width: 100%;
    height: 500px;
    background-image: url(ABOUTUS.jpg);
    background-blend-mode: hard-light;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;

  }


  .foot{
    text-align: center;
    padding: 5px;
    margin-bottom: 0px;
    height: 350px;
  }

  .foots{
    background-color: rgb(255, 207, 16);
  }

  .new{
    display: flex;
  }

  .new1{
    flex: 1;
    margin-left: 30px;
    padding: 20px;
  }
  .text{
    font-weight: bolder;
    font-size: x-large;
    text-align: left;
    color: #006eff;
  }
  .texts{
    font-size: larger;
    color: black;
    text-align: left;
    text-decoration: solid;
    font-weight: 500;
  }
  .texts a:hover{
    color: rgb(12, 74, 8);
  }
  
  .tel{
    float: left;
    margin-top: 8px;
    width: 40px;
    height: 40px;
  }

  .telephone{
    display: flex;
  }

  .tele1{
    float: left;
  }


  

  .head ul{
    list-style: none;
    display: flex;
    margin-left: 820px;
  }
  
  .head ul li{
    margin-top: 3px;
    padding: 8px 8px;
  }
  
  .head ul li a{
    padding-bottom: 25px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  
    text-decoration: solid;
    color: #80331c;
    margin-top: 25px;
    cursor: pointer;
    font-size: medium;
    transition: all 0.3s;
  }
  .head ul li a:hover{
    color: white;
  }
  
  
  .sub-menu-1{
    margin-left: -10px;
    display: none;
  }
  .head ul li:hover .sub-menu-1{
    z-index: 2;
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    margin-left: 1020px;
    background-color: rgb(255, 225, 0);
  }
  .head ul li:hover .sub-menu-1 ul{
    display: block;
    margin: 5px;
  }
  
  .sub-menu-1 ul li{
    font-weight: bold;
    font-size: small;
    width: 100px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
  
  }


  /* services offerred waala list */
  .sub-menu-2{
    margin-left: -10px;
    display: none;
    max-height: 380px;
    overflow-y: auto;
  scrollbar-width: auto;
  scrollbar-color: rgb(0, 157, 255);
  }
  .sub-menu-2::-webkit-scrollbar{
    width: 6px;
  }
  .sub-menu-2::-webkit-scrollbar-thumb {
    background-color: rgb(0, 157, 255); 
    border-radius: 3px;
  }
  .sub-menu-2::-webkit-scrollbar-track {
    background-color: rgb(255, 225, 0); /* Customize the scrollbar track color */
  }
  .head ul li:hover .sub-menu-2{
    z-index: 2;
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    margin-left: 1150px;
    background-color: rgb(255, 225, 0);
  }
  .head ul li:hover .sub-menu-2 ul{
    display: block;
    margin: 5px;
  }
  
  .sub-menu-2 ul li{
    font-weight: bold;
    font-size: small;
    width: 100px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
  
  }
  .videocont{
    width: 400px;
    height: 250px;
  }
  .videocont iframe{
    width: 100%;
    height: 100%;
  }






  @media (max-width: 767px){
    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
    }
  
    
  .head{
    z-index: 2;
    height: 50px;
      position: fixed;
      top: 0;
      left: 0;
      background-color: rgb(255, 207, 16);
      width: 100%;
      z-index: 1000;
      animation: blink is infinite;
    }
    @keyframes blink {
      0% { opacity: 1; }
      50% { opacity: 0; }
      100% { opacity: 1; }
  }
  
  
    .img1{
      float: left;
      width: 40px;
      height: 40px;
      margin-top: 8px;
      margin-left: 10px;
    }
    .head ul{
      list-style: none;
      display: flex;
      margin-left: 40px;
    }
    
    .head ul li{
      margin-top: -3px;
      padding: 2px 2px;
    }
    
    .head ul li a{
      padding-bottom: 25px;
      padding-top: 20px;
      padding-left: 1px;
      padding-right: 2px;
  
      font-weight: bold;
      text-decoration: solid;
      color: #80331c;
      margin-top: 25px;
      cursor: pointer;
      font-size: 9px;
      transition: all 0.3s;
    }
    .head ul li a:hover{
      color: white;
    }
    
    
    .sub-menu-1{
      margin-left: -10px;
      display: none;
    }
    .head ul li:hover .sub-menu-1{
      z-index: 2;
      display: block;
      position: absolute;
      left: 0;
      top: 100%;
      margin-left: 1020px;
      background-color: rgb(255, 225, 0);
      display: none;
    }
    .head ul li:hover .sub-menu-1 ul{
      display: block;
      margin: 5px;
      display: none;
    }
    
    .sub-menu-1 ul li{
      font-weight: bold;
      font-size: small;
      width: 100px;
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 10px;
      padding-top: 10px;
      text-align: left;
      display: none;
    
    }
  
  
    /* services offerred waala list */
    .sub-menu-2{
      margin-left: -10px;
      display: none;
      max-height: 380px;
      overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    }
    .sub-menu-2::-webkit-scrollbar{
      width: 6px;
      display: none;
    }
    .sub-menu-2::-webkit-scrollbar-thumb {
      background-color: rgb(0, 157, 255); 
      border-radius: 3px;
      display: none;
    }
    .sub-menu-2::-webkit-scrollbar-track {
      background-color: rgb(255, 225, 0); /* Customize the scrollbar track color */
      display: none;
    }
    .head ul li:hover .sub-menu-2{
      z-index: 2;
      display: block;
      position: absolute;
      left: 0;
      top: 100%;
      margin-left: 1150px;
      background-color: rgb(255, 225, 0);
      display: none;
    }
    .head ul li:hover .sub-menu-2 ul{
      display: block;
      margin: 5px;
      display: none;
    }
    
    .sub-menu-2 ul li{
      font-weight: bold;
      font-size: small;
      width: 100px;
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 10px;
      padding-top: 10px;
      text-align: left;
      display: none;
    
    }











    .box{
      align-items: center;
      float: right;
      margin-right: 30px;
      margin-top: -25px;
      display: flex;
      justify-content: flex-end;
      padding: 25px;
      height: 100px;
    }
    .box a {
      padding: 30px 30px;
      text-decoration: solid;
      color: #80331c;
      margin-top: 25px;
      cursor: pointer;
    }
    .box a:hover{
      color: rgb(255, 255, 255);
    }
  
    .textc{
      margin-left: 10px;
      margin-right: 30px;
      margin-top: 70px;
    }
  
    .about{
      text-align: left;
      margin-left: 5px;
      font-weight: bold;
      color: rgb(6, 28, 100);
      font-size: medium;
    }
  
  
    .info{
      margin-left: 25px;
      text-align: justify;
      font-size: 14px;
    }
    .list{
      font-size: medium;
    }
  
    .textS{
      margin-top: 50px;
      margin-left: 10px;
      margin-right: 30px;
  
    }
    .piclass{
      
      margin-top: 55px;
      width: 100%;
      height: 200px;
      background-image: url(ABOUTUS.jpg);
      background-blend-mode: hard-light;
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: cover;
  
    }
    .lists{
      font-size: 14px;
    }







    .foot{
      text-align: center;
      padding: 3px;
      margin-top: 30px;
      margin-bottom: -30px;
      height: 150px;
     
    }
    .foots{
      background-color: rgb(255, 207, 16);
      height: 235px;
      
    }
  
    .new{
      display: flex;
     
    }
  
    .new1{
      flex: 1;
      margin-left: 3px;
      padding: 3px;
     
    }
    .text{
      font-weight: bolder;
      font-size: small;
      text-align: left;
      color: #006eff;
      
    }
    .texts{
      font-size: 7px;
      color: black;
      text-align: left;
      text-decoration: solid;
      font-weight: 500;
      
    }
    .texts a:hover{
      color: rgb(12, 74, 8);
      
    }
    
    .tel{
      float: left;
      margin-top: 8px;
      width: 15px;
      height: 15px;
      
    }
  
    .telephone{
      display: flex;
     
    }
  
    .tele1{
      float: left;
     
    }
    .videocont{
      margin-top: 30px;
      width: 120px;
      height: 80px;
     
    }
    .videocont iframe{
      width: 100%;
      height: 100%;
      
    }
    
  
    

  }
