body {
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8);
}

body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 1);
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #FFF url('../../images/loader.gif') no-repeat center center;
    background-size: 20%;
}

.navbar {
    z-index: 999999;
    box-shadow: 0px 0px 10px #595959;
    background-color: rgba(245, 245, 245, 0.6) !important;
}

#navbarResponsive {
    padding: 7px 40px;
}

.navbar-nav {
    font-weight: 500;
}

.navbar-nav > li {
    margin-left: 0px !important;
    padding: 5px 18px;
    border-right: 1px solid #efefef;
}

.navbar-nav > li:last-child {
    border-right: 0px;
}

.navbar-nav > li > a {
    color: #000000 !important;
}

.navbar-nav > li > a:hover {
    color: #007bb1 !important;
}

#navbarResponsive > form {
    margin-top: 6px;
}

#navbarResponsive > form > input {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 0px;
}

#navbarResponsive > form > button {
    color: #007bb1 !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: -4px;
    background: #FFF;
    border: 0px;
}

.dropdownhover-bottom {
    border-radius: 0px;
    min-width: 200px !important;
    border: 0px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.35);
    background: rgb(249, 249, 249);
}

#navbarResponsive > form > button:focus {
    color: #005577 !important;
    outline: none;
}

#slider_container {
    min-width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0px !important;
    height: auto;
}

.slider_item {
    height: auto;
    background-size: 100%;
    background-position: 0% 100%;
    background-repeat: no-repeat;
}

.title-slider {
    padding: 30px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    bottom: 40px;
    left: 40px;
    box-shadow: 0px 0px 25px #000;
}

.heading {
    padding: 10px 20px;
}

.no-padding {
    padding: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

.no-margin {
    margin: 0px;
}

.text {
    text-align: justify;
    margin: 20px 0px 20px 0px;
    padding-left: 30px;
    color: #000;
    font-size: 14px;
}

.home_section_2_image {
    margin: auto;
    margin-top: 50px;
    width: 250px;
    height: 230px;
    background-size: 100%;
    background-position: 20%;
    background-repeat: no-repeat;
}

.home_section_2, .home_section_4 {
    margin-top: 80px;
    margin-bottom: 60px;
}

.home_section_3 {
    padding: 80px 0px 30px 0px;
    width: 100%;
    margin: 30px 0px;
    min-height: 400px;
    background-color: rgba(255, 255, 255, 0.05);
}

.section_2_details {
    padding: 30px 30px 10px 30px;
    background: rgba(0, 0, 0, 0.75);
}

.section_2_details p {
    color: #FFF;
}

.home_section_3 img {
    width: 110%;
}

.our_story {
    padding: 30px 0px 0px 0px;
    text-align: center;
}

.our_story h6 {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    padding: 0px 20px;
}

.our_story h4 {
    color: #000;
    font-weight: 400;
}

.our_story hr {
    background: #555555;
    height: 2px;
}

.home_section_5 {
    padding: 80px 0px 65px 0px;
    width: 100%;
    margin: 30px 0px 0px 0px;
    min-height: 400px;
    background-color: rgba(0, 0, 0, 0.25);
}

.card_home_section_5 img {
    padding: 0px 20px;
    width: 90%;
}

.card_home_section_5 h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 200;
    text-align: center;
    color: #FFF;
}

.card_home_section_5 button {
    border-radius: 0px;
    background: #ff2700;
    padding: 8px 24px 12px 24px;
    font-size: 16px;
    border-color: #ff2700;
}

.card_home_section_5 button:hover {
    background: #cd2200;
}

.card_home_section_5 button:focus {
    outline: none;
}

.ul-section h4 {
    margin: 10px 0px;
    color: #FFF;
}

.footer {
    background-color: #f5f5f5;
    border-top: 2px solid #ddd;
    padding-top: 25px;
}

.footer > div {
    background-color: #f5f5f5;
}

.footer_ul {
    padding-left: 0px;
    list-style: none;
}

.footer_ul > li {
    padding-right: 50px;
    float: left;
    border-right: 2px solid #DDD;
}

.footer_ul > li:last-child {
    border-right: 0px;
}

.footer_inner_ul {
    list-style: none;
    padding-left: 0px;
}

.footer_inner_ul > li {
    margin-bottom: 10px;
}

.footer_inner_ul > li > a {
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    color: #000;
}

.footer_inner_ul > li > a:hover {
    color: #007bb1;
}

.social_links > div:first-child {
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}

.social_links img {
    width: 45px;
}

.copy_rights {
    float: left;
    color: #ffffff;
    font-size: 14px;
}

.copy_rights_2 {
    font-size: 14px;
    float: right;
    color: #FFF;
}

.copy_rights_2 a {
    text-decoration: none;
    color: #FFF;
}

/* ------------------------- */
/*          Colors           */
/* ------------------------- */
.bg-dark-blue {
    color: #FFF;
    background: #005cb3;
}

.bg-grey {
    color: #FFF;
    background: #808080;
}

.bg-yellow {
    color: #FFF;
    background: #f3b300;
}

.bg-red {
    color: #FFF;
    background: #b30000;
}

.side-border-black {
    border-left: 3px solid #000;
}

.side-border-white {
    border-left: 3px solid #FFF;
}

.pages-breadcrumb {
    margin-top: 20px;
    font-size: 12px;
    padding: 8px 15px;
    margin-bottom: 1rem;
    list-style: none;
    background-color: rgb(255, 255, 255);
    border-radius: 0.25rem;
}

.pages-breadcrumb > a {
    color: #535353;
    text-decoration: none;
}

.pages-breadcrumb > a:hover {
    color: #005cb3;
}

/* -----------------
 *      News
 * -----------------
 */
.news_section {
    padding-top: 25px;
    margin-bottom: 40px;
}

.news_card_margin {
    margin: 12px 0px;
}

.news_card {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
    padding: 15px;
    border-radius: 5px;
}

.news_card:hover {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
}

.news_card_heading {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}

.news_card_details {
    margin: 15px 0px 0px 0px;
    text-align: justify;
    font-size: 14px;
    color: #252525;
}

.news_card_details > img {
    width: 150px;
    float: left;
    margin: 0px 15px 10px 0px;
    background-color: #b1b1b1;
    border-radius: 3px;
}

.news_card_category {
    font-size: 12px;
    color: #878787;
    margin-right: 20px;
}

.news_card_date {
    font-size: 12px;
    color: #878787;
    margin-right: 20px;
}

.news_card_author {
    font-size: 12px;
    color: #878787;
}

.news_card_comments_section {
    margin-top: 10px;
}

.news_card_comments_view_btn {
    padding: 3px;
    width: 100%;
    background: #eeeeee;
    border: 0px;
    color: #878787;
    font-size: 13px;
    cursor: pointer;
}

.news_card_comments_view_btn:hover {
    background: #e4e4e4;
}

.news_card_comments_view_btn:focus {
    outline: none;
}

#lightboxOverlay, #lightbox {
    z-index: 999999;
}

/**
 * Gallery
 */
.gallery_thumbs {
    margin-top: 10px;
    margin-bottom: 10px;
}

.gallery_thumbs > a > img {
    width: 100%;
}

.page-back-drop {
    padding-top: 10px;
    height: 250px;
}

.page-heading {
    margin-top: 75px;
}

.page-back-drop-heading {
    padding: 20px;
    background: #00308a;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.5);
    color: white;
}

.page-back-drop .container {
    height: 100%;
}

.page-back-drop .content {
    height: 100%;
}

.gallery-section-heading {
    font-weight: 100;
    text-align: center;
    margin: 20px 0px;
}

.service-card {
    margin: 4.168%;
}

.service-card .content {
    text-align: center;
}

.service-card img {
    width: 70%;
}

.service-card p {
    margin-top: 20px;
    text-align: justify;
}

.contact_us_section {
    padding: 65px 0px 35px 0px;
    margin-bottom: 40px;
}

.careers_our_team_section > h3 {
    color: #888888;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.team_profiles_card {
    margin: 4.168% 4.168% 0px 4.168%;
}

.team_profiles {
    margin: auto;
    width: 220px;
    height: 220px;
    background-position: 50%;
    background-size: 140%;
    border-radius: 130px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.team_profiles_card p {
    margin-top: 20px;
    text-align: justify;
}

.team_profiles_card_btn {
    text-align: center;
}

.team_profiles_card_btn button {
    background: #f1f1f1;
    color: grey;
    font-size: 14px;
    margin: 10px 0px;
}

.team_profiles_card_btn button:hover {
    background: #e8e8e8;
}

.contact-message-ul {
    padding-left: 0px;
    padding-right: 80px;
    list-style: none;
}

.contact-message-ul > li {
    margin-bottom: 20px;
}

.contact-info-input {
    border: 1px solid #e4e4e4;
    background: #e4e4e4;
    padding: 10px 20px;
    width: 100%;
    font-size: 14px;
}

.contact-info-input:focus {
    outline: none;
    border: 1px solid #b6b6b6;
}

.contact-info-text {
    border: 1px solid #e4e4e4;
    background: #e4e4e4;
    padding: 10px 20px;
    width: 100%;
    font-size: 14px;
    height: 200px;
}

.contact-info-text:focus {
    outline: none;
    border: 1px solid #b6b6b6;
}

.wrn-input {
    border-right: 5px solid red;
}

.csr_main_card {
    border-radius: 3px;
    box-shadow: 0px 5px 20px #a7a7a7;
    margin-bottom: 30px;
}

.csr_main_card:hover {
    box-shadow: 0px 0px 10px #949494;
}

.csr_cards {
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
    background-size: 100%;
}

.search-result {
    display: none;
    top: 0px;
    position: absolute;
    height: auto;
    min-height: 100%;
    width: 100%;
    z-index: 1000000;
    background: rgba(0, 0, 0, 0.65);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.35);
}

.search-result > .col-lg-12 {
    padding: 100px;
}

.search_link {
    color: #FFF;
    text-decoration: none;
    font-size: 28px;
}

.search_link:hover {
    color: #FFF;
}

.search_close {
    display: none;
    right: 20px;
    font-size: 40px;
    color: #ffbe00;
    position: absolute;
}

.search_loading {
    display: none;
    font-size: 14px;
    margin-top: 120px;
    color: #ffbe00;
}

@media screen and (max-width: 1300px) {
    .slider_item {
        background-size: 180%;
    }

    .navbar-light .navbar-toggler {
        border-color: rgba(255, 255, 255, 0);
        cursor: pointer;
    }

    .navbar-light .navbar-toggler:focus {
        outline: none;
    }
}

@media screen and (max-width: 1200px) {
    .slider_item {
        background-size: 200%;
        background-position: 50% 50%;
    }

    .navbarResponsive .container {
        margin: 0px;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .navbar-brand {
        margin-top: -45px !important;
        text-align: center !important;
        position: inherit !important;
    }

    .navbar-nav {
        margin-left: 0px !important;
    }

    .navbar-nav > li {
        padding: 0px !important;
        border-bottom: 2px solid #e8e8e8;
        border-right: 0px;
        margin-bottom: 5px;
    }

    .navbar-toggleable-md button {
        width: 100%;
        margin: 20px 0px 10px 0px;
    }

    .dropdown-menu {
        font-size: 14px;
        border: 0px;
        background: rgba(255, 255, 255, 0);
        padding: 0px 0px 10px 0px;
    }

    .contact_us_section .text {
        margin: 0px 0px 20px 0px !important;
    }

    #contact_us_form > ul {
        padding-right: 0px;
    }

    .contact_us_section .social_image {
        width: 70px !important;
        float: left;
        margin-right: 20px;
    }

    .contact_us_section > .container > .content > .col-lg-12 > .col-lg-5 {
        padding: 0px;
    }

    #map {
        margin: 50px 0px;
    }
}

@media screen and (max-width: 900px) {
    .slider_item {
        background-size: 260%;
        background-position: 50% 50%;
    }
}

@media screen and (max-width: 500px) {
    .slider_item {
        background-size: 300%;
        background-position: 50% 50%;
    }

    .social_links {
        padding: 0px;
    }

    .social_links > div:first-child {
        padding: 0px;
        margin-top: 170px;
    }

    .social_links .col-sm-3:first-child {
        padding-left: 0px;
    }

    .footer > .container > .col-lg-12 {
        padding-left: inherit !important;
    }

    .social_links .col-sm-3 {
        float: left;
        margin-bottom: 40px;
    }

    .social_links img {
        width: 60px;
    }

    .copy_rights, .copy_rights_2 {
        float: none;
        text-align: center;
    }
}

@media screen and (max-width: 375px) {
    .footer_ul {
        padding-left: 0px;
    }

    .footer_ul > li {
        padding-right: 45px;
        border-right: 0px !important;
    }

    .footer_inner_ul {
        padding-left: 0px !important;
    }
}

@media screen and (max-width: 325px) {
    .footer_ul > li {
        padding-right: 27px;
    }

    .social_links img {
        width: 50px;
    }
}

@media print {
    .page-heading {
        margin-top: 0px;
    }

    .parallax-mirror {
        display: none;
    }

    /*.service_image {
        width: 30% !important;
    }*/
    .social_links img {
        display: none;
    }

    .social_image {
        display: none
    }
}