/* CUSTOM GC 15 June 20 */
/* img.img-responsive.sitelogo {
    padding-bottom: 10px;
    padding-top: 10px;
} */
.navbar-inverse {
    background: #da251c;
}
.navbar-nav > li {
    border-right: 1px #a2150e solid;
}
.navbar .dropdown-menu > li > a:focus, .navbar .dropdown-menu > li > a:hover {
    background: #fbc60c;
    color: #fff;
}
.navbar .dropdown-menu {
    min-width: 210px;
    padding: 0px;
    border: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    border-top: 4px #fbc60c solid;
}
.navbar .dropdown-menu:after {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(255, 150, 0, 0);
    border-bottom-color: #fbc60c;
    border-width: 10px;
}
.header-middle a.login:hover {
    background: #da251c;
    color: #fff;
}
.header-middle a.login {
    display: inline-block;
    padding: 5px 20px;
    border: 2px #de4500 solid;
    border-radius: 5px;
    font-size: 12px;
    color: #6f7a7f;
    font-weight: 700;
}
.header-middle a.login span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 10px;
    font-size: 14px;
    color: #de4500;
}
.header-middle .contact {
    display: block;
    padding: 22px 0 0 0;
    float: right;
}
.header-top {
    display: block;
    background: #000000;
}
.header-middle {
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer {
    display: block;
    background: #1e1916;
}
.footer ul.follow-us li a:hover {
    background: #da251c;
    border-color: #da251c;
}
.footer ul.follow-us li a {
    width: 40px;
    height: 40px;
    display: block;
    border: 2px #da251c solid;
    border-radius: 50%;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    color: #fff;
}
.footer .foot-nav ul li a {
    font-size: 12px;
    color: #b5b5b5;
}
.footer p {
    font-size: 12px;
    color: #b5b5b5;
}
.testimonial {
    display: block;
    background: url(../images/testimonial-bg.html) no-repeat center top / cover;
    text-align: center;
    position: relative;
}
.contact-detail .inner p {
    color: #ffffff;
    line-height: 20px;
}
.contact-detail .inner:before {
    width: 16px;
    height: 23px;
    display: block;
    position: absolute;
    left: -30px;
    font-family: 'icomoon' !important;
    font-size: 22px;
    content: "\e918";
    color: #ffffff;
}
.contact-detail .inner {
    display: block;
    padding: 18px 0;
    border-bottom: 1px #f1f1f1 solid;
    position: relative;
}
.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 4px;
    background: #da251c;
    font-family: 'Poppins';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 20px;
}






/* MEDIA */
@media (max-width: 414px) {
.header-middle {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-middle .contact {
    display: block;
    padding: 1px 0 0 0;
    float: right;
}