.main {
  --padding-120: 120px;
  --padding-180: 180px;
  --padding-250: 250px;
}

.px-120 {
  padding-top: var(--padding-120);
  padding-bottom: var(--padding-120);
}

.pt-120 {
  padding-top: var(--padding-120);
}

.pb-120 {
  padding-bottom: var(--padding-120);
}

.px-180 {
  padding-top: var(--padding-180);
  padding-bottom: var(--padding-180);
}

.pt-180 {
  padding-top: var(--padding-180);
}

.pb-180 {
  padding-bottom: var(--padding-180);
}

.px-250 {
  padding-top: var(--padding-250);
  padding-bottom: var(--padding-250);
}

.pt-250 {
  padding-top: var(--padding-250);
}

.pb-250 {
  padding-bottom: var(--padding-250);
}

/* -------------------------------------------------------------- */

.wpcf7-spinner {
  display: none;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.main-title {
  font-size: 50px;
}

.weight-300 {
  font-weight: 300;
}

.weight-400 {
  font-weight: 400;
}

.text-capitalize {
  text-transform: capitalize;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.arrow-button {
  display: flex;
  align-items: center;
  padding: 18px 61px;
  color: #ffffff;
  background: #000000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  width: fit-content;
  border: 1px solid currentColor;
  transition: background 0.35s ease-in-out, border-radius 0.35 ease-in-out;
  border-radius: 4px;
}

.arrow-button img {
  margin-left: 18px;
}

.arrow-button:not(:hover) img {
  filter: invert();
}

.link-button span,
.arrow-button span {
  transition: transform 0.35s ease-in-out;
}

.link-button:hover span,
.arrow-button:hover span {
  transform: translateX(-10px);
}

.arrow-button:hover {
  background: #ffffff;
  color: #000000;
  border-color: currentColor;
  border-radius: 4px 4px 24px 4px;
}

.link-button {
  display: flex;
  align-items: center;
  height: 60px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  width: fit-content;
  padding: 0 28px;
  color: #000000;
  letter-spacing: 2px;
  background: #ffffff;
  border: 1px solid #ffffff;
  transition: background 0.35s ease-in-out, color 0.35s ease-in-out,
    border-radius 0.35s ease-in-out;
  border-radius: 4px;
}

.link-button img {
  margin-left: 8px;
}

.link-button:hover img {
  filter: invert();
}

.link-button:hover {
  color: #ffffff;
  border-radius: 4px 4px 24px 4px;
  background: var(--color-secondary);
}

.lettring {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.3);
}

.pattern-style {
  position: relative;
  z-index: 0;
}

.pattern-style::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/pattern2.jpg) repeat-x;
  z-index: -1;
}

.chat-icon {
  position: fixed;
  right: 2%;
  bottom: 4.5%;
  z-index: 3;
}

/* -------------------------------------------------------------- */

.home .product-section .arrow-button {
  margin-top: 95px;
}

/* -------------------------------------------------------------- */

.page-menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-menu-list li:not(:first-child) {
  margin-left: 60px;
}

.page-menu-list a {
  padding: 60px 0 40px 0;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

.page-menu-list a:hover {
  color: var(--color-primary);
}

.page-menu-list .current-menu-item a::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  /* transform: scale(1, 1); */
  transform-origin: center center;
  background: #000000;
}

/* .page-menu-list li:hover a::after{
    transform: scale(1, 1);
} */

/* -------------------------------------------------------------- */

.mission_vision .grid-item {
  border: 1px solid #cecccc;
  padding: 40px;
  background: #ffffff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.mission_vision h2 {
  color: var(--color-primary);
}

/* -------------------------------------------------------------- */

.fill-block {
  margin-top: 100px;
}

.fill-block .grid {
  --grid-gap: 1%;
  --grid-width: 48%;
}

.fill-block .grig-item {
  min-height: 400px;
  line-height: 400px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  background: #cecccc;
  text-align: center;
}

.fill-block .item:nth-child(odd) {
  background: var(--color-primary);
}

/* -------------------------------------------------------------- */

.footer {
  background: #000000;
}

.footer-top {
  padding: 124px 0 144px 0;
}

.footer-top .container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}

.footer-links {
  width: 35%;
}

.footer-links h4,
.social-icons h4,
.footer-address h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #ffffff;
}

.footer-links-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}

.footer-links-list li {
  width: 50%;
}

.footer-links-list a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.footer-links-list a:hover {
  color: var(--color-primary);
}

.site-connect {
  margin-top: 40px;
}

.site-connect li+li {
  margin-top: 22px;
}

.site-connect a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
}

.site-connect a:hover {
  color: var(--color-primary);
}

.site-connect img {
  margin-right: 15px;
}

.footer-logo {
  width: 30%;
}

.footer-address {
  width: 25%;
}

.footer-address p {
  margin: 0;
  color: #ffffff;
}

.pre-footer {
  padding: 60px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1%);
}

.pre-footer p {
  margin: 0;
  line-height: 1.3;
  color: #ffffff;
}

.social-icons {
  width: 10%;
}

.social-icons-list {
  display: flex;
  margin-left: auto;
}

.social-icons-list a {
  color: #ffffff;
}

.social-icons-list a:hover {
  color: var(--color-primary);
}

.social-icons-list li:not(:last-child) {
  margin-right: 18px;
}

/* -------------------------------------------------------------- */

.badge {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  background: var(--color-primary);
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 4px 0 0;
}

.badge img {
  margin-right: 10px;
}

.card-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 69px;
  column-gap: 25px;
  padding: 60px 60px 0 60px;
  background: #ffffff;
}

.card-list-item {
  background: #ffffff;
}

.card-list-image {
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
}

.card-list-content {
  position: relative;
  padding-bottom: 50px;
}

.card-list-content h4 {
  font-size: 23px;
  font-weight: 400;
}

.card-list-content p {
  min-height: 36px;
}

.card-list-content p:nth-last-child(2) {
  margin: 0;
}

.card-list-link {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: color 0.35s ease-in-out;
}

.card-list-link img {
  margin-left: 10px;
  transition: transform 0.35s ease-in-out;
}

.card-list-link:hover {
  color: var(--color-primary);
}

.card-list-link:hover img {
  transform: translateX(10px);
}

.card-list-empty {
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.card-list-empty p {
  opacity: .5;
}

/* -------------------------------------------------------------- */

.news-page {
  padding: 120px 0;
  position: relative;
  z-index: 0;
}

.news-page::after {
  content: "";
  height: 472px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/pattern.jpg) repeat-x;
  z-index: -1;
}

.news-page .card-list .card-list-content {
  position: initial;
}

/* -------------------------------------------------------------- */

.shareing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto;
}

.shareing li+li {
  margin-left: 12px;
}

.shareing a {
  font-size: 22px;
}

.shareing a:hover {
  color: var(--color-primary);
}

/* -------------------------------------------------------------- */

.news-detail-section {
  padding: 130px 0 160px 0;
  position: relative;
  z-index: 0;
}

.news-detail-section::after {
  content: "";
  height: 712px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/pattern.jpg) repeat-x;
  z-index: -1;
}

.news-detail-content {
  text-align: center;
  max-width: 1360px;
  margin: 0 auto;
}

.news-detail-content h1 {
  margin-bottom: 30px;
}

.news-detail-content h1 span {
  font-weight: 400;
  color: var(--color-primary);
}

.news-detail-content .title {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
}

.news-detail-content img {
  margin: 40px auto 55px auto;
}

.news-detail-content p:not(:last-child) {
  margin-bottom: 20px;
}

/* -------------------------------------------------------------- */

.related-section {
  padding: 150px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.related-section h2 {
  margin-bottom: 80px;
}

/* -------------------------------------------------------------- */

.banner {
  width: 100%;
  height: auto;
}

.banner-text {
  font-family: "Source Sans 3", sans-serif !important;
  text-transform: uppercase;
}

.banner-second {
  font-family: "Source Sans 3", sans-serif !important;
}

.banner-text span {
  font-weight: 900;
}

/* -------------------------------------------------------------- */

.contact-page {
  padding: 140px 0;
  position: relative;
}

.contact-page::after {
  content: "";
  height: 908px;
  width: 100%;
  max-width: 1255px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/pattern2.jpg) repeat-x;
  z-index: -1;
}

.contact-page .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
}

.contact-form {
  max-width: 730px;
  padding: 94px 104px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
}

.form-submit {
  display: block;
  width: 100%;
  height: 60px;
  color: #ffffff;
  border: none;
  font-size: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  background: #000000;
  border-radius: 4px;
}

.form-submit:hover {
  background: var(--color-primary);
}

.get-touch {
  width: 40%;
}

.get-touch .lettring {
  margin-bottom: 50px;
}

.get-touch h1 {
  line-height: 1;
}

.get-touch-list {
  margin-top: 65px;
}

.get-touch-item {
  display: flex;
  flex-wrap: wrap;
}

.get-touch-item:not(:first-child) {
  margin-top: 55px;
}

.get-touch-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: var(--color-primary);
  border-radius: 4px;
}

.get-touch-content {
  width: calc(100% - 60px);
  padding-left: 48px;
}

.get-touch-content .title {
  font-size: 25px;
  display: block;
}

.get-touch-content a:hover {
  color: var(--color-primary);
}

.get-touch-content p:last-child {
  margin: 0;
}

/* -------------------------------------------------------------- */
.career-page {
  padding: 165px 0;
  position: relative;
  z-index: 0;
}

.career-page::after {
  height: 572px;
}

.career-single-page {
  padding: 160px 0;
}

.career-single-page::after {
  height: 956px;
}

.career-page-content {
  display: flex;
  flex-wrap: wrap;
}

.career-page-content h2 {
  margin-top: 30px;
}

.career-page-content .left-side {
  width: 42%;
  padding-right: 20px;
}

.career-page-content .right-side {
  width: 58%;
}

.career-list,
.no-post-career-list {
  margin-top: 100px;
  padding: 90px 85px 0 85px;
  background: #ffffff;
}

.no-vecancies-container{
	text-align:center;
	max-width:800px;
	padding:50px 20px;
	border:1px solid #ddd;
	margin:auto;
	border-radius:5px;
}

.no-post-career-list a{
	margin-top: 5px;
    display: block;
	color:var(--color-primary);
}

.career-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 100px;
}

.career-list-item {
  padding-right: 10px;
}

.career-list-item .title {
  font-size: 18px;
  opacity: 0.8;
  margin-bottom: 5px;
}

.career-list-item h4 {
  font-weight: 400;
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.career-list-item p {
  opacity: 0.3;
}

.load-more-news {
  text-align: center;
  margin-top: 100px;
}

@media (min-width: 1600px) {

  .career-list-item:not( :first-child,
    :nth-child(5),
    :nth-child(9),
    :nth-child(13)) {
    padding: 5px 0 5px 60px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.apply-form {
  padding: 77px 185px 127px 185px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  margin-top: 60px;
}

.apply-form h3 {
  margin-bottom: 65px;
}

.career-single-content>p {
  text-align: center;
  margin-top: 40px;
}

.career-single-content h2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 30px 0 90px 0;
}

.career-single-content .date {
  font-weight: 400;
  font-size: 18px;
}

.list-block-outer {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: space-between;
}

.list-block-item {
  padding-right: 20px;
}

.list-block-item:nth-child(1) {
  width: 30%;
}

.list-block-item:nth-child(2) {
  width: 20%;
}

.list-block-item:nth-child(3) {
  width: 30%;
}

.list-block-item h4 {
  font-weight: 400;
  margin-bottom: 35px;
}

.list-block-list li {
  padding-left: 35px;
  background: url(../images/tic.png) no-repeat 0 5px;
}

.list-block-list li span {
  display: block;
  font-weight: 600;
}

.list-block-list li:not(:first-child) {
  margin-top: 20px;
}

/* -------------------------------------------------------------- */

.accreditation-page {
  padding: 170px 0 150px 0;
}

.accreditation-page::after,
.location-single-page::after {
  height: 572px;
}

.location-single-page::after {
  max-width: 1250px;
}

.logo-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 120px;
}

.logo-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  min-height: 318px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.75);
}

.logo-list-item img {
  opacity: 0.4;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
}

.logo-list-item:hover img {
  opacity: 1;
  transform: translateY(-10px);
}

.location-page {
  padding: 170px 0 150px 0;
}

.location-page::after {
  height: 445px;
  max-width: 1255px;
}

.location-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.location-item {
  padding: 40px;
  border: 1px solid #ffffff;
  background: #ffffff url(../images/round-pin.png) no-repeat;
  background-position: right 20px top 20px;
  -webkit-box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.75);
  transition: border-color 0.35s ease-in-out;
}

.location-item:hover {
  border-color: var(--color-primary);
  background-position: right 10px top 20px;
}

.location-item h4 {
  font-size: 25px;
  font-weight: 400;
}

.location-item ul {
  margin: 20px 0;
}

.location-item li {
  width: 100%;
}

.location-item a:hover {
  color: var(--color-primary);
}

.location-item li:not(:first-child) {
  margin-top: 7px;
}

.location-link {
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  display: inline-block;
  background: var(--color-primary);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.35s ease-in-out;
  border-radius: 4px;
}

.location-link:hover {
  background: #000000;
}

/* -------------------------------------------------------------- */

.location-single-page {
  padding: 60px 0 150px 0;
}

.location-filter {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1060px;
  margin: 0 auto 60px auto;
}

.location-filter input {
  padding-left: 15px;
  padding-right: 15px;
}

/* -------------------------------------------------------------- */

.product-page {
  padding: 160px 0;
}

.product-page::after {
  height: 100%;
}

.product-page .lettring {
  margin-bottom: 80px;
}

.product-page h2 {
  font-weight: 300;
  line-height: 1.1;
}

.product-page h2 span {
  color: var(--color-primary);
  font-weight: 400;
  display: block;
}

.product-section {
  padding: 140px 0 155px 0;
}

.product-section-title {
  margin-bottom: 80px;
}

.product-section-title h2 {
  font-weight: 400;
}

.product-block-second {
  margin-top: 160px;
  display: none;
}

.product-category-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  display: block;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 63px;
}

.prouct-image {
  position: relative;
  overflow: hidden;
}

.product-span {
  font-size: 23px;
  color: #101428;
  width: 100%;
}

.product-span a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-right: 25px;
  padding: 17px 60px 17px 40px;
  background: #f9f9f9;
  text-transform: capitalize;
  transition: background 0.35s ease-in-out, color 0.35s ease-in-out;
}

.prouct-item:hover .product-span a {
  color: #ffffff;
  background: var(--color-primary);
}

.product-span img {
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  transition: img 0.35s ease-in-out;
}

.prouct-item:hover .product-span img {
  filter: invert();
}

.product-single-page {
  padding: 170px 0;
}

.product-single-page::after {
  height: 600px;
  width: 50%;
}

.product-single-block::after {
  width: 50%;
  height: 560px;
}

.product-single-block>* {
  width: 33.33%;
}

.product-single-block .first-content {
  padding-right: 20px;
}

.product-single-block .first-content h2 {
  margin: 90px 0 0 0;
  line-height: 1.1;
}

.product-single-block .third-content {
  padding: 100px 0 0 95px;
}

.related-products-title {
  position: relative;
  width: 100%;
  margin-bottom: 85px;
}

.related-products-title .arrow-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.related-products {
  margin-top: 140px;
}

/* -------------------------------------------------------------- */

.section-first-block {
  padding: 170px 0;
}

.section-first-block::after {
  height: 684px;
  max-width: 1250px;
}

.section-first-content {
  width: 54%;
  padding-right: 30px;
}

.section-first-content .lettring {
  margin-bottom: 65px;
}

.section-first-content h2 {
  margin-bottom: 30px;
}

.section-first-image {
  width: 46%;
}

.section-cover {
  display: flex;
  align-items: center;
  height: 436px;
  padding: 20px;
  position: relative;
  z-index: 0;
  background-position: center center;
  background-attachment: fixed;
}

.section-cover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

/* -------------------------------------------------------------- */

.section-resources {
  padding: 140px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.resources-title {
  margin-bottom: 60px;
}

.resources-title p:last-child {
  margin: 0;
}

.resources-list {
  max-width: 1120px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}

.resources-image {
  overflow: hidden;
  margin-bottom: 44px;
}

.resources-content h4 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 30px;
}

.resources-content h4:hover {
  color: var(--color-primary);
}

.resources-content p:last-child {
  margin: 0;
}

.section-first-single {
  padding: 160px 0;
}

.section-first-single .lettring {
  margin-bottom: 90px;
}

.section-first-single::after {
  height: 650px;
}

.section-first-single p:last-child {
  margin: 0;
}

.section-first-single h2 {
  line-height: 1.1;
}

.repeat-block-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 25px;
}

.repeat-block-item:not(:first-child) {
  margin-top: 170px;
}

.repeat-block-item>* {
  width: 33.33%;
}

.repeat-content-first {
  padding-right: 20px;
}

.repeat-content-first h2 {
  margin-top: 30px;
  line-height: 1.1;
}

.repeat-content-last :last-child,
.repeat-content-first :last-child {
  margin-bottom: 0;
}

.repeat-content-last {
  padding-left: 90px;
}

/* -------------------------------------------------------------- */

.image-fit-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 30px;
  overflow: hidden;
}

.image-fit-content {
  width: 38%;
  padding-right: 20px;
}

.image-fit-content h2 {
  line-height: 1.1;
  margin-top: 30px;
}

.image-fit-image {
  width: 62%;
}

.mission-vision-item {
  --size: 198px;
  padding: 90px 0;
}

.mission-vision-item ul {
  padding-left: 22px;
  list-style: lower-alpha;
}

.mission-vision-item li:not(:first-child) {
  margin-top: 10px;
}

.mission-vision-item .container {
  display: flex;
  align-items: center;
  row-gap: 30px;
  flex-wrap: wrap;
}

.mission-vision-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  background: #ffffff;
  border-radius: 100%;
}

.mission-vision-content {
  width: calc(100% - var(--size));
  padding-left: 100px;
}

.mission-vision-content h4 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
}

.mission-vision-item:nth-child(even) {
  background: #f9f9f9;
}

.mission-vision-item:nth-child(odd) {
  background: #f4f4f4;
}

.core-values {
  padding: 140px 0 150px 0;
}

.core-values h2 {
  margin-bottom: 60px;
  line-height: 1;
}

.core-value-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.core-value-item :last-child {
  margin: 0;
}

.core-value-image {
  margin-bottom: 35px;
}

.what-we-do {
  padding: 140px 0 170px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.what-we-do-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
  margin-top: 120px;
}

.what-we-do-item {
  max-width: 300px;
}

.what-we-do-item li:not(:first-child) {
  margin-top: 9px;
}

.what-we-do-item :last-child {
  margin-bottom: 0;
}

.what-we-do-item h4 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 600;
}

.what-we-do-item:last-child {
  text-align: right;
}

.history-section {
  padding: 140px 0 170px 0;
  background: #f7f7f7;
  overflow-x: hidden;
}

.history_carousel .owl-stage-outer {
  overflow: visible;
  position: relative;
}

.history_carousel .owl-stage-outer::after {
  content: "";
  position: absolute;
  left: -50%;
  top: 253px;
  height: 1px;
  width: 1000%;
  background: #d0d0d0;
  z-index: -1;
}

.history_item {
  height: 460px;
  display: flex;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: cover !important;
}

.history_item:not(:hover) {
  background: transparent !important;
}

.history_title-wrap {
  height: 55%;
  display: flex;
  align-items: flex-end;
  padding: 0 0 20px 40px;
}

.history-title h2 {
  margin-bottom: 68px;
}

.history_title {
  font-size: 71px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
  display: block;
}

.history_detail {
  height: 45%;
  padding: 40px;
  transition: background 0.35s ease-in-out;
  position: relative;
  border-top: 1px solid transparent;
}

.history_detail::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-primary);
  position: absolute;
  left: 40px;
  top: -9px;
  z-index: 3;
}

.history_detail p {
  padding-right: 10px;
  transition: transform 0.35s ease-in-out;
}

.history_detail_inside {
  height: 92px;
  overflow: auto;
}

.history_detail_inside::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.history_detail_inside::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.history_detail_inside::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: var(--color-primary);
}

@-moz-document url-prefix() {
  .history_detail_inside {
    scrollbar-width: 5px;
    /* "auto" or "thin" */
    scrollbar-color: #888 #ccc;
  }
}


.history_detail :last-child {
  margin: 0;
}

.history_item:hover .history_title {
  color: #ffff;
}

.history_item:hover .history_detail p {
  transform: translateY(-5px);
}

.history_item:hover .history_detail {
  background: rgba(255, 255, 255, 0.8);
  border-color: #d0d0d0;
}

/* -------------------------------------------------------------- */
.cultivating-sectioon {
  padding: 100px 0;
}

.cultivating-sectioon h2 {
  margin-bottom: 60px;
}

.cultivating-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin:0 -2%;
  row-gap: 25px;
}

.cultivating-list >div{
  width:21%;
  margin: 0 2%;
}

.cultivating-item p {
  text-align: center;
  padding: 21.5px 25px;
  background: #f7f7f7;
}

.after-counter {
  padding: 80px 0;
}

.after-counter-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  row-gap: 30px;
}

.after-counter-item {
  max-width: 400px;
  margin: 0 auto;
}

.after-counter-circle {
  --size: 198px;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  margin: 0 auto 50px auto;
  border-radius: 50%;
}

.after-counter-content {
  padding: 0 15px;
}

.after-counter-content p {
  opacity: 0.5;
}

.after-counter-circle,
.after-counter-circle img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.after-counter-circle:hover {
  background-color: #009b49;
}

.after-counter-circle:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  filter: brightness(0) invert(1);
}

.counter-block {
  padding: 100px 0;
}

.counter-list {
  max-width: 975px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 40px;
}

.counter-title {
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
}

.counter-list .counter-text {
  font-size: 78px;
  line-height: 1;
  color: var(--color-primary);
  font-weight: 600;
  margin-top: 50px;
}

.home-about {
  padding: 160px 0 120px 0;
}

.home-about::after {
  height: 100%;
}

.home-about .container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}

.home-about-left {
  width: 50%;
}

.home-about-left h2 {
  line-height: 1.2;
  margin: 0;
}

.home-about-left .lettring {
  margin-bottom: 90px;
}

.home-about-right {
  width: 44%;
  display: flex;
  flex-direction: column-reverse;
  row-gap: 130px;
  margin-left: auto;
}

.home-about-right .arrow-button {
  margin-left: auto;
  transform: translateY(-50%);
}

.home-map-section {
  padding: 105px 0 180px 0;
  background: var(--color-secondary);
}

.home-map-title {
  position: relative;
}

.home-map-title>span {
  font-size: 18px;
  opacity: 0.5;
  margin-bottom: 30px;
}

.home-map-title .link-button {
  position: absolute;
  right: 0;
  top: 50px;
}

.pointing-map {
  margin: -80px auto 0 auto;
  max-width: fit-content;
  position: relative;
  transform: translateX(-17px);
}

.pointing-map.active::after {
  content: "";
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}

.popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 12px;
  height: 12px;
  background: url(../images/popup-close.png) no-repeat;
  z-index: 3;
}

.pointing-popup-div {
  position: absolute;
  width: 380px;
  padding: 33px 47px 47px 47px;
  background: #ffffff;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  left: 50px;
  top: -50%;
  z-index: 2;
  border-radius: 6px;
}

.pointing-popup-div:not(.active) {
  visibility: hidden;
  opacity: 0;
}

.pointing-popup-div .title {
  font-size: 25px;
  display: block;
  margin-bottom: 20px;
}

.pointing-popup-div ul {
  margin-bottom: 20px;
}

.pointing-popup-div li {
  width: 100%;
}

.pointing-popup-div li:not(:first-child) {
  margin-top: 7px;
}

.pointing-item-span {
  position: absolute;
  cursor: pointer;
}

.pointing-item-dots::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #000000;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}

.pointing-item-dots::after {
  content: "";
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  width: 46px;
  height: 46px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: crescendo 1.5s alternate infinite ease-in;
}

.pointing-item-span.active {
  z-index: 1;
}

@keyframes crescendo {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1.2);
  }
}

.pointing-item-1 {
  right: 45.8%;
  bottom: 30.5%;
}

.pointing-item-2 {
  right: 36.9%;
  bottom: 35.2%;
}

.pointing-item-3 {
  right: 22.3%;
  bottom: 38.6%;
}

.pointing-item-6 {
  right: 28.3%;
  bottom: 38.6%;
}

.pointing-item-5 {
  right: 20.3%;
  bottom: 31.6%;
}

.pointing-item-4 {
  right: 40.3%;
  bottom: 43.6%;
}

.pointing-item-7 {
  right: 41.3%;
  bottom: 20.6%;
}

/* --------------------------------------------------- */

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 52px;
  -webkit-box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.75);
}

.file-upload-wrapper:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 0 15px;
  display: block;
  pointer-events: none;
  z-index: 20;
  height: 52px;
  line-height: 52px;
  color: #a1a1a1;
  border-radius: 5px 10px 10px 5px;
}

.file-upload-wrapper:before {
  content: "Browse";
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  display: inline-block;
  height: 52px;
  background: #efefef;
  color: #000000;
  font-weight: 400;
  z-index: 25;
  line-height: 52px;
  width: 183px;
  text-transform: capitalize;
  pointer-events: none;
  border-radius: 0 4px 4px 0;
  transition: background 0.35s ease-in-out;
}

.file-upload-wrapper:hover:before {
  color: #ffffff;
  background: var(--color-primary);
}

.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 52px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

/*-----------History section new--------*/
.history-listing{
	display:flex;
	flex-wrap:wrap;
	row-gap:100px;
	position:relative;
	background:url(../images/style_pattern.png);
	background-repeat: repeat-y;
	background-position:top center;
}
.history-listing:before{
	content:"";
	position:absolute;
	top:-20px;
	left:50%;
	transform: translateX(-50%);
	height:12px;
	width:12px;
	border:1px solid var(--color-primary);
	border-radius:50%;
}
.history-listing:after{
	content:"";
	position:absolute;
	bottom:-20px;
	left:50%;
	transform: translateX(-50%);
	height:12px;
	width:12px;
	background:var(--color-primary);
	border-radius:50%;
}
.history-list-wrap{
	display:flex;
	align-items:center;
	width:100%;
	column-gap:150px;
	position:relative;
}
.history-list-wrap:after{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	height:18px;
	width:18px;
	background:var(--color-primary);
	border-radius:50%;
}
.history-content-box{
	width:50%;
}
.history-title-outer{
	margin-bottom:30px;
	position:relative;
}
.history-title-outer .dot_line{
	position:absolute;
	left: 30px;
    top: -45px;
}
.history-content-box .history_title{
	background:#f7f7f7;
	position:relative;
	z-index:1;
}
.history-content-box p{
	padding-left:100px;
}
.history-image-box{
	width:50%;
	text-align:center;
}
.history-image-box img{
	width:409px;
	height:460px;
	object-fit:cover;
}
.history-list-wrap:nth-child(even) .history-content-box{
	order:1;
}