:root {
  --white: #ffffff;
  --black: #000000;
  --yellow: #FFC107;
  --blue: #002F6C;
}

/*-------------- Owl crousel ---------------*/
body.home{
  background-color: #f7f7f0;
}
/* SLIDER */
#slider {
  position: relative;
  padding: 0px;
}

#slider h1 {
  font-family: Montserrat;
  font-weight: 600;
  color: #5F5F5F;
  width: 85%;
  text-transform: uppercase;
}
.slider-content-box h1 {
  font-size: 45px;
  line-height: 55px;
}
.slider-content-box {
  padding-top: 20%;
}
.slider-content-box{
  position: relative;
}
.slider-dish-image {
  position: absolute;
  bottom: 20%;
  height: 350px;
  width: 350px;
  right: 23%;
}
.slider-leaf-one-image{
  position: absolute;
  bottom: 25px;
  right: -50px;
}
.slider-leaf-two-image{
  position: absolute;
  bottom: 0;
  right: -35px;
  top: 30%;
}
.slider-center-content-box{
  position: relative;
}
.slider-leaf-three-image {
  position: absolute;
  left: -16%;
  top: 12%;
}
.slider-leaf-four-image {
  position: absolute;
  right: 70px;
  top: 100px;
}
.slider-leaf-five-image{
  position: absolute;
  bottom: 30%;
  left: -12%;
}
.slider-leaf-six-image {
  position: absolute;
  bottom: 15%;
  left: 25%;
}
/* video */
.video-icon{
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 47%;
  right: 0;
}
.video-icon i {
  color: #fff;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  padding: 33px;
  font-size: 20px;
  background-color: #D9D9D9;
  opacity: 85%;
}
.video-post-box {
  position: relative;
}
.video-box-bg{
  position: relative;
}
.close-one {
  color: #252525;
  float: right;
  font-size: 28px;
  padding-right: 20px;
  cursor: pointer;
  background: transparent;
  border: none;
  font-weight: 900;
}
.modal-contents {
  background-color: #fff;
  margin: auto;
  padding: 6px;
  width: 45%;
  transition: 2s;
  border-radius: 10px;
}
.modal-new {
  display: none;
  position: fixed;
  z-index: 10;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4);
}
.containeress{
    position: relative;
    z-index: 1;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23315E26FF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 20px; 
    width: 1402px;
    height: 590px !important;
    margin: 0 auto;
}
.video-post-box{
  display: flex;
  flex-flow: column;
}
.today-heading-box{
  width: fit-content;
  margin: auto;
  transform: translateY(-25px);
  padding: 0 25px;
  background-color: #f7f7f0;
}
.heading-box{
    width: fit-content;
    margin: auto;
    transform: translateY(-15px);
    padding: 0 25px;
    background-color: #f7f7f0;
}

/* what we do */
.what-we-left-image {
  background-color: #315E26;
  width: 30% !important;
  height: 100%;
  padding: 20px;
  border-radius: 80px;
}
.what-left-col-one{
  justify-content: center;
  gap: 10px;
  padding-top: 20px;
}
#What-We-Do .what-we-do-sub-heading {
  margin-bottom: 10% !important;
}
.what-we-do-video-icon {
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 8%;
  right: 0;
}
.what-we-do-video-icon i {
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 18px;
  font-size: 20px;
  background-color: #315E26;
  opacity: 60%;
}
#What-We-Do .left-sec-img {
  position: relative;
}

#footer_box .wpcf7 form.invalid .wpcf7-response-output,#Get-Contact .wpcf7 form.invalid .wpcf7-response-output{
  color: #000;
}

#banner-Sec .container{
  padding: 0px 0px !important;
}






