*{
    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 end================================
 */

.header1{
    background-color: rgb(12, 12, 110);
    width: 100%;
}
.header1-head{
    display: flex;
    justify-content: flex-end;
}

.header1-icon{
    width: 30px;
    height: 30px;
    background-color: pink;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    color: white;
    
}
.icon-facebook{
    background-color: rgb(77, 30, 187);
}
.icon-twitter{
    background-color: skyblue;
}
.icon-linkedin{
    background-color: brown;
}
.icon-instagram{
    background-color: green;
}

/* 
==========================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;
  }
/* 
 ===================header3===================

  */

 .mySlides {display:none;}

 .header3-head1{
    width: 70%;
    padding: 0px!important;
 }
 .w3-section img{
    width: 100%;
    height: 350px;
    object-fit: cover;
 }
 .header3-head2{
    width: 25%;
 }

 .header3-head2-box{
    width: 95%;
    height: 350px;
    background-color: rgb(245, 245, 245);
    margin-left: auto;
    margin-top: 15px;
    position: relative;
 }
 .header3-head-box-1{
    width: 100%;
    height: 50px;
    background-color: rgb(12, 12, 110);
    margin-left: auto;
    position: absolute ;
    top: 0px;
 }
 .header3-head2-box-content{
    padding: 30px;
    position: relative;
 }

 .header3-head2-box-content marquee{
  height: 350px;
  width: 87%;
  position: absolute;
  top: 0px;
 }
/* 
 ======================header4======================

  */

  .header4{
    margin-top: 50px;
  }
  .header4-container{
    max-width: 95%!important;
  }
  .header4-head1 , .header4-head2, .header4-head3{
  position: relative;
    padding: 50px 20px!important;
    color: white;
  }
  .header4-head1{
    background-color: #008A8A;
  }
  .header4-head2{
    background-color:#96c950;
  }
  .header4-head3{
    background-color: #CA9718;
  }
  .header4-head1 h1 ,.header4-head2 h1, .header4-head3 h1{
    font-weight:800;
    margin-bottom: 30px;
  }
  .header4-head1 p , .header4-head2 p, .header4-head3 p{
    line-height: 18px;
  }
  .header4-btn1{
    padding: 5px 15px;
    color: white!important;
    background-color:#057070!important;
    border: 1px solid white!important;
    position: absolute;
    bottom: 10px;
  }
  .header4-btn1 a{
    text-decoration: none;
    color: white;
  }
  .header4-btn1 a:hover{
    color: white!important;
  }
  .bbtn1{
    background-color: #73aa27!important;
  }
  .bbtn2{
    background-color: #9e750e!important;
  }
/* 
 ======================header5======================

  */
  .header5{
    margin-top: 50px;
  }
  .header5-head1-1 h3{
    color: brown;
    text-align: center;
    font-weight: 900;
  }
  .header5-head1-1 p{
    line-height: 30px;
    margin-top: 25px;
  }
  /* 
 ======================header5======================

  */
  /* .header6-head1{
    width: 200px;
  } */
  .header6{
    margin-top: 50px;
    background-color: black;
    padding: 50px 0px;
  }
  .header6-head1 iframe{
    width: 100%;
    height: 300px;
  }
  .header6-img1{
    display: flex;
  }
  .cl{
   max-width: 25%!important;
  }
  .header6-contact{
    max-width: 220px!important;
  }
  .header6-useful-link{
    max-width: 200px!important;
  }
  .header6-img1 img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-left: 10px;
    margin-top: 10px;
  }
  .header6-head2 a{
    display: block;
    color: white;
    text-decoration: none;
    margin-top: 20px;

  }
  .header6-head2 h3{
    color: white;
  }
  .header6-head3 , .header6-head4{
    color: white;
  }
  /* .header6-useful-link{
   max-width: 200px!important;
  }
  .header6-contact{
    max-width: 210px!important;
  } */
/* 
  ===============header7================

   */

   .header7{
    background-color: blue;
    padding: 20px 0px;
   }
   .header7-head2 a{
    text-decoration: none;
    color: white;
    margin-left: 20px;
   
   }
   .header7-head2{
    text-align: end;
   }
   .header7-head1 p{
    color: white;
   
   }
