.newsHalf {
    width: 48%;
    float: left;
    margin: 0 1%;
}

.homeTestimonial {
    width: 50%;
    float: left;
    padding: 10px;
    font-family: "Exo", Sans-serif;
}

@media only screen and (max-width: 1024px) {
    .homeTestimonial {
        width: 100%;
    }
}

.homeTestimonial h3 {
    margin-bottom: 0px;
    font-size: 16px;
    color: #0063af;
    position: relative;
    top: -15px;
}

.textDescription {
    margin-right: 35px;
    height: 60px;
    overflow: hidden;
}

.textTitle {
    margin-bottom: 8px;
    width: 92%;
}

.textDescription.show {
    overflow: visible;
    height: auto;
    min-height: 60px;
}

.masonry-with-columns {
    columns: 3 200px;
    column-gap: 1rem;
    font-family: "Exo", Sans-serif;
}

.masonry-with-columns .quoteMarks {
    width: 15%; float: left;
}
.masonry-with-columns .quote {
    width: 85%; float: left;
}
.masonry-with-columns h5 {
    margin-top: 30px; font-size: 18px; color: #0063af;
}
.masonry-with-columns i {
    color: #0063af;
    font-size: 36px;
}

@media only screen and (max-width: 1024px) {
    .masonry-with-columns i {
        font-size: 25px;
    }
}

.masonry-with-columns .testimonial {
    padding: 1rem 1rem 3rem 1rem;
    margin: 0 1rem 1rem 0;
    display: inline-block;
    width: 100%;
}

.moreInfo {
    border-top: 1px dotted #555;
    margin-top: 10px;
    padding-top: 10px;
    cursor: pointer;
    text-decoration: underline;
    line-height: 25px;
}

.pricing-container {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    font-family: "Exo", Sans-serif;

}

.pricing-container .description {
    width: 70%; float: left; padding: 8px 8px 8px 3%; vertical-align: middle;
}

.pricing-container .price {
    width: 30%; text-align: center; float: right; padding: 8px; background: #b2b2b2; color:#FFF; font-weight: bold; vertical-align: middle;
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;
}


.price_element {
    display: flex; background: #f2f2f2; margin-bottom: 15px; width: 100%; position: relative;
}

.price_element p {
    margin-bottom: 0px;
}

.service_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    list-style-type: none;
    padding: 0px;
    color: #333;
}

.service_list li {
    background: #FFF;
    margin: 1%;
    text-align: center;
    padding: 2%;
    border-radius: 5px;
}

.key_service_list {
    text-align: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    list-style-type: none;
    padding: 0px;
    color: #333;
}

.key_service_list li {
    width: 23%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 1%;
    text-align: center;
    padding: 1% 2%;
    border-radius: 5px;
}

.key_service_list li img {
    max-width: 85px;
}

.darkMode .service_list li {
    background: #344147 !important;

}

.key_service_list li:hover {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
}

.darkMode .service_list li:hover {
    background: #4a5d66 !important;

}

.service_list strong {
    display: block;
}

.service_list .imgHolder {
    width: 30%;
    text-align: center;
    float: left;
    padding-right: 5%;
}

.service_list .imgHolder img {
    width: 90%;
    height: auto;
}

.service_list .textHolder {
    width: 65%;
    float: left;
    text-align: left;
    padding-top: 2%;
}

.lightMode {
    background: #F2F3F3;
}

.darkMode {
    background: #344147;
}

.lightMode .textHolder {
    color: #333 !important;
}

.darkMode .textHolder {
    color: #FFF !important;
}


.treeWrapper {
    margin: 0;
    min-height: 100%;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    padding: 4%;
}

.treeWrapper ul {
    margin-left: 0;
    padding-left: 0;
}

.treeWrapper li {
    list-style-type: none;
}

.tree {
    width: 100%;
}

.tree > ul {
    column-count: 2;
}

.tree > ul > li a:before {
    content: "\2191 ";
    position: absolute;
    left: 8px;
    font-size: 28px;
    line-height: 20px;
    padding-top: 0px;
    font-weight: bolder;
    width: 16px;
    display: inline-block;
    text-align: center;
    border-radius: 15px;
    margin-right: 6px;
}

.tree > ul > li a:hover:before {
    rotate: 90deg;
    left: 10px;
}

.tree > ul > li a {
    color: #FFF;
    position: relative;
    display: block;
    background: #009FE3;
    padding: 6px 10px 6px 30px;
    border-radius: 5px;
    line-height: 20px;
    text-align: left;
}

.tree > ul > li a:hover {
    background: #2aabe2;
}

.tree > ul > li {
    margin: 0 3% 25px 3%;
    padding: 15px;
    border-radius: 10px;
    width: 97%;
    display: inline-block;
    color: #333;
    background: #F2F3F3;
}

.tree > ul > li > img {
    width: 90%;
    max-width: 130px;
    margin-left: 0%;
    margin-right: 1%;
    margin-bottom: 1%;
}

.tree > ul > li > ul > li {
    font-size: 18px;
    margin-bottom: 5px;
    color: #FFF;
}

@media only screen and (max-width: 1280px) {
    .sector_group {
        grid-template-columns: repeat(3, 1fr);
    }

    .tree > ul > li {
        line-height: 22px;
    }

    .tree > ul > li > ul {
        margin-top: 20px;
    }

    .tree > ul > li > img {
        display: block
    }
}

@media only screen and (max-width: 990px) {
    .sector_group {
        grid-template-columns: repeat(2, 1fr);
    }

    .newsHalf {
        width: 98%;
        margin: 0 auto;
        margin-bottom: 25px;
        float: none;
    }


    .key_service_list li {
        width: 31.3%;
        display: inline-block;
        text-transform: uppercase;
        font-size: 13px;
        margin: 0 1%;
        text-align: center;
        padding: 1% 2%;
        border-radius: 5px;
    }
}

@media only screen and (max-width: 650px) {
    .tree > ul {
        column-count: 1;
    }

    .sector_group, .service_list {
        grid-template-columns: repeat(1, 1fr);
    }

    .key_service_list li {
        width: 48%;
        display: inline-block;
        text-transform: uppercase;
        font-size: 13px;
        margin: 0 1%;
        text-align: center;
        padding: 1% 2%;
        border-radius: 5px;
    }

    .cnc_numberBubble {
        margin: 0 auto;
    }
}