/* header */
.main-header--two .main-header__right__call {
    border-right: none;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color: white;
}

/* services */
.service-two__item {
  padding: 0px 20px 40px;
}

/* about us */
.about-three__shape__two{
    bottom: 0%;
    right: 0%;
    z-index: -1;
}

.about-three__feature__icon__box {
    color: #26548E;
}

.about-three__feature{
    background-color: #26548E;
}


/* Cases */
.case-studies-two{
    padding-bottom: 50px;
}

.case-studies-two__hover {
    background: #26548E;
}

.case-studies-two__text{
    font-size: 20px;
    line-height: normal;
    padding: 0 20px;
}

/* Contact */
.contact{
    display: flex;
    align-items: start;
    justify-content: space-around;
    margin-bottom: 50px;
}

.contact div{
    padding-top: 40px;
}

.contact-about{
    color: white;
    font-weight: 300;
}

.contact-about h1{
    color: white;
    margin-bottom: 20px;
}

.contact-about li{
    display: flex;
    align-items: start;
}

.contact-about p{
    margin: 0px 0px 5px 5px;
}

.contact-about i{
    margin: 6px 0px 0px ;
    color: #64AC13;
}

/* .contact-about img{
    width: 35vw;
} */

.contact hr{
    background-color: white;
    width: 1px;
    height: 650px;
}

.contact-form h2{
    color: #64AC13;
    font-size: 20px;
    margin: 0;
}

.contact-form h1{
    color: white;
    margin-bottom: 20px;
}
.footer-widget__newsletter input,.footer-widget__newsletter textarea{
    color: black;
}

.footer-widget__newsletter textarea {
  height: max-content;
  resize: none;
}

@media (max-width: 768px) {
    .contact{
        flex-direction: column;
        margin-bottom: 20px;
    }

    .contact div{
        width: 90vw;
        padding: 0px;
    }

    .contact hr{
        width: 90vw;
        height: 2px;
    }

    .contact-about img{
        width: 80vw;
    }
}

/* @media (min-width: 1480px) {
    .contact-about img{
        width: 35vw;
    }
} */

#contact{
    padding: 30px 0px;
}


/* Footer */
.footer-widget__newsletter {
    flex-direction: column;
    align-items: start;
}

.main-footer-inner{
    padding: 0px;
}

@media (max-width: 991px) {
  .main-footer-inner {
    padding: 0px 0px 20px 0px;
  }
}
@media (max-width: 768px) {
  .main-footer-inner {
    padding: 0px 0px 20px 0px;
  }
}