/*! Place your custom styles here */
/*! Place your custom styles here */
/* badge pulsate */

.text-decoration-none {
    text-decoration: none!important;
}

.badge::after {
    content: '';
    display: inline-block;
    background-color: #07dd87;
    border-radius: 50%;
    color: #fff;
    padding: 0 0;
    position: relative;
    height: 20px;
    width: 20px;
    text-align: center;
    right: 0px;
    z-index: 100;
}

.pulsate::after {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    /* left: 0; */
    right: -7px;
    bottom: 0;
    animation: pulse 1.8s ease infinite;
    border-radius: 50%;
    border: 4px double #07dd87;
}

.pulsate.r-7::after {
    right: 7px;
}

@keyframes pulse {
0% {
    transform: scale(1);
    opacity: 0;
}
50% {
    transform: scale(1.3);
    opacity: 0.6;
}
100% {
    transform: scale(1.4);
    opacity: 0;
}
}

/* .bar .logo {
    max-height: none;
    max-width: 200px;
    width: 200px;
} */

.alert:not(:last-child) {
    margin-bottom: 0;
}

.alert {
    border-radius: 0px;
    border: 1px solid #272727;
    background: #272727;
    color: rgb(130, 130, 130);
}

.alert .btn-sm {
    padding: 0.2rem .8rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    color: #fff!important;
    background: #07dd87;
    border-color: #07dd87!important;
    position: relative;
    top: -2px;
}

.alert small {
    font-size: 63%;
    font-weight: 400;
    position: relative;
    top: -3px;
}

.alert .border-right {
    border-right: 1px solid #525252 !important;
}

.alert .alert__body span {
    font-size: 13px;
}

.box.videos .boxed.boxed--lg {
    padding: 35px 15px;
}

/*! Place your custom styles here */

.btn {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    font-size: 15px;
    border-radius: 100px;
}

select, textarea, input {
    font-size: 14px;
}

input[type], textarea, select {
    border-radius: 4px;
}

.bg--primary {
    background: #B6B782;
}

.btn--primary, .btn--primary:visited {
    border-color: #5d6b48;
    background: #B6B782 ;
}

.btn--primary:hover {
    background: #5d6b48;
}

.name {
    color: #ffffff;
    font-size: 16px;
}

.quickest {
    background-image: url('../img/bg-gradient.svg');
    background-size: 100%;
    background-position: bottom; 
    background-repeat: no-repeat;
    padding-top: 30px!important;
    margin-bottom: -20px;
}

.box-content {
    background-image: url('../img/bg-gradient.svg');
    background-size: 100%;
    background-position: bottom; 
    background-repeat: no-repeat;
    padding-top: 30px!important;
    background-color: #fafafa!important;
}

.feature.feature--featured:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #B6B782;
    left: 0;
}

.bg-whitesmoke {
    background-color: #fafafa!important;
}

.feature-4 p {
    min-height: auto;
}

.fs-16 {
    font-size: 15px!important;
}

.menu a {
    color: #4b4b4b;
    font-weight: 400;
    padding-left: 8px!important;
    text-decoration: none;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(136, 136, 136, 0.15) !important;
}

.feature h4 {
    margin-bottom: 0.342105263157895em;
    font-size: 16px;
    letter-spacing: -0.2px;
}

.cta--horizontal h4, .cta--horizontal .lead {
    position: relative;
    top: 0px;
    font-size: 20px;
}

.card__top {
    height: 180px;
}

ul.list {
    list-style: circle!important;
    line-height: 1.85714286em;
    padding-left: 0px;
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
    cursor: not-allowed!important;
}

h1, .h1 {
    font-size: 4em;
    line-height: 1.31818182em;
    font-weight: 700;
    letter-spacing: -1px;
}

ul.list {
    list-style: initial;
    line-height: 1.85714286em;
    padding-left: 20px;
}

.slider[data-paging="true"]:not(section) {
    margin-bottom: 0;
}

.slider[data-paging="true"]:not(section) .flickity-page-dots {
    bottom: -30px;
}

.boxed.boxed--lg.padding {
    padding: 2.78571429em;
    padding-bottom: 4.5em!important;
    padding-left: 1.3em!important;
    padding-right: 1.3em!important;
}

.bg-gray {
    background: whitesmoke!important;
}

.pt-7 {
    padding-top: 7em!important;
}

.video-play-icon {
    width: 5em;
    height: 5em;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    display: inline-block;
    border: 2px solid transparent;
    cursor: pointer;
    background: transparent;
    opacity: 1;
}

.fa-youtube:before {
    content: "\f167";
    font-size: 60px;
    color: #5d6b48;
}

.video-cover .video-play-icon:hover {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    transform: translate3d(-50%, -52%, 0);
    -webkit-transform: translate3d(-50%, -52%, 0);
}

.video-play-icon:before {
    border-color: transparent transparent transparent #252525;
    margin-top: -5px;
    display: none;
}

.fa-youtube {
    width: 4em;
}

.tabs li.active .tab__title span {
    color: #B6B782;
}

.tabs {
    display: inline-block;
    border: 1px solid #dadada;
    border-radius: 100px;
    margin-bottom: 1.85714286em;
    background: #fafafa;
}

.btn-video {
    font-size: 18px;
}

.modal-content .boxed.boxed--lg {
    border-bottom: 4px solid #B6B782;
}


.modal-container .modal-content:not(.height--natural) {
    width: 40%;
    font-size: 13px;
}

.btn {
    text-transform: initial;
}

.btn.btn-contact {
    text-transform: initial;
}

.form-search input {
    border-radius: 30px 0 0 30px;
}

.form-search button {
    border-radius: 0 30px 30px 0;
}

.box-search {
    border-radius: 200px;
}

button[type="button"]:not([class*='col-']) {
    width: 100%;
}

.b-bottom-blue {
    border-bottom: 4px solid #B6B782!important;
    border-radius: 8px;
}

.label:not([class*='bg--']) {
    background: #5d6b48;
    border: 1px solid #5d6b48;
}

.label.breaking-news:not([class*='bg--']) {
    background: gold;
    border: 1px solid goldenrod;
}

a {
    color: #00C6FF;
    font-weight: 700;
}

.masonry-filter-holder:not(.masonry-filters--horizontal) .masonry__filters ul li.active {
    color: #B6B782;
    cursor: pointer;
}

.masonry-filter-holder:not(.masonry-filters--horizontal) .masonry__filters {
    padding: 10px 20px;
}

.input-checkbox label:hover {
    border-color: #B6B782;
}

.input-checkbox.input-checkbox--switch label:hover:before {
    border-color: #B6B782;
}

.input-checkbox input:checked + label {
    border-color: #B6B782;
}

.input-checkbox.input-checkbox--switch input:checked + label:before {
    animation: none !important;
    background: #B6B782;
    border-color: #B6B782;
    transform: translateX(1.85714286em);
}

h1.post {
    font-size: 2.5em;
    line-height: 1.31818182em;
}

.btn-logout {
    border: 1px solid white;
    border-radius: 4px;
    padding: 5px 8px;
}

.breadcrumbs li:not(:last-child):after {
    content: '/';
    margin-left: 1.08333333333334em;
}

.breadcrumbs li {
    font-size: 1em;
    display: inline-block;
}

article.feature-1 h5 {
    min-height: 6em;
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}

a.disabled {
    color: #a0a0a0;
    font-weight: 700;
    pointer-events: none;
}

a:hover {
    color: #00C6FF !important;
    text-decoration: underline;
}

.btn--primary-1, .btn--primary-1:visited {
    background: #31639c;
    background: rgb(32,64,99);
    background: -moz-linear-gradient(45deg, rgba(32,64,99,1) 0%, rgba(49,99,156,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(32,64,99,1) 0%, rgba(49,99,156,1) 100%);
    background: linear-gradient(45deg, rgba(32,64,99,1) 0%, rgba(49,99,156,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#204063",endColorstr="#31639c",GradientType=1);
    border-color: #31639c;
}

.btn--primary-2, .btn--primary-2:visited {
    background: #465773;
    background: rgb(46,58,78);
    background: -moz-linear-gradient(45deg, rgba(46,58,78,1) 0%, rgba(70,87,115,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(46,58,78,1) 0%, rgba(70,87,115,1) 100%);
    background: linear-gradient(45deg, rgba(46,58,78,1) 0%, rgba(70,87,115,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e3a4e",endColorstr="#465773",GradientType=1);
    border-color: #465773;
}

table th {
    background: #0198f2;
    color: #ffffff;
}

.video-cover .video-play-icon {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}

.btn__text {
    font-weight: 700!important;
    font-size: 0.85714286em!important;
}

.btn--sm {
    /* font-size: 12.2px!important;
    font-weight: 700!important; */
    padding-top: 0.30952381em;
    padding-bottom: 0.30952381em;
    padding-right: 1.85714286em;
    padding-left: 1.85714286em;
}

footer .logo {
    max-height: 4em;
}

.bar .logo {
    max-height: 4.5em;
    max-width: none;
}

.b-bottom-gray {
    border-bottom: 4px solid #c4c4c4!important;
    border-radius: 8px;
}

.label {
    font-size: 11px;
}

.label.gray:not([class*='bg--']) {
    background: #c4c4c4;
    border: 1px solid #b1b1b1;
}

.feature h5 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.5rem;
}

a:hover {
    color: transparent;
    text-decoration: underline;
}

.border-none {
    border: none;
}

/* DELL COMMANDO */
body, a, h1, h2, h3, h4 {
    font-family: 'Montserrat', sans-serif!important;
}

.btn__text {
    font-weight: 500!important;
    font-size: 15px!important;
}

.disabled img  {
    opacity: 0.5!important;
}

.feature-3 p {
    min-height: auto!important;
}

/* Dell Commando Skillpills 2021 */

.background-image-holder {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

section.text-center.cta.cta-4.space--xxs {
    background-color: #2F2F2F;
}

.text-white {
    color: #ffffff;
}

body {
    background: #161A1B;
}

.bg-footer {
    background-color: #000000;
}

.bg-sub-footer {
    background-color: #2F2F2F;
}

.bg-dark {
    background-color: #161A1B !important;
}

.btn--primary, .btn--primary:visited {
    border: 2px solid #00C6FF;
    background: rgb(0 198 255 / 40%);
    border-radius: 0px;
}

.btn--primary:hover {
    border: 2px solid #00C6FF;
    background: #00C6FF;
    border-radius: 0px;
}

.btn__text {
    display: inline-block;
}

.label:not([class*='bg--']) {
    background: rgb(0 64 179 / 50%);
    border: 2px solid #0040B3;
}

span.label.label--inline.btn--sm {
    transform: skew(-15deg);
}

.label {
    border-radius: 0px;
    font-size: 14px;
    height: inherit;
}

.fs-40 {
    font-size: 40px;
}

.img-bg-no-repeat {
    background-repeat: no-repeat;
    background-size: cover !important;
}

.color-hr {
    border-color:#00C6FF;
}

.color-hr-gray {
    border-color:#49494A;
}

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

li {
    list-style: none;
    font-size: 18px;
}

li::before {
    content: url('../img/ico-li.svg');
    display: block;
    height: 9px;
    width: 9px;
    float: left;
    margin-right: 10px;
}

.breadcrumbs li::before {
    display: none;
}

.boxed:not([class*='bg-']) {
    background: transparent;
}

.boxed.boxed--border {
    border: 2px solid #0B4CC7;
}

.boxed {
    border-radius: 0px;
    margin-bottom: 0px;
}

.box-hr {
    margin: 0px;
    border-color:#083EA1;
}

.text-title-box {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 0px !important;
}

.text-box {
    color: #ffffff;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    margin-bottom: 0px !important;
}

.btn--secondary {
    background: rgb(0 198 255 / 40%);
    border-color: #00C6FF !important;
    border-radius: 0px;
}

.btn--secondary:hover {
    background: #00C6FF;
    cursor: inherit !important;
}

.esq-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.height-90 {
    height: 87vh !important;
}

.pos-vertical-center {
    top: 60%;
}

h2, .h2 {
    font-size: 40px;
    line-height: 49px;
}

h1, .h1 {
    font-size: 65px;
}

.lead {
    font-size: 20px;
    line-height: 36px;
}

.type--fine-print {
    font-size: 14px;
}

.position-inherit {
    position: inherit;
}

.margin-btn-box {
    margin-top: 27px;
    margin-bottom: 13px;
}

.mt-24 {
    margin-top: 24px;
}

.margin-box-small {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.mt--70 {
    margin-top: -70px;
}

.margin-text-recording {
    margin-top: -48px;
    margin-bottom: 28px;
    margin-left: 32px;
}

.back-to-top i {
    color: #0040B3;
}

[data-overlay="3"]:before {
    opacity: 0;
}

.border-left {
    border-left: 3px solid #00C6FF !important;
}

.border-right {
    border-right: 3px solid #00C6FF !important;
}

.box-item {
    background-color: #2F2F2F;
}

.text-box.border-top {
    border-bottom: 2px solid #00C6FF !important;
}

.text-box.border-bottom {
    border-top: 2px solid #00C6FF !important;
}

.text-center.border-bottom {
    border-bottom: 2px solid #00C6FF !important;
}

a.back-to-top.inner-link.active {
    border: 2px solid #00C6FF;
    background: rgb(0 198 255 / 40%);
}

.back-to-top {
    border-radius: 0;
}

.back-to-top i {
    color: #ffffff;
}

/* .stack-up-open-big:before {
    transform: skew(15deg);
} */

a.back-to-top.inner-link:hover{
    background: #00C6FF;
}

.min-width {
    min-width: 350px;
}

#detail .border-right {
    border-right: 3px solid #00C6FF !important;
}

#detail .border-left {
    border-left: 3px solid #00C6FF !important;
}


p.lead.bg-p-blue {
    background-color: #00C6FF;
    padding-left: 15px;
    padding-right: 15px;
    color: #000000;
}
p.lead.bg-p-black.text-left {
    background-color: #000000;
    padding-left: 15px;
    margin-right: 3%;
}

.esq-header-box {
    display: flex;
    justify-content: left;
    align-items: center;
}
.bg-p-blue-box {
    background-color: #00C6FF;
    color: #000000;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 19px;
    padding: 5px 10px;
}
.bg-p-black-box {
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px 9px 0px 0px;
    line-height: 28px;
}

.fs-52 {
    font-size: 52px;
}
.fs-19 {
    font-size: 19px !important;
}

.bg-btn {
    background-image: url('../img/button.svg');
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px;
    font-weight: 400;
}

.bg-btn:hover {
    background-image: url('../img/button-hover.svg');
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
}

a.text-white:hover {
    color: white !important;
    text-decoration: none;
}

.py-49 {
    padding-left: 49px;
    padding-right: 49px;
}

.py-61 {
    padding-left: 61px;
    padding-right: 61px;
}

.py-66 {
    padding-left: 66px;
    padding-right: 66px;
}

.py-86 {
    padding-left: 86px;
    padding-right: 86px;
}

img:last-child {
    margin-bottom: -1px;
}

.border-bottom {
    border-bottom: 3px solid #00C6FF !important;
}

.ml--7 {
    margin-left: -7px;
}

.title-blue {
    color: #0077D4;
    font-size: 40px;
    font-weight: 700;
}

.ml-100 {
    margin-left: 100px;
}

.title-header {
    font-size: calc(16px + 1.2vw);
}

.text-blue {
    color: #0077D4;
}

.cover {
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

.fw-medium {
    font-weight: 500!important;
}

.py-4 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important;
}

.py-5 {
    padding-top: 5rem!important;
    padding-bottom: 5rem!important;
}

.py-6 {
    padding-top: 6rem!important;
    padding-bottom: 6rem!important;
}

.pt-6 {
    padding-top: 6rem!important;
}

.pb-6 {
    padding-bottom: 6rem!important;
}

.line-path {
    max-width: 420px;
}

@media (max-width: 600px) {
    .quickest {
        margin-bottom: 0px;
    }

    .btn:not([class*='primary']) {
        border-color: #cacaca;
    }

    a .text-white.gray {
        color: #939393 !important;
    }

    .hamburger-toggle i {
        padding-top: 10px;
        color: #fff;
    }

    .text-center-xs {
        text-align: center!important;
    }

    /* .background-image-holder {
        background-image: none!important;
        background: #282828!important;
    } */

    .trainers {
        background-image: none;
        padding-top: 40px!important;
    }

    .pos-vertical-center {
        top: 40%;
    }

    p.lead.bg-p-blue {
        margin-right: 0 !important;
        line-height: 22px;
    }

    p.lead.bg-p-black.text-left {
        margin-right: 0 !important;
        line-height: 22px;
    }

    .fs-52 {
        font-size: 33px !important;
    }
}

