:root {
    --color1: #01305a;
    --color2: #045a8e;
    --color3: #9ba7b2;
    --color4: aliceblue;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
*,
:after,
:before {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p.h1,
p.h2,
p.h3,
p.h4,
p.h5,
p.h6 {
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    color: #262626;
    margin-bottom: 20px;
}
a,
li,
p,
ul {
    color: #111;
}
img {
    max-width: 100%;
}
select.form-control:not([size]):not([multiple]) {
    height: 100%;
}
input:active,
input:focus,
select:active,
select:focus,
select:hover,
textarea:active,
textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    box-shadow: none !important;
}
button:active,
button:focus,
button:hover {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer;
}
figure {
    margin-bottom: 0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: 95% 23px;
    background-size: 12px;
}
.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.border-none {
    border: 0 !important;
}
::-webkit-input-placeholder {
    color: #777 !important;
    font-size: 15px;
    font-weight: 400;
}
::-moz-placeholder {
    color: #777 !important;
    font-size: 15px;
    font-weight: 400;
}
:-ms-input-placeholder {
    color: #777 !important;
    font-size: 15px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #777 !important;
    font-size: 15px;
    font-weight: 400;
}
a.btn.active,
a.btn:active,
a.btn:focus,
a.btn:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0;
}
.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
    z-index: 2;
}
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:hover,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:hover {
    z-index: 1;
}
iframe {
    border: 0;
}
.themeix-loaded #page-loader {
    opacity: 0;
    visibility: hidden;
}
.themeix-blockquote {
    margin-bottom: 40px;
}
.themeix-blockquote p {
    font-size: 18px;
    font-style: italic;
    color: var(--color1);
}
.section-spacing {
    padding: 100px 0;
}
.pt-100 {
    padding-top: 100px;
}
.section-bottom-spacing {
    margin-bottom: 100px;
}
.inner-spacing {
    padding: 60px 0;
}
.scb-minus-30 {
    padding-bottom: calc(100px - 30px) !important;
}
.inb-minus-30 {
    padding-bottom: calc(90px - 30px) !important;
}
.bg-color {
    background-color: #fff;
}
.bg-color2 {
    background-color: var(--color1);
}
.bg-color3 {
    background-color: #292726;
}
.bg-color4 {
    background-color: #f3f3f3;
}
.bg-color5 {
    background-color: #292726;
}
.light-text,
.light-text a,
.light-text div,
.light-text h1,
.light-text h2,
.light-text h3,
.light-text h4,
.light-text h5,
.light-text li,
.light-text p {
    color: #fff;
}
.themeix-btn {
    background-color: var(--color1);
    border: 1px solid var(--color1);
    border-radius: 0;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    color: #fff;
    position: relative;
}
.themeix-btn:active,
.themeix-btn:focus,
.themeix-btn:hover {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    color: var(--color1) !important;
}
.themeix-btn2 {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    color: #fff;
}
.themeix-btn2:active,
.themeix-btn2:focus,
.themeix-btn2:hover {
    background-color: var(--color1) !important;
    border: 1px solid var(--color1) !important;
    color: #fff !important;
}
.section-overlay {
    position: relative;
    z-index: 1;
}
.section-overlay:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.57);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.themeix-header-top .top-content,
.themeix-header-top .top-sign-btn {
    margin: 0;
    font-size: 16px;
    color: #fff;
}
.themeix-header-top .top-content {
    padding-top: 10px;
}
.themeix-header-top .top-sign-btn {
    background-color: var(--color2);
    padding: 10px 30px;
    display: block;
}
.themeix-header-top .top-sign-btn i {
    margin-right: 10px;
}
.themeix-header-navigation {
    position: relative;
}
.themeix-header-navigation .menu-collapser {
    background-color: transparent;
}
.themeix-header-navigation .themeix-brand {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
}
#navigation-menu {
    position: relative;
}
#navigation-menu li {
    background-color: transparent;
    border: 0;
}
#navigation-menu li a:hover {
    background-color: transparent;
}
#navigation-menu li a {
    padding: 40px 25px 40px 25px;
    font-size: 14px;
    font-weight: 600;
    color: #262626;
    text-transform: capitalize;
}
#navigation-menu li .sub-toggle {
    width: 15px;
    background-color: transparent;
}
#navigation-menu li .sub-toggle > i {
    color: transparent;
    position: relative;
}
#navigation-menu li .sub-toggle > i:before {
    content: "\f107";
    font-family: FontAwesome;
    color: #262626;
    font-size: 18px;
    font-style: normal;
    position: absolute;
}
#navigation-menu li.has-submenu ul {
    width: 250px;
}
#navigation-menu li.has-submenu li {
    background-color: #f3f3f3;
    display: block;
    float: none;
}
#navigation-menu li.has-submenu li a {
    padding: 10px 30px;
    font-weight: 400;
}
#navigation-menu li a:hover {
    color: var(--color1);
}
#navigation-menu li.has-submenu li a:hover {
    background: var(--color1);
    color: #fff;
}
.themeix-header-navigation .collapse-button {
    background-color: transparent;
}
.themeix-header-navigation .collapse-button .icon-bar {
    height: 2px;
    width: 20px;
    margin: 5px 0;
    background-color: #070707;
}
.fixed-navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
    border-bottom: 1px solid #f3f3f3;
}
.fixed-navigation #navigation-menu li a {
    padding: 20px 25px 20px 25px;
}
.fixed-navigation .themeix-brand {
    max-width: 130px;
}
.top-login-modal .modal-content {
    border-radius: 0;
}
.top-login-modal .modal-header {
    background: var(--color1);
    border-radius: 0;
}
.top-login-modal .modal-header,
.top-login-modal .modal-header span,
h5#tmx-loginform {
    color: #fff;
}
.top-login-modal input.form-control {
    border-radius: 0;
    padding: 10px;
}
.top-login-modal .login-btn {
    border: none;
    background: var(--color1);
    color: #fff;
    padding: 10px 20px;
    border-radius: 0;
}
.top-login-modal p.message a {
    color: var(--color1);
}
.themeix-slider {
    padding: 220px 0;
    background: url(../img/template/slider-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.themeix-slider-content {
    position: relative;
    z-index: 3;
}
.themeix-slider-content h1 {
    color: #fff;
    font-size: 36px;
    line-height: 60px;
}
.themeix-slider-content h1 span {
    color: var(--color1);
}
.themeix-slider-content p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 60px;
}
.themeix-slider-btn a.themeix-btn {
    margin-right: 30px;
}
.themeix-banner-wells {
    background-image: url(../img/template/banner-wells-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.themeix-wells-container {
    position: relative;
    z-index: 3;
}
.themeix-wells-container h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 10px;
}
.themeix-wells-container .breadcrumb {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0;
}
.themeix-wells-container .breadcrumb,
.themeix-wells-container .breadcrumb a {
    font-size: 20px;
    color: #fff;
}
.themeix-wells-container .breadcrumb .active a {
    color: var(--color1);
}
.themeix-wells-container .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    font-size: 20px;
}
.breadcrumb-item.active {
    color: var(--color1);
}
section.themeix-banner-wells.inner-spacing.section-overlay {
    padding: 100px 0;
}
.themeix-section-title {
    margin-bottom: 60px;
}
.themeix-section-title h5 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color1);
}
.themeix-section-title h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 15px;
}
.themeix-section-title span {
    color: var(--color1);
}
.themeix-section-title .section-border {
    width: 80px;
    height: 2px;
    background-color: var(--color1);
    margin: auto;
    position: relative;
    margin-bottom: 30px;
}
.themeix-section-title .section-border:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #fff;
}
.themeix-section-title .section-border:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #fff;
}
.themeix-section-title p {
    margin: 0;
}
.themeix-section-title .left-border {
    margin-left: 0;
}
.themeix-section-title .right-border {
    margin-right: 0;
}
.themeix-title-inverse h2,
.themeix-title-inverse p {
    color: rgba(255, 255, 255, 0.8);
}
.themeix-video-details {
    width: 100%;
    display: table;
    margin-bottom: 40px;
}
.themeix-video-details:last-child {
    margin-bottom: 0;
}
.themeix-video-details .themeix-video-logo {
    width: 60px;
    float: left;
}
.themeix-video-details .themeix-video-content {
    width: calc(100% - 60px);
    padding-left: 20px;
    float: left;
}
.themeix-video-details .themeix-video-content h5 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}
.themeix-video-details .themeix-video-content p {
    color: #999;
    margin-bottom: 0;
}
.themeix-video-thumb {
    min-height: 455px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.themeix-video-play {
    z-index: 3;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.themeix-video-thumb i.fa.fa-play {
    color: #fff;
    background: var(--color1);
    padding: 10px;
    font-size: 36px;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    line-height: 51px;
    padding-left: 15px;
    margin-left: -3px;
    margin-top: -11px;
}
.iq-waves {
    position: absolute;
    width: 384px;
    width: 24rem;
    height: 384px;
    height: 24rem;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.iq-waves .waves {
    position: absolute;
    width: 384px;
    width: 24rem;
    height: 384px;
    height: 24rem;
    background: rgba(255, 104, 0, 0.1);
    opacity: 0;
    border-radius: 320px;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}
.iq-waves .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.iq-waves .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.iq-waves .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
    }
}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
    }
}
.upcoming-event-wrapper {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}
.upcoming-event-wrapper:last-of-type {
    margin-bottom: 0;
    border: 0;
}
.upcoming-event-container .upcoming-event-wrapper:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.upcoming-event-details {
    display: table;
    width: 100%;
}
.upcoming-event-details .upcoming-event-logo {
    width: 100px;
    float: left;
    text-align: center;
}
.upcoming-event-logo h2 {
    background-color: var(--color1);
    font-size: 38px;
    margin-bottom: 0;
    color: #fff;
    padding: 13px;
    height: 73px;
}
.upcoming-event-logo h5 {
    background-color: #292726;
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    padding: 10px;
}
.upcoming-event-details .upcoming-event-content {
    width: calc(100% - 100px);
    padding-left: 25px;
    float: left;
}
.upcoming-event-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.upcoming-event-content .upcoming-event-meta {
    margin-bottom: 15px;
}
ul.upcoming-event-meta.list-inline i {
    margin-right: 5px;
}
.upcoming-event-content .upcoming-event-meta li {
    color: #999;
    margin-right: 25px;
}
.upcoming-event-content .upcoming-event-meta li:last-child {
    margin-right: 0;
}
.upcoming-event-content .upcoming-event-meta li img {
    margin-right: 10px;
    margin-bottom: 2px;
}
.upcoming-event-content .upcoming-event-btn {
    background-color: var(--color1);
    border: 2px solid var(--color1);
    border-radius: 0;
    padding: 3px 15px;
    text-transform: capitalize;
    color: #f7f7f7;
    margin-top: 0;
    display: inline-block;
    font-size: 14px;
}
.upcoming-event-more {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 2px 16px;
    font-size: 10px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    color: #111;
    position: absolute;
    right: 0;
    top: -70px;
}
.upcoming-event-thumb img {
    max-height: 111px;
    float: right;
}
.start-event-thumb img {
    width: 100%;
}
.start-event-title h2 {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 20px;
}
.start-event-title h2 span {
    color: var(--color1);
}
.start-event-title p {
    margin-bottom: 30px;
}
.start-event-list {
    margin-bottom: 30px;
}
.start-event-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}
.start-event-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 15px;
    color: var(--color1);
    position: absolute;
    left: 0;
    top: 0;
}
.start-event-counter {
    margin-bottom: 0;
}
.start-event-counter li {
    font-size: 36px;
    color: var(--color1);
    font-weight: 600;
    margin-right: 20px !important;
}
.start-event-counter li span {
    font-size: 24px;
    color: #262626;
}
.upcoming-event-clock {
    background-image: url(../img/template/start-event-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 300px;
}
.upcoming-event-clock-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: 80px;
    margin: auto;
    z-index: 2;
}
.upcoming-event-clock-wrapper h4 {
    font-size: 26px;
    color: var(--color1);
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}
.upcoming-event-clock-wrapper .upcoming-event-counter {
    margin-bottom: 0;
    text-align: center;
}
.upcoming-event-clock-wrapper .upcoming-event-counter li {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    margin-right: 15px !important;
}
.upcoming-event-clock-wrapper .upcoming-event-counter li span {
    font-size: 24px;
}
.upcoming-event-calendar h4 {
    font-size: 30px;
    margin-bottom: 30px;
}
.upcoming-event-calendar h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.upcoming-event-calendar h6 span {
    color: var(--color1);
}
.upcoming-event-calendar-list li {
    margin-bottom: 10px;
}
.upcoming-event-calendar-list li i {
    margin-right: 10px;
    color: #ff6700;
}
.upcoming-event-calendar-list li:last-child i {
    color: #09a025;
}
.zabuto_calendar .table tr.calendar-month-header td {
    background-color: var(--color1) !important;
}
.zabuto_calendar .table tr.calendar-month-header td span {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    padding-bottom: 4px !important;
}
.calendar-month-navigation span {
    position: relative;
}
.calendar-month-header td:nth-child(1) span > :before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 15px;
    color: #fff;
    position: relative;
    bottom: 0;
}
.calendar-month-header td:nth-child(3) span > :before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 15px;
    color: #fff;
    position: relative;
    bottom: 1px;
}
.zabuto_calendar .table tr.calendar-dow-header th {
    background-color: #fafafa !important;
    padding-bottom: 0 !important;
    font-size: 12px;
    text-transform: capitalize;
    color: #a5a5a5;
    font-weight: 400;
    padding: 10px !important;
}
.zabuto_calendar .table tr th,
div.zabuto_calendar .table tr td {
    background-color: #fafafa !important;
    padding-bottom: 5px !important;
    padding-top: 5px;
    text-align: center;
}
.themeix-blog-post {
    margin-bottom: 30px;
}
.themeix-blog-post:last-of-type {
    margin-bottom: 0;
}
.themeix-blog-post .themeix-blog-thumb {
    margin-bottom: 15px;
}
.themeix-blog-post .themeix-blog-thumb img {
    width: 100%;
}
.themeix-blog-post .themeix-blog-details h5 {
    font-size: 20px;
    margin-bottom: 5px;
}
.themeix-blog-post .themeix-blog-date {
    margin-bottom: 10px;
}
.themeix-blog-post .themeix-blog-date li {
    font-size: 16px;
    color: #777;
}
.themeix-blog-post .themeix-blog-meta {
    margin-bottom: 0;
}
.themeix-blog-post .themeix-blog-meta a,
.themeix-blog-post .themeix-blog-meta li {
    font-size: 14px;
    color: #999;
    line-height: 18px;
    margin-right: 10px;
    text-transform: capitalize;
}
.themeix-blog-post .themeix-blog-meta a:active,
.themeix-blog-post .themeix-blog-meta a:focus,
.themeix-blog-post .themeix-blog-meta a:hover {
    color: var(--color1);
}
.themeix-blog-post .themeix-blog-meta i {
    margin-right: 6px;
    color: var(--color1);
}
.themeix-blog-btn {
    font-size: 15px;
    background-color: transparent;
    color: var(--color1);
    border: 0;
    padding-left: 0;
}
.themeix-blog-btn:focus,
.themeix-blog-btn:hover {
    background-color: transparent;
    color: #232b2d;
}
.themeix-blog-list .themeix-blog-post .themeix-blog-details h5 {
    font-size: 26px;
}
.themeix-blog-list .themeix-blog-post .themeix-blog-date {
    margin-bottom: 15px;
}
.themeix-blog-list a.themeix-blog-btn {
    background: var(--color1);
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    border-radius: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}
.themeix-newsletter h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.themeix-newsletter-wrapper {
    background-color: #edf1f4;
    padding: 90px 0;
    margin-bottom: 100px;
    background-image: url(../img/template/newsletter-logo.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.themeix-newsletter-form {
    max-width: 640px;
    margin: auto;
}
.themeix-newsletter-form .input-group .form-control {
    border: 1px solid #d9d9d9;
    background: 0 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.themeix-newsletter-form .input-group .btn {
    border: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0;
    background: var(--color1);
    color: #fff;
    z-index: 1;
    color: #fff;
    padding: 10px 20px;
}
.themeix-newsletter-form .input-group .btn:focus,
.themeix-newsletter-form .input-group .btn:hover {
    background: #232b2d;
}
.themeix-client-logo {
    border: 1px solid #e6e6e6;
}
.themeix-client-logo a {
    display: block;
}
.services-container {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 100px;
}
.services-wrapper {
    margin-bottom: 60px;
    text-align: center;
}
.services-wrapper .services-logo {
    margin-bottom: 20px;
}
.services-wrapper .services-details h5 {
    font-size: 20px;
    margin-bottom: 10px;
}
.services-wrapper .services-details p {
    color: #999;
    margin-bottom: 0;
}
.not-found-container img {
    margin-bottom: 60px;
}
.not-found-container h2 {
    font-size: 80px;
    margin-bottom: 30px;
}
.not-found-container p {
    font-size: 30px;
    margin-bottom: 0;
}
.not-found-container a {
    font-size: 30px;
    color: var(--color1);
}
.instructors-details-img {
    background-image: url(../img/template/instructors-author-img.png);
    background-repeat: no-repeat;
    background-position: 100px 100px;
    background-size: auto 109%;
}
.instructors-details h2 {
    font-size: 56px;
    margin-bottom: 10px;
}
.instructors-details h2 a {
    font-size: 56px;
    color: var(--color1);
}
.instructors-details h6 {
    font-size: 18px;
    color: #777;
    margin-bottom: 30px;
}
.instructors-details p {
    margin-bottom: 30px;
}
.instructors-details-review {
    margin-bottom: 30px;
}
.instructors-details-review > li {
    margin-right: 40px !important;
}
.instructors-details-review > li:last-child h4 {
    color: var(--color1);
}
.instructors-details-review h4 {
    font-size: 36px;
    color: #777;
    margin-bottom: 5px;
}
.instructors-details-review h5 {
    font-size: 18px;
    font-weight: 400;
    color: #111;
    margin-bottom: 0;
}
.instructors-details-star {
    margin-bottom: 0;
}
.instructors-details-star li {
    font-size: 22px;
    color: #ffc208;
}
.instructors-details-social {
    margin-bottom: 0;
}
.instructors-details-social a {
    background-color: transparent;
    width: 40px;
    height: 40px;
    border: 1px solid #eaeaea;
    border-radius: 100%;
    display: block;
    font-size: 16px;
    text-align: center;
    padding-top: 6px;
    color: var(--color1);
}
.instructors-details-social a:hover {
    background-color: var(--color1);
    border-color: var(--color1);
    color: #fff;
}
#gallery-filter {
    text-align: center;
    margin-bottom: 60px;
}
#gallery-filter .button {
    background-color: transparent;
    border: 0;
    padding: 4px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #777;
}
#gallery-filter .button:focus,
#gallery-filter .button:hover {
    color: var(--color1);
}
#gallery-filter .is-checked {
    background-color: var(--color1);
    color: #fff;
}
#gallery-filter .is-checked:focus,
#gallery-filter .is-checked:hover {
    color: #fff;
}
.gallery-item-thumb {
    position: relative;
    cursor: pointer;
    z-index: 1;
    margin-bottom: 30px;
    max-height: 300px;
    overflow: hidden;
}
.gallery-item-thumb img {
    width: 100%;
}
.gallery-item-hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 104, 0, 0.85);
    z-index: 2;
    text-align: center;
    padding-top: 90px;
    opacity: 0;
    visibility: hidden;
}
.gallery-item-thumb:focus .gallery-item-hover,
.gallery-item-thumb:hover .gallery-item-hover {
    opacity: 1;
    visibility: visible;
}
.gallery-item-hover a {
    display: inline-block;
    margin-bottom: 20px;
}
.gallery-item-hover p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}
.forum-color {
    color: #059824;
    background-color: #059824;
}
.forum-color2 {
    color: #6fbaf3;
    background-color: #6fbaf3;
}
.forum-color3 {
    color: #94d508;
    background-color: #94d508;
}
.forum-color4 {
    color: #f36fb7;
    background-color: #f36fb7;
}
.forum-color5 {
    color: #b7b919;
    background-color: #b7b919;
}
.forum-table p {
    margin-bottom: 0;
}
.forum-table thead th {
    padding: 0 20px 20px 20px;
    border: 0;
}
.forum-table tbody tr {
    border: 1px solid #e5e5e5;
}
.forum-table tbody tr:last-child {
    margin-bottom: 0;
}
.forum-table tbody td {
    border: 0;
    padding: 40px 0;
    font-size: 16px;
}
.forum-table tbody td i {
    font-size: 12px;
    margin-right: 10px;
    border-radius: 100%;
    width: 10px;
    height: 10px;
}
.forum-table tbody .forum-user {
    margin-bottom: 0;
}
.forum-table tbody .forum-user li span {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 2px;
    color: #fff;
    margin-bottom: 5px;
}
.forum-table tbody tr td:nth-child(4),
.forum-table tbody tr td:nth-child(5),
.forum-table tbody tr td:nth-child(6) {
    text-align: center;
}
.forum-table tbody tr td:nth-child(1) {
    padding-left: 30px;
}
.forum-table tbody tr td:nth-child(6) {
    padding-right: 30px;
}
.forum-table .forum-img {
    width: 60px;
    margin-right: 10px;
}
.forum-table .forum-input {
    border: 1px solid #e5e5e5;
    padding: 4px 10px;
    text-align: center;
    font-size: 16px;
}
.forum-table .forum-rate {
    color: var(--color1);
    font-size: 16px;
}
.course-info-wrapper {
    width: 100%;
    display: table;
}
.course-info {
    width: 20%;
    float: left;
    background-color: #f4f6f8;
    padding: 50px 20px;
    text-align: center;
}
.course-info:first-child {
    background-color: var(--color1);
}
.course-info .course-logo {
    margin-bottom: 10px;
}
.course-info h5 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}
.course-info p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 24px;
}
.course-info .course-info-btn {
    border: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0;
    background: var(--color1);
    color: #fff;
    z-index: 1;
    padding: 10px 30px;
    position: relative;
    top: 50px;
}
.popular-color1 {
    background-color: var(--color4);
}
.popular-color2 {
    background-color: #fb4;
}
.popular-color3 {
    background-color: var(--color1);
}
.popular-course-post {
    margin-bottom: 30px;
}
.popular-course-thumb {
    min-height: 215px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.popular-course-thumb:before {
    background: rgba(41, 39, 38, 0.5);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
}
.popular-course-thumb .popular-course-teacher {
    width: 140px;
    position: absolute;
    bottom: 15px;
    right: 0;
    padding: 4px 5px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.popular-course-thumb .popular-course-teacher a {
    display: inline;
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 20px;
}
.popular-course-thumb .popular-course-teacher img {
    position: relative;
    bottom: 15px;
    left: 10px;
}
.popular-course-post .popular-course-content {
    box-shadow: 0 4px 82px -41px #000;
}
.popular-course-post .popular-course-content h2,
.popular-course-post .popular-course-content h3,
.popular-course-post .popular-course-content h5,
.popular-course-post .popular-course-content p.h1,
.popular-course-post .popular-course-content p.h2,
.popular-course-post .popular-course-content p.h3,
.popular-course-post .popular-course-content p.h4,
.popular-course-post .popular-course-content p.h5 {
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 15px;
    background: #292726;
}
.popular-course-post .popular-course-content p {
    padding: 15px;
    margin-bottom: 0;
}
.popular-course-meta {
    padding: 15px;
    padding-top: 0;
}
.popular-course-post .popular-course-review {
    margin-bottom: 0;
    margin-top: 0;
}
.popular-course-post .popular-course-review li {
    color: #ffc208;
    font-size: 14px;
    margin-right: 2px;
}
.popular-course-post .popular-course-review li:last-child {
    color: #ffdd74;
}
.popular-course-post .popular-course-student {
    margin-bottom: 0;
}
.popular-course-post .popular-course-student li {
    font-size: 13px;
    color: #939292;
    margin-right: 10px;
}
.popular-course-post .popular-course-student li:last-child {
    margin-right: 0 !important;
}
.popular-course-post .popular-course-student li i {
    margin-right: 5px;
}
.popular-course-meta .popular-course-price {
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    float: right;
    margin-bottom: 10px;
}
.picture-module {
    height: 100%;
}
.popular-course-post .popular-course-price:hover {
    color: #fff;
}
.themeix-rating-area {
    float: left;
    width: 100%;
    padding: 10px 15px;
}
.themeix-rating-area ul.popular-course-review.list-inline {
    float: left;
}
ul.popular-course-review {
    margin: 0;
    padding: 0;
}
.popular-course-post .popular-course-student {
    margin: 0;
    padding: 0;
}
ul.popular-course-student {
    float: right;
}
a.popular-course-enroll, button.popular-course-enroll {
    background: var(--color1);
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    font-size: 15px;
    text-transform: capitalize;
    border:none;
}
a.popular-course-enroll:hover, button.popular-course-enroll:hover {
    background: #292726;
    color: #fff;
}
.popular-course-post .themeix-subscribe-wrapper h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff;
}
.themeix-course-search h2 {
    font-size: 30px;
}
.themeix-search-form .input-group .form-control {
    border: 1px solid #d9d9d9;
    background: 0 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.themeix-search-form .input-group .btn {
    border: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 20px;
    border-radius: 0;
    background: var(--color1);
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
    color: #fff;
    padding: 15px 50px;
}
.themeix-course-grid ul {
    margin-bottom: 0;
    margin-top: 55px;
    float: right;
}
.themeix-course-grid ul li a {
    font-size: 36px;
    color: #999;
}
.themeix-course-grid ul li a.active,
.themeix-course-grid ul li a:focus,
.themeix-course-grid ul li a:hover {
    color: var(--color1);
}
.popular-course-post2 {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}
.popular-course-post2:last-of-type {
    border: 0;
    margin-bottom: 0;
}
.popular-course-post2 .popular-course-thumb img {
    width: 100%;
}
.popular-course-post2 .popular-course-details h3 {
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
}
.popular-course-post2 .popular-course-details h3:before {
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: var(--color1);
}
.popular-course-post2 .popular-course-details p {
    margin-bottom: 20px;
}
.popular-course-post2 .popular-course-avarage h2 {
    margin-bottom: 0;
    font-size: 36px;
    color: var(--color1);
}
.popular-course-post2 .popular-course-avarage p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    color: #999;
}
.popular-course-post2 .popular-course-review {
    margin-bottom: 0;
}
.popular-course-post2 .popular-course-review li {
    color: #ffc208;
    font-size: 10px;
    margin-right: 2px;
}
.popular-course-post2 .popular-course-author {
    font-size: 14px;
    position: relative;
    top: 50px;
}
.popular-course-post2 .popular-course-author img {
    margin-left: 10px;
}
.popular-course-post2 .popular-course-student {
    margin-bottom: 0;
    position: relative;
    top: 50px;
}
.popular-course-post2 .popular-course-student li {
    font-size: 15px;
    color: #939292;
    margin-right: 25px !important;
}
.popular-course-post2 .popular-course-student li i {
    color: var(--color1);
}
.themeix-pagination .pagination {
    display: block;
    margin: 0;
    padding-top: 60px;
}
.themeix-pagination .pagination li {
    display: inline-block;
}
.themeix-pagination .pagination li a {
    color: #262626;
    padding: 12px 15px;
    border: 1px solid #e6e6e6;
}
.themeix-pagination .pagination li a:focus,
.themeix-pagination .pagination li a:hover {
    color: #fff;
    background-color: var(--color1);
    border: 1px solid var(--color1);
}
.themeix-pagination .pagination li:first-child a,
.themeix-pagination .pagination li:last-child a {
    border-radius: 0;
    border-radius: 0;
}
.themeix-course-action-2 ul {
    padding: 0;
    list-style: none;
    display: inline;
}
.themeix-course-action-2 ul li {
    display: inherit;
    float: left;
    border: none;
}
.themeix-course-action-2 a {
    height: 40px;
    text-align: center;
    line-height: 26px;
    letter-spacing: 0;
    padding: 5px 15px;
}
.themeix-course-action-2 ul li {
    display: inherit;
}
.themeix-course-action-2 span {
    border: none;
    background: var(--color2);
    padding: 5px 10px;
    height: 40px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
}
.themeix-progress {
    width: 120px;
    height: 120px;
    line-height: 150px;
    background: 0 0;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}
.themeix-progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #c8c6c6;
    position: absolute;
    top: 0;
    left: 0;
}
.themeix-progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.themeix-progress .progress-left {
    left: 0;
    -webkit-animation: themeix-loading 1.5s linear forwards 1.8s;
    animation: themeix-loading 1.5s linear forwards 1.8s;
}
.themeix-progress .progress-bar {
    width: 100%;
    height: 100%;
    background: 0 0;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: var(--color1);
}
.themeix-progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}
.themeix-progress .progress-right {
    right: 0;
}
.themeix-progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    -webkit-animation: themeix-loading 1.8s linear forwards;
    animation: themeix-loading 1.8s linear forwards;
}
.themeix-progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: 0 0;
    font-size: 30px;
    color: #777;
    font-weight: 600;
    line-height: 123px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 5%;
}
@-webkit-keyframes themeix-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes themeix-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
#themeix-lesson-accordion .card-header {
    padding: 0;
}
#themeix-lesson-accordion .card-header button {
    background: 0 0;
    border: none;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
}
#themeix-lesson-accordion .card-header button {
    color: var(--color1);
}
#themeix-lesson-accordion .card-header button.collapsed {
    color: #262626;
}
div#themeix-lesson-accordion {
    margin-bottom: 30px;
}
div#themeix-lesson-accordion .card-body {
    background: #fff;
    box-shadow: 0 0 35px -10px #ddd;
}
.themeix-counter {
    background-image: url(../img/template/counter-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.themeix-counter-wrapper {
    z-index: 3;
    position: relative;
    text-align: center;
}
.themeix-counter-wrapper h3 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: 400;
}
.themeix-counter-wrapper p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 300;
}
.themeix-resgister {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.resgister-form {
    background-color: #fff;
    -webkit-box-shadow: 0 15px 78px -18px #bdbbbb;
    box-shadow: 0 15px 78px -18px #bdbbbb;
    text-align: center;
}
.resgister-form .resgister-form-text {
    background-color: var(--color1);
    padding: 25px;
    position: relative;
    margin-bottom: 40px;
}
.resgister-form h2 {
    font-size: 36px;
    margin-bottom: 10px;
}
.resgister-form p {
    margin-bottom: 5px;
}
.resgister-form h2,
.resgister-form p {
    color: #fff;
}
.resgister-form-triangle {
    width: 100%;
    height: 25px;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: var(--color1);
    position: absolute;
    -webkit-transform: skew(0deg, -2deg);
    -ms-transform: skew(0deg, -2deg);
    transform: skew(0deg, -2deg);
}
.resgister-form .form-group {
    padding: 25px;
    margin-bottom: 0;
    padding-top: 0;
}
.resgister-form .form-group .form-control {
    border: 0;
    border-bottom: 1px solid #efefef;
    padding: 15px 0;
}
.resgister-form button[type="submit"] {
    width: calc(100% - 50px);
    padding: 12px 30px;
    background-color: #262626;
    border: 1px solid;
    border-radius: 0;
    border-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 50px;
    margin-top: 30px;
}
.resgister-form button[type="submit"]:focus,
.resgister-form button[type="submit"]:hover {
    background-color: var(--color1);
}
.themeix-resgister-wrapper {
    background-image: url(../img/template/resgister-now-man.png);
    background-repeat: no-repeat;
    background-position: 78% 70px;
    background-size: contain;
    bottom: 0;
}
.themeix-about-author {
    background-image: url(../img/template/about-author-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.themeix-section-title {
    z-index: 3;
    position: relative;
}
.about-author-info-carousel {
    z-index: 3;
    position: relative;
}
.about-author-info {
    width: 100%;
    display: table;
}
.about-author-info .about-author-thumb {
    width: 180px;
    float: left;
}
.about-author-info .about-author-content {
    width: calc(100% - 180px);
    float: left;
    padding-left: 25px;
    padding-top: 40px;
}
.about-author-info .about-author-content a,
.about-author-info .about-author-content p,
.about-author-info .about-author-content span {
    color: rgba(255, 255, 255, 0.8);
}
.about-author-info .about-author-content a {
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
    color: #fe6e0a;
}
.about-author-info .about-author-content span {
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
}
.about-author-info .about-author-content p {
    margin-bottom: 30px;
    font-style: italic;
}
.about-author-info .about-author-content img {
    width: 100px;
}
.testimonial-instructor {
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}
.testimonial-info {
    overflow: hidden;
}
.testimonial-info .testimonial-info-thumb img {
    width: 100%;
}
.testimonial-info .testimonial-info-content {
    background-color: #edf1f4;
    text-align: center;
    padding: 20px;
}
.testimonial-info .testimonial-info-content h5 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--color1);
}
.testimonial-info .testimonial-info-content p {
    color: #777;
    margin-bottom: 0;
}
.testimonial-hover {
    position: absolute;
    top: 126px;
    left: 0;
    bottom: 86px;
    right: 0;
    background-color: var(--color1);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}
.testimonial-hover-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100px;
    margin: auto;
    text-align: center;
}
.testimonial-hover-social {
    margin-bottom: 20px;
}
.testimonial-hover-social a {
    background-color: transparent;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: block;
    font-size: 14px;
    text-align: center;
    padding-top: 1px;
    color: #fff;
}
.testimonial-hover-social a:focus,
.testimonial-hover-social a:hover {
    background-color: #fff;
    color: var(--color1);
}
.testimonial-hover-wrap h5 {
    margin-bottom: 4px;
    font-size: 18px;
    color: #fff;
}
.testimonial-hover-wrap p {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
}
.testimonial-instructor:focus .testimonial-hover,
.testimonial-instructor:hover .testimonial-hover {
    top: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.testimonial-instructor-carousel {
    position: relative;
    z-index: 3;
}
.testimonial-instructor-carousel .owl-nav {
    display: none;
}
.testimonial-instructor-carousel .owl-next,
.testimonial-instructor-carousel .owl-prev {
    width: 45px;
    height: 30px;
    background-color: #edf1f4;
    display: inline-block;
    position: relative;
    color: transparent;
}
.testimonial-instructor-carousel .owl-next:hover,
.testimonial-instructor-carousel .owl-prev:hover {
    background-color: var(--color1);
}
.testimonial-instructor-carousel .owl-prev {
    margin-right: 10px;
}
.testimonial-instructor-carousel .owl-prev:before {
    content: "\f104";
    font-size: 22px;
    color: #262626;
    font-family: FontAwesome;
    position: absolute;
    top: -2px;
    left: 17px;
}
.testimonial-instructor-carousel .owl-next:before {
    content: "\f105";
    font-size: 22px;
    color: #262626;
    font-family: FontAwesome;
    position: absolute;
    top: -2px;
    left: 17px;
}
.testimonial-instructor-carousel .owl-next:hover:before,
.testimonial-instructor-carousel .owl-prev:hover:before {
    color: #fff;
}
.themeix-testimonial-img {
    background-image: url(../img/template/about-author-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.themeix-pannel-main {
    width: 100%;
    display: table;
}
.themeix-pannel-main .pannel-column {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 100px 0;
    position: relative;
}
.pannel-one {
    background-color: #fb4;
}
.pannel-two {
    background-color: var(--color4);
}
.pannel-three {
    background-color: var(--color1);
}
.pannel-column .pannel-logo {
    margin-bottom: 30px;
}
.pannel-column .pannel-wrapper h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.pannel-column .pannel-wrapper p {
    margin-bottom: 0;
}
.pannel-column .pannel-wrapper h2,
.pannel-column .pannel-wrapper p {
    color: #fff;
}
.pannel-column .pannel-plus {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    margin: auto;
}
.pannel-column .pannel-plus img {
    max-width: 80px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.tmx-box-icon i {
    width: 100px;
    height: 100px;
    font-size: 100px;
    color: #fff;
    text-align: center;
    line-height: 120px;
}
.themeix-subscribe {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.themeix-subscribe .subscribe-column {
    width: 50%;
    float: left;
    position: relative;
}
.themeix-subscribe-wrapper {
    position: relative;
    z-index: 3;
    width: 75%;
    max-width: 545px;
    float: right;
}
.themeix-subscribe-wrapper p.h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff;
}
.themeix-subscribe-thumb {
    max-height: 415px;
    overflow: hidden;
    background-image: url(/img/template/subscribe-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.subscribe-triangle {
    width: 400px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -250px;
    background-color: var(--color1);
    -webkit-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    z-index: 2;
    background-image: url(../img/template/subscribe-bg-logo.webp);
    background-repeat: no-repeat;
    background-position: 140% 40%;
}
.themeix-subscribe-form .input-group .form-control {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.themeix-subscribe-form .input-group .btn {
    border: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0;
    background: #232b2d;
    color: #fff;
    z-index: 1;
    color: #fff;
    padding: 10px 40px;
}
.themeix-single-thumb {
    margin-bottom: 30px;
}
.themeix-single-thumb img {
    width: 100%;
}
.themeix-single h4 {
    font-size: 24px;
    margin-bottom: 10px;
}
.themeix-single p {
    margin-bottom: 30px;
}
.themeix-single-title {
    margin-bottom: 20px;
}
.themeix-single-title .single-meta-data {
    margin-bottom: 0;
    font-size: 18px;
    color: #777;
    line-height: 30px;
}
.themeix-single-list {
    margin-bottom: 30px;
}
.themeix-single-list li {
    margin-bottom: 10px;
}
.themeix-single-list i {
    margin-right: 10px;
    color: var(--color1);
}
#themeix-accordion {
    padding: 0 25px;
    border: 1px solid #e8e8e8;
    margin-bottom: 40px;
}
#themeix-accordion .themeix-card button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    color: #262626;
    font-weight: 600;
}
#themeix-accordion .card-body {
    padding: 0;
    margin: 0;
}
#themeix-accordion .card-body li {
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 0;
}
#themeix-accordion .card-body li a {
    font-size: 15px;
}
#themeix-accordion .card-body li a:focus,
#themeix-accordion .card-body li a:hover {
    color: var(--color1);
}
#themeix-accordion .card-header {
    background-color: transparent;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}
#themeix-accordion .themeix-card:last-child .card-header {
    border-bottom: 0;
}
#themeix-accordion .themeix-card:last-child .card-body li:first-child {
    border-top: 1px solid #e8e8e8;
}
#themeix-accordion .themeix-card:last-child .card-body li:last-child {
    border-bottom: 0;
}
.themeix-top-bar-left a {
    color: #fff;
}
.themeix-review {
    padding: 50px 30px;
    width: 100%;
    display: table;
    background: #f7f7f7;
}
.themeix-review-circle {
    width: 185px;
    float: left;
    text-align: center;
}
.themeix-progress {
    margin-bottom: 10px;
}
.themeix-review-progress {
    width: calc(100% - 185px);
    float: left;
    padding-left: 20px;
}
.themeix-review-circle h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.popular-course-review {
    margin-bottom: 0;
}
.popular-course-review li {
    font-size: 18px;
    color: #ffc20b;
}
.themeix-prograss .progress {
    background-color: transparent;
    border-radius: 0;
    height: 20px;
}
.themeix-prograss .progress-label {
    float: left;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
    margin-top: -4px;
}
.themeix-prograss {
    clear: both;
    display: block;
    margin-bottom: 20px;
}
.themeix-prograss:last-child {
    margin-bottom: 0;
}
.themeix-prograss .progress-bar {
    background-color: #ff954c;
    border-radius: 0;
    font-size: 12px;
}
.themeix-single-page {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.themeix-single-page .themeix-single-tags {
    margin-bottom: 0;
}
.themeix-single-page .themeix-single-tags li a {
    color: var(--color1);
}
.themeix-single-page .themeix-single-tags li a:after {
    content: ",";
}
.themeix-single-page .themeix-single-tags li:last-child a:after {
    display: none;
}
.themeix-single-page .themeix-single-tags li:first-child {
    color: #111;
    font-weight: 600;
}
.themeix-single-page .themeix-single-social {
    margin-bottom: 0;
}
.themeix-single-page .themeix-single-social li a {
    font-size: 12px;
    color: #777;
}
.themeix-single-admin {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    background-image: url(../img/template/single-admin-quote.png);
    background-repeat: no-repeat;
    background-position: 50% 80%;
    padding: 30px;
}
.themeix-single-admin img {
    margin-bottom: 20px;
}
.themeix-single-admin h5 {
    margin-bottom: 0;
    font-size: 16px;
}
.themeix-single-admin p {
    margin-bottom: 0;
}
.themeix-single-admin span {
    margin-bottom: 20px;
    font-size: 15px;
    display: inline-block;
}
.themeix-single-admin img {
    margin-bottom: 20px;
}
.themeix-single-comment {
    width: 100%;
    display: table;
    margin-bottom: 30px;
}
.themeix-single-comment:last-child {
    margin-bottom: 0;
}
.themeix-single-comment .themeix-single-author {
    width: 70px;
    float: left;
}
.themeix-single-comment .themeix-single-content {
    width: calc(100% - 70px);
    float: left;
    padding: 20px;
    background-color: #f6f5f5;
    position: relative;
}
.themeix-single-comment .themeix-single-content h5 {
    font-size: 15px;
    margin-bottom: 0;
}
.themeix-single-comment .themeix-single-content span {
    font-size: 12px;
    margin-bottom: 20px;
    display: inline-block;
}
.themeix-single-comment .themeix-single-content p {
    margin: 0;
}
.themeix-comment-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    color: var(--color1);
    font-size: 14px;
    background-color: #eeecec;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
}
.themeix-comment-shift {
    padding-left: 60px;
}
.themeix-single a:hover {
    color: var(--color1);
}
.sidebar-widget {
    margin-bottom: 60px;
}
.sidebar-title {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 25px;
}
.sidebar-search .input-group .form-control {
    border: 1px solid #d9d9d9;
    background: 0 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sidebar-search .input-group .btn {
    border: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0;
    background: var(--color1);
    color: #fff;
    z-index: 1;
    padding: 10px 30px;
}
.sidebar-category li {
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.sidebar-category li a {
    color: #777;
}
.sidebar-category li span {
    margin-top: 2px;
    color: #999;
    font-size: 15px;
}
.sidebar-category li a:focus,
.sidebar-category li a:hover {
    color: var(--color1);
}
.sidebar-course #course-slider .carousel-control-prev-icon {
    color: #fff;
}
.sidebar-course .sidebar-course-content {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.sidebar-course .sidebar-course-content h5 {
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    font-size: 16px;
    color: var(--color1);
    font-weight: 400;
    padding: 20px;
}
.sidebar-course .sidebar-course-content p {
    margin: 15px;
}
.sidebar-course .sidebar-course-meta {
    padding: 15px;
}
.sidebar-course .sidebar-course-review {
    margin-bottom: 0;
    margin-top: 10px;
}
.sidebar-course .sidebar-course-review li {
    color: #ffc208;
    font-size: 10px;
    margin-right: 2px;
}
.sidebar-course .sidebar-course-review li:last-child {
    color: #ffdd74;
}
.sidebar-course .sidebar-course-student {
    margin-bottom: 0;
}
.sidebar-course .sidebar-course-student li {
    font-size: 13px;
    color: #939292;
    margin-right: 25px !important;
}
.sidebar-course .sidebar-course-student li:last-child {
    margin-right: 0 !important;
}
.sidebar-course .sidebar-course-student li i {
    margin-right: 5px;
}
.sidebar-course .sidebar-course-price {
    display: inline-block;
    padding: 2px 10px;
    background-color: var(--color4);
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    float: right;
    margin-bottom: 10px;
}
.sidebar-course .sidebar-course-price:hover {
    color: #fff;
}
.sidebar-course .sidebar-course-enroll {
    text-transform: uppercase;
    color: var(--color1);
    display: block;
}
.sidebar-course .sidebar-course-enroll:hover {
    color: var(--color1);
}
.recent-container {
    width: 100%;
    display: table;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.recent-container .recent-image {
    width: 60px;
    float: left;
    margin-top: 6px;
}
.recent-container .recent-content {
    width: calc(100% - 60px);
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.recent-container .recent-content > a {
    display: block;
    color: #262626;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
}
.recent-container .recent-content .recent-meta {
    margin-bottom: 0;
}
.recent-container .recent-content .recent-meta li {
    color: #262626;
    font-size: 14px;
    position: relative;
}
.recent-container .recent-content .recent-meta li a {
    color: var(--color1);
    font-size: 14px;
}
.sidebar-course img {
    width: 100%;
}
.sidebar-tags {
    margin-bottom: 0;
}
.sidebar-tags .btn-tags {
    padding: 8px 20px;
    background-color: transparent;
    border: 1px solid;
    border-radius: 0;
    border-color: #e5e5e5;
    color: #151515;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}
.sidebar-tags .btn-tags:focus,
.sidebar-tags .btn-tags:hover {
    background-color: var(--color1);
    color: #fff;
    border-color: var(--color1);
}
.themeix-contact {
    position: relative;
}
.contact-info {
    text-align: center;
}
.contact-info .contact-info-logo {
    margin-bottom: 25px;
    height: 95px;
}
.contact-info .contact-info-content h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.contact-info .contact-info-content p {
    font-size: 15px;
    color: #999;
    margin-bottom: 0;
}
.contact-form .form-group input,
.contact-form .form-group select,
.contact-form .form-group textarea {
    padding: 14px;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    width: 100%;
    background-color: transparent;
    position: relative;
    color: #777;
    font-size: 15px;
    font-weight: 400;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form button[type="submit"] {
    background-color: var(--color1);
    border: 0;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}
.contact-form button[type="submit"]:active,
.contact-form button[type="submit"]:focus,
.contact-form button[type="submit"]:hover {
    background-color: #212832;
}
.themeix-contact-wrapper {
    width: 100%;
    display: table;
    padding-top: 100px;
}
.contact-column {
    padding: 60px 60px;
    width: 50%;
    float: left;
    z-index: 2;
    position: relative;
}
.contact-resgister-info h2 {
    font-size: 36px;
    position: relative;
    color: #fff;
    margin-bottom: 50px;
    padding-bottom: 15px;
}
.contact-resgister-info h2:before {
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
}
.contact-resgister-info-wrapper {
    display: table;
    margin-bottom: 60px;
    width: 100%;
}
.contact-resgister-info-wrapper .contact-resgister-info-logo {
    width: 60px;
    float: left;
}
.contact-resgister-info-wrapper .contact-resgister-info-logo img {
    margin-top: 5px;
}
.contact-resgister-info-wrapper .contact-resgister-info-content {
    width: calc(100% - 60px);
    float: left;
}
.contact-resgister-info-wrapper .contact-resgister-info-content p {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    white-space: normal;
    word-wrap: break-word;
}
.contact-resgister-info-wrapper:last-child {
    margin-bottom: 0;
}
.contact-resgister-form h2 {
    font-size: 36px;
    margin-bottom: 30px;
}
.contact-resgister-form .form-group {
    padding: 10px 0;
    margin-bottom: 0;
}
.contact-resgister-form .form-group .form-control {
    border: 0;
    border-bottom: 1px solid #efefef;
    padding: 15px 0;
}
.contact-resgister-form button[type="submit"] {
    padding: 15px 30px;
    background-color: var(--color1);
    border: 1px solid;
    border-radius: 0;
    border-color: transparent;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    margin-top: 30px;
}
#themeix-map {
    height: 100%;
    width: 100%;
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}
.themeix-payment-accordion li,
.themeix-payment-accordion ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.themeix-payment-accordion-hd {
    display: inline-block;
    color: #505050;
    cursor: pointer;
}
.themeix-accordion-trigger:checked + label,
.themeix-payment-accordion-hd:hover {
    color: var(--color1);
}
.themeix-payment-accordion-hd i {
    display: inline-block;
    float: right;
    font-style: inherit;
    margin-left: 10px;
    margin-top: 5px;
}
.themeix-accordion-trigger:checked + label > i {
    color: var(--color1);
    transform: rotate(90deg);
}
.themeix-accordion-link {
    display: block;
    overflow: hidden;
    text-decoration: none;
}
.themeix-accordion-trigger ~ .themeix-accordion-li .themeix-accordion-link {
    height: 0;
    padding: 0 20px;
}
.themeix-accordion-trigger:checked
    ~ .themeix-accordion-li
    .themeix-accordion-link {
    height: auto;
    margin-left: 0;
    padding: 0;
    background: #e9ecef;
    padding: 10px;
    margin-bottom: 10px;
}
.themeix-payment-accordion {
    margin-bottom: 30px;
}
.payment-cart-wrapper ul.cart-list.list-inline {
    margin-bottom: 30px;
}
.cart-list li.cart-list-name {
    margin-right: 30px;
    border-right: 1px solid #e9ecef;
    padding-right: 30px;
}
ul.cart-list {
    line-height: 28px;
}
.billing-address {
    margin-bottom: 30px;
}
.themeix-footer-widget a,
.themeix-footer-widget h4,
.themeix-footer-widget h5,
.themeix-footer-widget p {
    color: rgba(255, 255, 255, 0.9);
}
.themeix-footer-widget h6 {
    color: var(--color1);
}
.themeix-footer-logo a {
    display: block;
    margin-bottom: 30px;
}
.themeix-footer-widget p {
    margin-bottom: 30px;
}
.themeix-footer-widget h4 {
    font-size: 20px;
    margin-bottom: 30px;
}
.themeix-footer-widget h5 {
    font-size: 22px;
    margin-bottom: 10px;
}
.themeix-footer-widget h6 {
    font-size: 20px;
    margin-bottom: 0;
}
.themeix-footer-social {
    margin-bottom: 30px;
}
ul.themeix-footer-category.list-inline li {
    width: 100%;
}
.themeix-footer-social a {
    background-color: transparent;
    width: 40px;
    height: 40px;
    border: 1px solid #676767;
    border-radius: 100%;
    display: block;
    font-size: 18px;
    text-align: center;
    padding-top: 7px;
    color: #9e9e9e;
}
.themeix-footer-social a:hover {
    background-color: var(--color1);
    border-color: var(--color1);
    color: #fff;
}
.themeix-footer-single {
    margin-bottom: 0;
}
.themeix-footer-single li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    width: 100%;
}
.themeix-footer-single li:before {
    content: "\f101";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}
.themeix-footer-single li a {
    text-transform: capitalize;
}
.themeix-footer-single li a:active,
.themeix-footer-single li a:focus,
.themeix-footer-single li a:hover {
    color: var(--color1);
}
.themeix-footer-category {
    margin-bottom: 0;
}
.themeix-footer-category li {
    margin-bottom: 10px;
    margin-right: 10px !important;
}
.themeix-footer-category li a {
    text-transform: capitalize;
}
.themeix-footer-category li a:active,
.themeix-footer-category li a:focus,
.themeix-footer-category li a:hover {
    color: var(--color1);
}
.themeix-footer-form .form-group {
    margin-bottom: 15px;
}
.themeix-footer-form .form-group .form-control {
    background-color: #1f1e1d;
    border-radius: 0;
    display: inline;
    width: 100%;
    margin: auto;
    padding: 12px 20px;
    border: 0;
    border-radius: 4px;
}
.themeix-footer-form button[type="submit"] {
    width: 100%;
    padding: 12px 30px;
    background-color: var(--color1);
    border: 1px solid;
    border-radius: 0;
    border-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}
.themeix-footer-form button[type="submit"]:focus,
.themeix-footer-form button[type="submit"]:hover {
    background-color: var(--color4);
}
.themeix-footer-container {
    border-bottom: 1px solid #383838;
}
.themeix-footer-intro {
    padding: 30px 0;
}
.themeix-footer-intro p {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
}
.themeix-footer-intro a {
    color: var(--color1);
}
@media (min-width: 770,max-width:2640px) {
    .modal_content_purchase {
        max-width: 400px !important;
    }
    .modal_purchase_title {
        font-size: 1.25rem;
    }
}
@media (min-width: 300,max-width:765px) {
    .modal_purchase {
        width: 300px;
    }
    .modal_purchase_title {
        font-size: 0.8rem;
    }
}
@media (min-width: 1201,max-width:2640px) {
    .menu-link-superior {
        height: 47px;
        padding: 0;
    }
}
@media (max-width: 1200px) {
    .menu-link-superior {
        height: 72px;
        padding: 0;
    }
}
@media (max-width: 740px) {
    .menu-link-superior {
        height: 45px;
        padding: 0;
    }
    .title-posgraduacao {
        bottom: 0 !important;
        color: #000 !important;
    }
    .border-posgraduacao {
        bottom: 0 !important;
        background-color: #000 !important;
    }
}
@media (max-width: 420px) {
    .card_info {
        max-width: 100% !important;
    }
    .col_card_info {
        padding: 0;
    }
    .col_card_container {
        padding: 0 !important;
        padding-bottom: 30px;
    }
    .section_card_info {
        padding: 15px !important;
    }
}
body {
    font-size: 14px;
}
.right-card-course {
    height: auto;
    width: auto;
    z-index: 1000;
    right: 0;
    position: fixed;
    top: 70px;
}
.categories_courses {
    margin-top: -3px;
}
.button_courses {
    border-radius: 8px;
    transition: .3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.button_courses:hover {
    filter: brightness(1.2);
    transform: scale(1.03);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    z-index: 500;
}
.button_categories:hover {
    transform: scale(1.2);
    z-index: 500;
}
.button_professor {
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-radius: 1px;
}
.button_professor:hover {
    color: #fff;
    background-color: #00f;
    text-transform: #fff;
}
.button_libras {
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-radius: 1px;
}
.button_libras:hover {
    color: #fff;
    background-color: red;
    text-transform: #fff;
}
.button_extensao {
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-radius: 1px;
}
.button_extensao:hover {
    color: #fff;
    background-color: purple;
    text-transform: #fff;
}
.depo {
    background-image: url(/novo/img/template/about-author-bg.webp);
}
.banner_news {
    background-image: url(/novo/img/template/counter-img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.visible {
    visibility: visible;
}
.invisible {
    visibility: hidden;
}
.centered {
    margin: 0 auto !important;
    float: none !important;
}
.fixed-navigation {
    box-shadow: 4px 3px 5px rgba(50, 50, 50, 0.67);
}
.video_promote {
    box-shadow: 4px 3px 5px rgba(50, 50, 50, 0.67);
}
#video_certificate {
    box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.67);
}
.video_faq {
    box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.67);
}
.image-course {
    border-radius: 2px;
    box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.67);
}
.btn-default {
    background-color: var(--color1);
    color: #fff;
}
.btn-default:hover {
    color: #d8d8d8;
}
.themeix-subscribe .subscribe-column {
    margin-top: -50px;
    margin-bottom: -40px;
}
.shadow-card {
    box-shadow: 4px 4px 4px rgba(202, 194, 194, 0.67);
}
.shadow-card-hover:hover {
    box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.67);
}
.btn-parcelar-cartao:hover {
    background-color: #01305a !important;
    color: #d8d8d8 !important;
}
.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}
.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #b3a9a9;
}
.chat li.left .chat-body {
    margin-left: 60px;
}
.chat li.right .chat-body {
    margin-right: 60px;
}
.chat li .chat-body p {
    margin: 0;
    color: #777;
}
.chat .glyphicon,
.panel .slidedown .glyphicon {
    margin-right: 5px;
}
.panel-body {
    overflow-y: scroll;
    height: 250px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}
::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}
.linha-vertical {
    height: auto;
    border-left: 2px solid;
}
.popular-course-thumb .popular-course-teacher {
    width: auto;
}
.banner_news {
    background-color: #777 !important;
}
.section-overlay::before {
    background-color: rgba(0, 0, 0, 0.57) !important;
}
.pull-right {
    float: right;
}
.facebook_button:hover {
    cursor: pointer;
}
.creditcard_flag {
    background-color: #fff;
}
p#tmx-loginform {
    color: #fff;
    margin: inherit;
}
.setSuccess {
    color: green !important;
}
[data-tip] {
    position: relative;
}
[data-tip]:before {
    content: "";
    display: none;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #1a1a1a;
    position: absolute;
    top: 30px;
    left: 35px;
    z-index: 8;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}
[data-tip]:after {
    display: none;
    content: attr(data-tip);
    position: absolute;
    top: 35px;
    left: 0;
    padding: 5px 8px;
    background: #1a1a1a;
    color: #fff;
    z-index: 9;
    font-size: 0.75em;
    height: 25px;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    word-wrap: normal;
}
[data-tip]:hover:after,
[data-tip]:hover:before {
    display: block;
}
.modal-backdrop {
    z-index: 9000;
}
.modal {
    z-index: 9010;
}
select::-ms-expand {
    display: block;
    color: #00f;
}
#navigation-menu > li > a {
    margin: -4px;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    margin-right: 5px;
    z-index: 540;
}
#categories_home {
    font-family: Roboto, sans-serif;
}
.select #workload {
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff
        url(https://cdn4.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png)
        no-repeat scroll 88% center;
    background-position: 98% center;
    width: 35%;
    height: 35px;
    text-indent: 0.01px;
    text-overflow: "";
}
select::-ms-expand {
    display: none;
}
.btn-comprar:visited,
btn-comprar {
    background: #ff9000;
    color: #fff;
    padding: 16px !important;
    margin: 0 0 10px 0 !important;
    font-size: 22px !important;
}
.btn-comprar:active,
.btn-comprar:hover {
    color: #fff !important;
    background: #ffb318;
}
.wrapper {
    max-width: 680px;
    margin: 60px auto;
    padding: 0 20px;
}
.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff;
}
.youtube .play-button,
.youtube img {
    cursor: pointer;
}
.youtube .play-button,
.youtube .play-button:before,
.youtube iframe,
.youtube img {
    position: absolute;
}
@media(max-width: 767px) {
    .wrapper {
        margin: 10px auto;
        padding: 0px;
    }
    .youtube {
        margin-bottom: 0px;
        padding-top: 0;
    }
    /* .youtube .play-button, */
    .youtube iframe,
    .youtube img{
        position: relative;
    }

}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.wrapper.faq-video {
    max-width: none;
    margin:0;
    padding:0;
}
.wrapper.faq-video .youtube{

    width: 100%;
    height: auto;
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 999;
    background-color: #000;
    margin-bottom: 0;
    padding-top: 0;
    overflow: hidden;
    cursor: pointer;
}
.wrapper.faq-video .youtube .play-button{}
.wrapper.faq-video .youtube img{
    position: static;
}
.wrapper.faq-video .youtube iframe{
    width: 100%;
    position: static;
    aspect-ratio: 4 / 3;
}