    .location-strip {
        background: #ffffff;
        border: 1px solid #e5e7eb;
        padding: 12px 18px;
        border-radius: 8px;
        font-size: 16px;
        color: #374151;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        margin-top: 10px;
    }

    .location-strip strong {
        color: #111827;
        font-weight: 600;
    }

    .sep {
        color: #9ca3af;
    }

    p {
        font-size: 16px;
        line-height: 25px;
        text-align: justify;
        font-family: sans-serif;
    }

    h2,
    .h2 {
        color: #131313;
        font-size: 28px;
        font-weight: bold;
    }

    h3 {
        color: #131313;
        font-size: 26px;
        font-weight: bold;
    }

    .text-right {
        text-align: right;
    }

    .text-right {
        text-align: right;
    }

    .padd-top-40 {
        padding-top: 40px;
    }

    .padd-50 {
        padding: 50px 0px;
    }

    .padd-30 {
        padding: 30px 0px;
    }

    .padd-20 {
        padding: 20px 0px;
    }

    .padd-80 {
        padding: 80px 0px;
    }

    .padd-0 {
        padding: 0px;
    }

    .padd-top-50 {
        padding-top: 50px;
    }

    .margin-top-80 {
        margin: 80px 0px;
    }

    .marg-30 {
        margin: 30px 0px;
    }

    .marg-80 {
        margin: 80px 0px;
    }

    .marg-btm-40 {
        margin-bottom: 40px;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: none;
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: none;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control.left {
        background-image: none;
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: none;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -70px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -70px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 18px;
        background: #000;
        padding: 5px;
    }

    .owl-nav {
        text-align: center;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot {
        padding: 0px 10px !important;
        font: inherit;
        font-size: 20px;
        background: #000;
        color: #fff;
        margin: 0px 10px;
    }

    .sect-title-2 {
        color: #ffffff;
        padding: 0;
        font-family: 'Poppins', sans-serif;
        font-size: 22px;
    }

    .sect-title-3 {
        color: #ffffff;
        padding: 0;
        font-weight: bold;
        font-size: 20px;
    }

    .sect-title-4 {
        color: #fff;
        font-size: 20px;
    }


    /*===HEADER===*/
    .header-main {
        background: #ffff;
        color: #000;
        box-shadow: 0px 0px 20px 0px #0000;
        height: 70px;

    }

    .navbar-default .navbar-nav>li>a {
        color: #000000;
        padding: 10px 25px;
        font-size:16px;
    }

    .headerbx-top img {
        /* padding: 10px 0px; */
        width: 100%;
    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        background-color: inherit;
           color: #000;
        /*border-bottom: solid 2px #4b4b4b;*/
    }

    @media (max-width: 768px) {

        .navbar-default .navbar-nav>.active>a,
        .navbar-default .navbar-nav>.active>a:focus,
        .navbar-default .navbar-nav>.active>a:hover {
            color: #f4d479;
            border-bottom: solid 1px #f4d479;
        }
    }

    .navbar-default .navbar-nav>.active>a:before,
    .navbar-default .navbar-nav>.active>a:focus:before,
    .navbar-default .navbar-nav>.active>a:hover:before {
        /* content: "\f2dc"; */
        font-family: 'Fontawesome';
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: -10px;
        font-size: 14px;
        left: 0px;
    }

    .navbar-default .navbar-nav>.active>a:after,
    .navbar-default .navbar-nav>.active>a:focus:after,
    .navbar-default .navbar-nav>.active>a:hover:after {
        /* content: "\f2dc"; */
        font-family: 'Fontawesome';
        position: absolute;
        width: 100%;
        text-align: center;
        top: -14px;
        font-size: 14px;
        left: 0px;
    }

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        color: #f3bb23;
        background-color: transparent;
    }

    .sticky .setbgNew {
        padding: 0px 20px;
        box-shadow: 0px 0px 10px 0px #ddd;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999999;
        /* background: #000; */
    }

    .sticky #navbar7 ul {
        margin: 25px 0px;
    }

    .sticky .headerbx-top img {
        padding: 8px 0px;
        width: 220px;
    }

    .sticky .nav>li img {
        max-width: none;
        width: 100px;
        padding: 10px 0px;
        display: block;
    }

    .navbar {
        margin-bottom: 0px;
        border: 1px solid transparent;
    }

    .nav>li img {
        max-width: none;
        width: 100px;
        padding: 10px 0px;
        display: none;
    }

    .navbar-default {
        background: #0000;
        border: none;
        border-radius: 0px;
    }

    .menuName {
        text-align: right;
        margin: 25px 0px;
        /*font-family: initial;*/
    }

    /*.menuName li {*/
    /*    font-weight: bold;*/
    /*    font-size: 18px;*/
    /*    background: #0000;*/
    /*    padding: 0px 10px;*/
    /*}*/

    .menuName li a {
        font-weight: bold;
        font-size: 16px;
        /*text-transform: uppercase;*/
        text-decoration: none;
    }

    /* Dropdown Button */
    .dropbtn {
        background-color: #0000;
        color: white;
        padding: 15px;
        font-size: 14px;
        font-weight: bold;
        border: none;
        /*text-transform: uppercase;*/
        padding: 10px 10px;
    }

    .dropbtn:hover {
        background-color: #fff;
    }

    .dropbtn span {
        color: #000;
        text-decoration: none;
        font-weight: bold;
    }

    .dropbtn span:hover {
        color: #3d3c3b;
    }

    .dropbtn i {
        color: #2e2e2e;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background: #5a5a5a;
        color: #fff;
        min-width: 200px;
        z-index: 99999;
        box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .5);
    }

    .dropdown-content a {
        color: #fff;
        padding: 5px 10px;
        display: block;
        text-align: left;
        border-bottom: 1px solid #f5f4f4;
    }

    .dropdown-content a:hover {
        background: #000;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .dropdown:hover .dropbtn {
        background-color: #0000;
    }

    /*===End HEADER===*/

    /*==slider SECTION==*/
    .section-slider-title {
        padding: 40px;
        margin-top: 60px;
        background: #0000;
    }

    .slider-Sect {
        position: absolute;
        background: #fff;
        margin: 80px 50px 80px 80px;
        padding: 50px 40px;
    }

    .slider-bx2 {
        background-image: url(images/banner-2.html);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .section-slider-title h3 {
        color: #d3ab55;
        font-weight: bold;
        font-size: 25px;
        font-family: initial;
        margin: 0px;
    }

    .section-slider-title h1 {
        color: #fff;
        font-weight: bold;
        font-size: 45px;
        line-height: 70px;
        letter-spacing: 5px;
        text-transform: uppercase;
        font-family: initial;
        margin: 15px 0px;
    }

    .section-slider-title h1 span {
        color: #d3ab55;
    }

    .section-slider-title p {
        color: #fff;
        padding-bottom: 10px;
    }
     .section-slider-title h2 {
    color: white;
    font-family: initial;
    text-transform: uppercase;
    font-size: 40px;
     }
     
@media (max-width: 768px) {
    .section-slider-title h2 {
        font-size: 25px;
        line-height: 40px;
}
    .slider-Sect {
        position: absolute;  
        bottom: 20px;       
        left: 15px;
        right: 15px;
        margin: 0;
        padding: 15px;
        background: rgba(0,0,0,0.5);
    }

    .section-slider-title {
        padding: 0;
        margin: 0;
        text-align: left;
    }

    .section-slider-title h1 {
        font-size: 20px;
        line-height: 28px;
    }

    .section-slider-title h3 {
        font-size: 14px;
    }
    
    .section-slider-title p {
        font-size: 13px;
    }

    .slider-Sect .btn,
    .slider-Sect a {
        display: inline-block;
        font-size: 13px;
        padding: 8px 12px;
        margin-top: 10px;
    }
}
    /*==END SLIDER==*/

    /*==counter Section ==*/
    .counter-section {
        /* background:url(images/bg-3.jpg); */
        background: rgb(43, 42, 42);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px 0;
    }

    .counter-section .big-icon {
        display: block;
        float: left;
        width: 80px;
        height: 80px;
        line-height: 80px;
        background: #fff;
        margin-right: 15px;
        text-align: center;
    }

    .counter-section .big-icon i {
        font-size: 80px;
        color: #ffae00;
    }

    .counter-content h2 {
        font-size: 20px;
        color: #fff;
        padding-top: 10px;
        margin: 10px 0px;
        font-weight: bold;
    }

    .counter-content p {
        text-transform: uppercase;
        color: #fff;
    }

    .counter-section .counter .counter-item {
        min-width: 150px;
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
        border-right: 1px solid #b9b9b945;
        text-align: center;
        display: inline-block;
        padding: 20px 70px;
    }

    .counter-section .counter .counter-item i {
        font-size: 40px;
        color: #d3ab55;
    }

    .counter-section .counter .counter-item h4 {
        font-size: 18px;
        color: #fff;
        margin-bottom: 4px;
    }

    .counter-section .counter .counter-item:last-child {
        border-right: none;
    }

    /*==section Title==*/
    .section-heading h2 {
        /* border-left: 6px solid #171616; */
        padding: 0px 0 8px 0px;
        margin: 0px 0 0px 0;
        position: relative;
        color: #c59632;
        /* text-transform: uppercase; */
        font-size: 22px;
        font-weight: bold;
        font-family: initial;
        line-height: 30px;
    }

    .courses-content b {
        font-size: 22px;
    }

    .section-heading h2::before {
        top: 20%;
        left: -20px;
        /* content: "\f2dc"; */
        font-family: 'Fontawesome';
        display: inline-block;
        position: absolute;
        color: #d3ab55;
        font-size: 28px;
        background: #000;
        padding: 5px;
    }

    .section-heading h2 span {
        color: #000;
        font-size: 28px;
        font-weight: bold;
    }

    .border-white h2 {
        border-left: 6px solid #fff;
    }

    .section-heading h2 .white-Clr {
        color: #fff;
    }

    .common-btn,
    input[type=submit] {
        padding: 12px 20px;
        font-size: 15px;
        background: #000000;
        color: #fff;
        transition: all .5s ease;
        /* border-radius: 20px; */
        border-left: 4px solid #d3ab55;
    }

    .common-btn:hover {
        background: #d3ab55;
        color: #fff;
        text-decoration: none;
        border-left: 4px solid #000000;
        /* box-shadow: 6px 6px 0px 0px #d3ac8a; */
    }

    /*=== Background Color section===*/
    .bg-black {
        /* background: linear-gradient(to right, #000000d1, #000000b8), url(images/bg-main.jpg);
        background-repeat: no-repeat;
        background-size: cover; */
        background-color: #f1f1f1;
    }

    .bg-black-1 {
        background: linear-gradient(to right, #00000075, #0000007d), url(images/bg-2.html);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: fixed;
    }

    .bg-black-2 {
        background: linear-gradient(to right, #00000075, #0000007d), url(images/bg-3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: fixed;
    }

    .padd-80 {
        padding: 50px 0px;
    }

    .bg-white {
        background: #fff;
    }

    /*==section About==*/
    .abtFront-bx a {
        color: #fff;
        text-decoration: none;
    }

    .abtFront-bx img {
        width: 100%;
    }

    /*==section==*/
    .special-content .inner-grid {
        padding: 10px;
        background: #fff;
        margin: 30px 0px 0px;
        box-shadow: 0px 0px 0px 2px #d3ab55;
    }

    .special-content .inner-grid img {
        width: 100%;
        margin-bottom: 20px;
    }

    .special-content .inner-grid h3 {
        color: #000;
        margin: 10px 0px;
        font-weight: bold;
        font-size: 20px;
    }

    .special-content a {
        color: #fff;
        text-decoration: none;
    }

    .special-content .inner-grid p {
        color: #000;
        text-align: center;
    }

    /*==section==*/
    .project-Bx {
        background: #000;
        position: relative;
        overflow: hidden;
        margin: 20px 0px 40px;
    }

    .project-Bx h3 a {
        color: #000;
    }

    .project-Bx h3 {
        font-size: 22px;
        margin: 20px 0px 20px;
        text-align: center;
        background: #ccac8a;
        padding: 8px;
    }


    .project-Bx:before,
    .project-Bx:after,
    .project-Bx .box-content:before,
    .project-Bx .box-content:after {
        content: "";
        background: #fff;
        width: 50%;
        height: 4px;
        transform: scaleX(0);
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 1;
        transition: all 600ms ease;
    }

    .project-Bx:after {
        top: auto;
        bottom: 15px;
        left: auto;
        right: 15px;
    }

    .project-Bx .box-content:before,
    .project-Bx .box-content:after {
        width: 4px;
        height: 50%;
        transform: scaleY(0);
    }

    .project-Bx .box-content:after {
        left: auto;
        right: 15px;
        top: auto;
        bottom: 15px;
    }

    .project-Bx:hover:before,
    .project-Bx:hover:after,
    .project-Bx:hover .box-content:before,
    .project-Bx:hover .box-content:after {
        transform: scale(1);
    }

    .project-Bx img {
        width: 100%;
        height: auto;
        transform: scale3d(1.1, 1.1, 1);
        transition: all 0.25s linear;
    }

    .project-Bx:hover img {
        opacity: 0.25;
        transform: scale(1.25);
    }

    @media only screen and (max-width:990px) {
        .project-Bx {
            margin: 0 0 30px;
        }
    }

    /*==Best Offers ==*/
    .offerBox {
        background: #fff;
        padding: 20px;
        color: #000;
        margin-top: 40px;
    }

    .offerBox img {
        float: left;
        height: 200px;
        /* padding: 10px; */
    }

    .offerBox span {
        font-size: 16px;
        color: #444444;
        padding: 20px 0px 10px;
    }

    .offerBox h3 {
        color: #000;
        font-size: 25px;
        font-weight: bold;
        margin: 10px 0px;
    }

    .offerBox a {
        color: #fff;
        text-decoration: none;
    }







    /*==Products creative-Bx ==*/
    .creative-Bx {
        background: #fff;
        padding: 20px;
        margin: 20px 0px 10px;
        text-align: center;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 0px #ddd;
        height: 280px;
    }

    .creative-Bx h3 {
        color: #000;
        margin: 20px 0px 10px;
        font-weight: bold;
        font-size: 20px;
    }

    .creative-Bx p {
        text-align: center;
    }

    .creative-Bx img {
        text-align: center;
        color: #d3ab55;
    }

    /*==Newslatter SECTIOn==*/
    .subscribe-content p {
        color: #fff;
    }

    .section-title .white-Clr {
        color: #fff;
    }

    .subscribe-form form {
        position: relative;
        margin: 30px 20px 0px;
    }

    .subscribe-form form .input-newsletter {
        display: block;
        width: 100%;
        color: #130947;
        height: 65px;
        border-radius: 30px;
        border: none;
        background-color: #ffffff;
        padding-left: 20px;
        outline: 0;
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
        font-size: 16px;
        font-weight: 500;
        font-family: "Muli", sans-serif;
    }

    .subscribe-form form button {
        position: absolute;
        right: 5px;
        top: 5px;
        background-color: #d3ab55;
        color: #000;
        border: none;
        border-radius: 30px;
        height: 55px;
        line-height: 57px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        text-transform: uppercase;
        padding: 0 60px 0 25px;
        font-size: 14px;
        font-weight: 700;
    }

    .subscribe-form form button i {
        position: absolute;
        right: 7px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        display: inline-block;
        height: 38px;
        width: 38px;
        line-height: 38px;
        color: #ffffff;
        border-radius: 50%;
        background-color: #272526;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .subscribe-form #validator-newsletter {
        position: absolute;
        left: 0;
        bottom: -34px;
    }


    /*==Latest news ==*/
    .news-item {
        background: #fff;
        padding: 15px;
        margin: 20px 10px 40px;
        box-shadow: 0px 0px 10px 0px #c1c1c1;
    }

    .news-item .news-thumb {
        margin-bottom: 45px;
        position: relative;
    }

    .news-item .news-thumb img {
        width: 100%;
    }

    .news-item .news-thumb .news-cat {
        position: absolute;
        width: 100%;
        left: 5px;
        bottom: -30px;
    }

    .news-item .news-thumb .news-cat span {
        min-width: 150px;
        bottom: 0;
        background: #cdae8b;
        padding: 15px 15px;
        text-align: center;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: bold;
        color: #0c0c0c;
        display: inline-block;
        letter-spacing: 2px;
        border: 2px solid #fff;
    }

    .news-item .news-info h4 {
        font-weight: bold;
        font-size: 20px;
        margin: 30px 0px 10px;
        color: #040404;
        font-family: initial;
    }

    /*==FOOTER==*/
    .footer-area {
        padding-top: 20px;
        background: #222222;
        /* background: linear-gradient(to right, #000000d1, #000000b8), url(images/bg-1.jpg); */
        /* background-size: cover;
        background-repeat: no-repeat;
        padding-top: 50px; */
    }

    .footer-area a {
        text-decoration: none;
    }

    /*---Footer Top---*/
    .single-footer h3 {
        margin-bottom: 25px;
        color: #ffffff;
        font-size: 25px;
        font-weight: bold;
        border-bottom: 1px dashed #cdae8b;
        padding-bottom: 20px;
        font-family: initial;
    }

    .single-footer h3 i {
        color: #cdae8b;
    }

    .single-footer p {
        color: #cccccc;
        font-size: 16px;
    }

    .single-footer .contact-us-link {
        margin-bottom: 0;
        list-style-type: none;
        padding-left: 0;
        padding-right: 10px;
    }

    .single-footer .contact-us-link li {
        margin-bottom: 12px;
        color: #cccccc;
        position: relative;
        padding-left: 25px;
    }

    .single-footer .contact-us-link li i {
        color: #cdae8b;
        padding-right: 8px;
        font-size: 18px;
        position: absolute;
        left: 0;
        top: 1px;
    }

    .single-footer .contact-us-link li a {
        display: inline-block;
        color: #cccccc;
        font-size: 16px;
    }

    .footer-media ul {
        list-style: none;
        margin: 0;
        text-align: left;
        padding: 0px;
    }

    .footer-media ul li {
        display: inline-block;
    }

    .footer-media ul li a {
        color: #fff;
        display: inline-block;
        font-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #dddd;
        border-radius: 30px;
        transition: .5s;
        text-align: center;
    }

    .footer-media ul li a:hover {
        color: #fff;
        background: #cdae8b;
        border-color: #cdae8b;
        transition: .5s;

    }

    .single-footer .useful-link {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
    }

    .single-footer .useful-link li a i {
        color: #cdae8b;
        padding-right: 8px;
    }

    .single-footer .useful-link li {
        margin-bottom: 11px;
    }

    .single-footer .useful-link li a {
        display: inline-block;
        color: #cccccc;
        font-size: 16px;
    }

    .single-footer .footer-product img {
        width: 100%;
        margin: 15px 0px;
    }

    /*---Footer Bottom---*/
    .footer-bottom-area {
        margin-top: 20px;
        text-align: center;
        background: #000;
        padding: 20px 0px 10px;
    }

    .footer-bottom-area .logo {}

    .d-inline-block {
        display: inline-block !important;
    }

    .footer-bottom-area p {
        color: #cccccc;
        font-size: 14px;
        text-align: center;
    }

    .footer-bottom-area p a {
        display: inline-block;
        font-weight: 600;
        color: #ffffff;
    }

    /*==END FOOTER==*/
    .highlight {
        color: #49000b;
    }

    /*===Inner page===*/
    .pagetitle-Bg {
        background-image: linear-gradient(to right, #000000b0, #0000006b), url(images/page-banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        /* padding: 115px 0px; */
        padding-top: 100px;
        padding-bottom: 180px;
    }

    .pagetitle-Bx h1 {
        color: #fff;
        /* font-size: 40px; */
        font-weight: bold;
        /* font-family: "Anton", sans-serif; */
        /* text-transform: uppercase; */
        letter-spacing: 3px;
        margin: 0px 0px 0px 0px;
    }

    /* .pagetitle-Bx h1 span {} */

    .pagetitle-Bx i {
        color: #fff;
    }

    .breadcrumb {
        padding: 8px 15px;
        margin-bottom: 20px;
        list-style: none;
        background-color: #0000;
        border-radius: 4px;
    }

    .breadcrumb li a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
    }

    .breadcrumb li a:hover {
        color: #f4090e;
        transition: .5s;
    }

    /*==About page==*/
    .about-innerBx h3 {
        color: #202121;
        padding: 0;
        /* font-family: "Anton", sans-serif; */
        font-size: 25px;
        /* margin: 0px 0px 20px; */
    }

    .about-bx img {
        width: 100%
    }

    .quality-title h3 {
        color: #000;
    }

    .qualityBx img {
        background: #000;
        padding: 10px;
        box-shadow: 0px 0px 25px 3px #cdae8b;
        border: 2px solid #fff;
    }

    .qualityBx h3 {
        font-weight: bold;
        font-size: 20px;
    }

    .offerBx-content h1 {
        font-size: 100px;
        color: #cdae8b;
        font-family: auto;
        margin: 10px 0px;
        font-weight: bold;
    }

    .offerBx-content p {
        color: #fff;
    }

    .offerBx img {
        width: 100%;
    }

    /*==Testimonial section ==*/
    .testimonial {
        border-left: 4px solid #cdae8b;
        box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
        padding: 30px 30px 30px 40px;
        margin: 0 15px 30px 15px;
        overflow: hidden;
        position: relative;
        background: #f1f1f1;
        height: 170px;
    }

    .testimonial:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        border-top: 25px solid #cdae8b;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        transform: rotate(-45deg);
        transform-origin: 80% -30% 0;
    }

    .testimonial .pic {
        display: inline-block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        top: 60px;
        left: 20px;
    }

    .testimonial .pic img {
        width: 100%;
        height: auto;
    }

    .testimonial .description {
        font-size: 16px;
        /* font-style: italic; */
        color: #2e2e2e;
        margin-bottom: 15px;
    }

    .testimonial .title {
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        color: #000;
        margin: 0;
    }

    .testimonial .post {
        display: inline-block;
        font-size: 17px;
        color: #cdae8b;
    }

    @media only screen and (max-width: 767px) {
        .testimonial {
            padding: 20px;
            text-align: center;
        }

        .testimonial .pic {
            display: block;
            position: static;
            margin: 0 auto 15px;
        }
    }

    .error-div {
        text-align: center;
    }

    .error-div h1 {
        font-size: 90px;
        color: #cdad8b;
        text-shadow: 4px 3px #000;
        letter-spacing: 10px;
        line-height: 66px;
    }

    .error-div h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .error-div a {
        background: #000;
        padding: 10px 20px;
        color: #fff;
    }

    .float-none {
        float: none;
        margin: 0 auto;
    }

    /*==Services page ==*/
    .serviceBx {
        padding: 20px;
        box-shadow: 0px 0px 10px 0px #d2d1d1;
        margin: 30px 0px;
    }

    .serviceBx h3 {
        font-size: 22px;
        color: #000;
        font-weight: bold;
    }

    .serviceBx img {
        margin-top: -50px;
        background: #000;
        padding: 20px;
        box-shadow: 10px 10px 0px 0px #ceb08c;
        margin-bottom: 15px;
    }

    /*==Project page ==*/
    .product-grid {
        color: #fff;
        padding: 10px;
        margin: 20px 0px;
        text-align: center;
        box-shadow: 0px 0px 10px 0px #b7b7b7;
    }

    .product-grid img {
        width: 100%;
        height: 240px;
    }

    .price {
        color: #000;
        font-size: 16px;
        font-weight: bold;
        padding: 20px 0px;
    }

    .product-content {
        background: #000;
        color: #fff;
        padding: 10px 0px;
    }

    .product-content .add-to-cart a {
        font-size: 20px;
        color: #ceb08c;
        text-decoration: none;
        font-weight: bold;
    }

    .product-content .add-to-cart a:hover {
        color: #fff;
    }

    /*==latest news page ==*/
    .news-box {
        background: linear-gradient(180deg, #000000d1 0%, #0a0a0a 100%);
        font-family: 'Nanum Gothic', sans-serif;
        position: relative;
        overflow: hidden;
        padding: 30px;
        margin: 20px 0px;
        height: 500px;
    }

    .news-box:before,
    .news-box:after,
    .news-box .box-content:before,
    .news-box .box-content:after {
        content: "";
        background: #cdae8b;
        width: 50%;
        height: 4px;
        transform: scaleX(0);
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 1;
        transition: all 600ms ease;
    }

    .news-box:after {
        top: auto;
        bottom: 15px;
        left: auto;
        right: 15px;
    }

    .news-box .box-content:before,
    .news-box .box-content:after {
        width: 4px;
        height: 50%;
        transform: scaleY(0);
    }

    .news-box .box-content:after {
        left: auto;
        right: 15px;
        top: auto;
        bottom: 15px;
    }

    .news-box:hover:before,
    .news-box:hover:after,
    .news-box:hover .box-content:before,
    .news-box:hover .box-content:after {
        transform: scale(1);
    }

    .news-box img {
        width: 100%;
        height: 220px;
        transform: scale3d(1.1, 1.1, 1);
        transition: all 0.25s linear;
    }

    .news-box:hover img {
        opacity: 0.25;
        transform: scale(1.25);
    }

    .news-box .inner-content {
        color: #fff;
        text-align: center;
        width: 70%;
        opacity: 0;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        top: 70%;
        left: 50%;
        transition: all 600ms ease;
    }

    .news-box:hover .inner-content {
        opacity: 1;
        top: 50%;
    }

    .news-box span {
        color: #cdae8b;
        font-size: 22px;
        margin: 20px 0px;
        font-weight: bold;
    }

    .news-box h3 {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        margin: 50px 0px 10px;
    }

    .news-box p {
        color: #c1c1c1;
    }

    @media only screen and (max-width:990px) {
        .news-box {
            margin: 0 0 30px;
        }
    }

    /*==Gallery page ==*/
    .tab .nav-tabs {
        border: none;
        margin-bottom: 30px;
    }

    .tab .nav-tabs li a {
        padding: 10px 20px;
        margin-right: 10px;
        font-size: 17px;
        font-weight: 600;
        color: #ffffff;
        text-transform: uppercase;
        background: #000000;
        border: none;
        border-radius: 0;
        position: relative;
        transition: all 0.3s ease 0s;
    }

    .tab .nav-tabs li a:before,
    .tab .nav-tabs li a:after {
        content: "";
        width: 20%;
        height: 3px;
        background: #000;
        position: absolute;
        top: -5px;
        left: 0;
        transition: all 0.3s ease 0s;
    }

    .tab .nav-tabs li a:after {
        top: auto;
        left: auto;
        bottom: -5px;
        right: 0;
    }

    .tab .nav-tabs li a:hover:before,
    .tab .nav-tabs li a:hover:after,
    .tab .nav-tabs li.active a:before,
    .tab .nav-tabs li.active a:after {
        width: 100%;
    }

    .tab .nav-tabs li a:hover,
    .tab .nav-tabs li.active a {
        background: #eca100;
        color: #ffffff;
        border: none;
    }

    .tab .tab-content {
        position: relative;
    }

    @media only screen and (max-width: 479px) {
        .tab .nav-tabs li {
            width: 100%;
            text-align: center;
            margin-bottom: 15px;
        }
    }

    .galleryBx {
        padding: 20px;
        background: #3c3b3b;
        outline: 3px solid #ffffff;
        outline-offset: -8px;
        font-size: 17px;
        color: #040404;
        margin: 15px 0px;
    }

    .galleryBx img {
        width: 100%;
    }

    /*==contact page ==*/
    .contactBx img {
        float: left;
        margin: 0px 20px;
        background: #000;
        padding: 10px;
    }

    .contactBx h4 {
        color: #000;
        margin: 40px 0px 10px;
        font-weight: bold;
    }

    .contact_form .form-group {
        margin-bottom: 20px;
    }

    .contact_form .form-group .form-control {
        font-size: 14px;
        line-height: 26px;
        color: #999;
        border: 1px solid #eeeeee;
        font-family: "Roboto", sans-serif;
        border-radius: 0px;
        padding: 20px 20px;
    }

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(206 176 140);
    }

    .contact_form .form-group textarea.form-control {
        height: 165px;
        margin-bottom: 40px;
    }

    .contactBx-form {
        margin-top: 30px;
        background: #000;
        padding: 40px;
    }

    .contactBx-form h3 {
        font-size: 25px;
        color: #ceaf8c;
        margin: 0px 0px 10px;
        font-weight: bold;
    }

    .contactBx-form p {
        color: #ddd;
    }

    .contactBx-form a {
        color: #fff;
        text-decoration: none;
    }

    /*==Responsive  Media==*/
    @media only screen and (max-width: 1200px) {
        .navbar-default .navbar-nav>li>a {
            padding: 15px 2px;
        }

    }

    @media only screen and (max-width: 1180px) {
        .menuName li {
            padding: 0px 8px;
        }

        .tab .nav-tabs li a {
            padding: 10px 5px;
        }

    }

    @media only screen and (max-width: 992px) {
        .navbar-default .navbar-nav>li>a {
            padding: 15px 10px;
        }

        .menuName li {
            padding: 0px 0px;
        }

        .dropbtn {
            padding: 14px 10px;
        }

        .section-slider-title {
            margin-top: 0px;
            text-align: center;
        }

        .section-slider-title p {
            text-align: center;
        }

        .text-right {
            text-align: center;
        }

        .about-innerBx {
            /* text-align: center; */
            margin-left: 0px;
        }

        .section-title {
            text-align: center;
        }

        .header-top {
            text-align: center;
        }

        .header-top p {
            text-align: center;
        }

        .header-top i {
            float: none;
            text-align: center;
        }

        .service-Bx p {
            text-align: center;
        }

        .counter-section .big-icon {
            float: none;
            text-align: center;
            margin: 0 auto;
        }

        .counter-content {
            text-align: center;
        }

        .counter-content p {
            text-align: center;
        }

        .section-heading h2 {
            border-left: none;
            text-align: center;
        }

        .section-heading h2::before {
            display: none;
        }

        .abtFront-bx {
            text-align: center;
        }

        .workBx {
            text-align: center;
        }

        .workBx p {
            text-align: center;
        }

        .testimonial {
            margin: 20px 0px;
        }

        .offerBox img {
            float: none;
            /* height: 200px; */
            padding: 10px;
        }

        .offerBox {
            text-align: center;
        }

        .offerBox p {
            text-align: center;
        }

        .subscribe-content p {
            text-align: center;
        }

        .news-item {
            text-align: center;
        }

        .news-item p {
            text-align: center;
        }

        .single-footer .contact-us-link li {
            position: inherit;
        }

        .single-footer .contact-us-link li i {
            position: inherit;
        }

        .single-footer h3 {
            margin-bottom: 25px;
            margin-top: 40px;
        }

        .quality-title h3 {
            text-align: center;
        }

        .quality-title p {
            text-align: center;
        }

        .qualityBx {
            text-align: center;
        }

        .qualityBx p {
            text-align: center;
        }

        .offerBx img {
            width: 100%;
            margin-bottom: 50px;
        }


    }

    @media only screen and (max-width: 990px) {
        .navbar-default .navbar-nav>li>a {
            padding: 15px 24px;
        }

        .image-box img {
            width: 100%;
        }

        #navbar7 ul {
            text-align: center;
        }

        .header-top i {
            float: none;
            text-align: center;
        }

        .about-imgbx img {
            margin: 30px 0px;
        }

        .footer-top {
            text-align: center;
        }

        .footer-top p {
            text-align: center;
        }

        .footer-box .single-data i {
            float: none;
            padding: 10px 10px;
            font-size: 20px;
        }

        .footer-box ul {
            text-align: center;
        }

        .footer-bottom p {
            text-align: center;
        }

        .footer-media ul {
            margin: 10px 0px;
            text-align: center;
        }

        .pagetitle-Bg {
            text-align: center;
        }

        .footer-area {
            text-align: center;
        }

        .single-footer p {
            text-align: center;
        }

        .offerBx-content {
            text-align: center;
        }

        .offerBx-content p {
            text-align: center;
        }

        .video-column .inner-column .video-box img {
            margin-bottom: 30px;
        }

        .serviceBx {
            text-align: center;
        }

        .serviceBx p {
            text-align: center;
        }

        .news-box {
            text-align: center;
        }

        .news-box p {
            text-align: center;
        }

        .tab .nav-tabs li {
            width: 100%;
            text-align: center;
            margin-bottom: 15px;
        }

        .contactBx {
            text-align: center;
        }

        .contactBx p {
            text-align: center;
        }

        .contactBx img {
            float: none;
            margin: 0 auto;
            text-align: center;
        }

        .about-bx img {
            width: 100%;
            margin: 30px 0px 0px;
        }

        .single-footer .contact-us-link li a {
            display: block;
            text-align: center;
        }

        .counter-section .counter .counter-item {
            padding: 20px 10px;
        }

        .product-grid img {
            width: 100%;
            height: auto;
        }

        .news-box img {
            width: 100%;
            height: auto;
        }

        .headerbx-top {
            text-align: center;
        }

        .headerbx-top img {
            width: 300px;
        }

        .rev_slider_wrapper {
            height: 350px !important;
        }

        .rev_slider {
            height: 350px !important;
        }
    }

    @media only screen and (max-width: 880px) {
        .navbar-default .navbar-nav>li>a {
            padding: 15px 10px;
        }

        .header-top {
            text-align: center;
        }

        .header-top p {
            text-align: center;
        }


    }

    @media (max-width: 768px) {

        .navbar-collapse {
            background: #000;
            text-align: center;
        }

        .navbar-default .navbar-nav>li {
            display: block;
            width: 100%;
        }

        .navbar-default .navbar-nav>li>a {
            color: #fff;
            padding: 12px;
            border-bottom: 1px solid #333;
        }

    }

    @media (max-width: 768px) {

        .headerbx-top {
            text-align: center;
        }

        .headerbx-top img {
            width: 140px;
            margin-bottom: 10px;
        }

        .menuName {
            text-align: center;
            margin: 10px 0;
        }

    }

    @media only screen and (max-width: 767px) {
        .padd-0 {
            padding: 15px;
        }

        .menuName {
            float: none;
            text-align: center;
        }

        .navbar-toggle {
            margin-top: 11px;
            margin-right: 10px;
            background-color: #ccac8a;
            padding: 14px 14px;
        }

        /* .headerbx-top img {
            width: 100%;
            padding-top: 10px;
            margin-top: -100px;
        } */
        .headerbx-top img {
            /* width: 100%; */
            /* padding-top: 10px; */
            margin-top: -85px;
            width: 250px;
            margin-right: 140px;
        }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #2e3e50;
            color: #ffff;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

        .header-top {
            text-align: center;
        }

        .header-top p {
            text-align: center;
        }

        .header-top i {
            float: none;
            text-align: center;
        }

        .about-imgbx img {
            margin: 30px 0px;
        }

        .footer-top {
            text-align: center;
        }

        .footer-top p {
            text-align: center;
        }

        .footer-box .single-data i {
            float: none;
            padding: 10px 10px;
            font-size: 20px;
        }

        .footer-box ul {
            text-align: center;
        }

        .footer-bottom p {
            text-align: center;
        }

        .footer-media ul {
            margin: 10px 0px;
            text-align: center;
        }

        .single-footer h3 {
            margin-top: 40px;
        }

        .section-slider-title h1 {
            font-size: 25px;
            line-height: 40px;
        }


    }

    @media only screen and (max-width: 600px) {
        .section-slider-title {
            margin-top: 20px;
            text-align: center;
        }

        .counter-section .counter .counter-item {
            min-width: 100%;
        }
    }

    @media only screen and (max-width: 448px) {
        .section-slider-title {
            margin-top: 20px;
            text-align: center;
        }

        .counter-section .counter .counter-item {
            min-width: 100%;
        }
    }

    .offer-txt p {
        font-size: 23px;
        font-weight: bold;
    }

    .faq-item {
        border-bottom: 1px solid #ddd;
    }

    .faq-question {
        width: 100%;
        text-align: left;
        padding: 15px;
        font-size: 16px;
        background: #fff;
        border: none;
        cursor: pointer;
        font-weight: bold;
        position: relative;
    }

    .faq-question::after {
        content: '+';
        position: absolute;
        right: 20px;
    }

    .faq-item.active .faq-question::after {
        content: '-';
    }

    .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: 0.3s;
        background: #fff;
    }

    .faq-answer p {
        padding: 0 15px 15px;
    }

    .call-btn,
    .whatsapp-btn {
        position: fixed;
        left: 20px;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        color: #fff;
        font-size: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        z-index: 1000;
    }

    .call-btn {
        bottom: 90px;
        background: #d3ab55;
    }

    .whatsapp-btn {
        bottom: 20px;
        background: #25D366;
    }

    .call-btn:hover {
        background: #ffd57a;
        color: #000;
        text-decoration: none;
    }

    .whatsapp-btn:hover {
        background: #1dec70;
        text-decoration: none;
        color: #000;
    }