html{
    scroll-behavior: smooth;
}

body {
    color: #777;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.667;
  overflow-x:hidden;
}
.member-btn.cancel {
    text-align: left;
}
.container-fluid.form-area figure {
    margin: 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 {
    font-family: 'Outfit', sans-serif;
    line-height: 1.1;
}

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(138, 137, 137, 0.3);
}

.header_area .navbar {
    background: #fff;
    padding: 0px;
    border: 0px;
    border-radius: 0px
}

.header_area .navbar .nav .nav-item {
    margin-right: 45px
}

.header_area .navbar .nav .nav-item .nav-link {
    text-transform: capitalize;
    color: #000;
    display: inline-block;
    font-size: 21px;
    
}

@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: #00a99d;
}

.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;
}
.funfact.funfact-3.max-mb-50 {
    padding: 40px 20px;
    height: 100%;
    box-shadow: 2px 2px 9px #ccc;
    border-radius: 6px;
}
.number {
    font-weight: bold;
    font-size: 20px;
    background: #008cac;
    margin-bottom: 25px;
}
.number span
{color: #fff;}
h6.text {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.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: 'Outfit', 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: #000;
}

.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: #00a99d;
    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 #00a99d;
    padding-bottom: 8px;
    font-weight: 700;
    font-size: 50px;
    
}

.hero-banner {
    *background: #F1F6F7;
    *position: relative;
    /* margin-bottom: 10px */
}

@media (min-width: 991px) {
    .hero-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 100px 0 0 0;
    position: relative;
    background-image: url(../images/banner.jpg);
    height: 689px;
    }
}


@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;
    
    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
}

.card-product p {
    margin-bottom: 0
}

.card-product__img {
    position: relative
}

.card-product__imgOverlay {
    background: rgba(255,255,255,0.5);
    position: absolute;
    bottom: 0;
    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: #00a99d;
}

.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: #00a99d;
}

.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:#00a99d;
}

.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 {
    display: inline-block;
    border: none;
    /* border-radius: 30px; */
    font-weight: 500;
    background: #222;
    color: #fff;
    transition: all .4s ease;
    padding: 10px 17px;
    font-size: 22px;
    
    cursor: pointer;
}

@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: 240px;
    padding: 15px 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 {
    background: #000;
    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: #000000;
}

@media (min-width: 992px) {
    .blog-banner h1 {
        font-size:36px
    }
}

.blog-banner-area {
    position: relative;
    z-index: 1;
    background: #f2ffeb;
    background-size: cover;
    background-position: center;
    padding: 55px 0;
    display: inline-block;
    width: 100%;
}

.blog-banner-area .blog-banner {
    /* position: absolute; */
    /* top: 73%; */
    /* left: 50%; */
    /* width: 100%; */
    /* transform: translate(-50%, -50%); */
}
.blog-banner-area::after {
    top: 0;
    left: 0;
    width: 100%;
    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: #8ee16d;
}

.banner-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #000;
    padding-right: .1rem;
    content: "-";
}

.banner-breadcrumb .breadcrumb-item.active {
    color: #8ee16d;
}

.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: #f7931e;
    font-size: 20px;
}

.contact-info .media-body h3 {
    font-size: 17px;
    margin-bottom: 0;
    
    color: #000;
}

.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 {
    
    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 {
    
    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 {
    
    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 {
    color: #222;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.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: 'Outfit', 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 {
    
    color: #222;
    margin-bottom: 0px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500
}

.order_details_table .table tbody tr td h4 {
    
    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;
    
    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: 24px;
    color: #222;
    border-bottom: 1px solid #a2a2a2;
    padding-bottom: 10px;
    margin-bottom: 30px;
    
    font-weight: 800;
}

.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, .billing_details .contact_form .form-group select {
    border-color: #333;
    font-size: 14px;
    color: #000;
    
    height: 50px;
    border-radius: 0;
}



.billing_details .contact_form .form-group .form-control::placeholder {
    color: #333
}

.billing_details .contact_form .form-group .form-control:focus {
    border-radius: 0;
    border: 1px solid #333;
}

.billing_details .contact_form .form-group label {
    color: #333
}

.billing_details .contact_form .form-group textarea {
    height: 150px;
    border-radius: 0px;
    margin-top: 15px
}

.billing_details .contact_form .form-group .country_select {
    width: 100%;
    height: 50px;
    border-color: #333;
    padding-left: 10px;
    background: #fff;
    border-radius: 0;
}

.billing_details .contact_form .form-group .country_select .current {
    color: #333
}

.billing_details .contact_form .form-group .country_select span {
    color: #333
}

.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 {
    padding: 30px;
    border: 1px solid #333;
}

.order_box h2 {
    font-size: 24px;
    color: #222;
    border-bottom: 1px solid #a2a2a2;
    padding-bottom: 10px;
    margin-bottom: 30px;
    
    font-weight: 800;
}

.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-size: 14px;
    margin-bottom: 15px;
    
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}

.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: #333;
    font-weight: 800;
    
}

.order_box .list_2 li a span {
    color: #fff;
    text-transform: capitalize;
    
}

.order_box .list_2 li:last-child a span {
    color: #333;
}

.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: 13px;
    color: #333;
    display: inline;
    
}

.order_box .creat_account a {
    color: #333;
}

.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: 16px;
    
    font-weight: 700;
    width: 50%;
}

.order_details_table .table tbody tr td p {
    margin-bottom: 0px;
    
}

.gallery_area_con h2 {
    
    color: #000;
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
}

.gallery_area_con {
    
}

.gallery_area_con p strong {
    
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
}

.Login_area-con.ng-scope form label {
    
    font-weight: 600;
    font-size: 13px;
    color: #000;
}
.Login_area-con.ng-scope form input [type="text"], .Login_area-con.ng-scope form input [type="email"]{
  
    background: #f2f2f2;
    border: none;
    height: 55px;
    color: #000;
}
                                       

.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: #cec22e
}

.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: 'Outfit', 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
}

.cart_inner .table tbody tr td h5 {
    font-size: 15px;
    color: #222;
    
    margin-bottom: 0px
}

.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 .reduced {
    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 {
    height: 40px;
    padding: 0px 44px;
    line-height: 38px;
    text-transform: capitalize;
    background: #f7931e;
    border-radius: 30px;
    color: #fff;
    font-weight: 500
}

.cart_inner .table tbody tr.out_button_area .checkout_btn_inner .primary-btn:hover:before {
    left: 240px
}

.gray_btn {
    line-height: 38px;
    background: #f1f6f7;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    padding: 0px 44px;
    display: inline-block;
    color: #222;
    text-transform: capitalize;
    font-weight: 500
}

.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: #222;
    margin-bottom: 20px
}

.s_product_text h2 {
    
    font-size: 24px;
    font-weight: 700;
    color: #f7931e;
    margin-bottom: 10px
}

.s_product_text .list li {
    margin-bottom: 5px
}

.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;
    /* border-top: 1px dotted #eeeeee; */
    /* border-bottom: 1px dotted #eeeeee; */
    /* margin-top: 20px; */
    padding-bottom: 26px;
    margin-bottom: 0;
}

.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 .reduced {
    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 {
    
    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: #000000;
    padding: 50px 0px 50px;
}

@media (min-width: 1000px) {
    .footer-area {
        padding: 50px 0;
    }
}

.single-footer-widget p {
    margin-bottom: 15px
}

.single-footer-widget p:last-child {
    margin-bottom: 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: #00a99d;
    color: #ffffff;
    border-radius: 20px
}

.tp_widgets .list li {
    margin-bottom: 12px
}

.tp_widgets .list li a {
    color: #ffffff;
    
}

.tp_widgets .list li a:hover {
    color: #00a99d;
}

.tp_widgets .list li:last-child {
    margin-bottom: 0px
}

.tp_widgets p {
    color: #ffffff;
}

.footer_title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    text-transform: capitalize;
    color: #444;
    margin-bottom: 28px;
}

@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: #333333;
    padding: 32px;
}

.footer-bottom .footer-text {
    color: #fff;
    margin-bottom: 0;
  
    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
    }
}

.hd-txt {
    font-size: 59px;
    color: #fff;
    text-transform: capitalize;
    line-height: 80px;
    font-weight: 700;
    
}

.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-size: 55px;
}

.special-product-content h4 {
  
    font-size: 21px;
    padding: 20px 0;
    font-weight: 500;
}

.special-product-content p {
    
    font-size: 17px;
    line-height: 30px;
  color:#565656;
}


.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;
      
}

.about-feature-right p {
          
    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;
}

.pattern-layer {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    height: 700px;
    width: 1180px;
    background-repeat: no-repeat;
    background-position: left top;
}

.featured-block {
    position: relative;
    margin-bottom: 40px;
}

.featured-block .inner-box {
    position: relative;
    text-align: center;
}

.featured-block .inner-box h5 {
    position: relative;
    padding: 15px 35px;
    line-height: 1.3em;
    font-weight: 700;
    z-index: 1;
    letter-spacing: 1px;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.10);
      
}

.featured-block .inner-box .lower-content {
    position: relative;
    margin-top: -25px;
    padding: 35px 30px 25px;
    background-color: #ffffff;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.10);
}

.featured-block .inner-box .icon-box {
    position: relative;
    line-height: 1em;
    color: #0d77be;
    font-size: 64px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.featured-block .inner-box .text {
    position: relative;
    color: #5a5a5a;
    font-size: 20px;
    line-height: 1.8em;
      
}

.main-banner-image {
    position: relative;
    text-align: center;
    width: 100%;
    padding-top: 60px;
    z-index: 1;
    background-image: url(../images/dot-bg.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.main-banner-image .banner-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.main-banner-image .banner-shape img:first-child {
    position: absolute;
    left: -25px;
    bottom: 0;
}

.main-banner-image .banner-shape img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
}

.about-image {
    text-align: center;
    padding-right: 30px;
    padding-bottom: 60px;
}

.about-image .shape img:first-child {
    position: absolute;
    left: 30px;
    top: 0;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    z-index: 1;
}

.about-image .shape img:nth-child(2) {
    position: absolute;
    right: 16%;
    bottom: 0;
    z-index: -1;
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

@-webkit-keyframes movebounce{0%{transform:translateY(0)}50%{transform:translateY(20px)}to{transform:translateY(0)}}
@keyframes movebounce{0%{transform:translateY(0)}50%{transform:translateY(20px)}to{transform:translateY(0)}}

@-webkit-keyframes moveleftbounce{0%{transform:translateX(0)}50%{transform:translateX(20px)}to{transform:translateX(0)}}
@keyframes moveleftbounce{0%{transform:translateX(0)}50%{transform:translateX(20px)}to{transform:translateX(0)}}


.bg-cover {
    background-position: center center;
    background-size: cover;
}

.item .box {
    position: relative;
    z-index: 1;
    padding: 60px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  	height: 350px;
}

.item .ico-box {
    margin-bottom: 30px;
    height: 90px;
    width: 90px;
    background: rgba(255, 255, 255, 0.8);
    /* line-height: 45px; */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    display: table;
}

.item .ico-box i {
       font-size: 45px;
    color: #662d91;
    margin: 0 auto;
    display: table;
    padding-top: 22px;
}

.item h4 {
        text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
    
    text-align: center;
    padding-top: 20px;
}

.item .box::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    background: #000000;
    z-index: -1;
    top: 0;
    opacity: 0.5;
}

.logo_h {
      padding: 0px;
    margin-bottom: 0%;
}



.about-sec {
  background-image: url(../images/sec1-bg.jpg);
      background-size: cover;
    height: 470px;
    position: relative;
}

.index-about-img {
    position: relative;
    margin: 42px 0;
}

.index-about-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0;
    top: 45px;
    border: 15px solid #f7931e;
    z-index: -9;
    right: 0;
    margin: 0 auto;
}

.index-about-img img {
    width: 80%;
    height:500px;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
    display: block;
    background: #222;
    padding: 5px;
}

.fea-each {
    position: relative;
}
.fea-each img {
    width: 100%;
}


.box-label .box-text.text-center {
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    margin: 35% 0;
}

.box_shadow1 {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.about_box {
    padding: 30px;
    background-color: #fff;
    position: relative;
    z-index: 1;
  margin-top: 14%;
}

.fancy_style1 {
    margin-left: -65px;
    z-index: 0;
    position: relative;
}

[class*=overlay_bg_]::before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.overlay_bg_20::before, .overlay_bg_default_20::before, .overlay_bg_blue_20::before {
    opacity: 0.2;
}

.fancy_style1 img {
    width: 100%;
}

.single-feture-boxed, .feture-icon:after, .feture-icon:before {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-feture-boxed {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-feture-boxed {
    line-height: 1.8;
    padding: 50px 30px;
    border-radius: 5px;
    height: 350px;
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.feture-icon {
    position: relative;
    z-index: 1;
    height: 124px;
    margin-bottom: 25px;
}

.feture-icon:after, .feture-icon:before {
    position: absolute;
    top: 0;
    width: 124px;
    height: 100%;
    content: "";
    left: 50%;
    margin-left: -62px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.feture-icon:before {
    background-image: url(../images/about-angle-2.png);
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    bottom: 0;
    margin-top: 10px;
}

.feture-icon img {
    color: #fff;
    line-height: 30px;
    position: absolute;
    left: 46%;
    top: 50%;
    margin-left: -18px;
    margin-top: -8px;
}

.feture-icon:after {
    background-image: url(../images/about-angle-1.png);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    bottom: 0;
    margin-top: 10px;
}

.single-feture-boxed h3 {
    font-size: 21px;
    line-height: 24px;
    color: #2d2d2d;
    font-weight: 700;
    margin-bottom: 15px;
    
}

.single-feture-boxed p {
    font-size: 18px;
    color: #252525;
    font-weight: 400;
    
}

.single-feture-boxed:hover, .single-feture-boxed.active {
    -webkit-box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2);
    box-shadow: 0 5px 25px 0 rgba(5, 5, 5, 0.2);
}

.single-feture-boxed:hover {
    background-color: #fff;
}

.single-feture-boxed:hover .feture-icon:before {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.single-feture-boxed:hover .feture-icon:after {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.logo-area {
    text-align: left;
}
.logo-area img {
    width: 65%;
    /* margin: 0px auto; */
    display: block;
}
.logo-sec {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    z-index: 9;
    padding: 15px 0;
}

.menu li a {
    color: #000;
    
    padding: 20px 20px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.menu li {
    display: inline-block;
}
.menu {
    text-align: left;
}

.main-banner:before{
    content: '';
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* background: linear-gradient(#ffffff, rgb(255 255 255 / 0%)); */
    /* height: 80%; */
}
.main-banner img {
   width: auto;
   height: 100%;
}
.banner-txt h2 {
    /*  */
    /* text-align: center; */
    color: #fff823;
    font-weight: 300;
    font-size: 2rem;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 10px 0;
    line-height: 70px;
    
}
.banner-txt h2 span {
    font-weight: 800;
    font-size: 87px;
    color: #ffffff;
    display: block;
    line-height: 90px;
}
.banner-txt h4 {
    /* text-align: left; */
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 300;
    /* text-align: center; */
    font-size: 20px;
    /* padding-bottom: 10px; */
    background: transparent;
    /* padding: 9px; */
    
    /* width: 310px; */
    margin: 0 auto;
}
.banner-txt {
    /* width: 87%; */
    /* margin: 230px auto 0; */
    border-radius: 15px;
    color: #fff;
}
.banner-txt p {
    
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
    padding: 0;
}
.site-btn a {
      background: #cec22e;
    font-size: 18px;
    padding: 15px 50px;
    color: #fff;
    position: relative;
    z-index: 0;

}
.site-btn a::before{
        position: absolute;
    content: "";
        background: #105151;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    transition: all 0.5s ease;
    z-index: -1;
}
.site-btn a:hover::before {
    height: 100%;
    transition: all 0.5s ease;
}
.site-btn {
    /* text-align: center; */
    margin: 20px 0;
}
.about-txt {
    margin: 0px 0;
    padding-right: 20px;
}
.about-img img {
    width: 100%;
}
.about {
    padding: 70px 0 0 0;
    background: #f2f2f2;
}
.about-txt h5 {
    
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 2px;
  text-align: center;
}
.about-txt h3 {
    
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}
.about-txt p {
    
    /* text-align: center; */
    color: #2a2a2a;
    font-size: 16px;
    line-height: 2;
}
.fea-box {
    padding: 0;
}
.fea-area {
    background: #12e0af;
}
.fea-img img {
    width: 100%;
}
.fea-txt img {
    width: 70px;
    padding: 20px 0 10px;
}
.fea-txt p {
    
    color: #fff;
}

.fea-txt h3 {
    
    color: #fff;
    font-weight: 800;
    font-size: 28px;
}
.pro-img {
    text-align: center;
    background: #f2f2f2;
    padding: 30px;
}
.pro-txt {
    border-top: 5px solid #12e0af;
    background: #fff;
    width: 80%;
    box-shadow: 0 0 15px #ccc;
    margin: -30px auto 50px;
    padding: 20px;
}
.pro-txt h4 {
    
    text-align: center;
    color: #000;
    font-weight: 800;
    font-size: 24px;
}
.pro-txt p {
    text-align: center;
    font-size: 17px;
    
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0, 0, 0, 0.62);
}
.modal-content {
    background-color: #fefefe;
    padding: 50px;
    border: none;
    width: 44%;
    float: right !important;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 0;
    overflow-y: auto;
}
.close {
    color: #aaaaaa;
    float: left;
    font-size: 28px;
    font-weight: bold;
    margin-top: -20px;
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.product-inner {
    padding: 50px 0;
}
.pro-img-sec img {
    width: 340px;
    height: 400px;
    object-fit: contain;
}

.pro-img-sec {
    text-align: center;
    background: #f2f2f2;
    padding: 60px 0;
}

.pro-cont p {
    
    color: #000;
}

.pro-cont ul li {
    
    color: #000;
    list-style: square;
    margin-left: 20px;
}
.pro-cont h2 {
    color: #ee2929;
    
    font-weight: 800;
    font-size: 31px;
}
.pro-cont h3 {
    
    color: #000;
    font-weight: 800;
}
.pro-cont {
    background: #fff;
    border: 8px solid #222;
    border-style: double;
    padding: 30px;
    margin: 32px 0;
}
.pro-cont .site-btn{
  text-align:left;
}
.modal-content form h3 {
    
    font-weight: 800;
    font-size: 33px;
    padding-bottom: 20px;
    color: #12e0af;
    text-transform: uppercase;
}
.modal-content form img {
    float: left;
    width: 100px !important;
    height: 90px !important;
    object-fit: contain;
    border: 1px solid #ccc;
    padding: 10px;
}
.cart__row.ng-scope a {
    color: #000;
    font-weight: 800;
    font-size: 21px;
    
    clear: both;
}
a.cart__remove.uppercase.lighten.ajaxcart__remove {
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 19px;
}

span.h5--body.money.ng-binding, .ajaxcart__qty{
    
    color: #000;
    font-weight: 600;
    padding: 5px 0;
    display: block;
}
div#ajaxcart__item__23515009414__errors {
    
    font-weight: 300;
    padding: 10px;
    color: #3ad208;
    display: none;
}
.cart__row.cart__footer {
    text-align: center;
    margin: 40px 0 0;
    border-top: 1px solid #000;
    padding: 20px 0 0;
}

p.cart__footer__text {
    
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.billing_details form {
    padding: 40px;
    box-shadow: 0 0 10px #0003;
}

.banner-txt h5 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    
    font-size: 15px;
}

.list li {
    
    color: #333;
    line-height: 38px;
    font-weight: 500;
}
.cart-btn {
    float: right;
    /* background: #fff; */
    padding: 2px 13px;
}
.cart-btn button {
    background: none;
    border: none;
    font-size: 30px;
}
span.nav-shop__circle.ng-binding {
    background: #12e0af;
    color: #fff;
    position: absolute;
    top: 7px;
    width: 26px;
    height: 26px;
    font-size: 16px;
    line-height: 27px;
    border-radius: 50%;
    right: 21px;
    
}
.menu li.active a, .menu li a:hover, .menu li a:focus {
    background: #fff;
    color: #000;
}

.products .about-txt h4 {
    
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 2px;
  text-align: center;
}
.products .about-txt h2 {
    
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.products .about-txt {
    width: auto;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    padding: 30px 0;
    margin: 30px 0 0;
    border: none;
    /* background: #fff; */
    background: none;
}

.fot-bg img {
    width: auto;
    height: 187px;
}

.footer-wrapper {
    overflow: hidden;
    background: url(../images/footer-bg.jpg)no-repeat;
    background-position: center;

padding: 60px 0 20px;
position: relative;
border-radius: 0;
background-size: cover;
}

.footer-each p span, .footer-each p {
    background: transparent;
    color: #222;
    font-size: 14px;
    text-align: center;
    /* line-height: 39px; */
    /* margin: 7px 0 0; */
}
.footer-each h4 {
    
    color: #222;
    font-weight: 600;
    font-size: 19px;
    padding-bottom: 9px;
}
.footer-each p strong {
    font-size: 14px;
    color: #222;
    font-weight: 600;
}
.footer-each p, .footer-each p a {
    
    color: #222;
    font-size: 14px;
    text-align: left;
    margin: 0px 0 10px;
}
ul.footer-menu li {
    /* list-style: square; */
    color: #fff;
    margin: 0px 0;
    line-height: 37px;
    display: inline-block;
}
.footer-menu {
    text-align: center;
}
ul.footer-menu li a {
    font-size: 12px;
    color: #fff;
    
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 16px;
    transition: 0.5s all;
}

ul.footer-menu li a:hover{
    color: #cec22e;
}
.disclaimer p {
    
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 1px;
}
.disclaimer1 p {
    text-align: center;
    padding: 30px 0 0;
    
    color: #222;
}
.disclaimer1 p strong {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.disclaimer h4 {
    
    color: #fff;
    font-weight: 800;
    font-size: 29px;
    padding-bottom: 0;
}
.disclaimer1 {
    border-top: 1px solid #fff;
}
.extra-text {
    
}
.extra-text h2 {
    
    color: #000;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
}
.pro-img img {
    width: 250px;
    margin-bottom: 30px;
    height: 250px;
    object-fit: contain;
}
.member-btn a:hover, .member-btn a:focus {
    background:transparent;
    color: #fff;
    border: 2px solid #fff;
}
.member-btn a {
    border: 1px solid #000;
    color: #323232;
    
    padding: 11px 39px;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    margin-left: 20px;
    border-radius: 40px;
    background: #fff;
}
.logo-sec .member-btn a {
    font-size: 18px;
    text-transform: capitalize;
    /* border-radius: 50px 50px 50px 0; */
}
.logo-sec .member-btn a:hover, .logo-sec .member-btn a:focus{
  background: #fd7253;
  color: #ffffff;
  border: 1px solid #ea3234;
}
.member-btn {
    text-align: right;
    margin: 10px 0;
}
.banner-btn a {
    background: #000;
    color: #fff;
    font-size: 17px;
    border: 2px solid #000;
    padding: 11px 40px;
    
    border-radius: 50px;
}
.banner-btn a:hover, .banner-btn a:focus{
  background:transparent;
  color:#fff;
  border:2px solid #fff;
}
.banner-btn {
    margin: 20px 0;
}

.works-box .top-bg {
    opacity: .4;
    position: absolute;
    top: 0;
    width: 50%;
    position: relative;
    left: 10px;
    top: -30px;
    width: 100%;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 100000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 100000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 100000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 100000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.works-box .works-img1 {
    position: absolute;
    left: 30px;
    bottom: 50px;
    width: 100%;
    -webkit-animation: rotation 300000ms infinite linear;
    opacity: 0.6;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-359deg)
    }
}

.works-box .top-img1 {
    position: absolute;
    left: 30px;
    bottom: 100px;
    width: 70%;
}
.works-box .top-img1.i-size {
    width: 100%;
    /* -webkit-box-shadow: 0 10px 46px -4px rgba(0, 0, 0, .3); */
    -moz-box-shadow: 0 10px 46px -4px rgba(0, 0, 0, .3);
    /* box-shadow: 0 10px 46px -4px rgba(0, 0, 0, .3); */
    /* border-radius: 35px; */
}
.works-box {
    position: absolute;
    width: 90%;
    margin: 30% 0 0;
    top: 0;
    right: 0;
    z-index: 0;
}
.form-area {
    position: relative;
    padding: 0px 0 100px;
    background-size: cover;
    /* width: 1000px; */
    background-repeat: no-repeat;
    margin: 0;
    /* background: url(../images/footerBg.jpg); */
    background-position: center;
    /* background-attachment: fixed; */
}
.form-area:before{
    content: '';
    position: absolute;
    top: -50%;
    right: -5%;
    border: 20px solid #ffd5df;
    height: 450px;
    width: 450px;
    border-radius: 100%;
}
.overlay{
  background-image: linear-gradient(-360deg, rgba(20, 20, 100, 0.70) 0, rgba(20, 20, 100, 0.70) 32%, rgba(20, 20, 30, 1) 100%);
    transition: .5s;
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
}
/* .form-area:before {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: -60px;
    background: url(../images/pattern-3.png) center center no-repeat;
} */
.site-title{
  margin-bottom:0px;
}

.site-title h4 span {
    color: #fff;
    font-style: italic;
    font-weight: 400;
}

.site-title h4 {
    text-align: left;
    color: #0c877b;
    font-size: 33px;
    text-transform: capitalize;
    text-shadow: none;
}
.form-box form input[type="text"], .form-box form input[type="email"] {
    width: 100%;
    background: transparent;
    border-radius: 0;
    height: 50px;
    padding-left: 20px;
    
    color: #fff;
    margin-bottom: 20px;
    border: 2px solid #fff;
}

.form-box form input[type="text"]::placeholder, .form-box form input[type="email"]::placeholder{
    color: #fff;
}

.form-box form select {
    width: 100%;
    background: #105151;
    height: 50px;
    padding: 9px 20px;
    
    color: #fff;
    border: 2px solid #fff;
    margin-bottom: 30px;
    position:relative;
}

.form-box form select {
    display: block !important;
}
.form-box .nice-select{
  display:none;
}
.form-box {
   padding: 30px;
    background-size: 2px 1px;
    background: #105151;
    box-shadow: 0 0 10px #0003;
}
.form-box form label {
    
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.form-box input[type="submit"] {
    box-shadow: 0px 10px 10px 2px rgba(69,220,133,0.15);
    background-image: -ms-linear-gradient(left, #17DA9B 0%, #88e066 100%);
    background-image: -moz-linear-gradient(left, #17DA9B 0%, #88e066 100%);
    background-image: -o-linear-gradient(left, #17DA9B 0%, #88e066 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #17DA9B), color-stop(100, #88e066));
    background-image: -webkit-linear-gradient(left, #17DA9B 0%, #88e066 100%);
    background-image: linear-gradient(to right, #17DA9B 0%, #88e066 100%);
    color: #fff;
    border: none;
    padding: 14px 30px;
    margin: 0 auto;
    width: 300px;
    display: block;
    
    font-weight: 600;
    font-size: 17px;
    border-radius: 50px;
  border:2px solid transparent;
}
.form-box input[type="submit"]:hover, .form-box input[type="submit"]:focus{
  background:#000;
  border-radius:50px;
  color:#fff;
}

.icon-outer {
    position: relative;
}
.icon-outer .service-number {
    position: absolute;
    left: 50px;
    top: -20px;
    line-height: 1em;
    color: #e3ecf6;
    font-size: 100px;
    font-weight: 700;
    text-align: center;
    background-color: #e3ecf6;
    color: transparent;
    text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.icon-outer .icon-box {
    position: relative;
    width: 135px;
    height: 135px;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    line-height: 128px;
    font-size: 62px;
  	margin:0 auto;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.30);
    background-image: -ms-linear-gradient(left, #17DA9B 0%, #88e066 100%);
    background-image: -moz-linear-gradient(left, #17DA9B 0%, #88e066 100%);
    background-image: -o-linear-gradient(left, #17DA9B 0%, #88e066 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #17DA9B), color-stop(100, #88e066));
    background-image: -webkit-linear-gradient(left, #17DA9B 0%, #88e066 100%);
    background-image: linear-gradient(to right, #17DA9B 0%, #88e066 100%);
}
.icon-box img {
    width: 69px;
}
.icon-outer .icon-box .icon {
    position: relative;
}
.features-sec {
    padding: 70px 0;
    margin: 0;
}
.outer-container {
    position: relative;
}
/* .outer-container:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 70px;
    width: 100%;
    height: 91px;
    background: url(../images/pattern-1.png) center top no-repeat;
} */
.icon-txt p {
    
    color: #797979;
    letter-spacing: 1px;
    font-size: 14px;
}

.icon-txt h4 {
    
    color: #000;
    font-weight: 600;
}
.icon-txt {
    text-align: center;
    margin: 30px 30px;
}
.inner-box:hover .service-number {
    color: #04ce78;
}
.plan-sec {
    padding: 120px 0 120px;
    background-attachment: fixed;
    background-size: cover;
    background: linear-gradient(45deg, rgb(44 114 0 / 85%), rgb(155 100 0 / 85%)) , url(../images/formBg.jpg);
    background-attachment: fixed;
    clip-path: polygon(0 10%, 100% 0, 100% 91%, 0 100%);
}
.price-box {
    position: relative;
    text-align: center;
    padding: 0px 15px 45px;
    background-color: #000;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    box-shadow: 0px 0px 45px rgba(0,0,0,0.15);
    border-radius: 15px;
}
/*.price-box:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 113px;
    height: 186px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    background: url(../images/testimonial-curve.png) no-
}*/

.circle-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.price-box:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

/* .price-box:hover {
    background: #88e066;
} */

.price-box:hover::before {
    opacity: 1;
}
.plan-box {
}
.price-box:hover .circle-box::before {
    background-color: #04ce78;
}
.price-box .circle-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -140px;
    width: 150px;
    height: 250px;
    border-radius: 30px;
    background-color: #ffffff;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.price.head h2 {
    font-size: 68px;
    
    color: #fff;
    letter-spacing: -2px;
    font-weight: 300;
}
.price.head h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    
}
.bg-success-alt {
    background-color: rgba(0, 155, 114, 0.1);
}

.price-text ul{
  margin-top:30px;
}

.price-text ul li {
    line-height: 42px;
    color: #fff;
    text-align: left;
    margin-left: 30px;
    
    letter-spacing: 0;
    margin-bottom: 20px;
}

.rounded-circle {
    border-radius: 50% !important;
    float: left;
    clear: both;
    margin-right: 10px;
    margin-bottom: 10px;
}

.price-box .site-btn a {
    /* background: #000; */
    color: #fff;
    
    padding: 14px 30px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    border: none;
    border-radius: 50px;
    letter-spacing: 0px;
}
.price-box .site-btn a:hover, .price-box .site-btn a:focus{
  border:none;
}
.p-con h5 {
    
    background: #ff7235;
    color: #fff;
    padding: 15px 20px;
    font-weight: 600;
    border-radius: 0 50px 50px 0;
    font-size: 15px;
}
.p-con {
    position: absolute;
    top: 90px;
    z-index: 9;
    left: 0;
    margin: 0 auto;
}
.plan-sec .site-title {
    /* margin-bottom: 30px; */
    margin: 0 0 5%;
}
.plan-sec .site-title h4 {
    /* font-size: 35px; */
    /* color: #fff; */
    line-height: 75px;
    margin-bottom: 47px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 70px;
    
}
.plan-sec .site-title p {
    
    color: #000;
    font-size: 18px;
    font-weight: 300;
    width: 55%;
    margin: 0 auto 30px;
}
.footer-each .logo-area {
    text-align: center;
}
.footer-each .logo-area img {
    width: 220px;
    margin: 0 auto 40px;
    display: block;
}

.footer-each span {
    color: #04ce78;
    font-size: 20px;
    margin: 7px 0;
}

.form-container{ }
.form-container .form-horizontal {
    /* background: linear-gradient(to right,#202926 49%,#15201C 50%); */
    width: 510px;
    height: 320px;
    padding: 55px 55px;
    margin: 0 auto;
    border-radius: 0;
    transform: translate(20%,61%);
    background: rgba(255, 255, 255, 0.37);
}
.form-container .title {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
    
}
.form-horizontal .form-group {
    background-color: #fff;
    font-size: 0;
    margin: 0 0 15px;
    /* border: 1px solid #838585; */
    border-radius: 0;
}
.form-horizontal .input-icon{
    color: #838585;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    height: 45px;
    width: 40px;
    vertical-align: top;
    display: inline-block;
}
.form-horizontal .form-control {
    color: #222;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    width: calc(100% - 55px);
    height: 45px;
    padding: 2px 10px 0 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s;
    
}
.form-horizontal .form-control:focus{
    box-shadow: none;
    border: none;
}
.form-horizontal .form-control::placeholder{
    color: #838585;
    font-size: 13px;
    text-transform: capitalize;
}
.form-horizontal .btn {
    color: rgba(255,255,255,0.8);
    background: rgba(0, 0, 0, 0.95);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 120px;
    /* height: 120px; */
    /* line-height: 120px; */
    margin: 0 auto;
    border: none;
    /* border-radius: 50%; */
    display: inline-block;
    /* transform: translateX(30px); */
    transition: all 0.3s ease;
    float: none;
    text-align: center;
    padding: 11px 0;
    display: block;
    
}
.form-horizontal .btn:hover,
.form-horizontal .btn:focus{
    color: #fff;
    letter-spacing: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.form-horizontal .forgot-pass{
    font-size: 12px;
    text-align: left;
    width: calc(100% - 125px);
    display: inline-block;
    vertical-align: top;
}
.form-horizontal .forgot-pass a{
    color: #999;
    transition: all 0.3s ease;
}
.form-horizontal .forgot-pass a:hover{
    color: #555;
    text-decoration: underline;
}
@media only screen and (max-width:379px){
    .form-container .form-horizontal{
        width: 100%;
    }
}
.login-box {
background-color: #00a99d;
}
.login-box > .form-bg {
    width: 50%;
    margin: 0 auto;
}
.login-box h5 a {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 30px 30px 0;
}

.billing_details {
    /* margin-bottom: 35%; */
}
.extra-text h1{
    
    font-size: 30px;
    color: #222;
}
.extra-text p a{
  color:#999;
}
.extra-text h3 {
    
    font-size: 20px;
    color: #222;
    padding-bottom: 20px;
}
.checkout-terms p, .checkout-terms p a {
    
    color: #000;
    font-size: 13px;
}

.checkout-terms h3 {
    
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.checkout-terms h1 {
    text-align: left;
    padding: 20px 0;
    font-size: 27px;
    
    color: #000;
    font-weight: 600;
}
.footer-terms {
    padding: 80px 0 80px;
    /* width: 100%; */
    margin: 0px auto 0px;
    background-size: cover;
    position: relative;
    background: #fff;
}
.footer-terms p a {
    color: #000;
}
.footer-terms p {
    /*  */
    font-size: 15px !important;
    line-height: 22px;
    color: #000;
    letter-spacing: 0px;
    font-weight: 400;
    
}
.footer-terms h4 {
    /*  */
    font-weight: 300;
    color: #222222;
    font-size: 24px;
    
}
.plan-sec .site-title img {
    width: 220px;
    margin: 0 auto;
    display: block;
}
.main-abt-img img {
    width: 100%;
    margin: 40% 0 0;
  animation: zoominoutsinglefeatured 15s infinite ;
}
.main-abt-img {
    transform-origin: 50% 50%;
    transition: 0.5s ease-in-out;
}
.main-abt-img:hover{    
    transform: scale(1) rotate(0.1deg);
 }
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.1,1.1);
    }
    100% {
        transform: scale(1,1);
    }
}

.fea-each img {
    width: 180px;
    margin: 0 auto 20px;
    display: block;
}
.fea-each {
box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    /* background: #fff; */
    padding: 70px 40px;
    border-radius: 20px;
    background: rgb(117,196,170);
    background: -moz-linear-gradient(top, rgba(117,196,170,1) 0%, rgba(53,197,149,1) 100%);
    background: -webkit-linear-gradient(top, rgba(117,196,170,1) 0%,rgba(53,197,149,1) 100%);
    background: linear-gradient(to bottom, rgba(117,196,170,1) 0%,rgba(53,197,149,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75c4aa', endColorstr='#35c595',GradientType=0 );
}
.service-number {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -35px;
    margin-left: -35px;
    margin-bottom: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #000e42;
    background-image: -moz-linear-gradient(145deg,#0039e4,#04dbf1);
    -moz-box-shadow: 10px 10px 30px 0 rgba(2,156,236,.3);
    z-index: 1;
    
    animation: zoominoutsinglefeatured 5s infinite;
}
.fea-each p {
    
    text-align: center;
    font-size: 15px;
    padding: 10px 0 0;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
}

.fea-each h4 {
    
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 20px 0 0;
}
.site-title h5 {
    /*  */
    text-align: left;
    color: #0c877b;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 300;
    text-align: left;
    font-size: 23px;
    padding-bottom: 10px;
}
.site-title h5 span{
  color:#ff7235;
}
.site-title {
    margin-bottom: 10px;
    text-align: center;
}
.site-title h2 {
    /*  */
    /* color: #fff; */
    /* line-height: 58px; */
    /* font-weight: 800; */
    /* font-size: 50px; */
    /* margin: 20px 0 90px; */
    color: #000;
    text-transform: uppercase;
    font-size: 70px;
    text-align: left;
}
.form-box h4 {
    text-align: left;
    margin-bottom: 40px;
    color: #fff;
    
    font-weight: 700;
    font-size: 33px;
    text-transform: uppercase;
}
.price-img::before {
    position: absolute;
    content: '';
    background: url(../images/top-price1-1.png);
    width: 212px;
    height: 105px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.price-img {
    position: relative;
  z-index:1;
}
.price-img img {
    padding: 40px 0 30px;
}

.con-details img {
    width: 50px;
    margin: 0 auto 20px;
    display: block;
}
.con-details h4 {
    
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.con-details p, .con-details p a {
    
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    transition: 0.5s all;
}

.con-details p a:hover{
    color: #cec22e;
}

.form-box form span{
    /* color: #ff425c !important; */
    
}

.points {
  list-style:disc;
  
}
.points li {
    padding-bottom: 20px;
    
    font-size: 16px !important;
    line-height: 26px;
    color: #000;
    letter-spacing: 1px;
    font-weight: 300;
}
.footer-terms .site-title {
    margin-bottom: 0;
    text-align: center;
}
.site-overlay {
    background-image: linear-gradient(-180deg, rgba(20, 20, 30, 0.75) 0%, rgba(20, 20, 100, 0.75) 18%, rgba(20, 20, 100, 0.75) 32%, rgba(20, 20, 30, 1) 95%);
    transition: .5s;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.sec-img img {
    width: 100%;
}
.section2 {
    background-size: contain;
    background-position: top;
    padding: 60px 0;
}
.sec-txt h2 span {
    color: #ff7235;
}
.sec-txt h2 {
    
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
}
.sec-txt p {
    
    color: #a7a7a7;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 1px;
}
.section2 h5 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    
    font-size: 15px;
}
.sec-txt {
    padding: 100px 0 0 0;
}

.serviceBox{
    color: #fff;
    
    text-align: center;
    margin: 0 15px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.serviceBox:before{
    content: "";
    background: transparent;
    height: 150px;
    width: 2px;
    border: 2px solid #c5c5c5;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}
.serviceBox .service-icon {
    color: #fff;
    background: #ff7235;
    font-size: 40px;
    text-align: center;
    line-height: 80px;
    height: 80px;
    width: 80px;
    margin: 0 auto 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 7px #fff inset, 0 0 0 2px #FF7924;
    transition: all 0.3s;
}
.serviceBox:hover .service-icon{ box-shadow: 0 0 0 7px #fff inset, 0 0 0 2px #FF7924,0 0 10px #555; }
.serviceBox .service-icon i{
    transform: rotateY(0deg);
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon i{ transform: rotateY(360deg); }
.serviceBox .service-content{
    background-color:#37346B;
    padding: 20px 0 0 0;
}
.serviceBox .title {
    color: #fff;
    background: #ff7235;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    /* text-shadow: 0 0 3px #000; */
    padding: 15px 10px;
    margin: 0 -15px 5px;
    position: relative;
    
}
.serviceBox .title:before,
.serviceBox .title:after{
    content: '';
    background: linear-gradient(45deg, transparent 49%, #a5480e 50%);
    height: 15px;
    width: 16px;
    position: absolute;
    left: -1px;
    top: 100%;
}
.serviceBox .title:after{
    transform: rotateY(180deg);
    left: auto;
    right: -1px;
}
.serviceBox .description{
    font-size: 15px;
    line-height: 25px;
    padding: 15px;
    margin: 0;
}
.serviceBox.green .service-icon{
    background: linear-gradient(45deg, #00C0A7, #00C0A7, #00E97C);
    box-shadow: 0 0 0 7px #fff inset, 0 0 0 2px #00C0A7;
}
.serviceBox.green:hover .service-icon{ box-shadow: 0 0 0 7px #fff inset, 0 0 0 2px #00C0A7,0 0 10px #555; }
.serviceBox.green .title{ background: linear-gradient(45deg, #00C0A7, #00C0A7, #00E97C, #00E97C); }
.serviceBox.green .title:before,
.serviceBox.green .title:after{ background: linear-gradient(45deg, transparent 49%, #057264 50%); }
.serviceBox.pink .service-icon{
    background: linear-gradient(45deg, #FC4365, #FC4365, #FE6229);
    box-shadow: 0 0 0 7px #fff inset, 0 0 0 2px #FC4365;
}
.serviceBox.pink:hover .service-icon{ box-shadow: 0 0 0 7px #fff inset, 0 0 0 2px #FC4365,0 0 10px #555; }
.serviceBox.pink .title{ background: linear-gradient(45deg, #FC4365, #FC4365, #FE6229, #FE6229); }
.serviceBox.pink .title:before,
.serviceBox.pink .title:after{ background: linear-gradient(45deg, transparent 49%, #a80624 50%); }
.serviceBox.blue .service-icon{
    background: linear-gradient(45deg, #009AFC, #009AFC, #E75A7D);
    box-shadow: 0 0 0 7px #fff inset, 0 0 0 2px #009AFC;
}
.serviceBox.blue:hover .service-icon{ box-shadow: 0 0 0 7px #fff inset, 0 0 0 2px #009AFC,0 0 10px #555; }
.serviceBox.blue .title{ background: linear-gradient(45deg, #009AFC, #009AFC, #E75A7D, #E75A7D); }
.serviceBox.blue .title:before,
.serviceBox.blue .title:after{ background: linear-gradient(45deg, transparent 49%, #0d6ca8 50%); }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 15px 30px; }
}
.service-icon span {
    
    font-weight: 600;
    font-size: 35px;
}
.serviceBox .service-content {
    background-color: #1e1e1e;
    padding: 20px 0 0 0;
    
    font-weight: 300;
    font-size: 12px !important;
    letter-spacing: 1px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgb(0 0 0 / 22%);
}

/* .con-icon {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 28px;
} */

.con-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.inner-con-each {
    padding: 30px;
    border-radius: 0;
    box-shadow: 0 0 10px #0003;
    height: 100%;
}

.con-text p, .con-text p a {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    color: #333;
}

.con-text h5 {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    padding: 10px 0;
    color: #cec22e;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.login-area {
    padding: 50px;
}

.Login_area-con.ng-scope input[type="submit"] {
    background: #3573ff;
    font-size: 22px;
    font-weight: 600;
    padding: 12px;
    border-radius: 0px;
}
.Login_area-con.ng-scope input[type="submit"]:hover, .Login_area-con.ng-scope input[type="submit"]:focus{
  background:#000;
  color:#fff;
  border: 2px solid #000;
}
.Login_area-con.ng-scope input[type="text"], .Login_area-con.ng-scope input[type="password"]{
    background: transparent;
    border: 2px solid #f2f2f2;
    font-size: 14px;
    font-weight: 300;
    padding: 30px 20px;
  }

.cancel-img img {
    width: 100%;
}
.cancel-form p {
    
    font-size: 14px;
}

.cancel-form h3 {
    
    text-transform: uppercase;
    color: #222;
    font-size: 60px;
}
.cancel-form form label {
    
    color: #000;
    text-transform: uppercase;
    padding: 20px 0 0px;
}
.cancel-form form input[type="text"] {
    width: 100%;
    padding: 12px;
    border-radius: 0;
    
    font-size: 14px;
    background: #fff5f5;
    border: 2px solid #ffcccc;
    color: #000;
}
.cancel-form form input[type="submit"] {
    background: #000000;
    border: 2px solid #000000;
    font-size: 16px;
    
    font-weight: 600;
    font-size: 17px;
    margin: 20px 0;
    padding: 16px 70px;
    border-radius: 0;
    margin: 30px auto;
    display: block;
    width: 100%;
}
.cancel-img {
    margin: 22% 0 0;
}
.about-us {
    position: relative;
    padding: 80px 0 80px;
    /* margin: 110px 0; */
}
.about-txt h2 {
  color: #000;
    font-size: 3rem;
    position: relative;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
}

.about-txt h4 {
    
    color: #787878;
    font-size: 21px;
    padding: 10px 0;
}
.start-box {
    padding: 0;
}
.start-img{
  overflow:hidden;
}
.start-img img {
    width: 100%;
    transition: 0.5s;
    height: 538.2px;
    object-fit: cover;
}
.start-img img:hover {
    transform: scale(1.5) rotate(-7deg);
  -webkit-transform: scale(1.5) rotate(-7deg);
  -moz-transform: scale(1.5) rotate(-7deg);
  -ms-transform: scale(1.5) rotate(-7deg);
  -o-transform: scale(1.5) rotate(-7deg);
    transition: 0.5s;
}
.start-txt {
    background: #0c877b;
    padding: 140.2px 60px;
}
.start-txt p {
    
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}

.start-txt h3 {
    
    color: #fff;
    text-transform: uppercase;
    font-size: 62px;
}
.form-head h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 64px;
    font-weight: 600;
    line-height: 75px;
}
.form-head {
    margin: 64% 0 0;
}
.mem-sec h4 {
    
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 29px;
    text-align: left;
}
.mem-sec1 h4 {
    
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 29px;
    text-align: left;
  position:relative;
}
.mem-sec1 h4::before {
    background: #0c877b;
    color: #fff;
    padding: 10px 18px;
    font-size: 13px;
    border-radius: 50px;
    position: absolute;
    content: 'Best Value';
    right: 0;
}   
.mem-sec ul, .mem-sec1 ul {
    margin-left: 21px;
    /* height: 109px; */
}
.mem-sec {
    text-align: center;
}

.mem-sec h2, .mem-sec1 h2 {
    
    font-size: 80px;
    color: #c3c3c3;
    margin: 0px 0 37px;
    text-align: left;
}
.mem-sec ul li, .mem-sec1 ul li {
    text-align: left;
    list-style: square;
    color: #000;
}      
.cancel-page {
    padding: 100px 0;
}
.cancel-box {
    width: 80%;
    border: 1px solid #ccc;
    padding: 60px;
    margin: 0 auto;
    position: relative;
}
.cancel-info {
    background: #0c877b;
    padding: 80px 30px;
    position: absolute;
    left: -51%;
    top: 70px;
}
.cancel-info p, .cancel-info p a {
    
    color: #fff;
}

.cancel-info h5 {
    
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}




.choose-sec {
    position: relative;
    z-index: 1;
    background-color: #000000;
    padding: 90px 0;
}

.shape1 {
    position: absolute;
    right: 0;
    top: 18%;
    z-index: -2;
}

.choose-sec:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #262626;
    z-index: -1;
}

.choose-head h4 {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    
}

.choose-head h1 {
    text-align: center;
    color: #0c877b;
    font-size: 63px;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-shadow: none;
}

.choose-each {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 0 50px 0 0;
    transition: .5s;
    box-shadow: 3px 5px 25px 0 rgba(0,0,0,.1);
    padding: 80px 40px;
    min-height: 453px;
}

.choose-each:before {
    content: "";
    left: 0;
    bottom: 0;
    height: 11px;
    width: 100%;
    position: absolute;
    z-index: -1;
    background-color: #0c877b;
    transition: .5s;
}

.choose-each:hover:before {
    height: 100%;
}

.c-img img {
    width: 90px;
    margin: 0px auto;
    display: block;
    padding: 29px 0;
  transition: .5s;
}

.c-img {
    background: #fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
  transition: .5s;
}

.choose-each h4 {
    color: #222;
    padding: 20px 0 0;
    
    text-transform: uppercase;
    font-size: 38px;
}
.choose-each p {
    /* font-family: 'Outfit', sans-serif; */
    color: #000;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    
    padding: 20px 0 0;
}

.choose-each:hover h4, .choose-each:hover p {
    color: #fff;
}

.choose-each:hover .c-img {
    transform: translateY(-30px);
  transition: .5s;
}

.shape img {
    width: 150px !important;
}
.about-us .site-btn {
    margin: 20px 0;
}

.start-sec {
    margin-bottom: 70px;
}       


.pricingTable {
    position: relative;
    background: #fff;
    
    text-align: center;
    padding: 35px;
    border-radius: 14px;
    box-shadow: 0 0 15px -5px rgb(0 0 0 / 7%);
    height: 100%;
}





.pricingTable .price-value {
    color: #000;
    margin: 15px 0 15px;
    
}

.pricingTable .price-value .amount{
    font-size: 42px;
    font-weight: 700;
    
    color: #105151;
}

.pricingTable .price-value .duration{font-size: 16px;color: #ffffff;font-weight: 700;background: #4588ba;padding: 3px 5px;border-radius: 5px;}

.pricingTable .pricing-content {
    /* background: linear-gradient(#F27CC6,#F25A73); */
    /* padding: 25px 0; */
    /* box-shadow: 0px 5px 15px rgba(0,0,0,0.2); */
    /* border-radius: 0; */
}

.pricingTable .content-list{
    padding: 0;
    margin: 0 0 0px;
    list-style: none;
    /* background: linear-gradient(#0f7272,#0cd7d7); */
}

.pricingTable .content-list li {
    color: #111;
    font-size: 15px;
    text-align: left;
    padding: 8px 0;
    position: relative;
    
    text-align: center;
    border-bottom: 1px solid #eeeeee54;
}

.pricingTable .content-list li:nth-child(even){/* background-color: rgba(0,0,0,0.2); *//* border: 1px solid #919191; */border-left: 0;border-right: 0;}

.pricingTable .content-list li:before{
    content: "\f00c";
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    top: 14px;
    right: 15px;
    display: none;
}

.pricingTable .content-list li.disable:before{ content: "\f00d"; }

.pricingTable .pricingTable-signup a {
    color: #fff;
      background-color: rgb(240 92 112);
    font-size: 16px;
    text-transform: uppercase;
    width: 270px;
    border-bottom: 5px solid #00a99e;
    padding: 8px 20px;
    
    margin: 0 auto;
    border-radius: 50px;
    /* box-shadow: 0 5px 10px rgba(0,0,0,0.5); */
    display: block;
    transition: all 0.3s ease 0s;
    
    letter-spacing: 0px !important;
    /* font-weight: bold; */
}

.pricingTable .pricingTable-signup a:hover{
    color: #fff;
    background-color: rgba(0,0,0,0.3);
}



.pricingTable.blue .pricing-content {
        /* background: linear-gradient(#0f7272,#0cd7d7); */
}

.pricingTable.purple .pricingTable-header{ background-color: #6778E2; }

.pricingTable.purple .pricing-content{ background: linear-gradient(#6B69CC,#734FA7); }

@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}



@media only screen and (max-width: 767px) {
  .main-banner{ height:auto;}
  .banner-txt h2 span{font-size:34px;} 
  .banner-txt {
    width: 100%;
    margin: 100px 0;
}
  
  
   .frm-btn{width:100%!important}
  .about-us {
    
    height: auto; padding:0!important;
}
  
  
  .banner-txt h4 {
   
    margin: 39px auto 0; font-size:20px;
}
  
.member-btn {
    text-align: center;
    margin: 0;
}
  
  
  
  .banner-txt h2 {
    /*  */
    
    font-size: 50px;
    
    padding:  0;
    line-height: 64px;
    
}
  
  
  .member-btn.cancel {
    text-align: center!important;
}
  
}

.pricingTable .content-list:after {content: '';clear: both;display: block;}

.pricingTable-signup {
    margin-top: 35px;
}

.funfact-section {
    padding: 80px 0 0;
}

.about-us svg {
    position: absolute;
    top: -3%;
    left: 0;
    right: 0;
    z-index: -1;
}
.bg1 {
    background: #fff;
}
.bg2 {
    background: #fff;
}
.bg3 {
    background: #ffff;
}
.form-area .site-title h4 {
    /* font-size: 35px; */
    /* color: #fff; */
    line-height: 53px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 4.5rem;
    
}
.frm-btn {
    background: #bb9a65;
    position: relative;
    color: #fff;
    padding: 15px 30px;
    margin: 0 auto;
    width: 68%;
    display: block;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    box-shadow: rgb(40 40 40 / 32%) 0px 25px 20px -20px;
    z-index: 0;
    border: 2px solid #bb9a65;
}
.frm-btn::before{
    position: absolute;
    content: "";
    background: #272e39;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    transition: all 0.5s ease;
    z-index: -1;
}
.frm-btn:hover::before {
    height: 100%;
    transition: all 0.5s ease;
}
.frm-btn:hover{
    color: #fff;
    box-shadow: rgb(0 0 0 / 17%) 0px 30px 34px -3px;
    transition: all 0.5s ease;
}
.pricingTable.second {
    position: relative;
    z-index: 5;
}

.terms-index {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.terms-index .colItem {
    /* width: 32%; */
    padding: 20px 0;
    /* margin-bottom: 20px; */
    border-radius: 0;
}
button.owl-dot {
    height: 13px;
    width: 50px;
    border: 2px solid #ff7d3f !important;
    border-radius: 10px;
    margin-right: 8px;
}
button.owl-dot.active {
    background: #ff7d3f;
}



.owl-dots {
    display: flex;
    margin: 30px auto 0;
    text-align: center;
    justify-content: center;
}

.footer-terms h2 {
    font-size: 4rem;
    text-transform: uppercase;
    color: #323232;
    text-align: center;
    margin-bottom: 42px;
}

.site-title p {
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 8px;
    letter-spacing: 7px;
    color: #000;
}
.about-us:before{
    content: '';
    position: absolute;
    top: 80%;
    right: -5%;
    /* border: 20px solid #ffd5df; */
    height: 450px;
    width: 450px;
    border-radius: 100%;
}
.form-area:before{
    content: '';
    position: absolute;
    top: -56%;
    left: 8%;
    border: 20px solid #f3f3f3;
    height: 250px;
    width: 250px;
    border-radius: 100%;
    z-index: -1;
}

#myTab .nav-link.active {
    background-color: #ff6613;
    color: #fff;
}
#myTab .nav-link {
    font-size: 1.3rem;
    color: #333;
    padding: 1rem 1.3rem;
}

.tab-content>.active {
    padding-top: 13px;
}
.nav-tabs {
    border-bottom: 1px solid #ff6613;
}

.login-area h2 {
    color: #242424;
}
.checkout-terms{
    padding: 40px;
    box-shadow: 0 0 10px #0003;
}
.checkout-terms .feature-title h2 {
    font-size: 1.5rem;
    color: #cec22e;
}

.price-list p{
    margin: 0 0 10px 0;
    border-bottom: 2px solid #a3a4ab;
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: #333;
    transition: 0.5s all;
}

.price-table:hover .price-list p{
    color: #fff;
}

.price-table{
    background-color: #cec22e3d;
    padding: 20px;
    border: 1px solid #fff6ed;
    transition: 0.5s all;
}

.price-table:hover{
    background-color: #105151;
}

.plane-title h2{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #333;
    transition: 0.5s all;
}

.price-table:hover .plane-title h2{
    color: #fff;
}

.price-name{
    display: flex;
    gap: 5px;
    align-items: baseline;
    margin-bottom: 20px;
}

.price-name h2{
    font-size: 36px;
    color: #cec22e;
    font-weight: 700;
}

.price-table .price-name span{
    transition: 0.5s all;
}

.price-table:hover .price-name span{
    color: #fff;
}

/* Feature */

.feat-sec{
    padding: 80px 0;
    background-color: #fff6ed;
}

.ftr-bx{
    /* padding: 20px; */
    /* box-shadow: 0 0 10px #0002; */
    /* min-height: 350px; */
    color: #fff;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.ftr-bx::after{
    position: absolute;
    content: "";
    background: url(../images/ftr-bx.jpg);
    background-size: cover;
    background-position: center;
    inset: 0;
    z-index: -1;
}

.ftr-bx .nmbr{
    position: absolute;
    font-size: 100px;
    color: rgba(255, 255, 255, 0.2);
    bottom: 0;
    right: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}



.ftr-img{
    max-width: 70px;
    width: 100%;
    margin: 15px 0;
    filter: brightness(0) invert(1);
}

.ftr-cntnt h5{
    margin: 15px 0;
    font-weight: 700;
    color: #fff;
}

.ftr-cntnt p{
    margin: 0;
    line-height: 2;
}

/* Project-sec */

.project-sec{
    padding: 120px 0 80px 0;
}

 
.pg_sec_otr{
    background: url(../images/project-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.pg_sec_otr .site-btn a{
    background-color: #fff;
    color: #105151;
}

.pg_sec_otr .site-btn a:hover{
    color: #fff;
}

.pg_sec_inr{
    padding: 30px;
}

.pg_sec_inr h2{
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.pg_sec_inr p{
    line-height: normal;
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
}

.prjct-img{
    height: 360px;
    margin-top:-90px;
    text-align: right;
}

.prjct-img img{
    height: 100%;
}

@media(max-width:991px){
   .prjct-img{
    margin-top:0;
    text-align: center;
} 
}

/* Budget Sec */

.beaget-sec{
    padding: 80px 0;
}

.ftr-cntnt h2{
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px;
}

.l-sec ul{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.l-sec ul li{
    padding: 10px;
    display: flex;
    gap: 5px;
    background-color: #cec22e;
    align-items: baseline;
    color: #fff;
    min-width: 250px;
}

.ftr-cntnt p{
    line-height: 2;
    font-size: 15px;
}

/* Beagate Bottom */

.bgt-btm .api-box {
    padding: 20px;
    box-shadow: 0 0 10px #0002;
    min-height: 350px;
    color: #fff;
    position: relative;
    isolation: isolate;
}

.bgt-btm .api-box::after{
    position: absolute;
    content: "";
    background: url(../images/ftr-bx.jpg);
    background-size: cover;
    background-position: center;
    inset: 0;
    z-index: -1;
}

.bgt-btm .api-box .nmbr{
    position: absolute;
    font-size: 100px;
    color: rgba(255, 255, 255, 0.2);
    bottom: 0;
    right: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.bgt-btm .api-box .api-icon{
    max-width: 70px;
    width: 100%;
    margin: 15px 0;
    filter: brightness(0) invert(1);
}

.bgt-btm .api-box h5 {
    margin: 15px 0;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.bgt-btm .api-box p {
    line-height: 2;
    font-size: 15px;
    margin: 0;
}

.bgt-btm .row{
    row-gap: 30px;
}

.ptntl_sec{
    padding: 80px 0;
    background: #fff6ed;
}

.faq-sec details summary{
   list-style: none;
   padding: 20px;
   position: relative;
}

.faq-sec details summary::after{
    position: absolute;
    content: "+";
    background: #fff;
    color: #105151;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 600;
}

.faq-sec details[open] summary::after{
    content: "-";
}

.faq-sec details{
   background: #105151;
   color: #fff;
}

.faq-sec details section{
    padding: 10px 20px;
}

.terms-sec a{
    color: #cec22e;
}

.prvcy_sec a{
    color: #cec22e;
}

/* Validation */

.val-head{
    border-bottom: 1px solid #eee;
}

.intl-tel-input{
    width: 100%;
    margin: 20px 0;
}

.val-bx .frm-btn{
    width: 100%;
}

.bottom-zero{
    margin-top: 20px;
    text-align: center;
}

#c-code{
    min-height: 60px;
}

.bottom-ten{
    margin: 10px 0
}

.phn-val-result-sec{
    display: none;
}

.val-sec .dropdown-toggle{
    border: 0;
    background-color: transparent;
}

.val-sec .dropdown .dropdown-menu{
    padding: 10px;
}

.val-sec .dropdown .dropdown-menu p{
    margin-bottom: 5px;
}

/* Cookie Design */

 #cookiePopup {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background: #cec22e;
        padding: 15px;
        /* display: flex; */
        flex-wrap: wrap;
        z-index: 999999;
        gap: 20px;
        align-items: center;
        justify-content: center;
        text-align: center;
        display: none;
    }

    #cookiePopup h4 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }

    #cookiePopup p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 850px;
    }

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        background: #cec22e;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }

    .cookieBtns button:last-child {
        background-color: #fff;
        color: #cec22e;
    }



    @import url('https://fonts.googleapis.com/css2?family=Outfit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-logo img {
    width: auto;
    height: 70px;
}

.login-btn a {
    padding: 15px 45px;
    background: #cec22e;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
    z-index: 0;
    vertical-align: middle;
}

.login-btn a::before{
    position: absolute;
    content: "";
    background: #191919;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    transition: all 0.5s ease;
    z-index: -1;
}
.login-btn a:hover::before{
    height: 100%;
    transition: all 0.5s ease;
}
.price-bg {
      position: relative;
}
.section-heading h2{
    font-size: 3rem;
}






.logo-sec::before {
    content: "";
}
.img-rocket2 img {
    width: auto;
    height: 150px;
}
.img-rocket1 img {
    width: auto;
    height: 150px;
}
.sec-tittle h2 {
    font-family: 'Outfit';
    color: #000;
    padding: 10px 0;
    font-size: 3rem;

}
.plan span {
    border-top: 5px solid #cec22e;
    padding: 5px 25px;
    border-radius: 0 10px 10px 0;
    font-size: 15px;
    background: #ffb752;
    position: absolute;
    left: 0;
    top: 27px;
    color: #000;
}
.feature-img {
    border-radius: 9px;
    background: #4aa5c81c;
}
.feature-img img {
    width: auto;
    height: 250px;
}

.img-rocket2 {
    position: absolute;
    left: 50px;
    bottom: -60px;   
}
.img-rocket1 {
    position: absolute;
    top: -35px;
    right: 50px;
}
section.joinsec {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}


.main-banner {
    overflow: hidden;
    position: relative;
    display: flex;
    /* background: url(../images/banner.jpg)no-repeat; */
    background: #efeeee;
    background-position: left;
    background-size: cover;
    align-items: center;
    min-height: 100vh;
    z-index: 0;

}

.banner-content h4{
font-size: 14px;
    color: #dadada;
    letter-spacing: 6px;
    font-family: 'Outfit';
    font-weight: unset;
}
.banner-content h2{
    color: #000;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Outfit', sans-serif;
}
.banner-content h5 {
    font-weight: 600;
    font-size: 55px;
    color: #000;
    line-height: 1.2;
    font-family: 'Outfit', sans-serif;
    position: relative;
    margin-top: 20px;
}

.banner-content h5 span{
    color: #cec22e;
    display: inline;
}



.banner-content p{
    color: #000;
    margin-top: 20px;
}

.feature-item.bg2 {
    background: #fff;
}
.feature-item.bg2 h2{
    color: #ffc107;
}
.feature-item.bg2 .feature-plan{
 background-color: #ffc107;
    box-shadow: 0px 6px 6px 1px #fd4f6426;
}

section.form-login {
    width: 100%;
    height: 100vh;
}


.feature-item.bg3 {
    background: #fff;
}
.feature-item.bg3 h2{
    color: #8f8d8d;
}
.feature-item.bg3 .feature-plan{
  background-color: #8f8d8d;
    box-shadow: 0px 6px 6px 1px #8f8d8d40;
}
.price-sec{
    position: relative;
}
.price-sec::after{
    position: absolute;
    bottom: -137px;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: url(../images/icon/wave.svg);
}

.pricingTable-header h3 {
    box-shadow: 0px 4px 8px #ffc1072e;
    position: absolute;
    top: -23px;
    color: #fff;
    right: 10px;
    background: #ffc107;
    font-size: 20px;
    padding: 10px 35px;
    font-weight: 200;
    border-radius: 10px 0;
}
.feature-item {
        margin: 58px 0;
    position: relative;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 2px 48px #dddddd47;
    border-radius: 17px;
  
}

.feature-item.bg-2 {
    background: #ffc5cd;
}


.feature-title h2 {
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0;
}


.feature-plan {
    top: -34px;
    box-shadow: 0px 6px 6px 1px #00a99d2e;
    color: #fff;
    background: #cec22e;
    position: absolute;
    padding: 10px 24px;
    border-radius: 12px;
}

.login-bg{
    background: url(../images/log-bg.jpg)no-repeat;
    background-position: left;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-dashboard {
    padding: 30px;
    background: #fff;
    box-shadow: 0px 2px 48px #0000000d;
    position: relative;
    text-align: center;
}

.login-form {
    margin: 10px 0 0 0;
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px;
    padding-left: 40px;
}

.login-form.user{
    background: url(../images/user.png);
    background-size: 15px;
    background-position: 2% center;
    background-repeat: no-repeat;
}

.login-form.password{
    background: url(../images/password.png);
    background-size: 15px;
    background-position: 2% center;
    background-repeat: no-repeat;
}

.back-home img {
    filter: invert(1);
}
.back-home {
    width: 40px;
    height: 40px;
    background: #000;
    position: absolute;
top: 5px;
    right: 6px;
    z-index: 11;
    border-radius: 50px;
    padding: 8px;
}
.line {
    width: 100%;
    height: 2px;
    background: #00a99d;
    margin: 10px 0;
}
.line2 {
    width: 100%;
    height: 2px;
    background: #ffc107;
    margin: 10px 0;
}
.line3 {
    width: 100%;
    height: 2px;
    background: #8f8d8d;
    margin: 10px 0;
}
.btn.signin {
    color: #fff;
    background: #000;
    width: 100%;
    padding: 11px;
}

h3.form-title {
   color: #000000;
    font-weight: 800;
    margin: 15px 0;
}
.form-banner{
    background: #f9f9f9;
}

.fot-bg { 
    left: -25px;
    position: absolute;
    bottom: 0;
}

.fot-bg img {
    width: auto;
    height: 189px;
}
.form-sec{
    padding: 50px 0;
}

.row.billing_details{
    row-gap: 30px;
}