/**
* Template Name: iPortfolio - v1.5.0
* Template URL: https://bootstrapmade.com/iportfolio-bootstrap-portfolio-websites-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #272829;
}

a {
    color: #15a388;
}

    a:hover {
        color: #37b3ed;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
}

.table .thead-light th {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.table th,
.table td {
    font-size: 14px !important;
}

.no-display {
    display: none;
}

.link-copied-message {
    display: none;
    color: #18ba9b;
    font-weight: 600;
    padding: 5px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    right: 15px;
    bottom: 15px;
    background: #15a388;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

    .back-to-top i {
        font-size: 24px;
        position: absolute;
        top: 7px;
        left: 8px;
    }

    .back-to-top:hover {
        color: #fff;
        background: #2eafec;
        transition: background 0.2s ease-in-out;
    }

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #15a388;
        border-top-color: #fff;
        border-bottom-color: #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9997;
    transition: all 0.5s;
    padding: 15px;
    overflow-y: auto;
}

@media (max-width: 992px) {
    #header {
        width: 300px;
        background: transparent;
        border-right: 1px solid #e6e9ec;
        left: -300px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu {
    padding-top: 100px;
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
    }

    .nav-menu a {
        display: flex;
        align-items: center;
        color: #45505b;
        padding: 10px;
        margin-bottom: 10px;
        transition: 0.3s;
        border-radius: 50px;
        background: #ddd;
        overflow: hidden;
    }

        .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
            color: #fff;
            background: #15a388;
        }

        .nav-menu a:hover, .nav-menu li:hover > a {
            width: 100%;
            color: #fff;
        }


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    /*background: url("../img/bg.jpg") top center;*/
    background: url("../img/bg_01.png") top center;
    background-size: cover;
}

    /*#hero .hero-container {
  position: relative;
  z-index: 2;
  min-width: 300px;
}

    #hero h1 {
        margin-bottom: 12px;
        font-size: 50px;
        font-weight: 700;
        line-height: 55px;
        color: #fff;
    }

    #hero p {
        color: #fff;
        font-size: 25px;
        font-family: "Poppins", sans-serif;
        margin-bottom: 0;
    }

        #hero p.tagline {
            width: fit-content;
            padding-left: 3px;
            color: #fdfdb2;
            margin-bottom: 50px;
        }

#hero p.sub-tagline {
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 1px;
}

#hero p span {
  color: #fff;
  padding-bottom: 4px;
  letter-spacing: 1px;*/
    /*border-bottom: 3px solid #15a388;*/
    /*}
*/
    #hero span.alpha,
    #hero span.check {
        color: #15a388;
        padding-right: 3px;
    }

    #hero span.check {
        font-size: 20px;
        font-weight: bold;
    }

    #hero span.heart {
        color: #e74c3c;
    }

    #hero .contact-form {
        width: 70vw;
    }

        /*#hero .contact-form .form-group {
            padding-bottom: 8px;
        }*/

        #hero .contact-form .tel-no-upper {
            border: 1px solid #ced4da;
            padding: 0 10px !important;
            border-radius: 4px;
            width: auto;
            background: #fff;
            color: #777;
            font-size: 11pt;
            /*margin-bottom: 30px;*/
        }

            #hero .contact-form .tel-no-upper:focus {
                color: #212529;
                background-color: #fff;
                border-color: #86b7fe;
                outline: 0;
                box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
            }

            #hero .contact-form .tel-no-upper .country-code {
                border-right: 1px solid #ccc !important;
                padding-right: 10px;
            }

            #hero .contact-form .tel-no-upper input {
                display: inline-block;
                width: 80%;
                border: none;
            }

        #hero .contact-form .validate {
            display: none;
            color: red;
            margin: 0 0 15px 0;
            font-weight: 400;
            font-size: 13px;
        }

        #hero .contact-form .error {
            border: 2px solid #ed3c0d;
        }

        #hero .contact-form .error-message-upper,
        #hero .contact-form .email-error-upper {
            display: none;
            color: #fff;
            background: #ed3c0d;
            text-align: center;
            padding: 5px 10px;
            font-weight: 600;
        }

            #hero .contact-form .error-message-upper br + br,
            #hero .contact-form .email-error-upper br + br {
                margin-top: 25px;
            }

        #hero .contact-form .email-error a {
            color: #fff !important;
            text-decoration: underline !important;
        }

        #hero .contact-form .sent-message-upper {
            display: none;
            color: #fff;
            background: #18d26e;
            text-align: center;
            padding: 5px 10px;
            font-weight: 600;
        }

        #hero .contact-form .loading-upper {
            display: none;
            text-align: center;
        }

            #hero .contact-form .loading-upper:before {
                content: "";
                display: inline-block;
                border-radius: 50%;
                width: 24px;
                height: 24px;
                margin: 0 10px -6px 0;
                border: 3px solid #18d26e;
                border-top-color: #eee;
                -webkit-animation: animate-loading 1s linear infinite;
                animation: animate-loading 1s linear infinite;
            }

        #hero .contact-form input, #hero .contact-form textarea {
            border-radius: 4px;
            box-shadow: none;
            font-size: 14px;
        }

            #hero .contact-form input:focus, #hero .contact-form textarea:focus {
                border-color: transparent;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        #hero .contact-form input {
            height: 36px;
        }

        #hero .contact-form textarea {
            padding: 10px 12px;
        }

        #hero .contact-form #btn_request_demo_upper {
            background: #15a388;
            color: #fff !important;
            border: 0;
            padding: 10px 35px;
            color: #333;
            font-weight: 700;
            transition: 0.4s;
            border-radius: 20px;
            width: 70%;
            margin-bottom: 5px;
        }

            #hero .contact-form #btn_request_demo_upper:hover {
                box-shadow: inset 70vw 0 0 0 #19c2a2;
            }

        #hero .contact-form #btn_share_demo {
            background: #357dab;
            color: #fff !important;
            border: 0;
            padding: 10px 35px;
            color: #333;
            font-weight: 700;
            transition: 0.4s;
            border-radius: 20px;
            margin-bottom: 5px;
        }

            #hero .contact-form #btn_share_demo:hover {
                box-shadow: inset 70vw 0 0 0 #4089b8;
            }

        #hero .contact-form #pnl_share_actions {
            display: none;
        }

        #hero .contact-form .button_close {
            color: #333;
            padding-top: 8px !important;
            padding-left: 20px !important;
        }

    #hero .landing-action #btn_request_training_upper {
        background: #15a388;
        color: #fff !important;
        border: 0;
        padding: 10px 35px;
        color: #333;
        font-weight: 700;
        transition: 0.4s;
        border-radius: 20px;
        margin-bottom: 5px;
    }

        #hero .landing-action #btn_request_training_upper:hover {
            box-shadow: inset 70vw 0 0 0 #19c2a2;
        }

    #hero .video-tab {
        background: #fff;
        color: #555 !important;
        border: 2px solid #555;
        padding: 10px 25px;
        font-weight: 700;
        font-size: 0.8em;
        transition: 0.4s;
        border-radius: 10px;
        margin-bottom: 10px;
    }

        #hero .video-tab:hover {
            background: #555;
            color: #fff !important;
        }

    #hero .video-tab-active {
        background: #555 !important;
        color: #fff !important;
    }

    #hero .video-dismiss {
        display: none !important;
    }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 1200px) {
    #hero .hero-backdrop {
        max-width: 60%;
    }
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }

        #hero .contact-form {
            width: 28vw;
        }
}

@media (max-width: 992px) {
    #hero {
        /*padding: 150px 30px !important;*/
        padding-left: 50px;
        border-top-right-radius: 0;
    }

        #hero:before {
            border-top-right-radius: 0;
        }

        #hero h1 {
            font-size: 40px;
        }

        #hero p.tagline {
            font-size: 22px;
        }
}

@media (max-width: 768px) {
    #hero {
        padding-left: 20px;
        padding-right: 20px;
    }

        #hero .hero-backdrop {
            padding: 20px;
            max-width: 95%;
        }

        #hero .contact-form {
            width: 80vw;
        }

        #hero h1 {
            font-size: 36px;
            line-height: 36px;
        }

        #hero p.tagline {
            font-size: 20px;
        }
}

@media (max-width: 480px) {
    /*#hero {
        padding-top: 160px;
    }

        #hero h1 {
            font-size: 24px;
            line-height: 30px;
        }*/

        #hero p.tagline {
            font-size: 18px;
            padding-left: 0;
        }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background: #fbfbfb;
}

.section-title {
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: #173b6c;
    }

        .section-title h2::after {
            content: '';
            position: absolute;
            display: block;
            width: 50px;
            height: 3px;
            background: #15a388;
            bottom: 0;
            left: 0;
        }

    .section-title p {
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 700;
    font-size: 26px;
    color: #173b6c;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

    .about .content ul li {
        padding-bottom: 10px;
    }

    .about .content ul i {
        font-size: 20px;
        padding-right: 2px;
        color: #15a388;
    }

.about .content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .about .about-logo-left {
        text-align: center;
    }

        .about .about-logo-left .about-logo {
            height: 16vh;
        }

    .about .about-logo-right {
        display: none;
    }
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts {
    padding-bottom: 30px;
}

    .facts .count-box {
        padding: 30px;
        width: 100%;
    }

        .facts .count-box i {
            display: block;
            font-size: 44px;
            color: #15a388;
            float: left;
        }

        .facts .count-box span {
            font-size: 48px;
            line-height: 40px;
            display: block;
            font-weight: 700;
            color: #050d18;
            margin-left: 60px;
        }

        .facts .count-box p {
            padding: 15px 0 0 0;
            margin: 0 0 0 60px;
            font-family: "Raleway", sans-serif;
            font-size: 14px;
            color: #122f57;
        }

        .facts .count-box a {
            font-weight: 600;
            display: block;
            margin-top: 20px;
            color: #122f57;
            font-size: 15px;
            font-family: "Poppins", sans-serif;
            transition: ease-in-out 0.3s;
        }

            .facts .count-box a:hover {
                color: #1f5297;
            }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    text-align: center;
    /*padding: 70px 20px 80px 20px;*/
    padding: 40px 50px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

    .services .icon-box .icon {
        margin: 0 auto;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: ease-in-out 0.3s;
        position: relative;
    }

        .services .icon-box .icon i {
            font-size: 36px;
            transition: 0.5s;
            position: relative;
        }

        .services .icon-box .icon img {
            max-width: 75px;
            max-height: 75px;
            transition: 0.5s;
            position: relative;
        }

        .services .icon-box .icon svg {
            position: absolute;
            top: 0;
            left: 0;
        }

            .services .icon-box .icon svg path {
                transition: 0.5s;
                /*fill: #f5f5f5;*/
                opacity: 0.2;
            }

    .services .icon-box:hover .icon path {
        fill: #f5f5f5;
        opacity: 1;
    }

    .services .icon-box h4 {
        font-weight: 600;
        margin: 10px 0 15px 0;
        font-size: 22px;
    }

    .services .icon-box p {
        line-height: 24px;
        font-size: 15px;
        margin-bottom: 0;
    }

    .services .icon-box:hover {
        border-color: #fff;
        box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
    }

.services .iconbox-blue .icon svg path {
    fill: #0071b9;
}

.services .iconbox-blue p span {
    color: #0071b9;
    font-weight: 700;
}

.services .iconbox-blue i {
    color: #0071b9;
}

/*.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #0071b9;
}*/

.services .iconbox-orange .icon svg path {
    fill: #f38445;
}

.services .iconbox-orange p span {
    color: #f38445;
    font-weight: 700;
}

.services .iconbox-orange i {
    color: #f38445;
}

/*.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #f38445;
}*/

.services .iconbox-pink .icon svg path {
    fill: #c14778;
}

.services .iconbox-pink p span {
    color: #c14778;
    font-weight: 700;
}

.services .iconbox-pink i {
    color: #c14778;
}

/*.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #c14778;
}*/

.services .iconbox-yellow .icon svg path {
    fill: #f5d31c;
    opacity: 0.3;
}

.services .iconbox-yellow p span {
    color: #dbac00;
    font-weight: 700;
}

.services .iconbox-yellow i {
    color: #f5d31c;
}

/*.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #f5d31c;
}*/

.services .iconbox-purple .icon svg path {
    fill: #af8dd5;
}

.services .iconbox-purple p span {
    color: #af8dd5;
    font-weight: 700;
}

.services .iconbox-purple i {
    color: #af8dd5;
}

/*.services .iconbox-purple:hover .icon i {
  color: #fff;
}

.services .iconbox-purple:hover .icon path {
  fill: #af8dd5;
}*/

.services .iconbox-teal .icon svg path {
    fill: #15a388;
}

.services .iconbox-teal p span {
    color: #15a388;
    font-weight: 700;
}

.services .iconbox-teal i {
    color: #15a388;
}

/*.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #15a388;
}*/


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing {
    background: url(../img/bg_02.png) 50% 10% repeat;
}
.pricing .pricing-img {
    padding: 30px;
    text-align: justify;
}

.pricing .pricing-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    text-align: center;
    border-bottom: 3px solid #fff;
    width: 100%;
    transform: translateY(-5px);
    border-color: #1bd0ae;
}

    .pricing .pricing-box .bx {
        font-size: 28px;
        font-weight: bold;
        color: #b1bcc2;
    }

    .pricing .pricing-box .table-blank {
        width: 100%;
    }

    .pricing .pricing-box .table-lg {
        display: block;
    }

    .pricing .pricing-box .table-xs {
        display: none;
    }

    .pricing .pricing-box .table-blank .step {
        width: 15%;
    }

    .pricing .pricing-box .table-blank .arrow {
        width: 2%;
    }

.pricing .pricing i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    color: #5dceb9;
}

.pricing .title {
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
}

    .pricing .title a {
        color: #333;
    }

.pricing .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.pricing-description {
    text-align: center;
    padding-bottom: 20px;
}

.pricing-bullet ul {
    list-style: none;
    padding: 0;
    text-align: left;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

    .pricing-bullet ul li:before {
        content: '\2714\0020';
        color: #15a388;
    }

    .pricing-bullet ul li {
        text-indent: -1em;
        margin-left: 1em;
        max-width: 90%;
    }

@media (max-width: 768px) {
    .pricing .pricing-box .table-lg {
        display: none;
    }

    .pricing .pricing-box .table-xs {
        display: block;
    }
}

@media (max-width: 991px) {
    .pricing .pricing-img {
        text-align: center;
    }

        .pricing .pricing-img img {
            width: 80%;
        }
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact-us .required {
    padding-left: 3px;
    color: #e74c3c;
    font-size: small;
}

.contact-us .checkbox:focus {
    outline: none;
}


.contact-us input::placeholder {
    opacity: .5;
}

.contact-us .info {
    border-top: 3px solid #15a388;
    border-bottom: 3px solid #15a388;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

    .contact-us .info i {
        font-size: 20px;
        color: #fff;
        float: left;
        width: 44px;
        height: 44px;
        background: #15a388;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

    .contact-us .info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #4c595f;
    }

    .contact-us .info p {
        padding: 0 0 10px 60px;
        margin-bottom: 20px;
        font-size: 14px;
        color: #ab9d95;
    }

    .contact-us .info .email p {
        padding-top: 5px;
    }

    .contact-us .info .social-links {
        padding-left: 60px;
    }

        .contact-us .info .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #333;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
            margin-right: 10px;
        }

            .contact-us .info .social-links a:hover {
                background: #15a388;
                color: #fff;
            }

    .contact-us .info .email:hover i, .contact-us .info .address:hover i, .contact-us .info .phone:hover i {
        background: #15a388;
        color: #fff;
    }

.contact-us .php-email-form {
    width: 100%;
    border-top: 3px solid #15a388;
    border-bottom: 3px solid #15a388;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    z-index: 0;
}

    .contact-us .php-email-form .form-group {
        padding-bottom: 8px;
    }

    .contact-us .php-email-form .error {
        border: 2px solid #e74c3c;
    }

    .contact-us .php-email-form .validate {
        display: none;
        color: red;
        margin: 0;
        font-weight: 400;
        font-size: 13px;
    }

    .contact-us .php-email-form .error-message,
    .contact-us .php-email-form .error-message-format,
    .contact-us .php-email-form .email-error {
        display: none;
        color: #e74c3c;
        background: #fff;
        text-align: center;
        padding: 15px 0;
        font-weight: 600;
    }

        .contact-us .php-email-form .error-message br + br,
        .contact-us .php-email-form .error-message-format br + br,
        .contact-us .php-email-form .email-error br + br {
            margin-top: 25px;
        }

    .contact-us .php-email-form .sent-message {
        display: none;
        color: #18ba9b;
        background: #fff;
        text-align: center;
        padding: 15px 0;
        font-weight: 600;
    }

    .contact-us .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact-us .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18ba9b;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact-us .php-email-form input, .contact-us .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

    .contact-us .php-email-form input {
        height: 44px;
    }

        .contact-us .php-email-form input[type=checkbox],
        .contact-us .php-email-form input[type=radio] {
            height: inherit;
            margin-right: 10px;
        }

            .contact-us .php-email-form input[type=checkbox] + label,
            .contact-us .php-email-form input[type=radio] + label {
                margin-bottom: 0;
            }

        .contact-us .php-email-form input:checked {
            outline: none;
        }

    .contact-us .php-email-form textarea {
        padding: 10px 12px;
    }

    .contact-us .php-email-form button[type="submit"] {
        background: #15a388;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
    }

        .contact-us .php-email-form button[type="submit"]:hover {
            background: #10826c;
        }

        .contact-us .php-email-form button[type="submit"]:focus {
            outline: none;
        }

    .contact-us .php-email-form #btn_request_demo,
    .contact-us .php-email-form #btn_request_isqm,
    .contact-us .php-email-form #btn_mafa_registration,
    .contact-us .php-email-form #btn_isqm_registration,
    .contact-us .php-email-form #btn_consol_registration {
        width: 80%;
        border: none;
        font-weight: 600;
        padding: .8em 5em .8em 1em;
        background: linear-gradient(-120deg, transparent 1em, #0099C3 1.05em, #0099C3 1.5em, transparent 1.45em, transparent 2em, #0099C3 2.05em) top no-repeat, linear-gradient(300deg, transparent 1em, #0099C3 1.05em, #0099C3 1.5em, transparent 1.45em, transparent 2em, #0099C3 2.05em) bottom no-repeat;
        background-size: 100% 50%;
        color: #fff;
        letter-spacing: 5px;
    }

    .contact-us .php-email-form #btn_affiliate {
        width: 80%;
        border: none;
        font-weight: 600;
        padding: .8em 5em .8em 1em;
        background: linear-gradient(-120deg, transparent 1em, #0099C3 1.05em, #0099C3 1.5em, transparent 1.45em, transparent 2em, #0099C3 2.05em) top no-repeat, linear-gradient(300deg, transparent 1em, #0099C3 1.05em, #0099C3 1.5em, transparent 1.45em, transparent 2em, #0099C3 2.05em) bottom no-repeat;
        background-size: 100% 50%;
        color: #fff;
        letter-spacing: 5px;
    }

    .contact-us .php-email-form #btn_request_training,
    .contact-us .php-email-form #btn_mafa22_request_training,
    .contact-us .php-email-form #btn_mia18_request_training,
    .contact-us .php-email-form #btn_mafa_request_training,
    .contact-us .php-email-form #btn_mafa_request_workshop,
    .contact-us .php-email-form #btn_request_workshop {
        width: 70%;
        border-radius: 20px;
        font-weight: 600;
        /*padding: .8em 5em .8em 1em;
        background: linear-gradient(-120deg, transparent 1em, #0099C3 1.05em, #0099C3 1.5em, transparent 1.45em, transparent 2em, #0099C3 2.05em) top no-repeat, linear-gradient(300deg, transparent 1em, #0099C3 1.05em, #0099C3 1.5em, transparent 1.45em, transparent 2em, #0099C3 2.05em) bottom no-repeat;
        background-size: 100% 50%;*/
        background-color:#0099C3;
        color: #fff;
        /*letter-spacing: 5px;*/
    }

.info .company-info {
    margin-top: 6.3rem !important;
}

    .info .company-info h6 {
        color: #7d7d7d !important;
    }

    .info .company-info p {
        padding-left: 0 !important;
    }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    width: 100%;
    background: url("../img/footer-bg.jpg") center center;
    background-size: cover;
    background-attachment: fixed;
}

    .contact h1 {
        margin: 0 0 10px 0;
        font-size: 45px;
        font-weight: 700;
        line-height: 56px;
        color: #333;
    }

    .contact p {
        color: #fff;
        margin-bottom: 30px;
        font-size: 25px;
        font-family: "Poppins", sans-serif;
    }

        .contact p.tagline {
            background: #157ca3;
            width: fit-content;
            padding: 0 20px;
            color: #fdfdb2;
        }

        .contact p.sub-tagline {
            margin-bottom: 20px;
            font-size: 18px;
            letter-spacing: 1px;
            color: #333;
        }

        .contact p span {
            color: #fff;
            padding-bottom: 4px;
            letter-spacing: 1px;
            /*border-bottom: 3px solid #15a388;*/
        }

            .contact p span.heart {
                color: #e74c3c;
            }

    /*.contact .contact-form .form-group {
        padding-bottom: 8px;
    }*/

    .contact .contact-form .tel-no {
        border: 1px solid #ced4da;
        padding: 0 10px !important;
        border-radius: 4px;
        width: auto;
        background: #fff;
        color: #777;
        font-size: 11pt;
        /*margin-bottom: 30px;*/
    }

        .contact .contact-form .tel-no:focus {
            color: #212529;
            background-color: #fff;
            border-color: #86b7fe;
            outline: 0;
            box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
        }

        .contact .contact-form .tel-no .country-code {
            border-right: 1px solid #ccc !important;
            padding-right: 10px;
        }

        .contact .contact-form .tel-no input {
            display: inline-block;
            width: 80%;
            border: none;
        }

    .contact .contact-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }

    .contact .contact-form .error {
        border: 2px solid #ed3c0d;
    }

    .contact .contact-form .error-message,
    .contact .contact-form .email-error {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: center;
        padding: 5px 10px;
        font-weight: 600;
    }

        .contact .contact-form .error-message br + br,
        .contact .contact-form .email-error br + br {
            margin-top: 25px;
        }

        .contact .contact-form .email-error a {
            color: #fff !important;
            text-decoration: underline !important;
        }

    .contact .contact-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 5px 10px;
        font-weight: 600;
    }

    .contact .contact-form .loading {
        display: none;
        text-align: center;
    }

        .contact .contact-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact .contact-form input, .contact .contact-form textarea {
        border-radius: 4px;
        box-shadow: none;
        font-size: 14px;
    }

        .contact .contact-form input:focus, .contact .contact-form textarea:focus {
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .contact .contact-form input {
        height: 36px;
    }

    .contact .contact-form textarea {
        padding: 10px 12px;
    }

    .contact .contact-form button[type="submit"] {
        /*background: #ff6d05;*/
        background: #ffd400;
        border: 0;
        padding: 10px 35px;
        color: #333;
        font-weight: 700;
        transition: 0.4s;
        border-radius: 20px;
        width: 70%;
    }

        .contact .contact-form button[type="submit"]:hover {
            /*box-shadow: inset 11.5em 0 0 0 #ffb205;*/
            box-shadow: inset 70vw 0 0 0 #ffe564;
        }

        .contact .contact-form button[type="submit"] .button-text {
            display: block;
        }

@media (max-width: 767px) {
    .contact {
        background-attachment: initial;
    }

        .contact p.tagline {
            width: 52vw;
        }
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
    box-sizing: content-box;
    text-align: center;
    min-height: 320px;
}

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50%;
        margin: 0 auto;
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #111;
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0;
    }

    .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
        color: #88c9bc;
        font-size: 26px;
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
        margin-right: 280px;
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
        margin-left: 280px;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 15px 15px 15px;
        padding: 20px;
        background: #fff;
        position: relative;
        margin-bottom: 35px;
        border-radius: 6px;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

        .testimonials .testimonial-item p::after {
            content: "";
            width: 0;
            height: 0;
            border-top: 20px solid #fff;
            border-right: 20px solid transparent;
            border-left: 20px solid transparent;
            position: absolute;
            bottom: -20px;
            left: calc(50% - 20px);
        }

.testimonials .owl-nav, .testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

    .testimonials .owl-dot.active {
        background-color: #15a388 !important;
    }

@media (max-width: 767px) {
    .testimonials {
        margin: 30px 10px;
    }
}

@media (max-width: 1200px) {
    .testimonials .testimonial-item .quote-icon-left {
        margin-right: 0;
    }

    .testimonials .testimonial-item .quote-icon-right {
        margin-left: 0;
    }
}

/*--------------------------------------------------------------
# Reviews
--------------------------------------------------------------*/
.reviews .reviews-item {
    box-sizing: content-box;
    text-align: center;
    min-height: 320px;
}

    .reviews .reviews-item .reviews-img {
        width: 90px;
        border-radius: 50%;
        margin: 0 auto;
    }

    .reviews .reviews-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #111;
    }

    .reviews .reviews-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0;
    }

    .reviews .reviews-item .quote-icon-left, .reviews .reviews-item .quote-icon-right {
        color: #88c9bc;
        font-size: 26px;
    }

    .reviews .reviews-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
        margin-right: 400px;
    }

    .reviews .reviews-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
        margin-left: 400px;
    }

    .reviews .reviews-item p {
        font-style: italic;
        margin: 0 15px 15px 15px;
        padding: 20px;
        background: #fff;
        position: relative;
        margin-bottom: 35px;
        border-radius: 6px;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

        .reviews .reviews-item p::after {
            content: "";
            width: 0;
            height: 0;
            border-top: 20px solid #fff;
            border-right: 20px solid transparent;
            border-left: 20px solid transparent;
            position: absolute;
            bottom: -20px;
            left: calc(50% - 20px);
        }

.reviews .owl-nav, .reviews .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.reviews .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

    .reviews .owl-dot.active {
        background-color: #15a388 !important;
    }

@media (max-width: 767px) {
    .reviews {
        margin: 30px 10px;
    }
}

@media (max-width: 1200px) {
    .reviews .reviews-item .quote-icon-left {
        margin-right: 0;
    }

    .reviews .reviews-item .quote-icon-right {
        margin-left: 0;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 0;
    background: #f9f9f9;
}

    .breadcrumbs h2 {
        font-size: 26px;
        font-weight: 300;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 15px;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #0e2442;
                content: "/";
            }

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

        .breadcrumbs ol li {
            display: inline-block;
        }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #f5f5f5;
    color: #45505b;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
}

    #footer h3 {
        font-size: 36px;
        font-weight: 700;
        position: relative;
        font-family: "Poppins", sans-serif;
        padding: 0;
        margin: 0 0 15px 0;
    }

    #footer p {
        font-size: 15;
        font-style: italic;
        padding: 0;
        margin: 0 0 40px 0;
    }

    #footer .social-links {
        margin: 0 0 20px 0;
    }

        #footer .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #15a388;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .social-links a:hover {
                background: #0678e3;
                color: #fff;
                text-decoration: none;
            }

        #footer .social-links span {
            padding: 0 10px 0 5px;
        }

    #footer .copyright {
        margin: 0 0 5px 0;
    }

    #footer .credits {
        font-size: 13px;
    }
