@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;
    background-color: #fafafa;
}

@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(/who-we-are/assets/img/sabre-award.jpeg);
}

.sidebar li {
    width: 100%;
    margin: 0.5rem auto;
}

.sidebar a {
    width: 100%;
    
}





.page-title {
    background: url(/who-we-are/assets/img/group-afro-americans-working-together.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: 15px;
    font-weight: 600;
    color: #000;
    margin: 25px auto;
    
}

.service-icon-box .des {
    font-size: 14px;
    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;
}

.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;
}
 
.title-container {
    height: 8vh;
    display: flex;  
}

.title {
    display: grid;
    align-items: center;
    column-gap: 1.3rem;
}


.slick-slide {
    margin: 0px 20px;
}

.c-slider {
    display: flex;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: flex;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
.our-clients-wrap {
    position: relative;
	width: 100%;
	min-height: 1514.08px;
    background: #000;
    align-items: center;
    justify-content: center;
}


.our-clients {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.the-clients {
    padding: 25px 0px 25px 0px !important;
    background-image: url(/assets/img/seamless_african_tribal_design_pattern_for_fabric_2.jpg) !important;
    background-size: cover;
    background-position: center center;
    color: white;
}

.offerings-wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
	width: 100%;
    justify-content: center;
}

.offerings-wrap#blur.active{
    filter: blur(5px);
    pointer-events: none;
    user-select: none;
}


.offering-card {
    flex: 1 0 200px;
    padding: 7px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(71, 71, 71, 0.75);
    -moz-box-shadow: 0px 0px 36px -13px rgba(71, 71, 71, 0.75);
    box-shadow: 0px 0px 20px -13px rgba(71, 71, 71, 0.75);
    margin-bottom: 30px;
}

.offering-card h5 {
    color: #e14d2a;
    font-size: 18px;
}

.offering-card p {
    color: #000;
    font-size: 14px;
}


#popup{
    position: fixed;
    top: 40%;
    left: 55%;
    transform: translate(-50%,-50%);
    width: 600px;
    padding: 50px;
    box-shadow: 0 5px 30px rgba(0,0,0,.30);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    border-radius: 15px;
}

#popup.active {
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

#popup2{
    position: fixed;
    top: 40%;
    left: 55%;
    transform: translate(-50%,-50%);
    width: 600px;
    padding: 50px;
    box-shadow: 0 5px 30px rgba(0,0,0,.30);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    border-radius: 15px;
}

#popup2.active {
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

#popup3{
    position: fixed;
    top: 40%;
    left: 55%;
    transform: translate(-50%,-50%);
    width: 600px;
    padding: 50px;
    box-shadow: 0 5px 30px rgba(0,0,0,.30);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    border-radius: 15px;
}

#popup3.active {
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

#popup4{
    position: fixed;
    top: 40%;
    left: 55%;
    transform: translate(-50%,-50%);
    width: 600px;
    padding: 50px;
    box-shadow: 0 5px 30px rgba(0,0,0,.30);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    border-radius: 15px;
}

#popup4.active {
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

#popup5{
    position: fixed;
    top: 40%;
    left: 55%;
    transform: translate(-50%,-50%);
    width: 600px;
    padding: 50px;
    box-shadow: 0 5px 30px rgba(0,0,0,.30);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    border-radius: 15px;
}

#popup5.active {
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

#popup6{
    position: fixed;
    top: 40%;
    left: 55%;
    transform: translate(-50%,-50%);
    width: 600px;
    padding: 50px;
    box-shadow: 0 5px 30px rgba(0,0,0,.30);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    border-radius: 15px;
}

#popup6.active {
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

#popup7{
    position: fixed;
    top: 40%;
    left: 55%;
    transform: translate(-50%,-50%);
    width: 600px;
    padding: 50px;
    box-shadow: 0 5px 30px rgba(0,0,0,.30);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    border-radius: 15px;
}

#popup7.active {
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

#popup8{
    position: fixed;
    top: 40%;
    left: 55%;
    transform: translate(-50%,-50%);
    width: 600px;
    padding: 50px;
    box-shadow: 0 5px 30px rgba(0,0,0,.30);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    border-radius: 15px;
}

#popup8.active {
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

#popup9{
    position: fixed;
    top: 40%;
    left: 55%;
    transform: translate(-50%,-50%);
    width: 600px;
    padding: 50px;
    box-shadow: 0 5px 30px rgba(0,0,0,.30);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    border-radius: 15px;
}

#popup9.active {
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

#popup10{
    position: fixed;
    top: 40%;
    left: 55%;
    transform: translate(-50%,-50%);
    width: 600px;
    padding: 50px;
    box-shadow: 0 5px 30px rgba(0,0,0,.30);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    border-radius: 15px;
}

#popup10.active {
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

#popup11{
    position: fixed;
    top: 40%;
    left: 55%;
    transform: translate(-50%,-50%);
    width: 600px;
    padding: 50px;
    box-shadow: 0 5px 30px rgba(0,0,0,.30);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    border-radius: 15px;
}

#popup11.active {
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

#popup12{
    position: fixed;
    top: 40%;
    left: 55%;
    transform: translate(-50%,-50%);
    width: 600px;
    padding: 50px;
    box-shadow: 0 5px 30px rgba(0,0,0,.30);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    border-radius: 15px;
}

#popup12.active {
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

.close {
    position: absolute;
    top: 0;
    right: 14px;
    font-size: 28px;
    transform: rotate(45deg);
    font-weight: bold;
    cursor: pointer;
}


.fixed-nav {
    position: fixed;
    right: 50px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    text-align: center;
}


/*========== BREAKPOINTS ==========*/
/* For Small Devices*/
@media screen and (max-width: 400px) {
    .sidebar {
        width: 100%;
    }

    #popup {
        width: 300px;
        left: 50%;
    }

    #popup2 {
        width: 300px;
        left: 50%;
    }

    #popup3 {
        width: 300px;
        left: 50%;
    }

    #popup4 {
        width: 300px;
        left: 50%;
    }

    #popup5 {
        width: 300px;
        left: 50%;
    }

    #popup6 {
        width: 300px;
        left: 50%;
    }

    #popup7 {
        width: 300px;
        left: 50%;
    }

    #popup8 {
        width: 300px;
        left: 50%;
    }

    #popup9 {
        width: 300px;
        left: 50%;
    }

    #popup10 {
        width: 300px;
        left: 50%;
    }

    #popup11 {
        width: 300px;
        left: 50%;
    }

    #popup12 {
        width: 300px;
        left: 50%;
    }
}



/* For Medium Devices*/
@media screen and (max-width: 800px) {
    .hideOnMobile {
        display: none;
    }

    .menu-button {
        display: block;
    }
}