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

/*  
.loading-area{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgb(255, 255, 255);
  }
  .loader {
   margin: -100px 0px 0px -100px;
     position: absolute;
    left: 52%;
    top: 52%;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
   perspective: 200px;
  -webkit-animation: spin 2s linear infinite; Safari */
  /* animation: spin 2s linear infinite;
  } */
  
  /* Safari */
  /* @-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-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;
  }

.header{
    background-color: rgb(45, 104, 231);
    padding: 10px 0px;
}
.con{
    text-align: center;
}
.con i{
    font-size: 90px;
    color: white;
}
.con span{
    font-size: 90px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
}
.header1-head1-1{
    display: flex;
    justify-content: space-between;
    color: rgb(0, 0, 0);
}
.header1-head1-1-1{
    width: 40%;
}
.header1-map iframe{
    width: 100%;
    margin-top: 20px;
}
.header1-head1-1-1 i{
    font-size: 40px;
}
.header1-contact h1::after{
    content: "";
    display: block;
    width: 100px;
    height: 10px;
    margin-top: 20px;
    background-color: orange;
   

}
.header1{
    background-color: rgb(233, 233, 233);
    padding: 80px 0px;
}
.header1-contact{
    color: rgb(0, 0, 0);
}
.header1-head1-1-1 a{
    color: rgb(0, 0, 0);
    text-decoration: none;
}
.header1-contact1{
    margin-top: 25px;
}



.header7{
    background-color: blue;
    padding: 20px 0px;
   }
   .header7-head2 a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    margin-left: 20px;
   
   }
   .header7-head2{
    text-align: end;
   }
   .header7-head1 p, .header7-head2 a{
    color: rgb(255, 255, 255);
   
   }
   .contact-map{
    justify-content: center;
   }
   .header1-head1 span{
    font-size: 45px;
    margin-top: 25px;
    font-weight: bold;

   }
   .header1-head1 i{
    font-size: 45px;
   }
   .header1-bank p{
    line-height: 10px;
    
   }
   .contact-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
   }
   .header1-head1{
    margin-top: 25px;
   }
   .header1-bank{
    margin-top: 25px;
   }