@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins';
    line-height: 25px;
    background-color: #fafafa;
    overflow-x: hidden;
    min-height: 100vh;
}


nav {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    z-index: 9;
}

nav ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

nav li {
    height: 50px;
    font-weight: 600;
    font-size: 14px;
}

nav li:first-child {
    margin-right: auto;
}

nav a {
    height: 100%;
    padding: 0 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #fff;
    
}

nav a:hover {
    color: #f17829;
    text-decoration: none;
}

.menu-button {
    display: none;
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: #5f5b5b;
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: url(/assets/img/sabre-award.jpeg);
}

.sidebar li {
    width: 100%;
    margin: 0.5rem auto;
}

.sidebar a {
    width: 100%;
    
}

.main-content {
    position: relative;
    background-color: #fff;
    min-height: 100vh;
    top: 0;
    left: 80px;
    transition: all 0.5s ease;
    width: calc(100% - 80px);
}


.page-title {
    background: url(/contact/assets/img/african-american-man-customer-support-operator-with-hands-free-headset-working-office.jpg);
    color: #fff;
    background-size: cover;
    background-position: center center;
}


.page-title h1 {
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-weight: 500;
}

.page-title ol.breadcrumb {
    text-align: center;
    color: #fff;
}

.page-title ol.breadcrumb li {
    font-size: 13px;
}

.page-title ol.breadcrumb li :after {
    font-family: FontAwesome;
    content: '';
    margin-left: 10px;
}

.page-title ol.breadcrumb a {
    color: #fff;
}

.padding-tb-180px {
    padding-top: 180px;
    padding-bottom: 180px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.nile-about-section {
    padding: 70px 0px 70px 0px;
    background-image: url(/who-we-are/assets/img/ba_1.jpg);
}

.section-title-right .icon {
    float: left;
    margin-right: 20px;
    margin-top: -10px;
}

.section-title {
    text-align: center;
}

.section-title .icon {
    font-size: 25px;
}

.section-title .h2 {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    position: relative;
}

.section-title .h2:before {
    border-bottom: 2px solid #d1d1d1;
    content: ' ';
    width: 100px;
    position: absolute;
    left: -120px;
    right: 0;
    bottom: 12px;
}

.section-title .h2:after {
    border-bottom: 2px solid #d1d1d1;
    content: ' ';
    width: 100px;
    position: absolute;
    right: -120px;
    bottom: 12px;
}

.section-title .des {
    opacity: 0.8;
}

.service-icon-box {
    text-align: center;
    margin-bottom: 35px;
}

.service-icon-box a.title.h2 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 15px auto;
}

.service-icon-box .des {
    font-size: 13px;
    color: #777;
}

.margin-tb-25px {
    margin-top: 25px;
    margin-bottom: 25px;
}

.social-icon.style-2.rounded li a {
    border-radius: 50%;
}

ul.social-icon.style-3.rounded li a {
    border-radius: 50%;
}

ul.social-icon.style-4.rounded li a {
    border-radius: 50%;
}

.border-radius-500 {
    border-radius: 500px;
}



.text-main-color {
    color: #f17829;
}

.nile-accordion .card {
    border: none;
}

.nile-accordion .card-header {
    border: none;
    margin-bottom: 5px;
    color: #fff;
    padding: 5px 10px;
    background-color: #f17829;
    border-radius: 0px;
}

.nile-accordion .card-header .fa {
    margin-right: 8px;
}

.nile-accordion .card-header:active,
.nile-accordion .card-header:hover {
    background-color: #f56c11;
}

.nile-accordion .card-header .btn-link {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    text-align: left;
}

.nile-accordion.layout_2 .card-header {
    color: #fff;
    background-color: #444;
    border-radius: 8px;
}

.nile-accordion.layout_2 .card-header:active,
.nile-accordion.layout_2 .card-header:hover {
    background-color: #f17829;
}

.nile-accordion.layout_2 .card-header .btn-link {
    color: #fff;
}

.nile-accordion.layout_3 .card-header {
    color: #444;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #eee;
}

.nile-accordion.layout_3 .card-header:active,
.nile-accordion.layout_3 .card-header:hover {
    background-color: #f17829;
    color: #fff;
}

.nile-accordion.layout_3 .card-header .btn-link {
    color: #444;
}

footer.layout-light {
    background-color: #fff;
}

footer.layout-light .contact-info {
    color: #dfc5fe;
}

footer.layout-light .contact-info .icon {
    float: left;
    font-size: 30px;
    margin-right: 15px;
}

footer.layout-light .contact-info span.title-in {
    font-size: 13px;
}

footer.layout-light .contact-info .text {
    line-height: 19px;
    font-size: 14px;
}

footer.layout-light .nile-widget h2.title {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

footer.layout-light .nile-widget.widget_nav_menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

footer.layout-light .nile-widget.widget_nav_menu ul li a {
    text-decoration: none;
    color: #dfc5fe;
    display: block;
    padding: 8px 0px 8px 0px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}

footer.layout-light .nile-widget.widget_nav_menu ul li a:before {
    font-family: 'ElegantIcons';
    color: #e53935;
    display: inline-block;
    margin-right: 5px;
}

footer.layout-light .copy-right {
    background-color: #fff;
}

footer.layout-light .copy-right .copy-right-text {
    color: #dfc5fe;
}

footer.layout-light .copy-right .copy-right-text a {
    color: #dfc5fe;
    text-decoration: none;
}

footer.layout-light .copy-right ul.social-media li {
    margin-left: 8px;
}

footer.layout-light .about-us {
    font-size: 13px;
    color: #dfc5fe;
}

footer.layout-dark {
    background-color: #800000;
}

footer.layout-dark .text {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    color: #fff;
}

footer.layout-dark .contact-info {
    color: #fff;
}

footer.layout-dark .contact-info .icon {
    float: left;
    font-size: 40px;
    margin-right: 15px;
}

footer.layout-dark .contact-info span.title-in {
    font-size: 13px;
}

footer.layout-dark .contact-info .text {
    line-height: 19px;
    font-size: 14px;
}

footer.layout-dark .nile-widget h2.title {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

footer.layout-dark .nile-widget.widget_nav_menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

footer.layout-dark .nile-widget.widget_nav_menu ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 8px 0px 8px 0px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}

footer.layout-dark .nile-widget.widget_nav_menu ul li a:before {
    font-family: 'ElegantIcons';
    color: #fff;
    display: inline-block;
    margin-right: 5px;
}

footer.layout-dark .copy-right {
    background-color: #800000;
}

footer.layout-dark .copy-right .copy-right-text {
    color: #fff;
}

footer.layout-dark .copy-right .copy-right-text a {
    color: #fff;
    text-decoration: none;
}

footer.layout-dark .copy-right ul.social-media li {
    margin-left: 8px;
}

footer.layout-dark .about-us {
    font-size: 13px;
    color: #dadada;
}



img {
    max-width: 100%;
}

a {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #000;
    font-size: 14px
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a:active,
button:active,
.btn {
    outline: none;
    text-decoration: none;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

.btn-primary-travlez {
    background-color: #e53935;
    border: none;
    border-radius: 0px;
    font-size: 13px;
}

.btn-primary-travlez:hover {
    background-color: #f3eec2;
}

input {
    background-color: #f9f9f9;
    padding: 5px;
    border: solid 1px #eee;
    outline: none;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.h1,
h1 {
    font-size: 28px;
    line-height: 32px;
}

.h2,
h2 {
    font-size: 23px;
    line-height: 28px;
}

.h3,
h3 {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -1px;
}

.h4,
h4 {
    font-size: 17px;
    line-height: 21px;
}

.h5,
h5 {
    font-size: 16px;
    line-height: 20px;
}

.h6,
h6 {
    font-size: 13px;
    line-height: 16px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins';
    font-weight: 500;
}


header {
    position: relative;
    z-index: 9;
    /* Link Padding Top & bottom */
}

header .contact-info {
    color: #646161;
}

header .contact-info .icon {
    float: left;
    font-size: 30px;
    margin-right: 15px;
}

header .contact-info span.title-in {
    font-size: 13px;
}

header .contact-info .text {
    line-height: 19px;
    font-size: 14px;
}

header a.mobile-toggle {
    display: none;
}

.contact-info-map {
    color: #fff;
}

.contact-info-map h2.title {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.contact-info-map .icon {
    float: left;
    font-size: 30px;
    margin-right: 15px;
}

.contact-info-map span.title-in {
    font-size: 13px;
}

.contact-info-map .text {
    line-height: 19px;
    font-size: 14px;
}

.opacity-9 {
    opacity: 0.9 !important;
}

.margin-top-5px {
    margin-top: 5px;
}

.margin-top-6px {
    margin-top: 6px;
}

.margin-top-7px {
    margin-top: 7px;
}

.margin-top-8px {
    margin-top: 8px;
}

.margin-top-20px {
    margin-top: 20px;
}

.margin-top-30px {
    margin-top: 30px;
}

.margin-bottom-30px {
    margin-bottom: 30px;
}

.margin-bottom-60px {
    margin-bottom: 60px;
}

.margin-right-10px {
    margin-right: 10px;
}

.padding-30px {
    padding: 30px;
}

.padding-15px {
    padding: 15px;
}

.padding-tb-100px {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-tb-50px {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-tb-20px {
    padding-bottom: 20px;
}

.padding-bottom-15px {
    padding-bottom: 15px;
}

.padding-lr-30px {
    padding-left: 30px;
    padding-right: 30px;
}

.pull-top-309px {
    margin-top: -309px;
}

.opacity-9 {
    opacity: 0.9 !important;
}

.timeline-sec .nile-bottom {
    background: #e53935;
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
}

.nile-bottom:hover,
.nile-bottom:active,
.nile-bottom:focus {
    background: #e53935;
    color: #fff;
    text-decoration: none;
}

a.nile-bottom {
    background-color: #e14d2a;
    color: #fff;
    border-radius: 35px;
    display: inline-block;
}

a.nile-bottom:hover {
    background-color: #999;
    color: #fff;
}

a.nile-bottom.sm {
    padding: 6px 30px 6px 30px;
}

a.nile-bottom.md {
    padding: 6px 40px 6px 40px;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
}

a.nile-bottom.md .fa {
    margin-left: 10px;
}

a.nile-bottom.sm-block {
    display: block;
    padding: 6px 40px 6px 40px;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    font-weight: 500;
}

a.nile-bottom.sm-block .fa {
    margin-left: 10px;
}

a.action-bottom {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    color: #fff;
    display: block;
}

a.action-bottom h4 {
    font-size: 14px;
}

a.action-bottom:hover {
    background-color: #e53935;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
}

.background-main-color {
    background-color: #f17829;
}

.margin-bottom-35px {
    margin-bottom: 35px;
}


/*FORM*/
.contact-modal {
    background-color: rgba(255, 255, 255, 0.8);
    color: #fff;
}

.contact-modal .form-control {
    color: #fff;
}

.contact-modal form input,
.contact-modal form textarea {
    background: none;
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 0px;
}

.contact-modal form input:focus,
.contact-modal form textarea:focus {
    background: none;
    outline: none;
    text-decoration: none;
}

.contact-modal form textarea:focus,
.contact-modal form input[type='text']:focus,
.contact-modal form input[type='password']:focus,
.contact-modal form input[type='datetime']:focus,
.contact-modal form input[type='datetime-local']:focus,
.contact-modal form input[type='date']:focus,
.contact-modal form input[type='month']:focus,
.contact-modal form input[type='time']:focus,
.contact-modal form input[type='week']:focus,
.contact-modal form input[type='number']:focus,
.contact-modal form input[type='email']:focus,
.contact-modal form input[type='url']:focus,
.contact-modal form input[type='search']:focus,
.contact-modal form input[type='tel']:focus,
.contact-modal form input[type='color']:focus,
.contact-modal form .uneditable-input:focus {
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
    outline: 0 none;
}

.contact-modal form ::placeholder {
    color: #fff;
    font-size: 13px;
    opacity: 1;
}

.background-dark {
    outline: none;
    cursor: pointer;
    background-color: #e14d2a;
    border-style: none;
}



/*MAP AREA*/
.contact-info-map {
    color: #fff;
}

.contact-info-map h2.title {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.contact-info-map .icon {
    float: left;
    font-size: 30px;
    margin-right: 15px;
}

.contact-info-map span.title-in {
    font-size: 13px;
}

.contact-info-map .text {
    line-height: 19px;
    font-size: 14px;
}











/*========== BREAKPOINTS ==========*/
/* For Small Devices*/
@media screen and (max-width: 400px) {
    .sidebar {
        width: 100%;
    }
}



/* For Medium Devices*/
@media screen and (max-width: 820px) {
    .hideOnMobile {
        display: none;
    }

    .menu-button {
        display: block;
    }

    .contact-modal {
        margin-top: 2rem;
    }
}