* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: signature;
    /* src: url('../fonts/Signature.otf'); */
    src: url('../fonts/Signature-bold.otf');
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    /* cursor: url('data:image/svg+xml;utf,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 24 24" fill="none" stroke="green" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-scissors-line-dashed"><path d="M5.42 9.42 8 12"/><circle cx="4" cy="8" r="2"/><path d="m14 6-8.58 8.58"/><circle cx="4" cy="16" r="2"/><path d="M10.8 14.8 14 18"/><path d="M16 12h-2"/><path d="M22 12h-2"/></svg>'),auto; */
}


a,
p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;


}



header {
    position: fixed;
    z-index: 99;
    top: 0;
}

nav .logo img {
    width: 120px;
}


.logo-box {
    float: left;
    margin-right: 20px;
}

.logo-box a {
    outline: none;
    display: block;
}

.logo-box img {
    display: block;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 80px;
    background: transparent;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
    z-index: 99;
}

nav .navbar {
    height: 100%;
    max-width: 1250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 0 50px;
    /* margin-top: 15px; */
}

.navbar .logo a {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

nav .navbar .nav-links {
    line-height: 70px;
    height: 100%;
}

nav .navbar .links {
    display: flex;
    margin-bottom: 0;
}

nav .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 13px 14px;
}

nav .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg);
}

nav .navbar .links li .arrow {
    /* background: red; */
    height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
    position: absolute;
    top: 95px;
    left: 0;
    line-height: 40px;
    background: #282828;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
    width: 250px;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
    display: block;
}

.navbar .links li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.navbar .links li .sub-menu a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.navbar .search-box {
    position: relative;
    height: 40px;
    width: 40px;
}

.navbar .search-box i {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    top: 10px;
}

.navbar .search-box .input-box {
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 300px;
    background: #000;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

.navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: #000;
}

.search-box .input-box::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #000;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
}

.search-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .bx-menu {
    display: none;
}

@media (max-width:920px) {
    nav .navbar {
        max-width: 100%;
        padding: 0 25px;
    }

    nav .navbar .logo a {
        font-size: 27px;
    }

    nav .navbar .links li {
        padding: 0 10px;
        white-space: nowrap;
    }

    nav .navbar .links li a {
        font-size: 15px;
    }
}

@media (max-width:800px) {

    .navbar .bx-menu {
        display: block;
    }

    nav .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        /* max-width: 270px; */
        width: 100%;
        background: #000;
        line-height: 40px;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
    }

    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #fff;
    }

    .sidebar-logo i,
    .navbar .bx-menu {
        font-size: 25px;
        color: #fff;
    }

    nav .navbar .links {
        display: block;
        margin-top: 20px;
    }

    nav .navbar .links li .arrow {
        line-height: 40px;
    }

    nav .navbar .links li {
        display: block;
    }

    nav .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
    }

    nav .navbar .links li .sub-menu li {
        border-bottom: none;

    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

    .navbar .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }

    .navbar .links li .sub-menu .more span {
        /* background: red; */
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu {
        display: none;
    }

    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }

    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow {
        transform: rotate(180deg);
    }

    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width:370px) {
    nav .navbar .nav-links {
        max-width: 100%;
    }
}



.carousel-caption {
    width: 50%;
    top: 41%;
    position: absolute;
    /* right: 15%; */
    left: 25%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.carousel-item img {
    height: 885px;
}

.carousel-caption strong {
    font-size: 40px;
    font-family: signature;
    letter-spacing: 3px;
    color: #c59d5f;
}

.carousel-caption h1 {
    font-size: 50px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;

    text-transform: uppercase;
    color: #fff;
    padding: 1rem;
}

.carousel-caption p {
    font-size: 14px;
    text-transform: capitalize;
}

.form-section {
    padding: 80px 0;
    background-color: #000;
}

.form-section form input {
    height: 50px;
    border-radius: 0;
    width: 100%;
    /* padding: 0; */
    background: #000;
}

.form-section form textarea {
    background-color: #000;
}

.form-section form input:focus,
.form-section form textarea:focus {
    box-shadow: none;
    background-color: #000;
    color: #fff;
    border: 1px #c59d5f solid;
    /* transform: 0.2s ease-in-out; */
}

.form-section form input:focus .form-section form input::placeholder {
    display: none;
}

.form-section form button {
    background-color: #fff;
    color: #000;
    padding: 15px 0px;
    border-radius: 0;
    width: 100%;

    border: none;
}

.form-section form button:hover {
    background-color: #c59d5f;
    color: #000;
}

.hair-style {
    display: flex;
}

.hair-style .hair1 {
    width: 33.333%;
    height: 600px;
    background-color: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.hair-style .hair1 .content-section {
    text-align: center;
}

.hair-style .hair1 .content-section span {
    display: inline-block;
    font-size: 40px;
    font-weight: 400;
    color: #c59d5f;
    margin-bottom: 10px;
    font-family: signature;
}

.hair-style .hair1 .content-section h1 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.41em;
    text-transform: uppercase;
    color: #000;
}

.hair-style .hair1 .content-section h3 {
    FONT-SIZE: 14px;
    margin: 0;
    text-transform: uppercase;
    color: #000;
}

.hair-style .hair1 .content-section .readmore {
    margin-top: 30px;
}

.hair-style .hair1 .content-section .readmore a {
    color: #c59d5f;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

#bg-banner {
    background-image: url('../images/banner/bg-banner.jpg');
    /* height: 500px; */
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5em 0;
}

.subscribebanner {
    background-image: url('../images/banner/subscribe-image.jpg');
    /* height: 500px; */
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10em 0;
}

.subscribebanner h1,
h5 {
    color: #fff !important;
}

.subscribebanner input {
    background-color: #fff !important;
}

#bg-banner .text-section {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.text-section .banner-content span {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}

.text-section .banner-content h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.text-section .banner-content p {
    width: 50%;
    margin-bottom: 3rem;
    color: #fff;
    text-align: center;
    margin: 1rem auto;
}

.text-section .banner-content a {
    margin-top: 1rem;
    padding: 15px 50px;
    border: 1px #fff solid;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.text-section .banner-content a:hover {
    background-color: #c59d5f;
}

#grid-gallery {
    padding: 8rem 0;
}

.box {
    color: #fff;
    background: #000;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    z-index: 1;
}

.box:before {
    content: "";
    border: 3px solid #c59d5f;
    opacity: 0;
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 15px;
    right: 15px;
    transition: all 0.4s ease-in-out;
    z-index: -111;
}

.box:hover:before {
    top: 15px;
    bottom: 15px;
    opacity: 0.9;
}

.box img {
    width: 100%;
    height: auto;
    transition: all 0.2s ease-out;
}

.box:hover img {
    opacity: 0.2;
}

.box-content {
    text-align: right;
    opacity: 0;
    position: absolute;
    top: 31px;
    right: 33px;
    transition: all 0.4s ease-in-out;
}

.box:hover .box-content {
    opacity: 1;
}

.box .title {
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    margin: 0 0 2px;
}

.box .post {
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
    display: block;
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    bottom: 30px;
    left: 33px;
    transition: all 0.4s ease-in-out;
}

.box:hover .icon {
    opacity: 1;
}

.box .icon li {
    display: inline-block;
    margin: 0 6px 0 0;
}

.box .icon li a {
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
    display: block;
    transition: all 0.4s ease-in-out;
}

.box .icon li a:hover {
    background: rgb(219, 18, 18);
    transform: rotate(360deg);
    border-radius: 10px;
}

@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px;
    }
}

#beauty-section {
    background-image: url('../images/banner/banner2.jpg');
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10em 0;
    text-align: center;
}

.beauty-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}

#beauty-section .beauty-content span {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}

#beauty-section .beauty-content h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
}

#beauty-section .beauty-content p {
    margin-bottom: 2rem;
    color: #fff;
}

#beauty-section .beauty-content a {
    color: #c59d5f;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.beauty-image {
    position: relative;
}

.beauty-image .beauty2 {
    position: absolute;
    top: 50%;
    right: -39%;
}

#price {
    padding: 7em 0;
}

.hair-price h2 {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: right;
}

.price-section hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #afaaa9;
    width: 50%;
    margin-left: 5px;
}

.Price-heading {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: left;
    margin: 5px 0;
}

.Price-heading h3 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.5em;
    text-transform: uppercase;
    margin: 0;
}

.Price-heading span {
    display: inline-block;
    margin-bottom: 5px;
    color: #afaaa9;
}

.price-section p {
    margin: 0;
    color: #afaaa9;
}

#product {
    padding: 7em 0;
    background-color: #282828;
}

#product .Blog-heading h1 {
    color: #c59d5f;
    font-weight: bold;
    font-size: 42px;
}

.product-grid .product-image {
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    position: relative;
}

.product-grid .product-image a.image {
    display: block;
}

.product-grid .product-image img {
    width: 100%;
    transition: all 0.3s ease 0s;
}

.product-grid:hover .product-image img {
    opacity: 0.5;
}

.product-grid .product-discount-label {
    color: #000;
    background: #c59d5f;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 26px;
    width: auto;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 10px;
}

.product-grid .quick-view {
    color: rgba(22, 22, 22, 1);
    background: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    transform: rotateY(90deg);
    position: absolute;
    bottom: 2px;
    right: 2px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.product-grid .product-image:hover .quick-view {
    transform: rotateY(0deg);
}

.product-grid .quick-view:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(22, 22, 22, 1);
}

.product-grid .quick-view:before,
.product-grid .quick-view:after {
    content: attr(data-tip);
    color: #fff;
    background-color: #0984e3;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0 10px;
    white-space: nowrap;
    visibility: hidden;
    transform: translateY(-50%);
    position: absolute;
    right: 38px;
    top: 50%;
}

.product-grid .quick-view:after {
    content: '';
    height: 8px;
    width: 8px;
    padding: 0;
    border-radius: 0;
    transform: translateY(-45%) rotate(45deg);
    right: 35px;
    z-index: -1;
}

.product-grid .quick-view:hover:before,
.product-grid .quick-view:hover:after {
    visibility: visible;
}

.product-grid .product-content {
    padding: 15px 0 0;
    overflow: hidden;
    position: relative;
}

.product-grid .product-category {
    color: #707070;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin: 0 0 4px;
    display: block;
}

.product-grid .product-category a {
    color: #fff;
    transition: all .3s ease 0s;

}

.product-grid .product-category a:hover {
    color: #c59d5f;
}

.product-grid .title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 15px 0 5px;
}

.product-grid .title a {
    transition: all 0.3s ease 0s;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    /* max-width: .5rem 0; */
}

.product-grid .title a:hover {
    color: #c59d5f
}

.product-grid .price {
    color: #c59d5f;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.product-grid .price span {
    color: #707070;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-decoration: line-through;
    margin: 0 7px 0 0;
}

.product-grid:hover .price {
    opacity: 0;
    transform: translateY(-25px);
}

.product-grid .product-links {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -25px;
    left: 20%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.product-grid:hover .product-links {
    color: #f50000;
    opacity: 1;
    bottom: 0;
}

.product-grid .product-links li {
    display: inline-block;
}

.product-grid .product-links li:nth-child(2),
.product-grid .product-links li:nth-child(3) {
    float: right;
}

.product-grid .product-links li a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    line-height: 25px;
    height: 25px;
    width: 25px;
    display: block;
    transition: all 0.3s ease 0s;
}

.product-grid .product-links li:first-child a {
    color: #fff;
    text-transform: uppercase;
    width: auto;
    padding: 0 5px;
    border-bottom: 2px solid #c59d5f;
}

.product-grid .product-links li a:hover {
    color: #c59d5f;
}

.product-grid .product-links li:first-child a:hover {
    border-bottom: 2px solid #fff;
    text-decoration: none;
}

@media screen and (max-width: 990px) {
    .product-grid {
        margin-bottom: 30px;
    }
}

#brand-slider {
    padding: 4em 0;
    background-color: #000;
    height: 400px;
}

.hover-animation {
    position: relative;
}

.hover-animation img {
    position: absolute;
    transition: opacity 1s ease-in-out;
    width: 100%;
    height: 300px;
}

.hover-animation img.image-front:hover {
    opacity: 0;
    cursor: pointer;

}

.product-grid .product-image {
    border-radius: 0px;
    overflow: hidden;
    position: relative;
}

.product-grid .product-image a.image {
    display: block;
}

.product-grid .product-image img {
    width: 100%;
    height: auto;
}

.product-grid .product-image .pic-1 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0px, 0px);
    transition: all 0.5s ease 0s;
}

.product-grid:hover .product-image .pic-1 {
    opacity: 0;
    transform: translate(-100%, 0);
}

.product-grid .product-image .pic-2 {
    width: 100%;
    transform-origin: center center;
    transform: translate(0, 100%);
    transition: all 0.5s ease 0s;
}

.product-grid:hover .product-image .pic-2 {
    transform: translate(0, 0);
}

#Testimonial {
    padding: 7em 0;
    background-color: #000;
}

.testimonial {
    text-align: center;
}

.description {
    color: #656565;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 30px;
    padding: 0px 5%;
    position: relative;
}

/* .description:before {
    content: "''";
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 2%;
    color: #c59d5f;
    font-size: 36px;
}

.description:after {
    content: "''";
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 2%;
    color: #c59d5f;
    font-size: 36px;
} */

.pic {
    width: 94px;
    height: 94px;
    margin: 0 auto;
}

.pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.testimonial-title {
    font-size: 18px;
    color: #c59d5f;
    font-weight: bolder;
    text-transform: capitalize;
    padding-top: 20px;
}

.testimonial-title>small {
    display: block;
    color: #656565;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 15px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #c59d5f;
}

.owl-theme .owl-controls .owl-page span {
    opacity: 1;
}

@media screen and (max-width: 480px) {
    .description {
        font-size: 19px;
        line-height: 29px;
    }

    .description:before,
    .description:after {
        font-size: 25px;
    }
}

#subscriber {
    padding: 7em 0;
    text-align: center;
}

.subscribe-section h5 {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .25em;
    line-height: 1.33em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.subscribe-section h1 {
    color: #000;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.41em;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.subscribe-section input {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    cursor: inherit;
    font-family: inherit;
    font-size: 13px;
    font-weight: inherit;
    height: 52px;
    line-height: 50px;
    margin: 0 0 15px;
    outline: 0;
    padding: 0 20px;
    width: 100%;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    /* -webkit-appearance: none; */
}

.subscribe-section input:focus {
    box-shadow: none;
    border-color: #000;
}

.subscribe-section button {
    font-family: inherit;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    outline: 0;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: .25em;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    padding: 18px 70px;
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
    cursor: pointer;
}

.subscribe-section button:hover,
.subscribe-section button:focus,
.subscribe-section button:active {
    background-color: #c59d5f;
    border-color: #c59d5f;
    box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #c59d5f;
    border-color: #c59d5f;
    box-shadow: none;
}

.subscribe-section .input-group {
    width: 60%;
    margin: 0 auto;
}

.contact h3 {
    color: #000;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.41em;
    text-transform: uppercase;
    text-align: left;
}

.contact-description p {
    text-align: left;
    color: #afaaa9;
}

.contact-info {
    text-align: left;
}

.contact-info div {
    margin: 1rem 0;
}

.contact-info span {
    font-size: 18px;
    color: #000;
    display: inline-block;
}

.contact-info span i {
    color: #c59d5f;
    display: inline-block;
    margin-right: 10px;
}

.bg-footer {
    background-color: #282828;
    padding: 50px 0 30px;
    text-align: left;
}

.bg-footer .list-unstyled {
    text-align: left;
}

.footer-heading {
    letter-spacing: 2px;
}

.footer-link a {
    color: #acacac;
    line-height: 40px;
    font-size: 14px;
    transition: all 0.5s;
}

.footer-link a:hover {
    color: #c59d5f;
}

.contact-info {
    color: #acacac;
    font-size: 14px;
}

.footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}

.facebook {
    background-color: #4e71a8;
    color: #ffffff;
}

.twitter {
    background-color: #55acee;
    color: #ffffff;
}

.google {
    background-color: #d6492f;
    color: #ffffff;
}

.apple {
    background-color: #424041;
    color: #ffffff;
}

.footer-alt {
    color: #acacac;
}

.footer-heading {
    position: relative;
    padding-bottom: 12px;
}

.footer-heading:after {
    content: '';
    width: 25px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #c59d5f;
}

.header {
    position: fixed;
    z-index: 1000;
    height: 100px;
    width: 100%;
    background: transparent;
    padding: 0px;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

.active {
    background-color: #000;
    /* backdrop-filter: .5; */
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    display: block;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: #c59d5f;
    border-color: #c59d5f;
    z-index: 999;
}

/* --------------Contact Page Css--------- */
.contactBtn button {
    background-color: #c59d5f !important;
    color: #000 !important;
    width: 100% !important;
    margin-top: 1rem;
}

/* --------------Blog Page and blog Section Css--------- */
#blog-section {
    padding: 7em 0;
}

.product-content .blog-description a {
    color: #fff;
    text-align: left;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.product-content .blogread a {
    color: #c59d5f;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    display: inline-block;
    margin-top: .5rem;
}

#blog-section .blog-details {
    margin-bottom: 80px;
    border-radius: 5px;
}

#blog-section .blog-image a img {
    width: 100%;
}

#blog-section .blog-date span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .25em;
    line-height: 1.33em;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 100%;
    padding: 1rem 0;
}

#blog-section .blog-date span:hover,
#blog-section .blog-heading h4:hover {
    cursor: pointer;
    color: #c59d5f;
}

#blog-section .blog-heading h4 {
    color: #000;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.41em;
    text-transform: uppercase;
}

#blog-section .blog-description p {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 18px 0 0;
}

.blogquoet {
    padding: 50px 30px;
}

.blogquoet h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.5em;
    text-transform: uppercase;
    text-align: center;
}

.blogquoet p {
    width: 100%;
    text-align: center;
    margin: 1em 0;
}

.trending-blogs .seacrh-section {
    margin-bottom: 1.5rem;
}

.trending-blogs .seacrh-section input {
    height: 50px;
    border-radius: 0;
}

.trending-blogs .seacrh-section input:focus {
    box-shadow: none;
    border-color: #c59d5f;
    background-color: #000;
    color: #fff;
}

.trending-blogs .seacrh-section .input-group-append span {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
}

.trending-blogs .seacrh-section .input-group-append span:hover {
    background-color: #c59d5f;
    border-color: 2px #c59d5f solid;
    transition: all ease-out .5s;
}

.trending-blogs .about-heading h5 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #000 !important;
}

.trending-blogs .about-description p {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 18px 0 1rem;
}

.trending-blogs .trending-services h6 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.5em;
    text-transform: uppercase;
}

.trending-blogs .trending-services ul li {
    list-style-type: none;
}

.trending-blogs .trending-services ul li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    display: inline-block;
    padding: 5px 0;

}

.trending-blogs .trending-services ul li a:hover {
    color: #c59d5f;
    text-decoration: underline;
    transition: all ease-out .5s;
}

.trending-blogs .categories h1 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.5em;
    text-transform: uppercase;
    margin: 0;
}

.trending-blogs .categories h3 {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: normal;
    display: block;
}

.trending-blogs .categories h3 a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.trending-blogs .categories h3 a:hover {
    color: #c59d5f;
    transition: all ease-out .3s;
}

#serviceList {
    padding: 3em 0;
}

#serviceList .service-heading h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 1rem 0;
    line-height: 30px;
}

.aboutBanner img {
    height: auto !important;
}

/* .bg-banner{
    background-image: url('../images/bg-image.jpg');
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    
}
@media only screen and (max-width:992px){
    .bg-banner{
        background-image: url('../images/Mobile-banner.jpg') !important;
    }
} */
:root {
    --main-color: #c59d5f;
}

#services {
    padding: 3em 0;
    background-color: #000000;
}

#services .service-heading h1 {
    color: #c59d5f;
    font-weight: bold;
    font-size: 42px;
}

.demo {
    background-color: #eee;
}

.serviceBox {
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 25px 15px 35px;
    border: 5px solid #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    height: 250px;
}

.serviceBox:before {
    content: "";
    width: calc(100% + 10px);
    height: 40px;
    border-radius: 0 0 30px 30px;
    border: 5px solid #c59d5f;
    border-top: none;
    position: absolute;
    bottom: -5px;
    left: -5px;
}

.serviceBox .service-icon {
    background: var(--main-color);
    font-size: 40px;
    line-height: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    margin: 0 auto 15px;
}

.serviceBox .title {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px;

}

.serviceBox .description {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 24px;
    margin: 0;
}



@media only screen and (max-width: 1199px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}

ul.serviceList li {
    background: url(../images/yBullet.png) 0 6px no-repeat;
    padding-left: 20px;
    list-style-type: none;
}

.size24 {
    font-size: 24px;
    font-weight: bold;
}

.contact-info a {
    font-size: 18px;
    color: #000;
    display: inline-block;
    text-decoration: none;
    text-transform: lowercase;
}

.mobile-banner {
    display: none;
}

.desktop-banner {
    display: block;
}
.boxcontent h3{
    font-weight: 700;
    font-size: 24px;
}