@import url('font.css');

a{
    text-decoration: none !important;
}
section {
    padding: 50px 0;
}

.u-hero__section {
    padding: 0;
}
.container {
    max-width: 1240px;
}
.social-icon {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 33px;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin: 0px 3px;
    background-color: #57a239;
}
.social-icon:hover {
    background-color: #fff;
    color: #243f84;
}
.top-header-area .social-icons li {
    display: inline-block;
}
.top-header-area {
    background-color: #57a239;
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-header-information {
    padding-left: 0;
    margin-bottom: 0;
}
.top-header-information li,
.top-header-others li {
    list-style-type: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    margin-right: 15px;
}
.top-header-information li i,
.top-header-others li i{
    position: absolute;
    left: 0;
    color: #ffffff;
    top: 4px;
    font-size: 16px;
}
.top-header-information li a,
.top-header-others li a {
    color: #fff;
}
.top-header-information li a:hover,
.top-header-others li a:hover {
    color: #f2132b;
}
.top-header-others {
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
}
.top-header-others .languages-list {
    padding-left: 0;
}
.u-header {
    background-color: #ffffff;
    transition: all 0.3s linear;
}
.u-header .navbar-brand {
    max-width: 395px;
}
.u-header .navbar {
    /* padding-top: 0px; */
    /* padding-bottom: 0px; */
}
.u-header a.nav-link {
    color: #000000;
    /* font-size: 16px; */
    font-weight: 500;
    /* letter-spacing: .5px; */
}
.u-header a:hover {
    color: #243f84;
}
.u-header__fixed {
    transform: translateY(-100px);
}
.u-header__top {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    transform: translateY(0);
    width: 100%;
    z-index: 999;
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
}
/* hero-section */
.u-slider__item .carousel-caption {
    top: 50%;
    transform: translateY(-35%);
    max-width: 750px;
    margin: 0 auto;
}
.u-hero__title {
    
    font-size: 60px;
    margin-bottom: 10px;
}
.u-slider__item{
    position: relative;
}
.u-hero__sub--title {
    margin-bottom: 10px;
}
.u-slider__item p {
    font-size: 18px;
}
.u-slider__item:after {
    background-color: #000000;
    content: "";
    height: 100%;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
}
.owl-nav button {
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    text-align: center;
    font-size: 16px !important;
    background: #7cbc16 !important;
    border-radius: 50%;
    color: #fff !important;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    outline: none !important;
    top: 50%;
    transform: translateY(-100%);
    z-index: 9;
    opacity: 0;
}
.u-slider__carousel:hover .owl-nav button,
.u-product__slider:hover .owl-nav button {
  color:#000000;
  opacity: 1 !important;
}
.u-product__slider .owl-nav button {
    opacity: 1 !important;
}
.owl-nav .owl-prev {
    left: 60px;
}
.owl-nav .owl-next {
    right: 60px;
}
.u-work__column span {
    max-height: 240px;
    display: block;
    overflow: hidden;
}
.u-work__column-content {
    padding: 15px 15px 0px 15px;
    text-align: center;
}
.u-work__column-content h4 {
    
    font-size: 22px;
    margin-bottom: 10px;
}
.u-work__column:hover .u-work__column-content h4,
.u-selling-products__column:hover .u-selling-producr__name {
     color: #243f84;
}
.u-work__column {
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / 8%);
    border: 1px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
}
.u-work__column:hover {
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
}
.u-work__column img,
.u-selling-products__column img {
    transition: all 0.5s;
}
.u-work__column:hover img,
.u-selling-products__column:hover .u-selling-products__column-img img {
    transform: scale(1.03);
}
.u-section__title {
    font-weight: 700;
    font-size: 33px;
    color: #104ea5;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}
.u-section__title::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 50%;
    background-color: #57a239;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.u-about__us-img {
    background-image: url(../images/about.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    height: 100%;
}
.u-about__content p {
    font-size: 16px;
    line-height: 27px;
    margin-top: 10px;
}
.u-about__content .u-section__title::after {
    left: 0;
    transform: translateX(0);
    right: 0;
    margin: auto;
}
.u-features__section,
.u-our__service{
    background-color: #104ea5;
    color: #fff;
}
.u-features__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
}
.u-features__wrap i {
    font-size: 60px;
    margin-right: 15px !important;
}
.u-features__content h4 {
    font-size: 20px;
    margin-bottom: 5px;
    
}
.u-selling-products__column {
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / 8%);
    height: 100%;
    background-color: #ffffff;
    overflow: hidden;
}
.u-selling-products__column:hover {
    box-shadow: 0 10px 30px 0 rgb(50 50 50 / 16%);
}
.u-selling-products__column:hover .u-product_list-icon {
    opacity: 1;
}
.u-product__slider .owl-stage {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.u-selling-products__column-img a {
    display: block;
    width: 100%;
    padding: 15px;
    /* max-height: 210px; */
    /* min-height: 210px; */
    overflow: hidden;
    height: 100%;
}
.u-selling-products__column-img {
    background-color: #fff;
}
.u-selling-producr__content {
    padding: 15px;
    padding-top: 5px;
    /* display: none; */
}
.u-selling-producr__name {
    margin-bottom: 10px;
    color: #272b2f;
    font-size: 14px;
    display: block;
    
}
.u-product_list-icon {
    margin: 0;
    text-align: center;
    margin-top: -24px;
    position: relative;
    z-index: 9;
    /* opacity: 0; */
}
.u-product_list-icon-item {
    padding: 5px 4px;
    display: inline-block;
}
.u-product_list-icon-item a {
    align-items: center;
    background-color: #2e6a2c;
    border-radius: 3px;
    display: flex;
    height: 38px;
    justify-content: center;
    text-align: center;
    width: 38px;
}
.u-product_list-icon-item a:hover {
    background-color: #243f84;
}
.u-product_list-icon-item a img {
    max-width: 19px;
    filter: invert(1);
    display: inline-block !important;
}
.u-product__listing .owl-nav .owl-prev {
    left: -15px;
}
.u-product__listing .owl-nav .owl-next {
    right: -15px;
}
.u-selling-product_price p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
}
.u-selling-product_sine {
    font-size: 18px;
    
}
.u-our__service .u-features__wrap i {
    font-size: 35px;
    display: block;
    max-width: 15%;
    flex: 0 0 15%;
}
.u-our__service .u-features__content {
    flex: 0 0 80%;
}
/* fotter */
.u-footer {
    background-color: #fcfcfc;
    color: #000;
    padding: 50px 0;
}
.u-footer__brand {
    display: inline-block;
    max-width: 150px;
    margin-bottom: 15px;
}
.u-footer__column h3 {
    
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
}
.u-footer__column h3:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    background-color: #fff;
    width: 50px;
    height: 1px;
}
.u-footer-links li {
    padding-bottom: 10px;
}
.u-footer-links li a {
    color: #000;
}
.u-footer-links li a:hover {
    color: #316b2e;
}
.u-footer__label i {
    color: white;
    font-size: 19px;
    margin-right: 7px;
}
.u-footer__column p {
    margin-bottom: 10px;
}
.u-footer__column a {
       color: #2c2929;
    /*filter: brightness(0)invert(100);*/
}
.u-footer__column ul a{
    /* color:#fff; */
}
/* About-us */
.u-inner__page {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-image: url(http://ajdeal.in/assets/images/our_products.jpg);;background-color: #57a239;
}
.u-inner__page:after {
    content: "";
    background-color: #000000;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.3;
}
.u-inner__page-content {
    z-index: 9;
    position: relative;
    padding: 15px 0px;
}
.u-inner__page-content h2 {
    text-align: center;
    font-size: 55px;
    
    color: #fff;
}
.u-team__member {
    height: 227px;
    overflow: hidden;
    border-radius: 100%;
    width: 227px;
    margin: 0 auto;
}
.u-legalitie__section .card-footer {
    background-color: #28a745;
    color: #fff;
}
.u-legalitie__section .card {
    border-color: #28a745;
}
.u-business__content h2 {
    margin-bottom: 10px;
    font-size: 55px;
    
    color: #243f84;
}
.u-business__content h5 {
    font-size: 32px;
    
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #28a745;
}
.u-business__content p {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
.u-btn__global {
    width: 100%;
    padding: 14px 10px;
    font-size: 22px;
    
    border: 1px solid beige;
    background-color: #28a745;
    color: #ffffff !important;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    outline: none;
}
.u-btn_form {
    border: 1px solid #28a745;
    padding: 7px 5px;
    border-radius: 4px;
    background-color: #28a745;
    color: #ffffff !important;
    
    font-size: 14px;
}
.u-btn__global:hover,
.u-btn_form:hover {
    background-color: #243f84;
}
.u-btn_form.bg-primary {
    background-color: #355ec8 !important;
    border-color: #355ec8 !important;
}

.u-contact__us .form-control.bg-gray {
    padding: 8px 8px;
    outline: none;
    box-shadow: none;
}
/* single product */
.gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0px 0;
}
.gallery-i {
    display: block;
    width: 16.666%;
    padding: 0 3px;
}
.gallery-i.active img {
    border: 2px solid #243f84;
}
.u-product__price p {
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 300;
    
}
.u-screen-rider__text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
.u-input__text {
    width: 40px;
    height: 40px;
    padding: 6px;
    border-radius: 50%;
    border: 2px solid #28a745;
    margin: 0px 10px;
    outline: none;
    text-align: center;
    font-weight: bold;
    color: #28a745;
}
/* Chrome, Safari, Edge, Opera */
input.u-input__text::-webkit-outer-spin-button,
input.u-input__text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number].u-input__text {
  -moz-appearance: textfield;
}
.u-form_area {
    display: flex;
    align-items: center;
}
.u-quantity {
    cursor: pointer;
}
.u-product_btn {
    padding: 7px 15px;
    text-align: center;
    font-size: 16px;
    
    border: 1px solid #28a745 !important;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}
/*cart*/
.table {
    vertical-align: middle;
    margin-top: 15px;
    border: 1px solid #dee2e6;
    
    font-size: 14px;
}
.cart-product-img {
    display: block;
    width: 60px;
}
.cart-table-content .table tr th {
    padding: 13px 12px;
    font-size: 15px;
    text-transform: uppercase;
}
.product-name {
    width: 35%;
    
}
.u-quantity {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.title_wrap {
    position: relative;
}
.title_wrap::before {
    content: "";
    position: absolute;
    background-color: #e3e1e1;
    height: 1px;
    width: 100%;
    left: 0;
    top: 10px;
    z-index: 1;
}
.section_bg_gray {
    position: relative;
    background: #f8f9f9;
    z-index: 9;
    display: inline-block;
    padding-right: 20px;
    font-size: 19px;
}
.u-price__listing {
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.compe_checkout_total {
    font-size: 20px;
    text-transform: uppercase;
    border-top: 1px solid #dfdfdf;
    padding-top: 10px;
    margin-top: 15px;
}
/* founder css */
.founder-img {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    border-radius: 100%;
    border: 2px solid #88b715;
}
.founder-img img {
    overflow: hidden;
    border-radius: 100%;
    height: 200px;
    width: 200px;
    object-fit: cover;
    object-position: center;
}
.founder-item h4 {
    font-weight: 400;
    font-size: 20px;
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .dropdown-toggle::after {
        
    right: 20px;
    position: absolute;
    top: 12px;
}

    
    .navbar-nav {
  
background: #ebebeb;
  
margin-top: 31px;
}
    .u-about__us-img {
        height: 340px;
        margin-bottom: 30px;
    }
    .u-section__title,
    .u-business__content h5 {
        font-size: 22px;
    }
    .u-features__content h4 {
        font-size: 17px;
        margin-bottom: 0px;
    }
    .u-business__content h2 {
        font-size: 35px;
    }
    .u-btn__global {
        font-size: 17px;
    }
    .u-inner__page-content h2 {
        font-size: 40px;
    }
    .u-header .navbar-brand {
        max-width: 115px;
    }
    .u-header .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 990px) {
    .u-form__link {
        position: absolute;
        right: 56px;
        /* top: 78px; */
        margin-top: 7px !important;
        z-index: 100;
    }
    .u-form__link .nav-link {
        padding: 6px 12px;
    }
    .u-btn_form {
        margin-bottom: 10px;
    }
    .u-btn_form {
        display: inline-block;
        min-width: 100px;
        text-align: center;
    }
    .u-form__link>a {
        padding: 3px 4px !important;
        font-size: 9px;
    }

    /* banner css */
    .u-hero__section .owl-item img {
        height: 400px;
        object-fit: cover;
    }
    .u-hero__section .u-slider__item .carousel-caption {
        transform: translateY(-50%);
    }
    .u-hero__title {
        font-size: 35px;
    }
}
@media only screen and (min-width: 990px) and (max-width: 1024px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 13px;
    }
    .hidden-xs {
        display: none;
    }
}
.social-icons {
    float: right;
    margin: 0;
}
.u-about__us {
    background: #efefef;
}
.btn_one {
    height: 40px;
    border: 1px solid #40b54d;
    line-height: 36px;
    font-size: initial;
    color: #40b54d;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    -o-transition-timing-function: ease, ease;
    transition-timing-function: ease, ease;
    z-index: 1;
    background: 0 0;
    padding: 0 15px;
    text-align: center
}

.btn_one,
.btn_one:hover::before,
.btn_two,
.btn_two:hover::before {
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    -o-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.btn_two {
    height: 44px;
    border: 1px solid #40b54d;
    color: #40b54d;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    -webkit-transition: border-color .3s, color .3s;
    -o-transition: border-color .3s, color .3s;
    transition: border-color .3s, color .3s;
    -o-transition-timing-function: ease, ease;
    transition-timing-function: ease, ease;
    z-index: 1;
    background: 0 0;
    padding:8px 15px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.btn_one:hover,
.btn_two:hover {
    color: #000;
    border-color: #40b54d
}

.btn_one:hover::before,
.btn_two:hover::before {
    opacity: 1;
    background-color: #40b54d;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
}

.btn_one.submit-btn:after {
    background: #40b54d
}

.btn_one.submit-btn {
    color: #fff;
    cursor: pointer
}
.btn_wrapper {
    height: 46px
}
.cart_detail,
.cart_detail:after {
    position: absolute;
    background: #fff
}

.cart_detail,
.top_toolbar_new .toolbar_right ul li.search .search_detail_two {
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
    border-radius: 3px;
    z-index: 9;
    top: calc(100% + 3px);
    visibility: hidden;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

.cart_detail {
    width: auto;
    right: 10%;
    text-align: left;
    padding: 6px;
}

.cart_detail:after {
    content: "";
    left: calc(50% - 5px);
    top: -5px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px
}

.single_cart {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    clear: both;
    display: flex
}

.single_cart:first-child {
    padding-top: 0
}

.cart_left {
    width: 30px;
    text-align: center;
    vertical-align: middle;
    float: left
}

.cart_right {
    float: right;
    padding-left: 10px
}

.cart_right h3 {
    font-size: 11px;
    color: #171723;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize
}

.cart_right p {
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
    line-height: 34px
}

.cart_right p sup {
    font-size: 12px
}

.cart_more {
    text-align: center;
    line-height: 14px;
    padding-top: 6px;
}

.accordion_btn a,
.cart_more a {
    color: #44ba51;
    text-transform: uppercase;
    padding: 0
}

.cart_more a {
    font-size: 14px;
    font-weight: 700
}

.cart_more a i {
    font-size: 15.02px;
    color: #cd4526 !important
}
li:hover .cart_detail {
    visibility: visible;
    -webkit-transform: translateX(48%);
    -ms-transform: translateX(48%);
    transform: translateX(48%);
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}


.cart_detail,
.cart_detail:after {
    position: absolute;
    background: #e9ecef;
}

.cart_detail {
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
    border-radius: 3px;
    /* float: right; */
    z-index: 9;
    top: calc(101% + 3px);
    visibility: hidden;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}
.cart_detail:after {
    content: "";
    left: calc(50% - 5px);
    top: -5px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px
}
img {
    border-style: none;
    height: auto;
    max-width: 100%;
}
.cart_left {
    width: 30px;
    text-align: center;
    vertical-align: middle;
    float: left;
}
.cart_right {
    float: right;
    padding-left: 10px;
}
.product_price p {
    padding: 0 14px;
    height: 29px;
    line-height: 29px;
    background: #f5f5f5;
    color: #40b54d;
    font-size: 13px;
    display: inline-block;
    font-weight: 700;
    margin: 0;
}
.price ins span {
    color: #333;
    font-size: 25px;
}
.ingredient_slider_detail .price del {
    color: #bdbdbd;
}
.price del span {
    color: #bdbdbd;
    font-size: 16px;
}
ins, mark {
    text-decoration: none;
}
.product-cart {
    padding-bottom: 0;
    margin-bottom: 0;
} 
.ingredient_slider_btn a {
        height: 50px;
    line-height: 78px;
    border: 2px solid #000;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 2px;
}

.ingredient_slider_btn a:last-child {
    margin-left: -6px
}

.ingredient_slider_btn a:hover {
    background: #000;
    color: #fff
}
.quantity .looking {
    width: 24px;
    height: 24px;
    line-height: 22px;
    border-radius: 50%;
    border: 0;
    background: #ebebeb;
    color: #000;
    cursor: pointer;
    margin-right: 0;
}
.quantity .looking, .quantity input {
    text-align: center;
    border: 1px solid #ddd;
    vertical-align: middle;
    cursor: pointer;
    padding: 0;
    font-size: 1rem;
}

@media only screen and (max-width: 480px) {
.social-icons {
    float: right;
    margin-top: -24px !important;
    margin: 0;
    background-color: #0a4780;
    padding: 3px 12px;
    /* color: beige; */
    border-radius: 22px;
}
.cart_detail {
    width: auto;
    right: 18%;
    text-align: left;
    padding: 6px;
}

}