@font-face {
    font-family: 'Metropolis';
    src: url("../fonts/metropolis-regular-webfont.woff2") format("woff2"), url("../fonts/metropolis-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url("../fonts/metropolis-bold-webfont.woff2") format("woff2"), url("../fonts/metropolis-bold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url("../fonts/metropolis-medium-webfont.woff2") format("woff2"), url("../fonts/metropolis-medium-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url("../fonts/metropolis-semibold-webfont.woff2") format("woff2"), url("../fonts/metropolis-semibold-webfont.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

body {
    font-family: 'Metropolis';
}

@media (min-width: 1200px) {
    .container {
        max-width: 1100px;
    }
}
@media (max-width: 991px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

a {
    color: #4630EB;
    outline: none;
}

a:hover {
    color: #4630EB;
}

.h2 {
    color: #1F2933;
    font-weight: 600;
}

@media (max-width: 991px) {
    .h2 {
        margin-bottom: 28px;
        font-size: 24px;
        font-weight: 600;
        line-height: 34px;
    }
}

@media (min-width: 992px) {
    .h2 {
        font-size: 44px;
        line-height: 1.35;
        margin-bottom: 51px;
    }
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .breadcrumb-item+.breadcrumb-item {
        padding-left: 16px;
    }

    .breadcrumb-item+.breadcrumb-item:before {
        padding-right: 15px;
    }
}

.btn {
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.35;
    padding: 17px 34px;
    transition: all 0.3s ease;
}

.btn-toolbar {
    margin-top: 40px;
}

.btn-toolbar .btn+.btn {
    margin-left: 15px;
}

.btn-primary {
    color: #fff;
    background: #4630EB;
    border-color: transparent;
}

.btn-primary:hover, .btn-primary:focus {
    color: #4630EB;
    background: #fff;
    border-color: #4630EB;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: color-yiq(#4630EB);
    background-color: #4630EB;
    border-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #4630EB;
    background-color: #fff;
    border-color: #4630EB;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    box-shadow: inset 0 0 0 0.5px #4630EB !important;
}

.btn-secondary {
    color: #fff;
    background: #11B683;
    border-color: transparent;
}

.btn-secondary:hover, .btn-secondary:focus {
    color: #11B683;
    background: #fff;
    border-color: #11B683;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: color-yiq(#11B683);
    background-color: #11B683;
    border-color: transparent;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #11B683;
    background-color: #fff;
    border-color: #11B683;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    box-shadow: inset 0 0 0 0.5px #11B683 !important;
}

.btn-light {
    color: #4630EB;
    background: #fff;
    border-color: transparent;
}

.btn-light:hover, .btn-light:focus {
    color: #fff;
    background: #4630EB;
    border-color: #fff;
}

.btn-light.disabled, .btn-light:disabled {
    color: color-yiq(#fff);
    background-color: #fff;
    border-color: transparent;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-light:active, .btn-light:focus, .btn-light:hover {
    box-shadow: inset 0 0 0 0.5px #fff !important;
}

.btn-outline-primary {
    color: #4630EB;
    background: transparent;
    border-color: #4630EB;
    box-shadow: inset 0 0 0 0.5px #4630EB !important;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
    color: #fff;
    background: #4630EB;
    border-color: transparent;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: color-yiq(transparent);
    background-color: transparent;
    border-color: #4630EB;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #4630EB;
    border-color: #4630EB;
}

.btn-outline-secondary,
.header-btn-outline .header .btn-primary {
    color: #1F2933;
    background: transparent;
    border-color: #CBD2D9;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus,
.header-btn-outline .header .btn-primary:hover, .header-btn-outline .header .btn-primary:focus {
    color: #1F2933;
    background: transparent;
    border-color: #CBD2D9;
    box-shadow: none !important;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled,
.header-btn-outline .header .btn-primary.disabled, .header-btn-outline .header .btn-primary:disabled {
    color: color-yiq(transparent);
    background-color: transparent;
    border-color: #CBD2D9;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #1F2933;
    background-color: transparent;
    border-color: #CBD2D9;
}

.btn-whatsapp {
    background-image: -moz-linear-gradient(top, #19D788 10%, #13A468 98%);
    background-image: linear-gradient(to bottom, #19D788 10%, #13A468 98%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff19d788', endColorstr='#ff13a468', GradientType=0);
    background-color: #13A468;
    border-radius: 36px;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1.2;
    padding: 17px 34px 17px 93px;
}

.btn-whatsapp .icon {
    background: #13A468;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 13px;
}

.btn-whatsapp span {
    display: block;
    font-weight: normal;
    font-size: 17px;
}

.btn-whatsapp:focus,
.btn-whatsapp:hover {
    background-image: -moz-linear-gradient(top, #13A468 10%, #19D788 98%);
    background-image: linear-gradient(to bottom, #13A468 10%, #19D788 98%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff13a468', endColorstr='#ff19d788', GradientType=0);
    color: #fff;
}

.btn-whatsapp .icon svg {
    width: 35px;
    height: 40px;
    margin-left: auto;
}

@media screen and (max-width: 991px) {

    .btn {
        padding: 8px 15px;
        font-size: 16px;
        line-height: 24px;
    }

    .btn-whatsapp {
        padding: 17px 28px 17px 87px;
    }
}

.btn-sm {
    font-size: 16px;
    line-height: 1.3;
    padding: 11px 15px;
}

.link {
    line-height: 1.3;
    transition: all 0.15s ease;
}

.link>span {
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
}

.link>span:before, .link>span:after {
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
}

.link>span:before {
    background: #E4E7EB;
    width: 100%;
}

.link>span:after {
    background: #4630EB;
    transition: width 0.3s ease;
    width: 0;
}

.link .icon {
    margin-left: 4px;
    transition: margin-left 0.35s ease;
    vertical-align: baseline;
    top: 2px;
    position: relative;
}

.link:hover {
    text-decoration: none;
}

.link:hover>span:after {
    width: 100%;
}

.link:hover .icon {
    margin-left: 11px;
}

.breadcrumb {
    background: none;
    font-weight: 500;
    line-height: 1.375;
    padding: 0;
}

.breadcrumb, .breadcrumb a {
    color: #7B8794;
}

.breadcrumb .breadcrumb-item.active {
    color: #1F2933;
}

@media (max-width: 991px) {
    .breadcrumb {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .breadcrumb {
        margin-bottom: 47px;
    }
}

label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 7px;
}

.label-lg {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 20px;
}

.form-control {
    background: #FCFCFD;
    border-radius: 5px;
    border-color: #CBD2D9;
    height: 54px;
    outline: none;
    padding: 14px;
    font-weight: 500;
    color: #1F2933;
    transition: ease-in-out 0.3s;
}

.form-control:focus {
    box-shadow: none;
    border-color: #4630EB;
    box-shadow: 0px 0px 0px 1px #4630EB;
}

.form-group.has-success input, .form-group.has-success select, .form-group.has-success textarea {
    border-color: #4caf50 !important;
    box-shadow: 0px 0px 0px 1px #4caf50;
    background-color: #effff1;
}

.form-group.has-error input, .form-group.has-error select, .form-group.has-error textarea,
.form-group input.error, .form-group select.error, .form-group textarea.error
{
    border-color: #D96C59 !important;
    color: #DC7D6D;
    background-color: #FCF4F3;
    box-shadow: 0px 0px 0px 1px #D96C59;
}

.form-group.has-error .help-block,
.form-group .error-message{
    text-align: left !important;
    color: #f44336 !important;
    font-size: 13px !important;
    margin-top: 5px;
}

.form-control::-webkit-input-placeholder {
    color: #7B8794;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #7B8794;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #7B8794;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #7B8794;
    opacity: 1;
}

.form-control::placeholder {
    color: #7B8794;
    opacity: 1;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FCFCFD url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%234630EB" stroke="%234630EB" width="16" height="10">\a             <path d="M1 1.638a.66.66 0 0 1 .172-.448.572.572 0 0 1 .846-.007L8 7.467l5.983-6.284a.572.572 0 0 1 .845.007.669.669 0 0 1-.006.902L8.42 8.817a.572.572 0 0 1-.84 0L1.18 2.092A.658.658 0 0 1 1 1.638"/>\a         </svg>') no-repeat right 16px center;
    padding-right: 32px;
}

textarea.form-control {
    min-height: 190px;
}

.form-check {
    cursor: pointer;
    padding-left: 36px;
}

.form-check>input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #F5F7FA;
    border: 1px solid #CBD2D9;
    height: 20px;
    left: 0;
    line-height: 18px;
    margin-left: 0;
    margin-top: 0;
    outline: none;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.15s ease;
    width: 20px;
}

.form-check>input:checked {
    border-color: #4630EB;
    background: #4630EB;
}

.form-check>input:checked+label {
    border-color: #4630EB;
    color: #4630EB;
}

.form-check>input[type="radio"] {
    border-radius: 50%;
}

.form-check>input[type="radio"]:checked:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin: auto;
    position: relative;
    top: -1px;
    width: 8px;
}

.form-check>input[type="checkbox"] {
    border-radius: 4px;
    display: block;
    margin-left: 17px;
}

.form-check>input[type="checkbox"]:checked:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="9" viewBox="0 0 12 9" fill="%23fff"><path d="M10.156.3l-6.49 6.148-1.768-1.939a1.113 1.113 0 0 0-1.529-.098 1.01 1.01 0 0 0-.101 1.465l2.526 2.769a1.1 1.1 0 0 0 .775.354L3.61 9c.284 0 .558-.107.76-.3l7.31-6.923c.425-.403.429-1.06.008-1.468A1.114 1.114 0 0 0 10.157.3"/></svg>');
}

.form-check>label {
    cursor: pointer;
    font-size: 16px;
}

.form-check+.form-check {
    margin-top: 13px;
}

.control-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #E4E7EB;
    display: block;
    height: 6px;
    outline: none;
    width: 100%;
}

.control-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #CBD2D9;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(31, 41, 51, 0.1), 0 1px 2px 0 rgba(31, 41, 51, 0.16);
    height: 30px;
    width: 30px;
}

.control-range-index {
    color: #7B8794;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 50px;
    margin-top: 21px;
    padding-left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.control-range-index li {
    text-align: center;
    width: 30px;
}

.control-range-index li:last-child {
    text-indent: -7px;
}

.control-range-index .active {
    color: #4630EB;
    font-weight: bold;
}

.control-value {
    align-items: center;
    display: flex;
}

.control-value .form-control {
    background: transparent;
    border: transparent;
    color: #1F2933;
    font-size: 24px;
    font-weight: 500;
    height: auto;
    padding: 0;
}

.control-value .btn {
    border: 1px solid #4630EB;
    border-radius: 50%;
    color: #4630EB;
    flex: 0 0 47px;
    font-size: 0;
    height: 47px;
    margin-left: 15px;
    padding: 0 !important;
    width: 47px;
}

.control-value .btn .icon {
    height: 16px;
    width: 16px;
    vertical-align: baseline;
    top: 3px;
    position: relative;
}

.control-value .btn:hover {
    background: #4630EB;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .control-value {
        flex-wrap: wrap;
    }

    .control-value .btn {
        margin-left: 0px;
        margin-top: 10px;
    }

    .control-value .btn:last-child {
        margin-left: 15px;
    }
}

.input-group>.btn:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .control-ddd {
    flex: 0 0 88px;
    width: 88px;
}

.form-newsletter {
    color: #616E7C;
}

.form-newsletter .input-group {
    margin-top: 17px;
}

.form-newsletter .btn {
    box-shadow: none;
}

.form-newsletter .form-return {
    align-items: center;
    background: #1F2933;
    color: #fff;
    font-weight: 600;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.form-newsletter .form-return:before {
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin-right: 12px;
    text-align: center;
    width: 25px;
}

.form-newsletter .return-success:before {
    background: #3EBD93;
    content: url('data:image/svg+xml;utf8,<svg width="13" height="11" fill="%23fff" xmlns="http://www.w3.org/2000/svg"><path d="M11.574.02c.333-.058.635.01.905.2.27.192.437.445.5.761.062.316-.011.607-.219.875l-6.458 8.665a1.304 1.304 0 0 1-.796.46 1.138 1.138 0 0 1-.889-.202c-.166-.114-.603-.52-1.31-1.22A105.067 105.067 0 0 1 1.31 7.538l-.967-.975A1.135 1.135 0 0 1 0 5.73c0-.326.125-.603.374-.833.25-.23.541-.339.874-.33.333.01.613.14.842.388l3.089 3.07L10.795.479c.208-.249.468-.402.78-.46z"/></svg>');
}

.form-newsletter .return-error:before {
    background: #EF4E4E;
    content: url('data:image/svg+xml;utf8,<svg width="13" height="11" fill="%23fff" xmlns="http://www.w3.org/2000/svg"><path d="M8.2,5.5L11.7,2C11.9,1.8,12,1.5,12,1.2c0-0.3-0.1-0.6-0.4-0.8C11.4,0.1,11.1,0,10.8,0c-0.3,0-0.6,0.1-0.8,0.3L6.5,3.8L3.1,0.4C2.8,0.2,2.5,0,2.2,0C1.9,0,1.6,0.1,1.4,0.4C1.1,0.6,1,0.9,1,1.2C1,1.5,1.1,1.8,1.3,2l3.5,3.5L1.3,9C1.1,9.2,1,9.5,1,9.8c0,0.3,0.1,0.6,0.4,0.8C1.6,10.9,1.9,11,2.2,11c0.3,0,0.6-0.1,0.8-0.3l3.4-3.4l3.4,3.4c0.2,0.2,0.5,0.3,0.8,0.3c0.3,0,0.6-0.1,0.9-0.3c0.2-0.2,0.4-0.5,0.4-0.8c0-0.3-0.1-0.6-0.3-0.8L8.2,5.5z"/></svg>');
}

.form-estimate .form-title {
    color: #1F2933;
    font-size: 24px;
    line-height: 1.45;
    margin-bottom: 25px;
}

.form-estimate .form-group {
    margin-bottom: 40px;
}

.form-values>.btn {
    margin-top: 40px;
}

.form-values .form-group {
    margin-bottom: 18px;
}

.card {
    border-radius: 8px;
}

@media (min-width: 992px) {
    .card-body {
        padding: 39px;
    }
}

.card-values {
    background: #4630EB;
    border-color: #4630EB;
}

.card-values p {
    color: #9EE2FF;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.45;
    margin-bottom: 0;
}

.card-values .card-title {
    color: #fff;
    margin-bottom: 31px;
}

.card-values .card {
    color: #616E7C;
    margin-left: auto;
    max-width: 428px;
}

.card-values .control-value {
    margin-top: 8px;
}

@media (max-width: 767px) {
    .card-values .card {
        margin-top: 35px;
    }
}

@media (min-width: 768px) {
    .card-values .row {
        align-items: center;
    }
}

@media (min-width: 992px) {
    .card-values .card-title {
        font-size: 42px;
        font-weight: 600;
        line-height: 1.25;
        margin-top: 14px;
    }

    .card-values .card .card-body {
        padding: 37px 40px 45px;
    }
}

.banner-home {
    color: #3E4C59;
    line-height: 1.25;
    position: relative;
    z-index: 0;
}

.banner-home .opening {
    margin-bottom: 38px;
}

.banner-home>.bg {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.banner-home .banner-title {
    color: #1F2933;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 42px;
}

.banner-home .banner-title .highlight {
    color: #4630EB;
    display: inline-block;
    position: relative;
}

.banner-home .banner-title .highlight:not(.init)>span {
    opacity: 0;
}

@media (min-width: 992px) {
    .banner-home .banner-title {
        font-size: 52px;
    }

    .banner-home .banner-title>span {
        background: #fff;
        box-shadow: 20px 0 0 0 #fff;
    }
}

@media (max-width: 1199px) {
    .banner-home>.bg {
        opacity: 0.4;
    }
}

@media (max-width: 991px) {
    .banner-home {
        padding-bottom: 60px;
        padding-top: 118px;
    }

    .banner-home .opening {
        font-size: 16px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: -0.5px;
        margin-bottom: 16px;
    }

    .banner-home .banner-title{
        font-size: 27px;
        font-weight: 600;
        letter-spacing: -0.26px;
        line-height: 33px;
        margin-bottom: 32px;
    }
    .banner-home .banner-title .highlight-group {
        min-width: 142px;
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .banner-home {
        height: 834px;
        margin-bottom: -66px;
        padding-top: 167px;
    }

    .banner-home .opening {
        font-size: 24px;
    }
}

.banner-lp {
    color: #fff;
    line-height: 1.25;
    position: relative;
    z-index: 0;
}

.banner-lp .opening {
    margin-bottom: 38px;
}

.banner-lp>.bg {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: -1;
}

.banner-lp>.svg {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}

.banner-lp .banner-title {
    color: #fff;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 33px;
}

.banner-lp .banner-title .highlight {
    display: inline-block;
    background-image: linear-gradient(to right, #fff 25%, rgba(255, 255, 255, 0) 0%);
    background-position: center bottom 4px;
    background-size: 7px 2px;
    background-repeat: repeat-x;
}

@media (min-width: 992px) {
    .banner-lp .banner-title {
        font-size: 62px;
        margin-top: 46px;
    }
}

.banner-lp .opening {
    line-height: 1.25;
}

.banner-lp .card {
    color: #1F2933;
}

@media (max-width: 1199px) {
    .banner-lp>.bg {
        opacity: 0.4;
    }
}

@media (max-width: 991px) {
    .banner-lp {
        padding-bottom: 70px;
        padding-top: 140px;
    }

    .banner-lp .opening {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .banner-lp {
        height: 768px;
        padding-top: 151px;
    }

    .banner-lp .opening {
        color: #F5F7FA;
        font-size: 24px;
    }

    .banner-lp .card-body {
        padding: 31px 40px 40px;
    }
}

.slick-arrow {
    border: 1px solid #CBD2D9;
    border-radius: 4px;
    background: transparent;
    color: #4630EB;
    height: 48px;
    transition: all 0.3s ease;
    width: 48px;
}

.slick-arrow+.slick-arrow {
    margin-left: 10px;
}

.slick-arrow:focus {
    outline: none;
}

.slick-arrow:hover {
    background: #4630EB;
    border-color: #4630EB;
    color: #fff;
}
.slick-arrow .icon{
    vertical-align: baseline;
    top: 4px;
    position: relative;
}

.slick-dots {
    font-size: 0;
    list-style: none;
    margin: 0 -11px;
    padding-left: 0;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li.slick-active button:before {
    background: #4630EB;
}

.slick-dots button {
    background: transparent;
    border: none;
    outline: none;
    padding: 11px;
}

.slick-dots button:before {
    background: #CBD2D9;
    border-radius: 50%;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
}

@media screen and (max-width: 991px){
    .slick-dots button {
        padding: 11px 9px;
    }
    .slick-dots button:before {
        height: 10px;
        width: 10px;
    }
}

.navbar-brand {
    color: #1F2933;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.25;
    margin-right: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar-brand:hover {
    color: inherit;
}

.header {
    z-index: 1030;
}

.header .navbar {
    padding: 14px 0;
}

.header .navbar .btn {
    margin-left: 8px;
}

.header .nav-link {
    color: #1F2933;
    font-weight: 500;
    transition: ease-in-out 0.3s;
}

@media (max-width: 991px) {
    .navbar-toggler {
        border: none;
        font-size: 0;
        float: right;
        padding: 11px 8px;
        margin-right: -8px;
        z-index: 1060;
    }

    .navbar-toggler:focus {
        outline: none;
    }

    .navbar-toggler>span {
        background: #4630EB;
        border-radius: 2px;
        display: block;
        height: 3px;
        position: relative;
        transition: all 0.35s ease, opacity 0.15s;
        top: 0;
        width: 24px;
    }

    .navbar-toggler>span+span {
        margin-top: 4px;
    }

    .navbar-toggler:not(.collapsed) {
        position: fixed;
        right: 15px;
    }

    .navbar-toggler:not(.collapsed)>span {
        background: #fff;
    }

    .navbar-toggler:not(.collapsed)>span:first-child {
        transform: rotate(45deg);
        top: 7px;
    }

    .navbar-toggler:not(.collapsed)>span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler:not(.collapsed)>span:last-child {
        transform: rotate(-45deg);
        top: -7px;
    }

    #navbar {
        background: #4630EB;
        height: 100%;
        left: 0;
        overflow-x: scroll;
        padding-bottom: 80px;
        padding-top: 114px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9;
    }

    #navbar .nav-link,
    #navbar .btn {
        font-size: 20px;
    }
    #navbar .btn:active,
    #navbar .btn:hover,
    #navbar .btn:focus{
        background-color: transparent;
    }

    #navbar .nav-link {
        color: #fff;
    }

    #navbar.collapsing {
        transition: none;
    }

    .header .navbar .btn-primary,
    .header .navbar .btn-outline-secondary {
        border: 0 none;
        color: white;
        font-weight: 500;
        margin: 0;
        padding: .5rem 1rem;
    }

    .header .navbar .btn-primary:hover,
    .header .navbar .btn-outline-secondary:hover,
    .header .navbar .btn-outline-secondary:active {
        box-shadow: none !important;
        color: white;
        background-color: transparent;
        border: 0 none;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 16px;
    }

    .header #navbar>ul:first-child:hover .nav-link {
        opacity: 0.4;
    }

    .header #navbar>ul .nav-link:hover,
    .header #navbar>ul:first-child .nav-link:hover {
        opacity: 1;
        color: #4630EB;
    }
}

.footer .navbar {
    border-bottom: 1px solid #323F4B;
    margin-bottom: 67px;
    padding: 31px 0;
}

.footer .navbar .nav {
    flex-grow: 1;
}

.footer .navbar .nav-link {
    color: #fff;
}

.footer .navbar .btn {
    margin-left: 8px;
}

.footer .navbar-brand {
    color: #616E7C;
}

.footer .btn {
    padding: 13px 20px;
}

.footer .icon {
    fill: currentColor;
}

.footer .form-newsletter {
    margin-top: 44px;
    max-width: 337px;
}

.footer .form-newsletter .form-control {
    background: #323F4B;
    transition: all 0.3s ease;
    border-color: transparent;
    color: #323F4B;
}

.footer .form-newsletter .form-control:focus, .footer .form-newsletter .form-control:not(:placeholder-shown) {
    background: #fff;
}

.footer .form-newsletter .form-control:valid+.btn {
    background: #4630EB;
    color: #fff;
}

.footer .form-newsletter .btn {
    background: #52606D;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
}

.footer-title {
    font-weight: 600;
    display: block;
    margin-bottom: 26px;
}

.footer-links ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.footer-links li {
    flex: 0 0 50%;
    margin-bottom: 8px;
    width: 50%;
}

.footer-links a {
    color: #CBD2D9;
    display: block;
    padding-bottom: 3px;
    padding-top: 4px;
}

.footer-links .link>span:before {
    background: #323F4B;
}

@media (max-width: 991px) {
    .footer-links {
        font-size: 14px;
    }
    .footer .icon {
        height: 22px;
    }
    .footer .footer-newsletter{
        margin-top: 40px;
    }
}

.copyright {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .copyright {
        text-align: center;
    }

    .copyright .nav {
        justify-content: center;
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .copyright .nav {
        justify-content: flex-end;
    }
}

.footer .list-links {
    margin-top: 56px;
}

.footer .list-links .title {
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    text-align: left
}

.footer .list-links ul {
    display: block;
    font-size: 0;
    line-height: 15px
}

.footer .list-links ul li {
    display: inline-block;
    height: 13px;
    line-height: 13px;
    margin-bottom: 8px;
    width: auto;
}

.footer .list-links ul li:after {
    content: "\2022";
    font-size: 16px;
    line-height: 15px;
    margin-left: 3px;
    margin-right: 3px;
    position: relative;
    vertical-align: top;
    display: inline-block;
    top: 4px;
}

.footer .list-links ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    vertical-align: top;
    color: rgba(255, 255, 255, .7);
    -webkit-transition: color .15s ease-out 0s;
    -moz-transition: color .15s ease-out 0s;
    -o-transition: color .15s ease-out 0s;
    transition: color .15s ease-out 0s
}

.footer .list-links ul li a:hover {
    text-decoration: none;
    color: #fff
}

.footer .list-links ul li:last-child:after {
    display: none
}

.footer .list-links .footer-sitemap {
    margin-top: 30px
}

.footer .logo-feba {
    text-align: right;
}

.footer .logo-feba svg {
    opacity: 0.6;
    transition: all 0.3s;
}

.footer .logo-feba svg:hover {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .footer .logo-feba {
        margin-top: 12px;
        text-align: center;
    }
}

.header-fixed .header,
.header-fixed.funnel .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f5f7fa;
    margin-bottom: 0;
}
.header-fixed .page-content{
    padding-top: 175px;
    min-height: calc(100vh - 145px);
}

@media screen and (max-width: 991px){
    .header-fixed .page-content{
        padding-top: 135px;
        min-height: calc(100vh - 145px);
    }
}


.nav-social a {
    display: inline-block;
}

.page .section-title {
    color: #3E4C59;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    line-height: 2;
    text-transform: uppercase;
}

.page .section-title:before {
    background: #4630EB;
    content: "";
    display: inline-block;
    height: 2px;
    margin-right: 4px;
    width: 40px;
    vertical-align: middle;
}

.page .footer {
    background: #1F2933;
    color: #fff;
}

.page .footer .nav-social a {
    color: #7B8794;
}

.page .footer .nav-social a+a {
    margin-left: 24px;
}

.page .copyright {
    border-top: 1px solid #323F4B;
    color: #616E7C;
    margin-top: 56px;
    padding-bottom: 50px;
    padding-top: 50px;
}

@media (max-width: 991px) {
    .page .section-title {
        margin-bottom: 7px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1.2px;
        line-height: 28px;
    }
    .page .section-title:before {
        width: 20px;
    }
    .page .footer .nav-social a+a {
        margin-left: 10px;
    }
}

@media (min-width: 992px) {
    .page .section-title {
        margin-bottom: 41px;
    }
}

.home .header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.best-solutions {
    background: #F5F7FA;
    overflow: hidden;
}

.best-solutions>.container {
    position: relative;
}

.best-solutions .h3 {
    color: #1F2933;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .best-solutions {
        padding-bottom: 70px;
        padding-top: 60px;
    }

    .best-solutions .h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 14px;
    }
    .best-solutions .btn {
        width: 100%;
    }

}

@media (min-width: 992px) {
    .best-solutions {
        padding-bottom: 120px;
        padding-top: 112px;
    }

    .service .best-solutions {
        padding-bottom: 60px;
        padding-top: 123px;
    }
}

@media (max-width: 991px) {
    .solutions-arrows {
        display: none;
    }
}

@media (min-width: 992px) {
    .solutions-arrows {
        margin-top: -77px;
        position: absolute;
        right: 15px;
        text-align: right;
    }
}

.solutions-carousel {
    margin-bottom: 50px;
    white-space: nowrap;
}

.solutions-carousel .solution,
.solutions-wrap .solution {
    background: #fff;
    border: 1px solid #E4E7EB;
    box-shadow: inset 0 0 0 0.5px #E4E7EB;
    border-radius: 5px;
    color: #1F2933;
    font-weight: 500;
    font-size: 18px;
    height: 320px;
    line-height: 1.4;
    padding: 33px 29px;
    position: relative;
    transition: margin-top 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    white-space: normal;
    width: 245px;
}

.solutions-carousel .solution>.link,
.solutions-wrap .solution>.link {
    bottom: 37px;
    display: block;
    font-size: 16px;
    position: absolute;
}

.solutions-carousel .solution>.link>span:after,
.solutions-wrap .solution>.link>span:after {
    background: #fff;
}

.solutions-carousel .solution:hover,
.solutions-wrap .solution:hover {
    background: #4630EB;
    border-color: #4630EB;
    box-shadow: inset 0 0 0 0.5px #4630EB, 0 26px 45px -10px rgba(97, 110, 124, 0.15), 0 14px 30px -7px rgba(69, 82, 95, 0.2);
    color: #fff;
    margin-top: -7px;
    text-decoration: none;
}

.solutions-carousel .solution:hover .link>span:after,
.solutions-wrap .solution:hover .link>span:after {
    width: 100%;
}

.solutions-carousel .solution:hover .link .icon,
.solutions-wrap .solution:hover .link .icon {
    margin-left: 11px;
}

.solutions-carousel>.solution,
.solutions-wrap>.solution {
    display: inline-block;
    vertical-align: top;
}

.solutions-carousel>.solution+.solution {
    margin-left: 15px;
}

.solutions-carousel .slick-list {
    padding-bottom: 45px;
    padding-top: 7px;
}

.solutions-carousel .slick-slide {
    width: 245px;
}

.solutions-carousel .slick-slide+.slick-slide {
    margin-left: 20px;
}

.solutions-carousel.slick-initialized {
    margin-bottom: 5px;
}

@media screen and (max-width: 991px){
    .solutions-carousel .slick-slide {
        width: 225px;
        margin-left: 16px;
    }

    .solutions-carousel .slick-list {
        padding-bottom: 23px;
    }

    .solutions-carousel .solution, .solutions-wrap .solution {
        padding: 28px 19px;
        height: 294px;
    }
    .solutions-carousel .solution > .link, .solutions-wrap .solution > .link{
        bottom: 29px;
    }

}


.best-professionals {
    background: #4630EB;
    color: #fff;
}

.best-professionals .section-title {
    color: #9EE2FF;
}

.best-professionals .section-title:before {
    background: #fff;
}

.best-professionals .h2 {
    color: inherit;
}

.best-professionals .h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 24px;
    position: relative;
    width: 100%;
}

.best-professionals .qualities {
    position: relative;
}

.best-professionals .quality {
    color: #9EE2FF;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.best-professionals .quality .h3:before, .best-professionals .quality .h3:after {
    content: "";
}

.best-professionals .quality .h3:after {
    background: #9BDAC9;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff;
    height: 8px;
    margin-top: -2px;
    width: 8px;
    z-index: 1;
}

@media (max-width: 991px) {
    .best-professionals {
        padding-top: 66px;
    }

    .best-professionals .section-title {
        margin-bottom: 21px;
    }

    .best-professionals .h3 {
        font-size: 20px;
    }

    .best-professionals .qualities {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 50px;
        padding-bottom: 89px;
    }

    .best-professionals .qualities .slick-track:before {
        background: #9BDAC9;
        border-radius: 50%;
        content: "";
        height: 8px;
        position: absolute;
        left: 15px;
        margin-left: -4px;
        top: 4px;
        width: 8px;
        z-index: 1;
    }

    .best-professionals .quality {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 4px;
        position: relative;
        vertical-align: top;
        white-space: normal;
    }

    .best-professionals .quality .h3 {
        padding-top: 62px;
        margin-bottom: 15px;
        line-height: 30px;
    }
    .best-professionals .quality:first-child .h3 {
        padding-top: 0px;
    }

    .best-professionals .quality .h3:before, .best-professionals .quality .h3:after {
        left: 50%;
        position: absolute;
        top: 2px;

        display: none;
    }

    .best-professionals .quality .h3:before {
        background-image: linear-gradient(#308CEB 25%, rgba(255, 255, 255, 0) 0%);
        background-position: center 1px;
        background-size: 2px 8px;
        background-repeat: repeat-y;
        margin-left: 3px;
        height: 45px;
        width: 2px;

        display: none;
    }

    .best-professionals .quality:after {
        background-image: linear-gradient(to right, #308CEB 25%, rgba(255, 255, 255, 0) 0%);
        background-position: top left;
        background-size: 8px 2px;
        background-repeat: repeat-x;
        content: "";
        height: 2px;
        left: 15px;
        position: absolute;
        top: 7px;
        width: 100%;

        display: none
    }

    .best-professionals .quality-img>img {
        height: auto;
        max-width: 100%;
    }

    .best-professionals .quality .quality-body p:last-child{
        margin-bottom: 34px;
    }
}

@media (min-width: 992px) {
    .best-professionals {
        padding-top: 112px;
    }

    .best-professionals .h3 {
        font-size: 24px;
        line-height: 1.4;
    }

    .best-professionals .qualities {
        margin-top: 67px;
        padding-bottom: 118px;
    }

    .best-professionals .qualities:before {
        background: #9BDAC9;
        border-radius: 50%;
        content: "";
        height: 8px;
        left: 50%;
        margin-left: -4px;
        position: absolute;
        top: 0;
        width: 8px;
        z-index: 1;
    }

    .best-professionals .qualities:after {
        background-image: linear-gradient(#308CEB 25%, rgba(255, 255, 255, 0) 0%);
        background-size: 2px 8px;
        background-repeat: repeat-y;
        background-position: center 2px;
        content: "";
        height: 100%;
        left: 50%;
        margin-left: -1px;
        position: absolute;
        top: 0;
        width: 2px;
    }

    .best-professionals .quality {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .best-professionals .quality .h3:before, .best-professionals .quality .h3:after {
        right: -110px;
        position: absolute;
        top: 50%;
    }

    .best-professionals .quality .h3:before {
        background-image: linear-gradient(to right, #308CEB 25%, rgba(255, 255, 255, 0) 0%);
        background-position: top right 5px;
        background-size: 8px 2px;
        background-repeat: repeat-x;
        height: 2px;
        margin-top: 1px;
        width: 95px;
    }

    .best-professionals .quality+.quality {
        margin-top: 50px;
    }

    .best-professionals .quality:nth-child(2n+2) {
        flex-direction: row-reverse;
    }

    .best-professionals .quality:nth-child(2n+2) .h3:before, .best-professionals .quality:nth-child(2n+2) .h3:after {
        background-position: top left 3px;
        left: -110px;
        right: auto;
    }

    .best-professionals .quality:nth-child(2n+2) .quality-body {
        padding-left: 106px;
        padding-right: 0;
    }

    .best-professionals .quality-body {
        padding-right: 106px;
        padding-top: 15px;
        width: 50%;
    }
}

.contact-us {
    background: #fff;
    box-shadow: 0 15px 35px 0 rgba(123, 133, 148, 0.13), 0 5px 15px 0 rgba(123, 133, 148, 0.2);
    border-radius: 8px;
    color: #52606D;
    font-weight: 500;
    line-height: 1.45;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.contact-us .title {
    color: #1F2933;
    font-weight: 600;
    margin-bottom: 25px;
}

.contact-us .bg {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.contact-us .contact-status {
    background: #F5F7FA;
    border-radius: 13px;
    color: #52606D;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 26px;
    line-height: 26px;
    margin-top: 24px;
    padding-left: 12px;
    padding-right: 12px;
}

.contact-us .contact-status:before {
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 11px;
    margin-right: 3px;
    position: relative;
    top: 1px;
    width: 11px;
    vertical-align: baseline;
}

.contact-us .contact-status.status-on:before {
    background: #3EBD93;
}

.contact-us .contact-status.status-off:before {
    background: #EF4E4E;
}

@media (max-width: 1199px) {
    .contact-us .bg {
        display: none;
    }
}

@media (max-width: 991px) {
    .contact-us {
        margin-bottom: -177px;
        /*padding: 229px 19px 56px;*/
        padding: 0;
    }
    .contact-us .bg {
        display: block;
        height: auto;
        width: 100%;
        position: relative;
    }
    .contact-us .contact-us-content {
        padding: 6px 19px 40px;
    }

    .contact-us .title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 13px;
    }

    .contact-us p {
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 34px;
    }
    .contact-us .contact-status{
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .contact-us .btn {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .contact-us {
        font-size: 20px;
        margin-bottom: -229px;
        padding: 79px 60px 69px;
    }

    .contact-us .title {
        font-size: 36px;
        line-height: 1.35;
    }

    .contact-us p {
        margin-bottom: 51px;
    }
}

.testimonials {
    background: #F5F7FA;
}

@media (max-width: 991px) {
    .testimonials {
        padding-bottom: 2px;
        padding-top: 244px;
    }
}

@media (min-width: 992px) {
    .testimonials {
        padding-bottom: 120px;
        padding-top: 349px;
    }
}

.testimonials-container {
    position: relative;
}

.testimonials-container .quotes {
    color: #4630EB;
    position: absolute;
}

@media (max-width: 991px) {
    .testimonials-container {
        margin-top: 39px;
    }

    .testimonials-container .quotes {
        flex: 0 0 28px;
        position: inherit;
        height: 30px;
        width: 41px;
        margin-bottom: 29px;
    }
}

@media (min-width: 992px) {
    .testimonials-container {
        margin-top: 81px;
        padding-left: 92px;
    }

    .testimonials-container .quotes {
        flex: 0 0 45px;
        left: 5px;
        top: 5px;
    }
}

.testimonials-carousel>.testimonial+.testimonial {
    display: none;
}

@media (max-width: 991px) {
    .testimonials-carousel {
        margin-bottom: 45px;
    }

    .testimonials-carousel .slick-dots {
        margin-top: 15px;
        padding-right: 0;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .testimonials-carousel {
        margin-bottom: 61px;
        padding-right: 184px;
    }

    .testimonials-carousel .slick-dots {
        bottom: 27px;
        position: absolute;
        right: 72px;
    }
}

.testimonial-rating .star {
    color: #F5A623;
}

@media (max-width: 991px) {
    .testimonial-rating {
        margin-bottom: 19px;
    }

    .testimonial-rating .star {
        height: 19px;
        width: 20px;
    }
}

@media (min-width: 992px) {
    .testimonial-rating {
        margin-bottom: 24px;
    }
}

.testimonial-blockquote {
    color: #1F2933;
    font-weight: 500;
    line-height: 1.45;
}

@media (max-width: 991px) {
    .testimonial-blockquote {
        font-size: 18px;
    }
    .testimonial-blockquote p{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 39px;
    }
}

@media (min-width: 992px) {
    .testimonial-blockquote {
        font-size: 24px;
    }
}

.testimonial-author {
    align-items: center;
    color: #52606D;
    display: flex;
    font-size: 16px;
    line-height: 1.375;
}

.testimonial-author .testimonial-img {
    border-radius: 50%;
    flex: 0 0 56px;
    height: 56px;
    overflow: hidden;
    width: 56px;
}

.testimonial-author .testimonial-img>img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.testimonial-author .testimonial-details {
    padding-left: 16px;
    padding-top: 5px;
}

.testimonial-author .testimonial-name {
    color: #1F2933;
    display: block;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 3px;
}

@media (max-width: 991px) {
    .testimonial-author {
        margin-top: 0px;
        align-items: flex-start;
    }
    .testimonial-author .testimonial-details {
        padding-top: 8px;
        font-size: 16px;
        line-height: 21px;
    }
    .testimonial-author .testimonial-name {
        font-size: 18px;
        margin-bottom: 7px;
    }
}

@media (min-width: 992px) {
    .testimonial-author {
        margin-top: 51px;
    }

    .testimonial-author .testimonial-name {
        font-size: 20px;
    }
}

.post-img {
    border-radius: 5px;
    height: 320px;
    margin-bottom: 24px;
    overflow: hidden;
}

.post-img>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.post-title {
    color: #1F2933;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 29px;
}

.post .post-img>img {
    transition: transform 0.35s ease;
}

.post:focus, .post:hover {
    text-decoration: none;
}

.post:focus .post-img>img, .post:hover .post-img>img {
    transform: scale(1.1);
}

.post:focus .link>span:after, .post:hover .link>span:after {
    width: 100%;
}

.post:focus .link .icon, .post:hover .link .icon {
    margin-left: 11px;
}

@media screen and (max-width: 991px){
    .post-img {
        height: 187px;
        margin-bottom: 13px;
    }
    .post-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

}

.highlights>.container {
    position: relative;
}

.highlights .h2 {
    margin-bottom: 11px;
}

.highlights .opening {
    color: #52606D;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.55;
}

@media (max-width: 991px) {
    .highlights {
        padding-bottom: 60px;
        padding-top: 56px;
    }

    .highlights .opening {
        margin-bottom: 53px;
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
    }
}

@media (min-width: 992px) {
    .highlights {
        padding-bottom: 120px;
        padding-top: 107px;
    }

    .highlights .opening {
        margin-bottom: 71px;
    }

    .service .highlights {
        padding-bottom: 46px;
        padding-top: 80px;
    }
}

@media (max-width: 991px) {
    .highlights-arrows {
        display: none;
    }
}

@media (min-width: 992px) {
    .highlights-arrows {
        margin-top: -128px;
        position: absolute;
        right: 15px;
        text-align: right;
    }
}

.highlights-carousel {
    white-space: nowrap;
}

.highlights-carousel .post {
    white-space: normal;
}

.highlights-carousel>.post {
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 991px) {

    .highlights-carousel .post,
    .highlights-carousel .slick-slide {
        width: 250px;
    }

    .highlights-carousel .post+.post {
        margin-left: 10px;
    }

    .highlights-carousel .slick-slide+.slick-slide {
        margin-left: 20px;
    }
}

@media (min-width: 992px) {

    .highlights-carousel .post,
    .highlights-carousel .slick-slide {
        width: 428px;
    }

    .highlights-carousel .post+.post {
        margin-left: 25px;
    }

    .highlights-carousel .slick-slide+.slick-slide {
        margin-left: 30px;
    }
}

.lp .header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.lp .header .navbar-brand img:not(.logo-white) {
    display: none;
}

.lp .header .navbar-brand img.logo-white {
    display: block;
}

.lp .header .nav-link {
    color: #fff;
}

.lp .navbar-brand {
    color: #fff;
}

.lp .card .btn:not(.btn-sm) {
    padding: 14px 24px;
}

.lp .h3,
.lp .h4 {
    color: #1F2933;
}

.lp .h4 {
    font-size: 18px;
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    .lp .h3 {
        margin-bottom: 25px;
    }

    .lp .h4 {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .lp .h3 {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.35;
        margin-bottom: 21px;
    }

    .lp .h4 {
        font-weight: 600;
        line-height: 1.55;
    }
}

.leader-training p,
.leader-training ul {
    font-weight: 500;
}

.leader-training .opening {
    color: #7B8794;
}

.leader-training .opening strong {
    color: #1F2933;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 60px;
}

.leader-training ul {
    list-style: none;
    padding-left: 0;
}

.leader-training li {
    align-items: baseline;
    display: flex;
    line-height: 1.65;
}

.leader-training li+li {
    margin-top: 5px;
}

.leader-training .check {
    color: #4630EB;
    flex: 0 0 16px;
    margin-right: 12px;
}

.leader-training .card-values {
    margin-bottom: -391px;
    margin-top: 104px;
}

.leader-training .row+.row {
    margin-top: 86px;
}

@media (max-width: 991px) {
    .leader-training {
        padding-bottom: 67px;
        padding-top: 60px;
    }

    .leader-training img {
        height: auto;
        margin-top: 30px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .leader-training {
        padding-bottom: 135px;
        padding-top: 120px;
    }

    .leader-training .row {
        align-items: center;
    }
}

.training-details {
    background: #F5F7FA;
    font-size: 18px;
    line-height: 1.6;
    padding-top: 374px;
}

.training-details .h3 {
    margin-bottom: 40px;
}

.training-details p {
    margin-bottom: 30px;
}

.training-details .btn {
    margin-top: 11px;
}

@media (max-width: 991px) {
    .training-details {
        padding-bottom: 62px;
    }
}

@media (min-width: 992px) {
    .training-details {
        padding-bottom: 124px;
    }

    .training-details>.container {
        max-width: 732px;
    }
}

.f-h1, .f-h2, .f-h3 {
    color: #1F2933;
    font-weight: 600;
}

.f-h1 {
    font-size: 30px;
    line-height: 1.35;
}

@media (max-width: 991px) {
    .f-h1 {
        margin-bottom: 25px;
    }
}

@media (min-width: 992px) {
    .f-h1 {
        margin-bottom: 47px;
    }
}

.f-h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 39px;
}

.f-h3 {
    font-size: 20px;
    line-height: 1.5;
}

label.f-h3 {
    margin-bottom: 20px;
}

.funnel {
    background: #F5F7FA;
    color: #1F2933;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.funnel .header {
    flex: 0 0 auto;
}

.funnel:not(.service) .navbar-main {
    visibility: hidden;
}

.funnel>.container {
    flex: 1 0 auto;
}

.funnel .footer {
    color: #9AA5B1;
    flex: 0 0 auto;
    margin-top: 74px;
}

.funnel .footer .container, .funnel .footer .row {
    height: 100%;
}

.funnel .footer a {
    color: #9AA5B1;
}

@media (max-width: 991px) {
    .funnel .footer {
        padding-bottom: 15px;
        padding-top: 7px;
    }
}

@media (min-width: 992px) {
    .funnel .footer {
        height: 70px;
    }
}

.funnel .copyright {
    height: 100%;
}

.funnel .nav-social a+a {
    margin-left: 14px;
}

.funnel .btn:not(.btn-sm) {
    padding: 14px 24px;
}

.funnel .step-header {
    color: #7B8794;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 30px;
}

.funnel .step-header .opening {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
}

.funnel .form-group {
    margin-bottom: 20px;
}

.funnel .form-check {
    padding-left: 0;
}

.funnel .form-check>input {
    margin-left: 17px;
}
.funnel .form-check>label {
    background: #F5F7FA;
    border: 1px solid #CBD2D9;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 0;
    padding: 16px 52px;
    transition: all 0.15s ease;
}

.funnel .form-check:hover>label {
    border-color: #4630EB;
    color: #4630EB;
}

.funnel .form-check:hover>input {
    border-color: #4630EB;
}

.funnel .progress {
    border-radius: 0;
    height: 6px;
}

.funnel .progress-bar {
    background: #4630EB;
}

.funnel .contact-details {
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(123, 133, 148, 0.13), 0 3px 6px 0 rgba(123, 133, 148, 0.2);
    border-radius: 5px;
    color: #52606D;
    line-height: 1.375;
    margin-top: 35px;
    padding: 91px 30px 50px;
    position: relative;
    text-align: center;
}

.funnel .contact-details:after {
    background-image: linear-gradient(270deg, #24D2EF 0%, #4630EB 100%);
    border-radius: 0 0 5px 5px;
    bottom: 0;
    content: "";
    height: 9px;
    left: 0;
    position: absolute;
    width: 100%;
}

.funnel .contact-img {
    border-radius: 50%;
    height: 105px;
    margin: 0 auto 22px;
    overflow: hidden;
    left: 0;
    position: absolute;
    right: 0;
    top: -35px;
    width: 105px;
}

.funnel .contact-img>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.funnel .contact-name {
    color: #1F2933;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 5px;
}

.funnel .contact-role {
    margin-bottom: 22px;
}

.funnel .contact-rating .rating-number {
    color: #1F2933;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 13px;
}

.funnel .contact-rating .star {
    color: #F5A623;
}

.funnel .contact-rating .star+.star {
    margin-left: 2px;
}

@media (max-width: 991px) {
    .funnel .header {
        margin-bottom: 35px;
    }

    .funnel .contact-details {
        margin-bottom: 40px;
        margin-top: 90px;
    }
}

@media (min-width: 992px) {
    .funnel .header {
        margin-bottom: 74px;
    }

    .funnel .contact-details {
        margin-left: auto;
        width: 316px;
    }
}

.step-header .f-h1, .step-header .f-h2 {
    margin-bottom: 11px;
}

.step-header .f-h3 {
    margin-bottom: 5px;
}
.step-header .f-subtitle {
    color: #7F8593;
    font-size: 20px;
    line-height: 1.4;
    margin-top: 25px;
}

.funnel-widget .option {
    background: #4630EB;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.funnel-widget .option:hover {
    background: #FFFFFF;
    border-color: #4630EB;
    box-shadow: inset 0 0 0 0.5px #4630EB, 0 26px 45px -10px rgba(97, 110, 124, 0.15), 0 14px 30px -7px rgba(69, 82, 95, 0.2);
    color: #4630EB;
    margin-top: -7px;
    text-decoration: none;
}

@media (max-width: 767px) {
    .funnel-widget .option {
        display: block;
        padding: 15px;
    }

    .funnel-widget .option .icon {
        height: 30px;
        margin-right: 10px;
        width: 28px;
    }

    .funnel-widget .option+.option {
        margin-top: 10px;
    }
    .funnel-widget .option > div {
        display: inline-block;
    }
    .funnel-widget .option p{
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .funnel-widget {
        display: flex;
    }

    .funnel-widget .option {
        align-items: center;
        display: flex;
        flex: 0 0 175px;
        flex-direction: column;
        height: 175px;
        justify-content: center;
        width: 175px;
        padding: 0 15px;
        text-align: center;
    }

    .funnel-widget .option > div {
        height: 41px;
        display: flex;
    }
    .funnel-widget .option p{
        margin-top: auto;
        margin-bottom: auto;
    }
    .funnel-widget .option .icon {
        height: 44px;
        margin-bottom: 12px;
    }

    .funnel-widget .option+.option {
        margin-left: 20px;
    }
}

.service .header {
    background: #fff;
    box-shadow: 0 1px 0 0 #E4E7EB;
}

.service .progress {
    display: none;
}

.service .f-h2 {
    color: #1F2933;
    font-size: 30px;
    line-height: 1.35;
}

.service .f-h3 {
    margin-bottom: 18px;
}

.service .h4 {
    margin-bottom: 24px;
}

.service .highlights .f-h2 {
    margin-bottom: 20px;
}

.service .table {
    background: #fff;
    border: 1px solid #E4E7EB;
    font-weight: 500;
    width: 100%;
}

.service .table .btn {
    white-space: nowrap;
}

.service .table th, .service .table td {
    padding: 16px 20px;
    vertical-align: middle;
}

.service .table td {
    background: #fff;
}

.service .table th+td {
    background: #FCFCFD;
    border-left: 1px solid #E4E7EB;
}

.service .table-name {
    width: 55%;
}

.service .table-date {
    width: 40%;
}

.service .footer .navbar,
.service .footer .footer-links {
    display: none;
}

@media (max-width: 575px) {
    .service .table-name:after {
        color: #52606D;
        content: attr(data-date);
        display: block;
        font-size: 14px;
    }

    .service .table-date {
        display: none;
    }
}

@media (min-width: 992px) {
    .service .header {
        margin-bottom: 34px;
    }

    .service .breadcrumb {
        margin-top: 47px;
    }
}

.services .table tr {
    transition: box-shadow 0.3s ease;
}

.services .table tr:hover {
    box-shadow: 0 3px 4px 0 rgba(97, 110, 124, 0.14), 0 3px 3px -2px rgba(97, 110, 124, 0.12), 0 1px 8px 0 rgba(97, 110, 124, 0.2);
}
.services .f-h1 span{
    text-transform: capitalize;
}

@media (min-width: 992px) {
    .single .table th, .single .table td {
        padding-bottom: 25px;
        padding-top: 24px;
    }

    .single .table th {
        white-space: nowrap;
        width: 1%;
    }
}

/* alert */
.alert {
    padding: 14px 72px 14px 20px;
}

.alert:not(.alert-dismissible) {
    padding: 14px 20px 14px;
}

.alert.alert-success, .alert.alert-error {
    display: flex;
    align-items: center;
}

.alert.alert-success {
    background-color: #EFFCF6;
    border-color: #3EBD93;
}

.alert.alert-error {
    background-color: #fffdf6;
    border-color: #f44336;
}

.alert .alert-icon {
    margin-right: 27px;
    margin-left: 6px;
}

.alert .alert-icon svg {
    border-radius: 100%;
    width: 27px;
    height: 27px;
    background-color: white;
}

.alert.alert-success .alert-icon svg {
    color: #4BC49B;
    box-shadow: 0px 0px 0px 6px #C5F6E1;
}

.alert.alert-error .alert-icon svg {
    color: #f44336;
    box-shadow: 0px 0px 0px 6px #ffd3c6;
}

.alert .alert-title {
    color: #1F2933;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 1px;
}

.alert .alert-description {
    color: #323F4B;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .alert-dismissible .close-alert {
        position: absolute;
        right: 1.25rem;
        color: #323F4B;
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
        cursor: pointer;
    }

    .alert-dismissible .close-alert:before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #323F4B;
        bottom: 1px;
        position: absolute;
        left: 0;
    }
}

@media screen and (max-width: 991px) {
    .alert {
        padding: 14px;
    }

    .alert .alert-title {
        font-size: 16px;
        line-height: 23px;
    }

    .alert .alert-description {
        font-size: 13px;
        line-height: 19px;
    }

    .alert .alert-icon {
        margin-right: 20px;
    }

    .alert-dismissible .close-alert {
        display: none;
    }
}

/* contact page */
.contact .header {
    background-color: #F5F7FA;
}

.hero-contact {
    background-color: #F5F7FA;
    padding: 80px 0 126px;
}

.hero-contact .hero-subtitle {
    color: #3E4C59;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    line-height: 28px;
    margin-bottom: 6px;
}

.hero-contact .hero-title {
    color: #1F2933;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 59px;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .hero-contact {
        padding: 20px 0 60px;
    }

    .hero-contact .hero-title {
        font-size: 26px;
        line-height: 34px;
    }

    .hero-contact .hero-subtitle {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 16px;
    }
}

.contact-section {
    padding: 75px 0 131px;
}

.contact-section .h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
}

.contact-section .contact-description {
    color: #52606D;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}

.contact-section .form {
    margin-top: 40px;
}

.contact-section .form-group {
    margin-bottom: 14px;
}

.contact-section textarea.form-control {
    min-height: 55px;
    height: 55px;
}

.contact-section .form-btn {
    margin-top: 30px;
}

.contact-section .form-btn .btn {
    font-size: 16px;
    padding: 15px 24px;
}

.form-info {
    margin-top: 30px;
}

.form-info p {
    color: #1F2933;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.form-info p a, .form-info p span {
    color: #4630EB;
}

.form-info p:last-child {
    margin-bottom: 0;
}

.contact-section .vertical-line {
    height: 100%;
    position: relative;
    width: 1px;
    background-color: #D8D8D8;
    display: block;
    margin: auto;
}

.contact-section .social-icons {
    margin-top: 40px;
}

.contact-section .social-icons svg {
    fill: #1F2933;
}

.contact-section .social-icons a+a {
    margin-left: 18px;
}

.contact-section .alert {
    margin-bottom: 36px;
}

@media screen and (max-width: 991px) {
    .contact-section {
        padding: 60px 0px 60px;
    }

    .contact-section .alert {
        margin-bottom: 24px;
    }

    .contact-section .form {
        margin-top: 20px;
    }

    .contact-section .form-btn .btn {
        width: 100%;
    }

    .contact-section .social-icons {
        margin-top: 28px;
    }

    .contact-section .other-questions {
        margin-top: 60px;
    }
}

/* profile page */
.funnel.profile .navbar-main {
    visibility: visible;
}

.profile .header {
    background-color: white;
    box-shadow: 0 1.2px 0 0 #E4E7EB;
}

.profile.funnel .progress {
    display: none;
}

@media screen and (min-width: 992px) {
    .profile.funnel .header {
        margin-bottom: 58px;
    }
}

@media screen and (max-width: 991px) {
    .funnel .footer {
        margin-top: 35px;
    }
}

.user-nav {
    position: relative;
    margin-left: auto;
}

.user-nav .user-initial {
    display: inline-block;
    height: 44px;
    width: 44px;
    background-color: #616E7C;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    border-radius: 100%;
    margin-right: 6px;
    line-height: 46px;
}

.user-nav .nav-user-dropdown {
    cursor: pointer;
}

.user-nav .angle-down {
    vertical-align: baseline;
    color: #616E7C;
}

.user-nav-content {
    position: absolute;
    top: 59px;
    width: 184px;
    padding: 18px 20px;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 4px 0 rgba(97, 110, 124, 0.14), 0 3px 3px -2px rgba(97, 110, 124, 0.12), 0 1px 8px 0 rgba(97, 110, 124, 0.2);
    right: 0;
    transition: ease-in-out 0.3s;
    display: none;
}

.user-nav-content:before {
    content: '';
    height: 83px;
    position: absolute;
    top: -15px;
    width: 70px;
    opacity: 0.1;
    right: 0;
}

.user-nav:hover .user-nav-content {
    display: block;
}

.user-nav-content .user-name {
    color: #1F2933;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 5px;
}

.user-nav-content .user-office {
    color: #616E7C;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
}

.user-nav-content .user-menu {
    border-top: 1px solid #E4E7EB;
    list-style: none;
    padding: 16px 0 0;
    margin-top: 21px;
    margin-bottom: 0px;
}

.user-nav-content .user-menu li+li {
    margin-top: 7px;
}

.user-nav-content .user-menu a {
    text-decoration: none;
    color: #1F2933;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.user-nav-content .user-menu .active a {
    color: #4630EB;
}

@media screen and (max-width: 991px) {
    .user-nav {
        position: absolute;
        width: 100%;
        bottom: 0;
        text-align: center;
    }

    .user-nav .user-nav-content {
        padding: 28px 20px;
        width: 100%;
        display: block;
        position: static;
        border-radius: 0;
    }

    .user-nav .user-initial, .user-nav .angle-down {
        display: none;
    }
}

@media screen and (max-width: 991px) and (max-height: 400px) {
    .user-nav {
        position: relative;
        margin-top: 30px;
    }
}

/* profile section */
.profile-section {
    background-color: #F5F7FA;
    margin-bottom: 28px;
}

.profile-section .h1 {
    color: #1F2933;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 26px;
}

.box-account {
    border: 1px solid #E4E7EB;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.box-account .nav-item {
    margin-left: 30px;
}

.box-account .nav-item a {
    color: #1F2933;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    padding: 22px 0 16px;
    display: block;
    position: relative;
    text-decoration: none;
}

.box-account .nav-item a.active {
    border-bottom: 3px solid #4630EB;
}

.box-account .tab-padding {
    padding-top: 78px;
    padding-bottom: 99px;
}

.profile.funnel .form-group {
    margin-bottom: 14px;
}

.profile.funnel .form-btn {
    margin-top: 20px;
}

.profile-section .alert {
    margin-bottom: 36px;
}

@media screen and (max-width: 991px) {
    .profile-section {
        margin-bottom: 0;
    }

    .profile-section .h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .box-account .tab-padding {
        padding: 20px;
    }

    .profile.funnel .form-btn .btn {
        width: 100%;
    }

    .profile-section .alert {
        margin-bottom: 14px;
    }
}

/* terms */
.text-page {
    margin-top: 79px;
    margin-bottom: 120px;
}

.text-page .effective-date {
    color: #1F2933;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 22px;
}

.text-page p,.text-page ul,.text-page ol {
    color: #334066;
    font-size: 16px;
    line-height: 26px;
}
.text-page ul li{
    margin-bottom: 15px;
}

.text-page .h2 {
    color: #1F2933;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 18px;
}

.text-page p+.h2 {
    margin-top: 52px;
}

@media screen and (max-width: 991px) {
    .text-page {
        margin-top: 40px;
        margin-bottom: 120px;
    }

    .text-page .h2 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 30px;
    }
}

.nav-left ul {
    list-style: none;
    padding: 0;
}

.nav-left ul li {
    margin-bottom: 15px;
}

.nav-left ul li a {
    text-decoration: none;
    color: #7B8794;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.nav-left ul li a.active {
    color: #1F2933;
}

@media screen and (max-width: 991px) {
    .nav-left {
        margin-bottom: 34px;
    }
}

/* about */
.about .header {
    background-color: #4630EB;
}

.about .navbar-brand {
    color: #fff;
}

.about .header .nav-link {
    color: #fff;
}

.about .header .navbar .btn-primary {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
}

.about .header .navbar .btn-primary:hover {
    box-shadow: none !important;
    border-color: #fff;
}

.about .user-nav .angle-down {
    color: white;
}

.about .header #navbar>ul .nav-link:hover, .about .header #navbar>ul:first-child .nav-link:hover {
    color: white;
}

.hero-about {
    padding: 81px 0 118px;
    background-color: #4630EB;
}

.hero-about .hero-title {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 600;
    line-height: 59px;
    margin-bottom: 26px;
}

.hero-about .hero-subtitle {
    color: #9EE2FF;
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
}

.hero-about .hero-subtitle:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .about .navbar-toggler>span {
        background-color: white;
    }

    .hero-about {
        padding: 20px 0 60px;
    }

    .hero-about .hero-title {
        font-size: 26px;
        line-height: 34px;
    }

    .hero-about .hero-subtitle {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }

    .about .header .navbar .btn-primary {
        font-weight: 500;
        border: 0 none;
    }

    .about .header .navbar .btn-primary:hover,
    .about .header .navbar .btn-primary:active {
        box-shadow: none !important;
        background-color: transparent;
        color: white;
        box-shadow: none;
    }
}

.about-content {
    margin-top: 99px;
}

.about-content .section-title {
    margin-bottom: 30px;
}

.about-content .section-title:before {
    margin-right: 10px;
}

.about-content .h3 {
    color: #1F2933;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 30px;
}

.about-content .description {
    color: #323F4B;
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .about-content {
        margin-top: 60px;
    }

    .about-content .section-title {
        margin-bottom: 14px;
    }

    .about-content .h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 18px;
    }

    .about-content+.about-content {
        margin-top: 60px;
    }
    .about-content:last-child{
        margin-bottom: 60px;
    }

    .about-content .description {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 20px;
    }
}

.bg-grey {
    background-color: #F5F7FA;
}

.principles {
    margin-top: 142px;
    padding: 116px 0 131px;
}

.principles .h2 {
    margin-bottom: 79px;
}

.principles .number {
    height: 39px;
    width: 39px;
    background-color: rgba(70, 48, 235, 0.9);
    color: #F5F7FA;
    font-size: 18px;
    font-weight: 600;
    line-height: 39px;
    border-radius: 100%;
    text-align: center;
    margin-bottom: 21px;
}

.principles .h3 {
    color: #1F2933;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 14px;
}

.principles .description {
    color: #52606D;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
}

.about .testimonials {
    background: white;
}

@media screen and (max-width: 991px) {
    .principles {
        margin-top: 0;
        padding: 60px 0 24px;
    }

    .principles .h2 {
        margin-bottom: 30px;
        font-size: 26px;
        line-height: 34px;
    }

    .principles .number {
        margin-right: 14px;
        margin-bottom: 0;
    }

    .principles .principle-text {
        width: calc(100% - 50px);
    }

    .principles .h3 {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 24px;
    }

    .principles .description {
        margin-top: 8px;
        margin-bottom: 22px;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
    }
}

/* not found */
.not-found {
    background-color: #F5F7FA;
    padding: 220px 0px 197px;
}

.not-found .h1 {
    color: #1F2933;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 59px;
    margin-bottom: 23px;
}

.not-found .description {
    color: #52606D;
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
    text-align: center;
    margin-bottom: 63px;
}

.not-found .btn {
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

@media screen and (max-width: 991px) {
    .not-found {
        padding: 100px 0 160px;
    }

    .not-found .h1 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 15px;
    }

    .not-found .description {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 40px;
    }
}

/* solutions */
.solutions .header {
    box-shadow: 0 1.2px 0 0 #E4E7EB;
}

.solutions-hero {
    background-color: #F5F7FA;
}

.hero-solutions {
    padding: 67px 0 89px;
}

.hero-solutions .hero-subtitle {
    color: #3E4C59;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    line-height: 28px;
    margin-bottom: 6px;
}

.hero-solutions .hero-title {
    color: #1F2933;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 62px;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .hero-solutions {
        padding: 38px 0 28px;
    }

    .hero-solutions .hero-title {
        font-size: 26px;
        line-height: 34px;
    }

    .hero-solutions .hero-subtitle {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 16px;
    }
}

.problems-section {
    margin-bottom: 140px;
}

.problems-section .h2 {
    color: #1F2933;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 32px;
}

.problems-section .solutions-wrap {
    white-space: inherit;
}

.problems-section .solutions-wrap .solution {
    margin-right: 15px;
    margin-bottom: 20px;
}

.solutions .testimonials {
    background-color: white;
}

@media screen and (max-width: 991px) {
    .problems-section {
        margin-bottom: 56px;
    }

    .problems-section .h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 26px;
    }

    .solutions-wrap .solution {
        display: block;
        width: 100%;
        margin: 0;
        height: auto;
    }

    .solutions-wrap .solution>.link {
        position: static;
        display: block;
    }
}

/* login */
.login {
    background-color: #F5F7FA;
}

.login .header {
    padding: 43px 0 0;
}

.login .navbar-brand {
    margin: 0;
}

.login .footer {
    background-color: transparent;
}

.login .copyright {
    border: 0 none;
    margin: 0;
    padding: 20px 0;
}

.login .copyright {
    color: #9AA5B1;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.box-login {
    margin: 35px auto 31px;
    width: 457px;
    max-width: 100%;
    padding: 44px 60px 57px;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 4px 0 rgba(97, 110, 124, 0.14), 0 3px 3px -2px rgba(97, 110, 124, 0.12), 0 1px 8px 0 rgba(97, 110, 124, 0.2);
}

.box-login .h1 {
    color: #1F2933;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
}

.box-login .description {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
}

.box-login .form {
    margin-top: 28px;
}

.box-login .form-btn {
    margin-top: 29px;
}

.box-login .form-btn .btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 14px 34px;
}

.box-login .form-options {
    text-align: center;
    margin-top: 31px;
}

.custom-checkbox {
    margin-bottom: 0;
}

.custom-checkbox .custom-control-label {
    color: #1F2933;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
}

.custom-checkbox .custom-control-label::before {
    left: -35px;
    top: -2px;
    height: 21px;
    width: 21px;
    border: 1px solid #CBD2D9;
    border-radius: 2px;
}

.custom-checkbox .custom-control-label::after {
    top: -1px;
    left: -34px;
    width: 20px;
    height: 20px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    border-color: #4630EB;
    background-color: #4630EB;
}

.recover-password a {
    color: #4630EB;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.32px;
    line-height: 18px;
    margin-top: 36px;
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .login .header {
        padding: 20px 0 0;
    }

    .box-login {
        margin: 22px auto 20px;
        padding: 24px 24px 34px;
    }

    .box-login .h1 {
        font-size: 20px;
        line-height: 36px;
    }

    .box-login .form {
        margin-top: 18px;
    }
}

@media screen and (min-width: 992px) {
    .forgot-pass .box-login .form {
        margin-top: 43px;
    }

    .forgot-pass-success .box-login .h1 {
        margin-bottom: 20px;
    }

    .forgot-pass-success .box-login .description {
        padding-top: 11px;
    }

    .forgot-pass-success .box-login .form-btn {
        margin-top: 40px;
    }
}

/* LP city */
.city-page .header .navbar .btn {
    margin-left: 2px;
}

.city-page .h1 {
    font-size: 53px;
    line-height: 72px;
}

.city-page .h2 {
    font-size: 30px;
    line-height: 40px;
}

.dashed-blue {
    color: #4630EB;
    position: relative;
}

.dashed-blue:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    content: '';
    border-bottom: 2px dashed #4630EB;
}

.city-page p {
    font-size: 14px;
    line-height: 22px;
    color: #1F2933;
    font-family: 'Metropolis';
    font-weight: normal;
}

.city-page a:hover {
    text-decoration: none;
}

.city-page .page-content {
    position: relative;
    z-index: 2;
    margin-bottom: 160px;
}
@media screen and (min-width: 991px){
    .btn-header .btn-whatsapp {
        padding: 10px 24px 10px 75px;
    }
    .btn-header .btn-whatsapp span {
        font-size: 13px;
    }
    .btn-header .btn {
        font-size: 14px;
    }
    .btn-header .btn-whatsapp .icon{
        width: 60px;
    }
    .btn-header .btn-whatsapp .icon svg{
        width: 28px;
        height: 28px;
    }
}
@media screen and (max-width: 991px) {
    .city-page .header .navbar .btn:hover,
    .city-page .header .navbar .btn:focus {
        background-color: #4630EB;
    }

    .city-page .h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .city-page .page-content {
        margin-bottom: 45px;
    }

    .city-page .header .navbar-brand {
        margin-right: 0;
    }
	

    .btn-header .btn-whatsapp.btn {
		font-size: 13px;
        padding: 10px 10px 10px 36px;
    }
    .btn-header .btn-whatsapp span ,
	.btn-header .btn-whatsapp b{
        display: none;
    }
    .btn-header .btn {
        font-size: 14px;
    }
    .btn-header .btn-whatsapp .icon{
        width: 45px;
		background-color: transparent;
    }
    .btn-header .btn-whatsapp .icon svg{
        width: 18px;
height: 18px;
    }
	

}

.city-page .btn.focus, .city-page .btn:focus {
    box-shadow: none;
}

.city-page .btn {
    font-weight: 600;
    font-size: 16px;
}

.btn-link {
    border-color: transparent;
    color: #4630EB;
    padding: 0;
    font-size: 16px;
    line-height: 21px;
    position: relative;
    font-family: 'Metropolis';
    font-weight: 500;
}

.btn-link::before {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 2px;
    left: 0;
    bottom: -5px;
    background: #4630EB;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    color: #4630EB;
    border-color: transparent;
}

.btn-link svg {
    width: 10px;
    height: 16px;
    margin-left: 8px;
    position: relative;
    top: 3px;
    vertical-align: baseline;
}

.btn-link svg.icon-arrow {
    transition: ease-in-out 0.3s;
    width: 14px;
    height: 16px;
    left: 0;
}

.btn-link:hover svg.icon-arrow {
    left: 4px;
}

@media screen and (min-width: 992px) {
    .city-page .btn.btn-lg {
        font-size: 22px;
        line-height: 76px;
    }
}

.city-page .header .navbar .navbar-brand img {
    display: block;
}

.city-page .header .navbar .need-help {
    display: flex;
    align-items: center;
}

.city-page .header .navbar .need-help span {
    font-size: 16px;
    line-height: 16px !important;
    margin-right: 18px;
}

.city-hero {
    background-color: #4630EB;
    height: 98px;
    padding: 34px 0 48px;
}

.city-hero .h1 {
    color: white;
    margin-top: 14px;
    margin-bottom: 0;
}

.city-hero .h1 .dashed {
    position: relative;
}

.city-hero .h1 .dashed:before {
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    content: '';
    border-bottom: 2px dashed #FFFFFF;
}

.box-form-hero {
    padding: 32px 35px;
    background: #FFFFFF;
    box-shadow: 0px 18px 20px rgba(51, 78, 104, 0.1), 0px 30px 60px rgba(51, 78, 104, 0.1);
    border-radius: 8px;
}

.box-form-hero .h2 {
    font-size: 24px;
    line-height: 34px;
    color: #1F2933;
    margin-bottom: 22px;
}

.box-form-hero .h3 {
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 18px;
    line-height: 29px;
}

.box-form-hero .form .custom-radio .form-group {
    margin-bottom: 12px;
}

.box-form-hero .form .btn {
    margin-top: 37px;
    font-size: 18px;
    padding: 14px 34px;
}

.box-form-hero .form .custom-control-label {
    cursor: pointer;
    padding-left: 12px;
    font-size: 16px;
}

.box-form-hero .form .custom-control-label::before {
    top: auto;
    width: 20px;
    height: 20px;
}

.box-form-hero .form .custom-control-label::after {
    left: -22px;
    top: 2px;
}

.box-form-hero .form .custom-control-input:checked~.custom-control-label {
    color: #4630EB;
}

.box-form-hero .form .custom-control-input:checked~.custom-control-label::before {
    border-color: #4630EB;
    background-color: #4630EB;
}

.hero-absolute-content .btn-whatsapp {
    margin-top: 41px;
    font-size: 17px;
}

@media screen and (max-width: 991px) {
    .hero-absolute-content .btn-whatsapp {
        margin-top: 30px;
        font-size: 16px;
    }
}

@media screen and (min-width: 992px) {
    .box-form-hero {
        width: 368px;
    }

    .box-form-hero select {
        width: 205px;
    }

    .hero-absolute-content {
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media screen and (max-width: 991px) {
    .city-hero {
        height: auto;
        margin-bottom: 26px;
        padding: 25px 0 0;
        background-color: transparent;
    }
    .city-hero:before {
        content: '';
        width: 100%;
        height: 340px;
        background-color: #4630EB;
        position: absolute;
        left: 0;
        top: 0;
    }

    .city-hero .h1 {
        margin-top: 0;
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .city-hero .h1 .dashed::before {
        bottom: 2px;
    }

    .box-form-hero {
        margin-left: -7px;
        margin-right: -7px;
        padding: 22px 26px;
    }

    .box-form-hero .h2 {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .box-form-hero .h3 {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

.city-page .content-body {
    width: 644px;
    max-width: 100%;
    margin-top: 4px;
}

.city-page .content-body .body-title {
    margin-bottom: 20px;
}

.city-text p {
    margin-bottom: 17px;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
}

.city-text img {
    margin-bottom: 15px;
}

/* graph */
.graph {
    margin-bottom: 27px;
}

.graph .graph-bg {
    background: #F3F1FE;
    border-radius: 20px;
}

.graph .percentage {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    color: #4630EB;
    font-family: 'Roboto', sans-serif;
}

.graph .graph-bars {
    padding: 35px 0;
    display: flex;
    flex-direction: column !important;
}

.graph .graph-bars>div {
    height: 57px;
    border-radius: 0 5px 5px 0;
    background-color: #616E7C;
    margin-bottom: 23px;
    position: relative;
}

.graph .graph-bars>div:last-child {
    margin-bottom: 0px;
}

.graph .graph-bars>div::after {
    font-family: 'Metropolis';
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    content: attr(data-name);
    position: absolute;
    right: -150px;
    top: 11px;
    width: 141px;
}

.graph .graph-bars>div.blue {
    background-color: #2BB0ED;
    color: #2BB0ED;
}

.graph .graph-bars>div.red {
    background-color: #E12D39;
    color: #E12D39;
}

.graph .graph-bars>div.green {
    background-color: #27AB83;
    color: #27AB83;
}

@media screen and (max-width: 991px) {
    .graph .percentage {
        font-size: 9px;
    }
}

/* checklist box */
.checklist-box {
    background-color: #F3F1FE;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.checklist-box .checklist-image {
    width: 50%;
    height: 332px;
}

.checklist-box .checklist-image img {
    border-radius: 5px 0 0 5px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.checklist-box .checklist-content {
    width: 50%;
}

.checklist-box .checklist-content .h3 {
    font-size: 30px;
    line-height: 36px;
    color: #4630EB;
    margin-bottom: 26px;
}

.checklist-box .checklist-content .btn {
    padding: 15px 34px;
}

@media screen and (min-width: 992px) {
    .checklist-box .checklist-content {
        padding-right: 40px;
        padding-left: 36px;
    }
}

@media screen and (max-width: 991px) {
    .checklist-box {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .checklist-box .checklist-content,
    .checklist-box .checklist-image {
        width: 100%;
    }

    .checklist-box .checklist-content {
        padding: 20px 15px;
        text-align: center;
    }

    .checklist-box .checklist-image {
        height: 200px;
    }

    .checklist-box .checklist-image img {
        border-radius: 5px 5px 0 0;
    }

    .checklist-box .checklist-content .h3 {
        font-size: 20px;
        line-height: 26px;
        color: #4630EB;
        margin-bottom: 10px;
    }
}

/* investment box */
.investment-box {
    background-color: #F3F1FE;
    border-radius: 5px;
    padding: 0 57px;
    margin-bottom: 27px;
}

.investment-box .investment-text {
    padding: 70px 0;
}

.investment-box .investment-text .h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
}

.investment-box .investment-text .description {
    color: #848484;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

.investment-box .investment-chart {
    max-height: 182px;
}

@media screen and (max-width: 991px) {
    .investment-box .investment-text {
        padding: 16px 0;
    }

    .investment-box {
        padding: 0 20px;
        margin-bottom: 30px;
    }
}

/* training-hours */
.training-hours {
    margin-bottom: 43px;
}

.training-hours .h3 {
    font-size: 24px;
    line-height: 34px;
    padding-left: 58px;
    margin-bottom: 0;
}

.training-hours .th-title {
    width: 44%;
}

.th-illustration {
    width: 46%;
    height: 176px;
    position: relative;
}

.th-illustration .circle {
    width: 176px;
    height: 176px;
    border-radius: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    padding: 42px;
}

.th-illustration .circle:first-child {
    left: 0;
    background-color: rgba(43, 176, 237, 0.8);
}

.th-illustration .circle:last-child {
    right: 0;
    background-color: rgba(39, 171, 131, 0.8);
}

.th-illustration .circle:last-child .circle-text {
    margin-left: auto;
}

.th-illustration .circle .time {
    font-size: 30px;
    line-height: 34px;
    color: white;
    margin-bottom: 0px;
    width: 100%;
    font-family: 'Metropolis';
    font-weight: 600;
}

.th-illustration .circle .country {
    font-family: 'Metropolis';
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: white;
    width: 100%;
    margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
    .training-hours {
        margin-bottom: 30px;
    }

    .training-hours .th-title {
        width: 100%;
    }

    .training-hours .h3 {
        font-size: 22px;
        line-height: 32px;
        padding-left: 0;
        margin-bottom: 10px;
    }

    .th-illustration {
        width: 290px;
        display: block;
        margin: auto;
    }
}

/* call box */
.call-box {
    background-color: #F3F1FE;
    margin-bottom: 32px;
}

.call-box .call-image {
    height: 295px;
    width: 50%;
}

.call-box .call-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.call-box .call-content {
    width: 50%;
    padding-left: 41px;
    padding-right: 10px;
}

.call-box .call-content .h3 {
    font-size: 24px;
    line-height: 34px;
    color: #4630EB;
    margin-bottom: 55px;
}

.call-box .call-content .btn {
    border-radius: 98px;
    padding: 12px 23px;
}

.call-box .call-content .btn svg {
    vertical-align: middle;
    margin-right: 2px;
    width: 18px;
    height: 19px;
    position: relative;
    top: -1px;
}

@media screen and (min-width: 992px) {
    .call-box .call-image img {
        border-radius: 0 5px 5px 0;
    }

    .call-box {
        border-radius: 5px 0 0 5px;
    }
}

@media screen and (max-width: 991px) {
    .call-box {
        border-radius: 5px;
    }

    .call-box .call-content {
        width: 100%;
        padding: 20px;
    }

    .call-box .call-image {
        width: 100%;
        height: 175px;
    }

    .call-box .call-image img {
        border-radius: 5px 5px 0 0;
    }

    .call-box .call-content .h3 {
        margin-bottom: 18px;
    }
}

/* calculator description */
.calculator-description .h2 {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 19px;
}

.calculator-description .h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 32px;
}

.calculator-description p,
.calculator-description .description,
.calculator-description .h4 {
    font-size: 16px;
    line-height: 28px;
}

.calculator-description p,
.calculator-description .description {
    margin-bottom: 28px;
}

.calculator-description .h4 {
    margin-bottom: 0;
}

.calculator-description .btn {
    margin-top: 7px;
    font-size: 18px;
    line-height: 54px;
    padding: 0 101px;
}

@media screen and (max-width: 991px) {
    .calculator-description .h2 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 20px;
    }

    .calculator-description .h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .calculator-description p, .calculator-description .description {
        margin-bottom: 18px;
    }

    .calculator-description .btn {
        padding: 0;
    }
}

/* blue box */
.blue-box {
    background: #4630EB;
    box-shadow: 0px 18px 20px rgba(51, 78, 104, 0.25), 0px 30px 60px rgba(51, 78, 104, 0.251639);
    border-radius: 8px;
    padding: 43px 54px 111px;
    margin-top: 50px;
}

.blue-box .title {
    color: white;
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 13px;
}

.blue-box .description {
    font-size: 18px;
    line-height: 34px;
    color: #9EE2FF;
    margin-bottom: 21px;
}

.city-page .form-values label {
    font-size: 16px;
    line-height: 20px;
}

@media screen and (max-width: 991px) {
    .blue-box {
        padding: 20px;
        margin-top: 40px;
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
        box-shadow: none;
    }

    .blue-box .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 12px;
    }

    .blue-box .description {
        font-size: 16px;
        line-height: 26px;
    }

    .blue-box .card {
        margin-left: -14px;
        margin-right: -14px;
    }
}

/* aside */
.city-page .aside {
    padding-top: 28px;
}

@media screen and (min-width: 992px) {
    .city-page .aside {
        padding-top: 567px;
        width: 368px;
    }

    .city-page .aside {
        padding-left: 29px;
    }
}

.sidebar-links .h2 {
    margin-bottom: 8px;
}

.sidebar-links ul {
    list-style: none;
    padding-left: 0;
}

.sidebar-links ul li {
    margin-bottom: 17px;
}

.sidebar-links .link {
    border-color: transparent;
    color: #4630EB;
    padding: 0;
    font-size: 16px;
    line-height: 21px;
    position: relative;
}

.sidebar-links .link:before {
    content: '';
    position: absolute;
    width: calc(100% - 31px);
    height: 2px;
    left: 0;
    bottom: -6px;
    background: #E4E7EB;
}

.sidebar-links .link:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    left: 0;
    bottom: -6px;
    background: #A690DF;
    transition: width 0.3s;
}

.sidebar-links .link:hover:after {
    width: calc(100% - 31px);
}

.sidebar-links .link:hover,
.sidebar-links .link:focus {
    text-decoration: none;
    color: #4630EB;
    border-color: transparent;
}

.sidebar-links .link svg {
    width: 10px;
    height: 16px;
    margin-left: 8px;
    position: relative;
    top: 3px;
    vertical-align: baseline;
}

.sidebar-links .link svg.icon-arrow {
    left: 0;
    transition: ease-in-out 0.3s;
    width: 14px;
    height: 16px;
}

.sidebar-links .link:hover svg.icon-arrow {
    left: 4px;
}

@media screen and (min-width: 992px) {
    .sidebar-links + .sidebar-links{
        padding-top: 15px;
    }
}
@media screen and (max-width: 991px) {
    .sidebar-links {
        margin-bottom: 30px;
    }

    .sidebar-links .h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 16px;
    }
}

/*  other cities*/
.other-cities {
    margin-bottom: 35px;
}

/* sidebar annual average */
.annual-average {
    margin-bottom: 29px;
    padding-top: 10px;
}

.annual-average .h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}

.average-item {
    height: 69px;
    color: #4630EB;
    background-color: #F3F1FE;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.average-item .average-icon {
    text-align: center;
    width: 98px;
    margin-right: 14px;
}

.average-item .value {
    color: #4630EB;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 1px;
    font-family: "Metropolis";
    font-weight: 600;
}

.average-item .collaborators {
    color: #4630EB;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .annual-average .h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .annual-average {
        margin-bottom: 30px;
    }
}

/* sidebar blog posts */
.city-page .blog-posts {
    margin-bottom: 70px;
}

.city-page .blog-posts .h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 18px;
}

.city-page .blog-posts .more-posts {
    text-align: right;
}

.city-page .blog-posts .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.city-page .blog-posts .post-item .img-post img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}

.city-page .blog-posts .post-item .post-description {
    width: 79%;
    margin-left: 15px;
}

.city-page .blog-posts .post-item .post-description .h3 {
    color: #1F2933;
    position: relative;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
    font-weight: 500;
}

.city-page .blog-posts .post-item .post-description .h3:before {
    content: '';
    position: absolute;
    width: 85px;
    height: 2px;
    left: 0;
    bottom: -2px;
    background: #E4E7EB;
}

.city-page .blog-posts .post-item .post-description .h3:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    left: 0;
    bottom: -2px;
    background: #A690DF;
    transition: width 0.3s;
}

.city-page .blog-posts .post-item .post-description a:hover .h3:after {
    width: 85px;
}

@media screen and (max-width: 991px) {
    .city-page .blog-posts {
        margin-bottom: 43px;
    }

    .city-page .blog-posts .h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .city-page .blog-posts .more-posts {
        text-align: center;
    }
}

/* sidebar checklist box */
.checklist-box-sm {
    background: #F3F1FE;
    border-radius: 5px;
}

.checklist-box-sm .checklist-img {
    height: 160px;
}

.checklist-box-sm .checklist-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.checklist-box-sm .checklist-content {
    padding: 19px 22px;
}

.checklist-box-sm .checklist-content .h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 16px;
}

.checklist-box-sm .checklist-content .btn {
    padding: 12px 34px;
}

@media screen and (max-width: 991px) {
    .checklist-box-sm .checklist-content {
        text-align: center;
    }
}

.city-page .breadcrumb {
    margin-top: 4px;
    margin-bottom: 0;
}

.city-page .breadcrumb li, .city-page .breadcrumb li a {
    color: #595959;
}

.city-page .breadcrumb li {
    font-weight: 500;
    font-size: 10px;
    line-height: 21px;
}

.city-page .breadcrumb-item+.breadcrumb-item:before {
    content: '>';
}

@media screen and (min-width: 992px) {
    .city-page .breadcrumb-item+.breadcrumb-item {
        padding-left: 2px;
    }

    .city-page .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 3px;
    }
}

.header .navbar-brand {
    z-index: 99;
}
.header .navbar-brand img {
    width: 250px;
}

.header .navbar-brand img.logo-white {
    display: none;
}

.footer .navbar-brand img {
    width: 214px;
}

.about .header .navbar-brand img:not(.logo-white),
.menu-open .navbar-brand img:not(.logo-white)
{
    display: none;
}

.about .header .navbar-brand img.logo-white,
.menu-open .header .navbar-brand img.logo-white
{
    display: block;
}

@media screen and (min-width: 992px) {
    .header #navbar {
        padding-top: 5px;
    }
}

@media screen and (max-width: 991px) {
    .footer .navbar-brand img {
        width: 150px;
    }

    .city-page .header .navbar-brand img {
        width: 157px;
    }

    /*.city-page .header .navbar .btn, .city-page .header .navbar .btn:focus, .city-page .header .navbar .btn:hover {*/
        /*padding: 0;*/
        /*background: transparent;*/
        /*color: #4530e9;*/
        /*font-size: 14px;*/
        /*font-weight: 600;*/
    /*}*/
}

.page-trainings,
.page-cities,
.page-states {
    background: #F5F7FA;
}

.page-trainings .header,
.page-cities .header,
.page-states .header {
    background: #fff;
    box-shadow: 0 1px 0 0 #E4E7EB;
}

@media (max-width: 991px) {
    .page-trainings .header,
    .page-cities .header,
    .page-states .header {
        margin-bottom: 35px;
    }

    .page-trainings .page-content,
    .page-cities .page-content,
    .page-states .page-content {
        padding-bottom: 45px;
    }
}

@media (min-width: 992px) {
    .page-trainings .header,
    .page-cities .header,
    .page-states .header {
        margin-bottom: 34px;
    }

    .page-trainings .page-content,
    .page-cities .page-content,
    .page-states .page-content {
        padding-bottom: 107px;
    }
}

.page-trainings .breadcrumb,
.page-cities .breadcrumb,
.page-states .breadcrumb {
    font-size: 10px;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .page-trainings .breadcrumb,
    .page-cities .breadcrumb,
    .page-states .breadcrumb {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .page-trainings .breadcrumb,
    .page-cities .breadcrumb,
    .page-states .breadcrumb {
        margin-bottom: 60px;
    }

    .page-trainings .breadcrumb-item + .breadcrumb-item,
    .page-cities .breadcrumb-item + .breadcrumb-item,
    .page-states .breadcrumb-item + .breadcrumb-item {
        padding-left: 5px;
    }

    .page-trainings .breadcrumb-item + .breadcrumb-item:before,
    .page-cities .breadcrumb-item + .breadcrumb-item:before,
    .page-states .breadcrumb-item + .breadcrumb-item:before {
        padding-right: 6px;
    }
}

.page-trainings .h1,
.page-cities .h1,
.page-states .h1 {
    font-weight: 600;
    color: #1F2933;
    margin-bottom: 66px;
}

.page-trainings .h2,
.page-cities .h2,
.page-states .h2 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.25;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .list-trainings,
    .list-states,
    .list-cities {
        margin-bottom: 50px;
    }
    .page-trainings .h1,
    .page-cities .h1,
    .page-states .h1 {
        font-size: 32px;
        margin-bottom: 60px;
    }
    .page-trainings .h2, .page-cities .h2, .page-states .h2 {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .list-trainings,
    .list-states,
    .list-cities {
        margin-bottom: 80px;
    }
}

.list-trainings ul,
.list-states ul,
.list-cities ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.list-trainings a,
.list-states a,
.list-cities a {
    display: block;
    line-height: 1.75;
}


/* form ebook */
.ebook-box-form {
    padding: 30px 33px;
}
.ebook-box-form .description {
    color: #1F2933;
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 27px;
}

.ebook-box-form .btn{
    margin-top: 13px;
    width: 327px;
    max-width: 100%;
}

.ebook-box-form-success{
    text-align: center;
    padding: 90px 85px 77px;
}
.ebook-box-form-success .success-title {
    color: #1F2933;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 27px;
}
.ebook-box-form-success .success-description {
    color: #323F4B;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
}
.success-icon svg {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 11px;
    background-color: white;
    margin-bottom: 25px;
    border: 1px solid #4BC49B;
}

.success-icon svg {
    color: #4BC49B;
    box-shadow: 0px 0px 0px 12px #C5F6E1;
}

@media screen and (max-width: 991px){
    .ebook-box-form-success {
        padding: 30px 21px;
    }
}

/* form ebook sidebar */
.checklist-box-sm .ebook-box-form .description {
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
}
.checklist-box-sm .ebook-box-form {
    padding: 28px 25px;
}
@media screen and (min-width: 992px){
    .checklist-box-sm .ebook-box-form .btn {
        margin-top: 23px;
    }
    .checklist-box-sm .ebook-box-form-success {
        text-align: center;
        padding: 47px 25px 35px;
    }
    .checklist-box-sm .success-icon svg {
        margin-bottom: 32px;
    }
}

.about .header .navbar-brand img:not(.logo-white),
.menu-open .navbar-brand img:not(.logo-white)
{
    display: none;
}

.about .header .navbar-brand img.logo-white,
.menu-open .header .navbar-brand img.logo-white
{
    display: block;
}

/* landing page PPC */

.lp-ppc .header{
    background-color: #F5F7FA;
}
.lp-ppc .h1,.lp-ppc .h2,.lp-ppc .h3,.lp-ppc .h4,.lp-ppc .h5 {
    color: #1F2933;
    font-weight: 600;
}
.lp-ppc .h2 {
    color: #1F2933;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: -0.5px;
    line-height: 44px;
}

.lp-ppc .site-content .btn{
    font-size: 16px;
    line-height: 24px;
    padding: 14px 29px;
}

@media screen and (max-width: 991px){
    .lp-ppc .header .navbar-brand img {
        width: 200px;
    }
    .lp-ppc .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .lp-ppc .header .navbar {
        padding: 8px 0;
    }
    .lp-ppc .h2 {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0;
    }
}

/* hero */
.lp-ppc .hero{
    position: relative;
    padding-top: 53px;
    padding-bottom: 84px;
    overflow: hidden;
    max-width: 100%;
}
.lp-ppc .hero .hero-content{
    position: relative;
    z-index: 1;
}
.lp-ppc .hero .hero-title{
    margin-top: 85px;
    margin-bottom: 26px;
    color: #1F2933;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 60px;
}
.lp-ppc .hero .hero-subtitle {
    color: #3E4C59;
    font-size: 20px;
    letter-spacing: -0.28px;
    line-height: 30px;
}

.lp-ppc .hero .shape{
    position: absolute;
}

@media screen and (min-width: 992px){
    .lp-ppc .hero:before {
        content: '';
        height: 2717px;
        width: 190%;
        background-color: #F5F7FA;
        display: block;
        position: absolute;
        border-radius: 100%;
        bottom: 72px;
        right: -21%;
    }
    .lp-ppc .hero .shape.green {
        height: 228px;
        width: 228px;
        background-color: #8EEDC7;
        border-radius: 100%;
        right: 255px;
        top: -35px;
    }

    .lp-ppc .hero .shape.yellow {
        height: 168px;
        width: 168px;
        background-color: #FCE588;
        border-radius: 100%;
        right: -49px;
        top: 24px;
    }

    .lp-ppc .hero .shape.blue {

        height: 516px;
        width: 516px;
        background-color: #24D2EF;
        border-radius: 100%;
        right: -89px;
        top: 84px;

    }
}

@media screen and (max-width: 991px){

    .lp-ppc .hero{
        overflow: hidden;
        padding-bottom: 128px;
        padding-top: 51px;
    }

    .lp-ppc .hero:before {
        content: '';
        height: 1664px;
        width: 446%;
        background-color: #F5F7FA;
        display: block;
        position: absolute;
        border-radius: 100%;
        bottom: 37px;
        right: -142%;
    }

    .lp-ppc .hero .hero-title{
        font-size: 38px;
        line-height: 40px;
        margin-top: 1px;
        letter-spacing: 0px;
        margin-bottom: 23px;
    }
    .lp-ppc .hero .hero-subtitle{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 48px;
        letter-spacing: normal;
    }
    .lp-ppc .hero .btn{
        padding: 14px 66px;
        font-size: 18px;
        line-height: 24px;
    }

}

/* form */
.lp-ppc .box-hero {
    padding: 49px 40px 60px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 30px 60px -12px rgba(51,78,104,0.25), 0 18px 20px -18px rgba(51,78,104,0.25);
}
.lp-ppc .box-hero .h2{
    font-size: 22px;
    letter-spacing: -0.3px;
    line-height: 34px;
    margin-bottom: 23px;
}
.lp-ppc .box-hero .btn{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 14px 34px;
}

@media screen and (max-width: 991px){
    .lp-ppc .modal-form-ppc.modal{
        z-index: 9999;
        background-color: white;
    }
    .lp-ppc .modal-form-ppc.modal .modal-dialog{
        margin: 0 auto;
    }
    .lp-ppc .modal-form-ppc.modal .modal-content{
        border: 0 none
    }
    .lp-ppc .form-mobile{
        padding-bottom: 25px;
    }
    .lp-ppc .form-mobile .form-header{
        padding: 8px 0;
    }
    .lp-ppc .form-mobile .brand img {
        width: 200px;
    }
    .lp-ppc .form-mobile .form-header .navbar-toggler{
        position: static;
    }
    .lp-ppc .form-mobile .form-header .navbar-toggler span{
        background-color: #323F4B;
    }
    .lp-ppc .form-mobile .form-header {
        padding: 16px 0;
        margin-bottom: 49px;
    }

    .lp-ppc .form-mobile .h2 {
        font-size: 22px;
        font-weight: 600;
        letter-spacing: -0.3px;
        line-height: 34px;
        margin-bottom: 23px;
    }
    .lp-ppc .form-mobile .btn {
        padding: 14px 15px;
        margin-top: 20px;
    }
    .lp-ppc .form-mobile .form-group {
        margin-bottom: 14px;
    }
}

/* goal */
.lp-ppc .goal {
    padding-top: 106px;
}
.lp-ppc .goal .section-content {
    margin-top: 5px;
}
.lp-ppc .goal .section-content .h3 {
    color: #1F2933;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 29px;
}

.lp-ppc .goal .section-content .box{
    padding: 18px 20px;
    opacity: 0.7;
    border-radius: 8px;
    background: rgb(224,241,243);
    background: linear-gradient(180deg, rgba(224,241,243,1) 0%, rgba(238,239,252,1) 100%);
}
.lp-ppc .goal .section-content .box p {
    color: #3E4C59;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;

    display: flex;
    align-items: center;
}
.lp-ppc .how .box p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.lp-ppc .goal .section-content .box p:before {
    content: '';
    margin-left: 17px;
    margin-right: 16px;
    background-color: #DDE0E4;
    height: 40px;
    width: 1px;
    display: inline-block;
    vertical-align: middle;
}
.lp-ppc .goal .section-content .box p span{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 28px);
}

@media screen and (max-width: 991px){
    .lp-ppc .goal {
        padding-top: 33px;
    }
    .lp-ppc .goal .h2{
        margin-bottom: 13px;
    }
    .lp-ppc .goal .section-content .h3 {
        margin-bottom: 41px;
    }
    .lp-ppc .goal .section-content .box {
        padding: 18px 20px 22px;
    }
    .lp-ppc .goal .section-content .box svg {
        width: 134px;
        height: 38px;
    }
    .lp-ppc .goal .section-content .box p:before {
        margin-left: 9px;
        margin-right: 10px;
    }
    .lp-ppc .goal .section-content .box p span {
        width: calc(100% - 16px);
    }
}

/* benefits */

.lp-ppc .benefits {
    margin-top: 98px;
}
.lp-ppc .benefits .h2{
    margin-bottom: 23px;
}
.lp-ppc .benefits .subtitle{
    color: #3E4C59;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 51px;
}
.lp-ppc .benefits .benefit-box{
    padding: 30px;
    border-radius: 5px;
    background: rgb(220,238,241);
    background: linear-gradient(180deg, rgba(220,238,241,1) 0%, rgba(238,236,252,1) 100%);
}
.lp-ppc .benefits .benefit-box .h3{
    color: #1F2933;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 13px;
}
.lp-ppc .benefits .benefit-box p{
    color: #3E4C59;
    font-size: 16px;
    line-height: 24px;
}
.lp-ppc .benefits .benefit-box p:last-child{
    margin-bottom: 0;
}
.lp-ppc .benefits .btn{
    margin-top: 81px;
}

@media screen and (min-width: 992px){
    .lp-ppc .benefits .benefit-box{
        height: 324px;
    }
    .lp-ppc .benefits .benefit-box .icon {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 90px;
    }
    .lp-ppc .benefits .benefit-box .icon img{
        width: 44px;
    }
    .lp-ppc .benefits [class*='col-']:nth-child(2) .benefit-box .icon img{
        width: 48px;
    }
    .lp-ppc .benefits [class*='col-']:nth-child(3) .benefit-box .icon img{
        width: 35px;
    }
}


@media screen and (max-width: 1199px) and (min-width: 992px){
    .lp-ppc .benefits .benefit-box {
        min-height: 346px;
    }
    .lp-ppc .benefits .benefit-box .icon {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px){
    .lp-ppc .benefits {
        margin-top: 4px;
    }
    .lp-ppc .benefits .h2 {
        margin-bottom: 10px;
    }
    .lp-ppc .benefits .subtitle {
        line-height: 24px;
        margin-bottom: 42px;
    }
    .lp-ppc .benefits [class*='col-'] + [class*='col-'] .benefit-box{
        margin-top: 12px;
    }
    .lp-ppc .benefits .benefit-box{
        padding: 24px;
    }
    .lp-ppc .benefits .benefit-box .icon {
        margin-bottom: 24px;
    }
    .lp-ppc .benefits .benefit-box .icon img{
        height: 48px;
    }
    .lp-ppc .benefits .benefit-box .h3 {
        margin-bottom: 7px;
        font-size: 18px;
        line-height: 24px;
    }
    .lp-ppc .benefits .benefit-box p{
        font-size: 18px;
        line-height: 26px;
    }
    .lp-ppc .benefits .btn {
        margin-top: 42px;
    }
}

/* how-it-works */
.how-it-works{
    margin-top: 117px;
}

.lp-ppc .how-it-works .h2{
    margin-bottom: 50px;
}

.lp-ppc .steps:before{
    content: '';
    height: 100%;
    position: absolute;
    width: 2px;
    top: 0;
    left: -16px;
    background-image: linear-gradient(#CBD2D9 33%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 2px 7px;
    background-repeat: repeat-y;
}
.lp-ppc .steps .dot{
    left: -19px;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #CBD2D9;
}
.lp-ppc .steps .dot:nth-child(1){
    top: -2px;
}
.lp-ppc .steps .dot:nth-child(2){
    bottom: 0;
}
.lp-ppc .steps{
    position: relative;
    padding-top: 95px;
    padding-left: 20px;
    padding-bottom: 49px;
    margin-top: 20px;
}
.lp-ppc .steps .tab-number{
    position: absolute;
    top: -6px;
    left: -54px;
    height: 39px;
    width: 39px;
    background-color: rgba(70,48,235,0.9);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.lp-ppc .step{
    position: relative;
}
.lp-ppc .step + .step{
    margin-top: 58px;
}
.lp-ppc .steps .h3 {
    color: #1F2933;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 13px;
}
.lp-ppc .steps p {
    color: #3E4C59;
    font-size: 16px;
    line-height: 24px;
}
.lp-ppc .steps p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 991px){
    .how-it-works {
        margin-top: 90px;
    }
    .lp-ppc .how-it-works .h2 {
        margin-bottom: 32px;
    }
    .lp-ppc .how-it-works .image-section{
        height: 325px;
        overflow: hidden;
    }
    .lp-ppc .steps {
        padding-top: 59px;
        padding-left: 54px;
        padding-bottom: 40px;
        margin-top: 29px;
    }
    .lp-ppc .steps::before {
        left: 18px;
    }
    .lp-ppc .steps .dot {
        left: 15px;
    }
    .lp-ppc .step + .step {
        margin-top: 34px;
    }
}



/* why */
.lp-ppc .why {
    margin-top: 162px;
}
.lp-ppc .why .h2 {
    margin-bottom: 56px;
}

@media screen and (min-width: 992px){
    .lp-ppc .why .tab-content{
        height: 214px;
        overflow: visible;
    }
    .lp-ppc .why .image-section img{
        width: 100%;
    }
}
@media screen and (max-width: 991px){
    .lp-ppc .why {
        margin-top: 98px;
    }
    .lp-ppc .why .h2 {
        margin-bottom: 34px;
    }
}

/* nav-tabs */

.lp-ppc .custom-tabs .nav{
    padding-bottom: 30px;
    margin-bottom: 32px;
}
.lp-ppc .custom-tabs .nav:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    height: 1px;
    width: 30px;
    background-color: #CBD2D9;
}
.lp-ppc .custom-tabs .nav-link{
    color: #9AA5B1;
    font-size: 14px;
    line-height: 25px;
    padding: 0;
}
.lp-ppc .custom-tabs .nav-link.active {
    color: #1F2933;
    font-weight: 600;
    background-color: transparent;
}
.lp-ppc .custom-tabs .nav-item + .nav-item{
    margin-left: 20px;
}
.lp-ppc .custom-tabs .tab-number{
    height: 39px;
    width: 39px;
    background-color: rgba(70,48,235,0.9);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 17px;
}
.lp-ppc .custom-tabs .h3 {
    color: #1F2933;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 13px;
}
.lp-ppc .custom-tabs p {
    color: #3E4C59;
    font-size: 16px;
    line-height: 24px;
}
.lp-ppc .custom-tabs p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 991px){
    .lp-ppc .custom-tabs .h3{
        font-size: 18px;
        line-height: 25px;
    }
    .lp-ppc .custom-tabs .tab-pane + .tab-pane {
        margin-top: 67px;
    }
    .lp-ppc .image-tab img{
        max-width: 100%;
        margin-bottom: 30px;
    }
}


/* identify-customers */

.identify-customers{
    background-color: #F5F7FA;
    padding: 146px 0 165px;
    margin-top: 119px;
}
.identify-customers .h2{
    margin-bottom: 24px;
}
.identify-customers .description p{
    font-size: 18px;
    line-height: 26px;
    color: #3E4C59;
    margin-bottom: 26px;
}
.identify-customers .description .btn{
    margin-top: 30px;
}
.identify-customers .image-section{
    margin-top: 27px;
    position: relative;
}

@media screen and (min-width: 992px){
    .identify-customers .image-section:after{
        content: '';
        height: 576px;
        width: 428px;
        background-color: #E4E7EB;
        position: absolute;
        right: 0;
        top: -78px;
    }
    .identify-customers .image-section img{
        z-index: 1;
        position: relative;
    }
}

@media screen and (max-width: 991px){
    .identify-customers {
        padding: 59px 0 74px;
        margin-top: 73px;
    }
    .identify-customers .h2 {
        margin-bottom: 11px;
    }
    .identify-customers .description p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .identify-customers .description .btn {
        margin-top: 19px;
    }
    .identify-customers .image-section{
        margin-top: 65px;
        position: relative;
    }
}

/* gestaumlab-partner */
.gestaumlab-partner{
    margin-top: 98px;
}
.gestaumlab-partner .h2{
    margin-bottom: 82px;
}

.gestaumlab-partner .item{
    margin-bottom: 70px;
}
.gestaumlab-partner .item .h3{
    color: #1F2933;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 13px;
}
.gestaumlab-partner .item p{
    color: #3E4C59;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 23px;
}

@media screen and (max-width: 991px){
    .gestaumlab-partner{
        margin-top: 59px;
    }
    .gestaumlab-partner .h2 {
        margin-bottom: 34px;
    }
    .gestaumlab-partner .item {
        margin-bottom: 47px;
    }
}

/* link arrow */

.link-arrow {
    border-color: transparent;
    color: #4630EB;
    padding: 0;
    font-size: 16px;
    line-height: 21px;
    position: relative;
}

.link-arrow:before {
    content: '';
    position: absolute;
    width: calc(100% - 31px);
    height: 2px;
    left: 0;
    bottom: -6px;
    background: #E4E7EB;
}

.link-arrow:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    left: 0;
    bottom: -6px;
    background: #A690DF;
    transition: width 0.3s;
}

.link-arrow:hover:after {
    width: calc(100% - 31px);
}

.link-arrow:hover,
.link-arrow:focus {
    text-decoration: none;
    color: #4630EB;
    border-color: transparent;
}

.link-arrow svg {
    width: 10px;
    height: 16px;
    margin-left: 8px;
    position: relative;
    top: 3px;
    vertical-align: baseline;
}

.link-arrow svg.icon-arrow {
    left: 0;
    transition: ease-in-out 0.3s;
    width: 14px;
    height: 16px;
}

.link-arrow:hover svg.icon-arrow {
    left: 4px;
}

/* sign-the-partnership */

.lp-ppc .sign-the-partnership{
    background-color: #4630EB;
    margin-top: 46px;
    padding: 93px 0 350px;
}
.lp-ppc .sign-the-partnership .h2{
    color: #FFFFFF;
    font-size: 44px;
    letter-spacing: -0.61px;
    line-height: 44px;
    margin-bottom: 22px;
}
.lp-ppc .sign-the-partnership .subtitle{
    color: #9EE2FF;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 39px;
}
.lp-ppc .sign-the-partnership .btn{
    margin-top: 66px;
}


.lp-ppc .sign-the-partnership .box{
    padding: 18px 20px;
    border-radius: 8px;
    background: rgb(211,234,238);
    background: linear-gradient(180deg, rgba(211,234,238,1) 0%, rgba(236,233,252,1) 100%);
}
.lp-ppc .sign-the-partnership .box img{
	width: 44px;
}


@media screen and (min-width: 992px){
    .lp-ppc .sign-the-partnership .box p {
        color: #1F2933;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }
    .lp-ppc .sign-the-partnership .box p:before {
        content: '';
        margin-left: 17px;
        margin-right: 19px;
        background-color: #9AA5B1;
        height: 40px;
        width: 1px;
        display: inline-block;
        vertical-align: middle;
    }
    .lp-ppc .sign-the-partnership .box p span{
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 991px){
    .lp-ppc .sign-the-partnership {
        margin-top: 19px;
        padding: 59px 0 350px;
    }

    .lp-ppc .sign-the-partnership .h2{
        font-size: 24px;
        line-height: 34px;
        letter-spacing: normal;
        margin-bottom: 8px;
    }

    .lp-ppc .sign-the-partnership .subtitle {
        margin-bottom: 33px;
    }

    .lp-ppc .sign-the-partnership img{
        margin-bottom: 17px;
    }

    .lp-ppc .sign-the-partnership .box {
        text-align: center;
        padding: 18px 20px 15px;
    }
    .lp-ppc .sign-the-partnership .box p:last-child{
        margin-bottom: 0;
    }

    .lp-ppc .sign-the-partnership .btn {
        margin-top: 56px;
    }
}

/* how */

.lp-ppc .how{
    background-color: #4630EB;
    margin-top: 118px;
    padding-top: 89px;
    padding-bottom: 342px;
}
.lp-ppc .how .h2,
.lp-ppc .how p{
    color: white;
}
.lp-ppc .how .how-content + .how-content{
    margin-top: 109px;
}
.lp-ppc .how .h2{
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: -0.61px;
    line-height: 52px;
    margin-bottom: 26px;
}
.lp-ppc .how p{
    color: #9EE2FF;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 26px;
}
.lp-ppc .how .btn{
    padding: 14px 30px;
    margin-top: 18px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.lp-ppc .how .box{
    width: 100%;
    max-width: 481px;
    color: #fff;
    margin: 126px auto 0;
}
.lp-ppc .how .box p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.lp-ppc .how .box p:before {
    content: '';
    margin-left: 27px;
    margin-right: 16px;
    background-color: #E4E7EB;
    height: 40px;
    width: 1px;
    display: inline-block;
}
.lp-ppc .how .box p span{
    width: calc(100% - 58px);
}


@media screen and (max-width: 991px){
    .lp-ppc .how {
        margin-top: 53px;
        padding-top: 60px;
        padding-bottom: 350px;
    }
    .lp-ppc .how .h2{
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0;
        margin-bottom: 13px;
    }
    .lp-ppc .how .how-image{
        margin-bottom: 40px;
    }
    .lp-ppc .how p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .lp-ppc .how .how-content + .how-content {
        margin-top: 65px;
    }
    .lp-ppc .how .box {
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-color: #5540EC;
        margin: 63px auto 0;
        padding: 30px 0;
    }
    .lp-ppc .how .box svg {
        width: 134px;
        height: 38px;
        margin-top: 6px;
    }
    .lp-ppc .how .box p {
        align-items: flex-start;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
    }
    .lp-ppc .how .box p::before {
        margin-left: 15px;
        margin-top: 5px;
    }
    .lp-ppc .how .box p span {
        width: calc(100% - 40px);
    }

}

@media screen and (max-width: 500px){
    .lp-ppc .how .how-image{
        height: 325px;
        overflow: hidden;
    }
}

/* contact-us */
@media screen and (min-width: 992px){
    .lp-ppc .contact-us{
        margin-bottom: 0;
        margin-top: -230px;
    }
    .lp-ppc .contact-us .title{
        line-height: 42px;
        margin-bottom: 13px;
    }
    .lp-ppc .contact-us p {
        margin-bottom: 46px;
    }
    .lp-ppc .contact-us .btn{
        padding: 17px 28px;
        font-size: 18px;
        line-height: 1.25;
    }
}
@media screen and (max-width: 991px){
    .lp-ppc .contact-us{
        margin-bottom: 0;
        margin-top: -260px;
    }
}

/* testimonials */
@media screen and (min-width: 992px){
    .lp-ppc .testimonials {
        padding-top: 110px;
    }

    .lp-ppc .testimonials-carousel {
        margin-bottom: 27px;
    }

    .lp-ppc .testimonials .h2{
        font-size: 44px;
        font-weight: 600;
        line-height: 59px;
    }

    .testimonials-carousel .slick-dots {
        bottom: 62px;
    }


}
@media screen and (max-width: 991px){
    .lp-ppc .testimonials{
        padding-top: 64px;
    }
    .lp-ppc .testimonials .h2{
        margin-bottom: 53px;
    }
}


/* leadership-page */
.leadership-page .btn-outline-secondary{
    color: white;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 27px;
}
.custom-ul{
    list-style: none;
    padding: 0;
}
.custom-ul li{
    padding: 12px 0;
}
.custom-ul li span,
.custom-ul li a{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #1F2933;
    color: inherit;
    text-decoration: none;
}
.custom-ul li span:before,
.custom-ul li a:before{
    vertical-align: middle;
    margin-right: 12px;
    position: relative;
    bottom: 1px;
    content: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0C4.486 0 0 4.486 0 10s4.486 10 10 10 10-4.486 10-10S15.514 0 10 0zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z' fill='%234630EB'/%3E%3Cpath d='M7.999 11.587L5.7 9.292l-1.412 1.416 3.713 3.705 6.706-6.706-1.414-1.414-5.294 5.294z' fill='%234630EB'/%3E%3C/svg%3E");

}

.leadership-page .text p{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #52606D;
    margin-bottom: 28px;
}

@media screen and (min-width: 992px){
    .leadership-page .header{
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }
    .page.leadership-page .section-title {
        margin-bottom: 18px;
    }
    .leadership-page .text p:last-child{
        margin-bottom: 0px;
    }

}

@media screen and (max-width: 991px){
    .leadership-page.page .section-title {
        font-size: 14px;
        margin-bottom: 11px;
    }
    .leadership-page.page .section-title::before {
        width: 40px;
    }
    .leadership-page .btn{
        padding: 9px 21px;
    }
    .custom-ul li span,
    .custom-ul li a{
        font-size: 16px;
        line-height: 22px;
    }
    .leadership-page .quote .custom-ul:last-child{
        margin-bottom: 15px;
    }
}

/* banner-leadership */
.banner-leadership{
    position: relative;
    padding-top: 168px;
    padding-bottom: 101px;
    overflow: hidden;
}

.banner-leadership .banner-title{
    font-size: 52px;
    line-height: 62px;
    color: #1F2933;
    font-weight: 600;
    margin-bottom: 14px;

}
.banner-leadership .opening{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #52606D;
    margin-bottom: 0;
}
.banner-leadership .btn{
    margin-top: 41px;
}

.banner-leadership .banner-img{
    width: 42.6vw;
    /*width: 44vw;*/
    position: absolute;
    right: 0;
    top: 0px;
    transition: opacity 0.3s ease;
    z-index: -1;
}

@media screen and (max-width: 991px){
    .banner-leadership {
        padding-top: 10px;
        padding-bottom: 83px;
    }
    .banner-leadership .banner-title {
        font-size: 36px;
        line-height: 49px;
        margin-bottom: 21px;
    }
    .banner-leadership .opening {
        font-size: 16px;
        line-height: 22px;
    }
    .banner-leadership .btn {
        margin-top: 30px;
    }
}

/* scrollable-navigation */
.leadership-page .navigation-group{
    height: 60px;
}
.scrollable-navigation{
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}
.scrollable-navigation.fixed{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 9999;
}
.scrollable-navigation ul{
    padding: 0 58px;
    list-style: none;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}
.scrollable-navigation ul li .nav-link{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #1F2933;
}
.scrollable-navigation ul li .nav-link.active{
    font-weight: bold;
    color: #4630EB;
}

/* introduce */
.leadership-page .introduce {
    overflow: hidden;
}
.leadership-page .introduce blockquote{
    position: relative;
    margin-top: 61px;
    margin-bottom: 59px;
    background: #4630EB;
    padding: 56px 22px 46px 35px;
}
.leadership-page .introduce blockquote:after{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #4630EB;
    width: 80vw;
    height: 100%;
}
.leadership-page .introduce blockquote h5{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 1px;
    color: #ffffff;
    letter-spacing: 0.1px;
    position: relative;
    z-index: 1;
}
.leadership-page .introduce blockquote p{
    font-size: 16px;
    line-height: 22px;
    color: #9EE2FF;
    position: relative;
    z-index: 1;
}
.leadership-page .introduce .section-img{
    width: 459px;
}

@media screen and (min-width: 1200px){
    .leadership-page .introduce .introduce-bg{
        background-image: url('../images/leadership/leadership-1.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 79px;
        padding-top: 18px;
        padding-bottom: 19px;
        margin-bottom: 79px;
    }
    .leadership-page .introduce .text{
        padding-right: 88px;
    }
}
@media screen and (min-width: 1500px){
    .leadership-page .introduce .introduce-bg{
        background-position: center left;
        background-size: 37%;
    }
}
@media screen and (max-width: 1280px){
    .leadership-page .introduce .introduce-bg{
        background-position: center left;
        background-size: 34%;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px){
    .leadership-page .introduce .text{
        padding-top: 40px;
    }
}
@media screen and (max-width: 991px){
    .leadership-page .introduce{
        padding: 40px 0;
    }
    .leadership-page .text p{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 22px;
    }
    .leadership-page .introduce blockquote {
        position: relative;
        margin: 40px -20px;
        background: #4630EB;
        padding: 39px 20px 18px;
    }
    .leadership-page .introduce blockquote h5 {
        margin-bottom: 7px;
    }
}

/* leadership-benefits */
.leadership-benefits{
    padding-top: 79px;
    padding-bottom: 80px;
}
.leadership-benefits .h2{
    margin-bottom: 12px;
}
.leadership-benefits p{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #52606D;
}
.leadership-benefits .btn{
    margin-top: 15px;
}

@media screen and (max-width: 991px){
    .leadership-benefits {
        padding-top: 38px;
        padding-bottom: 60px;
        background-color: white;
    }
    .leadership-benefits .h2 {
        margin-bottom: 20px;
    }
    .leadership-benefits p {
        font-size: 16px;
        line-height: 22px;
    }
    .leadership-benefits .btn {
        margin-top: 25px;
    }
}

/* abilities */
.abilities{
    padding-top: 117px;
    padding-bottom: 81px;
    background-color: #4630EB;
}
.abilities .h2{
    color: white;
    margin-bottom: 19px;
}
.abilities .h3{
    font-size: 36px;
    line-height: 49px;
    color: #FFFFFF;
    margin-bottom: 19px;
}
.abilities .h4{
    font-size: 22px;
    line-height: 28px;
}
.abilities p{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #9EE2FF;
}
@media screen and (max-width: 991px){
    .abilities{
        padding: 40px 0;
    }
    .abilities .h2{
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 16px;
    }
    .abilities p{
        font-size: 16px;
        line-height: 22px;
    }
    .abilities .h3{
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 28px;
    }
}

/* abilities-icon-items */
.abilities .abilities-icon-items{
    margin-top: 67px;
}
.abilities .abilities-icon-items .abiliity-item .icon{
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
}
.abilities .abilities-icon-items .abiliity-item .h4{
    color: white;
    margin-bottom: 12px;
}
.abilities .abilities-icon-items .abiliity-item p{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #9EE2FF;
}
.abilities .abilities-icon-items .abiliity-item p:last-child{
    margin-bottom: 0;
}

@media screen and (min-width: 992px){
    .abilities .abilities-icon-items .row .row + .row{
        margin-top: 78px;
    }
}

@media screen and (max-width: 991px){
    .abilities .abilities-icon-items {
        margin-top: 23px;
    }
    .abilities .abilities-icon-items .abiliity-item .icon {
        height: auto;
        margin-bottom: 14px;
    }
    .abilities .abilities-icon-items .abiliity-item p {
        font-size: 16px;
        line-height: 22px;
    }
    .abilities .abilities-icon-items .abiliity-item {
        margin-bottom: 51px;
    }
    .abilities .abilities-icon-items .abiliity-item .h4 {
        margin-bottom: 13px;
    }
}

/* abilities-card-items */

.abilities .abilities-card-items{
    margin-top: 127px;
}
.abilities .abilities-card-items a{
    text-decoration: none;
}
.abilities .abilities-card-items .card {
    display: flex;
    justify-content: end;
    height: 320px;
    border: 0;
    padding: 21px 30px;
    border-radius: 5px;
    overflow: hidden;
    transition: ease-in-out .3s;
    bottom: 0px;
    margin-bottom: 39px;
    align-items: flex-end;
    flex-direction: row;
}
.abilities .abilities-card-items .card .h4{
    color: white;
    transition: ease-in-out .3s;
    font-weight: 600;
}
.abilities .abilities-card-items .card p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #1F2933;
}
.abilities .abilities-card-items .card p:last-child{
    margin-bottom: 26px;
}
.abilities .abilities-card-items .card .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: ease-in-out .3s;
}
.abilities .abilities-card-items .card .bg img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.abilities .abilities-card-items .card .content{
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 992px){
    .abilities .abilities-card-items .card p{
        overflow:hidden;
        max-height: 0;
        transition: max-height .2s ease-in-out;
    }
    /* hover */
    .abilities .abilities-card-items .card:hover{
        box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
        bottom: 12px;
    }
    .abilities .abilities-card-items .card:hover .bg{
        opacity: 0;
    }
    .abilities .abilities-card-items .card:hover .h4{
        color: #4630EB;
    }
    .abilities .abilities-card-items .card:hover p{
        max-height: 500px;
        transition: max-height .6s ease-in-out;
    }
}
@media screen and (max-width: 991px){
    .abilities .abilities-card-items {
        margin-top: 8px;
    }
    .abilities .abilities-card-items .card{
        padding: 0;
        margin-bottom: 29px;
        height: 375px;
    }
    .abilities .abilities-card-items > .row > [class*="col-"]:last-child .card{
        margin-bottom: 0;
    }
    .abilities .abilities-card-items .card .content{
        background-color: white;
        padding: 15px 24px 5px;
    }
    .abilities .abilities-card-items .card .h4{
        font-size: 22px;
        line-height: 28px;
        color: #4630EB;
        margin-bottom: 10px;
    }
    .abilities .abilities-card-items .card p{
        font-size: 16px;
        line-height: 22px;
    }
}

/* leadership-content */
.leadership-content{
    padding-top: 119px;
}
.leadership-content .h2{
    margin-bottom: 14px;

}
.leadership-content p{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #52606D;
    margin-bottom: 0;
}
.leadership-content p + p{
    margin-top: 28px;
}

.leadership-content .content-items{
    margin-top: 39px;
}
.leadership-content .content-items .content-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.leadership-content .content-items .text{
    width: calc(100% - 68px);
}
.leadership-content .content-items .h3{
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
    color: #4630EB;
    font-weight: 600;
}
.leadership-content .content-items p{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #52606D;
}
.leadership-content .content-items p:last-child{
    margin-bottom: 0;
}

@media screen and (min-width: 992px){
    .leadership-content .content-items .icon{
        height: 66px;
        display: flex;
        justify-content: flex-end;
        width: 53px;
        align-items: center;
        position: relative;
        bottom: 14px;
    }

    .leadership-content .content-items > .row >[class*='col-']:last-child .content-item{
        padding-left: 23px;
    }
}

@media screen and (max-width: 991px){
    .leadership-content {
        padding-top: 33px;
    }
    .leadership-content p,
    .leadership-content .content-items p{
        font-size: 16px;
        line-height: 22px;
    }
    .leadership-content .content-items .h3 {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 26px;
    }
}

/* quote */
.leadership-page .quote {
    overflow: hidden;
}
.leadership-page .quote .custom-ul{
    margin-top: 11px;
}
.leadership-page .quote .custom-ul:last-child{
    margin-left: 40px;
}
.leadership-page .quote .btn{
    margin-top: 21px;
}

@media screen and (min-width: 1200px){
    .leadership-page .quote .bg{
        background-image: url('../images/leadership/ram-charan.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 81px;
        margin-bottom: 120px;
    }
    .leadership-page .quote .text{
        padding-left: 17px;
    }
}

@media screen and (min-width: 1500px){
    .leadership-page .quote .bg {
        background-size: 41%;
        background-position: center left;
    }
}
@media screen and (max-width: 1380px){
    .leadership-page .quote .bg {
        background-size: 520px;
        background-position: center left;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px){
    .leadership-page .quote{
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 991px){
    .leadership-page .quote {
        margin-bottom: 8px;
    }
    .leadership-page .quote .custom-ul:last-child{
        margin-top: 0;
        margin-left: 0;
    }
    .leadership-page .quote .custom-ul{
        margin-bottom: 0;
    }
    .custom-ul li {
        padding: 6px 0;
    }
}

/* experienced-leaders */
.leadership-page .experienced-leaders .text:nth-child(2){
    margin-top: 61px;
}
.leadership-page .experienced-leaders .btn{
    margin-top: 15px;
}

@media screen and (min-width: 992px){
    .leadership-page .experienced-leaders .bg{
        background-image: url('../images/leadership/experienced-leaders.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center right;
        padding-top: 42px;
        padding-bottom: 43px;
    }
    .leadership-page .experienced-leaders .custom-ul:last-child {
        margin-left: 40px;
    }
}

@media screen and (min-width: 1500px){
    .leadership-page .experienced-leaders .bg{
        background-size: 46%;
        background-position: center right;
    }
}

@media screen and (min-width: 992px) and (max-width: 1220px){
    .leadership-page .experienced-leaders .bg {
        background-size: 500px;
        background-position: center right;
    }
}

@media screen and (max-width: 991px){
    .leadership-page .experienced-leaders .custom-ul{
        margin-bottom: 0;
    }
    .leadership-page .experienced-leaders .text:nth-child(2) {
        margin-top: 16px;
    }
}

/* contents-taught */
.leadership-page .contents-taught{
    margin-top: 124px;
}
.leadership-page .contents-taught .h2{
    margin-bottom: 7px;
}
@media screen and (min-width: 992px){
    .leadership-page .contents-taught .chart-group{
        height: 500px;
        margin-top: 83px;
        margin-left: 141px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px){
    .leadership-page .contents-taught .chart-group{
        margin-left: 0px;
    }
}
@media screen and (max-width: 991px){
    .leadership-page .contents-taught {
        margin-top: 40px;
    }
    .leadership-page .contents-taught .chart-group{
        margin-top: 0px;
    }
}

/* pie chart */
.pie-chart .h4{
    font-size: 22px;
    line-height: 28px;
    color: #1F2933;
    margin-bottom: 14px;
}
.pie-chart p{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #52606D;
    margin-bottom: 0;
}
.pie-chart .percentage{
    font-weight: bold;
    color: #4630EB;
}

@media screen and (min-width: 992px){
    .pie-chart{
        width: 337px;
        height: 337px;
        border-radius: 100%;
        background-color: #4630EB;
        position: relative;
    }
    .pie-chart .slice-content{
        width: 495px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .pie-chart .text{
        width: calc(100% - 142px);
    }
    .pie-chart .slice-1{
        position: absolute;
        right: -525px;
        top: -91px;
    }
    .pie-chart .percentage{
        font-weight: bold;
        font-size: 52px;
        line-height: 62px;
        color: #4630EB;
        margin-right: 30px;
    }
    .pie-chart .slice-1:after{
        content: '';
        width: 30px;
        height: 6px;
        background-color: #4630EB;
        display: block;
        top: 60px;
        left: -48px;
        position: absolute;;
    }
    .pie-chart .slice-1:before{
        content: '';
        width: 90px;
        height: 6px;
        background-color: #4630EB;
        display: block;
        top: 91px;
        left: -123px;
        position: absolute;
        transform: rotate(135deg);
    }
    .pie-chart .slice-2{
        position: absolute;
        right: -12px;
        top: 60px
    }
    .pie-chart .slice-2 .slice-content {
        position: absolute;
        right: -605px;
        top: 30px;
    }
    .pie-chart .slice-2 .percentage{
        font-size: 44px;
        line-height: 59px;
        color: #271B85;
    }
    .pie-chart .slice-2:after{
        content: '';
        width: 91px;
        height: 6px;
        background-color: #271B85;
        display: block;
        top: 103px;
        right: -84px;
        position: absolute;
    }

    .pie-chart .slice-3{
        position: absolute;
        right: -1px;
        bottom: -18px
    }
    .pie-chart .slice-3:after{
        content: '';
        width: 30px;
        height: 6px;
        background-color: #191152;
        display: block;
        bottom: -15px;
        right: -11px;
        position: absolute;
    }
    .pie-chart .slice-3:before{
        content: '';
        width: 90px;
        height: 6px;
        background-color: #191152;
        display: block;
        bottom: 16px;
        right: 4px;
        position: absolute;
        transform: rotate(45deg);
    }
    .pie-chart .slice-3 .slice-content{
        position: absolute;
        right: -523px;
        bottom: -60px;
    }
    .pie-chart .slice-3 .percentage{
        color: #191152;
        font-size: 36px;
        line-height: 49px;
    }
}
@media screen and (max-width: 991px){
    .pie-chart .h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .pie-chart .percentage{
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 4px;
    }
    .pie-chart [class*='slice-'] + [class*='slice-']{
        margin-top: 28px;
    }
}

/* leadership-goals */
.leadership-goals{
    margin-top: 117px;
    margin-bottom: 113px;
}
.leadership-goals .h2{
    margin-bottom: 14px;
}
.leadership-goals .custom-ul{
    margin-top: 3px;
}
.leadership-goals .btn{
    margin-top: 15px;
}
.leadership-goals .leadership-goals-image img{
    width: 380px;
    max-width: 100%;
}

@media screen and (min-width: 992px){
    .leadership-goals .leadership-goals-content{
        width: 60%;
    }
    .leadership-goals .leadership-goals-image{
        margin-top: 18px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px){
    .leadership-goals .leadership-goals-content {
        width: 55%;
    }
}
@media screen and (max-width: 991px){
    .leadership-goals {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .leadership-goals .custom-ul {
        margin-top: 20px;
    }
    .leadership-goals .leadership-goals-image{
        overflow: hidden;
        height: 310px;
        width: 100%;
        margin-bottom: 18px;
        border-radius: 4px;
    }
    .leadership-goals .leadership-goals-image img{
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
}

/* best-professionals */
@media screen and (min-width: 992px){
    .leadership-page .best-professionals .h2{
        margin-bottom: 18px;
    }
    .leadership-page .best-professionals .subtitle{
        font-size: 22px;
        line-height: 32px;
        color: #9EE2FF;
        font-weight: 500;
    }
}

@media screen and (max-width: 991px){
    .leadership-page .best-professionals {
        padding-top: 42px;
    }
    .leadership-page .quality {
        font-size: 16px;
        line-height: 22px;
    }
    .best-professionals .qualities{
        padding-bottom: 40px;
    }
}

/* leadership-contact */
.leadership-contact{
    padding-top: 119px;
    padding-bottom: 120px;
}
.leadership-contact .h2{
    margin-bottom: 20px;
}
.leadership-contact .section-content .btn {
    margin-top: 21px;
}
.leadership-contact .box-form{
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 18px 20px rgba(51, 78, 104, 0.25), 0px 30px 60px rgba(51, 78, 104, 0.251639);
    border-radius: 8px;
}
.leadership-contact .box-form .h3{
    font-size: 24px;
    line-height: 34px;
    color: #1F2933;
    font-weight: 600;
    margin-bottom: 20px;
}
.leadership-contact .box-form .form-group{
    margin-bottom: 20px;
}
.leadership-contact .box-form .btn{
    padding: 14px;
}

@media screen and (min-width: 992px){
    .leadership-contact .container{
        max-width: 981px;
    }
    .leadership-contact .section-content{
        width: 460px;
    }
    .leadership-contact .section-form{
        margin-bottom: 18px;
        width: 428px;
    }
}

@media screen and (max-width: 991px){
    .leadership-contact {
        padding-top: 33px;
        padding-bottom: 0px;
    }
    .leadership-contact .section-form{
        margin-top: 40px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .leadership-contact .box-form{
        border-radius: 0;
        box-shadow: none;
        padding: 40px 20px 60px;
    }
}