@font-face {
    font-family: DejavuSans;
    src: url('/public/fonts/DejaVuSans.ttf');
}
* {
    font-family: 'DejavuSans';
}

:root {
    --main-color: #ed3736;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'DejavuSans';
}
span {
    font-family: 'poppins';
}
.top-header-area {
    height: initial;
    padding: 15px 0;
}
.top-header-area .top-header-content>a {
    line-height: initial;
}
.main-header-area {
    position: sticky;
    top: 0;
    z-index: 3;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 0;
    background-color: var(--main-color);

}
.nav-brand img {
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
}
.classy-nav-container .classy-navbar .classynav ul li a, .classy-nav-container .classy-navbar .classynav ul li a:after {
    color: #fff;
}
.breakpoint-on .classynav ul li.has-down.active>.dd-trigger, .breakpoint-on .classynav ul li.megamenu-item.active>.dd-trigger {
    background-color: var(--main-color);
}
.classy-navbar-toggler .navbarToggler span {
    background-color: #fff;
}
.classynav ul li ul li.has-down>a::after {
    color: #2a303b !important;
}
.classy-menu.menu-on .classynav ul li a {
    color: #2a303b !important;
}
.top-social-links, .top-social-links a{
    color: #fff;
}
.top-social-links a.active-lang {
    color:  var(--main-color);
    font-weight: 700;
}
.footer-contact li {
    margin-bottom: 10px;
}
.footer-contact  a {
    color: #636a76;
    transition: 0.5s;
    font-size: 15px;
}
.footer-contact  a:hover {
    color: #fff;
}
.single-brands img{
    height: 55px;
    width: auto!important;
    margin: auto;
}
.post-title h3 {
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
}
.single-service--area {
    min-height: 215px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-content: center;
}
.single-service--area i {
    margin-bottom: 15px;
    font-size: 40px;
    color: var(--main-color);
}
.single-post-area {
    padding: 15px;
    border: 1px solid var(--main-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 440px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.single-post-area:hover {
    -webkit-box-shadow: 0px 4px 22px -3px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 4px 22px -3px rgba(0,0,0,0.45);
    box-shadow: 0px 4px 22px -3px rgba(0,0,0,0.45);
}

.categories-filter {
    padding: 30px;
}

.reload-button:hover, .reload-button:focus {
    color: white !important;
    background-color: #BA2B2B;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.filter-list li {
    position: relative;
    transition: 0.7s;
    margin-bottom: 10px;
}
.filter-list li:before {
    position: absolute;
    content: "\f101";
    font-family: "Font Awesome 5 Pro";
    color: var(--main-color);
    left: -10px;
    opacity: 0;
    transition: 0.7s;
}
.filter-list li:hover::before {
    left: 0;
    opacity: 1;
}
.filter-list li:hover a {
    color: var(--main-color);
}
.filter-list li:hover {
    padding-left: 15px;
}



#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
    max-height: 50px;
}
.welcome-slides .owl-next, .welcome-slides .owl-prev{
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    position: absolute;
    top: 50%;
    left: 30px;
    /* opacity: 0; */
    /* visibility: hidden; */
}
.welcome-slides .owl-next {
    right: 30px;
    left: auto;
}
.owl-nav  i {
    font-size: 35px;
    color: #fff;
}
.footer-social > a {
    display: block;
    border: 1px solid #636a76;
    padding: 5px;
    text-align: center;
    color: #636a76;
    transition: 0.5s;
    border-radius: 3px;
}
.footer-social > a:hover {
    color: #fff;
    border: 1px solid #fff;
}
.header-form {
    max-width: 250px;
}
.header-form  input.form-control {
    border-color: #6c757d;
    background-color: #2a303b;
    color: #fff;
}
.header-form  i {
    color: var(--main-color);
}
.header-form  input.form-control::placeholder {
    color: #fff;
}
.header-form  input.form-control:focus {
    box-shadow: none;
}

@media (max-width:1024px) and (min-width:992px) {
    .breakpoint-off .classynav > ul > li > .dropdown {
        width: 250px;
    }
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
        padding: 0 10px;
    }
    .top-header-area .top-header-content>a {
        font-size: 13px;
        margin-right: 15px;
    }
    .top-social-links, .top-social-links a {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .header-form {
        width: 100%;
        max-width: initial;
    }
}
@media (max-width:575px) {
    .single-footer-widget {
        text-align: center;
    }
}
@media (max-width: 360px) {
    .top-social-links, .top-social-links a {
        font-size: 14px;
    }
}

.panel-group .panel{
    background-color: #fff;
    border:none;
    box-shadow:none;
    border-radius: 10px;
    margin-bottom:11px;
}
.panel .panel-heading{
    padding: 0;
    border-radius:10px;
    border: none;
}
.panel-heading a{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#fff !important;
    display: block;
    border:none;
    padding: 15px 35px 10px;
    font-size: 20px;
    background-color: var(--main-color);
    font-weight:600;
    position: relative;
    color:#fff;
    box-shadow:none;
    transition:all 0.1s ease 0;
}
.panel-heading a:after, .panel-heading a.collapsed:after{
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    position: absolute;
    left:-20px;
    top: 10px;
    color:#fff;
    background-color: var(--main-color);
    border: 5px solid #fff;
    font-size: 15px;
    width: 40px;
    height:40px;
    line-height: 30px;
    border-radius: 50%;
    transition:all 0.3s ease 0s;
}
.panel-heading:hover a:after,
.panel-heading:hover a.collapsed:after{
    transform:rotate(360deg);
}
.panel-heading a.collapsed:after{
    content: "\f067";
}
#accordion .panel-body{
    background-color:#Fff;
    color:#8C8C8C;
    line-height: 25px;
    padding: 10px 25px 20px 35px ;
    border-top:none;
    font-size:14px;
    position: relative;
}

.cat_link {
    display: block;
    font-weight: bold;
}

.cat_link:hover {
    color: var(--main-color);
    font-weight: bold;
}

#scrollUp:hover, #scrollUp:after {
    background-color: #BA2B2B !important;
}

/*gallyer*/

.lightbox > a {
position: relative;
}
.lightbox > a:before, .lightbox > a:after {
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: all 300ms;
}
@media screen and (prefers-reduced-motion: reduce) {
.lightbox > a:before, .lightbox > a:after {
transition: none;
}
}
.lightbox > a:before {
content: '\f1ee';
font-family: "Material-Design-Iconic-Font";
font-size: 2.3rem;
color: #FFFFFF;
bottom: 0;
right: 0;
margin: auto;
width: 25px;
height: 25px;
line-height: 25px;
z-index: 2;
-webkit-transform: scale(2);
transform: scale(2);
}
.lightbox > a:after {
content: '';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
z-index: 1;
}
.lightbox > a:hover:before, .lightbox > a:hover:after {
opacity: 1; }
.lightbox > a:hover:before {
-webkit-transform: scale(1);
transform: scale(1);
}
.photos {
margin: 0 -3px 1rem;
}
.photos > a {
padding: 0;
border: 15px solid transparent;
}
.photos > a img {
border-radius: 2px;
width: 100%; }
.lightbox>a:before {
font-family: "Font Awesome 5 Pro";
content: "\f00e";
}
.lightbox > a > div > img {
max-width: 100%;
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
height: 90%;
}
.lg-outer .lg-img-wrap {
top: 30px;
}
