* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

.header {
   min-height: 100vh;
   width: 100%;
   background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(/as/imagess/air/air-freight-banner.jpg);
   background-position: center;
   background-size: cover;
   position: relative;
   animation: slider 20s linear infinite;
}

nav {
   display: flex;
   padding: 2% 6%;
   justify-content: space-between;
   align-items: center;
   background-color: rgba(0, 0, 0, 0.1);
   height: 15vh;
}

nav img {
   width: 151px;
   height: 14vh;
   margin-top: 16px;
}

.nav-links {
   flex: 1;
   text-align: right;

}

.nav-links ul li {
   list-style: none;
   display: inline-block;
   padding: 8px 12px;
   position: relative;
}

.nav-links ul li a {

   color: white;
   text-decoration: none;
   font-size: 13;
   text-transform: uppercase;

}

.nav-links ul li a:hover {
   color: yellow;
   transition-duration: 0.4s;
   /* font-size: large; */
}

.nav-links ul li::after {
   content: '';
   width: 0%;
   height: 2px;
   /* background: #f44336; */
   background: #714b36;

   display: block;
   margin: auto;
   transition: 0.5s;
}

.nav-links ul li:hover::after {
   width: 100%;
}

/* Styles for the dropdown container */
.dropdown {
   position: relative;
   display: inline-block;
}

/* Styles for the dropdown content */
.dropdown-content {
   display: none;
   padding: 5px;
   position: absolute;
   background-color: transparent;
   min-width: 160px;
   box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
   z-index: 1;
   text-align: center;
   font-size: 15px;
}

/* Styles for the dropdown items */
.dropdown-content li {
   list-style-type: none;

}

/* Change color of dropdown items on hover */
.dropdown-content li:hover {
   color: #01377D;

}

/* Show dropdown content when hovering over dropdown */
.dropdown:hover .dropdown-content {
   display: block;

}


.text-box {
   width: 90%;
   color: #fff;
   position: absolute;
   top: 60%;
   left: 50%;
   transform: translate(-50%, -50%);
   text-align: center;
}

.text-box h1 {
   font-size: 55px;


}

.text-box p {
   margin: 10px 0 40px;
   font-size: 18px;
   color: #fff;

}

.hero-btn {
   display: inline-block;
   /* margin: auto; */

   text-decoration: none;
   color: #fff;
   /* border: 1px solid #fff; */
   background: transparent;
   position: relative;
   cursor: pointer;
}

.hero-btn:hover {
   border: 1px solid #f44336;
   background: #f44336;
   transition: 1s;
   padding: 5px;

}

nav .fa-solid {
   display: none;
}

.fa-bars {
   display: none;
}

@media(max-width: 700px) {
   .text-box h1 {
      font-size: 20px;
   }
  


   .nav-links ul li {
      display: block;
   }

   .nav-links {
      position: fixed;
      background-color: #f44336;
      height: 87vh;
      width: 200px;
      top: 0;
      right: -200px;
      text-align: left;
      z-index: 2;
      transition: 1s;
   }

   nav .fa-solid {
      display: block;
      color: #fff;
      margin: 10px;
      font-size: 22px;
      cursor: pointer;
   }

   .fa-bars {
      display: block;
      color: #fff;
      margin: 10px;
      font-size: 25px;
      cursor: pointer;

   }

   .nav-links ul {

      padding: 11px;
   }

   .dropdown-content {
   display: block;
   position: unset;
   background-color: unset;
   box-shadow: unset;
   font-size: 12px;
   text-align: unset;
}

}

/****************************************************************************/
/*MAIN 0*/

.main_air_0 {
   width: 100%;
   height: 20vh;
}

.main_air_0_1 {
   font-size: 1em;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;

}

.main_air_1 {
   width: 100%;
   height: 100%;
   display: flex;


}

.main_air_1_1 {
   width: 100%;
   height: 100%;
   display: flex;
   flex-wrap: wrap-reverse;
   align-items: center;
}

.main_air_1_1_left {
   width: 60%;
   height: 100%;
   display: flex;
   flex-direction: column;
   gap: 25px;
   padding: 10px;

}

.main_air_1_1_left h1 {
   font-size: 1.5em;
   color: #01377D;
}

.main_air_1_1_left p {
   font-size: 1.5em;
   color: #303030;
}

.main_air_1_1_right {
   width: 40%;
   height: 100%;

}

.main_air_1_1_right_video {
   width: 100%;
   height: 100%;
   box-shadow: #714b36;

}

.main_air_2 {
   width: 100%;
   height: 100%;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   padding: 10px;
   background-color: aliceblue;
}

.main_air_2_left {
   width: 40%;
   height: 80%;


}

.main_air_2_left img {
   width: 100%;
   height: 80%;
}

.main_air_2_right {
   width: 60%;
   height: 80%;
   padding: 50px;

}

.main_air_2_right h1 {
   font-size: 3em;
   text-align: center;
   margin-top: 40px;
   color: #01377D;
}

.main_air_2_right p {
   color: #303030;
   font-size: 1.5em;
   padding: 10px;
   margin-top: 50px;
}

.main_air_2_right h3 {
   font-size: 1.2em;
   color: #666666;
   padding: 5px;
}


.main_air_3 {
   width: 100%;
   height: 100%;
   padding: 5px;
   display: flex;
   align-items: center;
   flex-direction: column;
   padding: 15px;

}

.main_air_3 h1 {
   font-size: 2em;
   padding: 50px;
   color: #01377D;
   text-align: center;

}

.main_air_3_1 {

   width: 80%;
   height: 100%;

}

.main_air_3_1 p {
   font-size: 1.5em;
   padding: 30px;
   color: #303030;
}

.main_air_3_1 i {
   font-size: 1em;
   padding: 5px;
   border-radius: 50px;
   background-color: aqua;
   color: #01377D;
}

.main_air_4 {
   width: 100%;
   height: 100%;
}

.main_air_4_1 {
   width: 100%;
   height: 100%;
   flex-wrap: wrap;
   display: flex;
   align-items: center;
   background-color: aliceblue;
}

.main_air_4_1_left {
   width: 60%;
   height: 100%;

}

.main_air_4_1_left h1 {
   text-align: center;
   padding: 30px;
   font-size: 2em;
   color: #01377D;
}

.main_air_4_1_left p {
   font-size: 1.5em;
   padding: 50px;
   color: #303030;
}

.main_air_4_1_right {
   width: 40%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;

}

.main_air_4_1_right_img {
   width: 70%;
   height: 70%;
   background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(/as/imagess/air/img_ServicesDetail-6ZKXECG.jpg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
}

.main_air_4_1_right_img_text {
   width: 90%;
   height: 90%;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;

}

.button_air_1 {
   padding: 15px 30px 15px 30px;
   margin-left: 40%;
}

.main_air_4_1_right_img_text h1 {
   color: white;
   font-size: 3em;
   padding: 7px;
}

.main_air_4_1_right_img_text a {
   color: white;
   text-decoration: none;
}

.main_air_4_1_right_img_text a :hover {
   color: #091C3A;
}


.main_air_5 {
   width: 100%;
   height: 100%;
   align-items: center;
   display: flex;
   justify-content: center;
   padding-top: 64px;
   padding-bottom: 46px;
}


.main_air_5_1 {
   width: 100%;
   display: flex;
   height: 80%;
}

.box {
   width: 20%;
   height: 100%;
   flex-direction: column;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
   padding: 31px;
}

.box i {
   font-size: 80px;
   color: #091C3A;
}

.box p {
   font-size: 20px;
}

/*******************************************************************************************************/
/*main air */
@media(max-width: 700px) {


   .main_air_0 {
      width: 100%;
      height: 100%;
      margin-top: 27px;
   }

   .main_air_0_1 {
      font-size: 10px;
      color: #01377D;
   }

   .main_air_1_1_right {
      width: 100%;
      height: 100%;
      padding: 24px;
   }

   .main_air_1_1_left {
      width: 100%;
      padding: 17px;
   }

   .main_air_1_1_left a {
      margin-left: 142px;
      text-decoration: none;
      color: green;

   }

   .main_air_2_left {
      width: 100%;
      margin: 0px;
   }

   .main_air_2_right {
      width: 100%;
      padding: 18px;
   }


   .main_air_3 h1 {
      font-size: 27px;
      padding: 0;
   }


   .main_air_3_1 {
      width: 100%;
      height: 100%;
   }

   .main_air_3_1 p {
      font-size: 1em;
      padding: 19px;

   }

   .main_air_4_1_left {
      width: 100%;
      height: 100%;
   }

   .main_air_4_1_left h1 {
      text-align: center;
      padding: 22px;
      font-size: 1em;



   }

   .main_air_4_1_left p {
      font-size: 1em;
      padding: 20px;
   }

   .button6 {

      margin-left: 113px;

   }

   .box {
      width: 100%;
      height: 100%;
      flex-direction: column;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
   }

   .main_air_4_1_right {
      width: 100%;
   }

   .main_air_4_1_right_img {
      width: 90%;
   }

   .main_air_4_1_right_img_text h1 {
      color: white;
      font-size: 1em;
      padding: 43px;
   }

   .main_air_5_1 {
      width: 100%;
      display: flex;
      height: 80%;
      flex-wrap: wrap;


   }

   .box {
      width: 100%;
      height: 100%;
      flex-direction: column;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
   }

   .button_air_1 {
      padding: 15px 30px 15px 30px;
      margin-left: 119px;
   }

   .main_air_4_1_left {
      width: 100%;
      height: 100%;
      padding: 16px;
   }
   .main_air_4_1_right_img {
      width: 73%;
      height: 276px;
  }

}


/****************************************************************************/
.button6 {
   padding: 15px 30px 15px 30px;
   margin-left: 520px;
}

/*****************************footer*************************************/
.footer {
   width: 100%;
   position: absolute;
   /* background: linear-gradient(to right, #00093c, #2d0b00); */
   background-image: url(../images/home\ images/globe-bg.jpg);
   background-size: cover;
   color: #fff;
   padding: 100px 0 30px;
   font-size: 13px;
   line-height: 20px;
}

.row {
   display: flex;
   width: 80%;
   margin: auto;
   flex-wrap: wrap;
   align-items: flex-start;
   justify-content: space-between;

}

.col {
   flex-basis: 25%;
   padding: 10px;
}

.col:nth-child(2),
.col:nth-child(3) {
   flex-basis: 15%;
}

.col h3 {
   width: fit-content;
   margin-bottom: 40px;
   position: relative;

}

.email-id {
   width: fit-content;
   border-bottom: 1px solid #ccc;
   margin: 20px 0;
}

ul li {
   list-style: none;
   margin-bottom: 12px;
}

ul li a {
   text-decoration: none;
   color: #fff;
}


.social_icon {
   display: flex;
   justify-content: space-between;
}

from {
   padding-bottom: 15px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   border-bottom: 1px solid #ccc;
   margin-bottom: 50px;
}

from.fa-solid {
   font-size: 18px;
   margin-right: 10px;

}

from input {
   width: 100%;
   background: transparent;
   color: #ccc;
   border: 0;
   outline: none;

}


from button {
   background: transparent;
   border: 0;
   outline: none;
   cursor: pointer;


}

from button .fa-solid {
   font-size: 16px;
   color: #ccc;

}

.social_icon i {
   width: 40px;
   height: 40px;
   border-radius: 50%;
   text-align: center;
   line-height: 40px;
   font-size: 20px;
   color: #000;
   background: #fff;
   margin-right: 15px;
   cursor: pointer;

}

.underline {
   width: 100%;
   height: 5px;
   background: #767676;
   border-radius: 3px;
   position: absolute;
   top: 25px;
   overflow: hidden;
   left: 0;
}

.underline span {
   width: 15px;
   height: 100%;
   background: #fff;
   border-radius: 3px;
   position: absolute;
   top: 0;
   left: 10px;
   animation: moving 2s linear infinite;

}

hr {
   width: 90%;
   border: 0;
   border-bottom: 1px solid #ccc;
   margin: 20px auto;
}

.copywrite {
   text-align: center;
}


@keyframes moving {
   0% {
      left: -20px;
   }

   100% {
      left: 80%;
   }
}

@media (max-width: 700px) {
   .footer {
      bottom: unset;
   }

   .col {
      flex-basis: 100%;

   }

   .col:nth-child(2) .col:nth-child(3) {
      flex-basis: 15%;
   }

   .main_both {
      display: flex;
      flex-direction: column;
   }
}





/* **********************************conect from********************************************************************** */
/*10*/

.popup {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.5);
   /*Semi-transparent black background*/
   z-index: 9999;
}

/* Popup content */
.popup-content {
   background: transparent;
   background-color: white;
   max-width: 400px;
   margin: 10% auto;
   /* Center horizontally and 10% from top */
   padding: 20px;
   border-radius: 10px;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
   /* Add a subtle shadow */
   animation: slideDown 0.3s ease;
   /* Add slide down animation */
}

/* Close button */
.popup-content_1 {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.close {
   /* position: fixed;
   top: 150px;
   right: 560px; */
   color: #01377D;
   font-size: 40px;
   border: 2px solid #01377D;
   padding-left: 5px;
   padding-right: 5px;

}

.close:hover {
   background-color: #01377d;
   color: white;
   text-decoration: none;
   cursor: pointer;
}


.close:focus {
   color: #000;
   text-decoration: none;
   cursor: pointer;
}

/* Form styling */
form {
   display: flex;
   flex-direction: column;
}

label {
   font-weight: bold;
   margin-bottom: 5px;
}

input,
textarea {
   margin-bottom: 10px;
   padding: 10px;
   border: 1px solid #ccc;
   border-radius: 5px;
}

input[type="submit"] {
   background-color: #4CAF50;
   color: white;
   border: none;
   border-radius: 5px;
   padding: 10px 20px;
   cursor: pointer;
}

input[type="submit"]:hover {
   background-color: #45a049;
}

/* Animation keyframes for sliding down */
@keyframes slideDown {
   from {
      transform: translateY(-100%);
      opacity: 0;
   }

   to {
      transform: translateY(0);
      opacity: 1;
   }
}


/********************************************************************************************************************/
/*D2D*/

.header_D2D {
   min-height: 80vh;
   width: 100%;
   background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(/as/imagess/air/door-door.jpg);
   background-position: center;
   background-size: cover;
   position: relative;
   animation: slider 20s linear infinite;
}

/****************************************************************************/
/*MAIN 0*/

.main_D2D_0 {
   width: 100%;
   height: 100%;
}

.main_D2D_0_1 {
   font-size: 3vh;
   height: 16vh;
   display: flex;
   align-items: center;
   justify-content: center;

}

.main_D2D_1 {
   width: 100%;
   height: 100%;


}

.main_D2D_1_1 {
   width: 100%;
   height: 100%;
   display: flex;
   flex-wrap: wrap-reverse;
}

.main_D2D_1_1_left {
   width: 60%;
   height: 100%;
   display: flex;
   flex-direction: column;
   gap: 25px;
   padding: 10px;

}

.main_D2D_1_1_left h1 {
   font-size: 1.5em;
   color: #01377D;
   margin-top: 10px;
}

.main_D2D_1_1_left p {
   color: #303030;
   font-size: 1.5em;
}

.main_D2D_1_1_left a {
   text-decoration: none;
   color: #01377D;
}

.main_D2D_1_1_left a i {

   color: #01377D;
}

.main_D2D_1_1_right {
   width: 40%;
   height: 100%;

}

.main_D2D_1_1_right_video {
   width: 90%;
   height: 100%;
   box-shadow: #714b36;

}

.main_D2D_2 {
   width: 100%;
   height: 100%;
   display: flex;

}

.main_D2D_2_left {
   width: 40%;
   height: 80%;
   margin: 80px;

}

.main_D2D_2_left img {
   width: 100%;
   height: 80%;
}

.main_D2D_2_right {
   width: 60%;
   height: 80%;
   padding: 50px;

}

.main_D2D_2_right h1 {
   font-size: 3em;
   text-align: center;
   margin-top: 40px;
   color: #01377D;
}

.main_D2D_2_right p {
   font-size: 1.5em;
   padding: 10px;
   margin-top: 50px;
   color: #303030;
}

.main_D2D_2_right h3 {
   font-size: 1.2em;
   color: #666666;
   padding: 5px;
}


.main_D2D_3 {
   width: 100%;
   height: 100%;
   padding: 5px;
   display: flex;
   align-items: center;
   flex-direction: column;
   padding: 15px;

}

.main_D2D_3 h1 {
   font-size: 2;
   padding: 50px;
   text-align: center;
   color: #01377D;
}

.main_D2D_3_1 {

   width: 80%;
   height: 100%;

}

.main_D2D_3_1 p {
   font-size: 1.5em;
   padding: 25px;
}

.main_D2D_3_1 i {
   font-size: 1em;
   padding: 5px;
   border-radius: 50px;
   background-color: aqua;
   color: #01377D;

}

.main_D2D_4 {
   width: 100%;
   height: 100%;
}


.main_D2D_4_1 {
   width: 100%;
   height: 100%;
   display: flex;
   background-color: aliceblue;
}

.main_D2D_4_1_left {
   width: 60%;
   height: 100%;

}

.main_D2D_4_1_left h1 {
   text-align: center;
   padding: 30px;
   font-size: 2em;
   color: #01377D;
}

.main_D2D_4_1_left p {
   font-size: 1.5em;
   padding: 50px;
}

.box p {
   color: #01377D;

}

.main_D2D_4_1_right {
   width: 40%;
   margin-top: 76px;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;

}

.main_D2D_4_1_right_img {
   width: 70%;
   height: 70%;
   background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(/as/imagess/air/img_ServicesDetail-6ZKXECG.jpg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
}

.main_D2D_4_1_right_img_text {
   width: 90%;
   height: 90%;
   display: flex;
   justify-content: center;
   align-items: center;

   flex-direction: column;

}

.main_D2D_4_1_right_img_text h1 {
   color: white;
   font-size: 3em;
   padding: 7px;
}

.main_D2D_4_1_right_img_text a {
   color: white;
   text-decoration: none;
}

.main_D2D_4_1_right_img_text a :hover {
   color: #091C3A;
}



.main_D2D_5 {
   width: 100%;
   height: 100%;
   padding-top: 64px;
   padding-bottom: 46px;
   align-items: center;
   display: flex;
   justify-content: center;
}

.main_D2D_5_1 {
   width: 100%;
   display: flex;
   height: 100%;
   flex-wrap: wrap;
}


/**************************main*/

@media(max-width: 700px) {

   .main_D2D_0_1 {
      font-size: 10px;
   }

   .main_D2D_1_1_left {
      width: 100%;
   }

   .main_D2D_1_1_right {
      width: 100%;

      display: flex;
      justify-content: center;
   }

   .main_D2D_2 {
      width: 100%;
      height: 100%;
      display: flex;
      flex-wrap: wrap;
   }

   .main_D2D_2_left {
      width: 100%;
      margin: 16px;
   }

   .main_D2D_2_right {
      width: 100%;
      padding: 11px;
   }

   .main_D2D_3 h1 {
      font-size: 26px;
      padding: 5px;
   }

   .main_D2D_4_1 {

      display: flex;
      flex-wrap: wrap;

   }

   .main_D2D_4_1_left {
      width: 100%;
      height: 100%;
   }

   .button6 {

      margin-left: 80px;
   }

   .main_D2D_4_1_right {
      margin-top: 21px;
      padding: 0;
      width: 100%;
   }

   .main_D2D_4_1_right_img {
      width: 100%;
   }

   .box {
      padding: 18px;
   }


}

/**************************************************************************************************************************/
/******************************************************************************************************************************/

/********************************************************************************************************************/
/*war*/

.header_war {
   min-height: 80vh;
   width: 100%;
   background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(/as/imagess/air/Warehousing.jpg);
   background-position: center;
   background-size: cover;
   position: relative;
   animation: slider 20s linear infinite;
}

/****************************************************************************/
/*MAIN 0*/

.main_war_0 {
   width: 100%;
   height: 100%;
}

.main_war_0_1 {
   font-size: 1.5em;
   padding: 25px;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}

.main_war_1 {
   width: 100%;
   height: 100%
}

.main_war_1_1 {
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   flex-wrap: wrap-reverse;
   background-color: rgba(233, 233, 233, 0.486);
}

.main_war_1_1_left {
   width: 60%;
   height: 100%;
   display: flex;
   flex-direction: column;
   gap: 25px;
   padding: 30px;
   margin-top: 25px;


}


.main_war_1_1_left h1 {
   font-size: 1.6em;

   color: #01377D;
}

.main_war_1_1_left p {
   font-size: 1.3em;
   color: #303030;
}

.main_war_1_1_left a {
   width: 27%;
   text-decoration: none;
   padding: 15px;

}

.main_war_1_1_left i {
   color: #01377D;
}


.main_war_1_1_right {
   width: 40%;
   height: 100%;

}

.main_war_1_1_right_video {
   width: 90%;
   height: 100%;
   box-shadow: #714b36;

}

.main_war_2 {
   width: 100%;
   height: 100%;
   display: flex;
   flex-wrap: wrap;
   margin-top: 40px;
   align-items: center;
}

.main_war_2_left {
   width: 40%;
   height: 80%;
   /* margin: 80px; */

}

.main_war_2_left img {
   width: 100%;
   height: 80%;
}

.main_war_2_right {
   width: 60%;
   height: 80%;
   padding: 50px;

}

.main_war_2_right h1 {
   font-size: 3em;
   text-align: center;
   margin-top: 40px;
   color: #01377D;
}

.main_war_2_right p {
   font-size: 1.5em;
   color: #303030;
   padding: 10px;
   margin-top: 50px;
}

.main_war_2_right h3 {
   font-size: 1.2em;
   color: #666666;
   padding: 5px;
}


.main_war_3 {
   width: 100%;
   height: 100%;
   padding: 5px;
   display: flex;
   align-items: center;
   flex-direction: column;
   padding: 15px;

}

.main_war_3 h1 {
   font-size: 2;
   padding: 50px;
   text-align: center;
   color: #01377D;
}


.main_war_3_1 {

   width: 80%;
   height: 100%;

}

.main_war_3_1 p {
   font-size: 1.5em;
   padding: 25px;
}

.main_war_3_1 i {
   font-size: 1em;
   color: #01377D;
   padding: 5px;
   border-radius: 50px;
   background-color: aqua;

}

.main_war_4 {
   width: 100%;
   height: 100%;
}


.main_war_4_1 {
   width: 100%;
   height: 100%;
   display: flex;
   flex-wrap: wrap;
   background-color: aliceblue;
}

.main_war_4_1_left {
   width: 60%;
   height: 100%;

}

.main_war_4_1_left h1 {
   text-align: center;
   padding: 30px;
   font-size: 2em;
   color: #01377D;
}

.main_war_4_1_left p {
   font-size: 1.5em;
   padding: 50px;
   color: #303030;
}

.main_war_4_1_right {
   width: 40%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-top: 49px;
}

.main_war_4_1_right_img {
   width: 70%;
   height: 70%;
   background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(/as/imagess/air/img_ServicesDetail-6ZKXECG.jpg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
}

.main_war_4_1_right_img_text {
   width: 90%;
   height: 90%;
   display: flex;
   justify-content: center;
   align-items: center;

   flex-direction: column;

}

.main_war_4_1_right_img_text h1 {
   color: white;
   font-size: 3em;
   padding: 7px;
}

.main_war_4_1_right_img_text a {
   color: white;
   text-decoration: none;
}

.main_war_4_1_right_img_text a :hover {
   color: #091C3A;
}



.main_war_5 {
   width: 100%;
   height: 100%;

   align-items: center;
   display: flex;
   justify-content: center;
}


.main_war_5_1 {
   width: 100%;
   display: flex;
   height: 80%;
   flex-wrap: wrap;
}

/**************************************************************************************************************************/

@media(max-width: 700px) {

   .main_war_0_1 {
      font-size: 11px;
      padding-top: 42px;
   }

   .main_war_1_1_right {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;

   }

   .main_war_1_1_left {
      width: 100%;
      padding: 12px;
      margin-top: 19px;
   }

   .main_war_1_1_left a {
      width: 54%;
   }

   .main_war_2_left {
      width: 100%;
      margin: 0;
      padding: 5px;
   }

   .main_war_2_right {
      width: 100%;
      padding: 2px;
   }

   .main_war_3 h1 {
      font-size: 14px;
      padding: 0px;
   }

   .main_war_3_1 p {
      font-size: 18px;
      padding-top: 40px;
   }

   .main_war_4_1_left {
      width: 100%;
   }

   .main_war_4_1_left h1 {
      padding: 16px;
      font-size: 1.3em;

   }

   .main_war_4_1_left p {
      font-size: 1.5em;
      padding: 5px;
   }

   .main_war_4_1_right {
      width: 100%;
      padding-top: 10px;
   }

   .main_war_4_1_right_img {
      width: 86%;
   }





}



















/******************************************************************************************************************************/

/********************************************************************************************************************/
/*tra*/

.header_tra {
   min-height: 80vh;
   width: 100%;
   background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(/as/imagess/air/Transportation.jpg);
   background-position: center;
   background-size: cover;
   position: relative;
   animation: slider 20s linear infinite;
}

/****************************************************************************/
/*MAIN 0*/

.main_tra_0 {
   width: 100%;
   height: 100%;
}

.main_tra_0_1 {
   padding-top: 55px;
   font-size: 15px;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;

}

.main_tra_1 {
   width: 100%;
   height: 100%;


}

.main_tra_1_1 {
   width: 100%;
   height: 100%;
   display: flex;
   flex-wrap: wrap-reverse;
}

.main_tra_1_1_left {
   width: 60%;
   height: 100%;
   display: flex;
   flex-direction: column;
   gap: 25px;
   padding: 12px;

   padding: 40px;
   margin-top: 30px;
}

.main_tra_1_1_left h1 {
   font-size: 1.6em;
   color: #01377D;
}

.main_tra_1_1_left p {
   font-size: 1.3em;
   color: #303030;
}

.main_tra_1_1_left a {

   text-decoration: none;
}

.main_tra_1_1_right {
   width: 40%;
   height: 100%;

}

.main_tra_1_1_right_video {
   width: 90%;
   height: 100%;
   box-shadow: #714b36;

}

.main_tra_2 {
   width: 100%;
   height: 100%;
   display: flex;
   flex-wrap: wrap;

}

.main_tra_2_left {
   width: 40%;
   height: 80%;
   /* margin: 80px; */

}

.main_tra_2_left img {
   width: 100%;
   height: 80%;
}

.main_tra_2_right {
   width: 60%;
   height: 80%;
   padding: 50px;

}

.main_tra_2_right h1 {
   font-size: 3em;
   text-align: center;
   margin-top: 40px;
   color: #01377D;
}

.main_tra_2_right p {
   font-size: 1.5em;
   color: #303030;
   padding: 10px;
   margin-top: 50px;
}

.main_tra_2_right h3 {
   font-size: 1.2em;
   color: #666666;
   padding: 5px;
}

.main_tra_4 {
   width: 100%;
   height: 100%;
}


.main_tra_4_1 {
   width: 100%;
   height: 100%;
   display: flex;
   flex-wrap: wrap;
   background-color: aliceblue;
}

.main_tra_4_1_left {
   width: 60%;
   height: 100%;

}

.main_tra_4_1_left h1 {
   text-align: center;
   padding: 30px;
   font-size: 2em;
   color: #01377D;
}

.main_tra_4_1_left p {
   color: #303030;
   font-size: 1.5em;
   padding: 50px;
}

.main_tra_4_1_right {
   width: 40%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;

}


.main_tra_4_1_right_img {
   width: 70%;
   height: 70%;
   background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(/as/imagess/air/img_ServicesDetail-6ZKXECG.jpg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   margin-top: 127px;
}


.main_tra_4_1_right_img_text {
   width: 90%;
   height: 90%;
   display: flex;
   justify-content: center;
   align-items: center;

   flex-direction: column;

}

.main_tra_4_1_right_img_text h1 {
   color: white;
   font-size: 3em;
   padding: 7px;
}

.main_tra_4_1_right_img_text a {
   color: white;
   text-decoration: none;
}

.main_tra_4_1_right_img_text a :hover {
   color: #091C3A;
}



.main_tra_5 {
   width: 100%;
   height: 100%;
   align-items: center;
   display: flex;
   justify-content: center;
}

.main_tra_5_1 {
   width: 100%;
   display: flex;
   height: 80%;
}


/***********************************************************************************************************************/
/*******************************************************************/


@media(max-width: 700px) {



   .main_tra_1_1_left {
      width: 100%;
   }

   .main_tra_1_1_right {
      width: 100%;

      padding: 11px;
   }

   .main_tra_2_left {
      width: 100%;
      margin: 0px;
   }

   .main_tra_2_right {
      width: 100%;
      padding: 0;
   }


   .main_tra_4_1_left {
      width: 100%;
   }


   .main_tra_4_1_right {
      width: 100%;
      padding-top: 11px;
   }

   .main_tra_4_1_right_img {
      width: 88%;
   }


   .main_tra_5_1 {
      flex-wrap: wrap;
      padding: 12px;
   }


}