@import url('../fonts/stylesheet.css');
body {
    font-family: 'GT America Light', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300 !important;
    font-style: normal;
    color: #224;
    line-height: 1.1em;
}

h1,
h2,
h3 {
    font-family: 'GT America Condensed Light', 'GT America', Helvetica, Arial, sans-serif;
    font-weight: 300 !important;
    font-style: normal;
    color: #224;
    line-height: 1.1;
}

* {
    box-sizing: border-box;
}

.unstyled-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* .container-fluid{
    max-width:1440px;
    margin: auto;
} */


/* header */

header {
    background: #fff;
    box-shadow: 0 0 10px #d6d6d6;
    padding: 8px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    text-align: center;
    transition: all 0.5s;
}

.fixedHeader {
    transform: translateY(-35px);
}

.logo-container {
    transition: all 0.5s;
}

.fixedHeader .logo-container {
    transform: translateY(22px);
}

header .container img {
    width: 100%
}

.banner .container img {
    width: 100%
}


/*Nav*/

.navbar {
    display: flex;
    justify-content: center;
    padding: 10px 15px;
}

.navbar a {
    display: block;
    /* align-items: center; */
    margin-right: 0px;
    padding-left: 50px;
    padding-right: 50px;
    height: 5px;
}

.navbar a:hover {
    text-decoration: none;
}

.navbar a img {
    max-width: 25px;
    margin-right: 10px;
}

.navbar a p {
    color: #9d9cac;
    text-align: center;
}

.navbar .active p {
    color: #fff;
    text-align: center;
    /* #212342;*/
}

.navbar .active p:hover {
    color: #fff !important;
    /* #212342;*/
}


/* d20479  9d9cac  */

.navbar .icons_button li a{
    transition: all 0.3s ease-in;
}
.navbar .country-link a {
    border: #9d9cac 1px solid;
    border-radius: 50px;
    background-image: url(../images/nav/nav-icon-disable.png);
    background-position: left;
    background-repeat: no-repeat;
        background-size: 25px;
    padding: 25px 25px 25px 60px;
    height: 35px;
    background-position-x: 25px;
    margin-right: 25px;
    display: flex;
    align-items: center;
}

.navbar .country-link.active a, .navbar .country-link a:hover{
    background-image: url(../images/nav/nav-icon-enable.png);
}
.navbar .icons_button li.active a{
    cursor: default;
}
.navbar .icons_button li.active a, .navbar .icons_button li a:hover{
    border: #d20479 1px solid;
    background-color: #d20479;
}
.navbar .icons_button li a:hover p{
    color: white !important;
}

.navbar .airport-link a{
    border: #9d9cac 1px solid;
    border-radius: 50px;
    background-image: url(../images/nav/nav-icon-disable-1.png);
    background-position: left;
    background-repeat: no-repeat;
        background-size: 25px;
    padding: 25px 25px 25px 60px;
    height: 35px;
    background-position-x: 25px;
    margin-right: 25px;
    display: flex;
    align-items: center;
}

.navbar .airport-link.active a, .navbar .airport-link a:hover{
    background-image: url(../images/nav/nav-icon-enable-1.png);
}

.navbar .aircraft-link a{
    border: #9d9cac 1px solid;
    border-radius: 50px;
    background-image: url(../images/nav/nav-icon-disable-2.png);
    background-position: left;
    background-repeat: no-repeat;
        background-size: 25px;
    padding: 25px 25px 25px 60px;
    height: 35px;
    background-position-x: 25px;
    margin-right: 25px;
    display: flex;
    align-items: center;
}

.navbar .aircraft-link.active a, .navbar .aircraft-link a:hover{
    background-image: url(../images/nav/nav-icon-enable-2.png);
}


.navbar .market-link a{
    border: #9d9cac 1px solid;
    border-radius: 50px;
    background-image: url(../images/nav/nav-icon-disable-3.png);
    background-position: left;
    background-repeat: no-repeat;
        background-size: 25px;
    padding: 25px 25px 25px 60px;
    height: 35px;
    background-position-x: 25px;
    margin-right: 25px;
    display: flex;
    align-items: center;
}

.navbar .market-link.active a, .navbar .market-link a:hover{
    background-image: url(../images/nav/nav-icon-enable-3.png);
}


.navbar-inner {
    padding: 30px;
}


/* mobile navbar */

/* portrait mode */
@media all and (max-device-width: 480px) {
    .navbar a {
        padding-left: 16px;
        padding-right: 16px;
        line-height: 0.9em;
    }
    .navbar-inner {
        padding: 3px;
    }

    .navbar .airport-link {
        margin-right: 5px;
    }
    
}

/* landscape mode works for iphone*/
@media screen and (orientation:landscape)
and (min-device-width: 319px) 
and (max-device-width: 480px) {
    .navbar a {
        padding-left: 16px;
        padding-right: 16px;
        line-height: 0.9em;
    }
    .navbar-inner {
        padding: 3px;
    }

}

/* ipad portrait */
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
  .navbar a {
        padding-left: 30px;
        padding-right: 20px;
        
    }
    .navbar-inner {
        
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
  .navbar a {
        padding-left: 25px;
        padding-right: 25px;
    }
    .navbar-inner {
        padding: 3px;
    }
}

/* main-content-area */

.main-content-area {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f5f5f5;
    min-height: 100vh;
}

.page-heading {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.header-back-bth,
.header-back-bth:hover {
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

.page-header {
    padding-bottom: 15px;
}

.white-box {
    background: #fff;
    padding: 25px 15px;
    border: 1px solid #f5f5f5;
    margin-bottom: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
}

.chart-container {
    background: #fff;
    border-radius: 5px;
    margin: 5px 0;
    font-size: 11px;
}

.chart-inner {
    padding: 10px;
    /* background: #f2f2f2; */
}

.air-connectivity-row {
    align-items: stretch;
}

.air-connectivity-col {
    margin-bottom: 15px;
}

.air-connectivity-link {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.air-connectivity-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 991px) {
    .air-connectivity-image {
        object-fit: contain;
    }
}

.flag-flex {
    display: flex;
    align-items: center;
}

.flag-mini {
    width: 35px;
    margin: 0 15px 0 0;
}

.hoverable-table {
    padding: 0 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    overflow: hidden;
}

.hoverable-table tr {
    border-left: 3px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.hoverable-table tr td {
    border-color: #f2f2f2;
    vertical-align: middle;
}

.inter-connection td {
    height: 60px;
}

.hoverable-table tbody tr:hover {
    background: rgba(69, 97, 255, 0.3);
    /* border-left: 3px solid #00137f; */
    border-left: 3px solid #212342;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.hoverable-table thead th {
    border: none;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
}

.iframe-container iframe {
    margin-top: 15px;
    width: 100%;
}

.main-section-heading {
    padding: 5px 0;
    font-size: 17px;
}

h3.chart-title {
    font-size: 17px;
    padding: 10px 0;
    margin: 0;
}

.monthly-chart {
    height: 450px;
}

.activity-chart {
    height: 450px;
}

.activity-chart {
    /* width: 800px; */
}

.flag-img {
    display: inline-block;
    background-color: #f2f2f2;
    width: 40px;
    height: 22px;
    /* margin-right: 10px; */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.country-header {
    border-bottom: 1px solid #d2d4d8;
}

.header-text {
    color: #52596d;
    font-size: 18px;
}

.header-text b {
    color: #000;
}

.header-text .map-container {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin-right: 10px;
}

.header-text .map-container img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.download-btn {
    width: 100%;
    background: #212342;
    /* background: #00137f; */
    border: none;
    color: #fff;
    padding: 5px 50px;
    min-height: 50px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.download-btn img {
    width: 30px;
    position: relative;
    top: -5px;
}

.down-load-btn-container {
    text-align: center;
    padding: 40px 0;
}

.heading-container {
    border-bottom: 1px solid #d2d4d8;
}

.heading-text {
    color: #000000;
    font-size: 17px;
}

.heading-text b {
    color: #000;
}

.icon-holder {
    width: 100px;
    padding-right: 15px;
}

.icon img {
    max-width: 45px;
    max-height: 55px;
}

.icon-holder .icon {
    width: 80px;
    display: inline-flex;
    /* background-color: #00137f; */
    background-color: #212342;
    height: 80px;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
}

.icon-holder .icon p {
    color: white;
    font-size: 25px;
}

.icon-holder .icon.yellow-bg {
    /* background-color: #00137f; */
    background-color: #212342;
}

.icon-holder .icon.sky-blue-bg {
    /* background-color: #00137f; */
    background-color: #212342;
}

.icon-holder .icon.green-bg {
    /* background-color: #00137f; */
    background-color: #212342;
}

.icon-holder .icon.listing-red-bg {
    /* background-color: #00137f; */
    background-color: #212342;
}

.icon-holder .icon.light-red-bg {
    /* background-color: #00137f; */
    background-color: #212342;
}

.icon-holder .icon.opacity-purpel {
    /* background-color: #00137f; */
    background-color: #212342;
}

.icon-holder .icon.mid-purpel {
    /* background-color: #00137f; */
    background-color: #212342;
}

.feature-inner {
    display: flex;
    margin: 6px 0;
    max-width: 430px;
}

.details-holder {
    width: calc(100% - 100px);
}

.details-holder h3 {
    font-size: 34px;
}

.details-holder .numscroller {
    color: #000;
    font-size: 34px;
    margin: 0;
}

.details-holder p {
    margin-bottom: 0;
    color: #224;
    font-size: 14px;
    line-height: 1.5em;
}

.details-holder .numscroller.small {
    font-size: 20px;
    padding-bottom: 8px;
}


/* .feature-inner {
    margin: 20px 0;
} */

.blue-bg {
    background-color: #212342 !important;
}

.kn-f-block-inner {
    display: flex;
    align-items: center;
    color: #fff;
    /* background-color: #00137f; */
    background-color: #212342;
    padding: 15px;
    border-radius: 6px;
}

.light-purpel {
    /* background-color: #00137f !important; */
    background-color: #212342 !important;
}

.red-bg {
    background-color: #212342 !important;
    /* background-color: #00137f !important; */
}

.left-icon {
    width: 55px;
    height: 55px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    /* background-color: rgba(255, 255, 255, 0.3); */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.right-text {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.kn-f-block {
    padding: 10px;
    width: 50%;
}

.left-icon img {
    width: 45px;
    /* filter: invert(1); */
    height: auto;
}

.knf-container {
    display: flex;
    margin: 12px -10px 48px -10px;
}

.feature-innner {
    margin-bottom: 25px;
    margin-top: 20px;
}

.aviation-container {
    margin-top: 20px;
    position: relative;
}

.loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    align-items: flex-start;
}

.aircraft-counter .left-icon {
    width: 100px;
    height: 40px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.fleet-count {
    display: flex;
    margin-bottom: 5px;
}

.fleet-count>div {
    width: 50%;
    background: red;
    min-height: 100px;
    color: #fff;
    font-weight: 500;
    font-size: 28px;
}

.fleet-count .count-left {
    background-image: linear-gradient(white, #212342);
    /* background-image: linear-gradient(white, #00137f); */
    padding: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.fleet-count .count-right {
    background-image: linear-gradient(white, #a9a8a8);
    padding: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.fleet-figure-listing {
    display: flex;
    margin: 0 -10px;
}

.fleet-figure-listing li {
    width: 16.6%;
    position: relative;
    padding: 10px;
    padding-top: 40px;
}

.fleet-figure-listing li .fleet-icon {
    display: flex;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    justify-content: center;
}

.fleet-figure-listing li .fleet-icon img {
    width: 85px;
}

.grey-counter-bg {
    background: #a9a8a8;
}

.r-aircraft-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    padding: 8px;
    margin-right: 8px;
}

.r-aircraft-container p {
    color: black;
    font-size: 17px;
}

.kn-f-block-inner .right-text p.mb-0 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.reset-filter-btn {
    background: #d20479;
    /* background: #00137f; */
    color: #fff;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
}

.reset-filter-btn:focus {
    outline: none;
}

.filter-btn-container {
    margin: 10px 0;
}

.hoverable-table tr {
    cursor: pointer;
}

.custom-animated {
    visibility: visible;
    animation-duration: 0.8s;
    animation-name: fadeIn;
}

#map-iframe {
    height: 800px;
}

.map-chart {
    height: 450px;
}

.show-data tr.active {
    background-color: rgba(69, 97, 255, 0.3);
    border-left: 3px solid #00137f;
}


/*CSS AIRPORT*/

.header-airport {
    display: flex;
}

.header-airport img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-bottom: .5rem
}

.header-airport .header-airport-text {
    display: flex;
    align-items: center;
    margin: 0 0 .5rem 10px;
}

.header-airport .header-airport-text h1 {
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 10px 0 0;
}

.header-airport .header-airport-text h2 {
    font-size: 20px;
    color: #52596d;
    margin: 0;
    font-weight: 400;
}

.title-snapshots h4 {
    font-size: 20px;
}

.snapshots-map iframe {
    width: 100%;
    height: 330px;
}

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

.aircraft-activity h4 {
    /* color: #00137f; */
    color: #212342;
}

.aircraft-activity img {
    display: block;
    margin: 0 auto;
    max-width: 75%;
}

.fleet-figure-listing {
    justify-content: space-between;
}


/* CSS AIRCRAFT */

.manufacturer {
    display: flex;
    align-items: center;
}

.manufacturer img {
    width: 30px;
    margin-left: 10px;
}

.mt-9px {
    margin-top: 9px;
    margin-bottom: 0;
}

.aircraft-img img {
    max-width: 100%;
}

.header-white-box {
    display: flex;
}

.header-white-box h2 {
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 10px 0 0;
}

.header-white-box h3 {
    font-size: 20px;
    color: #52596d;
    margin: 0;
    font-weight: 400;
}

.header-white-box-text {
    display: flex;
    align-items: center;
    margin: 0 0 .5rem 10px;
}

.aircraft {
    margin-left: 0;
}

.header-white-box img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-bottom: .5rem;
}

.snapshots-aircraft {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-top: 15px;
}

.snapshots-airport {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px
}

.snapshots-airport p em {
    font-family: 'GT America Light', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300 !important;
    font-style: normal;
    color: #224;
    line-height: 1.1em;
}

.snapshots-description-airport {
    line-height: 1.5em;
}

.snapshots-airport a:nth-child(1) {
    margin-right: 20px;
}

.snapshots-aircraft a,
.snapshots-airport a {
    max-width: 180px;
}

.zoom-mini {
    overflow: hidden;
}

.zoom-mini img {
    max-width: 95%;
    transition: transform .5s ease;
}

.zoom-mini:hover img {
    transform: scale(1.3);
}


/*MENU LEFT*/

.menu-left-list {
    padding: 10px 0 0 10px;
    font-size: 13px;
}

.menu-left-list .menu-left-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.menu-left-list .menu-left-item a {
    color: #212342;
    transition: all .3s;
    text-transform: uppercase;
}

.menu-left-list .menu-left-item a:hover {
    color: #D01479;
    text-decoration: none;
    margin-left: 10px;
}

.menu-left-list .menu-left-item img {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 10px;
}

.airports-pairs tbody td:nth-child(1) {
    width: 445px;
}

.nav-responsive {
    padding: 10px;
    font-size: 13px;
    /* background: #212342; */
    background: #212342;
}

.nav-responsive p {
    color: white;
}

.nav-responsive .form-control {
    border: none;
    border-radius: 20px;
}

.nav-responsive .form-control:focus {
    box-shadow: 0 0 0 0.1rem #d01479;
}

@keyframes flipInXBounce {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.hoverable-table tr td p label {
    margin: 0;
    width: calc(100% - 40px);
    padding-left: 10px;
}

.loader_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 54px;
    font-size: 18px;
    font-weight: 500;
    color: #00137f;
}

.loader_holder img {
    padding-left: 36px;
}


/* ========================= 16-04 header-area ========================= */

ul li {
    list-style: none;
}

.header-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px 10px;
}

.site-header-right-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-right-nav {
    margin-right: -9px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header-right-item {
    margin-right: 9px;
    margin-left: 9px;
}

.header-right-link {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    display: block;
    transition: color .3s cubic-bezier(.165, .84, .44, 1);
    color: rgba(34, 34, 68, .75);
    line-height: 1.1764705882;
    text-decoration: none;
}

.header-right-link.is-active,
.header-right-link:hover {
    color: #d20479;
}

.header-bottom-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.main-menu {
    display: flex;
    align-items: center;
}

header a {
    text-decoration: none !important;
}

.header-login-btn {
    font-family: 'GT America Medium', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 5px 32px 8px;
    border: 2px solid rgba(34, 34, 68, .1);
    border-radius: 50px;
    /* color: #00137f; */
    color: #d20479;
    height: 40px;
    font-size: 1rem;
    margin-left: 15px;
    transition: 0.5s;
    background-color: transparent;
    cursor: pointer;
}

.header-login-btn:hover {
    /* background: #031165;
    color: #fff; */
    border-color: #d20479;
}

.header-join-btn {
    font-family: 'GT America Medium', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 5px 32px 8px;
    height: 40px;
    /* border: 2px solid #00137f; */
    border: 2px solid #d20479;
    border-radius: 50px;
    /* background-color: #00137f; */
    background-color: #d20479;
    color: #fff;
    font-size: 16px;
    margin-left: 15px;
    transition: 0.5s;
}

a.header-join-btn:hover {
    background: #ba126c;
    /* background: #031165; */
    color: #FFF !important;
    border-color: #ba126c;
}


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

nav ul {
    background: #fff;
    position: relative;
    margin: 0px;
    z-index: 6;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    font-family: 'GT America Light', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 10px 12px;
    display: block;
    transition: color .3s cubic-bezier(.165, .84, .44, 1);
    color: #224;
    font-size: 1.1rem;
    line-height: 1.3333333333;
    text-decoration: none;
}

nav ul li a:hover {
    color: #d20479
}

nav ul li:hover {
    background: #fff;
    color: #d20479;
}

nav ul ul {
    position: absolute;
    min-width: 220px;
    background: #fff;
    border: 1px solid #d0cccc;
    padding: 12px 9px;
    text-align: left;
    border-radius: 6px;
    margin-top: 8px;
    display: none;
}

nav ul ul::before {
    content: "";
    position: absolute;
    left: 55%;
    height: 0;
    width: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    -webkit-transform: translateX(-55%);
    transform: translateX(-55%);
    top: -7px;
    border-bottom: 7px solid #d0cccc;
    z-index: 11;
}

.menu1 li:last-child ul::before {
    left: 94%;
    -webkit-transform: translateX(-94%);
    transform: translateX(-94%);
}

.menu1 li:last-child ul {
    right: 0;
}

nav ul ul li {
    display: block;
    /* background: #f3f3f3; */
}

nav ul ul li a {
    padding: 8px 10px;
    display: block;
    font-size: 14px;
}

nav ul li:hover ul {
    display: block;
}

nav ul li i {
    color: #00137f;
    padding-left: 5px;
}

.sub_menu_link a i.fa-stop {
    color: #00137f;
    font-size: 5px;
    vertical-align: middle;
    margin-right: 0px;
    transition: 0.5s;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.sub_menu_link a i.fa-long-arrow-right {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    margin-left: -10px;
}

.sub_menu_link:hover i.fa-stop {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.sub_menu_link:hover i.fa-long-arrow-right {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 1;
    visibility: visible;
    margin-right: 10px;
}


/* =========== responsive ========== */

nav div {
    background: #fff;
    color: #000;
    font-size: 24px;
    padding: 0px;
    cursor: pointer;
    display: none;
}


/* ================== footer ================== */

footer {
    padding-top: 50px;
}

.site-footer {
    /* padding-top: 64px;
    padding-bottom: 90px; */
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-social {
    max-width: 280px;
    width: 100%;
}

.footer-social ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
    justify-content: flex-start;
    padding: 0px 0px 0px 10px;
}

.footer-social ul .footer-social-icon {
    margin-right: 15px;
}

.footer-social-icon a {
    height: 33px;
    width: 33px;
    line-height: 30px;
    display: block;
    position: relative;
    transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
    border: 2px solid #212342;
    text-align: center;
    border-radius: 50%;
    background-color: #212342;
}

.footer-social-icon a i {
    font-size: 15px;
    color: #fff;
}

.footer-social-icon a:hover {
    background-color: #fff;
    color: #212342;
}

.footer-social-icon a:hover i {
    /* background-color: #fff; */
    color: #212342;
}

.footer-menus {
    /* margin-right: 20px;
    margin-left: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 436px; */
}

.footer-menus .top-nav-link {
    font-family: 'GT America Light', Avenir, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    color: #224;
    font-size: 1.1rem;
    line-height: 1.2;
    text-decoration: none;
}

.footer-menus .top-nav-link:hover {
    color: #d20479;
}

.footer-newsletter-area {
    max-width: 435px;
    width: 100%;
}

.footer-newsletter {
    position: relative;
}

.footer-newsletter input {
    width: 100%;
    height: 48px;
    outline: none;
    border: 0;
    border-radius: 30px;
    background-color: #f8f8f9;
    border: 1px solid #f8f8f9;
    padding: 10px 20px;
    color: #000;
    font-size: 14px;
    padding-right: 115px;
}

.footer-newsletter input:focus {
    border: 1px solid #00137f;
}

.footer-newsletter-btn {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    padding: 11px 32px 11px;
    transition: background-color .3s cubic-bezier(.165, .84, .44, 1), color .3s cubic-bezier(.165, .84, .44, 1);
    border: 2px solid #00137f;
    border-radius: 50px;
    background-color: #00137f;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    cursor: pointer;
    transition: 0.5s;
}

.footer-newsletter-btn:focus {
    outline: none;
    border: 0px solid #00137f;
}

.footer-newsletter-btn:hover {
    background: #020c4a;
    color: #fff;
}

.footer-newsletter-area h3 {
    font-size: 27px;
    color: #224;
    font-weight: 400;
    padding-bottom: 28px;
}

.nav-d-none {
    display: none;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-copyright p {
    font-family: 'GT America Condensed Normal';
    font-weight: 400;
    font-style: normal;
    color: rgba(34, 34, 68, .4);
}

.footer-copyright-right {
    margin-left: 50px;
}

.footer-copyright-right li {
    display: inline-block;
    margin-left: 15px;
}

.footer-copyright-right li a {
    font-family: 'GT America Condensed Normal';
    font-weight: 400;
    font-style: normal;
    color: rgba(34, 34, 68, .4);
    transition: color .3s cubic-bezier(.165, .84, .44, 1);
    font-size: 16px;
    line-height: 1.25;
    text-decoration: none;
}

.footer-copyright-right li a:hover {
    color: #000;
    text-decoration: none;
}

.logo-container a img {
    width: 150px;
}

header .container,
footer .container {
    max-width: 1396px;
}

@media(max-width:576px) {
    .navbar-inner {
        padding: 0px; 
    }

    .navbar {
        padding: 0px; 
    }

    .navbar a {
        padding-left: 8px;
        padding-right: 8px;
    }
/*
    .nav {
        display: flex !important; 
       
    }

    .nav > li {
      flex: 1; 
      display: flex !important;
      justify-content: center; 
      align-items: center; 
      height: 50px;
    }

    .nav {flex-direction: column;} 
*/
}

/* ================== footer end ============== */

@media(max-width:1100px) {
    .logo-container a img {
        width: 130px;
    }
    /* for overlay body */
    .body_overlay {
        position: fixed;
        left: 0%;
        right: 0;
        display: none;
        bottom: 0;
        top: 0;
        background: rgba(27, 34, 59, 0.6);
        height: calc(100% + 50px);
        width: 100%;
        z-index: 1;
    }
    .black-transparent {
        display: block;
    }
    /* for overlay body end */
    nav {
        position: relative;
        z-index: 6;
        width: 100%;
    }
    nav div {
        display: block;
        text-align: right;
        position: absolute;
        right: 0;
        top: -32px;
    }
    nav ul {
        display: none;
        position: static;
        text-align: center;
        padding: 0px;
    }
    nav ul li {
        display: block;
        padding: 13px 0;
    }
    nav ul ul {
        position: static;
        border: 0px solid #d0cccc;
        padding: 1px 9px;
    }
    nav ul ul li {
        padding: 5px 0px;
    }
    .sub_menu_link a i {
        display: none;
    }
    .site-header-right-top {
        display: none;
    }
    .nav-d-none {
        display: block;
    }
    .header-area {
        display: block;
        text-align: left;
    }
    .main-menu {
        justify-content: flex-end;
    }
    .main-menu li a {
        padding: 0;
    }
    .main-menu .header-join-btn {
        padding: 5px 32px 8px;
    }
    .menu-d-block {
        display: block !important;
        border: 0px;
        text-align: center;
    }
    .menu-d-inline {
        display: inline-block;
    }
    nav ul ul::before {
        display: none;
    }
    nav ul ul li a {
        text-align: center;
    }
}


/* 20_04_2020 */

.custom-select-value,
.select-label {
    display: none;
}

.readmore-btn,
.readmore-btn:hover {
    background: #d20479;
    color: #fff;
    padding: 3px 10px;
    min-width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 33px;
    border-radius: 22px;
    text-decoration: none;
}

.onlymobile {
    display: none
}

a:hover {
    color: #d20479;
}

a {
    color: #d20479;
}

.navbar.container .navbar-inner ul li a:hover p {
    color: #d20479;
}


/* ========================= limited-version-panel ================== */

.limited-version-panel {
    padding-top: 20px;
}

.limited-version-panel-list {
    display: flex;
    align-items: flex-start;
}

.dotted-style {
    width: 8px;
    height: 8px;
    background: #3b454a;
    border-radius: 100%;
    margin-top: 5px;
    margin-right: 12px;
}

.details-holder {
    flex: 1;
}

.limited-pad {
    padding-left: 40px;
}

.limited-pad-secd {
    padding-left: 60px;
}

.limited-pad-third {
    padding-left: 80px;
}

.limited-pad-secd p {
    font-size: 13px;
}

.limited-pad-third p {
    font-size: 12px;
}

.limited-version-panel-list .details-holder p {
    padding-bottom: 10px;
}

.limited-pad-secd .dotted-style {
    width: 7px;
    height: 7px;
}

.limited-pad-third .dotted-style {
    width: 6px;
    height: 6px;
}

.insights-center-box {
    margin: 0 auto;
}


/* ========================= 27-04-2020 ================== */

.heading-container.mockup-img img {
    width: 100%;
    margin-top: 20px;
}


/* ========================= 27-04-2020 ================== */
h1.menu-left-title { 
    font-size: 1.2rem;
    font-weight: bold !important;
    border-bottom: #000 2px solid !important;
}
.menu-left-item-sm a { 
    color: #999;
}
.menu-left-item-sm {
    /* text-align: center; */
    margin-left: 20px;
    margin-bottom: 8px;
}

.tooltip-inner {
    text-align: left;
    max-width: 350px !important; 
}

.aviation-container .col-md-6 {
    height: 92px;
}
