body{
    margin: 0%;
    padding: 0%;
}

.header-b::before{
    
    background: url('01.png')no-repeat top center/cover;
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 27%;
    z-index: -9;
    opacity: 1.3;
   

}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgb(68, 121, 182); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }

/* @font-face{
    font-family:"pf-din-text-comp-pro-bold";
    src:url("https://dafonttop.com/wp-data/d/959/7959/file/z-PFDinTextCompPro-Bold.ttf") format("woff"),
    url("https://dafonttop.com/wp-data/d/959/7959/file/z-PFDinTextCompPro-Bold.ttf") format("opentype"),
    url("https://dafonttop.com/wp-data/d/959/7959/file/z-PFDinTextCompPro-Bold.ttf") format("truetype");
} */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,400&display=swap');

.roundBtn{
    border-radius: 20px;
}
.BoldNotBold .boldText{
    font-family: 'Roboto', sans-serif;
   font-size: 50px;  
   font-weight: bold;  
}

.BoldNotBold .thinText{
  
    font-size: 50px;    
    font-weight: 50;
}

.BoldNotBold .thinText2{
    
    font-size: 40px;    
    font-weight: 50;
}
.firstPara{
    font-family: 'Roboto', sans-serif;
    color: gray;
    font-size: 19px;
    margin-top: 4%;
    margin-left:10%;
}

.meetingImage img{
 /* max-height:500px;*/
    width: 80%;
    display: block;
    margin: auto;
  
  
    border: 5px rgb(241, 239, 239) solid;
    border-radius: 30px;
    
}

.listText{
    font-family: 'Roboto', sans-serif;
    color: gray;
    font-size: 19px;
   
    margin-bottom: 10%;
}

@media only screen and (max-width: 1200px) {
    .header-b::before{
    
        background: url('01.png')no-repeat top center/cover;
        content: "";
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 14%;
        z-index: -9;
        opacity: 0.7;
       
    }
    }

@media only screen and (max-width: 786px) {
    #aboutdiv{
        margin-top: 100px;
    }
    .header-b::before{
    
        background: url('01.png')no-repeat top center/cover;
        content: "";
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 20%;
        z-index: -9;
        opacity: 1;
       
    
    }
    .BoldNotBold .boldText{
       font-size: 30px;  
       font-weight: bold;  
    }
    
   
    .listItem {
        margin-left: 5% !important;
    }
    .BoldNotBold .thinText{
        font-size: 30px;    
        font-weight: 50;
    }
    
    .BoldNotBold .thinText2{
        font-size: 20px;    
        font-weight: 50;
    }
    .firstPara{
        margin-top: 2%;
        margin-left:10%;
    }
    
    .meetingImage img{
        display: block;
        margin: auto;
        width: 80%;
      
        border: 5px rgb(233, 230, 230) solid;
        border-radius: 30px;
        
    }
    .listText{
        /*margin-left: 20%;*/
        margin-bottom: 10%;
    }
    
 

  }
  @media only screen and (max-width: 500px) {
    .vImg{
        visibility: hidden;
    }

  }
  @media only screen and (max-width: 400px) {
    .vImg{
        visibility: hidden;
    }
    .header-b::before{
    
        background: url('01.png')no-repeat top center/cover;
        content: "";
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 26%;
        z-index: -9;
        opacity: 1;
       
    
    }
    .BoldNotBold .boldText{
        font-size: 25px;  
        font-weight: bold;  
     }
     
     
     .BoldNotBold .thinText{
         font-size: 25px;    
         font-weight: 50;
     }
     
     .BoldNotBold .thinText2{
         font-size: 17px;    
         font-weight: 50;
     }
     .firstPara{
         margin-top: 2%;
         margin-left:7%;
     }
     


  }