@charset "UTF-8";

.p-0 {
    padding: 0;
}

.bg-gray {
    background: #555;
}

.navbar-nav {
    height: 140px;
    margin: 0 auto;
    float: none;
    display: table;
}

.navbar-nav > li {
    height: 100%;
    vertical-align: bottom;
    display: table;
}

.navbar-nav > li > a {
    vertical-align: middle;
    display: table-cell;
    padding-bottom: 0;
    padding-top: 0;
}

.harmaksan-logo-area, .harmaksan-logo-area a {
    height: 140px;
}

.harmaksan-logo {
    padding: 15px 40px 15px 15px;
    height: 120px;
    float: right;
}

.navbar-collapse::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    background: #555;
    height: 100%;
    -webkit-transform: skewx(-15deg);
    -ms-transform: skewx(-15deg);
    transform: skewx(-15deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.my-menu-area::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 4%;
    background: #e31e24;
    height: 100%;
    -webkit-transform: skewx(-15deg);
    -ms-transform: skewx(-15deg);
    transform: skewx(-15deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


.social-top {
    background: #000000;
}

.mainmenu-area::after {
    background: #E31E24;
}

.mainmenu-area::before {
    background: #E31E24;
}

.navbar-nav > li > a {
    text-transform: unset;
}

#home-section .tp-caption.finewide_medium_white span {
    color: #ffffff !important;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
}

#home-section .tp-caption a.trans-btn {
    color: #ffffff;
    background: #E31E24;
    border: 2px solid #E31E24;
}

#home-section .tp-caption a.trans-btn:hover {
    color: #E31E24;
    background: #ffffff;
    border: 2px solid #ffffff;
}

.leading {
    font-style: italic;
}

.about-section {
    background: #555;
}

.pad-tb-40 {
    background: #E31E24;
}

.callto-action .button-one {
    background: #E31E24;
    box-shadow: unset;
    border: solid #ffffff 2px;
}

.callto-action .button-one:hover {
    box-shadow: 0px 0px 13px 5px #ffffff;
}

.page-banner-section {
    background: none;
}

.page-banner-section ul.page-depth li a:hover {
    color: #E31E24;
}
.post-content-text{
    margin-top: 15px;
}
.news-section {
    background: none;
}
.project-content-box{
    margin-top: 30px;
}
.contact-section ul.information-list li a {
    margin-left: 15px;
}


.news-section.col3 .news-box .news-post {
    height: 300px;
}

@media (max-width: 991px) {
.page-banner-section {
    margin-top: 0px;
}

}

@media screen and (max-width: 768px) {
.navbar-collapse.collapse {
    background-color: #8e8d8d;
}

}





@media screen and (max-width: 767px) {

    .navbar-collapse::before {
        content: none;
    }

    .harmaksan-logo {
        padding: 10px;
        float: none;
        margin: 0 auto;
    }

    .navbar-nav {
        min-height: 100px;
        height: auto;
        display: initial;
    }

    .navbar-nav > li > a {
        color: #17415f !important;
        font-weight: 600;
    }

    .navbar-nav li.drop ul.dropdown {
        background: none;
    }

    .navbar-nav > li > a.active:after {
        background: none;
        border: none;
    }

    .navbar-nav > li.drop ul.dropdown li a {
        color: #676767;
        font-weight: 600;
    }

    .navbar-nav li.drop {
        width: 100%;
    }

    .navbar-nav li.drop ul.dropdown {
        display: table-row;
    }
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
}


.language-button {
    padding: 40px 10px;
}

.language-button > a {
    border-left: 1px solid #999;
    padding: 15px;
}


.finewide_medium_white {
    z-index: 7;
    white-space: nowrap;
}

.lfb {
    z-index: 12;
    white-space: nowrap;
}


.social-share {
    padding: 0;
    line-height: 44px;
    text-align: center;
}

.social-share span {
    color: #fff;
    vertical-align: super;
    margin-right: 5px;
}

.social-btn-area {
    display: inline-block;
    background: #fff;
    padding: 2px;
    width: 30px;
    height: 24px;
    cursor: pointer;
    margin-right: 5px;
    text-align: center;
}

.social-btn-area img {
    display: table;
    margin: 0 auto;
}


@media screen and (max-width: 600px) {
    .language-button {
        padding: 20px 10px;
    }
}

.btn-gfort {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff !important;
    display: inline-block;
    background: #e31e24;
    position: relative;
    line-height: 40px;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0px 3px -2px #02203e;
    padding: 0px 27px;
    border: none;
}

.btn-gfort:hover {
    opacity: 0.7;
}



.form-control:focus {
    border-color: #f44336;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 1%), 0 0 4px #f44336;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 1%), 0 0 4px #f44336;
}


.error {
    color: #dd1d26;
}

@media screen and (max-width: 425px) {
.page-banner-section h2 {
    font-size: 24px;
}

}