body {
    font-size: 16px;
}
section {
    padding: 3em;
}

a {
    color: #337ab7;
    text-decoration: none;
}

h1,h2,h3 {
    font-family: 'Poppins', sans-serif;
}
.color {
    color: #88ABC2 !important;
}

/** Nav */
.navbar.bg-dark {
    background-color: #1e2633 !important;
    -webkit-transition: background .4s ease-in-out, padding .4s ease-in-out;
    -moz-transition: background .4s ease-in-out, padding .4s ease-in-out;
    transition: background .4s ease-in-out, padding .4s ease-in-out;
}
.navbar.navbar-sticky-ondemand {
    position: fixed;
    left: 0;
    right: 0;
    background: transparent !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
}
.navbar-dark .dropdown-menu {
    background: #1e2633;
    border: 0;
    border-radius: 0;
    margin: 0;
    text-align: center;
}

/** Banner **/
.banner {
    width: 100%;
    min-height: 220px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.banner h1 {
    line-height: 48px;
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    /*margin-top: 30px;*/
    width: 100%;
}

.banner h2{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}

.content {
    padding: 40px 0 0 0;
    overflow: hidden;
}

.section-title h3 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}
.section-title ul {
    list-style-type: none;
    text-align: center;
    margin-top: 20px;
    padding-left: 0;
}
.section-title ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
}
.section-title ul li p {
    color: #414141;
    font-weight: 700;
    font-size: 13px;
    display: table-cell;
}

.btn-neotech-rounded {
    color: #ffffff;
    background-color: #88ABC2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
    border: 2px solid transparent;
    padding: 10px 20px;
    border-radius: 30px;
}
h2.box-title {
    font-size: 36px;
    line-height: 36px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

/** Portfolio */
.card-deck .card {
    box-shadow: none;
}
.card-deck .card .center-v {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.el-element-overlay .el-card-item .el-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.el-element-overlay .el-card-item .el-overlay-1 img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    width: 100%;
    height: auto;
}

/** Footer **/
.footer {
    position: absolute;
    color: #fff;
    background-color: #1e2633 !important;
}

.form label.error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #e46a76;
    font-weight: normal;
}
.form-control.error {
    border-color: #e46a76;
    padding-right: 2.0625rem;
    background-repeat: no-repeat;
    background-position: top 10px right calc(2.0625rem / 4);
    background-size: calc(2.0625rem / 2) calc(2.0625rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e46a76' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}
.form .messages.success {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #00654c;
    background-color: #ccf3e9;
    border-color: #b8eee0;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}
@media (max-width: 640px) {
    #abk_3te0r12drs4 {
        padding: 90px 10px !important;
    }
    #abk_bpmzpelcsil {
        padding: 90px 10px !important;
    }
    .section-clients .card-deck .card:first-child .center-v {
        transform: none;
    }
    section {
        padding: 2em;
    }
    .navbar-collapse {
        background: #1e2633cc;
        padding: 15px;
    }
}