@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}


body {
    font-size: 14px;
    line-height: 25px;
}

@font-face {
    font-family: bubble;
    src: url(/who-we-are/assets/Double_Bubble_shadow.otf);
}

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(/testimonials/assets/img/sabre-award.jpeg);
}

.sidebar li {
    width: 100%;
    margin: 0.5rem auto;
}

.sidebar a {
    width: 100%;
    
}



.page-title {
    background: url(/testimonials/assets/img/applause-friendly-business-group-celebrating-successfully-completed-project.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;
}

.padding-tb-100px {
    padding-top: 30px;
    padding-bottom: 100px;
}

.title-container {
    height: 8vh;
    display: flex;  
}

.title {
    display: grid;
    align-items: center;
    column-gap: 1.3rem;
}

.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: #919191;
    border-radius: 0px;
}

.nile-accordion .card-header .fa {
    margin-right: 8px;
}

.nile-accordion .card-header:active,
.nile-accordion .card-header:hover {
    background-color: #f17829;
}

.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: #800000;
}

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: #800000;
    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: #800000;
}

footer.layout-light .copy-right .copy-right-text a {
    color: #800000;
    text-decoration: none;
}

footer.layout-light .copy-right ul.social-media li {
    margin-left: 8px;
}

footer.layout-light .about-us {
    font-size: 13px;
    color: #800000;
}

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-bottom-60px {
    margin-bottom: 60px;
}

.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);
}

.margin-bottom-35px {
    margin-bottom: 35px;
}


.cart-service {
    width: auto;
    height: auto;
    padding: 7px;
    text-align: center;
    -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 30px -13px rgba(0, 0, 0, 0.75);
    margin-bottom: 30px;
}

.cart-service h2 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    opacity: 0.8;
}

.cart-service h5 {
    font-size: 10px;
    font-weight: 500;
    font-style: italic;
    color: #000;
    opacity: 0.8;
}

.cart-service hr {
    border-color: #ff8629;
}

.cart-service .text {
    font-size: 12px;
    opacity: 0.8;
    color: #000;
    font-weight: 500;
}

.background-main-color {
    background-color: #ff7000;
}

.white {
    background-color: #fff;
}

.light-orange {
    background-color: #202020;
}

.dark-gray {
    padding: 70px 0px 70px 0px;
    background-color: #000 !important;
    color: white;
}

.the-clients {
    padding: 25px 0px 25px 0px !important;
    background-image: url(../img/Client\ BKG.jpg) !important;
    background-size: cover;
    background-position: center center;
    color: white;
}
.testimonials-wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
	width: 100%;
}

.margin-top-150px {
    margin-top: 150px;
}




/*========== BREAKPOINTS ==========*/
/* For Small Devices*/
@media screen and (max-width: 400px) {
    .sidebar {
        width: 100%;
    }
}



/* For Medium Devices*/
@media screen and (max-width: 800px) {
    .hideOnMobile {
        display: none;
    }

    .menu-button {
        display: block;
    }
}