﻿/*@import url(/css/font-style.css);*/

body, html {
    font-family: Helvetica, sans-serif;
    color: #282828 !important;
    overflow-x: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;   
     letter-spacing:1px;
       background:#fff;

}
.section-page
{
    padding-bottom:50px !important;
}
.section-div-wwd {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #e7e6e6;
}
.main-block {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    min-height: 500px;
    clear: both;
    font-size: 1.2em;
    color: #282828 !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    font-weight: 700;
}

a {
    color: #1c1c1c;
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
}

    a:hover, a:focus {
        color: #1c1c1c;
        text-decoration: none;
        outline: none;
    }

.primary-color {
    color: #1c1c1c;
}

.white-color {
    color: #FFF;
}

.font-weak {
    font-weight: 400;
}

strong {
    color: #1c1c1c;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-color: #DADADA;
}

/*----------------------------*\
	Buttons
\*----------------------------*/

.main-btn, .primary-btn {
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.icon-btn.main-btn, .icon-btn.primary-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0px;
    border: none;
}

.main-btn {
    color: #1c1c1c;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
    box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
}

    .main-btn:hover, .main-btn:focus {
        color: #1c1c1c;
        -webkit-box-shadow: 0px 0px 0px 1px #1c1c1c inset, 0px 0px 0px 0px #1c1c1c;
        box-shadow: 0px 0px 0px 1px #1c1c1c inset, 0px 0px 0px 0px #1c1c1c;
    }

.primary-btn {
    color: #FFF;
    background-color: #1c1c1c;
    -webkit-transition:.8s;-moz-transition:.8s;-o-transition:.8s;transition:.8s;
}

    .primary-btn:hover, .primary-btn:focus {
        color: #FFF;
        background-color: #e9c259;
        -webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);
    }

.searchprimary-btn {
    color: #FFF;
    background-color: #1c1c1c;
    display: inline-block;
    padding: 8px 18px 8px 18px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    margin-top: 5px;
}

    .searchprimary-btn:hover, .primary-btn:focus {
        color: #FFF;
        background-color: #1c1c1c;
    }

/*----------------------------*\
	Sections
\*----------------------------*/

.section {
    padding-top: 50px;
    padding-bottom: 30px;
}
.section h1 {
    padding:10px 0px 20px;
    font-size:3.4rem;
    color:#1c1c1c !important;
}
.gallery-scroller {
    padding-top:30px;
    padding-bottom:30px;
    width:100%;
   background-color:#e42426;

}
.gallery-scroller h1{
   padding:10px 0px 20px;
   color:#fff;
}
.section-grey {
    width: 100%;
    position: relative;
    background: url("/Images/bkbanner.jpg") scroll;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .section-grey::after {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 25px;
        position: absolute;
        z-index: -1;
    }



.section-title {
    position: relative;
    margin-bottom: 25px;
    margin-top: 15px;
    border-bottom: 2px solid #f1f1f1;
}

    .section-title .title {
        display: inline-block;
        text-transform: capitalize;
    }

    .section-title .title1 {
        display: inline-block;
        text-transform: capitalize;
    }

.title1 span {
    font-size: 19px;
    color: #1c1c1c;
}

.section-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    height: 3px;
    width: 25%;
    background:#e42426;
}
/*.section-title:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5px;
  height: 3px;
  width: 25%;
  background-color: #1c1c1c;
}*/
.section-title ul {
    margin: 35px 0px 5px;
}

    .section-title ul > .active {
        color: #1c1c1c;
    }

    .section-title ul > li {
        display: inline-block;
        font-size: 17px;
        font-weight: 600;
    }

        .section-title ul > li + li:before {
            color: #DADADA;
            content: "/\00a0";
            padding: 0 5px;
        }

        .section-title ul > li + li + li:before {
            color: #DADADA;
            content: "/\00a0";
            padding: 0 5px;
        }
    /*.section-title ul li:nth-child(odd)
{  
  color:#1c1c1c;
}
.section-title ul li:nth-child(even)
{
  color:#1c1c1c;
}*/
    .section-title ul li {
        color: #1c1c1c;
    }

        .section-title ul li + li {
            color: #1c1c1c;
        }

            .section-title ul li + li + li {
                color: #1c1c1c;
            }

                .section-title ul li + li + li + li {
                    color: #1c1c1c;
                }

                    .section-title ul li + li + li + li + li {
                        color: #1c1c1c;
                    }
/*----------------------------*\
	Breadcrumb
\*----------------------------*/

#breadcrumb {
      background:#f1f1f1;  
     padding:15px 0px 15px; 
  color:#1c1c1c;
  /*background:#979797;*/
 
}

.breadcrumb {
    background-color: transparent;
    border: none;
    border-radius: 0px;  
    margin: 0;    
}
.breadcrumb li a{color:#1c1c1c;}
    .breadcrumb > .active {
        color:#e42426;
    }

    .breadcrumb > li + li:before {
        color:#1c1c1c;
    }

/*=========================================================
	02 -> HEADER
===========================================================*/

#header {
    padding-top: 5px;
    padding-bottom: 5px;
}

/*----------------------------*\
	Top header
\*----------------------------*/

.top-header {
    padding: 0.45% 0% 0.45%;
    background: #1c1c1c;
    align-items: center;
    justify-items: center;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

 .top-header .ulcallus > li {
       
        display: inline-block;
        text-align: center;        
             padding:7px 5px 0px;
              color:#FFF; 
              font-size:14px;
              font-weight:500;
             letter-spacing:1px;
    }

  .top-header .ulcallus> li >i {
           padding:0px 3px;                
            color:#FFF;            
        }

 .social > li {
       
        display: inline-block;
        text-align: center;
    }

    .social > li > a > i {
        padding: 8px 9px;
        width: 35px;
        height: 32px;
        font-size: 14px;
        border-radius: 50px;
        color: #1c1c1c;
        background: #FFF;
        border: 2px solid #FFF;
        margin: 0px 5px;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }



    .social > li > a > i:hover, .social > li > a > i:focus {
        color: #FFF !important;
        background: #e42426;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }


.header-top-links > li {
    display: inline-block;
    padding-top: 5px;
}

    .header-top-links > li + li {
        margin-left: 15px;
    }

    .header-top-links > li > a {
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 600;
    }

.header-top-links a:hover {
    color: #1c1c1c;
}

/*=========================================================
	06 -> PRODUCT
===========================================================*/

.product .product-old-price {
    color: #1c1c1c;
    font-size: 70%;
}

.product .product-rating {
    display: inline-block;
}

    .product .product-rating > i {
        color: #FFB656;
    }

        .product .product-rating > i.empty {
            color: #DADADA;
        }

.product .product-label > span {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 700;
    color: #FFF;
    background-color: #1c1c1c;
    z-index: 22;
}

    .product .product-label > span.sale {
        background-color: #1c1c1c;
    }

.product .product-countdown {
    z-index: 22;
}

    .product .product-countdown > li {
        display: inline-block;
        margin-right: -4px;
    }

        .product .product-countdown > li + li:before {
            content: ":";
            color: #FFF;
            background: #1c1c1c;
            padding: 2px;
        }

        .product .product-countdown > li > span {
            display: inline-block;
            color: #FFF;
            font-weight: 700;
            padding: 10px;
            background: #1c1c1c;
        }

/*----------------------------*\
	Single product
\*----------------------------*/

.product.product-single {
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    border: 1px solid #dadada;
}

    .product.product-single:hover {
        -webkit-box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.175);
        box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.175);
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    .product.product-single .product-thumb {
        position: relative;
        margin-bottom: 0px;
    }

        .product.product-single .product-thumb > img {
            max-width: 250px;
        }

        .product.product-single .product-thumb:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(255, 255, 255, 0.7);
            visibility: hidden;
            z-index: 0;
            -webkit-transition: 0.3s all;
            transition: 0.3s all;
        }

    .product.product-single:hover .product-thumb:after {
        opacity: 0.7;
        visibility: visible;
    }

    .product.product-single .quick-view {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        visibility: hidden;
        z-index: 20;
    }

    .product.product-single:hover .quick-view {
        opacity: 1;
        visibility: visible;
    }

    .product.product-single .product-label {
        position: absolute;
        left: 0;
        top: 0;
    }

        .product.product-single .product-label > span {
            display: block;
        }

    .product.product-single .product-countdown {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
    }

    .product.product-single .product-body {
        padding: 15px;
    }

    .product.product-single .product-price {
        display: inline-block;
    }

        .product.product-single .product-price span {
            display: inline-block;
            color: #1c1c1c;
            padding-left: 5px;
        }

    .product.product-single .product-rating {
        float: right;
        margin-top: 5px;
    }

    .product.product-single .product-name {
        font-size: 16px;
    }

    .product.product-single .product-btns {
        margin-top: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    .product.product-single:hover .product-btns {
        opacity: 1;
        visibility: visible;
    }

    /*-- hot product --*/

    .product.product-single.product-hot {
        border: 2px solid #dadada;
        background: #f3f3f3;
    }

        .product.product-single.product-hot .product-btns {
            opacity: 1;
            visibility: visible;
        }

/*----------------------------*\
	 Widget product
\*----------------------------*/

.product.product-widget {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .product.product-widget .product-thumb {
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
    }

        .product.product-widget .product-thumb > img {
            width: 100%;
        }

    .product.product-widget .product-body {
        padding-left: 75px;
        padding-top: 10px;
        min-height: 60px;
    }

    .product.product-widget .product-price {
        font-size: 14px;
        margin-bottom: 5px;
    }

        .product.product-widget .product-price .qty {
            font-size: 14px;
            font-weight: 400;
        }

    .product.product-widget .product-name {
        font-size: 14px;
    }

    .product.product-widget .cancel-btn {
        position: absolute;
        right: 0px;
        top: 10px;
        background-color: transparent;
        border: none;
        color: #DADADA;
    }

        .product.product-widget .cancel-btn:hover {
            color: #1c1c1c;
        }

/*----------------------------*\
	Product slick
\*----------------------------*/

.product-slick .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

/*=========================================================
	07 -> Projects PAGE
===========================================================*/

/*----------------------------*\
	Aside
\*----------------------------*/

#aside .aside {
    margin-bottom: 30px;
}

    #aside .aside:last-child {
        margin-bottom: 0px;
    }

.aside .aside-title {
    position: relative;
    border-bottom: 1px solid #DADADA;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 15px;
    line-height: 24px;
    font-size: 18px;
}

    .aside .aside-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1.5px;
        height: 3px;
        width: 60px;
        background-color: #1c1c1c;
    }

/*-- Filter list --*/

.filter-list {
    margin-bottom: 15px;
}

    .filter-list > li {
        display: inline-block;
        margin-right: 2px;
        margin-bottom: 6px;
    }

        .filter-list > li:last-child {
            margin-right: 0px;
        }

    .filter-list li a {
        position: relative;
        padding: 0px 5px 0px 20px;
    }

        .filter-list li a:before {
            content: "\f00d";
            font-family: FontAwesome;
            position: absolute;
            left: 4px;
            top: 5px;
            line-height: 12px;
            font-size: 9px;
            color: #FFF;
            background: #1c1c1c;
            width: 12px;
            text-align: center;
            border-radius: 50%;
            height: 12px;
        }

/*-- Price Filter --*/

#price-slider {
    margin: 60px 0px 50px;
}

.noUi-target {
    background-color: #DADADA;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0px;
}

.noUi-connect {
    background-color: #1c1c1c;
}

.noUi-horizontal {
    height: 4px;
}

    .noUi-horizontal .noUi-handle {
        width: 12px;
        height: 12px;
        left: -6px;
        top: -4px;
        border: none;
        background: #1c1c1c;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
    }

.noUi-handle:before, .noUi-handle:after {
    display: none;
}

.noUi-tooltip {
    border: none;
    color: #FFF;
    background: #1c1c1c;
    border-radius: 0px;
}

/*----------------------------*\
	Store
\*----------------------------*/

#store {
    margin-top: 15px;
    padding-top: 30px;
    border-top: 1px solid #DADADA;
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DADADA;
}

/*-- store filter --*/

.row-filter {
    display: inline-block;
    vertical-align: top;
}

    .row-filter > a {
        display: inline-block;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        color: #FFF;
        background-color: #1c1c1c;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

        .row-filter > a:hover {
            opacity: 0.9;
        }

        .row-filter > a.active {
            background-color: #1c1c1c;
        }

.sort-filter {
    display: inline-block;
    margin-left: 15px;
}

    .sort-filter select.input {
        width: 120px;
    }

.page-filter select.input {
    width: 90px;
}

.page-filter {
    display: inline-block;
}

.store-pages {
    display: inline-block;
    margin-left: 15px;
}

    .store-pages li {
        display: inline-block;
        margin-right: 6px;
    }

        .store-pages li a {
            display: block;
            min-width: 10px;
            text-align: center;
        }

        .store-pages li.active {
            color: #1c1c1c;
        }

/*=========================================================
	08 -> PRODUCT DETAILS PAGE
===========================================================*/

/*----------------------------*\
	Product view
\*----------------------------*/

#product-main-view .slick-arrow {
    opacity: 0;
}

#product-main-view:hover .slick-arrow {
    opacity: 1;
}

#product-view {
    margin-top: 10px;
    margin-bottom: 15px;
}

    #product-view .product-view.slick-slide {
        opacity: 0.2;
    }

        #product-view .product-view.slick-slide.slick-current {
            opacity: 1;
            -webkit-box-shadow: 0px 0px 0px 2px #1c1c1c inset;
            box-shadow: 0px 0px 0px 2px #1c1c1c inset;
        }

    #product-view .product-view {
        padding: 7.5px;
    }

.product-view > img {
    width: 100%;
}

/*----------------------------*\
	Product details
\*----------------------------*/
.productside {
    -webkit-box-shadow: 0px 0px 0px 2px #1c1c1c inset;
    box-shadow: 0px 0px 0px 2px #1c1c1c inset;
    border: 2px solid #1c1c1c;
}

.product-name-side {
    color: #fff;
    text-shadow: 1px 0px 2px #1c1c1c;
}

.product.product-details .product-name {
    margin-top: 15px;
}

.product.product-details .product-rating {
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

.product.product-details .product-options {
    padding-top: 30px;
    margin-bottom: 15px;
    border-top: 1px solid #DADADA;
    margin-top: 15px;
}

.product-options .size-option {
    margin-bottom: 15px;
}

.size-option > li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    vertical-align: top;
}

    .size-option > li:last-child {
        margin-right: 0px;
    }

    .size-option > li > a {
        display: block;
        border: 1px solid #DADADA;
        font-weight: 700;
        padding: 2px 7px 0px 8px;
    }

    .size-option > li.active a {
        color: #1c1c1c;
        border-color: #1c1c1c;
    }

.color-option > li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    vertical-align: top;
}

    .color-option > li:last-child {
        margin-right: 0px;
    }

    .color-option > li > a {
        display: block;
        width: 20px;
        height: 20px;
    }

    .color-option > li.active a {
        -webkit-box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #1c1c1c;
        box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 3px #1c1c1c;
    }

.product.product-details .qty-input {
    display: inline-block;
}

    .product.product-details .qty-input .input {
        width: 90px;
    }

/*----------------------------*\
	Product tab
\*----------------------------*/

.product-tab {
    margin-top: 30px;
}

    .product-tab .tab-nav {
        border-bottom: 1px solid #DADADA;
        margin-bottom: 30px;
    }

        .product-tab .tab-nav li {
            display: inline-block;
        }

            .product-tab .tab-nav li + li {
                margin-left: 30px;
            }

            .product-tab .tab-nav li a {
                display: block;
                padding: 15px 0px;
                text-transform: uppercase;
                font-weight: 700;
            }

            .product-tab .tab-nav li.active {
                position: relative;
            }

                .product-tab .tab-nav li.active a {
                    color: #1c1c1c;
                }

                    .product-tab .tab-nav li.active a:after {
                        content: "";
                        position: absolute;
                        left: 0;
                        bottom: -1.5px;
                        height: 3px;
                        width: 30px;
                        background-color: #1c1c1c;
                    }

/*-- reviews --*/

.single-review {
    margin-bottom: 30px;
}

    .single-review .review-heading > div {
        display: inline-block;
    }

        .single-review .review-heading > div + div {
            margin-left: 10px;
        }

    .single-review .review-rating {
        display: inline-block;
    }

        .single-review .review-rating > i {
            color: #FFB656;
        }

            .single-review .review-rating > i.empty {
                color: #DADADA;
            }

    .single-review .review-body {
        margin-top: 10px;
    }

.reviews-pages li {
    display: inline-block;
    margin-right: 6px;
}

    .reviews-pages li a {
        display: block;
        min-width: 10px;
        text-align: center;
    }

    .reviews-pages li.active {
        color: #1c1c1c;
    }

/*-- review form --*/

.review-form textarea.input {
    height: 90px;
}

.review-form .input-rating .stars {
    display: inline-block;
    vertical-align: top;
}

    .review-form .input-rating .stars input[type="radio"] {
        display: none;
    }

    .review-form .input-rating .stars > label {
        float: right;
        cursor: pointer;
        padding: 0px 3px;
        margin: 0px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

        .review-form .input-rating .stars > label:hover, .review-form .input-rating .stars > label:hover ~ label {
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5);
        }

        .review-form .input-rating .stars > label:before {
            content: "\f006";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            color: #DADADA;
            font-size: 14px;
            -webkit-transition: 0.3s all;
            transition: 0.3s all;
        }

        .review-form .input-rating .stars > label:hover:before, .review-form .input-rating .stars > label:hover ~ label:before {
            content: "\f005";
            color: #FFB656;
        }

    .review-form .input-rating .stars > input:checked label:before, .review-form .input-rating .stars > input:checked ~ label:before {
        content: "\f005";
        color: #FFB656;
    }

/*=========================================================
	09 -> CHECKOUT PAGE
===========================================================*/

.terms-methods {
    margin-bottom: 30px;
}

/*-- shopping cart table --*/

.shopping-cart-table > tbody > tr > td, .shopping-cart-table > tbody > tr > th, .shopping-cart-table > tfoot > tr > td, .shopping-cart-table > tfoot > tr > th, .shopping-cart-table > thead > tr > td, .shopping-cart-table > thead > tr > th {
    padding: 15px 0px;
    vertical-align: middle;
    border-top: 1px solid #DADADA;
}

.shopping-cart-table > thead > tr > th {
    color: #1c1c1c;
    text-transform: uppercase;
    border-bottom: 1px solid #DADADA;
}

.shopping-cart-table > tbody > tr:last-child > td {
    border-bottom: 1px solid #DADADA;
}

.shopping-cart-table > tfoot > tr > td, .shopping-cart-table > tfoot > tr > th {
    color: #1c1c1c;
    border-top: 0px;
}

    .shopping-cart-table > tfoot > tr > td:not(.empty), .shopping-cart-table > tfoot > tr > th:not(.empty) {
        padding: 15px;
        background-color: #F6F7F8;
        border: 1px solid #DADADA;
    }

.shopping-cart-table > tbody > tr > .details > a {
    font-size: 18px;
    font-weight: 700;
}

.shopping-cart-table > tbody > tr > .thumb > img {
    width: 60px;
}

.shopping-cart-table > tbody > tr > .qty .input {
    width: 90px;
}

.shopping-cart-table > tbody > tr > .price {
    font-size: 18px;
}

.shopping-cart-table > tbody > tr > .total {
    font-size: 18px;
}

.shopping-cart-table > tfoot > tr > .sub-total {
    font-size: 18px;
}

.shopping-cart-table > tfoot > tr > .total {
    font-size: 24px;
    color: #1c1c1c;
}

/*=========================================================
	10 -> FOOTER
===========================================================*/
.section-grey-foter {
    padding:50px 0px 30px;
  background:#1c1c1c;
}

.footer {
    margin: 10px;
}
    .footer p {
        padding: 5px 0px 5px;
        color: #c2c2c2;
    }
        .footer p > i {
            padding-right: 3px;
            color: #c2c2c2;
        }
    .footer .footer-header {
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 15px;
        border-bottom: 2px solid #535353;
        position: relative;
        color: #c2c2c2 !important;
        font-weight: 600;
        width: 70%;
    }

        .footer .footer-header:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -2.5px;
            height: 4px;
            width: 25%;
            background:#e42426;
        }

.footer-pad {
    padding-top: 30px;
}

.footer-logo {
    margin-bottom: 30px;
}

    .footer-logo .logo {
        display: inline-block;
    }

        .footer-logo .logo > img {
            width: auto;
            max-height: 40px;
        }

.footer-social > li {
       
        display: inline-block;
        text-align: center;
    }

    .footer-social > li > a > i {
        padding: 8px 9px;
        width: 35px;
        height: 32px;
        font-size: 14px;
        border-radius: 50px;
        color: #c2c2c2;
        background: #c2c2c2;
        border: solid 2px #c2c2c2;
        margin: 0px 5px;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }

          

 .footer-social> li>a>i:hover, .social>li>a>i:focus {
           
           color:#1c1c1c !important;
           background:#e42426;
           -webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);
        }
.footer-copyright {
    margin-top: 15px;
    text-transform: capitalize;
    font-size: 13px;
    padding: 25px 0px 20px;
    width: 100%;
    display: block;
    color: #c2c2c2;
    /* border-top: 2px solid #5c5c5c;*/
}
    .footer-copyright a, .footer-copyright p {
        color: #c2c2c2;
        text-decoration: none;
    }
.footer-copyright a:hover{
   color:#e42426;
   text-decoration:none;
}
/*----------------------------*\
	Lists
\*----------------------------*/
.doubleul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
@media only screen and (max-width: 450px) {
    .doubleul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

    .list-links .list-links-title {
        text-transform: capitalize;
        margin-bottom: 10px;
        font-size: 13px;
        font-weight: lighter;
    }

    .list-links li > a {
        position: relative;
        display: inline-block;
        text-transform: capitalize;
        padding: 2px 0px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        color: #c2c2c2;
    }

        .list-links li > a:before {
            content: "\f105";
            position: absolute;
            left: 0px;
            font-family: FontAwesome;
            -webkit-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
            transform: translateX(-10px);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.3s all;
            transition: 0.3s all;
        }

        .list-links li > a:hover, .list-links li > a:focus, .list-links li.active > a {
            color: #e42426;
            -webkit-transform: translateX(10px);
            -ms-transform: translateX(10px);
            transform: translateX(10px);
        }

            .list-links li > a:hover:before, .list-links li > a:focus:before, .list-links li.active > a:before {
                opacity: 1;
                visibility: visible;
            }

    /*=========================================================
	11 -> SLICK
===========================================================*/

    /*----------------------------*\
	Arrows
\*----------------------------*/

    .slick-prev, .slick-next {
        width: 40px;
        height: 40px;
        background: #1c1c1c;
        z-index: 22;
    }

        .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
            background: #1c1c1c;
        }

        .slick-prev:before, .slick-next:before {
            color: #FFF;
        }

    .slick-prev {
        left: 15px;
    }

    .slick-next {
        right: 15px;
    }

    .custom-nav .slick-prev, .custom-nav .slick-next {
        display: inline-block;
        position: static;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    /*----------------------------*\
	Dots
\*----------------------------*/

    .slick-dots li, .slick-dots li button, .slick-dots li button:before {
        width: 10px;
        height: 10px;
    }

        .slick-dots li button:before {
            content: "";
            opacity: 1;
            background: #DADADA;
            border-radius: 50%;
        }

        .slick-dots li.slick-active button:before {
            background-color: #1c1c1c;
        }

    .custom-dots .slick-dots {
        position: static;
        margin: 15px 0px;
    }

    /*=========================================================
	12 -> RESPONSIVE
===========================================================*/

    @media only screen and (max-width: 991px) {
        #home .home-wrap {
            margin-left: 0px;
        }

        #aside {
            margin-bottom: 60px;
        }

        .product-reviews {
            margin-bottom: 30px;
        }
    }

    @media only screen and (max-width: 767px) {
        .banner h1 {
            font-size: 36px;
        }

        .store-filter .pull-right, .store-filter .pull-left {
            float: none !important;
        }

        .store-filter .pull-right {
            margin-top: 10px;
        }
    }

    @media only screen and (max-width: 480px) {
        [class*='col-xs'] {
            width: 100%;
        }

        .team-clm {
            display: flex;
            flex-wrap: wrap;
            max-width: 98%;
            padding: 6px;
        }

        .wwd-div-element {
            width: 98%;
            min-width: 300PX;
            margin: 1.0%;
        }

        .wwd-div-element-food {
            width: 98%;
            min-width: 300PX;
            margin: 0.75%;
        }
    }

    .homefixed-bg {
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        background-image: url("/Images/fixbk1.jpg");
        margin-top: 25px;
        margin-bottom: 25px;
        z-index: 1;
    }

        .homefixed-bg::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255,255,255,0.5);
            z-index: 2;
        }

        .homefixed-bg p {
            position: absolute;
            padding: 5%;
            z-index: 3;
            color: #fff !important;
            font-size: 13px;
            text-align: center;
        }

    .scroll-bg {
        background-color: rgba(255, 255, 255, 0.6);
        padding: 70px;
        color: #fff;
    }


    .dibpmg {
        width: 100%;
    }

        .dibpmg img {
            overflow: hidden;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            width: 100%;
            height: 250px;
            object-fit: cover;
            object-position: bottom top;
            background-repeat: no-repeat;
        }

    @media only screen and (max-width: 750px) {
        [class*='col-xs'] {
            width: 100%;
        }

        .dibpmg img img {
            overflow: hidden;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            width: 100%;
            object-fit: cover;
            object-position: bottom;
            background-repeat: no-repeat;
        }
    }

    .page-bpmg {
        width: 100%;
    }

        .page-bpmg img {
            vertical-align: top;
            width: 100%;
            height: 14.625rem;
            object-fit: cover;
            object-position: 50% 50%;
            background: no-repeat center center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }

    .dibpmg .page-info {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.4);
        z-index: 3;
    }

        .dibpmg .page-info ul {
            list-style: none;
            display: block;
            font-size: 1.8vw;
            text-shadow: 2px 2px 2px #1c1c1c;
            text-align: center;
            padding: 8% 0%;
        }

            .dibpmg .page-info ul > li {
                display: inline-block;
                padding: 0px 5px;
                color: #fff !important;
            }

                .dibpmg .page-info ul > li a {
                    color: #fff !important;
                }

                .dibpmg .page-info ul > li > .active {
                    color: #fff;
                }

            .dibpmg .page-info ul li + li:before {
                color: #1c1c1c;
                content: "/";
            }

    .prdpageimage {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        bottom: 0;
    }

    .Pagecategory {
        padding: 5px 5px 15px 5px;
        background: #e3e3e3;
        min-height: 90vh;
    }

    @media screen and (max-width: 450px) {
        .Pagecategory {
            padding: 5px 5px 15px 5px;
            background: #e3e3e3;
            height: 100%;
        }
    }

    .Pagecategory .section-title {
        position: relative;
        margin: 10px 5px 10px 5px;
        border-bottom: 2px solid #cac9c9;
    }

        .Pagecategory .section-title:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1.5px;
            height: 3px;
            width: 35%;
            background: #1c1c1c;
        }

        .Pagecategory .section-title > h3 {
            display: inline-block;
            text-transform: capitalize;
            font-size: 1.3em;
            padding: 2px 0px 2px;
            color: #1c1c1c !important;
        }

        .Pagecategory .section-title .title1 {
            display: inline-block;
            text-transform: capitalize;
        }

    .Pagecategory ul {
        list-style-type: none;
        text-align: left;
        margin: 15px 5px 5px 15px;
    }

        .Pagecategory ul li .catbtn {
            color: #282828 !important;
        }

        .Pagecategory ul li {
            position: relative;
            color: #282828 !important;
            padding: 5px 0px 5px !important;
        }

            .Pagecategory ul li:not(:last-child) {
                border-bottom: 1px solid #cac9c9;
            }

            .Pagecategory ul li::before {
                content: "";
                width: 100%;
                height: 1px;
                position: absolute;
                left: 0;
                bottom: 0;
                background: #cac9c9;
                transition: 0.5s transform ease;
                transform: scale3d(0,1,1);
                transform-origin: 0 50%;
            }

            .Pagecategory ul li:hover::before {
                transform: scale3d(1,1,1);
            }

            .Pagecategory ul li::before {
                transform-origin: 50% 50%;
                background: #1c1c1c;
            }
    /*.Pagecategory ul li .catbtn:hover, .Pagecategory ul li .catbtn:focus {color: #1c1c1c;}
   
    .Pagecategory ul li:hover, .Pagecategory ul li:focus {color: #1c1c1c;-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
   */


    .googlemapw {
        width: 100%;
        padding-top: 40PX;
    }

        .googlemapw iframe {
            width: 100%;
            min-height: 500px !important;
            overflow: hidden;
            background: no-repeat center center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            bottom: 0;
        }

    .clm-row {
        width: 100%;
        height: auto;
        display: flex;
    }

    .column-div {
        -ms-flex: 1; /* IE 10 */
        flex: 1;
    }

    .gallclmstyle {
        width: 100%;
    }

    .Videosize {
        width: 100% !important;
     /*   height: auto !important;*/
        min-height:338px !important;
        
    }
@media only screen and (max-width: 448px) {
    .Videosize {
        width: 100% !important;
        height: auto !important;
        min-height:100% !important;
    }
    }

    .Video-bk {
        background: linear-gradient(#e7e6e6,#f8f8f8, #e7e6e6);
        -webkit-box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.5);
        border: 1px solid #dadada;
        margin: 2%;
    }

    .prdimage {
        width: 125px;
        height: auto;
        object-fit: cover;
    }

    .adv-image {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

    .photoimage {
        width: 75px;
        height: auto;
        object-fit: cover;
    }

    .post-job {
        background: #1c1c1c;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        font-weight: 600;
        padding: 5px;
        color: #fff;
        position: relative;
        text-decoration: none;
        -webkit-animation: flash 1500ms infinite;
        -moz-animation: flash 1500ms infinite;
        -o-animation: flash 1500ms infinite;
        animation: flash 1500ms infinite;
    }

        .post-job:hover, post-job:focus {
            background: #1c1c1c;
            color: #fff;
        }

    @-webkit-keyframes flash {
        0% {
            background-color: #1c1c1c;
            -webkit-box-shadow: 0 0 3px #1c1c1c;
        }

        50% {
            background-color: #fff;
            -webkit-box-shadow: 0 0 40px #fff;
        }

        100% {
            background-color: #1c1c1c;
            -webkit-box-shadow: 0 0 3px #1c1c1c;
        }
    }

    @-moz-keyframes flash {
        0% {
            background-color: #1c1c1c;
            -moz-box-shadow: 0 0 3px #1c1c1c;
        }

        50% {
            background-color: #fff;
            -moz-box-shadow: 0 0 40px #fff;
        }

        100% {
            background-color: #1c1c1c;
            -moz-box-shadow: 0 0 3px #1c1c1c;
        }
    }

    @-o-keyframes flash {
        0% {
            background-color: #1c1c1c;
            box-shadow: 0 0 3px #1c1c1c;
        }

        50% {
            background-color: #fff;
            box-shadow: 0 0 40px #fff;
        }

        100% {
            background-color: #1c1c1c;
            box-shadow: 0 0 3px #1c1c1c;
        }
    }

    .fundus {
        background: #1c1c1c;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        font-weight: 600;
        padding: 5px;
        color: #fff;
        position: relative;
        text-decoration: none;
        -webkit-animation: glowing 1200ms infinite;
        -moz-animation: glowing 1300ms infinite;
        -o-animation: glowing 1300ms infinite;
        animation: glowing 1300ms infinite;
    }

    @-webkit-keyframes glowing {
        0% {
            background-color: #1c1c1c;
            -webkit-box-shadow: 0 0 3px #1c1c1c;
        }

        50% {
            background-color: #fff;
            -webkit-box-shadow: 0 0 40px #fff;
        }

        100% {
            background-color: #1c1c1c;
            -webkit-box-shadow: 0 0 3px #1c1c1c;
        }
    }

    @-moz-keyframes glowing {
        0% {
            background-color: #1c1c1c;
            -moz-box-shadow: 0 0 3px #1c1c1c;
        }

        50% {
            background-color: #fff;
            -moz-box-shadow: 0 0 40px #fff;
        }

        100% {
            background-color: #1c1c1c;
            -moz-box-shadow: 0 0 3px #1c1c1c;
        }
    }

    @-o-keyframes glowing {
        0% {
            background-color: #1c1c1c;
            box-shadow: 0 0 3px #1c1c1c;
        }

        50% {
            background-color: #fff;
            box-shadow: 0 0 40px #fff;
        }

        100% {
            background-color: #1c1c1c;
            box-shadow: 0 0 3px #1c1c1c;
        }
    }

    .fundus:hover, fundus:focus {
        background: #1c1c1c;
        color: #fff;
    }

    .fundus-pad {
        margin-right: 5px;
    }

    .fund-txt {
        color: #fff;
        padding-right: 5px;
    }

    .log-out {
        padding: 7px;
        color: #fff !important;
        text-decoration: none;
        font-weight: 600;
        background: #1c1c1c;
        border-radius: 12px;
    }

        .log-out:hover, log-out:focus {
            background: #1c1c1c !important;
        }

    .full-page-width {
        padding: 0.5%;
        margin-top: 25px;
        margin-bottom: 25px;
        width: 99%;
    }

    .team-clm {
        display: flex;
        flex-wrap: wrap;
        column-gap: 1em;
        max-width: 49%;
        padding: 6px;
    }

    .teamddl {
        position: relative;
        min-height: 1px;
        padding-right: 8px;
        padding-left: 8px;
    }

        .teamddl select {
            line-height: 1;
            border: 1px solid #DADADA;
            height: auto;
            -webkit-appearance: listbox;
            color: #1c1c1c;
            padding: 5px;
            outline: none;
            margin: 5px;
            width: 100%;
        }

    .donorimage {
        width: 100%;
    }


    .black-opacity {
        position: relative;
        z-index: 9999;
    }

    .banner-m-area {
        padding: 100px 0px;
        background: fixed;
    }

        .banner-m-area.black-opacity:before {
            opacity: .7;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        }

    .admintopnav {
        padding-left: 3%;
    }

    .adminmain {
        padding: 3%;
        width: 96%;
        height: 100%;
        min-height: 450px;
        display: block;
    }

    .fam {
        color: #5b5b5b;
        font-weight: lighter;
    }

    .famj {
        color: #5b5b5b;
        margin-right: 5px;
    }

    .search-background {
        background: linear-gradient(#dedede, #e7e6e6);
        border: 2px solid #dadada;
        border-radius: 8px;
        padding: 5px;
        /*width:auto;*/
    }

    .grid-overlay {
        position: absolute; /* Sit on top of the page content */
        width: 100%; /* Full width (cover the whole page) */
        height: 100%; /* Full height (cover the whole page) */
        top: 0%;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5); /* Black background with opacity */
        z-index: 99999; /* Specify a stack order in case you're using a different order for other elements */
        clear: both;
        cursor: pointer; /* Add a pointer on hover */
        display: block;
    }

        .grid-overlay .close {
            position: absolute;
            top: 20px;
            right: 30px;
            width: 25px;
            height: 25px;
            transition: all 200ms;
            font-size: 20px;
            font-weight: bold;
            text-decoration: none;
            color: #fff;
            background: #1c1c1c;
            padding: 2px;
            border-radius: 50%;
        }

            .grid-overlay .close:hover {
                color: orange;
            }

        .grid-overlay .frm-pad {
            margin-top: 0.5%;
        }


    .clm-ban {
        z-index: 1;
        position: relative;
    }

        .clm-ban::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
            z-index: 2;
        }

        .clm-ban:hover {
            opacity: 1;
        }

        .clm-ban span {
            position: absolute;
            z-index: 3;
            top: 8%;
            left: 3%;
            right: 3%;
            color: #fff !important;
            font-size: 18px;
            text-shadow: 1px 0px 1px #1c1c1c;
            text-align: center;
            font-weight: 600;
        }

        .clm-ban a {
            position: absolute;
            z-index: 3;
            bottom: 1.75%;
            left: 35%;
            color: #fff !important;
            text-align: center;
            font-size: 15px;
        }

    .clm-ban-btn {
        color: #2b2b2b;
        background-color: #fff;
        padding: 8px;
        border-radius: 5px;
        text-transform: uppercase;
        font-weight: 600;
        -webkit-transition: .8s;
        -moz-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
        -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.5);
        border-top: 1px solid #dadada;
    }

    .clm-ban h2 {
        padding: 0px;
    }

    .clm-ban-btn:hover, .clm-ban-btn:focus {
        color: #1c1c1c;
        background-color: #fff;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .home-intro {
        padding: 15px;
    }

        .home-intro p div {
            padding: 5px;
            font-size: 18px;
            text-align: justify;
        }

    .home-intro-border {
        border: 1px solid #dadada;
    }

    .grd-table {
        width: 100%;
    }

        .grd-table td {
            border: 1px solid #dadada;
            padding: 5px;
        }

    .callus {
        font-weight: 600;
    }

    .volunteer-bk {
        background: #ccc;
        font-weight: 600;
    }

    .shramdaan {
        color: #1c1c1c;
    }


    .pdf-block {
        display: block;
        padding: 5px;
    }

        .pdf-block .datepdf {
            font-size: 12px;
        }

        .pdf-block .titlepdf {
            font-size: 15px;
            font-weight: 600;
            text-decoration: none;
        }

            .pdf-block .titlepdf:hover {
                font-size: 15px;
                font-weight: 600;
                text-decoration: none;
                color: #1c1c1c;
            }

        .pdf-block ul li {
            display: inline-block;
            list-style: none;
        }

            .pdf-block ul li img {
                width: auto;
                height: 25px;
            }

    .pdf-menu {
        font-weight: 600;
        padding-right: 10px;
    }

    .user-master-content {
        min-height: 450px;
    }

    @keyframes bblink {
        0% {
            color: #1c1c1c;
        }

        100% {
            color: #1c1c1c;
        }
    }

    @-webkit-keyframes bblink {
        0% {
            color: #1c1c1c;
        }

        100% {
            color: #1c1c1c;
        }
    }

    .block-parallax-1 {
        position: relative;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-image: url("/PageImageFolder/homepagebanner.jpg");
    }

        .block-parallax-1:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(0,0,0,0.6);
        }

        .block-parallax-1 .container {
            position: relative;
            z-index: 2;
            padding: 6% 0% 6%;
        }

        .block-parallax-1 h2 {
            font-size: 2.75rem;
            margin-bottom: 5px;
            color: #fff !important;
        }

        .block-parallax-1 p {
            font-size: 1.75rem;
            color: #fff !important;
        }

    .container-page {
        padding: 0px 15px 0px 15px;
    }

    .page-bk {
        background: rgba(196, 196, 196, 0.01);
        padding: 20px 0px 20px;
    }

    .project-page {
        width: 100%;
        padding: 10px 0px;
    }

        .project-page p {
            text-align: justify;
        }

    .number-scroll-banner {
        width: 100%;
        padding: 50px 0px 50px;
        background: #e7e6e6;
    }

        .number-scroll-banner i {
            font-size: 3.0em;
            text-align: center;
            color: #1c1c1c;
            padding: 8px 12px;
            border-radius: 90px;
            height: 90px;
        }

        .number-scroll-banner h3 {
            font-size: 1.0em;
            text-align: center;
            color: #1c1c1c !important;
            padding: 2px 0px 2px;
        }

        .number-scroll-banner .numcounter {
            font-size: 2.8em;
            padding: 3px 0px 5px;
            color: #e42426;
            display: block;
        }

    .section-abtus {
        background: -webkit-linear-gradient(rgba(0, 58, 166, 0.6), rgba(1, 17, 47, 0.6)), url("/Images/bkimage.jpg");
        background: linear-gradient(rgba(0, 58, 166, 0.6), rgba(1, 17, 47, 0.6)), url("/Images/bkimage.jpg");
        background-attachment: fixed;
        width: 100%;
        padding: 40px 20px 40px 20px;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover;
    }

.section-abtus-element {
    margin: 2%;
}

        .section-abtus-element img {
            overflow: hidden;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            width: 100%;
            height: 300px;
            object-fit: cover;
            object-position: bottom;
            background-repeat: no-repeat;
        }
@media only screen and (max-width: 448px) {
    .section-abtus-element img {
        overflow: hidden;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: bottom;
        background-repeat: no-repeat;
    }
}
        .section-abtus-element .div-txt {
            min-height: 200px;
        }

    .section-abtus h2 {
        color: #fff;
        text-shadow: 1px 2px 2px #000;
        font-size: 2.0vw !important;
    }

    .section-abtus .div-clm {
        margin: 0px 20px 0px 20px !important;
    }
    /*@media only screen and (max-width: 480px) {
    .section-abtus {
    padding: 40px 20px 40px 20px;
     background: linear-gradient(to left, #1c1c1c 50%, #1c1c1c 50%) !important;
}
}*/
    .section-abtus-element h2 {
        color: #fff !important;
    }

    .section-abtus-element p {
        color: #fff !important;
        padding: 5px 0px 5px !important;
        text-align: justify !important;
    }

    .wwd-div-container {
        padding: 0;
        margin: 0;
        list-style: none;
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        background: none;
        justify-items: center;
        align-items: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: row;
        vertical-align: top;
    }

    .wwd-div-element {
        position: relative;
        vertical-align: top;
        justify-items: center;
        align-items: center;
        justify-content: center;
        text-align: justify;
        border-radius: 5px;
        padding: 0px;
        margin: 1%;
        width: calc(33% - 3%);
        display: table;
        background: linear-gradient(#fff, #f1f1f1, #fff, #f1f1f1) !important;
        /*-webkit-box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);*/
        /* min-height: 60vh;*/
    }

        .wwd-div-element img {
            overflow: hidden;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            width: 100%;
            height: 200px;
            object-fit: cover;
            object-position: bottom;
            background-repeat: no-repeat;
        }

        .wwd-div-element .div-txt {
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
            min-height: 220px;
            padding: 5px 10px;
        }

            .wwd-div-element .div-txt h2 {
                font-size: 17px;
            }

            .wwd-div-element .div-txt p {
                text-align: justify;
                padding: 10px;
            }

    @media only screen and (max-width: 750px) {
        [class*='col-xs'] {
            width: 100%;
        }

        .wwd-div-element {
            width: 98%;
            min-width: 300PX;
            margin: 1.0%;
        }

            .wwd-div-element img {
                overflow: hidden;
                -webkit-transition-duration: 500ms;
                transition-duration: 500ms;
                width: 100%;
                object-fit: cover;
                object-position: bottom;
                background-repeat: no-repeat;
            }

            .wwd-div-element .div-txt {
                -webkit-transition-duration: 500ms;
                transition-duration: 500ms;
                height: 100%;
                padding: 10px;
            }
    }

    .wwd-div-element h4 {
        color: #767676;
        text-shadow: none;
    }

    .wwd-div-element-overlay {
        position: absolute;
        top: 0%;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.7);
        overflow: hidden;
        width: 100%;
        height: 0;
        transition: .5s ease;
    }

    .wwd-div-element:hover .wwd-div-element-overlay {
        bottom: 0;
        height: 100%;
    }

    .wwd-div-element .link {
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        color: #f3f3f3 !important;
        border-bottom: 1px solid #767676 !important;
        border-top: 1px solid #767676 !important;
    }

        .wwd-div-element .link a {
            position: relative;
            display: inline-block;
            text-transform: uppercase;
            padding: 5px;
            -webkit-transition: 0.3s all;
            transition: 0.3s all;
            font-size: 16px;
            font-family: 'Fjalla One', sans-serif !important;
            background-image: linear-gradient(to right, #f3f3f3, #f4f4f4 50%, #f5f5f5 50%);
            background-size: 200% 100%;
            background-position: -100%;
            display: inline-block;
            padding: 5px 0;
            position: relative;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            transition: all 0.3s ease-in-out;
        }

            .wwd-div-element .link a:before {
                content: '';
                background: #e42426;
                display: block;
                position: absolute;
                bottom: -3px;
                left: 0;
                width: 0;
                height: 3px;
                transition: all 0.3s ease-in-out;
            }

            .wwd-div-element .link a:hover {
                background-position: 0;
            }

                .wwd-div-element .link a:hover::before {
                    width: 100%;
                }
  
  