.main-header--one__bottom-right .contact-box{
    padding-left: 0px;
}

.main-text {
    font-family: var(--agriox-font, "Averia Sans Libre", sans-serif);
    color: var(--agriox-color-1, #687469);
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
}

.main-slider .image-layer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%;
    height: 100%; */
    background-size: cover;
    background: rgba(0, 0, 0, 0.482);
    content: "";
    z-index: 2;
}

.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.482);
    z-index: -1;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 25px;
}

.mobile-nav__social a + a {
    margin-left: 10px;
}

.thm-btn-2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: solid 2px #CF6B1A;
    background-color: none;
    color: #ffffff;
    padding: 18px 50px 18px;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    z-index: 1;
}

.thm-btn-2:hover {
    background: #CF6B1A;
    border: solid 2px #CF6B1A;
    color: #ffffff !important;
}

.testimonials-one::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    opacity: 0.50;
    content: "";
    z-index: -1;
}

.cw {
    color:#ffffff !important;
}

.ca {
    color: #CF6B1A !important;
}

.cah:hover{
    color: #CF6B1A !important;
}

.contact-green {
    background-color: #5D7847;
    border-radius: 10px;
}

.about-four {
    padding: 120px 0 120px 0;
    position: relative;
}

.about-four__shape {
    position: absolute;
    bottom: 50px;
    right: -8em;
}

@media (max-width: 1199.98px) { 
    .about-four__shape {
        display: none;
    }

 }

 .footer-widget__about-contact-box-top {
    position: relative;
    display: block;
    border-bottom: 1px solid #465c48;
    padding-bottom: 29px;
}

.gallery  {
    width: 100%;
}

.contact-btn {
    border: solid 2px;
    padding: 10px 20px 10px;
    border-radius: 10px;
    color: var(--agriox-color-1, #687469);
    display: inline-flex;
    line-height: 1;
    align-items: center;
}

.btn-icon {
    margin-right: 10px;
    font-size: 26px;
}

.sm-text {
    font-size: 13px;
    font-weight: 400;
}

.strong-text{
    line-height: 22px;
    font-weight: 700;
    font-size: 16px;
}

.cta-one__boxed__inner {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.projects-details__information ul li h2 {
    font-size: 80px;
    text-align: center;
}

@media (max-width: 1200px) {
  .tx-center {
    text-align: center !important;
    justify-content: center !important;
  }

  .xl-block{
    display: block;
  }

  .dark-logo{
    height: 70px;
  }

}

@media only screen and (max-width: 767px) {
    .contact-page__contact-info-list ul li .icon {
        margin-bottom: 0px;
    }
}

.about-one__left-overlay .icon span::before {
    color: #ffffff;
    font-size: 60px;
}

@media only screen and (max-width: 767px) {
    .about-one__left-overlay {
        display: none;
    }
}