/* Custome Style Sheets for E5icient Website */
html, body {
    height:100%;
}

body {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
}

.orange {
    height: 3px;
    width: 50%;
    float: left;
    background-color: #ff5c00;
}

.green {
    height: 3px;
    width: 50%;
    float: right;
    background-color: #1b8a2f;
}

.e5-header {
    padding: 10px 0;
}

.e5-header .top-info {
    margin-top: 20px;
}

@media only screen and (max-width: 835px) {
    .e5-header .top-info {
        display: none;
    }
}

@media only screen and (max-width: 495px) {
    .e5-header .top-info {
        display: none;
    }
}

.e5-header .top-info p.c-info {
    text-transform: uppercase;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #272566;
    border-right: 1px solid #333333;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
}

.social-icons {
    padding-left: 20px;
    display: inline-block;
}

@media only screen and (max-width: 870px) {
    .e5-header .top-info p.c-info {
        padding-right: 20px;
    }

    .social-icons {
        padding-left: 10px;
    }
}

.icon {
    background: url("../img/small-icons-sprite.png") no-repeat;
    background-position: left top;
    display: inline-block;
}

.icon.twitter {
    background-position: left -33px;
    width: 23px;
    height: 20px;
    margin-right: 15px;
}

.icon.fb {
    background-position: -39px -28px;
    width: 14px;
    height: 26px;
    margin-right: 15px;
}
.icon.linkedin {
    background-position: -67px -33px;
    width: 24px;
    height: 24px;
}

.small-nav, .menu{
    display: none;
}

.e5icient-nav {
    background-color: #c6c6c6;
    height: 50px;
}

.e5icient-nav nav ul {
    margin-left: 0;
    height: 50px;
}

.e5icient-nav nav ul li {
    list-style: none;
    display: inline-block;
    border-left: 1px solid #e8e3e3;
    position: relative;
    height: 50px;
    padding-top: 12px;
    margin-right: -5px;
}

.e5icient-nav nav ul li:last-child {
    border-right: 1px solid #e8e3e3;
}

.e5icient-nav nav ul li a {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #272566;
}

.e5icient-nav nav ul li a:hover {
    background-color: #20428e;
    color: white;
}

.e5icient-nav nav ul li ul.dropdown {
    position: absolute;
    top: 50px;
    left: -1px;
    width: 200px;
    height: 150px;
    background-color: #c6c6c6;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 1000;
    display: none;
    opacity: 0;
    visibility: hidden;
}

.e5icient-nav nav ul li ul.dropdown li {
    display: block;
    border: none;
}

.e5icient-nav nav ul li ul.dropdown li a:hover {
    background-color: transparent;
}

.e5icient-nav nav ul li:hover ul.dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 942px) {
    .e5icient-nav nav ul li a {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 842px) {
    .e5icient-nav nav ul li a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 742px) {
    .e5icient-nav nav ul li a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 0.75rem;
    }
}

@media only screen and (max-width: 570px) {
    .small-nav {
        display: block;
        position: absolute;
        top: 15px;
        left: 40px;
        font-size: 14px;
        font-weight: 500;
        color: #333;
    }

    .small-nav span {
        display: inline-block;
        background: url("../img/burger.png") no-repeat;
        position: absolute;
        top: 2px;
        left: 0;
        height: 20px;
        width: 32px;
    }

    span.menu {
        display: inline-block;
        font-family: "Open Sans", sans-serif;
        font-size: 0.875rem;
        font-weight: 700;
        padding-top: 13px;
        padding-top: 13px;
        padding-left: 55px;
    }

    .e5icient-nav nav {
        background-color: #c6c6c6;
        height: 90vh;
        margin-left: -20px;
        margin-right: -15px;
        margin-top: 15px;
        display: none;
        transition: 1s display ease;
    }

    body.active .e5icient-nav nav {
        display: block;
    }

    .e5icient-nav nav ul {
        margin-left: 0;
        height: 50px;
    }

    .e5icient-nav nav ul li {
        list-style: none;
        display: block;
        height: 50px;
        padding-top: 12px;
        margin-right: -5px;
        width: 100%;
    }

    .e5icient-nav nav ul li:last-child {
        border-right: none;
    }

    .e5icient-nav nav ul li a {
        text-transform: uppercase;
        font-size: 0.875rem;
        font-weight: 700;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
        color: #272566;
    }

    .e5icient-nav nav ul li a:hover {
        background-color: transparent;
        color: black;
    }

    .services-li {
        margin-bottom: 150px;
    }

    .e5icient-nav nav ul li ul.dropdown {
        position: absolute;
        top: 50px;
        left: 0;
        width: 300px;
        height: 150px;
        padding-left: 30px;
        background-color: #DADADA;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        z-index: 0;
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .e5icient-nav nav ul li ul.dropdown li {
        display: block;
        border: none;
    }
/*
    .e5icient-nav nav ul li ul.dropdown li a:hover {
        background-color: inherit;
    }

    .e5icient-nav nav ul li:hover ul.dropdown {
      display: block;
      opacity: 1;
      visibility: visible;
    }*/
}

.e5-home-banner {
    background: url("../img/banner.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
}

.e5-home-banner h1 {
    color: #e8e3e3;
    font-weight: 700;
    font-size: 4.5rem;
    text-transform: uppercase;
    padding-top: 30px;
}

.e5-home-banner h3 {
    color: #e8e3e3;
    font-weight: 500;
    font-size: 2.25rem;
}

a[class^="btn__"] {
    color: white;
    font-weight: 600;
    font-size: 0.875rem;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 0.9375rem 2rem;
    display: inline-block;
    margin-top: 55px;
    margin-bottom: 100px;
}

.e5-home-banner a.btn__normal {
    background-color: #0b9948;
    margin-right: 30px;
}

.e5-home-banner a.btn__ghost {
    border: 1px solid white;
}

@media only screen and (max-width: 419px) {
    .e5-home-banner a.btn__normal {
        margin-bottom: 10px;
    }
    .e5-home-banner a.btn__ghost {
        margin-top: 10px;
        margin-left: -30px;
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
}

.quicklink {
    height: 50px;
    background: #c6c6c6;
    padding: 10px 0;
}

.quicklink p {
    display: inline-block;
    color: #272566;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700;
}

.quicklink a {
    text-transform: uppercase;
    color: #333;
    font-size: 0.875rem;
    font-weight: 700;
}

@media only screen and (max-width: 390px) {
    .quicklink a {
        font-size: 0.598rem;
    }
}

.e5-about-overview {
    padding: 60px 0;
    position: relative;
}

span[class^="hr-thick__"] {
    height: 15px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
}

.hr-thick__orange {
    background-color: #ff6600;
}

h2[class^="hr__"] {
    font-weight: 700;
    font-size: 1.875rem;
    text-transform: uppercase;
    color: #333;
    float: right;
}

@media only screen and (min-width: 641px) and (max-width: 733px) {
    .heading h2[class^="hr__"] {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 641px) and (max-width: 777px) {
    .e5-services-overview h2[class^="hr__"] {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 640px) {
    .heading {
        margin-bottom: 20px;
    }
}

.overview {
    margin-bottom: 30px;
}

.overview p {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin-top: -8px;
}

.overview-cont p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.overview-cont img {
    float: right;
}

@media only screen and (max-width: 640px) {
    .e5-detail, .e5-img {
        width: 100%;
    }

    .e5-img {
        position: relative;
        top: -250px;
        left: 0;
        max-width: 280px;
        float: left !important;
    }

    .e5-detail {
        position: relative;
        top: 250px;
    }

    .e5-detail a.btn__ghost-body {
        float: left !important;
    }
}

@media only screen and (max-width: 525px) {
    .e5-img {
        top: -260px;
    }

    .e5-detail {
        top: 260px;
    }
}

@media only screen and (max-width: 490px) {
    .e5-img {
        top: -270px;
    }

    .e5-detail {
        top: 270px;
    }
}

@media only screen and (max-width: 411px) {
    .e5-img {
        top: -280px;
    }

    .e5-detail {
        top: 280px;
    }
}

@media only screen and (max-width: 385px) {
    .e5-img {
        top: -320px;
    }

    .e5-detail {
        top: 320px;
    }

    .e5-detail a.btn__ghost-body {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 342px) {
    .e5-img {
        top: -340px;
    }

    .e5-detail {
        top: 340px;
    }
}

a.btn__ghost-body {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    border: 1px solid black;
    color: black;
}

.overview-cont a.btn__ghost-body {
    float: right;
}

a.btn__ghost-body:hover {
    background-color: #0b9948;
    color: white;
    border: 1px solid white;
}

.e5-services-overview {
    padding: 2.8125rem 0;
    background-color: #ececec;
    border-top: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
    position: relative;
}

p.services {
    color: #333;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

.content {
    margin-top: -5px;
}

span.hr-thick__blue1 {
    background-color: #20428e;
    max-width: 230px;
}

.services-overview span.hr-thick__blue2 {
    background-color: #272566;
    max-width: 230px;
}

.services-overview span.hr-thick__blue3 {
    background-color: #4b6db4;
    max-width: 230px;
}

.services-overview img {
    float: left;
}

div[class$=" end"] {
    margin-top: 40px;
}

p.services-snippet {
    display: inline-block;
    font-size: 0.85rem;
    line-height: 1.5rem;
    margin-top: -10px;
    margin-bottom: 2px;
    height: 110px;
    overflow: hidden;
}

@media only screen and (max-width: 1009px) {
    p.services-snippet {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 957px) {
    p.services-snippet {
        line-height: 1.2rem;
    }
}

@media only screen and (max-width: 867px) {
    a.btn__ghost-body {
        padding-left: 2.125rem;
        padding-right: 2.125rem;
    }
}

@media only screen and (min-width: 641px) and (max-width: 739px) {
    a.btn__ghost-body {
        font-size: 0.7rem;
    }
}

@media only screen and (max-width: 640px) {
    .content {
        width: 60%;
        margin-bottom: 50px;
    }

    .thumb, .thumb-reordered {
        width: 40%;
        margin-bottom: 20px;
    }

    .thumb-reordered {
        float: left !important;
        position: relative;
        left: -60%;
    }

    .con-reorder {
        position: relative;
        right: -40%;
        text-align: left !important;
    }
}

  @media only screen and (max-width: 435px) {
    .content {
        width: 100%;
        margin-bottom: 50px;
    }

    .thumb, .thumb-reordered {
        width: 100%;
    }

    .thumb-reordered {
        width: 100%;
        left: 0;
        top: -250px;
    }

    .con-reorder {
        right: 0;
        width: 100%;
        top: 220px;
    }
 }

.e5icient-testimonials {
    padding: 3.125rem 0;
}

.testimonial {
    padding-left: 40px;
}

.e5icient-testimonials p.testimonial-statement {
    font-size: 1.25rem;
    text-transform: uppercase;
    padding-left: 30px;
    color: #333;
}

.e5icient-testimonials p.testimonial-statement:before {
    content: " ";
    display: table;
    background: url("../img/small-icons-sprite.png") no-repeat;
    height: 28px;
    width: 28px;
    background-position: left bottom;
    margin-left: 20px;
    position: absolute;
    left: 0;
}

.e5icient-testimonials p.testimonial-statement:after {
    content: " ";
    display: table;
    background: url("../img/small-icons-sprite.png") no-repeat;
    height: 28px;
    width: 28px;
    background-position: -33px bottom;
    position: absolute;
    right: 50px;
}

p.testimonial-stats {
    padding-left: 40px;
    font-size: 0.8rem;
}

p.testimonial-name {
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 0;
    padding-left: 30px;
}

footer.e5-footer {
    background-color: #1f1f1f;
    color: white;
    padding-bottom: 30px;
    padding-top: 30px;
}

footer.e5-footer p {
    font-size: 0.75rem;
    font-weight: 600;
}

footer.e5-footer h3 {
    color: white;
    text-transform: uppercase;
    font-size: 1.125rem;
}

footer.e5-footer a {
    color: white;
    text-decoration: underline;
    font-size: 0.75rem;
}

.f-contact {
    padding-left: 3.75rem;
}

@media only screen and (max-width: 640px) {
    .f-contact {
        padding-left: 0.9375rem;
        margin-top: 30px;
    }
}

.icon.location {
    background-position: left -56px;
    height: 22px;
    width: 14px;
    float: left;
    margin-right: 10px;
}

.icon.tel {
    background-position: -22px -56px;
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 10px;
}

.icon.email {
    background-position: -51px -60px;
    height: 16px;
    width: 20px;
    float: left;
    margin-right: 10px;
}

.icon.f-twitter {
    background-position: left top;
    height: 23px;
    width: 23px;
    float: left;
    margin-right: 10px;
}

.icon.f-fb {
    background-position: -38px top;
    height: 25px;
    width: 15px;
    float: left;
    margin-right: 20px;
}

.icon.f-linkedin {
    background-position: -66px top;
    height: 24px;
    width: 24px;
    float: left;
    margin-right: 10px;
}

.contact-ext {
    border-right: 1px solid #4c4c4c;
}

footer.e5-footer .social-ext a {
    text-decoration: none;
}

.footer-ext {
    background-color: #121212;
    height: 50px;
    padding: 15px 0;
}

.footer-ext p {
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
    margin-bottom: 0;
}

/* Inner Pages Styles */
.e5-inner-banner {
    background: url("../img/banner.jpg") no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.e5-inner-banner h3 {
    color: #e8e3e3;
    font-weight: 500;
    font-size: 3.75rem;
    padding-top: 90px;
    padding-bottom: 80px;
}

.services-list {
    border-top: 1px solid #e8e3e3;
    margin-top: -55px;
}

.services-list ul {
    margin-left: 0;
    padding-top: 10px;
}

.services-list ul li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    color: white;
    margin-right: 56px;
}

@media only screen and (max-width: 375px) {
    .services-list ul li {
        margin-right: 25px;
    }
}

.services-list ul li a {
    font-weight: 700;
    font-size: 0.875rem;
    color: #fff;
}

.services-list ul li:last-child {
    margin-right: 0;
}

a.active {
    border-bottom: 5px solid #ed1c24;
    padding-bottom: 17px;
    margin-bottom: -20px;
}

.e5-content {
    padding: 50px 0;
}

.c-text {
    margin-top: -7px;
}

.c-text p.e5-para-bold, p.e5-para {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.c-text p.e5-para-bold {
    font-weight: 600;
}

p.e5-para {
    display: inline-block;
}

.para-ext{
    margin-top: 20px;
}

.e5-projects h4 {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
}

.inner-test {
    background-color: #ececec;
    border-top: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
    padding: 30px 0;
    margin-top: -10px;
}

.s-ext {
    margin-bottom: 30px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.button.radius {
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    background-color: #0b9948;
}

.execs {
    padding: 50px 0;
}

.execs h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.875rem;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 30px;
}

.small-12.medium-6.columns {}

.profile .name-title {
    color: maroon;
    font-size: 1.5rem;
    margin-top: -10px;
}

@media only screen and (max-width: 640px) {
    .profile .name-title {
        margin-top: 10px;
    }
}

.profile {
    margin-bottom: 30px;
}

.profile p {
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
}

.contacts {
    padding: 50px;
}