/* ======================== Header Start ===================*/

header {
}

@media (min-width: 1200px) and (max-width: 2500px) {

.container {
  width: 1300px;
}

}

.header {
  display: block;
  position: unset;
  width: 100%;
  transition: 1s;
  top: 17%;
  z-index: 9999;
}
.stickylogo img {
  width: 200px;
}

.header.sticky .stickylogo {
  display: none;
}

.stickylogo {
  display: none;
}
.header.sticky nav.menu1 {
   display: none;
}
.header.sticky {
  top: 0;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.30);
position: fixed;
background: #fff;
}
.header.sticky .menu > ul > li > a::before {
  display: none;
}
.header.sticky .menu ul li a.active {
  border-bottom: 0;
  padding-bottom: 0;
}

.stickylogo img {
  width: 150px;
}
.frst-p {
  text-align: center;
}
.header.sticky nav.menu {
  display: flex;
  align-items: center;
  padding: 0 10px;
  justify-content: center;
  width: 100%;
}
.header.sticky .menu ul li {
padding: 10px 50px;
}
.hamburger {
  display: none;
}
.header.sticky .menu ul li a {
font-size: 15px;
}   
.header.sticky .stickylogo {
  display: none;
}
.header .logo {
  padding: 18px 0;
  display: inline-block;
}

.header .menu ul li a:hover::before, .header .menu ul li a.active::before{
  opacity: 1 !important;
}

.header .menu ul li a.active::before {
  opacity: 1;
}
a.drop_a:before {
  background: transparent !important;
}
.header .menu ul li a.active {
  color: #fff;
}

.header .logo a img {
  width: 130px;
  height: auto;
}

.header .menu ul {
  margin: 0;
  padding: 0;
}

.header .menu ul li {
  display: inline-block;
  list-style: none;
  padding: 15px 50px;
}

.header nav.menu {
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.header nav.menu1 {
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  text-align: right;
  width: 29%;
background: #4d6122;
margin-left: -4px;
vertical-align: top;
position: relative;
}
.menu1 input {
  padding: 20px 10px;
  width: 100%;
}
.menu1 a {
  padding: 20px 15px;
  background: #fff;
  position: absolute;
  right: 0;
  font-size: 16px;
}
.menu1 a {
  padding: 19px 15px;
  background: #fff;
  position: absolute;
  right: 0;
  font-size: 16px;
  border: 1px solid #4d6122;
  border-left: none;
}
.header .menu ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 15px;
  transition: 0.5s;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
position: relative;
text-transform: uppercase;
font-weight: 600;
}

.header .menu ul li a:hover {
  color: #80a636;
  text-decoration: none;
}

.header .menu ul li:last-child::after {
  display: none;
}

.header .menu ul li ul.submenu {
  background-color: #ffffff;
  display: none;
  position: absolute;
  width: max-content;
  -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.22);
  top: 88px;
left: 0;
}
.header .menu ul li ul.submenu-1 {
  left: 70px;
}
.header .menu ul li ul.submenu li {
  display: block;
  width: 100%;
  text-align: left;
}

.header .menu ul li ul.submenu li a {
  color: #000;
  line-height: 25px;
  font-weight: 400;
  transition: 0s !important;
  font-family: 'Roboto', sans-serif !important;
  display: block;
  padding: 12px 0;
}
.topbar-switch {
  display: none;
}
.collapse {
  display: block;
}
.header .menu ul li ul.submenu::before {
  content: "";
  padding-top: 40px;
  position: absolute;
  top: -39px;
  width: 100px;
  z-index: 999;
  left: 0;
}

.header .menu ul li .icon-arrow {
  color: #fff;
  font-size: 16px;
  margin-left: 4px;
  vertical-align: baseline;
}

.header .menu ul li:hover ul.submenu {
  display: block;
}

.header .menu ul.submenu li::after {
  display: none;
}

.header .menu ul.submenu li {
  padding: 0 25px;
  border-bottom: 1px solid #b7b7b7;
}

.header .menu ul li ul.submenu li:hover {
  background: #182c44;
}

.header .menu ul li ul.submenu li:hover a {
  color: #fff;
}

.dimmer {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.dimmer.active {
  display: block;
}

.no-scrolling {
  overflow: hidden;
  position: fixed;
}

.topnav {
  background: #f09d01;
  padding: 10px 0;
}
.logo p {
  color: #fff;
  margin-bottom: 0;
}
.topnav h6 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  height: auto;
  line-height: initial;
}

.topnav h6 a {
  color: #fff;
}

.topnav ul li a svg {
  width: 15px !important;
  height: 17px;
  color: #fff;
  transition: 0.5s;
  fill: #fff;
  stroke: #fff;
  
}

.topnav ul li a svg:hover {
  transform: scale(1.2);
}

.topnav ul li {
  display: inline-block;
  margin-left: 8px;
}

.header .menu ul li a.active {
  color: #80a636;
  border-bottom: 5px solid;
  padding-bottom: 42px;
}
.header .menu ul li ul.submenu li a.active {
  color: #9f1d35;
}

.header .menu ul li ul.submenu li a.active:hover {
  color: #fff;
}
.menu-sec {
  float: right;
  width: 30%;
  text-align: right;
}
.menu-sec .topmenu ul {
  width: 100%;
  display: inline;
  float: right;
  margin-bottom: 0;
}
.menu-sec .topmenu {
  float: inherit;
  display: block;
}

.menu-sec .topmenu li {
  list-style: none;
  display: inline-block;
  margin-left: 15px;
  margin-top: 0px;
  text-align: left;
}
.logo {
  float: left;
}
.topmenu p {
  margin-bottom: 0px;
  color: #4d6122;
font-weight: 500;
}
.topmenu p svg part{
  color: #4d6122;
}
svg.svg-inline--fa.fa-phone-alt.fa-w-16 {
  margin-right: 10px;
}
svg.svg-inline--fa.fa-envelope.fa-w-16 {
margin-right: 10px;
}
.topmenu a {
  color: #000;
  font-weight: 500;
  position: relative;
}
.menu-sec .topmenu > ul > li > a::before, .header .menu > ul > li > a::before{
  content: '';
  width: 100%;
  height: 6px;
  background-color: #80a636;
  position: absolute;
  top: calc(100% + 40px);
  left: 0;
  transform: scale(0, 1);
  transform-origin: right center;
  transition: transform 500ms ease;
}
.link p a::before, .add p a::before{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  transform: scale(0, 1);
  transform-origin: right center;
  transition: transform 500ms ease;
}
.menu-sec .topmenu > ul > li:hover > a::before, .header .menu > ul > li:hover > a::before, .link p:hover a::before, .add p:hover a::before, .menu-sec .topmenu > ul > li.current > a::before, .menu-sec .topmenu > ul > li.current-menu-item > a::before {
  transform: scale(1, 1);
  transform-origin: left center;
}
.header .menu ul li a.active::before {
  opacity: 1;
}
.header .menu > ul > li > a {
  position: relative;
}

/* ======================== Header End ===================*/

/*footer */

.bg-footer {
  background: #f09d01;
  padding: 100px 0;
  padding-bottom: 0px;
}
.link h3, .add h3, .so-link h3 {
  font-size: 22px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
}
.so-link a svg {
  font-size: 20px;
  color: #000;
  background-color: #fff;
  height: 35px;
  width: 35px !important;
  border-radius: 50%;
  padding: 5px;
  fill: #000;
  stroke: #000;
}
.last-row {
  background: #121212;
  padding: 50px 0;
  margin-top: 100px;
}
.foot-img p {
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 15px;
}
.foot-img {
  margin-top: -50px;
}
.foot-img a {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
}
.so-link {
  text-align: center;
  margin-bottom: 10px;

}
.link p a, .add p a {
  color: #fff;
  position: relative;
}
.link p {
  margin-bottom: 10px;
  margin-bottom: 7px;
  color: #fff;
}
.add, .second {
  margin-left: 40px;
}
.add p {
  color: #fff;
  margin-bottom: 7px;
}
.copy {
  margin: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}
.so-link a {
  margin-right: 8px;
}
.so-link a svg {
  transition: 0.2s;
}
.so-link a svg:hover {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.1);
}



/*footer */

.hometop_banner {
  background-image: url(../images/home-page/banner-1.jpg);
  min-height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home2 {
  background-image: url(../images/home-page/banner-2.jpg);
}
.home3 {
  background-image: url(../images/home-page/banner-3.jpg);
}
.banner-text {
  position: relative;
  max-width: 100%;
  margin: auto;
  margin-left: 15px;
  padding-top: 15%;
}
.frst-p h1 {
  color: #fff;
  font-size: 80px;
  font-weight: normal;
  margin: 0;
  font-family: initial;
  line-height: 63px;
  word-spacing: 10px;
  margin-bottom: 40px;
}
.frst-p h2 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 50px;
  font-family: Futura, Trebuchet MS, Arial, sans-serif;
  font-weight: 600;
}
.sam-but a, .frst-p1 {
  background: #fff;
  padding: 20px 30px;
    padding-right: 20px;
  font-size: 15px;
  color: #242424 ;
  font-weight: 700;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  padding-right: 10px;
}
.sam-but a:hover, .frst-p1:hover {
  background: #4d6122;
  text-decoration: none;
  color: #fff;
}
.best-hed h1 {
  font-size: 45px;
  font-family: initial;
  text-align: center;
  margin-bottom: 50px;
}
.best {
  padding: 50px 0;
  padding-bottom: 100px;
  background: #f3f3f3;
  text-align: center;
}
.best-box img {
  width: 100%;
}
.best-box {
  background: #fff;
  padding: 25px;
  position: relative;
}
.best-box::before {
  content: '';
  background: transparent;
  color: #dee7ca;
  width: 265px;
  height: 325px;
  position: absolute;
  top: 15px;
  border: 1px solid #dee7ca;
  left: 15px;
  margin: 0 auto;
  text-align: center;
  right: auto;
}
.best-box p {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  font-family: initial;
  margin-top: 20px;
  letter-spacing: 0.5px;
}
.sam-but.sam-three {
  margin-top: 70px;
}
.sam-but.sam-three a {
  background: #80a635;
  color: #fff;
}
.sam-but.sam-three a:hover {
  background: #f09d01;
  color: #fff;
}
.sam-but.sam-three svg {
  background: #fff;
}
.sam-but svg {
  width: 35px;
  background: #e7e5e6;
  padding: 10px;
  border-radius: 50%;
  margin-bottom: -13px;
  margin-left: 10px;
}

.abouthome {
  padding: 50px 0;
  text-align: center;
  padding-bottom: 100px;
}
.abouthome .best-hed h1, .our-blog  .best-hed h1 {
  margin-bottom: 20px;
}
.best-hed p {
  font-size: 18px;
  font-weight: 600;
  color: #171717;
  line-height: 30px;
  margin-bottom: 50px;
  text-align: center;
}

.box1 img {
  transition: 0.5s;
}
.box1 .img {
  position: relative;
}
.box1 img:hover {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.1);
}
.why {
  background-image: url(../images/home/whychoose_back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0;
}
.why-details h1 {
  font-size: 45px;
  font-family: initial;
  color: #fff;
  margin-bottom: 30px;
}
.why-details .f-p{
  font-size: 18px;
}
.why-details p {
  font-size: 16px;
  color: #f6f6f7;
  font-weight: 600;
  line-height: 30px;
}
.blog-under-box a svg {
  width: 17px;
  margin-left: 25px;
  margin-bottom: -6px;
}
.our-blog  {
  padding: 100px 0;
}
.date svg {
  width: 15px;
  margin-right: 5px;
}
.box1 p {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding: 0 15px;
}
.date h6 {
  margin-right: 20px;
  margin-top: 4px;
  margin-bottom: 0;
  color: #464646;
}
.blog-under-box h3 {
  font-size: 19px;
  line-height: 30px;
  margin-top: 15px;
}
.our-blog .sum-fore {
  margin-top: 0;
  text-align: center;
}
.blog-under-box p {
  font-weight: bold;
  color: #212121;
  line-height: 20px;
  margin-bottom: 30px;
}
.blog-under-box a {
  color: #88aa46;
  font-size: 14px;
  font-weight: bold;
  transition: 0.5s;
  letter-spacing: 0.5px;
}
.blog-under-box a:hover {
  color: #f09d01;
}
.blog-box img {
  width: 100%;
}
.date {
  display: flex;
}
.blog-under-box {
  background: #fff;
  position: relative;
  top: -80px;
  padding: 15px;
  margin: 0 15px;
}
.box2 {
  overflow: hidden;
}
.box2 img {
  width: 100%;
  margin: 10px 0;
  transition: 0.5s;
}
.box2 img:hover {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.1);
}
.improv {
  padding: 100px 0;
  text-align: center;
}

.improw-details h1 {
  color: #ef9c01;
  font-size: 50px;
  font-family: initial;
  font-weight: normal;
  margin-bottom: 30px;
}
.improw-details p {
  font-size: 18px;
  color: #101010;
  line-height: 30px;
}
.sam-but.sam-two {
  margin-top: 50px;
}
.sam-but.sam-two svg {
  background-color: #fff;
}
.sam-but.sam-two a {
  background: #f09d01;
  color: #fff;
}
.sam-but.sam-two a:hover {
  background: #80a636;
  color: #fff;
}
.tard-home, .four-home {
  padding-bottom: 100px;
}
.box2 p {
  margin-top: 70px;
}
.hed h2 span {
  color: #72dd78;
  font-size: 50px;
}
.hed h2 {
  font-size: 35px;
}
.hed p {
  font-size: 17px;
}
.bg {
  background-image: url(../images/home/whychoose_back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  margin: 50px 0;
  width: 90%;
}
.bg::before {
  content: '';
  color: #72dd78;
  background: #72dd78;
  width: 40%;
  height: 650px;
  position: absolute;
  z-index: -1;
  right: -11%;
  top: -50px;
}
.bg1 {
  background: #fff;
  opacity: 0.8;
  width: 69%;
  padding: 50px;
  text-align: left;
  margin-top: 150px;
  margin-bottom: 100px;
  margin-left: 50px;
}
.bg1 h3 {
  font-size: 35px;
  color: #72dd78;
}
.bg1 h3 span {
  color: #000;
}
.bg1 p {
  font-size: 17px;
  color: #000;
  margin-bottom: 20px;
}
.swiper-button-next-1 {
  position: absolute;
  top: 50%;
  right: 120px;
  background: #72dd78;
  padding: 10px 18px;
  color: #fff;
  z-index: 1;
  rotate: -57deg;
}
.swiper-button-prev-1 {
  position: absolute;
  top: 50%;
  left:  120px;
  background: #72dd78;
  padding: 10px 18px;
  color: #fff;
  z-index: 1;
  rotate: -57deg;
}
.svg-inline--fa.fa-chevron-left, .svg-inline--fa.fa-chevron-right {
  rotate: 57deg;
}
.slider-section {
  position: relative;
  padding-bottom: 100px;
}
.swiper-container {
  position: unset !important;
}
.weserve_slideimg {
  text-align: center;
}
.weser_text::after {
  content: '';
  background: #4d6122;
  width: 95%;
  height: 160px;
  position: absolute;
  z-index: -1;
  bottom: -22px;
  left: 7px;
  rotate: 6deg;
  transition: 0.5s;
}
.swiper-slide:hover .weser_text::after {
  rotate: 0deg;
  transition: 0.5s;
}
.weser_text h5 {
  color: #fff;
  font-size: 15px;
  margin-top: 22px;
  margin-bottom: 22px;
  margin-left: 50px;
  font-weight: 700;
}

/* 14 */
.btn-14 {
  background: #4d6122;
  border: none;
  z-index: 1;
  position: relative;
  border-radius: 40px;
}
.btn-14:after {
  position: absolute;
  content: "";
  width: 100%;
  border-radius: 40px;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0px;
  background-color: #f09d01;
  background-image: linear-gradient(315deg, #f09d01 0%, #f09d01 74%);
  transition: all 0.3s ease;
  display: none;
}
.btn-14:hover {
  color: #000;
}
.btn-14:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.btn-14:active {
  top: 2px;
}
.hom-baner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.about-baner {
  background-image: url(../images/about-page/about-us-banner.jpg);
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.products-baner {
  background-image: url(../images/product/products-banner.jpg);
}
.download-baner {
  background-image: url(../images/download/downloads-banner.jpg);
}
.contact-baner {
  background-image: url(../images/contact/banner-contact.jpg);
}
.testimonial-baner {
  background-image: url(../images/contact/testimonial-banner.jpg);
}
.about-header {
  text-align: center;
  width: 100%;
  color: #fff;
  padding-top: 13%;
}
.about-header h1 {
  font-size: 80px;
  font-family: initial;
  letter-spacing: 0.5px;
}
.about-header p {
  font-size: 20px;
  font-weight: bold;
}
ol.breadcrumb {
  padding-top: 5px;
  padding-left: 5px;
  display: unset;
}
li.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.breadcrumb-item.active {
  color: #fff !important;
  font-size: 14px;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff !important;
}
.about-header h1 {
  color: #fff;
}
.about {
  padding: 100px 0;
  position: relative;
}
.ab-had h1 {
  text-align: center;
  font-size: 55px;
  font-family: initial;
}
.emul-bg {
  display: flex;
  text-align: center;
  align-items: center;
}
.emul-box {
  width: 22%;
}
.emul-box h2 {
  font-size: 45px;
  font-family: initial;
  letter-spacing: 1px;
  margin: 0;
  color: #fff;
}
.emul-box h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}
.emuls {
  padding: 85px 0;
  position: relative;
}
.soda {
  padding-bottom: 70px;
}
.em-last {
  padding-bottom: 150px;
}
.soda-bg {
  justify-content: end;
}
.emuls::before {
  content: '';
  background: #80a635;
  width: 87%;
  height: 370px;
  position: absolute;
  z-index: -1;
  top: 25px;
  border-radius: 0 180px 180px 0px;
}
.soda::before {
  content: '';
  background: #f09d01;
  position: absolute;
  z-index: -1;
  left: auto;
  right: 0;
  border-radius:180px  0 0 180px ;
}
@media (min-width: 1600px) and (max-width: 2500px) {

  .emuls::before {
    content: '';
    width: 80%;
  }
}


.top {
  background-color: #f2f2f2;
}
.text h2 {
  font-size: 60px;
  color: #63a600;
  font-family: initial;
  font-weight: bold;
}
.text.history .h-1 {
  font-weight: bold;
  color: #010101;
  font-size: 18px;
  line-height: 28px;
  margin: 30px 0;
}
.text.history p {
  font-weight: bold;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 28px;
  margin: 30px 0;
}
.what-we-do h2, .what-we-do1 h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.what-we-do {
  padding-top: 27%;
}
.what-we-do  p {
  font-weight: bold;
  color: #1c1c1c;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.what-we-do1 {
  padding-top: 20%;
}
.what-we-do1  p {
  font-weight: bold;
  color: #1c1c1c;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.mobaile {
  display: none;
}
.text {
  margin-top: 0px;
}
.brochar-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  text-align: center;
}
.brochar-detail h2 {
  color: #66a800;
  font-family: initial;
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}

.brochar-detail a {
  color: #717171;
  text-decoration: underline;
  transition: 0.5s;
}
.brochar-detail a:hover {
  color: #66a800;
  text-decoration: none;
}
.pdf-bro {
  background-color: #80a635;
}
.pdf-bro  .best-hed h1{
    color: #fff;
}
.brochar {
  padding: 100px 0;
}
.faq-bro {
  padding-bottom: 100px;
}
.second-pdf .brochar-detail h2, .second-pdf .brochar-detail a  {
  color: #fff;
}
.testimonial {
  padding: 100px 0;
  background-color: #f2f2f2;
}
.testimonial-detail {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}
.testimonial-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.why-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  text-align: center;
}
.img-box {
  background-color: rgba(255, 255, 255, .2);
  color: #fff;
  padding: 30px 0;
}
.why-details {
  padding-top: 25px;
}
.rig-box{
  margin-right: 30px;
}
.rig-box1 {
  margin-left: 30px;
}
.img-box h3 {
  font-size: 23px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.testimonial-detail p {
  color: #777;
  font-size: 15px;
  font-weight: bold;
}
.name-box {
  display: flex;
  align-items: center;
}
.test-img {
  margin-right: 20px;
}
.test-name h3 {
  font-size: 30px;
  color: #66a801;
  font-family: initial;
  margin: 0;
  margin-bottom: 10px;
  font-weight: normal;
}
.test-name h6 {
  font-size: 15px;
  color: #8d8d8d;
  margin: 0;
}
.contact {
  padding: 100px 0;
  padding-bottom: 0;
}
.contact-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.co-had h1 {
  color: #89ac46;
  font-family: initial;
  font-weight: normal;
  font-size: 35px;
  text-align: center;
}


.cont-bg-box {
  background: #80a635;
  color: #fff;
  border-radius: 10px;
  padding: 50px;
}
.bg-box-two {
  background-color: #f09d01;
}
.co-icon img {
  background-color: #f2f2f2;
  padding: 15px;
  border-radius: 50%;
  margin-right: 20px;
}
.co-detail p span {
  margin-right: 10px;
}
.co-f {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.co-f.co-f-two {
  margin-bottom:20px;
}
.co-f:last-child {
  margin-bottom: 0;
}
.co-detail p {
  line-height: 25px;
  margin: 0;
}
.co-detail p a {
  color: #fff;
  font-weight: bold;
}
.form-had h1 {
  color: #000;
}
.form-had .f-p {
  font-size: 17px;
  color: #383838;
}
.t-p p {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 50px;
  line-height: 28px;
}


.what-we-do-sec, .what-we-do-sec1 {
  padding-bottom: 100px;
  position: relative;
  padding-top: 0;
  height: 680px;
}
.what-we-do {
  margin-top: 0;
  margin-left: 50px;
}
.what-we-do1 {
  margin-top: 0;
  margin-right: 50px;
}
.what-we-do-sec1 {
  margin-bottom: 100px;
}
.what-we-do-sec::before {
  content: '';
  background-image: url(../images/about/what-we-do.jpg);
  position: absolute;
  left: 0;
  top: 0%;
  width: 50%;
  height: 100%;
  background-size: cover;
}
.what-we-do-sec1::before {
  content: '';
  background-image: url(../images/about/global-procure.jpg);
  position: absolute;
  right: 0;
  top: 0%;
  width: 50%;
  height: 100%;
  background-size: cover;
}
.pro-one1, .pro-one2, .pro-one3, .pro-one4 {
  height: 680px;
}
.pro-one1 {
  margin-top: 100px;
}
.pro-one2 {
  margin-bottom: 0;
}
.pro-one1 .what-we-do,  .pro-one2 .what-we-do1, .pro-one3 .what-we-do, .pro-one4 .what-we-do1{
  margin-left: 50px;
  margin-right: 70px;
} 
.pro-one1::before {
  background-image: url(../images/about/what-we-do.jpg);
  background-position: right;
}
.pro-one2::before {
  background-image: url(../images/about/what-we-do.jpg);
  background-position: left;
}
.pro-one3::before {
  background-image: url(../images/about/what-we-do.jpg);
  background-position: right;
}
.pro-one4::before {
  background-image: url(../images/about/what-we-do.jpg);
  background-position: left;
}
.products {
  padding: 100px 0;
  position: relative;
}
.productstwo, .productsthree, .productsfore {
  padding-bottom: 100px;
  position: relative;
}
/*.products::before {
  content: '';
  background-image: url(../images/product/flavorwise.jpg);
  position: absolute;
  right:  0;
  top: 20%;
  width: 50%;
  height: 72%;
  background-size: cover;
}
.productstwo::before {
  content: '';
  background-image: url(../images/product/emulsion.jpg);
  position: absolute;
  left:   0;
  top: 5%;
  width: 50%;
  height: 78%;
  background-size: cover;
  background-position: right;
}*/
.p-text {
  margin-right: 0px;
}
.p-text1 {
  margin-left: 0px;
}
/*.productsthree::before {
  content: '';
  background-image: url(../images/product/essense.jpg);
  position: absolute;
  right:  0;
  top: 10%;
  width: 50%;
  height: 79%;
  background-size: cover;
}

.productsfore::before {
  content: '';
  background-image: url(../images/product/softdrink.jpg);
  position: absolute;
  left:   0;
  top: 5%;
  width: 50%;
  height: 78%;
  background-size: cover;
  background-position: right;
}*/
.dow-sec {
  padding: 100px 0;
}
.products-img img {
  position: absolute;
  left: 0;
  width: 129%;
}
.productstwo .products-img img, .productsfore .products-img img {
  position: absolute;
  right: 0;
  left: auto;
  width: 129%;
}
.dow-img {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
  position: relative;
}
.dow-img .brochar {
  position: absolute;
  left: 150px;
  bottom: -40px;
}
.dow-img h2 {
  margin-left: 30px;
}
.dow-img1 {
  margin-bottom: 0;
}
.downlod-section {
  padding-top: 100px;
}
.down-text h3 {
  font-size: 20px;
}
.down-text p {
  font-size: 15px;
  color: #000;
}
.down-text {
  padding-top: 25px;
}
.helo {
  margin-bottom: 50px;
}
.contact-section {
  padding: 100px 0;
}
.contact-detel h2, .contact-fild h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.contact-detel p a {
  font-size: 19px;
  color: #000;
}
.contact-detel img {
  width: 20px;
  margin-right: 10px;
  margin-top: -5px;
}
.fild {
  margin-bottom: 15px;
}
.form-control {
  color: #000 !important;
  border-color: #e8e8e8;
  font-size: 17px;
  width: 80%;
  height: 60px;
}
.form-control:focus {
  box-shadow: none;
}
.srarch:focus-visible, .srarch:focus {
  box-shadow: none;
  outline: 0;
}
.submit.send-us button {
  background: #4d6122;
  color: #fff;
  padding: 12px 50px;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 40px;
  margin-left: 15px;
  transition: 0.5s;
}
.submit.send-us button:hover {
  background: #f09d01;
}

.testimonial-section {
  padding: 100px 0;
  position: relative;
  padding-top: 50px;
}
.test-hed h2 {
  font-size: 30px;
  margin-bottom: 50px;
}
.test-datel {
  box-shadow: 0px 0px 6px 0px #4d6122;
  margin: 10px 10px;
  padding: 40px;
  text-align: center;
}
.svg-inline--fa.fa-quote-left.fa-w-16 {
  font-size: 35px;
  color: #999999;
  margin-bottom: 10px;
}
.test-datel p {
  font-size: 15px;
  color: #000;
  text-align: justify;
  text-align-last: center;
}
.test-datel h5 {
  font-size: 20px;
  color: #4d6122;
  margin-bottom: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color,#fcdb66) !important;
  box-shadow: 0px 0 5px 0 #fcdb66;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  display: inline-block;
  background: #fcdb66;
  opacity: .2;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  background: #fff;
  opacity: 1;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  top: 50% !important;
  color: #fcdb66 !important;
}
.best-box {
  transition: 0.5s ease-in-out;
}
.best-box:hover {
  background-color: #f09d01;
}

.best-box:hover p{
  color: #fff;
}
.box1 h3 {
  font-size: 20px;
}