.etn-event-item {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    margin-bottom: 30px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.etn-event-item .etn-event-thumb {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
}

.sc-logo img {
    height: 48px;
    width: 200px;
    object-fit: contain;
    object-position: left;
}
.etn-event-item .etn-event-thumb > a {
    line-height: 0;
    display: block;
}
.etn-event-item .etn-event-thumb img {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transform: scale(1);
    width: 100%;
}
.etn-event-item .etn-event-category {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}
.etn-event-item .etn-event-category span {
    background-color: var(--primary_color);
    color: #fff;
    padding: 4px 8px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
}
.etn-event-item .etn-event-location {
    font-size: 15px;
    color: var(--standard_color);
    margin-bottom: 5px;
}
.etn-event-item .etn-event-location i {
    margin-right: 5px;
}
.etn-event-item .etn-title {
    margin: 0 0 10px;
    font-size: 22px;
}
.etn-event-item .etn-title a {
    color: #202020;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    font-weight: 800;
}
.etn-event-item .etn-event-footer {
    overflow: hidden;
}
.etn-event-item .etn-event-footer .etn-event-date {
    float: left;
    font-size: 15px;
    font-weight: 700;
}
.etn-event-item .etn-event-footer .etn-event-date i {
    padding-right: 5px;
}
.etn-event-item .etn-event-footer .etn-atend-btn {
    float: right;
}
.etn-event-item .etn-event-footer .etn-atend-btn .etn-btn-border {
    padding: 0 15px;
    font-weight: 700;
    font-size: 13px;
    border-width: 2px;
    line-height: 25px;
    border-color: var(--standard_color);
    color: var(--standard_color);
    background-image: none;
    display: inline-block;
}
.etn-event-item:hover {
    background-color: #fff;
}
.etn-event-item:hover .etn-event-thumb img {
    transform: scale(1.1);
}
.etn-event-item:hover .etn-title a {
    color: var(--primary_color);
}

.etn-event-single-wrap .etn-event-single-content-wrap,
.etn-event-single-wrap .etn-tag-wrapper,
.etn-event-single-wrap .schedule-tab-wrapper {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
    margin-bottom: 40px;
    padding: 45px;
}
@media (max-width: 767px) {
    .etn-event-single-wrap .etn-event-single-content-wrap,
    .etn-event-single-wrap .etn-tag-wrapper,
    .etn-event-single-wrap .schedule-tab-wrapper {
        padding: 25px;
    }
}
.etn-content-wrap {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}
.etn-es-events-page-container {
    padding-top: 80px;
    padding-bottom: 80px;
}
.etn-event-single-content-wrap .etn-event-meta {
    position: relative;
}
.etn-event-single-content-wrap .etn-event-meta:after {
    clear: both;
    width: 100%;
    content: "";
    display: table;
}
.etn-event-single-content-wrap .etn-event-meta .etn-event-category {
    float: left;
}
.etn-event-single-content-wrap .etn-event-meta .etn-event-category span {
    color: var(--primary_color);
}
.etn-event-single-content-wrap .etn-event-meta .etn-event-social-wrap {
    float: right;
    position: relative;
}
.etn-event-single-content-wrap .etn-event-meta .etn-event-social-wrap .etn-social {
    position: absolute;
    right: -15px;
    top: 100%;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.etn-event-single-content-wrap .etn-event-meta .etn-event-social-wrap .etn-social a {
    text-align: center;
}
.etn-event-single-content-wrap .etn-event-meta .etn-event-social-wrap:hover .etn-social {
    opacity: 1;
    transform: scale(1);
}
.etn-event-single-content-wrap .etn-event-entry-title {
    font-weight: 700;
    margin-bottom: 40px;
}
@media (min-width: 767px) {
    .etn-event-single-content-wrap .etn-event-entry-title {
        font-size: 42px;
    }
}
.etn-event-single-content-wrap .etn-single-event-media {
    margin-bottom: 40px;
}
.etn-event-single-content-wrap .etn-event-content-body > * {
    margin-bottom: 20px;
}
.etn-event-single-content-wrap .etn-event-content-body iframe {
    width: 100%;
}
.etn-event-tag-list h4 {
    margin-bottom: 20px;
}
.etn-event-tag-list a {
    font-size: 12px;
    border: 1px solid #eaeaea;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
}
.etn-event-tag-list a:hover {
    color: var(--primary_color);
    border-color: var(--primary_color);
}



.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../../../themes/courselog/assets/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


@media only screen and (max-width: 991px) {
    .sidebar-active .is-type-video,
    .sidebar-inactive .is-type-video {
        left: 0;
        width: 100%;
        max-width: 100%;
    }
    .is-type-video iframe {
        height: 100%;
    }
    .wp-block-separator.is-style-dots:before,
    hr.is-style-dots:before {
        font-size: 0.3875em;
    }
    .wp-block-pullquote p {
        font-size: 1em;
    }
}
.wp-block-separator,
hr {
    background-color: #767676;
    border: 0;
    height: 2px;
    margin: 2rem auto;
    max-width: 200px;
    text-align: center;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}
.wp-block-separator.is-style-wide,
hr.is-style-wide {
    max-width: 100%;
}
@media only screen and (min-width: 768px) {
    .wp-block-separator.is-style-wide,
    hr.is-style-wide {
        max-width: calc(8 * (100vw / 12) - 28px);
    }
}
@media only screen and (min-width: 1168px) {
    .wp-block-separator.is-style-wide,
    hr.is-style-wide {
        max-width: calc(6 * (100vw / 12) - 28px);
    }
}
.wp-block-separator.is-style-dots,
hr.is-style-dots {
    max-width: 100%;
    background-color: inherit;
    border: inherit;
    height: inherit;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .wp-block-separator.is-style-dots,
    hr.is-style-dots {
        max-width: calc(8 * (100vw / 12) - 28px);
    }
}
@media only screen and (min-width: 1168px) {
    .wp-block-separator.is-style-dots,
    hr.is-style-dots {
        max-width: calc(6 * (100vw / 12) - 28px);
    }
}
.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
    color: #767676;
    font-size: 1.6875em;
    letter-spacing: 0.88889em;
    padding-left: 0.88889em;
}
.wp-block-separator + h1:before,
.wp-block-separator + h2:before,
hr + h1:before,
hr + h2:before {
    display: none;
}
.wp-block-table td,
.wp-block-table th {
    border: none;
    border-top: 1px solid #ededed;
}
.wp-block-table td:first-child,
.wp-block-table th:first-child {
    border-right: 1px solid #ededed;
}
.wp-block-table {
    border: 0;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
}
table.wp-block-table > tbody > tr:nth-child(odd) > td {
    background-color: #fcfcfc;
}
table.wp-block-table > tbody > tr > td {
    padding: 10px 5px;
    border-bottom: 0;
    border-left: 0;
}
.wp-block-embed__wrapper iframe {
    border: 0;
}
.wp-block-cover.has-background-dim-60.has-background-dim a {
    text-decoration: underline;
    color: #fff;
}
.wp-block-embed-vimeo iframe {
    border: 0;
}
.block-editor-block-list__layout figure.wp-block-embed-vimeo.alignfull {
    width: auto;
}
.wp-block-pullquote.is-style-default {
    background: 0 0;
    border-left: 0;
}
.comment-body .comment-meta {
    color: #9a9a9a;
    line-height: 1;
    margin-top: 3px;
}
.comment-body .comment-content {
    margin-top: 22px;
    margin-bottom: 21px;
}
.comment-body .comment-content > p {
    color: #666565;
}
.comment-body .comment-content > p:last-child {
    margin-bottom: 0;
}
.comments-list {
    margin-bottom: 93px;
}
.comments-list .comment-body {
    border-bottom: 1px solid #efefef;
    position: relative;
}
.comments-list .comment-body .comment-reply-link {
    font-size: 14px;
    color: #666565;
    text-transform: uppercase;
}
.comments-list .comment-body .comment-reply-link > i {
    padding-right: 6px;
}
@media (max-width: 991px) {
    .comments-list .comment-body {
        padding-bottom: 20px;
        margin-bottom: 25px;
        margin-left: 75px;
    }
}
@media (min-width: 991px) {
    .comments-list .comment-body {
        padding-bottom: 20px;
        margin-bottom: 25px;
        margin-left: 94px;
    }
    .pingback .comment-body,
    .trackback .comment-body {
        margin-left: 0;
    }
}
.comment-author cite a,
.comment-edit-link,
.comment-reply-link,
.comments-list .comment-author {
    color: #101010;
}
.comments-list .comment-author cite {
    font-weight: 700;
}
.comments-list .comment-author .says {
    display: none;
}
.comment-author cite a:hover {
    color: var(--standard_color);
}
.entry-header .entry-title a,
.post .entry-header .entry-title a,
.post-navigation h3,
h1,
h2,
h3,
h4,
h5,
h6 {
    word-break: break-word;
}
.post .entry-header .entry-title,
.search .page .entry-header .entry-title {
    font-size: 30px;
}
@media (max-width: 400px) {
    .post .entry-header .entry-title {
        font-size: 20px;
    }
}
.comment-content ol,
.comment-content table,
.comment-content ul {
    margin-bottom: 20px;
}
.comment-content blockquote,
.entry-content blockquote {
    border-left: 3px solid var(--standard_color);
    padding-left: 15px;
}
.wp-block-pullquote blockquote {
    border-left: none;
}
.blocks-gallery-caption {
    width: 100%;
}
.wp-block-pullquote.has-background.has-cyan-bluish-gray-background-color.is-style-solid-color::before {
    text-align: left;
    display: inline-block;
    width: 100%;
    padding-left: 25px;
}
body {
    line-height: 28px;
    font-size: 16px;
    color: #58566b;
    font-weight: 400;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary_color);
    font-weight: 700;
}
h1 {
    font-size: 48px;
    line-height: 52px;
}
h2 {
    font-size: 36px;
    line-height: 42px;
}
h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
h4 {
    font-size: 24px;
    line-height: 28px;
}
h5 {
    font-size: 20px;
    line-height: 24px;
}
h6 {
    font-size: 18px;
    line-height: 24px;
}

iframe {
    border: none;
}
a:active,
a:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
    -moz-outline: none;
    outline: 0;
}
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}
a {
    color: var(--primary_color);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: var(--standard_color);
}
a.read-more {
    color: var(--standard_color);
    font-weight: 700;
}
a.read-more:hover {
    color: #222;
}
.media > .pull-left {
    margin-right: 20px;
}
a:focus {
    outline: 0;
}
img.pull-left {
    margin-right: 20px;
    margin-bottom: 20px;
}
img.pull-right {
    margin-left: 20px;
    margin-bottom: 20px;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-80 {
    margin-bottom: 80px;
}
.dropcap {
    font-size: 48px;
    line-height: 60px;
    padding: 0 7px;
    float: left;
    font-weight: 700;
    margin: 5px 15px 5px 0;
    position: relative;
    text-transform: uppercase;
}
#learn-press-pmpro-notice.purchase-course a,
.btn,
.learn-press-form-login form button,
.learnpress-page .lp-button,
.place-order-action .lp-button {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 12px 40px;
    font-weight: 600;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
#learn-press-pmpro-notice.purchase-course a i,
.btn i,
.learn-press-form-login form button i,
.learnpress-page .lp-button i,
.place-order-action .lp-button i {
    margin-left: 10px;
}
#learn-press-pmpro-notice.purchase-course a,
.btn-primary,
.learn-press-form-login form button,
.learnpress-page .lp-button,
.place-order-action .lp-button {
    background: var(--standard_color);
    color: #fff;
    border: 1px solid var(--standard_color);
    margin-right: 5px;
    text-transform: capitalize;
}
#learn-press-pmpro-notice.purchase-course a:active,
#learn-press-pmpro-notice.purchase-course a:hover,
.btn-primary:active,
.btn-primary:hover,
.learn-press-form-login form button:active,
.learn-press-form-login form button:hover,
.learnpress-page .lp-button:active,
.learnpress-page .lp-button:hover,
.place-order-action .lp-button:active,
.place-order-action .lp-button:hover {
    background: #2878eb;
    color: #fff;
    border-color: #2878eb;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    padding: 0 25px;
    border-radius: 0;
    margin-bottom: 15px;
}
textarea.form-control {
    height: auto;
}
.form-control:focus {
    border-color: var(--standard_color);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.widget-title {
    font-size: 20px;
    line-height: 26px;
}
.ts-title {
    font-size: 24px;
    line-height: 28px;
}
.sub-title {
    display: block;
    font-size: 17px;
    color: #555;
}
.overlay {
    position: relative;
    z-index: 1;
}
.overlay:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.68);
    z-index: -1;
}
.main-container {
    padding: 100px 0;
}
.main-container.blog-single {
    padding-bottom: 50px;
}
.owl-carousel .owl-dots {
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(18, 15, 45, 0.15);
    display: inline-block;
    opacity: 1;
    margin: 0 5px;
    opacity: 1;
}
.owl-carousel .owl-dots .owl-dot.active {
    background: var(--standard_color);
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 48px;
    color: #666;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px solid #dedfe2;
    color: var(--primary_color);
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
    color: #fff;
    background: var(--standard_color);
    border-color: var(--standard_color);
}
.owl-carousel .owl-nav .owl-prev {
    left: 30px;
}
.owl-carousel .owl-nav .owl-next {
    right: 30px;
}

.main-slider .owl-item.active .ts-animate {
    top: 0;
    opacity: 1;
}
.main-slider .owl-item.active .slider-content .sub-title {
    top: 0;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.main-slider .owl-item.active .slider-content .main-title {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.main-slider .owl-item.active .slider-content .slider-desc {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.main-slider .owl-item.active .slider-content .btn-wrapper {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.main-slider .banner-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-slider .banner-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(39, 60, 102, 0.4);
}
.main-slider .owl-dots {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    width: 100%;
}
.main-slider .owl-dots .owl-dot {
    background: #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
}
.main-slider .owl-dots .owl-dot.active {
    background-color: var(--standard_color);
}
.main-slider .slider-content .sub-title {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
}
.main-slider .slider-content .main-title {
    font-size: 54px;
    letter-spacing: 0;
    color: #fff;
    line-height: 66px;
    margin-bottom: 20px;
}
.main-slider .slider-content .main-title span {
    color: #f5ac00;
}
.main-slider .slider-content .slider-desc {
    color: #fff;
    margin-bottom: 35px;
}
.main-slider .slider-content .btn {
    background: var(--standard_color);
    color: #fff;
    font-size: 14px;
    padding: 14px 30px 13px;
    border: 1px solid var(--standard_color);
    font-weight: 700;
}
.main-slider .slider-content .btn:hover {
    background: 0 0;
    border-color: #fff;
}
.main-slider .slider-content .btn .icon {
    margin-right: 5px;
}
.main-slider .slider-content .btn.btn-border {
    background: 0 0;
    border-color: #fff;
}
.main-slider .slider-content .btn.btn-border:hover {
    background: var(--standard_color);
    border-color: var(--standard_color);
}
.main-slider .slider-content .btn + .btn {
    margin-left: 15px;
}
.main-slider-style2 .slider-content {
    padding: 80px;
    position: relative;
}
.main-slider-style2 .slider-content .btn i {
    margin: 0;
}
.main-slider-style2 .slider-content .boxed {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    border: 18px solid #f0a108;
    border-right: 0;
}
.main-slider-style2 .slider-content .boxed::after,
.main-slider-style2 .slider-content .boxed::before {
    position: absolute;
    content: "";
    right: 0;
    top: -10px;
    height: 60px;
    width: 18px;
    background: #f0a108;
}
.main-slider-style2 .slider-content .boxed::after {
    bottom: -10px;
    top: auto;
}
.main-slider-style3 .slider-content .btn-wrapper .btn {
    position: relative;
    border: none;
}
.main-slider-style3 .slider-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: end !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.main-slider-style3 .slider-image .image-box.image-one {
    margin-right: -100px;
    z-index: 1;
}
.main-slider-style3.dotstyle2 .owl-dots .owl-dot.active {
    border-color: #f66 !important;
}
.main-slider-style3.dotstyle2 .owl-dots .owl-dot.active span {
    background: #f66 !important;
}
.main-slider.dotstyle2 .owl-dots {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    width: 100%;
    width: auto;
    height: 100%;
    left: 30px;
    top: 50%;
}
.main-slider.dotstyle2 .owl-dots .owl-dot {
    background: #fbfbfb;
    width: 6px;
    height: 6px;
    opacity: 1;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}
.main-slider.dotstyle2 .owl-dots .owl-dot.active {
    width: 17px;
    height: 17px;
    background: 0 0;
    left: -5px;
    border: 1px solid #fff;
    margin-bottom: 15px;
    position: relative;
}
.main-slider.dotstyle2 .owl-dots .owl-dot.active span {
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    z-index: 99999;
    left: 5px;
    border-radius: 50%;
    top: 5px;
}

@media (max-width: 767px) {
    .sc-logo img {
        width: 150px;
    }

    .main-slider .slider-content .sub-title {
        font-size: 17px;
        margin-bottom: 8px;
    }
    .main-slider .slider-content .main-title {
        font-size: 36px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .main-slider .slider-content .slider-desc {
        font-size: 16px;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .main-slider .slider-content .btn {
        font-size: 16px;
        padding: 14px 25px 13px;
        margin-bottom: 10px;
    }
    .main-slider .slider-content .btn .icon {
        margin-right: 5px;
    }
    .main-slider .slider-content .btn + .btn {
        margin-left: 8px;
    }
    .main-slider-style3 .slider-image .image-box {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    .main-slider-style3 .slider-image .image-box img {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
    .main-slider-style3 .slider-image .image-box:hover img {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
 }  
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}
.slick-next:focus::before,
.slick-next:hover::before,
.slick-prev:focus::before,
.slick-prev:hover::before {
    opacity: 1;
}
.slick-next.slick-disabled::before,
.slick-prev.slick-disabled::before {
    opacity: 0.25;
}
.slick-next::before,
.slick-prev::before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev::before {
    content: "←";
}
[dir="rtl"] .slick-prev::before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus::before,
.slick-dots li button:hover::before {
    opacity: 1;
}
.slick-dots li button::before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::before {
    opacity: 0.75;
    color: #000;
}
:focus {
    outline: 0;
}
@-webkit-keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 15px currentColor;
        box-shadow: 0 0 0 15px currentColor;
        opacity: 0;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0;
    }
}
@keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 15px currentColor;
        box-shadow: 0 0 0 15px currentColor;
        opacity: 0;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0;
    }
}
.more-btn:hover {
    text-decoration: none;
    color: white;
    background: var(--primary_color);
}
i.fas.fa-long-arrow-alt-right {
    position: relative;
    top: 1px;
    left: 2px;
}
#popuplink, #inline{
    display: none;
}
.wel-popup {
    width: 500px;
    padding: 0 !important;
    position: relative !important;
    overflow: initial !important;
}
.close-pop i {
    position: absolute;
    right: -20px;
    top: -12px;
    z-index: 999;
    color: white;
    font-size: 20px;
}
.wel-popup img {
    width: 100%;
}
.div-img {
    width: 100%;
}

