@font-face {
    font-family: "SFProDisplay";
    src: url("fonts/SFProDisplay-Bold.woff2") format("woff2"),
        url("fonts/SFProDisplay-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SFProDisplay";
    src: url("fonts/SFProDisplay-Semibold.woff2") format("woff2"),
        url("fonts/SFProDisplay-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SFProDisplay";
    src: url("fonts/SFProDisplay-Medium.woff2") format("woff2"),
        url("fonts/SFProDisplay-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* body {
    min-height: 100vh;
}
footer{
    
    bottom: 0;
    width: 100%;
} */
.sf-pro-medium {
    font-family: "SFProDisplay";
    font-weight: 500;
}

.sf-pro-bold {
    font-family: "SFProDisplay";
    font-weight: bold;
}

.sf-pro-semibold {
    font-family: "SFProDisplay";
    font-weight: 600;
}

.roboto-regular {
    font-family: roboto;
    font-weight: 400;
}

.roboto-medium {
    font-family: roboto;
    font-weight: 450;
}

.roboto-bold {
    font-family: roboto;
    font-weight: 700;
}

video {
    outline: none;
    border: none;
}

button {
    outline: none;
    border: none;
}

button:focus {
    outline: 0;
    box-shadow: none;
}

textarea:focus {
    outline: 0;
    box-shadow: none;
}

input:focus {
    outline: 0;
    box-shadow: none;
}

li {
    display: list-item;
}

html {
    scroll-behavior: smooth;
}

.blue {
    color: #17c8e5;
}

/* GENERAL */


.grecaptcha-badge {
    position: absolute !important;
    right: 0 !important;
    height: 0px !important;
    width: 0px !important;
    opacity: 0 !important;
}

.upper {
    text-transform: uppercase;
}

.text-v-center {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.py-nav {
    padding-bottom: 1.8rem !important;
    padding-top: 2rem !important;
}

.grey-1 {
    color: #909090;
}

.max-height {
    max-height: 420px;
}

input {
    color: #464646;
}

.br-5 {
    border-radius: 5px;
}

.f-42 {
    font-size: 42px;
}

.f-31 {
    font-size: 31px;
}

.f-36 {
    font-size: 36px;
}

.f-22 {
    font-size: 22px;
}

.f-18 {
    font-size: 18px;
}

.f-30 {
    font-size: 30px;
}

.f-24 {
    font-size: 24px;
}

.f-14 {
    font-size: 14px;
}

.f-11 {
    font-size: 11px;
}

.content ul {

    list-style: circle;
    /* padding-inline-start: 0; */
}

.content img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

[data-oembed-url] div{
    max-width: 100% !important;
}

.w-5 {
    width: 8.6%;
}

.pointer {
    cursor: pointer;
}

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

.nav-test {
    max-width: 100%;
    height: auto;
}

.image-wrapper-30 {
    position: relative;
    padding-top: 30%;
}

.image-wrapper-50 {
    position: relative;
    padding-top: 50%;
}

.image-wrapper-55 {
    position: relative;
    padding-top: 55%;
}

.image-wrapper-110 {
    position: relative;
    padding-top: 110%;
}

.image-wrapper-ad {
    position: relative;
    /* padding-top: 200%; */
}

.image-wrapper-ad iframe {

    width: 100% !important;
    height: 100% !important;

}

.image-wrapper-ad-2 {
    position: relative;
    padding-top: 100%;
}

.image-wrapper-ad-3 {
    position: relative;
    padding-top: 50%;
}

.about-us-bg {
    background-color: #1f1f1f;
    color: white;
}

.image-absolute {
    min-width: 130px;
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.image-absolute-ad {
    position: absolute;
    object-fit: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* CATEGORY ADS SECTION */

.fixed-ad {
    transition: 0.5s;
    position: fixed;
    top: 172px;
    right: 0;
    z-index: 5;
}

.category-ads {
    width: 300px !important;
}

ul {
    list-style: none;
}

.overflow-hidden {
    overflow: hidden;
}

a {
    text-decoration: none;
}

.background-primary {
    background-color: #121212;
}

.pt-60 {
    padding-top: 60px;
}

.mh-45 {
    min-height: 45px;
}

.mh-500 {
    max-height: 500px;
}

.mw-340 {
    max-width: 340px;
}

.mw-150 {
    min-width: 150px;
}

.lh-25 {
    line-height: 2.5;
}

.lh-12 {
    line-height: 22px;
}



.lh-1 {
    line-height: 1;
}

.lh-16 {
    line-height: 1.6;
}

.lh-20 {
    line-height: 20px;
}

.zoom {
    transition: transform 0.2s;
}

.zoom:hover {
    transform: scale(1.2);
}

.zoom-1 {
    transition: transform 0.2s;
}

.zoom-1:hover {
    transform: scale(1.05);
}

blockquote p {
    quotes: "“""”""‘""’";
}

blockquote p::before {
    content: open-quote;
}

blockquote p::after {
    content: close-quote;
}

/* loader*/
.loader-display {
    display: none;
    z-index: 100;
}

.loader-wrapper {
    z-index: 1031;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #242f3f;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #Fff;
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

/* NAVBAR */

.nav-height {
    min-height: 85px;
}

.nav-border {
    border: 1px solid#DDDDDD;
}

.nav-margin {
    margin-top: 0px;
}

.nav-margin-ads {
    margin-top: 85px;
}

.nav-padding {
    padding-top: 85px;
}

.nav-b-padding {
    padding-bottom: 85px;
}

/* FOOTER */

.footer-cat {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}

/* .footer-cat:hover {
    color: #959595;
} */

.footer-sub-cat {
    text-transform: capitalize;
    color: #696969;
}

.footer-sub-cat:hover {
    color: #959595;
}

.footer-btn {
    font-size: 16px;
    border: 1px solid #4b4b4b;
    background-color: transparent;
    color: white;
    height: 46px;
}

.post-item {
    translate: 0.2s;
}

.post-3 {
    height: 100%;
}

.footer-btn:hover {
    background-color: #4b4b4b;
    color: white;
}

.footer-text {
    color: #696969 !important;
}

.footer-text-1 {
    color: #696969 !important;
}

.footer-text:hover {
    color: #959595 !important;
}

/* POSTS */

.post-type-1 {
    width: 100%;
}

.post-position-1 {
    /* background-image: linear-gradient(to bottom , rgba(0,0,0,0) , rgba(0,0,0,0.4)); */
    color: white;
    font-size: 22px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.post-position-3 {
    /* background-image: linear-gradient(to bottom , rgba(0,0,0,0) , rgba(0,0,0,0.4)); */
    color: black;
    min-width: 130px;
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cat-tag {
    height: 20px;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
}

.date {
    text-transform: uppercase;
    font-size: 12px !important;
}

.post-type-2 {
    max-height: 482px;
    width: 100%;
    /* background-image: url('../img/phone.png'); */
}

.post-position-2 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    z-index: 5;
    color: white;
    font-size: 24px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.video-position {
    z-index: 5;
    color: white;
    font-size: 24px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.post-text-2 {
    font-size: 22px;
}

.post-type-3 {
    max-height: 482px;
    width: 100%;
    /* background-image: url('../img/phone.png'); */
}

/* .video-icon {
    cursor: pointer;
    margin: 0 0 21px 20px;
    width: 34.5px;
    height: 34.5px;
    background-image: url("../img/play.png");
    background-repeat: no-repeat;
} */

.video-icon-1 {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-image: url("../img/play-1.png");
    background-repeat: no-repeat;
}

.video-icon-2 {
    cursor: pointer;
    /* margin: 0 0 21px 0; */
    display: inline-block;
    width: 34.5px;
    height: 34.5px;
    background-image: url("../img/play.png");
    background-repeat: no-repeat;
}

.brand-icon {
    position: absolute;
    background-color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
    text-align: center;
}


.center-align {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
}

.cat-tag-3 {
    background-color: #ff6500;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    bottom: 0;
    position: absolute;
    left: 15px;
    padding-top: 3px;
    padding-bottom: 2px;
}

.post-title-3 {
    font-size: 22px;
    line-height: 22px;
}

.date-3 {
    font-size: 12px !important;
    padding-top: 21px;
    text-transform: uppercase;
    color: #909090;
}

.post-paragraph-3 {
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.post-type-4 {
    max-height: 482px;
    width: 100%;
    /* background-image: url('../img/phone.png'); */
}

/* COURSES POSTS  */

.course-cat-tag {
    color: white;
    text-transform: uppercase;
    font-size: 11px;
}

.course-post-text {
    font-size: 22px;
    line-height: 25px;
}

/* HOME NAV  */

.home-nav {
    border: 1px solid #dddddd;
}

.home-nav-test {
    border: 1px solid #dddddd;
    /* position: relative !important; */
}

.home-nav-title {
    font-size: 34px;
    color: black;
    text-transform: capitalize;
    display: inline;
}

.home-nav-text {
    color: #a8a8a8;
    font-size: 15px;
}

.home-nav-text:hover {
    color: black;
}

.ad-text {
    color: #b2b2b2;
    font-size: 12px;
    width: 300px;
}

.nav-link {
    color: black;
}

.cat-link {
    font-size: 15px;
    color: #a8a8a8;
    display: inline;
}

.vertical-nav-center {
    text-align: center;
    vertical-align: middle;
    line-height: 85px;
}

/* .cat-link:hover,
.cat-link.active {
    font-weight: 500;
    transition: 0.175s;
    color: #000000;
} */

.cat-link-a {
    font-size: 15px;
    color: #a8a8a8;
}

.cat-link-a:hover,
.cat-link-a.active {
    font-weight: 500;
    transition: 0.175s;
    color: #000000;
}

/* BRAND NAV  */

.brand-nav {
    border: 1px solid #dddddd;
}

.brand-nav-text {
    color: #a8a8a8;
    font-size: 15px;
}

.brand-wrapper {
    display: none;
    background: #f0f0f0;
}

/* SCROLL BAR */

.carousel-dot {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
}

/* burger menu  */

.burger-wrapper {
    cursor: pointer;
    position: relative;
    height: 14px;
    width: 18px;
}

.burger,
.burger::before,
.burger::after {
    background: black;
    width: 18px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transition: 0.5s;
}

.burger {
    transform: translateY(-50%);
}

.burger::before,
.burger::after {
    content: "";
}

.burger::before {
    transform: translateY(calc(-50% - 6px));
}

.burger::after {
    transform: translateY(calc(-50% + 6px));
}

.burger.open {
    background: transparent;
}

.burger.open::before {
    transform: translateY(-50%) rotate(225deg);
}

.burger.open::after {
    transform: translateY(-50%) rotate(-45deg);
}

.mobile-menu {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 85px);
    display: none;
    z-index: 1031;
}

/* Brand-studio menu */

/* desktop */
.brand-studio-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
    z-index: 1;
    margin-top: 30px;
}

.brand-studio-dropdown:hover .dropdown-content {
    display: block;
}

.insights-dropdown:hover .dropdown-content {
    display: block;
}


/* mobile */
.brand-burger-wrapper {
    position: relative;
    width: 14px;
    height: 14px;
    text-align: justify;
}

.brand-burger,
.brand-burger::before {
    background: black;
    width: 14px;
    height: 2px;
    position: absolute;
    top: 50%;
    transition: 0.5s;
}

.brand-burger::before {
    content: "";
    transform: translateY(-50%) rotate(90deg);
}

.brand-burger.open::before {
    transform: translateY(-50%) rotate(0deg);
}

.brand-menu {
    display: none;
}

/* search for mobile */
.search {
    cursor: pointer;
}

.search-opener {

    display: none;
}

.search-wrapper {
    /* display: none; */
    background: #f0f0f0;
}

.search-mobile {
    display: inline-block;
    background: #f0f0f0;
    border: #f0f0f0;
}

.search-mobile:focus {
    outline: none;
    border: #f0f0f0;
}

.lightbox-search {
    border-radius: 6px;
    height: 100%;
    display: inline-block;
    background: transparent;
    border: #fff;

}

.search-border-left {
    border-left: 1px solid #707070;
    position: absolute;
    top: 25%;
    bottom: 25%;
    left: 0;
}

.lightbox-search:focus {
    outline: none;
    border: #fff;
}

.search-icon-mobile {
    display: inline-block;
}

.mobile-menu-item {
    border-top: #e3e3e3 1px solid;
    font-size: 14px;
    color: black;
    height: 80px;
    text-align: center;
    padding: 31px 0;

}

.brand-menu-item {
    font-size: 15px;
    color: #fff;
    text-align: center;
    background-color: #8211E2;
    border-bottom: 1px solid #983DE6;
    height: 50px;

}

.brand-menu-item:hover {
    background-color: #983DE6;
    /* opacity: 0.7; */

}

.insights-menu-item {
    font-size: 15px;
    color: #fff;
    text-align: center;
    background-color: #FF6500;
    border-bottom: 1px solid #ff8432;
    height: 50px;

}

.insights-menu-item:hover {
    background-color: #ff8432;
    /* opacity: 0.7; */

}

.mobile-brand-menu-item {
    font-size: 15px;
    color: #7e7e7e;
    text-align: center;
}


/* horizontal swiper */

.swiper-button-next,
.swiper-button-prev {
    top: 22px;
    height: 100%;
    opacity: 0;
    color: grey;
}



.horizontal-slider-2 {
    position: relative;
    overflow: hidden;
}

.vertical-slider,
.container-vertical {
    height: 150px;
    overflow: hidden;
    margin-top: 25px;
    margin-left: 25px;
}

.cat-tag-vertical {
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 2px;
    display: inline-block;
}

.cat-tag-top {
    color: black;
    text-transform: uppercase;
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 2px;
    display: inline-block;
}

.cat-padding {
    padding-top: 3px;
}

.cat-tag-vertical {
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 2px;
    display: inline-block;
}

.vertical-horizontal,
.container-vertical {
    height: 150px;
    overflow: hidden;
    margin-top: 25px;
    margin-left: 25px;
}

.vertical-horizontal .swiper-slide {

    width: 100% !important;

}

.vertical-slider-brand-icon {
    background-color: #ebebeb;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.vertical-slider-brand-icon img {
    height: 15px;
    width: 15px;
}


.vertical-slider>.swiper-slide {
    overflow: hidden !important;
}

.vertical-slider-post-title {
    font-size: 16px;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    max-height: 80px;
}

.vertical-slider-date {
    color: #909090;
    position: absolute;
    bottom: 0;
    left: 15;
    text-transform: uppercase;
}

.vertical-slider-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 20px;
    max-height: 20px;
}

.swiper-slide {
    width: auto;
    height: auto;
    align-self: flex-start;
}

/* SOCIAL MEDIA  */

.linkedin-img img {
    height: 13px;
    width: 13px;
}

.social-media {
    max-width: 130px;
}

.social-media-mobile {
    /* display: none; */
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: 160px;
    z-index: 2;
}

.mobile-facebook,
.mobile-twitter,
.mobile-pinterest,
.mobile-linkedin,
.mobile-mail {

    width: 40px;
    height: 40px;
    transition: 0.2s;
}

.mobile-facebook {
    background-color: #3E65AE;
}

.mobile-twitter {
    background-color: #58CCFF;
}

.mobile-pinterest {
    background-color: #DE0F0D;
}

.mobile-mail {
    background-color: #7B7B7B;
}

.mobile-facebook:hover,
.mobile-twitter:hover,
.mobile-linkedin:hover,
.mobile-mail:hover {
    opacity: 0.8;
}

/* BUTTONS */

.about-facebook,
.about-twitter,
.about-linkedin,
.about-subscribe {
    font-size: 11px;
    border: 0px;
    color: white;
}

.about-facebook,
.about-twitter,
.about-linkedin {
    height: 25px;
}

.about-facebook {
    background-color: #3e65ae;
}

.about-twitter {
    margin: 2px 0;
    background-color: #58ccff;
}

.about-linkedin {
    background-color: #0e76a8;
}

.mobile-linkedin {
    background-color: #0e76a8;
}

.about-facebook:hover {
    background-color: #7596d4;
}

.about-twitter:hover {
    background-color: #9be0ff;
}

.about-linkedin:hover {
    background-color: #19aaee;
}

.mobile-linkedin:hover {
    background-color: #19aaee;
}

.about-subscribe {
    height: 47px;
    border: 1px solid transparent;
    background-color: #000000;
}

.about-subscribe:hover {
    background-color: white;
    color: black;
    border: 1px solid black;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.input-email {
    height: 47px;
    border: 1px solid #e3e3e3;
    font-size: 11px;
    color: #464646;
}

.download-btn {
    font-size: 14px;
    border: 0px;
    color: white;
    background-color: #17c8e5;
    max-height: 50px;
}

.download-btn:hover {
    font-size: 14px;
    border: 0px;
    color: #17c8e5;
    background-color: white;
    max-height: 50px;
    border: 1px solid #17c8e5;
}

.load-btn {
    font-size: 14px;
    border: 0px;
    background-color: transparent;
    color: white;
    height: 70px;
}

.load-btn:hover {
    opacity: 0.9;
}



/* scroll up button */

#scroll-button {
    display: inline-block;
    background-color: #707070;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#scroll-button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#scroll-button:hover {
    cursor: pointer;
    background-color: #333;
}

#scroll-button:active {
    background-color: #555;
}

#scroll-button.show {
    opacity: 1;
    visibility: visible;
}

/* navbar  */
.nav-item {
    color: black;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
}

.nav-item:after {
    content: "";
    position: absolute;
    bottom: -15;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--test);
    border-radius: 0;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.nav-item:before {
    content: "";
    position: absolute;
    bottom: -32;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: black;
    border-radius: 0;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

/* .nav-item:not(.is-active):hover:before {
    opacity: 1;
    bottom: -32;
} */

.nav-item:not(.is-active):hover {
    color: #333;
}

.nav-indicator {
    position: absolute;
    left: 0;
    bottom: -32;
    transition: 0.4s;
    height: 2px;
    z-index: 1;
    border-radius: 0;
}

/* LESSONS  */

#parent {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#child {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 17px;
    /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box;
    /* So the width will be 100% + 17px */
}

.lesson-item-2 {
    /* content : "";
    left    : 5%;
    bottom  : 0;
    padding-bottom:10px;
    width   : 90%; */
    border-bottom: 1px solid #d8d8d8;
}

/* .lesson-item-2:hover {
    background-color: #f1ecec;
} */

.lesson-item-2:last-child {
    border: 0;
}

.lesson-block {
    /* max-height: 400px;
    overflow-y: auto; */
}

.lesson-voice {
    cursor: pointer;
    background-color: #000000;
    border: 0px;
    border-radius: 5px;
    display: none;
    font-size: 14px;
}

.lesson-grey {
    color: #7e7e7e;
}

.voice {
    background-color: black;
    color: white;
}

.video.play {
    background-color: black;
}

.not-active {
    fill: black !important;
}

.video.pause {
    background-color: #ededed;
    color: black !important;
}

.arrow {
    display: inline-block;
    padding: 5px;
}

.up {
    background-image: url("../img/up.png");
    background-repeat: no-repeat;
    /* transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg); */
}

.down {
    background-image: url("../img/down.png");
    background-repeat: no-repeat;
    /* transform: rotate(45deg);
    -webkit-transform: rotate(45deg); */
}

/* VIDEO SECTION  */
.course-vid-des {
    color: #707070;
    font-size: 18px;
}

.video-title {
    font-size: 48px;
}

/* NEWS LETTER */

.news-letter {
    color: black;
    max-height: 330px;
    border: 1px solid black;
}

.input-email.error {
    border-color: #ce0d0d;
}

/* CONTACT US  */

.contact-box {
    background-color: #FAFAFA;
    cursor: pointer;
    color: #808080;
    border: 1px solid transparent;
}

.contact-box:hover {
    border: 1px solid #808080;
}

.contact-input-wrapper {
    padding: 1px;
}

.contact-input {
    resize: none;
    transition: all 0.5s;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    color: #6a6a6a;
    font-size: 12px;
}

.contact-input:hover {
    background-color: #f6f6f6;
}


.contact-input.error {
    border-color: #ce0d0d;
}

.contact-success {
    border: 1px solid #000000;
    display: none;
}

.contact-exists {
    border: 1px solid#ce0d0d;
    display: none;
}

.contact-p {
    color: #6a6a6a;
}

.contact-title {}

.contact-submit {
    border: 1px solid transparent;
    cursor: pointer;
    background-color: black;
    color: white;
}

.contact-submit:hover {
    background-color: white;
    color: black;
    border: 1px solid black;

    margin: 0;
}

.back {
    color: black;
}

.location {
    cursor: pointer;
    color: black;
}

.topic {
    color: black;
    border: 1px solid;
}

.topic:hover {
    background-color: #58ccff;
    color: white;
    transition: 0.2s;
}

.recommended-articles .last:last-child .article-item {
    border: 0px;
}

.article-item {
    color: black;
    border-bottom: 1px solid #e6e6e6;
    transition: 0.4s;
}

.article-item:hover {
    background-color: #e6e6e6;
    color: #696969;

    border-bottom: 1px solid #e6e6e6;
}

.flip {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.sm-logo {
    max-height: 12px;
}


/* cookie  */
.cookie-banner {
    margin-left: 0;
    z-index: 7;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

.cookie-banner p {
    margin: 16px 0 !important;
}

.close-cookie {
    background-color: #777;
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
}

.close-cookie:hover {
    background-color: rgb(70, 70, 70);
}

/* ADVERTISEMENT  */

.ad-sm {
    background-color: #e4e4e4;
    max-height: fit-content;
}

/* top button  */

.top-btn {
    position: fixed;
    right: 15;
    bottom: 15;
    z-index: 12;
    transition: 3s;
}

/* carousel  */

.swiper-pagination-bullet-active {
    background-color: white;
}

.cover {
    object-fit: cover;
}

.carousel-inner {
    height: 420px;
}

/* LIGHTBOX  */

.lightbox {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.fade-in {
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* MEDIA */

@media (max-width: 600px) {
    .img-post-1 {
        transform: translate(-25%, 0);
        min-height: 415px;
    }

    .post-title-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        /* number of lines to show */
        -webkit-box-orient: vertical;
    }
}

@media (max-width: 991px) and (min-width: 601px) {
    .img-post-1 {
        width: 100%;
    }
    .post-title-3{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        -webkit-box-orient: vertical;
    }
}

@media (max-width: 991px) {

    .news-letter {
        color: black;
        max-height: 330px;
        border: 1px solid transparent;
    }

    .logo-footer {
        max-width: 250px;
    }

    .pt-60 {
        padding-top: 45px;
    }

    /* .mh-340 {
        min-height: 340px;
    } */
    .video-title {
        font-size: 32px;
    }

    .b-right {
        border: 0px solid #dbdbdb;

    }

    .b-right-mobile {
        border: 1px solid #dbdbdb;
        width: 15%;

    }

    /* .container {
        padding: 0 !important;
    } */
    .ad-text {
        display: none;
    }

    .home-nav-title {
        font-size: 30px;
        display: block;
    }

    .image-wrapper-55-3 {
        position: relative;
        padding-top: 55%;
    }

    .image-absolute-3 {
        position: absolute;
        object-fit: cover;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}

.mw-250 {
    max-width: 250px;
}

@media (min-width: 992px) {




    .b-right {
        border-right: 1px solid #dbdbdb;
    }

    .col-lg-auto {
        float: left;
        width: auto;
    }

    .post-position-3 {
        color: black;
    }
}

.slider-small {
    display: block;
}

.slider-large {
    display: none;
}

@media (min-width: 1350px) {
    .post-1 {
        width: 900px;
        height: auto;
    }

    .post-2 {
        width: 450px;
        /* height: 500px; */
    }

    .slider-small {
        display: none;
    }

    .slider-large {
        display: inline-flex;
    }
}


@media (min-width: 992px) and (max-width: 1283px) {
    .date-3 {
        padding-top: 18px;
    }

    .post-title-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        /* number of lines to show */
        -webkit-box-orient: vertical;
    }

    .post-paragraph-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* number of lines to show */
        -webkit-box-orient: vertical;
    }
}

@media (min-width: 576px) and (max-width: 750px) {
    .date-3 {
        padding-top: 18px;
    }

    .post-title-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        /* number of lines to show */
        -webkit-box-orient: vertical;
    }

    .post-paragraph-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* number of lines to show */
        -webkit-box-orient: vertical;
    }
}

a {
    text-decoration: none !important;
}

.ht-lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgb(0 0 0 / 0.7);
    display: none;
}

.ht-lightbox .lightbox-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ht-search-box {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgb(0 0 0 / 0.7);
    display: none;
}

.ht-search-box .lightbox-search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lightbox-search-wrapper {
    height: 101px;
    position: fixed;
    background: white;
    border-radius: 6px;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lightbox-search-button {
    background-color: transparent;
}

.show-on-scroll {
    opacity: 0;
    transition: 2s;
}

.show-on-scroll.fade {
    opacity: 1;
}

@media (max-width: 768px) {

    .lightbox-search-wrapper {
        height: 70px;
    }
}