@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mali:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Luxurious+Roman&family=Mali:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

:root {
  --green: #71bf45;
  --blue: #2e3192;
  --white: #ffffff;
  --black: #000000;
  --offwhite: #f9f9f9;
  --gray: #9e9e9e;
}

a {
  text-decoration: none !important;
}
li {
  list-style: none;
}

.btn-all {
  display: inline-block;
  margin-top: 15px;
}

.all-btn,
#myBtn,
#myBtn1,
.Click-here {
  background: var(--blue);
  padding: 10px 25px;
  border-radius: 10px;
  color: var(--white) !important;
  border: none;
  text-decoration: none !important;
  transition: 0.3s;
}

.all-btn:hover,
#myBtn:hover,
#myBtn1:hover {
  background-color: var(--green) !important;
}

#more,
#more1 {
  display: none;
}

.all-products {
  font-size: 24px;
  color: var(--blue);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}

/* .Click-here {
  cursor: pointer;
  background-color:var(--blue);
  color: #fff;
  width: 180px;
  text-align: center;
  font-size: 16px;
  padding: 18px 0;
  
  transition: background-image 3s ease-in-out;
} */
.Click-here:hover {
  background-color: var(--green);
}

/*  */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;600&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  position: relative;
}

/*  */

/* Inner Banner */
.inner-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 35, 38, 0.53);
  /* opacity: 0.7; */
  /* z-index: -1; */
}
.inner-banner {
  height: 325px;
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/banner-img-wd.jpg"); */
  background-image: url(./img/kapas.jpg);
  position: relative;
}
.inner-banner-overlay {
  height: 326px;
  position: relative;
}
.inner-banner-about {
  text-align: center;
  color: var(--black);
  z-index: 99;
  text-decoration: none;
  /* padding-top: 150px; */
}
.inner-banner-about h1:before {
  content: "";
  width: 60px;
  height: 3px;
  background: var(--yellow);
  position: absolute;
  /* top: 55px; */
  bottom: 0;
  /* right: 48.5%; */
}
.inner-banner-about h1 {
  font-weight: 500;
  font-size: 45px;
  color: var(--white);
  position: relative;
  margin-top: 50px;
}
.inner-banner-about ol {
  display: inline-flex;
  padding-top: 15px;
}
.inner-banner-about ol li {
  font-style: italic;
  font-size: 14px;
  color: var(--white);
  font-weight: 500;
  letter-spacing: 1px;
}
.inner-banner-about ol li a {
  color: var(--white);
}
.inner-banner-about ol li i {
  padding: 0 8px;
}
/* End Inner Banner */

/* Top Header */
.header-top-section {
  padding: 15px 10px;
  background-color: var(--blue);
}
.header-top-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top-link {
  display: flex;
}

.header-top-link2 {
  display: flex;
}

.header-top-link2 li:not(:last-child) {
  border-right: 1px solid gray;
  margin-right: 0 20px;
}

.header-top-link li:not(:last-child) {
  border-right: 1px solid rgba(128, 128, 128, 0.557);
  margin-right: 30px;
}

.header-top-link li i {
  color: var(--white);
  font-size: 20px;
  margin-right: 10px;
}

.header-top-link li a {
  margin-right: 30px;
  color: var(--white);
}
.header-top-link2 li i {
  color: var(--white);
  font-size: 20px;
  margin: 0 20px;
}

@media (max-width: 992px) {
  .header-top-section {
    display: none;
  }
}
/* End Top Header */

/* Bottom Header */
nav {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 90px;
  background: #fbfbfb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

nav .navbar-1 {
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  margin: auto;
  padding: 0 50px;
}
nav .navbar-1 .logo img {
  width: 250px;
}
nav .navbar-1 .logo {
  vertical-align: middle;
}
.navbar-1 .logo a {
  font-size: 30px;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar-1 .nav-links {
  line-height: 90px;
  height: 100%;
}
nav .navbar-1 .links {
  display: flex;
}
nav .navbar-1 .links li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar-1 .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: var(--blue);
  font-size: 15px;
  font-weight: 500;
}
.links li:hover .htmlcss-arrow {
  transform: rotate(180deg);
}
nav .navbar-1 .links li .arrow {
  height: 100%;
  width: 22px;
  line-height: 90px;
  text-align: center;
  display: inline-block;
  color: var(--blue);
  transition: all 0.3s ease;
}
nav .navbar-1 .links li .sub-menu {
  position: absolute;
  top: 90px;
  left: 0;
  line-height: 40px;
  background: #fbfbfb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
.sub-logo img {
  width: 200px;
  padding: 10px 0;
}
nav .navbar-1 .links li .sub-menu li a {
  color: var(--blue);
}
nav .navbar-1 .links li:hover .htmlCss-sub-menu {
  display: block;
}
.navbar-1 .links li .sub-menu li {
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-1 .links li .sub-menu a {
  color: var(--black);
  font-size: 15px;
  font-weight: 500;
}
.navbar-1 .nav-links .sidebar-logo {
  display: none;
}
.navbar-1 .bx-menu {
  display: none;
}
.nav-btn button {
  background-color: var(--blue);
  border: none;
  color: var(--white);
  padding: 10px 13px;
  font-size: 16px;
}

@media (max-width: 920px) {
  nav .navbar-1 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    max-width: 100%;
    padding: 0 25px;
  }
  nav .navbar-1 .logo a {
    font-size: 27px;
  }
  nav .navbar-1 .links li {
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar-1 .links li a {
    font-size: 15px;
  }
  .nav-btn {
    display: none;
  }
}
@media (max-width: 800px) {
  .navbar-1 .bx-menu {
    display: block;
  }
  nav .navbar-1 .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    width: 100%;
    background: var(--white);
    line-height: 40px;
    /* padding: 20px; */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar-1 .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
  }
  .sidebar-logo i,
  .navbar-1 .bx-menu {
    font-size: 40px;
    color: var(--blue);
  }
  nav .navbar-1 .links {
    display: block;
    margin-top: 20px;
    padding: 0 25px;
  }
  nav .navbar-1 .links li .arrow {
    line-height: 40px;
  }
  nav .navbar-1 .links li {
    display: block;
  }
  nav .navbar-1 .links li .sub-menu {
    position: relative;
    top: 0;
    box-shadow: none;
    display: none;
  }
  nav .navbar-1 .links li .sub-menu li {
    border-bottom: none;
  }
  .navbar-1 .nav-links.show1 .links .htmlCss-sub-menu {
    display: block;
  }
  .navbar-1 .nav-links.show1 .links .htmlcss-arrow {
    transform: rotate(180deg);
  }
  .links li:hover .htmlcss-arrow {
    transform: rotate(0deg);
  }
  nav .navbar-1 .links li:hover .htmlCss-sub-menu {
    display: none;
  }
}
@media (max-width: 370px) {
  nav .navbar-1 .nav-links {
    max-width: 100%;
  }
}
/* End Bottom Header */

/* Home Banner */
.home-banner {
  position: relative;
  overflow: hidden;
  height: 700px;
  width: 100%;
}
.home-banner::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(img/barley-field-1684052_1280.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  opacity: 0.6;
  height: 700px;
}
.home-banner .content {
  /* margin: 50px 0; */
  margin-top: 100px;
  z-index: 1;
  text-align: center;
}
.home-banner .content h1 {
  margin: auto;
  font-size: 64px;
  font-weight: 700;
  color: var(--blue);
  width: 70%;
}
.home-banner .content p {
  font-weight: 600;
  margin: 35px 0;
  font-size: 18px;
  padding: 0 321px;
}

@media (max-width: 1200px) {
  .home-banner::after {
    background-size: auto;
  }
  .home-banner .content h1 {
    font-size: 48px;
  }
  .home-banner .content p {
    padding: 0 231px;
  }
}
@media (max-width: 992px) {
  .home-banner .content h1 {
    font-size: 40px;
  }
  .home-banner .content p {
    font-size: 20px;
    padding: 0;
  }
  .product-information .nav-btn {
    display: block;
  }
}
@media (max-width: 576px) {
  .home-banner .content h1 {
    font-size: 34px;
    line-height: 45px;
    width: 100%;
  }
  .home-banner .content p {
    font-size: 18px;
  }

  .popup-box {
    width: 100% !important;
    margin-top: 0px !important;
  }
}
/* End Home Banner */

/* Our Product */
.category ul {
  background-color: var(--offwhite);
}

.category ul li {
  border-bottom: 1px solid #dedede;
  padding: 16px 20px;
}

.category ul li:hover {
  background-color: var(--green);
}

.category ul li a {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
}
.category ul li a i {
  padding-right: 10px;
}

.category h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.seeds-product {
  text-align: center;
  background-color: var(--offwhite);
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
  padding: 10px 0;
  margin-bottom: 15px;
}

.seeds-product:hover {
  transform: rotate3d(1, 1, 1);

  transition: 1s;
}

.seeds-product img {
  width: 100%;
}

.seeds-product a.all-btn {
  display: inline-block;
}

a.seeds-btn {
  background-color: var(--blue);
  color: var(--white);
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  display: inline-block;
}
.responsive-page {
  margin-top: 43px;
}
.slick-prev,
.slick-next {
  display: none !important;
}
/* End Our Product */

/* Seeds Category */
section {
  padding: 30px 0;
}
.category-item {
  width: 80px;
  height: 80px;
  border: 1px solid lightgray;
  border-radius: 50%;
  padding: 20px;
  margin: auto;
  transition: 0.3s;
}
.category-item:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
a .single-seeds-category img {
  width: 100%;
  animation: img-scale 2s infinite linear;
}

.single-seeds-category {
  text-align: center;
}

.single-seeds-category h5 {
  font-size: 14px;
  margin: 6px 0;
  font-weight: 500;
}

.single-seeds-category h6 {
  font-size: 12px;
  font-weight: 400;
  color: #888;
}

@keyframes img-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
/*End Seeds Category */

/* Tab content */
.nav-seeds ul li a:hover {
  border-bottom: 0 !important;
}
.active {
  background-color: var(--white);
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
  color: var(--blue) !important;
  cursor: default;
  background-color: var(--green);
  border: 0;
}
.nav-tabs li a {
  color: var(--green);
  margin-right: 2px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 900;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  display: inline-block;
}
.nav-tabs {
  border: 0;
  text-align: center;
  /* margin: 50px 0 30px 0 !important; */
}
.tab-content img {
  width: 150px;
  height: 200px;
  margin: 10px 0;
}
ul.nav-seeds {
  display: inline-block;
}
#hotel,
#school,
#re-place,
#indusrty,
#com-build {
  scroll-margin-top: 100px;
}
/* End Tab content */

/* for slick slider */
.slider-wrapper {
  padding: 0;
  overflow: hidden;
  height: 600px;
}

.slider-box img {
  width: 100% !important;
  height: 100%;
}

.slick-list,
.draggable {
  padding: 0 !important;
}
.slider.slick-dotted.slick-slider {
  /* max-width: 768px; */
  /* margin: 0 auto 5px; */
  /* height: 600px; */
}
.slider .slider-lg-content {
  /* background: #5e5532;     */
  color: var(--white);
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  /* height: 100%; */
}
.slider .slick-dots {
  bottom: 45px;
}
.slider .slick-dots li button:before {
  color: #b3b3b3;
  content: "•";
  background: #fff;
  border-radius: 50%;
  font-size: 10px;
  line-height: 12px;
  width: 10px;
  height: 10px;
}
.slick-dots .animated-dot {
  background-image: url("https://img.icons8.com/plasticine/100/000000/play.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 14px;
  width: 16px;
  display: none;
}

/* progress bar */
.slider-progress {
  width: 100%;
  height: 3px;
  background: #eee;
  max-width: 768px;
  margin: 0 auto;
  display: none;
}
.slider-progress .progress {
  width: 0%;
  height: 3px;
  background: #000;
}

/* common slider-nav */
/* .slider img {
  width: 100%;
}
.slider-xs {
  display: none;
} */

/* @media (max-width: 576px) {
  .slider-xs {
    display: block;
  }
  .slider-lg {
    display: none;
  }
} */

.slider-lg-content {
  position: relative;
  height: 600px;
}

.slider-lg-content h3 {
  margin-top: 150px;
  font-weight: 400;
  font-size: 18px;
  color: var(--white);
}

.slider-lg-content h2 {
  font-weight: 500;
  font-size: 72px;
  margin: 20px 0;
  color: var(--green);
}

.slider-lg-content p {
  font-weight: 400;
  font-size: 16px;
  padding: 0 185px;
  color: #e1e1e1;
}

.slide-img::before {
  position: absolute;
  background-image: url("./img/wallpaperflare.com_wallpaper.jpg") !important;
  background-size: cover;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /* opacity: 0.5; */
  min-height: 600px !important;
  z-index: -1;
}

.slider-lg-content::before {
  position: absolute;
  background-image: url("./img/home-banner.jpg");
  background-size: cover;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /* opacity: 0.5; */
  min-height: 600px !important;
  z-index: -1;
}

.slider-lg-content::after,
.slide-img::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background-color: #0000007b;
  z-index: -1;
}

.slider .previous-slide,
.slider .next-slide {
  height: 18px;
  width: 18px;
  position: absolute;
  cursor: pointer;
  z-index: 2;
}
.slider .previous-slide {
  left: 20px !important;
  top: 50%;
}
.slider .next-slide {
  right: 20px !important;
  top: 50%;
}
.slider .previous-slide {
  background: url("https://img.icons8.com/office/16/000000/back.png") no-repeat;
  /* background-size: contain; */
}
.slider .next-slide {
  background: url("https://img.icons8.com/office/16/000000/forward.png")
    no-repeat;
  /* background-size: contain; */
  background-position: right;
}

@media (max-width: 992px) {
  .slider-lg-content h3 {
    margin-top: 100px;
    font-size: 30px;
    font-weight: 700;
  }

  .slider-lg-content h2 {
    font-size: 35px;
    font-weight: 500;
    margin: 20px 0;
  }

  .slider-lg-content p {
    font-size: 36px;
    font-weight: 500;
    padding: 0 85px;
  }
}

@media (max-width: 576px) {
  .slider-wrapper {
    height: 450px;
  }
  .slider-lg-content {
    height: 400px;
  }
  .slider-lg-content h2 {
    font-size: 30px;
  }

  .slider-lg-content h3 {
    margin-top: 80px;
    font-size: 16px;
    font-weight: 700;
  }

  .slider-lg-content p {
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    /* padding: 0 85px; */
  }
}
/*end slider */

/* About Us */
.presidant-msg {
  background-color: var(--white);
}

.presidant-img img {
  width: 100%;
  height: 552px;
  border-radius: 10px;
}
.about-us-section {
  background-color: var(--offwhite);
}
.about-us-img img {
  width: 100%;
  border-radius: 20px;
  height: 385px;
}

.about-us-content p {
  padding: 0 50px 0 0;
  margin-top: 20px;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
}

.about-us-section .second-title {
  margin-bottom: 15px;
}

.presidant-msg-img{
  display: none !important;
}
@media (max-width: 992px) {
  .presidant-msg-img1{
    display: none;
  }
  .presidant-msg-img{
    display: block !important;
  }
  .about-us-content{
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .about-us-img img {
    height: 280px;
  }
  .presidant-img img {
    height: 350px;
  }
}
/* End About Us */

/* signature img */
.signature {
  width: 150px;
  margin: 12px 0;
}
/* signature img */

/* Counter */
.counter-section {
  /* display: block; */
  position: relative;
  background-image: url("img/1000_F_715158589_HpHDsrFzZoGsQK4FNpyyikg6iMVIsQUn-transformed.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background-attachment: fixed;
}

.counter-section::before {
  position: absolute;
  opacity: 0.8;
  background-color: #00000094;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.counter-img {
  text-align: center;
}

.counter-img img {
  width: 110px;
  height: 110px;
  background-color: var(--offwhite);
  border-radius: 50%;
  border-radius: 26%;
  padding: 17px;
}

.counter-content {
  text-align: center;
}

.counter-content span {
  font-size: 35px;
  font-weight: 600;
  color: var(--white);
}

.counter-content h4 {
  color: var(--white);
  font-size: 21px;
  font-weight: 700;
  margin-right: 4px;
}

/* End Counter */

/* Why choose us */
.why-choose-us {
  display: block;
  position: relative;
  text-align: center;
  background-color: #f7f8fa;
}

.first-title {
  font-size: 24px;
  color: var(--black);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}

.second-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--gray);
  font-family: "Luxurious Roman", serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 50px;
}

.line {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  width: 45px;
  margin: auto;
  height: 3px;
  margin-bottom: 40px;
}

.choose-card-icon {
  border: 1px solid var(--white);
  background-color: var(--green);
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: auto;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-choose-card {
  height: 300px;
  padding: 20px;
  background-color: var(--white);
  border-radius: 20px;
}

.single-choose-card img {
  max-width: 100px;
}

.single-choose-card h3 {
  margin: 15px 0;
  font-size: 18px;
  font-weight: 500;
}

.single-choose-card p {
  font-size: 15px;
  font-weight: 400;
}

/* End Why choose us */

/* wheat-img-all */
.wheat-img-all {
  width: 20px;
}
/* wheat-img-all */

/* Blog section */
.blog-section {
  text-align: center;
  position: relative;
}

.blog-section .btn-all,
.testimonial .btn-all {
  margin-top: 40px;
  display: inline-block;
}

.blog-section img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
  height: 250px;
}
.card,
.card-blog {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 10px;
}
.card-blog {
  margin-top: 20px;
}
.blog-card-content {
  padding: 20px;
  cursor: pointer;
  background-color: var(--white);
}

.blog-section::before {
  background-image: url("img/pattern-one.png");
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  position: absolute;
  opacity: 0.1;
  z-index: -1;
}
.blog-card-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--blue);
  height: 40px !important;
}
.blog-card-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  height: 95px;
}
.blog-card-content .border {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.admin {
  display: flex;
  justify-content: space-between;
}
.slider-admin-icon {
  display: flex;
}
.slider-admin-icon h6 i {
  margin-right: 20px;
  margin-left: 8px;
}
.admin h6 {
  font-size: 12px;
  color: #888;
}
.btn-all {
  margin-top: 20px;
}
/* End Blog section*/

/* about cotton page */
.about-cotton-page p{
    color: var(--gray);
    font-size: 16px;
    margin: 10px 0;
}
.about-cotton-page img{
  width: 100%;
}

.about-cotton-page h2{
  color: var(--blue) ;
  font-size: 30px;
}
.about-cotton-page h2 a{
  color: var(--blue) ;
  font-size: 30px;
}

.about-cotton-img {
  width: 30% !important;
}

/* end about cotton page */

/* faq */
.faq_container
   {
     border: 2px solid var(--gray); 
     margin: 10px 0;
     border-radius: 10px;
     overflow: hidden;
}

  .faq_question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    /* transition: 1s; */
    
  }
  .answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;

}

  .answer {
    padding: 0 10px 20px;
    line-height: 1.5rem;
  }

  .answer ul li{
    margin: 10px 0;
  }
  .fqa_headline_container h2 span { font-weight: 700; }
  .faq_question-text h3 {margin: 10px 0;
     font-size: 22px; font-weight: 400; color: var(--navy);}
  
  .icon-faq.active {
    background: black;
    border: 2px solid black;
  }
  .icon:hover { cursor: pointer; }
  .icon-shape { 
    position: relative; 
    width: 30px; 
    height: 30px;
    border: 1px solid var(--blue);
    border-radius: 50%; 
}

  .icon-faq .icon-shape::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background: var(--blue);
    border-radius: 3px;
    transition: all 0.5s ease;
  }
  .icon-faq .icon-shape::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 20px;
    background: var(--blue);
    border-radius: 3px;
    transition: all 0.5s ease;
  }
  .icon-faq .icon-shape.active::before {
    transform: translate(-50%, -50%) rotate(180deg);
    transition: all 0.5s ease;
  }
  .icon-faq .icon-shape.active::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: all 0.5s ease;
  }


/* end faq */


/* Client Testimonial */
.client-testimonial-section {
  text-align: center;
}
.client-review-card {
  background-color: var(--offwhite);
  padding: 25px 30px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.client-review-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 35px;
}
.client-review-rating .msg {
  font-size: 33px;
  border: 2px solid black;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
}

.star-icon i {
  color: #fcb21b;
  font-size: 20px;
}

.client-review-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.client-review-para {
  padding: 32px 0;
}

.client-review-para p {
  text-align: start;
  font-size: 16px;
  font-weight: 400;
}

.client-review-text h3 {
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
}
.client-review-text p {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
/*End Client Testimonial */

/* Testimonial */
.testimonial {
  text-align: center;
}
.testimonial-box iframe {
  width: 100%;
  height: 200px;
  border-radius: 0;
}
.testimonial-box {
  padding: 20px;
  border-radius: 30px;
  background-color: var(--testimonial);
  text-align: start;
  background-color: aliceblue;
  height: 350px;
  margin-bottom: 10px;
}
.testimonial-box p {
  margin: 10px;
  color: var(--blue);
  font-weight: 600;
}
.testimonial a.btn-text {
  margin-top: 20px;
  display: inline-block;
}
/*End Testimonial */

/* Contact Us Form */
.contact-us {
  position: relative;
}
.contact-us::before {
  position: absolute;
  background-image: url("img/contact-bg2.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.4;
}
.contact-us img {
  position: absolute;
  height: 300px;
  margin-left: -140px;
  margin-top: 80px;
  z-index: 999;
}
.contact-us .form {
  background-color: var(--offwhite);
  border-radius: 10px;
  padding: 10px;
}
.contact-us form {
  max-width: 400px;
  margin: 0 auto;
}

.contact-us .content h2 {
  color: var(--blue);
  font-size: 38px;
  font-weight: 700;
}

.contact-us .content p {
  margin: 15px 0;
  font-size: 16px;
  font-weight: 500;
}
.form h4 {
  color: var(--green);
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 22px;
}
.form h2 {
  margin: 10px 0;
  font-weight: 600;
}

::placeholder {
  color: var(--black);
}
input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  margin-bottom: 10px;
  border: 1px solid var(--black);
  border-radius: 10px;
  box-sizing: border-box;
}
textarea::placeholder {
  font-size: 16px;
}
.contact-us input[type="submit"] {
  background-color: var(--blue);
  color: var(--white);
  padding: 10px 40px;
  border: none;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 10px;
}
.contact-us .contact-us-banner {
  background-image: url(img/agriculture-cereal-corn-farm-sunset.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 40vh;
}
.contact-us-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.contact-us-banner h3,
h5,
a {
  color: var(--white);
  text-decoration: none;
}
.contact-us .content {
  padding: 0 50px;
}
.contact-us .content li a {
  color: var(--black);
  font-size: 15px;
  font-weight: 500;
}
.contact-us .content li i {
  margin-right: 10px;
  font-size: 15px;
}
.contact-us .content ul {
  margin: 50px 0;
}
.contact-us .content li {
  margin: 30px 0;
}
@media (max-width: 1320px) {
  .contact-us img {
    display: none;
  }
}
@media (max-width: 992px) {
  .contact-us .content {
    margin-top: 20px;
  }
}
/* End Contact Us Form */

/* Footer */
.footer-section {
  /* background-image: url(img/); */
  background-color: var(--blue);
  padding: 70px 0 20px 0;
  position: relative;
}
.footer-col1 img {
  width: 219px;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
  background-color: var(--white) !important;
}
.footer-col1 p {
  font-size: 16px;
  margin-bottom: 20px;
  color: var(--white);
  padding-right: 56px;
}

.footer-social-media a {
  color: var(--white) !important;
}
.footer-social-media a i {
  border: 1px solid var(--white);
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
.footer-title h4 {
  text-transform: uppercase;
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-title ul li a {
  color: var(--white);
}

.footer-title ul li {
  margin: 10px 0;
  text-align: start !important;
}

.footer-title li {
  display: flex;
  align-items: center;
}

.footer-contact-icon i {
  border: 1px dashed #8487dc6f;
  background-color: #383dc8;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: var(--black);
  font-size: 18px;
  margin-right: 20px;
  color: var(--white);
}
.footer-title {
  text-align: left !important;
}

.footer-contact-content {
  z-index: 1;
}

.footer-contact-content strong {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--white);
}
.footer-contact-content p {
  color: var(--white);
}

.copyright p {
  text-align: center;
  margin-top: 100px;
  color: var(--white);
  border-top: 1px solid var(--white);
  padding: 20px;
}

.footer-bottom-img {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.2;
}

.footer-bottom-img img {
  width: 500px;
}

.footer-first-img {
  background-image: url("img/seeds.png");
  padding-top: 54px;
  background-repeat: repeat-x;
}

a.footer-alibyte img {
  width: 80px;
}

@media (max-width: 576px) {
  .footer-bottom-img img {
    display: none;
  }
  .about-us-content p {
    padding: 0;
  }
  .counter-content {
    margin-bottom: 25px;
  }
}

@media (max-width: 992px) {
  .footer-col1 {
    margin-bottom: 40px;
  }

  .footer-title {
    margin-bottom: 40px;
  }
  .footer-col1 p {
    padding-right: 0;
  }
  .copyright p {
    margin-top: 20px;
  }
  .nav-btn {
    display: none;
  }
  .single-choose-card {
    margin-bottom: 20px;
  }
}
/* End Footer */

/* Pop-up */
.btn-open-popup {
  padding: 12px 24px;
  font-size: 18px;
  background-color: green;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-open-popup:hover {
  background-color: #4caf50;
}

.overlay-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.popup-box {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  width: 500px;
  margin: 92px auto;
  text-align: center;
  opacity: 0;
  transform: scale(0.8);
  animation: fadeInUp 0.5s ease-out forwards;
}

.form-container {
  display: flex;
  flex-direction: column;
}

.form-label {
  margin-bottom: 10px;
  font-size: 16px;
  color: #444;
  text-align: left;
}

.form-input {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

.btn-submit,
.btn-close-popup {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-submit:hover {
  background-color: var(--blue);
}

.btn-submit {
  background-color: var(--green);
  color: #fff;
}

.btn-close-popup {
  margin-top: 12px;
  background-color: var(--blue);
  color: #fff;
}

.btn-close-popup:hover {
  background-color: var(--green);
}
/* Keyframes for fadeInUp animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animation for popup */
.overlay-container.show {
  display: flex;
  opacity: 1;
}

/* Product-info */
.product-information {
  padding: 80px 0;
}
.product-information img {
  width: 100%;
  height: 503px;
  border-radius: 10px;
  background-color: var(--offwhite);
}
.product-information h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
.product-information ul li {
  margin: 5px 0;
  font-weight: 500;
  font-size: 17px;
  color: var(--gray);
}
.product-information ul li::before {
  content: "-> ";
}
.product-information-content ul {
  margin: 25px 0;
  display: inline-grid;
}
.product-information-content h2 {
  top: 0;
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
}
/* Product-info */

/* For Whatsapp */
.cbh-phone {
  display: block;
  position: fixed;
  right: 50px;
  bottom: 40px;
  visibility: hidden;
  background-color: transparent;
  width: 100px;
  height: 100px;
  cursor: pointer;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s;
}
.cbh-phone.cbh-show {
  visibility: visible;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
.cbh-phone.cbh-static1 {
  opacity: 0.6;
}
.cbh-phone.cbh-hover1 {
  opacity: 1;
}
.cbh-ph-circle {
  width: 110px;
  height: 110px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cbh-phone.cbh-active .cbh-ph-circle1 {
  -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}
.cbh-phone.cbh-static .cbh-ph-circle {
  -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}
.cbh-phone.cbh-hover .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: 0.5;
}
.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
  border-color: rgba(204, 204, 204, 1);
  opacity: 0.5;
}
.cbh-phone.cbh-gray .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: 0.5;
}
.cbh-ph-circle-fill {
  width: 74px;
  height: 74px;
  top: 58px;
  left: 58px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cbh-phone.cbh-active .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}
.cbh-phone.cbh-static .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}
.cbh-phone.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}
.cbh-phone.cbh-gray .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 1 !important;
}
.cbh-ph-img-circle1 {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background-size: 40px 40px;
  background-color: rgba(30, 30, 30, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  animation: cbh-circle-img-anim 1s infinite ease-in-out;
}
.cbh-ph-img-circle1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
}
.cbh-ph-img-circle1 i {
  color: var(--white);
}
.cbh-phone.cbh-active .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}
.cbh-phone.cbh-static .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}
.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
  background-color: rgba(117, 235, 80, 1);
}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(204, 204, 204, 1);
}
.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
  background-color: rgba(117, 235, 80, 1);
}
@-moz-keyframes cbh-circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes cbh-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes cbh-circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes cbh-circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes cbh-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes cbh-circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-moz-keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes cbh-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-o-keyframes cbh-circle-img-anim {
  0% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgb(0, 242, 164);
}
.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgb(0, 242, 164);
}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgb(46, 203, 113);
}
.kmacb__manager-border {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -39.5px;
  margin-left: -39.5px;
  border-radius: 100%;
  border: 2px solid #ffe787;
  -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -o-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  opacity: 0.8;
  transform-origin: center;
}

.kmacb__manager-fill {
  background: #52aff7 center bottom no-repeat;
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -37.5px;
  margin-left: -37.5px;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  transform-origin: center;
}
.kmacb__manager-circle {
  background: #52aff7;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  border-radius: 100%;
}
/* For Whatsapp */

/* this is for scroll animation for website */
.trans-yp.active-yp,
.trans-yp1.active-yp1 {
  transform: translateY(0);
  opacity: 1;
}
.trans-yp {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.trans-yp1 {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
/* this is for scroll animation for website */


















body.Padre{

  align-items: center; 
  width: 100%; 
  height: 100%; 
  transition: all .55s ease; 

  background-repeat: no-repeat; 
  background-attachment: fixed; 
  background-position: left bottom,center; 
  background-size: 15%, cover;
}

#loaderCircular img {
  /* margin: auto; */
  width: 200px;
  position: fixed;
  left: 40%;
  top: 40%;
}

#myDivCenter { display: none; text-align: center; color: #f5faf7;}

.animate-bottom { position: relative; -webkit-animation-name: animatebottom; -webkit-animation-duration: 1s; animation-name: animatebottom; animation-duration: 1s}
@-webkit-keyframes animatebottom { from { bottom:-100px; opacity:0 } to { bottom:0px; opacity:1 }}
@keyframes animatebottom { from{ bottom:-100px; opacity:0 } to{ bottom:0; opacity:1 }}