body {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    font-family: avenir-lt-w01_35-light1475496, sans-serif;
    background-color: #ffffff !important;
  }
  
  button {
    color: #000 !important;
  }
  .icon-hover{
    margin-right: 30px !important;
    font-size: 18px;
    color: #000000 !important;
    font-weight:  bold !important ;
  }
  .icon-hover:hover{
    color: #96790e !important;
  }
  
  
  .border-t {
    border-top: 1px solid #ffff !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  }
  
  a {
    text-decoration: none !important;
  }
  
  .p-l {
    padding-left: 50px !important;
  }
  
  .bg {
    /* background-color:rgb(66, 66, 189); */
    color: #000 !important;
  }
  
  .left {
    margin-left: 70px !important;
  }
  
  li a {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    font-family: 'Inter', sans-serif;

  }
  li a:hover{
    color: #FFDB58 !important;
  }
  
  .dropbtn {
    border: none;
    color: #000;
    font-size: 20px !important;
    font-weight: bold !important;
    cursor: pointer;
    position: relative;
    font-family: 'PT Sans Narrow', sans-serif;
  }
  
  .dropbtn:hover{
    color: #FFDB58 !important;
  }
  .dropdown {
    position: relative !;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(16, 16, 84);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  
  }
  
  .dropdown-content a {
    color: #fff !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 12px !important;
  
  }
  
  .dropdown-content a:hover {
    background-color: #FFDB58;
    color: #000 !important;
    font-weight: bold !important;
  }
  
  .dropbtn-1 {
    color: white;
    padding: 16px;
    font-size: 13px;
    border: none;
    cursor: pointer;
  }
  
  .dropdown-1 {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content-1 {
    display: none;
    position: absolute;
    /* right: 0; */
    background-color: rgb(16, 16, 84);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: -999;
  }
  
  .dropdown-content-1 a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-1:hover .dropdown-content-1 {
    display: block;
  }
  
  .right-position {
    margin-left: 162px !important;
  }
  
  /* .bg-color {
    background-color: gold;
  } */
  
  .margin-l {
    margin-top: 50px;
    margin-left: 250px !important;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .carousel-caption h5 {
    color: #000 !important;
  }
  
  .carousel-caption p {
    color: #000 !important;
  }
  
  .flex a {
    color: #000 !important;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-weight: bold;
  }
  .heading-top{
    text-align: center !important;
    font-size: 40px;
    font-family: 'Inter', sans-serif;
    color: #000 !important;
    font-weight: bold !important;
    border-bottom: 3px solid #FFDB58;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  
  .heading {
    text-align: center !important;
    font-size: 23px;
    font-family: 'Inter', sans-serif;
    color: #000 !important;
    font-weight: 500 !important;
  }
  
  .icon-h2 {
    margin-top: 15px !important;
    font-size: 20px;
    color: #000;
    font-weight:500;
    font-family: 'Inter', sans-serif;
  
  }
  
  .hover:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: none !important;
    border-radius: 10px;
  }
  
.heading-2 h2{
  font-size: 20px !important;
  color: #000 !important;
  font-weight: bold !important;
   font-family: 'Inter', sans-serif;
}
  .radius {
    height: 700px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  
  .radius-1 {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
  }
  
.icon{
  background: #FFDB58 none repeat scroll 0 0;
  border-radius: 15px;
  color: #000000;
  height: 70px;
  padding-top: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 15px;
}


/* //  start slider css // */
.contain {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.item {
  align-items: center;
  /* background-color: tomato; */
  color: white;
  display: flex;
  height:500px;
  width: 100% !important;
  justify-content: center;
}

.bg-image{
 height: 500px; 
 width: 100% !important;
 background-size: cover;
 background-clip: border-box;
 background-image: url(../images/DGCA\ GROUND\ CLASSES.jpg);
}
.bg-image1{
  height: 500px; 
  width: 100% !important;
  background-size: cover;
  background-clip: border-box;
  background-image: url(../images/Flyingtraining.jpg);
 }
 .bg-image2{
  height: 500px; 
  width: 100% !important;
  background-size: cover;
  background-clip: border-box;
  background-image: url(../images/CPLconversion.jpg);
 }
 .bg-image3{
  height: 500px; 
  width: 100% !important;
  background-size: cover;
  background-clip: border-box;
  background-image: url(../images/type-rating.jpg);
 }
.mt-top{
  margin-top: 350px !important;
}


/* // ended slider css // */


  
  .button-enroll {
    background-color: rgb(5, 5, 58) !important;
    color: #fff !important;
    font-size: 20px !important;
  }
  .button-enroll:hover{
    background-color: #FFDB58 !important;
    color:  #000000 !important;
    font-weight: bold !important;
  }
  
  .faq-1 h3 {
    margin: 0;
    margin-bottom: 25px;
  }
  
  .faq-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -1.2px;
    color: #232340;
  }
  
  h5 {
    color: #000 !important;
    font-weight: 400 !important;
   font-family: 'Inter', sans-serif;


  }
  .hover-effect:hover{
    color: #FFDB58 !important;
  }
  
  .border-b {
    border-bottom: 1px solid #ccc;
    
  }
  
  .collapse-maegin-l {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }




  
  
  .footer {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    padding: 20px 0 10px;
    position: relative;
    margin-top: 40px;
    /* background-color: crimson; */
  }
  
  .footer ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
  }

  
  li {
    list-style: none !important;
  }
  
  .footer-ul li a i {
    color: #96790e !important;
    padding: 10px 15px;
    font-size: 25px;
    line-height: 22px;
  }
  .footer-ul li a i:hover{
    color: #000 !important;

  }
  
  .footer li a {
    color:#6c757d!important;
    font-size: 15px !important;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  .footer li a:hover{
    color: #96790e !important;
  }
  
  .link-para {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300 !important;
    font-size: 16px;
    line-height: 34px;
    font-feature-settings: 'liga' off;
    text-align: left;
    color: #000;
    font-weight: bold !important;
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 !important;
  }
  

  p a {
    color:#6c757d!important;
    font-size: 15px !important;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  p a:hover{
    color: #96790e !important;
  }
  
  .media-n-1{
    display: none !important;
  }

/* /// media // */


  @media screen and (max-width:600px) {
  .margi {
   width: 137px !important;
   height: 46px !important;
  }
}
  
  
  @media screen and (max-width:600px) {
  
    .collapse-maegin-l {
      margin: 0% !important;
      margin-left: 0px !important;
      margin-right: 0px !important;
    }
    .d-block{
      height: 350px !important;
    }
  
    .w-responsive {
      width: 100% !important;
    }
  
    .media-width-1 {
      width: 75% !important;
    }
  
    .media-width-2 {
      width: 25% !important;
    }
    .button-enroll{
       width: 100% !important;
    }
    .footer-img{
      margin-bottom: 60px !important;
      text-align: center !important;
    }
   
    .mb-media{
      width: 100% !important;
      border-bottom: 1px solid #ccc;
      padding-left: 20px !important;
      /* text-align: center; */
       margin-bottom: 2rem !important;
    }

    .heading{
      font-size: 15px !important;
    }
    .heading-top{
      font-size: 20px;}

      .media-n{
        display: none !important;
      }
      .media-n-1{
        display: block !important;
      }
      .pop-up-heading{
        font-size: 14px !important;
      }
      .mb-bottom{
        margin-bottom:10px !important;
        margin-top: 1rem !important;
      }
    
  }
  
  @media screen and (max-width:991px) {
    .margin {
      margin-left: 0px !important;
    }
  
    .left {
      margin-left: 0px !important;
    }
  
    .margin-l {
      margin-top: 0px !important;
      margin-left: 0px !important;
    }
  
    
  
    .p-l {
      padding-left: 0px !important;
    }
  
    .heading {
      font-size: 18px;
    }
  
    .icon-h2 {
      font-size: 15px;
    }
  
  }

  @media screen and (max-width:768px) {
    .footer-ul li {
     padding: 0;
    }
    .footer-ul{
      margin-left: 30px !important;
    }
   }
  
  @media screen and (min-width:600px) and (max-width:768px) {
   .footer-ul li {
    padding: 0;
   }
   .collapse-maegin-l{
    margin-left: 0px !important;
    margin-right: 0px !important;
   }
  }
  @media screen and (min-width:600px) and (max-width:950px) {
   /* .footer-img img{
    width: 100px !important;
   } */
   .link-para{
    font-size: 12px !important;
   }
   .info-text a{
    font-size: 12px !important;
   }
   .reach-us-00 h6{
    margin-top:0px !important;
   }
  
  }
  @media screen and (min-width:601px) and (max-width:901px) {
    .footer-img IMG{
      width: 250px !important;
    }
    .mb-media{
      width: 50% !important;
      text-align: center;
       margin-bottom: 2rem !important;
    }
  }
  
  @media screen and (min-width:993px) and (max-width:1250px) {
    .margin-l {
      margin-top: 50px;
      margin-left: 10px !important;
    }
  
  
  }
  @media screen and (max-width:575px) {
  
.item {
  height:320px;
}
.bg-image{
 height: 320px; 
}
.bg-image1{
  height: 320px; 
 }
 .bg-image2{
  height: 320px; 
 }
 .bg-image3{
  height: 320px; 
 }
.mt-top{
  margin-top: 200px !important;
}
.radius{
  height: 250px !important;
  border-radius: 10px !important;
}
.ml-mr{
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.dropdown-content-1{
  margin-left: 184px !important;
}
.pop-up-heading{
  font-size: 14px !important;
}
.faq-heading{
  font-size: 30px !important;
}
.hover-effect{
  font-size: 15px !important;
}
.card-body{
  font-size: 14px !important;
}
  }


  @media only screen and (max-width: 375px) and (min-width: 321px)  {
.footer-ul{
  margin-left: 60px !important;
}
  }
  @media only screen and (max-width: 575px) and (min-width: 376px)  {
    .footer-ul{
      margin-left: 90px !important;
    }
      }

      @media only screen and (max-width: 600px) and (min-width: 576px)  {
        .footer-ul{
          margin-left: 150px !important;
        }
          }

 





  