body {
    font-family: 'Open Sans', sans-serif;
}

.logo {
    width: 100px;
}

.navbar {
    width: 100%;
}

.badge-success, .badge-danger {
    font-size: 14px;
    margin: 10px 0;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: white!important;
}

.footer-top .single-item:hover a {
    color: white!important;
}


.bg-light {
    background-color: transparent!important;
}

.positionmain {
    position: absolute;
    z-index: 999;
    width: 100%;
    background-color:rgba(0, 0, 0, .50)!important;
}

.navbar-nav {
    float: right;
}

.logotfooter{
    width: 200px;
    margin: 0 auto;
    display: table;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    opacity: 1;
    padding: 10px 15px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    position: relative;
}

.contact-area .getin-touch .contact-info li .content p{
        margin: 0;
        padding: 0;
}

.contact-area .getin-touch .contact-info li .content a {
        font-weight: 400; color: #797979; padding: 0; text-transform: lowercase;
}

.appoinment {
    background-color: #FF0026;
    list-style: none;
    border: 1px solid #FF0026;
    padding: 5px;

}

.addpading{
    padding-top: 10px;
}


.demo-gallery a {
    margin: 0;
    padding: 0;
}

.readmorelink{
    color: #797979; 
    float: right;
    padding-right: 0px;
}

.readmorelink:hover {
    color: #FF0026!important;
    transition: all 500ms ease-out 0s;
}

.appoinment:hover {
    transition: all 500ms ease 0s;
    color: white!important;
    border-color: #ffffff;
}

a:hover {
    color: white;
    transition: all 500ms ease-out 0s;
}

.lg-backdrop.in {
    z-index: 999;
}

.lg-outer.lg-visible{
    z-index: 999;
}

a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    opacity: 1;
    padding: 10px 15px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    position: relative;
}

ul.service-list a {
    padding: 0;
}

.social-icon a, .title a{
    padding: 0px;
}

.navbar-nav li a:hover{
    color: #FF0026!important;
}


ul.menu-left, ul.menu-right{
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.single-footer-widget p > span {
    float: right;
}

.menu-left li, .menu-right li{
    display: inline-block;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.menu-left li {
    margin-right: 25px;
}

ul.menu-right {
    text-align: right!important;
}

.addhr{
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);  
}

.navbar-brand{
    padding: 0;
}

.dropdown-menu{
    border-top: 2px solid #FF0026;
}

.dropdown-menu a {
    color: #797979;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    padding: 8px 20px;
    position: relative;
    text-transform: none;
    border-bottom: 1px solid #f6f6f6;
    transition: all 500ms ease 0s;

}

.dropdown-menu{
    background-color: white;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.dropdown-menu a::before{
    content: '\f105';
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.dropdown-menu:after{
    font-family: 'FontAwesome';
    content: "\f0d8";
    position: absolute;
    left: 0px;
    top: -19px;
    padding-top: 4px;
    display: block;
    width: 100%;
    height: 20px;
    display: block;
    color: #FF0026;
    line-height: 20px;
    font-size: 20px;
    padding-left: 19px;
    z-index: 5;
}

ul.menu-right a:hover{
    color: #FF0026;
    transition: all 500ms ease 0s;
}

.backgroundappoinment {
    background-color: #FF0026;
    margin-bottom: 59px;
    padding-top: 24px;
}

.listalignleft{
    width: 42%; 
    float: left;
}

.listalignright{
    width: 58%;
    float: right;
}

.backgroundappoinment .bgunder {

    background: #FF0026 none repeat scroll 0 0;
    background-color: #FF0026;
    height: 60px;
    margin: 0 auto;
    position: relative;
    top: 59px;
    width: 100%;
}

.backgroundappoinment .bgunder::before {

    position: absolute;
    top: -28px;
    left: -50px;
    width: 100px;
    height: 60px;
    background: #ba0913;
    background-color: #FF0026;
    content: "";
    transform: rotate(60deg);
}

.backgroundappoinment .bgunder::after {

    position: absolute;
    top: -28px;
    right: -50px;
    width: 100px;
    height: 60px;
    background: #ba0913;
    background-color: #FF0026;
    content: "";
    transform: rotate(-60deg);
}

.backgroundappoinment .bgunder h2{
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    padding-left: 7px;
    position: relative;
    text-transform: uppercase;
    top: -26px;

}

.backgroundappoinment .bgunder a{
    background: #ffffff none repeat scroll 0 0;
    color: #FF0026;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    left: 42px;
    padding: 12px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -36px;
    width: 220px;
    z-index: 2;
    transition: all 1s ease 0s;
    border: 2px solid #FF0026;
}

.backgroundappoinment .bgunder a:hover {
    transition: all 1s ease 0s;
    border-radius: 30px;
    color: #222;
    border: 2px solid #000;
}

.lg-sub-html{
    left: 80%;
    top: 10%;
    background-color:transparent;
    font-weight: 700;
    bottom: 80%
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{
    bottom: 100%;
    background-color: transparent;
}

.servicii {
    padding-bottom: 61px;
    padding-top: 90px;
}

.servicii h2 {
    color: #343434;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
}

.servicii span.simbol {

    margin-left: 71px;

}
.servicii span.simbol {
    border: 1px solid #ebebeb;
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}

.servicii span.simbol::before {
    background: #eaeaea none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -71px;
    position: absolute;
    top: 4px;
    width: 60px;

}

.servicii span.simbol::after {
    background: #eaeaea none repeat scroll 0 0;
    content: "";
    height: 1px;
    right: -71px;
    position: absolute;
    top: 4px;
    width: 60px;
}

.servicii p{
    margin: 0 0 40px;
}


.servicii a {
    margin-right: 16px;
}

.btnreadmore, .btnreadservice{
    background-color: #FF0026;
}


.bg{
    background: #f6f6f6 none repeat scroll 0 0 !important;
    color: #343434;
    display: block;
    font-size: 32px;
    font-weight: 400;
    height: 80px;
    padding: 27.5px 10px;
    position: relative;
    text-align: center;
    top: -17px;
    transition: all 500ms ease 0s;
    width: 80px;
    margin-top: 25px;
    margin-right: 15px;
    float: left;
}
.transparenta{
    margin-bottom: 120px;
}

.transparenta .bg .item span::before {

    background: #f6f6f6 none repeat scroll 0 0;
    color: #343434;
    display: block;
    font-size: 32px;
    font-weight: 400;
    height: 80px;
    padding: 27.5px 0;
    position: relative;
    text-align: center;
    top: -17px;
    transition: all 500ms ease 0s;
}

.bg:hover {
    background: #FF0026!important;
    color: white;
}

.item a:hover{
    color: #FF0026;
}

.hermes.tparrows.tp-leftarrow::before {
    font-family: FontAwesome;
    content: "\f104";
}

.hermes.tparrows.tp-rightarrow::before {
    font-family: FontAwesome;
    content: "\f105";
}

.item h4{
    color: #343434;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 13px;
    text-transform: uppercase;
}

.item a{
    color: black;
    margin: 10px 0;
    padding: 0;
}

.services .servicesbg{
    background: #f6f6f6 none repeat scroll 0 0;
    height: 60px;
    margin: 0 auto;
    position: relative;
    top: -59px;
    width: 950px;
}

.services .servicesbg::before {
    background: #f6f6f6 none repeat scroll 0 0;
    content: "";
    height: 60px;
    left: -55px;
    position: absolute;
    top: 28px;
    transform: rotate(-55deg);
    width: 100px;
}


.services .servicesbg::after {
    background: #f6f6f6 none repeat scroll 0 0;
    content: "";
    height: 60px;
    right: -55px;
    position: absolute;
    top: 28px;
    transform: rotate(55deg);
    width: 100px;
}

.services .services-title        {
    position: relative;
    top: -38px;

}

.services-title{
    padding-bottom: 30px;
    margin-top: -9px;
}

.service-title h2{
    color: #343434;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center;
}

.flaticon-up-arrow::before {
    font-family: 'FontAwesome';
    content: "\f176";
}

.best-service-area .single-item .overlay .content a{
    margin: 0;
    padding: 0;
}

.single-footer-widget .working-hours-weekdays {
    margin: 20px 0;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.tab-content > .tab-pane {
    opacity: 1!important;
}

#block-topfooter {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
}

.wheel-work-right a {
    padding: 0;
}

.backgroundbreadcrumb{
    background: rgba(0, 0, 0, 0) url("/images/breadcrumb-bg.jpg") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    padding-bottom: 97px;
    padding-top: 230px;
    margin-top: 0 !important;
}

.backgroundbreadcrumb h4, h1{
    text-transform: uppercase;
}

.backgroundbreadcrumb h1{
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
}

.backgroundbreadcrumb h4{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.bgbreadcrumb{
    background-color: #e9ecef;
}

.breadcrumb-item a{
    color: #6c757d;
    font-weight: normal;
    padding: 10px 0;
}

.bgbreadcrumb p {
    margin-top: 10px;
}

.withoutpadding {
    margin-bottom: 0em;
    padding: .75rem 0rem;
}

.desprenoi{
    padding-top: 90px;
}

.tab-menu a {
    padding: 0px;
}

.single-gallery-item .img-holder .overlay .image-view .icon-holder a span::before {
    padding: 0;
}


@media (max-width: 767px) { 
    .positionmain{
        position: relative;
        background-color: black!important;
    }

    .appoinment{
        display: none;
    }

    .navbar-light .navbar-toggler{
        border-color: #FF0026;
        background: #FF0026;
    }
    .navbar-light .navbar-toggler-icon{
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .navbar-nav{
        float: none;
    }
    .dropdown-menu:after{
        display: none;
    }

    .tp-mask-wrap {
        display: none;
    }

    .wheel-work-left .single-list-item{
        padding: 0;
    }
    .button {
        margin: 30px 0;
    }

    .logo {
        width: 70px;
    }
    .backgroundappoinment .bgunder h2{
        font-size: 18px;
        padding-left: 0;
        text-align: center;
        top: -65px;
    }
    .backgroundappoinment .bgunder a{
        left: 0;
        margin: 0 auto;
        top: -50px;
        width: 180px;
    }

    .wheel-work-left .title h1::after{
        display: none;
    }

    #block-topfooter{
        display: initial;
    }
    .backgroundappoinment .bgunder {
        background: #FF0026 none repeat scroll 0 0;
        background-color: #FF0026;
        height: 60px;
        margin: 0 auto;
        position: relative;
        top: 59px;
        width: 78%;
    }

    .best-service-area .top-bg {
        background: #f6f6f6 none repeat scroll 0 0;
        height: 60px;
        margin: 0 auto;
        position: relative;
        top: -59px;
        width: 78%;
    }

    .item {
        margin-bottom: 30px;
    }
    .work-gallery-right .work-gallery-items .single-item{
        float: none;
    }
    .work-gallery-right .work-gallery-items{
        display: block;
    }

    .customers-info .img-holder, .customers-info .content{
        display: initial;
    }

    .mobileimg {
        width: 100%;
    }

    .years-tab .tab-menu, .years-tab .tab-content {
        display: initial;
    }

    .years-tab .tab-menu{
        width: 100%;
    }

    .working-time {
        margin-top: 30px;
    }

    .fact-counter ul li{
        float: none;
        border-left: none;
    }

    .fact-counter ul li:last-child{
        border-right: none;
    }

    .single-price-box .table-header{
        margin-top: 30px;
    }

    .mobilefloat{
        float: left;
    }

    .contact-area .contact-form .sec-title {
        margin-top: 30px;
    }


    .lg-sub-html{
        left: 0%;
        top: inherit;
        background-color:transparent;
        font-weight: 700;
        bottom: 0%;
    }

    .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{
        bottom: 100px;
        background-color: transparent;
    }

    .mobileright {
        width: 30%;
        float: right;
    }
    .mobileleft{
        width: 70%;
        float: left;
    }
    .bgbreadcrumb p{
        text-align: left!important;
    }

    .demo-gallery a {
        margin: 0;
    }

    .logotfooter{
        margin: 10px auto;
    }

    .listalignleft{
        width: 45%; 
        float: left;
    }

    .listalignright{
        width: 55%;
        float: right;
    }

    .single-footer-widget .working-hours-weekdays {
        margin: 0;
    }
    
    .addpading a {
        padding: 5px!important;
    }
    
    .lg-sub-html > a {
        top: 0px!important;
    }
}

@media (min-width: 1200px) {
    .dropdown>.dropdown-toggle:active {
        /* Add this, to prevent clicking dropdown's default click function */
        pointer-events: none;   
    }

    .dropdown:hover>.dropdown-menu {
        display: block;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .lg-sub-html{
        left: 82%;
        top: 10%;
        background-color:transparent;
        font-weight: 700;
        bottom: 80%
    }

    .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{
        bottom: 100%;
        background-color: transparent;
    }

}

