:root {
    --primary-gradient: linear-gradient(90deg, #425B7D 0%, #1E2F3A 100%);
    --primary-text-color: #425B7D;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Cairo';
    line-height: 14px;
    font-size: 14px;
    font-weight: normal;
    background-color: #edebef;
    color: #5a5a5f;
    padding: 0;
    margin: 0;
}

.sticky-header {
    position: sticky;
    left: 0;
    top: 0;
    background-color: #edebef;
    z-index: 17;

}

.sticky-header.shadow {
    box-shadow: 0px 3px 13px -1px rgba(205, 189, 189, 0.75);
    -webkit-box-shadow: 0px 3px 13px -1px rgba(205, 189, 189, 0.75);
    -moz-box-shadow: 0px 3px 13px -1px rgba(205, 189, 189, 0.75);
}

.header-section {
    padding: 25px 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.navigation-wrapper {
    display: flex;
    align-items: center;
}

.nav-ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.nav-ul .nav-li {
    list-style-type: none;
    margin-left: 50px;
}

.nav-ul .nav-li a {
    font-weight: normal;
    font-size: 18px;
    color: #4b4b4e;
    text-decoration: none;
}

.book-btn {
    background: var(--primary-gradient);
    box-shadow:
        5px 5px 20px 0px #BABECC,
        -5px -5px 20px 0px #FFFFFF;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    padding: 14px 43px;
    color: #EDEBEF;
    border: 0;
    border-radius: 40px;
    line-height: 12px;
}

.book-btn-mob {
    background: var(--primary-gradient);
    box-shadow:
        5px 5px 20px 0px #BABECC,
        -5px -5px 20px 0px #FFFFFF;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    padding: 18px 33px;
    color: #EDEBEF;
    border: 0;
    border-radius: 40px;
    line-height: 12px;
}

.main-banner>img {
    max-width: 100%;
}

.hd-type1 {
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    color: var(--primary-text-color);
    margin-bottom: 40px;
}

.hd-type2 {
    font-weight: 800;
    font-size: 60px;
    line-height: 65px;
    color: var(--primary-text-color);
    margin-bottom: 40px;
}

.hd-type3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: var(--primary-text-color);
}

.hd-type4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: var(--primary-text-color);
}

.hd-type5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #7388A5;
}

.hd-type6 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #425B7D;
}

.hd-type7 {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #425B7D;
}

.content-type1 {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: #5A5A5F;
    margin: 0;
}

.content-type2 {
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #5A5A5F;
    margin: 0;
}

.content-type3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #5A5A5F;
    margin: 0;
}

.content-type4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #5A5A5F;
    margin: 0;
}

.content-type5 {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #5A5A5F;
    margin: 0;
}

.content-type6 {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #EDEBEF;
    margin: 0;
}

.content-type7 {
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #5A5A5F;
    margin: 0;
}

.marker {
    position: relative;
    padding-top: 16px;
}

.marker:after {
    content: '';
    background: url(../image/heading_mark.png);
    width: 76px;
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
}

.marker-2:after {
    content: '';
    background: url(../image/heading-mark-v2.png);
    width: 26px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.marker-2 {
    position: relative;
}

.content-type1 strong {
    font-weight: 700;
}

.main-banner {
    position: relative;
}

.main-banner .container {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section {}

.business-section .content-type1 {
    margin-bottom: 33px;
}

.business-section .hd-type2 {
    margin-bottom: 28px;
}

.business-info {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.business-cell {
    position: relative;
    padding: 3px 0px 5px 58px;
    margin-right: 60px;
}

.business-cell:last-child {
    margin-right: 0px;
}

.business-cell img {
    position: absolute;
    left: 0;
    top: 0;
}

.business-cell .hd-type3 {
    margin-bottom: 6px;
}

.Client-slider {
    margin-bottom: 113px;
    background-color: #DBDCEC;
}

.client_slider {
    overflow: hidden;
}

.Client-slider .slick-slide img {
    max-width: 100%;
    margin: auto;
}

.Client-slider .slick-track {
    display: flex;
    align-items: center;
    padding: 24px 0;
}

.Industries-item {
    box-shadow:
        -10px -10px 20px 0px #FFFFFF,
        10px 10px 20px 0px #D1D1D1;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 16px;
    min-height: 475px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-decoration: none;
    background: #EDEBEF;
    transition: all 1s;
}

.Industries-item:hover {
    background: var(--primary-gradient);
}

.Industries-item:hover .Industries-item-header svg path {
    fill: #EDEBEF;
}


.Industries-item:hover .hd-type4 {
    color: #EDEBEF;
}

.Industries-item:hover .content-type3 {
    color: #EDEBEF;
}

.Industries-header .hd-type2 {
    margin-right: 118px;
}

.Industries-item-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.Industries-item-content p.sub-hdg {
    margin-bottom: 24px;
}

.Industries-item-content .hd-type4 {
    margin-bottom: 3px;
}

.Industries-item-content {
    padding-right: 21px;
}

.Industries-section {
    margin-bottom: 113px;
}

.service-section .nav-tabs {
    border: 0;
    margin-bottom: 40px;
}

.service-section .nav-item {
    margin-right: 40px;
}

.service-section .nav-tabs .nav-link {
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #5A5A5F;
    border: 0;
    border-bottom: 3px solid transparent;
    padding: 0 0 8px 0;
}

.service-section .nav-tabs .nav-link.active {
    font-weight: 700;
    color: var(--primary-text-color);
    background-color: transparent;
    border: 0;
    border-bottom: 3px solid #425B7D;
}

.tab-item-box {
    border: 1px solid #94A1B2;
    border-radius: 16px;
    background-color: #EDEBEF;
    padding: 40px 24px;
    padding-right: 35px;
}

.tab-item-box .hd-type4 {
    margin-bottom: 5px;
}

.tab-icon {
    margin-bottom: 40px;
}

.tab-icon img {
    min-height: 80px;
}

.service-section {
    margin-bottom: 113px;
}

.content-frame {}

.folder-bg {
    background: url(../image/folder_bg.svg) top 0px right 50px;
    background-size: auto;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 100px;
    padding-right: 460px;

}

.closeout-features .hd-type2 {
    margin-bottom: 25px;
}

.closeout-features .content-type1 {
    margin-bottom: 30px;
}

.closeout-features-slider {}

.closeout-features-slider .feature-item {
    box-shadow:
        -10px -10px 20px 0px #FFFFFF,
        10px 10px 20px 0px #D1D1D1;
    padding: 40px 35px;
    box-sizing: border-box;
    border-radius: 16px;
    background: #EDEBEF;
    transition: all 1s;
    margin: 20px 10px;
    overflow: hidden;
    position: relative;
}

.feature-expand-content {
    min-height: 240px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: all .2s;
}

.feature-collapse-content {
    min-height: 240px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: all .7s;
}

.feature-collapse-content .hd-type4 {
    margin-bottom: 20px;
}

.closeout-features-slider .slick-track {
    left: -47px !important;
}

.closeout-slider {
    position: relative !important;
    overflow: visible;
    padding-right: 0;
}

.closeout-features-slider .slick-slide {
    background-color: transparent;
}

.feature-item .content-type4 {
    margin-bottom: 5px;
}

.feature-expand-content .feature-expnd {
    background: transparent;
    width: 24px;
    height: 24px;
    background: url(../image/expand_icn.png);
    background-position: center center;
    background-size: contain;
}

.feature-expnd,
.feature-collapse {
    background: transparent;
}

.feature-collapse-content {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: -10px;
    translate: 20px 4rem 150px;
}

.closeout-features-slider .feature-item.expand-content {
    background: var(--primary-gradient);
}

.expand-content .feature-collapse-content {
    pointer-events: inherit;
    opacity: 1;
    position: relative;
    top: 0;
    translate: none;
}

.closeout-features-slider .feature-item:hover {
    background: var(--primary-gradient);
}

.closeout-features-slider .feature-item:hover .feature-expand-content .content-type4 {
    color: #7388A5;
}

.closeout-features-slider .feature-item:hover .feature-expand-content .hd-type4 {
    color: #EDEBEF;
}

.closeout-features-slider .feature-item:hover .feature-expand-content svg path {
    fill: #EDEBEF;
}

.closeout-features-slider .feature-item:hover .feature-expand-content .feature-expnd {
    background: url(../image/expand_icn2.png);
}

.expand-content .feature-collapse-content .content-type4 {
    color: #7388A5;
}

.expand-content .feature-collapse-content .hd-type4 {
    color: #EDEBEF;
}

.expand-content .feature-collapse-content .content-type3 {
    color: #EDEBEF;
}

.expand-content .feature-expand-content {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: -100px;
}

.closeout-features-slider .slick-arrow {
    left: auto !important;

    background-color: transparent !important;
    top: auto !important;

    z-index: 9;
    width: 32px !important;
    height: 32px !important;
}

.closeout-features-slider .slick-arrow:before {
    display: none;
}

.closeout-features-slider .slick-prev {
    right: 151px !important;
    bottom: -50px;
    background: url(../image/arrow-left.png) center center !important;
    background-size: contain;
    background-repeat: no-repeat;
}


.closeout-features-slider .slick-next {
    right: 106px !important;
    bottom: -50px;
    background: url(../image/arrow-right.png) center center !important;
    background-size: contain;
    background-repeat: no-repeat;
}

.closeout-features {
    margin-bottom: 113px;
}

.flight_bg {
    padding-right: 620px;

}

.plane-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 694px;
    z-index: 14;
    opacity: 1;
    pointer-events: none;
}

#airops_section {
    position: relative;
    overflow-x: clip;
    margin-bottom: 62px;
}

.airops_banner {
    position: relative;
    background: var(--primary-gradient);
    margin-top: 113px;
}

.airops_banner_item {
    padding: 0 106px;
    position: sticky;
    top: 0;
    height: 100vh;
    font-weight: 800;
    font-size: 100px;
    letter-spacing: 20%;
    line-height: normal;
    color: #fff;
    z-index: 13;
    background: var(--primary-gradient);
}

.airops_banner_item span {}

.airops-feature-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    transform: scale(0.1);
    opacity: 0;

}


.airops-feature-item {
    padding: 40px 24px;
    border: 1px solid #94A1B2;
    border-radius: 16px;
    text-align: left;
    font-size: 0;
}

.airops_icn {
    margin-bottom: 30px;
}

.airops-feature-item .content-type3 {
    color: #EDEBEF;
}

.airops-feature-item .hd-type5 {
    margin-bottom: 6px;
}

.airops_grid {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 40px;
    position: relative;
    text-align: center;
}

.sticky_airop_text {
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: #EDEBEF;
    padding: 40px 0;
    position: sticky;
    top: 0;
    left: 0;
    background: var(--primary-gradient);
    width: 100%;
    text-align: center;
    z-index: 20;
}

.link-type1 {
    font-weight: 700;
    font-size: 16px;
    color: #425B7D;
}

.link-type1:hover {
    color: #425B7D;
}

.partner-slider .slick-slide span {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #425B7D;
    box-shadow: -10px -10px 20px 0px #FFFFFF, 10px 10px 20px 0px #D1D1D1;
    padding: 8px 16px;
    margin: 8px;
    display: inline-block;
    border-radius: 20px;
    transition: all .2s;
    cursor: pointer;
    text-align: left;
}

/*.partner-slider .slick-slide span:hover {
    background: var(--primary-gradient);
    color: #EDEBEF;
}*/

.partner-slider .slick-slide {
    padding: 10px 7px;
    text-align: justify;
}

.slick-dots li {
    width: auto !important;
    height: auto !important;
}

.slick-dots li button {
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #5A5A5F !important;
    border-radius: 10px;
    font-size: 0 !important;
    transition: all .2s;
}

.slick-dots li button::before {
    display: none;
}

.slick-dots li.slick-active button {
    padding: 0 10px;
    border-color: #425B7D;
    background-color: #425B7D;
}

.partner-section {
    margin-bottom: 70px;
}

.contact-testimonial-section {
    background-color: #C2C9D2;
    overflow: hidden;
}

.contact-form {
    padding: 95px 97px 0 97px;
}

.contact-form input {
    border: 1px solid #94A1B2;
    border-radius: 8px;
    background-color: transparent;
    font-weight: normal;
    font-size: 16px;
    color: #5A5A5F;
}

.contact-form input:focus {
    background-color: transparent;
}

.contact-form textarea {
    border: 1px solid #94A1B2;
    border-radius: 8px;
    background-color: transparent;
    font-weight: normal;
    font-size: 16px;
    color: #5A5A5F;
    padding: 16px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.contact-form textarea:focus {
    background-color: transparent;
}

.contact-form label {
    font-weight: normal;
    font-size: 14px;
    color: #5A5A5F;
    position: relative;
    background-color: #C2C9D2;
    top: 6px;
    left: 10px;
    padding: 0 5px;
}

.contact-form .form-group {
    margin-bottom: 10px;
    margin-top: 0;
}

.contact-form .content-type5 {
    margin-bottom: 42px;
}

.contact-form .hd-type2 {
    margin-bottom: 30px;
}

.contact-form button {
    background: var(--primary-gradient);
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    border-radius: 30px;
    padding: 12px;
    text-align: center;
    color: #EDEBEF;
    width: 100%;
    border: 0;
}

.testimonial-slider .slick-slide {
    position: relative;
}

.testimonial-slider .slick-slide img {
    width: 100%;
}

.testimonial-slider .slick-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(28, 28, 30, 0.9), rgba(28, 28, 30, 0));
}

.testimonial-slider .slick-slide .testimonial-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 32px 24px;
}

.testimonial-author {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: #EDEBEF;
    margin-bottom: 8px;
}

.testimonial-author-desiganation {
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    color: #EDEBEF;
}

.testimonial-content .content-type6 {
    margin-bottom: 17px;
}

.testimonial-slider .slick-arrow {
    left: auto !important;

    background-color: transparent !important;
    top: auto !important;

    z-index: 9;
    width: 32px !important;
    height: 32px !important;
}

.testimonial-slider .slick-arrow:before {
    display: none;
}

.testimonial-slider .slick-prev {
    right: 83px !important;
    bottom: 18px;
    background: url(../image/arrow-left.png) center center !important;
    background-size: contain;
    background-repeat: no-repeat;
}


.testimonial-slider .slick-next {
    right: 36px !important;
    bottom: 18px;
    background: url(../image/arrow-right.png) center center !important;
    background-size: contain;
    background-repeat: no-repeat;
}

.testimonial-slider .slick-arrow.slick-disabled {
    filter: contrast(0);
    opacity: .2;
    pointer-events: none;
}

.contact-testimonial-section {
    margin-bottom: 70px;
}

.contact-section .hd-type7 a {
    color: #425B7D;
    text-decoration: none;
}

.contact-section .hd-type7.marker-2 {
    padding-bottom: 15px;

}

.contact-section .hd-type7 {
    margin-bottom: 25px;
}

.contact-info {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #5A5A5F;
}

.contact-section {
    margin-bottom: 70px;
}

.newsletter-section {
    padding: 34px 0;
    background: var(--primary-gradient);
    /*margin-bottom: 40px;*/
}

.newsletter-section .hd-type4 {
    color: #EDEBEF;
    margin-bottom: 15px;
}

.newsletter-section .newsletter-contant {
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #EDEBEF;
}

.newsletter-section .input-group {
    border-radius: 55px;
    overflow: hidden;
}

.newsletter-section .input-group input.form-control {
    padding: 19px;
    font-weight: normal;
    font-size: 14px;
    background-color: #475b70;
    border: 0;
    color: #EDEBEF;
}

.newsletter-section .input-group .btn {
    font-weight: 700;
    font-size: 12px;
    color: #425B7D;
    background-color: #EDEBEF;
    border: 0;
    padding: 10px 32px;
}

.footer-hd {
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    color: #425B7D;
    margin-bottom: 17px;
}

.footer-list {
    margin: 0;
    padding: 0;
}

.footer-list li {
    list-style-type: none;
}

.footer-list li a {
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 31px;
    color: #425B7D;
}

.footer-item {
    vertical-align: top;
    margin-right: 80px;
}

.footer-icons a {
    display: inline-block;
    margin-right: 30px;
}

.footer-section {
    padding-bottom: 30px;
    border-bottom: 1px solid #425B7D;
}

.copytext {
    font-weight: normal;
    font-size: 16px;
    color: #425B7D;
    padding: 24px 0;
    margin-bottom: 0;
    text-align: right;
}

.global-modal .modal-header {
    padding: 0;
    border: 0;
    margin-bottom: 7px;
}

.global-modal .modal-title {
    font-weight: 700;
    font-size: 19px;
    color: #425B7D;
}

.global-modal .btn-close {
    width: 16px;
    height: 16px;
    background: url(../image/modal_close.png) center center;
    background-size: contain;
    margin: 0;
    padding: 0;
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
}

.global-modal .modal-body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #5A5A5F;
}

.global-modal .modal-content {
    padding: 30px 24px;
    border-radius: 16px;
}

.global-modal .modal-dialog {
    min-width: 700px;
}

.global-modal form {
    margin-top: 20px;
}

.global-modal form label {
    background-color: #fff;
    top: 10px;
}



.success-mark {
    background: url(../image/success.png);
    background-position: center right 80px;
    background-repeat: no-repeat;
    background-color: #EDEBEF;
}

#success-modal .modal-body {
    padding-right: 40% !important;
}

#error {
    background: rgb(255 0 0 / 30%);
    color: red;
    padding: 4px 15px;
    border-radius: 2px;
    margin-top: 14px;
    font-size: 14px;
}

#error_v2 {
    background: rgb(255 0 0 / 30%);
    color: red;
    padding: 4px 15px;
    border-radius: 2px;
    margin-top: 14px;
    font-size: 14px;
}

#error_v3 {

    color: red;

    margin-top: 14px;
    font-size: 14px;
}

#Industries,
#services,
#product,
#closeoutsoft,
#airops {
    scroll-margin-top: 100px;
    /* adjust based on your navbar height */
}

#contactForm_news {
    width: 100%;
}

/*SMALL DEVICE CSS*/
.navigation-mod {
    display: none;
}

.menu-icon {
    width: 24px;
    height: 24px;
    background: url(../image/menu-icn.png) center center no-repeat;
    background-size: contain;
    border: 0;
    margin-left: 24px;
    transition: opacity 0.3s ease;
}

body.menu-open .menu-icon {
    background: url(../image/menu-icn-close.png) center center no-repeat;
    opacity: 0.6;
}

#scrollTopBtn {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    font-size: 0;
    background: var(--primary-gradient);
    color: white;
    border: none;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    width: 41px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#scrollTopBtn img {
    max-width: 20px;
}

#scrollTopBtn.show {
    opacity: 1;
    pointer-events: auto;
}