@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@700;800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inria+Sans:wght@400;700&family=Inter:wght@500&display=swap");

* {
  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;
}

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

  -moz-box-sizing: border-box;

  box-sizing: border-box;
}

html {
  overflow-x: hidden;

  font-family: sans-serif;

  /* 1 */

  -ms-text-size-adjust: 100%;

  /* 2 */

  -webkit-text-size-adjust: 100%;

  /* 2 */
}

/**

 * Remove default margin.

 */

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* HTML5 display definitions

   ========================================================================== */

/**

 * Correct `block` display not defined for any HTML5 element in IE 8/9.

 * Correct `block` display not defined for `details` or `summary` in IE 10/11

 * and Firefox.

 * Correct `block` display not defined for `main` in IE 11.

 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**

 * 1. Correct `inline-block` display not defined in IE 8/9.

 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.

 */

audio,
canvas,
progress,
video {
  display: inline-block;

  /* 1 */

  vertical-align: baseline;

  /* 2 */
}

/**

 * Prevent modern browsers from displaying `audio` without controls.

 * Remove excess height in iOS 5 devices.

 */

audio:not([controls]) {
  display: none;

  height: 0;
}

/**

 * Address `[hidden]` styling not present in IE 8/9/10.

 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.

 */

[hidden],
template {
  display: none;
}

/* Links

   ========================================================================== */

/**

 * Remove the gray background color from active links in IE 10.

 */

a {
  background-color: transparent;
}

/**

 * Improve readability of focused elements when they are also in an

 * active/hover state.

 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics

   ========================================================================== */

/**

 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.

 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**

 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.

 */

b,
strong {
  font-weight: bold;
}

/**

 * Address styling not present in Safari and Chrome.

 */

dfn {
  font-style: italic;
}

/**

 * Address variable `h1` font-size and margin within `section` and `article`

 * contexts in Firefox 4+, Safari, and Chrome.

 */

h1 {
  font-size: 2em;

  margin: 0.67em 0;
}

/**

 * Address styling not present in IE 8/9.

 */

mark {
  background: #ff0;

  color: #000;
}

/**

 * Address inconsistent and variable font size in all browsers.

 */

small {
  font-size: 80%;
}

/**

 * Prevent `sub` and `sup` affecting `line-height` in all browsers.

 */

sub,
sup {
  font-size: 75%;

  line-height: 0;

  position: relative;

  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content

   ========================================================================== */

/**

 * Remove border when inside `a` element in IE 8/9/10.

 */

img {
  border: 0;
}

/**

 * Correct overflow not hidden in IE 9/10/11.

 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content

   ========================================================================== */

/**

 * Address margin not present in IE 8/9 and Safari.

 */

figure {
  margin: 1em 40px;
}

/**

 * Address differences between Firefox and other browsers.

 */

hr {
  box-sizing: content-box;

  height: 0;
}

/**

 * Contain overflow in all browsers.

 */

pre {
  overflow: auto;
}

/**

 * Address odd `em`-unit font size rendering in all browsers.

 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;

  font-size: 1em;
}

/* Forms

   ========================================================================== */

/**

 * Known limitation: by default, Chrome and Safari on OS X allow very limited

 * styling of `select`, unless a `border` property is set.

 */

/**

 * 1. Correct color not being inherited.

 *    Known issue: affects color of disabled elements.

 * 2. Correct font properties not being inherited.

 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.

 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;

  /* 1 */

  font: inherit;

  /* 2 */

  margin: 0;

  /* 3 */
}

/**

 * Address `overflow` set to `hidden` in IE 8/9/10/11.

 */

button {
  overflow: visible;
}

/**

 * Address inconsistent `text-transform` inheritance for `button` and `select`.

 * All other form control elements do not inherit `text-transform` values.

 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.

 * Correct `select` style inheritance in Firefox.

 */

button,
select {
  text-transform: none;
}

/**

 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`

 *    and `video` controls.

 * 2. Correct inability to style clickable `input` types in iOS.

 * 3. Improve usability and consistency of cursor style between image-type

 *    `input` and others.

 */

button,

html input[type="button"],

/* 1 */



input[type="reset"],

input[type="submit"] {
  -webkit-appearance: button;

  /* 2 */

  cursor: pointer;

  /* 3 */
}

/**

 * Re-set default cursor for disabled elements.

 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**

 * Remove inner padding and border in Firefox 4+.

 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;

  padding: 0;
}

/**

 * Address Firefox 4+ setting `line-height` on `input` using `!important` in

 * the UA stylesheet.

 */

input {
  line-height: normal;
}

/**

 * It's recommended that you don't attempt to style these elements.

 * Firefox's implementation doesn't respect box-sizing, padding, or width.

 *

 * 1. Address box sizing set to `content-box` in IE 8/9/10.

 * 2. Remove excess padding in IE 8/9/10.

 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;

  /* 1 */

  padding: 0;

  /* 2 */
}

/**

 * Fix the cursor style for Chrome's increment/decrement buttons. For certain

 * `font-size` values of the `input`, it causes the cursor style of the

 * decrement button to change from `default` to `text`.

 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**

 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.

 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.

 */

input[type="search"] {
  -webkit-appearance: textfield;

  /* 1 */

  box-sizing: content-box;

  /* 2 */
}

/**

 * Remove inner padding and search cancel button in Safari and Chrome on OS X.

 * Safari (but not Chrome) clips the cancel button when the search input has

 * padding (and `textfield` appearance).

 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**

 * Define consistent border, margin, and padding.

 */

fieldset {
  border: 1px solid #c0c0c0;

  margin: 0 2px;

  padding: 0.35em 0.625em 0.75em;
}

/**

 * 1. Correct `color` not being inherited in IE 8/9/10/11.

 * 2. Remove padding so people aren't caught out if they zero out fieldsets.

 */

legend {
  border: 0;

  /* 1 */

  padding: 0;

  /* 2 */
}

/**

 * Remove default vertical scrollbar in IE 8/9/10/11.

 */

textarea {
  overflow: auto;
}

/**

 * Don't inherit the `font-weight` (applied by a rule above).

 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.

 */

optgroup {
  font-weight: bold;
}

/* Tables

   ========================================================================== */

/**

 * Remove most spacing between table cells.

 */

table {
  border-collapse: collapse;

  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;

  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;

  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;

  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: none;

    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;

  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;

  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;

  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, 2000px, 0);

    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;

  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;

  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(-2000px, 0, 0);

    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;

  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;

  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(2000px, 0, 0);

    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;

  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;

  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

    -webkit-transform: translate3d(0, -2000px, 0);

    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;

  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);

    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);

    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);

    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);

    transform: perspective(400px);

    -webkit-animation-timing-function: ease-in;

    animation-timing-function: ease-in;
  }
}

::-moz-selection {
  background-color: #007d9d;

  color: #fff;

  text-shadow: none;
}

::selection {
  background-color: #007d9d;

  color: #fff;

  text-shadow: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;

  opacity: 1;

  color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;

  opacity: 1;

  color: #000;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;

  opacity: 1;

  color: #000;
}

body {
  margin: 0;

  padding: 0;

  font-size: 14px !important;

  overflow-x: hidden;

  font-family: "Roboto", sans-serif !important;
}

.container:after,
.container:before {
  content: " ";

  display: table;
}

.container:after {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
  margin: 0;

  padding: 0;
}

img {
  margin: 0;

  padding: 0;

  border: none;

  max-width: 100%;

  height: auto !important;

  display: block;
}

a,
button,
input {
  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

a {
  text-decoration: none !important;
}

/* Slider */

.slick-slider {
  position: relative;

  display: block;

  box-sizing: border-box;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  -webkit-touch-callout: none;

  -khtml-user-select: none;

  -ms-touch-action: pan-y;

  touch-action: pan-y;

  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;

  overflow: hidden;

  margin: 0;

  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;

  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

  -o-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;

  top: 0;

  left: 0;

  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;

  float: left;

  height: 100%;

  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**************global css end*******/

#prelodaer {
  position: fixed;

  width: 100%;

  height: 100%;

  background: #fff;

  top: 0;

  left: 0;

  z-index: 999;
}

#prelodaer img {
  top: 30%;

  position: absolute;

  /* transform: translateY(-50%); */

  left: 0;

  right: 0;

  margin: auto;

  text-align: center;

  animation: fly 2s linear infinite;
}

.container {
  position: relative;

  max-width: 1170px;

  margin: 0 auto;

  padding: 0 15px;

  width: 100% !important;
}

/*====================================== Start navigation ========================================*/

.nav_and_mail .nav_sec {
  width: 100%;

  /* float: left; */

  margin: 0;

  padding: 0;
}

.nav_and_mail .nav_sec ul {
  width: 100%;

  /* float: left; */

  margin: 0;

  padding: 0;

  text-align: left;

  display: flex;

  justify-content: end;
}

.nav_and_mail .nav_sec ul li {
  display: inline-block;

  vertical-align: middle;

  margin: 0;

  padding: 0;

  position: relative;
}

.nav_and_mail .nav_sec ul li a {
  padding: 7px 22px;
  display: block;
  color: #3c1a01;
  font-family: "Inria Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}
nav.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  /* right: 0px; */
  margin: auto;
  width: 0;
  height: 100%;
  content: ".";
  color: transparent;
  background: #3c1a01;
  visibility: none;
  opacity: 0;
  z-index: -1;
  border-radius: 30px;
}
nav.shift ul li a:hover:after,
.nav_and_mail .nav_sec ul li.active > a:after,
.nav_and_mail .nav_sec ul li.current-menu-item > a::after,
nav.shift ul li:hover a::after {
  opacity: 1;
  visibility: visible;
  w: 100%;
  width: 100%;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all 0.5s;
}
.nav_and_mail .nav_sec ul li ul li a:after {
  display: none;
}
/* .nav_and_mail .nav_sec ul li a:hover:after {
  opacity: 1;
  width: 100%;
  transition: 0.5s;
} */
/* .nav_and_mail .nav_sec ul li a:before {

  content: " ";

  height: 0px;

  width: 100%;

  background: transparent;

  position: absolute;

  bottom: 0;

  left: 0;

  transition: all 0.3s ease-in-out;

  z-index: -9;

} */

/* .nav_and_mail .nav_sec ul li:hover > a:before,

.nav_and_mail .nav_sec ul li.active > a:before,

.nav_and_mail .nav_sec ul li.current-menu-item > a:before {

  height: 100%;

  transition: all 0.3s ease-in-out;

  background: #0c2883;

} */

.nav_and_mail .nav_sec ul li:hover > a,
.nav_and_mail .nav_sec ul li.active > a,
.nav_and_mail .nav_sec ul li.current-menu-item > a {
  color: #fff;
}

.nav_and_mail .nav_sec ul li ul {
  width: 250px;
  background: transparent;
  position: absolute;
  top: 102%;
  left: 0;
  z-index: 999;
  display: none;
  /* border-radius: 8px; */
  border: 1px solid #3c1a01;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.nav_and_mail .nav_sec ul li ul li ul {
  left: 100%;

  width: 250px;

  background: #3c1a01;

  position: absolute;

  top: 0%;

  z-index: 999;

  display: none;
}

.nav_and_mail .nav_sec ul li:hover > ul {
  display: block;
}

/* .nav_and_mail .nav_sec ul li ul li:hover ul {

  display: block;

} */

.nav_and_mail .nav_sec ul li ul li {
  width: 100%;

  /* float: left; */

  margin: 0;

  padding: 0;
}

.nav_and_mail .nav_sec ul li ul li + li {
  border-top: 1px solid #3c1a01;
}

.nav_and_mail .nav_sec ul li ul li a {
  margin: 0;
  padding: 10px 10px;
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  /* border-bottom: 1px solid #4c373c; */
  background: #eecb29;
}

.nav_and_mail .nav_sec ul li ul li:last-child a {
  border-bottom: 0px solid #ccc;
}

/* .nav_and_mail .nav_sec ul li ul li a:hover {

  background: #ff0000;

} */

span.toggle-menu {
  display: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;

  margin: 0;
}

.nav_and_mail .nav_sec ul li ul li:hover a {
  color: #fff;
  background: #3c1a01;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}
.nav_and_mail .nav_sec ul li .arw-nav {
  width: 9px;
  height: 6px;
  position: absolute;
  right: 8px;
  top: 20px;
  z-index: 999;
  cursor: pointer;
  background: url(images/drop.png) no-repeat center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* background-size: 8px; */
}
.nav_and_mail .nav_sec ul li:hover .arw-nav {
  background: url(images/white-drop.png) no-repeat center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* background-size: 8px; */
}
.nav_and_mail .nav_sec ul li > ul li .arw-nav {
  width: 17px;

  height: 35px;

  position: absolute;

  right: 4px;

  top: 2px;

  z-index: 999;

  cursor: pointer;

  background: url(images/arw2.png) no-repeat center;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  background-size: 10px;
}

header {
  position: absolute;

  width: 100%;

  z-index: 9;

  margin-top: 17px;
}

.logout a {
  margin-left: 20px;

  color: #3c1a01;

  font-family: "Inria Sans", sans-serif;

  font-size: 18px;

  font-style: normal;

  font-weight: 400;
}

.logout a.header_btn {
  margin-left: 40px;
}

.logout {
  align-items: center;
}

a.blk-btn.header_btn {
  border-radius: 65px;
  /* border: 1px solid #ff0000; */
  min-width: auto;
  text-align: center;
  padding: 15px 31px;
  line-height: 1;
  /* background: #ff0000; */
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  /* line-height: 23.38px; */
  overflow: hidden;
  z-index: 1;
}

ul {
  padding: 0 !important;

  margin: 0 !important;
}

/* banner */

section.banner {
  background: #eecb29;

  padding-top: 126px;

  position: relative;

  z-index: 1;

  padding-bottom: 100px;
}

.slideph {
  position: relative;
}

.hm-absolute {
  position: absolute;

  right: -62px;

  bottom: -20px;

  /* animation: spin 15.5s linear 0s infinite normal; */
}

.slideph2 {
  position: relative;

  border-radius: 462px;

  border: 78px solid #eaa918;

  position: absolute;

  width: 462px;

  height: 462px;

  top: -34px;

  z-index: -1;

  left: 54px;

  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(234, 169, 23, 0.7);
  }

  5% {
    transform: scale(1.01);
  }

  15% {
    transform: scale(1);
  }

  70% {
    box-shadow: 0 0 0 50px rgba(234, 169, 23, 0);
  }

  100% {
    box-shadow: 0 0 0 100px rgba(234, 169, 23, 0);
  }
}

@keyframes spin {
  0% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/* @keyframes rotate {

  0% {

    transform: rotateX(0) rotateY(0) rotateZ(0);

  }

  100% {

    transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);

  }

} */

.bnrshape {
  position: absolute;

  right: 0;

  bottom: -1px;

  left: 0;

  z-index: 1;
}

.slidetxt {
  position: relative;
}

/* .slidetxt::after {
  position: absolute;

  background: url(./images/air.png);

  content: "";

  width: 158px;

  height: 127px;

  right: -69px;

  top: -53px;

  background-size: 100% 100%;

  animation: fly 2s linear infinite;
} */

@keyframes fly {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(8px);
  }

  100% {
    transform: translateY(0);
  }
}

.slide-icon {
  position: absolute;

  right: -47px;

  bottom: -10%;
}

/* .slidetxt::before {
  position: absolute;
  background: url(./images/air2.png);
  content: "";
  width: 100%;
  height: 273px;
  left: -72px;
  top: -21px;
  z-index: -1;
  background-size: 100% 100%;
  animation: fly 2s linear infinite;
} */
.svg-line {
  position: absolute;
  left: -76px;
  top: -38px;
  z-index: -1;
}
.slideph {
  position: relative;
  display: flex;
}
.im1 {
  position: absolute;
  left: 131px;
  top: 48px;
  width: 46%;
}
.airplane {
  position: absolute;
  right: 30px;
  top: -36px;
  background-size: 100% 100%;
  animation: fly 4s linear infinite;
}
.banner::before {
  position: absolute;

  background: url(./images/shp3.png);

  content: "";

  width: 33px;

  height: 46px;

  left: 26px;

  bottom: 181px;

  /* z-index: -1; */

  background-size: 100% 100%;

  animation: rotateY-anim 2s linear infinite;
}

@keyframes rotateY-anim {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(-360deg);
  }
}

.bnr-crcl {
  position: absolute;

  top: 0;

  left: 0;
}

.bnr-crcl.bnr-crcl2 {
  right: 0;

  left: auto;
}

a.blk-btn {
  border-radius: 65px;
  /* border: 1px solid #ff0000; */
  min-width: 165px;
  text-align: center;
  padding: 9px 40px;
  line-height: 1;
  /* background: #ff0000; */
  position: relative;
  z-index: 1;
  overflow: hidden;
}

a.blk-btn:after {
  height: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
a.blk-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff0000;
  border-radius: 10rem;
  z-index: -2;
}
a.blk-btn:hover:after {
  width: 100%;
}

/* a.blk-btn:hover {

  border-color: #000;

} */

a.blk-btn span {
  color: #fff;

  font-family: "Inria Sans", sans-serif;

  font-size: 18px;

  font-style: normal;

  font-weight: 700;

  line-height: 30px;
}

a.blk-btn.blk2 {
  background: transparent;

  border: 1px solid #3c1a01;
}
a.blk-btn.blk2:before {
  background-color: transparent;
}
.slidetxt h1 {
  color: #3c1a01;

  font-family: "Nunito", sans-serif;

  font-size: 60px;

  font-style: normal;

  font-weight: 800;

  line-height: 72px;

  margin-bottom: 40px;
}

.slidetxt h1 span {
  color: #fff;
}

.bnrbtn a {
  margin-right: 30px;
}

.banner_form {
  background: #fff6ce;

  padding: 70px;

  padding-right: 40px;

  border-radius: 100px;

  position: absolute;

  z-index: 1;

  margin-top: -5px;

  /* bottom: 0; */

  width: 100%;
}

.banner_form::before {
  position: absolute;

  background: url(./images/form-shp.png);

  content: "";

  width: 198px;

  height: 102px;

  left: -44px;

  top: -48px;

  /* z-index: -1; */

  background-size: 100% 100%;

  animation: hover2 2s ease-in-out infinite;
}

@keyframes hover2 {
  0% {
    transform: rotate(-5deg) translatey(0px);
  }

  50% {
    transform: rotate(-0deg) translatey(7px);
  }

  100% {
    transform: rotate(-5deg) translatey(0px);
  }
}

.banner_form input[type="submit"] {
  width: 165px;

  height: 48px;

  flex-shrink: 0;

  border-radius: 76px;

  background: #eaa918;

  border: 0;

  border-radius: 30px;

  color: #3c1a01;

  font-family: "Inria Sans", sans-serif;

  font-size: 18px;

  font-style: normal;

  font-weight: 700;

  line-height: 30px;
}

.banner_form_outer {
  padding-right: 180px;

  position: relative;
}

.seacrh-button {
  position: absolute;

  right: 13px;

  z-index: 1;

  top: 50%;

  transform: translateY(-50%);
}

.formtxt label {
  display: block;

  color: #1f3347;

  font-family: Nunito;

  font-size: 20px;

  font-style: normal;

  font-weight: 700;

  line-height: 30px;
}

.formtxt {
  border-right: 1px solid #eeb21e;

  height: 100%;

  text-align: center;
}

.formtxt input,
.formtxt select {
  color: #616161;

  font-family: "Inria Sans", sans-serif;

  font-size: 14px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  background: transparent;

  border: 0;

  text-align: center;

  height: 30px;

  appearance: none;

  width: auto;

  margin: auto;

  padding: 0 20px;
}

.formtxt input::placeholder {
  color: #616161 !important;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.banner_form .row {
  margin: 0;
}

.banner_form .row > * {
  padding: 0;
}

.banner_form .row > *:last-child .formtxt {
  border-right: 0px solid #eeb21e;
}

a.blk-btn.blk2 span {
  color: #3c1a01;
}

/* .subs_us_mail a.blk-btn:hover {

  background: #3c1a01;

  border-color: #3c1a01;

} */

/* a.blk-btn:hover span,

.subs_us_mail a.blk-btn:hover span {

  color: #fff;

} */

/* banner */
.slide-bg {
  position: absolute;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
  border-radius: 80px;
  top: 50%;
}
/* header.sticky {
  position: fixed;
  width: 100%;
  transition: all 0.4s ease;
  z-index: 999;
  animation: slideDown 0.35s ease-out;
  background: #eecb29;
  box-shadow: 0 8px 7px -8px #222121;
  padding: 17px 0;
  margin: 0;
} */
/*====================================== End navigation ========================================*/

/*====================================================== Responsive ========================================*/

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1366px) {
  .airplane {
    right: -40px;
    top: -42px;
  }
}

@media only screen and (max-width: 1199px) {
  .container {
    width: 100% !important;

    max-width: 1170px !important;
  }
}

@media only screen and (max-width: 1080px) {
}

@media only screen and (max-width: 1024px) {
  .nav_and_mail .nav_sec ul li a {
    font-size: 11.5px;

    padding: 15px 10px;
  }

  .nav_and_mail .nav_sec ul li .arw-nav {
    width: 17px;

    height: 35px;

    position: absolute;

    right: -3px;

    top: 6px;

    z-index: 999;

    cursor: pointer;

    background: url(images/arw2.png) no-repeat center;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

    background-size: 8px;
  }
}

@media only screen and (max-width: 991px) {
  /*========================== start mobile menu =================================*/

  /* span.toggle-menu img {

    float: left;

  } */

  .nav_and_mail .nav_sec ul {
    display: block;
  }

  .nav_and_mail .nav_sec ul li .arw-nav {
    width: 29px;

    height: 35px;

    right: 8px;

    top: 4px;

    z-index: 9;

    cursor: pointer;

    background: url(images/arw2.png) no-repeat center !important;

    background-size: 15px;

    position: absolute;
  }

  span.toggle-menu {
    width: auto;

    margin: 0;

    padding: 0;

    display: block;

    cursor: pointer;

    position: absolute;

    right: 0;
  }

  .nav_and_mail .nav_sec {
    width: 280px;

    height: 100%;

    position: fixed;

    z-index: 999;

    top: 0;

    right: -100%;

    padding: 70px 0 0;

    background: #000;

    display: block;

    -webkit-transition: all 0.8s ease-in-out;

    -moz-transition: all 0.8s ease-in-out;

    -o-transition: all 0.8s ease-in-out;

    transition: all 0.8s ease-in-out;
  }

  .nav_and_mail .nav_sec.slidein {
    right: 0;

    -webkit-transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

    -o-transition: all 0.5s ease-in-out;

    transition: all 0.5s ease-in-out;
  }

  .nav_and_mail .nav_sec .cls-btn {
    width: 32px;

    height: 32px;

    position: absolute;

    top: 15px;

    right: 15px;

    cursor: pointer;

    background: url(images/cross.png) no-repeat center;
  }

  .nav_and_mail .nav_sec ul {
    text-align: left;
  }

  .nav_and_mail .nav_sec ul > li {
    /* display: block; */

    padding-bottom: 0;

    width: 100%;

    /* float: left; */

    margin: 0;
  }

  .nav_and_mail .nav_sec ul > li + li {
    margin-left: 0;
  }

  .nav_and_mail .nav_sec ul > li a {
    color: #fff;

    padding: 11px 15px;

    font-size: 15px;

    border-radius: 0;
  }

  .nav_and_mail .nav_sec ul li a:before {
    display: none;
  }

  .nav_and_mail .nav_sec ul > li:hover > a,
  .nav_and_mail .nav_sec ul > li.active > a {
    background: #ff0000;

    color: #fff;
  }

  .nav_and_mail .nav_sec > ul > li > a:after,
  .nav_and_mail .nav_sec > ul > li > a:after {
    display: none;
  }

  .nav_and_mail .nav_sec img {
    display: inline-block;

    vertical-align: middle;
  }

  .nav_and_mail .nav_sec i {
    /* float: left; */

    font-style: normal;

    color: #fff;

    line-height: 30px;

    font-size: 21px;

    font-weight: 600;
  }

  .nav_and_mail .nav_sec ul > li:hover ul {
    display: none;
  }

  .nav_and_mail .nav_sec ul > li ul {
    width: 100%;

    background: #ff0000;

    position: static;

    top: 100%;

    left: 0;

    text-align: left;

    display: none;

    /* float: left; */

    border-radius: 0;

    padding: 0;
  }
  .nav_and_mail .nav_sec ul li ul li a {
    padding: 6px 35px;
    color: #fff;
  }
  .nav_and_mail .nav_sec ul ul > li:hover > a,
  .nav_and_mail .nav_sec ul ul > li.active > a {
    background: #1b72bf;
    color: #fff;
  }
  .nav_and_mail .nav_sec ul li ul li a {
    background: #000;
  }
  .nav_and_mail .nav_sec ul li .arw-nav.actv {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  header {
    padding: 20px;
  }
  .nav_and_mail .nav_sec ul li ul li ul {
    left: 0;
    width: 100%;
    top: 100%;
    position: static;
  }

  .nav_and_mail .nav_sec ul li > ul li .arw-nav {
    right: 13px;

    background-size: 13px;

    top: 1px;
  }

  /*========================================================================================*/
}

@media only screen and (max-width: 840px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 520px) {
}

@media only screen and (max-width: 420px) {
}