@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Raleway:ital,wght@0,400;0,600;1,400;1,600&display=swap');

body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 500;
    color: #000;
}

h1, .h1 {
    font-size: 48px;
}
h2, .h2 {
    font-size: 32px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 20px;
}
h5, .h5 {
    font-size: 18px;
}
h6, .h6 {
    font-size: 16px;
}

img {
    max-width: 100%;
}


.breadcrumb {
    font-size: 14px;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 15px;
    background-color: transparent;
}

.btn {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.25;
    padding: 12px 33px 12px 33px;
    border-radius: 0;
}

.default-btn {
    background-color: rgba(255, 255, 255, 0);
    color: #d69d5a;
    border: 1px solid #d69d5a;
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}

.default-btn:hover {
    background-color: #d69d5a;
    color: #fff;
}

.white-btn {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 1);
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}

.white-btn:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #000;
    border: 1px solid rgba(255, 255, 255, 1);
}

.btn-1 {
    background-color: rgba(9, 119, 189, 1);
    color: #fff;
    border: 1px solid rgb(9, 119, 189);
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}

.btn-1:hover {
    background-color: rgba(9, 119, 189, .8);
    color: #fff;
    border: 1px solid rgb(9, 119, 189);
}

.form-control {
    font-family: 'Montserrat Alternates', sans-serif;
    height: calc(1.5em + 0.75rem + 7px);
    border: 1px solid #0877bd;
    border-radius: 0;
}


/*
 *
 */

.mobile_menu {
    font-size: 26px;
    color: #fff !important;
}
.mobile_menu_container {
    background: #123c6a;
}
.mobile_menu_container ul li a {
    background: transparent;
}
.mobile_menu_container ul li.active a {
    background: #073260;
}
.mobile_menu_container .mobile-bottom {
    margin: 30px 20px;
    padding-top: 30px;
    border-top: 1px solid #073260;
}


.header {
    background-color: #fff;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.header a {
    color: #333;
}

.site-index .header {
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 100%;
    color: #fff;
    border-bottom: none;
}
.site-index .header::before {
    background: url('/images/bg-front-header.jpg') center center;
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.site-index .header a {
    color: #fff;
}

/*.logo img {*/
/*    fill: #d69d5a;*/
/*    max-height: 40px;*/
/*}*/

.top-menu > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-menu > ul > li {
    margin: 0;
    padding: 25px 10px;
}
.site-index .top-menu > ul > li {
    padding: 40px 10px;
}

.top-menu > ul > li > a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.top-menu > ul > li > a:hover {
    text-decoration: none;

}

.header .phone {
    font-size: 14px;
    font-weight: bold;
}

.header .phone i {
    margin-right: 5px;
}

.front-header-title {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 50px 0;
    color: #fff;
}

.front-header-content {
    font-size: 18px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.front-merit {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;

}

.front-merit-svg svg {
    height: 32px;
    margin-right: 20px;
    fill: #FF4A01;
}

.down {
    border: 2px solid #fff;
    border-radius: 25px;
    height: 50px;
    width: 50px;
    margin: 0 auto 20px;
    bottom: 100px;
    left: 50%;
    z-index: 1;
    text-align: center;
}

.down svg {
    height: 20px;
    margin-top: 13px;
    margin-bottom: 13px;
    fill: #fff;
}

/**
 *
 */

.front-services h4 {
    font-weight: 400;
}

/**
 *
 */

.front-work-item {
    position: relative;
    color: #fff;
}
.front-work-item h3 {
    color: #fff;
    text-transform: uppercase;
}

.front-work-content {
    opacity: 0;
    background-color: rgba(9, 119, 189, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;

    -webkit-transition: opacity 1000ms;
    -o-transition: opacity 1000ms;
    transition: opacity 1000ms;
}

.front-work-item:hover .front-work-content {
    opacity: 1;

    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.front-work-link {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.front-work-link svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}

/**
 * FOOTER
 */

.footer {
    background-color: #001D38;
    color: #aac5df;
}

.footer a {
    color: #aac5df;
}

.footer h1, .footer .h1,
.footer h2, .footer .h2,
.footer h3, .footer .h3,
.footer h4, .footer .h4,
.footer h5, .footer .h5,
.footer h6, .footer .h6 {
    color: #aac5df;
    margin-bottom: 0;
}

.footer h2 span, .footer .h2 span {
    color: #0977BD;
}

.footer hr {
    border-top: 1px solid #334A60;
}