/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  overflow-x: hidden;
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
  overflow: hidden;
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

html {
  font-family: "NeoSan", sans-serif;
  scroll-behavior: smooth;
  accent-color: #2a2b53;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }

  .menu {
    padding: 20px;
    top: 100px;
  }
}

@media (max-width: 768px) {
  .card img,
  .card h1,
  .card .read_more {
      margin-left: auto;
      margin-right: auto;
      align-items: center;
      text-align: center;
  }

  .menu
  {
    right: 0 !important;
  }

  .mr-3 {
    margin-right: 3px;
  }

  .read-m-b i {
    color: red;
  }

  .container {
    max-width: 768px;
  }

  .hero_slider .slider-nav {
    display: none !important;
  }

  .menu {
    padding: 20px;
    top: 100px !important;
  }

  #Networks h1 {
    font-size: 32px;
  }

  .phone_lines {
    margin-top: 28px;
  }

  /* .intro-box
  {
    background: linear-gradient(90deg, rgba(0,0,0,0.8617647742690826) 0%, rgba(251,251,251,0) 48%, rgba(228,228,228,0) 100%);
  } */

  #About .welcome {
    padding-top: 134px !important;
  }

  #About .welcome h1 {
    font-size: 30px;
    line-height: 2.75rem;
  }

  .our_info {
    padding-top: 120px !important;
  }

  .operation .operation_text {
    grid-row: 2;
  }

  .operation_photo {
    margin-bottom: 30px;
  }

  .success {
    margin-bottom: 50px;
  }

  #Services {
    padding-top: 60px !important;
  }

  .service-section-title h1 {
    font-size: 28px;
  }

  .img_div {
    margin-right: auto;
    margin-left: auto;
  }

  .read_more,
  .title_div {
    margin-right: auto !important;
    margin-left: auto !important;
  }



  .photo_galary .slider-nav {
    display: none;
  }

  .quick_contact .quick_contact_title h1,
  .photo_galary .photo_galary_title h1 {
    font-size: 32px;
  }

  footer .footer_logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer_logo .footer-img img {
    margin-right: auto;
    margin-left: auto;
  }

  /*
  .footer-contact .phones , .footer-contact .locations
  {
    margin-right: auto;
    margin-left: auto;
  } */

  footer .footer-contact {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  footer .absolute {
    left: 43%;
  }

  .our_info h1 {
    font-size: 28px;
  }

  .main_logo {
    height: 70px !important;
  }

  .welcome h1 {
    font-size: 25px;
  }

  .hero-section {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 70px;
    background-color: #212c55;
  }

  .hero-section .hero-title {
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-section .hero-title h1 {
    font-size: 35px !important;
    color: White;
    font-weight: 700;
    margin-bottom: 40px !important;
  }

  .content-section {
    padding-bottom: 30px;
  }

  .content-title {
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-section .hero-title p {
    font-weight: 700;
    color: White;
  }

  .hero-section .hero-title p a:hover {
    color: #e1141b;
  }

  .input-group {
    display: flex;
    align-content: stretch;
    max-width: 100%;
  }

  .input-group>input {
    flex: 1 0.4 auto
  }

  .input-group-addon {
    background: #eee;
    border: 1px solid #ccc;
    padding: 0.5em 1em;
  }

  .news_letter input {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }


  .news_letter button {
    display: flex;
    padding: 10px;
    width: 100%;
    background-color: #181e3e;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    color: white;
    font-size: 14px;
    font-weight: 700;

  }

  .news_letter button i {
    margin-top: 4px;
    margin-left: 5px;
  }

  .swiper-content h1
  {
    font-size: 64px !important;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .slider-nav {
    display: none;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-bottom-16 {
  bottom: -4rem;
}

.-bottom-8 {
  bottom: -2rem;
}

.-top-\[25px\] {
  top: -25px;
}

.left-1\/2 {
  left: 50%;
}

.top-4 {
  top: 1rem;
}

.top-\[-149px\] {
  top: -149px;
}

.top-\[-80px\] {
  top: -80px;
}

.-z-10 {
  z-index: -10;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.z-\[999\] {
  z-index: 999;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-\[100px\] {
  margin-bottom: 100px;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mt-10 {
  margin-top: 2.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-8 {
  height: 2rem;
}

.h-5 {
  height: 1.5rem;
}

.h-6 {
  height: 1.5rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[420px\] {
  height: 420px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[inherit\] {
  height: inherit;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.max-h-full {
  max-height: 100%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-8 {
  width: 2rem;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[inherit\] {
  width: inherit;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.max-w-full {
  max-width: 100%;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.place-content-center {
  place-content: center;
}

.place-items-center {
  place-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[100px\] {
  gap: 100px;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-\[\#284fb4\] {
  --tw-border-opacity: 1;
  border-color: rgb(40 79 180 / var(--tw-border-opacity));
}

.border-box {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 80 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#1a244a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26, 36, 74 / var(--tw-bg-opacity));
}

.bg-\[\#23184c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26, 36, 74 / var(--tw-bg-opacity));
}

.bg-\[\#284fb3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 79 179 / var(--tw-bg-opacity));
}

.bg-\[\#f2f2f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.bg-copy {
  --tw-bg-opacity: 1;
  background-color: rgb(26 36 74 / var(--tw-bg-opacity));
}

.bg-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(219 14 22 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(42 43 83 / var(--tw-bg-opacity));
}

.bg-section {
  --tw-bg-opacity: 1;
  background-color: rgb(33 44 85 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-network {
  background-image: url("../img/OurNetwork/silder_background_1.png");
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.p-1 {
  padding: 0.25rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-\[100x\] {
  padding-top: 100x;
  padding-bottom: 100x;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-\[150px\] {
  padding-bottom: 150px;
}

.pb-\[50px\] {
  padding-bottom: 50px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-1-6 {
  padding-top: 1.3rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[100px\] {
  padding-top: 100px;
}

.pt-\[150px\] {
  padding-top: 150px;
}

.pt-\[185px\] {
  padding-top: 185px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.font-NeoSanBold {
  font-family: NeoSanBold, sans-serif;
}

.font-NeoSan {
  font-family: "NeoSan", sans-serif;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.2rem;
  line-height: 1.75rem;
}

.font-extrabold {
  font-weight: 800;
}

.font-semibold {
  font-weight: 600;
}

.capitalize {
  text-transform: capitalize;
}

.text-\[\#284fb4\] {
  --tw-text-opacity: 1;
  color: rgb(40 79 180 / var(--tw-text-opacity));
}

.text-\[\#465b7f\] {
  --tw-text-opacity: 1;
  color: rgb(70 91 127 / var(--tw-text-opacity));
}

.text-\[\#4e5169\] {
  --tw-text-opacity: 1;
  color: rgb(78 81 105 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(42 43 83 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(64 73 153 / var(--tw-text-opacity));
}

.text-section {
  --tw-text-opacity: 1;
  color: rgb(33 44 85 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.decoration-\[\#284fb4\] {
  text-decoration-color: #284fb4;
}

.decoration-secondary {
  text-decoration-color: #404999;
}

.underline-offset-8 {
  text-underline-offset: 8px;
}

.underline-offset-\[25px\] {
  text-underline-offset: 25px;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@font-face {
  font-family: "NeoSan";

  src: url("../font/NeoSansRegular.ttf");
}

@font-face {
  font-family: "NeoSanBold";

  src: url("../font/NeoSansW23-Bold.ttf");
}

/* Header */

header {
  height: 40px;
}

@media (min-width: 1024px) {
  header {
    height: auto;
  }
}

.nav-item {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-bottom: 1rem;
  -webkit-padding-end: 0.5rem;
  padding-inline-end: 1.4rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(42 43 83 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.nav-item:last-of-type {
  border-width: 0px;
}

.nav-item:hover {
  color: rgb(42 43 83 / 0.7);
}

@media (min-width: 1024px) {
  .nav-item {
    border-inline-end-width: 1px;
    padding-bottom: 0px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.line {
  display: block;
  height: 2px;
  width: 30px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.rota {
  position: absolute;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotaa {
  position: absolute;
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.menu {
  position: absolute;
  top: 70px;
  right: 52px;
  z-index: 99;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  /* padding-left: 1rem; */
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}

@media (min-width: 1024px) {
  .menu {
    position: relative;
    top: 0px;
    display: flex;
    width: auto;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
  }

  footer hr {
    display: none;
  }
}

/* Intro */

.slider-nav {
  position: absolute;
  top: 50%;
  z-index: 200;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .slider-nav {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .slider-nav {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

@media (min-width: 1280px) {
  .slider-nav {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.slider-next,
.slider-prev {
  height: 70px;
  width: 70px;
  cursor: pointer;
  padding: 1rem;
}

.intro-box {
  position: relative;
  top: 30%;
  z-index: 300;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  width: 100%;
  padding: 1rem;
}

@media (min-width: 1024px) {
  .intro-box {
    width: 400px;
  }
}

.intro .swiper-slide {
  z-index: 20;
}

.intro-btn {
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: NeoSanBold, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* service */

.box-service {
  grid-column: span 2 / span 2;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 80 / var(--tw-bg-opacity));
  padding: 2rem;
}

@media (min-width: 1024px) {
  .box-service {
    grid-column: span 1 / span 1;
  }
}

.footer-links:last-of-type {
  border-width: 0px;
}

@media (min-width: 1024px) {
  .footer-links {
    border-inline-end-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity));
  }
}

.staf-img {
  position: relative;
  z-index: 40;
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  width: 200px;
}

.staf-img::before {
  position: absolute;
  top: 10%;
  z-index: -8;
  height: 150px;
  width: 150px;
  border-radius: 9999px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(23 33 69 / var(--tw-bg-opacity));
}

.staf-img::after {
  position: absolute;
  top: 0px;
  z-index: -10;
  height: 200px;
  width: 200px;
  border-radius: 9999px;
  content: var(--tw-content);
  background-color: rgb(29 40 79 / 0.5);
}

:is([dir="ltr"] .staf-img)::before {
  content: var(--tw-content);
  right: 25%;
}

:is([dir="ltr"] .staf-img)::after {
  content: var(--tw-content);
  left: -10%;
}

:is([dir="rtl"] .staf-img)::before {
  content: var(--tw-content);
  left: 25%;
}

:is([dir="rtl"] .staf-img)::after {
  content: var(--tw-content);
  right: -10%;
}

/*
.Networks .swiper-slide {
  @apply flex justify-center items-center z-[999]
}


 .flight {
  @apply absolute flex flex-row justify-evenly items-center !top-4 w-[80%] mx-auto  bg-[#f2f2f2] right-0 left-0 h-8 before:absolute before:top-0 before:w-full before:h-[1.5px] before:bg-[#395bb996] before:left-0 after:absolute after:top-1/2 after:w-full after:h-[1.5px] after:border-[#395bb996] after:left-0 after:border-[1px] after:border-dashed
}

 .flight-bullet {
  @apply bg-[#7089cb] !opacity-100 w-2 h-2 rounded-full
}

.air {
  @apply absolute top-1/4 w-2 h-2 bg-red-600 rounded-full translate-x-1/2
} */
#Networks .plane_target {
  width: 3%;
  transition: 1s ease-in;
}

#Networks .plane_target div {
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
}

#Networks .plane_target div.left_dir {
  transform: rotate(0deg);
}

#Networks .plane_target div.right_dir {
  transform: rotate(180deg);
}

#Networks .plane_target.active_2 {
  width: 35%;
}

#Networks .plane_target.active_3 {
  width: 68%;
}

#Networks .plane_target.active_4 {
  width: 101%;
}

.photo_galary {
  margin-bottom: 20px;
}

@media (max-width: 768px) {

 .w-4
    {
        width:2rem;
    }
    
    .h-5
    {
        height:2rem;
    }
    
  .mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .title_div
  {
    color: #000;
  }
  .mb-footer {
    margin-bottom: 5px;
  }

  .mb1-footer {
    margin-bottom: 10px;

  }

  footer hr {
    border: 1px solid #d9d9d9;
    opacity: .3;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .mt1-footer {
    margin-top: 10px;

  }

  .address_content {
    text-align: center;
  }

  .m-flex-col {
    flex-direction: column !important;
  }

  .our_info {
    text-align: center;
  }

  #Networks .plane_target {
    width: 9%;
  }

  #Networks .plane_target.active_1 {
    width: 9%;
  }

  #Networks .plane_target.active_2 {
    width: 38%;
  }

  #Networks .plane_target.active_3 {
    width: 70%;
  }

  #Networks .plane_target.active_4 {
    width: 101%;
  }

  .intro-box
  {
    text-align: center;
  }

  .intro-box h1
  {
    font-size: 30px !important;
    font-weight: 700;
  }

  #About , .service-section-title
  {
    text-align: center;
  }

  .quick_contact_title
  {
    text-align: center;
  }
}

#Networks .swiper-container-wrapper--timeline .swiper-slide {
  display: flex;
  background: transparent;
  min-height: 300px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

#Networks .swiper-container-wrapper--timeline .swiper-slide .container {
  padding: 0;
  width: 100%;
}

#Networks .swiper-container-wrapper--timeline .swiper-slide .title {
  font-size: 18px;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}

#Networks .swiper-container-wrapper--timeline .swiper-slide-active .title {
  opacity: 1;
}

#Networks .swiper-container-wrapper--timeline .swiper-pagination-progressbar {
  position: relative;
  margin-bottom: 70px;
  background-color: #f2f2f2;
  height: 1px;
  border-top: 1px dashed #888;
}

#Networks .swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
  position: absolute;
  background-color: #f2f2f2;
  height: 40px;
  top: 0;
  border-top: 2px solid #395bb996;
  width: 100%;
  z-index: 99;
}

#Networks .swiper-container-wrapper--timeline .swiper-pagination-custom:after {
  position: absolute;
  border-bottom: 2px solid #888;
  border-style: dashed;
  top: -19px;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
  height: 4px;
  border-bottom: 2px solid red;
  /* top: 2px; */
  border-style: dashed;
}

#Networks .swiper-container-wrapper--timeline .swiper-pagination-custom {
  position: relative;
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  line-height: 1.66;
  bottom: 0;
  z-index: 11;
  width: 75%;
  display: flex;
}

#Networks .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: block;
}

#Networks .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
  position: absolute;
  font-weight: 400;
  right: 0;
  transform: translateX(50%);
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  cursor: pointer;
  z-index: 1;
  top: 30px;
}

#Networks .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title svg {
  opacity: 0;
}

#Networks .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
  position: absolute;
  /* top: calc(100% + 19px); */
  top: calc(100% - 19px);
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  width: 10px;
  height: 10px;
  background: #395bb996;
  border-radius: 2rem;
  content: "";
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  /* z-index: 1; */
  z-index: -1;
}

#Networks .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
  font-weight: 400;
  transition-delay: 0.4s;
}

#Networks .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title svg {
  transition-delay: 0.4s;
  opacity: 1;
}

#Networks .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
  transition-delay: 0.4s;
}

#Networks .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active~.swiper-pagination-switch .switch-title {
  color: #888;
  font-weight: 16px;
}

#Networks .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active~.swiper-pagination-switch .switch-title:after {
  background: #395bb996;
}

#Networks .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: transparent;
  right: 0%;
  top: -3px;
  transform-origin: right top;
}

#Networks .swiper-pagination-bullet {
  display: none;
}

.placeholder\:text-\[\#4e5169\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(78 81 105 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#4e5169\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(78 81 105 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

:is([dir="ltr"] .ltr\:-left-1\/3) {
  left: -33.333333%;
}

:is([dir="ltr"] .ltr\:-left-12) {
  left: -3rem;
}

:is([dir="ltr"] .ltr\:left-0) {
  left: 0px;
}

:is([dir="ltr"] .ltr\:flex) {
  display: flex;
}

:is([dir="ltr"] .ltr\:hidden) {
  display: none;
}

:is([dir="rtl"] .rtl\:-right-1\/3) {
  right: -33.333333%;
}

:is([dir="rtl"] .rtl\:right-0) {
  right: 0px;
}

:is([dir="rtl"] .rtl\:right-\[-30\%\]) {
  right: -30%;
}

:is([dir="rtl"] .rtl\:flex) {
  display: flex;
}

:is([dir="rtl"] .rtl\:hidden) {
  display: none;
}

@media (min-width: 768px) {
  .md\:max-w-md {
    max-width: 28rem;
  }
}

@media (min-width: 1024px) {
  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[110px\] {
    height: 110px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:text-2xl {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-\[100px\] {
    font-size: 100px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-xl {
    font-size: 1.1rem;
    line-height: 1.75rem;
  }

  .lg\:leading-\[53px\] {
    line-height: 53px;
  }

  :is([dir="ltr"] .lg\:ltr\:-left-\[50px\]) {
    left: -50px;
  }

  :is([dir="rtl"] .lg\:rtl\:-right-1\/4) {
    right: -25%;
  }
}

/* ================= */
footer .go-up {
  position: fixed;
  width: 38px;
  height: 38px;
  background-color: #284fb3;
  right: -40px;
  bottom: 55px;
  padding: 6px 4px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: 0.3s;
  cursor: pointer;
  z-index: 5000;
}

footer .go-up span {}

footer .go-up span svg {
  margin-bottom: 2px;
  fill: #fff;
  width: 27px;
}

footer .go-up.show {
  right: 15px;
  font-size: 18px;
}

::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background-color: #23184c;
}

::-webkit-scrollbar-thumb {
  background-color: #284fb3;
  border-radius: 4px;
}
