:root{
    --primary-color: #880b0b;
    --secondary-color: #182333;
    --custom-black: #1d1d1d;
    --custom-white: #FFFFFF;
}
/* RESET */
.vector_bg-img3{
    background-image: none;
}
.footer{
    background-image: initial;
}
/* GLOBAL */
.bg-primary{
    background-color: var(--primary-color)!important;
}
.bg-secondary{
    background-color: #354e71 !important;
}
.mb_200{
    margin-bottom: -200px!important;
}
.ttm-bgcolor-blue{
    background-color: var(--secondary-color);
}
.box-shadow2{
    -webkit-box-shadow: 0 0 25px 0 rgba(41, 61, 88, 0.3);
    -moz-box-shadow: 0 0 25px 0 rgba(41, 61, 88, 0.3);
    box-shadow: 0 0 25px 0 rgba(41, 61, 88, 0.3);
}
/* HEADER */
.ttm-topbar-wrapper{
    /*background-color: var(--primary-color);*/
}
/* LANGUAGE MENU */
.ttm-topbar-content .topbar-right .list-inline{
    height: 49px;
}
.lang-menu .selected-lang{
    padding-left: 5px;
}
.lang-menu .selected-lang img{
    height: 15px;
    margin-top: 18px;
    margin-left: 15px;
}
.lang-menu {
    text-align: right;
    position: relative;
}
.lang-menu .selected-lang {
    display: flex;
    justify-content: space-between;
    line-height: 2;
    cursor: pointer;
    line-height: 50px;
}
.lang-menu ul {
    margin: 0;
    padding: 0;
    display: none;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    position: absolute;
    top: 45px;
    left: 6px;
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    z-index: 100;
}
.lang-menu ul li {
    list-style: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
    text-align: center;
    display: block;
    line-height: 25px;
}
.lang-menu ul li a {
    text-decoration: none;
    padding: 5px 10px;
    display: block;
}
.lang-menu ul li a img{
    height: 15px;
    width: 30px;
}
.lang-menu ul li:hover {
    background-color: #f2f2f2;
}
.lang-menu:hover ul {
    display: block;
}
/* LOGO */
.site-branding img{
    max-height: 90px;
}
.fixed-header .site-branding img{
    max-height: 60px;
}
.header-btn .ttm-btn.ttm-btn-size-md{
    color: var(--custom-white);
    border-color: var(--custom-white);
}
/* slider */
.skin-flat-button, .tp-caption.skin-flat-button{
    background-color: var(--primary-color);
}
.featured-title h5{
    color: white;
}
/* About */
.section-title .title-header::after{
    background-color: var(--primary-color);
}
/* Services */
.featured-icon-box.style3 .ttm-icon.ttm-icon_element-size-md{
    height: 25px;
    width: 25px;
}
.featured-icon-box.style3 .ttm-icon.ttm-icon_element-size-md i{
    font-size: 16px;
}
/* EXPERTISES */
.col-bg-img-one.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url('/media/expertises.jpg')!important;
}
/* CONTACT */
.ttm-quote-form input[type="submit"]{
    width: initial;
    padding: 10px 80px;
    background-color: var(--primary-color);
}
.ttm-quote-form input[type="submit"]:hover{
    background-color: #a20d0d;
}
.ttm-quote-form .text-input textarea {
    resize: none;
}
/* FOOTER */
.footer{
    background-color: #354e71;
}
.footer-logo img{
    max-height: 92px;
}
.footer .fa{
    color: white;
}
.footer .fa:hover{
    color: var(--primary-color);
}
.widget .widget-title:after{
    background-color: var(--primary-color);
}
.widget ul#menu-footer-services li{
    display: block;
    width: 100%;
}
.widget ul#menu-footer-services li:hover a{
    color: #ddd;
}
.widget ul#menu-footer-services li:hover a:before{
    color: var(--primary-color);
}
.widget ul#menu-footer-services li a{
    padding-left: 24px;
}
a.ttm-btn.ttm-btn-color-skincolor.btn-inline{
    color: white;
}
.featured-icon-box .ttm-icon.ttm-icon_element-fill.ttm-icon_element-size-md{
    background-color: var(--secondary-color);
}

.logo
@media only screen and (max-width:995px) {
    .mobile-footer-padding {
        padding-top: 200px !important;
    }
}
.contact-list {
    list-style: none;
    padding: 0;
}
.contact-item {
    margin-bottom: 18px;
}
.contact-label {
    font-weight: bold;
    display: block;
    margin-bottom: 2px;
}
.contact-value {
    display: block;
    margin-left: 0;
}