a{
    text-decoration: none!important;
}
button{
    outline: none!important;
}
.dnone {
    display: none;
}

.pt-25 {
    padding-top: 25px;
}

.inline-div {
    display: inline-flex;
}

.main-menu {
    padding-top: 20px;
}

.item p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 17px;
    margin-bottom: 7px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.header {
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 999;
}

.header .logo img {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 100px;
}

.header-scrolled {
    background-color: rgba(250, 250, 250, 0.95);
    box-shadow: 0 0 10px rgba(68, 68, 68, 0.5);
}

.nav-menu > li {
    float: left;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu a {
    padding: 0 18px;
    margin: 0 -2px;
    text-decoration: none;
    display: inline-block;
    /*color: #fff;*/
    color: #000;
    font-weight: 500;
    font-size: 15px;
    /*text-transform: capitalize;*/
    outline: none;
    background-color: transparent;
}


.switch-lang {
    background: none;
    border: 2px solid #000;
    box-sizing: border-box;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.right-col-logo img {
    margin-left: 15px;
}

.banner-area {
    width: 100%;
    height: auto;
    /*    margin-bottom: 50px;*/
}

.home-banner {
    display: block;
    margin: 0 auto;
}

.text-justify{
    text-align: justify;
}

.header-scrolled {
    background-color: rgba(247, 247, 247, 0.95);
    box-shadow: 0 0 10px rgb(68 68 68 / 50%);
}

.header .logo img {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}


.lang{
    border: 2px solid #000000;
    color: #000000;
}

.lang.active{
    border: 2px solid #000000;
    background-color: #000000;
    color: #FFFFFF;
}

.space-evenly{
    justify-content: space-evenly;
    align-items: center;
}

.m800{
max-width: 800px;
}

.m500{
    max-width: 500px;
}

.red{
    color: red;
    font-size: 1.4em;
}


/*============HAIR SECTION==============*/

.item img{
    max-width: 250px;
}

.btn-link{
    padding: 10px;
    color: #fff;
    background-color: #363636;
    text-decoration: none;
    text-align: center;
    display: block;
}
.btn-link:hover{
    background-color:  #F5DE06;
/*    border: 1px solid #ffffff;*/
    color: #000;
}

.btn-detail{
    background-color:  #ff8b24;
    color: #FFFFFF;
    border: 2px solid #ff8b24;
    padding: 15px 30px;
    text-decoration: none;
    text-align: center;
}

.btn-detail:hover{
    background-color:#ff8b24;
    color: #FFFFFF;
}

/*============INSTAGRAM SECTION==============*/
.block-title{
    width: 100%;
    background-color: #ff8b24;
    color: #ffffff;
}

.carousel-inner img{
width: 100%;
}


/*==============END========================*/
/*============ABOUT SECTION==============*/

.image-about{
    position: relative;
    /*background: 102% 100% / contain no-repeat url("img/about_img.svg"), url("img/about_img.svg") no-repeat 608% -14px;*/
    /*background: url("img/about_img.svg") no-repeat ;*/
    /*background-size: 93%;*/
    /*overflow: hidden;*/
}

.image-about img{
    width: 80%;
    float: right;
}

.text-about p{
    text-align: justify;
}
/*==============END========================*/

.owl-nav button.owl-prev{
    color: #000000!important;
    /* width: 30px; */
    /* height: 30px; */
    font-size: 50px!important;
    position: absolute;
    left: -10px;
    top: 25%;
}

.owl-nav button.owl-prev:hover{
    background: 0 0 !important;
}
.owl-nav button.owl-next:hover{
    background: 0 0 !important;
}

.owl-nav button.owl-next{
    color: #000000!important;
    /* width: 30px; */
    /* height: 30px; */
    font-size: 50px!important;
    position: absolute;
    right: -10px;
    top: 25%;
}


/*============FOOTER==============*/
.footer_inner {
    width: 100%;
    display: block;
    background: #262626;

}

.footer-title p {
    font-size: 23px;
    font-weight: 600;
    color: #f7f7f7;
}

.text-footer-title {
    padding-top: 0.8em;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: 400;
    color: #f7f7f7;
    /*    text-transform: uppercase;*/
    text-align: left;
}

.footer-links {
    display: block;
    color: gray;
    font-size: 17px;
    margin-left: -39px;
}

.footer-links li {
    list-style: none;
}

.footer-links li > a {
    text-decoration: none;
    color: #f7f7f7;
    font-weight: 300;
    font-size: 17px;
}

.footer-container {
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 31px;
}

.bottom-footer {
    display: block;
    background: linear-gradient(to top, #e6e6e6, #fff);
}

.social-icons li {
    list-style-type: none;
    float: left;
    padding-top: 5px;
    padding-right:10px;
}

.footer-copyright {
    margin: 0 auto;
}

.copyright-text {
    float: none;
    color: #fff;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    font-size: 1em;
    margin-bottom: 30px;
    font-weight: 300;
}

.phone {
    font-size: 1.9em !important;
    color: #f7f7f7;
    text-align: left;
    font-weight: 600;
}

.working-hours {
    text-align: left;
    font-weight: 300;
    color: #f7f7f7;
}

.social-links {
    text-align: left;
    font-weight: 300;
    color: #f7f7f7;
}

.social-icons {
    margin-left: -50px;
}

.link-footer-company {
    color: #f7f7f7;
}

.link-footer-company:hover {
    color: #f7f7f7;
}

/*=========FOOTER END=========*/

@media (max-width: 767px) {
    .dnone {
        display: block;
    }

    .nav-menu a {
        font-size: 17px;
    }

    .header {
        position: relative;
    }

    .inline-div {
        display: block;
        /*padding-top: 30px;*/
    }
    header {
     background-color: #313131;
     color: white;
    }

   header .mb-3, .my-3 {
    margin-bottom: 0rem!important;
}

.header .logo img {

    display: none;
}


.w-100 {
    width: 75%!important;
    margin: 0 auto;
    /* text-align: center; */
    display: block;
}
}