﻿/*-----------------------------------------------------------------------------------*/
/*  FONTS
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: "Interface";
  src: url('../font/if_corp_rg-webfont.woff2') format('woff2'),
       url('../font/if_corp_rg-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Interface";
  src: url('../font/if_corp_bd-webfont.woff2') format('woff2'),
       url('../font/if_corp_bd-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Interface";
  src: url('../font/if_corp_xbd-webfont.woff2') format('woff2'),
       url('../font/if_corp_xbd-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Interface";
  src: url('../font/if_corp_it-webfont.woff2') format.s('woff2'),
       url('../font/if_corp_it-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/*-----------------------------------------------------------------------------------*/
/*  BASE CLASSES
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
  background-color: #333;
}
::-webkit-scrollbar-thumb {
  background-color: #e40539;
}
html, body {
  max-width: 100%;
}
body {
  font-family: Arial,Arial,sans-serif;
  font-size: 1.1rem;
  background-color: #f1f1f1;
  color: #222;
  background-image: linear-gradient(180deg,#ecedf3 0%,#ffffff 100%);
}
#main {
  background-color: #f1f1f1;
  position: relative;
  z-index: 10;
}
input, select {
  font-size: inherit;
  padding: 5px;
  border: none;
  border-radius: 3px;
}
input:focus {
  outline-color: #e40539;
}
::placeholder {
  color: #ccc;
  font-size: 12px;
  font-weight: 400;
}
header {
  background-color: #fff;
  background-image : url('../image/aviator-background.webp');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
a {
  color: #e50539;
  text-decoration: none;
}
a:hover {
 color: #e92150;
 cursor: pointer;
}
a:focus {
  color: #ccc;
}
hr {
  margin-top: 0;
  margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6, .lead {
  font-family: 'Interface',Arial,sans-serif;
  color: #212529;
  font-weight: 700;
  word-spacing: normal;
}
.divider {
  border-color: #e50539;
  border-bottom-width: 1px;
  border-style: solid;
  margin: 0 0 30px 0;
  width: 200px;
  display: block;
  max-width: 100%;
}
.divide {
  border-color: #ecedf3;
  border-bottom-width: 0;
  border-style: solid;
  margin: 0 0 25px 0;
  width: 200px;
  display: block;
  max-width: 95%;
}
.no-overflow {
  overflow: hidden;
}
.gblock {
  background-color: #ececec;
  border: 1px solid #c8c8c8;
  padding: 15px;
  margin: 0 0 15px;
  color: #333;
}
.gblock .solid-btn {
  margin-top: 15px;
  margin-left: 0;
}
.app-left {
  padding-right: 0;
}
.app-mid {
  padding: 0 6px 0 6px;
}
.app-right {
  padding-left: 0;
}
.mid {
  color: #fff !important;
  background-image : url('../image/aviator-background.webp');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 2% 0;
}
.mid h2 {
  color: #fff;
}
.mid-grey {
  background-color: #ecedf3;
  padding: 2% 0;
}
.box {
  background: #fff;
  box-shadow: 0 1rem 3rem #0000002d;
  border-radius: 20px;
  width: 100%;
  overflow: auto;
}
.icon-box-g, .icon-box-w {
  color: #212529;
  font-size: 0.9rem;
  background: linear-gradient(
      20deg,
      var(--c1, #ddd),
      var(--c2, #efefef) 51%,
      var(--c1, #ddd)
    )
    var(--x, 0) / 200%;
  box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
  border-radius: 5px;
  transition: 0.5s;
}
.icon-box-g:hover {
  background: #00a826;
  color: #fff;
}
.icon-box-w:hover {
  --x: 100%;
  color: #333;
}
.page-offer {
  font-family: 'Interface',Arial,sans-serif;
  display: block;
  z-index: 100;
}
.page-offer p {
  font-size: 1.3rem;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -1px;
}
.page-offer .heading {
  font-size: 2.5rem;
}
/*-----------------------------------------------------------------------------------*/
/*  COOKIE ALERT CLASSES
/*-----------------------------------------------------------------------------------*/
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  background: #212327;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  padding: 5px 0;
}
.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}
.cookiealert a {
  text-decoration: underline
}
.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}
/*-----------------------------------------------------------------------------------*/
/*  HEADER CLASSES
/*-----------------------------------------------------------------------------------*/
.logo-bar {
  font-family: 'Interface',Arial,sans-serif;
  background: transparent;
  background-repeat: no-repeat;
  border-radius: 0;
  padding: 20px 0;
  margin-bottom: 0;
}
.logo-bar i {
  font-size: 1.7rem;
  color: #fff;
}
.logo {
  max-width: 150px;
}
#fadein {
  display: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.secondary-head {
  background-color: #222;
  padding: 15px 0;
  margin-bottom: 40px;
}
.secondary-head h1 {
  color: #fff !important;
  text-align: left;
}
.banner {
  position: relative;
  padding: 3% 0;
}
.plane {
  margin-top: -45%;
  position: absolute;
  animation: moveUpDown 3s ease-in-out infinite;
}
.cloud {
  margin-top: -25%;
  position: absolute;
  animation: moveUpDown 5s ease-in-out infinite;
}
@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0); /* Starts and ends at original position */
  }
  50% {
    transform: translateY(-20px); /* Moves element 20px down at the midpoint */
  }
}
.cloud-2 {
  opacity: 0.3;
}
.post-banner-left {
  background: linear-gradient(85deg, #f1f1f1 50%, transparent 51%);
  background: -moz-linear-gradient(85deg, #f1f1f1 50%, transparent 51%);
  background: -webkit-linear-gradient(85deg, #f1f1f1 50%, transparent 51%);
  height: 85px;
  position: relative;
}
.post-banner-right {
  background: linear-gradient(95deg, #f1f1f1 50%, transparent 51%);
  background: -moz-linear-gradient(95deg, #f1f1f1 50%, transparent 51%);
  background: -webkit-linear-gradient(95deg, #f1f1f1 50%, transparent 51%);
  height: 85px;
  position: relative;
}
.inner .post-banner-left {
  background: linear-gradient(85deg, #222 50%, transparent 51%);
  background: -moz-linear-gradient(85deg, #222 50%, transparent 51%);
  background: -webkit-linear-gradient(85deg, #222 50%, transparent 51%);
}
.inner .post-banner-right {
  background: linear-gradient(95deg, #222 50%, transparent 51%);
  background: -moz-linear-gradient(95deg, #222 50%, transparent 51%);
  background: -webkit-linear-gradient(95deg, #222 50%, transparent 51%);
}
/*-----------------------------------------------------------------------------------*/
/*  NAVBAR CLASSES
/*-----------------------------------------------------------------------------------*/
.navbar {
  background-color: #e50539;
  padding: 0;
  border-radius: 25px;
  box-shadow: 0 10px 10px rgba(0,0,0,.5);
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin: 8px 0;
  background-color: transparent;
  background-image: none;
  border: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  margin-bottom: 5px;
  box-shadow: 0 10px 10px rgba(0,0,0,.5);
}
/*-----------------------------------------------------------------------------------*/
/*  CSS MENU CLASSES
/*-----------------------------------------------------------------------------------*/
#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 598;
  width: 100%;
  bottom: 0;
  left: 0;
  margin-top: 0;
  text-transform: none;
  overflow: hidden;
  min-width: 190px;
  box-shadow: 0 10px 10px rgba(0,0,0,.5);
}
#cssmenu ul ul li {
  display: list-item;
  float: none;
  position: relative;
  -webkit-transition: height .25s ease;
  -moz-transition: height .25s ease;
  transition: height .25s ease;
}
#cssmenu ul ul ul {
  top: 0;
  margin-left: 100%;
  left: 190px;
  width: 190px;
  border-top: 0 none;
}
#cssmenu ul li:hover > ul {
  display: block;
  max-height: 400px;
  height: fit-content;
  background-color: #e40539;
  padding: 0 5px 0;
  border-radius: 0 0 20px 20px;
  width: 280px;
  z-index: 11;
}
/* Custom CSS Styles */
#cssmenu > ul {
  *display: inline-block;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu ul ul li:first-child > a {
  border-top: none;
}
#cssmenu ul ul li:hover > a {
  background: #000;
  color: #fff;
}
#cssmenu ul ul li:last-child > a {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cssmenu ul ul li:last-child:hover > a {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
#cssmenu ul li.has-sub > a:after {
  content: '+';
  margin-left: 5px;
}
#cssmenu ul li.last ul {
  left: auto;
  right: 0;
}
#cssmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
/*-----------------------------------------------------------------------------------*/
/*  RESPONSIVE CSS MENU CLASSES
/*-----------------------------------------------------------------------------------*/
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: 'Interface',Arial,sans-serif;
  font-weight: 700;
  background: transparent;
}
#cssmenu > ul > li {
  float: left;
  margin: 0;
}
#cssmenu > ul > li > a {
  padding: 15px 15px 11px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background-image: linear-gradient(#fff, #fff);
  background-size: 0% 0.1em;
  background-position-y: 100%;
  background-position-x: 50%;
  background-repeat: no-repeat;
  transition: background-size .25s ease-in-out;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
  color: #fff;
  background-color: transparent;
  background-size: 70% 0.12em;
  text-shadow: none;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
  -webkit-transition: background .25s ease;
  -moz-transition: background .25s ease;
  transition: background .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:after, #cssmenu > ul > li.has-sub > a:hover:after {
  background: #fff;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu ul > li.has-sub:hover > a:before, #cssmenu ul > li.has-sub > a:hover:before {
  top: 23px;
  height: 0;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu li:hover > ul > li {
  height: auto;
}
#cssmenu ul ul li a {
  padding: 11px 15px;
  margin: 5px 0;
  font-size: 1.2rem;
  text-decoration: none;
  color: #f1f1f9;
  background-color: #222;
  border-radius: 20px;
  font-weight: 600;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
  border-bottom: 0;
} 
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
  color: #fff;
}
#cssmenu ul ul li.has-sub > a:after {
  top: 24px;
  right: 11px;
  background: #dddddd;
}
#cssmenu ul ul > li.has-sub:hover > a:after, #cssmenu ul ul > li.has-sub > a:hover:after {
  background: #ffffff;
} 
#cssmenu ul ul li.has-sub > a:before {
  top: 13px;
  right: 14px;
  background: #dddddd;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
/*-----------------------------------------------------------------------------------*/
/*  SIDEBAR
/*-----------------------------------------------------------------------------------*/
#sidebar {
  margin-bottom: 40px;
}
.headerBar {
  background: #e40539;
  border-radius: 25px;
  padding: 10px 15px;
}
.headerBar h3 {
  color: #f1f1f9;
  margin-bottom: 0;
  line-height: 1;
}
.side-main {
  font-size: 1rem;
  padding: 10px;
  margin-bottom: 15px;
  transition: 0.3s;
  background-color: #222;
  border-radius: 35px;
}
.side-main .children li {
  list-style: inside;
}
.side-main a {
  color: #999;
  text-decoration: none;
}
.side-main a:hover {
  color:#e40539;
}
.side-main ul {
  padding-left: 0;
  list-style: none;
}
.side-main li {
  padding: 10px 0;
  border-bottom: 1px solid #333;
}
/*-----------------------------------------------------------------------------------*/
/*  MOBILE NAVIGATION CLASSES
/*-----------------------------------------------------------------------------------*/
.offcanvas {
  background-color: #232323;
}
.offcanvas-header {
  background-color: #000;
}
.offcanvas-body {
  background-color: #333;
  padding: 10px;
}
.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.side-logo {
  max-width: 150px;
}
.offcanvas-body #cssmenu > ul > li {
  width: 100%;
}
.offcanvas-body #cssmenu ul > li.has-sub > a:before, .offcanvas-body #cssmenu ul > li.has-sub > a:after {
  display: none;
}
.offcanvas-body #cssmenu ul > li.has-sub.active > a {
  border-radius: 25px 25px 0 0;
}
.sub-menu-toggle, #cssmenu ul > li.has-sub.active > .sub-menu-toggle {
  border-radius: 0 25px 0 0;
} 
.offcanvas-body #cssmenu > ul > li a {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 11px 15px;
  text-decoration: none;
  color: #f1f1f9;
  background-color: #101010;
  margin-bottom: 10px;
  border-bottom: 0;
  border-radius: 25px;
  box-shadow: 0 5px 5px rgba(0,0,0,.3);
}
.offcanvas-body #cssmenu li > ul > li {
  height: auto;
}
.offcanvas-body #cssmenu > ul > li:hover > a, .offcanvas-body #cssmenu > ul > li.active > a {
  background-image: linear-gradient(#e40539,#e40539);
  background-size: 100% 0.12em;
}
.offcanvas-body #cssmenu ul li.active > a, .offcanvas-body #cssmenu ul li:hover > a {
  color: #fff;
  background-color: #222;
  border: none;
}
.offcanvas-body #cssmenu > ul ul.show-submenu {
  background-color: #101010;
  padding: 5px 5px 1px 5px;
  margin-top: -10px;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 5px;
  border-radius: 25px;
}
.offcanvas-body #cssmenu .has-sub > ul > li > a {
  background-color: #222;
  box-shadow: none;
}
.offcanvas-body #cssmenu .has-sub > ul > li:hover > a {
  color: #fff;
  background-color: #333;
}
.offcanvas-body #cssmenu ul ul ul {
  margin-left: 0;
  left: 0;
  width: 100%;
}
.offcanvas-body #cssmenu.menu-main-menu-container ul li > ul {
  display: none;
}
.show-submenu {
  display: block !important;
}
.sub-menu-toggle {
  font-size: 1.2rem;
  color: #f1f1f9;
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  padding: 11px 15px;
  background-color: #222;
  border-radius: 0 20px 20px 0;
}
.side-verts {
  text-align: center;
}
.side-verts a {
  color: #fff;
}
.side-verts .lead {
  font-size: 1rem;
}
#mmenu {
  display: none;
  color: #fff;
  background-color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 0;
}
#mmenu a {
  color: #fff;
}
#mmenu .icon {
  font-size: 20px;
}
#mmenu .small {
  line-height: 1;
  font-size: .75em;
}
/*-----------------------------------------------------------------------------------*/
/*  BUTTON CLASSES
/*-----------------------------------------------------------------------------------*/
.outline-btn {
  font-family: 'Interface',Arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 30px;
  display: inline-block;
  transition: 0.3s;
}
.outline-btn:hover {
  background-color: #00c22d;
  color: #fff;
  text-decoration: none;
}
.solid-btn {
  font-family: 'Interface',Arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background-color: #e50539;
  color: #f1f1f9;
  border-radius: 25px;
  padding: 6px 30px;
  display: inline-block;
  transition: 0.3s;
}
.solid-btn:hover {
  background-color: #c30430;
  color: #fff;
  text-decoration: none;
}
.solid-btn.rev {
  background-color: #ccc;
  color: #222;
}
.solid-btn.rev:hover {
  background-color: #ddd;
}
/*-----------------------------------------------------------------------------------*/
/*  SLIDER
/*-----------------------------------------------------------------------------------*/
.message {
  font-family: 'Interface',Arial,sans-serif;
  display: block;
  z-index: 100;
}
.message .heading {
  font-size: 4.6rem;
}
.message p {
  color: #f1f1f9;
  font-size: 2.5rem;
  margin-bottom: 0;
  line-height: 1;
  text-shadow: 0 7px 7px rgba(0,0,0,.4);
}
.message p strong {
  color: #00a826;
}
.message .solid-btn {
  font-size: 1.6rem;
  font-weight: 800;
  box-shadow: 0 10px 10px rgba(0,0,0,.5);
  transition: all 0.2s;
}
.message .solid-btn:hover {
  box-shadow: 0 5px 5px rgba(0,0,0,.7);
}
p.red-text {
  color: #e50539;
}
.xbold {
  font-weight: 800;
}
.upcase {
  text-transform: uppercase;
}
.text-right {
  text-align: right;
}
/* Animation delays */
.row #one {
  animation-delay: .4s;
}
.row #two {
  animation-delay: .8s;
}
.row #three {
  animation-delay: 1.2s;
}
.row #four {
  animation-delay: 1.6s;
}08
.carousel-control-next, .carousel-control-prev {
  width: 5%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/*-----------------------------------------------------------------------------------*/
/*  Promo Overlay Modal
/*-----------------------------------------------------------------------------------*/
#promoModal .modal-content {
  background-color: transparent;
}
#promoModal .modal-header {
  background-color: transparent;
  border-bottom: none;
}
.closePromo {
  background-color: #000;
  border-radius: 50%;
  padding: 8px;
}
.modal.show {
  display: block !important;
  background-color: rgba(0,0,0,0.85);
}
/*-----------------------------------------------------------------------------------*/
/*  ACCORDION CLASSES
/*-----------------------------------------------------------------------------------*/
.accordion-collapse.show {
  background-color: #ecedf3;
}
.accordion-button {
  font-size: 1.3rem;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #e50539;
  box-shadow: 0 0 0 .25rem rgba(229,5,57,.25);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/*-----------------------------------------------------------------------------------*/
/*  FOOTER CLASSES
/*-----------------------------------------------------------------------------------*/
.widget-area {
  background-color: #333;
  color: #f1f1f9;
  padding: 40px 0;
}
.widget-area ul {
  padding-left: 0;
  list-style: none;
}
.widget-area a {
  color: #f1f1f9;
}
.widget-area a:hover {
  color: #fff;
}
.trust {
  background-color: #333;
  color: #fff;
  padding: 40px 0;
}
.trust a {
  color: #fff;
}
.app, .facebook, .twitter {
  max-width: 50px;
}
.ios-icon, .android-icon, .huawei-icon, .facebook, .twitter {
  display: inline-block;
}
footer {
  color: #999;
  background-color: #232323;
}
footer a {
  color: #fff;
}
.btm {
  color: #efefef;
  padding: 10px 0;
}
.btm p {
  margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/*  MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
/* ----- Navbar early Collapse ----- */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
      display: none !important;
  }
  .navbar-collapse.collapse.in {
      display: block !important;
  }
  /*.navbar-header .collapse, .navbar-toggle {
      display:block !important;
  }*/
  .navbar-header {
      float:none;
  }
}
@media screen and (min-width: 1800px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1655px !important;
  }
}
@media (max-width: 1200px) {
  .slider {
    max-height: 11rem;
  }
  .message .head-two {
    font-size: 3rem;
  }
  .offer .exc:after {
    margin-left: -3px;
  }
}
@media (max-width: 992px) {
  .navbar {
    display: none;
  }
  .message p {
    font-size: 1.5rem;
  }
  .message .heading {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .message p {
    font-size: 1.4rem;
  }
  .message .heading {
    font-size: 2.5rem;
  }
  footer {
    margin-bottom: 50px;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 70%;
  }
}
@media (max-width: 576px) {
  .plane {
    margin-top: -60%;
  }
  .cloud {
    margin-top: -30%;
  }
  .message {
    padding: 0 10px;
  }
}
@media (max-width: 414px) {
  .plane {
    margin-top: -60%;
  }
  .cloud {
    margin-top: -35%;
  }
}