/* :: 2.0 Import All CSS */
@import url(../css/bootstrap.min.css);
@import url(../css/classy-nav.min.css);
@import url(../css/owl.carousel.css);
@import url(../css/animate.css);
@import url(../css/magnific-popup.css);
@import url(../css/jquery-ui.min.css);
@import url(../css/nice-select.css);
@import url(../css/font-awesome.min.css);

/* :: 3.0 Common/Base CSS */

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ccc;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #777;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #007346;
}

* {
    margin: 0;
    padding: 0;
}

.slider {
    width: 100%;
    margin-top: 85px;
}

.slick-slide {
    margin: 0px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .7;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}
.imgdiv2 h1{
        font-size: 27px;
}
.imgdiv2 {
    margin-bottom: 3em !important;
}
body {

    font-size: 14px;
    background-color: #ffffff;
    margin-top: 85px;
}

.header {
    width: 100%;
    padding: 60px 0;
    text-align: left;
    background: #9ab1a4;
    color: white;
}

@media only screen and (max-width: 767px) {
    body {
        margin-top: 80px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    line-height: 1.3;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
}

p {
    color: #000;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
}

a {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #00af50;
    font-weight: 600;
    font-size: 12px;
}

a:hover,
a:focus {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #000000;
    font-weight: 600;
    font-size: 12px;
}

ul,
ol {
    margin: 0;
}

ul li,
ol li {
    list-style: none;
}

.single-blog-area iframe {
    width: 100%;
}

.nav-brand img {
    width: 170px;
}

img {
    height: auto;
    max-width: 100%;
}

/* Spacing */
.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

/* Height */
.height-400 {
    height: 400px !important;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

/* Section Padding */
.section-padding-80 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-padding-80-0 {
    padding-top: 40px;
    padding-bottom: 0;
}

.section-padding-0-80 {
    padding-top: 0;
    padding-bottom: 40px;
}

/* Section Heading */
.section-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.section-heading h2 {
    font-size: 30px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.section-heading.text-left {
    text-align: left !important;
}

/* Miscellaneous */
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.bg-overlay,
.bg-overlay-white {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

.bg-overlay:hover,
.bg-overlay-white:hover {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.bg-overlay:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-overlay-white:hover {
    background-color: rgba(255, 255, 255, 0.9);
}



.imgdiv2:nth-child(even) img {
    width: 27% !important;
    float: left;
    border-radius: 0px;
    margin: 0px 2em 0px 1em;
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 8px 5px 6px #ccc;
}

/* ScrollUp */
#scrollUp {
    background-color: #ff084e;
    border-radius: 0;
    bottom: 60px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;

    text-align: center;
    width: 40px;
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        bottom: 30px;
        right: 30px;
    }
}

/* Essence Button */
.essence-btn {
    display: inline-block;
    min-width: 100%;
    height: 50px;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 50px;
    background-color: #0fb15a;
    letter-spacing: 1.5px;
    font-weight: 600;
}

.essence-btn span {
    font-size: 20px;
    font-weight: bold;
}

.es {
    line-height: 30px !important;
    height: 30px !important;
}

.essence-btn:hover,
.essence-btn:focus {
    color: #050505;
    background-color: #ffdc12;
}

/* :: 4.0 Header Area CSS */
.header_area {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.classy-nav-container {
    position: relative;
    z-index: 100;
    background-color: #000;
}

@media only screen and (max-width: 767px) {
    .header_area .classy-nav-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    .header_area .classy-nav-container .classy-navbar-toggler {
        margin-left: auto;
        margin-right: 15px;
    }
}

.header_area .classy-navbar,
.header_area .header-meta {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    width: 50%;
}

@media only screen and (max-width: 767px) {

    .header_area .classy-navbar,
    .header_area .header-meta {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        width: 100%;
    }
}

.header_area .classy-navbar {
    height: 85px;
    padding: 5px 0 5px 5%;
}

@media only screen and (max-width: 767px) {
    .header_area .classy-navbar {
        height: 40px;
        border-bottom: 1px solid #ebebeb;
    }
}

.header_area .header-meta {
    height: 85px;
    position: relative;
    z-index: 1;
}

.classynav ul li.megamenu-item > a:after {
    font-family: icomoon !important;
    font-size: 11px;
    color: #fff;
    padding-left: 5px;
}

.has-down .dd-arrow::before,
.megamenu-item .dd-arrow::before {
    width: 8px;
    height: 1px;
    background-color: #fff;
}

.classynav > ul > li.has-down.active > .dd-arrow::after,
.has-down .dd-arrow::after,
.has-down.active > .dd-arrow::after,
.megamenu-item .dd-arrow::after,
.megamenu-item.active > .dd-arrow::after {
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .header_area .header-meta {
        height: 40px;
    }
}

.header_area .classynav ul li a {
    font-size: 16px;
    color: #fff;
}

.header_area .classynav ul li a:hover {
    color: #ffffff99;
    text-decoration: underline;
}

.LatestArticlesbox {
    min-height: 323px;
    display: block;
    box-shadow: 0px 0px 5px #ccc;
}

.greybox {
    background: #f9f9f9;
}

.titlePORTFOLIO {
    padding: 4px 1px;
    color: #00af50;
    font-weight: bold;
    font-size: 1.5em;
}

.megamenu .single-mega {
    height: 160px;
    overflow-y: scroll !important;
    margin-bottom: 1em;
}

.breakpoint-off .classynav ul li .megamenu {

    width: 95%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 1%;
}
.breakpoint-on .classy-navbar .classy-menu {
    background-color:#000;
}
.breakpoint-on .classynav>ul>li>a {
  background-color:#000;  
}
.classycloseIcon .cross-wrap span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 6px;
    background: #fff;
}

.classynav ul li .megamenu .single-mega .title {
    font-size: 16px;
    border-bottom: 0px solid #f2f4f8;
}

.header_area .classynav ul li .megamenu li a,
.header_area .classynav ul li .dropdown li a {
    font-size: 15px;
    color: #787878 !important;
    white-space: nowrap;
    overflow: hidden;
}

.classynav ul li .megamenu .single-mega.cn-col-4 {
    overflow: hidden;
}

.header_area .classynav ul li .megamenu li a:hover,
.header_area .classynav ul li .dropdown li a:hover {
    color: #000000;
}

.header_area .search-area form {
    position: relative;
    z-index: 1;
    height: 85px;
    border-left: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
    .header_area .search-area form {
        height: 40px;
        border-left: none;
    }
}

.header_area .search-area form input {
    border: none;
    background-color: #ffffff;
    width: 200px;
    height: 85px;
    padding: 0 15px 0 60px;
    color: #787878;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
    .header_area .search-area form input {
        width: 170px;
        height: 40px;
        padding: 0 10px 0 30px;
    }
}

.header_area .search-area form input:focus {
    outline: none !important;
    width: 350px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_area .search-area form input:focus {
        width: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .header_area .search-area form input:focus {
        width: 170px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .header_area .search-area form input:focus {
        width: 270px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header_area .search-area form input:focus {
        width: 300px;
    }
}

.header_area .search-area form button {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    background-color: transparent;
    border: none;
    color: #787878;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .header_area .classy-navbar {
        height: 70px;
    }

    .nav-brand img {
        width: 100px;
    }

    .slider {
        margin-top: 70px;
    }

    .header_area .search-area form button {
        left: 10px;
        height: 40px;
    }
}

.header_area .favourite-area a,
.header_area .user-login-info a,
.header_area .cart-area a {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    width: 90px;
    display: block;
    text-align: center;
    border-left: 1px solid #ebebeb;
    height: 100%;
    line-height: 80px;
}

@media only screen and (max-width: 767px) {

    .header_area .favourite-area a,
    .header_area .user-login-info a,
    .header_area .cart-area a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        width: 50px;
        line-height: 40px;
    }

    .favourite-area {
        margin-left: 0px;
    }
}

.header_area .favourite-area a img,
.header_area .user-login-info a img,
.header_area .cart-area a img {
    max-width: 20px;
}

.header_area .favourite-area a span,
.header_area .user-login-info a span,
.header_area .cart-area a span {
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    color: #0315ff;
    font-weight: 700;
    position: absolute;
    top: -10px;
}

@media only screen and (max-width: 767px) {

    .header_area .favourite-area a span,
    .header_area .user-login-info a span,
    .header_area .cart-area a span {
        font-size: 14px;
    }
}

.header_area.sticky {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.single_product_details_area .single_product_thumb,
.single_product_details_area .single_product_desc {

    max-width: 100% !important;
    width: 100% !important;

}



/* :: 5.0 Welcome Area CSS */
.welcome_area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 600px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome_area {
        height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome_area {
        height: 350px;
    }
}

.welcome_area .hero-content h6 {
    font-size: 18px;
    color: #787878;
    margin-bottom: 10px;
}

.welcome_area .hero-content h2 {
    font-size: 60px;
    color: #000000;
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome_area .hero-content h2 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome_area .hero-content h2 {
        font-size: 30px;
    }
}

/* :: 6.0 Top Catagory Area CSS */
.single_catagory_area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 240px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    box-shadow: 3px 3px 3px 3px #aaaaaa;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_catagory_area {
        height: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .single_catagory_area {
        height: 180px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_catagory_area {
        margin-bottom: 30px;
    }
}

.single_catagory_area:after {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #f9f5f5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}

.loction-icon-box i {
    font-size: 50px;
}

.single_catagory_area .catagory-content a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #00af50;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_catagory_area .catagory-content a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single_catagory_area .catagory-content a {
        font-size: 18px;
    }
}

.single_catagory_area:hover .catagory-content a {
    color: #050505;
}

/* :: 7.0 CTA Area CSS */
.cta-area {
    position: relative;
    z-index: 1;
}

.cta-area .cta-content {
    width: 100%;
    height: 550px;
}

@media only screen and (max-width: 767px) {
    .cta-area .cta-content {
        height: 400px;
    }
}

.cta-area .cta-content h6 {
    font-size: 24px;
    color: #dc0345;
    margin-bottom: 10px;
}

.cta-area .cta-content h2 {
    font-size: 60px;
    color: #000000;
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-area .cta-content h2 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .cta-area .cta-content h2 {
        font-size: 30px;
    }
}

.cta-area .cta-content .cta--text {
    padding-right: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-area .cta-content .cta--text {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .cta-area .cta-content .cta--text {
        padding-right: 0;
    }
}

/* :: 8.0 Popular Products Area CSS */
.single-product-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #ffffff;
    min-height: 330px;
}

.single-product-wrapper .product-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-product-wrapper .product-img img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-product-wrapper .product-img .hover-img {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.single-product-wrapper .product-img .product-badge {
    height: 25px;
    background-color: #000000;
    color: #ffffff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 12px;
    padding: 0 10px;
    display: inline-block;
    line-height: 25px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.single-product-wrapper .product-img .product-badge.offer-badge {
    background-color: #01af50;
}

.single-product-wrapper .product-img .product-badge.new-badge {
    background-color: #0315ff;
}

.single-product-wrapper .product-img .product-favourite a {
    position: absolute;
    height: 25px;
    width: 45px;
    font-size: 14px;
    color: #ccc;
    top: 20px;
    right: 20px;
    z-index: 10;
    line-height: 25px;
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.single-product-wrapper .product-img .product-favourite a.active {
    opacity: 1;
    visibility: visible;
}

.single-product-wrapper .product-description {
    position: relative;
    z-index: 1;
    padding: 10px;
}

.single-product-wrapper .product-description span {
    font-size: 10px;
    text-transform: uppercase;
    color: #787878;
    margin-bottom: 15px;
    letter-spacing: 0.75px;
    font-weight: 600;
}

.single-product-wrapper .product-description h6 {
    color: #00af50;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.single-product-wrapper .product-description p {
    margin-bottom: 0;
    font-size: 12px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    color: #000000;
    max-height: 110px;
}

.single-product-wrapper .product-description p span {
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #aaaaaa;
    margin-right: 10px;
    text-decoration: line-through;
}

.single-product-wrapper .product-description .hover-content {
    position: absolute;
    width: calc(100% - 40px);
    top: -70px;
    left: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-product-wrapper .product-description .hover-content .essence-btn {
    width: 100%;
}

.single-product-wrapper .favme {
    cursor: pointer;
    color: #ccc;
}

.single-product-wrapper .favme.active {
    color: #dc0345 !important;
}

.single-product-wrapper .favme.is_animating {
    animation: favme-anime .5s;
}

.single-product-wrapper:hover .product-img .hover-img {
    opacity: 1;
    visibility: visible;
}

.single-product-wrapper:hover .product-img .product-favourite a {
    opacity: 1;
    visibility: visible;
}

.single-product-wrapper:hover .hover-content {
    opacity: 1;
    visibility: visible;
}

@keyframes favme-anime {
    0% {
        opacity: 1;
        font-size: 14px;
        -webkit-text-stroke-color: transparent;
    }

    25% {
        opacity: .6;
        color: #ffffff;
        font-size: 15px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #dc0345;
    }

    75% {
        opacity: .6;
        color: #ffffff;
        font-size: 15px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #dc0345;
    }

    100% {
        opacity: 1;
        font-size: 14px;
        -webkit-text-stroke-color: transparent;
    }
}

.pagination {
    position: relative;
    z-index: 1;
}

.pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    border: 1px solid #ebebeb;
    font-size: 12px;
    font-weight: 600;
    line-height: 38px;
    padding: 0;
    text-align: center;
    color: #787878;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
    color: #0315ff;
    box-shadow: none;
}

.pagination .page-item:first-child {
    margin-right: 15px;
}

.pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination .page-item:last-child {
    margin-left: 15px;
}

.pagination .page-item:last-child .page-link {
    margin-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* :: 9.0 Brands Area CSS */
.brands-area {
    position: relative;
    z-index: 1;
    background-color: #f5f7f9;
    padding: 100px 5%;
}

@media only screen and (max-width: 767px) {
    .brands-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 100px 5% 70px;
    }
}

@media only screen and (max-width: 767px) {
    .brands-area .single-brands-logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%;
        max-width: 33.33333%;
    }
}

.brands-area .single-brands-logo img {
    max-width: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brands-area .single-brands-logo img {
        max-width: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .brands-area .single-brands-logo img {
        max-width: 80px;
        margin-bottom: 30px;
    }
}

/* :: 10.0 Single Product Details Area CSS */
.single_product_details_area {
    position: relative;
    z-index: 100;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single_product_details_area .single_product_thumb,
.single_product_details_area .single_product_desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {

    .single_product_details_area .single_product_thumb,
    .single_product_details_area .single_product_desc {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.single_product_details_area .product_thumbnail_slides {
    position: relative;
    z-index: 1;
}

.single_product_details_area .product_thumbnail_slides .owl-prev,
.single_product_details_area .product_thumbnail_slides .owl-next {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: 50%;
    z-index: 20;
    left: 30px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 5px;
    opacity: 0.4;
}

.single_product_details_area .product_thumbnail_slides .owl-prev:hover,
.single_product_details_area .product_thumbnail_slides .owl-next:hover {
    opacity: 1;
}

.single_product_details_area .product_thumbnail_slides .owl-next {
    left: auto;
    right: 30px;
}

.single_product_details_area .single_product_desc {
    position: relative;
    z-index: 1;
    padding: 50px 5%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_product_details_area .single_product_desc {
        padding: 30px 4%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_product_details_area .single_product_desc {
        padding: 30px 3%;
    }
}

.single_product_details_area .single_product_desc span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #787878;
    margin-bottom: 10px;
    display: block;
}

.single_product_details_area .single_product_desc a > h2 {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_product_details_area .single_product_desc a > h2 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_product_details_area .single_product_desc a > h2 {
        font-size: 20px;
    }
}

.single_product_details_area .single_product_desc .product-price {
    margin-bottom: 0;
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    color: #dc0345;
    font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_product_details_area .single_product_desc .product-price {
        font-size: 20px;
    }
}

.single_product_details_area .single_product_desc .product-price span {
    display: inline-block;
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    color: #787878;
    font-weight: 700;
    text-decoration: line-through;
    margin-right: 15px;
}

.single_product_details_area .single_product_desc .product-desc {
    font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_product_details_area .single_product_desc .product-desc {
        font-size: 14px;
    }
}

.single_product_details_area .single_product_desc .nice-select {
    position: relative;
    z-index: 100;
    border: 1px solid #ebebeb;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    line-height: 60;
    margin: 0;
    text-transform: uppercase;
    width: 220px;
}

.single_product_details_area .single_product_desc .nice-select .current {
    line-height: 60px;
}

.single_product_details_area .single_product_desc .nice-select .list {
    background-color: #f6f6f6;
    border-radius: 0;
    border: none;
    width: 100%;
}

.single_product_details_area .single_product_desc .nice-select .list .option.selected {
    color: #0315ff;
}

.single_product_details_area .single_product_desc .cart-fav-box .favme {
    cursor: pointer;
    color: #ccc;
    font-size: 24px;
}

.single_product_details_area .single_product_desc .cart-fav-box .favme.active {
    color: #dc0345 !important;
}

/* :: 11.0 Footer Area CSS */
.footer_area {
    position: relative;
    z-index: 1;
    background-color: #070707;
    padding: 70px 0 60px;
}

.footer_area .single_widget_area .footer_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer_area .single_widget_area .footer_menu ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
    padding: 0 10px;
    text-transform: capitalize;
}

.footer_area p {
    color: #ffffff99;
}

.footer_area a {
    color: #ffffff99;
    font-size: 16px;
    font-weight: normal;
}

.single_widget_area h3 {
    color: #fff;
}

.footer_area .single_widget_area .footer_menu ul li a:hover,
.footer_area .single_widget_area .footer_menu ul li a:focus {
    color: #ffffff;
}

.footer_area .single_widget_area .footer_widget_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer_area .single_widget_area .footer_widget_menu li {
    -webkit-box-flex: 0;
    width: 100%;
}

.footer_area .single_widget_area .footer_widget_menu li a {
    display: block;
    font-size: 15px;
    color: #ffffff99;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

.footer_area .single_widget_area .footer_widget_menu li a:hover,
.footer_area .single_widget_area .footer_widget_menu li a:focus {
    color: #ffffff;
}

.footer_area .single_widget_area .footer_heading h6 {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer_area .single_widget_area .subscribtion_form form {
    position: relative;
    z-index: 1;
    width: 90%;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .footer_area .single_widget_area .subscribtion_form form {
        margin-bottom: 50px;
    }
}

.footer_area .single_widget_area .subscribtion_form form input {
    width: 100%;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    height: 35px;
    background-color: transparent;
    padding-left: 1em;
}

.footer_area .single_widget_area .subscribtion_form form input:focus {
    border-bottom-color: #ffffff;
    color: #ffffff;
}

.footer_area .single_widget_area .subscribtion_form form button {
    width: 30px;
    height: 35px;
    border: none;
    background-color: #ff084e;
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.footer_area .single_widget_area .footer_social_area a {
    color: #ffffff;
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
}

/* :: 12.0 Breadcumb Area CSS */
.breadcumb_area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 140px;
}

.breadcumb_area:after {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -5;
    content: '';
}

.breadcumb_area .page-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.breadcumb_area.breadcumb-style-two {
    width: 100%;
    height: 390px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcumb_area.breadcumb-style-two {
        height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcumb_area.breadcumb-style-two {
        height: 250px;
    }
}

.breadcumb_area.breadcumb-style-two .page-title h2 {
    font-size: 72px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #0315ff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcumb_area.breadcumb-style-two .page-title h2 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcumb_area.breadcumb-style-two .page-title h2 {
        font-size: 30px;
    }
}

/* :: 13.0 Product Sidebar Area CSS */
.widget {
    position: relative;
    z-index: 1;
}

.widget .widget-title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}

.widget .widget-title2 {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 15px;
    display: block;
    margin-bottom: 0;
    color: #000000;
    font-weight: 600;
}

.widget .catagories-menu li > a {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 15px;
    display: block;
}

.widget .catagories-menu .sub-menu {
    margin-left: 15px;
    margin-bottom: 15px;
}

.widget .catagories-menu .sub-menu li > a {
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    font-weight: 300;
    color: #787878;
}

.widget .catagories-menu .sub-menu li > a:hover {
    color: #0315ff;
}

.widget.price .ui-slider-handle {
    background-color: #000000;
    border: none;
    border-radius: 0;
    top: -6px;
    width: 4px;
    height: 15px;
    margin: 0;
}

.widget.price .ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #0315ff;
}

.widget.price .ui-slider-horizontal {
    height: 5px;
}

.widget.price .range-price {
    font-size: 12px;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
}

.widget.color .widget-desc ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.widget.color .widget-desc ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    margin-bottom: 15px;
}

.widget.color .widget-desc ul li a {
    width: 30px;
    height: 30px;
    display: block;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.widget.color .widget-desc ul li a.color1 {
    background-color: #ffffff;
}

.widget.color .widget-desc ul li a.color2 {
    background-color: #969696;
}

.widget.color .widget-desc ul li a.color3 {
    background-color: #030303;
}

.widget.color .widget-desc ul li a.color4 {
    background-color: #0315ff;
}

.widget.color .widget-desc ul li a.color5 {
    background-color: #dc0647;
}

.widget.color .widget-desc ul li a.color6 {
    background-color: #fff56a;
}

.widget.color .widget-desc ul li a.color7 {
    background-color: #f26e51;
}

.widget.color .widget-desc ul li a.color8 {
    background-color: #9a8777;
}

.widget.color .widget-desc ul li a.color9 {
    background-color: #5b862a;
}

.widget.color .widget-desc ul li a.color10 {
    background-color: #8662a9;
}

.widget.brands ul li {
    display: block;
}

.widget.brands ul li a {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #787878;
    font-weight: 300;
    text-transform: capitalize;
}

.widget.brands ul li a:hover {
    color: #0315ff;
}

.product-topbar {
    position: relative;
    z-index: 100;
    margin-bottom: 40px;
}

.product-topbar .total-products p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.75px;
}

.product-topbar .total-products p span {
    color: #0315ff;
}

.product-topbar .product-sorting p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    margin-right: 15px;
}

.product-topbar .product-sorting form select {
    background-color: transparent;
    border: none;
}

.product-topbar .product-sorting form select option {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.75px;
}

.product-topbar .nice-select {
    border: none;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    line-height: 1.5;
    padding-left: 0;
    margin: 0;
    text-transform: uppercase;
}

.product-topbar .nice-select .list {
    background-color: #f6f6f6;
    border-radius: 0;
    border: none;
}

.product-topbar .nice-select .list .option.selected {
    color: #0315ff;
}

/* :: 14.0 Checkout Area CSS */
.checkout_details_area form label {
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
}

.checkout_details_area form label span {
    color: #0315ff;
}

.checkout_details_area form .form-control {
    height: 42px;
    border: 1px solid #ebebeb;
    background-color: transparent;
    border-radius: 0;
}

.checkout_details_area form .nice-select {
    border-radius: 0;
    border: 1px solid #ebebeb;
}

.checkout_details_area form .nice-select .list {
    width: 100%;
    border-radius: 0;
}

.order-details-confirmation {
    width: 100%;
    border: 2px solid #ebebeb;
    padding: 40px;
}

@media only screen and (max-width: 767px) {
    .order-details-confirmation {
        margin-top: 100px;
        padding: 20px;
    }
}

.order-details-confirmation .order-details-form li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding: 20px 0;
    border-bottom: 2px solid #ebebeb;
    font-weight: 600;
}

.order-details-confirmation .card-header h6 a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.order-details-confirmation .card-header h6 a i {
    color: #9f9f9f;
}

.order-details-confirmation .card {
    border: none;

}

.order-details-confirmation .card-header {
    background-color: transparent;
    border-bottom: none;
}

.order-details-confirmation .card-body p {
    font-size: 12px;
    line-height: 2;
    color: #9f9f9f;
}

/* :: 15.0 Blog Area CSS */
.blog-wrapper {
    position: relative;
    z-index: 1;
}

.blog-wrapper .single-blog-area {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow: hidden;
}

.blog-wrapper .single-blog-area img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.blog-wrapper .single-blog-area .post-title {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ffffff;
    padding: 10px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
}

@media only screen and (max-width: 767px) {
    .blog-wrapper .single-blog-area .post-title {
        padding: 20px;
    }
}

.blog-wrapper .single-blog-area .post-title a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    .blog-wrapper .single-blog-area .post-title a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-wrapper .single-blog-area .post-title a {
        font-size: 18px;
    }
}

.blog-wrapper .single-blog-area .hover-content {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ffffff;
    background-color: #ffffff;
    padding: 20px 40px;
    position: absolute;
    width: 85%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-wrapper .single-blog-area .hover-content {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-wrapper .single-blog-area .hover-content {
        padding: 20px;
    }
}

.blog-wrapper .single-blog-area .hover-content .hover-post-title a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-wrapper .single-blog-area .hover-content .hover-post-title a {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.blog-wrapper .single-blog-area .hover-content .hover-post-title a:hover {
    color: #0315ff;
}

@media only screen and (max-width: 767px) {
    .blog-wrapper .single-blog-area .hover-content p {
        display: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .blog-wrapper .single-blog-area .hover-content p {
        display: block;
        font-size: 14px;
        line-height: 1.7;
    }
}

.blog-wrapper .single-blog-area .hover-content > a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    color: #0315ff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-wrapper .single-blog-area .hover-content > a {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-wrapper .single-blog-area .hover-content > a {
        margin-top: 30px;
    }
}

.blog-wrapper .single-blog-area:hover .hover-content,
.blog-wrapper .single-blog-area:focus .hover-content {
    opacity: 1;
    visibility: visible;
}

.blog-wrapper .single-blog-area:hover img,
.blog-wrapper .single-blog-area:focus img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-blog-wrapper {
    position: relative;
    z-index: 1;
}

.single-blog-wrapper .single-blog-content-wrapper {
    position: relative;
    z-index: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
    padding: 70px 7%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
        width: 65%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        width: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text h2 {
        font-size: 24px;
    }
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-wrapper .single-blog-content-wrapper .single-blog--text p {
        font-size: 14px;
    }
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote {
    margin-bottom: 50px;
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote h6 {
    font-size: 18px;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote h6 i {
    margin-right: 30px;
    font-size: 30px;
    color: #0315ff;
}

.single-blog-wrapper .single-blog-content-wrapper .single-blog--text blockquote span {
    margin-left: 60px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
        width: 35%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        width: 40%;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-wrapper .single-blog-content-wrapper .related-blog-post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 50px;
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post a h5 {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.5;
}

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post:hover img,
.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post:focus img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* :: 16.0 Regular Page Area CSS */
.regular-page-content-wrapper {
    position: relative;
    z-index: 1;
}

.regular-page-content-wrapper .regular-page-text h2 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 50px;
}

.regular-page-content-wrapper .regular-page-text p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 50px;
}

.regular-page-content-wrapper .regular-page-text blockquote {
    margin-bottom: 50px;
}

.regular-page-content-wrapper .regular-page-text blockquote h6 {
    font-size: 18px;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.regular-page-content-wrapper .regular-page-text blockquote h6 i {
    margin-right: 30px;
    font-size: 30px;
    color: #0315ff;
}

.regular-page-content-wrapper .regular-page-text blockquote span {
    margin-left: 60px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
}

/* :: 17.0 Contact Area CSS */
.contact-area {
    position: relative;
    z-index: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-area .google-map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-area .google-map {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
        width: 55%;
    }
}

@media only screen and (max-width: 767px) {
    .contact-area .google-map {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.contact-area .google-map #googleMap {
    width: 100%;
    height: 685px;
}

@media only screen and (max-width: 767px) {
    .contact-area .google-map #googleMap {
        height: 400px;
    }
}

.contact-area .contact-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
    padding: 50px 5%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-area .contact-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        width: 45%;
        padding: 50px 3%;
    }
}

@media only screen and (max-width: 767px) {
    .contact-area .contact-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 50px 5%;
    }
}

.contact-area .contact-info h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.contact-area .contact-info p {
    font-size: 16px;
    font-weight: 300;
}

.contact-area .contact-info .contact-address p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-area .contact-info .contact-address p span {
    font-weight: 600;
    color: #000000;
    width: 100px;
    display: inline-block;
    text-transform: uppercase;
}

.contact-area .contact-info .contact-address p:last-child {
    margin-top: 100px;
}

.contact-area .contact-info .contact-address p:last-child a {
    font-size: 14px;
    font-weight: 300;
}

.contact-area .contact-info .contact-address p:last-child a:hover {
    color: #0315ff;
}

.card {
    display: flex;
    flex-direction: column;
    width: clamp(20rem, calc(20rem + 2vw), 22rem);
    overflow: hidden;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 1em;
    margin: 0px 0px 10px 5px;
    width: 100% !important;
}



.card__body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}


.tag {
    align-self: flex-start;
    padding: .25em .75em;
    border-radius: 1em;
    font-size: 0.9rem;
}

.tag + .tag {
    margin-left: .5em;
}

.tag-blue {
    background: linear-gradient(to bottom, #00af50, #57bb87);
    color: #fafafa;
}

.tag-yellow {
    background: linear-gradient(to bottom, #ffdc12, #cfb108);
    color: #0f0f0f;
    text-align: center !important;

    width: 100%;
}

.board-mem h4 {
    color: #00af50;
    text-align: center !important;
}

.board-mem h5 {
    color: #ffdc12;
    text-align: center !important;
}

.board-body {
    background: #0f0f0f;
    ;
}

.card__body h4 {
    font-size: 1rem;
    text-transform: capitalize;
}

.card__footer {
    display: flex;
    padding: 1rem;
    margin-top: auto;
}

.user {
    display: flex;
    gap: .5rem;
}

.user__image {
    border-radius: 50%;
}

.user__info > small {
    color: #666;
}

.slick-track {
    /* background-color: #00b04f !important;*/
}


#rig {

    margin: 0 auto;
    /*center aligned*/
    padding: 0;
    font-size: 0;
    /* Remember to change it back to normal font size if have captions */
    list-style: none;

}

#rig li {
    display: inline-block;
    *display: inline;
    /*for IE6 - IE7*/
    width: 25%;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* The wrapper for each item */
.rig-cell {
    /*margin:12px;
box-shadow:0 0 6px rgba(0,0,0,0.3);*/
    display: block;
    position: relative;
    overflow: hidden;
}

/* If have the image layer */
.rig-img {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    transform: scale(1);
    transition: all 1s;
}

#rig li:hover .rig-img {
    transform: scale(1.05);
}

/* If have the overlay layer */
.rig-overlay {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #00af50 no-repeat center 20%;
    background-size: 50px 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    /*For IE6 - IE8*/
    transition: all 0.6s;
}

#rig li:hover .rig-overlay {
    opacity: 0.8;
}

/* If have captions */
.rig-text {
    display: block;
    padding: 0 30px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: bold;
    font-weight: normal !important;
    top: 40%;
    color: white;
    opacity: 0;
    filter: alpha(opacity=0);
    /*For older IE*/
    transform: translateY(-20px);
    transition: all .3s;
}

#rig li:hover .rig-text {
    transform: translateY(0px);
    opacity: 0.9;
}

h2 {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin: 25px 0 50px;
}

h2::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    background: #00af50;
    left: 0;
    right: 0;
    bottom: -10px;
}

.carousel {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;

    padding-top: 50px;
    background: #ffffff;

}

.carousel .carousel-item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 340px;
}

.carousel .carousel-item a {
    color: #ffdc12;
}

.carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%;
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    border: 4px solid #ffffff;
}

.carousel .testimonial {
    padding: 30px 0 10px;
    color: #01ae51;
}

.carousel .overview {
    text-align: center;
    padding-bottom: 5px;
    color: #ffdc12;
}

.carousel .overview b {
    color: #060606;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
}

.carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12;
}

.carousel-control-prev,
.carousel-control-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f9fbfd;
    text-shadow: none;
    top: 4px;
    color: #01ae51;
    opacity: 1 !important;

}

.carousel-control-prev:hover,
.carousel-control-next:hover {

    background: #333;
    border: 1px solid #ffffff;
    color: #01ae51;


}

.carousel-control-prev i,
.carousel-control-next i {
    font-size: 20px;
    margin-right: 2px;
}

.carousel-control-prev {
    left: auto;
    right: 40px;
}

.carousel-control-next i {
    margin-right: -2px;
}

.carousel .carousel-indicators {
    bottom: 15px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
}

.round-img {
    padding: 30px;
    background-color: #00af50;
}

.round-img img {
    border-radius: 50%;
    border: 4px solid #f5f0f0;
}

.reveal {
    position: relative;
    transform: translateY(200px);
    opacity: 0;
    transition: 0.5s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.active.fade-bottom {
    animation: fade-bottom 0.5s ease-in;
}

.active.fade-left {
    animation: fade-left 0.5s ease-in;
}

.active.fade-right {
    animation: fade-right 0.5s ease-in;
}

.wrapper {
    margin: 0px 10px 14px 1px;
}

ul.breadcrumbs {
    margin: 1em 0px;
}

ul.breadcrumbs li {
    display: inline-block;
    padding: 0px 2px;
}

ul.breadcrumbs li:hover:before {}


ul.breadcrumbs li.active a {}

ul.breadcrumbs li.first {}

ul.breadcrumbs li.first a {
    color: #007346;
}

ul.breadcrumbs li.last:before {}

ul.breadcrumbs li.last:after {}

ul.breadcrumbs li.last a {}

ul.breadcrumbs li a {
    color: #000;

}

@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.carousel-indicators li {
    background: #e2e2e2;
    border: none;
}

.carousel-indicators li.active {
    background: #888;
}

.containers th h1 {
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    color: #fff;
}

.containers td {
    font-weight: normal;
    font-size: 1em;
    -webkit-box-shadow: 0 2px 2px -2px #0E1119;
    -moz-box-shadow: 0 2px 2px -2px #0E1119;
    box-shadow: 0 2px 2px -2px #0E1119;
}

.containers {
    text-align: center;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    display: table;
    padding: 0 0 8em 0;
}

.containers td,
.containers th {
    padding-bottom: 1%;
    padding-top: 1%;
    padding-left: 0%;
}

/* Background-color of the odd rows */
.containers tr:nth-child(odd) {
    background-color: #b1d7ba;
}

/* Background-color of the even rows */
.containers tr:nth-child(even) {
    background-color: #0d8b1a;
    color: white;
}

.containers th {
    background-color: #0E1119;

}

.containers td:first-child {
    color: #040404;
    font-weight: bold;
}

.containers tr:hover {
    background-color: #00af50;
    -webkit-box-shadow: 0 6px 6px -6px #0E1119;
    -moz-box-shadow: 0 6px 6px -6px #0E1119;
    box-shadow: 0 6px 6px -6px #0E1119;
}

.containers td:hover {}

@media (max-width: 800px) {

    .containers td:nth-child(4),
    .containers th:nth-child(4) {
        display: none;
    }
}

@media (max-width: 9000px) {
    #rig li {
        width: 25%;
    }
}

@media (max-width: 700px) {
    #rig li {
        width: 33.33%;
    }
}

@media (max-width: 550px) {
    #rig li {
        width: 50%;
    }
}

.header_area .classy-navbar,
.header_area .header-meta {
    width: 100% !important;
    min-width: 100% !important;
}

.tabs {
    display: flex;
    flex-wrap: wrap; // make sure it wraps
}

.tabs label {
    order: 1; // Put the labels first
    display: block;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    cursor: pointer;
    background: #00af50;
    font-weight: bold;
    transition: background ease 0.2s;
}

.tabs .tab {
    order: 99; // Put the tabs last
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem 0px;

}

.tabs input[type="radio"] {
    display: none;
}

.tabs input[type="radio"]:checked + label {
    background: #ffdc12;
}

.tabs input[type="radio"]:checked + label + .tab {
    display: block;
}

.card__header img {
    height: 200px;
}

.newsp {
    color: #050505;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    height: 70px;
}

@media (max-width: 45em) {

    .tabs .tab,
    .tabs label {
        order: initial;
    }

    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }
}

.title-career {
    font-size: 20px !important;
    padding: 0px !important;
}

.desc-career {
    padding: 11px 0px 0px 0px !important;
}

.career-span {
    float: left;
    width: 25%;
    padding: 5px 20px 20px 0px;
}

.career-a {
    font-size: 14px;
    font-weight: bold;
}

.apply {
    background-color: #f65d00;
}

.rec-img {
    height: 100px;
    width: 150px;
}

.donate-now {
    width: 100% !important;
    text-align: center !important;
    background-color: #959595 !important;
    color: #fff !important;
    font-size: 1em !important;
    font-weight: normal !important;
    border-radius: 10px !important;
    line-height: 1 !important;
    padding: 10px 18px !important;
}

.donate-now:hover {
    background-color: white !important;
    color: #000 !important;

}

.favourite-area {
    margin-left: 50px;
}

.padding {
    padding-top: 15px;
}

.count {
    font-size: 22px;
}

.category-impact {
    padding: 10px;
    background-color: #00af50;
    margin-bottom: 20px;
    color: white;
    font-size: 22px;
    text-transform: uppercase;
}

.slick-slide {
    opacity: 1 !important;
}

figure.snip1157 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    max-width: 310px;
    width: 100%;
    color: #333;
    text-align: left;
    box-shadow: none !important;
    float: left;
}

figure.snip1157 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

figure.snip1157 img {
    max-width: 100%;
    vertical-align: middle;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    margin: 40px 0 0 10px;
    border: 5px solid #00af50;
}

figure.snip1157 blockquote {
    display: block;
    border-radius: 8px;
    position: relative;
    background-color: #00af50;
    padding: 25px 50px 30px 50px;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    line-height: normal;
    font-style: italic;
    color: #fff;
}

figure.snip1157 blockquote:before,
figure.snip1157 blockquote:after {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
}

figure.snip1157 blockquote:before {
    top: 25px;
    left: 20px;
}

figure.snip1157 blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 0;
}

figure.snip1157 .arrow {
    top: 100%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #00af50;
    margin: 0;
    position: absolute;
}

figure.snip1157 .author {
    position: absolute;
    bottom: 45px;
    padding: 0 10px 0 120px;
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

figure.snip1157 .author h5 {
    opacity: 1;
    margin: 0;
    font-weight: 800;
    line-height: 1em;
}

figure.snip1157 .author h5 span {

    line-height: 0px;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    padding-left: 0px;
    text-align: center;
}

.footer_widget_menu h3 {
    color: #ffffff;
}

.bottom-left {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #00000099;
    width: 100%;
    padding: 8px 0px;
    color: #fff;
    text-align: center;
}

.icon-bar {
    position: fixed;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11111;
}

/* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;

    font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.instagram {
    background: #bb0000;
    color: white;
}

/* ##### The End ##### */

/*# sourceMappingURL=core-style.css.map */

.imgdiv img {
    width: 50%;
    float: right;
    border-radius: 0px;
    margin: 0px 0px 10px 10px;
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 8px 5px 6px #ccc;
}
.govtprojects a {
        border-radius: 2em;
    top: -30px;
    font-size: 1.5em;
    background: #007346;
    color: #fff;
    padding: 10px;
    display: block;
    text-align: center;
    position: relative;
}
.imgdiv2 {
     margin-bottom:4em;
}

.imgdiv2:nth-child(odd) img{
   width: 40%;
    float: right;
    border-radius: 0px;
    margin: 0px 0px 10px 10px;
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 8px 5px 6px #ccc;
}
.imgdiv2:nth-child(even) img{
   width: 40%;
    float: left;
    border-radius: 0px;
   margin: 0px 2em 0px 1em;
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 8px 5px 6px #ccc;
}

@media(max-width:768px){
    .govtprojects a{
            font-size: 14px;
        border-radius:0px;
        top:-6px;
        padding:5px;
    }
    .megamenu .single-mega{
  height:auto;
  overflow:none;
  margin-bottom:0px;
    }
  .classynav>ul>li.has-down.active>.dd-arrow::before{
      background-color:#fff;
  }
  .has-down.active>.dd-arrow::before, .megamenu-item.active>.dd-arrow::before {
    width: 8px;
    height: 1px;
    background-color: #fff;
  }
}