
@font-face {
    font-family: Barlow-Regular;
    src: url('../fonts/barlow-regular-webfont.woff');
    font-display: swap;
}

@font-face {
    font-family: Barlow-Medium;
    src: url('../fonts/barlow-medium-webfont.woff');
    font-display: swap;
}

@font-face {
    font-family: Barlow-SemiBold;
    src: url('../fonts/barlow-semibold-webfont.woff');
     font-display: swap;
}

@font-face {
    font-family: Barlow-Bold;
    src: url('../fonts/barlow-bold-webfont.woff');
    font-display: swap;
}

@font-face {
    font-family: Barlow-ExtraLight;
    src: url('../fonts/barlow-extralight-webfont.woff');
    font-display: swap;
}

@font-face {
    font-family: Lato;
    src: url('../fonts/lato-regular-webfont.woff');
     font-display: swap;
}

@font-face {
    font-family: Lato-Bold;
    src: url('../fonts/lato-bold-webfont.woff');
    font-display: swap;
}

@font-face {
    font-family: Lato-Medium;
    src: url('../fonts/lato-medium-webfont.woff');
    font-display: swap;
}

@font-face {
    font-family: Lato-SemiBold;
    src: url('../fonts/lato-semibold-webfont.woff');
    font-display: swap;
}

@font-face {
    font-family: PTSans-Regular;
    src: url('../fonts/ptsans-regular-webfont.woff');
    font-display: swap;
}

@font-face {
    font-family: Merriweather-Light;
    src: url('../fonts/merriweather-light-webfont.woff');
    font-display: swap;
}

body{
/*    background-color: #f4f3f0;*/
    background-color:#ececeb;
}

/* Menu Styles */

.navbar-brand {
  height: 75px;
  padding: 0;

}

.cbl-navbar{
    background: #ffffff !important;
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    z-index: 1000;
    padding: 0;
}

.cbl-navbar .navbar-nav .nav-item a{
   font-family: Barlow-Medium;
   color:#000000;
   font-size:11px;
   line-height: 19px;
   padding: 27px 20px;
}

@media (max-width: 1200px) {
  .cbl-navbar .navbar-nav .nav-item a{
    font-size:10px;
    padding: 27px 17px;
  }
}

.cbl-navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item{
      padding: 15px 20px;
}

.cbl-navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus{
   background-color:#ffffff;
}

.cbl-navbar .nav-tabs{
  border-bottom:0px;
}

.cbl-navbar .nav-tabs>li >a{
   border-radius:0px;
   border:none;
}

.cbl-navbar .nav-tabs>li >a:hover,.cbl-navbar .nav-tabs>li >a.active,.cbl-navbar .nav-tabs>li >a:focus{
   border-radius:0px;
   color:#ffffff !important;
   background:#e20714 !important;
   border: none;
   -webkit-transition: background-color 0.5s linear;
   -moz-transition: background-color 0.5s linear;
   -o-transition: background-color 0.5s linear;
   transition: background-color 0.5s linear;
}

/*
@media (max-width: 767px) {
  .navbar-brand {
    padding: 0 0 0 15px;
  }
}

.menu {
	font-size:12px;
	float:right;
	text-transform:uppercase;
	font-weight:600;
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 0px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}

.menu ul.nav-tabs li {
	color:#fff;
}

.nav-tabs {
	border-bottom: 0;
}
.nav-tabs > li {
	float: left;
	margin-bottom: 0;
}

.nav-tabs > li > a {
	border-radius:0;
	color:#fff;
	padding:30px;
}

.nav-tabs > li > a:hover {
	color:#272727;
	background:#fff;
}

.nav-tabs > li a.active {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #fff;
	border-bottom-color:#fff;
}

.navbar-default {
	background-color: #65AAF0;
	border-color:#65AAF0;
}
*/

/* Menu Styles Ends */

section{
    padding-top:60px;
    padding-bottom: 60px;
}

.section-heading{
    font-family: Lato-Bold;
    font-size:24px;
    line-height: 32px;
    color:#262f4c;
    margin-bottom: 20px;
}

.regular-para,.regular-para p{
    font-family: Barlow-Regular;
    font-size:14px;
    line-height: 25px;
    color:#040404;
}

.product-line{
  display: flex;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 15px 0px;
}


.product-line li {
    display: block;
    flex: 0 1 auto; /* Default */
    -webkit-box-flex: 0 1 auto;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 auto;         /* OLD - Firefox 19- */
    -webkit-flex: 0 1 auto;          /* Chrome */
    -ms-flex: 0 1 auto;
    list-style-type: none;
}


.readmore-btn {
    display: inline-block;
    border: 1px solid #ec9279;
    background: transparent;
    font-family: Barlow-SemiBold;
    color: #ec9279 !important;
    border-radius: 5px;
    padding: 15px 45px;
    margin-top: 1em;
    cursor:pointer;
    white-space: nowrap;
}

.readmore-btn:hover{
    text-decoration: none;
    background: #ec9279;
    color: #ffffff !important;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
}

.imagediv:after {
   content: "";
    position: absolute;
    width: 70%;
    bottom: 30px;
    left: 15%;
    z-index: -1;
    transform: scale(0.9);
    box-shadow: 0px 15px 50px 6px #111111;
}


.trans-box{
   background-color:#f8f8f8;
   padding: 40px;
   height: 100%;
   z-index: 1;
   transition: transform .2s;
   -webkit-transition: transform .2s;
   -moz-transition: transform .2s;
   position: relative;
}

.box-heading{
   font-family: Lato-SemiBold;
   color:#424242;
   font-size: 26px;
   line-height: 40px;
   margin-bottom: 18px;
}

.box-para{
   font-family: Barlow-Regular;
   color:#424242;
   font-size: 16px;
   line-height: 30px;
}

.box-row{
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   /*overflow: hidden;*/
}

.box-row .col-md-4{
  flex: 1;

}

.box-row .col-md-4:not(:last-child){
  margin-right: 5px;
}

.box-link:hover .trans-box{
  border:0.5px solid #979797;
  box-shadow:0px 0px 30px 0px rgba(11, 29, 66, 0.15);
  transform: scale(1.1);
  z-index: 100;
}

.box-row .col-md-4.aos-animate{
  transform:none !important;
}

.box-link:hover{
    text-decoration:none;
}

.featured-news{
    position:relative;
    min-height:400px;
}
.featured-news img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.img-trans{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-color: rgba(139, 112, 98, 0.64);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    padding: 25px 30px;
}

.featured-inner h4{
  font-family: Lato;
  font-size: 21px;
  line-height: 1.48;
  color: #ffffff;
}

.featured-inner p{
  font-family: PTSans-Regular;
  font-size: 16px;
  line-height: 1.75;
  color: #ffffff;
  margin-bottom: 5px
}

.post-title{
 font-family: Barlow-Medium;
 color:#424242;
 font-size:15px;
 line-height:30px;
}


.post-date{
  font-family: PTSans-Regular;
  font-size:16px;
  line-height: 32px;
  color:#818181;
}


.post-preview{
  padding-top: 20px;
  padding-bottom: 20px;
}

#news-events hr{
    margin:0;
}

.news-col{
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   flex-direction: column;
   justify-content: center;
}

.big-number{
  font-family: Lato-Bold;
  font-size:115px;
  color:#000000;
  line-height:80px;
  text-align: right;
}

.plus{
   color:#ec9279;
}

.big-number-text{
   font-family: Barlow-Regular;
   font-size:45px;
   color:#424242;
   line-height: 50px;
   text-align: right;
}

.small-number,.small-number .plus{
  font-family: Lato-Bold;
  font-size:35px;
  color:#bba194;
  line-height:40px;
}

.pink,.pink .plus{
    color:#ec9279;
}

.number-text{
  font-family: Barlow-Regular;
  color:#000000;
  font-size:25px;
  line-height: 30px;
}

.blue-section {
  background-color:#ececeb;
}

.white-section {
  background-color:#ffffff;
}

.testimonial-box{
  background-color:#ffffff;
  padding:10px;
}

.testimonial-inner{
   padding: 60px 60px;
   border:1px solid #bba194;
   min-height: 275px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.testimonial-para{
  font-family: Lato;
  font-size:26px;
  color: #141414;
  line-height: 49px;
  text-align: center;
}


.testimonial-box .year{
  font-family: Merriweather-Light;
  font-size:175px;
  color:#19386c;
  opacity:0.1;
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

.quote{
  position:absolute;
}

.quote-open{
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
   -webkit-transform: translateX(-50%);

}

.quote-close{
   bottom: 40px;
   left: 50%;
   transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
}

/*Brand Carousal Styles*/

#brands{
    background: url(../img/bottom-curve.svg) #ececeb no-repeat center bottom;
    background-size: contain;
    padding-bottom:15em;
}

#services{
    background: url(../img/top-curve.svg) #ececeb no-repeat center top;
    background-size: contain;
    padding-top:12em;
}

/*Older sections

#numbers{
    padding-top:0px;
    padding-bottom: 0px;
}

#history{
    background: url(../img/top-curve.svg) no-repeat center top,url(../img/cbl-history.jpg) no-repeat center center;
    background-size: contain, cover;
    padding-top: 15em;
    position: relative;
}

Older sections Ends*/

#numbers{
   padding-bottom: 10em;
   background: url(../img/top-curve.svg) no-repeat center bottom;
   background-size: contain;
   margin-bottom: -200px;
   position: relative;
}

#history {
/*    background: url(../img/cbl-history.jpg) no-repeat center top;*/
    background-size: cover;
    position: relative;
/*    z-index: -1;*/
    padding-top: 200px;
    padding-bottom: 75px;
    min-height: 635px;
}

.swiper-container {
      width: 100%;
      height: 100%;
    }


#brands .swiper-button-next {
    background-image: url(../img/next-btn.png);
    width: 64px;
    height: 64px;
    position: relative;
    right: 0;
 }

#brands .swiper-button-next:after,#brands .swiper-button-prev:after{
    display:none;
}

#brands .swiper-button-prev {
    background-image: url(../img/prev-btn.png);
    width: 64px;
    height: 64px;
    position: relative;
    margin-right: 30px;
    left:0;
}

#brands .swiper-pegination-row{
    margin-top:2em;
}

.cbl-swiper.custom-pegi-wrapper, .cbl-swiper .custom-pegi-wrapper{
    position: absolute;
    bottom: 0em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#services .swiper-pagination,#messages .swiper-pagination,#rewards .swiper-pagination{
    width: 100%;
    position: relative;
    margin-bottom: 3em;
    padding:0;
    text-align: left
}

.slide-header{
    font-size: 27px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 20px;
    min-height: 70px;
}

.cbl-swiper .swiper-slide p,.cbl-swiper ul li{
   font-family: Barlow-Regular;
   font-size:16px;
   line-height: 28px;
   color:#040404;
}

.cbl-swiper .swiper-button-next,#our-group .swiper-button-next,#contact-map .swiper-button-next{
    background-image: url(../img/next-nav.png);
    width: 64px;
    height: 64px;
    position: relative;
    display: inline-block;
    top:0;
 }

.swiper-button-next:after,.swiper-button-prev:after{
    display:none;
}

.cbl-swiper .swiper-button-prev,#our-group .swiper-button-prev,#contact-map .swiper-button-prev{
    background-image: url(../img/prev-nav.png);
    width: 64px;
    height: 64px;
    position: relative;
    display: inline-block;
    margin-right: 30px;
    left:0;
    top: 0;
}


.cbl-swiper .swiper-pagination-bullet{
        padding: 15px 20px !important;
	border-radius: 0;
	width: auto;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color:#000;
	opacity: 1;
	background: #ffffff;
        display: inline-table;
        vertical-align: bottom;
}

.cbl-swiper .swiper-pagination-bullet:focus{
    outline:none;
}

.cbl-swiper .swiper-pagination-bullet-active {
	padding: 25px 40px !important;
        transition:padding 0.2s ease;
        -webkit-transition:padding 0.2s ease;
        -moz-transition:padding 0.2s ease;
}

.cbl-swiper .swiper-pagination-bullet p,.cbl-swiper .swiper-pagination-bullet p{
    margin-bottom: 0px;
    font-family: Lato-SemiBold;
    font-size: 13px;
    line-height: 15px;
    color: #6a6a6a;
}

.cbl-swiper .swiper-pagination-bullet-active p,.cbl-swiper .swiper-pagination-bullet-active p{
    font-size: 17px;
    line-height: 20px;
    color: #6a6a6a;
    transition:all 0.2s ease;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
}

.services-gallery-thumbs,.rewards-gallery-thumbs{
     height:550px;
}

.service-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.group-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(76, 87, 107, 0.88);
     -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 15px;
    display: table;
}

/*Footer Styles*/

    .footer{
     background-color:#ececeb;
    }

    .footer-inner{
     background-color:#222833;
     margin-left:15px;
     margin-right: 15px;
     padding:35px 15px 20px;
    }

    .footer-logo{
     margin-bottom:20px;
    }

    .footer-para, .footer-para a{
        font-family: Barlow-Regular;
        font-size:15px;
        color:#ffffff;
        line-height: 25px;
        margin-bottom: 1em;
    }


    .footer-para .inquire{
      text-decoration:underline;
    }

    .contact-heading{
       font-family: Lato-SemiBold;
       font-size:26px;
       color:#ffffff;
       line-height: 45px;
       margin-bottom:20px
    }

    .contact-info{
     display: inline-block;
     text-align: left;
    }

    .footer-nav{
     padding: 1em 0 2em;
     margin: auto;
     display: flex;
     display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
     display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
     display: -ms-flexbox;      /* TWEENER - IE 10 */
     display: -webkit-flex;
     flex-direction: row;
     flex-wrap: wrap;
    }

    .footer-nav li{
      list-style-type: none;
      flex-direction: column;
      flex: 0 0 140px;
      margin-bottom: 20px;
    }

    .footer-nav li a{
     font-family: Barlow-Regular;
     font-size:15px;
     line-height: 24px;
     color:#ffffff;
    }

    .footer-tel{
     margin-left: 2em;
    }

    .footer-bottom{
       padding-top:2em;
    }

    .footer-bottom p{
     font-family: Barlow-ExtraLight;
     font-size: 13px;
     line-height:15px;
     color: #ffffff;
     margin-bottom: 0px;
    }

/*    .wad-logo{
     margin-left: 12px;
    }*/

    .wad-logo a{
        text-decoration: none;
        color:#ffffff;
    }

    .white{
        color:#ffffff;
    }

    .history-heading{
       font-family: Lato-SemiBold;
       font-size:36px;
       line-height: 50px;
       color:#ffffff;
       margin-bottom: 20px;
    }

    .readmore-btn.white{
     border: 1px solid #ffffff;
     color: #ffffff !important;
     margin-top: 20px;
    }

    .readmore-btn.white:hover{
     background: #ffffff;
     color: #000000 !important;
     transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    }

    .bluebg{
    position: absolute;
    width: 50%;
    height: 100%;
    background: rgba(76, 87, 107, 0.88);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    top: 0;
    }


/*Footer Styles Ends*/

.products-slider.swiper-container {
      width: 100%;
      height: 100%;
    }

.products-slider .swiper-slide {
     display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin-top:1em;
}

#products .swiper-button-next{
    background-image: url(../img/right_arrow.svg);
    width: 63px;
    height: 63px;
    right: 20%;
}

#products .swiper-button-prev {
    background-image: url(../img/left_arrow.svg);
    width: 63px;
    height: 63px;
    left: 20%;
}


#products .swiper-button-prev:after,#products .swiper-button-next:after{
    display:none;
}

#products{
    padding-bottom: 0px;
}

.productbg-name{
    text-transform: uppercase;
    font-family: Barlow-SemiBold;
    font-size:95px;
    color:#4c576b;
    line-height: 108px;
    letter-spacing: 12.05px;
    opacity: 0.2;
    position: absolute;
    z-index: -1;
    margin-top: 0;
    white-space: nowrap;
}

.single-product{
    width:100%;
    height:100%;
    justify-content: center;
    align-items: center;
    position:relative;
}


.swiper-slide-active .single-product .productbg-name{
    opacity: 0.5;
    margin-top: -50%;
    color:#7097af;
}

.swiper-slide .single-product .product-img{
   -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    width:500px;
}

.swiper-slide-active .single-product .product-img{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
   -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}

.readmore-btn.blue{
     border: 1px solid #7097af;
     color: #7097af !important;
     margin-top: 20px;
    }

 .readmore-btn.blue:hover{
     background-color: #7097af;
     color: #ffffff !important;
     transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    }


.servce-text{
    font-family: Lato-Medium;
    font-size: 21px;
    line-height:23px;
    color:#ffffff;
    display: table-cell;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

.swiper-pagination-brands .swiper-pagination-bullet{
   width:10px;
   height:10px;
   margin-right:15px;
}

.swiper-pagination-brands .swiper-pagination-bullet-active{
   background: #4c576b;
}

#home-slider{
    padding-top: 0px;
    padding-bottom: 0px;
}

.main-slider .swiper-slide{
    height:105vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/*#what-we-do {
    background: url(../img/bottom-curve.svg) no-repeat center top;
    background-size: contain;
    padding-top: 15em;
    margin-top: -10.5em;
}*/

.caption{
    position: relative;
    top: 38%;
    left: 15%;
}

.banner-heading{
   font-family: Lato-Bold;
   font-size: 63px;
   color:#ffffff;
   line-height: 1.5;
}

.banner-text{
  font-family: Barlow-Regular;
  font-size: 20px;
  color: #ffffff;
}

.slide-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to top, #000000 40%, rgba(0, 0, 0, 0));
    opacity: 0.3;
}

#home-slider .readmore-btn{
    margin-top:2em;
}

#home-slider .swiper-button-next {
    background-image: url(../img/next-btn.png);
    width: 64px;
    height: 64px;
    position: absolute;
    top:75%;
    right: 15%;
 }

#home-slider .swiper-button-next:after,#home-slider .swiper-button-prev:after{
    display:none;
}

#home-slider .swiper-button-prev {
    background-image: url(../img/prev-btn.png);
    width: 64px;
    height: 64px;
    position: absolute;
    top:75%;
    right: 22%;
    left: auto;
}

.swiper-button-prev:focus,.swiper-button-next:focus{
    outline: none;
}

.scroll-down-ico{
    position: absolute;
    width: 25px;
    bottom: 18%;
    left: 50%;
    margin-left: -25px;
    z-index: 100;
}

/* Progress Circle css */

.progress{
    width: 170px;
    height: 170px;
    line-height: 170px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: absolute;
    top: -30px;
    z-index: -1;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 4px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 88px;
    border-bottom-right-radius: 88px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}


.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 88px;
    border-bottom-left-radius: 88px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
/*    animation: loading-1 1.8s linear forwards;*/
}

.progress-right.aos-animate .progress-bar{
    animation: loading-1 1.8s linear forwards 1s;
}

.progress.red .progress-bar{
    border-color: #e20714;
}

/*.progress.pink .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}*/

.progress.red .progress-left.aos-animate .progress-bar{
    animation: loading-2 1.5s linear forwards 2.8s;
}

@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}


/* Progress Circle css */

/* About Us Styles */

.banner-section{
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.banner-section .page-heading{
    font-family: Lato-Bold;
    font-size: 50px;
    color:#ffffff;
    padding: 3em 0 5em;
}

.banner-sub-section .page-heading{
    padding: 3em 0 0.5em;
}

.banner-section .sub-heading{
    font-family: Lato-Bold;
    font-size: 25px;
    color:#ffffff;
    opacity:1;
    padding-bottom: 8em;
}

/*#aboutus-banner{
  padding-bottom: 15em;
  margin-top: -247px;
}*/

.banner-bottom-sec{
/*  background: url(../img/bottom-curve.svg) no-repeat center top;
  background-size: contain;
  padding-top: 15em;
  margin-top: -14em; */
  position: relative;
  padding-top: 0;
  z-index: 10;
}


#vision-mission{
  background: url(../img/top-curve.svg) #ececeb no-repeat center top;
  background-size: contain;
  padding-top: 15em;
}

#values-tabContent p{
  font-family: Lato-Medium;
  font-size: 19px;
  color:#141414;
  line-height: 46px;
  text-align: center;
}

#values-tabs .nav-item .nav-link{
   font-family: Lato-Bold;
   color:#bcbec6;
   font-size: 25px;
   line-height: 22px;
   padding-right: 2.5rem;
}


#values-tabs .nav-item .nav-link.active{
    color:#262f4c;
    background:transparent;

}

#values-tabs .nav-item{
    border-right: 1px solid #262f4c;

}

#values-tabs .nav-item:last-child{
    border:none;
}

.tab-container{
   background-color: #ffffff;
   padding: 10px;
   margin-bottom: 60px;
}

#values-tabContent{
 border: 1px solid #bba194;
     min-height: 290px;
    display: flex;
    align-items: center;
}

#values-tabContent .tab-pane{
    padding: 60px;

}

#values-tabs{
   margin-bottom: 2em;
}

#googlemap{
   height:750px;
   position: relative;
   overflow: hidden;
}

.branch-row{
    position: absolute;
    top: 10%;
    left: 8%;
    right: 8%;
}

.branch-heading{
   font-family: Lato-Medium;
   color:#ffffff;
   font-size:18px;
   line-height: 25px;
   margin-bottom: 1em;
}

.branch-swiper p{
   font-family: Lato-Medium;
   color:#ffffff;
   font-size:14px;
   line-height: 22px;
   margin-bottom: 0.75em;
}

.branch-swiper p span{
  display:inline-block;
}

.branch-swiper p span a{
    color:#ffffff;
}

.branch-nav{
    position: relative;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.branch-pagination{
   font-family: Barlow-Medium;
   color:#3f3f3f;
   font-size:20px;
   line-height: 24px;
   -webkit-appearance: none;
   padding: 0.5em 1em;
   width: 250px;
   border:none;
}

.branch-pagination:focus{
    outline:none;
}

.branch-pagination option{
   background-color:#ffffff;
   padding: 0.5em 1em;
}

.branch-pagination option:hover{
   background-color:#ffffff;
}

.branch-select{
    width: 250px;
    position: relative;
}

.downarrow{
    bottom: 5px;
    position: absolute;
    right: 5px;
    top: 7px;
    width: 25px;
    pointer-events: none;
}

.downarrow:before {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    color: #000000;
}

#begining{
/*    background: url(../img/History-bg.png) no-repeat center top;*/
    background-size: cover !important;
    margin-top: -13em;
    z-index: 1;
    position: relative;
    padding-top: 200px;
    padding-bottom: 0px;
    margin-bottom: 5em;
    display: flex;
    align-items: center;

}

#beginingtwo {
    /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center; */

    background-size: cover !important;
   padding-top: 400px;;
   z-index: 1;
   padding-bottom: 20em;
}


.history-slider .swiper-slide{
    height:100% !important;
}

#messages{
    padding-top: 10em;
}

.no-padding{
    padding-top:0px;
    padding-bottom: 0px;
}

.white-card{
   background-color: #ffffff;
   padding: 30px;
   height:100%;
}

.card-heading{
   font-family: Lato;
   font-size: 20px;
   color: #323232;
   line-height: 1.45;
}

.white-card p{
  font-family: Barlow-Regular;
  font-size: 14px;
  color: #040404;
  line-height: 1.79;
}

.left-padding{
 transform: translateX(calc((100vw - 1140px)/2));
}

#begining .container-fluid{
 overflow-x: hidden;
}

.swiper-pagination-history{
    position: absolute;
    top: 7%;
    right: 20%;
}

.history-slider{
   padding-top: 4em !important;
   padding-bottom: 4em !important;
}

.swiper-pagination-history .swiper-button-next {
    background-image: url(../img/next-nav.png);
    width: 64px;
    height: 64px;
    position: relative;
    display: inline-block;
}

.swiper-pagination-history .swiper-button-prev {
    background-image: url(../img/prev-nav.png);
    width: 64px;
    height: 64px;
    position: relative;
    display: inline-block;
    margin-right: 30px;
    left: 0;
}

.swiper-pagination-history .swiper-button-next:after,.swiper-pagination-history .swiper-button-prev:after {
  display: none;
}

.prev4{
  position: relative;
}

.next4{
  position: relative;
}

#corperate{
   /*background: url(../img/cooprate-governance.png) #f4f3f0 no-repeat center top;*/
   background-size: cover !important;
   padding-top: 200px;;
   z-index: 1;
   padding-bottom: 15em;
}

.blue-box{
  background-color: rgba(76, 87, 107, 0.88);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 60px;
  min-height: 425px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 2em;
}

.award-text p{
   font-family: Barlow-Regular;
    font-size:16px;
    line-height: 28px;
    color:#040404;
}

#awards .container{
    position: relative;
}

.white-bg{
    position: absolute;
    background-color: #ffffff;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
}

.white-cover{
    position: absolute;
    background-color: #ffffff;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
}

.award-img{
    position: absolute;
    top: 60px;
    z-index: 10;
    width: 315px;
}

.award-text{
   padding-top: 4em;
   padding-bottom: 4em;
}

.cartification-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cartification-list li{
   list-style-type: none;
   display: inline-block;
   margin-left: 2px;
   margin-right: 2px;
}

#awards{
    min-height:700px;
    padding-top: 0;
}

#certifications .container{
    padding-top:30px;
    padding-bottom: 30px;
    background-color:#ffffff;
}

#certifications{
    padding-top:0px;
    padding-bottom: 60px;
}

#certifications .section-heading{
    margin-bottom: 0px;
}

.history-year{
    font-family: Lato-SemiBold;
    font-size: 30px;
    color: #ffffff;
    line-height: 35px;
    position: absolute;
    bottom: -55px;

}

.staff-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.staff-gallery-thumbs{
    height: 550px;
}
/* About Us Styles Ends */

/* Sustainability Styles */

.black{
    color:#000000 !important;
}

.intro{
    padding-top: 160px;
    padding-bottom: 0;
}

.sustainability-img{
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 400px;
    margin-bottom: 35px;
    padding:30px;
}

.staffimg{
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 340px;
    margin-bottom: 35px;
    padding:30px;
    position:relative;
}

.project-name,.staff-name{
    font-family: Lato-SemiBold;
    font-size: 21px;
    line-height: 36px;
    color:#ffffff;
}

.certificate-name{
    font-family: Lato-SemiBold;
    font-size: 17px;
    line-height: 32px;
    color:#040404;
}

.project-thumb:hover .project-name,.project-thumb:hover .project-status{
    text-decoration: none;
}

.project-status,.staff-position{
    font-family: Lato-SemiBold;
    font-size: 17px;
    line-height: 22px;
    color:#ffffff;
}

.sbu{
    font-family: Lato-SemiBold;
    font-size: 17px;
    line-height: 22px;
    color:#040404;
}

.img-tex{
    position: absolute;
}

/* Sustainability Styles Ends */

/*Partner with Us styles */

.sub-heading{
    opacity:0.5;
    margin-bottom: 10px;
}

.white-card a{
    font-family: Barlow-SemiBold;
    color:#ec9279;
    font-size: 15px;
    text-decoration:underline;
}

#sparsl{
/*   background: url(../img/spar.png) no-repeat center top;*/
   background-size: cover;
   padding-top: 200px;;
   z-index: 1;
   padding-bottom: 12em;
}

.subtitle{
   font-family: Barlow-Regular;
   color:#ffffff;
   font-size: 24px;
   line-height: 35px;
}

/* Partner with Us Styles Ends*/

/* Vacancies Styles */

.jobs-filter,.award-filter{
    background-color:#ffffff;
    padding:30px;
    padding: 0 30px;
    margin-bottom: 35px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow:0 0 14px 0 rgba(0, 0, 0, 0.06);
    border: 0.3px solid #97979747;
}

.drop-down-heading{
    font-family: Lato-SemiBold;
    font-size: 16px;
    line-height: 38px;
    color:#3d3d3d;
    margin-bottom: 0px;
}

.custom-select{
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    width: 50%;
    float: right;
    border: none;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select:focus{
    border:none;
    box-shadow: none;
}

.custom-select option {
    font-family: Lato-SemiBold;
    font-size: 15px;
    line-height: 22px;
    color:#3d3d3d;
}

.info{
    margin-right: 3em;
    font-family: Barlow-Regular;
    font-size: 14px;
    line-height: 25px;
    white-space: nowrap;
}

.info a{
    color:#040404;
    text-decoration: underline;
}

.select-label{
    font-family: Lato-SemiBold;
    font-size: 15px;
    line-height: 22px;
    color: #989898;
}

.inquirebtn{
    position: fixed;
    top: 25%;
    right: 50px;
    z-index: 100;
}

.btn-inquire{
   padding: 15px;
   background: #e20714;
   border-radius:5px;
}

.btn-inquire img{
    width:25px;
    height:20px;
}
/* Vacancies Styles Ends*/

/* Exports Styles */

#our-products {
    background: url(../img/top-curve.svg) #ececeb no-repeat center top;
    background-size: contain;
    padding-top: 15em;
}

.white-box{
    background-color: #ffffff;
    padding: 2.5em 4em 2em 6em;
    margin-top: 4em;
    margin-left: -6em;
}

.salsa{
    position: absolute;
    right: 20px;
    top:0px;
    z-index: 100;
}

#labelling{
   background: url(../img/Private_labelling.png) #ececeb no-repeat center top;
   background-size: cover;
   padding-top: 200px;;
   z-index: 1;
   padding-bottom: 15em;
}

.blue-box p,.blue-card p{
    color:#ffffff;
}

.white-box2{
    background-color: #ffffff;
    margin-top: 4em;
    padding: 6em 2.5em 6em 2.5em;
    margin-right: -6em;
    margin-left: -2em;
}

.productimages{
    position: absolute;
    right: 0;
    margin-top: -50px;
}

#customization{
    padding-bottom: 15em;
    position: relative;
    z-index: -1;
/*    overflow: hidden;*/
}


#quality-process{
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.process-num {
   float:left;
   font-family: Barlow-Regular;
   font-size: 30px;
   line-height: 0.83;
   color: #040404;
}

.process-text{
    margin-left: 60px;
}

.process-item{
    margin-top:2em;
    margin-bottom: 2em;
}

#export-highlights{
    background: url(../img/top-curve.svg) no-repeat center top, url(../img/meet-us-bg.png) no-repeat center center;
    background-size: contain, cover;
    padding-top: 15em;
    position: relative;
    z-index: -1;
    padding-bottom: 75px;
}

.blue-card{
    background:rgba(76, 87, 107, 0.88);
    padding:117px 30px 30px;
    position: relative;
    height: 100%;
    max-height:450px;
}

.blue-card .meet-date {
    background: #ffffff;
    position: absolute;
    display: table;
    z-index: 10;
    color: #000000;
    width: 84px;
    height: 92px;
    top: 0px;
    right: 15px;
}

.blue-card .meet-date .inner{
    display:table-cell;
    vertical-align: middle;
    text-align: center;
}

.blue-card .month{
   font-family: Lato-Medium;
   font-size: 17px;
   line-height: 20px;
   text-transform: uppercase;
}

.blue-card .date{
   font-family: Lato-Bold;
   font-size: 30px;
   line-height: 35px;
}

.venue{
    float:right;
}

.calltoaction .container{
    background-color: #ffffff;
    padding: 2em 4em;
}

.calltoaction .container p{
    margin-bottom: 0;
}

.calltoaction .readmore-btn{
    margin-top: 0;
}

.cashew-choco{
    position:absolute;
    position: absolute;
    left: 0px;
    margin-left: -25px;

}

.top-curve{
    position: absolute;
    transform: translateY(-80%);
    width: 100%;
    top:0;
    z-index: -1;
    pointer-events: none;
}

.bottom-curve{
    position: absolute;
    z-index: 1;
    width: 100%;
    top:0;
    transform: translateY(-1%);
}

#abs-section{
    padding-top:0px;
}

/* Video Section */

.lightbox {
	 background-color:rgba(0, 0, 0, 0.7);
	 overflow: scroll;
	 position: fixed;
	 z-index: 1;
	 bottom: 0;
	 right: 0;
	 left: 0;
	 top: 0;
         -webkit-transition: all 0.7s linear;
        -o-transition: all 0.7s linear;
         transition: all 0.7s linear;
        display: none;
}

.lb-hidden{
    opacity:0;
    visibility:hidden;
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

 .lightbox-container {
	 position: relative;
	 max-width: 960px;
	 margin: 7% auto;
	 display: block;
	 padding: 0 3%;
	 height: auto;
	 z-index: 10;
}
 @media screen and (max-width: 768px) {
	 .lightbox-container {
		 margin-top: 35%;
	}
}

@media screen and (min-width: 768px) {
  #farmer-network{
          margin-top:-60px;
        }
 }

 @media screen and (max-width: 414px) {
	 .lightbox-container {
		 margin-top: 60%;
	}
}
 .lightbox-content {
	 box-shadow: 0 1px 6px #ececec;
}
 .lightbox-close {
	 text-transform: uppercase;
	 background: transparent;
	 position: absolute;
	 font-weight: 300;
	 font-size: 12px;
	 display: block;
	 border: none;
	 color: white;
	 top: -22px;
	 right: 3%;
}
 .video-container {
	 padding-bottom: 56.25%;
	 position: relative;
	 padding-top: 30px;
	 overflow: hidden;
	 height: 0;
}
 .video-container iframe, .video-container object, .video-container embed {
	 position: absolute;
	 height: 100%;
	 width: 100%;
	 left: 0;
	 top: 0;
}


/* Ends Video Section */


/*Mazonary grid styles */

.mediagrid{
   margin: 0 auto;
   margin-bottom: 100px;
   min-width: 85% !important;
}

.mediaitem {
  margin: 0 auto 1em auto;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  /* transition: all 120ms ease; */
  display:block;

}

.grid-sizer,.mediaitem {
  width: 30%;
}

.media-inner{
   position:relative;
}

.media-overlay{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
   background: rgba(0, 0, 0, 0.5);
}

.media-text,.img-text{
 padding:15px;
}

.media-img{
    width: auto;
    height: 100%;
    display: block;
    max-height: 500px;
}

.media-cat{
   font-family: Barlow-Medium;
   font-size: 16px;
   line-height: 28px;
   color:#f4f4f4;
}

.media-title{
   font-family: Lato-Bold;
   font-size: 18px;
   line-height: 28px;
   color:#f4f4f4;
}

.media-text p{
   font-family: Barlow-Medium;
   font-size: 15px;
   line-height: 23px;
   color:#f4f4f4;
}

.media-overlay p a{
    color:#f4f4f4;
    text-decoration: underline;
}
/*Responsiveness*/

@media screen and (max-width: 750px){
  .grid-sizer,.mediaitem {
    width: 45%;
  }
}
@media screen and (max-width: 500px){
  grid-sizer,.mediaitem {
    width: 100%;
  }
}

/*Mazonary grid styles Ends*/

/*People Page Styles */

#chairman-message {
    /*background: url(../img/people-banner.png) #f4f3f0 no-repeat center top;*/
    background-size: cover !important;
    padding-top: 200px;
    z-index: 1;
    padding-bottom: 12em;
}

.thumbs-swiper{
    height: 475px;
}

.cbl-swiper {
    height: 85% !important;
    width: 75%;
}

.slide-heading{
   font-family: Barlow-Medium;
   font-size: 25px;
   line-height: 35px;
   color:#000000;
   margin-bottom: 1em;
}

.slide-heading span{
    font-family: Barlow-Bold;
    color:#7097af;
}

.staff-swiper{
    height:100% !important;

}
/* People Page Styles Ends*/

.thumbs-nav{
    width: auto !important;
}

.thumbs-nav span{
   font-family: Barlow-Regular;
   font-size: 16px;
   line-height: 25px;
   color:#040404;
}

.custom-separator2 {
    width: 75px;
    height: 2px;
    border: solid 1px #d81f1f;
    display:inline-block;
    margin: 0 10px 4px;
}

.branch-slider .img-overlay{
    background-color: rgba(76, 87, 107, 0.88);
}

#rewards{
    overflow-x: hidden;
}

.ulsec,.ulsec1{
    background-color: #ffffff;
    border-bottom:none;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.06);
    z-index: 1;
    position: relative;
    transform: translateY(50%);
}

.ulsec1>li{
    width:33.33%;
}

.ulsec>li>a{
    font-family: Lato-SemiBold;
    font-size: 16px;
    line-height: 22px;
    padding: 15px 0px;
    color:#3d3d3d;
}

.ulsec>li:focus,.ulsec>li:hover{
    outline:none;
}

.ulsec>li>a:focus,.ulsec>li>a:hover{
    border:none;
}

.ulsec1>li>a{
    font-family: Lato-SemiBold;
    font-size: 16px;
    line-height: 22px;
    color:#3d3d3d;
    padding: 15px 0px;
    display: inline-block;
    margin: 0 4em;
}

.ulsec>li>a.active,.ulsec1>li>a.active{
   border-bottom:5px solid #f34343;
   border-color:#f34343 !important;
   border-top: none;
   border-left: none;
   border-right: none;
}

.ulsec>li>a:hover,.ulsec1>li>a:hover{
  text-decoration: none;
}

.ulsec2 {
   width: 50%;
   margin-left: auto;
   border-bottom:none;
   position: relative;
}

#tabsection1{
    background-color:#ffffff;
    position: relative;
    padding-top: 75px;
    padding-bottom: 75px;
}


#tabsection1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX( -50%);
  height: 100%;
  width: 100vw;
  background: #ffffff;
}


.ulsec2>li{
    width:15%;
}

.highlight{
   width:30% !important;
}



.ulsec2>li>a{
    font-family: Lato-Bold;
    font-size: 15px;
    line-height: 19px;
    color:#ececeb;
    padding: 15px 30px;
    display: inline-block;
}




.ulsec2>li>a.active{
    font-family: Lato-Bold;
    font-size: 18px;
    line-height: 22px;
    color:#262f4c;
    padding: 15px 30px;
    display: inline-block;
}


.person-name{
    font-family: Lato-Bold !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color:#262f4c !important;
}

.designation{
    font-family: Lato-Medium;
    font-size: 13px;
    line-height: 22px;
    color:#262f4c;
    display: inline-block;
    margin-bottom: 20px;
    opacity: 0.5;
}

#rewards .tab-pane img{
    margin-top: -50px;
}

/*Product Page Styles */

#brands-container{
    padding-top: 100px;
}

  #sidebar-container {
    min-height: 100vh;
    background-color: #ffffff;
    padding: 0;
}

/* Sidebar sizes when expanded and expanded */
.left-sidebar {
    width: 100%;
}

.left-sidebar .sidebar-inner{
   padding-left:1em;
   padding-right: 1em;
}

.left-sidebar .list-group-item:last-child{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* Flip Styles */

        /* flip the pane when clicked */
      .flip-container:hover .flipper, .flip-container.hover .flipper {
        -webkit-transform: rotateY(180deg);
      }

      .flip-container, .front, .back {
              width: 100%;
              height: 350px;
              margin-bottom: 15px;
      }

      /* flip speed goes here */
      .flipper {
              -webkit-transition: 0.6s;
              -webkit-transform-style: preserve-3d;
              position: relative;
      }

      /* hide back of pane during swap */
      .front, .back {
              -webkit-backface-visibility: hidden;
              position: absolute;
              top: 0;
              left: 0;
      }

      /* front pane, placed above back */
      .front {
        z-index: 2;
      }

      /* back, initially hidden pane */
      .back {
        -webkit-transform: rotateY(180deg);
      }


/* Flip Styles Ends*/


/* Menu item*/
#sidebar-container .list-group a,#sidebar-container .list-group a:hover {
    height: 60px;
    font-family: Lato;
    font-size:14px;
    line-height: 16px;
    background-color: #ffffff;
    color: #343434;
    padding: 1rem 1.5rem;
    border:none;;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 1rem 4rem;
    border: 1px solid transparent;
    border-radius: 5px;
}

#sidebar-container .list-group .sidebar-submenu a:hover {
   border: 1px solid #e28c74;
   border-radius: 5px;
}

.sidebar-submenu {
    border-bottom: 1px solid #efefef;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
  content: " \f105";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
  color: #000000;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
  content: " \f107";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
  color: #000000;
}

.external-link,.external-link:hover{
   background-color: #4c576b !important;
   position: relative;
   display: block;
   height: 60px;
    padding: 1rem 1.5rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(255,255,255,0.25);
    width:100%;
    text-decoration: none;
}

.external-link span{
color:#ffffff;
}


#sidebar-container .nav-pills .nav-link{
    font-family: Lato-SemiBold;
    font-size: 16px;
    line-height:16px;
    padding: 1rem 1rem;
    color: #aba2a2;
    height: 60px;
    background-color: #ffffff;
}

#sidebar-container .nav-pills{
    border-bottom:1px solid #efefef;
}

#sidebar-container .nav-pills .nav-link.active,#sidebar-container .nav-pills .show>.nav-link{
    color: #343434;
    background-color: #ffffff;
}

.product-card{
    background-color: #ffffff;
    border-radius:5px;
    padding:30px 15px;
    justify-content: space-between;
    height: 350px;
    text-align: center;
    cursor:pointer;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #ffffff;
    overflow: hidden;
}

.single-product-img {
    max-width: 100%;
    max-height: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 10px auto;
}

.product-card .regular-para{
   font-size: 15px;
    position: absolute;
    top: 30%;
    left: 15px;
    right: 15px;
    display:none;
}

.product-card:hover{
    border:1px solid #e69c88;
}

.product-card img{
    max-width:100%;
}

.brand-name{
    font-family: Barlow-Bold;
    font-size:14px;
    color:#b0b2b8;
}

.product-name{
   font-family: Lato;
   color: #262f4c;
   font-size: 18px;
   line-height: 28px;
   /* white-space: nowrap; */
   white-space: normal;
   word-wrap: break-word;
   text-align: center;
}

.product_bubble_left{
    left:10px;
}

.product_bubble_blue {
    background: #84b2cd;
}

.product_bubble {
    position: absolute;
    color:#ffffff;
    top: 15px;
    left: 15px;
    width: 64px;
    height: 70px;
    border-radius: 5px;
    text-transform: uppercase;
    justify-content: center;
}
/*Product Page Styles Ends*/


/* Sustainability Page Styles */

#CSR {
    background-size: cover;
    padding-top: 200px;
    z-index: 1;
    padding-bottom: 15em;
    margin-top: -10em;
    margin-bottom: -5em;
}

.cbl-swiper ul{
    padding:0;
    margin:0;
    list-style-type: none;
}


#section2{
    background: url(../img/bottom-curve.svg) #ececeb no-repeat center bottom;
    background-size: contain;
    padding-bottom: 15em;
}

.csr3-swiper{
   width:100%;
   height:100% !important;
}

.swiper-holder{
 background-color: #ffffff;
 width: 155%;
 right: 45%;
 position: relative;
 z-index: 10;
 top: 10%;
 height:550px;
 padding: 40px 30px 30px;
}

.sustainability-sec .slide-heading{
  text-indent: -35px;
  margin-left: 40px;
}

.sustainability-sec ul{
   margin-left: 40px;
}

#contactmap{
   height:600px;
}

/* Contact Us Page Styles */

#contactfrm{
  padding-top: 3em;
  padding-bottom: 2em;
}

#contact-form .container{
    position:relative;
}

#contact-form .form-group{
margin-bottom: 2em;
}

.inquiry-form-group{
 margin-top: 1em;
}

#contactfrm input[type=text], #contactfrm input[type=email], #contactfrm textarea{
    width:100%;
    padding: 10px 15px 10px 0px;
}

#contactfrm textarea{
    padding: 15px;
    border:1px solid #979797;
}

#contactfrm input[type=text]:focus, #contactfrm input[type=email]:focus, #contactfrm textarea:focus{
    outline:none;
}

#contactfrm input[type=text], #contactfrm input[type=email]{
    border-left:none;
    border-right: none;
    border-top:none;
    border-bottom:1px solid #979797;
}

.floatinglbl {
    font-family: Lato;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 8px;
    left: 5px;
    transition: all .4s linear;
    color: #000000;
    pointer-events: none;
    white-space: nowrap;
}


.your-inquiry .floatinglbl{
    left:20px;
}

#contactfrm input:focus + .floatinglbl ,.input-focus-label{
    font-family: Lato;
    color: #949494;
    top: -10px;
    left: 5px;
    font-size: 13px;
}

#contactfrm textarea:focus + .floatinglbl,.your-inquiry .input-focus-label{
    font-family: Lato;
    color: #949494;
    top: 0px !important;
    font-size: 12px;
}

.white-overlay{
    background: #ffffff;
    width: 108%;
    height: 100%;
    position: absolute;
    left: -4%;
}

.social-list{
    padding: 0;
    margin:0;
}

.social-list li{
    list-style-type: none;
    display: inline-block;
    margin-right: 4em;
}

.social-list li a{
   font-family: Lato;
    color: #000000;
    font-size: 14px;
    text-decoration: underline;
}
/* Contact Us Page Styles Ends*/

/*Awards Page Styles */

.timeline {
  list-style: none;
  padding: 20px 20px 20px;
/*  position: relative;*/
}
.timeline:before {
  top: 90px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #e2e0db;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 90%;
  float: left;
  background-color:#ffffff;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 75px;
  right: -52px;
  display: inline-block;
  content: " ";
  border: 1px solid #e2e0db;
  width: 45px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  left: -52px;
  right: auto;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body {
  padding:30px;
}

.timeline-body > p,
.timeline-body > ul {
    font-family: Barlow-Regular;
    color: #040404;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.tooltip{

    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:5px;
    font-size:11px;
    opacity:0;
    filter:alpha(opacity=0);

}
.tooltip.in{
    /*opacity:0;
    filter:alpha(opacity=80);*/

}
.tooltip.top{
    margin-top:-2px;
}
.tooltip.right{
    margin-left:2px;
}
.tooltip.bottom{
    margin-top:2px;
}
.tooltip.left{
    margin-left:-2px;
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.left .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.bottom .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.right .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip-inner{
    width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#313131;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
}
.timeline > li.timeline-inverted{
  float: right;
  clear: right;
}

.timeline > li:nth-child(2){
  margin-top: 250px;
}


@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li {
      margin-bottom: 20px;
      position: relative;
      width:100%;
      float: left;
      clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        left: -52px;
        right: auto;
    }



.timeline > li.timeline-inverted{
  float: left;
  clear: left;
  margin-top: 30px;
  margin-bottom: 30px;
}

ul.timeline > li > .timeline-panel {
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
}

}

.awardimg{
    width:100%;
}

.award-title{
    font-family: Lato-SemiBold;
    color: #262f4c;
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 20px;
}

.award-time,.year-range{
   font-family: Lato-SemiBold;
    color: #3d3d3d;
    font-size: 18px;
    line-height: 22px;
}

/* Awards Page Styles Ends */

/* Faq Page Styles */

.single-faq{
    margin-bottom: 4em;
}

.faq-heading{
   font-family: Lato-Bold;
    color: #262f4c;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
}

/* Faq Page Styles Ends */

body.modal-open {
  overflow: inherit;
  padding-right: 0 !important;
}

@media (min-width: 960px) {
  #inquireModal .modal-dialog ,#jobModal .modal-dialog{
    max-width: 750px;
  }

  .cbl-navbar .nav-tabs>li:last-child >a,.cbl-navbar .nav-tabs>li:last-child >a:hover,.cbl-navbar .nav-tabs>li:last-child >a.active{
    background:#ffffff !important;
    color:#000000 !important;
    padding: 12px 27px;
    margin: 15px 20px;
    border:1px solid #db2c2c;
}

.footer-nav{
     width: 75%;
    }

.cbl-navbar .navbar-nav .nav-item a{
  float:left;
}

.caret-down{
    pointer-events: none;
}

}

.modal-header{
    border-bottom: none;
}

.cbl-modal .modal-content{
    padding:30px;
}

.cbl-modal .modal-title {
   font-family: Lato-Bold;
   font-size: 24px;
   color:#262f4c;
}

.cbl-navbar.sticky {
      position:fixed;
      left: 0;
      right: 0;
      transition: all 0.4s ease;
      box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.17);
      -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.17);
    }


 #exportmap{
    height: 575px;
    width: 100%;
    margin: auto;
}

.map-heading{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    text-align: center;
    width: 100%;
    max-width: 90%;
}

.export-stat{
    background-color: #4c576b;
    width:120px;
    position:absolute;
    padding: 25px 15px;
    color:#ffffff;
    text-align: center;
    border-radius: 5px;
}

.countries{
    bottom: 10%;
    left:5%;
}

.export-stat span{
    font-family: Lato-SemiBold;
    font-size: 35px;
    line-height: 45px;

}

.export-stat p{
    font-family: Lato;
    font-size: 18px;
    line-height: 30px;
     margin-bottom: 0;
}

.brands{
   bottom: 10%;
   right:5%;
}

.countryinfo p{
    font-family: Lato-SemiBold;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color:#ffffff;
    background-color: #e28c74;
    border-radius: 5px;
    padding:8px 20px;
    white-space: nowrap;
    margin-bottom: 0px;
    clear:both;
}

.countryinfo img{
    float:left;
    margin-left: 10px;
}

.modal-dialog .close span{
    font-family: Barlow-Regular;
    font-size: 14px;
    line-height: 25px;
    color:#040404;
    text-decoration: underline;
}

.modal-dialog .close span:focus{
    outline: none;
}

.modal-dialog .close:focus{
    outline: none;
}

.footer-email a:hover,.footer-tel a:hover{
    text-decoration: none;
}

#news-events{
  padding-top:80px;
}

.news-col hr:last-child{
    display: none;
}

.brand-logo{
    max-width:100%;
    width:150px;
}

.button-div{
    align-self: flex-end;
    margin-bottom: -100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.button-div .readmore-btn:focus{
    outline:none;
}

.product-ico img{
    width:30px;
    height:auto;
}

#section3{
    padding-top: 0px;
    padding-bottom: 10em;
}

.swiper-pagination-current,.swiper-pagination-total{
    color:#ffffff;
    font-family:Lato-SemiBold;
    font-size:16px;
}

.main-custom-separator {
    width: 45px;
    height: 1px;
    border: solid 0.5px #ffffff;
    display: inline-block;
    margin-bottom: 4px;
    margin-left: 15px;
    margin-right: 15px;
}

.main-pagination{
    top: 67%;
    right: 17%;
    width: auto !important;
    left: auto !important;
}

.product-card .sku-detail{
    top: auto;
    bottom: 5%;
}

[data-aos="new-animation"] {
  opacity: 0;
  transform:translate3d(-100px,0,0);
  transition-property: transform, opacity;
}
[data-aos="new-animation"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
  transition:transform 1s cubic-bezier(.14,1,.34,1),opacity .4s cubic-bezier(.215,.61,.355,1);
  transition-duration: 0.8s !important;
}

.project-thumb{
    display: block;
    position: relative;
}

.gallery-container a{

}

.gallery-container a img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}

.product-line li img{
  width:45px;
  height:45px;
}

.products-img{
  height:400px;
}

.covid-swiper{
    height:450px;
}

#covid-slider-2{
 position:relative;
}

.top-curve-cover {
    position: absolute;
    transform: translateY(-99%);
    width: 100%;
    top: 0;
    pointer-events: none;
}

#people-passion{
    background-size: cover !important;
    padding-top: 12em;
    z-index: 1;
    padding-bottom: 15em;
}

#people-passion .blue-box{
    min-height: 375px;
    margin-top:0;
}

#covid-intro{
    padding-top:40px;
}

.cartification-list li img{
   height:65px;
   width:auto;
}

.imagediv{
    position:relative;
}

.careers-swiper{
   height: 100% !important;
}

#no-vacancies p{
    font-family: Lato-SemiBold;
    font-size: 21px;
    line-height: 38px;
    color: #3d3d3d;
}

.swiper-holder-container{
    z-index:100;
}

.csr4-swiper{
 width: 100%;
 height: 100% !important;
}

#section4{
 padding-bottom:15em;
}


#sparsl .blue-box{
    margin-top:0;
}

.certification-btn{
  margin-right: 75px;
}

/*.csr3-swiper .custom-pegi-wrapper,.csr4-swiper .custom-pegi-wrapper{
 margin-top: 10px;
 position: relative;
}*/

.news-col a:hover{
    text-decoration: none;
}

.readmore-news{
  font-family: Barlow-Medium;
  font-size: 14px;
  line-height: 23px;
  color: #818181;
}

.readmore-news.featured{
  color: #ffffff;
}

.gm-style div div div div div div {
    width:100% !important;
}

#legal-info{
   margin-top: 100px;
}
.main-heading{
  font-family: Lato-Bold;
   font-size: 30px;
   line-height: 38px;
   color:#000000;
}

.certificate-logo{
    max-width: 80%;
    min-height: 145px;
}

.certificate-div{
    text-align: center;
    min-height: 350px;
}

.certificate-sec{
    overflow: hidden;
}

.products-slider .swiper-wrapper{
    height:100% !important;
}

.mobile{
    display:none;
}

#section1.sustainability-sec{
    background:#ececeb;
}

.parentTabs{
    width:100%;
}

.history-div .award-title{
    margin-bottom: 0px;
}

.year-range{
    margin-bottom: 20px !important;
}

#history-banner{
  position:relative;
}

.topbutton{
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 4em; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #e20714; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px 15px; /* Some padding */
  border-radius: 5px; /* Rounded corners */
  font-family: Lato-SemiBold;
  font-size: 15px; /* Increase font size */
}

.topbutton:focus{
    outline:none;
}
#exports .readmore-btn{
   margin-top: -100px;
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
}


#exports{
    background-color: #f4f3f0;
    margin-top:60px;
}

.cbl-modal img{
    max-width:100% !important;
}

#productcontainer{
    overflow: hidden;
    padding-bottom: 6em;
}

.backtotopproducts{
  display: none;  /* Hidden by default */
  position: absolute; /* Fixed/sticky position */
  bottom: 1em; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #e20714; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px 15px; /* Some padding */
  border-radius: 5px; /* Rounded corners */
  font-family: Lato-SemiBold;
  font-size: 15px; /* Increase font size */
}

.backtotopproducts:focus{
    outline:none;
}

.stickytabheader {
  /* position: fixed; */
  top: 47px;
  width: 100%
}

#tabul-certificates{
    width:100%;
}

#tabul-certificates li .nav-link{
    white-space: nowrap;
    padding: 15px 20px;
}

.vacancy-modal .modal-dialog{
   width: 80%;
   max-width: 80%;
}

.blue-card p{
   font-family: Barlow-Regular;
   font-size: 14px;
   line-height: 25px;
}


#vacancyfrm input[type=text], #vacancyfrm input[type=email] {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #979797;
}

#vacancyfrm .form-group {
    margin-bottom: 2em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#vacancyfrm input[type=text], #vacancyfrm input[type=email], #vacancyfrm textarea, #vacancyfrm select{
    width: 100%;
    padding: 10px;
}

#vacancyfrm input[type=date]{
   width:100%;
}

#vacancyfrm input[type=text]:focus, #vacancyfrm input[type=email]:focus, #vacancyfrm textarea:focus, #vacancyfrm select:focus,#vacancyfrm input[type=submit]:focus {
    outline: none;
}

#qualification-select{
height: 45px;
width: 100%;
}

#vacancyfrm .floatinglbl{
  font-size: 14px;
  line-height: 18px;
}

#vacancyfrm label{
    margin-bottom: 0px;
}


#vacancyfrm input:focus + .floatinglbl{
    font-family: Lato;
    color: #949494;
    top: -10px;
    left: 5px;
    font-size: 13px;
}

.awards-div{
    margin-top: 2em;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
}

.awards-div .image-box{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.awards-div .image-box p{
  font-family: Barlow-Medium;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  margin-top:15px;
}

.awards-div .image-box img{
   width: 70px !important;
}

.certificates-table td span span{
    font-family: Lato-Bold !important;
    font-size: 20px !important;
}

.certificates-table tr:first-child td,.certificates-table td:first-child {
    background-color: #4c576be0;
}

.certificates-table tr:first-child td span span,.certificates-table td:first-child span span{
    font-family: Lato-Bold !important;
    font-size: 15px !important;
    color: #ffffff !important;
}

#infoModal2 .modal-content{
   padding: 20px;
}

.small-note{
 font-size: 14px;
}

.productimages {
    top: 0%;
    width: 42%;
}

.dropdown-toggle::after{
    display:none;
}

.caret-down {
  display: inline-block;
  margin-left: 8px; /* adjust spacing as needed */
}

.caret-down:before {
  font-family: FontAwesome;
  content: "\f107";
  color: #e20714;
  font-weight: 800;
  font-size: 15px;
}

.active.dropdown-toggle .caret-down:before,
.dropdown-toggle:hover .caret-down:before {
  color: #ffffff;
}


#award-container.timeline > li > .timeline-panel{
    width:80%;
}

#award-container.timeline > li > .timeline-panel:before{
  right: -105px;
  width:105px;
}

#award-container.timeline > li.timeline-inverted > .timeline-panel:before {
    left: -105px;
    right: auto;
}

.certification-btn,.btnfaq,.vacancies-btn{
    background: #ec9279;
    color: #ffffff !important;
}

.certification-btn:hover,.btnfaq:hover,.vacancies-btn:hover{
    background: #ffffff;
    color: #ec9279 !important;
}

.staff-position{
    margin-bottom: 0px;
}

.staff-position span{
    font-size: 12px;
}

.vacancy-modal .modal-body{
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.vacancy-modal .modal-content {
    padding: 15px;
}

.single-media-img{
    max-width:100%;
}

#media-description img{
    margin-bottom: 2em;
    max-width:100%;
}

.salsa{
    right:5em;
}

#contact-link a,#contact-link a:hover{
 color:#040404 !important;
}

#media-description p{
   font-family: Barlow-Regular;
   font-size: 16px;
   line-height: 26px;
   color: #040404;
}

:root {
  --swiper-pagination-bullet-horizontal-gap: 0px;
}

.swiper-pagination-brands.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 15px !important;
}

.nav-link-mobile-dev.active{
    background-color: #e20714  !important;
}

.nav-link-mobile-dev{
    background-color: #fff;
}

.nav-link-mobile-dev.show{
    background-color: #dadada !important;
}

.nav-link-mobile-dev.show .nav-link-mobile{
    background-color: #dadada !important;
}

.nav-link-mobile{
    background-color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
}

.nav-link-mobile.active{
    background-color: #e20714  !important;
}

.nav-link-mobile-dropdown{
    border-radius: 0;
    border-color: #dadada;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #000;
}

.nav-link-mobile-dev .active.dropdown-toggle .caret-down:before, .dropdown-toggle:hover .caret-down:before {
    color: #e20714;
}

.nav-link-mobile-dev.active .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #ffffff !important;
}

.nav-link-mobile-dev.active .caret-down:before {
    color: #ffffff !important;
}

.nav-link-mobile-dev .span.caret-down .p-4 {
    padding: 0 !important;
    margin: 0 !important;
}

.nav-link-mobile-dev .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
}

@media (min-width: 1600px) {
.swiper-slide-active .single-product .productbg-name{
    margin-top: -35% !important;
}
}

@media (min-width: 1440px) and (max-width: 1600px) {
.swiper-slide-active .single-product .productbg-name{
    margin-top: -45% !important;
}
}

@media (min-width: 1800px) {

  .slide-overlay{
   /* height: 60%; */
  }

  #labelling{
    padding-bottom: 35em;
 }

 #home-slider .slide-overlay{
   height: 100%;
  }

  .products-slider .swiper-slide-active .single-product .productbg-name{
    margin-top: -35% !important;
  }
}

.chocolate-img{
    max-width: 100%;
}

@media (width: 912px) and (height: 1368px) {
  #exportmap {
    width: 100%;
    right: 51px;
  }
  .caption {

    left: 7%;
}
.inquirebtn {
    right:84px;
  }
}


@media (max-width: 430px) {
    #contact-link .row {
        flex-direction: column;
        text-align: center;
    }

    #contact-link .col-md-6 {
        justify-content: center !important;
        text-align: center;
        margin-bottom: 15px;
    }

    #contact-link .readmore-btn {
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .cashew-choco{
        margin-left: 25px !important;
    }
}
@media (min-width: 1300px) {
    .cashew-choco{
        margin-left: 50px !important;
    }
}
@media (min-width: 1400px) {
    .cashew-choco{
        margin-left: 100px !important;
    }
}
