html {
    scroll-behavior: smooth;
}


.news-detail_banner {
    width: 100%;
    min-height: 810px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
}

.news-detail_banner .inner_banner_contents {
    text-align: left;
}

.news-detail_banner .inner_banner_contents h1 {
    color: #fff;
    text-align: center;
}

.news-details-section {
    width: 100%;
    padding: 100px 0px 80px;
}

.news-details-section p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
}

.news-details-section img {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
}

.news-details-inner {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}

/*services*/

.services-first-section {
    width: 100%;
    min-height: 620px;
    background-color: #1b2c52;
    padding-top: 130px;
    position: relative;
    overflow: hidden;
}

.services-first-section h2 {
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    max-width: 1000px;
    font-weight: 600;
}

.services-second-section {
    width: 100%;
    margin-top: -230px;
    padding-bottom: 120px;
    /* background-color: #e9e9e9; */
    position: relative;
    z-index: 1;
}

.services-second-section ul {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.services-second-section ul li {
    list-style: none;
    width: 28%;
    text-align: center;
    overflow: hidden;
    margin-right: 8%;
    margin-bottom: 45px;
}

.services-second-section ul li:nth-child(3n) {
    margin-right: 0px;
}

.service-list-image {
    width: 100%;
    overflow: hidden;
}

.service-list-image img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-list-image:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.services-second-section ul li h3 {
    font-size: 24px;
    line-height: 35px;
    color: #000;
    text-transform: uppercase;
    padding-top: 10px;
    margin-bottom: 0px;
    font-weight: 900;
}


/*clients*/

.home_client_section.clients-first_section {
    padding: 100px 0;
}

.clients-second_section {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
}

.clients-listing {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
}

.clients-listing li {
    width: 33.3%;
    padding: 0px 35px;
    box-sizing: border-box;
    margin-bottom: 70px;
    text-align: center;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.clients-listing li img {
    max-width: 100%;
}

.clients-listing li::after {
    content: "";
    width: 2px;
    height: 100px;
    background-color: #f3f4f6;
    display: inline-block;
    transform: rotate(30deg);
    position: absolute;
    right: 5px;
    top: 0;
}

.clients-listing li:nth-child(3n)::after {
    display: none;
}


.about-management-section {
    width: 100%;
    padding: 100px 0px 110px;
}

.about-management-first {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}

.about-management-first-image {
    width: 40%;
}

.about-management-first-image img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-management-first-content {
    width: 60%;
    padding-left: 80px;
    box-sizing: border-box;
}

.about-management-first-content h2 {
    margin-bottom: 40px;
    font-weight: bold;
    color: #223662;
}

.about-management-first-content p {
    color: #000000;
}

.about-management-first-content h3 {
    margin-top: 30px;
    font-size: 30px;
    margin-bottom: 0px;
    color: #112246;
    font-weight: bold;
}

.about-management-first-content span {
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(27, 44, 83, .88);
    font-weight: 600;
}

.about-management-second-content {
    width: 100%;
    padding-top: 160px;
}

.about-management-second-content ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.team-image {
    overflow: hidden;
}

.about-management-second-content ul li {
    width: 50%;
    list-style: none;
    margin-bottom: 85px;
}

.about-management-second-content ul li .item {
    max-width: 360px;
    margin: auto;
}

.about-management-second-content ul li img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.about-management-second-content ul li:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.about-management-second-content ul li:nth-child(3n) {
    margin-right: 0px;
}

.about-management-second-content ul li h3 {
    text-transform: uppercase;
    margin-top: 25px;
    font-size: 30px;
    color: #223662;
    margin-bottom: 0px;
    font-weight: 600;
}

.about-management-second-content ul li span {
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(27, 44, 83, 0.80);
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 5px;
    display: block;
}

.about-management-second-content ul li p {
    color: rgba(0, 0, 0, 0.88);
    line-height: 22px;
}

.about-discription-section {
    width: 100%;
    height: auto;
    padding: 100px 0px 250px;
    background-color: #1b2c52;
}

.about-discription-section-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-discription-image {
    width: 40%;
}

.about-discription-image img {
    width: 100%;
}

.about-discription-content {
    width: 60%;
    padding-left: 105px;
    box-sizing: border-box;
}

.about-discription-content h2 {
    line-height: 40px;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 30px;
}

.about-discription-content p {
    color: rgba(255, 255, 255, .88);
}

.about-story-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #f7f9fc;
}

.about-story-image {
    width: 50%;
    min-height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-story-content {
    width: 50%;
    padding: 30px 0px;
    padding-left: 120px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-story-content .small_title {
    color: #1b2c53;
}

.about-story-content .main_title {
    line-height: 64px;
    margin-top: 25px;
    margin-bottom: 30px;
    font-weight: bold;
}

.about-values-section {
    padding: 200px 0px 100px;
    width: 100%;
}

.about-values-title {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.about-values-title p {
    color: #3d3d3d;
}

.about-values-title::after {
    content: "";
    width: 1px;
    height: 135px;
    background-color: #46708a;
    position: absolute;
    bottom: -170px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.about-values-slider {
    width: 100%;
    padding-top: 180px;
    overflow: hidden;
    padding-bottom: 50px;
}

.about-values-slider .owl-stage {
    display: flex;
    align-items: center;
}

.about-values-slider .owl-stage .owl-item:nth-child(2) {
    position: relative;
    bottom: -50px;

}

.about-values-slider .owl-stage .owl-item:nth-child(3) {
    position: relative;
    top: -20px;

}

.about-values-slider .owl-stage .owl-item:nth-child(4) {
    position: relative;
    top: -40px;
}

.about-values-slider .owl-stage .owl-item:nth-child(5) {
    position: relative;
    top: -60px;
}

.about-values-slider .owl-carousel .owl-stage-outer {
    overflow: initial;
}

.about-values-slider .item h5 {
    color: #223662;
    font-size: 30px;
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
}


/* ------------------------------------------------------------------------------- */

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-video-wrap video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
}

.bg-video-wrap .overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(14, 23, 41, 0.6);
    z-index: 2;
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    width: 100%;
    transform: translateY(-50%);
}

.overlay-content h2 {
    color: #fff;
    line-height: 1;
    margin-bottom: 35px;
}

.overlay-content .container {
    max-width: 1100px;
}

.leg {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
    row-gap: 15px;
    padding: 0 !important;
}

.leg .item {
    width: 18%;
    margin: 0 1%;
    position: relative;
}

.leg .item input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #ffff;
    text-transform: uppercase;
    border-radius: 0;
    padding: 5px 0 15px 50px;
    margin: 0;
    height: 45px !important;
    width: 100%;
}

.leg .item input.validationError {
    border-color: red !important;
}

.leg .item input::placeholder {
    color: #fff;
    opacity: 1;
}

.leg .item input:-ms-input-placeholder {
    color: #fff;
}

.leg .item input::-ms-input-placeholder {
    color: #fff;
}

.leg .item .take-off {
    background: url(../images/flight-icn1.png) no-repeat !important;
    background-position: top 5px left 0 !important;
}

.leg .item .landing {
    background: url(../images/flight-icn2.png) no-repeat !important;
    background-position: top 5px left 0 !important;
}

.leg .item .form-calender {
    background: url(../images/flight-icn3.png) no-repeat !important;
    background-position: top 5px left 0 !important;
}

.leg .item .form-time {
    background: url(../images/flight-icn4.png) no-repeat !important;
    background-position: top 5px left 0 !important;
}

.leg .item .passengers {
    background: url(../images/flight-icn5.png) no-repeat !important;
    background-position: top 5px left 0 !important;
}

.removeLeg {
    background: red;
    color: #fff;
    padding: 2px 10px;
    border-radius: 14px;
    cursor: pointer;
    transition: background .35s ease-in-out;
    position: relative;
    top: -12px;
}


.removeLeg:hover {
    background: #aa0404;
}

.exp_btn {
    width: 173px !important;
    height: 54px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 26px;
    transition: background .35s ease-in-out, border-color .35s ease-in-out;
    cursor: pointer;
}

.exp_btn:hover {
    border-color: #1b2c52;
    background: #1b2c52;
}

.overlay-content .controls {
    display: flex;
    margin-top: 55px;
    justify-content: flex-end;
}

.overlay-content .controls .float-left {
    margin-right: 25px;
}

[id^="suggesstion-"],
[id*="suggesstion-"] {
    position: absolute;
    z-index: 1;
}

[id^="suggesstion-"] ul,
[id*="suggesstion-"] ul {
    list-style: none;
    padding: 10px;
    /* height: 320px; */
    overflow: auto;
    background: #fff;
}

[id^="suggesstion-"] ul a,
[id*="suggesstion-"] ul a {
    font-size: 14px;
}

[id^="suggesstion-"] ul li,
[id*="suggesstion-"] ul li {
    padding: 5px 0;
    border-bottom: 1px solid #dddddd;
}

.confirmation {
    display: flex;
    margin: 0 -1%;
}

.confirmation+.confirmation {
    margin-top: 20px;
}

.confirmation .item {
    width: 48%;
    margin: 0 1%;
}

.confirmation .item p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
    position: initial !important;
}

.confirmation .item select {
    width: 100%;
    height: 52px;
    padding-left: 15px;
    background: #fff !important;
}

.confirmation .item textarea {
    width: 100%;
    padding: 20px;
}

.confirmation .item input {
    width: 100%;
    height: 52px;
    padding-left: 15px;
    border: 1px solid #fff;
}

.item-button {
    margin-left: 1%;
}

.confirmation:nth-child(3) .item {
    width: 100%;
}

.confirmation:nth-child(4) {
    display: flex;
    justify-content: flex-end;
}

.thankyou-text {
    border: 1px solid #fff;
    padding: 10px;
    margin-top: 20px;
    color: #fff;
    background: #1b2c52;
}

.confirmation .item input.is-invalid {
    border-bottom-color: red !important;
}

/* ------------------------------------------------------------------------------- */