*{
    margin: 0;
    padding: 0;
  }
  .top-bar {
    background-color: #090808;
    margin-bottom: 1px;
    height: 25px;
  }
  
  .top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .top-bar ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    color: #fff;
    box-sizing: border-box;
    font-family: Gotham, ZaridSans-Regular, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    scroll-behavior: smooth;
  
  }
  
  .top-bar ul li {
    margin-left: 20px;
  }
  
  .top-bar ul li a {
    color: #87e19b;
    text-decoration: none;
  }
  
  .top-bar ul li a:hover {
    color: #e95a5a;
  }
  
  /*  */
  .sc-567480f5-2 {
  background-color: #f2f2f2;
  padding: 20px 0;
  }
  
  .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
  
  .left {
  display: flex;
  align-items: center;
  }
  
  h1 {
  margin: 0;
  padding: 0;
  }
  
  h1 a {
  display: block;
  width: 120px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  }
  
  #navLinks {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 70px;
  }
  
  #navLinks li {
  margin-left: 20px;
  }
  
  #navLinks a {
  text-decoration: none;
  color: #333;
  }
  
  #navLinks a:hover {
  text-decoration: underline;
  }
  
  #btn {
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  }
  
  button.sc-567480f5-4 {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  }
  
  button.sc-567480f5-4 span {
  display: block;
  width: 28px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  }
  
  button.sc-567480f5-4 span img {
  display: block;
  width: 100%;
  height: 100%;
  }
  
  
  
  .cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #242323;
  }
  
  .left {
    display: flex;
    align-items: center;
  }
  
  .logo {
    background-image: url(./images/final\ logo.png);
    width: 200px;
    height: 100px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 20px;
    margin-top: 10px;
  }
  .Iata {
    background-image: url(./images/iata.png);
    width: 200px;
    height: 80px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* margin-left: 20px; */
    margin-bottom: 3px;
  }
  
  #navLinks {
    list-style: none;
    padding: 0
   
  }
  
  #navLinks li {
    margin-left: 30px;
  }
  #navLinks li a{
    text-decoration: none;
    color: rgb(245, 245, 245);
    text-shadow: rgba(0, 0, 0, 0.125) 2px 2px 2px;
    display: block;
    position: relative;
    font-size: 1rem !important;
  }
  #btn {
  background-color: #30e9e9; 
    font-size: 1rem;
    margin: 10px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    white-space: nowrap;
    border-radius: 10px;
  }
  
  .menu {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20width='28'%20height='18'/%3e"), url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 18px;
    border: none;
    cursor: pointer;
    display: none;
  }
  
  /* .Banner {
    background-image: url("./images/1.jpg");
    background-size: auto;
  } */
  
  .column {
    width: 80%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #FFFFFF69;
    text-align: center;
    justify-content: center;
    margin-top: 150px;
    margin-left: 10%;
    /* opacity: 0.8; */
  }
  
  .title {
    /* font-size: 24px; */
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
    font-size: 3.5rem;
  }
  
  .description {
    font-size: 1.5rem;
    margin-bottom: 2px;
    color: #fff;
  }
  
  .form {
    margin-top: 20px;
  }
  
  .form-fields-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .field-group {
    flex-basis: 50%;
    padding: 2px;
    box-sizing: border-box;
    margin-bottom: 2px;
  }
  
  .field-group input[type="text"],
  .field-group input[type="tel"],
  .field-group input[type="number"],
  .field-group select {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 2px;
  }
  
  .field-group select {
    appearance: none;
    -webkit-appearance: none;
    /* background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 8'><polygon points='0,0 15,0 7.5,7'/></svg>"), linear-gradient(#f9f9f9, #f9f9f9); */
    background-position: right 10px top 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 8px 8px, 100% 100%;
    padding-right: 35px;
  }
  
  .field-group input[type="text"]:focus,
  .field-group input[type="tel"]:focus,
  .field-group input[type="number"]:focus,
  .field-group select:focus {
    outline: none;
    box-shadow: 0 0 2px 1px #333;
  }
  
  .button {
    flex-basis: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #464747;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
  }
  
  .button:hover {
    background-color: #45a049;
  }
  
  .divider {
    /* border-bottom: 1px solid #1b1818; */
    margin-top: 50px;
    padding: 2px 0;
    text-align: center;
  }
  
  .divider-text {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #464747; */
    color: #000000;
    padding: 5px 20px;
    position: relative;
    font-size: 3rem;
    font-family: "Raleway", Sans-serif;
  }
  
  /* .divider-text hr {
    width: 30%;
    border: none;
    height: 1px;
    background-color: #fff;
    margin: 0 10px;
  } */

  .flipBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 20px;
}

  .flip-box {
    background-color: transparent;
    width: 370px;
    height: 260px;
    perspective: 1000px;
  }
  
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  .flip-box:hover .flip-box-inner {
    transform: rotateX(180deg);
  }
  
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-box-front {
    border-radius: 10px;
    background-color: #f92c2c;
    color: rgb(248, 246, 246);
  }
  
  .flip-box-back {
    border-radius: 10px;

    background-color: dodgerblue;
    color: white;
    transform: rotateX(180deg);
  }

  .elementor-icon {
    margin-top: 70px;
    font-size: 70px;
    color: #fbf9f9;
  }

  .flip-box-back h2{
    margin-top: 30px;
  }
  .flip-box-back p{
    margin-top: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .button {
    margin-top: 20px;
    flex-basis: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #464747;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Raleway", Sans-serif;
    cursor: pointer;
    width: 30%;
  }
  
  .button:hover {
    background-color: #f4f1f0;
    color: #0f33e7;
  }


  .services-para {
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 20px 0;
  }
  
  .service-content {
    text-align: center;
    color: #000000;
    /* font-family: "Raleway", Sans-serif; */
    font-size: 20px;
    font-weight: 600;
    margin: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .service-button {
    text-align: center;
  }
  
  .btnServices {
    
    display: inline-block;
    padding: 15px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 10px;
    /* border-color: #000000; */
    color: #fff;
    background-color: #007bff;
  }
  
  .btnServices:hover{
    color: #fff;
    background-color: #f92c2c;
    /* background-color: #007bff;
    border-color: #007bff; */
  }
  
  /* .btn-primary:hover {
    color: #fff;
    background-color: #0056b3;
    border-color: #0056b3;
  } */

  /* footer css */

.footerContainer {
  max-width: 100%;
   overflow: hidden;
}

.cs_footer_main {
  display: flex;
  /* width: 100%; */
  justify-content: space-between;
  align-items: flex-start;
  background-color: #222222;
}

.cs_footer_main_col {
  flex-basis: 30%;
}

.cs_footer_widget {
  margin-bottom: 40px;
  margin-top: 40px;
}

/* .cs_text_widget {
  margin-bottom: 30px;
} */

.cs_text_widget img {
  max-width: 50%;
  margin-left: 18px;
}

.cs_contact_widget {
  margin-bottom: 20px;
}

.cs_contact_widget li {
  margin-bottom: 10px;
}

.para p{
  color: #f2f2f2;
}

.cs_fs_20 {
  font-size: 20px;
  color: #f2f2f2;
}

.cs_semibold {
  font-weight: 600;
}

.cs_white_color {
  color: #ffffff;
}

.cs_menu_widget {
  list-style: none;
}

.cs_menu_widget li {
  margin-bottom: 10px;
}

.cs_menu_widget a {
  color: #ffffff;
  text-decoration: none;
}

.cs_social_btn1 {
  display: flex;
  height: 10px;
  gap: 10px;
}

.cs_social_btn1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
  text-decoration: none;
  background-color: #3d24cf;
  border-radius: 25px;
}

.cs_social_btn1 a:hover {
  /* background-color: #444444; */
  background-color: #f92c2c;
}

.cs_social_btn1 i {
  font-size: 20px;
  /* margin-right: 5px; */
}

@media (min-width: 1100px) {
  .footerContainer {
    max-width: none;
  }
}


/* secondFooter */

.footerContainer2 {
  background-color: #0a0a0a;
  padding: 20px 0;
  color: white;
}

.cs_footer_bottom {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.cs_copyright {
  font-size: 14px;
}

.cs_menu_widget_2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.cs_menu_widget_2 li {
  display: inline;
  margin-right: 10px;
}

.cs_menu_widget_2 li a {
  text-decoration: none;
  font-size: 14px;
}

.cs_menu_widget_2 li a:hover {
  color: #007bff;
}