@import "../plugins/fontawesome-free/css/all.min.css";
@import "../plugins/icheck-bootstrap/icheck-bootstrap.min.css";
@import "../plugins/overlayScrollbars/css/OverlayScrollbars.min.css";

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    letter-spacing: .03em;
}

.btn-primary {
    color: #fff !important;
    background-color: #31afb4 !important;
    border-color: #31afb4 !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:focus, .btn-primary.focus,
.btn-primary:hover {
    background-color: #31afb4 !important;
    border-color: #31afb4;
    box-shadow: 0 0 0 .2rem rgba(25, 243, 251, 0.31);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #31afb4;
    border-color: #31afb4;
}

.btn-outline-primary {
    color: #091532 !important;
    background-color: transparent;
    background-image: none;
    border-color: #31afb4 !important;;
}

.btn-outline-primary:hover {
    background-color: #31afb4;
    border-color: #31afb4;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(25, 243, 251, 0.31)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #31afb4;
    background-color: transparent
}

.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: #31afb4;
    border-color: #31afb4;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(25, 243, 251, 0.31)
}

.icheck-primary > input:first-child:checked + input[type=hidden] + label::before,
.icheck-primary > input:first-child:checked + label::before {
    background-color: #31afb4;
    border-color: #31afb4;
}

.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before,
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #31afb4;
}
.sec-title h4,
.sec-title h3,
.sec-title h2 {
    margin: 0;
    font-size: 28px;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    color: #383838;
    line-height: 22px;
    text-transform: uppercase;
}
.sec-title h3 {font-size: 24px;}
.sec-title h4 {font-size: 20px;}
.sec-title .decor-line {background: #31afb4;width: 50px;height: 3px;display: inline-block;vertical-align: top;margin-top: 18px;}

.color-theme {color: #31afb4 !important;}
.text-white {color: #ffffff !important;}
tr.bg-theme th, tr.bg-theme td,
.bg-theme {background-color: #31afb4 !important;}

.btn-round-lg {border-radius: 23px!important;}
.btn-round {border-radius: 17px!important;}
.btn-round-sm {border-radius: 15px!important;}
.btn-round-xs {border-radius: 11px!important;padding-left: 10px;padding-right: 10px;}

.investment-process .arrow {
    display: inline-block;height:25px; width: 25px;border: solid white; border-width: 0 2px 2px 0;margin-top:6px;
}

.investment-process .arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.investment-process .triangle-right {
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 19px solid #ffffff;
}
