
p, .p, ul, ol, input, select, textarea, .btn, button, .page-link {
    font-size: 1rem !important;
}

ol.breadcrumb {
    font-size: 1.06rem !important;
}

h2, .h2 {
    font-size: 1.75rem !important;
}

h3, .h3 {
    font-size: 1.45rem !important;
}

h4, .h4 {
    font-size: 1.25rem !important;
}

h5, .h5 {
    font-size: 1.05rem !important;
}

h6, .h6 {
    font-size: .7rem !important;
}

.bold {
    font-family: ROBOTO-BOLD !important
}

.bolder {
    font-family: ROBOTO-BLACK !important;
}

.border-black {
    border-color: #000 !important;
}

.r-class-h {
    vertical-align: super;
    font-size: 2rem;
}

.r-class-p {
    vertical-align: super;
    font-size: 1rem;
}

.el-hidden {
    display: none;
}

.tcc-font-en {
    font-family: 'BRUNOACESC-REGULAR' !important;
}

.text-red {
    color: #bb0000 !important;
}

.no-bg {
    background-color: unset !important;
}

.bg-red {
    background-color: #bb0000 !important
}

.bg-gray {
    background-color: #cccccc !important
}

.fs-3rem {
    font-size: 3rem;
}

.bg-gray-bubbles {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../images/backgrounds/gray-bubbles.webp");
}

.border-red {
    border-color: #bb0000 !important;
}

.border-gray {
    border-color: #cccccc !important;
}

.bw-unset {
    border-width: unset !important;
}

.bg-footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../images/backgrounds/footer.webp");
    background-position: bottom;
}

header #searchBar input {
    background-color: #cccccca6;
}

header #searchBar input:focus {
    box-shadow: none;
}

header #searchBar input::placeholder {
    color: #ffffff !important;
}

.hp-TA {
    padding-left: 7rem;
    padding-right: 2rem;
}

.hp-TA h2 {
    font-size: 1.5rem !important;
    z-index: 1;
}

.hp-TA h2:before {
    content: "";
    background-image: url("../../images/icons/eye.webp");
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: -33px;
    left: -75px;
    width: 20%;
    height: 105px;
    z-index: -1;
}

.hp-ttc {
    font-size: 1rem !important;
}

.testimonial-box {
    position: absolute;
    right: 4.75rem;
    background-image: url("../../images/backgrounds/tem-gray.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 77%;
}

.testimonial-box:before {
    display: block;
    background: #bb0000;
    content: "";
    left: -7.5rem;
    top: 2rem;
    width: 80px;
    height: 8px;
    position: relative;
}

.fading-out {
    overflow: hidden;
    text-overflow: ellipsis;
    content: "";
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fading-out:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(#ffffffd1 15px, white);
}

.dash-ul li:before {
    content: '\2014';
    position: absolute;
    margin-left: -2rem;
    color: #b80000;
}

.arrow-ul {
    padding-left: 2.5rem;
}

.arrow-ul li:before {
    content: '\F231';
    font-family: bootstrap-icons !important;
    position: absolute;
    margin-left: -3rem;
    color: #b80000;
}

.arrow:before {
    content: '\F231';
    font-family: bootstrap-icons !important;
    position: absolute;
    margin-left: -2.3rem;
    color: #b80000;
}

.banner-red {
    background-image: url("../../images/banners/red.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-gr {
    background-image: url("../../images/backgrounds/gray-bubbles.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-black {
    background-image: url("../../images/banners/black.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-gray {
    background-image: url("../../images/backgrounds/gray-bubbles.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-red {
    color: #ffffff;
    border-radius: 0;
    background-color: #b80000;
}

.btn-red-with-img {
    background-image: url("../../images/backgrounds/tem-red.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    color: #ffffff;
    border-radius: 0;
}

.btn-black-with-img {
    background-image: url("../../images/backgrounds/tem-black.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    color: #ffffff;
    border-radius: 0;
}

.red-dash:before {
    position: relative;
    display: block;
    background: #bb0000;
    content: "";
    left: -2rem;
    bottom: -1.2rem;
    width: 20px;
    height: 3px;
}

.h-divder {
    width: 35px;
    height: 2px;
    background: #cccccc;
    margin: auto;
}

.register-banner-text {
    font-size: 2rem;
    font-weight: 700;
}

.no-bg-img {
    background-image: unset !important;
}

.slick-dots li {
    margin: 0 7px;
    height: 0;
}

.slick-dots li button {
    background: #000 !important;
}

.dark-bg-slider .slick-dots li button {
    background: #fff !important;
}

.slick-dots li.slick-active button {
    background: #bb0000 !important;
}

.slick-dots li button {
    width: 25px !important;
    height: 6px !important;
    padding: 3px !important;
}

.course-box img {
    width: 5%;
}

.testimonial-box {
    right: 6.5rem;
}

.dash {
    position: relative;
}

.dash:before {
    display: block;
    background: #bb0000;
    content: "";
    left: -4.5rem;
    top: 15px;
    /*bottom: 10px;*/
    width: 60px;
    height: 8px;
    position: absolute;
}

section.about {
    padding-top: 30rem;
}

.forwhombody {
    padding-bottom: 7rem;
}

.forwhomleader {
    padding-bottom: 5rem;
}

.forwhomorg {
    padding-bottom: 7rem;
}

.personal {
    padding-top: 15rem;
}

.card {
    width: 100%;
    height: 100%;
}

/*.card-img-top {*/
/*    width: 125px;*/
/*    height: auto;*/
/*}*/

section.team {
    padding-top: 25rem;
}

.metrics .section1 {
    padding-top: 25rem;
}

.member-details {
    color: #000000;
}

.subscribe-head {
    font-size: 2.7rem;
}

footer ul {
    font-size: 0.9rem !important;
    line-height: 2;
}

.footer-links a:hover {
    color: #bb0000 !important;
}

.explore-text {
    margin-right: 1.7rem;
}

#searchBar {
    margin-right: 1rem;
}

#searchBar input {
    text-align: right;
}

.subscribe button {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.submenu-offcanvas ul {
    display: none;
}

.sub-submenu-offcanvas ul {
    display: none;
}

/*.offcanvas-body .arrow:before {*/
/*    right: 0;*/
/*    top: .5rem;*/
/*}*/

.offcanvas-body ul {
    font-size: 1rem !important;
}

.offcanvas-body .nav-item {
    padding: 0 0.5rem;
}

.offcanvas-body .nav-link:hover {
    color: #bb0000 !important;
}

.team-search button {
    background-color: unset;
    border: unset;
    color: #cccccc;
    font-size: 3.4rem;
}

.forwhombodyup {
    padding-bottom: 3rem;
}

.help-block {
    color: #bb0000 !important;
}

.dropdown {
    position: relative;
}

.dropdown::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
}

@media (min-width: 300px) and (max-width: 375px) {
    .personal {
        padding-top: 2rem;
    }

    section.tcc {
        padding-top: 4rem;
    }

    .privacy {
        padding-top: 2rem;
    }

    .term {
        padding-top: 2rem;
    }

    .custom-container-text {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    section.forwhom {
        padding-top: 8rem;
    }

    .event {
        padding-top: 2rem;
        /*padding-left: 2rem;*/
    }
}

@media (min-width: 375px) and (max-width: 574px) {
    .personal {
        padding-top: 10rem;
    }

    .privacy {
        padding-top: 2rem;
    }

    .term {
        padding-top: 2rem;
    }

    .custom-container-text {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .event {
        /*padding-left: 2rem;*/
        padding-top: 2rem;
    }
}

@media (min-width: 350px) {
    /*.img-pos {*/
    /*    margin-left: 4rem;*/
    /*}*/
}

@media (min-width: 376px) and (max-width: 459px) {
    section.forwhom {
        padding-top: 10rem;
    }

    section.tcc {
        padding-top: 4rem;
    }
}

@media (min-width: 425px) and (max-width: 520px) {
    .test {
        margin-top: 6rem !important;
    }
}

@media (max-width: 768px) {
.font-big {
    font-size: 40px;
}
}

@media (min-width: 460px) {
    /*.img-pos {*/
    /*    margin-left: 6rem;*/
    /*}*/
    section.tcc {
        padding-top: 4rem;
    }

    .img-text {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }

    section.forwhom {
        padding-top: 10rem;
    }
}

@media (min-width: 576px) {
    p, .p, ul, ol, input, select, textarea, .btn, button, .page-link {
        font-size: 1.15rem !important;
    }

    h2, .h2 {
        font-size: 2.5rem !important;
    }
    h3, .h3 {
        font-size: 2rem !important;
    }

    h4, .h4 {
        font-size: 1.25rem !important;
    }

    h5, .h5 {
        font-size: 1.15rem !important;
    }

    h6, .h6 {
        font-size: .75rem !important;
    }

    .testimonial-pb {
        padding-bottom: 17rem;
    }

    .testimonial-box {
        width: 80%;
    }

    .testimonial-box:before {
        left: -3.2rem;
        top: 1rem;
        width: 40px;
        height: 5px;
    }

    section.about {
        padding-top: 35rem;
    }

    section.tcc {
        padding-top: 4rem;
    }

    /*.card-img-top {*/
    /*    width: 75px;*/
    /*    height: auto;*/
    /*}*/

    .img-text {
        margin-right: 2rem !important;
        margin-left: 1rem !important;
    }

    /*.img-pos {*/
    /*    margin-left: 6rem;*/
    /*}*/
    .personal {
        padding-top: 12rem;
    }

    .term {
        padding-top: 2rem;
    }

    .event {
        padding-top: 4rem;
    }

    .custom-container-text {
        padding-right: 2rem;
        padding-left: 5rem;
    }

    section.forwhom {
        padding-top: 14rem;
    }

    section.team {
        padding-top: 25rem;
    }

    .metrics .section1 {
        padding-top: 5rem;
    }

    .articles .red-dash {
        font-size: 1rem !important;
    }

    .prim-title {
        font-size: 2.5rem;
    }

    .dash:before {
        left: -4rem;
        top: 30px; /*20 */
        width: 50px;
        height: 6px;
    }

    .course-box .dash:before {
        top: 15px;
    }

    .course-box img {
        width: 7%;
    }

    .course-box {
        font-size: 1.15rem;
    }

    .offcanvas-body ul {
        font-size: 1.15rem !important;
    }

    .testimonial-text-more {
        height: 38vw;
        overflow: auto;
    }

    .testimonial-user-img {
        width: 10vw;
    }

    .hp-TA {
        padding-left: 5rem;
        padding-right: 2rem;
    }

    .hp-TA h2 {
        font-size: 2.2rem !important;
    }

    .hp-TA h2 span {
        font-size: 1.2rem !important;
    }

    .hp-TA h2:before {
        top: -16px;
        left: -35px;
        width: 20%;
        height: 48px;
    }

    .test-text {
        height: 15rem;
    }

    .testimonial-box {
        height: 27rem;
    }

    footer h5 {
        font-size: 1.2rem !important;
    }

    footer ul {
        font-size: .9rem !important;
    }
}

@media (min-width: 630px) {
    .img-text {
        margin-right: 5rem !important;
        margin-left: 2rem !important;
    }

    .custom-container-text {
        padding-left: 7rem;
        padding-right: 3rem;
    }
}

@media (min-width: 768px) {
    p, .p, ul, ol, input, select, textarea, .btn, button, .page-link {
        font-size: 1.1rem !important;
    }
    h2, .h2 {
        font-size: 2.75rem !important;
    }
    h3, .h3 {
        font-size: 2.1rem !important;
    }

    h4, .h4 {
        font-size: 1.5rem !important;
    }
    h5, .h5 {
        font-size: 1.15rem !important;
    }
    h6, .h6 {
        font-size: 0.85rem !important;
    }

    .testimonial-box {
        width: 83%;
    }

    .testimonial-box:before {
        left: -4.2rem;
        top: 1.5rem;
        width: 50px;
        height: 6px;
    }

    /*section.about {*/
    /*    padding-top: 75%;*/
    /*}*/
    section.tcc {
        padding-top: 8rem;
    }

    .privacy {
        padding-top: 2rem;
    }

    .term {
        padding-top: 2rem;
    }

    .custom-container-text {
        padding-left: 4rem;
        padding-right: 3rem;
    }

    .img-text {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    /*.img-pos {*/
    /*    margin-left: 9rem;*/
    /*}*/
    section.team {
        padding-top: 30rem;
    }

    .metrics .section1 {
        padding-top: 8rem;
    }

    /*.card-img-top {*/
    /*    width: 80px;*/
    /*    height: auto;*/
    /*}*/

    .personal {
        padding-top: 17rem;
    }

    .per-text {
        padding-bottom: 2rem;
    }

    .forwhombodyup {
        padding-bottom: 3rem;
    }

    .forwhomorg {
        padding-bottom: 8rem;
    }

    .prim-title {
        font-size: 3.5rem;
    }


    .articles .red-dash {
        font-size: 1.75rem !important;
    }

    .dash:before {
        left: -5.2rem;
        top: 35px;
        width: 60px;
        height: 7px;
    }

    .course-box .dash:before {
        left: -5rem;
        top: 20px;
    }


    .course-box {
        font-size: 1.45rem;
    }

    .course-box img {
        width: 7%;
        margin-right: .8rem !important;
    }

    .offcanvas-body ul {
        font-size: 1.1rem !important
    }

    .testimonial-pb {
        padding-bottom: 22rem;
    }

    .testimonial-text-more {
        height: 29vw;
        overflow: auto;
    }

    .testimonial-user-img {
        width: 8vw;
    }

    .hp-TA {
        padding-left: 7rem;
        padding-right: 2rem;
    }

    .hp-TA h2 {
        font-size: 2.85rem !important;
    }

    .hp-TA h2 span {
        font-size: 1.5rem !important;
    }

    .hp-TA h2:before {
        top: -21px;
        left: -47px;
        width: 20%;
        height: 65px;
    }

    .test-text {
        height: 14rem;
    }

    .testimonial-box {
        height: 28rem;
    }
}

@media (min-width: 850px) and (max-width: 991px) {
    .custom-container-text {
        padding-right: 4rem;
        padding-left: 8rem;
    }
}

@media (min-width: 992px) {
    p, .p, ul, ol, input, select, textarea, .btn, button, .page-link {
        font-size: 1.5rem !important;
    }
    h2, .h2 {
        font-size: 3rem !important;
    }
    h3, .h3 {
        font-size: 2.15rem !important;
    }

    h4, .h4 {
        font-size: 1.75rem !important;
    }
    h5, .h5 {
        font-size: 1.25rem !important;
    }
    h6, .h6 {
        font-size: .95rem !important;
    }

    .testimonial-box {
        width: 82%;
    }

    .testimonial-box:before {
        left: -5rem;
        top: 1.3rem;
        width: 50px;
        height: 6px;
    }

    .register-banner-text {
        font-size: 2.75rem;
    }

    .menu-icon {
        position: absolute;
        left: -4.3rem;
    }


    .testimonial-pb {
        padding-bottom: 16rem;
    }

    section.about {
        padding-top: 40rem;
    }

    .img-text {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    section.team {
        padding-top: 22rem;
    }

    .metrics .section1 {
        padding-top: 12rem;
    }

    /*.card-img-top {*/
    /*    width: 100px;*/
    /*    height: auto;*/
    /*}*/

    .personal {
        padding-top: 20rem;
    }

    .privacy {
        padding-top: 4rem;
    }

    .term {
        padding-top: 2rem;
    }

    .custom-container-text {
        padding-left: 4rem;
        padding-right: 3rem;
    }

    .dash:before {
        left: -5.5rem;
        top: 35px; /* 12px */
        width: 65px;
        height: 7px;
    }

    .course-box .dash:before {
        left: -5.5rem;
        top: 25px;
    }

    .prim-title {
        font-size: 4rem;
    }

    .course-box {
        font-size: 1.65rem;
    }

    .course-box img {
        width: 5.5%;
    }

    footer h5 {
        font-size: 1.8rem !important;
    }

    footer ul {
        font-size: 1.1rem !important;
    }

    .testimonial-text-more {
        height: 12vw;
        overflow: auto;
    }

    .testimonial-user-img {
        width: 7vw;
    }

    .hp-TA h2 {
        font-size: 3.1rem !important;
    }

    .hp-TA h2:before {
        top: -34px;
        left: -65px;
        width: 25%;
        height: 83px;
    }

    .hp-TA {
        padding-left: 13rem;
        padding-right: 9rem;
    }

    .boxes h3 {
        min-height: 5rem
    }

    .explore-text {
        margin-right: 1.7rem;
        font-size: 1rem;
    }

    .test-text {
        height: 11rem;
    }

    .testimonial-box {
        height: 26rem;
    }

    .register {
        padding-top: 3rem !important;
    }

    .img-pos {
        padding-left: 3rem;
    }

    .course-title {
        height: 6rem;
    }
}

@media (min-width: 1200px) {
    p, .p, ul, ol, input, select, textarea, .btn, button, .page-link {
        font-size: 1.75rem !important;
    }

    h2, .h2 {
        font-size: 3.4rem !important;
    }

    h3, .h3 {
        font-size: 2.6rem !important;
    }

    h4, .h4 {
        font-size: 2rem !important;
    }

    h5, .h5 {
        font-size: 1.5rem !important;
    }
    h6, .h6 {
        font-size: 1rem !important;
    }

    .testimonial-box {
        width: 75%;
    }

    .testimonial-box:before {
        left: -6rem;
        top: 1.8rem;
        width: 75px;
        height: 8px;
    }

    .testimonial-pb {
        padding-bottom: 20rem;
    }

    /*section.about {*/
    /*    padding-top: 50%;*/
    /*    !*padding-bottom: 15rem;*!*/
    /*}*/
    section.team {
        padding-top: 30rem;
    }

    .img-text {
        margin-right: 8rem !important;
        margin-left: 12rem !important;
    }

    .img-pos {
        margin-left: 8rem !important;
    }

    .per-text {
        padding-top: 2rem;
    }


    section.tcc {
        padding-top: 12rem;
    }

    .personal {
        padding-top: 25rem;
    }

    .privacy {
        padding-top: 6rem;
    }

    /*.contact {*/
    /*    padding-top: 2rem;*/
    /*}*/
    .term {
        padding-top: 4rem;
    }

    .articles-slider .slick-track {
        display: flex;
    }

    .dash:before {
        left: -6rem;
        top: 48px;
        /*bottom: 5rem;*/
        width: 75px;
        height: 8px;
    }

    .course-box .dash:before {
        left: -6.5rem;
        top: 20px;
        height: 7px;
    }

    .course-box {
        font-size: 1.5rem;
    }

    .course-box img {
        width: 4%;
    }

    .offcanvas-body ul {
        font-size: 1rem !important;
    }

    footer ul {
        font-size: 1.4rem !important;
        line-height: 1.8;
    }

    .testimonial-text-more {
        height: 19vw;
        overflow: auto;
    }

    .testimonial-user-img {
        width: 6vw;
    }

    .hp-TA h2 {
        font-size: 4rem !important;
    }

    .hp-TA h2 span {
        font-size: 2rem !important;
    }

    .hp-TA h2:before {
        top: -44px;
        left: -80px;
        width: 24%;
        height: 105px;
    }

    .boxes h3 {
        min-height: 7rem
    }

    .explore-text {
        margin-right: 1.7rem;
        font-size: 1.25rem;
    }

    .test-text {
        height: 13rem;
    }

    .testimonial-box {
        height: 30rem;
    }

    .register {
        padding-top: 3rem !important;
    }
}

/*@media (min-width: 1400px) {*/
/*    !*p, .p, ul, ol, input, select, textarea {*!*/
/*    !*    font-size: 1.9rem !important;*!*/
/*    !*}*!*/
/*    h3, .h3 {*/
/*        font-size: 2.85rem !important;*/
/*    }*/

/*    !*h4, .h4 {*!*/
/*    !*    font-size: 2rem !important;*!*/
/*    !*}*!*/
/*    !*h5, .h5 {*!*/
/*    !*    font-size: 1.5rem !important;*!*/
/*    !*}*!*/
/*    .testimonial-pb {*/
/*        padding-bottom: 20rem;*/
/*    }*/

/*    .testimonial-box {*/
/*        width: 76%;*/
/*    }*/

/*    !*.blog-text {*!*/
/*    !*    font-size: 2vw;*!*/
/*    !*}*!*/

/*    .dash:before {*/
/*        top: 43px;*/
/*    }*/

/*    .course-box .dash:before {*/
/*        left: -6.5rem;*/
/*        top: 30px;*/
/*    }*/

/*    section.team {*/
/*        padding-top: 35rem;*/
/*    }*/

/*    !*section.about {*!*/
/*    !*    padding-top: 45rem;*!*/
/*    !*}*!*/
/*    .personal {*/
/*        padding-top: 25rem;*/
/*    }*/

/*    .contact {*/
/*        padding-top: 2rem;*/
/*    }*/

/*    .img-text {*/
/*        margin-right: 12rem !important;*/
/*        margin-left: 6rem !important;*/
/*    }*/

/*    .team-search button {*/
/*        font-size: 3.5vw;*/
/*    }*/

/*    .hp-TA h2 {*/
/*        font-size: 4.75rem !important;*/
/*        z-index: 1;*/
/*    }*/

/*    .hp-TA h2 span {*/
/*        font-size: 2rem !important;*/
/*    }*/

/*    .hp-TA h2:before {*/
/*        top: -34px;*/
/*        left: -78px;*/
/*        width: 20%;*/
/*        height: 107px;*/
/*    }*/


/*}*/