.logo img {
    height: 44px;
    float: left;
}

.color-black {
    color: black;
}

.left-padding-30 {
    padding-left: 30%;
}

.left-padding-10 {
    padding-left: 10%;
}

html {
    scroll-behavior: smooth;
}

.border-content {
    border-radius: 25px;
    border: 2px solid #73ad21;
    padding: auto;
    width: auto;
    height: auto;
}

#section1 {
    display: flexbox;
}

#section2 {
    display: flexbox;
}

#section3 {
    display: flexbox;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.center {
    margin-top: 20%;
}

.fixed {
    position: fixed;
    overflow: hidden;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-xy-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-xy-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-xy-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-lr-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.margin-lr-25 {
    margin-left: 25%;
    margin-right: 25%;
}

.margin-lr-auto {
    margin-left: auto;
    margin-right: auto;
}

.margin-top-10 {
    margin-top: 10px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-lr-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.padding-bottom-10 {
    padding-bottom: 10%;
}

ul.square {
    list-style-type: square;
}

.tick {
    list-style: circle;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.curve {
    border-radius: 8px;
}

.filter {
    filter: grayscale(80%);
}

.center-top-text {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center-bottom-text {
    position: absolute;
    bottom: 10%;
    left: 10%;
    right: 10%;
}

.font-white {
    color: white;
}

.font-black {
    color: black;
}

@media screen and (min-width: 400) {
    .wrap {
        flex-wrap: wrap;
    }

    div.orange {
        flex-basis: 100%;
        width: 50%;
    }

    div.blue {
        flex-basis: 50%;
        width: 50%;
        order: 0;
    }

    div.green {
        flex-basis: 50%;
        width: 50%;
    }
}

.government_contracts {
    display: flex;
    flex-direction: row;
}

.government_logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.government_right {
    flex: 1;
    width: 100% !important;
}

.ethopian {
    text-align: center;
}

.white-bg {
    background-color: white;
}

.contact_title {
    color: #00ced1;
}

@media screen and (max-width: 1189px) {
    .visit-footer {
        margin-left: 30px !important;
    }
    .contact_left {
        width: 100%;
        margin-bottom: 30px;
    }
    .contact_right {
        width: 100%;
        margin-left: 0px;
    }
    .contact_right .column-1-2 {
        width: calc(50% - 30px) !important;
    }
    .contact_right .column-1-2:last-child {
        width: 50% !important;
    }
}

@media screen and (max-width: 767px) {
    .government_contracts {
        flex-direction: column;
        align-items: center;
    }
    .government_logo .column {
        flex: 0.5;
    }
    .government_logo .column:last-child {
        margin-left: 12px;
        margin-top: 0px;
    }
    .visit-footer {
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 1190px) {
    .contact_right .column-1-2 {
        width: 100% !important;
    }
    .contact_right .column-1-2:last-child {
        width: 100% !important;
    }

    .contact_left .features-list li:before {
        margin-right: 10px;
    }
    .contact_left .features-list li p {
        margin-left: 98px;
    }
}

.parallax-about-us {
    background-image: url("../images/about-us/globe.png");
    height: 360px;
    display: flex;
    flex-direction: column;
}

.parallax-about-us h3,
.parallax-about-us h6 {
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
}

@media screen and (min-width: 768px) {
    .parallax-about-us h6 {
        font-size: 20px;
    }
}

.parallax-about-us .box-header {
    flex: 0.95;
}

.padding-top-bottom-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-x-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.margin-y-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-top-50 {
    margin-top: 50px;
}

.about-us-row {
    display: flex;
    align-items: center;
}

.about-us-testing {
    list-style-type: none;
}

.about-us-testing li {
    display: flex;
    align-items: center;
}

.about-us-different {
    margin-left: 0px;
}

.list_icon:before {
    content: "S" !important;
}

.ruler_icon:before {
    content: "C" !important;
}

.about-us-logo-list {
    display: grid;
    grid-auto-rows: 180px 180px auto auto auto;
    grid-gap: 24px;
}

.about-us-logo-list img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    object-fit: contain;
    max-height: 180px;
}

@media screen and (max-width: 870px) {
    .about-us-row {
        flex-direction: column;
    }
    .about-us-row .main-column {
        width: 100%;
    }
    .about-us-row .main-column .row .column-1-2 {
        width: calc(50% - 15px);
    }
    .about-us-row .main-column .two-image-row .column-1-2 {
        width: calc(50% - 35px);
    }
    /* .about-us-row .main-column .row .column-1-2:last-child {
        width: 50%;
    } */
    /* .about-us-row .column-1-2 {
        width: calc(50% - 30px);
    } */
}

@media screen and (max-width: 479px) {
    .about-us-row .main-column .row .column-1-2 {
        width: 100%;
    }
    .about-us-row .main-column .two-image-row .column-1-2 {
        width: 100&;
    }
    .about-us-logo-list {
        grid-auto-rows: auto;
    }
}

@media screen and (max-width: 1189px) and (min-width: 769px) {
    .about-us-logo-list {
        grid-auto-rows: auto;
    }
    .about-us-logo-list .row .column-1-2:last-child img {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1189px) and (min-width: 769px) {
    .about-us-logo-list {
        grid-auto-rows: auto;
    }
    .about-us-logo-list .row .column-1-2:last-child img {
        margin-top: 30px;
    }
}

.services-list {
    display: grid;
    grid-template-columns: auto auto auto;
}

@media screen and (max-width: 769px) {
    .services-list {
        grid-template-columns: auto;
    }
    .services-list li {
        width: 100%;
    }
}

.home-page-features {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.services-container {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.services-container li:before {
    margin-right: 0px;
}

.services-container li {
    width: auto;
}

.services-text {
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .column-1-3 .features-list.services-container li:before {
        margin-right: 0px;
    }
}

.services-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}
