*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
/* 
=======================preloader=============================
 */

 
 /* .anshu{
	width:100%;
    height:100vh;
    background-color:black;
    position:fixed;
    top:0px;
    right:0px;
    bottom:0px;
    right:0px;
    display:flex;
    justify-content:center;
    align-items:center;
    
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-bottom: 16px solid blue;
  width: 120px;
  height: 120px;
  
  
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} */

/* =====================preloader=======================
 */


/* 
==========================header2=========================
 */
 
/* 
==========================header2=========================
 */
 .header2-head1{
    max-width: 320px!important;
 }
 .header2-head2{
    width: 700px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0px;
 }
 .nav-link-main{
    display: flex;
 }
 .nav-link-main a{
    text-decoration: none;
    color: black;
    margin-left: 35px;
    font-size: 20px;
    font-weight: 500;
 }
 .nav-link-main a:hover{
    color: brown;
 }
 
/* 
 ===============menu bar icon===========
  */
  .menubar{
    background-color: rgb(0, 0, 0);
    max-width: 51px!important;
    max-height: 38px!important;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 25px!important;
    display: none;
  }

  .menu-icon {
    width: 30px;
    height: 3px;
    background-color: rgb(255, 255, 255);
    margin: 6px 0;
  }
  .closebtn{
   position: absolute;
   top: 20px;
   right: 50px;
   font-size: 40px!important;
   display: none;
  }
.about{
    width: 100%;
    background-color: orange;
    padding: 40px 0px;
}
.about-heading h1{
    font-size: 80px;
    text-align: center;
    color: white;
    
}
.about-p{
    color: white;
}
.about-section2{
   
    /* background-image: url(../image/person/79e0a317682945f18a0ef5b281deb7d2.webp); */
    background-color: rgba(43, 108, 182, 0.8);
    padding: 80px 0px;
   

    /* background-image: linear-gradient(rgba(152, 183, 204, 0.397),rgba(106, 143, 199, 0.568) ), url(../image/person/79e0a317682945f18a0ef5b281deb7d2.webp); */
}
.about-team h1{
    font-size: 80px;
    font-weight: 700;
}
.about-image img{
    width: 90%;
    height: 220px;
    display: block;
    margin: auto;
    object-fit: cover;
}
.image-content h1{
    font-size: 25px;
    font-weight: 500;
}
.image-content{
    text-align: center;
    margin-top: 20px;
}
.about-row{
    justify-content: space-around;
}
.about-section3{
    padding-top: 25px;
    padding-bottom: 50px;
    background-color: rgb(193, 224, 241);
    width: 23%!important;
  
}
.about-section4 h1{
    font-weight: 200;
    margin-top: 25px;
}
.about-section4 p{
    display: list-item;

}
.Executive p{
    line-height: 10px;
}
.Executive h1{
    font-weight: 200;
    margin-top: 50px;
    margin-bottom: 30px;
}
.founding p{
    display: list-item;
    line-height: 12px;
    font-size: 20px;
    margin-left: 40px;
}
.founding h1{
    font-weight: 200;
    margin-top: 35px;

}
.header7-head1 p{
    color: white;
}
.header7-head2 a{
    color: white;
}
.about-section4 p{
    margin-left: 20px;
}
.about-1{
    padding: 0px 40px;
}
.about-section4 , .Executive, .founding{
    color: white;
}
.about-team h1{
    color: white;
}