@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

* {
    margin: 0;
    padding: 0;
}

.no-margin {
    margin: 0;
}

.content {
    margin-top: 90px;
}

.float {
    position: fixed;
    width: 180px;
    height: 30px;
    bottom: 40px;
    left: 40px;
    background-color: rgb(0, 190, 10);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    z-index: 3;
    border: 0;

}

.float:focus, .float:hover, .float:active {
    border-radius: 50px;
    border: unset !important;
    background: rgb(0 190 10 / 80%);
}


.marquee {
    position: fixed;
    z-index: -2;
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
    text-align: left;
    overflow: hidden;
    color: #fff !important;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(0%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left linear infinite;
    animation-delay: 0s;
    animation-duration: 50s;
}

.marquee > a {
    color: #fff !important;
    display: inline-block;
    margin: 0 25px;
}


@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.social-whatsapp {
    color: #43d854 !important;
    font-weight: bold;
}

.social-insta {
    color: #3f729b !important;
    font-weight: bold;
}

.social-facebook {
    color: #3b5998 !important;
    font-weight: bold;
}


:root {
    --background-color: #EDF2F3;
    --primary-dark: #212529;
    --primary-base: #5426a6;
    --primary-text: #009dff;
    --box-shadow: 0 1px 3px rgb(0 0 0 / 8%), 0 3px 3px rgb(0 0 0 / 8%) !important;
}

.primary-text {
    color: var(--primary-text);
}

.background-color {
    background: var(--background-color);
}

.notification {
    background: var(--primary-dark);
    color: #fff;
    height: 30px;
    position: relative;
    z-index: -5;
    line-height: 30px;
}

.container-page {
    margin: 10% auto;
    margin-left: 10%;
    margin-right: 10%;
}

.carousel-caption span {
    color: #fff !important;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


/* Navbar */
.navbar-default {
    background: #fff;
}

.navbar-nav > li:active, .navbar-nav > li:hover {
    background: var(--background-color);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: var(--background-color);
}

.navbar-nav > li > a, .navbar-brand {
    text-transform: uppercase;
}

.navbar-nav > li, .navbar-nav > li > a {
    height: unset;
}

.navbar-brand {
    padding: 10px 20px !important;
}

.navbar-btn {
    background-color: #fff;
    border-color: var(--primary-dark);
    color: var(--primary-dark);
    /*width: 110x;*/
}

.navbar-right {
    margin-right: 10px;
    text-transform: uppercase;
}

.navbar-top {
    height: 25px;
    text-align: right;
    padding: 3px 10px;
    margin: 8px 0;
}

.navbar-top a {
    color: #000 !important;
    font-size: 16px;
}

.navbar-top .social {
    display: inline-block;
    color: #000;
    margin-left: 10px;
}

.navbar-top .social > div {
    display: inline-block;
    margin: 0 5px;
}

.navbar-top .social > a {
    margin: 5px;
}

@media (min-width: 810px) {
    .navbar-centre {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }

}

.dropdown-menu {
    min-width: 200px;
    border-top: 5px solid #212529;
}

.dropdown-menu.columns-2 {
    min-width: 400px;
}

.dropdown-menu.columns-3 {
    min-width: 800px;
}

.dropdown-menu.columns-4 {
    min-width: 1000px;
    padding: 10px;
}

.dropdown-menu li a {
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 12px;
}

.multi-column-dropdown {
    list-style: none;
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
    font-size: 12px;
    text-transform: uppercase;
}

.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.multi-column-title {
    font-weight: bold;
    font-size: 14px;
    margin-left: 15px;
    margin-bottom: 5px;
    line-height: 24px;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }

    .container-page {
        margin-left: unset !important;
        margin-right: unset !important;
    }
}


/* Footer */

.footer {
    background: var(--primary-dark);
    color: #fff !important;
}

.footer > hr {
    border-color: #fff !important;
    margin-top: 0;
    margin-bottom: 0;
}

.footer-subscribe {
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px;
}

.social-icon {
    font-size: 24px;
}

.social-icon > a {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
}

.footer-box {
    text-align: center;
    padding: 10px;
    border-right: 1px solid #fff !important;
}

.footer-link-box {
    padding: 10px;
}

.footer-link-box a {
    display: block;
    color: #fff ! important;
    padding: 2px 0;
    letter-spacing: 1px;
}

.footer-box > .footer-icon {
    font-size: 30px;
}

.footer-box > .footer-title, .footer-link-box > .footer-title {
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 16px;
    /*border-bottom: 1px solid #fff !important;*/
}

.footer-box > .footer-info {
    letter-spacing: 1px;
    text-align: center;
}

.footer-box > .footer-info > a {
    color: #fff !important;
}


@media screen and (max-width: 450px) {
    .footer-box {
        border-right: unset !important;
        border-bottom: 1px solid #fff !important;
    }

    .social-icon {
        text-align: center;
        padding-bottom: 5px;
    }
}

/* Page Header */
.page-header {
    background-color: #212529;
    margin: 0 0 35px 0;
    padding: 30px 10px;
    position: relative;
    text-align: left;
}

.page-header .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.page-header .breadcrumb > li {
    display: inline-block;
    font-size: 0.8em;
    text-transform: uppercase;
    text-shadow: none;
}

.page-header .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: 'FontAwesome';
    font-weight: 900;
    content: "\f105";
    padding: 0 7px 0 5px;
}

.page-header .breadcrumb.breadcrumb-block {
    background: #212529;
    display: inline-block !important;
    padding: 7.2px 19.2px;
    padding: .45rem 1.2rem;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-header .breadcrumb.breadcrumb-light {
    color: #FFF;
}

.page-header .breadcrumb.breadcrumb-light a {
    color: #FFF;
}

.page-header .breadcrumb.breadcrumb-light .active {
    opacity: 0.7;
}

.page-header h1 {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    margin: 10px 0;
    padding: 0;
    font-weight: 400;
    position: relative;
    top: 1px;
}

.page-header .sub-title {
    display: block;
    font-size: 1.2em;
    font-weight: 300;
    margin: 0;
    opacity: 0.8;
    color: #fff;
}

.page-header .page-header-extra-button {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 5;
}

.page-header.page-header-sm {
    padding: 30px 0;
}

.page-header.page-header-sm h1 {
    font-size: 22px;
}

.page-header.page-header-lg {
    padding: 50px 0;
}

.page-header.page-header-lg h1 {
    font-size: 40px;
}

.page-header.page-header-classic:after {
    content: '';
    width: 100%;
    height: 5px;
    /*background: rgba(255, 255, 255, 0.8);*/
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-header.page-header-classic .page-header-title-border {
    width: 0;
    height: 5px;
    position: absolute;
    bottom: 0;
    background: transparent;
    z-index: 1;
}

.page-header.page-header-modern h1 {
    font-size: 28px;
}

.page-header.page-header-modern.page-header-sm h1 {
    font-size: 22px;
}

.page-header.page-header-modern.page-header-md {
    padding: 50px 0;
}

.page-header.page-header-modern.page-header-lg {
    padding: 65px 0;
}

.page-header.page-header-modern.page-header-lg h1 {
    font-size: 32px;
}

.page-header.page-header-modern.page-header-background {
    padding: 130px 0;
    background-size: cover;
}

.page-header.page-header-modern.page-header-background.page-header-background-pattern {
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;
}

.page-header.page-header-modern.page-header-background.page-header-background-sm {
    padding: 50px 0;
}

.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 150px 0;
}

.page-header.page-header-modern.page-header-background.page-header-background-lg {
    padding: 250px 0;
}


.section-divider {
    background-color: #212529 !important;
    padding: 2.4rem 0;
}

.section-divider button {
    margin: 15px auto;
    background-color: var(--primary-dark);
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #fff;
}

.section-centre > .section-intro > h3 {
    margin-top: 50px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}

.section-centre > .section-intro > p {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
}

.section .section_list {
    font-size: 16px;
    letter-spacing: 0.7px;
    line-height: 2.5;
    list-style: none;
}

.section .section_list_1 {
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 1.8;
    list-style: none;
    text-align: justify;
}

.section .section_list > li:before {
    font-family: 'FontAwesome';
    content: '\f05d';
    margin: 0 5px 0 0;
    color: var(--primary-text);
}

.section-flex {
    display: flex;
    /*justify-content: space-between;*/
    flex-direction: row;
}

@media (max-width: 800px) {
    .section-flex {
        flex-direction: column;
    }
}

.section-flex > div {
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 10px;
    background: var(--background-color);
    box-shadow: var(--box-shadow);
}


.home-intro p {
    color: #FFF;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 0;
}

.home-intro p .highlighted-word {
    font-size: 1.6em;
}

.highlighted-word {
    font-family: 'Kaushan Script', cursive;
    font-weight: 500;
    color: #fff;
    display: inline-block;
}

.home-intro p span:not(.highlighted-word) {
    color: #FFF;
    display: block;
    font-size: 0.8em;
    font-weight: 300;
    padding-top: 5px;
    opacity: 0.7;
}

/* Content */
.section-1-right {
    /*margin: 25% auto;*/
}

.section-1 .brand-intro {
    font-weight: bold;
    font-size: 48px;
}

.section-1 .brand-sub-intro {
    font-weight: 800;
    margin-bottom: -15px;
    margin-left: 2px;
    color: var(--primary-base);
}

.section-1 .description {
    letter-spacing: 1px;
    font-size: 18px;
    color: #111111;
}

.groups {
    display: flex;
    /*justify-content: space-;*/
    margin: 15px auto;
}

.group-item > img {
    width: 100%;
    height: 65px;
    object-fit: contain;
}

/* Section 2 */

.section-4-intro > h3 {
    margin-top: 50px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.section-4-intro > p {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
}

.section-2-intro > h3 {
    margin-top: 50px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.section-2-intro > p {
    /*margin-top: 50px;*/
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
}

/* Home Concept */
.home-concept {
    background: transparent url("/media/home/home-concept.png") no-repeat center 0;
    width: 100%;
    overflow: hidden;
}

.home-concept strong {
    display: block;
    font-family: 'Kaushan Script', cursive;
    font-size: 1.8em;
    font-weight: normal !important;
    position: relative;
    margin-top: 30px;
}

.home-concept .row {
    position: relative;
}

.home-concept .process-image {
    background: transparent url("/media/home/home-concept-item.png") no-repeat 0 0;
    width: 160px;
    margin: 120px auto 0 auto;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.home-concept .process-image img {
    border-radius: 150px;
    margin: 7px 8px;
    width: auto;
    height: auto;
    max-width: 145px;
    max-height: 145px;
}

@media (min-width: 992px) {
    .home-concept .process-image.process-image-on-middle {
        margin-top: 95px;
    }
}

.home-concept .our-work {
    margin-top: 52px;
    font-size: 2.2em;
}

.home-concept .project-image {
    background: transparent url("/media/home/home-concept-item.png") no-repeat 100% 0;
    width: 350px;
    margin: 20px 0 0 -30px;
    padding-bottom: 45px;
    position: relative;
    z-index: 1;
}

.home-concept .sun {
    background: transparent url("/media/home/home-concept-icons.png") no-repeat 0 0;
    width: 60px;
    height: 56px;
    display: block;
    position: absolute;
    left: 0;
    top: 65px;
}

.home-concept .cloud {
    background: transparent url("/media/home/home-concept-icons.png") no-repeat 100% 0;
    width: 116px;
    height: 56px;
    display: block;
    position: absolute;
    left: 53%;
    top: 35px;
}

/* Responsive */
@media (max-width: 991px) {
    .home-concept {
        background-image: none;
    }

    .home-concept .project-image {
        margin: 20px auto 0 auto;
    }

    .home-concept .process-image {
        margin-top: 0;
        padding-bottom: 25px;
    }
}

@media (max-width: 479px) {
    .home-concept .project-image {
        background-position: 0 0;
        margin-left: auto;
        max-width: 160px;
    }

    .home-concept .fc-slideshow {
        max-width: 145px;
        height: 145px;
    }

    .home-concept .fc-slideshow img {
        max-height: 145px;
        max-width: 145px;
    }
}

.card {
    box-shadow: 0 1px 3px rgb(0 0 0 / 8%), 0 3px 3px rgb(0 0 0 / 8%) !important;
}

.recent_card {
    box-shadow: 0 1px 3px rgb(0 0 0 / 8%), 0 3px 3px rgb(0 0 0 / 8%) !important;
}

.recent_card > .panel-heading {
    padding: 0 !important;
    border-top: 5px solid var(--primary-dark) !important;
}

.recent_card > .panel-heading img {
    height: 150px;
    width: 100%;
}

.recent_card .recent_title {
    font-weight: bold;
    letter-spacing: 1px;
    color: var(--primary-text);
}

.recent_card .recent_small {
    margin-top: 5px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}

.recent_card .recent_small i {
    color: var(--primary-text) !important;
    margin-right: 5px;
}

.recent_card .recent_btn {
    background-color: #fff;
    border-color: var(--primary-dark);
    color: var(--primary-dark);
    margin-top: 8px;
    height: 30px;
    line-height: 15px;
    width: 100%;
}

.recent_card .recent_body {
    margin: 10px 0;
    letter-spacing: 0.5px;
    font-style: italic;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.section-5 {
    margin: 25px 10px;
}

/* Service Block */

.section-service {
    /*background: var(--background-color);*/
}

.section-service > .section-5 {
    margin: 50px 0;
}

.service-main {
    width: 100%;
    min-height: 300px;
    text-align: center !important;
    position: relative;
    cursor: pointer;
    z-index: 1;
    margin: 25px 0;
}

.service {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    box-shadow: 0 0 20px -15px #030380;
    bottom: 0;
    z-index: 1;
    width: 100%;
    transition: transform .8s;
}

.service-steps:hover .service {
    transform: unset !important;
}

.btn_new_out {
    border: 1px solid var(--primary-dark);
    border-radius: 20px;
    background: #fff;
    color: var(--primary-dark);
}

.btn_new_pri {
    border: 1px solid var(--primary-dark);
    border-radius: 20px;
    background: var(--primary-dark);
    color: #fff;
}

.text-reasons {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transform: rotate(-10deg);
}

.text-reasons > label {
    font-size: 25.5rem;
    line-height: .8;
    font-weight: 800;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1 !important;
    color: var(--primary-text);
}

.text-reasons h3 {
    padding: 0.75rem 3.5rem;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 0.4rem;
    font-weight: 800;
}

.text-reasons h3:nth-child(2) {
    background: var(--background-color);
    padding: 12px 56px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 0.4rem;
    font-weight: 800;
    line-height: 24px;
}


.text-reasons h3:nth-child(3) {
    background: var(--primary-dark);
    color: #fff;
    font-size: 34px !important;
    line-height: 1.5;
    /*width: 85%;*/
    margin-top: 2px;
    margin-left: 6%;
    padding-left: 100px;
}

.text-reasons h3:nth-child(4) {
    background: var(--background-color);
    font-size: 2.25rem;
    padding: 8px 20px;
    margin-left: 15%;
    margin-top: 2px;
}

.service-logo {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: -90px auto 0;
    background: #fff;
    border: 18px solid var(--background-color);
}

.service-logo_1 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: -80px auto 0;
    background: var(--primary-dark);
    color: #fff;
}

.service-steps {
    min-height: 220px !important;
}


.service-steps .service-logo {
    font-family: 'Kaushan Script', cursive;
    font-weight: 500;
}

.service-steps > .service {
    padding: 15px !important;
}

.service-steps > .service > h4 {
    margin: 15px !important;
}

.service-steps > .service > p {
    letter-spacing: 1px;
}

.service-logo > img {
    width: 50px;
    margin: 25px auto;
    transition: transform 1s;
}

.service > h3 {
    height: auto;
    width: 90%;
    background: #fff;
    line-height: 1.5;
    margin: 7px auto;
    position: relative;
    color: #007bff;
    font-size: 18px;
    font-weight: bold;
}

.service > h4 {
    height: auto;
    width: 90%;
    background: #fff;
    line-height: 1.5;
    margin: 25px auto;
    position: relative;
    color: #007bff;
    font-size: 18px;
    font-weight: bold;
}

.service > h4::after {
    content: '';
    width: 40px;
    height: 30px;
    background: linear-gradient(to right, #fff, #007bff);
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: -1;
}

.service > h4::before {
    content: '';
    width: 40px;
    height: 30px;
    background: linear-gradient(to right, #007bff, #fff);
    position: absolute;
    left: -5px;
    bottom: -5px;
    z-index: -1;
}

.shadowOne {
    height: 200px;
    width: 80%;
    background: #fff;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    left: 10%;
    z-index: -1;
    box-shadow: 0 0 20px -15px #030380;
    transition: transform .8s;
}

.shadowTwo {
    height: 200px;
    width: 64%;
    background: #fff;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    left: 18%;
    transition: transform .8s;
    z-index: -2;
}

.service-main:hover .service {
    transform: translateY(-50px);
}

.service-main:hover .shadowOne {
    transform: translateY(-25px);
}

.service-main:hover img {
    transform: rotate(360deg);
}


.service-card {
    padding: 15px;
    box-shadow: 0 0 20px -15px #030380;
    text-align: center;
    margin: 20px;
    height: 200px;
    overflow: hidden;
}

.service-icon {
    margin: 10px 0;
}

.service-icon > img {
    width: auto;
    height: 20px;
}

.service-title {
    font-weight: bold;
    font-size: 15px;
    color: #000;
}

.service-description {
    margin-top: 15px;
    letter-spacing: 0.8px;
    height: 65px;
    overflow: hidden;
}

.short-service {
    margin: 10px;
    margin-bottom: 25px;
}


.short-service > .icon {
    font-size: 26px;
    text-align: center;
    padding: 10px;
    background: var(--background-color);
    border-radius: 50%;
    width: 75px;
    height: 75px;
    margin: 10px auto;
    line-height: 2;
}

.short-service > .title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}


.card-image {
    /*border-top: 5px solid var(--primary-dark) !important;*/
    padding: 0;
    height: 120px;
    width: auto;
}

.card-image > img {
    width: 100%;
    height: 100%;
}

.client-btn {
    margin: 50px 0;
}

.client-btn > button {
    background-color: var(--primary-dark) !important;
    color: #fff !important;
    padding: 8px 10px;
    width: 200px;
}

.testimonial {
    background: #fff !important;
    padding: 20px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 8%), 0 3px 3px rgb(0 0 0 / 8%) !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.testimonial .name {
    font-size: 24px !important;
    font-weight: bold;
    line-height: 2;
    color: var(--primary-text);
    text-align: center;
}

.testimonial-content {
    margin-top: 20px;
}

.testimonial .testimonial-icon {
    text-align: center;
}

.testimonial .testimonial-icon > span {
    font-size: 24px;
}

.testimonial .description {
    text-align: center;
    overflow: hidden;
    margin: 10px auto;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0.8px;
    line-height: 1.5;
    font-family: 'FontAwesome';
}

.checked {
    color: orange;
    font-size: 24px;
}

.intro-title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 20px 5px;
}

#branch-carousel > div {
    letter-spacing: 1px;
    text-align: center;
    background: #fff;
    color: var(--primary-dark);
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.meet-group {
    text-align: center;
    border: 1px solid #fff !important;
    padding: 10px;
}

.meet-group > .meet-icon {
    color: #fff;
    font-size: 28px;
}

.meet-group > .meet-count {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    margin: -5px;
}

.meet-group > .meet-title {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}


/* Process */
.process {
    text-align: center;
}

.process .process-step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.process .process-step-circle {
    display: flex;
    justify-content: center;
    height: 90px;
    text-align: center;
    width: 90px;
    border: 2px solid #CCC;
    border-radius: 50%;
    align-items: center;
    position: relative;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}

.process .process-step-content {
    padding-top: 20px;
}

.process .process-step-circle-content {
    font-weight: bold;
    color: #212529;
    font-size: 1.6em;
    letter-spacing: -1px;
    transition: all 0.2s ease-in-out;
}

.process .process-step:hover .process-step-circle {
    background-color: #CCC;
}

.process .process-step:hover .process-step-circle .process-step-circle-content {
    color: #FFF;
}

.process .process-step:hover .process-step-circle .process-step-circle-content .icons {
    color: #FFF !important;
}

@media (min-width: 992px) {
    .process .process-step:before {
        height: 2px;
        display: block;
        background-color: #EDEDED;
        position: absolute;
        content: '';
        width: 50%;
        top: 45px;
        left: 75%;
    }

    .process .process-step:last-child:before {
        display: none;
    }
}

.process-vertical {
    text-align: left;
}

.process-vertical .process-step {
    width: 100%;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    position: relative;
    padding-bottom: 60px;
}

.process-vertical .process-step:before {
    display: none;
}

.process-vertical .process-step:after {
    width: 2px;
    display: block;
    background-color: #EDEDED;
    position: absolute;
    content: '';
    height: calc(100% - 80px);
    top: 70px;
    left: 30px;
}

.process-vertical .process-step:last-child:after {
    display: none;
}

.process-vertical .process-step-circle {
    height: 60px;
    width: 60px;
    margin: 0 15px 0 0;
    min-height: 60px;
    min-width: 60px;
}

.process-vertical .process-step-content {
    padding-top: 0;
}

.process-connecting-line {
    position: relative;
    text-align: left;
}

.process-connecting-line .connecting-line {
    content: '';
    position: absolute;
    top: 25px;
    left: 15px;
    right: 15px;
    height: 3px;
    background: #CCC;
}

.process-connecting-line .process-step {
    align-items: flex-start;
    padding-right: 48px;
    padding-right: 3rem;
}

.process-connecting-line .process-step:before {
    content: none;
}

.process-connecting-line .process-step-circle {
    background: #FFF;
    width: 50px;
    height: 50px;
    border: 3px solid #CCC;
}

.section-question {
    margin-top: 30px;
    padding: 30px 0;
}

.section-question > div > h4 {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
}


.section-question .question {
    font-size: 16px;
    text-align: justify;
    line-height: 2;
    font-style: italic;
    font-family: 'system-ui';
    border-bottom: 1px solid #ccc;
    width: 48%;
    padding: 10px;
    display: inline-grid;
}

.section-question .question1 {
    width: 100% !important;
}

@media (max-width: 479px) {
    .section-question .question {
        width: 100%;
    }
}


.section-question .question_q {
    font-weight: bold;
}

/* Owl Carousel */
.owl-carousel .owl-item img {
    transform-style: unset;
    height: 100% !important;
    object-fit: fill;
}

.owl-carousel .thumbnail {
    margin-right: 1px;
}

.owl-carousel .item-video {
    height: 100px;
}

.owl-carousel .owl-nav {
    top: 50%;
    position: absolute;
    width: 100%;
    margin-top: 0;
    transform: translate3d(0, -50%, 0);
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    outline: 0;
    margin: 0;
    transform: translate3d(0, -50%, 0);
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}


.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel.stage-margin .owl-stage-outer {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.owl-carousel.stage-margin .owl-stage-outer .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.owl-carousel.stage-margin.stage-margin-lg .owl-stage-outer {
    margin-left: 100px !important;
    margin-right: 100px !important;
}

.owl-carousel.top-border {
    border-top: 1px solid #eaeaea;
    padding-top: 18px;
}

.owl-carousel.show-nav-hover .owl-nav {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.owl-carousel.show-nav-hover .owl-nav button.owl-prev {
    left: -15px;
}

.owl-carousel.show-nav-hover .owl-nav button.owl-next {
    right: -15px;
}

.owl-carousel.show-nav-hover:hover .owl-nav {
    opacity: 1;
}

.owl-carousel.show-nav-title .owl-nav {
    top: 0;
    right: 0;
    margin-top: -25px;
    width: auto;
}

.owl-carousel.show-nav-title .owl-nav button[class*="owl-"], .owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover, .owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:active {
    font-size: 18px;
    background: transparent !important;
    width: 18px;
}

.owl-carousel.show-nav-title .owl-nav button.owl-prev {
    left: -40px;
}

.owl-carousel.show-nav-title .owl-nav button.owl-prev:before, .owl-carousel.show-nav-title .owl-nav button.owl-prev:after, .owl-carousel.show-nav-title .owl-nav button.owl-next:before, .owl-carousel.show-nav-title .owl-nav button.owl-next:after {
    font-size: inherit;
}

.owl-carousel.show-nav-title.show-nav-title-both-sides .owl-nav {
    width: 100%;
}

.owl-carousel.show-nav-title.show-nav-title-both-sides button.owl-prev {
    left: 0;
}

.owl-carousel.show-nav-title.show-nav-title-both-sides button.owl-next {
    right: 0;
}

.owl-carousel.show-nav-title.show-nav-title-both-sides-style-2 .owl-nav {
    margin-top: 15px;
}

.owl-carousel.rounded-nav .owl-nav button[class*="owl-"] {
    padding: 3px 7px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #999 !important;
    color: #999;
}

.owl-carousel.rounded-nav .owl-nav button[class*="owl-"]:hover, .owl-carousel.rounded-nav .owl-nav button[class*="owl-"].hover {
    background: transparent !important;
    border: 1px solid #a1a1a1 !important;
    color: #a1a1a1 !important;
}

.owl-carousel.rounded-nav .owl-nav button[class*="owl-"]:active, .owl-carousel.rounded-nav .owl-nav button[class*="owl-"].active {
    background: transparent !important;
    border: 1px solid #666 !important;
    color: #666 !important;
}

.owl-carousel.nav-bottom .owl-stage-outer {
    margin-bottom: 10px;
}

.owl-carousel.nav-bottom .owl-nav {
    position: static;
    margin: 0;
    padding: 0;
    width: auto;
    transform: none;
}

.owl-carousel.nav-bottom .owl-nav button.owl-prev, .owl-carousel.nav-bottom .owl-nav button.owl-next {
    position: static;
    transform: none;
}

.owl-carousel.nav-bottom .owl-nav button.owl-prev {
    margin-right: 5px;
}

.owl-carousel.nav-bottom .owl-nav button.owl-next {
    margin-left: 5px;
}

.owl-carousel.nav-bottom-inside .owl-nav {
    position: relative;
    margin: -68.8px 0 0 0;
    margin: -4.3rem 0 0 0;
    padding: 0;
    width: auto;
}

.owl-carousel.nav-bottom-inside .owl-nav button.owl-prev, .owl-carousel.nav-bottom-inside .owl-nav button.owl-next {
    position: static;
}

.owl-carousel.nav-inside .owl-nav button.owl-prev {
    left: 15px;
}

.owl-carousel.nav-inside .owl-nav button.owl-next {
    right: 15px;
}

.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel.nav-inside.nav-inside-edge .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
    width: 20px;
    background: transparent !important;
    color: #000;
}

.owl-carousel.nav-style-1 .owl-nav .owl-next:hover, .owl-carousel.nav-style-1 .owl-nav .owl-next:active,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:hover,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:active {
    color: #CCC;
}

.owl-carousel.nav-style-1 .owl-nav .owl-next:before, .owl-carousel.nav-style-1 .owl-nav .owl-next:after,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:after {
    font-size: inherit;
}

.owl-carousel.nav-style-2 .owl-nav .owl-next,
.owl-carousel.nav-style-2 .owl-nav .owl-prev {
    background: transparent !important;
}

.owl-carousel.nav-style-2 .owl-nav .owl-next:before,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 1px;
    width: 1.3em;
    height: 1.3em;
    border-top: 2px solid #CCC;
    border-left: 2px solid #CCC;
    font-size: inherit;
    transform: translate3d(0, -50%, 0) rotate(-45deg);
}

.owl-carousel.nav-style-2 .owl-nav .owl-next:after,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:after {
    content: '';
    display: block;
    border-top: 3px solid #CCC;
    width: 2.5em;
    position: absolute;
    top: 50%;
    font-size: inherit;
    transform: translate3d(0, -50%, 0);
}

.owl-carousel.nav-style-2 .owl-nav .owl-next {
    transform: rotate(180deg);
    transform-origin: 15px 8px;
}

.owl-carousel.nav-style-3 .owl-nav {
    top: 25%;
}

.owl-carousel.nav-style-3 .owl-nav .owl-next,
.owl-carousel.nav-style-3 .owl-nav .owl-prev {
    width: 30px;
    background: transparent !important;
    color: #CCC;
}

.owl-carousel.nav-style-3 .owl-nav .owl-next:hover, .owl-carousel.nav-style-3 .owl-nav .owl-next:active,
.owl-carousel.nav-style-3 .owl-nav .owl-prev:hover,
.owl-carousel.nav-style-3 .owl-nav .owl-prev:active {
    color: #CCC;
}

.owl-carousel.nav-style-3 .owl-nav .owl-next:before, .owl-carousel.nav-style-3 .owl-nav .owl-next:after,
.owl-carousel.nav-style-3 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-3 .owl-nav .owl-prev:after {
    font-size: 1.5em;
}

.owl-carousel.nav-style-4 .owl-nav .owl-prev {
    left: 75px;
}

@media (max-width: 991px) {
    .owl-carousel.nav-style-4 .owl-nav .owl-prev {
        left: 40px;
    }
}

@media (max-width: 767px) {
    .owl-carousel.nav-style-4 .owl-nav .owl-prev {
        left: 13px;
    }
}

.owl-carousel.nav-style-4 .owl-nav .owl-next {
    right: 75px;
}

@media (max-width: 991px) {
    .owl-carousel.nav-style-4 .owl-nav .owl-next {
        right: 40px;
    }
}

@media (max-width: 767px) {
    .owl-carousel.nav-style-4 .owl-nav .owl-next {
        right: 13px;
    }
}

.owl-carousel.nav-style-4 .owl-nav .owl-prev, .owl-carousel.nav-style-4 .owl-nav .owl-next {
    background: #FFF;
    font-size: 11.2px;
    font-size: 0.7rem;
    width: 40px;
    height: 40px;
    color: #000;
    border-radius: 100%;
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.3);
}

.owl-carousel.nav-style-4 .owl-nav .owl-prev:hover, .owl-carousel.nav-style-4 .owl-nav .owl-next:hover {
    color: #FFF;
}

.owl-carousel.nav-style-4.nav-style-4-pos-2 .owl-nav .owl-prev {
    left: 0px;
}

.owl-carousel.nav-style-4.nav-style-4-pos-2 .owl-nav .owl-next {
    right: 0px;
}

.owl-carousel.nav-center-images-only .owl-nav {
    top: 37%;
}

.owl-carousel.nav-center-outside .owl-nav {
    width: calc(100% + 90px);
    left: 49.9%;
    transform: translate3d(-50%, 0, 0);
}

.owl-carousel.full-width .owl-nav button[class*="owl-"], .owl-carousel.full-width .owl-nav button[class*="owl-"]:hover, .owl-carousel.big-nav .owl-nav button[class*="owl-"], .owl-carousel.big-nav .owl-nav button[class*="owl-"]:hover {
    height: auto;
    padding: 20px 0 !important;
}

.owl-carousel.full-width .owl-nav button.owl-prev, .owl-carousel.big-nav .owl-nav button.owl-prev {
    border-radius: 0 4px 4px 0;
}

.owl-carousel.full-width .owl-nav button.owl-next, .owl-carousel.big-nav .owl-nav button.owl-next {
    border-radius: 4px 0 0 4px;
}

.owl-carousel.nav-squared .owl-nav button[class*="owl-"] {
    border-radius: 0;
}

.owl-carousel.nav-lg .owl-nav button.owl-prev,
.owl-carousel.nav-lg .owl-nav button.owl-next {
    width: 45px;
    height: 60px;
}

.owl-carousel.nav-font-size-sm .owl-nav button.owl-prev,
.owl-carousel.nav-font-size-sm .owl-nav button.owl-next {
    font-size: 10px;
}

.owl-carousel.nav-font-size-md .owl-nav button.owl-prev,
.owl-carousel.nav-font-size-md .owl-nav button.owl-next {
    font-size: 14px;
}

.owl-carousel.nav-font-size-lg .owl-nav button.owl-prev,
.owl-carousel.nav-font-size-lg .owl-nav button.owl-next {
    font-size: 19px;
}

.owl-carousel.nav-font-size-lg .owl-nav button.owl-prev:before,
.owl-carousel.nav-font-size-lg .owl-nav button.owl-next:before {
    left: 2px;
}

.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    background-color: #ececec !important;
    border-color: #ececec !important;
    color: #212529 !important;
}

.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover {
    background-color: #FFF !important;
    border-color: #FFF !important;
}

.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title) .owl-nav button[class*="owl-"]:active {
    background-color: #d2d2d2 !important;
    border-color: #d2d2d2 !important;
}

.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title).nav-with-transparency .owl-nav button[class*="owl-"] {
    width: 35px;
    height: 45px;
    background-color: rgba(236, 236, 236, 0.4) !important;
    border-color: transparent !important;
}

.owl-carousel.nav-light.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-light.nav-style-1 .owl-nav .owl-prev {
    color: #FFF !important;
}

.owl-carousel.nav-light.nav-style-2 .owl-nav .owl-next:before, .owl-carousel.nav-light.nav-style-2 .owl-nav .owl-next:after,
.owl-carousel.nav-light.nav-style-2 .owl-nav .owl-prev:before,
.owl-carousel.nav-light.nav-style-2 .owl-nav .owl-prev:after {
    border-color: #FFF !important;
}

.owl-carousel.nav-light.nav-style-3 .owl-nav .owl-next,
.owl-carousel.nav-light.nav-style-3 .owl-nav .owl-prev {
    color: #FFF !important;
}

.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    background-color: #262a2f !important;
    border-color: #262a2f #262a2f #2c3237 !important;
    color: #FFF !important;
}

.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover {
    background-color: #2c3237 !important;
    border-color: #2c3237 !important;
}

.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title) .owl-nav button[class*="owl-"]:active {
    background-color: #212529 !important;
    border-color: #212529 !important;
}

.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title).nav-with-transparency .owl-nav button[class*="owl-"] {
    width: 35px;
    height: 45px;
    background-color: rgba(38, 42, 47, 0.4) !important;
    border-color: transparent !important;
}

.owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-prev {
    color: #212529 !important;
}

.owl-carousel.nav-dark.nav-style-2 .owl-nav .owl-next:before, .owl-carousel.nav-dark.nav-style-2 .owl-nav .owl-next:after,
.owl-carousel.nav-dark.nav-style-2 .owl-nav .owl-prev:before,
.owl-carousel.nav-dark.nav-style-2 .owl-nav .owl-prev:after {
    border-color: #212529 !important;
}

.owl-carousel.nav-dark.nav-style-3 .owl-nav .owl-next,
.owl-carousel.nav-dark.nav-style-3 .owl-nav .owl-prev {
    color: #212529 !important;
}

.owl-carousel .owl-dots .owl-dot {
    outline: 0;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 4px;
}

.owl-carousel.dots-inside .owl-dots {
    position: absolute;
    bottom: 2px;
    right: 10px;
    margin-top: 0;
}

.owl-carousel.dots-title .owl-dots {
    position: absolute;
    margin-top: 0 !important;
    top: -51px;
    left: 155px;
}

.owl-carousel.dots-title .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 4px;
}

.owl-carousel.dots-title.dots-title-pos-2 .owl-dots {
    left: 215px;
}

.owl-carousel.dots-light .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.6);
}

.owl-carousel.dots-light .owl-dots .owl-dot.active span, .owl-carousel.dots-light .owl-dots .owl-dot:hover span {
    background: #FFF !important;
}

.owl-carousel.dots-morphing .owl-dots .owl-dot span {
    width: 20px;
    height: 6px;
    transition: ease width 300ms;
}

.owl-carousel.dots-morphing .owl-dots .owl-dot.active span, .owl-carousel.dots-morphing .owl-dots .owl-dot:hover span {
    width: 40px;
}

.owl-carousel.dots-modern .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel.dots-modern .owl-dots .owl-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
}

.owl-carousel.dots-modern .owl-dots .owl-dot span {
    width: 4px;
    height: 4px;
    transition: ease all 300ms 300ms;
}

.owl-carousel.dots-modern .owl-dots .owl-dot.active span {
    transition: ease all 300ms;
    transform: scale(2);
}

.owl-carousel .img-thumbnail.img-thumbnail-hover-icon {
    display: block;
}

/* Hover Items with Opacity */
.owl-carousel [class*="opacity-"] {
    transition: ease opacity 300ms;
}

.owl-carousel [class*="opacity-"]:hover {
    opacity: 1 !important;
}

/* Carousel Sync */
@media (min-width: 576px) {
    .owl-carousel.carousel-sync-style-1 {
        position: absolute;
        top: 50%;
        left: -30px;
        max-width: 355px;
        transform: translate3d(0, -50%, 0);
    }
}

/* Spaced */
.owl-carousel-spaced {
    margin-left: -5px;
}

.owl-carousel-spaced .owl-item > div {
    margin: 5px;
}

/* Testimonials */
.owl-carousel.testimonials img {
    display: inline-block;
    height: 70px;
    width: 70px;
}

/* Responsive */
@media (max-width: 575px) {
    .owl-carousel-spaced {
        margin-left: 0;
    }
}

/* Carousel Areas */
.carousel-areas {
    background: #f2f2f2;
    background: linear-gradient(to bottom, #f2f2f2 0%, rgba(33, 37, 41, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#212529', GradientType=0);
    margin-bottom: -10px;
    padding: 8px 8px 0 8px;
    border-radius: 6px 6px 0 0;
    box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.07);
}

.carousel-areas .owl-carousel {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.carousel-areas .owl-carousel .owl-nav button.owl-prev {
    left: -55px;
}

.carousel-areas .owl-carousel .owl-nav button.owl-next {
    right: -55px;
}

.carousel-areas .owl-carousel:first-child img {
    border-radius: 6px 6px 0 0;
}

/* Responsive */
@media (max-width: 991px) {
    .carousel-areas .owl-carousel .owl-nav {
        display: none;
    }
}

/* Carousel Center Active Item */
.owl-carousel.carousel-center-active-item .owl-item {
    opacity: 0.2;
    transition: ease opacity 300ms;
}

.owl-carousel.carousel-center-active-item .owl-item.current {
    opacity: 1 !important;
}

.owl-carousel.carousel-center-active-item.carousel-center-active-item-style-2 .owl-item {
    opacity: 0.7;
}

/* Carousel Center Active Item 2 */
.owl-carousel.carousel-center-active-item-2 .owl-stage-outer {
    overflow: visible;
}

.owl-carousel.carousel-center-active-item-2 .owl-item > div {
    width: 66.6666%;
    margin-left: auto;
    padding: 48px;
    padding: 3rem;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0px 0px 70px -40px rgba(0, 0, 0, 0.2);
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
    margin-right: auto;
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div * {
    color: #FFF !important;
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active + .owl-item > div {
    margin-right: auto;
    margin-left: 0;
}


#myCarousel {
    /*height: 60vh;*/
    overflow: hidden;
}


/**
 * ==============================================
 * Dot Flashing Loader (DIV Loader)
 * ==============================================
 */

.divLoader {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.82);
    z-index: 999999;
    pointer-events: auto;
}

.dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #388492;
    color: #388492;
    animation: dotFlashing 1s infinite linear alternate;
    animation-delay: .5s;
}

.dot-flashing::before, .dot-flashing::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #388492;
    color: #388492;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 0s;
}

.dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #388492;
    color: #388492;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 1s;
}


@keyframes dotFlashing {
    0% {
        background-color: #388492;
    }
    50%,
    100% {
        background-color: #c7e1e6;
    }
}