@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw0aXpsog.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw9aXpsog.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw2.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw3aXpsog.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --bg-color: #1E1E1E;
    --p-color: #FFFFFF;
    --label-color: #FFFFFF;
    --h-color: #FFFFFF;
    --foter-color: #DFC2A4;

}


body {
    background-color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif;
}

p {
    font-family: 'Montserrat', sans-serif;
    color: #333743;
}

a {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

label {
    font-family: 'Montserrat', sans-serif;
}

span {
    font-family: 'Montserrat', sans-serif;
    color: #333743;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

ul li {
    font-family: 'Montserrat', sans-serif;
}
button:focus{
    box-shadow: none !important;
}
.box {
    width: 100%;
    height: 100vh;
    background: #1E1E1E;
}



/*nav menu*/

.menu-content {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    animation:up-down 0.7s;
    z-index: 9;
    position: relative;
}

.nav-bar-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    animation:slide-down 0.7s;
    background-color: white;
    z-index: 9;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

@keyframes up-down {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    0% {
        opacity: 0.9;
        transform: translateY(-100%);
    }
}

.logo-nav {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    padding: 10px;
}

.mobil-menu-online-form {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.menu-list {
    padding: 43px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.menu-ul{
    display:flex;
}
.menu-ul li {
    display: inline;
    margin: 0 10px;
}

.menu-ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    color: #525252;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.language-phone li {
    display: inline-block;
}

.language-btn {
    color: #525252;
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 14px;
}

.language-btn i {
    margin-right: 10px;
}

.language-btn:hover {
    color: #525252;
    border: none;
}

.language-btn:active {
    color: #525252;
    background-color: transparent;
    border-color: transparent;
}

.language-btn.show {
    color: #525252;
    background-color: transparent;
    border-color: transparent;
}

.language-mobile-ul .dropdown-menu {
    min-width: 4rem !important;
}

.language-mobile-ul .dropdown-menu li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    color: #525252;
}

.language-mobile-ul .dropdown-menu {
    min-width: 4rem !important;
}

.whatsapp a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ffffff;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #00d95f;
    padding: 14px;
    border-radius: 4px;
    margin: 0 10px;
     animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        background-color: #0a9948;;
    }
}

.whatsapp a:hover{
    color: white;
}
.mobil-menu-online-form {
        padding: 32px 0;
    display: flex;
    justify-content: flex-start;
}

.btn-form-submit {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ffffff;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #a87a48;
    padding: 14px;
    border-radius: 4px;
    margin: -1px 10px;
    cursor: pointer;
     animation: blinker1 1.5s linear infinite;
}

@keyframes blinker1 {
    50% {
        background-color: #db8222;
    }
}

.btn-form-submit:hover {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ffffff;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #a87a48;
    padding: 14px;
    border-radius: 4px;
    margin: 0 10px;
}

.btn-form-submit:focus {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ffffff;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #a87a48;
    padding: 14px;
    border-radius: 4px;
    margin: 0 10px;
}

.mobil-menu-btn {
    display: none;
}



.language-and-phone{
    margin: 10px 0 0 0;
}


/*nav menu*/



/*home page slider*/
.home-page-slider {
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

.crl-next i{
        color: white;
    font-size: 35px;
    background: #a87a48;
}

.crl-prev i{
        color: white;
    font-size: 35px;
    background: #a87a48;
}


.home-page-slider .carousel {
    height: 73vh;
    width: 100%;
}

.home-page-slider .carousel .carousel-inner .carousel-item {
    height: 750px;
    width: 100%;
    overflow: hidden;
}

.home-page-slider .carousel .carousel-inner .carousel-item img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

/*home page slider*/


/*home about page*/
.home-about-title {
    padding: 30px 0;
    text-align: start;
    position: relative;
    overflow: hidden;
}

.home-about-title-lbl {
    color: #000000;
}

.home-about-title-lbl span {
    color: #a87a48;
}

.home-about-title-h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 17px;
    letter-spacing: 0.1em;
    color: #231f20;
    position: relative;
    margin-top: 15px;
}

.home-about-title-h2::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #a87a48;
        left: 135px;
    top: 50%;
    position: absolute;
}

.home-about-picture {
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin-top: 15px;
}

.home-about-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-about-info-h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 17px;
    letter-spacing: 0.1em;
    color: #231f20;
    position: relative;
    margin-top: 15px;
}

.home-about-info-h3:after {
    content: "";
    display: block;
    border-bottom: 1px solid #525252;
    width: 60px;
    margin-top: 10px;
}

.home-about-info-p {
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-top: 30px;
}

.home-about-link {
    text-align: center;
    padding: 20px 0;
    margin: 25px 0;
}

.home-about-link-btn {
    background-color: #a87a48;
    padding: 10px 300px;
    color: #fff;
    font-weight: 600;
}

.home-about-link-btn:hover {
    background-color: #a87a48;
    color: #fff;
}

/*home about page*/


/*home service*/

.home-service-title {
    padding: 30px 0;
    text-align: start;
    position: relative;
    overflow: hidden;
}

.home-service-title-lbl {
    color: #000000;
}

.home-service-title span {
    color: #a87a48;
}

.home-service-title-h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 17px;
    letter-spacing: 0.1em;
    color: #231f20;
    position: relative;
    margin-top: 15px;
}

.home-service-title-h2::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #a87a48;
    left: 125px;
    top: 50%;
    position: absolute;
}

.service-list {
    display: flex;
    overflow: auto;
    justify-content: normal;
}

.service-card {
    min-width:  20%;
    height: 250px;
    overflow: hidden;
    text-align: center;
    padding: 15px;
    position: relative;
}

.service-card::before {
    content:'';
  position: absolute;
  background-color: #929497;
  width: 1px;
  height: 50%;
  bottom: 25%;
  top: 25%;
  right:0;

}



.service-card-lbl {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #231f20;
    position: relative;
    margin-top: 15px;
    height: 40px;
}

.service-card-p {
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-content-p{
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-card-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    color: #000;
    border-bottom: 1px solid #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-card-link:hover {
    color: #a87a48;
    border-bottom: 1px solid #a87a48;
}

.home-service-info{
        height: 150px;
    overflow: hidden;
}

/*home service*/

/*home content banner*/
.home-content-banner{
    width: 100%;
    height: 600;
    overflow: hidden;
    position: relative;
}

.home-content-banner img{
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: unset;
}
.home-banner-content-info{
    padding: 60px 0;
    text-align: center;
}
.home-banner-content-info-lbl{
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    display: block;
}

.home-banner-content-info-p {
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin-top: 50px;
}

.home-banner-ul{
    margin: 50px 0 0 0;
}

.home-banner-ul li{
    display: inline-block;
    margin: 0 15px;
}

.home-banner-ul li label{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.home-banner-ul li p{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
/*home content banner*/


/*methd*/
.home-method-content{
    position: relative;
}
.home-method-content-img{
    position: absolute;
    width: 100;
    height: auto;
    bottom: 0;
    z-index: -1;
}
.home-method-title {
    padding: 30px 0;
    text-align: start;
    position: relative;
    overflow: hidden;
}

.home-method-title-lbl {
    color: #000000;
}

.home-method-title span {
    color: #a87a48;
}

.home-method-title-h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 17px;
    letter-spacing: 0.1em;
    color: #231f20;
    position: relative;
    margin-top: 15px;
}

.home-method-title-h2::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #a87a48;
    left: 365px;
    top: 50%;
    position: absolute;
}
.gold-method{
    text-align: end;
    padding: 15px;
}

.gold-method-lbl {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    display: block;
}

.gold-method-p{
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    margin-top: 30px;
}

.dhi-method{
    text-align: start;
    padding: 15px;
}
.dhi-method-lbl {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    display: block;
}

.dhi-method-p{
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    margin-top: 30px;
}


/*method*/


/*process*/
.the-process-slider{
    margin-top: 10px;
}

.home-demo .item {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    text-align: center;
    border-bottom: 3px solid #a87a48;
    padding: 10px 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* height: 470px; */
}

.item-content{
    height: 220px;
    padding:0 20px;
}
.item-content p{
    font-style: normal;
    font-size: 13px;
    color: #000;
    margin-top: 30px;
}

.home-demo .item:hover{
    border-bottom: 3px solid black;

}
.item-lbl{
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #231f20;
    position: relative;
    height: 40px;
}

.item-link-a{
    background-color: #000000;
    padding: 10px;
    border-radius: 0;
    color: white;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.post-slide:hover .item-link-a{
    color: black !important;
    background-color: #a87a48 !important;

}

.process-hair-content{
    background: linear-gradient(180deg, rgb(241 242 242 / 75%) 50%, rgb(255 255 255 / 0%) 100%);}

    .process-img{
        position: relative;
    }

    .process-img label{
        position: absolute;
        right: 10px;
        bottom: 15px;
        z-index: 9;
        font-size: 30px;
        font-weight: 600;
        color: #333743;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        background: #dddddd54;
            padding: 3px 15px;
        }
/*process*/


/*blog*/

.blog-content{
    background: linear-gradient(0deg, rgb(241 242 242 / 75%) 50%, rgb(255 255 255 / 0%) 100%);

}
.blog-method-title{
    overflow: hidden;
}
.blog-method-title-lbl {
    color: #000000;
}

.blog-method-title span {
    color: #a87a48;
}

.blog-method-title-h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 17px;
    letter-spacing: 0.1em;
    color: #231f20;
    position: relative;
    margin-top: 15px;
}

.blog-method-title-h2::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #a87a48;
        left: 340px;
    top: 50%;
    position: absolute;
}
.blog-paragraf{
    margin: 15px 0;
}
.blog-link-view{
    margin: 15px 0;
    text-align: end;
}
.blog-link-view-a{
    background-color: #000;
    color: #a87a48;
    padding: 10px;
    border-radius: 0;
}
.blog-link-view-a:hover{
    background-color: #000;
    color: #a87a48;
    padding: 10px;
    border-radius: 0;
}
.blog-card {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.blog-img{
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-overlay{
    position: absolute;
    top: 0;
    width: 90%;
    height: 90%;
    background: transparent;
    margin: 3.5% 5%;
    text-align: center;
    align-items: center;
    padding: 15%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blog-overlay label{
    font-weight: 600;
    color: transparent;
    font-size: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.blog-overlay label span{
    font-weight: 600;
    color: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog-card:hover .spn-gold{
    color: #a87a48;
}
.blog-card:hover .lbl-gold{
    color: #ffffff;
}

.blog-card:hover .blog-overlay{
    background: #00000073;
}
.blog-card-content{
    height: 130px;
    padding: 15px 10px;
    overflow:hidden;
}
.blog-date{
    padding: 10px;
    color: #929497;
}

.blog-date i{
    margin-right: 15px;
}

.blog-card-content-lbl{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #231f20;
    position: relative;
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    overflow:hidden;

}

.blog-link{
    padding: 15px 10px;
}

.blog-link-a{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*blog*/

/*comment*/
.comment-method-title{
    overflow: hidden;
}
.comment-method-title-lbl {
    color: #000000;
}

.comment-method-title span {
    color: #a87a48;
}

.comment-method-title-h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 17px;
    letter-spacing: 0.1em;
    color: #231f20;
    position: relative;
    margin-top: 15px;
}

.comment-method-title-h2::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #a87a48;
    left: 155px;
    top: 50%;
    position: absolute;
}
.comment-card{
    background: #fff;
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
    /*padding: 15px;*/
   /* height: 515px;*/
}
.comment-card-icon{
    height: auto;
    overflow: hidden;
    text-align: center;
    text-align: -webkit-center;
    align-items: center;
}
.comment-card-icon img{
    width: 100%;
    height: auto;
    object-fit:cover;
}
.comment-card-content{
    text-align: center;
}
.comment-card-content-lbl{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #231f20;
    position: relative;
    height: 40px;
}

.comment-card-content-p{
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color: #1E1E1E;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; 
    overflow:hidden;

}

.comment-info-main{
    height:150px;
}
/*comment*/

/*footer*/
.footer-content{
    background-color: #191818;
    padding: 20px 0;
}

.footer-logo-info{
    text-align: center;
    text-align: -moz-center;
    padding: 15px 0;
}
.footer-logo-info-p{
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

.footer-logo-info p{
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}
.menu-footer-list li a{
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

.menu-footer-list li a i{
    color: #a87a48;
    margin-right: 5px;
}
.menu-footer-lbl{
    color: #a87a48;
    margin-bottom: 10px;
}

.footer-address-lbl{
    color: #a87a48;
    margin-bottom: 10px;
}

.footer-address-list li a{
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

.footer-address-list li a i{
    color: #a87a48;
    margin-right: 5px;
}

.subscribe-content-lbl{
    color: #a87a48;
    margin-bottom: 10px; 
}
.subscribe-content-p{
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

.subscribe-content input{
    border-radius: 0;
}
.subscribe-content input:focus{
    box-shadow: none;
}

.btn-subscribe{
    background-color: #a87a48;
    color: white;
    border-radius: 0;
    width: 100%;
    margin-top: 15px;
}
.btn-subscribe:hover{
    background-color: #a87a48;
    color: white;
    border-radius: 0;
    width: 100%;
    margin-top: 15px;
}

.footer-bottom{
    padding: 10px 0;
    border-top: 1px solid #a87a48;
}

.footer-bottom-p{
    font-style: normal;
    font-size: 12px;
    line-height: 25px;
    color: #fff;
}
.footer-bottom-p a{
    font-style: normal;
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    margin-left: 5px;
}

.footer-bottom-p a:hover{
    color: #fff;
}
.falllow-footer{
    text-align: end;
}
.fallow-list-footer li{
    display: inline-block;
    margin: 0 10px;
    background-color: #212120;
    width: 35px;
    height: 35px;
    padding: 6px 9px;
}

.fallow-list-footer li a{
    color: #a87a48;    
}
.top-button{
    position: fixed;
    right: 5%;
    bottom: 12%;
    width: 50px;
    height: 50px;
    background-color: #a87a48;
    text-align: center;
    animation: up-down 0.7s;
    display: none;
    z-index: 99;
}


@keyframes slide-down {
0% {
    opacity: 0;
    transform: translateY(-100%);
}

100% {
    opacity: 0.9;
    transform: translateY(0);
}
}

.top-button a{
    color: #fff;
    font-size: 30px;
}
.top-button a:hover{
    color: #fff;
    font-size: 30px;
}
/*footer*/


/*page banner*/
.about-section{
    position: relative;
    overflow: hidden;
    height: 500px;
}

.about-section img{
    position: absolute;
    top: 0;
    left: 5%;
    width: 30%;
}

.page-link label{
    font-size: 10px;
    color: #231f20;
}
.page-link label a{
    font-size: 10px;
    color: #231f20;
}
.page-banner-content{
    width: 100%;
    height: 360px;
    background-color: #f6f5f3;
}
.about-content{
    margin: 0 0 25px 0;
}
.page-banner-about{
    padding: 10% 0;
}
.about-content-title{
    width: 100%;
    text-align: center;
    padding: 15px 0;
}
.about-content-title-h2{
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    letter-spacing: 0.1em;
    color: #231f20;
    position: relative;
    margin-top: 15px;
}

.about-content-title-h2:after {
    position: absolute;
    left: calc(50% - 35px);
    display: block;
    width: 70px;
    border-bottom: 1px solid #231f20;
    content: "";
    margin-top: 10px;
}

.about-content-title-p{
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-top: 30px;
}
/*page banner*/

/*service page*/
.services-card{
    border-bottom: 1px solid rgb(30 30 30 / 22%);
    padding: 10px;
    background-color: white;
}
.img-sercices-card{
    width: 100%;
    height: 300px;
    overflow: hidden;    
}
.services-card-info{
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.img-sercices-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-card-info-lbl{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #231f20;
    position: relative;
    height: 40px;
}

.services-card-info-p{
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color: #1E1E1E;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical; 
    overflow:hidden;
}

.services-card-info-link{
    width: 100%;
    height: 50px;
    text-align: end;
}
.services-card-info-link a{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    color: #000;
    border-bottom: 1px solid #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.services-content {
    margin: 0 0 25px 0;
}

.service-content-title {
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

.service-content-title-h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    letter-spacing: 0.1em;
    color: #231f20;
    position: relative;
    margin-top: 15px;
}

.service-content-title-h2:after {
    position: absolute;
    left: calc(50% - 35px);
    display: block;
    width: 70px;
    border-bottom: 1px solid #231f20;
    content: "";
    margin-top: 10px;
}

.service-detail-img{
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.service-detail-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*service page*/



/*blog*/
.card-blog{
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding-bottom: 10px;
}
.blog-card-img{
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.blog-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-blog-content{
    padding: 10px;
    display: grid;
    height: 145px;
    overflow: hidden;
}
.card-blog-content-lbl{
    color: #41404299;
    font-size: 14px;
}
.card-blog-content-lbl i{
    margin-right: 10px;
}
.blog-card-title{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    display: block;
}

.blog-card-info{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; 
    overflow:hidden;
    font-style: normal;
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}

.blog-card-bottom{
    padding-left: 10px;
}
.blog-card-bottom a{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #41404299;
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*blog*/


/*contact*/

.map-content{
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.map-content iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-content .row .col-12 input{
    border-radius: 0;
    margin-bottom: 20px;
    font-size: 12px;
}
.form-content .row .col-12 textarea{
    border-radius: 0;
    margin-bottom: 20px;
    font-size: 12px;
}
.form-content .row .col-12 input:focus{
    box-shadow: none;
}

.form-content .row .col-12 textarea:focus{
    box-shadow: none;
}

.btn-form-send {
    background-color: #a87a48;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    width: 100%;
}

.btn-form-send:hover {
    background-color: #a87a48;
    color: #fff;
}
.contact-form-bottom{
    display: grid;
    padding: 10% 0;
}

.contact-form-bottom label{
    margin: 0 0 15px 0;
}

.contact-form-bottom label i{
    color: #a87a48;
    margin-right: 5px;
}

.contact-form-bottom label a{
    color: #000;
    font-size: 14px;
}

.accordion-button{
    font-weight: 400;
}
.accordion-button:not(.collapsed) {
    color: white !important;
    background-color: #a87a48 !important;
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}
/*contact*/



.request-form{
    position: fixed;
    width: 100%;
    height: 0;
    top: 0;
    z-index: 9;
    background-color: white;
    padding: 0;
    overflow: hidden;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
    z-index: 999;
}

.btn-closes{
    background-color: black;
    color: white;
    border-radius: 0;
}

.btn-closes:hover{
    background-color: black;
    color: white;
    border-radius: 0;
}
.request-form-title{
    width: 100%;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    padding: 30px 0;
}
.request-form-title-h2{
    color: black;
    font-size: 40px;
}
.closes{
    position: absolute;
    right: 15px;
    top: 15px;
}

.form-content .col-12 input{
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
    font-size: 14px;
    border: 1px solid #1E1E1E;
    color: #1E1E1E;
}
.form-content .col-12 textarea{
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #1E1E1E;
    color: #1E1E1E;
}
.button-send-content{
    width: 100%;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    padding: 15px 0;

}

.btn-form-send{
    background-color: black;
    color: white;
    border-radius: 0;
    width: 50%;
}
.btn-form-send:hover{
    background-color: black;
    color: white;
    border-radius: 0;
    width: 50%;
}

.fallow-list {
    position: fixed;
    right: 15px;
    top: 60%;
    z-index: 999;
}

.fallow-ul li {
    margin: 15px 0;
    list-style: none;
}

.fallow-ul li a img {
    width: 35px;
    height: auto;
}



.whatsapp-fixed {
    position: fixed;
    bottom: 3%;
    right: 1%;
    z-index:9;
}

.whatsapp-content {
    background-color: #00d95f;
    border-radius: 20px;
    padding: 5px 20px;
     animation: blinker2 1.5s linear infinite;
}

@keyframes blinker2 {
    50% {
        background-color: #0a9948;
    }
}

.whatsapp-content a {
    text-decoration: none;
    color: white;
}

.whatsapp-content a span{
    text-decoration: none;
    color: white;
}
.whatsapp-content a img {
    width: 25px;
    height: auto;
}


@media only screen and (max-width: 768px) {
    .whatsapp-fixed {
        position: fixed;
        bottom: 0;
        right: unset;
        width: 100%;
        text-align: center;
    }

    .whatsapp-content {
        background-color: #00d95f;
        border-radius: 0;
        padding: 10px 20px;
    }
}

form .row .col-12 input {
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 0;
    margin-bottom: 15px;
}

form .row .col-12 textarea {
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 0;
    margin-bottom: 15px;
}

.form-blog-title {
    font-size: 25px;
    margin: 25px 0;
}

.btn-blog {
    background: #a87a48;
    border-radius: 5px;
    color: white;
    padding: 9px;
    font-size: 14px;
    font-weight: 600;
    float: right;
}

.btn-blog a{
    color:white;
    
}

.btn-blog a:hover{
    color:white;
    
}

.security {
    display: flex;
    align-items: baseline;
}

.security input {
    width: 100px;
    margin-left: 10px;
}

.security label {
    font-weight: 600;
}

.btn-blog-send {
    background-color: black;
    color: white;
    border-radius: 0;
    width: 50%;
}

.btn-blog-send:hover {
    background-color: black;
    color: white;
    border-radius: 0;
    width: 50%;
}

.btn-blog:hover {
    background: #a87a48;
    border-radius: 5px;
    color: white;
    padding: 9px;
    font-size: 14px;
    font-weight: 600;
}

.btn-blog:focus {
    background: #a87a48;
    border-radius: 5px;
    color: white;
    padding: 9px;
    font-size: 14px;
    font-weight: 600;
}


.modal1 {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #00000040;
    text-align: -webkit-center;
    padding-top: 2%;
    display: none;
    top: 0;
    z-index: 99;
}

.modal-conetnt1 {
    width: 65%;
    height: auto;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
}

.no-gutters {
    width: 100%;
    padding: 20px 0;
}

.no-gutters iframe {
    width: 100%;
    height: 100%;
}

.modal-title {
    font-weight: 600;
    font-size: 1.5em;
}

.close-btn {
    width: 100%;
    text-align: end;
}

.btn-modal-close:focus {
    box-shadow: none;
}

.modal-image-content {
    width: 100%;
    height: 740px;
    overflow: hidden;
}

.btn-modal-close {
    color: black;
    font-size: 25px;
    border: none;
}


.btn-modal-close:hover {
    color: black;
    font-size: 25px;
    border: none;
}

.btn-modal-close:hover {
    color: black;
    font-size: 25px;
    border: none;
}

@media only screen and (max-width: 768px) {
    .modal-conetnt1 {
        width: 100%;
    }
}





/* slider code*/
.card-slider-title{
        text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    padding: 0 25px;
}
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
            overflow: hidden;
}
.item-link{
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
        margin-bottom: 10px;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
  	height: 280px;
}
.post-slide .post-img img{
    width: 100%;
    height: 100%;
    transform: scale(1,1);
    transition: transform 0.2s linear;
    object-fit: cover;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
        padding: 2px 20px 50px 20px;
    border-radius: 15px;
}

.post-content p{
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;  
	overflow:hidden;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
      text-decoration: none;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
    float: right;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: left;
    font-size: 12px;
    background: #c50212;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #c50212;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #c50212;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:40%;
    left:-40px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:40%;
    right:-40px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

@media only screen and (max-width:915px){
  .owl-controls .owl-buttons .owl-prev{
  	left:0px;
  }
  .owl-controls .owl-buttons .owl-next{
  	right: 0px;
  }
  .post-slide .read-more {
    padding: 7px 20px;
    float: left;
    font-size: 12px;
    background: #c50212;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #c50212;
    border-radius: 25px;
    text-transform: uppercase;
    position: relative;
    top: -15px;
}
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}



   .comment-picture{
            width:100%;
            height:auto;
            overflow:hidden;
        }
        
        .comment-picture img{
            width:100%;
            height:100%;
            object-fit: cover;
        }
        
        
        
        
         .item-card{
                    width: 100%;
                        height: 255px;
                    background: white;
                    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
                        margin-bottom: 40px;
                }
                .item-card-img{
                    width: 100%;
                 height: 190px;
                   overflow: hidden;
                       padding: 10px;
                }
                .item-card-img img{
                   object-fit: scale-down;
                    width: 100%;
                     height: 100%;
                }
                .item-card-title{
                       display: flex;
                       text-align: center;
                        justify-content: center;
                        padding: 15px 0;
                        font-size: 20px;
                }
                .item-card-main{
                          text-align: center;
                            height: 255px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                }
                .item-card-main h2{
                        font-size: 45px;
                }