
:root{
    --Merriweather: 'Merriweather', serif;
    --Montserrat: 'Montserrat', sans-serif;
    --OpenSans: 'Open Sans', sans-serif;
    --Vujahday:'Vujahday Script', cursive;
    --darkBrown:#4C1C0B;
    --mainColor:#000000;
    --whiteColor:#FFFFFF;
    --lightBlack:#1A1818;
    --redColor:#CA0A05;
    --greenColor:#15783D;
    --yellowColor:#FDCB00;
}



.csr-sect-02{
    text-align: center;
}

.csr-sect-wraper {
    width: 44%;
    margin: auto;
}

.csr-sect-wraper-01{
    width: 50%;
    margin: auto;
}

.homecsr{
    font-size: 14px;
    color: #1A1818;
    font-weight: 500;
    /* margin-top: -97px; */
    padding-top: 56px;
}

.csr-main-heading{
    font-size: 40px;
    color: #1A1818 ;
    font-family: Merriweather, Bold;
    font-weight: 600;
    padding-bottom: 15px;
}

.csr-sub-heading{
    font-size: 25px;
    line-height: 32px;
    font-family: Merriweather, Bold;
    font-weight: 600;
    padding-bottom: 60px;
    color: #FFFFFF;
}

.csr-main-img{
  width: 100%;
}

.csr-sub-img{
  width: 100%;
}

.csr-main-paragraph{
    color: #1A1818;
    font-size: 15px;
    line-height: 27px;
    font-family: Open Sans, Regular;
    padding-bottom: 56px;
}

div#loadMore.csr-load-more-btn {
  color: #FFFFFF;
  background-color: #CA0A05;
  width: 272px;
  height: 55px;
  border-radius: 4px;
  border: none;
  /* margin-top: -100px; */
}
section.view-more {
  background-color: #4C1C0B;
}

.load-more-icon{
    padding-left: 10px;
}

.csr-date{
    color: #FFFFFF;
    font-size: 13px;
    letter-spacing: 0.65px;
}

.loadmore-btn{
    display: flex;
    justify-content: center;
    background-color: #4C1C0B;
}

.csr-sub-paragraph-02{
    font-size: 15px;
    line-height: 27px;
    font-family: Open Sans, Regular;
    padding-top: 50px;
    padding-bottom: 52px;
    color: #FFFFFF;
}

.csr-hrtag{
    margin-top: 75px;
    margin-bottom: 75px;
    color: #FFFFFF;
}

.csr-sect-03 {
  padding-bottom: 1px;
  padding-top: 122px;
  background-color: #4C1C0B;
}



/* ********************************************Load-More************************************************ */

    .csr-div-btn{
    display:none;
    }
    .display-none{
    display:none !important;
    }
    .display{
    display:block !important;
    }



/* *****************************************Contact-Us******************************************* */



.cu-sect-02 {
  text-align: center;
  padding-bottom: 56px;
  display: block;
  position: relative;
}

.cu-sect-wraper-01{
    width: 50%;
    margin: auto;
}

/* .cu-sect-wraper-02{ */

/* .cu-sect-03{
    padding-top: 82px;
    padding-bottom: 146px;    
    width: 65%;
    margin: auto;
    background-color: #FDCB00;
    clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
} */
.cu-sect-03{
  position: relative;
}
.cu-sect-wraper-02 {
  padding-top: 82px;
  padding-bottom: 146px;
  width: 65%;
  margin: auto;
  background-color: #FDCB00;
  clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}
section.cu-sect-03::after {
  background-color: #535353;
  content: "";
  width: 100% !important;
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.cu-sect-03{
    text-align: center;
    /* margin-bottom: -35%; */
}

.cu-sect-wraper-03{
    width: 66%;
    margin: auto;
}

.cu-google-btn-icon{
    padding-left: 10px;
}

.cu-location-btn-icon{
    padding-left: 10px;
}

.cu-google-btn{
    border: none;
    background-color: transparent;
    text-decoration: underline;
    font-size: 17px;
    line-height: 22px;
    font-family: var(--Merriweather);
    font-weight: bold;
}

.cu-location-btn{
    border: none;
    background-color: transparent;
    text-decoration: underline;
    font-size: 17px;
    line-height: 22px;
    font-family: var(--Merriweather);
    font-weight: bold;
}

.home-contact-text{
    font-size: 14px;
    line-height: 27px;
    color: #1A1818;
    font-family: var(--OpenSans);
}

.cu-main-heading{
    font-size: 40px;
    line-height: 50px;
    color: #1A1818;
    font-family: var(--Merriweather);
    font-weight: bold;
}

.cu-main-paragraph{
    font-size: 15px;
    line-height: 27px;
    color: #1A1818;
    font-family: var(--OpenSans);
}

.cu-contact-dt-heading-01{
    font-size: 20px;
    line-height: 25px;
    color: #1A1818;
    font-family: var(--Merriweather)
}

.cu-contact-dt-heading-02{
    font-size: 35px;
    line-height: 44px;
    color: #CA0A05;
    font-family: var(--Merriweather);
    font-weight: bold;
    padding-bottom: 50px;
}

.cu-contact-dt-heading-03{
    font-size: 20px;
    line-height: 25px;
    color: #1A1818;
    font-family: var(--Merriweather);
    font-weight: bold;
}

.cu-contact-dt-paragraph{
    font-size: 17px;
    line-height: 30px;
    font-family: var(--OpenSans);
    color: #1A1818;
    padding-bottom: 52px;
}

.cu-sect-04 {
  background-color: #535353;
  padding-top: 50px;
  padding-bottom: 100px;
}

.contact-form-heading{
    text-align: center;
    font-size: 35px;
    line-height: 44px;
    font-family: var(--Merriweather);
    font-weight: bold;
    color: #FFFFFF;
}

.cu-contact-dt-sub-head{
    font-size: 16px;
    line-height: 20px;
    color: #1A1818;
    text-align: left;
}

.cu-contact-dt-sub-para{
    font-size: 17px;
    line-height: 30px;
    font-family: var(--OpenSans);
    color: var(--lightBlack);
    text-align: left;
}

.cu-contact-social-icons{
    text-align: left;
    display: flex;
}

.cu-box-colmn{
    border-left: 1px solid #1A1818;
    border-right: 1px solid #1A1818;
}

.cu-colmn-main-box{
    width: 95%;
    margin: auto;
}

.cu-colmn-mini-box{
    padding-left: 60px;
}

.cu-colmn-box-btn{
    width: 50%;
    margin: auto;
    padding-bottom: 75px;
}

.social-div-icon{
    padding-right: 25px;
}

/* *****************************************Contact-form******************************************* */

.floating-input{
  width: 592px;
  height: 65px;
  font-family: var(--OpenSans);
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 16px;
  color: #1A1818;

}

.floating-input-2 {
  width: 592px;
  height: 333px;
  font-family: var(--OpenSans);
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 16px;
  color: #1A1818;
}

.submit-btn{
  color: #FFFFFF;
  background-color: #CA0A05;
  width: 400px;
  height: 55px;
  border-radius: 4px;
  border: 0;
}

.submit-btn-area{
  display: flex;
  justify-content: center;
  padding-top: 56px;
}

.floating-input{
  padding-left: 10px;
}

.floating-input-2{
  padding-top: 10px;
  padding-left: 10px;
}




/* ******************************************Business Plus****************************************************** */

  .product-div-box{
    width: auto;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 77px;
  }

  .bp-sect-wraper-02{
    width: 100%;
  }

  .bp-location-box-area{
    display: flex;
    flex-wrap: wrap;
  }

  .bp-sect-01{
    text-align: center;
    /* padding-top: 56px; */
  }

  .bp-home-bus-text{
    font-size: 14px;
    /* line-height: 27px; */
    color: #1A1818;
    font-family: var(--OpenSans);
    padding-bottom: 32px;
  }
  .i-am-from-sl-img {
    padding-bottom: 32px;
    margin: auto;
    display: flex;
}
  /* .i-am-from-sl-img{
    padding-bottom: 32px;
    width: 100%;
  } */

  .from-sl-para{
    font-size: 15px;
    line-height: 27px;
    color: #1A1818;
    font-family: var(--OpenSans);
    padding-bottom: 43px;
  }

  .bp-sub-heading{
    font-size: 25px;
    color: #1A1818;
    font-family: var(--Merriweather);
    font-weight: bold;
    padding-bottom: 73px;
  }

  .bp-sect-wraper-01{
    width: 47%;
    margin: auto;
  }

  .product-div-box-image{
    width: 80%;
    height: 80%;
  }

  .product-div-box-text-head{
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
    font-family: var(--Merriweather);
    font-weight: bold;
  }

  .product-div-box-text{
    width: 60%;
    margin: auto;
    text-align: left;
  }

  .pdf-btn-icon{
    padding-left: 12px;
  }

  .product-div-box-text-para{
    font-size: 15px;
    line-height: 27px;
    color: #FFFFFF;
    font-family: var(--OpenSans);
  }

  .p-box-color-01{
    background-color: var(--redColor);
  }

  .p-box-color-02{
    background-color: var(--greenColor);
  }

  .p-box-color-03{
    background-color: var(--yellowColor);
  }

  .p-box-color-04{
    background-color: var(--greenColor);
  }

  .p-box-color-05{
    background-color: var(--yellowColor);
  }

  .p-box-color-06{
    background-color: var(--redColor);
  }

  .bp-pdf-download-btn{
    font-family: var(--Merriweather);
    font-weight: bold;
    color: #FFFFFF;
    width: 230px;
    height: 50px;
    background-color: transparent;
    border-radius: 4px;
    border:1px solid #FFFFFF;
  }

  .bp-pdf-download-btn-2{
    font-family: var(--Merriweather);
    font-weight: bold;
    width: 230px;
    height: 50px;
    background-color: transparent;
    border-radius: 4px;
    border:1px solid #1A1818;
  }

  /* .bp-pdf-download-btn:hover{
    background-color: #FFFFFF;
    color: #1A1818;
  } */

  /* .bp-pdf-download-btn-2:hover{
    background-color: #FFFFFF;
  } */

  .bp-sect-03{
    text-align: center;
    padding-top: 72px;
    padding-bottom: 112px;
  }

  .bp-last-para{
    font-size: 15px;
    line-height: 27px;
    color: #1A1818;
    font-family: var(--OpenSans);
    padding-bottom: 25px;
  }

  .bp-sect-wraper-03{
    width: 47.1%;
    margin: auto;
  }

  .bp-last-con-us-btn{
    font-family: var(--Merriweather);
    font-weight: bold;
    width: 250px;
    height: 50px;
    color: #FFFFFF;
    background-color: #CA0A05;
    border: #CA0A05;
    border-radius: 4px;
  }

  /* .bp-last-con-us-btn:hover{
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
  } */

/* ******************************************Freelan Agro**************************************************** */

.fa-sect-01{
  text-align: center;
  /* padding-top: 56px; */

}

.fa-main-image{
    display: block;
    position: relative;
    /* margin-top: -271px; */
    width: 100%;
}

.custom-img-04 {
  /* position: relative; */
  /* display: block; */
  bottom: 18%;
  position: absolute;
}

.custom-img-03{
  display: block;
  position: relative;
  float: right;
  padding-left: 43px;
  bottom: 50px;
}

/* .custom-img-02{
  display: block;
  position: relative;
  float: right;
  padding-top: 5%;
} */
.custom-img-02 {
  position: absolute;
  right: 0%;
  bottom: -160%;
}

/* .custom-img-03{
  display: block;
  position: relative;
  float: left;
  padding-left: 43px;
} */
.custom-img-03 {
  position: absolute;
  bottom: -87%;
}

.fa-sect-02{
  text-align: center;
  background-color: #4C1C0B;
  /* padding-bottom: 166px; */
  /* padding-top: 357px; */
}

.fa-gallery-img{
  width: 100%;
}

.fa-gallery-div-box{
  padding: 5px;
}

.fa-sect-wraper-01{
  width: 47%;
  margin: auto;
}

.fa-sect-wraper-02{
  width: 44%;
  margin: auto;
}

.fa-para-01{
  font-size: 15px;
  line-height: 27px;
  color: #FFFFFF;
  font-family: var(--OpenSans);
  padding-top: 57px;
  padding-bottom: 31px;
}

.fa-para-02{
  font-size: 15px;
  line-height: 27px;
  color: #FFFFFF;
  font-family: var(--OpenSans);
  padding-top: 43px;
}

.fa-head-01{
  font-size: 25px;
  line-height: 40px;
  color: #FFFFFF;
  font-family: var(--Merriweather);
  font-weight: bold;
  padding-bottom: 20px;
}

/* .fa-main-paragraph{
  padding-bottom: 320px;
} */


/* *****************************************Retail store******************************************* */

.rs-sect-02{
  text-align: center;
  /* padding-top: 56px; */
  padding-bottom: 100px;
}
section.rs-sect-02 {
  position: relative;
}
img.rt-store-green-img {
  position: absolute;
  right: 0;
  top: 5%;
}

.rs-sect-wraper-02{
  width: 52%;
  margin: auto;
}

.rs-home-store-text{
  font-size: 14px;
  color: #1A1818;
  font-family: var(--OpenSans);
}

.rs-main-heading{
  font-size: 40px;
  color: #1A1818;
  font-family: var(--Merriweather);
  font-weight: bold;
}

.rs-main-paragraph{
  font-size: 15px;
  line-height: 27px;
  color: #1A1818;
  font-family: var(--OpenSans);
}

.rs-sect-03 {
  background-color: #535353;
  padding-top: 188px;
  padding-bottom: 85px;
}

.rs-location-box {
  padding-top: 44px;
  padding-bottom: 53px;
  text-align: center;
  background-color: #F4F4F4;
  clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 76px;
  height: 290px;
}

.rs-sect-wraper-03 {
  width: 95%;
  margin: auto;
}

.rs-location-heading{
  font-size: 25px;
  color: #AA0C03;
  font-family: var(--Merriweather);
  font-weight: bold;
}

.rs-location-paragraph {
  font-size: 17px;
  line-height: 27px;
  color: #1A1818;
  font-family: var(--OpenSans);
}

.wraper-boxCover {
  width: 90%;
  margin: auto;
}

.rs-location-button {
  border: none;
  font-size: 13px;
  color: #AA0C03;
  text-decoration: underline;
  background-color: transparent;
}

.smart-exp-img{
  position: relative;
  display: block;
  top: 205px;
  margin-top: -159px;
  width: 100%;
}


.rs-location-box-area{
    display: flex;
    flex-wrap: wrap;
    padding: 0px 65px;
}

.rs-loc-wrapper {
  width: 303px;
  margin: auto;
}

/* **************************************Careers****************************************** */

.crs-sect-02{
  /* padding-top: 56px; */
  padding-bottom: 66px;
  text-align: center;
}

.crs-sect-03{
  padding-bottom: 128px;
}

.crs-sect-wraper-02 {
  width: 67%;
  margin: auto;
}

.crs-sect-wraper-03 {
  width: 72%;
  margin: auto;
}

.crs-btn-area{
  margin-left: auto;
}

.crs-apply-btn{
  width: 203px;
  height: 50px;
  font-size: 15px;
  color: #ffffff;
  background-color: var(--redColor);
  border-radius: 4px;
  border: none;
  font-family: var(--Merriweather);
  font-weight: bold;
}

.crs-view-more-btn{
  border: none;
  color: var(--lightBlack);
  background-color: #ffffff;
  font-family: var(--Merriweather);
  font-weight: bold;
  font-size: 15px;
  padding-left: 43px;
}

.crs-view-more-btn:hover{
  text-decoration: underline;
}

/* .crs-apply-btn:hover{
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #707070;

} */

.crs-apply-btn-icon{
  padding-left: 12px;
}

.crs-view-more-btn-img{
  padding-left: 16px;
}

.crs-sub-heading{
  padding-bottom: 43px;
  font-size: 25px;
  color: #1A1818;
  font-family: var(--Merriweather);
  font-weight: bold;
}

.crs-curr-job-div{
  padding-bottom: 27px;
}

.crs-curr-job-div-flx{
  display: flex;
  align-items: center;
}

/* *******************************************Careers Contact Form**************************************************** */

#crs-contact-selector{
  font-size: 16px;
  font-family: var(--OpenSans);
  font-weight: bold;
  padding: 0px 36px;
  width: 100%;
  height: 65px;
  border: none;
  box-shadow: 0px 3px 6px #00000029;
  /* border: 1px solid #4A6C52; */
  border-radius: 4px;
}
#crs-contact-selector:focus{
  outline: none;
  border: 1px solid #4A6C52;
}
#crs-contact-text{
  font-size: 16px;
  font-family: var(--OpenSans);
  font-weight: bold;
  padding: 36px;
  width: 100%;
  height: 65px;
  border-radius: 4px;
  border: 0;
  box-shadow: 0px 3px 6px #00000029;
}
#crs-contact-text:focus{
  outline: none;
  border: 1px solid #4A6C52;
}
#crs-contact-myfile{
  width: 100%;
  height: 136px;
  border-radius: 4px;
  border: 0;
  box-shadow: 0px 3px 6px #00000029;
}
.crs-submit-btn {
  background-color: #CA0A05;
  color: #FFFFFF;
  width: 25%;
  height: 50px;
  border: none;
  border-radius: 4px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.applicationForm button.crs-submit-btn {
  width: 100%;
}
input.wpcf7-form-control.wpcf7-text ,textarea.wpcf7-form-control.wpcf7-textarea{
  font-weight: 600;
  font-size: 16px;
  font-family: var(--OpenSans);
  color: var(--lightBlack);
}
/* .crs-submit-btn:hover{
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #707070;
} */
.crs-form-01 label {
  font-size: 12px;
  color: #808080;
  position: relative;
  top: 25px;
  left: 41px;
}
.crs-form-02 label {
  font-size: 12px;
  color: #808080;
  position: relative;
  top: 25px;
  left: 41px;
}

.crs-form label {
  font-size: 12px;
  color: #808080;
  padding: 1.3rem 30px 1rem 30px;
  position: relative;
  top: 62px;
  left: 0;
  /* -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none; */
}

#crs-contact-text:focus + .crs-form label{
	top: 20px;
	color: #2f4231;
}

/* ***************************responsive********************************** */


@media only screen and (max-width: 1600px) {

  .smart-exp-img {
    top: 186px;
  }
 

  .fa-sect-wraper-01 {
    width: 50%;
  }

  .fa-sect-wraper-02 {
    width: 47%;
    margin: auto;
  }


}

@media (min-width: 1400px) and (max-width: 1600px) {

  .smart-exp-img {
    top: 181px;
  }
  /* .fa-main-image { 
    margin-top: -230px;
  } */
  .fa-main-paragraph {
    padding-bottom: 273px;
  }

}

@media (min-width: 1200px) and (max-width: 1400px) {

  .smart-exp-img {
    top: 171px;
  }

  .rs-sect-03 {
    padding-top: 147px;
    padding-bottom: 82px;
  }

  /* .fa-main-image {
    margin-top: -217px;
  } */

  .fa-sect-wraper-01 {
    width: 60%;
    margin: auto;
  }

  .fa-sect-wraper-02 {
    width: 55%;
    margin: auto;
  }

  .fa-main-paragraph {
    padding-bottom: 260px;
  }

  .csr-main-heading {
    font-size: 37px;
  }

  .product-div-box-text-head {
    font-size: 28px;
  }

  .bp-sect-wraper-01 {
    width: 58%;
  }

  .bp-sect-03 {
    padding-top: 44px;
    padding-bottom: 101px;
  }

  .bp-sub-heading {
    padding-bottom: 45px;
  }

  .from-sl-para {
    padding-bottom: 17px;
  }

}

@media (min-width: 991px) and (max-width: 1200px) {

  .rs-sect-wraper-02 {
    width: 58%;
  }

  .i-am-from-sl-img {
    width: 40%;
  }

  .smart-exp-img {
    top: 166px;
  }

  .rs-sect-03 {
    padding-top: 150px;
    padding-bottom: 70px;
  }

  .rs-sect-wraper-03 {
    width: 77%;
    margin: auto;
  }

  /* .fa-main-paragraph {
    padding-bottom: 240px;
  } */

  /* .fa-main-image {
    margin-top: -215px;
  } */

  .fa-sect-wraper-0 {
    width: 60%;
    margin: auto;
  }

  .fa-sect-wraper-01 {
    width: 65%;
  }

  .fa-sect-wraper-02 {
    width: 60%;
    margin: auto;
  }

  .csr-main-heading {
    font-size: 32px;
  }

  .csr-sect-wraper {
    width: 51%;
  }

  .product-div-box-text-head {
    font-size: 26px !important;
  }

  .product-div-box-text {
    width: 65% !important;
  }

  .bp-sect-wraper-01 {
    width: 66%;
    margin: auto;
}


}

@media (min-width: 600px) and (max-width: 991px) {

  .i-am-from-sl-img {
    width: 49%;
  }

  .rs-main-heading {
    font-size: 38px;
  }

  .rs-sect-wraper-03 {
    width: 100%;
    margin: auto;
  }

  .rs-sect-wraper-02 {
    width: 64%;
    margin: auto;
  }

  .smart-exp-img {
    top: 152px;
    margin-top: -150px;
  }

  .rs-sect-03 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .rs-location-box {
    margin-bottom: 50px;
  }

  .fa-sect-wraper-01 {
    width: 70%;
  }

  .custom-img-04 {
    width: 20%;
  }

  .fa-sect-wraper-02 {
    width: 65% !important;
}

  .fa-main-paragraph {
    padding-bottom: 80px;
  }

  /* .fa-main-image {
    margin-top: -149px;
  } */

  .csr-sect-wraper {
    width: 71%;
  }

  .csr-sect-wraper-01 {
    width: 77%;
    margin: auto;
  }

  .csr-main-heading {
    font-size: 33px;
  }

  .bp-sect-wraper-01 {
    width: 67% !important;
  }

  .bp-dflex-div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

}

@media only screen and (max-width: 600px) { 

  .rs-main-heading {
    font-size: 30px;
  }

  .smart-exp-img {
    top: 139px;
  }

  .rs-sect-02 {
    padding-top: 30px;
  }

  .rt-store-green-img {
    top: -190px;
  }

  .csr-main-heading {
    font-size: 25px;
  }

  .csr-sub-heading {
    font-size: 20px;
  }

  .csr-main-paragraph {
    font-size: 14px;
    line-height: 23px;
  }

  .csr-sect-03 {
    padding-top: 40px;
  }

  .csr-sub-heading {
    padding-bottom: 26px;
  }

  .csr-sub-paragraph-02 {
    font-size: 14px;
    line-height: 23px;
    padding-top: 30px;
    padding-bottom: 21px;
  }

  .csr-hrtag {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .csr-load-more-btn {
    width: 182px;
    height: 42px;
  }


}



@media only screen and (max-width: 991px) {

  .smart-exp-img {
    top: 166px;
  }

  .rs-sect-wraper-03 {
    width: 86%;
    margin: auto;
  }

  .i-am-from-sl-img {
    width: 42%;
  }

  /* .fa-main-image {
    margin-top: -179px;
  } */

  .fa-main-paragraph {
    padding-bottom: 50px;
  }

  .csr-sect-03 {
    padding-bottom: 69px;
    padding-top: 75px;
  }


}