/*==========================================================================
1.0 DEFAUL SETTING
========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..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&display=swap');

html {
  scroll-behavior: smooth;
}

li::marker {
  color: transparent;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: 600;
  font-family: "Mali", cursive;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 18px;
  font-weight: 400;
  color: #12110e;
  line-height: 34px;
}

figure {
  margin: 0;
}

input:focus {
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1250px;
  width: 100%;
}

.gapping {
  margin-top: 120px;
  overflow: hidden;
}

.navbar-brand img {
  max-width: 170px;
}
/* .navbar.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 12%);
  border-bottom: 1px solid #dddddd70;
}

.fadeInDown {
  animation-name: fadeInDown;
}
.animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
@keyframes
fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}
} */

.navbar-toggler {
  padding: .25rem .45rem;
  background-color: #88c661;
  color: #fff;
}

.navbar-brand {
  position: relative;
}

.navbar-brand::after {
  content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block;
    z-index: 99;
    border-right: 20px solid transparent;
    border-top: 20px solid #ffffff;
    right: 75px;
    bottom: -24px;
} 

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #12110e;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  font-size: 17px;
  letter-spacing: 0;
  font-weight: 500;
}

li.nav-item {
  margin-left: 20px;
  line-height: 1;
}

li.nav-item .button {
  display: inline-block;
  padding: 15px 28px;
  border-radius: 22px;
  font-size: 14px;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

.navbar {
  /* position: absolute; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;

  z-index: 99;
  width: 100%;
  background: #fff;
  border-radius: 58px;
  padding: 5px 0px;
}

.dropdown-item {
  padding: .65rem 1rem;
  font-size: 16px;
}

.navbar-nav .dropdown-menu {
  position: static;
  padding: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #88c661;
}

.nav-link:focus, .nav-link:hover {
  color:#88c661;
}

.top_header ul {
  display: flex;
  gap: 40px;
}

.topbar-one__social {
 text-align: right;
}

.topbar-one__social a {
  color: #191247;
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px;
}

.top_header ul li a {
  color: #191247;
  font-size: 14px;
  font-weight: 500;
}

.top_header ul li a i {
  margin-right: 12px;
}

.top_header {
    background: #88c661;
    padding: 7px 0;
}

.banner_wrapper {
  height: 90vh;
}


.swiper-container {
  width: 100vw;
  height: 90vh;
}

.swiper-slide {
  background-color: #fcfcfc;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fcfcfc;
  font-size: 24px;
}

.swiper-slide > .swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent no-repeat 50% 50% / cover;
}

.swiper-slide .slide-01 {
  background-image: url(../images/banner_img.jpg);
  transform-origin: 50% 50%;
}

.swiper-slide .slide-02 {
  background-image: url(../images/banner_img2.jpg);
  transform-origin: 50% 50%;
}

.swiper-slide .slide-03 {
  background-image: url(../images/banner_img1.jpg);
  transform-origin: 50% 50%;
}

.swiper-scale-effect .swiper-slide-cover {
  transition-timing-function: linear;
  transition-duration: 20s;
  transform: scale(1);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1.3);
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44* 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff!important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #fff!important;
}


.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #fff!important;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.7)!important;
}

.swiper-wrapper{
  z-index: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 25px!important;
}

.swiper-button-prev ,.swiper-button-next {
  background: #ffffff4a;
  max-width: 50px;
  width: 100%;
  padding: 20px;
  height: 50px;
  border-radius: 5px;
}

.swiper-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color:#00000066;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slider_content {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    max-width: 1120px;
    width: 100%;
}

.slider_content strong {
  border: 1px solid #fff;
  padding: 9px 22px 9px 22px;
  /* border-bottom: 2px solid; */
  font-size: 18px;
  color: #fff;
}

.slider_content h1 {
  color: #fff;
  font-size: 85px;
  font-weight: 700;
  line-height: 98px;
  transition: transform 1200ms ease, opacity 1200ms ease;
  text-shadow: 4px 4px 0px rgb(31 43 59 / 20%);
  margin-top: 24px;
  margin-bottom: 30px;
}

.award_icon {
  max-width: 65px;
  position: absolute;
  left: -7px;
  top: -19px;
}

.award_wrapper {
  max-width: max-content;
  margin: 0 auto;
  position: relative;
}

.slider_content p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.button {
  display: inline-block;
  padding: 14px 45px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181146;
  border-radius: 0;
  z-index: -2;
}
.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #88c661;
  transition: all 0.3s;
  border-radius:0;
  z-index: -1;
}
.button:hover {
  color: #fff;
}
.button:hover:before {
  width: 100%;
}

.slider_content .main_btn {
  margin-top: 40px;
}


  /* Wy Section CSS */

.main_title {
  margin-bottom: 30px;
}

.main_title span {
  color: #5fb32b;
  border-bottom: 2px solid #88c661;
}

.main_title h2 {
  color: #000502;
  font-size: 50px;
  line-height: 60px;
  margin-top: 15px;
}

/* .list-unstyled li {
  position: relative;
  font-size: 18px;
  color: #334b35;
  margin-top: 7px;
}

.list-unstyled li i {
  padding-right: 10px;
  font-size: 18px;
  color: #88c661;
} */

.featurebx {
  max-width: 550px;
  padding-top: 37px;
}

.featurebx_col, .team-skills-one__customers__col {
  display: flex;
  flex-wrap: wrap;
  gap: 0 18px;
  border-bottom: 1px solid #ddd4ce;
  padding-bottom: 24px;
  margin-bottom: 33px;
}

.featurebx__cricle, .team-skills-one__customers__cricle {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #181146;
  border: 4px solid #88c661;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.featurebx__icon {
  padding: 16px;
    line-height: 1;
    transition: all 0.5s;
}
.featurebx__info, .team-skills-one__customers__feedback {
  width: calc((100% - 100px) / 1);
}

.featurebx__title {
  font-family: var(--agrofa-font, "Inter", sans-serif);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: #080501;
  margin-bottom: 11px;
}

.featurebx__para {
  line-height: 26px;
    font-weight: 400;
    color: #080501;
    padding-bottom: 0;
    margin-bottom: 0;
}

.featurebx_col:last-child, .team-skills-one__customers__col:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.wy_img {
  position: relative;
}

.wy_img img {
  border-radius: 10px;
}

/* .wy_img::before {
  content: '';
  width: 10000px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: -140px;
  z-index: -1;
  background-color: #f6f4ec;
} */


img.wy_wrapper_bg_img {
  position: absolute;
  z-index: -1;
  opacity: .05;
  max-width: 930px;
  /* width: 100%; */
  /* left: 0; */
  bottom: 0;
  height: 100%;
}

.about-one__left-overlay {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000502;
  border-radius: 10px;
  padding: 20px 46px 20px;
  bottom: -30px;
  left: 14%;
  right: 0;
  /* margin-left: 40px; */
  /* margin-right: 40px; */
  z-index: 5;
  max-width: 405px;
  width: 100%;
}
.about-one__left-overlay .icon {
  position: relative;
  display: block;
  padding-right: 30px;
}

.about-one__left-overlay .title {
  position: relative;
  display: block;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 30px;
}

.about-one__left-overlay .title h2 {
  position: relative;
  display: block;
}

.about-one__left-overlay .title h2 span {
  color: #ffffff;
  font-size: 40px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-family: "Mali", cursive;
}

.about-one__left-overlay .title p {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

.about-one__left-overlay .icon span i {
  color: #88c661;
  font-size: 50px;
}



 /* Service Section CSS */

.service_wrapper {
  position: relative;
}

.service_wrapper:before {
  content: '';
  width: 100%;
  height: 63%;
  background-color: #95ce71;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.wy_wrapper.gapping.position-relative {
  padding-bottom: 290px;
}

.why-choose-one__bg {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 165px;
  padding: 37px 33px 54px 33px;
  position: relative;
  margin-top: -140px;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(191, 191, 191, 0.4);
  box-shadow: 0px 0px 28px 0px rgba(191, 191, 191, 0.4);
}

.why-choose-one__bg-inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
}

/* .why-choose-one__bg-inner::after, .why-choose-one__bg-inner::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 1px;
  top: 34px;
  background-color: #008d36;
  z-index: 1;
} */

a.more ,a.less {
  font-size: 13px;
  color: #000;
  font-weight: 600;
}

.why-choose-one__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}

.why-choose-one__icon-bx {
  width: 90px;
  height: 90px;
  min-width: 90px;
  min-height: 90px;
  border-radius: 50%;
  background-color: #181146;
  border: 4px solid #88c661;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  margin-right: 25px;
}

.why-choose-one__name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color:  #000502;
  margin-bottom: 0;
}

.why-choose-one__content {
  position: relative;
  z-index: 2;
  padding-left: 7px;
}

.why-choose-one__descript {
  font-size: 16px;
  line-height: 30px;
  color: #000502;
}

img.why-choose-one__icon {
    padding: 15px;
}



/* Vision CSS */

.vision_wrapper {
  margin-top: -50px;
  position: relative;
}

.vision_img img {
  border-radius: 10px;
}

.shap_img img {
  bottom: -104px;
  position: absolute;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  right: 0;
  opacity: 0.4;
  max-width: 800px;
  width: 100%;
}


/* Video CSS */

.video_wrapper {
  padding: 80px 0;
  position: relative;
  z-index: 0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin-top: 95px;
}

.video_wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #00000087;
  z-index: -1;
  content: "";
}

.video_wrapper .main_title h2 {
  color: #fff;
}


.play-button {
  position: absolute;
  top: 45%;
  left: auto;
  right: 20%;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 65px;
  height: 65px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  /*   border-left: 100px solid transparent;
  border-right: 100px solid transparent;
    border-top: 0 solid red;
  border-bottom: 100px solid black; */

  /*   border-radius: 20%; */
  /*   border-top-right-radius: 50%;             
  border-bottom-right-radius: 50%; */
  -webkit-animation: ripple-white3 3s linear infinite;
  animation: ripple-white3 3s linear infinite;
}
@keyframes ripple-white3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
      0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
      0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
  }
}
.play-button::after {
  content: "";
  top: 21px;
  left: 23px;
  position: absolute;
  border-left: 20px solid black;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 20px solid transparent;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2px;
  background: transparent;
}

.modal-content {
  background-color:transparent;
  border: 0;
}

.modal-header {
  padding: 0;
  border-bottom: 0;
}

 .btn-close {
  --bs-btn-close-bg: none;
  opacity: 1;
  right: -20px;
    position: relative;
    top: -10px;
}

.btn-close i {
 color: #fff;
 font-size: 25px;
}



.step_wrapper {
padding-top: 70px;
}

.step_wrapper_img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 480px;
  background-image: url(../images/bg.png);
  z-index: -1;
}

.fe_box {
  text-align: center;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(191, 191, 191, 0.4);
    box-shadow: 0px 0px 28px 0px rgba(191, 191, 191, 0.4);
    padding: 0 12px 20px 12px;
    border-radius: 50%;
    background-color: #181146;
    position: relative;
}

.fe_box .num {
  position: absolute;
  top: -31px;
  left: -20px;
  color: #85c56596;
  font-size: 90px;
}

.fe_box img {
  border-radius: 50%;
  margin-bottom: 15px;
  border: 15px solid #fff;
}

.fe_box a.more, .fe_box a.less {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
}

.fe_box h3 {
 color: #85c565;
}

.fe_box p {
  font-size: 15.5px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  margin-top: 20px;
  padding: 0 50px;
}




/* Footer CSS */


footer {
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	overflow: hidden;
	margin-top: -10px;
  padding: 70px 0 0 0;
  background-color:#1a1348d4 !important;
}

.shape-right-bottom {
	position: absolute;
	right: 0;
	width: 200px;
	background-repeat: no-repeat;
	bottom: 0;
	background-position: right bottom;
	z-index: -1;
	background-size: contain;
}

.shape-left-bottom {
	position: absolute;
	left: 0;
	width: 50%;
	background-repeat: no-repeat;
	bottom: 0;
	background-position: left bottom;
	z-index: -1;
	background-size: contain;
}

.footer-item .logo, 
.footer-item .widget-title {
	margin-bottom: 30px;
}

.footer-item .logo {
  /* height: 98px; */
  max-width: 180px;
  width: 100%;
}
.footer-item .widget-title {
	font-weight: 800;
  color: #85c565;
}

.footer-item.link li {
	margin-top: 12px;
}

.footer-item.link li:first-child {
	margin: 0;
}

.footer-item.link li a {
	font-weight: 500;
	color: #fff;
}

.footer-item.link li a:hover {
	color: var(--color-secondary);
}

.footer-item.recent-post li {
	display: flex;
	margin-top: 30px;
}

.footer-item.recent-post li img {
	width: 80px;
	max-width: 80px;
	margin-right: 20px;
	border-radius: 10px;
}

.footer-item.recent-post li:first-child {
	margin: 0;
}

.f-items.default-padding {
  margin-bottom: 90px;
}

.footer-item.recent-post li .meta-title span {
	color: var(--color-secondary);
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

.footer-item.recent-post li a {
	line-height: 1;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
}

.footer-item.recent-post li a:hover {
	color: #fff;
}

.footer-item.recent-post li h5 {
	margin: 0;
	line-height: 1.3;
}

.footer-item.about {
	padding-right: 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	margin-right: 20px;
}

.footer-item.about p {
	color: #fff;
}

.footer-item.about form {
	margin-top: 30px;
	position: relative;
}

.footer-item.about form button {
	position: absolute;
	right: 8px;
	top: 8px;
	border-radius: 50%;
	background: var(--color-secondary);
	border: none;
	height: 50px;
	width: 50px;
	text-transform: uppercase;
	font-weight: 900;
}

.footer-item.about form input {
	min-height: 66px;
	padding-left: 30px;
	border-radius: 50px;
	border: none;
}

.footer-item.contact li {
	display: flex;
	margin-top: 20px;
}

.footer-item.contact li strong {
	display: block;
	text-transform: uppercase;
	color:#fff;
	font-size: 14px;
}

.footer-item.contact li i {
	display: inline-block;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	margin-right: 20px;
	background: rgba(255, 255, 255, 0.1);
	color: var(--white);
	border: 1px dashed rgba(255, 255, 255, 0.3);
	font-size: 18px;
}

.footer-item.contact li {
	color: #fff;
}

.footer-item.contact li p {
	margin: 0;
	color: #fff;
}

.footer-item.contact li a {
	color: #fff;
	font-weight: 500;
}

.footer-item.contact li a:hover {
	color: var(--color-secondary);
}


.newsletter input[type="text"] {
  padding:15px 10px;
    border-radius: 10px;
    font-size: 14px;
    width: 100%;
}

.newsletter a {
  background-color: transparent;
  position: absolute;
  right: 20px;
  top: 15px;
  color: #000;
}


/* Footer Bottom */

.footer-bottom li {
	display: inline-block;
}

.footer-bottom .text-md-end li {
	margin-left: 25px;
}

.footer-bottom .text-md-end li:first-child {
  margin-left:0;
}

.footer-bottom .text-md-end li a {
	font-weight: 500;
}

.footer-bottom p {
	margin: 0;
	color: #1a1348;
}

.footer-bottom {
	padding: 20px 0;
	position: relative;
	z-index: 1;
	padding-right: 30px;
}

.footer-bottom a:hover {
	color: #1a1348;
}

.footer-bottom a {
	font-weight: 600;
	color: #1a1348;
}

.footer-bottom::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 500%;
	background: #89c45e;
	z-index: -1;
	border-radius: 0 30px 0 0;
}


/* About Page CSS */

.inner_banner_wrapper {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 10px;
  height: 50vh;
  z-index: 0;
}

.inner_banner_wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #00000087;
  z-index: -1;
  content: "";
}

.inner_banner_wrapper h1 {
  font-size: 40px;
  position: absolute;
  top: 40%;
  color: #fff;
  padding: 10px 20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  width: max-content;
}

.about_wrapper ul {
  margin-top: 20px;
}

.about_wrapper ul li {
  margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    display: flex;
}

.about_wrapper ul li img {
  max-width: 20px;
  height: 20px;
  width: 100%;
  margin-right: 10px;
  margin-top: 4px;
}

.about_img img {
  width: 100%;
  max-width: 540px;
  border-radius: 10px;
}


.wedo_box {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(191, 191, 191, 0.4);
  box-shadow: 0px 0px 28px 0px rgba(191, 191, 191, 0.4);
  margin: 10px 0;
  border-radius: 10px;
}


.wedo_box p  {
  font-size: 17px;
  font-weight: 400;
  color: #12110e;
  line-height: 30px;
}

.wedo_box img {
  max-width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #181146;
  border: 4px solid #88c661;
  margin-bottom: 20px;
  padding: 12px;
}





.timeline {
  position: relative;
  margin-top: 4em;
}


.bubble-list {
  list-style: none;
  margin: 0;
  padding: 0 2em;
  overflow: hidden;
}
.bubble-list__item {
  position: relative;
  background: #181146;
  padding: 2em;
  float: left;
  margin-bottom: 4em;
  color: #bccbc3;
  line-height: 150%;
  z-index: 2;
  border: 5px solid #88c661;
}
.bubble-list__item:last-child {
  margin-bottom: 0;
}
.bubble-list__item:before {
  content: "";
  display: block;
  background: #181146;
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2em;
  height: 2em;
  z-index: 0;
  transform: rotate(45deg);
}

p.bubble-list__content {
  font-size: 17px;
  line-height: 27px;
  color: #fff;
}

@media (min-width: 55em) {
  .bubble-list__item:before {
    top: 45%;
    right: -1em;
    left: auto;
    bottom: auto;
    transform: rotate(-45deg);
  }
}
@media (min-width: 55em) {
  .bubble-list__item {
    float: left;
    width: 45%;
  }
  .bubble-list__item:nth-child(odd) {
    margin-right: 10%;
  }
  .bubble-list__item.item_gap {
    margin-top: -4em;
  }
}
@media (min-width: 55em) {
  .bubble-list__item--alt {
    margin: 15em 0 0 0;
  }
  .bubble-list__item--alt:before {
    right: auto;
    left: -1em;
    transform: rotate(135deg);
  }
}
.bubble-list__heading {
  margin: 20px 0 12px 0;
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  font-family: "Mali", cursive;
}
@media (min-width: 55em) {
  .bubble-list:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 4px;
    background: #88c661;
  }
}

.process_wrapper a.more, .process_wrapper a.less {
  font-size: 14px;
  color: #88c661;
  font-weight: 600;
}

.bubble-list__item .num {
  font-size: 45px;
  color: #88c661;
  font-weight: 600;
}


.process_wrapper .button {
  color: #000;
}

.process_wrapper .button:hover {
  color: #fff;
}

.process_wrapper .button:after {
  background-color: #fff;
}

.process_wrapper .button i {
  margin-right: 5px;
}

.contact_rapper .container {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
}

input.contact-input {
  width: 100%;
  height: 55px;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 23px;
  color: #727272;
  background-color: #e2e3e4;
  border: 1px solid #ececec!important;
  font-size: 14px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

textarea {
  height: 205px;
  margin-bottom: 20px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #727272;
  background-color: #e2e3e4;
  border: 1px solid #ececec!important;
  font-size: 14px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

input.contact-submit {
  color: #fff;
  background: #88c661;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  position: relative;
  text-transform: uppercase;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 5px 5px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

#contact-form input.contact-input:focus, #contact-form textarea.contact-commnent:focus {
  border-color:#fff;
  outline: none;
}

p.contact-info i {
  font-size: 18px;
  padding-right: 5px;
  vertical-align: middle;
  color: #88c661;
}

p.contact-info {
  margin-bottom: 8px;
}

p.contact-info a {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}

.contact_right_content h5 {
  font-size: 20px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 18px;
}

.qu_wrapper ul li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 18px;
}

.qu_wrapper ul li i {
  background: #88c661;
  padding: 5px;
  border-radius: 50px;
  width: 30px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
