a.active {
    color: #1c4586 !important;
    font-weight: bold;
}

.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.paragraph {
    text-align: justify;
    /*text-indent: 3em;*/
}

.form-control:focus {
    box-shadow: inset 0 0 0 1px #245dd6;
    border-color: #245dd6;
}

.contact_us_form .primary-btn {
    margin-top: 20px;
    border: 0;
    border-radius: 50px;
    color: #fff;
}

.contact_us_form .primary-btn {
    margin-top: 20px;
    border: 0;
    border-radius: 50px;
    color: #fff;
    background: -webkit-linear-gradient(180deg, #004439 0%, #1c4586 100%);
    background: -moz-linear-gradient(180deg, #004439 0%, #1c4586 100%);
    background: -ms-linear-gradient(180deg, #004439 0%, #1c4586 100%);
    background: -o-linear-gradient(180deg, #004439 0%, #1c4586 100%);
    background: linear-gradient(180deg, #004439 0%, #1c4586 100%);
}

.contact_us_form .primary-btn:after {
    border-radius: 50px;
}

.contact_us_form .primary-btn:hover {
    background: #fff;
    color: #222222;
}

.contact_us_form .primary-btn:hover:after {
    background: #f4f8ff;
    border: 1px solid #eeeeee;
}

.contact_us_form .form-group textarea {
    resize: none; }
.contact_us_form .form-group textarea.form-control {
    height: 215px; }

.add_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

button {
    min-width: 150px;
}

button.navbar-toggler {
    min-width: 60px;
}

.btn.mw-150, button.mw-150 {
    min-width: 150px!important;
}

.carousel-inner {
    /*width: 80%;*/
    /*margin: 0 auto;*/
    /*max-width: 1248px;*/
}

/*.carousel-control-prev {*/
    /*left: 80px;*/
/*}*/

/*.carousel-control-next {*/
    /*right: 80px;*/
/*}*/

.carousel-item {
    height: 580px;
}

@media screen and (max-width: 650px) {
    /*.carousel-inner {*/
        /*width: 100%;*/
    /*}*/

    /*.carousel-control-prev {*/
        /*left: 10px;*/
    /*}*/

    /*.carousel-control-next {*/
        /*right: 10px;*/
    /*}*/
}

body {
    background-color: #fff;
}

.social-icons a:not(.active):hover {
    color: #f0a500 !important;
}

.info_item i.lnr {
    color: #1c4586;
}

.blog_info .blog_meta li p i {
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    line-height: 20px;
    vertical-align: middle;
}

.blog_info .blog_meta li p {
    font: 300 14px/20px "Raleway", sans-serif;
    color: #777777;
    vertical-align: middle;
    padding-bottom: 12px;
    display: inline-block;
    margin-bottom: 0;
}

.slogan {
    font-size: 13px;

}

@media (max-width: 366px) {
    .navbar .container {
        /*max-width: 925px;*/
        padding-left: 0;
    }

    button.navbar-toggler {
        min-width: 40px;
    }
}

@media (max-width: 991px) {
    .remove_toggle_container {
        display: block !important;
    }

    .nav .nav-item {
        margin: auto !important;
    }

    .service-item .displayInactive,
    .sector-item .displayInactive {
        display: inline !important;
        text-align: center !important;
    }

    .service-item .displayActive,
    .sector-item .displayActive {
        display: none !important;
    }

    /*.nav_langs {*/
        /*!*padding: 0px 0px;*!*/
        /*flex-direction: row;*/
        /*text-align: center;*/
    /*}*/
}

@media (min-width: 768px) {
    .container {
        max-width: 925px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 920px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1071px;
    }

    .header_area .navbar .nav .nav-item {
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1250px;
    }

    .header_area .navbar .nav .nav-item {
        margin-right: 45px;
    }
}

/*@media (min-width: 992px) {*/
    nav.toggle, .search_input {
        margin-top: 87px;
        padding: 50px 0;
        position: fixed;
        z-index: 1010;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
        transform-origin: top;
        top: 0;
        left: 0;
        right: 0;
        max-height: 500px;
        overflow-y: auto;
        -webkit-transition: all .4s cubic-bezier(0.42, 0, 0.43, 0.94);
        -o-transition: all .4s cubic-bezier(0.42, 0, 0.43, 0.94);
        transition: all .4s cubic-bezier(0.42, 0, 0.43, 0.94);

        background: -webkit-linear-gradient(180deg, #004439 0%, #1c4586 100%);
        background: -moz-linear-gradient(180deg, #004439 0%, #1c4586 100%);
        background: -ms-linear-gradient(180deg, #004439 0%, #1c4586 100%);
        background: -o-linear-gradient(180deg, #004439 0%, #1c4586 100%);
        background: linear-gradient(180deg, #004439 0%, #1c4586 100%);
    }

    .nav__list > div > a {
        color: #fff;
        /*font: 600 13px "Raleway", sans-serif;*/
        font-family: 'Raleway', sans-serif;
        padding: 0;
        transition: 0.3s;
        text-transform: uppercase;
    }

    .nav__list > div > a:hover {
        color: #f0a500;
    }

    .nav_active {
        transform: scaleY(1) !important;
        opacity: 1 !important;
    }
/*}*/

.navbar_custom {
    background-color: #fff !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}

.remove_toggle {
    color: #fff;
    font-size: 18px;
}

.remove_toggle:hover {
    color: #f0a500;
    cursor: pointer;
}

.remove_toggle_container {
    margin-top: -15px;
    display: none;
}

.shadow_custom {
    box-shadow: 0 1px 1px 0 #e9eefa;
}

/*.service-item:hover > nav,*/
/*.sector-item:hover > nav {*/
    /*transform: scaleY(1);*/
/*}*/

.title {
    font-family: "Raleway", sans-serif;
    color: #1c4586 !important;
}

.nav-item.active {
    border-bottom: 1px solid #f0a500;
}

.displayInactive {
    display: none !important;
}

.displayActive {
    display: inline-block !important;
}

.section_gap {
    /*padding-top: 0;*/
    /*margin-top: 90px;*/
    padding: 20px 0;
}

.font-raleway {
    font-family: "Raleway", sans-serif;
    /*color: #1c4586 !important;*/
}

.main_title pre, pre.paragraph {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    display: block;
    color: #777777;
    font-family: "Raleway", sans-serif;
    line-height: 24px;
    text-align: left;

    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}