/* @import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600");@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&family=Vollkorn&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Ceviche+One&family=Raleway:wght@200&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    color: #777;
    font-family: 'Cabinet Grotesk', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.667
}
.main-index-header .cart-btn a {
    /* background: #008982; */
    color: #fff !important;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    padding: 10px 30px;
    /* border: 1px solid #ff9101; */
    border-radius: 15px 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.dustbin{
      width: 16px;
    position: relative;
    left: 14px;
    bottom: 2px;

}

a:hover {
    text-decoration: none
}

button {
    cursor: pointer
}

button:focus {
    outline: 0;
    box-shadow: none
}

h1,h2,h3,h4,h5,h6 {
color: #ff9101;
    line-height: 1.1;
    font-family: "Montserrat", sans-serif;
}

h1,.h1 {
    font-size: 50px;
    font-weight: 700
}

h2,.h2 {
    font-size: 36px;
    font-weight: 600
}

h3,.h3 {
    font-size: 26px;
    font-weight: 600
}

@media (min-width: 600px) {
    h3,.h3 {
        font-size:36px
    }
}

h4,.h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3
}

a {
    display: inline-block
}

.fixed {
    background: #fff;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important
}

.owl-carousel .owl-stage {
    display: flex
}

.section-margin {
    margin: 45px 0
}

@media (min-width: 980px) {
    .section-margin {
        margin:70px 0
    }
}

@media (min-width: 1100px) {
    .section-margin {
        margin:120px 0
    }

    .section-margin.calc-60px {
        margin: 120px 0 70px 0
    }
}

.section-margin--small {
    /* margin: 35px 0; */
}

@media (min-width: 1000px) {
    .section-margin--small {
        /* margin:98px 0; */
    }
}

.section-padding {
    padding: 60px 0
}

@media (min-width: 1000px) {
    .section-padding {
        padding:130px 0
    }
}

.pb-60px {
    padding-bottom: 60px
}

.pt-60px {
    padding-top: 60px
}

.ml-40 {
    margin-left: 40px
}

.header_area {
    position: relative;
    width: 100%;
    z-index: 9999;
    transition: background 0.4s, all 0.3s linear;
    box-shadow: 0px 10px 27px 3px rgba(221,221,221,0.3)
}

.header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px
}
.index-products h2{
    color: #ff9101;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.index-products h2 span{
    background-image: url(../images/button_image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 10px;
}

.header_area .navbar .nav .nav-item {
    margin-right: 45px
}

.header_area .navbar .nav .nav-item .nav-link {
    text-transform: uppercase;
    color: #222;
    display: inline-block;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

@media (min-width: 991px) {
    .header_area .navbar .nav .nav-item .nav-link {
        padding:32px 0px
    }
}

.header_area .navbar .nav .nav-item .nav-link:after {
    display: none
}

.header_area .navbar .nav .nav-item:hover .nav-link,.header_area .navbar .nav .nav-item.active .nav-link {
    color: #39b54a;
}

.header_area .navbar .nav .nav-item.submenu {
    position: relative
}

.header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu ul {
        position:absolute;
        top: 120%;
        left: 0px;
        min-width: 200px;
        text-align: left;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px
    }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    transition: all 0.4s linear
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #222;
    padding: 0px 30px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background: #f14737;
    color: #fff
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu:hover ul {
        visibility:visible;
        opacity: 1;
        top: 100%
    }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px
}

.header_area .navbar .nav .nav-item:last-child {
    margin-right: 0px
}

.header_area .navbar .search {
    font-size: 12px;
    line-height: 60px;
    display: inline-block;
    color: #222
}

.header_area .navbar .search i {
    font-weight: 600
}

.header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #ffffff;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.1)
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 70px
}

#search_input_box {
    text-align: center;
    padding: 5px 20px
}

#search_input_box .form-control {
    padding-left: 0;
    background: transparent;
    border: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px
}

#search_input_box .form-control:focus {
    box-shadow: none;
    outline: none
}

#search_input_box input.placeholder {
    color: #ffffff;
    font-size: 16px
}

#search_input_box input:-moz-placeholder {
    color: #ffffff;
    font-size: 16px
}

#search_input_box input::-moz-placeholder {
    color: #ffffff;
    font-size: 16px
}

#search_input_box input::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 16px
}

#search_input_box .btn {
    width: 0;
    height: 0;
    padding: 0;
    border: 0
}

#search_input_box .lnr-cross {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 0
}

.header-top {
    background: #000000
}

@media (max-width: 991px) {
    .header-top {
        display:none
    }
}

.header-top a {
    color: #fff
}

.header-top ul li {
    display: inline-block;
    margin-left: 15px
}

.header-top .header-top-left a {
    margin-right: 60px;
    font-weight: 600
}

.header-top .header-top-left a .text {
    margin-top: -2px
}

.header-top .header-top-left a .text span {
    font-size: 14px;
    color: #ffffff
}

.header-top .header-top-left a .lnr {
    color: #ffffff;
    margin-right: 8px
}

@media (max-width: 767px) {
    .header-top .header-top-left .text {
        display:none
    }
}

.header-top .header-top-right {
    text-align: right
}

.header-top .header-top-right a {
    padding: 0 20px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Oswald",sans-serif;
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.nav-shop li {
    display: inline-block;
    margin-right: 15px
}

.nav-shop li i,.nav-shop li span {
    font-size: 30px;
    color: #222
}

.nav-shop li button {
    padding: 0;
    border: 0;
    background: transparent;
    position: relative
}

.nav-shop li button .nav-shop__circle {
    font-size: 14px;
    display: inline-block;
    background: #39b54a;
    color: #fff;
    padding: 0px 8px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -12px;
}

.nav-shop li:last-child {
    margin-left: 40px
}

@media (max-width: 1619px) {
    .header_area .navbar .search {
        margin-left:40px
    }
}

@media (max-width: 1199px) {
    .header_area .navbar .nav .nav-item {
        margin-right:28px
    }

    .home_banner_area .banner_inner {
        padding: 100px 0px
    }

    .header_area .navbar .tickets_btn {
        margin-left: 40px
    }
}

@media (max-width: 991px) {
    .navbar-toggler {
        border:none;
        border-radius: 0px;
        padding: 0px;
        cursor: pointer;
        margin-top: 27px;
        margin-bottom: 23px
    }

    .header_area .navbar {
        background: #ffffff
    }

    .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
        opacity: 1
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0
    }

    .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(-45deg);
        position: relative;
        top: 7.5px
    }

    .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: rotate(45deg);
        bottom: 6px;
        position: relative
    }

    .navbar-toggler span {
        display: block;
        width: 25px;
        height: 3px;
        background: #f14737;
        margin: auto;
        margin-bottom: 4px;
        transition: all 400ms linear;
        cursor: pointer
    }

    .navbar .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .nav {
        padding: 0px 0px
    }

    .header_area+section,.header_area+row,.header_area+div {
        margin-top: 117px
    }

    .header_top .nav {
        padding: 0px
    }

    .header_area .navbar .nav .nav-item .nav-link {
        line-height: 30px;
        margin-right: 0px;
        display: block;
        border-bottom: 1px solid #ededed33;
        border-radius: 0px
    }

    .header_area .navbar .nav-shop {
        padding-bottom: 40px
    }

    .header_area .navbar .search {
        margin-left: 0px
    }

    .header_area .navbar-collapse {
        max-height: 340px;
        overflow-y: scroll
    }

    .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
        padding: 0px 15px
    }

    .header_area .navbar .nav .nav-item {
        margin-right: 0px
    }

    .header_area+section,.header_area+row,.header_area+div {
        margin-top: 0px;
        padding-top: 71px
    }

    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
        line-height: 40px
    }

    .categories_post img {
        width: 100%
    }

    .categories_post {
        max-width: 360px;
        margin: 0 auto
    }

    .blog_categorie_area .col-lg-4 {
        margin-top: 30px
    }

    .blog_area {
        padding-bottom: 80px
    }

    .single-post-area .blog_right_sidebar {
        margin-top: 30px
    }

    .contact_info {
        margin-bottom: 50px
    }

    .home_banner_area .donation_inner {
        margin-bottom: -30px
    }

    .home_banner_area .dontation_item {
        max-width: 350px;
        margin: auto
    }

    .footer-area .col-sm-6 {
        margin-bottom: 30px
    }

    .header_area .navbar .tickets_btn {
        margin-left: 0px
    }

    .home_banner_area {
        min-height: 700px
    }
}

@media (max-width: 767px) {
    .home_banner_area {
        min-height:500px
    }

    .home_banner_area .banner_inner {
        min-height: 500px
    }

    .home_banner_area .banner_inner .banner_content {
        margin-top: 0px
    }

    .blog_banner .banner_inner .blog_b_text h2 {
        font-size: 40px;
        line-height: 50px
    }

    .blog_info.text-right {
        text-align: left !important;
        margin-bottom: 10px
    }

    .home_banner_area .banner_inner .banner_content h3 {
        font-size: 30px
    }

    .home_banner_area .banner_inner .banner_content p br {
        display: none
    }

    .home_banner_area .banner_inner .banner_content h3 span {
        line-height: 45px;
        padding-bottom: 0px;
        padding-top: 0px
    }

    .footer-bottom {
        text-align: center
    }

    .footer-bottom .footer-social {
        text-align: center;
        margin-top: 15px
    }
}

@media (max-width: 575px) {
    .top_menu {
        display:none
    }

    .header_area+section,.header_area+row,.header_area+div {
        margin-top: 0px;
        padding-top: 71px
    }

    .home_banner_area .banner_inner .banner_content h2 {
        font-size: 40px;
        line-height: 44px
    }

    .home_banner_area {
        min-height: 500px
    }

    .home_banner_area .banner_inner {
        min-height: 500px
    }

    .blog_banner .banner_inner .blog_b_text {
        margin-top: 0px
    }

    .home_banner_area .banner_inner .banner_content img {
        display: none
    }

    .home_banner_area .banner_inner .banner_content h5 {
        margin-top: 0px
    }

    .sample-text-area {
        padding: 70px 0 70px 0
    }

    .generic-blockquote {
        padding: 30px 15px 30px 30px
    }

    .blog_details h2 {
        font-size: 20px;
        line-height: 30px
    }

    .blog_banner .banner_inner .blog_b_text h2 {
        font-size: 28px;
        line-height: 38px
    }

    .footer-area {
        padding: 70px 0px
    }

    .single-footer-widget .sub-btn {
        right: 0px
    }
}

@media (max-width: 480px) {
    .header_area .navbar-collapse {
        max-height:250px
    }

    .home_banner_area .banner_inner .banner_content {
        margin-top: 0px
    }

    .home_banner_area .banner_inner .banner_content h3 {
        font-size: 24px
    }

    .banner_area .banner_inner .banner_content h2 {
        font-size: 32px
    }

    .comments-area .thumb {
        margin-right: 10px
    }
}

.section-intro p {
    margin-bottom: 3px
}

.section-intro__style {
   border-bottom: 2px solid #39b54a;
    padding-bottom: 8px;
    font-size: 45px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;

}

.hero-banner {background-position: center center;background-size: cover;background-repeat: no-repeat;
    position: relative;
    /* margin-bottom: 10px */
}

@media (min-width: 991px) {
.hero-banner {
    position: relative;
    padding: 0;

    height: 660px;
}
}

@media (min-width: 991px) {
.hero-banner .background-pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    
}
}


@media (min-width: 575px) {
    .hero-banner::before {
        width:20%
    }
}

@media (min-width: 991px) {
    .hero-banner::before {
        width:35%
    }
}

.hero-banner__img {
    position: relative;
    top: 1px
}

@media (max-width: 575px) {
    .hero-banner__content {
        padding-bottom:50px
    }
}

@media (min-width: 1000px) {
    .hero-banner__content {
        max-width:495px
    }
}

.hero-banner__content h4 {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    color: #313131;
    margin-bottom: 12px;
}

.hero-banner__content h1 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

@media (min-width: 767px) {
    .hero-banner__content h1 {
        font-size:30px;
        margin-bottom: 25px
    }
}

@media (min-width: 991px) {
    .hero-banner__content h1 {
        font-size:50px;
        color: #000;
    }
}

.hero-banner__content p {
    margin-bottom: 10px
}

@media (min-width: 767px) {
    .hero-banner__content p {
        margin-bottom:40px;
        color: #0c0c0c;
    }
}

.hero-carousel__slide {
    position: relative
}

.hero-carousel__slide::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    transform: translateY(50px);
    opacity: 0;
    transition: all .4s ease
}

.hero-carousel__slideOverlay {
    position: absolute;
    bottom: 50px;
    background: #f14737;
    padding: 23px 90px 23px 25px;
    transform: translateY(50px);
    opacity: 0;
    z-index: -1;
    transition: all .4s ease-in-out
}

.hero-carousel__slideOverlay h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff
}

.hero-carousel__slideOverlay p {
    color: #fff;
    margin: 0
}

.hero-carousel__slide:hover::after {
    transform: translateY(0);
    opacity: 1
}

.hero-carousel__slide:hover .hero-carousel__slideOverlay {
    transform: translateY(0);
    opacity: 1;
    z-index: 2
}

.card-product {
    border: 0;
    margin-bottom: 30px;
    background: #f0f0e8;
}

.card-product p {
    margin-bottom: 0
}

.card-product__img {
    position: relative
}

.card-product__imgOverlay {
    background: rgba(255,255,255,0.8);
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    padding: 30px 5px;
    transform: translateY(30px);
    opacity: 0;
    z-index: -1;
    transition: all .48s ease;
}

.card-product__imgOverlay li {
    display: inline-block
}

.card-product__imgOverlay li button {
    border: 0;
    border-radius: 0;
    padding: 7px 12px;
    background: #39b54a;
}

.card-product__imgOverlay li button i,.card-product__imgOverlay li button span {
    font-size: 15px;
    color: #fff;
    vertical-align: middle
}

.card-product__imgOverlay li button:hover {
    background: #39b54a;
}

.card-product__imgOverlay li:not(:last-child) {
    margin-right: 5px
}

.card-product__title a {
    color: #222
}

.card-product__price {
    font-size: 18px;
    font-weight: 500
}

.card-product:hover .card-product__imgOverlay {
    opacity: 1;
    z-index: 1;
    transform: translateY(0)
}

.card-product:hover .card-product__title a {
    color:#39b54a;
}

.offer {
    background: url("../img/home/parallax-bg.png") right center no-repeat;
    background-size: cover
}

@media (min-width: 1200px) {
    .offer {
        background-size:100% 100%
    }
}

.offer__content {
    padding: 100px 0 110px 0
}

@media (min-width: 1000px) {
    .offer__content {
        padding:122px 0 135px 0
    }
}

.offer__content h3 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px
}

@media (min-width: 650px) {
    .offer__content h3 {
        font-size:50px;
        margin-bottom: 25px
    }
}

.offer__content h4 {
    font-size: 30px
}

.offer__content p {
    color: #555555
}

#bestSellerCarousel .owl-prev,#bestSellerCarousel .owl-next {
    width: 40px;
    height: 40px;
    background: #f1f6f7
}

#bestSellerCarousel .owl-prev i,#bestSellerCarousel .owl-prev span,#bestSellerCarousel .owl-next i,#bestSellerCarousel .owl-next span {
    font-size: 15px;
    color: #f14737;
    line-height: 40px
}

#bestSellerCarousel .owl-prev:hover,#bestSellerCarousel .owl-next:hover {
    background: #f14737
}

#bestSellerCarousel .owl-prev:hover i,#bestSellerCarousel .owl-prev:hover span,#bestSellerCarousel .owl-next:hover i,#bestSellerCarousel .owl-next:hover span {
    color: #fff
}

#bestSellerCarousel .owl-prev {
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    left: -20px
}

@media (min-width: 1340px) {
    #bestSellerCarousel .owl-prev {
        left:-105px
    }
}

#bestSellerCarousel .owl-next {
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    right: -20px
}

@media (min-width: 1340px) {
    #bestSellerCarousel .owl-next {
        right:-105px
    }
}

.card-blog {
    border: 0
}

.card-blog .card-body {
    padding: 25px 25px 25px 0
}

.card-blog__info {
    margin-bottom: 12px
}

.card-blog__info li {
    display: inline-block;
    font-size: 14px;
    color: #999999
}

.card-blog__info li a {
    color: #999999
}

.card-blog__info li i,.card-blog__info li span {
    margin-right: 5px;
    vertical-align: middle
}

.card-blog__info li:not(:last-child) {
    margin-right: 20px
}

.card-blog__title {
    font-size: 20px;
    margin-bottom: 20px
}

.card-blog__title a {
    color: #222
}

.card-blog__link {
    font-weight: 500;
    color: #222
}

.card-blog__link i,.card-blog__link span {
    font-size: 13px;
    padding-left: 3px;
    display: inline-block;
    transition: all .5s ease
}

.card-blog:hover .card-blog__title a {
    color: #f14737
}

.card-blog:hover .card-blog__link {
    color: #f14737
}

.card-blog:hover .card-blog__link i,.card-blog:hover .card-blog__link span {
    padding-left: 10px
}

.subscribe {
    padding: 45px 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px -5px 20px 0px rgba(56,74,235,0.1)
}

@media (min-width: 1000px) {
    .subscribe {
        padding:85px 10px
    }
}

.subscribe__title {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 16px
}

@media (min-width: 1000px) {
    .subscribe__title {
        font-size:36px
    }
}

.subscribe-form .form-group {
    margin-bottom: 0;
    position: relative
}

.subscribe-form .form-group .info {
    position: absolute;
    top: 50px;
    left: 10px;
    color: #f14737
}

.subscribe-form .form-control {
    border-radius: 30px;
    height: 50px;
    border-color: #EEEEEE;
    padding-left: 20px;
    font-size: 14px
}

@media (min-width: 800px) {
    .subscribe-form .form-control {
        min-width:380px
    }
}

.subscribe-form .form-control::placeholder {
    color: #999999
}

.subscribe-form .form-control:focus {
    outline: 0;
    box-shadow: none
}

.subscribe-form button {
    margin-left: 15px
}

.subscribe-position {
    margin-bottom: 20px
}

@media (min-width: 1000px) {
    .subscribe-position {
        position:relative;
        top: 100px;
        margin-bottom: 0
    }
}
.button {
        font-weight: 600;
    color: #fff;
    transition: all .4s ease;
    padding: 12px 42px;
    font-size: 18px;
    border: none;
    text-transform: uppercase;
    border: 3px solid #fff;
    /* margin: 0 auto; */
    display: table;
    margin-top: 5%;
    border-radius: 50px;
    background: #008982;
    font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
    .button {
        padding:8px 25px !important
    }
}

.button-subscribe {
    font-size: 14px;
    padding: 10px 20px
}

@media (min-width: 800px) {
    .button-subscribe {
        padding:12px 35px;
        font-size: 15px
    }
}

.button-blog {
    padding: 5px 31px;
    font-size: 14px;
    background: #f9f9ff;
    border-color: #EEEEEE;
    border-radius: 0;
    color: #222
}

.button-blog:hover {
    background: #f14737 !important;
    color: #fff !important
}

.button-postComment {
    border-radius: 4px;
    font-size: 14px;
    margin-top: 5px
}

.button-contact {
    border-radius: 0;
    padding: 12px 26px
}

.button-tracking {
    font-size: 14px;
    padding: 8px 42px
}

.button-login {
    font-size: 15px;
    padding: 7px 44px
}

.button-coupon {
    font-size: 15px;
    padding: 6px 45px
}

.button-paypal {
    width: 100%;
    padding: 8px 30px
}

.button-account {
    padding: 7px 42px;
    background: transparent;
    border-color: #fff
}

.button-account:hover {
    border-color: #fff !important
}

.button-header {
    padding: 10px 45px;
    background: transparent;
    color: #222;
    border-color: #EEEEEE
}

.button-hero {
    padding: 8px 41px;
}

.button--active {
    background: #f14737;
    color: #fff
}

.button-contactForm {
    border: 1px solid #f14737 !important;
    border-radius: 0;
    padding: 11px 26px
}

.button-review {
    padding: 12px 40px;
    border-radius: 30px
}

.button:hover {
    border-color: #ffffff;
    background: #1b1f1b;
    color: #ffffff;
}

.button-register {
    font-size: 14px;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-transform: uppercase;
    background: #c5322d
}

.button-register:hover {
    background: #c5322d;
    opacity: .7;
    color: #fff
}

.blog-banner {
    position: relative
}

.blog-banner h4,.blog-banner h1,.blog-banner a {
    text-transform: capitalize;
    color: #fff
}

.blog-banner h4 {
    font-size: 18px;
    margin-bottom: 15px
}

.blog-banner h1 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
}

@media (min-width: 992px) {
    .blog-banner h1 {
        font-size:36px
    }
}

.blog-banner-area {
    height: 280px;
    position: relative;
    z-index: 1;
    background-color: #f05142;
}

@media (min-width: 1000px) {
    .blog-banner-area {
        height: 400px;
    }
}

.blog-banner-area .blog-banner {
    position: absolute;
    top: 63%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%)
}

.blog-banner-area::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #222222; */
    z-index: -1;
}

.blog-banner-btn {
    border: 2px solid #f14737;
    padding: 10px 45px
}

.blog-banner-btn:hover {
    background: #f14737;
    color: #fff
}

.banner-breadcrumb {
    display: inline-block
}

.banner-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0
}

.banner-breadcrumb .breadcrumb-item {
    padding: .1rem
}

.banner-breadcrumb .breadcrumb-item a {
    text-transform: capitalize;
    color: #ffffff;
}

.banner-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
    padding-right: .1rem;
    content: "-";
}

.banner-breadcrumb .breadcrumb-item.active {
    color: #ffffff;
}

.l_blog_item .l_blog_text .date {
    margin-top: 24px;
    margin-bottom: 15px
}

.l_blog_item .l_blog_text .date a {
    font-size: 12px
}

.l_blog_item .l_blog_text h4 {
    font-size: 18px;
    color: #222;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.l_blog_item .l_blog_text h4:hover {
    color: #f14737
}

.l_blog_item .l_blog_text p {
    margin-bottom: 0px;
    padding-top: 20px
}

.causes_slider .owl-dots {
    text-align: center;
    margin-top: 80px
}

.causes_slider .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    background: #eeeeee;
    display: inline-block;
    margin-right: 7px
}

.causes_slider .owl-dots .owl-dot:last-child {
    margin-right: 0px
}

.causes_slider .owl-dots .owl-dot.active {
    background: #f14737
}

.causes_item {
    background: #fff
}

.causes_item .causes_img {
    position: relative
}

.causes_item .causes_img .c_parcent {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    height: 3px;
    background: rgba(255,255,255,0.5)
}

.causes_item .causes_img .c_parcent span {
    width: 70%;
    height: 3px;
    background: #f14737;
    position: absolute;
    left: 0px;
    bottom: 0px
}

.causes_item .causes_img .c_parcent span:before {
    content: "75%";
    position: absolute;
    right: -10px;
    bottom: 0px;
    background: #f14737;
    color: #fff;
    padding: 0px 5px
}

.causes_item .causes_text {
    padding: 30px 35px 40px 30px
}

.causes_item .causes_text h4 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    cursor: pointer
}

.causes_item .causes_text h4:hover {
    color: #f14737
}

.causes_item .causes_text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0px
}

.causes_item .causes_bottom a {
    width: 50%;
    border: 1px solid #f14737;
    text-align: center;
    float: left;
    line-height: 50px;
    background: #f14737;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.causes_item .causes_bottom a+a {
    border-color: #eeeeee;
    background: #fff;
    font-size: 14px;
    color: #222
}

.latest_blog_area {
    background: #f9f9ff
}

.single-recent-blog-post {
    margin-bottom: 30px
}

.single-recent-blog-post .thumb {
    overflow: hidden
}

.single-recent-blog-post .thumb img {
    transition: all 0.7s linear
}

.single-recent-blog-post .details {
    padding-top: 30px
}

.single-recent-blog-post .details .sec_h4 {
    line-height: 24px;
    padding: 10px 0px 13px;
    transition: all 0.3s linear
}

.single-recent-blog-post .date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.single-recent-blog-post:hover img {
    transform: scale(1.23) rotate(10deg)
}

.tags .tag_btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid #eeeeee;
    display: inline-block;
    padding: 1px 18px;
    text-align: center;
    color: #222
}

.tags .tag_btn:before {
    background: #f14737
}

.tags .tag_btn+.tag_btn {
    margin-left: 2px
}

.blog_categorie_area {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width: 900px) {
    .blog_categorie_area {
        padding-top:80px;
        padding-bottom: 80px
    }
}

@media (min-width: 1100px) {
    .blog_categorie_area {
        padding-top:120px;
        padding-bottom: 120px
    }
}









.categories_post {
    position: relative;
    text-align: center;
    cursor: pointer
}

.categories_post img {
    max-width: 100%
}

.categories_post .categories_details {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(34,34,34,0.75);
    color: #fff;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center
}

.categories_post .categories_details h5 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    position: relative
}

.categories_post .categories_details p {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0px
}

.categories_post .categories_details .border_line {
    margin: 10px 0px;
    background: #fff;
    width: 100%;
    height: 1px
}

.categories_post:hover .categories_details {
    background: rgba(56,74,235,0.85)
}

.blog_item {
    margin-bottom: 40px
}

.blog_info {
    padding-top: 30px
}

.blog_info .post_tag {
    padding-bottom: 20px
}

.blog_info .post_tag a {
    color: #222;
    font-size: 14px
}

.blog_info .post_tag a.active {
    color: #f14737
}

.blog_info .blog_meta li a {
    color: #777777;
    vertical-align: middle;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 14px
}

.blog_info .blog_meta li a i {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    line-height: 20px;
    vertical-align: middle
}

.blog_info .blog_meta li a:hover {
    color: #f14737
}

.blog_post img {
    max-width: 100%
}

.blog_details {
    padding-top: 20px
}

.blog_details h2 {
    font-size: 24px;
    line-height: 36px;
    color: #222;
    font-weight: 600;
    transition: all 0.3s linear
}

.blog_details h2:hover {
    color: #f14737
}

.blog_details p {
    margin-bottom: 26px
}

.view_btn {
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
    color: #222;
    font-weight: 500;
    padding: 0px 30px;
    background: #fff
}

.blog_right_sidebar {
    border: 1px solid #eeeeee;
    background: #fafaff;
    padding: 30px
}

.blog_right_sidebar .widget_title {
    font-size: 18px;
    line-height: 25px;
    background: #f14737;
    text-align: center;
    color: #fff;
    padding: 8px 0px;
    margin-bottom: 30px
}

.blog_right_sidebar .search_widget .input-group .form-control {
    font-size: 14px;
    line-height: 29px;
    border: 0px;
    width: 100%;
    font-weight: 300;
    color: #fff;
    padding-left: 20px;
    border-radius: 45px;
    z-index: 0;
    background: #f14737
}

.blog_right_sidebar .search_widget .input-group .form-control.placeholder {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group .form-control:-moz-placeholder {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group .form-control::-moz-placeholder {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group .form-control::-webkit-input-placeholder {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group .form-control:focus {
    box-shadow: none
}

.blog_right_sidebar .search_widget .input-group .btn-default {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0px;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    padding: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.blog_right_sidebar .author_widget {
    text-align: center
}

.blog_right_sidebar .author_widget h4 {
    font-size: 18px;
    line-height: 20px;
    color: #222;
    margin-bottom: 5px;
    margin-top: 30px
}

.blog_right_sidebar .author_widget p {
    margin-bottom: 0px
}

.blog_right_sidebar .author_widget .social_icon {
    padding: 7px 0px 15px
}

.blog_right_sidebar .author_widget .social_icon a {
    font-size: 14px;
    color: #222;
    transition: all 0.2s linear
}

.blog_right_sidebar .author_widget .social_icon a+a {
    margin-left: 20px
}

.blog_right_sidebar .author_widget .social_icon a:hover {
    color: #f14737
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    margin-bottom: 4px;
    transition: all 0.3s linear
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
    color: #f14737
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 0px
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
    margin-top: 20px
}

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 2px dotted #eee;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px
}

.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #777
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0px
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
    padding-top: 15px
}

.blog_right_sidebar .post_category_widget .cat-list li:hover {
    border-color: #f14737
}

.blog_right_sidebar .post_category_widget .cat-list li:hover a {
    color: #f14737
}

.blog_right_sidebar .newsletter_widget {
    text-align: center
}

.blog_right_sidebar .newsletter_widget .form-group {
    margin-bottom: 8px
}

.blog_right_sidebar .newsletter_widget .input-group-prepend {
    margin-right: -1px
}

.blog_right_sidebar .newsletter_widget .input-group-text {
    background: #fff;
    border-radius: 0px;
    vertical-align: top;
    font-size: 12px;
    line-height: 36px;
    padding: 0px 0px 0px 15px;
    border: 1px solid #eeeeee;
    border-right: 0px
}

.blog_right_sidebar .newsletter_widget .input-group-text i {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control {
    font-size: 12px;
    line-height: 24px;
    color: #cccccc;
    border: 1px solid #eeeeee;
    border-left: 0px;
    border-radius: 0px
}

.blog_right_sidebar .newsletter_widget .form-control.placeholder {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control:-moz-placeholder {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control::-moz-placeholder {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control::-webkit-input-placeholder {
    color: #cccccc
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
    outline: none;
    box-shadow: none
}

.blog_right_sidebar .newsletter_widget .bbtns {
    background: #f14737;
    color: #fff;
    font-size: 12px;
    line-height: 38px;
    display: inline-block;
    font-weight: 500;
    padding: 0px 24px 0px 24px;
    border-radius: 0
}

.blog_right_sidebar .newsletter_widget .text-bottom {
    font-size: 12px
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eee;
    background: #fff;
    padding: 0px 13px;
    margin-bottom: 8px;
    transition: all 0.3s ease 0s;
    color: #222;
    font-size: 12px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #f14737;
    color: #fff
}

.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0px
}

.blog-pagination {
    padding-top: 25px;
    padding-bottom: 95px
}

.blog-pagination .page-link {
    border-radius: 0
}

.blog-pagination .page-item {
    border: none
}

.page-link {
    background: transparent;
    font-weight: 400
}

.blog-pagination .page-item.active .page-link {
    background-color: #f14737;
    border-color: transparent;
    color: #fff
}

.blog-pagination .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #8a8a8a;
    border: none
}

.blog-pagination .page-link .lnr {
    font-weight: 600
}

.blog-pagination .page-item:last-child .page-link,.blog-pagination .page-item:first-child .page-link {
    border-radius: 0
}

.blog-pagination .page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f14737;
    border-color: #eee
}

.single-post-area .social-links {
    padding-top: 10px
}

.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px
}

.single-post-area .social-links li a {
    color: #cccccc;
    padding: 7px;
    font-size: 14px;
    transition: all 0.2s linear
}

.single-post-area .social-links li a:hover {
    color: #222
}

.single-post-area .blog_details {
    padding-top: 26px
}

.single-post-area .blog_details p {
    margin-bottom: 10px
}

.single-post-area .quotes {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 24px 35px 24px 30px;
    background-color: #fff;
    box-shadow: -20.84px 21.58px 30px 0px rgba(176,176,176,0.1);
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-style: italic
}

.single-post-area .arrow {
    position: absolute
}

.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600
}

.single-post-area .thumb .overlay-bg {
    background: rgba(0,0,0,0.8)
}

.single-post-area .navigation-area {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 60px
}

.single-post-area .navigation-area p {
    margin-bottom: 0px
}

.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
    color: #222
}

.single-post-area .navigation-area .nav-left {
    text-align: left
}

.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: .5
}

@media (max-width: 767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom:30px
    }
}

.single-post-area .navigation-area .nav-right {
    text-align: right
}

.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: .5
}

@media (max-width: 991px) {
    .single-post-area .sidebar-widgets {
        padding-bottom:0px
    }
}

.comments-area {
    background: #fafaff;
    border: 1px solid #eee;
    padding: 50px 30px;
    margin-top: 50px
}

@media (max-width: 414px) {
    .comments-area {
        padding:50px 8px
    }
}

.comments-area h4 {
    text-align: center;
    margin-bottom: 50px;
    color: #222;
    font-size: 18px
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px
}

.comments-area a {
    color: #222
}

.comments-area .comment-list {
    padding-bottom: 48px
}

.comments-area .comment-list:last-child {
    padding-bottom: 0px
}

.comments-area .comment-list.left-padding {
    padding-left: 25px
}

@media (max-width: 413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size:12px
    }

    .comments-area .comment-list .single-comment .date {
        font-size: 11px
    }

    .comments-area .comment-list .single-comment .comment {
        font-size: 10px
    }
}

.comments-area .thumb {
    margin-right: 20px
}

.comments-area .date {
    font-size: 13px;
    color: #cccccc;
    margin-bottom: 13px
}

.comments-area .comment {
    color: #777777;
    margin-bottom: 0px
}

.comments-area .btn-reply {
    background-color: #fff;
    color: #222;
    padding: 5px 18px;
    font-size: 12px;
    display: block;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.comments-area .btn-reply:hover {
    background-color: #f14737;
    color: #fff;
    font-weight: 700
}

.comment-form {
    background: #fafaff;
    text-align: center;
    border: 1px solid #eee;
    padding: 47px 30px 43px;
    margin-top: 50px;
    margin-bottom: 20px
}

.comment-form h4 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 22px;
    color: #222
}

.comment-form .name {
    padding-left: 0px
}

@media (max-width: 767px) {
    .comment-form .name {
        padding-right:0px;
        margin-bottom: 1rem
    }
}

.comment-form .email {
    padding-right: 0px
}

@media (max-width: 991px) {
    .comment-form .email {
        padding-left:0px
    }
}

.comment-form .form-control {
    padding: 8px 20px;
    background: #fff;
    border: none;
    border-radius: 0px;
    width: 100%;
    font-size: 14px;
    color: #777777;
    border: 1px solid transparent
}

.comment-form .form-control:focus {
    box-shadow: none;
    border: 1px solid #eee
}

.comment-form .form-control::placeholder {
    color: #777777
}

.comment-form textarea.form-control {
    height: 140px;
    resize: none
}

.comment-form ::-webkit-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form ::-moz-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form :-ms-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form :-moz-placeholder {
    font-size: 13px;
    color: #777
}

.contact-banner {
    position: relative
}

.contact-banner h4,.contact-banner h1,.contact-banner a {
    text-transform: uppercase;
    color: #fff
}

.contact-banner h4 {
    font-size: 18px;
    margin-bottom: 15px
}

.contact-banner h1 {
    font-size: 37px;
    margin-bottom: 5px
}

@media (min-width: 992px) {
    .contact-banner h1 {
        font-size:48px
    }
}

.contact-banner-area {
    height: 280px;
    background: url("../../assets/images/contact-bg.png") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

@media (min-width: 991px) {
    .contact-banner-area {
        height:450px
    }
}

.contact-banner-area .contact-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%)
}

.contact-banner-area::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,2,11,0.7);
    z-index: -1
}

.contact-banner-btn {
    border: 2px solid #f14737;
    padding: 10px 45px
}

.contact-banner-btn:hover {
    background: #f14737;
    color: #fff
}

.contact-info__icon {
    margin-right: 20px
}

.contact-info__icon i,.contact-info__icon span {
    color: #5b3573;
    font-size: 20px;
}

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0
}

.contact-info .media-body h3 a {
    color: #222
}

.contact-info .media-body p {
    color: #999999
}

.form-contact .form-group {
    margin-bottom: 10px
}

.form-contact .form-control {
    border-radius: 0;
    height: 40px;
    padding-left: 18px;
    border-color: transparent;
    background: rgba(130,139,178,0.1)
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none
}

.form-contact .form-control::placeholder {
    font-size: 14px;
    color: #999999
}

.form-contact .different-control {
    height: 100% !important
}

.form-contact button {
    border: 0
}

.filter-bar {
    padding: 0px 20px 10px 20px;
    background: #f1f6f7;
    margin-bottom: 30px
}

.filter-bar a,.filter-bar i {
    color: #000
}

.filter-bar-search {
    margin-top: 10px
}

.filter-bar-search input {
    border: 1px solid #eee;
    font-size: 14px;
    color: #999999;
    height: 38px;
    padding-left: 15px
}

.filter-bar-search input:focus {
    outline: 0;
    box-shadow: none
}

.filter-bar-search input::placeholder {
    color: #999999
}

.filter-bar-search button {
    background: transparent;
    border: 1px solid #eee;
    background: #fff;
    border-left: 0;
    padding-right: 15px
}

.filter-bar-search button i,.filter-bar-search button span {
    font-size: 14px;
    color: #999999
}

.sorting {
    margin-top: 10px;
    margin-right: 10px
}

.sorting .nice-select {
    border-radius: 0px;
    border: 1px solid #eee;
    padding-right: 50px;
    height: 38px;
    color: #999999
}

.sorting .nice-select:after {
    right: 18px
}

.sorting .nice-select .list {
    border-radius: 0px
}

.sidebar-categories .head {
    font-family: 'Oswald', sans-serif;
    line-height: 50px;
    background: #f14737;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.sidebar-categories .main-categories {
    padding: 20px 28px;
    background: #f1f6f7
}

.sidebar-categories .main-categories .pixel-radio {
    background: transparent !important
}

.sidebar-categories .main-nav-list a {
    font-size: 14px;
    display: block;
    line-height: 50px;
    padding-left: 10px;
    border-bottom: 1px solid #eee
}

.sidebar-categories .main-nav-list a:hover {
    color: #f14737
}

.sidebar-categories .main-nav-list a .number {
    color: #cccccc;
    margin-left: 10px
}

.sidebar-categories .main-nav-list a .lnr {
    margin-right: 10px;
    display: none
}

.sidebar-categories .main-nav-list.child a {
    padding-left: 32px
}

.sidebar-filter {
    margin-top: 30px
}

.sidebar-filter .top-filter-head {
    font-family: 'Oswald', sans-serif;
    line-height: 50px;
    background: #f14737;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.sidebar-filter .head {
    line-height: 60px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    text-transform: capitalize
}

.sidebar-filter .common-filter {
    background: #f1f6f7;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px
}

.sidebar-filter .common-filter .filter-list {
    position: relative;
    padding-left: 28px
}

.sidebar-filter .common-filter:last-child {
    border-bottom: 0
}

.filter-list {
    line-height: 32px
}

.filter-list i {
    margin-right: 10px;
    cursor: pointer
}

.filter-list .number {
    color: #ccc
}

.filter-list label {
    margin-bottom: 3px;
    cursor: pointer
}

@-webkit-keyframes click-wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.35;
        position: absolute;
        top: 50%;
        left: 50%
    }

    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
        top: 50%;
        left: 50%;
        position: absolute
    }
}

@-moz-keyframes click-wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.35;
        position: absolute;
        top: 50%;
        left: 50%
    }

    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
        top: 50%;
        left: 50%;
        position: absolute
    }
}

@keyframes click-wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.35;
        position: absolute;
        top: 50%;
        left: 50%
    }

    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
        top: 50%;
        left: 50%;
        position: absolute
    }
}

.pixel-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 15px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid #999999;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    outline: none;
    position: relative;
    z-index: 1
}

.pixel-radio:checked {
    border: 8px solid #f14737
}

.pixel-radio:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #f14737;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    opacity: 0
}

.pixel-radio {
    border-radius: 50%;
    top: 2px
}

.pixel-radio::after {
    border-radius: 50%
}

.price-range-area {
    padding: 15px 30px 0 30px
}

.price-range-area .noUi-target {
    background: #eee;
    border-radius: 0px;
    border: 0px;
    box-shadow: none
}

.price-range-area .noUi-base {
    background: #e8f0f2
}

.price-range-area .noUi-horizontal {
    height: 6px
}

.price-range-area .noUi-connect {
    background: #e8f0f2;
    border-radius: 0px;
    box-shadow: none
}

.price-range-area .noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    left: -8px;
    top: -5px;
    border-radius: 50%;
    border: 0px;
    background: #f14737;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: ease 0.1s;
    -moz-transition: ease 0.1s;
    -o-transition: ease 0.1s;
    transition: ease 0.1s
}

.price-range-area .noUi-horizontal .noUi-handle:focus {
    outline: none
}

.price-range-area .noUi-horizontal .noUi-handle:hover {
    border: 3px solid #f14737;
    background: #fff
}

.price-range-area .noUi-handle::after,.price-range-area .noUi-handle::before {
    display: none
}

.price-range-area .value-wrapper {
    margin-top: 15px;
    color: #777777
}

.price-range-area .value-wrapper .to {
    margin: 0 5px
}

.price-range-area .price {
    margin-right: 5px;
    color: #777
}

.single-search-product {
    padding: 10px 0
}

@media (min-width: 1000px) {
    .single-search-product {
        padding:20px 0
    }
}

.single-search-product-wrapper {
    padding: 12px 20px 10px 30px;
    border: 1px solid #EEEEEE
}

.single-search-product img {
    max-width: 70px;
    height: auto
}

.single-search-product .desc {
    margin-left: 15px;
    margin-top: 5px
}

.single-search-product .desc .title {
    font-family: 'Oswald', sans-serif;
    color: #222;
    margin-bottom: 0;
    display: inline-block
}

.single-search-product .desc .price {
    font-size: 16px;
    font-weight: 500;
    color: #777777
}

.single-search-product .desc .price span {
    font-weight: 700
}

.single-search-product .desc .price del {
    font-size: 12px;
    color: #cccccc;
    font-weight: 400
}

.single-search-product:hover .title {
    color: #f14737
}

.order-wrapper {
    background: #f1f6f7;
    padding: 25px
}

.order-wrapper .list-row {
    border-bottom: 1px solid #eee;
    padding: 10px 0
}

.order-wrapper .list-row h6 {
    text-transform: uppercase
}

.order-wrapper .list-row .total {
    font-weight: 500;
    color: #222
}

.order-wrapper .bold-lable {
    font-weight: 700;
    text-transform: uppercase;
    color: #222
}

.order-wrapper .payment-info {
    margin-top: 20px;
    background: #f5f5f5;
    border-top: 1px solid #eee;
    padding: 15px
}

.order-wrapper .terms-link {
    color: #43b253
}

.order-wrapper .pixel-checkbox {
    margin-top: 5px
}

.billing-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 15px;
    border-color: #DDDDDD
}

.billing-alert {
    font-size: 18px;
    color: #006837;
    margin-bottom: 30px;
    /* padding-top: 16%; */
}

.confirmation-card {
    padding: 38px;
    background: #f1f6f7
}

.confirmation-card tr td:last-child {
    color: #222;
    padding-left: 25px
}

.order_details_table {
    background: #f1f6f7;
    padding: 30px;
    margin-top: 75px
}

@media (min-width: 767px) {
    .order_details_table {
        margin-top:45px
    }
}

.order_details_table h2 {
    color: #222;
    font-size: 18px;
    padding-bottom: 15px
}

.order_details_table .table {
    margin-bottom: 0px
}

.order_details_table .table thead tr th {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-family: "Oswald",sans-serif;
    font-weight: normal;
    color: #222
}

@media (max-width: 1000px) {
    .order_details_table .table tbody tr:last-child {
        height:50px
    }
}

.order_details_table .table tbody tr td {
    border: 0;
    color: #777777
}

.order_details_table .table tbody tr td p {
    margin-bottom: 0px
}

.order_details_table .table tbody tr td h5 {
    font-family: "Montserrat", sans-serif;
    color: #222;
    margin-bottom: 0px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500
}

.order_details_table .table tbody tr td h4 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #222;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500
}

.order_details_table .table tbody tr:last-child td {
    border-top: 1px solid #ddd;
    padding-bottom: 0
}

.order_details_table .table tbody tr:last-child td p {
    color: #222
}

.tracking_box_area .tracking_box_inner p {
    max-width: 870px;
    color: #555555;
    margin-bottom: 25px
}

.tracking_box_area .tracking_box_inner .tracking_form {
    max-width: 645px
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group {
    margin-bottom: 1.2rem
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input {
    height: 40px;
    border: 1px solid #eee;
    padding: 0px 15px;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input.placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input:-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input::-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group:last-child {
    margin-bottom: 0px
}

.tracking_box_area .tracking_box_inner .tracking_form .form-group .submit_btn {
    text-transform: uppercase
}

.check_title h2 {
    font-size: 15px;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
    background: #f1f6f7;
    line-height: 40px !important;
    padding-left: 30px;
    margin-bottom: 0px
}

.check_title h2 a {
    color: #f14737;
    text-decoration: underline
}

.returning_customer p {
    margin-top: 15px;
    padding-left: 30px;
    margin-bottom: 25px
}

.returning_customer .contact_form {
    max-width: 710px;
    margin-left: 15px
}

.returning_customer .contact_form .form-group {
    margin-bottom: 20px
}

.returning_customer .contact_form .form-group input {
    border: 1px solid #eeeeee;
    height: 40px;
    border-radius: 3px;
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group input.placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group input:-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group input::-moz-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999;
    font-weight: normal
}

.returning_customer .contact_form .form-group .primary-btn {
    line-height: 38px;
    padding: 0px 38px;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 2px;
    border: none
}

.returning_customer .contact_form .form-group .creat_account {
    display: inline-block;
    margin-left: 15px
}

.returning_customer .contact_form .form-group .creat_account input {
    height: auto;
    margin-right: 10px
}

.returning_customer .contact_form .form-group .lost_pass {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #777;
    font-weight: normal
}

.cupon_area {
    margin-bottom: 40px
}

.cupon_area input {
    margin-left: 30px;
    max-width: 730px;
    width: 100%;
    display: block;
    height: 40px;
    border-radius: 3px;
    padding: 0px 15px;
    border: 1px solid #eeeeee;
    outline: none;
    box-shadow: none;
    margin-top: 20px;
    margin-bottom: 20px
}

.cupon_area .tp_btn {
    margin-left: 30px
}

.tp_btn {
    border: 1px solid #eeeeee;
    display: inline-block;
    line-height: 38px;
    padding: 0px 40px;
    color: #222;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3px
}

.tp_btn:hover {
    background: #f14737;
    color: #fff;
    border-color: #f14737
}

.billing_details h3 {
    font-size: 18px;
    color: #222;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.billing_details .contact_form .form-group {
    margin-bottom: 20px
}

.billing_details .contact_form .form-group .placeholder::before {
    font-size: 14px;
    color: #999999
}

.billing_details .contact_form .form-group input {
    font-size: 14px;
    border-radius: 3px;
    color: #999999;
    border-color: #EEEEEE
}

.billing_details .contact_form .form-group input.placeholder {
    color: #999999;
    font-size: 14px
}

.billing_details .contact_form .form-group input:-moz-placeholder {
    color: #999999;
    font-size: 14px
}

.billing_details .contact_form .form-group input::-moz-placeholder {
    color: #999999;
    font-size: 14px
}

.billing_details .contact_form .form-group input::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px
}

.billing_details .contact_form .form-group .form-control {
    border-color: #EEEEEE;
    font-size: 14px;
    color: #777777
}

.billing_details .contact_form .form-group .form-control::placeholder {
    color: #777777
}

.billing_details .contact_form .form-group label {
    color: #999999
}

.billing_details .contact_form .form-group textarea {
    height: 150px;
    border-radius: 3px;
    margin-top: 15px
}

.billing_details .contact_form .form-group .country_select {
    width: 100%;
    height: 40px;
    border-color: #EEEEEE
}

.billing_details .contact_form .form-group .country_select .current {
    color: #999999
}

.billing_details .contact_form .form-group .country_select span {
    color: #777
}

.billing_details .contact_form .form-group .country_select .list {
    width: 100%;
    border-radius: 0px
}

.billing_details .contact_form .form-group .country_select .list li {
    font-size: 14px;
    font-weight: normal
}

.billing_details .contact_form .form-group .creat_account #f-option2 {
    margin-right: 5px
}

.billing_details .contact_form .form-group .creat_account #f-option3 {
    margin-right: 5px
}

.billing_details .contact_form .form-group .creat_account a {
    color: #f14737
}

.order_box {
    background: #ff910124;
    padding: 30px;
    border-radius:20px;
}
.blng_adrs {
    border: 1px solid #ff9101;
    border-radius: 20px;
    padding: 30px;
}
.order_box h2 {
    border-bottom: 1px solid #dddddd;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    padding-bottom: 15px
}

.order_box .list li a {
    font-size: 14px;
    color: #777;
    font-weight: normal;
    border-bottom: 1px solid #eeeeee;
    display: block;
    line-height: 42px
}

.order_box .list li a h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    margin-top: 15px
}

.order_box .list li a span {
    float: right
}

.order_box .list li a .middle {
    float: none;
    width: 50px;
    text-align: right;
    display: inline-block;
    margin-left: 30px;
    color: #222
}

.order_box .list li:nth-child(4) a .middle {
    margin-left: 48px
}

.order_box .list_2 li a {
    text-transform: uppercase;
    color: #222;
    font-weight: 500
}

.order_box .list_2 li a span {
    color: #777;
    text-transform: capitalize
}

.order_box .list_2 li:last-child a span {
    color: #222
}

.order_box .payment_item h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    font-weight: 500;
    padding-left: 22px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px
}

.order_box .payment_item h4:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    background: #fff;
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.order_box .payment_item h4:after {
    content: "";
    height: 4px;
    width: 4px;
    background: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 5px;
    top: 8px
}

.order_box .payment_item h4 img {
    padding-left: 60px
}

.order_box .payment_item p {
    background: #fff;
    padding: 15px 20px;
    font-size: 12px
}

.order_box .payment_item.active h4:before {
    background: #f14737;
    border-color: #f14737
}

.order_box .creat_account {
    margin-bottom: 15px
}

.order_box .creat_account label {
    padding-left: 10px;
    font-size: 12px;
    color: #222;
    display: inline;
}

.order_box .creat_account a {
    color: #c5322d
}

.order_box .primary-btn {
    display: block;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px
}

.order_box .primary-btn:hover:before {
    left: 310px
}

.order_details .title_confirmation {
    text-align: center;
    color: #28d500;
    font-size: 18px;
    margin-bottom: 80px
}

.order_d_inner .details_item h4 {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    font-size: 18px;
    color: #222;
    padding-left: 18px
}

.order_d_inner .details_item .list {
    padding-left: 18px
}

@media (min-width: 767px) {
    .order_d_inner .details_item .list {
        margin-bottom:30px
    }
}

.order_d_inner .details_item .list li {
    margin-bottom: 8px
}

.order_d_inner .details_item .list li:last-child {
    margin-bottom: 0px
}

.order_d_inner .details_item .list li a {
    font-size: 14px;
    color: #222
}

.order_d_inner .details_item .list li a span {
    width: 145px;
    display: inline-block;
    color: #777
}

.order_details_table {
    background: #e5ecee;
    padding: 30px;
    margin-top: 75px
}

@media (min-width: 767px) {
    .order_details_table {
        margin-top:45px
    }
}

.order_details_table h2 {
    color: #222;
    font-size: 18px;
    padding-bottom: 15px
}

.order_details_table .table {
    margin-bottom: 0px
}

.order_details_table .table thead tr th {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: normal
}

.order_details_table .table tbody tr td p {
    margin-bottom: 0px
}

.order_details_table .table tbody tr td h5 {
    color: #222;
    margin-bottom: 0px
}

.order_details_table .table tbody tr td h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #222
}

.order_details_table .table tbody tr:last-child td {
    border-top: 1px solid #ddd
}

.order_details_table .table tbody tr:last-child td p {
    color: #222
}

.radion_btn input[type=radio] {
    position: absolute;
    visibility: hidden
}

.radion_btn {
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px
}

.radion_btn img {
    position: absolute;
    right: 40px;
    top: 0px
}

.radion_btn label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 0px 25px 21px 25px;
    height: 14px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    font-weight: 500;
    color: #222;
    font-size: 15px;
    letter-spacing: .25px;
    text-transform: capitalize
}

.radion_btn .check {
    display: block;
    position: absolute;
    border: 1px solid #cdcdcd;
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 5px;
    left: 0px;
    background: #fff;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear
}

.radion_btn .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 4px;
    width: 4px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear
}

.radion_btn input[type=radio]:checked ~ .check {
    border: 1px solid #C5322D;
    background: #C5322D
}

.radion_btn input[type=radio]:checked ~ .check::before {
    background: #fff
}

.radion_btn input[type=radio]:checked ~ label {
    color: #000
}

.order_box .creat_account a {
    font-size: 12px;
    color: #f14737
}

.login_box_area .login_box_img {
    height: 350px;
    position: relative
}

@media (min-width: 1000px) {
    .login_box_area .login_box_img {
        height:610px
    }
}

@media (min-width: 991px) {
    .login_box_area .login_box_img {
        margin-right:-30px
    }
}

.login_box_area .login_box_img img {
    width: 100%
}

.login_box_area .login_box_img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #f14737;
    opacity: .9
}

.login_box_area .login_box_img .hover {
    position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
    width: 100%;
    transform: translateY(-50%)
}

.login_box_area .login_box_img .hover h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px
}

.login_box_area .login_box_img .hover p {
    max-width: 390px;
    margin: 0px auto 28px;
    color: #fff
}

.login_box_area .login_box_img .hover .primary-btn {
    border-radius: 0px;
    line-height: 38px;
    text-transform: uppercase
}

.login_box_area .login_box_img .hover .primary-btn:hover:before {
    left: 260px
}

.login_box_area .login_box_img .button:hover {
    background: #c5322d !important;
    color: #fff !important;
    border-color: #c5322d !important
}

.login_form_inner {
    box-shadow: 0px 10px 40px 0px rgba(56,74,235,0.1);
    height: 100%;
    text-align: center;
    padding: 30px 0
}

@media (min-width: 1000px) {
    .login_form_inner {
        padding-top:115px;
        padding-bottom: 0
    }
}

.login_form_inner h3 {
    color: #222;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 75px
}

.login_form_inner .login_form {
    max-width: 385px;
    margin: auto
}

.login_form_inner.reg_form {
    padding-top: 60px
}

.login_form_inner.reg_form h3 {
    margin-bottom: 70px
}

.login_form .form-group {
    margin-bottom: 22px
}

.login_form .form-group input {
    height: 40px;
    border: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    color: #999999
}

.login_form .form-group input.placeholder {
    color: #999999
}

.login_form .form-group input:-moz-placeholder {
    color: #999999
}

.login_form .form-group input::-moz-placeholder {
    color: #999999
}

.login_form .form-group input::-webkit-input-placeholder {
    color: #999999
}

.login_form .form-group .creat_account {
    margin-top: 10px;
    font-size: 14px;
    text-align: left
}

.login_form .form-group .creat_account input {
    height: auto;
    margin-right: 10px;
    position: relative;
    top: 2px
}

.login_form .form-group .primary-btn {
    display: block;
    border-radius: 0px;
    line-height: 38px;
    width: 100%;
    text-transform: uppercase;
    border: none
}

.login_form .form-group .primary-btn:hover:before {
    left: 370px
}

.login_form .form-group a {
    font-size: 14px;
    color: #777;
    margin-top: 20px;
    display: block
}

.register_form_inner {
    padding-top: 70px
}

.instagram_area {
    position: relative
}

.instagram_area .container {
    max-width: 1625px
}

.instagram_area .insta_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2
}

.instagram_area .insta_btn .theme_btn {
    background: #fff;
    border-radius: 5px;
    padding: 0px 45px;
    line-height: 50px;
    color: #222;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1)
}

.instagram_area.top_pad {
    padding-top: 120px
}

.instagram_image {
    margin-bottom: -120px !important
}

.instagram_image a {
    flex: 0 0 16.667%;
    max-width: 16.667%;
    display: block;
    overflow: hidden
}

.instagram_image a img {
    width: 100%;
    transition: all 300ms ease
}

.instagram_image a:hover img {
    transform: scale(1.05)
}

@media (max-width: 991px) {
    .instagram_image {
        margin-bottom:120px !important
    }
}

@media (max-width: 767px) {
    .instagram_image a {
        flex:0 0 33.33%;
        max-width: 33.33%
    }
}

@media (max-width: 575px) {
    .instagram_image {
        margin-bottom:70px !important
    }

    .instagram_image a {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.cart_area {
    padding-top: 90px;
    padding-bottom: 55px
}

.cart_inner .table th,.cart_inner .table td {
    padding: .75rem 1.5rem;
    border-color: #EEEEEE
}

.cart_inner .table thead tr th {
    border-top: 0px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Oswald",sans-serif;
    color: #222;
    border-bottom: 0px !important
}

.cart_inner .table tbody tr td {
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: middle;
    align-self: center
}

.cart_inner .table tbody tr td .media .d-flex {
    padding-right: 30px
}

.cart_inner .table tbody tr td .media .d-flex img {
    border-radius: 3px
}

@media (max-width: 600px) {
    .cart_inner .table tbody tr td .media .d-flex img {
        max-width:100px;
        height: 80px
    }
}

.cart_inner .table tbody tr td .media .media-body {
    vertical-align: middle;
    align-self: center
}

.cart_inner .table tbody tr td .media .media-body p {
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
    color: #000;
}

.cart_inner .table tbody tr td h5 {
    font-size: 15px;
    /* color: #222; */
    /* font-family: "Montserrat", sans-serif; */
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
    color: #000;
}  

.cart_inner .table tbody tr td .product_count {
    margin-bottom: 0px
}

.cart_inner .table tbody tr td .product_count input {
    width: 100px;
    padding-left: 30px;
    height: 40px;
    outline: none;
    box-shadow: none
}

.cart_inner .table tbody tr td .product_count .increase {
    top: -2px
}

.cart_inner .table tbody tr td .product_count .increase:before {
    content: "";
    height: 40px;
    width: 1px;
    position: absolute;
    left: -3px;
    top: 0px;
    background: #eeeeee
}

.cart_inner .table tbody tr td .product_count .increase:after {
    content: "";
    height: 1px;
    width: 30px;
    position: absolute;
    left: -3px;
    top: 22px;
    background: #eeeeee
}

.cart_inner .table tbody tr td .product_count .ff499euced {
    bottom: -6px
}

.cart_inner .table tbody tr.bottom_button .button {
    font-size: 15px;
    padding: 7px 18px;
    background: #f9f9ff;
    border-color: #EEEEEE;
    color: #222
}

@media (min-width: 1000px) {
    .cart_inner .table tbody tr.bottom_button .button {
        padding:7px 45px
    }
}

.cart_inner .table tbody tr.bottom_button td:last-child {
    width: 60px
}

.cart_inner .table tbody tr.bottom_button td .cupon_text {
    margin-left: -429px
}

@media (min-width: 991px) {
    .cart_inner .table tbody tr.bottom_button td .cupon_text {
        margin-left:-465px
    }
}

@media (max-width: 600px) {
    .cart_inner .table tbody tr.bottom_button td .cupon_text {
        margin-left:-380px
    }
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input {
    width: 200px;
    padding: 0px 10px 0 18px;
    border-radius: 30px;
    border: 1px solid #eeeeee;
    height: 40px;
    font-size: 14px;
    color: #cccccc;
    font-weight: normal;
    margin-right: -3px;
    outline: none;
    box-shadow: none
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input.placeholder {
    font-size: 14px;
    color: #cccccc;
    font-weight: normal
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input:-moz-placeholder {
    font-size: 14px;
    color: #cccccc;
    font-weight: normal
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input::-moz-placeholder {
    font-size: 14px;
    color: #cccccc;
    font-weight: normal
}

.cart_inner .table tbody tr.bottom_button td .cupon_text input::-webkit-input-placeholder {
    font-size: 14px;
    color: #cccccc;
    font-weight: normal
}

@media (max-width: 600px) {
    .cart_inner .table tbody tr.bottom_button td .cupon_text input {
        width:120px
    }
}

.cart_inner .table tbody tr.bottom_button td .cupon_text .primary-btn {
    height: 40px;
    line-height: 38px;
    text-transform: uppercase;
    background: #f14737;
    padding: 0px 38px;
    margin-right: 5px;
    margin-left: 10px;
    border-radius: 30px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff
}

.cart_inner .table tbody tr.bottom_button td .cupon_text .gray_btn {
    padding: 0px 40px
}

.cart_inner .table tbody tr.shipping_area td:nth-child(3) {
    vertical-align: top
}

.cart_inner .table tbody tr.shipping_area .shipping_box {
    margin-left: -250px;
    text-align: right
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li {
    margin-bottom: 12px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li:last-child {
    margin-bottom: 0px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a {
    padding-right: 30px;
    font-size: 15px;
    color: #777;
    position: relative
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a:before {
    content: "";
    height: 16px;
    width: 16px;
    border: 1px solid #cdcdcd;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li a:after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #f14737;
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li.active a:after {
    opacity: 1
}

.cart_inner .table tbody tr.shipping_area .shipping_box h6 {
    font-size: 14px;
    font-weight: normal;
    color: #222;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px
}

.cart_inner .table tbody tr.shipping_area .shipping_box h6 i {
    color: #222;
    padding-left: 5px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select {
    display: block;
    width: 100%;
    background: #f1f6f7;
    border: 1px solid #eeeeee;
    height: 40px;
    color: #999999;
    margin-bottom: 20px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select:after {
    right: 20px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list {
    width: 100%;
    border-radius: 0px
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list li {
    font-size: 14px;
    font-weight: normal;
    color: #777
}

.cart_inner .table tbody tr.shipping_area .shipping_box input {
    height: 40px;
    outline: none;
    background: #f1f6f7;
    border: 1px solid #eeeeee;
    width: 100%;
    font-size: 14px;
    color: #999999;
    padding: 0px 15px;
    margin-bottom: 20px
}

.cart_inner .table tbody tr.shipping_area .shipping_box input::placeholder {
    color: #999999
}

.cart_inner .table tbody tr.out_button_area .checkout_btn_inner {
    margin-left: -395px
}

.cart_inner .table tbody tr.out_button_area .checkout_btn_inner .primary-btn {
    padding: 11px 34px;
    line-height: 38px;
    text-transform: capitalize;
    background: #008982;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
}

.cart_inner .table tbody tr.out_button_area .checkout_btn_inner .primary-btn:hover:before {
    left: 240px
}

.gray_btn {
    padding: 11px 44px;
    line-height: 38px;
    text-transform: capitalize;
    background: #222;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
}

.product_image_area {
    padding-top: 50px
}

@media (min-width: 1000px) {
    .product_image_area {
        padding-top:100px
    }
}

.s_Product_carousel .owl-dots {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.s_Product_carousel .owl-dots div {
    height: 5px;
    width: 20px;
    background: #dddddd;
    margin: 5px;
    display: block;
    content: "";
    border-radius: 50px
}

.s_Product_carousel .owl-dots div.active {
    width: 30px
}

.s_product_text {
    margin-left: -15px;
    /* margin-top: 65px; */
}

@media (max-width: 575px) {
    .s_product_text {
        margin-left:0px
    }
}

.s_product_text h3 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-transform: capitalize;
}

.s_product_text h2 {
    font-size: 30px;
    font-weight: 300;
    /* color: #008982; */
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
}

.s_product_text .list li {
    margin-bottom: 5px
}
.s_product_text {
    padding: 0 30px;
    text-align: justify;
}

.s_product_text .list li a {
    font-size: 15px;
    font-weight: normal;
    color: #777777
}

.s_product_text .list li a span {
    width: 90px;
    display: inline-block;
    color: #555555
}

.s_product_text .list li a span:hover {
    color: #555
}

.s_product_text .list li a.active span {
    color: #555;
    -webkit-text-fill-color: #555
}

.s_product_text .list li:last-child {
    margin-bottom: 0px
}

.s_product_text p {
    padding-top: 20px;
    padding-bottom: 26px;
    margin-bottom: 0;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    line-height: 30px;
}
.s_product_text .card_area {
    margin-top: 25px
}

.s_product_text .card_area .primary-btn {
    line-height: 38px;
    padding: 0px 38px;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 5px
}

.s_product_text .card_area .icon_btn {
    position: relative;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #e8f0f2;
    border-radius: 3px;
    display: inline-block;
    color: #222;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-right: 10px;
    z-index: 1
}

.s_product_text .card_area .icon_btn i,.s_product_text .card_area .icon_btn span {
    line-height: 40px
}

.s_product_text .card_area .icon_btn:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.s_product_text .card_area .icon_btn:hover {
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(153,153,153,0.3)
}

.s_product_text .card_area .icon_btn:hover:after {
    opacity: 1;
    visibility: visible
}

.product_count {
    display: inline-block;
    position: relative;
    margin-bottom: 24px
}

.product_count label {
    font-size: 14px;
    color: #777;
    font-weight: normal;
    padding-right: 10px
}

.product_count input {
    width: 76px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding-left: 10px
}

.product_count button {
    display: block;
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    position: absolute;
    right: 0px;
    font-size: 14px;
    color: #cccccc;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.product_count button:hover {
    color: #222
}

.product_count .increase {
    top: -4px
}

.product_count .ff499euced {
    bottom: -8px
}

.product_description_area {
    padding-bottom: 100px;
    margin-top: 60px
}

.product_description_area .nav.nav-tabs {
    background: #f1f6f7;
    text-align: center;
    display: block;
    border: none;
    padding: 10px 0px
}

.product_description_area .nav.nav-tabs li {
    display: inline-block;
    margin-right: 7px
}

.product_description_area .nav.nav-tabs li:last-child {
    margin-right: 0px
}

@media (max-width: 441px) {
    .product_description_area .nav.nav-tabs li:last-child {
        margin-top:15px
    }
}

.product_description_area .nav.nav-tabs li a {
    padding: 0px;
    border: none;
    line-height: 38px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    padding: 0px 30px;
    color: #222;
    font-size: 14px;
    font-weight: normal
}

@media (max-width: 570px) {
    .product_description_area .nav.nav-tabs li a {
        padding:0 15px
    }
}

.product_description_area .nav.nav-tabs li a.active {
    color: #fff;
    background: #f14737;
    border-color: #f14737
}

.product_description_area .tab-content {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 30px 15px 30px
}

.product_description_area .tab-content .total_rate .box_total {
    background: #f1f6f7;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.product_description_area .tab-content .total_rate .box_total h4 {
    font-size: 48px;
    font-weight: bold;
    color: #f14737
}

.product_description_area .tab-content .total_rate .box_total h5 {
    color: #333333;
    margin-bottom: 0px;
    font-size: 24px
}

.product_description_area .tab-content .total_rate .box_total h6 {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0px;
    font-size: 14px;
    color: #555555;
    font-weight: normal
}

.product_description_area .tab-content .total_rate .rating_list {
    margin-bottom: 30px
}

.product_description_area .tab-content .total_rate .rating_list h3 {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    margin-bottom: 10px
}

.product_description_area .tab-content .total_rate .rating_list .list li a {
    font-size: 15px;
    color: #555555
}

.product_description_area .tab-content .total_rate .rating_list .list li a i {
    color: #fbd600
}

.product_description_area .tab-content .total_rate .rating_list .list li a i:first-child {
    margin-left: 15px
}

.product_description_area .tab-content .total_rate .rating_list .list li a i:last-child {
    margin-right: 15px
}

.product_description_area .tab-content .total_rate .rating_list .list li:nth-child a i:last-child {
    color: #eeeeee
}

.product_description_area .tab-content .table {
    margin-bottom: 0px
}

.product_description_area .tab-content .table tbody tr td {
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 14px;
    padding-bottom: 14px
}

.product_description_area .tab-content .table tbody tr td h5 {
    font-size: 14px;
    font-weight: normal;
    color: #777;
    margin-bottom: 0px;
    white-space: nowrap
}

.product_description_area .tab-content .table tbody tr:first-child td {
    border-top: 0px
}

.review_item {
    margin-bottom: 10px
}

.review_item:last-child {
    margin-bottom: 0px
}

.review_item .media {
    position: relative
}

.review_item .media .d-flex {
    padding-right: 15px
}

.review_item .media .media-body {
    vertical-align: middle;
    align-self: center
}

.review_item .media .media-body h4 {
    font-size: 16px;
    color: #222;
    margin-bottom: 4px
}

.review_item .media .media-body i {
    color: #fbd600
}

.review_item .media .media-body h5 {
    font-size: 13px;
    font-weight: normal;
    color: #777
}

.review_item .media .media-body .reply_btn {
    border: 1px solid #e0e0e0;
    padding: 0px 28px;
    display: inline-block;
    line-height: 32px;
    border-radius: 16px;
    font-size: 14px;
    color: #222;
    position: absolute;
    right: 0px;
    top: 14px;
    @icnlude transition}

.review_item .media .media-body .reply_btn:hover {
    background: #f14737;
    border-color: #f14737;
    color: #fff
}

.review_item p {
    padding-top: 10px;
    margin-bottom: 0px
}

.review_item.reply {
    padding-left: 28px
}

.review_box h4 {
    font-size: 20px;
    color: #222;
    margin-bottom: 20px
}

.review_box p {
    margin-bottom: 0px;
    color: #555555;
    display: inline-block
}

.review_box .list {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px
}

.review_box .list li {
    display: inline-block
}

.review_box .list li a {
    display: inline-block;
    color: #fbd600
}

.review_box .contact_form {
    margin-top: 15px
}

.review_box .primary-btn {
    line-height: 38px !important;
    padding: 0px 38px;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 5px;
    border: none
}

.form-review .form-control {
    height: 46px;
    background: transparent;
    border: 1px solid #EEEEEE;
    font-size: 14px;
    color: #999999
}

.footer-area {
    background: #161515;
    padding: 50px 0px 50px;    
}
.widget-light-skin .widget-title {
    border-color: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.5);
}

@media (min-width: 1000px) {
    .footer-area {
        padding: 50px 0;
    }
}

.single-footer-widget p {
    margin-bottom: 15px
}

.single-footer-widget p:last-child {
    margin: 15px 0;
}

.single-footer-widget .instafeed {
    margin-left: -5px;
    margin-right: -5px
}

.single-footer-widget .instafeed li {
    margin: 5px
}

@media (max-width: 1199px) and (min-width: 992px) {
    .single-footer-widget .instafeed li:nth-child(4),.single-footer-widget .instafeed li:nth-child(5),.single-footer-widget .instafeed li:nth-child(6) {
        display:none
    }
}

.single-footer-widget .sm-head {
    color: #ffffff;
    margin-bottom: 0px;
}

.single-footer-widget .sm-head span {
    position: relative;
    margin-left: -40px;
    margin-right: 10px;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #39b54a;
    color: #ffffff;
    border-radius: 20px
}

.tp_widgets .list li {
    margin-bottom: 12px
}

.tp_widgets .list li a {
    color: #ffffff;
    font-family: "Roboto",sans-serif
}

.tp_widgets .list li a:hover {
    color: #8cc63f;
}

.tp_widgets .list li:last-child {
    margin-bottom: 0px
}

.tp_widgets p {
    color: #ffffff;
}

.footer_title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    /* font-family: "Oswald",sans-serif; */
    text-transform: capitalize;
    color: #4242c6;
    margin-bottom: 16px;
    font-family: 'Fira Sans Condensed', sans-serif;
}

@media (max-width: 991px) {
    .footer_title {
        margin-bottom:10px
    }
}

.footer_title.large_title {
    font-size: 36px;
    font-weight: 600
}

@media (max-width: 1199px) {
    .footer_title.large_title {
        font-size:18px
    }
}

.footer-bottom {
    background: #242424;
    padding: 32px;
}

.footer-bottom .footer-text {
    color: #fff;
    margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

.footer-bottom .footer-text a {
    color: #f14737;
    opacity: 1
}

.footer-only {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

@media (min-width: 1000px) {
    .footer-only {
        padding-top:115px !important;
        padding-bottom: 115px !important
    }
}

.hero-banner-content h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    /* text-transform: uppercase; */
    line-height: 80px;
    margin-bottom: 17px;    
    font-family: 'Montserrat', sans-serif;
}

.hero-banner-content p {
    color: #000;
    font-size: 25px;
    font-weight: 400;
    /* background: rgb(210,84,251); */
    /* background: linear-gradient(
90deg
, rgb(241 101 34) 34%, rgba(203,37,188,0) 83%); */
    font-family: "Montserrat", sans-serif;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.side-image-wrapper {
    position: relative;
    display: block;
    margin: 0 auto;
}

.side-image img {
    border-radius: 69% 37% 50% 50%/70% 68% 32% 30%;
    height: 500px;
    object-fit: cover;
    width: auto;
    margin: 0 auto;
    display: block;
}

.side-image-wrapper:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 69% 37% 50% 50%/70% 68% 32% 30%;
    background-color: #f5f5f5;
    top: 10%;
    left: 10%;
    z-index: -1;
    max-width: 500px;
}

.side-image-text {
    padding: 60px 60px 50px;
}

.special-product-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
}

.special-product-content h4 {
  font-family: "Montserrat", sans-serif;
    font-size: 21px;
    padding: 20px 0;
    font-weight: 500;
}

.special-product-content p {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    line-height: 30px;
  color:#565656;
}

.serviceBox{
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
.serviceBox .service-icon{
    color: #c11498;
    background: #fff;
    font-size: 50px;
    border-radius: 15px 15px 0 0;
    padding: 10px 10px 8px;
    margin: 0 25px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon i{
    transform: rotate(360deg);
    transition: all 0.3s;
}
.serviceBox .service-content{
    color: #fff;
    background: linear-gradient(to bottom,#c11498,#900a70);
    text-shadow: 0 0 2px #555;
    padding: 50px 20px 30px;
    border-radius: 5px 5px 15px 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.serviceBox .service-content:before,
.serviceBox .service-content:after{
    content: "";
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -30px;
    left: 50%;
}
.serviceBox .service-content:after{
    background: linear-gradient(to bottom,rgba(255,255,255,0.1),transparent);
    width: 100%;
    height: 100%;
    border-radius: 100% 0 0 0;
    transform: translateX(0);
    top: 15px;
    left: 0;
}
.serviceBox .title{
    font-size: 28px;
    font-weight: 600;
    /* text-transform: uppercase; */
    margin: 0 0 10px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
.serviceBox .description{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Fira Sans Condensed', sans-serif;
}
.serviceBox.purple .service-icon{ color: #B67BD5; }
.serviceBox.purple .service-content{ background: linear-gradient(to bottom,#B67BD5,#D87BA7); }
.serviceBox.blue .service-icon{ color: #13b8ef; }
.serviceBox.blue .service-content{ background: linear-gradient(to bottom,#13b8ef,#72daf9); }
.serviceBox.green .service-icon{ color: #22AB15; }
.serviceBox.green .service-content{ background: linear-gradient(to bottom,#22AB15,#A4DC61); }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}

.about-features-wrap {
    border-left: 5px solid #b8fddd;
    border-bottom: 5px solid #b8fddd;
    padding: 40px;
    position: relative;
}

.about-features-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    width: 100px;
    content: "";
    background: #b8fddd;
}

.radius-ball {
    position: absolute;
    left: -159px;
    top: 0;
    width: 318px;
    height: 318px;
    background: #006837;
    opacity: .05;
    border-radius: 50%;
    z-index: -1;
}

.about-features-wrap:after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100px;
    width: 5px;
    content: "";
    background: #b8fddd;
}

.about-feature-left h2 {
    font-size: 70px;
    color: #121127;
    line-height: 80px;
    margin-top: 12%;
    margin-bottom: 0;
      font-family: "Montserrat", sans-serif;
}

.about-feature-right p {
          font-family: "Montserrat", sans-serif;
    font-size: 17px;
    line-height: 30px;
}

.wpo-service-wrap {
    overflow: hidden;
}

.wpo-service-icon, .wpo-service-icon-2, .wpo-service-icon-3, .wpo-service-icon-4 {
    float: left;
    background: url(../images/shape.png) center center/cover no-repeat local;
    width: 130px;
    height: 119px;
    text-align: center;
    line-height: 110px;
    margin-right: 8px;
}

.wpo-service-text {
    overflow: hidden;
    margin-left: 30px;
}

.wpo-service-icon-2 {
    background: url(../images/shape-2.png) center center/cover no-repeat local;
    width: 130px;
    height: 119px;
}

.wpo-service-icon-3 {
    background: url(../images/shape-3.png) center center/cover no-repeat local;
}

/* .about-sec {
    background: #ec6d3f;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
  padding:100px 0;
} */

.pos-rel {
    position: relative;
}

.features-03-img::before {
    background-image: -webkit-linear-gradient(-90deg, rgba(2, 2, 2, 0.8902) 0%, rgba(149, 56, 12, 0.45) 58%, rgba(255, 94, 20, 0.01) 100%, #ff5e14 100%);
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
    opacity: 1;
}

.features-03-img > img {
    width: 100%;
}

.features-03-text {
    position: absolute;
    top: 0;
    padding: 40px;
    z-index: 99;
}

.features-03-img::after {
    background-image: -webkit-linear-gradient(-90deg, rgba(252, 79, 0, 0.85882) 0%, rgba(254, 88, 12, 0.43) 50%, rgba(255, 94, 20, 0.01) 100%, #ff5e14 100%);
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
    opacity: 0;
}

.features-03-wrapper:hover .features-03-img::before {
    opacity: 0;
}

.features-03-wrapper:hover .features-03-img::after {
    opacity: 1;
}

.histrys {
    margin-top: 30px;
}

.single-item .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 70px 30px 44px 30px;
    border-radius: 20px;
    transition: all 500ms ease;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
  	height: 400px;
}

.single-item .inner-box .left-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
}

.single-item .inner-box .left-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #f4f4f4;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.single-item .inner-box .left-layer:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #f4f4f4;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.single-item .inner-box .right-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
}

.single-item .inner-box .right-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #f4f4f4;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.single-item .inner-box .right-layer:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #f4f4f4;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.single-item .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    color: #5b3573;
    /* margin-bottom: 27px; */
    margin: 0 auto;
    display: table;
    margin-bottom: 27px;
}

.single-item .inner-box h4 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    color: #222;
    margin-bottom: 20px;
    padding-bottom: 29px;
    text-align: center;
    font-family: 'Lobster Two', cursive;
}

.single-item .inner-box h4:before {
    position: absolute;
    content: '';
    background: #5b3573;
    height: 2px;
    width: 40px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}

.single-item .inner-box .text {
    position: relative;
    display: block;
    font-size: 17px;
    text-align: center;
    line-height: 27px;
    font-family: "Montserrat", sans-serif;
}

.single-item:hover .inner-box {
    transform: translateY(-15px);
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.single-item:hover .inner-box .left-layer:before, .single-item:hover .inner-box .left-layer:after {
    height: 100%;
}

.single-item:hover .inner-box .right-layer:before, .single-item:hover .inner-box .right-layer:after {
    height: 100%;
}

.services-block {
    position: relative;
    margin-bottom: 30px;
}

.services-block .inner-box {
    position: relative;
    text-align: center;
    padding: 50px 30px 90px;
}

.services-block .inner-box:before {
    position: absolute;
    content: '';
    left: 10px;
    top: -5px;
    right: -6px;
    bottom: 0px;
    background: url(../images/services-bg-1.png);
    background-repeat: no-repeat;
}

.services-block .inner-box .white-layer {
    position: absolute;
    left: -15px;
    top: 0px;
    right: -15px;
    bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.services-block .inner-box .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    color: #111019;
    font-size: 30px;
    font-weight: 400;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50px;
    background-color: #ebf7ff;
}

.services-block .inner-box h4 {
    position: relative;
    color: #111019;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 25px;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
}

.services-block .inner-box .text {
        position: relative;
    color: #313131;
    font-size: 17px;
    line-height: 1.6em;
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
}

.our-team-two {
    position: relative;
  padding-bottom: 100px;
}

.our-team-two:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 40%;
    background-color: #141b1f;
}

.section-head {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
      margin: 0 auto;
    display: table;
}

.bdr-primary {
    border-color: #d5dd02;
}

.bdr-solid {
    border-style: solid;
}

.bdr-r-3 {
    border-width: 0px 3px 0px 0px;
}

.wt-tilte-main {
    float: left;
    padding-right: 50px;
}

.title-right-detail {
    padding-left: 50px;
    overflow: hidden;
}

.section-head p {
    padding-top: 20px;
    font-size: 14px;
}

.wt-team-arc2 {
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.wt-team-arc2 .wt-media {
    position: relative;
    overflow: hidden;
}

.wt-team-arc2 .wt-media img {
    width: 100%;
}

.wt-team-arc2 .wt-info {
    -webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.1);
}

.wt-box, .wt-info, .wt-tilte, .wt-tilte-inner {
    position: relative;
}

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

.wt-team-arc2:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 3px solid #305006;
    z-index: -1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.wt-team-arc2:hover:after {
    width: 50%;
    border: 3px solid #8cc63f;
}

.p-a30 {
    padding: 30px;
}

.pattern-left-panel {
    position: relative;
}


.pattern-left-panel img {
    margin-left: 70px;
    position: relative;
    z-index: 1;
}

.ls {
    background-color: #fff;
    color: #5c6f87;
}

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

.section-special-2 > div {
    position: relative;
    left: -170px;
    width: calc(100% + 100px);
}

.section-special-2 > div > div {
    padding: 55px;
    max-width: 695px;
    margin-top: 8%;
}

.blog-item {
    position: relative;
    margin-bottom: 0;
    border: 2px solid #fff;
  transition:.3s;
}

.blog-item .blog__img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.blog-item .blog__img img {
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
}

.blog-item .blog__content {
   padding:50px 25px;
}

.blog-item .blog__title {
    font-size: 21px;
    line-height: 30px;
    margin: 20px 0;
    /* padding-left: 20px; */
    /* position: relative; */
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.blog-item .blog__title a {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    line-height: 42px;
}


.blog-item .blog__desc {
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #fbfbfb;
    font-weight: 300;
}

.blog-item:hover .blog__img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.sec3-bg {
    background: url(../images/sec3-bg.jpg) no-repeat;
    background-size: cover;
    padding: 60px;
}
.logo-box {
    padding: 0;
}
.logo-area {
   text-align: center;
   margin-top: 5px;
}

.logo-area img {
        width: 200px;
    margin: 22px auto 0;
    display: block;
    z-index: 1000;
}
.main-header {
    background: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.index-header {
    background: #fff;
    border-left: 1px solid #ccc;
}
.header-sec p, .header-sec p a {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin: 0;
    font-size: 14px;
    padding: 6px 0;
}
.menu li {
    display: inline-block;
}
.menu li a {
    color: #fff;
    padding: 24px 30px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Rajdhani', sans-serif; */
}
.menu {
    /* margin-bottom: 0; */
    text-align:center;
    margin: 0;
}
.menu li.active a, .menu li a:hover, .menu li a:focus {
    /* background: #ff499e;
    color: #fff;
    border-radius: 0;
    text-decoration: none; */
}

.hero-banner-content {
    /* margin: 0 auto; */
    display: table;
    margin-top: 8%;    
}
.pricingTable {
    background: #fff;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    padding: 4px 4px 25px;
    border: 4px solid #29b2a3;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}
.pricingTable:hover{ box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.5); }
.pricingTable .pricingTable-header {
    background: #29b2a3;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 0 4px;
    margin: 0 0 25px;
}
.pricingTable .title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    text-transform: capitalize;
    padding: 0px 10px 10px;
}
.pricingTable .price-value{
    color: #555;
    font-weight: 300;
    margin: 0 0 20px;
    display: block;
}
.pricingTable .price-value .currency, .pricingTable .price-value .amount {
    /* font-family: 'Teko', sans-serif; */
    font-size: 41px;
    line-height: 10px;
    display: inline-block;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    color: #4581c0;
    letter-spacing: -2px;
}
.pricingTable .price-value .duration{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: -5px 0 0;
    display: block;
}
.pricingTable .pricing-content{
    padding: 0;
    margin: 0 -19px 20px;
    list-style: none;
}
.pricingTable .pricing-content li{
    color: #111;
    background: #EEEEEE;
    font-size: 17px;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
    padding: 5px 24px;
}
.pricingTable .pricing-content li:nth-child(even){ background: transparent; }
.pricingTable-signup a {
        color: #fff;
    background: #313493;
    font-size: 17px;
    text-transform: capitalize;
    padding: 9px 35px;
    display: inline-block;
    transition: all 0.3s ease;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 600;
    margin: 0 auto;
    display: table;
    font-family: 'Poppins', sans-serif;     
}
.pro-each:hover .pricingTable-signup a {     transform: scale(1.2); }

.pricingTable .pricingTable-signup a:hover {

    text-shadow: 4px 4px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 0 rgba(0,0,0,0.15),7px 7px 0 rgba(0,0,0,0.1);
}
.pricingTable.green{ border-color: #42A147; }
.pricingTable.green .pricingTable-header,
.pricingTable.green .pricingTable-signup a{
    background: #42A147;
}
.pricingTable.magenta{ border-color: #DD2A55; }
.pricingTable.magenta .pricingTable-header,
.pricingTable.magenta .pricingTable-signup a{
    background: #DD2A55;
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 40px; }
}
.in-pro-img img {
    width: 100%;
    margin-bottom: 20px;
}
.sbcz-pd-2 {
    font-weight: 700;
    color: #fff;
    font-size: 65px;
    padding-bottom: 20px;
    font-family: 'Vollkorn', serif;
    text-align: center;
}
/* .site-title h4 {
        text-transform: uppercase;
    color: #000000;
    letter-spacing: 5px;
    font-size: 21px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Fira Sans Condensed', sans-serif;
} */
.single-footer-widget.tp_widgets {
    text-align: center;
}

.single-footer-widget.tp_widgets img {
    width: 65%;
    margin: 0 auto;
    display: block;
    padding-bottom: 40px;
}
.site-title {
        text-align: left;
    margin-bottom: 15px;
}
.index-products {
    padding: 40px 0 60px 0;
    background: #fff;
   
}
.index-about h3 {
    color: #ff499e;
    font-family: "Montserrat", sans-serif;
    margin: 20% 0 0 0;
}
.index-about p {
        font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    padding: 10px 0;
    line-height: 30px;
    color: #000;
}


.disclaimer {
    padding-top: 30px;
}

.disclaimer h4 {
    font-weight: 600;
    font-family: 'Roboto Condensed';
    font-size: 35px;
    color: #000;
}
.footer-info h4{
    font-weight: 600;
    font-family: 'Roboto Condensed';
    font-size: 35px;
    color: #fff;
    padding: 39% 0 0 16px;
}
.footer-menu h4 {
    font-weight: 600;
    font-family: 'Roboto Condensed';
    font-size: 35px;
    color: #000;
    padding: 30px 0 13px;
}
.copyright {
    background: #4242c6;
}
.copyright .disclaimer {
    padding: 0;
}
.copyright .disclaimer p {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 16px;
}

.footer-wrapper {
    background: #fff;
    padding: 70px 0 30px;
}
.footer-menu ul li a {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    padding: 0 20px;
    text-transform: capitalize;
    font-weight: 300;
    background: #4581c0;
    padding: 12px 22px;
}
.footer-menu ul li a:hover, .footer-menu ul li a:focus {
    text-decoration: none;
    color: #fff;
  background:#000;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul {
    text-align: center;
}
.footer-info ul li strong {
    font-weight: 600;
}
.footer-info ul li a {
    color: #fff;
    font-size: 17px;
}
.footer-info ul li {
    display: inline-block;
    padding: 0 17px 22px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 17px;
}
.footer-info ul {
    text-align: center;
    padding: 0;
    text-align: left;
}
.disclaimer p strong {
    font-weight: 600;
    font-size: 16px;
}

.disclaimer p {
    text-align: left;
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}
.cart-btn span {
    border-left: 1px solid #ccc;
    padding: 0 0px 0 10px;
    margin-left: 20px;
}
.cart-btn a i {
    padding-right: 10px;
}
.cart-btn a button {   
    background: transparent;
    border: none;
    /* padding: 10px 40px;
    margin: 15px 14px 0 0; */
    color: #fff;
    font-size: 16px;
}
span.nav-shop__circle.ng-binding {
    /* background: #ff499e; */
    font-size: 14px;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 15px;
    right: 48px;
    color: #fff;
    border-radius: 100%;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 500;
    border: 1px solid #fff;
}

.cart-btn {
    margin: 2px auto 0 5px;
    text-align: right;
    display: inline-block;
    padding: 10px;
    /* float: right; */
}

.s_product_inner img {
    border:15px solid #eaeaea;
    width: 100%;
    height: 353px;
    object-fit: contain;
    padding: 10px;box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.38);
}
/* .cart_inner {
    background: #f2f2f2;
} */
.cart_inner thead tr th {
    color: #fff !important;
    font-weight: 300 !important;
    text-transform: uppercase;
    font-family: 'Roboto Condensed' !important;
    font-size: 22px !important;
}
.cart_inner thead {
    background: #ff9101;
}
.media img {
    width: 200px;
    border: 2px solid #ccc;
    padding: 10px;
}
section.section-margin--small {
    font-family: "Montserrat", sans-serif;
    color: #000;
    margin: 80px 0;
    /* background-color: #f6d8ab; */
}

.in-pro-img {
    background: #f6f1f7;
    margin-bottom: 20px;
}
.ing-head {
    color: #ff499e;
    text-transform: capitalize;
    padding: 20px 0;
    font-weight: 300;
    font-size: 22px;
    font-family: 'Roboto Condensed';
}
/* .index-products .container {
    max-width: 90%;
} */

.section_holder4 {
    width: 100%;
    float: left;
    padding: 0px 0 0px 0;
    margin: 0px;
    background: url(../images/parallax_bg2.jpg);
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
}

.section_top_shape {
    width: 100%;
    height: 235px;
    padding: 0px;
    margin: 0px;
    float: left;
    background: url(../images/site-img1.png) center top no-repeat;
}

.section_bottom_shape {
    width: 100%;
    height: 210px;
    padding: 0px;
    margin: 0px;
    float: left;
    background: url(../images/site-img2.png) center top no-repeat;
}

.blog-item:hover {
      border-radius: 20px;
    box-shadow: 7px 7px 5px 0px rgb(108 140 9);
}

.f-each {
    position: relative;
}

.f-each h3 {
    position: absolute;
    bottom: 230px;
    background: #fff;
    font-size: 30px;
    padding: 19px 20px 19px 20px;
    width: 80%;
    font-family: "Montserrat", sans-serif;
    /* text-transform: uppercase; */
    font-weight: 600;
    color: #4581c0;
}

.f-each p {
        font-family: "Montserrat", sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    padding: 20px 40px 20px 0;
    margin: 20px 0;
}

.header-logo {
    background: #ff094a;
}

.header-address {
    text-align: left;
    margin-bottom: 0;
    padding: 3px;
    margin-top: 23px;
}

.header-address li {
        display: inline-block;
    color: #fff;
    font-size: 16px;
    /* font-family: 'Poppins', sans-serif; */
    margin-left: 10px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}

ul.header-address li i {
    font-size: 16px;
    /* background: #00a99d; */
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 1px;
    border-radius: 0;
    background: #a24a00;
}

.header-address li a {
     color: #000;
    line-height: 40px;
    font-size: 14px;   
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.logo-area img {
    width: 52%;
    margin: 0 auto;
    display: block;
    padding: 0px;
}

.top-header {
    background: #000000;
}

.fea-each h4 {
        color: #4581c0;
    text-align: center;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
  padding: 10px 0;
}

.fea-each p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
}

.about-sec {
  background-image: url(../images/about-bg-2.jpg);
  background-size:cover;
  background-position:center;
  padding:170px 0 !important;
}

.abt-txt {
   
    text-align: left;
    padding: 0 50px 0;
}

/* .site-btn a {
        background: #008982;
    color: #fff;
    padding: 14px 40px;
    border-radius: 50px;
    display: block;
    transition: 1s;
    text-align: center;
    letter-spacing: 2px;
    width: 290px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
} */

.abt-txt h2 span {
    background: #fff;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 26%);
    padding: 0 12px;
}


.our-team{
    text-align: center;
    position: relative;
}
.our-team .pic{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 8px solid #4581c0;
    margin: 0 auto;
    overflow: hidden;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .social{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    left: 20px;
    transition: all 0.3s ease-out 0s;
}
.our-team .social li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #f28a31;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    transform: scale(0);
    transition: all 0.2s ease 0s;
}
.our-team:hover .social li a{ transform: scale(1); }
.our-team:hover .social li a:hover{ background: #7a4b94; }
.our-team .team-content{
    padding: 15px 15px 20px;
    background: #7a4b94;
    border-radius: 40px 10px;
    margin-top: -20px;
    color: #fff;
      background-image: linear-gradient(90deg, #4581c0 0%, #1c2b15 100%);
}
.our-team .title{
        font-size: 18px;
    font-weight: 600;
    margin: 10px 0 5px 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
.our-team .post{
    display: block;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}
.our-team .description{
        padding: 20px;
    background: #ffffff;
    border-radius: 20px;
    font-size: 16px;
    color: #232222;
    line-height: 30px;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
@media only screen and (max-width: 359px){
    .our-team .pic{
        width: 150px;
        height: 150px;
    }
    .our-team .social{ top: 20px; }
}

.pro-head {
    background-size: cover;
    background-position: bottom;
    height: 125px;
    background-repeat: no-repeat;
}
.pro-head h5 {
        text-align: center;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    /* font-family: 'Nunito Sans', sans-serif; */
    font-family: 'Poppins', sans-serif;
}
.pro-head h4 {
    color: #000000;
    text-align: center;   
    padding: 0 0 15px;   
    font-weight: 700;
    font-size: 17px;    
    font-family: 'Montserrat', sans-serif;
}
.pro-each-main{
/*    display: flex;*/
    align-items: center;
    justify-content: space-between;
    padding: 35px 35px 0;
    position: relative;
    overflow: hidden;
}
.pro-each-main:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
/*
    background: -moz-linear-gradient(-45deg,  rgba(60,120,255,0.35) 0%, rgba(9,73,218,0.56) 50%, rgba(7,54,160,0.78) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(60,120,255,0.35) 0%,rgba(9,73,218,0.56) 50%,rgba(7,54,160,0.78) 100%);
    background: linear-gradient(135deg,  rgba(60,120,255,0.35) 0%,rgba(9,73,218,0.56) 50%,rgba(7,54,160,0.78) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#593c78ff', endColorstr='#c70736a0',GradientType=1 );
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
*/
}
.pro-each-main .pro-image {
    width: 100%;
    position: relative;
    z-index: 1;
}
.pro-each-main .pro-detail {
    width: 100%;
    position: relative;
    z-index: 1;
}
.pro-image img {
    margin: 0 auto;
    display: block;
    padding: 0;
}
.pro-each {
    background-color: #484747;
    margin-bottom: 60px;
    -webkit-border-radius: 15px 15px 0 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    background: #fff;
    padding-bottom: 30px;
    *border: 2px solid #e2e2e2;
    position: relative;
}
.footer-link li {
    color: #000;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
}
.footer-link li a {
   color: #000;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
}
.banner-txt {
    text-align: left;
    margin: 30% 0px 0px;
    /* background: rgba(0, 0, 0, 0.48);
    padding: 30px; */
}
.body-text{
    color: #000000;
    /* text-align: right; */
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    margin-bottom: 25px;
    line-height: 30px;
}
.div11{background: palevioletff499e;margin-top: -100px;}
.banner-txt h2 {
    font-weight: bold;
    padding-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 30px;
    /* text-shadow: 2px 2px 2px rgb(255, 255, 255); */
}
.banner-txt h4 {
    font-size: 18px;
    line-height: 2;
}
.new-button {
       background: #008982;
    color: #fff;
    padding: 14px 50px;
    border-radius: 50px;
    display: inline-block;
    transition: 1s;
    text-align: center;
    letter-spacing: 2px;
    /* width: 210px; */
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.ben_wrap{
    padding: 20px;
    /* display: flex; */
    background: #fff;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.14);
}
.ben_pic img {
    width: 100%;
    /* border-radius: 200px; */
    /* height: 100px; */
    object-fit: cover;
}
.ben_content{padding-top: 18px;/* height: 160px; */}
.ben_sec h5 {
   font-size: 24px;
   /* font-family: "Montserrat", sans-serif; */
   font-weight: 700;
   line-height: 27px;
   /* padding-bottom: 15px; */
   /* background: -webkit-linear-gradient(#ff9101, #0d1e64); */
   /* -webkit-background-clip: text; */
   /* -webkit-text-fill-color: transparent; */
   color: #000;
   text-align: left;
   /* padding-top: 20px; */
}
.ben_sec h3{
    font-size: 21px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 400;
}
.ben_sec p {
    color: #000000;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    font-size: 16px;
}
.abt_sec {
   padding: 70px 0 0;
    /* background-image: url(../images/abt-bg.jpg); */
    background-position: center;
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    position: relative;
    /* background: #afafaf94; */
}
.abt_sec h1 {
       font-size: 55px;
    padding-bottom: 12px;
    color: #008982;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
.abt_sec h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 7px;
    color: #383838;
    font-family: "Montserrat", sans-serif;
}
.abt_sec p {
    color: #1a1a1a;
    margin-bottom: 40px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    line-height: 29px;
}
.ben_sec {
      background: #008982;
    padding: 70px 0;
    margin-top: 100px;
    border-radius: 50px;
}
.ben_sec h1 {
    color: #ffffff;
    font-size: 55px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
.ben_sec .row {
    align-items: center;
}
.new-button:hover{
    background: #008982;
    color: #fff;
}

.pro-img img {
    width: 100%;
    object-fit: contain;
}
.pro-img {
    background: #fff;
    background: linear-gradient(0deg, #fff 0%, #ffffff00 50%);
}
.pro-each {
            background: #cfebd3;
    height: 470px;
    margin-bottom: 30px;
    /* border: 6px solid #e9e4e7; */
    border-radius: 57px 0;
    *box-shadow: 10px 6px 2px -3px #747474;
}
.pro-txt {
    padding: 20px 20px 30px;
}
.pro-txt h4 {
    color: #000;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 600;
    font-size: 21px;
    padding-bottom: 10px;
    /* min-height: 50px; */
    text-align: center;
}
.pro-txt h5 {
    font-size: 13px;
    text-transform: uppercase;
    color: #999;
    font-family: 'Fira Sans Condensed', sans-serif;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
}
.pro-txt p a {
    background: #222;
    border-radius: 0px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    padding: 8px 29px 8px 9px;
    line-height: 47px;
    transform: scale(0.8);
}
.pro-txt p a i {
    background: #ff499e;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    text-align: center;
    border-radius: 50%;
    line-height: 49px;
    font-size: 19px;
    margin-right: 12px;
}
.pro-txt h5 {
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    font-family: 'Fira Sans Condensed', sans-serif;
    margin: 0;
    font-weight: 300;
    text-align: center;
}
.pro-txt p span {
    font-weight: 600;
    font-size: 30px;
    color: #a24a00;
    line-height: 72px;
    float: right;
    /* font-family: "Montserrat", sans-serif; */
    font-family: 'Fira Sans Condensed', sans-serif;
}
.pro-txt p {
    color: #7c46c4;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 24px;
    padding: 10px 0 0 0;
    margin: 0;
}

.main-index-header {
    /* background-color: #fff;
    position: absolute;
    z-index: 3;
    max-width: 90%;
    margin: 0 auto;
    display: table;
    margin-top: 2%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    height: 90px; */
    position: fixed;
    z-index: 10;
    max-width: 90%;
    margin: 0 auto;
    display: table;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
    background-color: rgba(0, 0, 0, 0.80);
    padding: 0 40px;
}
.main-index-header:before {
    position: absolute;
    top: 0;
    left: -30px;
    height: 0;
    width: 0;
    border-left: 30.5px solid transparent;
    border-top: 100px solid rgba(0, 0, 0, 0.80);
    content: "";
}

.main-index-header:after {
    position: absolute;
    top: 0;
    right: -30px;
    height: 0;
    width: 0;
    border-right: 30px solid transparent;
    border-top: 100px solid rgba(0, 0, 0, 0.80);
    content: "";
}
.logo-area img {
    /* width: 40%; */
    margin: 0px auto;
    display: inline-block;
    /* padding: 20px 10px 10px; */
}

.header-sec {
    margin: 10px 0;
}

.header-sec p, .header-sec p a {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 400;
    padding: 0 !important;
}

.header-sec p i {
    color: #fff;
    font-size: 19px;
    margin-right: 8px;
    background-color: #000;
    padding: 7px;
}

.header-menu {
    padding-top: 8px;
}

.menu {
    text-align: center;
    margin-bottom: 0;
    padding-top: 6px;
}

ul.menu li {
    display: inline-block;
}

ul.menu li a {
    color: #fff;
    font-size: 16px;
    padding: 15px 20px;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}
ul.menu li a.active {
    color: #ff9101;
}
.menu li a:hover{
    color: #ff9101;
}

.section__title {
        font-size: 60px;
    font-weight: 800;
    letter-spacing: 1px;
    font-family: 'Fira Sans Condensed', sans-serif;
    color: #2a2a2a;
    padding-bottom: 30px;
        margin-top: 70px;
}

.section__title span {
        display: block;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 5px;
        color: #ff499e;
    font-weight: 500;
}

.box {
    background: rgb(8,41,63);
background: linear-gradient(0deg, rgba(8,41,63,1) 0%, rgba(123,179,130,1) 100%);
    /* width: 410px; */
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    font-size: 21px;
    font-family: 'Fira Sans Condensed', sans-serif;
    /* font-weight: 700; */
    margin-bottom: 50px; 
    text-align: center;
}

.product-box {
    position: relative;
    border: 2px solid #000000;
    border-radius: 50px 50px 0 0;
    margin-bottom: 50px;
}
.widget-title {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e7ec;
    color: #9da9b9;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
section.widget.widget-links.widget-light-skin ul li, section.widget.widget-links.widget-light-skin ul li a {
    color: #fff;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif;
}
.footer-area hr {
    margin-top: 50px !important;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.pro-img img {
  width: 100%;
  object-fit: contain;
  /* padding: 13px; */
}

.product-head {
  padding: 0px 0 0 0;
}

.product-head h1 {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    background: #008982;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.product-head h2 {
   text-align: center;
   font-family: "Montserrat", sans-serif;
   font-size: 20px;
   text-transform: capitalize;
   color: #222121;
   font-weight: 500;
   padding: 15px 0;
   position: relative;
   margin:0;
}

.product-head h4 {
    /* color: #008982; */
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
    /* text-transform: uppercase; */
    font-family: "Montserrat", sans-serif;
    margin:0 10px;
}

.product-details-each {
    /* width: 360px; */
    margin: 20px 0px;
    text-align: center;
}
/* .pro-quantity {
    display: inline-flex;
    align-items: center;
} */

.pro-quantity h5 {
    font-size: 16px;
    margin: 0;
}
.pro-quantity select {
   width: 90%;
    height: 50px;
    border-radius: 10px;
    color: #000000;
    border: 2px solid #ff9101;
    padding: 0 10px;
    font-size: 16px;
    margin: 0px 10px;
    font-family: "Montserrat", sans-serif;
}
.prod-hd{
    color: #2c2c2c;
    font-family: "Montserrat", sans-serif;
    font-size: 55px;
    font-weight: 400;
}
.prod-hd span{
    /* background-image: url(../images/button_image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    color: #ff9101;
   
}
.product-details-each .site-btn a {
        border-radius: 0 0 0px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #008982;
    /* border: 2px solid #ec54cb; */
    color: #fff;
    padding: 10px 19px;
    display: block;
    text-align: center;
    width: 150px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0px;
}

.disclaimer p {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 24px;
}





/*laptop view*/
@media screen and (min-width: 992px){
    .sbcz-abt-12{
        margin-top: 3%;
        padding-left: 230px !important;
    }
}



/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-txt{height: 600px;}
    .sbcz-abt{display: none;}
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-txt{height: 600px;}
    .sbcz-abt{display: none;}
}



/*mobile view*/
@media screen and (max-width: 575px){
    .banner-txt{height: 600px;}
    .sbcz-abt{display: none;}
}

.sbcz-pd-1 {
    display: block;
    font-size: 25px;
    /* font-family: 'Amita', cursive; */
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    background-color: #FF3CAC;
    background-image: linear-gradient(225deg, #4140cc 30%, #000000 70%);
    width: 400px;
    text-align: center;
    border-radius: 0 30px;
    padding: 10px 0;
    margin-left: auto;
} 

    .box {
    box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 4px 4px rgb(0 0 0 / 11%), 0 6px 8px rgb(0 0 0 / 11%), 0 8px 16px rgb(0 0 0 / 11%);
    border: none;
    padding: 10px;
    background-image: linear-gradient(180deg, #dccfbc 0%, #d4c6c4 100%);
    border-radius: 10px;
}
.box1 {
    box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 4px 4px rgb(0 0 0 / 11%), 0 6px 8px rgb(0 0 0 / 11%), 0 8px 16px rgb(0 0 0 / 11%);
    border: none;
    padding: 10px;
    background: #e6e6e6;
    border-radius: 10px;
     font-size: 21px;
}
#cookiePopup{
    z-index: 19;
    background-color: #fff !important;
}
#cookiePopup h4{
    color: #032e72;
    display: block;
    width: 16%;
    font-size: 30px;
    line-height: 34px;
    text-align: left;
    padding-left: 10px;
    font-weight: 500;
}

#cookiePopup p{
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    color: #444;
    text-align: left;
    margin: 0;
}
#cookiePopup p a{
    color: #205668;
}
#acceptCookie{
    display: block;
    width: 15%;
    height: 42px !important;
    background-color: #032e72 !important;
    padding: 0;
}
#acceptCookie:before{
    background-color: #fd0200 !important;
}
#declineCookie{
    display: block;
    width: 15%;
    height: 42px !important;
    background-color: #ff9101 !important;
    padding: 0;
}
#declineCookie:before{
    background-color: #022539 !important;
}

.ben_pic{
    display: block;
    width: 100%;
}
.banner-txt h4{
    font-size: 18px;
    color: #000;
    letter-spacing: 2px;
    font-family: 'Cabinet Grotesk', sans-serif;
}

.abt_img img {
    -webkit-mask-image: url(../images/about-demo2-masking.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    max-width: 100%;
}

.pbminfotech-post-item {
    position: relative;
}

.pbminfotech-post-item .pbmit-box-content-wrap {
    transition: all .5s ease-in-out;
        padding: 20px 20px 40px;
    background-color: transparent;
    position: relative;
    z-index: 1;
    height: 560px;
}

.pbminfotech-post-item .pbmit-box-content-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #fff;
    clip-path: polygon(4.552% .268%, 4.552% .268%, 3.905% .469%, 3.294% .719%, 2.724% 1.015%, 2.199% 1.353%, 1.721% 1.731%, 1.296% 2.146%, .925% 2.593%, .614% 3.07%, .366% 3.573%, .183% 4.1%, .183% 4.1%, .133% 4.676%, .091% 6.047%, .056% 8.254%, .028% 11.337%, .008% 15.338%, -.006% 20.296%, -.013% 26.252%, -.014% 33.247%, -.009% 41.321%, .002% 50.515%, .068% 94.897%, .068% 94.897%, .075% 95.118%, .095% 95.339%, .127% 95.558%, .172% 95.775%, .23% 95.99%, .301% 96.203%, .383% 96.414%, .478% 96.621%, .585% 96.826%, .704% 97.026%, .704% 97.026%, .704% 97.026%, .926% 97.354%, 1.176% 97.667%, 1.452% 97.966%, 1.752% 98.247%, 2.076% 98.512%, 2.423% 98.759%, 2.791% 98.986%, 3.178% 99.194%, 3.585% 99.381%, 4.009% 99.546%, 4.009% 99.546%, 4.009% 99.546%, 4.217% 99.616%, 4.427% 99.679%, 4.641% 99.734%, 4.857% 99.783%, 5.076% 99.824%, 5.297% 99.858%, 5.519% 99.885%, 5.743% 99.904%, 5.968% 99.916%, 6.194% 99.92%, 40.252% 99.972%, 40.252% 99.972%, 46.033% 99.976%, 51.334% 99.974%, 56.151% 99.965%, 60.479% 99.951%, 64.316% 99.934%, 67.655% 99.914%, 70.494% 99.894%, 72.829% 99.875%, 74.655% 99.858%, 75.968% 99.844%, 75.968% 99.844%, 76.311% 99.838%, 76.652% 99.822%, 76.993% 99.797%, 77.332% 99.762%, 77.669% 99.719%, 78.004% 99.665%, 78.337% 99.603%, 78.666% 99.532%, 78.993% 99.451%, 79.316% 99.361%, 79.316% 99.361%, 79.643% 99.261%, 79.963% 99.15%, 80.275% 99.027%, 80.58% 98.894%, 80.877% 98.75%, 81.165% 98.595%, 81.444% 98.431%, 81.714% 98.256%, 81.974% 98.072%, 82.223% 97.878%, 82.223% 97.878%, 82.567% 97.583%, 82.861% 97.314%, 83.116% 97.05%, 83.346% 96.773%, 83.561% 96.463%, 83.774% 96.101%, 83.998% 95.668%, 84.243% 95.143%, 84.523% 94.508%, 84.849% 93.744%, 84.849% 93.744%, 85.323% 92.692%, 85.788% 91.801%, 86.267% 91.052%, 86.786% 90.424%, 87.373% 89.898%, 88.051% 89.454%, 88.848% 89.072%, 89.789% 88.733%, 90.9% 88.416%, 92.206% 88.102%, 92.206% 88.102%, 93.658% 87.749%, 94.913% 87.384%, 95.989% 86.997%, 96.9% 86.576%, 97.662% 86.11%, 98.29% 85.588%, 98.802% 84.998%, 99.212% 84.329%, 99.536% 83.569%, 99.789% 82.708%, 99.789% 82.708%, 99.84% 82.164%, 99.882% 80.972%, 99.917% 79.086%, 99.944% 76.464%, 99.965% 73.061%, 99.979% 68.832%, 99.986% 63.735%, 99.987% 57.725%, 99.981% 50.757%, 99.971% 42.788%, 99.903% 4.89%, 99.903% 4.89%, 99.897% 4.701%, 99.88% 4.513%, 99.853% 4.326%, 99.815% 4.14%, 99.766% 3.956%, 99.706% 3.774%, 99.636% 3.595%, 99.556% 3.417%, 99.465% 3.243%, 99.364% 3.071%, 99.269% 2.92%, 99.269% 2.92%, 99.046% 2.593%, 98.797% 2.279%, 98.521% 1.981%, 98.221% 1.699%, 97.897% 1.435%, 97.55% 1.188%, 97.182% .961%, 96.795% .753%, 96.388% .566%, 95.964% .401%, 95.964% .401%, 95.964% .401%, 95.756% .331%, 95.545% .268%, 95.331% .212%, 95.115% .164%, 94.896% .123%, 94.675% .089%, 94.452% .063%, 94.228% .044%, 94.003% .032%, 93.777% .028%, 50.326% 0, 50.326% 0, 38.782% -.009%, 29.407% -.014%, 21.969% -.014%, 16.235% -.007%, 11.971% .008%, 8.945% .034%, 6.923% .071%, 5.672% .121%, 4.96% .186%, 4.552% .268%);
}

.pbminfotech-post-item .pbmit-featured-wrapper {
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 25px;
}

.pbminfotech-post-item .pbmit-featured-wrapper img {
        transition: all .5s ease-in-out;
}

.pbminfotech-post-item .pbmit-featured-wrapper img {
    width: 100%;
}

.pbminfotech-post-item .pbmit-box-content-inner {
    padding: 0 10px;
}

.pbminfotech-post-item .pbminfotech-box-number {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    color: #e58800;
    font-family: "Montserrat", sans-serif;
}

.pbminfotech-post-item .pbmit-service-title {
    position: relative;
    font-size: 25px;
    line-height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pbminfotech-post-item .pbmit-service-title a {
        color: #008982;
    letter-spacing: 0px;
}

.pbminfotech-post-item .pbmit-service-description {
    position: relative;
    color: #666;
    border-top: 1px solid rgba(64, 50, 38, .1);
    padding: 20px 20px 0 0;
    margin: 40px 25px 0 0;
}

.pbminfotech-post-item .pbmit-service-description::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: rgba(64, 50, 38, .3);
    transition: all .6s ease-in-out;
}

.pbminfotech-post-item .pbmit-service-description p {
    margin: 0;
}

.pbminfotech-post-item:hover .pbmit-service-description::before {
    width: 100%;
}

.pbminfotech-post-item .pbmit-service-btn {
    position: absolute;
        bottom: 8px;
    right: -10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pbmit-xinterio-blackish-color);
    background-color: var(--pbmit-xinterio-light-bg-color);
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    transform: translate3d(0px, 0px, 0px) rotateZ(0deg);
    transform-style: preserve-3d;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
}

.pbminfotech-post-item .pbmit-service-btn {
    color: #403226;
    background-color: #f6f6f6;
    z-index: 1;
}

.pbminfotech-post-item:hover .pbmit-service-btn {
    background-color: #ffb84f;
}
.banner-txt {
    border-top: 5px solid rgb(74 28 28 / 80%);
    border-bottom: 5px solid rgba(74 28 28 / 80%);
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    background-color: rgba(0, 0, 0, 0.80) !important;
    background-repeat: no-repeat;
    padding: 20px;
}
.banner-txt h4 , .banner-txt .body-text{
    color: white;
}
body , p{
    font-family: 'Cabinet Grotesk', sans-serif !important;
}
.new-button {
    position: relative;
    display: inline-block;
    background: transparent;
    height: 3.571rem;
    line-height: 3.571rem;
    text-align: center;
    padding: 0 1.786rem;
    text-transform: uppercase;
    color: #fff;
    background: #ff9101;
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    font-weight: 700;
    overflow: hidden;
    z-index: 1;
}

a.new-button:after {
    background: #fff;
    content: '';
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    z-index: -1;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: scale(0);
    transform: scale(0);
}



.new-button:hover{
    background: none !important;
    color: #ff9101 !important;
    border: 1px solid #ff9101;
}
.new-button:hover::after{
        -webkit-transform: scale(5);
    transform: scale(5);
}

/* About Section */

.about-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 100px 0;
}

.about-section .image-column{
	position: relative;
}

.about-section .image-column .inner-column{
	position: relative;
	text-align: right;
	margin-right: -15px;
}

.about-section .image-column .title-box{
	position: absolute;
	left: 95px;
	bottom: 75px;
	width: 100%;
	text-align: left;
	z-index: 9;
}

.about-section .image-column .title-box h2{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 78px;
	color: #f2f2f2;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 0 0 10px #000;
	
}

.about-section .image-column .image-box{
	position: relative;
	z-index: 1;
	padding-top: 110px;
}

.about-section .image-column .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.about-section .image-column .image-box .alphabet-img{
	position: absolute;
	left: 0;
	top: 0;
}

.about-section .image-column .image-box .alphabet-img img{
	max-width: 100%;
	height: auto;
}

.about-section .image-column .image img{
	display: inline-block;
	max-width: 100%;
	height: auto;
	-webkit-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
	-moz-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
	-ms-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
	-o-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
	box-shadow: 0 8px 20px rgba(0,0,0,0.18);
}

.about-section .content-column{
	position: relative;
}

.about-section .content-column .inner-column{
	position: relative;
	padding-top: 170px;
}

.about-section .content-column .content-box{
	position: relative;
	padding: 30px 90px 30px;
	background-color: #ffffff;
	border: 20px solid #f2f2f2;
	border-left: 0;
}

.about-section .content-column .content-box .title{
	position: relative;
	margin-bottom: 35px;
}

.about-section .content-column .content-box .title h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 42px;
	color: #222222;
	font-weight: 500;
	padding-bottom: 35px;
}

.about-section .content-column .content-box .title h2:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 45px;
	background-color: #ff8a00;
	content: "";
}

.about-section .content-column .content-box .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #777777;
	margin-bottom: 45px;
    text-align: justify;
}

.about-section .content-column .content-box .link-box{
	position: relative;
}

.about-section .content-column .content-box .link-box a{
	font-weight: 700;
}

====================================================================
			Fun Fact And Features
====================================================================

***/

.fun-fact-and-features{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0 0;
}

.fun-fact-and-features.alternate{
	padding-bottom: 100px;
}

.fun-fact-and-features.alternate:before{
	height: 270px;
}

.fun-fact-and-features:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 170px;
	width: 100%;
	background-color: #ffffff;
	content: "";
}

.fun-fact-and-features .outer-box{
	position: relative;
}

.fun-fact-and-features .fact-counter{
	position: relative;
	margin-bottom: 60px;
}

.fun-fact-and-features .features{
	position: relative;
}

.feature-block{
	position: relative;
	
}

.feature-block .inner-box{
	position: relative;
	background-color: #ffffff;
	padding: 35px 35px 30px;
	-webkit-box-shadow: 0 0 32px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 0 32px rgba(0,0,0,0.20);
	-ms-box-shadow: 0 0 32px rgba(0,0,0,0.20);
	-o-box-shadow: 0 0 32px rgba(0,0,0,0.20);
	box-shadow: 0 0 32px rgba(0,0,0,0.20);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
    height: 400px;
}

.feature-block .inner-box:hover{
	background-color: #ff8a00;
}

.feature-block .icon-box{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.feature-block .icon-box .icon{
	position: relative;
	display: inline-block;
	font-size: 52px;
	line-height: 52px;
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover .icon-box .icon{
	color: #ffffff;
}

.feature-block h3{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	font-weight: 500;
	padding-bottom: 12px;
	margin-bottom: 30px;
}

.feature-block h3 a{
	position: relative;
	display: inline-block;
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover h3 a{
	color: #ffffff;
}


.feature-block h3:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 40px;
	background-color: #222222;
	content: "";
}

.feature-block .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 28px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover .text{
	color: #ffffff;
}

.feature-block .link-box{
	position: relative;
}

.feature-block .link-box a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #ff8a00;
	font-weight: 700;
	font-family: "Arimo", sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover .link-box a{
	color: #222222;
}
.fun-fact-and-features {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 0;
}
h5.qty{
    position: absolute;
    border: 1px solid #ff9101;
    padding: 5px 8px;
    border-radius: 50%;
    font-size: 13px;
    top: 6px;
    color:white;
}
.cart-btn i {
    position: relative;
    right: 10px;
}
.icon-box i {
    font-size: 50px;
    color: #ff9101;
}

.icon-box {
    text-align: center;
}

.inner-box:hover .icon-box i {
    color: white;
}
.inner-box .new-button {
    border: 1px solid white;
}

.inner-box:hover .new-button:hover {
    background: white !important;
}

.inner-box .new-button a {
    color: white;
}
.inner-box:hover .new-button:hover a{
    color:#ff9101;
}


/*** 

====================================================================
	Story Section
====================================================================

 ***/
 
.story-section{
	position:relative;
	padding-top:100px;
}

.story-section .pattern-layer-two{
    position: absolute;
    content: '';
    left: -500px;
    bottom: -50px;
    width: 780px;
    height: 550px;
    background: url(../images/background/pattern-3.png) no-repeat;
}

.story-section .owl-nav{
	display:none;
}

.story-section .owl-dots{
	position:absolute;
	right:-60px;
	top:50%;
	margin-top:0px;
}

.story-section .owl-dots .owl-dot{
	position:relative;
	width:8px;
	height:8px;
	margin-bottom:10px;
	border-radius:50%;
	background-color:#ffffff;
	border:1px solid #cdcdcd;
}

.story-section .owl-dots .owl-dot.active,
.story-section .owl-dots .owl-dot:hover{
	border-color:#e9c37a;
	background-color:#e9c37a;
}


.story-section .owl-theme .story-block-two{
	margin:0px 15px;
}

.story-section .owl-carousel{
	margin:0px -15px;
	width:auto;
}


/* Story Block */

.story-block{
	position:relative;
	margin-bottom:80px;
}

/* .story-block .pattern-layer{
	position:absolute;
	content:'';
	right:-500px;
	top:-20px;
	width:780px;
	height:550px;
	background:url(../images/background/pattern-3.png) no-repeat;
} */

.story-block .inner-box{
	position:relative;
}

.story-block .inner-box .content-column{
	position:relative;
	padding:0px;
	float:left;
}

.story-block .inner-box .content-column .inner-column{
	position:relative;
	padding:50px 60px 50px;
	z-index:1;
	margin-right:-60px;
	background-color:#ffffff;
	box-shadow:0px 0px 25px rgba(0,0,0,0.10);
}

.story-block .inner-box .content-column .inner-column .text{
	position:relative;
}

.story-block .inner-box .content-column .inner-column .text p{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:20px;
}

.story-block .inner-box .content-column .inner-column .text p span{
	color:#e9c37a;
}

.story-block .inner-box .content-column .inner-column .text p:last-child{
	margin-bottom:0px;
}

.story-block .inner-box .image-column{
	position:relative;
	padding:0px;
	float:right;
	/* margin-bottom:50px; */
}

.story-block .inner-box .image-column .inner-column{
	position:relative;
	/* padding-top:45px; */
}

.story-block .inner-box .image-column .inner-column .image img{
	width:100%;
	display:block;
}

/* Story Block Two */

.story-block-two{
	position:relative;
	margin-bottom:80px;
}

.story-block-two .pattern-layer{
	position:absolute;
	content:'';
	left:-500px;
	top:-20px;
	width:780px;
	height:550px;
	background:url(../img/pattern-3.png) no-repeat;
}

.story-block-two .inner-box{
	position:relative;
}

.story-block-two .inner-box .content-column{
	position:relative;
	padding:0px;
	float:left;
}

.story-block-two .inner-box .content-column .sec-title{
	text-align:right;
}

.story-block-two .inner-box .content-column .sec-title .inner-title{
	text-align:left;
	display:inline-block;
}

.story-block-two .inner-box .content-column .inner-column{
	position:relative;
	padding:50px 60px 50px;
	z-index:1;
	margin-left:-60px;
	background-color:#ffffff;
	box-shadow:0px 0px 25px rgba(0,0,0,0.10);
}

.story-block-two .inner-box .content-column .inner-column .text{
	position:relative;
}

.story-block-two .inner-box .content-column .inner-column .text p{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:20px;
}

.story-block-two .inner-box .content-column .inner-column .text p span{
	color:#e9c37a;
}

.story-block-two .inner-box .content-column .inner-column .text p strong{
	color:#222222;
}

.story-block-two .inner-box .content-column .inner-column .text p:last-child{
	margin-bottom:0px;
}

.story-block-two .inner-box .image-column{
	position:relative;
	padding:0px;
	float:left;
	/* margin-bottom:50px; */
}

.story-block-two .inner-box .image-column .inner-column{
	position:relative;
	/* padding-top:45px; */
}

.story-block-two .inner-box .image-column .inner-column .image{
	position:relative;
}

.story-block-two .inner-box .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}
section.story-section .ben {
    
    font-size: 60px;
    margin-bottom: 80px;
}
footer {
    background-image: url(../img/footer.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
}
@keyframes shophover{
    0%{
        transform: translateY(2rem);
        opacity: 0;
    }
    100%{
        transform: translateY(0rem);
        opacity: 1;
    }
}
.product-box:hover  .site-btn{
    animation: shophover .5s ease forwards;
    background:#ff9101;
    
}
.product-box:hover .image-sec {
    filter: brightness(0.5);
}
.site-btn {
    position: absolute;
    top: 50%;
    left: 30%;
    border: 2px solid #ff9101;
    border-radius: 5px;
    opacity:0;
}

.site-btn a {
    padding: 8px 10px;
    color: #ff9101;
}
.product-box:hover  .site-btn a{
    color:white;
}
.cart_area table {
    border: 1px solid #ff9101;
}
.cart_area .new-button{
    font-size: 12px;
    width: 300px !important;
    max-width: 100%;
}
.blog-banner-area {
    background-image: url(../images/bread_cumb.png) !important;
    position: relative;
    padding: 180px 0 180px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 60px;
}

.blog-banner-area:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .70;
    position: absolute;
}
.media.contact-info {
    border: 1px solid #ff9101;
    height: 230px;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    display: block;
}

.media-body i {
    border: 1px solid #ff9101;
    padding: 10px;
    border-radius: 50%;
    margin: 30px auto;
}

.media-body {
    text-align: center;
}
.about-section .new-button:hover a {
    border: none;
}
.main-index-header {
    display: flex;
    align-items: center;
}
section.story-section .title {
    text-transform: capitalize;
    font-size: 16px;
}
