@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&display=swap');
ul li {
    text-decoration: none;
    list-style-type: none;
}

.first {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 99999;
}

.navbar-brand img {
    width: 150px;
}
.product img, .box img, .row.mar img {
    transition: .3s linear;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}
.carousel-control-next, .carousel-control-prev{
        width: 10%;
}
.product img:hover, .box img:hover, .row.mar img:hover {
    transform: scale(1.1);
}
.mx-auto {
    margin-right: 0px !important;
}

.firts .container {
    max-width: 1300px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.carousel h2 {
    font-size: 61px;
    font-weight: 700;
    color: #fff;
    line-height: 72px;
    font-family: 'Varta', sans-serif;
}

.yourhealth h2 span:after {
    content: "";
    position: absolute;
    left: -8px;
    height: 72%;
    width: 436px;
    background: #ffffff;
    top: 19%;
    z-index: -1;
}

.row.mar .col-md-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.carousel-caption {
    text-align: left;
    left: 10%;
    bottom: 36%;
    padding-top: 8px;

}
.yourhealth h2 span {
    text-transform: uppercase;
    color: #fe5400;
    position: relative;
    z-index: 2;
    padding-top: 22px;
}

.yourhealth p {
    font-size: 16px;
    color: #fff;
}

.yourhealth .btn-primary {
    color: #fe5400;
    background-color: #ffffff;
    border-color: #ffffff;
    font-weight: 700;
    font-size: 30px;
}

.yourhealth .btn-primary:hover {
    color: #fff;
    background-color: #fe5400;
    border-color: #ffffff
}

.navbar {
    padding: 0px;
}

.bradcam_area {
    background-position: bottom;
    background-image: url(../images/op.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: center top;
}

.header .navbar-expand-lg .navbar-nav .nav-item a {
    color: #000 !important;
}

.bradcam_area {
    background-size: cover;
    background-position: bottom;
    padding: 260px 0 160px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.bradcam_area h3 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}

.second img {
    width: 75%;
}

.second h4 {
    font-family: 'Josefin Sans', sans-serif;
}

.second h2 {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
}

.second p {
    font-size: 17px;
    line-height: 28px;
    font-family: 'Varta', sans-serif;
}

.second {
    padding-top: 4rem;
    position: relative;
    padding-bottom: 4rem;
}

.second .btn-primary {
    padding: 5px 20px 5px 20px;
    color: #fff;
    background-color: #fe5402;
    border-color: #fe5402;
    font-weight: 600;
    font-size: 20px;
}

.trans img {
    position: absolute;
    width: 10%;
    top: -27px;
    left: -2px;
    z-index: 1;
}

.trans2 img {
    position: absolute;
    width: 12%;
    right: 0px;
    bottom: 10px;
}

.third {
    padding-top: 3rem;
    padding-bottom: 3rem;
    z-index: 2;
    background-image: url(../images/second.jpg);
    background-repeat: repeat;
    background-position: center top;
}

.third h2 {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    position: relative;
}

.third h2:after {
    content: "";
    width: 200px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 49px;
    left: 454px;
}

.box {
    padding: 50px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    width: 86%;
    margin: 8%;
}

.box img {
    width: 90%;
}

.third h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
}

.third p {
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.row.mar img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 5px 10px #0000006b;
    margin-bottom: 15px;
}

.fourth {
    padding-top: 3rem;
    padding-bottom: 58px;
    z-index: 2;
    background-image: url(../images/fourth.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.fourth h2 {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    position: relative;
}

.fourth p {
    font-size: 20px;
    color: #000;
    text-align: center;
    font-weight: 700;
}

.fourth h2:after {
    content: "";
    width: 135px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 49px;
    left: 488px;
}

.fourth h3 {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.for {
    text-align: center;
    margin-top: 48px;
}

.for .btn-primary {
    padding: 5px 20px 5px 20px;
    color: #fff;
    background-color: #fe5402;
    border-color: #fe5402;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    background-color: #fe5402;
    border-color: #fe5402;
}

.for .btn-primary:hover {
    color: #fe5400;
    background-color: #fff;
    border-color: #fff;
}

.gredient .btn-primary:hover {
    color: #fe5400;
    background-color: #fff;
    border-color: #fff;
}

.box2 {
    margin-top: 100px;
    margin-left: 20px;
}

.box2 img {
    width: 220px;
}

.box1 img {
    width: 260px;
}

.mar {
    padding-top: 25px;
}

.fivth img {
    width: 100%;
    position: relative;
    top: -72px;
    overflow: hidden;
    z-index: -1;
}

.fivth .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.clients h2 {
    font-weight: 700;
    text-align: center;
    color: #000;
    font-size: 36px;
    padding-bottom: 20px;
}

.clients .item {
    border: 2px solid #e4e4e4;
}

.owl-next span {
    font-size: 60px;
}

.clients {
    margin-bottom: 6rem;
}

.owl-prev span {
    font-size: 60px;
}

.owl-prev span {
    position: absolute;
    top: -17%;
    background-image: url(../images/prev.png)!important;
    background-repeat: no-repeat, repeat;
    width: 57px;
    height: 43px;
    font-size: 0px;
    background-color: #f7b035;
    right: 0px;
}

.owl-next span {
    position: absolute;
    top: -17%;
    font-size: 0px;
    background-image: url(../images/next.png)!important;
    background-repeat: no-repeat, repeat;
    width: 57px;
    height: 43px;
    background-color: #f7b035;
    left: 30px;
}

.gredient {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: bottom;
    margin-top: 3rem;
    background-image: url(../images/gredient.jpg);
    padding-bottom: 3rem;
    z-index: 2;
    background-repeat: repeat;
    background-position: center top;
}

.gredient h2 {
    color: #f7b035;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.gredient p {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

.gredient {
    text-align: center;
    margin-top: 48px;
}

.gredient .btn-primary {
    padding: 5px 20px 5px 20px;
    color: #fff;
    background-color: #f7b035;
    border-color: #f7b035;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    background-color: #f7b035;
    border-color: #f7b035;
}

.section-padding {
    padding: 160px 0;
}

.cooking-video {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.cooking-video h2 {
    font-size: 36px;
    color: #000;
    text-align: center;
}

.cooking-video span {
    font-size: 46px;
    color: #006e39;
    text-align: center;
    font-weight: 700;
}

.cooking-video .col-md-12 {
    width: 40%;
}

.cooking-video img {
    position: absolute;
    width: 40%;
    top: 154px;
}

.yourhealth img {
    width: 100%;
}

footer {
    background: #3CA55C;
    background: -webkit-linear-gradient(to right, #006e39, #94c118);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #006e39, #94c118);
    padding-bottom: 2rem;
}

footer img {
    width: 50%;
}

.address-info {
    display: flex;
    margin-top: 10px;
    padding-bottom: 10px;
}

.address-info .icon {
    margin-right: 15px;
}

.address-info .icon i {
    color: #010101;
    font-size: 25px;
    color: #fff;
}

.content {
    color: #fff;
}

footer h2 {
    font-size: 25px;
    color: white;
    border-bottom: 2px solid;
    display: inline-block;
    padding: 2px;
    font-weight: 700;
}

.quicks-links {
    padding-left: 2px;
}

.quicks-links li a:hover {
    text-decoration: none;
    text-decoration-line: none;
}

.quicks-links li:hover {
    padding-left: 2.3rem;
    transition: .3s all;
    color: #000;
}

.quicks-links li {
    transition: .2s all;
    background: url(../images/f-arrow.png) no-repeat left center;
    padding: .4rem 0 .5rem 1.8rem;
    transition: all .5s;
    text-decoration: none;
}

.quicks-links li a {
    padding: 4px;
    font-size: 17px;
    color: #fff;
}

.padd {
    padding-top: 40px;
}

.social-media li img {
    width: 10%;
    margin-right: 10px;
}

.social-media {
    padding-top: 20px;
}

.social-media li {
    margin-bottom: 23px;
    font-size: 22px;
    color: #fff;
}

ul {
    padding-left: 0px;
}

.foot-bottom h2 {
    text-align: center;
    color: #000;
    font-size: 15px;
    padding: 10px 0px;
    margin: 0px;
}

.foot-bottom {
    background-color: #fff;
}

.about-us {
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: rgb(242, 239, 230);
    background-position: 50% -294.203px;
    background-image: url(../images/background_12.jpg);
    background-position: center;
    background-size: cover;
}

.about-us h2 {
    font-size: 36px;
    font-weight: 700;
}

.about-us p {
    font-size: 16px;
    line-height: 26px;
}

.background-white {
    padding: 0px 160px 0px 160px;
}

.clientsa {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.bradcam_area2 {
    background-size: cover;
    background-position: bottom;
    padding: 260px 0 160px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    background-position: bottom;
    background-image: url(../images/product-krfl.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
}

.product {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.product h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
}

.product img {
    width: 100%;
}

.overlay {
    height: 115px;
    text-align: center;
    background: #fff;
    padding: 12px;
}

.overlay h4 {
    font-size: 16px;
}

.overlay p {
    font-size: 15px;
}

.overlay:hover {
    background-color: #fff;
    transition: .6s ease;
    color: #000;
}

.product h3 {
    background: #ffffff;
    display: inline-block;
    padding: 4px;
    color: #000000;
}

.bradcam_area3 {
    background-size: cover;
    background-position: bottom;
    padding: 260px 0 160px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    background-position: bottom;
    background-image: url(../images/465523402_career-banner.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: center top;
}

.career {
    padding-top: 3rem;
}

.career h2 {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
}

.application_form {
    width: 60%;
    margin: 30px 0 60px 20%;
    padding: 30px 30px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background: #fff;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.tm-contact-form-transparent input[type=text],
.tm-contact-form-transparent input[type=email],
.tm-contact-form-transparent select {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 14px;
    padding-left: 8px;
    margin-bottom: 22px;
    width: 100%;
}

.btn-round {
    border-radius: 3rem;
}

.btn-theme-colored1 {
    color: #fff;
    background-color: #fe5402;
    border-color: #fe5402;
    padding: 10px 20px;
}

.career .col-md-12.text-center {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bradcam_area4 {
    background-size: cover;
    background-position: bottom;
    padding: 260px 0 160px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    background-position: bottom;
    background-image: url(../images/contact-image-1482350819.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: center top;
}

.contact_page {
    padding-bottom: 0;
}

.contact_sec {
    padding: 3rem 0;
    background: rgba(250, 208, 88, 0);
}

.contact_sec .col-md-12.text-center {
    padding-top: 20px;
    padding-bottom: 4rem;
}

.contact_sec h2 {
    font-weight: 700;
    font-size: 36px;
}

.mt-5,
.my-5 {
    margin-top: 0rem !important;
}

.contact_sec h6 {
    font-size: 24px;
    color: #008800;
    font-weight: 600;
    line-height: 1.2em;
    margin-top: 0rem;
    padding-bottom: .2rem;
    text-transform: none;
}

.contact_sec .address-info {
    display: flex;
    margin-top: 20px;
    padding-bottom: 10px;
}

.contact_sec .address-info .icon {
    margin-right: 15px;
}

.contact_sec .address-info .icon i {
    color: #010101;
    font-size: 20px;
}

.contact_sec .address-info .content {
    margin-top: -4px;
    word-break: break-word;
    font-size: 18px;
    color: #666;
}

ul.tm-sc-social-list {
    list-style-type: none;
    padding: 1.5rem 0 1rem;
}

ul.tm-sc-social-list li {
    padding: 10px 1px;
    display: inline-block;
}

ul.tm-sc-social-list li a {
    font-size: 18px;
    padding: 5px;
    color: #fff;
    background-color: #008800;
    display: inline-block;
    width: 40px;
    text-align: center;
    border-radius: 3px;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.tm-contact-form-transparent input[type=text],
.tm-contact-form-transparent input[type=email],
.tm-contact-form-transparent textarea {
    background: 0 0;
}

.tm-contact-form-transparent textarea {
    /* background: #fff; */
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 15px;
    padding-left: 0;
    margin-bottom: 28px;
}

.contact_map {
    width: 100%;
    padding: 1rem 0 0rem;
}

.palm {
    position: relative;
}

.palm img {
    position: absolute;
    top: 60px;
    right: 0px;
}

.for2 .btn-primary {
    padding: 5px 20px 5px 20px;
    color: #fff;
    background-color: #fe5402;
    border-color: #fe5402;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    background-color: #fe5402;
    border-color: #fe5402;
}

.career {
    position: relative;
}

.career img {
    position: absolute;
    top: 129px;
    left: 0px;
    width: 30%;
}

.bradcam_area7 {
    background-size: cover;
    background-position: bottom;
    padding: 260px 0 160px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    background-position: bottom;
    background-image: url(../images/banner01.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: center top;
}

.product_details h2 {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
}

.product_details p {
    font-size: 17px;
    line-height: 28px;
    font-family: 'Varta', sans-serif;
}

.product_details {
    background: #fbf7f1;
}

.img-pro {
    object-fit: cover;
    object-position: top;
}
.productname {width:100%;
}
.productname img {width:auto;}
.fadeInLeft b{font-size:80px;}


@media only screen and (max-width:767px){
    .fourth h2:after, .third h2:after{
         display:none; 
    }
    .row.mar .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
.fourth {
    background-color: #f7b035;
}
.second {
    padding: 15px;
}
.second .col-md-7.wow.fadeInRight {
    padding: 0;
}
.first{
        background: #f7b035;
}
.navbar-brand img {
    width: 50px;
}
button.navbar-toggler {
    border: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
}

.yourhealth img {
    object-fit: cover;
    object-position: right;
}
.first {
    position: relative;
    
}
.section-padding {
    padding: 20px 0;
}
.gredient h2 {
    font-size: 26px;
}
footer img {
    width: 80px;
}
.bradcam_area2 {
    padding: 70px;
    
}
.career, .product {
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.bradcam_area3 {
    padding: 60px;}
footer .padd {
    padding-top: 20px;
}
.overlay {
    height: auto;
    margin-bottom: 20px;
}
.bradcam_area {
    padding: 70px;}
    .background-white {
    padding: 0;
}
.application_form {
    width: 100%;
    margin: 0;
    
}
.career h2 {
    font-size: 26px;
    margin-bottom: 30px;
}
.bradcam_area4 {
    padding: 80px;}
    .contact_sec h2 {
    font-size: 28px;
}
.contact_sec .col-md-12.text-center {
    padding-top: 20px;
    padding-bottom: 10px;
}
footer{
        padding-bottom: 0;
}
ul.navbar-nav.mx-auto {
    display: block;
}
ul.navbar-nav.mx-auto li:nth-child(8) {
    width: 45px;
    float: left;
}
ul.navbar-nav.mx-auto li:nth-child(7) {
    width: 45px;
    float: left;
}
ul.navbar-nav.mx-auto li:nth-child(6) {
    width: 45px;
    float: left;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    border: 0;
    box-shadow: none;
    outline: none;
}
.about-us h2, .second h2 {
    font-size: 26px;}
    .address-info {
    display: block;
}
.address-info .icon {
    display: none;
}
.box2 {
    margin-top: auto;}
    .row.mar .col-md-3 {
    margin-bottom: 30px;
}
.for {
    text-align: center;
    margin-top: 0;
}
.fourth {
    padding-bottom: 30px;}
    section.fourth+br {
    display: none;
}
.clients {
    margin-bottom: 3rem;
}
.d-none{display: block !important;}
.carousel h2 {line-height:23px; height:20px;}
.fadeInLeft b{font-size:22px;}
.p_img img{width:250px;}
}

