@import url('https://fonts.googleapis.com/css?family=Prompt:100,200,300,400,500,600,700|Roboto:100,200,300,400,500,600,700&display=swap');

body {
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', 'Prompt', -apple-system, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

*:focus,
*:active {
    outline: none !important;
    box-shadow: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

@media (max-width: 767px) {

    h1, .h1 {
        font-size: 26px;
    }

    h2, .h2 {
        font-size: 22px;
    }

    h3, .h3 {
        font-size: 20px;
    }

    h4, .h4 {
        font-size: 18px;
    }

    h5, .h5 {
        font-size: 16px;
    }
}

a {
    color: #12a5db;
}

a:hover {
    color: #12a5db;
}

img {
    max-width: 100%;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.thiner {
    font-weight: 300;
}

.thin {
    font-weight: 400;
}

.bold {
    font-weight: 500;
}

.bolder {
    font-weight: 600;
}

.btn,
.form-control {
    border-radius: 0;
}

.form-control {
    background-color: rgba(255, 255, 255, 0.9);
    color: #a5a9aa;
    padding: 10px 17px;
    border: 3px solid #f4f7f9;
}

.form-group label {
    margin-bottom: 1px;
    color: #404856;
}

.btn {
    border-radius: 0;
}

.btn-wide {
    padding: 3px 20px !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary {
    background-color: #12a5db !important;
    border-color: #12a5db !important;
}

.text-primary {
    color: #12a5db !important;
}

.dark .form-control {
    width: 100%;
    padding: 13px 16px !important;
    background-color: transparent;
    border: 3px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    height: auto;
}

.mdi {
    transform: translateY(2%);
}

.header {
    background-color: #333;
}

@media (min-width: 991px) {
    .header {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 100;
        background-color: transparent;
    }
}

.header .navbar-brand img {
    height: 50px;
}

.header .navbar-toggler {
    color: #fff;
}

.header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    transition: all .3s;
}

.header .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link,
.header .navbar-expand-lg .navbar-nav .active .nav-link {
    color: #fff;
    border-bottom-color: #fff;
}

@media (min-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2px;
        padding-left: 2px;
        margin: 0 5px;
    }
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.4) !important;

}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    padding: 10px 20px !important;
}

@media (max-width: 767px) {
    .owl-nav button {
        background-color: transparent !important;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        padding: 0px 0px !important;
    }
}

.owl-nav button i {
    font-size: 36px;
    color: #fff;
}

.owl-nav button.owl-prev {
    left: 30px;
}

.owl-nav button.owl-next {
    right: 30px;
}


.owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-dots button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: rgba(255, 255, 255, 0.65) !important;
}

.owl-dots button.active {
    background-color: rgba(0, 0, 0, 0.78) !important;
}

.testimonals .owl-dots {
    bottom: -30px;
}

@media (min-width: 992px) {
    .border-lg-right {
        border-right: 1px solid #dee2e6 !important;
    }
}

.sliders {
    background-image: url("../images/closeup-support-hands.jpg");
    background-size: cover;
    background-position: 50% -200px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.sliders .item {

    height: 754px;
    opacity: 1;
    visibility: inherit;
    position: relative;
    z-index: 10;
}


@media (max-width: 768px) {
    .sliders .item {
        height: 400px;
    }

    .sliders .item .content {
        width: 80%;
    }

    .sliders .owl-nav {
        display: none;
    }
}


.sliders .item .content {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    color: #fff;
}


.sliders .item .headline {
    position: relative;
}

.sliders .item .headline:after {
    content: '';
    border-bottom: 3px solid #12a5db;
    width: 85px;
    height: 1px;
    max-width: 90%;
    position: absolute;
    bottom: -10px;
    left: 0;
}

@media (min-width: 992px) {
    .sliders .item .content {
        max-width: 50%;
    }

    .sliders .item p {
        font-size: 18px;
    }
}

.sliders .clound {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.table thead th {
    font-weight: 500;
    text-align: center;
    border-bottom: none;
}


.block-content {
    background-color: #f3f3f3;
}


.block-content.dark {
    background-color: #313131;
    background-image: url('../images/dots-bg.png');
    background-size: cover;
    transition-delay: 0ms;
    background-attachment: fixed;
    color: #fff;
}

.bg {
    background-image: url('../images/dots-bg.png');
    background-size: cover;
    transition-delay: 0ms;
    background-attachment: fixed;
}

.block-content.dark .text-muted {
    color: #a6aaab !important;
}

.box-item [class*="col-"],
.box-item .card {
    display: flex;
    align-items: stretch;
    border-radius: 0;
}

.box-item .card .card-img-top {
    border-radius: 0 !important;
}

.box-item .card {
    margin-bottom: 1.5rem;
}

.card {
    border-radius: 0;
}

.card.dark {
    background-color: rgba(255, 255, 255, .07);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 -1px 1px rgba(0, 0, 0, .125);
}

.client [class*="col"] {
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

@media (max-width: 991px) {
    .client [class*="col"].nobr-lg {
        border-right: none !important;
    }
}

.client [class*="col"]:last-child {
    border-right: none;
}

.client [class*="col"] .item {
    width: 100%;
    padding: 0 15px;

}

@media (max-width: 767px) {
    .client [class*="col"] {
        border-right: none;
    }
}

.checklist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.checklist li {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 16px;
}

.checklist li i {
    font-size: 16px;
    /*margin-bottom: -3px;*/
    color: #eeba00;
    margin-right: 5px;
}

.sc_tab {
    display: flex;
    align-items: stretch;
}

.sc_tab .htab {
    display: flex;
    align-items: center;
    position: relative;
    padding: 35px 60px 130px 0;
    margin: 0 100px 0 0;
    z-index: 10;
    flex: 0 0 auto;
}


.sc_tab .btab {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}


.sc_tab .htab .content {
    position: relative;
    z-index: 9;
}

.sc_tab .htab:after {
    background: #ffffff;
    border-radius: 100%;
    content: "";
    display: block;
    height: 18px;
    right: 0;
    transform: translateX(50%);
    position: absolute;
    top: 36%;
    width: 18px;
    z-index: 1;
    margin: -18px 0 0 -8px;
}

.sc_tab .htab:before {
    background: #ffffff;
    content: "";
    display: block;
    height: 36%;
    right: -1px;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 1;
}

.sc_tab .line-buttom {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.sc_tab .line-buttom:after {
    background: #ffffff;
    border-radius: 100%;
    content: "";
    display: block;
    height: 12px;
    right: 0;
    transform: translateX(50%);
    position: absolute;
    bottom: 55%;
    width: 12px;
    z-index: 1;
    margin: -12px 0 0 -5px;
}

.sc_tab .line-buttom:before {
    background: #ffffff;
    content: "";
    display: block;
    height: 55%;
    right: -1px;
    position: absolute;
    bottom: 0;
    width: 2px;
    z-index: 1;
}

.sc_tab .nav-tabs {
    border: none !important;
}

.sc_tab .nav-tabs .nav-item {
    width: 100%;
}

.sc_tab .nav-tabs .nav-item:first-child {
    margin-top: 30px;
}

.sc_tab .nav-tabs .nav-link {
    padding: 15px 0;
    color: #fff;
    border: none !important;
    font-size: 32px;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: all .3s;
}

.sc_tab .nav-tabs .nav-link i {
    opacity: 0;
    transition: all .1s;
    margin-left: -15px;
}

.sc_tab .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #eeba00;
}

.sc_tab .nav-tabs .nav-link.active i {
    opacity: 1;
    margin-left: 15px;
}

.sc_tab .chart .icon {
    font-size: 36px;
}

.sc_tab .chart .bar {
    height: 300px;
    position: relative;
    width: 100%;
}

.sc_tab .chart .bar .bar-unit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #eeba00;
    display: flex;
    align-items: flex-end;
    /*padding-bottom: 15px;*/
    justify-content: center;
}

.sc_tab .chart .bar .bar-unit span {
    transform: rotate(90deg);
    white-space: nowrap;
    /*margin: 0 0 40px 0px;*/
    color: #fff;
    text-align: right;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}

.sc_tab .chart .bar .bar-unit .info {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    bottom: 0;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin: 0 0 80px -75px;
    position: absolute;
    text-align: right;
    width: 150px;
    z-index: 9999;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
}

@media (max-width: 991px) {
    .sc_tab {
        flex-wrap: wrap;
        padding: 50px 0;
    }

    .sc_tab .htab {
        flex: 1 1 auto;
        flex-grow: 1;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .sc_tab .htab:before,
    .sc_tab .htab:after,
    .sc_tab .line-buttom {
        display: none;
    }

    .sc_tab .nav-tabs .nav-link {
        font-size: 22px;
    }

}

@media (max-width: 767px) {
    .chart .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .chart .row > [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .sc_tab .chart .bar .bar-unit .info {
        font-size: 12px;
    }

    .sc_tab .chart .bar {
        height: 250px;
    }

}

@media (max-width: 560px) {
    .sc_tab .chart .icon {
        font-size: 16px;
    }
}


.testimonals-bg {
    background-image: url(../images/testimonials_bg.jpg);
    background-position: center center;
    background-size: cover;
}

.testimonals-bg .overlay {
    background-color: rgba(54, 130, 182, 0.4);
}


.testimonals .item {
    display: flex;
    align-items: flex-start;
}

.testimonals .item .avatar {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #fff;
    flex: 0 0 auto;
    margin-right: 30px;
}

.testimonals .item .avatar img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
}

.testimonals .item .content {
    flex: 1 1 auto;
    font-size: 16px;
}


@media (max-width: 767px) {
    .testimonals .item {
        flex-wrap: wrap;
        justify-content: center;
    }

    .testimonals-title {
        text-align: center;
    }

    .testimonals .item .avatar {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .testimonals .item .content {
        width: 100%;
        flex-grow: 1;
    }
}

.blockquote {
    display: block;
    padding: 0 0 0 0px;
    margin: 0;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
}

.blockquote:before {
    content: '\F756';
    flex: 0 0 auto;
    font-family: "Material Design Icons";
    display: block;
    margin: -20px -5px 0 -15px;
    line-height: 1;
    font-size: 72px;
    opacity: .2;
}

.blockquote p {
    flex: 1 1 auto;
    width: 100%;
    font-size: 16px;
}

@media (min-width: 991px) {
    .folklift img {
        margin-top: -150px;
    }
}

.barc {
    width: 100%;
}

.barc .item {
    margin-bottom: 10px;
}

.barc .item label {
    font-weight: 500;
    margin-bottom: 0px;
}

.barc .item .bTotal {
    width: 100%;
    height: 25px;
    background-color: rgba(255, 255, 255, .07);
    position: relative;
}

.barc .item .bScore {
    background-color: #12a5db;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.barc .item .bScore span {
    padding-right: 10px;
}

.footer {
    background-color: rgb(239, 112, 14);
    color: #fff;
}

.footer-content {
    display: flex;
    align-items: flex-start;
}

.footer-content .icon {
    flex: 0 0 auto;
    margin-right: 15px;
}

.footer-content .icon i {
    font-size: 32px;
    margin-top: -5px;
    line-height: 1;
}

.footer-content .content {
    flex: 1 1 auto;
}

.footer-content .content .h {
    font-size: 16px;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .footer-br > div.bl {
        border-left: 1px solid rgba(255, 255, 255, .1);
    }
}


.footer .footer-menu {
    margin: 0;
    list-style: none;
    padding: 0;
}

.footer .footer-menu li {
    margin-bottom: 5px;
}

.footer a {
    color: #fff;
}

.footer .footer-menu li a {
    color: #fff;
    font-weight: 200;
}

@media (max-width: 767px) {
    footer .sc_tab {
        padding-bottom: 0;
    }
}

.socials-icons {
    overflow: hidden;
    display: inline-block;
    line-height: 20px;
}

.socials-icons .item {
    display: inline-block;
    margin: 0 5px 5px 0;
    outline: none;
}

.socials-icons .item a {
    color: #fff;
}

.socials-icons .item a[class*="twitter"] {
    background-color: #58c0da;
}

.socials-icons .item a[class*="facebook"] {
    background-color: #6385b3;
}

.socials-icons .item a[class*="google"] {
    background-color: #d15d5d;
}

.socials-icons .item a[class*="linkedin"] {
    background-color: #3a4d78;
}

.socials-icons .item a,
.socials-icons .item a > i {
    display: inline-block;
    font-size: 16px;
    height: 34px;
    line-height: 32px;
    width: 34px;
    text-align: center;
}

.tags-view {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}