/*
primary: #018995;
secondary: #018995; rgba(1, 137, 149, 0.7);
*/

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

#overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 300%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-left: auto;
}

#loading {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 999999;
    opacity: 0.7;
}

#loading .icon-loading {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #073571; /* Blue */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
    z-index: 999999;
}

#loading .text-loading {
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 60px 0 0 -50px;
    z-index: 999999;
    color: #073571;
}

em, label.error {
    color: red;
}

#masthead {
    background-color: #073571;
    color: #FFFFFF;
}

.main-header .header-top-bar {
    background: #FFFFFF;
}

.main-header .header-top-bar .top-left {
    background: #073571;
}

.main-header .header-top-bar .top-left:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #073571;
    border-width: 40px 1px 0px 30px;
}

.main-header .header-top-bar .top-left:after {
    background: #073571;
}

.main-header .header-top-bar .top-right ul li a {
    color: #000000;
}

#main-navigation ul li a {
    color: #FFFFFF;
}

#main-navigation .menu-item-has-children ul li a {
    color: #000000;
}

#main-navigation .menu-item-has-children ul li a:hover {
    color: #FFFFFF;
}

.main-header .header-top-bar .top-right ul li .icon {
    color: #FCB00D;
}

.site-branding {
    margin-top: 10px;
}

.site-branding a.logo {
    width: 250px;
}

select.language {
    border: none;
    outline: none;
    background: none;
    position: relative;
    display: block;
    margin-left: 16px;
    height: 24px;
    line-height: 24px;
    left: 0;
    color: #000000;
    padding-top: 2px;
}

.slider-items .carousel-caption span {
    /*color: #073571 !important;*/
}

.home-about.bizface-about.section {
    padding: 0px 0;
}

.home-about .about-inner {
    background: #073571;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-about {
    text-align: left;
    background: transparent;
    background-image: linear-gradient(to right, #018995, transparent);
    height: 100%;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    margin: 0;
}

.section-about .bizface-service-content {
    height: 100%;
}

.section-about .bizface-service-content h5 {
    font-size: 21px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.section-about .bizface-service-content .sub-title {
    padding-top: 20px;
    margin-left: 30px;
    font-size: 28px;
    color: #FFFFFF;
}

.section-about .bizface-service-content .short-description {
    padding-top: 20px;
    margin-left: 30px;
    color: #FFFFFF;
}

.section-about .bizface-service-content h5::after {
    right: unset;
    color: #FFFFFF !important;
    background-color: #FFFFFF !important;
    display: none;
}

.sec-title h2 span, .title h2 span {
    color: #073571;
}

.bizface-service-icon {
    color: #073571;
}

.bizface-service-icon a i {
    float: none;
    height: 120px;
    width: 120px;
    line-height: 120px;
    border: 1px #073571 solid;
    border-radius: 50%;
    font-size: 50px;
}

.bizface-service-div:hover .bizface-service-icon a i {
    color: #ffffff;
    border: 1px #ffffff solid;
}

.section-about.bizface-service-div::after {
    background: unset;
}

.bizface-overlay {
    background-color: rgba(1, 137, 149, 0.7);
}

.home-page.bizface-counter {
    padding: 60px 0;
}

.news-date-square {
    position: absolute;
    top: 0;
    left: 20px;
    padding: 0 5px;
    text-align: center;
    background: #018995;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    z-index: 1;
}

.news-date-square span {
    font-size: 21px;
}

.news-item-content {
    width: 100%;
    margin: 0;
    padding: 20px;
}

.news-label {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
}

.news-label .label {
    background: #018995;
    color: #fff;
}

.blog-list .news-item-content h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.blog-list .news-item-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.news-btn {
    display: block;
    text-align: right;
    font-weight: bold;
}

.home-footer {
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    height: 300px;
}

.footer-widget .footer-logo {
    padding: 0px 60px 30px 0px;
}

.footer-widget .post-widget-content h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    color: #FFFFFF;
}

.footer-widget.post-widget ul li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

.footer-widget.post-widget ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.bizface-breadcrumb {
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: unset;
    height: 300px;
}

.bizface-breadcrumb .bizface-breadcrumb-title {
    top: 40%;
}

.bizface-breadcrumb .bizface-breadcrumb-title h1 {
    color: #073571;
    font-size: 32px;
}

.bizface-breadcrumb .bizface-breadcrumb-title p a {
    color: #073571;
}

.bizface-breadcrumb .bizface-breadcrumb-title p a:first-child::after {
    color: #073571;
}

.about-page.bizface-counter {
    padding: 60px 0;
    height: 300px;
}

.about-page .bizface-overlay {
    width: 45%;
    background-color: rgba(1, 137, 149, 0.7);
}

.about-page .bizface-overlay:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(1, 137, 149, 0.7);
    border-style: solid;
    border-width: 300px 0 0 300px;
    content: "";
    height: 100%;
    position: absolute;
    right: -300px;
    top: 0;
    width: 0;
}

.aboutpage .home-video {
    max-height: unset;
    overflow: unset;
}

.aboutpage img, .aboutpage .description {
    height: 400px;
}

.aboutpage .section {
    padding-bottom: 0;
}

.aboutpage .overlay {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #073571;
}

.aboutpage .description {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: inset 0px 0px 13px #ccc;
    -webkit-box-shadow: inset 0px 0px 13px #ccc;
    -ms-box-shadow: inset 0px 0px 13px #ccc;
    padding: 40px;
    display: inline-block;
    background-color: #ffffff;
    margin: 103px 0px 0px 0px;
}

.aboutpage .description p {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 335px;
}

.vision-mision-page {
    height: 400px;
}

.vision-mision-page .bizface-overlay {
    width: 45%;
    background-color: rgba(1, 137, 149, 0.7);
}

.vision-mision-page .bizface-overlay:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(1, 137, 149, 0.7);
    border-style: solid;
    border-width: 400px 0 0px 400px;
    content: "";
    height: 100%;
    position: absolute;
    right: -400px;
    top: 0;
    width: 0;
}

.vision-mision-page .bizface-overlay-right {
    top: 0;
    left: 45%;
    width: 55%;
    height: 100%;
    position: absolute;
    background-color: rgba(1, 137, 149, 0.7);
}

.vision-mision-page .bizface-overlay-right:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(1, 137, 149, 0.7);
    border-style: solid;
    border-width: 400px 0 0px 400px;
    content: "";
    height: 0;
    position: absolute;
    left: 0px;
    top: 0;
    width: 0;
}

.vision-mision-page .head-title {
    position: absolute;
    top: -40px;
    width: 100%;
}

.vision-title {
    font-size: 36px;
    padding: 15px 100px 15px 100px;
    text-align: center;
    background: #073571;
    color: #FFF;
    font-weight: 700;
}

.mision-title {
    font-size: 36px;
    padding: 15px 100px 15px 100px;
    text-align: center;
    background: #073571;
    color: #073571;
    font-weight: 700;
}

.background-primary {
    background: #073571;
    color: #FFFFFF;
    padding: 20px;
}

.background-secondary {
    background: #073571;
    color: #000000;
    padding: 20px;
}

.background-primary h2 {
    color: #073571;
}

.background-secondary h2 {
    color: #073571;
}

.team .team-img {
    width: 100%;
    height: 100%;
}

.team .team-img img {
    height: 100%;
    max-width: none;
    min-width: 100%;
}

.team .team-details {
    /*height: 500px;*/
    aspect-ratio: 3/4;
}

.team .team-details:hover .team-bottom {
    height: 100%;
    align-content: end;
    display: grid;
}

.team-text .team-post {
    overflow: auto;
    max-height: 300px;
}

.team .team-bottom {
    height: 120px;
    background: rgba(1, 137, 149, 0.7);
}

.call-center i {
    margin-right: 15px;
    color: #073571;
}

.call-center .phone {
    font-size: 72px;
    color: #073571;
    font-weight: bold;
    margin-bottom: 40px;
}

.call-center .email {
    font-size: 48px;
    color: #073571;
    margin-bottom: 80px;
}

.mfp-bottom-bar {
    background: #FFFFFF;
    padding: 20px;
}

.mfp-title {
    color: #000000;
}

.mfp-counter {
    top: 40%;
    right: 5px;
    color: #000000;
}

.pagination {
    position: absolute;
    left: 50%;
    bottom: 0;
}

.blog-list .news-item-content {
    width: 100%;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.blog-page .pagination {
    bottom: unset;
}

.blog-page .image-section {
    overflow: hidden;
    border: 1px #CCC solid;
    border-radius: 5px;
    margin: 0px;
    padding: 0px;
}

.blog-page img {
    max-width: unset;
    position: relative;
    height: 300px;
}

.dataTables_paginate .pagination {
    position: unset;
    left: unset;
    bottom: unset;
}

td.details-control {
    position: absolute;
    width: 10px;
    height: 10px;
    margin-top: 5px;
    margin-left: 15px;
    background: #073571;
    color: #FFFFFF;
    font-size: 12px;
}

td.details-control:before {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
}

tr.shown td.details-control:before {
    content: "\f068";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
}

.main-slider.owl-theme .owl-dots .owl-dot span {
    background: #ccc;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 10px;
    height: 5px;
    margin: 0 7px;
    display: block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
}

.main-slider.owl-theme .owl-dots .owl-dot.active span {
    background: #eee;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    width: 15px;
}

.main-slider.owl-theme .owl-dots {
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    bottom: 10px;
    left: 45%;
}

.main-slider.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.header-address {
    max-width: 300px;
    max-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footer-address {
    float: left;
    margin-top: -35px;
    margin-left: 40px;
    margin-bottom: 15px;
}

.contact-address {
    float: left;
    margin-top: -35px;
    margin-left: 55px;
}

.main-header .top-left .social-links {
    min-width: 170px;
}

.sec-title h2::before {
    border: 2px solid #018995;
}

.sec-title h2::after {
    background: #018995;
}

.btn.btn-primary.inverse {
    background: #073571;
    color: #fff;
}

.btn.btn-primary.inverse:hover, .btn.btn-primary:hover {
    background: #018995;
    color: #fff;
}

.hover-secondary:hover {
    background: #018995;
    color: #fff;
}

.hover-secondary img:hover {
    opacity: .5;
}

.tariff-carousel {
    padding: 0 50px;
}

.tariff-carousel.team-carousel.owl-theme .owl-nav {
    top: 50%;
    left: 0;
    margin-top: -20px;
}

.tariff-carousel.team-carousel.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}

.tariff-carousel.team-carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
}

a.scroll-top{
    background-color: #018995;
}

.team-carousel.owl-theme .owl-nav [class*=owl-]{
    background: #018995;
    border: 1px solid #018995;
}

@media screen and (max-width: 1024px) {
    .main-header .top-left .social-links {
        min-width: 0;
    }
}

@media screen and (max-width: 768px) {
    .header-top-bar .container {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .slider-items .carousel-caption.caption-center, .slider-items .carousel-caption.caption-left, .slider-items .carousel-caption.caption-right {
        max-height: 100%;
        overflow: auto;
        padding: 20px 0 0 0;
    }
}

@media screen and (max-width: 480px) {
    .home-about .about-inner {
        height: 100%;
    }

    .vision-mision-page {
        height: auto;
        padding: 20px;
    }

    .mision-title {
        background: #073571;
        color: #FFF;
        margin-bottom: 40px;
    }

    .vision-mision-page ol {
        color: #073571 !important;
    }

    .vision-mision-page .bizface-overlay {
        width: 100%;
        background-color: rgba(1, 137, 149, 0.7);
    }

    .vision-mision-page .bizface-overlay:before {
        border-color: unset;
        border-style: unset;
        border-width: unset;
        content: unset;
        height: unset;
        position: unset;
        left: unset;
        top: unset;
        width: unset;
    }

    .vision-mision-page .bizface-overlay-right:before {
        border-color: unset;
        border-style: unset;
        border-width: unset;
        content: unset;
        height: unset;
        position: unset;
        left: unset;
        top: unset;
        width: unset;
    }

    .section-about {
        height: auto;
        margin-bottom: 0;
    }

    .about-image {
        height: 100%;
        margin-bottom: 70px;
    }

    .home-page.bizface-counter {
        height: auto;
    }

    .home-page.bizface-counter .title {
        margin-top: 40px;
    }

    .aboutpage img, .aboutpage .description {
        height: auto;
    }

    .aboutpage .description {
        margin: 0;
    }

    .aboutpage .description p {
        height: auto;
    }

    .aboutpage .overlay {
        top: 15%;
    }

    .about-page.bizface-counter {
        height: auto;
    }

    .about-page .bizface-overlay {
        width: 100%;
        overflow: hidden;
    }

    .blog-page #list_data {
        margin-bottom: 120px;
    }

    .header-address {
        max-height: unset;
    }

    .call-center .phone {
        font-size: 32px;
    }

    .call-center .email {
        font-size: 24px;
    }

    .blog-page .image-section {
        overflow: auto;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        border: unset;
        border-radius: unset;
    }

    .blog-page img {
        max-width: 100%;
        position: unset;
        height: unset;
    }

    .site-branding {
        margin-top: 0px;
    }

    .site-branding a.logo {
        width: 200px;
    }
}