/* ==== menu scroll start==== */


.site-navigation .inner {
    overflow-y: scroll;
}


.inner::-webkit-scrollbar {
    width: 5px;

}


.inner::-webkit-scrollbar-track {
    background: #f1f1f1;
}


.inner::-webkit-scrollbar-thumb {
    background: #888;
}


.inner::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* ==== menu scroll end==== */


/* ==== inner page css start=== */

.page-section{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
    background: #fff;
}


@media only screen and (max-width: 991px), only screen and (max-device-width: 991px){
   .page-section{
    padding: 80px 0;
   } 
}



.works figure {
    margin: 0 0 2rem;
}

section.blank-sec.intro {
    padding: 50px 0 !important;
}

.about-page{
    background-color: #222327 !important;
    padding-bottom: 0px !important;
}

.about-page h3{
    margin-bottom: 20px;
}
/* ==== download/certificate page css start======= */

.download__page .box:hover .icon {
    opacity: 1
}
.download__page .box .icon li a,.download__page .box:hover .box-content {
    color: #FFCD4B;
    background: #fff
}

.download__page .box {
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: .5s
}

.download__page .box:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.1)
}

.download__page .box:before {
    content: "";
    background-image: linear-gradient(to right,rgb(43 41 41),#FFCD4B);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    transition: .5s
}

.download__page .box:hover:before {
    bottom: 0
}

.download__page .box img {
    width: 100%;
    height: auto;
    transition: .5s
}

.download__page .box:hover img {
    opacity: .3
}

.download__page .box .box-content {
    color: #fff;
    background-image: linear-gradient(to right,#FFCD4B,#FFCD4B);
    width: 100%;
    padding: 13px 20px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: .5s
}

.download__page .box .title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0
}

.download__page .box .post {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: lowercase
}

.download__page .box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: .3s
}

.download__page .box .icon li {
    margin: 0 3px;
    display: inline-block
}

.download__page .box .icon li a {
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    display: block;
    transition: .5s
}

.download__page .box .icon li a:hover {
    color: #fff;
    background: #FFCD4B;
    border-radius: 10px 0;
    box-shadow: 0 0 10px rgba(0,0,0,.3)
}

@media only screen and (max-width: 990px) {
    .download__page .box {
        margin:0 0 30px
    }
}
/* =========== download/ certificate page css end======= */


.packing-details {
    margin-top: 100px;
}

.packing-details .table td, .table th{
color: #fff;
text-align: center;
}

.header-banner{
    opacity: 0.4;
}


/* ==== product page css start===== */

.product__page .product-grid {
    text-align: center;
    margin-top: 30px
}

.product__page .product-grid .product-image {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.product__page .product-grid .product-image a.image {
    display: block
}

.product__page .product-grid .product-image img {
    width: 100%;
    height: auto
}

.product__page .product-grid .product-discount-label {
    color: #fff;
    background: #51a8b1;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    padding: 0 20px;
    position: absolute;
    top: 10px;
    left: 0
}

.product__page .product-grid .product-links {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 10px;
    right: -50px;
    transition: .5s
}

.product__page .product-grid:hover .product-links {
    right: 10px
}

.product__page .product-grid .product-links li a {
    color: #333;
    background: 0 0;
    font-size: 17px;
    line-height: 38px;
    width: 38px;
    height: 38px;
    border: 1px solid #333;
    border-bottom: none;
    display: block;
    transition: .3s
}

.product__page .product-grid .product-links li:last-child a {
    border-bottom: 1px solid #333
}

.product__page .product-grid .product-links li a:hover {
    color: #fff;
    background: #333
}

.product__page .product-grid .add-to-cart {
    background: #51a8b1;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    padding: 10px 26px;
    position: absolute;
    left: 0;
    bottom: -60px;
    transition: .3s
}

.product__page .product-grid:hover .add-to-cart {
    bottom: 0;    border: none;
}

/* .product__page .product-grid .add-to-cart:hover {
    text-shadow: 4px 4px rgba(0,0,0,.2)
} */

.product__page .product-grid .product-content {
    background: #fff;
    padding: 15px;
    /* box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset */
}

.product__page .product-grid .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 7px
}

.product__page .product-grid .title a {
    color: #000;
    transition: .3s
}

.product__page .product-grid .title {
    color: #FFCD4B;
}

.product__page a:hover{
    text-decoration: none;
}
.product__page .product-grid .price {
    color: #0000009c;
    font-size: 16px;
    font-weight: 600
}

.product__page .product-grid .price span {
    color: #888;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through
}

.product__page .select-option select {
    color: #1b1b1b;
    display: inline-block;
    border: 1px solid #d8d8d8;
    padding: 10px 30px 10px 20px;
    font-size: 13px;
    margin-right: 0;
    outline: 0
}

.product__page .select-option {
    position: relative
}

.product__page .select-option i {
    position: absolute;
    top: 50%;
    right: 26%;
    transform: translateY(-50%)
}


/* ===== product page css end======= */
.product-image a {
    padding-bottom: 0;
}
/* === inner page css end==== */


