
@font-face {
    font-family: 'RobotoFlex-Regular';
    src: url(../fonts/RobotoFlex-Regular.ttf);
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
title{
   text-transform: capitalize; 
}
html {
  scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img{
	max-width: 100%;
}
a{
    text-decoration: none !important;
}
p{
   font-size: 17px;
   line-height: 27px;
}
body{
    font-family: 'RobotoFlex-Regular';
}
.banner{
    min-height:500px;
    display: flex;
    align-items: center;
    position: relative;
}

.logo img{
    max-width:250px;
}
header{
    position: relative;
}
.banner{
    position: relative;
}
.navigation{
    position: relative;
    z-index: 9;
}
.navigation ul li{
    margin-right: 40px;
    position: relative;
    padding: 15px 0;
}
.navigation ul li a{
font-size: 16px;
font-weight: 400;
line-height: 22.68px;
text-align: left;
color: #000000;
}
.navigation .Enquiry a{
    background: #723E29;
    padding:10px 25px;
    color: #fff !important;   
    border-radius: 25px;
}
.banner-info{
    position: relative;
    z-index: 1;
}
.banner-content{
    max-width: 700px;
    position: relative;
}

.banner-content h1{
    font-family: 'RobotoFlex-Regular';
font-size: 55px;
font-weight: 600;
line-height: 70px;
color: #512D00;
}
.banner-content p{
font-size: 19px;
font-weight: 400;
line-height: 27.72px;
margin: 25px 0;
}
.banner-content a{
    background: #D39C57;
    border-radius: 25px;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    font-size: 15px;
    display: block;
    max-width: 250px;
}
.banner:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/milk-bg.png);
    background-position: right bottom !important;
    background-size: 60% !important;
    z-index: 1;
    background-repeat: no-repeat !important;
}
.banner .top-header{
    position: relative;
}

.banner-detail-sx{
    position:relative;
    background: url(../img/1.png);
    background-size: 100% !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    z-index: 0;
}
.cuppa-btn{
   position: absolute;
   z-index: 9;
   right: 512px;
    bottom: -420px;
   width: 75px;
   height: 75px;
}
.cuppa-btn img{
    max-width: 75px;
}

.product-block{
    background-size: cover !important;
    background-position: center;
    display: flex;
    align-items: flex-end;
    height: 500px;
    position: relative;
    justify-content: center;
}

.product-block:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:75%;
    bottom: 0;
   background: linear-gradient(to top,rgba(0,0,0,.9) 0,rgba(0,0,0,.0) 100%) !important;
   opacity: .5;
}
.product-block:hover{
      background: #000;
}
.product-block h3{
    font-size: 25px;
    color: #fff;
    padding: 25px;
    position: relative;
    z-index: 1;
    text-align: center !important;      
}
.product-block .product-btn{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all 0.5s ease;
    z-index: 9;
    opacity: 0;
}
.product-block .product-btn img{
    max-width: 125px;
}
.product-block:hover .product-btn{
    opacity: 1;
    bottom: 75px;
}
.tolerentz-product{
    padding:50px 0;
     cursor: url('../img/circle.png'), auto;
}
.tolerentz-product{
    position: relative;
}
.tolerentz-product:after{
    content: "";
     position: absolute;
    left:0;
    right:0;
    top:-250px;
    bottom: 0;
    height:100%;
    width: 100%;
    clip-path: polygon(0 51%, 100% 0, 100% 100%, 0% 100%);
    background-color:  #8e1b1d;
}
.services{
    padding-bottom: 75px;
}
.services h2{
    font-size: 35px;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}
.services p{
    font-size: 19px;
    text-align: center;
}
.services .block img{
    max-width: 75px;
}
.services .block {
  background: linear-gradient(to top, rgb(211 206 206 / 17%) 0, rgba(0, 0, 0, .0) 100%) !important; 
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 245px;
  margin: 7px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.services .block p{
    font-size: 19px;
    color: #555;
    margin-top: 25px;
}


.explore {
    min-height: 500px;
    background-image: url(../img/explore.jpg);
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    background-repeat: no-repeat !important;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.explore:after {
        content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .7) 100%) !important;
    opacity: .7;
}
 .explore h2{
    padding-top: 75px;
        font-size: 25px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    padding-bottom: 15px;
    text-align: center;
    z-index: 9;
    position: relative;

}
.explore h3{
    text-align: center;
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 9;

}
.explore-block{
    position: absolute;
    bottom: 0;
  left:0;
  z-index: 9;
    width: 100%;
    border-top:1px solid #fff;
    text-align: center;
}
.explore-items > div{
    border-right:1px solid #fff;
}
.explore-items > div:last-child{
    border:0;
}
 .explore-block h3{
    padding-top: 20px;
        font-size: 21px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    text-align: center;

}
.explore-items > div{
    width: 20%;
}

  .explore-block p{
    padding-top: 18px;
        font-size: 15px;
    color: #fff;
    font-style: normal;
    padding-bottom: 15px;
    text-align: center;

}
  .explore-block p span{
    font-size: 30px;
  }
    .explore-block img{
        max-width: 60px;
        margin:15px auto 0 auto;
        text-align: center;
        filter: invert(1);
    }
    .about-sec{
        margin-right: 100px;
    }
    .home-about{
        position: relative;
        padding: 50px 0;
    }
    .home-about:after{
        content: "";
        position: absolute;
        background-image: url(../img/pattern-2.png);
        height: 100%;
        top:0;
        right: 0;
        background-size: cover;
        width: 300px;
    }
    .home-about h2{
        font-size: 35px;
        margin-bottom: 25px;
    }
    .home-about p{
        padding-right: 50px;
        text-align: justify;
    }
    .connect{
        background-size: cover !important;
        background-position: center !important;
        background-image: url(../img/connect.jpg);
        min-height: 500px;
        padding: 100px 0;
    }
    .connect form{
        background: #fff;
        padding: 50px;
    }
    .connect input{
        border: 1px solid #333;
        height: 50px;
        margin-bottom: 15px;
        width: 100%;
        padding: 10px;
    }
    .connect textarea{
        height: 100px;
        width: 100%;
        margin-bottom: 25px;
        padding: 10px;
    }
    .connect button{
        background: #8e1b1d;
        padding: 10px 25px;
        width: 100%;
        font-size: 17px;
        color: #f68b24;
    }
    .connect p{
        font-size: 40px;
        line-height: 50px;
        color: #fff;
        padding-left: 50px;
        max-width: 300px;
        text-shadow: 1px 1px #333;
    }
    .clients{
        padding: 75px 0;
        position: relative;
    }
     .clients:after{
        content: "";
        position: absolute;
        background-image: url(../img/round.png);
        height: 100%;
        top:125px;
        left: 0;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        width: 300px;
        opacity: .5;
    }
   .clients h2{
    font-size: 35px;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}
.clients p{
    font-size: 19px;
    text-align: center;
}
    .partner-block {
    background: #fff;
    padding: 25px 0;
}
.partner img{
    max-width:150px;
}
.partner .item .block{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  min-height: 200px;
}



.tolerentz-product .owl-nav {
    position: absolute;
    z-index: 99;
    left: 25px;
    right: 25px;
    bottom: 40%;
    display: flex;
    justify-content: space-between;
}

.tolerentz-product .owl-nav .owl-prev {
    background: url(../img/prev.png) !important;
    height: 60px;
    width: 60px;
    display: inherit;
    text-indent: -9999px;
    white-space: nowrap;
    position: relative;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.tolerentz-product .owl-nav .owl-next {
    background: url(../img/next.png) !important;
    height: 60px;
    width: 60px;
    display: inherit;
    text-indent: -9999px;
    white-space: nowrap;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}
footer{
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
}
footer:before{
        content: "";
        position: absolute;
        background-image: url(../img/round.png);
        height: 100%;
        top:0;
        left: 0;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        width: 300px;
        opacity: .5;
    }
    footer:after{
        content: "";
        position: absolute;
        background-image: url(../img/round1.png);
        height: 100%;
        top:100px;
        bottom: 0;
        right: 0;
        background-position: bottom !important;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        width: 150px;
        opacity: .5;
        overflow: hidden;
    }
.top-footer{
    padding:75px 0 50px 0;
    border-bottom: 1px solid #6c4410;
}
.f-logo{
  margin-bottom: 15px;
}

.f-logo img{
    max-width: 100%;
}
.top-footer p,.top-footer a{
font-size: 15px;
font-weight: 400;
line-height: 26px;
text-align: left;
color: #222;
}
.top-footer .info{
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.top-footer .info .ic{
    padding-right: 15px;
}

footer h2{
     font-size: 19px;
     color: #333;
     margin-bottom: 15px;
}
.f-nav li{
    margin-bottom: 5px;
}
.f-nav li a{
    font-family: 'RobotoFlex-Regular';
    font-size: 14px;
}
.f-social li{
  margin-right:15px;
}
.f-social img{
    max-width: 15px;
}
footer .map{
    margin-top: 10px;
    display: block;
}
footer .map img{
    max-width: 150px;
}
.footer-bottom{
    padding: 25px 0;
}
.footer-bottom p,.footer-bottom h3 ,.footer-bottom a{
    color: #222;
    font-family: 'RobotoFlex-Regular';
    font-size: 14px;
}
.f-links .world{
    background: #8e1b1d;
    padding: 10px 25px;
    font-size: 17px;
    color: #f68b24;
    margin:15px 0;
    display: inline-block;
}
footer .ic img{
    max-width: 17px;
}
.about-content{
    padding:0 0 75px 0;
}
.about-content p{
    font-size: 21px;
    line-height: 31px;
    color: #333;
    text-align: center;
    padding-bottom: 5px;
}

.contact-page{
      padding: 50px 0;
      position: relative;
}
.contact-page:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/contact.jpg);
    background-size: cover !important;
    opacity: .15;
}
.contact-page .contact-sec{
      max-width: 1000px;
      margin:auto;
      background: #f2f2f2;
      border-radius: 25px;
      position: relative;
      z-index: 1;
}
.ct-fancy-box {
    border: 1px solid #e9eaf6;
    padding: 25px 20px 25px 36px;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    -webkit-transition: all 240ms linear 0ms;
    -khtml-transition: all 240ms linear 0ms;
    -moz-transition: all 240ms linear 0ms;
    -ms-transition: all 240ms linear 0ms;
    -o-transition: all 240ms linear 0ms;
    transition: all 240ms linear 0ms;
    background-color: #fff; 
    margin:25px;
}
.ct-fancy-box:hover {
box-shadow: 0 13px 29px rgb(2 21 78 / 17%);
}
.ct-fancy-box h3{
    font-size: 21px;
    margin-bottom:5px;
    color: #512D00;
}
.ct-fancy-box img{
    max-width: 50px;
}
.contact-page label{
    font-size: 18px;
    padding-bottom: 5px;
    color: #082680;
}
.ct-fancy-box a{
    font-size: 17px;
    color: #333;
}
.send i{
    position: absolute;
    top: 14px;
    left: 25px;
    color: #fff;
}

.contact-page .form-control{
    height: 51px;
    border-color: #d1d8e6;
    color: #3a4268;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.contact-page textarea{
    height: 100px !important;
}
.contact-page .btn{
    font-size: 17px;
    background-color: #ec2228;
    border:0;
    border-radius: 5px;
    padding: 10px 50px;
}

.contact-page .form-group{
    margin-bottom: 25px;
}
.contact-page h2{
    color: #3954a4;
    font-size: 50px;
    margin-bottom: 25px;
}
.contact-page h2 span{
    font-weight: 700;
}
.contact-sec form{
    margin:25px;
}
.network{
    padding: 0 0 75px 0;
}
.network h2{
    font-size: 35px;
    color: #000;
    margin-bottom: 25px;
    text-align: center;
}
.network-image img{
    max-width: 900px;
    margin: auto;
    width: 100%;
}
.product-sec{
    padding:0 0 50px 0;
}
.product-sec .block{
    text-align: center;
    margin: 15px 0;
}
.product-sec .block .image{
    width: 250px;
    margin: auto;
    height: 250px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.product-sec .block .product-image{
    position: relative;
    width: 250px;
    height: 250px;
    margin:auto;
    transition: all 0.5s ease;
}
.product-sec .block .product-image:before{
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top:-10px;
    bottom: -10px;
    border-radius: 50%;
    background: rgb(246,139,36);
background: linear-gradient(203deg, rgba(246,139,36,1) 0%, rgba(142,27,29,1) 75%);
}
.product-sec .block .product-image:hover:before{
    background: linear-gradient(203deg, rgba(142,27,29,1) 0%, rgba(246,139,36,1) 75%);
}
.product-sec .block .product-image img{
    position: relative;
    z-index: 1;
}
.product-sec .block h3{
    font-size: 21px;
    line-height: 31px;
    text-align: center;
    padding: 25px 0;
}
.sub-nav{
    position: absolute;
    left: -80px;
    right: 0;
    top:50px;
    min-width: 250px;
    background: #f2f2f2;
    padding: 25px;
    flex-direction: column;
    z-index: 9;
    display: none;
}
.sub-nav li{
    margin-right: 0 !important;
    text-align: center;
    clear: both;
    padding: 5px !important;
}
.navigation ul li:hover .sub-nav{
    display: block;
}

.navigation ul li a img{
    max-width: 17px;
    position: relative;
    top: 3px;
    left: 5px;
}
.hamburger-menu {
       position: fixed;
    top: 20px;
    right: 10px;
    width: 35px;
    height: 50px;
    display:none;
    z-index:999999;
}
.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 3px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 14px;
}

.hamburger-menu span:nth-child(4) {
    top: 25px;
}

.hamburger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}
