/*!
Theme Name: AKA Logistics
Author: Isha Hasan
Author URI: https://www.ishahasan.com/
Description: Front-end Developer | Web/WordPress Developer
Text Domain: akalogistics
*/
:root {
  --primary-color: #233F8A;
  --title-color: #001D47;
  --text-color: #7B7B7B;
  --border-color: #DDDDDD;
}

/* -------------------------------------------
Fonts
------------------------------------------- */
/*--------------Poppins---------------*/
.poppins-thin {
  font-family: "Poppins", system-ui;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", system-ui;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", system-ui;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", system-ui;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", system-ui;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", system-ui;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", system-ui;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", system-ui;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", system-ui;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", system-ui;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", system-ui;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", system-ui;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", system-ui;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", system-ui;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", system-ui;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", system-ui;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", system-ui;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", system-ui;
  font-weight: 900;
  font-style: italic;
}

/* -------------------------------------------
Libraries 
------------------------------------------- */
/*--------------Normalize---------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------CSS Grid---------------*/
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 903px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1360px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

html {
  font-size: 18px;
  max-width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Poppins", sans-serif;
  background-color: #FFFFFF;
  color: var(--text-color);
  max-width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

*, *::after, *::before {
  box-sizing: border-box;
}

p {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-color);
}
p.white {
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  p {
    font-size: 0.9rem;
  }
}
p.small {
  font-size: 0.889rem;
}
p.large {
  font-size: 1.333rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: var(--title-color);
}

input:focus, textarea:focus, button:focus, select:focus, a:focus {
  outline: 0;
}

input::placeholder, textarea::placeholder {
  opacity: 0.4;
}

.page-section {
  padding: 8.333rem 0px;
  overflow: inherit;
}
@media screen and (max-width: 991px) {
  .page-section {
    padding: 5rem 0px;
  }
}

img {
  max-width: 100%;
  display: block;
}

h1 {
  font-weight: 400;
  font-size: 7.222rem;
  line-height: 1.3;
}
h1.white {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-weight: 400;
  font-size: 2.333rem;
  line-height: 1.2;
}
h2.white {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-weight: 400;
  font-size: 1.333rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--primary-color);
}
h3.white {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1rem;
  }
}

h4 {
  font-weight: 400;
  font-size: 1.333rem;
  line-height: 1.4;
}
h4.white {
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 1rem;
  }
}

.post-section h1 {
  font-size: 3rem;
}
.post-section img {
  display: block;
  margin: 2rem 0;
  border-radius: 10px;
}

/* -------------------------------------------
Header
------------------------------------------- */
.site-header {
  padding: 1.333rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11111;
  transition: all 0.4s ease 0s;
}
.site-header .header-content {
  background: rgba(35, 63, 138, 0.85);
  border-radius: 16px;
  padding: 1rem 1.333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease 0s;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .site-header .navigation-block {
    display: none;
  }
}
.site-header > .navigation-block {
  display: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .site-header > .navigation-block {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100vh;
    transform: translateX(-100%);
    transition: all 0.4s ease 0s;
  }
}
@media screen and (max-width: 767px) {
  .site-header > .navigation-block .cta-block {
    display: flex !important;
    justify-content: center;
    margin-top: 1rem;
  }
}
.site-header .main-navigation .menu {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .site-header .main-navigation .menu {
    flex-direction: column;
    padding-top: 200px;
  }
}
.site-header .main-navigation .menu li a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF !important;
}
@media screen and (max-width: 767px) {
  .site-header .main-navigation .menu li a {
    color: var(--title-color) !important;
  }
}
.site-header .main-navigation .menu li.current_page_item a {
  text-decoration: underline;
}
.site-header .site-branding {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .site-header .site-branding {
    position: relative;
  }
}
.site-header .site-branding img {
  width: 100%;
}
.site-header .cta-block {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .site-header .cta-block {
    display: none;
  }
}
.site-header .cta-block .number {
  display: flex;
  align-items: center;
  gap: 6px;
}
.site-header .menu-icon {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  width: 1.333rem;
  height: 1.333rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .site-header .menu-icon {
    display: flex;
  }
}
.site-header .menu-icon > div {
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  transition: all 0.4s ease 0s;
}
.site-header .menu-icon > div:nth-child(2) {
  width: 70%;
}
.site-header .menu-icon:hover > div:nth-child(2) {
  width: 100%;
}
.site-header .menu-icon.cross {
  position: relative;
}
.site-header .menu-icon.cross > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.site-header .menu-icon.cross > div:nth-child(2) {
  width: 0;
}
.site-header .menu-icon.cross > div:nth-child(1) {
  transform: rotate(45deg);
}
.site-header .menu-icon.cross > div:nth-child(3) {
  transform: rotate(-45deg);
}
.site-header.sticky-header {
  padding: 0;
}
.site-header.sticky-header .header-content {
  background: rgba(35, 63, 138, 0.95);
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .site-header.open > .navigation-block {
    transform: translateX(0);
  }
}

/* -------------------------------------------
Footer
------------------------------------------- */
.site-footer {
  padding: 1.333rem 0;
  background: #ECF1FF;
  border-top: 1px solid #C7D6FF;
}
.site-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .site-footer .container {
    flex-direction: column;
    justify-content: center;
    gap: 1.333rem;
  }
}
.site-footer .left {
  display: flex;
  align-items: center;
  gap: 0.889rem;
}
.site-footer .left img {
  display: block;
  width: 106px;
}
.site-footer .left .copy-right {
  padding: 4px 0 4px 0.889rem;
  border-left: 1px solid var(--border-color);
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: var(--text-color);
}
.site-footer .right {
  display: flex;
  align-items: center;
  gap: 0.889rem;
}
.site-footer .social-links {
  display: flex;
  align-items: center;
  gap: 0.889rem;
}
.site-footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.222rem;
  height: 2.222rem;
  background: rgba(35, 63, 138, 0.1);
  cursor: pointer;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.4s ease 0s;
}
.site-footer .social-links a svg {
  width: 1.333rem;
  height: 1.333rem;
}
.site-footer .social-links a:hover {
  background: rgba(35, 63, 138, 0.2);
  transform: scale(1.05);
}

/* -------------------------------------------
Pages
------------------------------------------- */
/*-------------- Home ---------------*/
.hero-section {
  height: 50vh;
  width: 100%;
  position: relative;
}
.hero-section .banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-section .content {
  position: absolute;
  z-index: 1;
  bottom: 1.778rem;
  left: 1.778rem;
  right: 1.778rem;
  margin: auto;
  text-align: center;
}
.hero-section .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(200.19deg, rgba(0, 0, 0, 0) 14.95%, #233F8A 79.23%);
  opacity: 0.6;
  z-index: 1;
}
.hero-section.home-hero-section {
  height: 100vh;
}
.hero-section.home-hero-section:hover video {
  display: block;
}

.why-us-section h2 {
  margin-bottom: 1.333rem;
}
.why-us-section .btn-block {
  display: flex;
  align-items: center;
  gap: 0.889rem;
  margin-top: 1.333rem;
}
@media screen and (max-width: 991px) {
  .why-us-section .btn-block {
    margin-bottom: 3rem;
  }
}
.why-us-section h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.why-us-section h3 svg {
  width: 1.778rem;
  height: 1.778rem;
}
.why-us-section .service-block .row > div:nth-child(1) .service, .why-us-section .service-block .row > div:nth-child(2) .service {
  margin-bottom: 1.778rem;
}
@media screen and (max-width: 991px) {
  .why-us-section .service-block .row > div:nth-child(3) .service {
    margin-bottom: 1.778rem;
  }
}
.why-us-section .service-block .head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.889rem;
}
.why-us-section .service-block .number {
  font-weight: 700;
  font-size: 4.444rem;
  line-height: 0.8;
  color: #233F8A;
  opacity: 0.35;
}

.work-with-us-section, .meet-team-section {
  background-color: var(--primary-color);
}
.work-with-us-section .row, .meet-team-section .row {
  align-items: center;
}
.work-with-us-section h2, .meet-team-section h2 {
  margin-bottom: 1.333rem;
}
.work-with-us-section .image-block img, .meet-team-section .image-block img {
  width: 100%;
  display: block;
}
.work-with-us-section .btn-block, .meet-team-section .btn-block {
  display: flex;
  align-items: center;
  gap: 0.889rem;
  margin-top: 1.333rem;
}
.work-with-us-section .content, .meet-team-section .content {
  width: 425px;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .work-with-us-section .content, .meet-team-section .content {
    padding: 1.333rem;
    width: unset;
  }
}

.meet-team-section .content {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .meet-team-section .content {
    margin-left: unset;
  }
}

.news-section .title-block {
  height: 30%;
  padding-bottom: 1.333rem;
}
@media screen and (max-width: 991px) {
  .news-section .title-block {
    height: auto;
  }
}
.news-section .title-block h2 {
  padding-bottom: 1.333rem;
}
.news-section a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 11;
}
.news-section .featured-news {
  height: 70%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .news-section .featured-news {
    height: auto;
  }
}
.news-section .featured-news .thumbnail {
  width: 100%;
  height: 100%;
}
.news-section .featured-news .content-block {
  position: absolute;
  width: 100%;
  padding: 1.333rem;
  bottom: 0;
  left: 0;
}
.news-section .featured-news .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(200.19deg, rgba(0, 0, 0, 0) 14.95%, #233F8A 79.23%);
  opacity: 0.6;
  border-radius: 10px;
}
.news-section h4 {
  margin-bottom: 0.889rem;
}
.news-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.news-section .news-block {
  display: flex;
  flex-direction: column;
  gap: 1.333rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .news-section .news-block {
    padding-top: 1.333rem;
  }
}
.news-section .news-block .news {
  width: 100%;
  display: flex;
  align-items: center;
}
.news-section .news-block .news .thumbnail, .news-section .news-block .news .content-block {
  width: 50%;
}
.news-section .news-block .news .thumbnail {
  height: 230px;
}
@media screen and (max-width: 991px) {
  .news-section .news-block .news .thumbnail {
    height: 160px;
  }
}
.news-section .news-block .news .content-block {
  padding-left: 1.333rem;
}

.contact-section h2 {
  margin-bottom: 1.333rem;
}
.contact-section .block {
  background: #FAFBFF;
  border: 1px solid #EEF1FA;
  border-radius: 5px;
  padding: 1.778rem;
}
.contact-section .block p {
  color: var(--title-color);
}
.contact-section .block .form-block {
  margin-top: 1rem;
}
.contact-section .bullets {
  margin-bottom: 1rem;
}
.contact-section .bullets .bullet {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact-section .bullets .bullet p {
  color: var(--title-color);
}
.contact-section .bullets .bullet span {
  width: 2.222rem;
  height: 2.222rem;
  border-radius: 50%;
  background: rgba(35, 63, 138, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.drive-with-us-section h2 {
  margin-bottom: 1.333rem;
}
.drive-with-us-section .block {
  margin-top: 2rem;
}
.drive-with-us-section .block .form-block {
  margin-top: 1rem;
}
.drive-with-us-section .block .section {
  padding: 1.778rem 0;
  border-bottom: 1px solid var(--border-color);
}
.drive-with-us-section .block .section:last-of-type {
  border-bottom: 0;
}
.drive-with-us-section .block .section h4 {
  margin-bottom: 1.333rem;
}

.news-list .blog-post {
  position: relative;
}
.news-list .blog-post .image {
  width: 100%;
  height: 300px;
}
.news-list .blog-post .image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}
.news-list .blog-post .content-block {
  padding-top: 1rem;
}
.news-list .blog-post .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  opacity: 0;
}

/* -------------------------------------------
widget
------------------------------------------- */
/*-------------- Button ---------------*/
.btn {
  padding: 12px 24px !important;
  border-radius: 4px !important;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.889rem;
  line-height: 1 !important;
  transition: all 0.4s ease 0s;
}
.btn.small {
  padding: 8px 16px;
}
.btn.white-btn {
  background: #FFFFFF;
  color: var(--primary-color);
}
.btn.primary-btn {
  background: var(--primary-color);
  color: #FFFFFF;
}
.btn.full-width {
  width: 100%;
}
.btn:active {
  transform: scale(0.96);
}

/*-------------- Link ---------------*/
.primary-link {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  text-decoration-line: underline;
  color: var(--title-color);
}
.primary-link.white {
  color: #FFFFFF;
}
.primary-link:visited {
  color: var(--title-color);
}
.primary-link:visited.white {
  color: #FFFFFF;
}

/*-------------- Form ---------------*/
.form-group {
  width: 100%;
  margin-bottom: 1.333rem;
}
.form-group label {
  font-weight: 400;
  font-size: 0.889rem;
  line-height: 1.2;
  color: var(--text-color);
}
.form-group label .red {
  color: red;
}
.form-group input, .form-group textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 12px 1.333rem;
  font-size: 1rem;
  line-height: 1.2;
  color: var(--text-color);
}
.form-group textarea {
  min-width: 100%;
  height: 150px;
  max-height: 200px;
}
.form-group.radio-group > p {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  .form-group.radio-group > p {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-group.radio-group > p br {
  display: none !important;
}
.form-group.radio-group > p .wpcf7-list-item, .form-group.radio-group > p .wpcf7-form-control {
  display: flex;
}
.form-group.radio-group > p .wpcf7-form-control {
  gap: 1rem;
}
.form-group.radio-group > p .wpcf7-list-item {
  gap: 3px;
}

/*# sourceMappingURL=style.css.map */
