@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: local('Quicksand Regular'), local('Quicksand-Regular'), url(/fonts/Quicksand/Quicksand-Regular.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: 'Quicksand';
    background: #3D4144 !important;
}

/*----------------------- Preloader -----------------------*/

body.preloader-site {
    overflow: hidden;
}

.column-height {
    display: table;
}

.column-height [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.container {
    max-width: 960px;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*width: 120px;*/
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -123px
}

.main-header {
    background: #031E33;
    color: white;
    /* height: 60px; */
    padding: 15px 0;
}

/*.header-img{
	padding: 10px;
}*/

.bootstrap-select>.btn {
    width: 100%;
    padding-right: 25px;
    background: transparent;
    color: white;
    border: none;
    margin-top: -6%;
    font-size: 12px
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: transparent;
    border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #adadad;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    background: transparent;
}

.header-img img {
    max-width: 155px
}

.header-right-content {
    padding-top: 10px;
    font-size: 11px;
    display: flex;
    justify-content: flex-end;
}

.header-right-content a {
    color: white;
    text-decoration: none;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    /*background: green;*/
    margin-left: 1%;
    border-radius: 2px;
}

.main-body {
    background: #F5F7F8;
    position: relative;
    z-index: 0;
}

.footer_menu {
    padding: 30px 0 0 0;
}

.footer_menu li {
    display: inline-block;
}

.footer_menu a {
    color: white;
    border-bottom: 1px solid transparent;
    font-size: 12px
}

.footer_menu li:not(:last-child)::after {
    content: '|';
    display: inline-block;
    color: white;
    padding: 0 25px;
}

.form-footer {
    /*background: #3D4144;*/
    padding: 4em 5em 4em 5em;
}

.social-links a {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    border: .5px solid #fff;
    text-align: center;
    color: white;
    margin: 2px;
    font-size: 11px;
    padding: 3px
}

.social-links a:hover {
    background: #696d70;
}

.form-footer p {
    font-size: 11px;
    color: #7a899f;
    text-align: justify;
}

.form-control-feedback {
    top: 10px
}

.menu-language {
    position: absolute;
    background: #fff;
    list-style: none;
    z-index: 11;
    padding: 5px 12px;
    line-height: 2;
    width: 35%;
    cursor: pointer;
    text-align: left;
    opacity: 0;
    margin-top: 10px;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-sizing: border-box;
    margin-left: -8px;
}

@media (max-width: 768px) {
    .menu-language {
        width: 50%
    }
}

.logo-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.show-language-menu {
    width: 100px;
    /* margin-top:-10px */
}

.show-language-menu:hover .menu-language {
    opacity: 1;
}

.menu-language a {
    color: #333;
    font-weight: normal;
}

.menu-language li a:hover {
    background: #eee;
}