﻿@charset "UTF-8";
/*------------------------------------------------------------------
Project:  TutorX
Version:  1.0
Last change:  
Assigned to:  
Primary use:  
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[LAYOUT]

* body
  + Header / header
  + Content
        - Section Layouts / div .name-section
        - Sidebar / .element-sidebar
            - Search / .widget_search
            - Categories / .widget_categories
            - Post / .hun-widget-posts
            - Tag / .widget_tag_cloud
        ...
  + Footer / footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[COLOR CODES]

# Text Color      :  
# Primary Color   :  

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TYPOGRAPHY]

Body            : 16px/1.75 Raleway, Poppins, Open Sans, Arial, sans-serif;
Title           : 39px/1.2 Raleway, Poppins, Open Sans, Arial, sans-serif;
Paragrap        : 16px/1.75 Raleway, Poppins, Open Sans, Arial, sans-serif;
Input, textarea : 16px/1.75 Raleway, Poppins, Open Sans, Arial, sans-serif;
-------------------------------------------------------------------*/
/*
 * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 * Extend */
@import url("../../../css.css");
@import url("../../../css-1.css");
@import url("../../../css-2.css");
@import url("../../../css-3.css");

*,
*:before,
*:after {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #5d5d5d;
    height: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/*---------------------------------------------*/
a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.3;
    color: #161616;
    font-style: normal;
    margin-bottom: 1rem;
    padding-top: 5px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    padding-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

/*---------------------------------------------*/
p {
    word-break: break-word;
    margin-bottom: 1.75rem;
}

p:last-child {
    margin-bottom: 0;
}

blockquote {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.555555;
    color: #161616;
    word-break: break-word;
    padding-left: 45px;
    padding-top: 5px;
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 28px;
}

blockquote::before {
    content: '‘‘';
    font-weight: 500;
    font-style: normal;
    font-size: 100px;
    line-height: 1;
    color: #e9011f;
    position: absolute;
    top: 0px;
    left: -5px;
    letter-spacing: -5px;
}

/*---------------------------------------------*/
ul, ol {
    margin-left: 20px;
    margin-bottom: 1.75rem;
}

ul:last-child, ol:last-child {
    margin-bottom: 0;
}

ul li, ol li {
    margin-bottom: 0.5rem;
}

ul li:last-child, ol li:last-child {
    margin-bottom: 0;
}

/*---------------------------------------------*/
label {
    display: block;
    outline: none;
    margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea {
    outline: none;
    min-width: 1px;
    width: 100%;
    line-height: 40px;
    background: transparent;
    padding: 0 18px;
    border: 1px solid #e5e5e5;
}

input:not([type="checkbox"]):not([type="radio"]):focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

button {
    outline: none;
    border: none;
    background: transparent;
    cursor: pointer;
}

button:focus {
    outline: none;
}

iframe {
    border: none;
    display: block;
}

/*---------------------------------------------*/
img {
    max-width: 100%;
    height: auto;
}

/*\
 *
 * Restyle bootstrap
 *
\*/
@media (min-width: 1470px) {
    .wide-container .container {
        max-width: 1370px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

.container {
    padding-right: 20px;
    padding-left: 20px;
}

.row {
    margin-right: -20px;
    margin-left: -20px;
}

.col,
[class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters .col,
.no-gutters [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
}

/*\
 *
 * Restyle Slick
 *
\*/
.slick-slide:focus {
    outline: none;
}

/*\
 *
 * Magnific-popup
 *
\*/
button.mfp-close {
    background: transparent;
}

button.mfp-arrow {
    background-color: transparent;
    border-radius: 0px;
    transition: all .2s;
}

button.mfp-arrow:hover {
    background-color: transparent;
}

.mfp-bg {
    z-index: 10000;
    background-color: #000;
    opacity: 0.9;
}

.mfp-wrap {
    z-index: 10000;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.mfp-figure {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*\
 *
 * FONT
 *
\*/
body {
    font-family: Arial;
}

@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes effect-btn-scroll-to {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes scaleBorderBottomBtn {
    0% {
        transform: scaleX(0);
    }
    60% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(1);
    }
}

/*\
 *
 * Component
 *
\*/
/*[ Header ]
//////////////////////////////////////////////////////////////////*/
.site-header {
    position: relative;
    z-index: 100;
    /* Layout */
}

.site-header .header-inner {
    min-height: 50px;
}

.site-header .header-inner .wrap-content-header {
    display: flex;
    align-items: center;
    transition: all .2s;
}

.site-header .header-inner .wrap-content-header .header-logo {
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    color: #e9011f;
}

.site-header .header-inner .wrap-content-header .header-logo a {
    color: inherit;
}

.site-header .header-inner .wrap-content-header .header-logo img {
    max-width: 100%;
}

.site-header .header-inner .wrap-content-header .header-logo .logo {
    display: inline-block;
}

.site-header .header-inner .wrap-content-header .main-navigation {
    transition: all .2s;
}

.site-header .header-inner .wrap-content-header .main-navigation ul, .site-header .header-inner .wrap-content-header .main-navigation ol, .site-header .header-inner .wrap-content-header .main-navigation li {
    list-style-type: none;
    margin: 0;
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists {
    list-style-type: none;
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists > li {
    display: inline-block;
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists > li > a {
    padding: 10px;
    white-space: nowrap;
    transition: all .2s;
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists li {
    position: relative;
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu {
    background: #fff;
    transition: all 0.2s;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0px;
    width: 169px;
    visibility: hidden;
    opacity: 0;
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu .sub-menu {
    top: 0px;
    left: 100%;
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li a {
    transition: all .2s;
    padding: 8px 0;
}

.site-header .header-inner .wrap-content-header .main-navigation .menu-lists li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.site-header .header-inner .wrap-content-header .menu-mobile-effect {
    display: none;
    align-items: center;
}

@media (max-width: 991px) {
    .site-header .header-inner .wrap-content-header .main-navigation {
        display: none;
    }

    .site-header .header-inner .wrap-content-header .menu-mobile-effect {
        display: flex;
    }
}

.site-header.sticky-header .element-to-stick {
    transition: all 0.3s;
}

.site-header.sticky-header.fixed .element-to-stick {
    position: fixed;
    z-index: 200;
    width: 100%;
    top: 0;
    left: 0;
}

.site-header.header-overlay {
    position: absolute;
    z-index: 200;
    width: 100%;
    top: 0;
    left: 0;
}

.site-header.layout-1.header-overlay .header-inner {
    background-color: transparent;
}

.site-header.layout-1.fixed .header-inner {
    background-color: #fff;
}

.site-header.layout-1 .header-inner {
    background-color: #fff;
    box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.03);
    transition: all .5s;
    position: static;
}

.site-header.layout-1 .header-inner .wrap-content-header {
    display: flex;
    align-items: center;
    padding: 11px 0;
}

.site-header.layout-1 .header-inner .wrap-content-header .header-logo {
    padding-right: 20px;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation {
    flex-grow: 1;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists {
    text-align: right;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists > li {
    padding: 20px 9px;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists > li > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #161616;
    padding: 10px;
    white-space: nowrap;
    transition: all .2s;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists > li:hover > a {
    color: #e9011f;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists > li.current_page_parent > a, .site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists > li.current-menu-item > a {
    color: #e9011f;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists li {
    position: relative;
    text-align: left;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu {
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 0px;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu .sub-menu {
    top: -10px;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li {
    padding: 0px 20px;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #161616;
    display: inline-block;
    width: 100%;
    padding: 6px 0;
}

.site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li:hover > a {
    color: #e9011f;
}

.site-header.layout-1 .header-inner .wrap-content-header .menu-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
    margin-left: auto;
}

.site-header.layout-1 .header-inner .wrap-content-header .menu-right .element-button {
    margin-right: 12px;
    margin-left: 18px;
}

.site-header.layout-1 .header-inner .wrap-content-header .menu-right .element-button .button {
    padding: 0 19px;
}

.site-header.layout-1 .header-inner .wrap-content-header .menu-right .menu-mobile-effect {
    margin-left: 10px;
    margin-right: auto;
}

.site-header.layout-1 .header-inner .wrap-content-header .menu-right .menu-mobile-effect .icon-wrap {
    font-size: 30px;
    line-height: 1;
    color: #161616;
    cursor: pointer;
    padding: 6px;
}

.site-header.layout-1 .header-inner .wrap-content-header .menu-right .menu-mobile-effect .icon-wrap:hover {
    color: #e9011f;
}

@media (max-width: 1199px) {
    .site-header.layout-1 .header-inner .wrap-content-header .main-navigation .menu-lists > li {
        padding: 20px 5px;
    }

    .site-header.layout-1 .header-inner .wrap-content-header .element-button {
        display: none;
    }
}

@media (max-width: 991px) {
    .site-header.layout-1 .header-inner .wrap-content-header {
        padding: 10px 0 !important;
    }
}

.site-header.layout-2.header-overlay .header-inner {
    background-color: transparent;
}

.site-header.layout-2.fixed .header-inner {
    background-color: #fff;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.site-header.layout-2.fixed .header-inner .wrap-content-header {
    padding: 0;
}

.site-header.layout-2 .header-inner {
    background-color: #fff;
    transition: all .5s;
    position: static;
}

.site-header.layout-2 .header-inner .wrap-content-header {
    display: flex;
    align-items: center;
    padding: 28px 0;
}

.site-header.layout-2 .header-inner .wrap-content-header .header-logo {
    padding-right: 20px;
}

.site-header.layout-2 .header-inner .wrap-content-header .header-logo a {
    width: 210px;
}

@media (max-width: 575px) {
    .site-header.layout-2 .header-inner .wrap-content-header .header-logo a {
        width: auto;
    }
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation {
    flex-grow: 1;
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists {
    text-align: right;
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists > li {
    padding: 20px 8px;
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists > li > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #161616;
    padding: 10px;
    white-space: nowrap;
    transition: all .2s;
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists > li:hover > a {
    color: #e9011f;
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists > li.current_page_parent > a, .site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists > li.current-menu-item > a {
    color: #e9011f;
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists li {
    position: relative;
    text-align: left;
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu {
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 0px;
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu .sub-menu {
    top: -10px;
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li {
    padding: 0px 20px;
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #161616;
    display: inline-block;
    width: 100%;
    padding: 6px 0;
}

.site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li:hover > a {
    color: #e9011f;
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
    margin-left: auto;
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right .wpb_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right .menu-mobile-effect {
    margin-left: 10px;
    margin-right: auto;
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right .menu-mobile-effect .icon-wrap {
    font-size: 30px;
    line-height: 1;
    color: #161616;
    cursor: pointer;
    padding: 6px;
}

.site-header.layout-2 .header-inner .wrap-content-header .menu-right .menu-mobile-effect .icon-wrap:hover {
    color: #e9011f;
}

@media (max-width: 1199px) {
    .site-header.layout-2 .header-inner .wrap-content-header .main-navigation .menu-lists > li {
        padding: 20px 5px;
    }

    .site-header.layout-2 .header-inner .wrap-content-header .element-button {
        display: none;
    }
}

@media (max-width: 991px) {
    .site-header.layout-2 .header-inner .wrap-content-header {
        padding: 10px 0 !important;
    }
}

.site-header.layout-2.hight-light-first-letter .header-inner .wrap-content-header .main-navigation .menu-lists > li > a {
    color: #161616;
    position: relative;
    z-index: 0;
}

.site-header.layout-2.hight-light-first-letter .header-inner .wrap-content-header .main-navigation .menu-lists > li > a::before {
    content: '';
    display: block;
    width: 28px;
    height: 26px;
    background-color: #e9011f;
    position: absolute;
    z-index: -1;
    top: 7px;
    left: -5px;
    transition: all .2s;
    opacity: 0;
}

.site-header.layout-2.hight-light-first-letter .header-inner .wrap-content-header .main-navigation .menu-lists > li:hover > a::before, .site-header.layout-2.hight-light-first-letter .header-inner .wrap-content-header .main-navigation .menu-lists > li.current_page_parent > a::before, .site-header.layout-2.hight-light-first-letter .header-inner .wrap-content-header .main-navigation .menu-lists > li.current-menu-item > a::before {
    opacity: 1;
}

.site-header.layout-2.hight-light-underline .header-inner .wrap-content-header .main-navigation .menu-lists > li > a {
    color: #161616;
    position: relative;
    z-index: 0;
}

.site-header.layout-2.hight-light-underline .header-inner .wrap-content-header .main-navigation .menu-lists > li > a::before {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    background: #161616;
    position: absolute;
    bottom: 7px;
    left: 10px;
    right: auto;
    transition: all .3s;
    transform: scaleX(0);
}

.site-header.layout-2.hight-light-underline .header-inner .wrap-content-header .main-navigation .menu-lists > li:hover > a::before, .site-header.layout-2.hight-light-underline .header-inner .wrap-content-header .main-navigation .menu-lists > li.current_page_parent > a::before, .site-header.layout-2.hight-light-underline .header-inner .wrap-content-header .main-navigation .menu-lists > li.current-menu-item > a::before {
    transform: scaleX(1);
}

@media (min-width: 1600px) {
    .site-header.layout-2.wide-header .container {
        max-width: 1580px;
    }
}

.mobile-menu-container {
    background-color: #222;
    position: fixed;
    visibility: hidden;
    top: 0;
    bottom: 0;
    z-index: 99999;
    width: 270px;
    height: 100%;
    padding-top: 65px;
    overflow: auto;
    transition: all .5s;
    transform: translate(-270px);
}

.mobile-menu-container .menu {
    padding-left: 15px;
    border-left: 1px solid #666666;
    margin-left: 0;
}

.mobile-menu-container .menu .menu-item {
    float: none;
    padding: 7px 0;
    list-style: none;
    position: relative;
    margin: 0;
    font-size: 20px;
}

.mobile-menu-container .menu .menu-item:before {
    width: 10px;
    height: 1px;
    content: "";
    background-color: #666666;
    position: absolute;
    left: -15px;
    top: 20px;
}

.mobile-menu-container .menu .menu-item a {
    font-size: 15px;
    color: #999999;
}

.mobile-menu-container .menu .menu-item a:hover {
    color: #ffffff;
}

.mobile-menu-container .menu .menu-item .sub-menu {
    display: none;
    margin-left: 0px;
    margin-top: 10px;
    border-left: 1px solid #666666;
    padding-left: 15px;
}

.mobile-menu-container .menu .menu-item .sub-menu .menu-item {
    font-size: 16px;
}

.mobile-menu-container .menu .menu-item .icon-toggle {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    top: 8px;
    color: #999999;
}

.mobile-menu-container .menu .menu-item .icon-toggle:hover {
    color: #ffffff;
}

.mobile-menu-container .navbar-nav {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-menu-container .navbar-nav li {
    float: none;
    padding: 7px 0;
    position: relative;
    margin: 0;
    font-size: 20px;
}

.mobile-menu-container .navbar-nav li.current-menu-item > a {
    color: #e9011f;
}

.mobile-menu-container .navbar-nav li a {
    font-size: 15px;
    color: #fff;
}

.mobile-menu-container .navbar-nav li a:hover {
    color: #e9011f;
}

.mobile-menu-container .navbar-nav li .sub-menu {
    margin-left: 30px;
    display: none;
}

.mobile-menu-container .navbar-nav li .sub-menu li {
    font-size: 16px;
}

.mobile-menu-container .navbar-nav li .icon-toggle {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    top: 8px;
    color: #fff;
}

.mobile-menu-container > .copyright-text {
    display: none;
    text-align: center;
    padding: 15px;
    font-size: 14px;
}

.mobile-menu-container > .copyright-text a {
    color: #e9011f;
}

@media (min-width: 992px) {
    .mobile-menu-container {
        overflow: hidden;
    }

    .mobile-menu-container .inner-menu {
        overflow-y: scroll;
        margin-right: -20px;
        max-height: 100%;
        padding: 0 10px;
    }
}

.mobile-menu-open .mobile-menu-container {
    transition: all .5s;
    visibility: visible;
    box-shadow: 0 1px 5px -2px rgba(42, 42, 42, 0.4);
    transform: translate(0, 0);
}

@media (max-width: 991px) {
    .mobile-menu-container .navbar-nav,
    .mobile-menu-container > .copyright-text {
        display: block;
    }

    .mobile-menu-container .widget-area {
        border-top: 1px solid #2b2b2b;
    }

    .mobile-menu-container .navbar-nav {
        padding-left: 0;
        padding-right: 0;
    }
}

.site-footer {
    font-weight: 400;
    background-color: #252525;
    color: #a2a2a2;
}

.site-footer ul,
.site-footer ol,
.site-footer li {
    list-style-type: none;
    margin: 0;
}

.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
    color: #fff;
}

.site-footer a {
    color: #a2a2a2;
}

.site-footer a:hover {
    color: #e9011f;
}

.site-footer .footer-top {
    padding-top: 120px;
    text-align: center;
}

.site-footer .footer-top .container::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: .12;
    margin-top: 80px;
}

.site-footer .footer-top .content-footer-top {
    font-size: 16px;
    line-height: 1.75;
    word-break: break-word;
    max-width: 690px;
    margin-right: auto;
    margin-left: auto;
}

.site-footer .footer-top .content-footer-top img {
    margin-bottom: 3px;
}

@media (max-width: 767px) {
    .site-footer .footer-top {
        padding-top: 70px;
    }

    .site-footer .footer-top .container::after {
        margin-top: 40px;
    }
}

.site-footer .social-links {
    margin-top: 30px;
}

.site-footer .social-links .socials {
    list-style-type: none;
    padding: 0;
    display: block;
    margin: -4px;
}

.site-footer .social-links .socials li {
    display: inline-block;
    margin: 4px;
}

.site-footer .social-links .socials li a {
    color: #a8a8a8;
    font-size: 14px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0px;
    transition: all .2s;
}

.site-footer .social-links .socials li a:hover {
    border-color: #e9011f;
    background-color: #e9011f;
    color: #fff;
}

.site-footer .footer-sidebars {
    padding-top: 73px;
    padding-bottom: 16px;
}

.site-footer .footer-sidebars .col-footer {
    margin-bottom: 50px;
}

.site-footer .footer-sidebars .col-footer:first-child {
    flex-grow: 2.2;
}

.site-footer .footer-sidebars .widget .widget-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.666666;
    text-transform: uppercase;
    word-break: break-word;
    margin-bottom: 24px;
    color: #fff;
}

.site-footer .footer-sidebars .menu .menu-item {
    margin-bottom: 5px;
}

.site-footer .footer-sidebars .menu .menu-item a {
    font-size: 16px;
    line-height: 1.75;
    word-break: break-word;
    transition: all .2s;
}

.site-footer .footer-sidebars .list-contact ul {
    list-style-type: none;
    margin: 0;
}

.site-footer .footer-sidebars .list-contact ul li {
    font-size: 16px;
    line-height: 1.75;
    word-break: break-word;
    padding-left: 28px;
    position: relative;
    margin-bottom: 10px;
}

.site-footer .footer-sidebars .list-contact ul li:last-child {
    margin-bottom: 0;
}

.site-footer .footer-sidebars .list-contact ul li i {
    color: #e9011f;
    position: absolute;
    top: 1px;
    left: 0;
}

.site-footer .footer-sidebars .list-contact-2 {
    display: flex;
    justify-content: center;
}

.site-footer .footer-sidebars .list-contact-2 .item-list {
    text-align: center;
    padding: 30px 5%;
    position: relative;
}

.site-footer .footer-sidebars .list-contact-2 .item-list::after {
    content: '';
    display: block;
    width: 1px;
    height: 51px;
    background-color: #fff;
    opacity: .1;
    position: absolute;
    top: 37px;
    right: 0;
}

.site-footer .footer-sidebars .list-contact-2 .item-list:last-child:after {
    display: none;
}

.site-footer .footer-sidebars .list-contact-2 .item-list .symbol {
    font-size: 28px;
    line-height: 1;
    color: #e9011f;
    margin-bottom: 17px;
}

.site-footer .footer-sidebars .list-contact-2 .item-list .description {
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase;
}

.site-footer .footer-sidebars .list-contact-2 .item-list .description a {
    color: inherit;
    transition: all .2s;
}

.site-footer .footer-sidebars .list-contact-2 .item-list .description a:hover {
    color: #e9011f;
}

@media (max-width: 1299px) {
    .site-footer .footer-sidebars .list-contact-2 .item-list {
        padding: 30px 3%;
    }
}

@media (max-width: 991px) {
    .site-footer .footer-sidebars .list-contact-2 {
        flex-wrap: wrap;
    }

    .site-footer .footer-sidebars .list-contact-2 .item-list {
        width: 50%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .site-footer .footer-sidebars .list-contact-2 .item-list::after {
        display: none;
    }
}

@media (max-width: 575px) {
    .site-footer .footer-sidebars .list-contact-2 .item-list {
        width: 100%;
    }
}

.site-footer .footer-sidebars .footer-logo {
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    color: #e9011f;
}

.site-footer .footer-sidebars .footer-logo a {
    color: inherit;
}

@media (max-width: 767px) {
    .site-footer .footer-sidebars {
        padding-top: 50px;
    }
}

.site-footer .copyright-area .container {
    padding-bottom: 46px;
}

.site-footer .copyright-area .container::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: .12;
    margin-bottom: 46px;
}

.site-footer .copyright-area .copyright-text {
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    word-break: break-word;
    padding: 5px 0;
}

.site-footer .copyright-area .copyright-text a {
    transition: all .2s;
    color: #e9011f;
}

.site-footer .copyright-area .copyright-text a:hover {
    color: #fff;
}

.site-footer .copyright-area .copyright-menu {
    text-align: center;
    padding: 5px 0;
    letter-spacing: 16px;
}

.site-footer .copyright-area .copyright-menu .menu-item {
    display: inline-block;
    letter-spacing: normal;
    position: relative;
}

.site-footer .copyright-area .copyright-menu .menu-item::after {
    content: '|';
    position: absolute;
    top: 1px;
    right: -11px;
}

.site-footer .copyright-area .copyright-menu .menu-item:last-child:after {
    display: none;
}

.site-footer .copyright-area .copyright-menu .menu-item a {
    font-size: 16px;
    line-height: 1.75;
    word-break: break-word;
    transition: all .2s;
}

.site-footer .copyright-area .copyright-menu .menu-item a:hover {
    color: #e9011f;
}

.site-footer.style-1 {
    font-weight: 300;
    background-color: #252525;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #e1e1e1;
}

.site-footer.style-1 h1, .site-footer.style-1 h2, .site-footer.style-1 h3, .site-footer.style-1 h4, .site-footer.style-1 h5, .site-footer.style-1 h6 {
    color: #fff;
}

.site-footer.style-1 a {
    color: #e1e1e1;
}

.site-footer.style-1 a:hover {
    color: #e9011f;
}

.site-footer.style-1 .footer-top {
    padding-top: 150px;
}

.site-footer.style-1 .footer-top .container::after {
    background: #fff;
}

@media (max-width: 767px) {
    .site-footer.style-1 .footer-top {
        padding-top: 70px;
    }
}

.site-footer.style-1 .social-links .socials li a {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.12);
}

.site-footer.style-1 .social-links .socials li a:hover {
    border-color: #e9011f;
    background-color: #e9011f;
    color: #fff;
}

.site-footer.style-1 .footer-sidebars .widget .widget-title {
    color: #fff;
}

.site-footer.style-1 .copyright-area .container::before {
    background: #fff;
}

.site-footer.style-1 .copyright-area .copyright-text a:hover {
    color: #fff;
}

.site-footer.style-2 {
    background-color: #002348;
    color: #b3c5d9;
}

.site-footer.style-2 h1, .site-footer.style-2 h2, .site-footer.style-2 h3, .site-footer.style-2 h4, .site-footer.style-2 h5, .site-footer.style-2 h6 {
    color: #fff;
}

.site-footer.style-2 a {
    color: #b3c5d9;
}

.site-footer.style-2 a:hover {
    color: #e9011f;
}

.site-footer.style-2 .footer-top {
    padding-top: 120px;
}

@media (max-width: 767px) {
    .site-footer.style-2 .footer-top {
        padding-top: 70px;
    }
}

.site-footer.style-2 .footer-top .container::after {
    background: #fff;
}

.site-footer.style-2 .footer-top .content-footer-top {
    font-size: 18px;
    max-width: 857px;
}

.site-footer.style-2 .footer-top .content-footer-top .title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.72;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 21px;
}

.site-footer.style-2 .footer-top .element-button.layout-1 {
    margin-top: 43px;
}

.site-footer.style-2 .footer-top .element-button.layout-1 .button {
    color: #fff;
}

.site-footer.style-2 .footer-top .element-button.layout-1 .button:hover {
    color: #e9011f;
}

.site-footer.style-2 .footer-top .element-button.layout-1 .button::before {
    height: 4px;
}

.site-footer.style-2 .footer-top .social-links .socials li a {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.site-footer.style-2 .footer-top .social-links .socials li a:hover {
    border-color: #e9011f;
    background-color: #e9011f;
    color: #fff;
}

.site-footer.style-2 .social-links {
    margin-bottom: 18px;
}

.site-footer.style-2 .social-links .socials li a {
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
}

.site-footer.style-2 .social-links .socials li a:hover {
    border-color: #e9011f;
    background-color: #e9011f;
    color: #fff;
}

.site-footer.style-2 .footer-sidebars {
    padding-top: 48px;
    padding-bottom: 48px;
}

.site-footer.style-2 .footer-sidebars .widget .widget-title {
    color: #fff;
}

.site-footer.style-2 .copyright-area .container {
    padding-bottom: 67px;
}

.site-footer.style-2 .copyright-area .container::before {
    margin-bottom: 80px;
    background: #fff;
}

.site-footer.style-2 .copyright-area .copyright-text a:hover {
    color: #fff;
}

.site-footer.style-3 {
    background-color: #f0f0f0;
    color: #5d5d5d;
}

.site-footer.style-3 h1, .site-footer.style-3 h2, .site-footer.style-3 h3, .site-footer.style-3 h4, .site-footer.style-3 h5, .site-footer.style-3 h6 {
    color: #161616;
}

.site-footer.style-3 a {
    color: #5d5d5d;
}

.site-footer.style-3 a:hover {
    color: #e9011f;
}

.site-footer.style-3 .footer-top {
    padding-top: 180px;
}

.site-footer.style-3 .footer-top .container::after {
    background: #363636;
}

.site-footer.style-3 .social-links .socials li a {
    color: #161616;
    background-color: rgba(112, 112, 112, 0.1);
}

.site-footer.style-3 .social-links .socials li a:hover {
    border-color: #e9011f;
    background-color: #e9011f;
    color: #fff;
}

.site-footer.style-3 .footer-sidebars .widget .widget-title {
    color: #161616;
}

.site-footer.style-3 .copyright-area .container::before {
    background: #363636;
}

.site-footer.style-3 .copyright-area .copyright-text a:hover {
    color: #161616;
}

@media (max-width: 767px) {
    .site-footer .footer-sidebars {
        padding-bottom: 16px;
        padding-top: 50px;
    }

    .site-footer .footer-sidebars .col-footer {
        margin-bottom: 30px;
    }

    .site-footer.style-2 .footer-top {
        padding-top: 70px;
    }

    .site-footer.style-2 .footer-top .content-footer-top {
        font-size: 16px;
    }

    .site-footer.style-2 .footer-top .content-footer-top .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .site-footer.style-2 .footer-top .element-button.layout-1 {
        margin-top: 25px;
    }

    .site-footer.style-2 .social-links {
        margin-bottom: 18px;
    }

    .site-footer.style-2 .footer-sidebars {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .site-footer.style-2 .copyright-area .container {
        padding-bottom: 40px;
    }

    .site-footer.style-2 .copyright-area .container::before {
        margin-bottom: 60px;
        background: #fff;
    }

    .site-footer.style-3 .footer-top {
        padding-top: 60px;
    }
}

.site-content {
    padding-top: 120px;
    padding-bottom: 120px;
}

.site-content.no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.site-content .widget-area .widget {
    margin-bottom: 33px;
}

.site-content .widget-area .widget:last-child {
    margin-bottom: 0;
}

.site-content .widget-area .widget .widget-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.555555;
    color: #161616;
    text-transform: uppercase;
    word-break: break-word;
    padding-top: 0;
    margin-bottom: 23px;
}

.site-content .widget-area ul {
    list-style-type: none;
    margin: 0;
    margin-top: -5px;
}

.site-content .widget-area ul ul {
    margin-top: 11px;
}

.site-content .widget-area ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #6c6c6c;
    word-break: break-word;
    padding-left: 17px;
    position: relative;
    transition: all .2s;
    margin-bottom: 11px;
}

.site-content .widget-area ul li:last-child {
    margin-bottom: 0;
}

.site-content .widget-area ul li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #e9011f;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

.site-content .widget-area ul li a {
    color: inherit;
    transition: all .2s;
}

.site-content .widget-area ul li a:hover {
    color: #e9011f;
}

.site-content .widget-area .widget_search .search-form {
    position: relative;
    margin-top: -6px;
}

.site-content .widget-area .widget_search .search-form label {
    width: 100%;
    margin: 0;
}

.site-content .widget-area .widget_search .search-form label span {
    display: none;
}

.site-content .widget-area .widget_search .search-form label input {
    border: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #5d5d5d;
    width: 100%;
    height: 40px;
    background-color: transparent;
    padding: 0 25px 0 0;
    border-bottom: 1px solid #e7e7e7;
}

.site-content .widget-area .widget_search .search-form label input:focus {
    border-color: #e9011f;
}

.site-content .widget-area .widget_search .search-form label input::-webkit-input-placeholder {
    color: #6c6c6c;
}

.site-content .widget-area .widget_search .search-form label input:-moz-placeholder {
    color: #6c6c6c;
}

.site-content .widget-area .widget_search .search-form label input::-moz-placeholder {
    color: #6c6c6c;
}

.site-content .widget-area .widget_search .search-form label input:-ms-input-placeholder {
    color: #6c6c6c;
}

.site-content .widget-area .widget_search .search-form .search-submit {
    padding: 0;
    background: transparent;
    position: absolute;
    top: 0;
    right: -9px;
    width: 30px;
    height: 100%;
    font-size: 20px;
    line-height: 1;
    color: #6c6c6c;
    transition: all .2s;
}

.site-content .widget-area .widget_search .search-form .search-submit:hover {
    color: #e9011f;
}

.site-content .widget-area .widget_categories ul ul {
    margin-right: -40px;
}

.site-content .widget-area .widget_categories ul li {
    padding-right: 40px;
}

.site-content .widget-area .widget_categories ul li a[href] {
    padding-right: 10px;
}

.site-content .widget-area .widget_categories ul li .count {
    position: absolute;
    right: 0;
    top: 0;
}

.site-content .widget-area .widget_posts .post-list {
    padding-bottom: 7px;
}

.site-content .widget-area .widget_posts .post-list .post-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.site-content .widget-area .widget_posts .post-list .post-item:last-child {
    margin-bottom: 0;
}

.site-content .widget-area .widget_posts .post-list .post-item .post-image {
    width: 97px;
}

.site-content .widget-area .widget_posts .post-list .post-item .post-image img {
    width: 100%;
}

.site-content .widget-area .widget_posts .post-list .post-item .post-text {
    width: calc(100% - 97px - 19px);
    align-self: center;
}

.site-content .widget-area .widget_posts .post-list .post-item .post-text .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    color: #161616;
    text-transform: none;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.site-content .widget-area .widget_posts .post-list .post-item .post-text .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.25 * 2em);
    color: inherit;
    transition: all .2s;
}

.site-content .widget-area .widget_posts .post-list .post-item .post-text .title a:hover {
    color: #e9011f;
}

.site-content .widget-area .widget_posts .post-list .post-item .post-text .info {
    font-weight: 400;
    color: #5d5d5d;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
}

.site-content .widget-area .widget_course .course-list {
    padding-bottom: 7px;
}

.site-content .widget-area .widget_course .course-list .course-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.site-content .widget-area .widget_course .course-list .course-item:last-child {
    margin-bottom: 0;
}

.site-content .widget-area .widget_course .course-list .course-item .course-image {
    width: 97px;
}

.site-content .widget-area .widget_course .course-list .course-item .course-image img {
    width: 100%;
}

.site-content .widget-area .widget_course .course-list .course-item .course-text {
    width: calc(100% - 97px - 19px);
    align-self: center;
}

.site-content .widget-area .widget_course .course-list .course-item .course-text .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    color: #161616;
    text-transform: none;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 9px;
}

.site-content .widget-area .widget_course .course-list .course-item .course-text .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.25 * 2em);
    color: inherit;
    transition: all .2s;
}

.site-content .widget-area .widget_course .course-list .course-item .course-text .title a:hover {
    color: #e9011f;
}

.site-content .widget-area .widget_course .course-list .course-item .course-text .price-course {
    font-size: 14px;
    font-weight: 600;
    color: #e9011f;
}

.site-content .widget-area .widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
}

.site-content .widget-area .widget_tag_cloud .tagcloud .tag-cloud-link {
    font-weight: 600;
    font-size: 14px !important;
    line-height: 1.5;
    color: #6c6c6c;
    word-break: break-word;
    display: block;
    border: 1px solid #e5e5e5;
    padding: 5px 22px;
    margin: 4px;
    transition: all .2s;
}

.site-content .widget-area .widget_tag_cloud .tagcloud .tag-cloud-link:hover {
    color: #fff;
    background-color: #e9011f;
    border-color: #e9011f;
}

.site-content .widget-area .widget_info .content-info {
    text-align: center;
    background: #ff3b47;
    background: -webkit-linear-gradient(60deg, #ff3b47, #4638b4);
    background: -o-linear-gradient(60deg, #ff3b47, #4638b4);
    background: -moz-linear-gradient(60deg, #ff3b47, #4638b4);
    background: linear-gradient(60deg, #ff3b47, #4638b4);
    padding: 35px 20px 40px 20px;
}

.site-content .widget-area .widget_info .content-info .title-block {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    word-break: break-word;
    padding-top: 0;
    margin-bottom: 9px;
}

.site-content .widget-area .widget_info .content-info .description-block {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #edebff;
    word-break: break-word;
    margin-bottom: 18px;
}

.site-content .widget-area .widget_info .content-info .content-block {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
    word-break: break-word;
    margin-bottom: 23px;
}

.site-content .widget-area .widget_info .content-info .button-block {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #161616;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    height: 40px;
    border-radius: 20px;
    background: #fff;
    padding: 0 35px;
    transition: all .3s linear;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
}

.site-content .widget-area .widget_info .content-info .button-block:hover {
    color: #fff;
}

.site-content .widget-area .widget_info .content-info .button-block::before, .site-content .widget-area .widget_info .content-info .button-block::after {
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    z-index: -1;
    background: #b60118;
    border-radius: inherit;
    opacity: 0;
    transition: all .3s linear;
}

.site-content .widget-area .widget_info .content-info .button-block::before {
    top: 0;
    left: 0;
    right: auto;
}

.site-content .widget-area .widget_info .content-info .button-block::after {
    bottom: 0;
    left: auto;
    right: 0;
}

.site-content .widget-area .widget_info .content-info .button-block:hover:before {
    width: 100%;
    height: 100%;
    top: 100%;
    bottom: auto;
    left: 100%;
    right: auto;
    opacity: 1;
    transform: translate(-100%, -100%);
}

.site-content .widget-area .widget_info .content-info .button-block:hover:after {
    width: 100%;
    height: 100%;
    bottom: 100%;
    left: auto;
    right: 100%;
    opacity: 1;
    transform: translate(100%, 100%);
}

@media (max-width: 991px) {
    .site-content {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .site-content.sidebar-right .site-main {
        margin-bottom: 100px;
    }

    .site-content.sidebar-left .site-main {
        margin-top: 100px;
    }
}

@media (max-width: 768px) {
    .site-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .site-content.sidebar-right .site-main {
        margin-bottom: 60px;
    }

    .site-content.sidebar-left .site-main {
        margin-top: 60px;
    }
}

/*[ Forms ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * subscribe-form
 *
\*/
.subscribe-form-01 {
    max-width: 1012px;
    margin-right: auto;
    margin-left: auto;
}

.subscribe-form-01 form.content-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.subscribe-form-01 form.content-form label {
    flex-grow: 1;
    flex-basis: 0;
    display: block;
    margin: 10px 7px;
}

.subscribe-form-01 form.content-form label input {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #d7d7d7;
    padding: 0 25px;
}

.subscribe-form-01 form.content-form label input:focus {
    outline: 0;
    border-color: #fff;
}

.subscribe-form-01 form.content-form label input::-webkit-input-placeholder {
    color: #dbdbdb;
}

.subscribe-form-01 form.content-form label input:-moz-placeholder {
    color: #dbdbdb;
}

.subscribe-form-01 form.content-form label input::-moz-placeholder {
    color: #dbdbdb;
}

.subscribe-form-01 form.content-form label input:-ms-input-placeholder {
    color: #dbdbdb;
}

.subscribe-form-01 form.content-form button {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    height: 46px;
    border-radius: 23px;
    background-color: #e9011f;
    padding: 0 50px;
    transition: all .2s;
    margin: 10px 7px;
    position: relative;
    z-index: 0;
}

.subscribe-form-01 form.content-form button::before, .subscribe-form-01 form.content-form button::after {
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    z-index: -1;
    background-color: #b60118;
    border-radius: inherit;
    opacity: 0;
    transition: all .3s linear;
}

.subscribe-form-01 form.content-form button::before {
    top: 0;
    left: 0;
    right: auto;
}

.subscribe-form-01 form.content-form button::after {
    bottom: 0;
    left: auto;
    right: 0;
}

.subscribe-form-01 form.content-form button:hover:before {
    width: 100%;
    height: 100%;
    top: 100%;
    bottom: auto;
    left: 100%;
    right: auto;
    opacity: 1;
    transform: translate(-100%, -100%);
}

.subscribe-form-01 form.content-form button:hover:after {
    width: 100%;
    height: 100%;
    bottom: 100%;
    left: auto;
    right: 100%;
    opacity: 1;
    transform: translate(100%, 100%);
}

@media (max-width: 991px) {
    .subscribe-form-01 form.content-form label {
        flex-basis: 30%;
    }
}

@media (max-width: 767px) {
    .subscribe-form-01 form.content-form label {
        flex-basis: 100%;
    }
}

.subscribe-form-02 {
    width: 832px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.subscribe-form-02 form.content-form {
    position: relative;
}

.subscribe-form-02 form.content-form label {
    width: 100%;
    margin-bottom: 0;
}

.subscribe-form-02 form.content-form label input {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    min-width: 0px;
    width: 100%;
    height: 52px;
    border-radius: 26px;
    background: #fff;
    border: none;
    box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
    padding: 0 200px 0 43px;
}

.subscribe-form-02 form.content-form label input:focus {
    outline: 0;
    border-color: #e9011f;
    box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
}

.subscribe-form-02 form.content-form label input::-webkit-input-placeholder {
    color: #6c6c6c;
}

.subscribe-form-02 form.content-form label input:-moz-placeholder {
    color: #6c6c6c;
}

.subscribe-form-02 form.content-form label input::-moz-placeholder {
    color: #6c6c6c;
}

.subscribe-form-02 form.content-form label input:-ms-input-placeholder {
    color: #6c6c6c;
}

.subscribe-form-02 form.content-form button {
    margin-top: 0;
    border: none;
    border-radius: 0;
    background: #e9011f;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    width: auto;
    height: 48px;
    border-radius: 24px;
    padding: 0 46px;
    position: absolute;
    top: 2px;
    right: 2px;
    left: auto;
    transition: all .2s;
    z-index: 0;
}

.subscribe-form-02 form.content-form button::before, .subscribe-form-02 form.content-form button::after {
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    z-index: -1;
    background: #9d0115;
    border-radius: inherit;
    opacity: 0;
    transition: all .3s linear;
}

.subscribe-form-02 form.content-form button::before {
    top: 0;
    left: 0;
    right: auto;
}

.subscribe-form-02 form.content-form button::after {
    bottom: 0;
    left: auto;
    right: 0;
}

.subscribe-form-02 form.content-form button:hover {
    color: #fff;
}

.subscribe-form-02 form.content-form button:hover:before {
    width: 100%;
    height: 100%;
    top: 100%;
    bottom: auto;
    left: 100%;
    right: auto;
    opacity: 1;
    transform: translate(-100%, -100%);
}

.subscribe-form-02 form.content-form button:hover:after {
    width: 100%;
    height: 100%;
    bottom: 100%;
    left: auto;
    right: 100%;
    opacity: 1;
    transform: translate(100%, 100%);
}

@media (max-width: 575px) {
    .subscribe-form-02 form.content-form label input {
        padding: 0 130px 0 15px;
    }

    .subscribe-form-02 form.content-form button {
        padding: 0 20px;
    }
}

/*\
 *
 * get-lesson-form
 *
\*/
.get-lesson-form-01 form {
    display: block;
    margin-bottom: 0;
}

.get-lesson-form-01 form label {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.get-lesson-form-01 form label input {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #5d5d5d;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    padding: 0 20px;
    width: 100%;
    height: 52px;
}

.get-lesson-form-01 form label input::-webkit-input-placeholder {
    color: #828282;
}

.get-lesson-form-01 form label input:-moz-placeholder {
    color: #828282;
}

.get-lesson-form-01 form label input::-moz-placeholder {
    color: #828282;
}

.get-lesson-form-01 form label input:-ms-input-placeholder {
    color: #828282;
}

.get-lesson-form-01 form label input:focus {
    border-color: #e9011f;
}

.get-lesson-form-01 form button {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    background-color: #e9011f;
    margin-top: 30px;
    position: relative;
    z-index: 0;
}

.get-lesson-form-01 form button::before, .get-lesson-form-01 form button::after {
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    z-index: -1;
    background-color: #b60118;
    border-radius: inherit;
    opacity: 0;
    transition: all .3s linear;
}

.get-lesson-form-01 form button::before {
    top: 0;
    left: 0;
    right: auto;
}

.get-lesson-form-01 form button::after {
    bottom: 0;
    left: auto;
    right: 0;
}

.get-lesson-form-01 form button:hover:before {
    width: 100%;
    height: 100%;
    top: 100%;
    bottom: auto;
    left: 100%;
    right: auto;
    opacity: 1;
    transform: translate(-100%, -100%);
}

.get-lesson-form-01 form button:hover:after {
    width: 100%;
    height: 100%;
    bottom: 100%;
    left: auto;
    right: 100%;
    opacity: 1;
    transform: translate(100%, 100%);
}

.get-lesson-form-01 .note-form {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.7;
    color: #5d5d5d;
    text-align: center;
    padding-top: 13px;
}

.get-lesson-form-01.style-2 form label input {
    font-weight: 400;
    color: #161616;
    border: 1px solid #e1e1e1;
}

.get-lesson-form-01.style-2 form label input::-webkit-input-placeholder {
    color: #5d5d5d;
}

.get-lesson-form-01.style-2 form label input:-moz-placeholder {
    color: #5d5d5d;
}

.get-lesson-form-01.style-2 form label input::-moz-placeholder {
    color: #5d5d5d;
}

.get-lesson-form-01.style-2 form label input:-ms-input-placeholder {
    color: #5d5d5d;
}

.get-lesson-form-01.style-2 form label input:focus {
    border-color: #e9011f;
}

.get-lesson-form-01.style-2 form button {
    font-weight: 400;
    background-color: #e9011f;
}

.get-lesson-form-01.style-2 form button::before, .get-lesson-form-01.style-2 form button::after {
    background-color: #b60118;
}

.get-lesson-form-01.style-2 .note-form {
    font-weight: 400;
    color: #5d5d5d;
}

.get-lesson-form-01.style-3 form label input {
    font-weight: 400;
    color: #161616;
    border: 1px solid #e1e1e1;
}

.get-lesson-form-01.style-3 form label input::-webkit-input-placeholder {
    color: #5d5d5d;
}

.get-lesson-form-01.style-3 form label input:-moz-placeholder {
    color: #5d5d5d;
}

.get-lesson-form-01.style-3 form label input::-moz-placeholder {
    color: #5d5d5d;
}

.get-lesson-form-01.style-3 form label input:-ms-input-placeholder {
    color: #5d5d5d;
}

.get-lesson-form-01.style-3 form label input:focus {
    border-color: #e9011f;
}

.get-lesson-form-01.style-3 form button {
    font-weight: 700;
    background-color: #e9011f;
}

.get-lesson-form-01.style-3 form button::before, .get-lesson-form-01.style-3 form button::after {
    background-color: #9d0115;
}

.get-lesson-form-01.style-3 .note-form {
    font-weight: 400;
    color: #5d5d5d;
}

/*\
 *
 * ask-question-form
 *
\*/
.ask-question-form {
    text-align: center;
}

.ask-question-form .wrap-input {
    width: 100%;
    margin-bottom: 15px;
}

.ask-question-form .wrap-input .input-field {
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    width: 100%;
    background: transparent;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #ebebeb;
}

.ask-question-form .wrap-input .input-field::-webkit-input-placeholder {
    color: #5d5d5d;
}

.ask-question-form .wrap-input .input-field:-moz-placeholder {
    color: #5d5d5d;
}

.ask-question-form .wrap-input .input-field::-moz-placeholder {
    color: #5d5d5d;
}

.ask-question-form .wrap-input .input-field:-ms-input-placeholder {
    color: #5d5d5d;
}

.ask-question-form .wrap-input .input-field:focus {
    border-color: #e9011f;
}

.ask-question-form .wrap-input input {
    height: 48px;
    border-radius: 5px;
}

.ask-question-form .wrap-input textarea {
    display: block;
    min-height: 195px;
    border-radius: 5px;
    padding-top: 19px;
    padding-bottom: 19px;
}

.ask-question-form .form-submit {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #161616;
    text-transform: uppercase;
    background-color: transparent;
    display: inline-block;
    padding: 0px 0px 6px 0px;
    position: relative;
    margin-top: 40px;
    transition: all .5s;
}

.ask-question-form .form-submit::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #e9011f;
    opacity: 1;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0;
    right: auto;
}

.ask-question-form .form-submit:hover {
    color: #e9011f;
}

.ask-question-form .form-submit:hover:before {
    animation: scaleBorderBottomBtn 1s forwards;
    -webkit-animation: scaleBorderBottomBtn 1s forwards;
    -moz-animation: scaleBorderBottomBtn 1s forwards;
    -ms-animation: scaleBorderBottomBtn 1s forwards;
}

/*\
 *
 * contact-form
 *
\*/
.contact-form {
    text-align: center;
}

.contact-form .row {
    margin-right: -11px;
    margin-left: -11px;
}

.contact-form .row [class*="col-"] {
    padding-left: 11px;
    padding-right: 11px;
}

.contact-form label {
    margin-bottom: 22px;
}

.contact-form .input-field {
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
    width: 100%;
    background: transparent;
    padding-left: 18px !important;
    padding-right: 18px !important;
    border: 1px solid #e5e5e5;
}

.contact-form .input-field::-webkit-input-placeholder {
    color: #5d5d5d;
}

.contact-form .input-field:-moz-placeholder {
    color: #5d5d5d;
}

.contact-form .input-field::-moz-placeholder {
    color: #5d5d5d;
}

.contact-form .input-field:-ms-input-placeholder {
    color: #5d5d5d;
}

.contact-form .input-field:focus {
    border-color: #e9011f;
}

.contact-form input {
    height: 51px;
}

.contact-form textarea {
    display: block;
    min-height: 200px;
    padding-top: 17px;
    padding-bottom: 17px;
}

.contact-form button {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #161616;
    text-transform: uppercase;
    background-color: transparent;
    display: inline-block;
    padding: 0px 0px 6px 0px;
    position: relative;
    margin-top: 33px;
    transition: all .5s;
}

.contact-form button::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #e9011f;
    opacity: 1;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0;
    right: auto;
}

.contact-form button:hover {
    color: #e9011f;
}

.contact-form button:hover:before {
    animation: scaleBorderBottomBtn 1s forwards;
    -webkit-animation: scaleBorderBottomBtn 1s forwards;
    -moz-animation: scaleBorderBottomBtn 1s forwards;
    -ms-animation: scaleBorderBottomBtn 1s forwards;
}

#back-to-top {
    cursor: pointer;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    position: fixed;
    z-index: 999;
    background: #e9011f;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 35px;
    transform: translateY(130px);
    transition: all .3s;
}

#back-to-top.scrolldown {
    transform: translateY(0px);
}

#back-to-top:hover {
    background: #9d0115;
}

@media (max-width: 991px) {
    #back-to-top {
        font-size: 25px;
        line-height: 39px;
        padding-top: 2px;
        width: 39px;
        height: 39px;
        bottom: 20px;
        right: 15px;
    }
}

/*[ pre-loading ]
//////////////////////////////////////////////////////////////////*/
.pre-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.spinner {
    -webkit-animation: load 1s infinite linear;
    -moz-animation: load 1s infinite linear;
    animation: load 1s infinite linear;
    background: -webkit-linear-gradient(top, #e9011f 10%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #e9011f 10%, rgba(255, 255, 255, 0) 100%);
    height: 4em;
    width: 4em;
    border-radius: 50%;
    font-size: 13px;
    margin: 5em auto;
    position: relative;
    overflow: hidden;
    opacity: .69;
}

.spinner span {
    display: block;
    width: 15%;
    height: 10%;
    background-color: #e9011f;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: calc(50% - 2px);
}

.spinner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 50%, #e9011f 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #e9011f 50%);
    border-radius: 100%;
    content: '';
}

.spinner:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 80%;
    width: 80%;
    background: #fff;
    border-radius: 50%;
    content: '';
    margin: auto;
}

@-webkit-keyframes load {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes load {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes load {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*\
 *
 *
 *
\*/
.circle-border {
    width: 150px;
    height: 150px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #e9011f;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 33%, #e9011f 100%);
    animation: spin .8s linear 0s infinite;
}

.circle-core {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
}

@keyframes spin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(359deg);
    }
}

/*\
 *
 * Blocks
 *
\*/
/*[ Page title ]
//////////////////////////////////////////////////////////////////*/
.page-title .main-top {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.page-title .main-top .overlay-top-header {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: auto;
    background: #000;
    opacity: .65;
}

.page-title .main-top .content {
    padding-top: 120px;
    padding-bottom: 122px;
    text-align: center;
}

.page-title .main-top .content h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.2 * 2em);
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-title .main-top .content .wrap-breadcrumb {
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-title .main-top .content .wrap-breadcrumb ul, .page-title .main-top .content .wrap-breadcrumb ol, .page-title .main-top .content .wrap-breadcrumb li {
    list-style-type: none;
    margin: 0;
}

.page-title .main-top .content .wrap-breadcrumb .breadcrumbs li {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #fff;
    word-break: break-word;
    position: relative;
}

.page-title .main-top .content .wrap-breadcrumb .breadcrumbs li .breadcrum-icon {
    font-size: 10px;
    color: #fff;
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
    transform: translateY(-2px);
}

.page-title .main-top .content .wrap-breadcrumb .breadcrumbs li a {
    color: #fff;
    transition: all .2s;
}

.page-title .main-top .content .wrap-breadcrumb .breadcrumbs li a:hover {
    color: #e9011f;
}

.page-title .main-top .content .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    word-break: break-word;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 6px;
    margin-bottom: 6px;
}

@media (max-width: 767px) {
    .page-title .main-top h1 {
        font-size: 40px;
    }

    .page-title .main-top .content {
        padding-top: 50px;
        padding-bottom: 52px;
    }
}

@media (max-width: 575px) {
    .page-title .main-top .content h1 {
        font-size: 35px;
    }
}

.loop-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.loop-pagination, .loop-pagination li {
    list-style-type: none;
    margin: 0;
}

.loop-pagination .page-numbers {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #5d5d5d;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    margin: 5px;
    transition: all .2s;
}

.loop-pagination .page-numbers:hover {
    border-color: #e9011f;
    color: #e9011f;
}

.loop-pagination .page-numbers.current {
    background: #e9011f;
    border-color: #e9011f;
    color: #fff;
}

.loop-pagination .page-numbers.next {
    font-weight: 600;
    color: #161616;
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
    margin: 9px;
}

.loop-pagination .page-numbers.next i {
    font-size: 20px;
    margin-left: 9px;
}

.loop-pagination .page-numbers.next:hover {
    color: #e9011f;
}

.loop-pagination .page-numbers.prev {
    font-weight: 600;
    color: #161616;
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    border-radius: none;
    border: none;
    margin: 9px;
}

.loop-pagination .page-numbers.prev i {
    font-size: 20px;
    margin-right: 9px;
}

.loop-pagination .page-numbers.prev:hover {
    color: #e9011f;
}

.bl-event-list {
    text-align: center;
}

.bl-event-list .col,
.bl-event-list [class*="col-"] {
    padding-bottom: 40px;
}

.bl-event-list .feature-event {
    margin-bottom: 60px;
}

.bl-event-list .feature-event .image-event > img {
    width: 100%;
}

.bl-event-list .feature-event .image-event .slide-image {
    position: relative;
}

.bl-event-list .feature-event .image-event .slide-image .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

.bl-event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.3);
    transition: all .2s;
}

.bl-event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick:hover {
    background: #e9011f;
}

.bl-event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none;
}

.bl-event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick[aria-disabled="true"] {
    visibility: hidden;
}

.bl-event-list .feature-event .text-event {
    margin-top: -110px;
    width: 84.3%;
    margin-right: auto;
    margin-left: auto;
    background: #f5f4f0;
    padding: 0 0px 30px 0px;
    position: relative;
    z-index: 10;
}

.bl-event-list .feature-event .text-event .tp_event_counter {
    transform: translateY(-54px);
    background-color: transparent;
    border: none;
    padding: 0;
}

.bl-event-list .feature-event .text-event .tp_event_counter .countdown-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 18px;
    background: transparent;
    border: 0;
    padding: 0;
}

.bl-event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section {
    background-color: transparent;
    border: none;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 9px;
}

.bl-event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-amount {
    font-weight: 500;
    font-size: 45px;
    line-height: 90px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 86px;
    height: 90px;
    border-radius: 5px;
    background: #2e2e2e;
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
    overflow: hidden;
}

.bl-event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-amount::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    right: auto;
    background: #161616;
}

.bl-event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-period {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #5d5d5d;
}

.bl-event-list .feature-event .text-event .title-event {
    text-align: center;
    margin-bottom: 10px;
    padding: 0 15px;
    margin-top: -54px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.272727;
    color: #161616;
    text-transform: uppercase;
}

.bl-event-list .feature-event .text-event .title-event a {
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.272727 * 2em);
    transition: all 0.2s;
}

.bl-event-list .feature-event .text-event .title-event a:hover {
    color: #e9011f;
}

.bl-event-list .feature-event .text-event .info-event {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #5d5d5d;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bl-event-list .feature-event .text-event .info-event span {
    margin: 0 15px;
}

.bl-event-list .feature-event .text-event .info-event span i {
    margin-right: 5px;
    font-size: 14px;
    color: #e9011f;
}

.bl-event-list .item-event {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    transition: all .3s;
}

.bl-event-list .item-event .image-event {
    position: relative;
}

.bl-event-list .item-event .image-event .date-event {
    pointer-events: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.333333;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
    padding: 6px 11px;
    background-color: #e9011f;
}

.bl-event-list .item-event .image-event .date-event .number-date {
    display: block;
    font-size: 14px;
}

.bl-event-list .item-event .image-event .label-event {
    pointer-events: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(17, 17, 17, 0.5);
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px 15px;
}

.bl-event-list .item-event .image-event img {
    width: 100%;
}

.bl-event-list .item-event .text-event {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 25px 18px;
    transition: all .3s;
}

.bl-event-list .item-event .text-event .title-event {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #161616;
    word-break: break-word;
    margin-bottom: 17px;
}

.bl-event-list .item-event .text-event .title-event a {
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.5 * 1em);
    transition: all .2s;
}

.bl-event-list .item-event .text-event .title-event a:hover {
    color: #e9011f;
}

.bl-event-list .item-event .text-event .info-event {
    flex-grow: 1;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 22px;
}

.bl-event-list .item-event .text-event .info-event li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #5d5d5d;
    position: relative;
    padding-left: 22px;
    margin-bottom: 6px;
}

.bl-event-list .item-event .text-event .info-event li:last-child {
    margin-bottom: 0;
}

.bl-event-list .item-event .text-event .info-event li i {
    color: #e9011f;
    position: absolute;
    top: 3px;
    left: 0;
}

.bl-event-list .item-event .text-event .author-event {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.bl-event-list .item-event .text-event .author-event .ava-author {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.bl-event-list .item-event .text-event .author-event .ava-author img {
    border-radius: inherit;
}

.bl-event-list .item-event .text-event .author-event .text-author {
    width: calc(100% - 40px - 15px);
    align-self: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    color: #5d5d5d;
    word-break: break-word;
}

.bl-event-list .item-event .text-event .author-event .text-author .name-author {
    display: block;
}

.bl-event-list .item-event .text-event .author-event .text-author a {
    font-weight: 600;
    color: #161616;
    transition: all .2s;
}

.bl-event-list .item-event .text-event .author-event .text-author a:hover {
    color: #e9011f;
}

.bl-event-list .item-event:hover {
    box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
}

.bl-event-list .item-event:hover .text-event {
    border-color: transparent;
}

.bl-event-list .load-more-events {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #161616;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    padding: 0px 0px 6px 0px;
    position: relative;
    transition: all .5s;
}

.bl-event-list .load-more-events::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #e9011f;
    opacity: 1;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0;
    right: auto;
}

.bl-event-list .load-more-events:hover {
    color: #e9011f;
}

.bl-event-list .load-more-events:hover:before {
    animation: scaleBorderBottomBtn 1s forwards;
    -webkit-animation: scaleBorderBottomBtn 1s forwards;
    -moz-animation: scaleBorderBottomBtn 1s forwards;
    -ms-animation: scaleBorderBottomBtn 1s forwards;
}

@media (max-width: 991px) {
    .bl-event-list .feature-event .image-event .slide-image .wrap-arrow-slick {
        padding: 0 20px;
    }

    .bl-event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick {
        font-size: 20px;
        width: 35px;
        height: 35px;
    }

    .bl-event-list .feature-event .text-event {
        margin-top: -80px;
        width: 84.3%;
    }

    .bl-event-list .feature-event .text-event .tp_event_counter {
        transform: translateY(-49px);
    }

    .bl-event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-amount {
        font-size: 35px;
        line-height: 80px;
        width: 76px;
        height: 80px;
    }

    .bl-event-list .feature-event .text-event .title-event {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .bl-event-list .feature-event .text-event {
        margin-top: 0px;
        width: 100%;
    }

    .bl-event-list .feature-event .text-event .title-event {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .bl-event-list .feature-event .text-event .tp_event_counter {
        transform: translateY(-41px);
    }

    .bl-event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-amount {
        font-size: 22px;
        line-height: 60px;
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 991px) {
    .bl-event-detail > .row > [class*="col-"]:nth-child(1) {
        padding-bottom: 100px;
    }
}

.bl-event-detail .detail-event {
    margin-bottom: 20px;
}

.bl-event-detail .detail-event .title-event {
    font-size: 35px;
    line-height: 1.3;
    word-break: break-word;
    color: #161616;
    margin-top: -9px;
    margin-bottom: 30px;
}

.bl-event-detail .detail-event .image-event {
    margin-bottom: 33px;
}

.bl-event-detail .detail-event .image-event img {
    width: 100%;
}

.bl-event-detail .detail-event .content-event {
    height: 100%;
    padding-right: 9%;
    border-right: 1px solid rgba(235, 235, 235, 0.5);
    font-weight: 400;
}

.bl-event-detail .detail-event .content-event h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #161616;
    text-transform: uppercase;
    word-break: break-word;
    padding-top: 33px;
}

.bl-event-detail .detail-event .content-event h4:first-child {
    padding-top: 0;
}

.bl-event-detail .detail-event .content-event > *:last-child {
    margin-bottom: 0;
}

.bl-event-detail .detail-event .info-event .item-info {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 21px;
    margin-bottom: 28px;
}

.bl-event-detail .detail-event .info-event .item-info:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.bl-event-detail .detail-event .info-event .item-info .name-info {
    font-weight: 600;
    font-size: 16px;
    color: #161616;
    margin-bottom: 15px;
}

.bl-event-detail .detail-event .info-event .item-info .value-info {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.bl-event-detail .detail-event .info-event .item-info .value-info li {
    font-weight: 400;
    color: #5d5d5d;
    line-height: 1.75;
    margin-bottom: 0;
    position: relative;
    word-break: break-word;
    padding-left: 24px;
}

.bl-event-detail .detail-event .info-event .item-info .value-info li a {
    color: inherit;
    transition: all .2s;
}

.bl-event-detail .detail-event .info-event .item-info .value-info li a:hover {
    color: #e9011f;
}

.bl-event-detail .detail-event .info-event .item-info .value-info li i {
    font-size: 15px;
    color: #e9011f;
    position: absolute;
    top: 6px;
    left: 0;
}

.bl-event-detail .detail-event .info-event .item-info.share-link .name-info {
    display: inline-block;
    margin-right: 15px;
}

.bl-event-detail .detail-event .info-event .item-info.share-link .socials {
    display: inline-block;
}

.bl-event-detail .detail-event .info-event .item-info.share-link .socials a {
    color: #bfbfbf;
    line-height: 1.75;
    display: inline-block;
    margin-right: 15px;
    transition: all .2s;
}

.bl-event-detail .detail-event .info-event .item-info.share-link .socials a:hover {
    color: #e9011f;
}

.bl-event-detail .detail-event .info-event .item-info.share-link .socials a i {
    position: static;
    color: inherit;
    font-size: inherit;
}

.bl-event-detail .detail-event .col,
.bl-event-detail .detail-event [class*="col-"] {
    padding-bottom: 50px;
}

.bl-event-detail .author-event {
    border: 1px solid #e7e7e7;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 73px;
}

.bl-event-detail .author-event .ava-author {
    width: 87px;
}

.bl-event-detail .author-event .ava-author img {
    width: 100%;
    border-radius: 50%;
}

.bl-event-detail .author-event .text-author {
    width: calc(100% - 87px - 21px);
    align-self: center;
}

.bl-event-detail .author-event .text-author .name-author {
    font-weight: 600;
    color: #161616;
    margin-bottom: 9px;
}

.bl-event-detail .author-event .text-author .description-author {
    font-weight: 400;
    line-height: 1.625;
}

@media (max-width: 575px) {
    .bl-event-detail .author-event .ava-author {
        width: 50px;
    }

    .bl-event-detail .author-event .text-author {
        width: calc(100% - 50px - 15px);
    }
}

.bl-event-detail .form-join-event .title-form {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
}

.bl-event-detail .form-join-event form .row {
    margin-right: -10px;
    margin-left: -10px;
}

.bl-event-detail .form-join-event form .row .col,
.bl-event-detail .form-join-event form .row [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

.bl-event-detail .form-join-event form label {
    display: block;
    width: 100%;
}

.bl-event-detail .form-join-event form label textarea,
.bl-event-detail .form-join-event form label input {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
    width: 100%;
    background: transparent;
    padding: 0 18px;
    border: 1px solid #e5e5e5;
}

.bl-event-detail .form-join-event form label textarea:focus,
.bl-event-detail .form-join-event form label input:focus {
    border-color: #e9011f;
}

.bl-event-detail .form-join-event form label textarea::-webkit-input-placeholder,
.bl-event-detail .form-join-event form label input::-webkit-input-placeholder {
    color: #5d5d5d;
}

.bl-event-detail .form-join-event form label textarea:-moz-placeholder,
.bl-event-detail .form-join-event form label input:-moz-placeholder {
    color: #5d5d5d;
}

.bl-event-detail .form-join-event form label textarea::-moz-placeholder,
.bl-event-detail .form-join-event form label input::-moz-placeholder {
    color: #5d5d5d;
}

.bl-event-detail .form-join-event form label textarea:-ms-input-placeholder,
.bl-event-detail .form-join-event form label input:-ms-input-placeholder {
    color: #5d5d5d;
}

.bl-event-detail .form-join-event form label input {
    height: 50px;
}

.bl-event-detail .form-join-event form label textarea {
    display: block;
    margin-bottom: 0;
    min-height: 200px;
    padding-top: 19px;
    padding-bottom: 19px;
}

.bl-event-detail .form-join-event form button {
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #161616;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 35px;
    padding: 0px 0px 6px 0px;
    position: relative;
    transition: all .5s;
}

.bl-event-detail .form-join-event form button::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #e9011f;
    opacity: 1;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0;
    right: auto;
}

.bl-event-detail .form-join-event form button:hover {
    color: #e9011f;
}

.bl-event-detail .form-join-event form button:hover:before {
    animation: scaleBorderBottomBtn 1s forwards;
    -webkit-animation: scaleBorderBottomBtn 1s forwards;
    -moz-animation: scaleBorderBottomBtn 1s forwards;
    -ms-animation: scaleBorderBottomBtn 1s forwards;
}

.bl-event-detail .buy-ticket {
    padding: 0px 26px 84px 26px;
    border: 1px solid #ebebeb;
}

.bl-event-detail .buy-ticket .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background-color: #161616;
    padding: 19px 15px;
    margin: -1px -27px 7px -27px;
}

.bl-event-detail .buy-ticket .info-ticket .item-info {
    line-height: 1.5;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #ebebeb;
}

.bl-event-detail .buy-ticket .info-ticket .item-info .name {
    font-weight: 400;
    color: #5d5d5d;
    padding: 4px 15px 4px 0px;
}

.bl-event-detail .buy-ticket .info-ticket .item-info .value {
    font-weight: 600;
    color: #161616;
}

.bl-event-detail .buy-ticket .info-ticket .item-info .value.special-value {
    color: #e9011f;
}

.bl-event-detail .buy-ticket .info-ticket .item-info .value input[type="number"],
.bl-event-detail .buy-ticket .info-ticket .item-info .value input[type="text"] {
    font-weight: 600;
    font-size: 16px;
    color: #161616;
    width: 44px;
    height: 31px;
    border-color: #ebebeb;
    padding: 0 5px;
    text-align: center;
}

.bl-event-detail .buy-ticket .info-ticket .pay-info {
    flex-wrap: wrap;
}

.bl-event-detail .buy-ticket .info-ticket .pay-info .value {
    width: 100%;
}

.bl-event-detail .buy-ticket .info-ticket .pay-info .value label {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.bl-event-detail .buy-ticket .info-ticket .pay-info .value label .image-input {
    width: calc(100% - 17px - 15px);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebebeb;
}

.bl-event-detail .buy-ticket .info-ticket .pay-info .value label .image-input img {
    max-width: 100%;
    max-height: 100%;
}

.bl-event-detail .buy-ticket .info-ticket .pay-info .value label .icon-radio {
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    padding: 3px;
}

.bl-event-detail .buy-ticket .info-ticket .pay-info .value label .icon-radio::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #e9011f;
    opacity: 0;
}

.bl-event-detail .buy-ticket .info-ticket .pay-info .value label input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.bl-event-detail .buy-ticket .info-ticket .pay-info .value label input[type="radio"]:checked ~ .icon-radio::before {
    opacity: 1;
}

.bl-event-detail .buy-ticket .buttons-ticket {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 25px;
}

.bl-event-detail .buy-ticket .buttons-ticket button,
.bl-event-detail .buy-ticket .buttons-ticket a {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 48px;
    background: #e9011f;
    padding: 0 40px;
    transition: all .2s;
    position: relative;
    z-index: 0;
}

.bl-event-detail .buy-ticket .buttons-ticket button::before, .bl-event-detail .buy-ticket .buttons-ticket button::after,
.bl-event-detail .buy-ticket .buttons-ticket a::before,
.bl-event-detail .buy-ticket .buttons-ticket a::after {
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    z-index: -1;
    background: #b60118;
    border-radius: inherit;
    opacity: 0;
    transition: all .3s linear;
}

.bl-event-detail .buy-ticket .buttons-ticket button::before,
.bl-event-detail .buy-ticket .buttons-ticket a::before {
    top: 0;
    left: 0;
    right: auto;
}

.bl-event-detail .buy-ticket .buttons-ticket button::after,
.bl-event-detail .buy-ticket .buttons-ticket a::after {
    bottom: 0;
    left: auto;
    right: 0;
}

.bl-event-detail .buy-ticket .buttons-ticket button:hover:before,
.bl-event-detail .buy-ticket .buttons-ticket a:hover:before {
    width: 100%;
    height: 100%;
    top: 100%;
    bottom: auto;
    left: 100%;
    right: auto;
    opacity: 1;
    transform: translate(-100%, -100%);
}

.bl-event-detail .buy-ticket .buttons-ticket button:hover:after,
.bl-event-detail .buy-ticket .buttons-ticket a:hover:after {
    width: 100%;
    height: 100%;
    bottom: 100%;
    left: auto;
    right: 100%;
    opacity: 1;
    transform: translate(100%, 100%);
}

.bl-event-detail .buy-ticket .notice-ticket {
    font-weight: 400;
    font-size: 16px;
    color: #5d5d5d;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 767px) {
    .bl-event-detail .detail-event .title-event {
        font-size: 28px;
    }

    .bl-event-detail .detail-event .content-event {
        padding-right: 0;
        border-right: none;
    }
}

.bl-blogs-list {
    padding-top: 9px;
}

.bl-blogs-list .col,
.bl-blogs-list [class*="col-"] {
    padding-bottom: 40px;
}

.bl-blogs-list .item-blog {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all .3s;
}

.bl-blogs-list .item-blog.has-post-thumbnail .image-blog .date-blog {
    bottom: 0;
    top: auto;
}

.bl-blogs-list .item-blog.has-post-thumbnail .text-blog {
    border-top: none;
}

.bl-blogs-list .item-blog.has-post-thumbnail .text-blog .author-blog {
    margin-top: -16px;
}

.bl-blogs-list .item-blog.has-post-thumbnail .text-blog .title-blog {
    margin-top: 20px;
}

.bl-blogs-list .item-blog .image-blog {
    position: relative;
}

.bl-blogs-list .item-blog .image-blog .post-formats-wrapper .slide-image {
    position: relative;
}

.bl-blogs-list .item-blog .image-blog .post-formats-wrapper .slide-image .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    overflow: hidden;
}

.bl-blogs-list .item-blog .image-blog .post-formats-wrapper .slide-image .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.4);
    transition: all .2s;
}

.bl-blogs-list .item-blog .image-blog .post-formats-wrapper .slide-image .wrap-arrow-slick .arow-slick:hover {
    background: #e9011f;
}

.bl-blogs-list .item-blog .image-blog .post-formats-wrapper .slide-image .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none;
}

.bl-blogs-list .item-blog .image-blog .post-formats-wrapper .slide-image .wrap-arrow-slick .arow-slick[aria-disabled="true"] {
    visibility: hidden;
}

.bl-blogs-list .item-blog .image-blog .post-formats-wrapper .slide-image .wrap-arrow-slick .arow-slick.prev-slick {
    transform: translateX(-60px);
}

.bl-blogs-list .item-blog .image-blog .post-formats-wrapper .slide-image .wrap-arrow-slick .arow-slick.next-slick {
    transform: translateX(60px);
}

.bl-blogs-list .item-blog .image-blog .post-formats-wrapper .slide-image .item-slick img {
    width: 100%;
}

.bl-blogs-list .item-blog .image-blog .post-formats-wrapper .slide-image:hover .wrap-arrow-slick .arow-slick {
    transform: translateX(0) !important;
}

.bl-blogs-list .item-blog .image-blog .date-blog {
    pointer-events: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    right: 0;
    padding: 6px 11px;
}

.bl-blogs-list .item-blog .image-blog .date-blog::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #161616;
    opacity: .5;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.bl-blogs-list .item-blog .image-blog img {
    width: 100%;
}

.bl-blogs-list .item-blog .text-blog {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 0px 15px 15px 15px;
    border: 1px solid #ebebeb;
    transition: all .3s;
}

.bl-blogs-list .item-blog .text-blog .author-blog {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #161616;
    position: relative;
    z-index: 1;
    margin-top: 8px;
}

.bl-blogs-list .item-blog .text-blog .author-blog a {
    color: inherit;
    transition: all .2s;
}

.bl-blogs-list .item-blog .text-blog .author-blog a:hover {
    color: #e9011f;
}

.bl-blogs-list .item-blog .text-blog .author-blog .ava-author {
    display: block;
    background-color: #fff;
    width: 36px;
    border-radius: 50%;
    padding: 5px;
    margin-left: -5px;
    margin-bottom: 5px;
}

.bl-blogs-list .item-blog .text-blog .author-blog .ava-author img {
    width: 100%;
    border-radius: 50%;
}

.bl-blogs-list .item-blog .text-blog .author-blog + .title-blog {
    margin-top: 15px;
}

.bl-blogs-list .item-blog .text-blog .title-blog {
    flex-grow: 1;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.375;
    color: #161616;
    word-break: break-word;
    margin-top: 50px;
    margin-bottom: 15px;
}

.bl-blogs-list .item-blog .text-blog .title-blog a {
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.375 * 2em);
    transition: all .2s;
}

.bl-blogs-list .item-blog .text-blog .title-blog a:hover {
    color: #e9011f;
}

.bl-blogs-list .item-blog .text-blog .info-blog {
    list-style-type: none;
    padding: 0;
    margin: 0;
    letter-spacing: 16px;
}

.bl-blogs-list .item-blog .text-blog .info-blog li {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #5d5d5d;
    word-break: break-word;
    letter-spacing: normal;
}

.bl-blogs-list .item-blog .text-blog .info-blog li a {
    color: inherit;
    transition: all .2s;
}

.bl-blogs-list .item-blog .text-blog .info-blog li a:hover {
    color: #e9011f;
}

.bl-blogs-list .item-blog .text-blog .info-blog li i {
    color: #e9011f;
    margin-right: 2px;
}

.bl-blogs-list .item-blog:hover {
    box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
}

.bl-blogs-list .item-blog:hover .text-blog {
    border-color: transparent;
}

.bl-blogs-detail .blog-detail-header {
    text-align: center;
    margin-bottom: 29px;
}

.bl-blogs-detail .blog-detail-header .title {
    font-weight: 600;
    font-size: 35px;
    line-height: 1.2;
    color: #161616;
    word-break: break-word;
    margin-bottom: 12px;
}

.bl-blogs-detail .blog-detail-header .info-blog {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.bl-blogs-detail .blog-detail-header .info-blog li {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #5d5d5d;
    word-break: break-word;
    padding: 3px 10px 3px 0px;
    margin-bottom: 0;
}

.bl-blogs-detail .blog-detail-header .info-blog li::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #e7e7e7;
    margin-right: 8px;
}

.bl-blogs-detail .blog-detail-header .info-blog li:first-child:before {
    opacity: 0;
}

.bl-blogs-detail .blog-detail-header .info-blog li i {
    font-size: 15px;
    color: #e9011f;
    margin-right: 6px;
}

.bl-blogs-detail .blog-detail-header .info-blog li a {
    color: inherit;
    transition: all .2s;
}

.bl-blogs-detail .blog-detail-header .info-blog li a:hover {
    color: #e9011f;
}

.bl-blogs-detail .blog-detail-image {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 23px;
}

.bl-blogs-detail .blog-detail-image > img {
    width: 100%;
}

.bl-blogs-detail .blog-detail-image .slide-image {
    position: relative;
}

.bl-blogs-detail .blog-detail-image .slide-image .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

.bl-blogs-detail .blog-detail-image .slide-image .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.4);
    transition: all .2s;
}

.bl-blogs-detail .blog-detail-image .slide-image .wrap-arrow-slick .arow-slick:hover {
    background: #e9011f;
}

.bl-blogs-detail .blog-detail-image .slide-image .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none;
}

.bl-blogs-detail .blog-detail-image .slide-image .wrap-arrow-slick .arow-slick[aria-disabled="true"] {
    visibility: hidden;
}

.bl-blogs-detail .blog-detail-image .slide-image .item-slick img {
    width: 100%;
}

.bl-blogs-detail .blog-detail-image .date-blog {
    pointer-events: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    padding: 14px 28px;
}

.bl-blogs-detail .blog-detail-image .date-blog::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #161616;
    opacity: .5;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.bl-blogs-detail .blog-detail-text {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 71px;
}

.bl-blogs-detail .blog-detail-text .link-share {
    display: none;
    width: 80px;
}

.bl-blogs-detail .blog-detail-text .link-share .link-share-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.bl-blogs-detail .blog-detail-text .link-share .link-share-inner .share {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bl-blogs-detail .blog-detail-text .link-share .link-share-inner .share .namefield {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.375;
    color: #161616;
    text-transform: uppercase;
    text-align: center;
    padding-top: 3px;
    margin-bottom: 14px;
}

.bl-blogs-detail .blog-detail-text .link-share .link-share-inner .share .socials {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bl-blogs-detail .blog-detail-text .link-share .link-share-inner .share .socials .item-social {
    font-size: 18px;
    line-height: 1;
    color: #bfbfbf;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    margin-bottom: 15px;
    transition: all .2s;
}

.bl-blogs-detail .blog-detail-text .link-share .link-share-inner .share .socials .item-social:last-child {
    margin-bottom: 0;
}

.bl-blogs-detail .blog-detail-text .link-share .link-share-inner .share .socials .item-social:hover {
    background: #e9011f;
    border-color: #e9011f;
    color: #fff;
}

.bl-blogs-detail .blog-detail-text .content-blog {
    width: 100%;
}

.bl-blogs-detail .blog-detail-text .content-blog > p {
    font-weight: 400;
}

.bl-blogs-detail .blog-detail-text .content-blog > p img {
    display: block;
    margin: 32px auto;
}

.bl-blogs-detail .blog-detail-text .content-blog .tags {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: 56px;
}

.bl-blogs-detail .blog-detail-text .content-blog .tags .name-field {
    color: #000000;
    text-transform: uppercase;
    display: block;
    border-radius: 20px;
    border: 1px solid #e9e9e9;
    padding: 8.5px 28px;
    margin: 4px;
}

.bl-blogs-detail .blog-detail-text .content-blog .tags .tag-item {
    color: #e9011f;
    display: block;
    border-radius: 20px;
    border: 1px solid #e9e9e9;
    padding: 8.5px 35px;
    transition: all .2s;
    margin: 4px;
}

.bl-blogs-detail .blog-detail-text .content-blog .tags .tag-item:hover {
    background: #e9011f;
    border-color: #e9011f;
    color: #fff;
}

.bl-blogs-detail .blog-detail-text .content-blog .author-blog {
    padding: 40px 28px 25px 28px;
    border: 1px solid #ebebeb;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-image {
    width: 136px;
    max-width: 100%;
}

.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-image .ava-author {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-image .ava-author img {
    max-width: 100%;
    border-radius: 50%;
}

.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-image .socials-author {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-image .socials-author a {
    font-size: 18px;
    line-height: 1;
    color: #bfbfbf;
    padding: 5px;
    transition: all .2s;
}

.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-image .socials-author a:hover {
    color: #e9011f;
}

.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-text {
    width: calc(100% - 136px - 30px);
}

.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-text .name-author {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.625;
    color: #000;
    word-break: break-word;
}

.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-text .name-author a {
    color: inherit;
    transition: all .2s;
}

.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-text .name-author a:hover {
    color: #e9011f;
}

.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-text .info-author {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #5d5d5d;
    word-break: break-word;
    margin-bottom: 15px;
}

.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-text .content-author {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #5d5d5d;
    word-break: break-word;
}

.bl-blogs-detail .blog-detail-text.have-share .link-share {
    display: block;
}

.bl-blogs-detail .blog-detail-text.have-share .content-blog {
    width: calc(100% - 80px);
}

.bl-blogs-detail.have-no-thumbnail {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.bl-blogs-detail.have-no-thumbnail .blog-header {
    margin-bottom: 16px;
}

.bl-blogs-detail.have-no-thumbnail .blog-header::after {
    content: '';
    display: block;
    width: 65px;
    height: 1px;
    background-color: #e9011f;
    margin-right: auto;
    margin-left: auto;
    margin-top: 29px;
    margin-bottom: 16px;
}

.bl-blogs-detail.have-no-thumbnail .blog-image {
    order: -1;
    margin-bottom: 10px;
}

.bl-blogs-detail.have-no-thumbnail .blog-image .date-and-button {
    position: unset;
}

.bl-blogs-detail.have-no-thumbnail .blog-image .date-and-button .date {
    background-color: transparent;
    width: 100%;
    text-align: center;
    justify-content: center;
    height: unset;
    color: #5d5d5d;
    padding: 0;
}

.bl-blogs-detail.have-no-thumbnail .blog-image .date-and-button .date::before {
    display: none;
}

.navigate-blog {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    margin-bottom: 54px;
}

.navigate-blog::before {
    content: '';
    order: 2;
    display: block;
    min-width: 1px;
    min-height: 1px;
    background: #e6e6e6;
    margin-right: -2px;
    margin-left: -2px;
}

.navigate-blog .navi-item {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.navigate-blog .navi-item .navi-arrow {
    font-size: 30px;
    line-height: 1;
    color: #828282;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding-top: 2px;
    transition: all .2s;
}

.navigate-blog .navi-item .navi-title {
    flex-grow: 1;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.444444;
    color: #161616;
    word-break: break-word;
}

.navigate-blog .navi-item .navi-title a {
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 50px;
    transition: all .2s;
}

.navigate-blog .navi-item .navi-title a:hover {
    color: #e9011f;
}

.navigate-blog .navi-item.prev-blog {
    order: 1;
    padding-right: 20px;
}

.navigate-blog .navi-item.prev-blog .navi-title {
    padding-left: 20px;
}

.navigate-blog .navi-item.next-blog {
    order: 3;
    text-align: right;
    padding-left: 20px;
}

.navigate-blog .navi-item.next-blog .navi-title {
    padding-right: 20px;
}

.navigate-blog .navi-item:hover .navi-arrow {
    color: #e9011f;
}

.list-comments {
    margin-bottom: 15px;
}

.list-comments .comments-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #161616;
    text-transform: uppercase;
    word-break: break-word;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 23px;
    margin-bottom: 0;
}

.list-comments .comment-list {
    width: 100%;
    margin: 0;
}

.list-comments .comment-list .comment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 42px;
}

.list-comments .comment-list .comment + .comment {
    position: relative;
}

.list-comments .comment-list .comment + .comment::before {
    content: '................................................................................................................................................................................................................................';
    font-weight: 300;
    font-size: 14.5px;
    line-height: 1;
    color: #d4d4d4;
    letter-spacing: 3px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0;
}

.list-comments .comment-list .comment .avatar {
    width: 84px;
    display: block;
    margin-bottom: 32px;
    border-radius: 50%;
}

.list-comments .comment-list .comment .content-comment {
    width: calc(100% - 84px - 30px);
    margin-top: -5px;
    margin-bottom: 32px;
}

.list-comments .comment-list .comment .content-comment .author {
    position: relative;
    padding-right: 90px;
    margin-bottom: 16px;
}

.list-comments .comment-list .comment .content-comment .author .author-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.625;
    color: #161616;
    word-break: break-word;
    display: block;
}

.list-comments .comment-list .comment .content-comment .author .author-name a {
    color: inherit;
    transition: all .2s;
}

.list-comments .comment-list .comment .content-comment .author .author-name a:hover {
    color: #e9011f;
}

.list-comments .comment-list .comment .content-comment .author .comment-extra-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #5d5d5d;
    word-break: break-word;
    display: block;
}

.list-comments .comment-list .comment .content-comment .author .link-reply-edit {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.625;
    color: #5d5d5d;
    display: block;
    position: absolute;
    top: -2px;
    right: 0;
}

.list-comments .comment-list .comment .content-comment .author .link-reply-edit a {
    color: #e9011f;
    margin-left: 10px;
    border-bottom: 1px solid #e9011f;
}

.list-comments .comment-list .comment .content-comment .author .link-reply-edit a:hover {
    color: #000;
    border-color: #000;
}

.list-comments .comment-list .comment .content-comment .message {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #5d5d5d;
    padding: 0;
    word-break: break-word;
}

.list-comments .comment-list .comment .content-comment .message p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #5d5d5d;
    word-break: break-word;
    margin: 0;
}

.list-comments .comment-list .children {
    margin: 0;
    width: 100%;
    padding-left: calc(84px + 30px);
    position: relative;
}

.list-comments .comment-list .children::before {
    content: '................................................................................................................................................................................................................................';
    font-weight: 300;
    font-size: 14.5px;
    line-height: 1;
    color: #bebebe;
    letter-spacing: 3px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0;
}

.form-comment .comment-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #161616;
    text-transform: uppercase;
    word-break: break-word;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 23px;
    margin-bottom: 35px;
}

.form-comment .comment-form .comment-notes {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #5d5d5d;
    word-break: break-word;
    margin-bottom: 24px;
}

.form-comment .comment-form .row {
    margin-right: -11px;
    margin-left: -11px;
}

.form-comment .comment-form .col,
.form-comment .comment-form [class*="col-"] {
    padding-right: 11px;
    padding-left: 11px;
}

.form-comment .comment-form input {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #5d5d5d;
    width: 100%;
    height: 50px;
    background: transparent;
    padding: 0 18px;
    border: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

.form-comment .comment-form input:focus {
    border-color: #e9011f;
}

.form-comment .comment-form textarea {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #5d5d5d;
    display: block;
    width: 100%;
    min-height: 200px;
    background: transparent;
    padding: 18px;
    border: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

.form-comment .comment-form textarea:focus {
    border-color: #e9011f;
}

.form-comment .comment-form button {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #161616;
    text-transform: uppercase;
    background-color: transparent;
    display: inline-block;
    padding: 0px 0px 6px 0px;
    position: relative;
    margin-top: 10px;
    transition: all .5s;
}

.form-comment .comment-form button::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #e9011f;
    opacity: 1;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0;
    right: auto;
}

.form-comment .comment-form button:hover {
    color: #e9011f;
}

.form-comment .comment-form button:hover:before {
    animation: scaleBorderBottomBtn 1s forwards;
    -webkit-animation: scaleBorderBottomBtn 1s forwards;
    -moz-animation: scaleBorderBottomBtn 1s forwards;
    -ms-animation: scaleBorderBottomBtn 1s forwards;
}

.related-blog .related-title {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.3;
    color: #161616;
    word-break: break-word;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    padding-right: 110px;
    margin-bottom: 40px;
}

.related-blog .slide-posts {
    position: relative;
    margin-bottom: -37px;
}

.related-blog .slide-posts .slide-slick {
    overflow: hidden;
    margin-right: -20px;
    margin-left: -20px;
}

.related-blog .slide-posts .slide-slick .slick-list .slick-track {
    margin-left: 0;
}

.related-blog .slide-posts .slide-slick .item-slick {
    padding: 0 20px 40px 20px;
}

.related-blog .slide-posts .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: -104px;
    right: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 -3px;
}

.related-blog .slide-posts .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    color: #bfbfbf;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 39px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    transition: all .2s;
    margin: 0 3px;
}

.related-blog .slide-posts .wrap-arrow-slick .arow-slick:hover {
    color: #fff;
    border-color: #e9011f;
    background: #e9011f;
}

.related-blog .slide-posts .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none;
}

.related-blog .slide-posts .wrap-arrow-slick .arow-slick[aria-disabled="true"] {
    visibility: hidden;
}

.related-blog .item-blog {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all .3s;
}

.related-blog .item-blog.has-post-thumbnail .image-blog .date-blog {
    bottom: 0;
    top: auto;
}

.related-blog .item-blog.has-post-thumbnail .text-blog {
    border-top: none;
}

.related-blog .item-blog.has-post-thumbnail .text-blog .author-blog {
    margin-top: -16px;
}

.related-blog .item-blog.has-post-thumbnail .text-blog .title-blog {
    margin-top: 20px;
}

.related-blog .item-blog .image-blog {
    position: relative;
}

.related-blog .item-blog .image-blog .date-blog {
    pointer-events: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    right: 0;
    padding: 6px 11px;
}

.related-blog .item-blog .image-blog .date-blog::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #161616;
    opacity: .5;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.related-blog .item-blog .image-blog img {
    width: 100%;
}

.related-blog .item-blog .text-blog {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 0px 15px 15px 15px;
    border: 1px solid #ebebeb;
    transition: all .3s;
}

.related-blog .item-blog .text-blog .author-blog {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #161616;
    position: relative;
    z-index: 1;
    margin-top: 8px;
}

.related-blog .item-blog .text-blog .author-blog a {
    color: inherit;
    transition: all .2s;
}

.related-blog .item-blog .text-blog .author-blog a:hover {
    color: #e9011f;
}

.related-blog .item-blog .text-blog .author-blog .ava-author {
    display: block;
    background-color: #fff;
    width: 36px;
    border-radius: 50%;
    padding: 5px;
    margin-left: -5px;
    margin-bottom: 5px;
}

.related-blog .item-blog .text-blog .author-blog .ava-author img {
    width: 100%;
    border-radius: 50%;
}

.related-blog .item-blog .text-blog .author-blog + .title-blog {
    margin-top: 15px;
}

.related-blog .item-blog .text-blog .title-blog {
    flex-grow: 1;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.375;
    color: #161616;
    word-break: break-word;
    margin-top: 50px;
    margin-bottom: 15px;
}

.related-blog .item-blog .text-blog .title-blog a {
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.375 * 2em);
    transition: all .2s;
}

.related-blog .item-blog .text-blog .title-blog a:hover {
    color: #e9011f;
}

.related-blog .item-blog .text-blog .info-blog {
    list-style-type: none;
    padding: 0;
    margin: 0;
    letter-spacing: 16px;
}

.related-blog .item-blog .text-blog .info-blog li {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #5d5d5d;
    word-break: break-word;
    letter-spacing: normal;
}

.related-blog .item-blog .text-blog .info-blog li a {
    color: inherit;
    transition: all .2s;
}

.related-blog .item-blog .text-blog .info-blog li a:hover {
    color: #e9011f;
}

.related-blog .item-blog .text-blog .info-blog li i {
    color: #e9011f;
    margin-right: 2px;
}

.related-blog .item-blog:hover {
    box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
}

.related-blog .item-blog:hover .text-blog {
    border-color: transparent;
}

@media (max-width: 767px) {
    .bl-blogs-detail .blog-detail-text .link-share {
        width: 100%;
        margin-bottom: 10px;
    }

    .bl-blogs-detail .blog-detail-text .link-share .link-share-inner .share {
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .bl-blogs-detail .blog-detail-text .link-share .link-share-inner .share .namefield {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-right: 7px;
    }

    .bl-blogs-detail .blog-detail-text .link-share .link-share-inner .share .socials {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
    }

    .bl-blogs-detail .blog-detail-text .link-share .link-share-inner .share .socials .item-social {
        width: 39px;
        height: 39px;
        font-size: 16px;
        margin: 7px;
    }

    .bl-blogs-detail .blog-detail-text .content-blog {
        width: 100% !important;
    }

    .bl-blogs-detail .blog-detail-text .content-blog .author-blog {
        justify-content: center;
    }

    .bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-image {
        margin-bottom: 15px;
    }

    .bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-text {
        width: 100%;
        text-align: center;
    }

    .comments-area .list-comments .comment-list .comment .avatar {
        margin-bottom: 20px;
    }

    .comments-area .list-comments .comment-list .comment .content-comment {
        width: 100%;
    }

    .comments-area .list-comments .comment-list .children {
        padding-left: 50px;
    }

    .related-blog {
        padding-left: 0px;
    }
}

@media (max-width: 575px) {
    .bl-blogs-detail .blog-detail-image .slide-image .wrap-arrow-slick {
        padding: 0 20px;
    }

    .bl-blogs-detail .blog-detail-image .slide-image .wrap-arrow-slick .arow-slick {
        font-size: 20px;
        width: 30px;
        height: 30px;
    }

    .bl-blogs-detail .blog-detail-image .date-blog {
        font-size: 14px;
        padding: 8px 11px;
    }

    .navigate-blog .navi-item.prev-blog {
        padding-right: 10px;
    }

    .navigate-blog .navi-item.prev-blog .navi-title {
        padding-left: 10px;
    }

    .navigate-blog .navi-item.next-blog {
        padding-left: 10px;
    }

    .navigate-blog .navi-item.next-blog .navi-title {
        padding-right: 10px;
    }

    .navigate-blog .navi-item .navi-arrow {
        font-size: 25px;
    }

    .navigate-blog .navi-item .navi-title {
        font-size: 16px;
    }

    .navigate-blog .navi-item .navi-title a {
        max-height: 46px;
    }

    .related-blog .related-title {
        padding-right: 0px;
        margin-bottom: 70px;
    }

    .related-blog .slide-posts .wrap-arrow-slick {
        top: -55px;
        right: auto;
        left: 0;
    }
}

.bl-courses-list {
    padding-top: 9px;
}

.bl-courses-list [class*="col-"] {
    padding-bottom: 40px;
}

.bl-courses-list .item-course {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all .3s;
}

.bl-courses-list .item-course .image-course {
    position: relative;
}

.bl-courses-list .item-course .image-course img {
    width: 100%;
}

.bl-courses-list .item-course .image-course .price-course {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    right: 0;
    left: auto;
    background: #e9011f;
    padding: 5px 10px;
}

.bl-courses-list .item-course .image-course .price-course .origin-price {
    text-decoration: line-through;
}

.bl-courses-list .item-course .text-course {
    flex-grow: 1;
    padding: 23px 10px 0px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #f3f3f3;
    border-top: none;
    transition: all .3s;
}

.bl-courses-list .item-course .text-course::after {
    content: '';
    display: block;
    order: 3;
    flex-grow: 1;
}

.bl-courses-list .item-course .text-course .title-course {
    order: 1;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.625;
    color: #161616;
    word-break: break-word;
    margin-bottom: 15px;
}

.bl-courses-list .item-course .text-course .title-course a {
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.625 * 2em);
    transition: all .2s;
}

.bl-courses-list .item-course .text-course .title-course a:hover {
    color: #e9011f;
}

.bl-courses-list .item-course .text-course .description-course {
    order: 2;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #5d5d5d;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.625 * 3em);
    margin-bottom: 22px;
}

.bl-courses-list .item-course .text-course .foot-item {
    order: 4;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #ebebeb;
    padding: 15px 0;
}

.bl-courses-list .item-course .text-course .foot-item .author-course {
    width: 61%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 5px;
}

.bl-courses-list .item-course .text-course .foot-item .author-course img {
    width: 35px;
    border-radius: 50%;
}

.bl-courses-list .item-course .text-course .foot-item .author-course a {
    width: calc(100% - 35px - 12px);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: #161616;
    transition: all .2s;
}

.bl-courses-list .item-course .text-course .foot-item .author-course a:hover {
    color: #e9011f;
}

.bl-courses-list .item-course .text-course .foot-item .info-course {
    width: 39%;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #6c6c6c;
    letter-spacing: 5px;
    text-align: right;
}

.bl-courses-list .item-course .text-course .foot-item .info-course .item-info {
    display: inline-block;
    letter-spacing: normal;
}

.bl-courses-list .item-course .text-course .foot-item .info-course .item-info i {
    margin-right: 2px;
}

.bl-courses-list .item-course .text-course .foot-item .info-course .item-info i[class*="star"] {
    color: #f8b56c;
}

@media (max-width: 480px) {
    .bl-courses-list .item-course .text-course {
        padding: 33px 15px 0px 15px;
    }
}

.bl-courses-list .item-course:hover {
    box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
}

.bl-courses-list .item-course:hover .text-course {
    border-color: transparent;
}

.bl-courses-detail .title-course-detail {
    font-weight: 300;
    font-size: 35px;
    line-height: 1.3;
    color: #161616;
    word-break: break-word;
    margin-bottom: 16px;
}

.bl-courses-detail .info-course-detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}

.bl-courses-detail .info-course-detail .meta-info {
    flex-grow: 1;
    list-style-type: none;
    padding: 0;
    margin: 10px 0 10px 48px;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.bl-courses-detail .info-course-detail .meta-info img {
    display: block;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -48px;
}

.bl-courses-detail .info-course-detail .meta-info .item-meta-info {
    font-size: 14px;
    line-height: 1.5;
    min-height: 53px;
    display: inline-block;
    padding: 4px 20px 0px 20px;
    margin: 5px 0;
    position: relative;
}

.bl-courses-detail .info-course-detail .meta-info .item-meta-info::before {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 6px);
    background-color: #eaeaea;
    position: absolute;
    top: 3px;
    right: 0px;
}

.bl-courses-detail .info-course-detail .meta-info .item-meta-info:last-child:before {
    display: none;
}

.bl-courses-detail .info-course-detail .meta-info .item-meta-info .name {
    display: block;
    font-weight: 400;
    color: #5d5d5d;
    margin-bottom: 4px;
}

.bl-courses-detail .info-course-detail .meta-info .item-meta-info .value {
    display: block;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.bl-courses-detail .info-course-detail .meta-info .item-meta-info .value a {
    color: inherit;
    transition: all .2s;
}

.bl-courses-detail .info-course-detail .meta-info .item-meta-info .value a:hover {
    color: #e9011f;
}

.bl-courses-detail .info-course-detail .meta-info .item-meta-info .value .stars {
    color: #f8b944;
}

.bl-courses-detail .info-course-detail .price-course {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3;
    color: #000;
    vertical-align: middle;
    padding-right: 15px;
    margin: 10px 0;
}

.bl-courses-detail .info-course-detail .price-course .origin-price {
    text-decoration: line-through;
}

.bl-courses-detail .info-course-detail .btn-buy {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    height: 40px;
    background: #e9011f;
    padding: 0 30px;
    transition: all .2s;
    margin: 10px 0;
    position: relative;
    z-index: 0;
}

.bl-courses-detail .info-course-detail .btn-buy::before, .bl-courses-detail .info-course-detail .btn-buy::after {
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    z-index: -1;
    background: #b60118;
    border-radius: inherit;
    opacity: 0;
    transition: all .3s linear;
}

.bl-courses-detail .info-course-detail .btn-buy::before {
    top: 0;
    left: 0;
    right: auto;
}

.bl-courses-detail .info-course-detail .btn-buy::after {
    bottom: 0;
    left: auto;
    right: 0;
}

.bl-courses-detail .info-course-detail .btn-buy:hover:before {
    width: 100%;
    height: 100%;
    top: 100%;
    bottom: auto;
    left: 100%;
    right: auto;
    opacity: 1;
    transform: translate(-100%, -100%);
}

.bl-courses-detail .info-course-detail .btn-buy:hover:after {
    width: 100%;
    height: 100%;
    bottom: 100%;
    left: auto;
    right: 100%;
    opacity: 1;
    transform: translate(100%, 100%);
}

.bl-courses-detail .media-course-detail {
    position: relative;
    margin-bottom: 40px;
}

.bl-courses-detail .media-course-detail .date-and-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: stretch;
}

.bl-courses-detail .media-course-detail .date-course {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    background-color: #e9011f;
    padding: 14px 13px;
}

.bl-courses-detail .media-course-detail .date-course .number {
    display: block;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 2px;
}

.bl-courses-detail .media-course-detail .btn-play {
    width: 81px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(37, 37, 37, 0.5);
}

.bl-courses-detail .media-course-detail .btn-play i {
    font-size: 32px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: .8;
    padding-left: 5px;
    transition: all .2s;
}

.bl-courses-detail .media-course-detail .btn-play:hover i {
    background-color: #e9011f;
    opacity: 1;
}

.bl-courses-detail .media-course-detail img {
    width: 100%;
}

.bl-courses-detail .content-course-detail {
    margin-bottom: 48px;
}

.bl-courses-detail .content-course-detail .my-nav-tabs {
    list-style-type: none;
    padding: 0;
    margin: 0 -3px 54px -3px;
    display: flex;
    align-items: stretch;
}

.bl-courses-detail .content-course-detail .my-nav-tabs li {
    cursor: pointer;
    flex-grow: 1;
    flex-basis: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #161616;
    text-transform: uppercase;
    text-align: center;
    background-color: rgba(235, 235, 235, 0.4);
    margin: 0 3px;
    padding: 10px;
    min-height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .2s;
}

.bl-courses-detail .content-course-detail .my-nav-tabs li::after {
    content: '';
    display: block;
    border-right: 8px solid #e9011f;
    border-top: 8px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all .2s;
}

.bl-courses-detail .content-course-detail .my-nav-tabs li i {
    margin-right: 9px;
}

.bl-courses-detail .content-course-detail .my-nav-tabs li:hover, .bl-courses-detail .content-course-detail .my-nav-tabs li.active {
    box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
    background-color: #fff;
    color: #e9011f;
}

.bl-courses-detail .content-course-detail .my-nav-tabs li:hover:after, .bl-courses-detail .content-course-detail .my-nav-tabs li.active:after {
    opacity: 1;
}

.bl-courses-detail .content-course-detail .my-content-tabs .detail-content {
    height: 100%;
    padding-right: 40px;
    border-right: 1px solid rgba(235, 235, 235, 0.5);
}

.bl-courses-detail .content-course-detail .my-content-tabs .detail-content h4 {
    font-weight: 600;
    font-size: 18px;
    color: #161616;
    line-height: 1.5;
    text-transform: uppercase;
    word-break: break-word;
    padding-top: 2px;
}

.bl-courses-detail .content-course-detail .my-content-tabs .detail-content h4:first-child {
    padding-top: 0;
}

.bl-courses-detail .content-course-detail .my-content-tabs .detail-content p {
    font-weight: 400;
}

.bl-courses-detail .content-course-detail .my-content-tabs .detail-content ul {
    list-style-type: none;
    margin: 0 0 1.75rem 0;
}

.bl-courses-detail .content-course-detail .my-content-tabs .detail-content ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #5d5d5d;
    word-break: break-word;
    padding-left: 17px;
    position: relative;
    transition: all .2s;
    margin-bottom: 11px;
}

.bl-courses-detail .content-course-detail .my-content-tabs .detail-content ul li:last-child {
    margin-bottom: 0;
}

.bl-courses-detail .content-course-detail .my-content-tabs .detail-content ul li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #e9011f;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

.bl-courses-detail .content-course-detail .my-content-tabs .detail-content > *:last-child {
    margin-bottom: 0;
}

.bl-courses-detail .content-course-detail .my-content-tabs .course-feature h4 {
    font-weight: 600;
    font-size: 18px;
    color: #161616;
    line-height: 1.5;
    text-transform: uppercase;
    word-break: break-word;
    margin-bottom: 9px;
}

.bl-courses-detail .content-course-detail .my-content-tabs .course-feature ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.bl-courses-detail .content-course-detail .my-content-tabs .course-feature ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #161616;
    word-break: break-word;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
    padding: 18px 0;
}

.bl-courses-detail .content-course-detail .my-content-tabs .course-feature ul li span {
    font-weight: 400;
    color: #6c6c6c;
    display: inline-block;
    width: 65%;
    padding-right: 15px;
}

.bl-courses-detail .content-course-detail .my-content-tabs .course-feature ul li:last-child {
    border-bottom: none;
}

.bl-courses-detail .share-course-detail {
    letter-spacing: 6px;
}

.bl-courses-detail .share-course-detail .name {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.375;
    color: #000;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    margin-right: 8px;
}

.bl-courses-detail .share-course-detail .link-share {
    font-size: 16px;
    line-height: 1;
    color: #9f9f9f;
    letter-spacing: normal;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    margin: 5px 0;
    transition: all .2s;
}

.bl-courses-detail .share-course-detail .link-share:hover {
    background-color: #e9011f;
    border-color: #e9011f;
    color: #fff;
}

.related-course {
    padding-top: 65px;
    margin-bottom: -40px;
}

.related-course .related-title {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.3;
    color: #161616;
    word-break: break-word;
    border-bottom: 1px solid rgba(124, 124, 124, 0.2);
    padding-bottom: 20px;
    padding-right: 110px;
    margin-bottom: 40px;
}

.related-course .slide-courses {
    position: relative;
}

.related-course .slide-courses .slide-slick {
    overflow: hidden;
    margin-right: -20px;
    margin-left: -20px;
}

.related-course .slide-courses .slide-slick .slick-list .slick-track {
    margin-left: 0;
}

.related-course .slide-courses .slide-slick .item-slick {
    padding: 0 20px 40px 20px;
}

.related-course .slide-courses .wrap-arrow-slick {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: -104px;
    right: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 -3px;
}

.related-course .slide-courses .wrap-arrow-slick .arow-slick {
    pointer-events: auto;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    color: #bfbfbf;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 39px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    transition: all .2s;
    margin: 0 3px;
}

.related-course .slide-courses .wrap-arrow-slick .arow-slick:hover {
    color: #fff;
    border-color: #e9011f;
    background: #e9011f;
}

.related-course .slide-courses .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none;
}

.related-course .slide-courses .wrap-arrow-slick .arow-slick[aria-disabled="true"] {
    visibility: hidden;
}

.related-course .item-course {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all .3s;
}

.related-course .item-course .image-course {
    position: relative;
}

.related-course .item-course .image-course img {
    width: 100%;
}

.related-course .item-course .image-course .price-course {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    right: 0;
    left: auto;
    background: #e9011f;
    padding: 5px 10px;
}

.related-course .item-course .image-course .price-course .origin-price {
    text-decoration: line-through;
}

.related-course .item-course .text-course {
    flex-grow: 1;
    padding: 23px 10px 0px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #f3f3f3;
    border-top: none;
    transition: all .3s;
}

.related-course .item-course .text-course::after {
    content: '';
    display: block;
    order: 3;
    flex-grow: 1;
}

.related-course .item-course .text-course .title-course {
    order: 1;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.625;
    color: #161616;
    word-break: break-word;
    margin-bottom: 15px;
}

.related-course .item-course .text-course .title-course a {
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.625 * 2em);
    transition: all .2s;
}

.related-course .item-course .text-course .title-course a:hover {
    color: #e9011f;
}

.related-course .item-course .text-course .description-course {
    order: 2;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #5d5d5d;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.625 * 3em);
    margin-bottom: 22px;
}

.related-course .item-course .text-course .foot-item {
    order: 4;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #ebebeb;
    padding: 15px 0;
}

.related-course .item-course .text-course .foot-item .author-course {
    width: 61%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 5px;
}

.related-course .item-course .text-course .foot-item .author-course img {
    width: 35px;
    border-radius: 50%;
}

.related-course .item-course .text-course .foot-item .author-course a {
    width: calc(100% - 35px - 12px);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: #161616;
    transition: all .2s;
}

.related-course .item-course .text-course .foot-item .author-course a:hover {
    color: #e9011f;
}

.related-course .item-course .text-course .foot-item .info-course {
    width: 39%;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #6c6c6c;
    letter-spacing: 5px;
    text-align: right;
}

.related-course .item-course .text-course .foot-item .info-course .item-info {
    display: inline-block;
    letter-spacing: normal;
}

.related-course .item-course .text-course .foot-item .info-course .item-info i {
    margin-right: 2px;
}

.related-course .item-course .text-course .foot-item .info-course .item-info i[class*="star"] {
    color: #f8b56c;
}

@media (max-width: 480px) {
    .related-course .item-course .text-course {
        padding: 33px 15px 0px 15px;
    }
}

.related-course .item-course:hover {
    box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
}

.related-course .item-course:hover .text-course {
    border-color: transparent;
}

@media (max-width: 991px) {
    .bl-courses-detail .title-course-detail {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .bl-courses-detail .content-course-detail .my-nav-tabs {
        flex-wrap: wrap;
    }

    .bl-courses-detail .content-course-detail .my-nav-tabs li {
        flex-basis: calc(50% - 6px);
        max-width: calc(50% - 6px);
        margin: 3px;
    }

    .bl-courses-detail .content-course-detail .my-content-tabs .detail-content {
        padding-right: 0px;
        border-right: none;
        margin-bottom: 36px;
    }

    .bl-courses-detail .title-course-detail {
        font-size: 28px;
    }

    .related-course .related-title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .bl-courses-detail .media-course-detail .date-course {
        font-size: 10px;
        padding: 8px;
    }

    .bl-courses-detail .media-course-detail .date-course .number {
        font-size: 25px;
    }

    .bl-courses-detail .media-course-detail .btn-play {
        width: 54px;
    }

    .related-course .related-title {
        padding-right: 0px;
        margin-bottom: 70px;
    }

    .related-course .slide-courses .wrap-arrow-slick {
        top: -55px;
        right: auto;
        left: 0;
    }
}

@media (max-width: 480px) {
    .bl-courses-detail .info-course-detail .meta-info {
        flex-wrap: wrap;
    }
}

.bl-products-list [class*="col-"] {
    padding-bottom: 40px;
}

.bl-products-list .item-product {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    transition: all .3s;
}

.bl-products-list .item-product::before {
    pointer-events: none;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border: 1px solid #ebebeb;
    transition: all .3s;
}

.bl-products-list .item-product:hover {
    box-shadow: 6px 10px 16px 0px rgba(0, 0, 0, 0.06);
}

.bl-products-list .item-product:hover:before {
    opacity: 0;
}

.bl-products-list .item-product .media-item {
    position: relative;
}

.bl-products-list .item-product .media-item img {
    width: 100%;
}

.bl-products-list .item-product .media-item .btn-addcart {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5;
    color: #5d5d5d;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 37px;
    max-width: 100%;
    border-radius: 18px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px 30px;
    transition: all .3s linear;
    z-index: 0;
}

.bl-products-list .item-product .media-item .btn-addcart:hover {
    color: #fff;
}

.bl-products-list .item-product .media-item .btn-addcart::before, .bl-products-list .item-product .media-item .btn-addcart::after {
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    z-index: -1;
    background-color: #e9011f;
    border-radius: inherit;
    opacity: 0;
    transition: all .3s linear;
}

.bl-products-list .item-product .media-item .btn-addcart::before {
    top: 0;
    left: 0;
    right: auto;
}

.bl-products-list .item-product .media-item .btn-addcart::after {
    bottom: 0;
    left: auto;
    right: 0;
}

.bl-products-list .item-product .media-item .btn-addcart:hover:before {
    width: 100%;
    height: 100%;
    top: 100%;
    bottom: auto;
    left: 100%;
    right: auto;
    opacity: 1;
    transform: translate(-100%, -100%);
}

.bl-products-list .item-product .media-item .btn-addcart:hover:after {
    width: 100%;
    height: 100%;
    bottom: 100%;
    left: auto;
    right: 100%;
    opacity: 1;
    transform: translate(100%, 100%);
}

.bl-products-list .item-product .media-item .label-item {
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #e9011f;
    padding: 1px 11px;
    position: absolute;
    top: 19px;
    left: 18px;
}

.bl-products-list .item-product .media-item .label-item.sale-label {
    background-color: #ffa500;
}

.bl-products-list .item-product .text-item {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 39px 20px 25px 20px;
}

.bl-products-list .item-product .text-item .title-item {
    flex-grow: 1;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.375;
    color: #161616;
    word-break: break-word;
    margin-bottom: 10px;
}

.bl-products-list .item-product .text-item .title-item a {
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.375 * 2em);
    transition: all .2s;
}

.bl-products-list .item-product .text-item .title-item a:hover {
    color: #e9011f;
}

.bl-products-list .item-product .text-item .price {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.375;
    color: #e9011f;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.bl-products-list .item-product .text-item .price del {
    font-weight: 500;
    font-size: 14px;
    color: #5d5d5d;
    margin: 2px 5px 0px 5px;
}

.bl-products-list .item-product .text-item .price ins {
    font-weight: 500;
    color: #e9011f;
    text-decoration: none;
    margin: 0 5px;
}

.bl-products-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 56px;
}

.bl-products-detail .media-product {
    width: 360px;
}

.bl-products-detail .media-product .slide-images .slide-slick .item-img img {
    width: 100%;
}

.bl-products-detail .media-product .slide-images .wrap-dot-slick .dots-slick {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    list-style-type: none;
    padding: 0;
}

.bl-products-detail .media-product .slide-images .wrap-dot-slick .dots-slick li {
    cursor: pointer;
    width: calc((100% - 30px) / 3);
    position: relative;
    margin: 10px 5px 0px 5px;
}

.bl-products-detail .media-product .slide-images .wrap-dot-slick .dots-slick li::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s;
}

.bl-products-detail .media-product .slide-images .wrap-dot-slick .dots-slick li img {
    width: 100%;
}

.bl-products-detail .media-product .slide-images .wrap-dot-slick .dots-slick li:hover::before, .bl-products-detail .media-product .slide-images .wrap-dot-slick .dots-slick li.slick-active::before {
    opacity: .2;
}

.bl-products-detail .woocommerce-product-gallery {
    margin-bottom: 0;
}

.bl-products-detail .woocommerce-product-gallery .flex-control-thumbs {
    margin: 20px -10px 0 -10px;
}

.bl-products-detail .woocommerce-product-gallery .flex-control-thumbs li {
    padding: 0 10px;
}

.bl-products-detail .text-product {
    width: calc(100% - 360px - 40px);
    margin-bottom: 0;
    padding-top: 16px;
}

.bl-products-detail .text-product .woocommerce-product-rating {
    display: flex;
    align-items: center;
}

.bl-products-detail .text-product .woocommerce-product-rating .count {
    margin-right: 4px;
}

.bl-products-detail .text-product .woocommerce-product-rating .star-rating {
    font-size: 13px;
    margin-top: 0;
    width: 90px;
}

.bl-products-detail .text-product .woocommerce-product-rating .star-rating:before {
    color: #f4b705;
    letter-spacing: 5px;
}

.bl-products-detail .text-product .woocommerce-product-rating .star-rating .rating {
    display: none;
}

.bl-products-detail .text-product .woocommerce-product-rating .star-rating > span:before {
    color: #f4b705;
    letter-spacing: 5px;
}

.bl-products-detail .text-product .name-product {
    font-weight: 400;
    font-size: 35px;
    line-height: 1.2;
    color: #161616;
    word-break: break-word;
    margin-bottom: 24px;
}

.bl-products-detail .text-product .price {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.4;
    color: #e9011f;
    word-break: break-word;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 6px;
}

.bl-products-detail .text-product .price ins {
    text-decoration: none;
    margin-right: 15px;
    font-weight: 600;
}

.bl-products-detail .text-product .price del {
    font-weight: 400;
    font-size: 18px;
    color: #5d5d5d;
    text-decoration: line-through;
    margin-top: 6px;
}

.bl-products-detail .text-product .star-product {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #5d5d5d;
    word-break: break-word;
    margin-bottom: 29px;
}

.bl-products-detail .text-product .star-product .iconstars {
    margin-right: 5px;
}

.bl-products-detail .text-product .star-product .iconstars i {
    font-size: 12px;
    line-height: 1;
    color: #ffb606;
}

.bl-products-detail .text-product .description-product {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #5d5d5d;
    word-break: break-word;
    margin-bottom: 26px;
}

.bl-products-detail .text-product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 35px;
}

.bl-products-detail .text-product form.cart .quanlity-product {
    margin-right: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bl-products-detail .text-product form.cart .quanlity-product .name-field {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    line-height: 1.625;
    color: #161616;
    margin-right: 11px;
}

.bl-products-detail .text-product form.cart .quanlity-product .input-quanlity {
    height: 41px;
    border: 1px solid #cccccc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
}

.bl-products-detail .text-product form.cart .quanlity-product .input-quanlity .btn-num-down,
.bl-products-detail .text-product form.cart .quanlity-product .input-quanlity .btn-num-up {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #999999;
    cursor: pointer;
    padding: 6px;
}

.bl-products-detail .text-product form.cart .quanlity-product .input-quanlity .btn-num-down:hover,
.bl-products-detail .text-product form.cart .quanlity-product .input-quanlity .btn-num-up:hover {
    color: #e9011f;
}

.bl-products-detail .text-product form.cart .quanlity-product .input-quanlity .btn-num-down:active,
.bl-products-detail .text-product form.cart .quanlity-product .input-quanlity .btn-num-up:active {
    color: #000;
}

.bl-products-detail .text-product form.cart .quanlity-product .input-quanlity .num-product {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #161616;
    width: 25px;
    min-width: 1px;
    text-align: center;
    outline: none;
    margin: 0;
    background: transparent;
    padding: 0;
    border: none;
    height: 100%;
}

.bl-products-detail .text-product form.cart .quanlity-product .input-quanlity input.num-product {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

.bl-products-detail .text-product form.cart .quanlity-product .input-quanlity input.num-product::-webkit-outer-spin-button, .bl-products-detail .text-product form.cart .quanlity-product .input-quanlity input.num-product::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bl-products-detail .text-product form.cart .btn-addcart {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    border: none;
    transition: all .2s;
    height: 41px;
    background: #e9011f;
    padding: 0 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    z-index: 0;
}

.bl-products-detail .text-product form.cart .btn-addcart::before, .bl-products-detail .text-product form.cart .btn-addcart::after {
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    z-index: -1;
    background: #b60118;
    border-radius: inherit;
    opacity: 0;
    transition: all .3s linear;
}

.bl-products-detail .text-product form.cart .btn-addcart::before {
    top: 0;
    left: 0;
    right: auto;
}

.bl-products-detail .text-product form.cart .btn-addcart::after {
    bottom: 0;
    left: auto;
    right: 0;
}

.bl-products-detail .text-product form.cart .btn-addcart:hover:before {
    width: 100%;
    height: 100%;
    top: 100%;
    bottom: auto;
    left: 100%;
    right: auto;
    opacity: 1;
    transform: translate(-100%, -100%);
}

.bl-products-detail .text-product form.cart .btn-addcart:hover:after {
    width: 100%;
    height: 100%;
    bottom: 100%;
    left: auto;
    right: 100%;
    opacity: 1;
    transform: translate(100%, 100%);
}

.bl-products-detail .text-product .share-links {
    letter-spacing: 5px;
    border-top: 1px dotted rgba(0, 0, 0, 0.15);
    padding-top: 31px;
}

.bl-products-detail .text-product .share-links .name-field {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.625;
    color: #161616;
    letter-spacing: normal;
    display: inline-block;
    margin-right: 26px;
}

.bl-products-detail .text-product .share-links .item-share {
    font-size: 16px;
    line-height: 1;
    color: #727272;
    letter-spacing: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all .2s;
}

.bl-products-detail .text-product .share-links .item-share:hover {
    background-color: #e9011f;
    color: #fff;
}

.bl-products-detail .tabs-info {
    width: 100%;
    margin-top: 45px;
    overflow: hidden;
}

.bl-products-detail .tabs-info ul.tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}

.bl-products-detail .tabs-info ul.tabs li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #5d5d5d;
    word-break: break-word;
    margin: 0 30px 0 0;
    padding: 10px 0;
    border: none;
    background: none;
    position: relative;
    cursor: pointer;
    transition: color .2s;
}

.bl-products-detail .tabs-info ul.tabs li a {
    color: inherit;
    font-weight: inherit;
    padding: 0;
    display: inline;
}

.bl-products-detail .tabs-info ul.tabs li:hover {
    color: #000;
}

.bl-products-detail .tabs-info ul.tabs li::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #e9011f;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
}

.bl-products-detail .tabs-info ul.tabs li.active {
    font-weight: 700;
    color: #161616;
}

.bl-products-detail .tabs-info ul.tabs li.active::after {
    opacity: 1;
}

.bl-products-detail .tabs-info ul.tabs:before {
    display: none;
}

.bl-products-detail .tabs-info .my-content-tabs {
    padding-top: 34px;
}

.bl-products-detail .tabs-info .my-content-tabs .tab-panel {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #5d5d5d;
}

.bl-products-detail .tabs-info .my-content-tabs .tab-panel p {
    margin-bottom: 25px;
}

.bl-products-detail .tabs-info .my-content-tabs .tab-panel ul {
    list-style-type: none;
    margin: 0 0 25px 0;
}

.bl-products-detail .tabs-info .my-content-tabs .tab-panel ul li {
    word-break: break-word;
    padding-left: 17px;
    position: relative;
    transition: all .2s;
    margin-bottom: 5px;
}

.bl-products-detail .tabs-info .my-content-tabs .tab-panel ul li:last-child {
    margin-bottom: 0;
}

.bl-products-detail .tabs-info .my-content-tabs .tab-panel ul li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #e9011f;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

.bl-products-detail .tabs-info .my-content-tabs .tab-panel > *:last-child {
    margin-bottom: 0;
}

.related.bl-products-list {
    margin-bottom: -40px;
}

.related.bl-products-list::after {
    content: '';
    display: block;
    height: 1px;
}

.related.bl-products-list h2 {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.3;
    color: #161616;
    word-break: break-word;
    margin-bottom: 31px;
}

@media (max-width: 767px) {
    .bl-products-detail .media-product {
        width: 100%;
        margin-bottom: 50px;
    }

    .bl-products-detail .text-product {
        width: 100%;
    }
}

.bl-portfolio-list {
    padding-top: 100px;
    padding-bottom: 120px;
    text-align: center;
}

.bl-portfolio-list [class*="col-"] {
    padding-bottom: 32px;
}

.bl-portfolio-list .filter-portfolio {
    display: inline-block;
    margin-bottom: 55px;
    position: relative;
    z-index: 0;
}

.bl-portfolio-list .filter-portfolio::before {
    content: '';
    display: block;
    width: calc(100% - 29px - 29px);
    height: 1px;
    background-color: #ebebeb;
    position: absolute;
    z-index: -1;
    bottom: 5px;
    left: 29px;
}

.bl-portfolio-list .filter-portfolio .item-filter {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #161616;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid transparent;
    padding: 8px 0;
    margin: 5px 29px;
    transition: all .2s;
}

.bl-portfolio-list .filter-portfolio .item-filter:hover {
    color: #e9011f;
}

.bl-portfolio-list .filter-portfolio .item-filter.active {
    color: #e9011f;
    border-color: #e9011f;
}

.bl-portfolio-list .item-portfolio .image-portfolio {
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin-bottom: 33px;
}

.bl-portfolio-list .item-portfolio .image-portfolio img {
    width: 100%;
    border-radius: inherit;
}

.bl-portfolio-list .item-portfolio .image-portfolio .overlay-image {
    font-size: 45px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transition: all .2s;
    opacity: 0;
}

.bl-portfolio-list .item-portfolio .image-portfolio .overlay-image::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: #e9011f;
    opacity: .35;
}

.bl-portfolio-list .item-portfolio .image-portfolio .overlay-image i {
    transition: all .2s;
    transform: scale(0);
}

.bl-portfolio-list .item-portfolio .image-portfolio:hover .overlay-image {
    opacity: 1;
}

.bl-portfolio-list .item-portfolio .image-portfolio:hover .overlay-image i {
    transform: scale(1);
}

.bl-portfolio-list .item-portfolio .text-portfolio {
    text-align: center;
}

.bl-portfolio-list .item-portfolio .text-portfolio .title-portfolio {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #161616;
    word-break: break-word;
    padding-top: 0;
    margin-bottom: 4px;
}

.bl-portfolio-list .item-portfolio .text-portfolio .title-portfolio a {
    color: inherit;
    transition: all .2s;
}

.bl-portfolio-list .item-portfolio .text-portfolio .title-portfolio a:hover {
    color: #e9011f;
}

.bl-portfolio-list .item-portfolio .text-portfolio .cat-portfolio {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #5d5d5d;
    word-break: break-word;
}

.bl-portfolio-list .item-portfolio .text-portfolio .cat-portfolio a {
    color: inherit;
    transition: all .2s;
}

.bl-portfolio-list .item-portfolio .text-portfolio .cat-portfolio a:hover {
    color: #e9011f;
}

.bl-portfolio-list .load-more-portfolio {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #161616;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    padding: 0px 0px 6px 0px;
    position: relative;
    transition: all .5s;
}

.bl-portfolio-list .load-more-portfolio::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #e9011f;
    opacity: 1;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0;
    right: auto;
}

.bl-portfolio-list .load-more-portfolio:hover {
    color: #e9011f;
}

.bl-portfolio-list .load-more-portfolio:hover:before {
    animation: scaleBorderBottomBtn 1s forwards;
    -webkit-animation: scaleBorderBottomBtn 1s forwards;
    -moz-animation: scaleBorderBottomBtn 1s forwards;
    -ms-animation: scaleBorderBottomBtn 1s forwards;
}

.bl-gallery-list {
    padding-top: 100px;
    padding-bottom: 120px;
    text-align: center;
}

.bl-gallery-list [class*="col-"] {
    padding-bottom: 40px;
}

.bl-gallery-list .filter-gallery {
    display: inline-block;
    margin-bottom: 55px;
    position: relative;
    z-index: 0;
}

.bl-gallery-list .filter-gallery::before {
    content: '';
    display: block;
    width: calc(100% - 29px - 29px);
    height: 1px;
    background-color: #ebebeb;
    position: absolute;
    z-index: -1;
    bottom: 5px;
    left: 29px;
}

.bl-gallery-list .filter-gallery .item-filter {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #161616;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid transparent;
    padding: 8px 0;
    margin: 5px 29px;
    transition: all .2s;
}

.bl-gallery-list .filter-gallery .item-filter:hover {
    color: #e9011f;
}

.bl-gallery-list .filter-gallery .item-filter.active {
    color: #e9011f;
    border-color: #e9011f;
}

.bl-gallery-list .item-gallery {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.bl-gallery-list .item-gallery img {
    width: 100%;
    border-radius: inherit;
}

.bl-gallery-list .item-gallery .overlay-image {
    font-size: 45px;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transition: all .2s;
    opacity: 0;
}

.bl-gallery-list .item-gallery .overlay-image::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: #e9011f;
    opacity: .35;
}

.bl-gallery-list .item-gallery .overlay-image i {
    transition: all .2s;
    transform: scale(0);
}

.bl-gallery-list .item-gallery:hover .overlay-image {
    opacity: 1;
}

.bl-gallery-list .item-gallery:hover .overlay-image i {
    transform: scale(1);
}

.bl-gallery-list .load-more-gallery {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #161616;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    padding: 0px 0px 6px 0px;
    position: relative;
    transition: all .5s;
}

.bl-gallery-list .load-more-gallery::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #e9011f;
    opacity: 1;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0;
    right: auto;
}

.bl-gallery-list .load-more-gallery:hover {
    color: #e9011f;
}

.bl-gallery-list .load-more-gallery:hover:before {
    animation: scaleBorderBottomBtn 1s forwards;
    -webkit-animation: scaleBorderBottomBtn 1s forwards;
    -moz-animation: scaleBorderBottomBtn 1s forwards;
    -ms-animation: scaleBorderBottomBtn 1s forwards;
}

.bl-404-page .image-404 {
    margin-bottom: 30px;
}

.bl-404-page .image-404 img {
    max-width: 100%;
}

.bl-404-page .text-404 {
    margin-bottom: 45px;
}

.bl-404-page .text-404 .title {
    font-weight: 500;
    font-size: 35px;
    line-height: 1.3;
    color: #161616;
    text-transform: uppercase;
    word-break: break-word;
    margin-bottom: 11px;
}

.bl-404-page .text-404 .description {
    font-weight: 400;
    font-size: 18px;
    color: #5d5d5d;
}

.bl-contact-page .info-contact {
    padding-top: 120px;
}

.bl-contact-page .info-contact .container::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(124, 124, 124, 0.2);
    margin-top: 30px;
}

.bl-contact-page .info-contact [class*="col-"] {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .bl-contact-page .info-contact [class*="col-"] {
        border-right: 1px solid rgba(124, 124, 124, 0.2);
    }

    .bl-contact-page .info-contact [class*="col-"]:last-child {
        border-right: none;
    }
}

.bl-contact-page .message-contact {
    padding-top: 70px;
    padding-bottom: 120px;
}

.bl-contact-page .message-contact .element-heading {
    margin-bottom: 40px;
}

.bl-contact-page .message-contact .map-contact {
    width: 100%;
    height: 440px;
    margin-bottom: 40px;
}

.bl-contact-page .message-contact .map-contact iframe {
    width: 100%;
    height: 100%;
}

/*\
 *
 * Elements
 *
\*/
/*[ Search ]
//////////////////////////////////////////////////////////////////*/
.element-search.layout-1 .title {
    margin: 2px;
}

.element-search.layout-1 .search-button::before {
    content: "\f4a4";
    font-family: Ionicons;
}

.element-search.layout-1 .search-form {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: 99;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.element-search.layout-1 .search-form.open {
    opacity: 1;
    visibility: visible;
}

.element-search.layout-1 .search-form.open .form-search .search-field {
    opacity: 1;
    visibility: visible;
    transform: scale3d(1, 1, 1);
    transition-duration: 1s;
}

.element-search.layout-1 .search-form.loading .form-search:after {
    content: "\f29a";
    font-family: Ionicons;
    font-size: 40px;
    position: absolute;
    right: 0;
    top: 20px;
    color: #fff;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    animation: spin 2s linear infinite;
    transition: all 0.5s;
}

.element-search.layout-1 .close-form {
    position: absolute;
    right: 50px;
    top: 100px;
    color: #f0f0f0;
    cursor: pointer;
    transition: all 0.5s;
}

.element-search.layout-1 .close-form::before {
    content: "\f12a";
    font-size: 20px;
    font-family: Ionicons;
}

.element-search.layout-1 .close-form:hover {
    color: red;
}

.element-search.layout-1 .form-search {
    width: 80%;
    position: relative;
}

.element-search.layout-1 .form-search:after {
    display: none;
}

.element-search.layout-1 .form-search .search-field {
    width: 100%;
    height: 100px;
    padding: 20px 0;
    background: transparent;
    font-size: 60px;
    border: 0;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    border-bottom: 4px solid #2575FC;
    transform: scale3d(0, 1, 1);
    transition: all 0.3s;
    transform-origin: 0 50% center;
}

.element-search.layout-1 .form-search .search-notice {
    display: inline-block;
    float: right;
    margin-top: 5px;
    color: #f0f0f0;
}

.element-search.layout-1 .list-search {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    transition: all 0.5s;
}

.element-search.layout-1 .list-search li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 20px;
    display: block;
    letter-spacing: 0.05em;
}

.element-search.layout-1 .list-search li a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .element-search.layout-1 .search-form .form-search .search-field {
        font-size: 40px;
        border-width: 3px;
    }
}

@media (max-width: 767px) {
    .element-search.layout-1 .search-form .form-search .search-field {
        height: 60px;
        font-size: 25px;
        border-width: 2px;
    }
}

@media (max-width: 575px) {
    .element-search.layout-1 .search-form .form-search .search-field {
        height: 50px;
        padding: 8px 0;
        font-size: 16px;
    }
}

/*\
 *
 * In site-header.layout-1
 *
\*/
.site-header.layout-1 .element-search.layout-1 .search-button {
    font-size: 16px;
    line-height: 1;
    color: #161616;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    padding: 0 14px;
}

.site-header.layout-1 .element-search.layout-1 .search-button::after {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: #e1e1e1;
    opacity: .5;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
}

.site-header.layout-1 .element-search.layout-1 .search-button:hover {
    color: #e9011f;
}

.site-header.layout-1 .element-search.layout-1 .search-button:hover:before {
    display: inline-block;
    animation: toBottomFromTop 0.5s forwards;
    -webkit-animation: toBottomFromTop 0.5s forwards;
    -moz-animation: toBottomFromTop 0.5s forwards;
    -ms-animation: toBottomFromTop 0.5s forwards;
}

.site-header.layout-1 .element-search.layout-1 .search-button:before {
    font-size: inherit;
    content: "\f2f5";
    font-family: Ionicons;
}

.site-header.layout-1 .element-search.layout-1 .search-form .form-search .search-field {
    color: #fff;
    border-color: #e9011f;
}

.site-header.layout-1 .element-search.layout-1 .search-form .close-form:hover {
    color: #e9011f;
}

/*\
 *
 * In site-header.layout-2
 *
\*/
.site-header.layout-2 .element-search.layout-1 .search-button {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #e9011f;
    margin-left: 10px;
    margin-right: 0;
    transition: all .2s;
}

.site-header.layout-2 .element-search.layout-1 .search-button:hover:before {
    animation: toBottomFromTop 0.5s forwards;
    -webkit-animation: toBottomFromTop 0.5s forwards;
    -moz-animation: toBottomFromTop 0.5s forwards;
    -ms-animation: toBottomFromTop 0.5s forwards;
}

.site-header.layout-2 .element-search.layout-1 .search-button:before {
    font-size: inherit;
    content: "\f2f5";
    font-family: Ionicons;
    transition: all .3s;
}

@media (max-width: 768px) {
    .site-header.layout-2 .element-search.layout-1 .search-button {
        width: 34px;
        height: 34px;
    }
}

.site-header.layout-2 .element-search.layout-1 .search-form .form-search .search-field {
    color: #fff;
    border-color: #e9011f;
}

.site-header.layout-2 .element-search.layout-1 .search-form .close-form:hover {
    color: #e9011f;
}

/*[ Login ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * In site-header.layout-1
 *
\*/
.site-header.layout-1 .element-login-popup.layout-1 .login-links a {
    color: #161616;
    padding: 0;
    margin-left: 13px;
    margin-right: auto;
}

.site-header.layout-1 .element-login-popup.layout-1 .login-links a:hover {
    color: #e9011f;
}

/*\
 *
 * In site-header.layout-2
 *
\*/
.site-header.layout-2 .element-login-popup.layout-1 .login-links a {
    color: #161616;
    padding: 0;
    margin-left: 13px;
    margin-right: auto;
}

.site-header.layout-2 .element-login-popup.layout-1 .login-links a:hover {
    color: #e9011f;
}

/*\
 *
 * Custom form
 *
\*/
#bp-popup-login button.mfp-close {
    background: transparent !important;
}

.login-popup form input[type="submit"] {
    background: #e9011f;
    color: #fff;
    transition: all .2s;
}

.login-popup form input[type="submit"]:hover {
    background: #9d0115;
}

/*[ Main Slider ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.element-main-slider.layout-1 .wrap-element {
    background-color: #f0f0f0;
    position: relative;
    padding-bottom: 80px;
}

.element-main-slider.layout-1 .wrap-element .btn-scroll-to {
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
    right: auto;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.element-main-slider.layout-1 .wrap-element .btn-scroll-to::before {
    content: '';
    display: block;
    width: 100%;
    height: 34px;
    border-radius: 10px;
    border: 1px solid #161616;
    margin-bottom: 3px;
}

.element-main-slider.layout-1 .wrap-element .btn-scroll-to::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #161616;
    position: absolute;
    top: 8px;
    left: 8px;
    right: auto;
    transition: all .5s ease;
}

.element-main-slider.layout-1 .wrap-element .btn-scroll-to i {
    font-size: 30px;
    color: #161616;
    line-height: 1;
    margin-top: -5px;
    animation: effect-btn-scroll-to 1s ease-in-out 0s infinite;
}

.element-main-slider.layout-1 .wrap-element .btn-scroll-to:hover:after {
    top: 22px;
}

@media (max-width: 575px) {
    .element-main-slider.layout-1 .wrap-element {
        padding-bottom: 0;
    }

    .element-main-slider.layout-1 .wrap-element .btn-scroll-to {
        display: none;
    }
}

.element-main-slider.layout-1 .main-slider {
    position: relative;
}

.element-main-slider.layout-1 .main-slider .slide-slick .slick-track {
    display: flex;
    align-items: stretch;
}

.element-main-slider.layout-1 .main-slider .slide-slick .item-slick {
    min-height: calc(100vh - 155px - 80px);
    height: auto;
}

@media (max-width: 991px) {
    .element-main-slider.layout-1 .main-slider .slide-slick .item-slick {
        min-height: calc(100vh - 100px - 80px);
    }
}

@media (max-width: 575px) {
    .element-main-slider.layout-1 .main-slider .slide-slick .item-slick {
        min-height: calc(100vh - 80px);
    }
}

.element-main-slider.layout-1 .main-slider .image-slider {
    padding-top: 155px;
    padding-left: 13.8%;
    position: relative;
}

.element-main-slider.layout-1 .main-slider .image-slider .slide-slick {
    clip-path: polygon(37.7% 0%, 100% 0%, 100% 41.2%, 84% 41.2%, 84% 60%, 94% 60%, 94% 100%, 47% 100%, 47% 87.8%, 0% 87.8%, 0% 19.5%, 37.7% 19.5%);
    -webkit-clip-path: polygon(37.7% 0%, 100% 0%, 100% 41.2%, 84% 41.2%, 84% 60%, 94% 60%, 94% 100%, 47% 100%, 47% 87.8%, 0% 87.8%, 0% 19.5%, 37.7% 19.5%);
}

.element-main-slider.layout-1 .main-slider .image-slider .deco {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 86.2%;
    height: calc(100% - 155px);
}

.element-main-slider.layout-1 .main-slider .image-slider .deco span {
    display: block;
    width: 7.4%;
    position: absolute;
}

.element-main-slider.layout-1 .main-slider .image-slider .deco span::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}

.element-main-slider.layout-1 .main-slider .image-slider .deco span:nth-child(1) {
    background-color: #e9011f;
    right: calc(100% - 37.7%);
    bottom: calc(100% - 19.5%);
}

.element-main-slider.layout-1 .main-slider .image-slider .deco span:nth-child(2) {
    background-color: #e9011f;
    opacity: .3;
    left: 37.7%;
    top: 19.5%;
}

.element-main-slider.layout-1 .main-slider .image-slider .deco span:nth-child(3) {
    background-color: #000;
    left: calc(84% - 1px);
    bottom: calc(100% - 60% - 1px);
}

.element-main-slider.layout-1 .main-slider .image-slider .deco span:nth-child(4) {
    background-color: #000;
    opacity: .5;
    right: calc(100% - 84%);
    bottom: calc(100% - 60% - 1px);
}

.element-main-slider.layout-1 .main-slider .image-slider .deco span:nth-child(5) {
    background-color: #000;
    opacity: .5;
    right: calc(100% - 84%);
    bottom: calc(100% - 60% - 1px);
    transform: translate(-100%, -100%);
}

.element-main-slider.layout-1 .main-slider .image-slider .deco span:nth-child(6) {
    background-color: #000;
    opacity: .5;
    right: calc(100% - 84%);
    bottom: calc(100% - 60% - 1px);
    transform: translateY(-200%);
}

@media (max-width: 991px) {
    .element-main-slider.layout-1 .main-slider .image-slider .deco {
        height: calc(100% - 100px);
    }
}

@media (max-width: 575px) {
    .element-main-slider.layout-1 .main-slider .image-slider .deco {
        height: calc(100% - 80px);
        width: 95%;
    }
}

.element-main-slider.layout-1 .main-slider .image-slider .item-image {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .element-main-slider.layout-1 .main-slider .image-slider {
        padding-top: 100px;
    }
}

@media (max-width: 575px) {
    .element-main-slider.layout-1 .main-slider .image-slider {
        padding-top: 80px;
        padding-left: 5%;
    }
}

.element-main-slider.layout-1 .main-slider .text-slider {
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 530px;
    max-width: 100%;
    background-color: #161616;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 28px 28px;
}

.element-main-slider.layout-1 .main-slider .text-slider .inner-text {
    flex-grow: 1;
    flex-basis: 320px;
    font-weight: 200;
    font-size: 30px;
    color: #fff;
    line-height: 1.4;
    padding-right: 20px;
}

@media (max-width: 575px) {
    .element-main-slider.layout-1 .main-slider .text-slider .inner-text {
        font-size: 20px;
        line-height: 1.5;
    }
}

.element-main-slider.layout-1 .main-slider .text-slider .wrap-dot-slick {
    padding-top: 25px;
}

.element-main-slider.layout-1 .main-slider .text-slider .wrap-dot-slick .dots-slick {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.element-main-slider.layout-1 .main-slider .text-slider .wrap-dot-slick .dots-slick li {
    cursor: pointer;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: .5;
    margin: 3px;
}

.element-main-slider.layout-1 .main-slider .text-slider .wrap-dot-slick .dots-slick li:hover, .element-main-slider.layout-1 .main-slider .text-slider .wrap-dot-slick .dots-slick li.slick-active {
    opacity: 1;
    background-color: #e9011f;
    border-color: #e9011f;
}

/*\
 *
 * Layout 2
 *
\*/
.element-main-slider.layout-2 .wrap-element {
    background-color: #252525;
    padding-bottom: 19.8%;
    position: relative;
    z-index: 0;
}

.element-main-slider.layout-2 .wrap-element .bg-slider {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    background-repeat: no-repeat;
}

.element-main-slider.layout-2 .wrap-element .bg-slider.top-bg {
    background-position: top right;
}

.element-main-slider.layout-2 .wrap-element .bg-slider.bottom-bg {
    background-position: bottom right;
}

@media (max-width: 991px) {
    .element-main-slider.layout-2 .wrap-element {
        padding-bottom: 0px;
    }

    .element-main-slider.layout-2 .wrap-element .bg-slider.bottom-bg {
        display: none;
    }
}

.element-main-slider.layout-2 .main-slider {
    position: relative;
}

.element-main-slider.layout-2 .main-slider .navi-slider {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 5.7%;
}

.element-main-slider.layout-2 .main-slider .navi-slider .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.element-main-slider.layout-2 .main-slider .navi-slider .wrap-dot-slick {
    pointer-events: auto;
}

.element-main-slider.layout-2 .main-slider .navi-slider .wrap-dot-slick .dots-slick {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.element-main-slider.layout-2 .main-slider .navi-slider .wrap-dot-slick .dots-slick li {
    display: block;
    width: 7px;
    height: 7px;
    background-color: #b0cef0;
    margin: 6px;
    transform: rotateZ(45deg);
    cursor: pointer;
    transition: all .2s;
}

.element-main-slider.layout-2 .main-slider .navi-slider .wrap-dot-slick .dots-slick li.slick-active {
    background-color: #e9011f;
}

.element-main-slider.layout-2 .main-slider .navi-slider .wrap-arrow-slick {
    pointer-events: auto;
    width: 34px;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.element-main-slider.layout-2 .main-slider .navi-slider .wrap-arrow-slick .arow-slick {
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: #afafaf;
    width: 50%;
    transition: all .2s;
}

.element-main-slider.layout-2 .main-slider .navi-slider .wrap-arrow-slick .arow-slick:hover {
    color: #e9011f;
}

.element-main-slider.layout-2 .main-slider .navi-slider .wrap-arrow-slick .arow-slick.next-slick {
    text-align: right;
}

.element-main-slider.layout-2 .main-slider .content-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.element-main-slider.layout-2 .main-slider .content-slider > .column-slider {
    width: 50%;
}

@media (max-width: 991px) {
    .element-main-slider.layout-2 .main-slider .content-slider > .column-slider:first-child {
        display: none;
    }
}

.element-main-slider.layout-2 .main-slider .content-slider > .column-slider:last-child {
    padding-right: calc((100% - 1370px) / 2 + 20px);
}

@media (max-width: 1469px) {
    .element-main-slider.layout-2 .main-slider .content-slider > .column-slider:last-child {
        padding-right: calc((100% - 1200px) / 2 + 20px);
    }
}

@media (max-width: 1299px) {
    .element-main-slider.layout-2 .main-slider .content-slider > .column-slider:last-child {
        padding-right: calc((100% - 1140px) / 2 + 20px);
    }
}

@media (max-width: 1199px) {
    .element-main-slider.layout-2 .main-slider .content-slider > .column-slider:last-child {
        padding-right: calc((100% - 960px) / 2 + 20px);
    }
}

@media (max-width: 991px) {
    .element-main-slider.layout-2 .main-slider .content-slider > .column-slider:last-child {
        width: 100%;
        padding-right: calc((100% - 720px) / 2 + 20px);
        padding-left: calc((100% - 720px) / 2 + 20px);
    }
}

@media (max-width: 767px) {
    .element-main-slider.layout-2 .main-slider .content-slider > .column-slider:last-child {
        padding-right: calc((100% - 540px) / 2 + 20px);
        padding-left: calc((100% - 540px) / 2 + 20px);
    }
}

@media (max-width: 575px) {
    .element-main-slider.layout-2 .main-slider .content-slider > .column-slider:last-child {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.element-main-slider.layout-2 .main-slider .content-slider .img-slider {
    padding-top: 115px;
    padding-right: 80px;
}

.element-main-slider.layout-2 .main-slider .content-slider .img-slider img {
    max-width: 100%;
}

.element-main-slider.layout-2 .main-slider .content-slider .text-slider {
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.element-main-slider.layout-2 .main-slider .content-slider .text-slider .title-slider {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 37px;
}

.element-main-slider.layout-2 .main-slider .content-slider .text-slider .description-slider {
    font-size: 18px;
    line-height: 1.777777;
    color: #b3c5d9;
    margin-bottom: 44px;
}

.element-main-slider.layout-2 .main-slider .content-slider .text-slider .buttons-slider .element-button.layout-1 .button {
    font-size: 20px;
    color: #fff;
}

.element-main-slider.layout-2 .main-slider .content-slider .text-slider .buttons-slider .element-button.layout-1 .button:hover {
    color: #e9011f;
}

.element-main-slider.layout-2 .main-slider .content-slider .text-slider .buttons-slider .element-button.layout-1 .button::before {
    height: 4px;
}

@media (max-width: 991px) {
    .element-main-slider.layout-2 .main-slider .content-slider .text-slider {
        padding-left: 0;
        text-align: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .element-main-slider.layout-2 .main-slider .content-slider .text-slider {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .element-main-slider.layout-2 .main-slider .content-slider .text-slider .title-slider {
        font-size: 35px;
    }
}

/*\
 *
 * Layout 3
 *
\*/
.element-main-slider.layout-3 .main-slider {
    position: relative;
}

.element-main-slider.layout-3 .main-slider .slide-slick .slick-track {
    display: flex;
    align-items: stretch;
}

.element-main-slider.layout-3 .main-slider .slide-slick .item-slick {
    height: auto;
}

.element-main-slider.layout-3 .main-slider .wrap-dot-slick {
    pointer-events: none;
    height: 130px;
    margin-top: -130px;
    position: relative;
    z-index: 10;
}

.element-main-slider.layout-3 .main-slider .wrap-dot-slick ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.element-main-slider.layout-3 .main-slider .wrap-dot-slick ul li {
    pointer-events: auto;
    cursor: pointer;
    width: 65px;
    padding: 8px;
    margin: 0;
}

.element-main-slider.layout-3 .main-slider .wrap-dot-slick ul li span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    transition: all .3s;
}

.element-main-slider.layout-3 .main-slider .wrap-dot-slick ul li.slick-active span, .element-main-slider.layout-3 .main-slider .wrap-dot-slick ul li:hover span {
    background-color: #e9011f;
}

.element-main-slider.layout-3 .main-slider .wrap-arrow-slick {
    pointer-events: none;
    width: 1395px;
    max-width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 1%;
}

.element-main-slider.layout-3 .main-slider .wrap-arrow-slick .arow-slick {
    cursor: pointer;
    pointer-events: auto;
    font-size: 50px;
    color: #afafaf;
    transition: all .3s;
}

.element-main-slider.layout-3 .main-slider .wrap-arrow-slick .arow-slick:hover {
    color: #e9011f;
}

.element-main-slider.layout-3 .main-slider .content-slider {
    height: 100%;
    padding-top: 186px;
    padding-bottom: 200px;
}

.element-main-slider.layout-3 .main-slider .content-slider .text-slider {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.element-main-slider.layout-3 .main-slider .content-slider .text-slider .title-slider {
    font-weight: 300;
    font-size: 45px;
    line-height: 1.222222;
    color: #252525;
    margin-bottom: 41px;
}

@media (max-width: 991px) {
    .element-main-slider.layout-3 .main-slider .wrap-dot-slick {
        height: 80px;
        margin-top: -80px;
    }

    .element-main-slider.layout-3 .main-slider .content-slider {
        text-align: center;
        padding-top: 130px;
        padding-bottom: 150px;
    }

    .element-main-slider.layout-3 .main-slider .content-slider .img-slider {
        padding-bottom: 50px;
    }

    .element-main-slider.layout-3 .main-slider .content-slider .text-slider {
        align-items: center;
    }
}

@media (max-width: 575px) {
    .element-main-slider.layout-3 .main-slider .content-slider .text-slider .title-slider {
        font-size: 35px;
    }
}

/*[ Heading ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.element-heading.layout-1 {
    margin-bottom: 31px;
}

.element-heading.layout-1 .title {
    color: #161616;
    font-weight: 300;
    font-size: 40px;
    line-height: 1.25;
    margin-bottom: 30px;
}

.element-heading.layout-1 .title:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .element-heading.layout-1 .title {
        font-size: 30px;
    }
}

.element-heading.layout-1 .line {
    width: 90px;
    height: 1px;
    background: #e9011f;
    display: block;
    margin-bottom: 32px;
}

.element-heading.layout-1 .line:last-child {
    margin-bottom: 0;
}

.element-heading.layout-1 .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: #5d5d5d;
}

.element-heading.layout-1.text-light .title,
.element-heading.layout-1.text-light .description {
    color: #fff;
}

.element-heading.layout-1.align-left {
    text-align: left;
}

.element-heading.layout-1.align-left .title,
.element-heading.layout-1.align-left .description {
    word-break: break-word;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}

.element-heading.layout-1.align-left .line {
    margin-left: 0;
    margin-right: auto;
}

.element-heading.layout-1.align-right {
    text-align: right;
}

.element-heading.layout-1.align-right .title,
.element-heading.layout-1.align-right .description {
    word-break: break-word;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}

.element-heading.layout-1.align-right .line {
    margin-left: auto;
    margin-right: 0;
}

.element-heading.layout-1.align-center {
    text-align: center;
}

.element-heading.layout-1.align-center .title,
.element-heading.layout-1.align-center .description {
    word-break: break-word;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.element-heading.layout-1.align-center .line {
    margin-left: auto;
    margin-right: auto;
}

/*\
 *
 * Layout 2
 *
\*/
.element-heading.layout-2 {
    margin-bottom: 52px;
}

.element-heading.layout-2 .subtitle {
    font-weight: 300;
    font-size: 16px;
    color: #e9011f;
    margin-bottom: 2px;
}

.element-heading.layout-2 .title {
    font-weight: 600;
    font-size: 35px;
    line-height: 1.28;
    color: #161616;
    margin-bottom: 23px;
}

.element-heading.layout-2 .title:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .element-heading.layout-2 .title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .element-heading.layout-2 .title {
        font-size: 28px;
    }
}

.element-heading.layout-2 .description {
    font-weight: 300;
    font-size: 16px;
    font-style: normal;
    line-height: 1.75;
    color: #5d5d5d;
}

.element-heading.layout-2.text-light .title {
    color: #fff;
}

.element-heading.layout-2.text-light .description {
    color: #efedff;
}

.element-heading.layout-2.style-2 .subtitle {
    font-weight: 400;
    font-size: 18px;
}

.element-heading.layout-2.style-2 .title {
    font-weight: 700;
    line-height: 1.3;
}

.element-heading.layout-2.style-2 .description {
    font-weight: 400;
    font-size: 18px;
}

.element-heading.layout-2.style-2.text-light .description {
    color: #b3c5d9;
}

.element-heading.layout-2.style-3 .subtitle {
    font-weight: 400;
    font-size: 18px;
}

.element-heading.layout-2.style-3 .title {
    font-weight: 300;
}

.element-heading.layout-2.style-3 .title strong {
    font-weight: 700;
}

.element-heading.layout-2.style-3 .description {
    font-weight: 400;
    font-size: 18px;
}

.element-heading.layout-2.style-3.text-light .description {
    color: #c6c6c6;
}

.element-heading.layout-2.align-left {
    text-align: left;
}

.element-heading.layout-2.align-left .subtitle,
.element-heading.layout-2.align-left .title,
.element-heading.layout-2.align-left .description {
    word-break: break-word;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}

.element-heading.layout-2.align-right {
    text-align: right;
}

.element-heading.layout-2.align-right .subtitle,
.element-heading.layout-2.align-right .title,
.element-heading.layout-2.align-right .description {
    word-break: break-word;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}

.element-heading.layout-2.align-center {
    text-align: center;
}

.element-heading.layout-2.align-center .subtitle,
.element-heading.layout-2.align-center .title,
.element-heading.layout-2.align-center .description {
    word-break: break-word;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/*[ Image box ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * layout 1
 *
\*/
.element-image-box.layout-1 .wrap-element {
    position: relative;
    padding-left: 4.3%;
    padding-right: 0;
    padding-bottom: 4.3%;
}

.element-image-box.layout-1 .wrap-element .image-element {
    box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
}

.element-image-box.layout-1 .wrap-element .image-element::after, .element-image-box.layout-1 .wrap-element .image-element::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    opacity: 0;
    transition: all .4s ease;
}

.element-image-box.layout-1 .wrap-element .image-element:hover:before {
    width: 0px;
    opacity: .5;
}

.element-image-box.layout-1 .wrap-element .image-element:hover:after {
    height: 0px;
    opacity: .5;
}

.element-image-box.layout-1 .wrap-element .image-element img {
    width: 100%;
    object-fit: cover;
    max-width: unset;
    max-height: unset;
}

.element-image-box.layout-1 .wrap-element .text-element {
    z-index: 10;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 129px;
    height: 123px;
    padding: 10px;
    background-color: #e9011f;
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
}

.element-image-box.layout-1 .wrap-element .text-element .number {
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 2px;
}

.element-image-box.layout-1.style-2 .wrap-element {
    padding: 0;
}

.element-image-box.layout-1.style-2 .wrap-element::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 51px solid #e9011f;
    border-top: 51px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
}

.element-image-box.layout-1.style-2 .wrap-element .image-element {
    box-shadow: none;
}

.element-image-box.layout-1.style-2 .wrap-element .image-element img {
    border-radius: 0px;
    max-width: 100%;
}

.element-image-box.layout-1.style-2 .wrap-element .text-element {
    font-weight: 200;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 145px;
    height: 143px;
    padding: 10px 18px 15px 18px;
    background-color: #161616;
    position: absolute;
    bottom: -10px;
    left: -10px;
    right: auto;
}

.element-image-box.layout-1.style-2 .wrap-element .text-element:nth-child(3) {
    left: 147px;
}

.element-image-box.layout-1.style-2 .wrap-element .text-element .number {
    font-weight: 500;
    font-size: 42px;
    margin-bottom: 2px;
}

.element-image-box.layout-1.style-3 {
    height: 100%;
}

.element-image-box.layout-1.style-3 .wrap-element {
    height: 100%;
    padding: 0;
}

.element-image-box.layout-1.style-3 .wrap-element .image-element {
    box-shadow: none;
    height: 100%;
    overflow: hidden;
}

.element-image-box.layout-1.style-3 .wrap-element .image-element img {
    width: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: relative;
}

@media (max-width: 991px) {
    .element-image-box.layout-1.style-3 .wrap-element .image-element img {
        width: 100%;
        max-width: 100%;
        min-width: 0%;
        min-height: 0%;
        top: 0%;
        left: 0%;
        transform: none;
    }
}

.element-image-box.layout-1.style-3 .wrap-element .text-element {
    display: none;
}

.element-image-box.layout-1.style-4 .wrap-element {
    padding: 0;
}

.element-image-box.layout-1.style-4 .wrap-element .image-element {
    box-shadow: none;
    height: 100%;
    overflow: hidden;
}

.element-image-box.layout-1.style-4 .wrap-element .image-element img {
    width: 100%;
    max-width: 100%;
    min-width: 0%;
    min-height: 0%;
}

.element-image-box.layout-1.style-4 .wrap-element .text-element {
    display: none;
}

/*\
 *
 * layout 2
 *
\*/
.element-image-box.layout-2 {
    cursor: pointer;
    height: 100%;
}

.element-image-box.layout-2 .image-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    min-height: 283px !important;
    border-radius: 0;
    justify-content: flex-end;
    align-items: flex-start;
    box-shadow: none;
    overflow: hidden;
    padding: 20px 25px;
}

.element-image-box.layout-2 .image-box::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    z-index: -1;
    transition: all .4s;
    height: 55%;
    border-radius: 0;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    background-color: transparent;
    opacity: 1 !important;
    background: linear-gradient(0deg, #000, transparent);
}

.element-image-box.layout-2 .image-box:hover:before {
    opacity: .8;
}

.element-image-box.layout-2 .image-box:hover .icon-image img {
    animation: toRightFromLeft .5s forwards;
    -webkit-animation: toRightFromLeft .5s forwards;
    -moz-animation: toRightFromLeft .5s forwards;
    -ms-animation: toRightFromLeft .5s forwards;
}

.element-image-box.layout-2 .image-box:hover > img {
    transform: scale(1.1);
}

.element-image-box.layout-2 .image-box .icon-image {
    text-align: left;
    margin-bottom: 13px;
}

.element-image-box.layout-2 .image-box .icon-image img {
    max-width: 100%;
}

.element-image-box.layout-2 .image-box .content .title {
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.625;
    color: #fff;
    text-transform: none;
    margin-bottom: 0;
}

.element-image-box.layout-2 .image-box .content .description {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.375;
    color: #fff;
    display: none;
}

.element-image-box.layout-2 .image-box > img {
    position: absolute;
    z-index: -5;
    top: 0;
    left: 0;
    right: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.element-image-box.layout-2.layout-style-2 .image-box::before {
    background: -webkit-linear-gradient(0deg, #252525, rgba(37, 37, 37, 0));
    background: -o-linear-gradient(0deg, #252525, rgba(37, 37, 37, 0));
    background: -moz-linear-gradient(0deg, #252525, rgba(37, 37, 37, 0));
    background: linear-gradient(0deg, #252525, rgba(37, 37, 37, 0));
    opacity: .8 !important;
}

/*\
 *
 * layout 3
 *
\*/
.element-image-box.layout-3 {
    height: 100%;
}

.element-image-box.layout-3 .wrap-element {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0px;
}

.element-image-box.layout-3 .wrap-element .image-element {
    display: block;
    width: 100%;
    position: relative;
}

.element-image-box.layout-3 .wrap-element .image-element::after, .element-image-box.layout-3 .wrap-element .image-element::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    opacity: 0;
    transition: all .4s ease;
}

.element-image-box.layout-3 .wrap-element .image-element:hover:before {
    width: 0px;
    opacity: .5;
}

.element-image-box.layout-3 .wrap-element .image-element:hover:after {
    height: 0px;
    opacity: .5;
}

.element-image-box.layout-3 .wrap-element .image-element img {
    width: 100%;
}

.element-image-box.layout-3 .wrap-element .text-element {
    width: 100%;
    margin-top: 0px;
    padding-bottom: 72px;
    flex-grow: 1;
    position: relative;
}

.element-image-box.layout-3 .wrap-element .text-element::before {
    content: '';
    display: block;
    width: 1px;
    height: 84px;
    background: #e9011f;
    position: absolute;
    z-index: 1;
    bottom: -42px;
    left: 20px;
    right: auto;
}

.element-image-box.layout-3 .wrap-element .text-element .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #e9011f;
    margin-bottom: 26px;
    max-width: 100%;
}

.element-image-box.layout-3 .wrap-element .text-element .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #efedff;
}

@media (max-width: 767px) {
    .element-image-box.layout-3 .wrap-element .text-element {
        padding-bottom: 40px;
    }

    .element-image-box.layout-3 .wrap-element .text-element .title {
        margin-bottom: 15px;
    }

    .element-image-box.layout-3 .wrap-element .text-element::before {
        height: 60px;
        bottom: -30px;
    }
}

/*[ Features ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.element-features.layout-1 .wrap-element {
    margin-bottom: 40px;
}

.element-features.layout-1 .wrap-element .title-element {
    font-weight: 700;
    font-size: 20px;
    color: #161616;
    word-break: break-word;
    margin-bottom: 23px;
}

.element-features.layout-1 .wrap-element .list-feature {
    list-style-type: none;
    margin: 0;
}

.element-features.layout-1 .wrap-element .list-feature .item-feature {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.777777;
    color: #5d5d5d;
    word-break: break-word;
    display: block;
    padding: 0px 0px 0px 20px;
    position: relative;
    transition: all .2s;
    margin-bottom: 5px;
}

.element-features.layout-1 .wrap-element .list-feature .item-feature::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
    background: #e9011f;
}

.element-features.layout-1 .wrap-element .list-feature .item-feature a {
    color: inherit;
}

.element-features.layout-1 .wrap-element .list-feature .item-feature a:hover {
    color: #e9011f;
}

.element-features.layout-1 .wrap-element .list-feature .item-feature:last-child {
    margin-bottom: 0 !important;
}

.element-features.layout-1.space-large .wrap-element .list-feature .item-feature {
    margin-bottom: 20px;
}

.element-features.layout-1.layout-style-2 .wrap-element {
    margin-bottom: 46px;
}

.element-features.layout-1.layout-style-2 .wrap-element .title-element {
    font-weight: 600;
    font-size: 18px;
    color: #161616;
    line-height: 1.1;
    display: inline-block;
    border-bottom: 1px solid #161616;
    margin-bottom: 28px;
}

.element-features.layout-1.layout-style-2 .wrap-element .list-feature .item-feature {
    margin-bottom: 7px;
    line-height: 1.666666;
    color: #5d5d5d;
}

.element-features.layout-1.layout-style-2 .wrap-element .list-feature .item-feature::before {
    width: 6px;
    height: 6px;
    background: #e9011f;
    top: 12px;
}

.element-features.layout-1.layout-style-2 .wrap-element .list-feature .item-feature a:hover {
    color: #e9011f;
}

.element-features.layout-1.layout-style-2.space-large .wrap-element .list-feature .item-feature {
    margin-bottom: 26px;
}

.element-features.layout-1.layout-style-3 .wrap-element {
    margin-bottom: 46px;
}

.element-features.layout-1.layout-style-3 .wrap-element .title-element {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 26px;
}

.element-features.layout-1.layout-style-3 .wrap-element .list-feature .item-feature {
    margin-bottom: 7px;
    line-height: 1.666666;
    color: #c6c6c6;
}

.element-features.layout-1.layout-style-3 .wrap-element .list-feature .item-feature::before {
    width: 6px;
    height: 6px;
    background: #e9011f;
    top: 12px;
}

.element-features.layout-1.layout-style-3 .wrap-element .list-feature .item-feature a:hover {
    color: #e9011f;
}

.element-features.layout-1.layout-style-3.space-large .wrap-element .list-feature .item-feature {
    margin-bottom: 26px;
}

/*[ Button ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.element-button.layout-1 .button {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #161616;
    text-transform: uppercase;
    background-color: transparent;
    display: inline-block;
    padding: 0px 0px 6px 0px;
    position: relative;
    transition: all .5s;
}

.element-button.layout-1 .button::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #e9011f;
    opacity: 1;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0;
    right: auto;
}

.element-button.layout-1 .button:hover {
    color: #e9011f;
}

.element-button.layout-1 .button:hover:before {
    animation: scaleBorderBottomBtn 1s forwards;
    -webkit-animation: scaleBorderBottomBtn 1s forwards;
    -moz-animation: scaleBorderBottomBtn 1s forwards;
    -ms-animation: scaleBorderBottomBtn 1s forwards;
}

/*\
 *
 * Layout 2
 *
\*/
.element-button.layout-2 .button {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 30px;
    background: #e9011f;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    border: none;
    transition: all .2s;
    position: relative;
    z-index: 0;
}

.element-button.layout-2 .button::before, .element-button.layout-2 .button::after {
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    z-index: -1;
    background-color: #b60118;
    border-radius: inherit;
    opacity: 0;
    transition: all .3s linear;
}

.element-button.layout-2 .button::before {
    top: 0;
    left: 0;
    right: auto;
}

.element-button.layout-2 .button::after {
    bottom: 0;
    left: auto;
    right: 0;
}

.element-button.layout-2 .button:hover:before {
    width: 100%;
    height: 100%;
    top: 100%;
    bottom: auto;
    left: 100%;
    right: auto;
    opacity: 1;
    transform: translate(-100%, -100%);
}

.element-button.layout-2 .button:hover:after {
    width: 100%;
    height: 100%;
    bottom: 100%;
    left: auto;
    right: 100%;
    opacity: 1;
    transform: translate(100%, 100%);
}

.element-button.layout-2 .button.focus, .element-button.layout-2 .button:focus {
    outline: 0;
    box-shadow: none;
}

.element-button.layout-2.text-thin .button {
    font-weight: 500;
}

.element-button.layout-2.size-small .button {
    height: 42px;
}

.element-button.layout-2.size-normal .button {
    height: 46px;
}

.element-button.layout-2.size-large .button {
    height: 49px;
}

.element-button.layout-2.shape-square .button {
    border-radius: 0px;
}

.element-button.layout-2.shape-round.size-small .button {
    border-radius: 21px;
}

.element-button.layout-2.shape-round.size-normal .button {
    border-radius: 23px;
}

.element-button.layout-2.shape-round.size-large .button {
    border-radius: 24px;
}

/*\
 *
 * Layout 3
 *
\*/
.element-button.layout-3 .button {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #161616;
    display: inline-block;
    position: relative;
    transition: all .5s;
}

.element-button.layout-3 .button::before {
    content: '\f3d6';
    font-family: Ionicons;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    color: #e9011f;
    vertical-align: middle;
    margin-right: 9px;
}

.element-button.layout-3 .button:hover {
    color: #e9011f;
}

.element-button.layout-3.text-underline .button {
    position: relative;
}

.element-button.layout-3.text-underline .button::after {
    content: '';
    display: block;
    width: calc(100% - 32px);
    height: 1px;
    position: absolute;
    bottom: 7px;
    right: 0;
    background-color: #161616;
}

/*[ List courses ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.element-list-courses.layout-1 .custom-col {
    margin-bottom: 40px;
}

.element-list-courses.layout-1 .item-course {
    text-align: left;
    height: 100%;
    background: #fff;
    overflow: hidden;
    box-shadow: 13px 15px 15px 0 rgba(105, 105, 105, 0.08);
    border-radius: 0;
    transition: all .3s ease-in-out;
}

.element-list-courses.layout-1 .item-course .pic {
    position: relative;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 65px), 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 65px), 0% 100%);
}

.element-list-courses.layout-1 .item-course .pic .price {
    line-height: 34px;
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 0;
    height: 34px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    background: #e9011f;
    padding: 0 13px;
}

.element-list-courses.layout-1 .item-course .pic .price .old-price {
    font-weight: 300;
    font-style: italic;
    font-size: 12px;
    text-decoration: line-through;
    margin-right: 7px;
}

.element-list-courses.layout-1 .item-course .pic img {
    width: 100%;
}

.element-list-courses.layout-1 .item-course .text {
    padding: 0 20px 25px;
}

.element-list-courses.layout-1 .item-course .text .teacher {
    margin-bottom: 19px;
}

.element-list-courses.layout-1 .item-course .text .teacher .ava {
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    position: relative;
    z-index: 10;
    width: 42px;
    height: 42px;
    margin-top: -27px;
    margin-bottom: 8px;
}

.element-list-courses.layout-1 .item-course .text .teacher .ava img {
    width: 100%;
    height: 100%;
}

.element-list-courses.layout-1 .item-course .text .teacher a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    transition: all .2s;
    color: #5d5d5d;
}

.element-list-courses.layout-1 .item-course .text .teacher a:hover {
    color: #e9011f;
}

.element-list-courses.layout-1 .item-course .text .title-course {
    line-height: 18px;
    margin-bottom: 18px;
    padding-top: 0;
    color: #161616;
}

.element-list-courses.layout-1 .item-course .text .title-course a {
    transition: all .2s;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.444444;
    color: inherit;
    word-break: break-word;
    display: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: calc(1.444444 * 2em);
}

.element-list-courses.layout-1 .item-course .text .title-course a:hover {
    color: #e9011f;
}

.element-list-courses.layout-1 .item-course .text .info-course {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #5d5d5d;
}

.element-list-courses.layout-1 .item-course .text .info-course span {
    white-space: nowrap;
    margin-right: 10px;
}

.element-list-courses.layout-1 .item-course .text .info-course span i {
    margin-right: 2px;
}

.element-list-courses.layout-1 .item-course .text .info-course a {
    white-space: nowrap;
    margin-right: 10px;
    transition: all .2s;
    color: #5d5d5d;
}

.element-list-courses.layout-1 .item-course .text .info-course a:hover {
    color: #e9011f;
}

.element-list-courses.layout-1 .item-course .text .info-course a i {
    margin-right: 2px;
}

.element-list-courses.layout-1 .item-course .text .info-course .star i {
    color: #fdb813;
}

.element-list-courses.layout-1 .item-course:hover {
    transform: translateY(-8px);
    box-shadow: 13px 15px 35px 0 rgba(105, 105, 105, 0.15);
}

.element-list-courses.layout-1.layout-style-2 [class*="col-"] {
    margin-bottom: 0;
    padding-top: 37px;
    padding-bottom: 45px;
    text-align: center;
}

.element-list-courses.layout-1.layout-style-2 .item-course {
    position: relative;
    box-shadow: none;
    transform: none;
    overflow: visible;
    display: inline-block;
    max-width: 100%;
    background: transparent;
    text-align: left;
}

.element-list-courses.layout-1.layout-style-2 .item-course .pic {
    clip-path: none;
    -webkit-clip-path: none;
    overflow: hidden;
}

.element-list-courses.layout-1.layout-style-2 .item-course .pic .price {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background: #e9011f;
    top: 23px;
    left: 0;
    right: auto;
    padding: 0 13px;
}

.element-list-courses.layout-1.layout-style-2 .item-course .pic img {
    transition: all .5s ease;
}

.element-list-courses.layout-1.layout-style-2 .item-course:hover .pic img {
    transform: scale(1.1);
}

.element-list-courses.layout-1.layout-style-2 .item-course .text {
    background: transparent;
    width: 0;
    min-width: 100%;
    padding: 34px 0 0;
}

.element-list-courses.layout-1.layout-style-2 .item-course .text .teacher {
    margin-bottom: 0;
    position: absolute;
    bottom: calc(100% - 23px);
    left: -40px;
    right: auto;
}

.element-list-courses.layout-1.layout-style-2 .item-course .text .teacher .ava {
    display: none;
}

.element-list-courses.layout-1.layout-style-2 .item-course .text .teacher a {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    display: block;
    background: #000;
    position: relative;
    z-index: 0;
    padding: 18px 28px;
}

.element-list-courses.layout-1.layout-style-2 .item-course .text .title-course {
    margin-bottom: 11px;
}

.element-list-courses.layout-1.layout-style-2 .item-course .text .title-course a {
    font-size: 20px;
    color: #000;
}

.element-list-courses.layout-1.layout-style-2 .item-course .text .title-course a:hover {
    color: #e9011f;
}

.element-list-courses.layout-1.layout-style-2 .item-course .text .info-course {
    font-size: 16px;
    line-height: 1.5;
    color: #5d5d5d;
}

.element-list-courses.layout-1.layout-style-2 .item-course .text .info-course span {
    margin-right: 15px;
    margin-left: 0;
}

.element-list-courses.layout-1.layout-style-2 .item-course .text .info-course a {
    color: #5d5d5d;
}

.element-list-courses.layout-1.layout-style-2 .item-course .text .info-course a:hover {
    color: #e9011f;
}

.element-list-courses.layout-1.layout-style-2 .item-course .text .info-course .star i {
    font-size: 14px;
    color: #fdb813;
}

@media (min-width: 767px) {
    .element-list-courses.layout-1.layout-style-2 [class*="col-"]:nth-child(even) {
        text-align: right;
        margin-bottom: 0;
        padding-top: 37px;
        padding-bottom: 45px;
    }

    .element-list-courses.layout-1.layout-style-2 [class*="col-"]:nth-child(odd) {
        text-align: left;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 52px;
    }

    .element-list-courses.layout-1.layout-style-2 [class*="col-"]:nth-child(odd) .item-course {
        transform: translateY(98px);
    }

    .element-list-courses.layout-1.layout-style-2 [class*="col-"]:nth-child(odd) .item-course .pic .price {
        top: auto;
        bottom: 50px;
        left: auto;
        right: 0;
    }

    .element-list-courses.layout-1.layout-style-2 [class*="col-"]:nth-child(odd) .item-course .text {
        padding-top: 44px;
        position: relative;
    }

    .element-list-courses.layout-1.layout-style-2 [class*="col-"]:nth-child(odd) .item-course .text .teacher {
        top: -50px;
        bottom: auto;
        left: auto;
        right: -40px;
    }
}

@media (min-width: 992px) {
    .element-list-courses.layout-1.layout-style-2 [class*="col-"] {
        padding-right: 30px;
        padding-left: 30px;
    }
}

/*\
 *
 * Layout 2
 *
\*/
.element-list-courses.layout-2 .wrap-element [class*="col-"] {
    padding-bottom: 40px;
}

.element-list-courses.layout-2 .wrap-element .item-course {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 0;
}

.element-list-courses.layout-2 .wrap-element .item-course::before {
    pointer-events: none;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: auto;
    background: #000;
    background: -webkit-linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
    background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
    opacity: .6;
    transition: all .3s;
}

.element-list-courses.layout-2 .wrap-element .item-course::after {
    pointer-events: none;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: auto;
    background: #252525;
    background: -webkit-linear-gradient(0deg, #252525, rgba(37, 37, 37, 0));
    background: -o-linear-gradient(0deg, #252525, rgba(37, 37, 37, 0));
    background: -moz-linear-gradient(0deg, #252525, rgba(37, 37, 37, 0));
    background: linear-gradient(0deg, #252525, rgba(37, 37, 37, 0));
    opacity: 0;
    transition: all .3s;
}

.element-list-courses.layout-2 .wrap-element .item-course .image-course {
    overflow: hidden;
}

.element-list-courses.layout-2 .wrap-element .item-course .image-course img {
    width: 100%;
    transition: all .5s ease-in-out;
}

.element-list-courses.layout-2 .wrap-element .item-course .text-course {
    padding: 5px 30px 23px 30px;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
}

.element-list-courses.layout-2 .wrap-element .item-course .text-course .price-course {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    position: absolute;
    left: 30px;
    bottom: 100%;
    background: #252525;
    padding: 4px 10px;
    transition: all .3s;
}

.element-list-courses.layout-2 .wrap-element .item-course .text-course .title-course {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    word-break: break-word;
    margin-bottom: 18px;
}

.element-list-courses.layout-2 .wrap-element .item-course .text-course .title-course span {
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.4 * 1em);
}

.element-list-courses.layout-2 .wrap-element .item-course .text-course .description-course {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #efedff;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.625 * 2em);
    margin-bottom: 17px;
}

.element-list-courses.layout-2 .wrap-element .item-course .text-course .foot-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.element-list-courses.layout-2 .wrap-element .item-course .text-course .foot-item .info-course {
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.7;
    color: #efedff;
    letter-spacing: 9px;
    text-align: left;
}

.element-list-courses.layout-2 .wrap-element .item-course .text-course .foot-item .info-course .item-info {
    display: inline-block;
    letter-spacing: normal;
}

.element-list-courses.layout-2 .wrap-element .item-course .text-course .foot-item .info-course .item-info i {
    margin-right: 3px;
}

.element-list-courses.layout-2 .wrap-element .item-course .text-course .foot-item .info-course .item-info i[class*="star"] {
    color: #e9011f;
}

.element-list-courses.layout-2 .wrap-element .item-course:hover::before {
    opacity: 0;
}

.element-list-courses.layout-2 .wrap-element .item-course:hover::after {
    opacity: .9;
}

.element-list-courses.layout-2 .wrap-element .item-course:hover .text-course .price-course {
    background: #e9011f;
}

.element-list-courses.layout-2 .wrap-element .item-course:hover .image-course img {
    transform: scale(1.1);
}

/*\
 *
 * Layout 3
 *
\*/
.element-list-courses.layout-3 .wrap-element .slide-course {
    position: relative;
}

.element-list-courses.layout-3 .wrap-element .slide-course .slide-slick {
    width: 100%;
    overflow: hidden;
}

.element-list-courses.layout-3 .wrap-element .slide-course .slide-slick .slick-track {
    display: flex;
    align-items: stretch;
}

.element-list-courses.layout-3 .wrap-element .slide-course .item-slick {
    height: auto;
    padding: 0;
    border: 1px solid #e1e1e1;
    border-left: none;
}

.element-list-courses.layout-3 .wrap-element .slide-course .wrap-arrow-slick {
    pointer-events: none;
    line-height: 1;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    z-index: 1;
    bottom: calc(100% + 30px);
    right: 0;
    left: 0;
    padding: 0 20px;
    letter-spacing: 25px;
    text-align: right;
}

.element-list-courses.layout-3 .wrap-element .slide-course .wrap-arrow-slick .arow-slick {
    cursor: pointer;
    pointer-events: auto;
    font-size: 50px;
    color: #afafaf;
    vertical-align: middle;
    display: inline-block;
    letter-spacing: normal;
    transition: all .2s;
}

.element-list-courses.layout-3 .wrap-element .slide-course .wrap-arrow-slick .arow-slick:hover {
    color: #e9011f;
}

.element-list-courses.layout-3 .wrap-element .slide-course .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none;
}

.element-list-courses.layout-3 .wrap-element .slide-course .wrap-arrow-slick .arow-slick[aria-disabled="true"] {
    visibility: hidden;
}

@media (max-width: 1299px) {
    .element-list-courses.layout-3 .wrap-element .slide-course .wrap-arrow-slick {
        width: 1140px;
    }
}

@media (max-width: 1199px) {
    .element-list-courses.layout-3 .wrap-element .slide-course .wrap-arrow-slick {
        width: 960px;
    }
}

@media (max-width: 991px) {
    .element-list-courses.layout-3 .wrap-element .slide-course .wrap-arrow-slick {
        width: 720px;
    }
}

@media (max-width: 767px) {
    .element-list-courses.layout-3 .wrap-element .slide-course .wrap-arrow-slick {
        width: 540px;
        position: static;
        text-align: left;
        padding-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .element-list-courses.layout-3 .wrap-element .slide-course .wrap-arrow-slick {
        width: 100%;
    }
}

.element-list-courses.layout-3 .wrap-element .item-course {
    height: 100%;
    min-height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 0;
    background: #fff;
    padding: 40px 40px 40px 40px;
}

.element-list-courses.layout-3 .wrap-element .item-course .image-course a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: auto;
    opacity: 0;
    transition: all .5s ease;
}

.element-list-courses.layout-3 .wrap-element .item-course .image-course a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #252525;
    opacity: .8;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: auto;
}

.element-list-courses.layout-3 .wrap-element .item-course .image-course a img {
    width: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: unset;
    opacity: .5;
}

.element-list-courses.layout-3 .wrap-element .item-course .text-course {
    display: block;
    transition: all .5s ease;
    transform: translateY(70px);
}

.element-list-courses.layout-3 .wrap-element .item-course .text-course .price-course {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    display: inline-block;
    background: #e9011f;
    padding: 4px 12px;
    margin-bottom: 12px;
}

.element-list-courses.layout-3 .wrap-element .item-course .text-course .title-course {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.36;
    color: #161616;
    margin-bottom: 16px;
}

.element-list-courses.layout-3 .wrap-element .item-course .text-course .title-course a {
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.36 * 2em);
    transition: all .2s;
}

.element-list-courses.layout-3 .wrap-element .item-course .text-course .title-course a:hover {
    color: #e9011f;
}

.element-list-courses.layout-3 .wrap-element .item-course .text-course .foot-item {
    width: 100%;
}

.element-list-courses.layout-3 .wrap-element .item-course .text-course .foot-item .info-course {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #5d5d5d;
    letter-spacing: 12px;
    transition: all .3s;
}

.element-list-courses.layout-3 .wrap-element .item-course .text-course .foot-item .info-course .item-info {
    display: inline-block;
    letter-spacing: normal;
}

.element-list-courses.layout-3 .wrap-element .item-course .text-course .foot-item .info-course .item-info i {
    font-size: 14px;
    margin-right: 3px;
}

.element-list-courses.layout-3 .wrap-element .item-course .text-course .foot-item .info-course .item-info i[class*="star"] {
    color: #ffba00;
}

.element-list-courses.layout-3 .wrap-element .item-course .link-item {
    padding-top: 43px;
    display: flex;
    align-items: center;
    transition: all .3s;
    overflow: hidden;
}

.element-list-courses.layout-3 .wrap-element .item-course .link-item i {
    font-size: 30px;
    color: #e9011f;
    line-height: 1;
    margin-right: 15px;
    transform: translate(-110%, 110%);
    transition: all .5s ease;
}

.element-list-courses.layout-3 .wrap-element .item-course .link-item a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-decoration: underline;
    transform: translateY(110%);
    transition: transform .5s ease, color .3s;
}

.element-list-courses.layout-3 .wrap-element .item-course .link-item a:hover {
    color: #e9011f !important;
}

.element-list-courses.layout-3 .wrap-element .item-course:hover .image-course a {
    opacity: 1;
}

.element-list-courses.layout-3 .wrap-element .item-course:hover .text-course {
    transform: translateY(0px);
}

.element-list-courses.layout-3 .wrap-element .item-course:hover .text-course .title-course {
    color: #fff;
}

.element-list-courses.layout-3 .wrap-element .item-course:hover .text-course .foot-item .info-course {
    color: #c9c9c9;
}

.element-list-courses.layout-3 .wrap-element .item-course:hover .link-item i {
    transform: translate(0%, 0%);
}

.element-list-courses.layout-3 .wrap-element .item-course:hover .link-item a {
    transform: translateY(0%);
}

@media (max-width: 767px) {
    .element-list-courses.layout-3 .wrap-element .item-course {
        min-height: 400px;
    }

    .element-list-courses.layout-3 .wrap-element .item-course .image-course a {
        opacity: 1;
    }

    .element-list-courses.layout-3 .wrap-element .item-course .text-course {
        transform: translateY(0px);
    }

    .element-list-courses.layout-3 .wrap-element .item-course .text-course .title-course {
        color: #fff;
    }

    .element-list-courses.layout-3 .wrap-element .item-course .text-course .foot-item .info-course {
        color: #c9c9c9;
    }

    .element-list-courses.layout-3 .wrap-element .item-course .link-item i {
        transform: translate(0%, 0%);
    }

    .element-list-courses.layout-3 .wrap-element .item-course .link-item a {
        transform: translateY(0%);
    }
}

/*[ Countdown ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.element-countdown.layout-1 {
    margin-bottom: 33px;
}

.element-countdown.layout-1 .is-countdown {
    border: none;
    background-color: transparent;
}

.element-countdown.layout-1 .wrap-countdown {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.element-countdown.layout-1 .wrap-countdown .countdown {
    background-color: transparent;
    border: none;
    padding: 0;
}

.element-countdown.layout-1 .wrap-countdown .countdown .countdown-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: transparent;
    border: 0;
    margin: -10px;
    padding: 0;
}

.element-countdown.layout-1 .wrap-countdown .countdown .countdown-row .countdown-section {
    position: relative;
    background-color: transparent;
    border: none;
    width: auto;
    height: auto;
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    max-width: 82px;
    margin: 10px;
    padding: 0;
}

.element-countdown.layout-1 .wrap-countdown .countdown .countdown-row .countdown-section .countdown-amount {
    font-weight: 600;
    font-size: 34px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    border-radius: 3px;
    overflow: hidden;
    background: #252525;
    position: relative;
    z-index: 1;
}

.element-countdown.layout-1 .wrap-countdown .countdown .countdown-row .countdown-section .countdown-amount::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    right: auto;
    background: #fff;
    opacity: .1;
}

.element-countdown.layout-1 .wrap-countdown .countdown .countdown-row .countdown-section .countdown-period {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #5d5d5d;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8px;
}

.element-countdown.layout-1.layout-style-2 .wrap-countdown .countdown .countdown-row .countdown-section .countdown-amount {
    font-family: Open Sans;
}

.element-countdown.layout-1.layout-style-2 .wrap-countdown .countdown .countdown-row .countdown-section .countdown-period {
    color: #5d5d5d;
    margin-bottom: 6px;
}

.element-countdown.layout-1.layout-style-3 {
    margin-bottom: 25px;
}

.element-countdown.layout-1.layout-style-3 .wrap-countdown .countdown .countdown-row .countdown-section {
    flex-direction: column;
}

.element-countdown.layout-1.layout-style-3 .wrap-countdown .countdown .countdown-row .countdown-section .countdown-amount {
    font-family: Open Sans;
}

.element-countdown.layout-1.layout-style-3 .wrap-countdown .countdown .countdown-row .countdown-section .countdown-amount::before {
    opacity: .2;
}

.element-countdown.layout-1.layout-style-3 .wrap-countdown .countdown .countdown-row .countdown-section .countdown-period {
    color: #5d5d5d;
    margin-bottom: 0;
    margin-top: 11px;
}

@media (max-width: 480px) {
    .element-countdown.layout-1 .wrap-countdown .countdown .countdown-row .countdown-section {
        min-width: 30%;
    }
}

/*[ testimonial ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.element-testimonial.layout-1 .img-testimonial {
    padding-top: 17px;
}

.element-testimonial.layout-1 .img-testimonial img {
    max-width: 100%;
}

.element-testimonial.layout-1 .slide-testimonial {
    max-width: calc(100% + 20px);
    position: relative;
    z-index: 1;
    width: calc(100% + 20px);
    padding-top: 0;
    margin-left: -20px;
    padding-bottom: 0;
}

.element-testimonial.layout-1 .slide-testimonial::before {
    content: "‘‘";
    font-family: Heebo;
    font-weight: 400;
    font-size: 330px;
    line-height: 1;
    color: #f8f9f9;
    letter-spacing: -22px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -34px;
    display: none;
}

.element-testimonial.layout-1 .slide-testimonial .wrap-dot-slick {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 0;
}

.element-testimonial.layout-1 .slide-testimonial .wrap-dot-slick .dots-slick {
    flex-wrap: wrap;
    list-style-type: none;
    display: block;
    margin: -3px;
    padding: 0;
}

.element-testimonial.layout-1 .slide-testimonial .wrap-dot-slick .dots-slick li {
    cursor: pointer;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ebebeb;
    transition: all .2s;
    margin: 3px;
}

.element-testimonial.layout-1 .slide-testimonial .wrap-dot-slick .dots-slick li span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #e1e1e1;
    cursor: pointer;
    transition: all .2s;
    display: none;
}

.element-testimonial.layout-1 .slide-testimonial .wrap-dot-slick .dots-slick li span:hover {
    background: #e9011f;
}

.element-testimonial.layout-1 .slide-testimonial .wrap-dot-slick .dots-slick li:hover {
    background: #e9011f;
}

.element-testimonial.layout-1 .slide-testimonial .wrap-dot-slick .dots-slick li.slick-active {
    background: #e9011f;
}

.element-testimonial.layout-1 .slide-testimonial .wrap-dot-slick .dots-slick li.slick-active span {
    background: #e9011f;
}

.element-testimonial.layout-1 .slide-testimonial .testimonial-item {
    padding: 50px 0 23px 20px;
}

.element-testimonial.layout-1 .slide-testimonial .testimonial-item .content {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.777777;
    color: #fff;
    word-break: break-word;
    position: relative;
    z-index: 0;
    margin-bottom: 32px;
}

.element-testimonial.layout-1 .slide-testimonial .testimonial-item .content::before {
    content: '\2018\2018';
    font-family: Heebo;
    font-weight: 400;
    font-size: 300px;
    color: #ccc;
    line-height: 1;
    position: absolute;
    z-index: -1;
    top: -50px;
    left: -25px;
    letter-spacing: -20px;
    opacity: .11;
}

.element-testimonial.layout-1 .slide-testimonial .testimonial-item .author {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.element-testimonial.layout-1 .slide-testimonial .testimonial-item .author .ava {
    overflow: hidden;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 1px solid rgba(225, 225, 225, 0.4);
    padding: 5px;
}

.element-testimonial.layout-1 .slide-testimonial .testimonial-item .author .ava img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.element-testimonial.layout-1 .slide-testimonial .testimonial-item .author .info {
    display: flex;
    flex-direction: column;
    width: calc(100% - 62px - 20px);
    align-self: center;
}

.element-testimonial.layout-1 .slide-testimonial .testimonial-item .author .info .name {
    transition: all .2s;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.625;
    color: #e9011f;
}

.element-testimonial.layout-1 .slide-testimonial .testimonial-item .author .info .name:hover {
    color: #e9011f;
}

.element-testimonial.layout-1 .slide-testimonial .testimonial-item .author .info .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    color: #efedff;
}

.element-testimonial.layout-1 .slide-testimonial .wrap-arrow-slick {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 0;
    letter-spacing: 22px;
}

.element-testimonial.layout-1 .slide-testimonial .wrap-arrow-slick .arow-slick {
    font-size: 40px;
    color: #fff;
    line-height: 1;
    letter-spacing: normal;
    display: inline-block;
    cursor: pointer;
    transition: all .2s;
    padding: 5px 0;
}

.element-testimonial.layout-1 .slide-testimonial .wrap-arrow-slick .arow-slick:hover {
    color: #e9011f;
}

.element-testimonial.layout-1 .row {
    margin: 0;
}

.element-testimonial.layout-1 .row .col-md-5 {
    display: none;
}

.element-testimonial.layout-1 .row .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

.element-testimonial.layout-1.layout-style-2 .slide-testimonial {
    margin-left: -40px;
}

.element-testimonial.layout-1.layout-style-2 .slide-testimonial .wrap-dot-slick {
    padding-left: 40px;
}

.element-testimonial.layout-1.layout-style-2 .slide-testimonial .wrap-dot-slick .dots-slick {
    margin: -6px;
}

.element-testimonial.layout-1.layout-style-2 .slide-testimonial .wrap-dot-slick .dots-slick li {
    width: 7px;
    height: 7px;
    border-radius: 0;
    background: #b0cef0;
    transform: rotateZ(45deg);
    margin: 6px;
}

.element-testimonial.layout-1.layout-style-2 .slide-testimonial .wrap-dot-slick .dots-slick li:hover {
    background: #252525;
}

.element-testimonial.layout-1.layout-style-2 .slide-testimonial .wrap-dot-slick .dots-slick li.slick-active {
    background: #252525;
}

.element-testimonial.layout-1.layout-style-2 .slide-testimonial .testimonial-item {
    padding: 20px 0 60px 40px;
}

.element-testimonial.layout-1.layout-style-2 .slide-testimonial .testimonial-item .content {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    color: #5d5d5d;
    margin-bottom: 30px;
}

.element-testimonial.layout-1.layout-style-2 .slide-testimonial .testimonial-item .content::before {
    content: '\2018\2018';
    font-family: inherit;
    font-weight: 400;
    font-size: 330px;
    color: #b0cef0;
    top: -70px;
    left: -35px;
    letter-spacing: -10px;
    opacity: .2;
}

.element-testimonial.layout-1.layout-style-2 .slide-testimonial .testimonial-item .author .ava {
    width: 51px;
    height: 51px;
    border: 1px solid #b0cef0;
    padding: 5px;
}

.element-testimonial.layout-1.layout-style-2 .slide-testimonial .testimonial-item .author .info {
    width: calc(100% - 51px - 19px);
}

.element-testimonial.layout-1.layout-style-2 .slide-testimonial .testimonial-item .author .info .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #e9011f;
    margin-bottom: 5px;
}

.element-testimonial.layout-1.layout-style-2 .slide-testimonial .testimonial-item .author .info .name:hover {
    color: #e9011f;
}

.element-testimonial.layout-1.layout-style-2 .slide-testimonial .testimonial-item .author .info .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #5d5d5d;
}

.element-testimonial.layout-1.layout-style-3 .slide-testimonial .wrap-dot-slick .dots-slick {
    margin: -5px;
}

.element-testimonial.layout-1.layout-style-3 .slide-testimonial .wrap-dot-slick .dots-slick li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: .5;
    margin: 5px;
}

.element-testimonial.layout-1.layout-style-3 .slide-testimonial .wrap-dot-slick .dots-slick li:hover {
    background: #e9011f;
    opacity: 1;
}

.element-testimonial.layout-1.layout-style-3 .slide-testimonial .wrap-dot-slick .dots-slick li.slick-active {
    background: #e9011f;
    opacity: 1;
}

.element-testimonial.layout-1.layout-style-3 .slide-testimonial .testimonial-item {
    padding: 0 0 58px 20px;
}

.element-testimonial.layout-1.layout-style-3 .slide-testimonial .testimonial-item .content {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 47px;
}

.element-testimonial.layout-1.layout-style-3 .slide-testimonial .testimonial-item .content::before {
    display: none;
}

.element-testimonial.layout-1.layout-style-3 .slide-testimonial .testimonial-item .author .ava {
    width: 51px;
    height: 51px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 5px;
}

.element-testimonial.layout-1.layout-style-3 .slide-testimonial .testimonial-item .author .info {
    width: calc(100% - 51px - 19px);
}

.element-testimonial.layout-1.layout-style-3 .slide-testimonial .testimonial-item .author .info .name {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #e9011f;
    margin-bottom: 5px;
}

.element-testimonial.layout-1.layout-style-3 .slide-testimonial .testimonial-item .author .info .name:hover {
    color: #e9011f;
}

.element-testimonial.layout-1.layout-style-3 .slide-testimonial .testimonial-item .author .info .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #cdcdcd;
}

/*\
 *
 * Layout 2
 *
\*/
.element-testimonial.layout-2 .slide-testimonial .slide-content .item-slick .testimonial-content {
    width: 840px;
    max-width: 100%;
    margin: 0 auto;
    font-family: Poppins;
}

.element-testimonial.layout-2 .slide-testimonial .slide-content .item-slick .testimonial-content .content {
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    line-height: 1.7;
    color: #ffffff;
    text-align: center;
    margin-bottom: 25px;
}

.element-testimonial.layout-2 .slide-testimonial .slide-content .item-slick .testimonial-content .author {
    text-align: center;
    font-weight: 300;
    color: #c6c6c6;
    font-size: 16px;
    line-height: 1.5;
}

.element-testimonial.layout-2 .slide-testimonial .slide-content .item-slick .testimonial-content .author .name {
    font-weight: 600;
    text-transform: uppercase;
    color: #e9011f;
}

.element-testimonial.layout-2 .slide-testimonial .slide-thumb {
    margin-bottom: 50px;
    position: relative;
}

.element-testimonial.layout-2 .slide-testimonial .slide-thumb .slide-slick {
    width: 227px;
    border-radius: 46px;
    overflow: hidden;
    margin: 0 auto;
}

.element-testimonial.layout-2 .slide-testimonial .slide-thumb .slide-slick .slick-list {
    padding: 0 11px !important;
}

.element-testimonial.layout-2 .slide-testimonial .slide-thumb .slide-slick .item-slick {
    cursor: pointer;
    height: 92px;
    margin: 0;
    position: relative;
    z-index: 0;
}

.element-testimonial.layout-2 .slide-testimonial .slide-thumb .slide-slick .item-slick::before {
    content: '';
    display: block;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #111111;
    border: 0px solid transparent;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: -12px;
    right: auto;
}

.element-testimonial.layout-2 .slide-testimonial .slide-thumb .slide-slick .item-slick img {
    max-width: 200%;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    margin: 0px auto auto -12px;
    border: 0px solid transparent;
    opacity: .5;
    transition: all .3s;
}

.element-testimonial.layout-2 .slide-testimonial .slide-thumb .slide-slick .item-slick[aria-hidden="true"] {
    z-index: 3;
}

.element-testimonial.layout-2 .slide-testimonial .slide-thumb .slide-slick .item-slick.slick-active {
    z-index: 5;
}

.element-testimonial.layout-2 .slide-testimonial .slide-thumb .slide-slick .item-slick.slick-center {
    z-index: 0;
}

.element-testimonial.layout-2 .slide-testimonial .slide-thumb .slide-slick .item-slick.slick-center img {
    position: static;
    z-index: unset;
    opacity: .55;
    border: 2px solid #fff;
}

.element-testimonial.layout-2 .slide-testimonial .slide-thumb .slide-slick .item-slick.slick-center.slick-current {
    z-index: 10;
}

.element-testimonial.layout-2 .slide-testimonial .slide-thumb .slide-slick .item-slick.slick-center.slick-current img {
    opacity: 1;
    z-index: 100;
    border: 2px solid #fff;
}

.element-testimonial.layout-2 .slide-testimonial .slide-thumb .wrap-arrow-slick {
    pointer-events: none;
    width: 388px;
    max-width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
}

.element-testimonial.layout-2 .slide-testimonial .slide-thumb .wrap-arrow-slick .arow-slick {
    cursor: pointer;
    pointer-events: auto;
    font-size: 50px;
    color: #737373;
    transition: all .2s;
}

.element-testimonial.layout-2 .slide-testimonial .slide-thumb .wrap-arrow-slick .arow-slick:hover {
    color: #e9011f;
}

.element-testimonial.layout-2 .slide-testimonial .slide-thumb .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
    display: none;
}

.element-testimonial.layout-2 .slide-testimonial .slide-thumb .wrap-arrow-slick .arow-slick[aria-disabled="true"] {
    visibility: hidden;
}

/*[ Posts ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.element-posts.layout-1 .wrap-element [class*="col-"] {
    padding-bottom: 40px;
}

.element-posts.layout-1 .wrap-element .item-post .image-post {
    overflow: hidden;
}

.element-posts.layout-1 .wrap-element .item-post .image-post img {
    width: 100%;
    transition: all .5s ease;
}

.element-posts.layout-1 .wrap-element .item-post .image-post:hover img {
    transform: scale(1.1);
}

.element-posts.layout-1 .wrap-element .item-post .text-post {
    text-align: center;
    padding: 34px 8% 0px 8%;
}

.element-posts.layout-1 .wrap-element .item-post .text-post .title-post {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.444444;
    color: #161616;
    word-break: break-word;
    margin-bottom: 10px;
}

.element-posts.layout-1 .wrap-element .item-post .text-post .title-post a {
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.444444 * 2em);
    transition: all .2s;
}

.element-posts.layout-1 .wrap-element .item-post .text-post .title-post a:hover {
    color: #e9011f;
}

.element-posts.layout-1 .wrap-element .item-post .text-post .info-post {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.element-posts.layout-1 .wrap-element .item-post .text-post .info-post li {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.7;
    color: #5d5d5d;
    word-break: break-word;
    display: inline-block;
    padding: 0px 6px;
    position: relative;
    margin-bottom: 0;
}

.element-posts.layout-1 .wrap-element .item-post .text-post .info-post li::after {
    content: '/';
    color: #5d5d5d;
    position: absolute;
    top: 0;
    right: -5px;
    left: auto;
}

.element-posts.layout-1 .wrap-element .item-post .text-post .info-post li:last-child:after {
    display: none;
}

.element-posts.layout-1 .wrap-element .item-post .text-post .info-post li.hight-light {
    color: #e9011f;
}

.element-posts.layout-1 .wrap-element .item-post .text-post .info-post li a {
    color: inherit;
    transition: all .2s;
}

.element-posts.layout-1 .wrap-element .item-post .text-post .info-post li a:hover {
    color: #161616;
}

.element-posts.layout-1.layout-style-2 .wrap-element .item-post .text-post .title-post {
    font-weight: 600;
    color: #161616;
    margin-bottom: 15px;
}

.element-posts.layout-1.layout-style-2 .wrap-element .item-post .text-post .title-post a:hover {
    color: #e9011f;
}

.element-posts.layout-1.layout-style-2 .wrap-element .item-post .text-post .info-post li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #5d5d5d;
}

.element-posts.layout-1.layout-style-2 .wrap-element .item-post .text-post .info-post li::after {
    color: #5d5d5d;
}

.element-posts.layout-1.layout-style-2 .wrap-element .item-post .text-post .info-post li.hight-light {
    color: #e9011f;
}

.element-posts.layout-1.layout-style-2 .wrap-element .item-post .text-post .info-post li a:hover {
    color: #161616;
}

.element-posts.layout-1.layout-style-3 .wrap-element .item-post .text-post .title-post {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 11px;
}

.element-posts.layout-1.layout-style-3 .wrap-element .item-post .text-post .title-post a:hover {
    color: #e9011f;
}

.element-posts.layout-1.layout-style-3 .wrap-element .item-post .text-post .info-post li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #5d5d5d;
}

.element-posts.layout-1.layout-style-3 .wrap-element .item-post .text-post .info-post li::after {
    color: #5d5d5d;
}

.element-posts.layout-1.layout-style-3 .wrap-element .item-post .text-post .info-post li.hight-light {
    color: #e9011f;
}

.element-posts.layout-1.layout-style-3 .wrap-element .item-post .text-post .info-post li a:hover {
    color: #000;
}

/*\
 *
 * Layout 2
 *
\*/
.element-posts.layout-2 .wrap-element {
    position: relative;
}

.element-posts.layout-2 .wrap-element .col,
.element-posts.layout-2 .wrap-element [class*="col-"] {
    padding-bottom: 50px;
}

.element-posts.layout-2 .wrap-element .item-post {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.element-posts.layout-2 .wrap-element .item-post .image-post {
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-bottom: 32px;
}

.element-posts.layout-2 .wrap-element .item-post .image-post img {
    width: 100%;
    transition: all .5s ease;
}

.element-posts.layout-2 .wrap-element .item-post .image-post .date-post {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.15;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background-color: #e9011f;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    padding: 6px 15px 10px 15px;
}

.element-posts.layout-2 .wrap-element .item-post .image-post .date-post .number {
    display: block;
    font-weight: 600;
    font-size: 22px;
}

.element-posts.layout-2 .wrap-element .item-post .image-post:hover img {
    transform: scale(1.05);
}

.element-posts.layout-2 .wrap-element .item-post .text-post {
    text-align: center;
    padding: 0 15px;
}

.element-posts.layout-2 .wrap-element .item-post .text-post .title-post {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #161616;
    word-break: break-word;
    padding: 0;
    margin: 0;
}

.element-posts.layout-2 .wrap-element .item-post .text-post .title-post a {
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.5 * 2em);
    transition: all .2s;
}

.element-posts.layout-2 .wrap-element .item-post .text-post .title-post a:hover {
    color: #e9011f;
}

/*[ grid-images ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.element-grid-images.layout-1 .slide-image {
    margin: 0 -20px;
    position: relative;
    z-index: 0;
}

.element-grid-images.layout-1 .slide-image .item-slick {
    padding: 0 20px;
}

.element-grid-images.layout-1 .slide-image .item-slick img {
    width: 100%;
}

.element-grid-images.layout-1 .slide-image .wrap-arrow-slick {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
}

.element-grid-images.layout-1 .slide-image .wrap-arrow-slick .arow-slick {
    font-size: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    position: absolute;
    top: -27px;
    transition: all 0.2s;
}

.element-grid-images.layout-1 .slide-image .wrap-arrow-slick .arow-slick:hover {
    background: #e9011f;
}

.element-grid-images.layout-1 .slide-image .wrap-arrow-slick .arow-slick.prev-slick {
    left: 0px;
}

.element-grid-images.layout-1 .slide-image .wrap-arrow-slick .arow-slick.next-slick {
    right: 0px;
}

/*[ Icon box ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.element-icon-box.layout-1 .icon-box {
    box-shadow: none !important;
    padding: 0;
}

.element-icon-box.layout-1 .icon-box .icon-image {
    border-radius: 0;
    margin-bottom: 24px;
    background-color: transparent !important;
}

.element-icon-box.layout-1 .icon-box .icon-image i {
    font-size: 80px;
    line-height: 1;
    color: #e9011f;
}

.element-icon-box.layout-1 .icon-box .content .title {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #161616;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.element-icon-box.layout-1 .icon-box .content .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.555555;
    color: #5d5d5d;
    text-transform: none;
    text-align: inherit;
    word-break: break-word;
}

.element-icon-box.layout-1 .icon-box .content .description a {
    color: inherit !important;
    transition: all .2s;
}

.element-icon-box.layout-1 .icon-box .content .description a:hover {
    color: #e9011f !important;
}

/*\
 *
 * Layout 2
 *
\*/
.element-icon-box.layout-2 {
    margin-bottom: 40px;
}

.element-icon-box.layout-2 .icon-box {
    height: auto;
    background-color: #252525;
    border-radius: 20px;
    padding: 25px 19px;
    box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
    min-height: 201px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    position: relative;
    z-index: 0;
}

.element-icon-box.layout-2 .icon-box::before, .element-icon-box.layout-2 .icon-box::after {
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    z-index: -1;
    background-color: #e9011f;
    border-radius: inherit;
    opacity: 0;
    transition: all .3s linear;
}

.element-icon-box.layout-2 .icon-box::before {
    top: 0;
    left: 0;
    right: auto;
}

.element-icon-box.layout-2 .icon-box::after {
    bottom: 0;
    left: auto;
    right: 0;
}

.element-icon-box.layout-2 .icon-box:hover:before {
    width: 100%;
    height: 100%;
    top: 100%;
    bottom: auto;
    left: 100%;
    right: auto;
    opacity: 1;
    transform: translate(-100%, -100%);
}

.element-icon-box.layout-2 .icon-box:hover:after {
    width: 100%;
    height: 100%;
    bottom: 100%;
    left: auto;
    right: 100%;
    opacity: 1;
    transform: translate(100%, 100%);
}

.element-icon-box.layout-2 .icon-box .icon-image {
    margin-bottom: 15px;
}

.element-icon-box.layout-2 .icon-box .icon-image img {
    max-width: 100%;
}

.element-icon-box.layout-2 .icon-box .content .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    word-break: break-word;
    text-transform: uppercase;
    margin-bottom: 0px;
}

/*[ accordion ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.element-accordion.layout-1 .wrap-element .accordion-item {
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0px rgba(105, 105, 105, 0.08);
    padding: 3px 25px;
    margin-bottom: 30px;
}

.element-accordion.layout-1 .wrap-element .accordion-item:last-child {
    margin-bottom: 0;
}

.element-accordion.layout-1 .wrap-element .accordion-item .question {
    font-family: inherit;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #161616;
    display: flex;
    align-items: center;
    padding: 15px 35px 15px 0px;
    position: relative;
    cursor: pointer;
    transition: all .2s;
}

.element-accordion.layout-1 .wrap-element .accordion-item .question::after {
    content: '\f48a';
    font-family: Ionicons;
    font-size: 20px;
    color: #727272;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.element-accordion.layout-1 .wrap-element .accordion-item .question:hover {
    color: #e9011f;
}

.element-accordion.layout-1 .wrap-element .accordion-item .question:hover:after {
    color: #e9011f;
}

.element-accordion.layout-1 .wrap-element .accordion-item .answer {
    font-weight: 400;
    line-height: 1.75;
    color: #5d5d5d;
    border-top: 1px solid #ebebeb;
    padding: 22px 0 29px 0;
}

.element-accordion.layout-1 .wrap-element .accordion-item.active-dropdown .question {
    color: #e9011f;
}

.element-accordion.layout-1 .wrap-element .accordion-item.active-dropdown .question::after {
    content: '\f463';
    color: #e9011f;
}

/*[ pricing-table ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.element-pricing-table.layout-1 .wrap-element .col,
.element-pricing-table.layout-1 .wrap-element [class*='col-'] {
    padding-bottom: 40px;
}

.element-pricing-table.layout-1 .wrap-element .item-pricing {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
    background: #fff;
    position: relative;
    z-index: 0;
    padding: 50px 40px 60px 40px;
    transition: all .2s;
}

.element-pricing-table.layout-1 .wrap-element .item-pricing::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    background-color: #464646;
    opacity: 0;
    transition: all .2s;
}

.element-pricing-table.layout-1 .wrap-element .item-pricing .label {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 110px;
    height: 106px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: #e9011f;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    padding-bottom: 6px;
    transform: translate(50%, -50%) rotateZ(45deg);
}

.element-pricing-table.layout-1 .wrap-element .item-pricing .price {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #161616;
    margin-bottom: 5px;
    transition: all .2s;
}

.element-pricing-table.layout-1 .wrap-element .item-pricing .price .number {
    font-weight: 700;
    font-size: 35px;
}

.element-pricing-table.layout-1 .wrap-element .item-pricing .price .unit::before {
    content: '/';
}

.element-pricing-table.layout-1 .wrap-element .item-pricing .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #e9011f;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.element-pricing-table.layout-1 .wrap-element .item-pricing .list-info {
    list-style-type: none;
    display: inline-block;
    text-align: left;
    margin: 0 auto 30px auto;
}

.element-pricing-table.layout-1 .wrap-element .item-pricing .list-info li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #5d5d5d;
    word-break: break-word;
    margin-bottom: 0;
    padding: 20px 0px 20px 30px;
    position: relative;
    z-index: 0;
    transition: all .2s;
}

.element-pricing-table.layout-1 .wrap-element .item-pricing .list-info li::before {
    content: '';
    display: block;
    width: 10000px;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -5000px;
    background: #ebebeb;
    opacity: .3;
}

.element-pricing-table.layout-1 .wrap-element .item-pricing .list-info li i {
    font-size: 18px;
    line-height: 1;
    color: #5d5d5d;
    position: absolute;
    top: 22px;
    left: 0px;
}

.element-pricing-table.layout-1 .wrap-element .item-pricing .list-info li:nth-child(odd):before {
    display: none;
}

.element-pricing-table.layout-1 .wrap-element .item-pricing .btn-buy {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #161616;
    text-transform: uppercase;
    display: inline-block;
    height: auto;
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    margin-top: 0px;
    padding: 0px 0px 6px 0px;
    position: relative;
    transition: all .5s;
}

.element-pricing-table.layout-1 .wrap-element .item-pricing .btn-buy::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #e9011f;
    opacity: 1;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0;
    right: auto;
}

.element-pricing-table.layout-1 .wrap-element .item-pricing .btn-buy:hover {
    background: transparent !important;
    color: #e9011f !important;
}

.element-pricing-table.layout-1 .wrap-element .item-pricing .btn-buy:hover:before {
    animation: scaleBorderBottomBtn 1s forwards;
    -webkit-animation: scaleBorderBottomBtn 1s forwards;
    -moz-animation: scaleBorderBottomBtn 1s forwards;
    -ms-animation: scaleBorderBottomBtn 1s forwards;
}

.element-pricing-table.layout-1 .wrap-element .item-pricing:hover:before {
    opacity: 1;
}

.element-pricing-table.layout-1 .wrap-element .item-pricing:hover .price {
    color: #fff;
}

.element-pricing-table.layout-1 .wrap-element .item-pricing:hover .title {
    color: #fff;
}

.element-pricing-table.layout-1 .wrap-element .item-pricing:hover .list-info li {
    color: #fff;
}

.element-pricing-table.layout-1 .wrap-element .item-pricing:hover .list-info li::before {
    background: #fff;
    opacity: .1;
}

.element-pricing-table.layout-1 .wrap-element .item-pricing:hover .list-info li i {
    color: #fff;
}

.element-pricing-table.layout-1 .wrap-element .item-pricing:hover .btn-buy {
    color: #fff;
}

/*[ Video box ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.element-video-box.layout-1 .video-box {
    position: relative;
    margin-bottom: 0px;
}

.element-video-box.layout-1 .video-box .overlay {
    position: absolute;
    width: 80px;
    height: 72px;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    background: transparent;
}

.element-video-box.layout-1 .video-box .overlay .btn-open-video {
    width: 100%;
    height: 100%;
    border: none;
    line-height: 1;
    border-radius: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e9011f;
    position: relative;
    z-index: 0;
}

.element-video-box.layout-1 .video-box .overlay .btn-open-video::before, .element-video-box.layout-1 .video-box .overlay .btn-open-video::after {
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    z-index: -1;
    background-color: #b60118;
    border-radius: inherit;
    opacity: 0;
    transition: all .3s linear;
}

.element-video-box.layout-1 .video-box .overlay .btn-open-video::before {
    top: 0;
    left: 0;
    right: auto;
}

.element-video-box.layout-1 .video-box .overlay .btn-open-video::after {
    bottom: 0;
    left: auto;
    right: 0;
}

.element-video-box.layout-1 .video-box .overlay .btn-open-video:hover:before {
    width: 100%;
    height: 100%;
    top: 100%;
    bottom: auto;
    left: 100%;
    right: auto;
    opacity: 1;
    transform: translate(-100%, -100%);
}

.element-video-box.layout-1 .video-box .overlay .btn-open-video:hover:after {
    width: 100%;
    height: 100%;
    bottom: 100%;
    left: auto;
    right: 100%;
    opacity: 1;
    transform: translate(100%, 100%);
}

.element-video-box.layout-1 .video-box .overlay .btn-open-video i {
    font-size: 28px;
    padding-left: 0px;
}

@media (max-width: 575px) {
    .element-video-box.layout-1 .video-box .overlay {
        width: 50px;
        height: 42px;
    }
}

/*[ element-counters ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.element-counters.layout-1 .counter-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    z-index: 0;
    padding: 61px 0;
}

.element-counters.layout-1 .counter-boxes::before {
    content: '';
    display: block;
    width: 15px;
    height: calc(100% - 93px);
    position: absolute;
    z-index: -1;
    top: 78px;
    left: -15px;
    right: auto;
    background: #e9011f;
}

.element-counters.layout-1 .counter-boxes::after {
    content: '';
    display: block;
    width: 10000px;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: auto;
    background: #252525;
}

.element-counters.layout-1 .counter-boxes .item {
    flex-basis: 20%;
    flex-grow: 1;
    position: relative;
    text-align: center;
    padding: 30px 10px;
}

.element-counters.layout-1 .counter-boxes .item:before {
    content: '';
    display: none;
    width: 1px;
    height: 62px;
    background: #ebebeb;
    transform: rotateZ(15deg);
    position: absolute;
    top: 6px;
    right: 0;
}

.element-counters.layout-1 .counter-boxes .item:last-child:before {
    display: none;
}

.element-counters.layout-1 .counter-boxes .item .number {
    display: block;
    font-weight: 600;
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.element-counters.layout-1 .counter-boxes .item .number::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #fff;
    margin: 6px auto 0px auto;
}

.element-counters.layout-1 .counter-boxes .item .title {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 991px) {
    .element-counters.layout-1 .counter-boxes .item {
        flex-basis: 50%;
    }
}

@media (max-width: 575px) {
    .element-counters.layout-1 .counter-boxes .item {
        flex-basis: 100%;
        width: auto !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}

.element-counters.layout-1.style-2 .counter-boxes {
    padding: 0;
    align-items: flex-start;
}

.element-counters.layout-1.style-2 .counter-boxes::before, .element-counters.layout-1.style-2 .counter-boxes::after {
    display: none;
}

.element-counters.layout-1.style-2 .counter-boxes .item {
    flex-basis: unset;
    flex-grow: unset;
    padding: 20px 5.2%;
    max-width: 25%;
    line-height: 1.5;
}

.element-counters.layout-1.style-2 .counter-boxes .item:before {
    display: block;
    height: 40px;
    background: #e1e1e1;
    transform: rotateZ(22deg);
    top: 37px;
    right: -5px;
}

.element-counters.layout-1.style-2 .counter-boxes .item:last-child:before {
    display: none;
}

.element-counters.layout-1.style-2 .counter-boxes .item .number {
    font-weight: 600;
    font-size: 45px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.element-counters.layout-1.style-2 .counter-boxes .item .number::after {
    display: none;
}

.element-counters.layout-1.style-2 .counter-boxes .item .title {
    font-weight: 300;
    font-size: 16px;
    color: #727272;
    text-transform: uppercase;
}

@media (max-width: 1299px) {
    .element-counters.layout-1.style-2 .counter-boxes .item {
        padding: 20px 4%;
    }
}

@media (max-width: 1199px) {
    .element-counters.layout-1.style-2 .counter-boxes .item {
        padding: 20px 3%;
    }
}

@media (max-width: 991px) {
    .element-counters.layout-1.style-2 .counter-boxes {
        flex-wrap: wrap;
    }

    .element-counters.layout-1.style-2 .counter-boxes .item {
        flex-basis: unset;
        max-width: 40%;
        width: 40%;
        padding: 20px 5%;
    }

    .element-counters.layout-1.style-2 .counter-boxes .item::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .element-counters.layout-1.style-2 .item .number {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .element-counters.layout-1.style-2 .counter-boxes .item {
        max-width: 100%;
        width: 100% !important;
        flex-basis: unset;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}

/*[ Counter box ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * Layout 1
 *
\*/
.element-counter-box.layout-1 {
    min-height: 201px;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
}

@media (max-width: 768px) {
    .element-counter-box.layout-1 {
        background-color: #f2f2f2;
    }
}

.element-counter-box.layout-1::before, .element-counter-box.layout-1::after {
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    z-index: -1;
    background-color: #e9011f;
    border-radius: inherit;
    opacity: 0;
    transition: all .3s linear;
}

.element-counter-box.layout-1::before {
    top: 0;
    left: 0;
    right: auto;
}

.element-counter-box.layout-1::after {
    bottom: 0;
    left: auto;
    right: 0;
}

.element-counter-box.layout-1:hover:before {
    width: 100%;
    height: 100%;
    top: 100%;
    bottom: auto;
    left: 100%;
    right: auto;
    opacity: 1;
    transform: translate(-100%, -100%);
}

.element-counter-box.layout-1:hover:after {
    width: 100%;
    height: 100%;
    bottom: 100%;
    left: auto;
    right: 100%;
    opacity: 1;
    transform: translate(100%, 100%);
}

.element-counter-box.layout-1:hover .item .number {
    color: #fff;
}

.element-counter-box.layout-1:hover .item .title {
    color: #fff;
}

.element-counter-box.layout-1 .item .number {
    font-weight: 700;
    font-size: 45px;
    line-height: 1;
    color: #161616;
    text-transform: uppercase;
    margin-bottom: 11px;
    transition: all .3s;
}

.element-counter-box.layout-1 .item .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #5d5d5d;
    word-break: break-word;
    text-transform: uppercase;
    transition: all .3s;
}

/*\
 *
 * Sections
 *
\*/
/*[ Sections ]
//////////////////////////////////////////////////////////////////*/
#wrapper-container {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

/*\
 *
 * row_padding
 *
\*/
.row-padding-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.row-padding-left > .column-sec {
    width: 50%;
}

.row-padding-left > .column-sec:first-child {
    padding-left: calc((100% - 1200px) / 2 + 20px);
}

@media (max-width: 1299px) {
    .row-padding-left > .column-sec:first-child {
        padding-left: calc((100% - 1140px) / 2 + 20px);
    }
}

@media (max-width: 1199px) {
    .row-padding-left > .column-sec:first-child {
        padding-left: calc((100% - 960px) / 2 + 20px);
    }
}

@media (max-width: 991px) {
    .row-padding-left > .column-sec:first-child {
        padding-left: calc((100% - 720px) / 2 + 20px);
    }
}

@media (max-width: 767px) {
    .row-padding-left > .column-sec:first-child {
        padding-left: calc((100% - 540px) / 2 + 20px);
    }
}

@media (max-width: 575px) {
    .row-padding-left > .column-sec:first-child {
        padding-left: 20px;
    }
}

.row-padding-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.row-padding-right > .column-sec {
    width: 50%;
}

.row-padding-right > .column-sec:last-child {
    padding-right: calc((100% - 1200px) / 2 + 20px);
}

@media (max-width: 1299px) {
    .row-padding-right > .column-sec:last-child {
        padding-right: calc((100% - 1140px) / 2 + 20px);
    }
}

@media (max-width: 1199px) {
    .row-padding-right > .column-sec:last-child {
        padding-right: calc((100% - 960px) / 2 + 20px);
    }
}

@media (max-width: 991px) {
    .row-padding-right > .column-sec:last-child {
        padding-right: calc((100% - 720px) / 2 + 20px);
    }
}

@media (max-width: 767px) {
    .row-padding-right > .column-sec:last-child {
        padding-right: calc((100% - 540px) / 2 + 20px);
    }
}

@media (max-width: 575px) {
    .row-padding-right > .column-sec:last-child {
        padding-right: 20px;
    }
}

/*[ About ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * sec-about-01
 *
\*/
.sec-about-01 {
    padding-top: 165px;
    padding-bottom: 225px;
    margin-bottom: 20px;
    background: #f0f0f0;
}

.sec-about-01 [class*="col-"]:first-child {
    padding-bottom: 80px;
}

.sec-about-01 [class*="col-"]:last-child {
    position: relative;
    z-index: 0;
    padding: 50px;
}

.sec-about-01 [class*="col-"]:last-child::before {
    content: '';
    display: block;
    width: calc(100% - 40px);
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 20px;
    right: auto;
    background: #fff;
}

@media (min-width: 992px) {
    .sec-about-01 [class*="col-"]:first-child {
        padding-bottom: 0;
        padding-left: 80px;
        padding-right: 0;
        position: relative;
        z-index: 2;
    }

    .sec-about-01 [class*="col-"]:last-child {
        padding-left: 130px;
        padding-right: 80px;
        transform: translate(-70px, 45px);
    }
}

.sec-about-01 .text-sec p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.777777;
    color: #5d5d5d;
    word-break: break-word;
    margin-bottom: 33px;
}

.sec-about-01 .text-sec .author {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #5d5d5d;
}

.sec-about-01 .text-sec .author .sign-author {
    margin-bottom: 21px;
}

@media (max-width: 991px) {
    .sec-about-01 {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .sec-about-01 {
        padding-top: 70px;
        padding-bottom: 60px;
    }
}

/*\
 *
 * sec-about-02
 *
\*/
.sec-about-02 {
    padding-top: 150px;
    padding-bottom: 100px;
}

.sec-about-02 [class*="col-"] {
    padding-bottom: 50px;
}

.sec-about-02 .col-image {
    padding-top: 7px;
}

.sec-about-02 .element-heading {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.sec-about-02 .text-sec p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.777777;
    color: #5d5d5d;
    word-break: break-word;
    margin-bottom: 33px;
}

.sec-about-02 .element-button {
    margin-top: 42px;
}

@media (max-width: 767px) {
    .sec-about-02 {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .sec-about-02 [class*="col-"]:last-child {
        padding-bottom: 0;
    }
}

/*\
 *
 * sec-about-03
 *
\*/
.sec-about-03 {
    padding-top: 20px;
}

.sec-about-03 [class*="col-"]:first-child {
    padding-bottom: 100px;
}

.sec-about-03 .text-sec {
    padding-top: 12px;
}

.sec-about-03 .text-sec ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sec-about-03 .text-sec ul li {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #5d5d5d;
    word-break: break-word;
    padding-left: 20px;
    padding-right: 0;
    position: relative;
    margin-bottom: 9px;
}

.sec-about-03 .text-sec ul li:last-child {
    margin-bottom: 0;
}

.sec-about-03 .text-sec ul li::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e9011f;
    position: absolute;
    top: 11px;
    left: 0;
    right: auto;
}

.sec-about-03 .element-button {
    margin-top: 50px;
}

/*\
 *
 * sec-about-04
 *
\*/
.sec-about-04 {
    padding-top: 120px;
}

.sec-about-04 [class*="col-"] {
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .sec-about-04 [class*="col-"]:first-child {
        padding-left: 30px;
        padding-right: 44px;
    }

    .sec-about-04 [class*="col-"]:last-child {
        margin-top: -10px;
        padding-right: 80px;
    }
}

.sec-about-04 .text-sec p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.777777;
    color: #5d5d5d;
    word-break: break-word;
    margin-bottom: 33px;
}

.sec-about-04 .text-sec .author {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #5d5d5d;
}

.sec-about-04 .text-sec .author .sign-author {
    margin-bottom: 21px;
}

@media (max-width: 767px) {
    .sec-about-04 {
        padding-top: 60px;
    }
}

/*\
 *
 * sec-about-05
 *
\*/
.sec-about-05 {
    padding-top: 110px;
    padding-bottom: 55px;
    background-color: #f7f7f7;
}

.sec-about-05 [class*="col-"] {
    padding-bottom: 50px;
}

.sec-about-05 .col-image {
    padding-top: 7px;
}

.sec-about-05 .element-heading {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.sec-about-05 .text-sec p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.777777;
    color: #5d5d5d;
    word-break: break-word;
    margin-bottom: 33px;
}

.sec-about-05 .element-button {
    margin-top: 42px;
}

@media (max-width: 767px) {
    .sec-about-05 {
        padding-top: 60px;
        padding-bottom: 0;
    }
}

/*\
 *
 * sec-about-06
 *
\*/
.sec-about-06 {
    padding-top: 120px;
}

.sec-about-06 [class*="col-"]:first-child {
    padding-bottom: 60px;
}

.sec-about-06 .text-sec {
    padding-top: 12px;
}

.sec-about-06 .text-sec ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sec-about-06 .text-sec ul li {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #5d5d5d;
    word-break: break-word;
    padding-left: 20px;
    padding-right: 0;
    position: relative;
    margin-bottom: 9px;
}

.sec-about-06 .text-sec ul li:last-child {
    margin-bottom: 0;
}

.sec-about-06 .text-sec ul li::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e9011f;
    position: absolute;
    top: 11px;
    left: 0;
    right: auto;
}

.sec-about-06 .element-button {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .sec-about-06 {
        padding-top: 60px;
    }
}

/*\
 *
 * sec-about-07
 *
\*/
.sec-about-07 {
    background-color: #252525;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.sec-about-07 .intro-sec {
    padding-top: 60px;
}

.sec-about-07 .intro-sec .element-heading {
    margin-bottom: 38px;
}

.sec-about-07 .intro-sec .text-sec {
    text-align: center;
}

.sec-about-07 .intro-sec .text-sec p {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.8;
    color: #efedff;
    word-break: break-word;
    margin-bottom: 48px;
}

@media (max-width: 767px) {
    .sec-about-07 .intro-sec .element-heading {
        margin-bottom: 28px;
    }

    .sec-about-07 .intro-sec .text-sec p {
        font-size: 18px;
    }
}

.sec-about-07 .features-sec {
    padding-top: 90px;
}

.sec-about-07 .features-sec .column-sec {
    transform: translateY(50px);
}

.sec-about-07 .features-sec .column-sec:first-child {
    align-self: flex-end;
    padding-right: 100px;
    padding-bottom: 25px;
    padding-top: 50px;
}

.sec-about-07 .features-sec .column-sec:last-child {
    padding-left: 20px;
}

@media (max-width: 991px) {
    .sec-about-07 .features-sec {
        padding-top: 40px;
    }

    .sec-about-07 .features-sec .column-sec:first-child {
        order: 2;
        width: 720px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .sec-about-07 .features-sec .column-sec:last-child {
        order: 1;
        width: 100%;
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .sec-about-07 .features-sec .column-sec:first-child {
        width: 540px;
    }
}

@media (max-width: 575px) {
    .sec-about-07 .features-sec .column-sec:first-child {
        width: 100%;
    }
}

.sec-about-07 .features-sec .element-heading {
    margin-bottom: 43px;
}

.sec-about-07 .features-sec .list-sec {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sec-about-07 .features-sec .list-sec li {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    color: #efedff;
    padding-left: 40px;
    position: relative;
    margin-bottom: 23px;
}

.sec-about-07 .features-sec .list-sec li:last-child {
    margin-bottom: 0;
}

.sec-about-07 .features-sec .list-sec li i {
    font-size: 20px;
    line-height: 1;
    color: #e9011f;
    position: absolute;
    top: 5px;
    left: 0;
    right: auto;
}

.sec-about-07 .features-sec .list-sec li:hover i {
    animation: toRightFromLeft 0.5s forwards;
    -webkit-animation: toRightFromLeft 0.5s forwards;
    -moz-animation: toRightFromLeft 0.5s forwards;
    -ms-animation: toRightFromLeft 0.5s forwards;
}

.sec-about-07 .features-sec .element-button {
    margin-top: 50px;
}

.sec-about-07 .features-sec .element-button .button {
    padding: 0 40px;
}

/*\
 *
 * sec-about-08
 *
\*/
.sec-about-08 .intro-sec {
    padding-top: 190px;
    position: relative;
    z-index: 1;
}

.sec-about-08 .intro-sec .element-heading {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .sec-about-08 .intro-sec {
        padding-top: 150px;
    }
}

@media (max-width: 768px) {
    .sec-about-08 .intro-sec {
        padding-top: 70px;
    }
}

.sec-about-08 .features-sec {
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-top: -255px;
    padding-top: 310px;
    padding-bottom: 55px;
    position: relative;
    align-items: center;
}

.sec-about-08 .features-sec::before {
    content: '';
    display: block;
    width: 10000px;
    height: 100%;
    background: #252525;
    position: absolute;
    z-index: -1;
    bottom: 0px;
    left: calc((100% - 1200px) / 2 + 1200px / 3 - 120px);
    right: auto;
}

.sec-about-08 .features-sec [class*="col-"] {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sec-about-08 .features-sec .title-sec {
    font-weight: 600;
    font-size: 24px;
    color: #e9011f;
    line-height: 1.333333;
    margin-bottom: 0;
}

.sec-about-08 .features-sec .list-sec {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sec-about-08 .features-sec .list-sec li {
    margin-bottom: 13px;
}

.sec-about-08 .features-sec .list-sec li:last-child {
    margin-bottom: 0;
}

.sec-about-08 .features-sec .list-sec li span {
    font-weight: 600;
    line-height: 1.3;
    color: #efedff;
    border-bottom: 1px solid #efedff;
    transition: all .2s;
}

.sec-about-08 .features-sec .list-sec li span a {
    color: inherit;
}

.sec-about-08 .features-sec .list-sec li span:hover {
    color: #e9011f;
    border-color: #e9011f;
}

@media (max-width: 1299px) {
    .sec-about-08 .features-sec::before {
        left: calc((100% - 1140px) / 2 + 1140px / 3 - 120px);
    }
}

@media (max-width: 1199px) {
    .sec-about-08 .features-sec::before {
        left: calc((100% - 960px) / 2 + 960px / 3 - 120px);
    }
}

@media (max-width: 991px) {
    .sec-about-08 .features-sec {
        margin-top: -180px;
        padding-top: 235px;
    }

    .sec-about-08 .features-sec::before {
        left: calc((100% - 720px) / 2 + 720px / 3 - 120px);
    }
}

@media (max-width: 767px) {
    .sec-about-08 .features-sec {
        margin-top: -100px;
        padding-top: 155px;
    }

    .sec-about-08 .features-sec::before {
        left: -5000px;
        right: auto;
    }
}

@media (max-width: 480px) {
    .sec-about-08 .features-sec {
        margin-top: -80px;
        padding-top: 135px;
    }
}

/*\
 *
 * sec-about-09
 *
\*/
.sec-about-09 {
    position: relative;
    z-index: 2;
}

@media (min-width: 767px) {
    .sec-about-09 [class*="col-"]:nth-child(2) {
        transform: translateY(8.7%);
    }
}

/*\
 *
 * sec-about-10
 *
\*/
.sec-about-10 {
    margin-top: -50px;
    background-color: #252525;
    position: relative;
    justify-content: center;
}

.sec-about-10 .column-sec {
    transform: translateY(50px);
}

.sec-about-10 .column-sec:first-child {
    align-self: flex-end;
    padding-right: 40px;
    padding-bottom: 25px;
    padding-top: 50px;
}

.sec-about-10 .column-sec:last-child {
    padding-left: 20px;
}

@media (max-width: 991px) {
    .sec-about-10 .column-sec:first-child {
        order: 2;
        width: 720px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .sec-about-10 .column-sec:last-child {
        order: 1;
        width: 100%;
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .sec-about-10 .column-sec:first-child {
        width: 540px;
    }
}

@media (max-width: 575px) {
    .sec-about-10 .column-sec:first-child {
        width: 100%;
    }
}

.sec-about-10 .element-heading .description {
    font-size: 18px;
}

.sec-about-10 .element-button .button {
    padding: 0 40px;
}

/*\
 *
 * sec-about-11
 *
\*/
.sec-about-11 {
    padding-top: 20px;
    background-position: top center;
    background-size: auto;
    background-repeat: no-repeat;
}

.sec-about-11 [class*="col-"]:last-child {
    padding-top: 10px;
    padding-bottom: 50px;
}

@media (min-width: 992px) {
    .sec-about-11 [class*="col-"]:first-child {
        padding-left: 40px;
    }

    .sec-about-11 [class*="col-"]:last-child {
        padding-left: 70px;
    }
}

@media (max-width: 991px) {
    .sec-about-11 [class*="col-"]:first-child {
        order: 2;
    }

    .sec-about-11 [class*="col-"]:last-child {
        order: 1;
    }
}

.sec-about-11 .element-heading {
    margin-bottom: 23px;
}

.sec-about-11 .list-sec ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sec-about-11 .list-sec ul li {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    color: #5d5d5d;
    word-break: break-word;
    padding-left: 20px;
    padding-right: 0;
    position: relative;
    margin-bottom: 10px;
}

.sec-about-11 .list-sec ul li:last-child {
    margin-bottom: 0;
}

.sec-about-11 .list-sec ul li::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #252525;
    position: absolute;
    top: 11px;
    left: 0;
    right: auto;
}

.sec-about-11 .element-button {
    margin-top: 50px;
}

.sec-about-11 .element-button .button {
    padding: 0 40px;
}

/*\
 *
 * sec-about-12
 *
\*/
.sec-about-12 {
    margin-top: -11.5%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.sec-about-12 > .column-sec {
    width: 50%;
}

.sec-about-12 > .column-sec:first-child {
    padding-left: calc((100% - 1370px) / 2 + 20px);
    padding-right: 20px;
    padding-bottom: 50px;
    align-self: center;
}

@media (max-width: 1399px) {
    .sec-about-12 > .column-sec:first-child {
        padding-left: calc((100% - 1200px) / 2 + 20px);
    }
}

@media (max-width: 1299px) {
    .sec-about-12 > .column-sec:first-child {
        padding-left: calc((100% - 1140px) / 2 + 20px);
    }
}

@media (max-width: 1199px) {
    .sec-about-12 > .column-sec:first-child {
        padding-left: calc((100% - 960px) / 2 + 20px);
    }
}

@media (max-width: 991px) {
    .sec-about-12 > .column-sec:first-child {
        padding-left: calc((100% - 720px) / 2 + 20px);
    }
}

@media (max-width: 767px) {
    .sec-about-12 > .column-sec:first-child {
        padding-left: calc((100% - 540px) / 2 + 20px);
    }
}

@media (max-width: 575px) {
    .sec-about-12 > .column-sec:first-child {
        padding-left: 20px;
    }
}

.sec-about-12 > .column-sec:last-child {
    text-align: right;
    padding-left: 20px;
}

.sec-about-12 .text-sec p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.777777;
    color: #363636;
    word-break: break-word;
    margin-bottom: 33px;
}

.sec-about-12 .text-sec .author {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.sec-about-12 .text-sec .author .ava-author {
    width: 127px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
}

.sec-about-12 .text-sec .author .ava-author img {
    width: 100%;
    border-radius: 50%;
}

.sec-about-12 .text-sec .author .text-author {
    width: calc(100% - 127px - 40px);
    align-self: center;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.777777;
    color: #363636;
}

.sec-about-12 .text-sec .author .text-author .sign-author {
    margin-bottom: 21px;
}

@media (max-width: 480px) {
    .sec-about-12 .text-sec .author .ava-author {
        width: 80px;
    }

    .sec-about-12 .text-sec .author .text-author {
        width: calc(100% - 80px - 30px);
    }
}

.sec-about-12 .element-heading {
    margin-bottom: 22px;
}

@media (max-width: 991px) {
    .sec-about-12 {
        margin-top: 0;
        padding-top: 130px;
    }

    .sec-about-12 > .column-sec:first-child {
        width: 720px;
        margin-right: auto;
        margin-left: auto;
        padding: 0 20px 60px 20px !important;
    }

    .sec-about-12 > .column-sec:last-child {
        width: 100%;
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .sec-about-12 {
        padding-top: 70px;
    }

    .sec-about-12 > .column-sec:first-child {
        width: 540px;
    }
}

@media (max-width: 575px) {
    .sec-about-12 > .column-sec:first-child {
        width: 100%;
    }
}

/*\
 *
 * sec-about-13
 *
\*/
.sec-about-13 [class*="col-"]:first-child {
    padding-top: 80px;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .sec-about-13 [class*="col-"]:first-child {
        padding-top: 0;
    }
}

.sec-about-13 [class*="col-"]:last-child {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sec-about-13 .element-heading {
    margin-bottom: 24px;
}

.sec-about-13 .list-sec ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sec-about-13 .list-sec ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #5d5d5d;
    word-break: break-word;
    padding-left: 20px;
    padding-right: 0;
    position: relative;
    margin-bottom: 10px;
}

.sec-about-13 .list-sec ul li:last-child {
    margin-bottom: 0;
}

.sec-about-13 .list-sec ul li::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e9011f;
    position: absolute;
    top: 11px;
    left: 0;
    right: auto;
}

.sec-about-13 .element-button.layout-1 {
    margin-top: 46px;
}

.sec-about-13 .element-button.layout-1 .button::before {
    height: 4px;
}

/*\
 *
 * sec-about-14
 *
\*/
.sec-about-14 {
    padding-top: 250px;
    padding-bottom: 220px;
    padding-right: 20px;
    padding-left: 60px;
    background-color: #252525;
    display: flex;
    justify-content: center;
}

.sec-about-14 .content-sec {
    width: 600px;
    max-width: 100%;
    position: relative;
}

.sec-about-14 .content-sec .small-img {
    position: absolute;
    bottom: -73px;
    right: -46px;
    left: auto;
}

.sec-about-14 .content-sec .medium-img {
    position: absolute;
    top: 22%;
    left: -310px;
    right: auto;
}

.sec-about-14 .content-sec .big-img {
    position: absolute;
    top: -99px;
    right: -268px;
    left: auto;
}

.sec-about-14 .inner-content {
    width: 100%;
    padding: 50px 40px 30px 90px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.sec-about-14 .inner-content::before {
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 100%;
    border: 1px solid #e9011f;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: auto;
}

.sec-about-14 .inner-content .element-heading {
    background-color: #252525;
    padding-top: 24px;
    padding-bottom: 30px;
    margin-left: -90px;
    margin-bottom: 17px;
}

.sec-about-14 .inner-content .text-sec p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.666666;
    color: #c6c6c6;
    word-break: break-word;
    margin-bottom: 33px;
}

.sec-about-14 .inner-content .row-features {
    padding-top: 13px;
    margin-right: -15px;
    margin-left: -15px;
}

.sec-about-14 .inner-content .row-features [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .sec-about-14 .inner-content .row-features [class*="col-"]:first-child {
        flex: 0 0 54%;
        max-width: 54%;
    }

    .sec-about-14 .inner-content .row-features [class*="col-"]:last-child {
        flex: 0 0 46%;
        max-width: 46%;
    }
}

@media (max-width: 767px) {
    .sec-about-14 {
        padding-left: 20px;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .sec-about-14 .content-sec .small-img,
    .sec-about-14 .content-sec .medium-img,
    .sec-about-14 .content-sec .big-img {
        display: none;
    }

    .sec-about-14 .inner-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sec-about-14 .inner-content::before {
        width: 100%;
    }

    .sec-about-14 .inner-content .element-heading {
        margin-left: -22px;
    }
}

/*\
 *
 * sec-about-15
 *
\*/
.sec-about-15 {
    margin-top: -60px;
    padding-bottom: 125px;
}

@media (max-width: 767px) {
    .sec-about-15 {
        padding-bottom: 70px;
    }
}

@media (min-width: 992px) {
    .sec-about-15 [class*="col-"]:first-child {
        padding-left: 0;
        padding-right: 12px;
    }

    .sec-about-15 [class*="col-"]:last-child {
        padding-left: 40px;
    }
}

@media (max-width: 991px) {
    .sec-about-15 [class*="col-"]:first-child {
        padding-bottom: 50px;
    }
}

.sec-about-15 .element-heading {
    margin-bottom: 24px;
}

.sec-about-15 .list-sec ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sec-about-15 .list-sec ul li {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #5d5d5d;
    word-break: break-word;
    padding-left: 20px;
    padding-right: 0;
    position: relative;
    margin-bottom: 9px;
}

.sec-about-15 .list-sec ul li:last-child {
    margin-bottom: 0;
}

.sec-about-15 .list-sec ul li::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e9011f;
    position: absolute;
    top: 11px;
    left: 0;
    right: auto;
}

.sec-about-15 .element-button.layout-3 {
    margin-top: 45px;
}

/*[ Features ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * sec-features-01
 *
\*/
.sec-features-01 {
    padding-top: 26px;
    padding-bottom: 170px;
}

.sec-features-01 .row {
    margin-right: -4px;
    margin-left: -4px;
}

.sec-features-01 .row [class*="col-"] {
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 8px;
}

.sec-features-01 .element-heading {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .sec-features-01 {
        padding-bottom: 50px;
    }
}

/*\
 *
 * sec-features-02
 *
\*/
.sec-features-02 {
    padding-top: 230px;
    background-color: #252525;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sec-features-02 .element-heading {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.sec-features-02 .element-heading .title {
    font-size: 65px;
    line-height: 1.23;
}

.sec-features-02 .element-button .button {
    padding: 0 40px;
}

.sec-features-02 .row {
    padding-top: 147px;
}

.sec-features-02 .row [class*="col-"] {
    padding-bottom: 72px;
}

@media (max-width: 767px) {
    .sec-features-02 {
        padding-top: 150px;
    }

    .sec-features-02 .row {
        padding-top: 90px;
    }

    .sec-features-02 .row [class*="col-"] {
        padding-bottom: 60px;
    }

    .sec-features-02 .row [class*="col-"]:last-child {
        padding-bottom: 0;
    }

    .sec-features-02 .element-heading .title {
        font-size: 40px;
    }
}

/*\
 *
 * sec-features-03
 *
\*/
.sec-features-03 {
    padding-top: 70px;
    padding-bottom: 115px;
    background-position: top center;
    background-size: auto;
    background-repeat: no-repeat;
}

.sec-features-03 > .container > .row > [class*="col-"]:nth-child(2) {
    transform: translateY(55px);
}

.sec-features-03 > .container > .row > [class*="col-"]:nth-child(3) {
    padding-top: 90px;
    margin-right: 0;
    margin-left: auto;
}

.sec-features-03 .element-heading {
    margin-bottom: 45px;
}

.sec-features-03 .element-button.layout-1 .button::before {
    height: 4px;
}

@media (min-width: 1200px) {
    .sec-features-03 > .container > .row > [class*="col-"]:nth-child(1) {
        min-width: 241px;
    }

    .sec-features-03 > .container > .row > [class*="col-"]:nth-child(2) {
        min-width: 241px;
    }
}

@media (max-width: 768px) {
    .sec-features-03 {
        padding-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .sec-features-03 > .container > .row > [class*="col-"]:nth-child(2) {
        transform: translateY(0px);
    }

    .sec-features-03 > .container > .row > [class*="col-"]:nth-child(3) {
        padding-top: 50px;
    }
}

/*\
 *
 * sec-features-04
 *
\*/
.sec-features-04 {
    padding-top: 50px;
    padding-bottom: 100px;
}

.sec-features-04 .row {
    margin-right: -4px;
    margin-left: -4px;
}

.sec-features-04 .row [class*="col-"] {
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 8px;
}

@media (max-width: 767px) {
    .sec-features-04 {
        padding-top: 20px;
        padding-bottom: 50px;
    }
}

/*[ Courses ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * sec-courses-01
 *
\*/
.sec-courses-01 {
    background: #f0f0f0;
}

.sec-courses-01 .container {
    padding-top: 170px;
    padding-bottom: 180px;
    position: relative;
    z-index: 0;
}

.sec-courses-01 .container::before {
    content: '';
    display: block;
    width: 55.75%;
    height: calc(100% - 800px);
    background: #fff;
    position: absolute;
    z-index: -1;
    top: 250px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.sec-courses-01 .element-heading {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 56px;
}

.sec-courses-01 .element-button {
    margin-top: 90px;
}

@media (max-width: 767px) {
    .sec-courses-01 .element-button {
        margin-top: 0;
    }

    .sec-courses-01 .container {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .sec-courses-01 .container::before {
        display: none !important;
    }
}

/*\
 *
 * sec-courses-02
 *
\*/
.sec-courses-02 {
    padding-top: 140px;
    padding-bottom: 150px;
}

.sec-courses-02 .element-heading {
    max-width: 655px;
    margin-left: auto;
    margin-right: auto;
}

.sec-courses-02 .element-button {
    margin-top: 20px;
}

.sec-courses-02 .element-button .button {
    padding: 0 50px;
}

@media (max-width: 991px) {
    .sec-courses-02 {
        padding-top: 90px;
        padding-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .sec-courses-02 {
        padding-top: 70px;
        padding-bottom: 60px;
    }
}

/*\
 *
 * sec-courses-03
 *
\*/
.sec-courses-03 {
    padding-top: 212px;
    padding-bottom: 130px;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

.sec-courses-03 .element-heading {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 51px;
}

.sec-courses-03 .element-button.layout-1 {
    margin-top: 13px;
}

.sec-courses-03 .element-button.layout-1 .button::before {
    height: 4px;
}

@media (max-width: 1199px) {
    .sec-courses-03 {
        padding-top: 12px;
        padding-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .sec-courses-03 {
        padding-bottom: 20px;
    }
}

/*\
 *
 * sec-courses-04
 *
\*/
.sec-courses-04 {
    padding-top: 148px;
    padding-bottom: 100px;
}

.sec-courses-04 .element-heading {
    padding-right: 150px;
}

@media (max-width: 767px) {
    .sec-courses-04 {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .sec-courses-04 .element-heading {
        padding-right: 0;
        margin-bottom: 30px;
    }
}

/*[ upcoming ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * sec-upcoming-01
 *
\*/
.sec-upcoming-01 {
    padding-top: 145px;
    padding-bottom: 145px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

.sec-upcoming-01::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #252525;
    opacity: .7;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: auto;
}

.sec-upcoming-01 > .container > .row > [class*="col-"] {
    padding-top: 35px;
    padding-bottom: 35px;
}

@media (min-width: 992px) {
    .sec-upcoming-01 > .container > .row > [class*="col-"]:first-child {
        padding-left: 70px;
    }
}

.sec-upcoming-01 .upcoming-form {
    width: 429px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
    padding: 30px 25px 25px 25px;
}

.sec-upcoming-01 .upcoming-form .title-form {
    font-weight: 400;
    font-size: 24px;
    color: #161616;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .sec-upcoming-01 {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .sec-upcoming-01 .upcoming-form {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .sec-upcoming-01 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

/*\
 *
 * sec-upcoming-02
 *
\*/
.sec-upcoming-02 {
    padding-top: 60px;
    padding-bottom: 70px;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

.sec-upcoming-02 [class*="col-"] {
    padding-top: 70px;
    padding-bottom: 70px;
}

.sec-upcoming-02 [class*="col-"]:last-child {
    padding-top: 90px;
}

.sec-upcoming-02 .upcoming-form {
    width: 429px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
    padding: 30px 25px 25px 25px;
}

.sec-upcoming-02 .upcoming-form .title-form {
    font-weight: 600;
    font-size: 22px;
    color: #161616;
    line-height: 1.272727;
    text-align: center;
    margin-bottom: 20px;
}

.sec-upcoming-02 .element-heading {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .sec-upcoming-02 {
        background-position: top left;
        padding-bottom: 0;
    }

    .sec-upcoming-02 .upcoming-form {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .sec-upcoming-02 {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .sec-upcoming-02 [class*="col-"] {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sec-upcoming-02 [class*="col-"]:last-child {
        padding-top: 30px;
    }

    .sec-upcoming-02 .upcoming-form .title-form {
        font-size: 18px;
    }
}

/*\
 *
 * sec-upcoming-03
 *
\*/
.sec-upcoming-03 {
    padding-top: 75px;
    padding-bottom: 88px;
    position: relative;
    overflow: hidden;
}

.sec-upcoming-03 .image-area {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: calc(50% - 713px);
    right: auto;
    width: auto;
    max-width: unset;
}

@media (max-width: 991px) {
    .sec-upcoming-03 .image-area {
        display: none;
    }
}

.sec-upcoming-03 .upcoming-form {
    width: 429px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    padding: 30px 25px 25px 25px;
}

.sec-upcoming-03 .upcoming-form .title-form {
    font-weight: 400;
    font-size: 24px;
    color: #161616;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 22px;
}

@media (max-width: 991px) {
    .sec-upcoming-03 .upcoming-form {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .sec-upcoming-03 [class*="col-"]:first-child {
        padding-right: 30px;
    }

    .sec-upcoming-03 [class*="col-"]:first-child .upcoming-form {
        margin-right: 0;
    }

    .sec-upcoming-03 [class*="col-"]:last-child {
        padding-left: 50px;
    }
}

@media (max-width: 991px) {
    .sec-upcoming-03 [class*="col-"]:first-child {
        padding-bottom: 60px;
    }
}

.sec-upcoming-03 .list-sec ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sec-upcoming-03 .list-sec ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.666666;
    color: #6c6c6c;
    word-break: break-word;
    padding-left: 30px;
    padding-right: 0;
    position: relative;
    margin-bottom: 22px;
}

.sec-upcoming-03 .list-sec ul li:last-child {
    margin-bottom: 0;
}

.sec-upcoming-03 .list-sec ul li::before {
    content: '\f121';
    font-family: Ionicons;
    font-size: 16px;
    line-height: 1;
    color: #e9011f;
    position: absolute;
    top: 7px;
    left: 0;
    right: auto;
}

.sec-upcoming-03 .list-sec ul li strong {
    font-weight: 700;
    font-size: 20px;
    color: #e9011f;
}

.sec-upcoming-03 .element-heading {
    margin-bottom: 22px;
}

.sec-upcoming-03 .element-button.layout-3 {
    margin-top: 45px;
}

/*[ news ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * sec-news-01
 *
\*/
.sec-news-01 {
    padding-top: 170px;
    padding-bottom: 100px;
}

.sec-news-01 .element-heading {
    margin-bottom: 40px;
}

/*\
 *
 * sec-news-02
 *
\*/
.sec-news-02 {
    padding-top: 140px;
    padding-bottom: 100px;
}

.sec-news-02 .element-heading {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

/*\
 *
 * sec-news-03
 *
\*/
.sec-news-03 {
    padding-top: 65px;
    padding-bottom: 70px;
}

/*\
 *
 * sec-news-04
 *
\*/
.sec-news-04 {
    padding-top: 140px;
}

@media (max-width: 767px) {
    .sec-news-01, .sec-news-02 {
        padding-top: 70px;
        padding-bottom: 30px;
    }

    /*\
     *
     * sec-news-03
     *
    \*/
    .sec-news-03 {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    /*\
     *
     * sec-news-04
     *
    \*/
    .sec-news-04 {
        padding-top: 70px;
    }
}

/*[ awards ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * sec-awards-01
 *
\*/
.sec-awards-01 {
    padding-top: 40px;
}

.sec-awards-01 .container:last-child {
    position: relative;
    z-index: 0;
}

.sec-awards-01 .container:last-child::before {
    content: '';
    display: block;
    width: 10000px;
    height: 50%;
    background-color: #f7f7f7;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: calc(50% - 5000px);
}

.sec-awards-01 .element-heading {
    margin-bottom: 40px;
}

/*[ faq ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * sec-faq-01
 *
\*/
.sec-faq-01 {
    padding-top: 110px;
    padding-bottom: 8px;
}

.sec-faq-01 [class*="col-"] {
    padding-bottom: 111px;
}

.sec-faq-01 .element-heading .description {
    font-size: 16px;
}

/*[ pricing ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * sec-pricing-01
 *
\*/
.sec-pricing-01 {
    padding-top: 109px;
    margin-bottom: -14px;
}

.sec-pricing-01 .element-heading {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 51px;
}

.sec-pricing-01 .element-heading .title {
    margin-bottom: 22px;
}

/*[ sign-up ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * sec-sign-up-01
 *
\*/
.sec-sign-up-01 {
    padding-top: 185px;
    background-color: #252525;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.sec-sign-up-01 .element-heading {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 43px;
}

@media (max-width: 991px) {
    .sec-sign-up-01 {
        padding-top: 150px;
    }
}

@media (max-width: 768px) {
    .sec-sign-up-01 {
        padding-top: 60px;
    }
}

/*[ testimonial ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * sec-testimonial-01
 *
\*/
.sec-testimonial-01 {
    padding-top: 140px;
    padding-bottom: 150px;
    background-color: #252525;
    position: relative;
    z-index: 1;
}

.sec-testimonial-01 .bg-sec {
    pointer-events: none;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: calc(100% + 250px);
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 991px) {
    .sec-testimonial-01 {
        padding-top: 90px;
        padding-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .sec-testimonial-01 {
        padding-top: 50px;
        padding-bottom: 40px;
    }
}

/*\
 *
 * sec-testimonial-02
 *
\*/
.sec-testimonial-02 {
    padding-top: 150px;
    padding-bottom: 145px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.sec-testimonial-02::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: auto;
    background: #252525;
    opacity: .9;
}

@media (max-width: 991px) {
    .sec-testimonial-02 {
        padding-top: 100px;
        padding-bottom: 95px;
    }
}

@media (max-width: 768px) {
    .sec-testimonial-02 {
        padding-top: 55px;
        padding-bottom: 50px;
    }
}

/*[ counters ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * sec-counters-01
 *
\*/
.sec-counters-01 {
    padding-top: 110px;
    padding-bottom: 63px;
    background-color: #f5f5f5;
}

@media (max-width: 991px) {
    .sec-counters-01 {
        padding-top: 90px;
        padding-bottom: 43px;
    }
}

@media (max-width: 768px) {
    .sec-counters-01 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}

/*[ subscribe ]
//////////////////////////////////////////////////////////////////*/
/*\
 *
 * sec-subscribe-01
 *
\*/
.sec-subscribe-01 {
    margin-top: -35px;
    padding-top: 125px;
    padding-bottom: 208px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.sec-subscribe-01 .heading-sec {
    margin-bottom: 30px;
    text-align: center;
}

.sec-subscribe-01 .heading-sec .title {
    font-weight: 700;
    color: #161616;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.sec-subscribe-01 .heading-sec .description {
    font-weight: 300;
    font-size: 18px;
    color: #5d5d5d;
    line-height: 1.75;
}

@media (max-width: 991px) {
    .sec-subscribe-01 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .sec-subscribe-01 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.bp-element-login-popup .login-links {
    position: relative;
    z-index: 8;
}

.bp-element-login-popup.layout-2 {
    border-right: 1px solid rgba(183, 183, 183, 0.1);
}

.bp-element-login-popup.layout-2 .login-links {
    padding: 0 18px;
}

.bp-element-login-popup.layout-3 .login-links {
    height: 49px;
    line-height: 49px;
    border-radius: 30px;
    padding: 0 26px;
    cursor: pointer;
    background: #26aef7;
}

.bp-element-login-popup.layout-3 .login-links a {
    color: #fff;
}

.login-links a {
    color: #7d7d7d;
    transition: all .2s;
}

.login-links.show-icon a {
    font-weight: 300;
    white-space: nowrap;
    font-size: 14px;
}

.login-links.show-icon a:before {
    display: inline-block;
    font-family: Ionicons;
    content: "\f3a0";
    font-size: 14px;
    padding-right: 6px;
}

.login-links.show-icon a.register:before {
    display: none;
}

.login-popup p:before {
    content: " ";
    display: table;
}

.login-popup p:after {
    content: " ";
    display: table;
    clear: both;
}

.login-popup label:after {
    color: #777;
    display: inline-block;
    font: normal normal normal 15px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.login-popup .login-email, .login-popup .login-username, .login-popup .login-password {
    line-height: 50px;
    position: relative;
    margin-bottom: 0;
}

.login-popup .login-email label, .login-popup .login-username label, .login-popup .login-password label {
    font-size: 0;
    position: absolute;
    top: 8px;
    right: 20px;
    margin-bottom: 0;
}

.login-popup .login-email label:after, .login-popup .login-username label:after, .login-popup .login-password label:after {
    font-family: ionicons;
    font-size: 20px;
    color: #999;
}

.login-popup form {
    font-size: 16px;
}

.login-popup form input {
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    padding: 0 21px;
    font-size: 14px;
    font-family: inherit;
}

.login-popup form input[type="password"], .login-popup form input[type="email"], .login-popup form input[type="text"] {
    width: 100%;
    color: #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eee;
    font-style: italic;
}

.login-popup form input[type="password"]:-moz-placeholder, .login-popup form input[type="email"]:-moz-placeholder, .login-popup form input[type="text"]:-moz-placeholder, .login-popup form input[type="password"]::-moz-placeholder, .login-popup form input[type="email"]::-moz-placeholder, .login-popup form input[type="text"]::-moz-placeholder, .login-popup form input[type="password"]:-ms-input-placeholder, .login-popup form input[type="email"]:-ms-input-placeholder, .login-popup form input[type="text"]:-ms-input-placeholder, .login-popup form input[type="password"]::-webkit-input-placeholder, .login-popup form input[type="email"]::-webkit-input-placeholder, .login-popup form input[type="text"]::-webkit-input-placeholder {
    color: #aaa;
}

.login-popup form [type="checkbox"] {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.login-popup form input[type="submit"] {
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    height: 50px;
    border-radius: 30px;
    transition: all 0.5s;
    box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
}

.login-popup .lost-pass-link {
    float: right;
    font-size: 16px;
    font-weight: 400;
    width: 50%;
    display: block;
    margin-top: 7px;
    margin-bottom: 14px;
    line-height: 25px;
    text-align: right;
    color: #555 !important;
}

.login-popup .link-bottom {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #aaa;
}

.login-popup .link-bottom a {
    color: #aaa;
    text-decoration: underline;
}

.login-popup .link-bottom a:hover {
    color: #333;
}

.login-popup .login-remember {
    margin-bottom: 1px;
}

#bp-popup-login {
    background: #fff;
    position: relative;
    width: 1150px;
    margin: 0 auto;
    height: 650px;
}

#bp-popup-login:before {
    content: " ";
    display: table;
}

#bp-popup-login:after {
    content: " ";
    display: table;
    clear: both;
}

#bp-popup-login .loginwrapper:before {
    content: " ";
    display: table;
}

#bp-popup-login .loginwrapper:after {
    content: " ";
    display: table;
    clear: both;
}

#bp-popup-login.loading .loginwrapper {
    position: relative;
}

#bp-popup-login.loading .loginwrapper:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    display: block;
}

#bp-popup-login .media-content {
    padding: 100px 30px;
    width: 434px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 650px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #aaa;
    font-size: 16px;
    line-height: 1.63em;
}

#bp-popup-login .media-content .heading {
    margin-top: 10px;
    color: #aaa;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
}

#bp-popup-login .media-content:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    position: absolute;
    z-index: -1;
}

#bp-popup-login .inner-login {
    flex-grow: 1;
    padding: 50px;
}

#bp-popup-login .wrap-form {
    flex-grow: 1;
    padding-right: 0px;
    position: relative;
}

#bp-popup-login .shortcode br {
    display: none;
}

#bp-popup-login .wrap-sc {
    width: 50%;
    position: relative;
    padding-left: 30px;
}

#bp-popup-login .wrap-sc:before {
    position: absolute;
    width: 1px;
    height: 223px;
    content: '';
    left: 0;
    border-left: 1px dotted rgba(0, 0, 0, 0.15);
    top: 65px;
}

#bp-popup-login .wrap-sc .or {
    position: absolute;
    width: 50px;
    height: 50px;
    left: -25px;
    top: 140px;
    text-align: center;
    background: #FFF;
    line-height: 50px;
    font-size: 16px;
    color: #ccc;
}

#bp-popup-login .sc-plugin .wp-social-login-provider-list {
    padding: 0;
}

#bp-popup-login .sc-plugin .wp-social-login-provider-list a {
    display: block;
    position: relative;
    background: #3b5998;
    color: #FFF;
    margin-bottom: 20px;
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 50px;
    font-weight: normal;
    padding: 0 19px;
}

#bp-popup-login .sc-plugin .wp-social-login-provider-list a:after {
    transition: all 0.2s ease-in-out 0s;
    font-family: Ionicons;
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    background: #FFF;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #3b5998;
    text-align: center;
    line-height: 32px;
    box-shadow: 5.7px 5.7px 11.3px 0.7px rgba(0, 0, 0, 0.16);
}

#bp-popup-login .sc-plugin .wp-social-login-provider-list a:hover {
    box-shadow: 5.7px 5.7px 11.3px 0.7px rgba(0, 0, 0, 0.16);
}

#bp-popup-login .sc-plugin .wp-social-login-provider-list a:hover:after {
    transform: translate(-10px, -50%);
}

#bp-popup-login .wp-social-login-connect-with, #bp-popup-login .form-desc {
    font-size: 16px;
    color: #808080;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 15px;
}

#bp-popup-login .login-popup {
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: all 0.6s;
    filter: alpha(opacity=0);
    opacity: 0;
    transform: translate(0, -50px);
    visibility: hidden;
    width: 1150px;
    overflow-x: hidden;
    display: flex;
}

#bp-popup-login .login-popup.active {
    z-index: 2;
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    height: auto;
}

#bp-popup-login .login-popup form.loading .login-submit input[type="submit"] {
    cursor: not-allowed;
    opacity: 0.5;
}

#bp-popup-login .mfp-close {
    cursor: pointer;
    position: absolute;
    right: -50px;
    top: -50px;
    line-height: 50px;
    text-align: center;
    font-size: 50px;
    color: #fff;
    opacity: 1;
    width: 50px;
    height: 50px;
}

#bp-popup-login .message {
    position: static;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 13px !important;
}

#bp-popup-login .login-popup-container > br {
    display: none;
}

#bp-popup-login .mo-openid-app-icons {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#bp-popup-login .mo-openid-app-icons > p {
    display: none;
}

#bp-popup-login .mo_image_id {
    display: none;
}

#bp-popup-login .login-popup .title {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: normal;
    color: #999;
    margin-bottom: 25px;
}

#bp-popup-login .login-popup .title a {
    color: #999;
}

#bp-popup-login .login-popup .title .current-title {
    font-size: 24px;
    font-weight: bold;
}

#bp-popup-login .login-popup .title span:first-child:after {
    content: '/';
    padding-left: 5px;
}

#bp-popup-login .login-popup .title span:last-child:after {
    display: none;
}

.login-popup p:before {
    content: " ";
    display: table;
}

.login-popup p:after {
    content: " ";
    display: table;
    clear: both;
}

.login-popup label:after {
    color: #777;
    display: inline-block;
    font: normal normal normal 15px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.login-popup .login-email, .login-popup .login-username, .login-popup .login-password, .login-popup .login-submit {
    line-height: 50px;
    position: relative;
    margin-bottom: 0;
}

.login-popup .login-email label, .login-popup .login-username label, .login-popup .login-password label {
    font-size: 0;
    position: absolute;
    top: 8px;
    right: 20px;
    margin-bottom: 0;
}

.login-popup .login-email label:after, .login-popup .login-username label:after, .login-popup .login-password label:after {
    font-family: ionicons;
    font-size: 20px;
    color: #999;
}

.login-popup form {
    font-size: 16px;
}

.login-popup form input[type="password"], .login-popup form input[type="email"], .login-popup form input[type="text"] {
    width: 100%;
    color: #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.login-popup form input[type="password"]:-moz-placeholder, .login-popup form input[type="email"]:-moz-placeholder, .login-popup form input[type="text"]:-moz-placeholder, .login-popup form input[type="password"]::-moz-placeholder, .login-popup form input[type="email"]::-moz-placeholder, .login-popup form input[type="text"]::-moz-placeholder, .login-popup form input[type="password"]:-ms-input-placeholder, .login-popup form input[type="email"]:-ms-input-placeholder, .login-popup form input[type="text"]:-ms-input-placeholder, .login-popup form input[type="password"]::-webkit-input-placeholder, .login-popup form input[type="email"]::-webkit-input-placeholder, .login-popup form input[type="text"]::-webkit-input-placeholder {
    color: #aaa;
}

.login-popup form [type="checkbox"] {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.login-popup form input[type="submit"] {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    border-radius: 30px;
    transition: all 0.5s;
    box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
}

.login-popup .lost-pass-link {
    float: right;
    font-size: 16px;
    font-weight: 400;
    width: 50%;
    display: block;
    margin-top: 7px;
    margin-bottom: 14px;
    line-height: 25px;
    text-align: right;
    color: #555 !important;
}

.login-popup .link-bottom {
    font-size: 16px;
    font-weight: 400;
    color: #aaa;
}

.login-popup .link-bottom a {
    color: #aaa;
    text-decoration: underline;
}

.login-popup .login-remember {
    margin-bottom: 1px;
}

.sc-plugin > .wpb_wrapper {
    max-width: 500px;
    margin: auto;
    clear: both;
}

.sc-plugin > .wpb_wrapper > div {
    font-size: 24px;
    text-align: center;
}

.wp-social-login-widget {
    margin-bottom: -15px;
}

.wp-social-login-widget > .wp-social-login-connect-with {
    margin-bottom: 5px;
    font-weight: 700;
}

#signup-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 0;
    min-height: 80vh;
}

#signup-content h2 {
    font-size: 30px;
}

form#registerform > p {
    margin-bottom: 0;
}

form#registerform > p.text-mail {
    line-height: normal;
}

form#registerform .wp-social-login-widget {
    text-align: center;
}

form#registerform .wp-social-login-widget .wp-social-login-connect-with {
    position: relative;
    display: inline-block;
    padding: 0 25px;
    color: #999;
    font-size: 15px;
    font-weight: normal;
}

form#registerform .wp-social-login-widget .wp-social-login-connect-with:before, form#registerform .wp-social-login-widget .wp-social-login-connect-with:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 15px;
    background: #999;
    height: 1px;
    transform: translate(0, -50%);
}

form#registerform .wp-social-login-widget .wp-social-login-connect-with:before {
    left: 0;
}

form#registerform .wp-social-login-widget .wp-social-login-connect-with:after {
    right: 0;
}

form#registerform .button-submit {
    margin-top: 25px;
}

form#lostpasswordform .description {
    line-height: normal;
}

@media (max-width: 1400px) and (min-width: 1024px) {
    #bp-popup-login {
        width: 930px;
        height: 560px;
    }

    #bp-popup-login .login-popup {
        max-width: 100%;
    }

    #bp-popup-login .media-content {
        height: 560px;
    }
}

@media (max-width: 991px) {
    #bp-popup-login {
        width: 80%;
        height: auto;
    }

    #bp-popup-login .login-popup {
        max-width: 100%;
    }

    #bp-popup-login .media-content {
        display: none;
    }

    #bp-popup-login .wrap-form {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    #bp-popup-login {
        width: 95%;
    }

    #bp-popup-login .inner-login {
        padding: 30px 20px;
    }

    .login-popup.box-login .link-bottom {
        position: relative;
        right: auto;
        bottom: auto;
    }
}

/*# sourceMappingURL=style.css.map */









.buttons-slider {
    display: inline-block;
    margin: 20px 0;
}

.element-button.layout-1 {
    transition: all 0.3s ease;
}

.btn_FT {
    display: inline-block;
    padding: 12px 30px;
    background-color: #4a6cf7; /* Modern blue color */
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px; /* Rounded edges */
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(74, 108, 247, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.btn_FT:hover {
    color: white;
    background-color: #3a5ce4;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 108, 247, 0.4);
}

.btn_FT:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(74, 108, 247, 0.3);
}

/* Animation for the zoomIn appearance */
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.buttons-slider[data-appear="zoomIn"] {
    animation: zoomIn 0.6s ease both;
    animation-delay: 2.2s; /* Matches the data-delay attribute */
}



/* Terms & Conditions */


.atm {
    color: #2c3e50;
    text-align: center;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
}
h2 {
    color: #2980b9;
    margin-top: 30px;
    border-left: 4px solid #3498db;
    padding-left: 10px;
}
h3 {
    color: #16a085;
}
.last-updated {
    text-align: right;
    font-style: italic;
    color: #7f8c8d;
    margin-bottom: 30px;
}
.section {
    margin-bottom: 25px;
}
.highlight {
    background-color: #f9f9f9;
    padding: 15px;
    border-left: 4px solid #e74c3c;
    margin: 15px 0;
}
/* footer {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: center;
    color: #7f8c8d;
} */