.anchor-position {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font: 400 15px/1.8 'Open Sans', sans-serif !important;
    color: #777;
}

h3, h4 {
    color: #111;
}

.container {
    padding: 80px 120px;
}

.container-fluid {
    padding-top: 15px;
}

.navbar {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    font-size: 11px !important;
    color: #ffffff;
    letter-spacing: 1px;
    transition: all 0.2s ease-in-out;
    height: 80px;
}

    .navbar.bg-dark {
        background-color: rgba(0, 0, 0, 0.7);
    }

.navbar-brand {
    padding-left: 85px !important;
    font-family: 'Righteous', cursive;
    font-size: 16px;
    position: relative;
    color: #fff;
}

a.navbar-brand {
    color: #fff;
}

    a.navbar-brand:hover {
        color: #fff !important;
    }

.navbar-brand .logo-img {
    position: absolute;
    left: 15px;
    top: 5px;
    background: url(../img/logo.png) 0 0 no-repeat;
    width: 58px;
    height: 41px;
}

.navbar-right {
    margin-right: 0 !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #29292c !important;
}

.navbar li a {
    transition: .2s;
    color: #ffffff;
}

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

.navbar-nav li.active a {
    color: #fff !important;
    background-color: #29292c !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}


.open .dropdown-toggle {
    color: #fff;
    background-color: #555 !important;
}

.dropdown-menu li a {
    color: #000 !important;
}

    .dropdown-menu li a:hover {
        background-color: red !important;
    }

.navbar-toggle {
    margin-top: 5px;
    margin-right: 10px !important;
    width: 42px;
    height: 35px;
}

.line {
    display: block;
    background: #fff;
    width: 40px;
    height: 6px;
    position: absolute;
    left: 0;
    border-radius: 4px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.navbar-toggle.collapsed > .line.line-1 {
    top: 0;
    transform: translateY(25px) translateX(0) rotate(0deg);
    -webkit-transform: translateY(25px) translateX(0) rotate(0deg);
    -moz-transform: translateY(25px) translateX(0) rotate(0deg);
}

.navbar-toggle.collapsed > .line.line-2 {
    top: 14px;
    opacity: 1;
}

.navbar-toggle.collapsed > .line.line-3 {
    top: 28px;
    transform: translateY(-25px) translateX(0) rotate(0deg);
    -webkit-transform: translateY(-25px) translateX(0) rotate(0deg);
    -moz-transform: translateY(-25px) translateX(0) rotate(0deg);
}

.navbar-toggle .line-1 {
    top: -11px;
    transform: translateY(25px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(25px) translateX(0) rotate(45deg);
    -moz-transform: translateY(25px) translateX(0) rotate(45deg);
}

.navbar-toggle .line-2 {
    opacity: 0;
}

.navbar-toggle .line-3 {
    top: 38px;
    transform: translateY(-25px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-25px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-25px) translateX(0) rotate(-45deg);
}

.navbar.navbar-fixed-top.white-header {
    background-color: rgba(250, 250, 250, 0.98);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

    .navbar.navbar-fixed-top.white-header .navbar-brand {
        color: #29292c !important;
    }

        .navbar.navbar-fixed-top.white-header .navbar-brand .logo-img {
            background: url(../img/logo.png) 0 0 no-repeat;
        }


    .navbar.navbar-fixed-top.white-header .nav li a {
        color: #29292c !important;
    }

    .navbar.navbar-fixed-top.white-header .nav li.active a {
        color: #fff !important;
    }

        .navbar.navbar-fixed-top.white-header .nav li.active a:hover {
            background-color: #29292c !important;
        }

    .navbar.navbar-fixed-top.white-header .nav li a:hover {
        color: #fff !important;
        background-color: #aaa !important;
    }

    .navbar.navbar-fixed-top.white-header .line {
        background: #29292c;
    }

.contact-num {
    padding: 15px;
    position: relative;
}

    .contact-num span {
        padding: 5px;
        background: #ccc;
        color: #181818;
        font-weight: 600;
    }

    .contact-num:after {
        right: -11px;
        top: 12px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 128, 0, 0);
        border-left-color: #ccc;
        border-width: 13px;
        margin-top: 0;
    }

    .contact-num:before {
        left: -11px;
        top: 12px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 128, 0, 0);
        border-right-color: #ccc;
        border-width: 13px;
        margin-top: 0;
    }

.item {
    position: relative;
}

    .item::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.4;
        z-index: 1;
    }

.carousel-inner img {
    /* -webkit-filter: grayscale(90%);
    filter: grayscale(90%); make all photos black and white */
    width: 100%; /* Set width to 100% */
    margin: auto;
    height: 700px;
}

.banner-img1 {
    widows: 100%;
    background-image: url(../img/home1.png);
    background-repeat: no-repeat;
    height: 700px;
    background-size: cover;
}

.banner-img2 {
    widows: 100%;
    background-image: url(../img/home2.png);
    background-repeat: no-repeat;
    height: 700px;
    background-size: cover;
}

.banner-img3 {
    widows: 100%;
    background-image: url(../img/home3.png);
    background-repeat: no-repeat;
    height: 700px;
    background-size: cover;
}

.banner-img4 {
    widows: 100%;
    background-image: url(../img/home4.jpg);
    background-repeat: no-repeat;
    height: 700px;
    background-position: center top;
    background-size: cover;
}

.carousel-caption {
    bottom: auto;
    top: 30%;
    color: #fff !important;
}

    .carousel-caption h3 {
        color: #fff !important;
        font-weight: 700;
        margin: 10px 0 10px 0;
        letter-spacing: 8px;
        font-size: 30px;
    }

    .carousel-caption p {
        font-weight: 300;
        letter-spacing: 4px;
        font-size: 30px;
        line-height: 35px;
    }

        .carousel-caption p.sub-text {
            font-size: 18px;
            text-shadow: none;
            background-color: rgba(0, 0, 0, 0.3);
            color: #fff;
            display: inline-block;
            padding: 3px 15px;
            letter-spacing: 2px;
            line-height: 28px;
        }

.carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 70px !important;
    top: 37% !important;
}

.carousel-control {
    z-index: 2;
}

.carousel-indicators {
    bottom: 1%;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    height: inherit;
}


.bg-white h3 {
    font-weight: 700;
    margin: 10px 0 60px 0;
    letter-spacing: 8px;
    font-size: 30px;
    color: #181818;
    position: relative;
    display: inline-block;
    line-height: 44px;
}

    .bg-white h3::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        margin: 30px auto;
        width: 30%;
        height: 2px;
        background: #181818;
    }

.pos-rel {
    position: relative;
}

.about-bg {
    background-image: url(../img/about-us-bg.jpg);
}

.about-us-fix-img1 {
    position: absolute;
    background-image: url(../img/delivery.png);
    width: 220px;
    height: 220px;
    top: 17px;
    left: -73px;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.about-us-fix-img2 {
    position: absolute;
    background-image: url(../img/right.png);
    width: 220px;
    height: 220px;
    bottom: 17px;
    right: -100px;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.hide {
    display: none;
}

.text-italic {
    font-weight: 400;
    font-style: italic;
}

.btn-bor-radius {
    font-size: 13px;
    font-weight: 400px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 30px;
    letter-spacing: 1px;
    display: inline-block;
    transition: .2s;
}

.btn-bor-black {
    border: 1px solid #000;
    color: #000;
}

.btn-bor-white {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-small {
    padding: 5px 15px !important;
}

.bg-white .btn-bor-radius {
    margin-top: 20px;
}

.bg-white .btn-bor-black:hover {
    text-decoration: none;
    background: #181818;
    color: #fff;
}

.bg-black .btn-bor-white:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
}

.bg-black {
    background-color: #212122;
    /*background-image: url("../img/23.jpg");*/
    color: #bdbdbd;
}

    .bg-black h3 {
        font-weight: 700;
        margin: 10px 0 80px 0;
        letter-spacing: 8px;
        font-size: 30px;
        position: relative;
        display: inline-block;
        color: #fff;
    }

        .bg-black h3::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 100%;
            margin: 30px auto;
            width: 30%;
            height: 2px;
            background: #fff;
        }

.prod-img {
    background-color: #1c1c1e;
    background-image: url("../img/23.jpg");
    background-position: 10px;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    position: relative;
    background: transparent !important;
}

    .thumbnail::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.4;
        z-index: 1;
        left: 0;
    }

    .thumbnail p {
        font-weight: 600;
        margin-top: 15px;
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    .thumbnail .product-info {
        position: absolute;
        top: 67px;
        color: #fff;
        z-index: 1;
        text-align: center;
        width: 100%;
    }

.map-wrap {
    height: 592px;
}

.modal-header, h4, .close {
    background-color: #333;
    color: #fff !important;
    text-align: center;
    font-size: 30px;
}

.modal-header, .modal-body {
    padding: 40px 50px;
}

.nav-tabs li a {
    color: #777;
}

#googleMap {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

footer {
    background-color: #212122;
    color: #cdcdcd;
    padding: 32px;
    font-size: 13px;
}

    footer a {
        color: #cdcdcd;
        text-decoration: underline;
    }

        footer a:focus, footer a:active {
            color: #cdcdcd;
        }

        footer a:hover {
            color: #777;
            text-decoration: none;
        }

.footer-logo {
    display: inline-block;
    padding-left: 85px !important;
    font-family: 'Righteous', cursive;
    font-size: 20px;
    position: relative;
    color: #909090;
    margin-bottom: 25px;
}

    .footer-logo .logo-img {
        position: absolute;
        left: 15px;
        top: -2px;
        background: url(../img/logo.png) 0 0 no-repeat;
        width: 58px;
        height: 41px;
    }

.form-control {
    border-radius: 0;
}

.txt-copyright {
    color: #909090;
    font-size: 11px;
    margin-top: 20px;
}

.footer-icon-row {
    margin-top: 35px;
}

    .footer-icon-row a.fa {
        background-color: #cdcdcd;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        position: relative;
        text-decoration: none;
        margin: 0 7px;
        color: #212122;
        transition: transform .2s;
    }

        .footer-icon-row a.fa:hover {
            transform: scale(1.5);
        }

        .footer-icon-row a.fa::before {
            position: absolute;
            top: 4px;
            left: 5px;
        }

        .footer-icon-row a.fa.whats-app::after {
            content: '';
            position: absolute;
            width: 0px;
            height: 0px;
            border-top: 2px solid transparent;
            border-bottom: 2px solid transparent;
            border-right: 4px solid #cdcdcd;
            left: -2px;
            top: 14px;
            transform: rotate(-31deg);
            -webkit-transform: rotate(-31deg);
            -moz-transform: rotate(-31deg);
        }

textarea {
    resize: none;
}

/* Product List Css ST*/
.product-tlt-wrap {
    border-bottom: 1px solid #b7b7b7;
    display: block;
    text-align: left;
    margin-top: 30px;
}

h4.product-tlt {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
    color: #181818 !important;
    position: relative;
    display: inline-block;
    line-height: 44px;
    background: transparent;
    border-bottom: 1px solid #181818;
    text-transform: uppercase;
}

.product-list-wrap {
    margin-top: 30px;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
    padding: 0;
    flex-wrap: wrap;
}

    .product-list-wrap::before, .product-list-wrap::after {
        display: none;
    }

    .product-list-wrap * {
        width: auto;
        margin: 0;
    }

    .product-list-wrap .product-card {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        position: relative;
        border-radius: 8px;
        height: 100%;
        box-shadow: 0 0 18px 0 rgba(141,151,158,.2);
        overflow: hidden;
        background-color: #fff;
    }

        .product-list-wrap .product-card:hover {
            box-shadow: 0 0 24px 0 rgba(0, 81, 138, 0.2);
        }

        .product-list-wrap .product-card .product-card-img {
            overflow: hidden;
            position: relative;
            padding-top: 67%;
        }

            .product-list-wrap .product-card .product-card-img img {
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                position: absolute;
                top: 0;
                left: 0;
                height: auto;
            }

        .product-list-wrap .product-card .product-card-content {
            padding: 16px;
            -webkit-box-flex: 1;
            flex-grow: 1;
            text-align: left;
        }

.product-name {
    margin: 0;
    font-size: 15px;
    text-align: left;
    color: #181818;
    font-weight: 600;
}

.product-dis {
    margin-top: 5px;
    white-space: normal;
    font-size: 12px;
    line-height: 1.6;
    color: #747474;
}

.product-card-footer {
    margin-top: auto;
    padding: 0 16px 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

    .product-card-footer .product-price {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        width: 100%;
        -webkit-box-align: center;
        align-items: center;
        color: #181818;
    }

        .product-card-footer .product-price .price-wrap {
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
        }

            .product-card-footer .product-price .price-wrap .price-txt {
                line-height: 25px;
                margin-right: 10px;
                font-weight: 600;
                font-size: 16px;
            }

    .product-card-footer .btn-bor-radius {
        margin-top: 0 !important;
    }

.right-btn {
    float: right;
}
/* Product List Css EN*/


@media only screen and (max-width: 992px) {
    .prod-img {
        background-image: none !important;
    }

    .thumbnail .product-info {
        top: 40%;
    }

    .thumbnail img {
        width: 100%;
    }

    .contact-num {
        position: absolute !important;
        left: 68px;
        top: 37px;
    }

        .contact-num span {
            padding: 2px 4px;
            background: #ccc;
            color: #181818;
            font-weight: 600;
        }

        .contact-num::before {
            display: none;
        }

        .contact-num::after {
            display: none;
        }
}

@media only screen and (min-width: 991px) and (max-width:1220px) {
    .container.pad0-md {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .nav > li {
        margin-left: 15px;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        background: #ccc;
    }

    .navbar li a {
        color: #181818;
    }

    .about-us-fix-img1 {
        position: relative;
        top: auto;
        left: auto;
        display: inline-block;
    }

    .about-us-fix-img2 {
        position: relative;
        bottom: auto;
        right: auto;
        display: block;
        margin: auto;
    }

    .carousel-inner img {
        height: 700px !important;
    }

    .contact-num {
        position: relative !important;
        left: auto;
        top: auto;
    }

        .contact-num span {
            padding: 2px 4px;
            background: #ccc;
            color: #181818;
            font-weight: 600;
            font-size: 14px;
        }

        .contact-num::before {
            display: none;
        }

        .contact-num::after {
            display: none;
        }
}

@media only screen and (max-width : 480px) {
    .container {
        padding: 60px 30px;
    }
}

.btn-bor-black {
    display: none;
}

/*.thumbNoMargin
  {
      margin-top:0px !important;
  }*/
