@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%;
    
}

.page-title {
    background: url(/media/assets/img/close-up-machine-part.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-top: 70px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.nile-about-section2 {
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 0px;
    padding-right: 0px;
}

.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;
}

.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;
}



/*========== 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;
    }
}

@media screen and (max-width: 1024px) {
    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    h6 {
        font-size: 0.8rem;
    }

   

}