/* ---- Generelized css rules ---- */

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-size: 16px;
    background-color: #425577;
    color: #ffffff;
}

body {
    font-family: 'Montserrat', sans-serif;
}

a {
    color: #fff;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
a:focus {
    color: #101622;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

button:focus,
button:active,
button:hover {
    box-shadow: none;
    outline: none;
}

.form-control:focus {
    box-shadow: none;
}

.p-none {
    padding: 0 !important;
}

.p-t-none {
    padding-top: 0 !important;
}

.p-b-none {
    padding-bottom: 0 !important;
}

.p-r-none {
    padding-right: 0 !important;
}

.p-l-none {
    padding-left: 0 !important;
}

.m-none {
    margin: 0 !important;
}

.m-t-none {
    margin-top: 0 !important;
}

.m-b-none {
    margin-bottom: 0 !important;
}

.m-r-none {
    margin-right: 0 !important;
}

.m-l-none {
    margin-left: 0 !important;
}

.f-bold {
    font-weight: bold;
}

.yellow-color-text {
    color: #d9b98d;
}

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

.btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #d9b98d;
    padding: 3px 10px;
    color: #101622 !important;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 5px;
    background: linear-gradient(to left, #d9b98d 50%, #101622 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease;
    position: relative;
}

.btn:hover,
.btn:focus,
.btn:active {
    background-position: left bottom !important;
    color: #d9b98d !important;
}

.title {
    color: #d9b98d;
    font-size: 30px;
    font-weight: bolder;
}

a.title {
    color: #d9b98d;
    font-size: 30px;
    font-weight: bolder;
}

a.title:hover,
a.title:focus,
a.title:active {
    color: #d9b98d;
}

.gray-font {
    color: rgba(255, 255, 255, 0.55);
}

.dark-gray-font {
    color: rgba(255, 255, 255, 0.5);
}

.darke-1-gray-font {
    color: rgba(255, 255, 255, 0.65);
}

.white-font {
    color: #fff !important;
}

.black-font {
    color: #101622;
}

.light-black-font {
    color: #101622 !important;
}

.fw-500 {
    font-weight: 500;
}

.mt-10 {
    margin-top: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.main-title-box {
    position: relative;
}

.line {
    position: absolute;
    width: 180px;
    height: 4px;
    background-color: #101622;
    content: '';
    left: 50%;
    top: 100%;
    margin-left: -89px;
    margin-top: 8px;
}

.ipad-dis-none {
    display: none;
}

.landscape-ipad-none {
    display: none;
}

header {
    background: #101622;
}

.Toggle-data {
    display: none !important;
}

.serch-icon a i {
    font-size: 25px;
}

.serch-input-close {
    display: none;
    position: absolute;
    right: 15px;
    bottom: 16px;
}

.logo-img {
    width: 125px;
}

.footerlogo{
    text-align: right;
}
.footerlogo>img{
    width: 150px;height: auto;
}
.footerAddress{
    text-align: right;
    color: #e4e2e2;
    font-size: 14px;
}

.navbar {
    padding: 0px;
}

.input-group-text {
    background: #425577;
    border: none;
    font-size: 25px;
    max-width: 40px;
}

.checkbox-input input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-input label {
    position: relative;
    cursor: pointer;
}

.checkbox-input label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #d9b98d;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 20px;
    border-radius: 5px;
}

.checkbox-input input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #d9b98d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

::-webkit-input-placeholder {
    /* Edge */

    color: #c7c3c3 !important;
    font-size: 12px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */

    color: #c7c3c3 !important;
    font-size: 12px;
}

::placeholder {
    color: #c7c3c3 !important;
    font-size: 12px;
}

.navbar-collapse {
    display: none !important;
}

/*footer sec*/
.footer-main {
    background: #101622;
    padding-top: 40px;
    color: #fff;
    padding-bottom: 40px;
}

/*.footer-main.home-footer {*/
/*    margin-top: -150px;*/
/*    padding-top: 165px;*/
/*}*/

.social-login-btn{
    background-color: #fff;
    color:#000 !important;
    display: flex;
    width: 100%;
    font-weight: 600;
    border-radius: 5px;
    justify-content: start;
    padding-left: 25%;
}

.social-login-btn span svg{
    width:25px;
}

.custom-max-width-69per{
   max-width: 69% !important;
}

@media only screen and (max-width: 766px) {
    .cmn-box {
        max-width: 100% !important;
    }
}

.footer-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-main a {
    color: #e4e2e2;
    display: block;
    margin-bottom: 5px;
}

.footer-main a:hover,
.footer-main a:focus,
.footer-main a:active {
    color: #fff;
    font-weight: 500;
}

.footer-title-2 {
    margin-top: 20px;
}

.google-play-img {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.footer-copyright-sec {
    background: #d9b98d;
    padding: 10px 0px;
}

.footer-copyright-sec p {
    font-weight: 500;
    color: #101622;
    font-size: 14px;
}

.show-menu {
    width: auto;
    width: 250px;
    background-color: #d9b98d;
    position: absolute;
    z-index: 999999;
    right: 0;
    left: 0;
    position: fixed;
    transition: all .5s ease-in-out;
    margin-left: 100%;
}

.show {
    margin-left: auto;
    transition: all .5s ease-in-out;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
}

.menu-link a {
    color: #101622;
}

.menu-link a:hover,
.menu-link a:focus,
.menu-link a:active {
    color: #101622;
    font-weight: 500;
}

.stop-scrolling {
    overflow: hidden;
}

.yellow-bg {
    background: #d9b98d;
}

.breadcrumbs-wrapper {
    padding: 10px 0px;
    font-size: 14px;
}

.breadcrumbs-wrapper a {
    color: #fff;
    font-size: 14px;
    position: relative;
    margin-right: 15px;
}

.breadcrumbs-wrapper a:after {
    position: absolute;
    top: 3px;
    right: -10px;
    height: 14px;
    width: 1px;
    background: #fff;
    content: '';
}

.breadcrumbs-wrapper a:last-child:after {
    display: none;
}

.breadcrumbs-wrapper a.active {
    color: #d9b98d;
}

.breadcrumbs-wrapper a.active:hover,
.breadcrumbs-wrapper a.active:focus,
.breadcrumbs-wrapper a.active:active {
    color: #d9b98d;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    margin-right: 20px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: transparent;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #d9b98d;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sec-cmn-space {
    padding: 50px 0px;
}

.ls-0 {
    letter-spacing: 0px;
}

.box-size-none {
    box-sizing: content-box;
}

.semi-bold {
    font-weight: 600;
}

/*.stop-scrolling-body{overflow: hidden;}*/
/*first-sec css*/
.btn-lg {
    padding: 15px;
}

.logo-text {
    color: #fff;
    font-size: 30px;
}

.logo-text:hover,
.logo-text:active,
.logo-text:focus {
    color: #fff;
}

.header-menu {
    padding: 10px 0px;
}

.header-line {
    background-color: #101622;
}

.header-line p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 5px 0px;
}

.header-line select {
    margin: 5px 0px;
}

.home-banner {
    background-image: url("../images/home-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.form-control {
    background: #425577;
    border: #101622;
    margin-bottom: 0px;
    color: #fff;
    font-size: 12px;
}

.form-control:focus {
    background: #425577;
    color: #fff;
}

.search-input {
    position: relative;
    height: 30px;
    margin-bottom: 0px;
}

.search-input:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f002";
    text-align: right;
    font-size: 16px;
    color: #d9b98d;
    top: 4px;
    left: 138px;
}

.input-with-icon .form-control {
    padding: 8px 10px 6px 35px;
}

.cat-btn {
    padding: 3px 0px 0px 0px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #d9b98d;
    border: none;
    height: 30px;
    top: 0px;
}

.cat-btn select {
    background: none;
    border: none;
    color: #101622;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 30px 0px 20px;
}

.cat-btn:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    text-align: right;
    font-size: 16px;
    color: #101622;
    top: 3px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-weight: bold;
}

.login-signup .btn {
    background-color: #d9b98d;
    color: #101622;
    padding: 0px 10px;
    font-weight: 500;
}

.login-btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 1px solid #101622 !important;
}

.signup-btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.search-input-wrapper {
    padding-left: 30px;
    width: 60%;
}

.login-signup-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 40%;
}

.slider-info {
    position: absolute;
    top: 44%;
    right: 30%;
}

.slider-info h1 {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px;
}

.header-line-select select {
    background: #d9b98d;
    border: none;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 8px 0px 20px;
    font-size: 14px;
}

.xs-dis-show {
    display: none;
}

.cmn-space {
    padding: 30px 0px;
}

/*second section css */
.second-sec {
    background: #425577;
}

.second-sec-wrapper {
    background: #425577;
    margin-top: -45px;
    padding: 15px 0px 10px 0px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 25px #101622;
    box-shadow: 0px 0px 25px #101622;
    margin-bottom: 20px;
}


.light-black-bg {
    background: #101622;
    padding: 10px;
    min-height: 400px;
    margin-left: -15px;
    border-radius: 5px;
}

.video-info-wrapper {
    padding-left: 0px;
}

.video-info {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 16px;
    font-weight: 400;
    list-style: none;
}

.video-info a {
    color: #fff;
}

.video-info.selected {
    background: #d9b98d;
    color: #101622;
    border-radius: 5px;
}

.video-info.selected a {
    color: #101622;
}

.video-info .icon-width {
    width: 30px;
    display: inline-block;
}

.play-i {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    font-size: 18px;
}

.video-info:hover {
    background: #d9b98d;
    color: #101622;
    border-radius: 5px;
}

.video-info:hover a {
    color: #101622;
}

.video-info:hover .icon-width i {
    color: #101622 !important;
}

.header-line .cat-btn {
    background-color: #101622;
    padding: 0px !important;
}

.header-line .cat-btn select {
    padding: 0px 25px 0px 20px;
    background: #101622;
    text-align: right;
    cursor: pointer;
}

.header-line .cat-btn:after {
    top: 4px;
    color: #fff;
}

.lock-btn {
    position: relative;
}

.lock-btn-badge {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 22px;
    bottom: -7px;
    background: #101622;
    border-radius: 50px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    padding: 3px;
}

.search-input .drop-down {
    position: absolute;
    left: 0px;
    top: 0px;
}

#search {
    padding-left: 162px;
    background-color: white;
    color: black;
}

.drop-down .selected .categoriShow {
    background: #d9b98d no-repeat scroll right center;
    display: block;
    position: relative;
    text-decoration: none;
    color: #101622;
    padding-left: 10px;
    padding-right: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 32px;
}

.drop-down .selected > .categoriShow:hover {
    background: #2d374d;
    color: #ffffff;
}

.drop-down .selected:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    text-align: right;
    font-size: 16px;
    color: #101622;
    top: 3px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-weight: bold;
}

.drop-down .selected a span {
    cursor: pointer;
    display: block;
    padding: 3px 5px;
    font-weight: 500;
}

.drop-down .option {
    position: relative;
}

.drop-down .options ul {
    background: #fff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 0px 0px;
    position: absolute;
    left: 0px;
    top: 32px;
    width: auto;
    border: 1px solid #d7d7d7;
    z-index: 9;
}

.drop-down .selected span.value,
.drop-down .options span.value {
    display: none;
}

.drop-down .options ul li a {
    padding: 5px 20px;
    display: block;
    text-decoration: none;
    color: #101622;
}

.drop-down .options ul li a:hover {
    background: #d9b98d;
    color: #101622;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.video-player {
    max-height: 400px;
    background: #101622;
    min-height: 400px;
}

/*/////////////////////////////////////////////////
         BLOCK COMMONS START
 /////////////////////////////////////////////////*/
.img-border {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
}

.img-box {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.block-price {
    font-size: 12px;
    margin-left: -12px;
}

.block-date {
    font-size: 14px;
    text-align: left;
}

.block-wrapper {
    -webkit-filter: drop-shadow(0px 9px 19px rgba(0, 0, 0, 0.14));
    filter: drop-shadow(0px 9px 19px rgba(0, 0, 0, 0.14));
    background-color: #101622;
    border-radius: 5px;
    margin: 10px 0px 15px 0px;
}

.block-title {
    font-size: 16px;
    text-align: left;
}

a.block-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

a.block-title:hover {
    color: #ccc;
}

.block-content {
    padding: 5px 10px;
}

.block-description {
    font-size: 12px;
}

.block-bottom {
    color: inherit;
}

.block-bottom hr {
    border-top: 2px solid #878787;
    margin-bottom: 5px;
}

/*/////////////////////////////////////////////////
         UPCOMING EVENT SECTION START
 /////////////////////////////////////////////////*/
.upcoming-eve-sec {
    background-color: inherit;
}

/*/////////////////////////////////////////////////
         INSTRUCTOR BLOCK START
 /////////////////////////////////////////////////*/
.slider-data {
    padding: 5px 10px;
}

.slider-title {
    color: #fff;
    font-size: 16px;
}

a.slider-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

a.slider-title:hover {
    color: #ccc;
}

.slider-description {
    font-size: 12px;
}

.slider-price-date {
    font-size: 14px;
}

.filteritem {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}

.showanimated {
    -webkit-transition: visibility 0s linear 0.33s, opacity 0.33s linear;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.bottom-part {
    color: #fff;
}

.bottom-part hr {
    border-top: 2px solid #878787;
    margin-bottom: 5px;
}

.carousel-control-icon {
    height: 25px;
    top: 45%;
}

#myCarousel .carousel-control-prev {
    left: -285px;
    width: 30px;
}

#myCarousel .carousel-control-next {
    right: 0px;
    left: -240px;
    width: 30px;
}

.carousel-control-next-icon {
    background-image: url("../images/right-arrow.png") !important;
}

.carousel-control-prev-icon {
    background-image: url("../images/left-arrow.png") !important;
}

.icon p {
    margin-bottom: 0px;
}

/*classes section css */
.sec-4 {
    background-color: #101622;
    margin-top: 20px;
}

.sec-4 h1 {
    font-size: 30px;
    color: #fff;
    font-weight: bolder;
}

.sec-4 p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
}

.class-wrapper {
    text-align: center;
    border-right: 1px solid #101622;
}

.class-wrapper-last {
    border-right: 1px solid transparent;
}

/*top-courses-sec section css START */
.top-courses-tabpanel .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top-courses-tabpanel .nav li a {
    color: inherit;
}

.top-courses-tabpanel .card {
    background-color: transparent;
}

.top-courses-tabpanel .card-body {
    padding: 1.25rem 0px 0px 0px;
}

.top-courses-tabpanel {
    margin: 10px 0px 15px 0px;
}

.top-courses-tabpanel .slider-data {
    padding: 15px 25px;
}

.top-courses-tabpanel .nav-tabs {
    border-bottom: none;
}

.top-courses-tabpanel .nav-tabs .nav-link:focus,
.top-courses-tabpanel .nav-tabs .nav-link:hover {
    border-color: #d9b98d;
    background-color: #d9b98d;
    border-radius: 3px;
    color: #101622;
}

.top-courses-tabpanel .nav-tabs .nav-item .show .nav-link,
.top-courses-tabpanel .nav-tabs .nav-link.active {
    border-color: #d9b98d;
    background-color: #d9b98d;
    border-radius: 3px;
    color: #101622;
}

.top-courses-tabpanel .checked {
    color: #d9b98d;
    text-shadow: none;
}

/*top-courses-sec section css END */
.inr-data {
    text-align: right;
}

.date-info {
    text-align: right;
}

.inr-p {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 6px;
}

.icon-wrapper-bottom {
    float: left;
    max-width: 33.33%;
}

.fl-none {
    float: none;
}

.card {
    border: none;
}

.card .card-header {
    display: none;
}

.card .collapse {
    display: block;
}

.admin-link:hover,
.admin-link:focus,
.admin-link:active {
    color: #ccc !important;
}

/*Training-Card-sec css*/
.Training-Card-main {
    border-radius: 5px;
    background-image: url("../images/traning-sec-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 318px;
    padding: 30px;
}

.Training-Card-main .title {
    color: #101622;
}

.Training-Card-main .slider-title {
    font-weight: 500;
    color: #101622;
}

.Training-Card-main .btn {
    border: 1px solid #101622;
}

.traning-sec-data {
    max-width: 342px;
    margin-left: auto;
}

/*user-review-sec css*/
.user-review-sec {
    background-color: #101622;
}

.profile {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.user-review-count {
    padding: 0px 20px;
}

.profile img {
    border-radius: 50px;
    width: 100%;
    height: 100%;
}

.profile-message {
    background-color: #425577;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 30px;
}

.profile-message > p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@supports (display: -webkit-box) {
    .profile-message > p {
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        white-space: normal;
    }
}

.profile-message:after {
    content: "";
    position: absolute;
    bottom: 71px;
    left: 33px;
    border-width: 0 15px 15px;
    border-style: solid;
    border-color: #425577 transparent;
    display: block;
    width: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.user-review-sec .owl-nav {
    display: none;
}

.owl-dots {
    text-align: center;
    width: auto;
    margin-top: 20px;
}

.user-review-sec .owl-carousel button.owl-dot {
    color: inherit !important;
    border: 2px solid #fff !important;
    padding: 5px !important;
    margin: 0px 5px !important;
    border-radius: 50px !important;
    width: 10px;
    height: 10px;
}

.upcoming-eve-sec .owl-dot,
.popular_instructors_wrap .owl-dot {
    display: none;
}

.upcoming-eve-sec .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -35%;
}

.popular_instructors_wrap .owl-carousel .owl-nav {
    position: absolute;
    top: -35px;
    right: 0;
}

.upcoming-eve-sec .owl-carousel .owl-nav .owl-prev:before {
    content: "\f060";
    margin-right: 30px;
    color: #fff;
    font-family: 'fontAwesome';
    font-size: 25px;
}

.upcoming-eve-sec .owl-carousel .owl-nav .owl-next:before {
    content: "\f061";
    margin-right: 10px;
    color: #fff;
    font-family: 'fontAwesome';
    font-size: 25px;
}

.upcoming-eve-sec .owl-carousel .owl-nav .owl-prev:hover:before {
    color: #d9b98d;
}

.upcoming-eve-sec .owl-carousel .owl-nav .owl-next:hover:before {
    color: #d9b98d;
}

.owl-dot.active {
    background: #fff !important;
}

.owl-prev span,
.owl-next span {
    display: none;
}

/*top-instructors-sec css*/
.instructors-wrapper {
    text-align: center;
    margin: 20px 0px 0px 0px;
}

.instructors-img-box {
    border-radius: 5px;
    width: 200px;
    height: 200px;
    max-width: 200px;
    margin: 0 auto;
}

.instructors-img-box img {
    border-radius: 205px;
    width: 100%;
    height: 100%;
    background: white;
    border: 2px solid #d9b98d;
}

a.instructors-name {
    font-size: 25px;
    font-weight: 500;
    color: #d9b98d;
    margin-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
}

.instructors-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@supports (display: -webkit-box) {
    .instructors-desc {
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal;
    }
}

.hover_wrap_desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@supports (display: -webkit-box) {
    .hover_wrap_desc {
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal;
    }
}

a.instructors-name:hover,
a.instructors-name:focus,
a.instructors-name:active {
    color: #fff;
}

.instructors-icon i {
    font-size: 25px;
}

.instructors-data-p {
    position: relative;
    margin-bottom: 0px;
}

.instructors-data-p:after {
    position: absolute;
    top: 4px;
    right: -8px;
    height: 18px;
    width: 2px;
    background: #fff;
    content: '';
}

/*trainer add sec */
.trainer-bg {
    height: 300px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}

.trainer-bg img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.trainer-bg::after {
    display: block;
    position: relative;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(255, 221, 0, 0)), to(#d9b98d));
    background-image: linear-gradient(to left, rgba(255, 221, 0, 0) 0, #d9b98d 100%);
    margin-top: -300px;
    height: 300px;
    width: 100%;
    content: '';
    border-radius: 5px;
}

.trainer-data {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 20px;
    width: 50%;
    z-index: 9;
}

.trainer-data .title {
    color: #101622;
    font-size: 36px;
}

.trainer-data .btn {
    border: 1px solid #101622;
}

/*login page css*/
.cmn-box {
    max-width: 500px;
    margin: 50px auto;
    background: #101622;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    color: #fff;
}

.logo-wrapper img {
    max-width: 300px;
}

.forgot-pass-link {
    color: #fff;
    display: inline-block;
}

.forgot-pass-link:active,
.forgot-pass-link:focus,
.forgot-pass-link:hover {
    color: #fff;
    text-decoration: underline;
}

.lgn-btn {
    font-size: 28px;
    height: auto !important;
    font-weight: bold;
}

.login-main-title {
    font-size: 22px;
}

.cmn-box .btn {
    min-width: 150px;
    height: 40px;
}

.cmn-bg {
    background-color: #d9b98d;
    height: 180px;
}

.base-section {
    margin-top: -150px;
}

/* event page design*/
.page-title {
    padding: 20px 0px;
}

.page-title-data.main-title {
    color: #425577;
    text-align: left;
    margin-bottom: 0px;
    font-size: 35px;
    font-weight: bold;
}

.event-sec .block-wrapper {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.25));
    background-color: #101622;
}

.event-sec .img-box {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.event-sec .img-border {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.event-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}

.event-title:hover {
    color: #ccc;
    font-weight: bold;
}

.event-sec .block-content {
    padding: 20px 10px;
}

.rs-btn {
    font-size: 15px;
    font-weight: 700;
}

.event-sec .block-bottom hr {
    border-top: 1px solid #878787;
    margin-top: 15px;
    margin-bottom: 10px;
}

.event-select {
    width: 170px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid #ffffff;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    background: transparent url("../images/select-dropdown.png") no-repeat right;
    background-position-x: 92%;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.event-select:after {
    position: absolute;
    top: 3px;
    position: absolute;
    top: 0px;
    right: 32px;
    height: 32px;
    width: 1px;
    background: #fff;
    content: '';
}

.event-select select {
    background: transparent;
    -webkit-appearance: none;
    font-size: 12px;
    border: 0;
    width: 100%;
    padding: 0px 10px;
    height: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.event-select select option {
    background: #101622;
    color: #fff;
}

.event-cmn-bg {
    height: 400px;
}

.event-base-section {
    margin-top: -300px;
}

.event-box {
    margin: 0 auto !important;
}

.join-btn {
    padding: 3px 25px;
}

.Event-main-title {
    font-size: 22px;
}

.event-sub-title {
    font-size: 30px;
}

.event-details-data {
    margin-top: -290px;
    padding: 40px 0px;
}

.event-details-data-gallery {
    margin-top: 0px !important;
}

.event_detail_rightbox_text {
    font-size: 15px;
}

.event_detail_instructor_name {
    color: #d9b98d !important;
}

.event-li {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 40px;
}

.event-li li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

.event-li li span {
    margin-left: 10px;
    font-size: 14px;
}

.event-li li i {
    margin-top: 3px;
    color: #d9b98d;
}

.event-instructor {
    padding: 40px 0px 0px 0px;
}

.instructor-img {

    border-width: 10px;
    padding: 7px;
    margin-right: 15px;
}

.instructor-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 2px solid #d9b98d;
    width: 125px;
    height: 125px;
    background: #fff;
}

.instructor-data p {
    color: #fff;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}

.instructor-link:hover,
instructor-link:active,
instructor-link:focus {
    color: #ccc;
    font-weight: 600;
}

/*gallery css*/
.demo-gallery > ul {
    margin-bottom: 0;
}

.demo-gallery > ul > li {
    float: left;
    margin-top: 20px;
    margin-bottom: 5px;
}

.demo-gallery > ul > li a {
    border-radius: 8px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    transition: -webkit-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 130px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.demo-gallery > ul > li a:hover > img {
    opacity: 0.5;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    transition: -webkit-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}

/* Custom second css */
.popular_instructors .item .block-wrapper .media {
    padding: 0 15px;
}

.popular_instructors .item .block-wrapper {
    -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
}

.popular_instructors .item .block-wrapper .media .img-box {
    width: 80px;
    height: 80px;
    border-radius: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 13px;
    border: 2px solid #d9b98d;
}

.popular_instructors .item .block-wrapper .media .event-title {
    font-size: 15px;
}

.popular_instructors_wrap .owl-carousel .owl-nav button.owl-prev,
.popular_instructors_wrap .owl-carousel .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    background: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    color: #dc770ef2;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.popular_instructors_wrap .owl-carousel .owl-nav button.owl-prev:hover,
.popular_instructors_wrap .owl-carousel .owl-nav button.owl-next:hover {
    background: #101622;
    color: white;
}

.popular_instructors_wrap .owl-carousel .owl-nav button.owl-next {
    margin-left: -85px;
}

.popular_instructors_wrap .owl-carousel .owl-nav button.owl-prev {
    margin-left: -35px;
}

.popular_instructors_wrap .owl-carousel button.owl-dot {
    display: none;
}

.popular_instructors_wrap .owl-carousel .owl-nav .owl-next:before {
    content: "\f060";
    font-family: 'fontAwesome';
}

.popular_instructors_wrap .owl-carousel .owl-nav .owl-prev {
    margin-right: 10px;
}

.popular_instructors_wrap .owl-carousel .owl-nav .owl-prev:before {
    content: "\f061";
    font-family: 'fontAwesome';
}

.featured_course_carousel {
    margin-top: 15px;
}

.featured_course_carousel .light-black-bg {
    min-height: auto;
    margin: 0;
}

.featured_course_carousel h4 a {
    font-size: 20px;
}

.featured_course_carousel h4 a:hover {
    color: #878787;
}

.featured_course_carousel h4 small {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #b5b4b4;
}

.featured_course_carousel .metabox {
    font-size: 12px;
    color: #d7d7d7;
    padding: 10px 0;
}

.featured_course_carousel .beginner i {
    color: #d9b98d;
}

.featured_course_carousel p {
    font-size: 14px;
    margin-bottom: 15px;
}

.featured_course_carousel .wishlist {
    position: absolute;
    right: 18px;
    top: 0;
    color: white;
    z-index: 100;
}

.featured_course_carousel .badge {
    color: #101622;
    display: inline;
    margin-right: 8px;
}

.featured_course_carousel .textArea {
    padding-right: 50px;
}

.featured_course_carousel hr {
    border-color: #878787;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 45%;
    width: 45px;
    color: #04070a;
    height: 45px;
    background: #1e1e1c;
    border-radius: 50%;
    border: 1px solid #878787;
}

.carousel-control-next {
    margin-right: 15px;
}

.carousel-control-prev {
    margin-left: 15px;
}

.filterning-Area.light-black-bg {
    margin-top: 35px;
    padding: 35px 25px;
    margin-left: 0;
    min-height: auto;
}

.filterratingSingle {
    margin-bottom: 20px;
    Padding-left: 37px;
}

.filterratingSingle.ratting label .fa-star,
.filterratingSingle.ratting label .fa-star-half-o {
    color: #d9b98d;
}

.filterratingSingle.ratting label .fa-star-o {
    color: grey;
}

.filterratingSingle h5 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #d9b98d;
}

.filterratingSingle h3 {
    margin-bottom: 25px;
    margin-top: 13px;
}


.filterratingSingle .custom-checkbox {
    margin: 5px 0;
    font-size: 13px;
}

.filterratingSingle a {
    color: #d9b98d;
    font-size: 13px;
}

.filterratingSingle a:hover {
    text-decoration: underline;
}

.custom-control-label::before {
    top: 0;
}

.filterratingSingle .custom-checkbox small {
    color: #878787;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background: #d9b98d;
    top: 0;
}

.filtering-course-list {
    margin-top: -10px;
}

.single_course.light-black-bg {
    margin: 10px 0;
    min-height: auto;
}

.single_course .block-content {
    border-left: 1px solid #425577;
    margin-left: -10px;
    padding-left: 15px;
}

.topCompanies {
    background: #101622;
    padding: 35px 20px;
    margin: 10px 0;
    clear: both;
    border-radius: 5px;
}

.topCompanies h4 {
    font-size: 35px;
    font-weight: bolder;
}

/* Details page of courses */
.details_header_banner {
    background: #101622;
    padding: 25px 0;
}

.details_header_banner a:hover {
    text-decoration: underline;
    color: white;
}

.customAccordion .collapse.show {
    display: block !important;
}

.course-details-data {
    padding-top: 60px;
    margin-bottom: 0;
}

.curriculum_list,
.totalTime {
    border-bottom: 1px solid #545050;
}

.totalTime a:hover {
    color: white;
    text-decoration: underline;
}

.totalTime a {
    font-weight: bold;
    font-size: 12px;
}

.curriculum_list_header {
    padding: 10px;
    background: white;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: black;
}

.curriculum_list_header:hover {
    background: rgb(243, 240, 240);
}

.curriculum_list_header .text {
    font-size: 13px;
    font-weight: bold;
}

.curriculum_list_header small {
    font-size: 10px;
}

.curriculum_list_header small i {
    font-size: 15px;
    padding-left: 5px;
}

.curriculum_list_body {
    background: #e2e2e2;
    padding: 15px;
    font-size: 14px;
}

.curriculum_list_body ul {
    padding: 0;
    margin: 0;
}

.curriculum_list_body ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
}

.curriculum_list_body ul li a {
    font-size: 14px;
    color: black;
}

.curriculum_list_body ul li a i {
    padding-right: 5px;
}

.curriculum_list_body ul li a:hover {

}

.reviewBox {
    padding: 15px;
    font-size: 12px;
    border-radius: 5px;
    margin: 17px 0;
    border: 1px solid #3e3b3b;
    border-left: 5px solid #ea6607;
    background: #101622;
}

.reviewBox p {
    margin: 0;
}

.studenFeedback {
    width: 70%;
}

.studenFeedback h5 {
    font-size: 16px;
}

.rating {
    font-size: 18px;
    font-weight: bolder;
}

.rating small {
    font-size: 12px;
    font-weight: 400;
    color: gray;
}

.progressArea {
    margin: 10px 0;
}

.progressArea .progress {
    background: #3e3b3b;
}

.progressArea .progress-bar {
    background-color: #ea6607;
}

.inner-link a {
    display: inline-block;
    border-right: 1px solid #3e3b3b;
    font-size: 12px;
    padding: 0 5px !important;
    position: relative;
}

.inner-link a:hover {
    color: white;
}

.inner-link a:hover,
.inner-link a.active {
    border-bottom: 2px solid #d9b98d;
    padding-bottom: 4px !important;
}

/* .inner-link a:hover:after,
 .inner-link a.active:after
 {
   content: "";
   border-top: 10px solid #d9b98d;
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
   bottom: -10px;
   left: 45%;
   position: absolute;
 } */
.inner-link a:last-child {
    border-right: 0 !important;
}

.inner-link {
    text-align: center;
    background: #101622;
    padding: 10px 0;
}

.frequently_bought {
    background: #2d374d;
    padding: 25px;
    border-radius: 5px;
    border: 1px solid #3e3b3b;
}

.frequently_bought.event-sec .block-wrapper {
    -webkit-filter: none;
    filter: none;
    margin-bottom: 0;
}

.frequently_bought .block-wrapper.active:after {
    font-family: FontAwesome;
    content: "\f055";
    top: 50%;
    left: 100%;
    display: block;
    font-size: 64px;
    height: 1em;
    line-height: 1;
    opacity: .2;
    pointer-events: none;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1em;
    z-index: 1;
}

.ebook_details_sidebar {
    border-radius: 10px;
    padding-bottom: 15px;
	margin-top: 30px;
	padding-top: 5px;
    padding-bottom: 20px;
}
.ebook_details_sidebar h2 {
    padding: 5px;
    margin: 5px 0;
	font-weight:bold;
	color:#425577;
}
.ebook_details_sidebar h3 {
    padding: 5px;
    margin: 5px 0;
}

.ebook_details_sidebar .event-li {
    margin-top: 12px;
    padding-left: 20px;
    margin-bottom: 12px;
}

.ebook_details_sidebar .event-li li {
    font-size: 14px;
}

.ebook_details_sidebar h6 {
    font-size: 18px;
    border-bottom: 1px solid #484846;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.course_details_sidebar {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 15px;
}

.course_details_sidebar h3 {
    padding: 5px;
    margin: 5px 0;
}

.course_details_sidebar .event-li {
    margin-top: 12px;
    padding-left: 20px;
    margin-bottom: 12px;
}

.course_details_sidebar .event-li li {
    font-size: 14px;
}

.course_details_sidebar h6 {
    font-size: 18px;
    border-bottom: 1px solid #484846;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.sub_product_list ul {
    padding: 0;
    margin: 0;
}

.sub_product_list {
    background: #101622;
    padding: 15px 0;
}

.sub_product_list ul li {
    display: inline-block;
    font-size: 12px;
    padding: 0 5px;
    line-height: 13px;
    border-right: 1px solid #d7d7d7;
}

.sub_product_list ul li:last-child {
    border-right: 0;
}

.sub_product_list ul li a:hover {
    text-decoration: underline;
    color: white;
}

.lastupdate {
    border-top: 1px solid #636060;
}

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

/* Medga menu style */
.megaMenuButton {
    position: relative;
    padding-bottom: 10px;
}

.megaMenuButton:hover .megaMenuWrap {
    display: flex;
    border-radius: 5px;
}

.megaMenuWrap {
    width: 800px;
    position: absolute;
    top: 33px;
    z-index: 1000000000;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #daba8e;
    min-height: 300px;
    display: none;
}

.megaMenu {
    padding: 0;
    margin: 0;
    background-color: #2c2c2c;
    width: 200px;
}

.megaMenu li ul {
    padding: 0;
    margin: 0;
}

.megaMenu li {
    list-style: none;
}

.megaMenu li ul a {
    color: white;
}

.megaMenu > li {
    background-color: #2c2c2c;
    color: #fff;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #292020;
}

.megaMenu > li:hover,
.megaMenu > li.active {
    background: #1e1e1c;
    border-left: 5px solid #d9b98d;
}

.megaMenu li a {
    color: white;
}

.megaMenu li > ul.second {
    position: absolute;
    left: 200px;
    top: 0;
    width: calc(100% - 200px);
    display: none;
    z-index: 100000000;
    bottom: 0;
}

.megaMenu li > .second.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.megaMenu li > ul {
    padding: 15px 0;
}

.megaMenu li > ul li {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 15px;
}

.megaMenu li > ul > li > a {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
    padding: 0;
}

.megaMenu li > ul > li > ul,
.megaMenu li > ul > li > ul.show {
    width: 100%;
    display: block;
    position: relative;
    left: 0;
    padding: 0;
    margin: 0 -15px;
}

.megaMenu li > ul > li > ul li {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.megaMenu li > ul > li > ul > li > a {
    display: block;
    font-size: 12px;
    color: #ccc;
    font-weight: 300;
    padding: 4px 0;
    border-left: 0;
    white-space: normal;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    margin-bottom: 0;
}

.megaMenu li > ul > li > ul > li:hover > a {
    text-decoration: underline;
}

.megaMenu .close,
.menu-link {
    display: none !important;
}

.hc-nav-trigger.hc-nav-1 {
    display: none !important;
}

/* course thumb hover effect */

.popular_course_wrap .block-wrapper {
    position: relative;
    filter: none;
}

.popular_course_wrap .block-wrapper .hover_wrap {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -30px;
    left: 105%;
    padding: 15px;
    background: #101622;
    z-index: 10000;
    border-radius: 5px;
    width: 250px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    border: 1px solid #696262;
}

.popular_course_wrap .block-wrapper:hover .hover_wrap {
    opacity: 1;
    visibility: visible;
}

.popular_course_wrap .block-wrapper.last .hover_wrap {
    left: auto;
    right: 105%;
}

.popular_course_wrap .block-wrapper .hover_wrap:after {
    content: "";
    position: absolute;
    border-right: 10px solid #101622;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -10px;
    top: 45%;
    z-index: 10;
}

.popular_course_wrap .block-wrapper.last .hover_wrap:after {
    border-left: 10px solid #101622;
    border-right: 0;
    left: auto;
    right: -10px;
}

.hover_wrap h6 {
    font-size: 12px;
}

.hover_wrap h4 {
    font-size: 17px;
    margin-top: 10px;
}

.hover_wrap h4 a {
    color: white;
}

.hover_wrap h4:hover a {
    text-decoration: underline;
}

.hover_wrap p {
    font-size: 12px;
}

.hover_wrap ul {
    padding-left: 15px;
    margin-top: 25px;
}

.hover_wrap ul li {
    font-size: 12px;
    margin: 5px 0;
}

.meta_box {
    font-size: 12px;
    margin: 10px 0;
}

.meta_box a:hover {
    color: white;
    text-decoration: underline;
}

/*FOR CART PAGE START*/
.full-box {
    background: #101622;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    color: #fff;
}

/*FOR CART PAGE END*/

/* ----------------------- */
/* ---- Media Queries ---- */
/* ----------------------- */
/*slider media query start*/
@media (min-width: 768px) {
    /* .carousel-inner .carousel-item-right.active,
     .carousel-inner .carousel-item-next {
       transform: translateX(50%);
     }
     .carousel-inner .carousel-item-left.active,
     .carousel-inner .carousel-item-prev {
       transform: translateX(-50%);
     } */
}

/* large - display 3 */
@media (min-width: 992px) {
    /* .carousel-inner .carousel-item-right.active,
     .carousel-inner .carousel-item-next {
       transform: translateX(33%);
     }
     .carousel-inner .carousel-item-left.active,
     .carousel-inner .carousel-item-prev {
       transform: translateX(-33%);
     }
     .show-menu {
       display: none !important;
     }
     .overlay {
       display: none !important;
     }
     .show {
       display: none !important;
     }
   } */
    /* @media (max-width: 768px) {
      .carousel-inner .carousel-item>div {
       display: none;
     }
     .carousel-inner .carousel-item>div:first-child {
       display: block;
     }
   }

   .carousel-inner .carousel-item.active,
   .carousel-inner .carousel-item-next,
   .carousel-inner .carousel-item-prev {
     display: flex;
   }

   .carousel-inner .carousel-item-right,
   .carousel-inner .carousel-item-left {
     transform: translateX(0);
   }  */
}

/*slider media query end*/
@media screen and (max-width: 1500px) {
    a.instructors-name {
        font-size: 23px !important;
    }

    .instructors-data p {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    #myCarousel .carousel-control-prev {
        left: -235px;
    }

    #myCarousel .carousel-control-next {
        left: -190px;
    }

    .carousel-control-icon {
        top: 50%;
    }

    .upcoming-eve-sec .owl-carousel .owl-nav {
        top: 70%;
    }

    .icon-main-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .icon-wrapper-bottom {
        min-width: 33.33%;
        margin-right: 0px;
    }

    .icon-wrapper-bottom .icon {
        display: block !important;
        text-align: center;
    }

    .main-title:after {
        width: 170px;
        left: 40%;
        top: 42px;
    }

    .page-title-data.main-title {
        font-size: 33px;
    }

    .megaMenuWrap {
        right: -260px;
    }
}

@media screen and (max-width: 991px) {
    .filtering-course-list .single_course .block-content .d-flex {
        display: block !important;
    }

    .filtering-course-list .single_course .block-content .d-flex .btn {
        margin: 15px 0;
        width: 100%;
    }

    .slider-info p {
        text-align: left;
        font-size: 30px;
    }

    .light-black-bg {
        min-height: auto;
        margin-top: 7px;
        margin-bottom: 7px;
        margin-left: 0px;
    }

    .video-player {
        min-height: auto;
    }

    #myCarousel .carousel-control-prev {
        left: -2px;
    }

    #myCarousel .carousel-control-next {
        left: 45px;
    }

    .carousel-control-icon {
        top: -12%;
    }

    #myCarousel {
        margin-top: 35px;
    }

    .cmn-space {
        padding: 20px 0px;
    }

    .title {
        font-size: 26px;
    }

    a.title {
        font-size: 26px;
    }

    .sec-4 h1 {
        font-size: 26px;
    }

    .sec-4 p {
        font-size: 18px;
    }

    .Training-Card-main {
        background-position: center bottom;
    }

    .footer-link {
        margin-top: 10px;
    }

    .trainer-data .title {
        font-size: 32px;
    }

    .instructors-wrapper {
        margin: 15px 0px;
    }

    a.instructors-name {
        font-size: 23px;
    }

    .instructors-icon i {
        font-size: 23px;
    }

    .main-title:after {
        width: 160px;
        left: 38%;
    }

    .trainer-bg {
        height: 260px;
    }

    .trainer-bg::after {
        margin-top: -260px;
        height: 260px;
    }

    .line {
        width: 160px;
        margin-left: -79px;
    }

    .header-container {
        max-width: 100%;
    }

    .upcoming-eve-sec .owl-carousel .owl-nav {
        top: -50px;
        left: 0;
    }

    .upcoming-eve-sec .owl-carousel {
        margin-top: 40px;
    }

    .page-title-data.main-title {
        font-size: 30px;
    }

    .breadcrumbs-wrapper {
        padding: 25px 0px;
    }

    .page-title {
        padding: 40px 0px;
    }

    .sec-cmn-space {
        padding: 45px 0px;
    }

    .Event-main-title {
        font-size: 20px;
    }

    .event-sub-title {
        font-size: 28px;
    }

    .event-details-data {
        margin-top: 0px;
        padding: 35px 0px;
    }

    .event-instructor {
        padding: 35px 0px 0px 0px;
    }

    .event-li {
        margin-bottom: 35px;
    }

    .iframeVideo {
        height: 400px;
        margin-top: 35px;
    }

    .studenFeedback {
        width: 100%;
    }

    .course_details_sidebar {
        margin-top: 55px;
    }

    .inner-link.sticky-top {
        position: relative;
        display: none;
    }

    .megaMenuWrap {
        right: -55px;
    }

    .megaMenuWrap {
        width: 750px;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 15px;
    }

    .slider-info {
        right: 0px;
        left: 0px;
        bottom: 0px;
        position: relative;
        top: auto;
        display: inline-block;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .home-banner {
        height: auto !important;
    }

    .second-sec-wrapper {
        margin-top: 0px;
    }

    .slider-info p {
        font-size: 25px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .header-menu {
        text-align: center;
    }

    .logo-text {
        margin-bottom: 20px;
    }

    .login-signup-wrapper {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }

    .logo-img {
        width: 200px;
    }

    .xs-dis-show {
        display: block;
    }

    .xs-dis-none {
        display: none;
    }

    .slider-info-wrapper {
        text-align: center;
    }

    .btn-wrapper {
        text-align: left;
    }

    .cmn-space {
        padding: 15px 0px;
    }

    .title {
        font-size: 24px;
    }

    a.title {
        font-size: 26px;
    }

    .sec-4 h1 {
        font-size: 24px;
    }

    .sec-4 p {
        font-size: 16px;
    }

    .class-wrapper {
        text-align: center;
        border-right: none;
        border-bottom: 1px solid #101622;
        padding: 10px 0px;
    }

    .class-wrapper-last {
        border-right: none;
        border-bottom: none;
    }

    .card-header {
        display: none;
    }

    .traning-sec-img {
        margin: -30px;
        margin-bottom: 20px;
        border-radius: 5px;
    }

    .traning-sec-img img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .Training-Card-main {
        background-image: url("");
        background-color: #d9b98d;
    }

    .top-event-slider-wrapper {
        max-width: 300px;
    }

    /* .xs-center {
       display: flex;
       justify-content: center;
     } */
    .trainer-data .title {
        font-size: 30px;
    }

    .instructors-wrapper {
        margin: 10px 0px;
    }

    a.instructors-name {
        font-size: 21px;
    }

    .instructors-icon i {
        font-size: 21px;
    }

    .inr-p {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .top-courses-tabpanel .top-event-slider-wrapper .slider-data {
        padding: 10px 20px;
    }

    #myCarousel .carousel-control-prev {
        left: 38%;
    }

    #myCarousel .carousel-control-next {
        left: 52%;
    }

    .mobile-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .top-courses-tabpanel .top-event-slider-wrapper .img-box {
        height: 185px;
    }

    .instructors-img-box {
        width: 200px;
        height: 200px;
    }

    .trainer-bg {
        height: 240px;
    }

    .trainer-bg::after {
        margin-top: -240px;
        height: 240px;
    }

    .inr-p {
        font-size: 16px;
    }

    .bottom-part {
        text-align: left;
    }

    .icon-main-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .line {
        width: 150px;
        margin-left: -75px;
    }

    .logo-wrapper img {
        max-width: 250px;
    }

    .checkbox-input {
        text-align: center;
    }

    .footer-main {
        padding-top: 30px;
    }

    .inr-data {
        text-align: left;
    }

    .date-info {
        text-align: left;
    }

    .Toggle-data {
        top: 30px;
    }

    .serch-input-close {
        bottom: 20px;
    }

    .login-main-title {
        font-size: 20px;
    }

    .lgn-btn {
        font-size: 24px;
    }

    .cmn-box {
        margin: 30px 0px;
    }

    .icon-wrapper-bottom .icon {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .icon-main-wrapper {
        width: auto;
        padding: 0px 20px;
    }

    .icon-wrapper-bottom {
        min-width: 33.33%;
        margin-right: 0px;
    }

    .upcoming-eve-sec .owl-carousel .owl-nav {
        width: 100%;
        text-align: center;
    }

    .page-title-data.main-title {
        font-size: 28px;
    }

    .mob-text-left {
        text-align: left !important;
    }

    .event-select {
        margin-top: 15px;
    }

    .breadcrumbs-wrapper {
        padding: 20px 0px;
    }

    .page-title {
        padding: 35px 0px;
    }

    .sec-cmn-space {
        padding: 40px 0px;
    }

    .Event-main-title {
        font-size: 18px;
    }

    .event-sub-title {
        font-size: 26px;
    }

    .event-details-data {
        padding: 30px 0px;
    }

    .Event-main-title {
        margin-bottom: 15px !important;
    }

    .event-li {
        margin-bottom: 30px;
    }

    .event-instructor {
        padding: 30px 0px 0px 0px;
    }

    #overlay-img img {
        width: 80%;
    }

    #nextButton,
    #prevButton {
        font-size: 1.5em;
    }

    .featured_course_carousel .textArea {
        padding-right: 15px;
        margin-top: 25px;
    }

    .featured_course_carousel .wishlist {
        position: absolute;
        right: 25px;
        top: -65px;
        color: white;
        z-index: 100;
        background: #101622;
        padding: 5px 10px;
    }

    .frequently_bought .block-wrapper.active:after {
        left: 50%;
        bottom: -60px;
        top: auto;
    }

    .frequently_bought.event-sec .block-wrapper {
        margin-bottom: 15px;
    }

    .curriculum_list_header small {
        font-size: 10px;
        display: block;
        text-align: right;
    }

    .curriculum_list_header {
        padding: 10px;
        background: white;
        cursor: pointer;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: block !important;
    }
}

.hc-nav-trigger.hc-nav-1 {
    display: none;
}

@media (max-width: 990px) {
    .login-signup-wrapper {
        width: auto;
    }

    .search-input-wrapper {
        padding-left: 0;
        width: 37%;
        padding-right: 15px;
    }

    .megaMenuWrap {
        right: -205px;
    }

    .popular_course_wrap .block-wrapper .hover_wrap,
    .popular_course_wrap .block-wrapper.last .hover_wrap {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        min-height: 100%;
    }

    .popular_course_wrap .block-wrapper .hover_wrap:after,
    .popular_course_wrap .block-wrapper.last .hover_wrap:after {
        display: none;
    }

}

@media (max-width: 766px) {
    .navbar {
        background: #101622;
        padding: 15px;
        margin: -15px;
        margin: -15px -15px -10px -15px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("../images/toggle.png");
        height: 23px;
        width: 28px;
    }

    .search-input-wrapper {
        float: left;
        padding-left: 0px;
    }

    .navbar-collapse {
        margin-top: 0px;
        width: auto;
        background: #425577;
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 0;
        overflow-y: auto;
    }

    .header-line {
        border-bottom: 6px solid #d9b98d;
    }

    .ipad-dis-none {
        display: none;
    }

    .Toggle-data {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: absolute;
        right: 75px;
        top: 20px;
    }

    .cmn-box {
        margin: 40px 0px;
    }

    .search-input-wrapper {
        height: 0;
        overflow: auto;
        margin-top: 0 !important;
    }

    .search-input-wrapper .serch-input-close {
        display: none;
    }

    .search-input-wrapper.show .serch-input-close {
        display: inline-block;
        bottom: 15px;
    }

    .search-input-wrapper.show {
        height: auto;
        margin-top: 10px !important;
    }

    .login-signup-wrapper {
        display: none;
    }

    .search-input-wrapper {
        max-width: calc(100% - 0px);
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .serch-input-close {
        display: block;
    }

    .serch-input-close a i {
        font-size: 25px;
    }

    .logo-img {
        width: 250px;
    }

    .navbar-toggler {
        padding: 0px;
    }

    .login-main-title {
        font-size: 21px;
    }

    .lgn-btn {
        font-size: 26px;
    }

    .search-input {
        padding-right: 15px;
    }

    .menu-link {
        color: white;
        text-align: center;
        display: block !important;
        padding: 0 10px;
        margin: 0 -15px;
    }

    .menu-link a {
        background: #d9b98d;
        padding: 1px 25px;
        border-radius: 5px;
        margin: 5px 10px;
        display: inline-block;
    }

    .drop-down .selected .categoriShow,
    .drop-down .selected:after {
        display: none;
    }

    .megaMenuWrap {
        display: none;
    }

    .hc-nav-trigger.hc-nav-1 {
        display: inline-block !important;
    }

}

@media (max-width: 370px) {
    .megaMenu li > ul.second {
        width: calc(320px - 150px);
    }

    header .toggle {
        padding-left: 25px;
    }

}

@media screen and (max-width: 576px) {
    .icon-wrapper-bottom .icon {
        display: block !important;
        text-align: center;
    }

    .footer-link {
        width: 100%;
        text-align: center;
        -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
        flex: 100% !important;
        max-width: 100% !important;
    }

    .footer-title {
        margin-top: 20px;
    }

    .footer-link {
        margin-top: 0px;
    }

    .logo-wrapper img {
        max-width: 200px;
    }

    .footer-main.home-footer {
        padding-top: 140px;
    }

    .logo-img {
        width: 170px;
    }

    .Toggle-data {
        top: 25px;
    }

    .demo-gallery > ul > li a {
        height: 100px;
    }

    .filterratingSingle {
        width: 50%;
    }
}

@media screen and (max-width: 380px) {
    .logo-img {
        width: 150px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/toggle.png);
        height: 20px;
        width: 25px;
    }

    .lock-btn img {
        width: 30px;
        margin-right: 10px !important;
    }

    .Toggle-data {
        right: 67px;
    }

    .lock-btn-badge {
        right: 7px;
    }

    .icon-main-wrapper {
        width: auto;
        padding: 0px 10px;
    }

    .filterratingSingle {
        width: 100%;
    }

    .popular_instructors {
        margin-top: 55px;
    }

    .popular_instructors_wrap .owl-carousel .owl-nav {
        right: 33%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .landscape-ipad-none {
        display: none !important;
    }

    .landscape-ipad-show {
        display: block !important;
    }
}

@media (min-width: 992px) {
    #search-input-wrapper {
        display: block !important;
    }

    .stop-scrolling {
        overflow: auto !important;
    }
}

.nowraptext {
    white-space: nowrap;
}

.course-title {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 100 !important;
    min-height: 45px;
    color: #d9b98d !important;
    font-size: 15px !important;;
    font-weight: bolder !important;
}

@supports (display: -webkit-box) {
    .course-title {
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal !important;
    }
}

.course-title-long {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 100 !important;

    color: #d9b98d !important;
    font-size: 15px !important;;
    font-weight: bolder !important;
}

@supports (display: -webkit-box) {
    .course-title-long {
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        white-space: normal !important;
    }
}

.course-description-long {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 100 !important;
    font-size: 13px;
    width: 77%;
    font-weight: 300 !important;
    margin-top: -13px;
}

@supports (display: -webkit-box) {
    .course-description-long {
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal !important;
    }
}


.eventdescription {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 100 !important;
    font-size: 12px;
}

@supports (display: -webkit-box) {
    .eventdescription {
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal !important;
    }
}

.eventcard_description {
    min-height: 36px;
    font-weight: 300 !important;
}

.price-button {
    height: 30px;
}

.cate-titleblock {
    margin-top: 40px;
}

.event-details-data-card {
    background: #101622;
    margin-top: 30px;
    border-radius: 10px;
    padding: 20px;
}

.event-details-data-card {
    color: white;
}

#whatYouLearn, #requirements, #description, #inclusion {
    background: #101622;
    margin-top: 30px;
    border-radius: 10px;
    padding: 20px;
}

#whatYouLearn > ul > li, #requirements > ul > li, #inclusion > ul > li {
    color: white;
}


#description > p {
    color: white;
}

.course_detail_title {
    color: #d9b98d;
}

.testimonial-title {
    color: #d9b98d;
}

.card_course_title {
    color: #d9b98d;
}

.discount_box_cart {
    margin-top: 15px;
}

.cart_discount_applied {
    border: 1px solid;
    font-size: 17px;
    padding: 4px;
    background: #d9b98d;
    color: black;
    border-radius: 36px;
    padding-right: 12px;
}

@media screen and (max-width: 375px) {
    .cart_discount_applied {
        font-size: 13px;
    }

    .cart_discount_applied_parent {
        width: 200px;
    }
}


.instructor-profile-boxes {
    min-height: 300px;
}

.event_view_title {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

@supports (display: -webkit-box) {
    .event_view_title {
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal !important;
    }
}

.event_view_description {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 100px;;
}

@supports (display: -webkit-box) {
    .event_view_description {
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        white-space: normal !important;
    }
}

.cart_title {
    text-align: left;
}

.cart_continue_shop {
    text-align: right;
}

.cart_continue_shop > a {
    margin-top: 0px !important;
}

.subscribe_page {
    margin-top: 40px;
    margin-bottom: 40px;
}

.authorname_card {
    height: 66px;
}

@media screen and (max-width: 776px) {
    .logo-img {
        height: 36px !important;
        width: auto !important;
    }

    .traning-sec-img img {
        display: none !important;
    }

    .slider-info {
        padding-left: 23px;
        top: 150px;
        position: absolute;
    }

    #home_banner {
        height: 300px !important;
    }

    #search {
        padding-left: 33px;
    }

    #searchList {
        margin-left: 0px !important;
        position: fixed !important;
        width: 79%;
        text-align: left;
    }

    .cart_continue_shop {
        padding-bottom: 15px;
        text-align: center;
    }

    .cart_title {
        text-align: center;
    }
}

.course_card_thumb {
    /* height: 199px; */
}

.ebook_card_thumb {
     height: 400px;
}

.dashboard_mobile_menu .bookmark-wrapper {
    display: none !important;
}

.wishlist_buttons {
    font-size: 11px;
}

.white-background {
    background-color: white !important;
}

.text-black {
    color: #000000 !important;
}

/* ---- Inquiry form styles */
.form-card {
    position: absolute;
    right: 5rem;
    border-radius: 7px;
    box-shadow: 0 0 6px 1px #2a2a2acc;
    z-index: 9;
    top: 15%
}
.bg-blue {
    background-color: #182b49;
    display: flex;
    border-radius: 7px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.bg-blue.inquiry-form {
    align-items: center;
    justify-content: center;
}
.bg-blue.inquiry-form h2 {
    padding-bottom: 0;
    font-weight: 600;
    line-height: 1.1;
    font-size: 27px;
}
.bg-yellow {
    background-color: #f9d45f;
    padding: 2rem .9rem;
    border-radius: 7px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.bg-yellow button.btn.btn-blue, .inquiry-section button.btn.btn-blue {
    background: linear-gradient(to left, #101622 50%, #d9b98d 50%);
    background-position: right;
    color: #fff !important;
    background-size: 200% 100%;
}
.bg-yellow button.btn.btn-blue:hover, .inquiry-section button.btn.btn-blue:hover {
    color: #101622 !important;
}

.form-card input[type=number]::-webkit-inner-spin-button,
.form-card input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-wrapper .form-control {
    background: #fff;
    color: #101622;
}
.popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.54);
    top: 0;
    right: 0;
}
.popup-wrapper {
    position: absolute;
    height: 100%;
    z-index: 99;
    width: 100%;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.custom-popup {
    z-index: 9;
    width: 25%;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    padding: 1.6rem .6rem;
    text-align: center;
    position: relative;
}
.custom-popup h3 {
    color: #04070a;
    margin: 1.3rem 0;
    font-weight: 600;
}
.custom-popup .close-btn {
    position: absolute;
    border-radius: 50%;
    background: #fff;
    right: 0.5rem;
    color: #000;
    font-size: 1.6rem;
    line-height: 1;
    top: 0.2rem;
    cursor: pointer;
}
.custom-popup .icon-width {
    width: 12%
}
.hide-spinner::-webkit-inner-spin-button,
.hide-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inquiry-section h3 {
    color: #fff;
    font-weight: 600;
    font-size: 2.4rem;
}
.inquiry-section .bg-yellow.border-radius-0 {
    border-radius: 0;
}

@media screen and (max-width: 767px) {
    .form-card {
        position: absolute;
        right: 18%;
        top: 6%;
    }
    .bg-yellow{
        border-top-right-radius: 0;
        border-bottom-left-radius:7px;
        padding: 0.5rem;
    }
    .bg-blue{
        border-top-right-radius: 7px;
        border-bottom-left-radius: 0;
    }
    .carousel-item .form-card h2{
        font-size: 12px;
        padding: 6px;
        line-height:1;
    }
    .carousel-item .form-card .form-control {
        font-size: 10px;
        padding: 3px;
    }
    .carousel-item .form-card .form-group {
        margin-bottom: 5px;
    }
    .carousel-item button.btn.btn-blue {
        font-size: 10px;
    }
    #inquiryModal .row {
        margin: 0 auto;
    }
    .custom-popup{
        width:90%;
    }
}
/* ---- Inquiry form styles end */
html.hc-nav-yscroll {
    overflow-y: scroll
}

body.hc-nav-open {
    overflow: visible;
    position: fixed;
    width: 100%;
    min-height: 100%
}

.hc-offcanvas-nav {
    visibility: hidden;
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999
}

.hc-offcanvas-nav.is-ios * {
    cursor: pointer !important
}

.hc-offcanvas-nav .nav-container {
    position: fixed;
    z-index: 9998;
    top: 0;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    transition: transform .4s ease
}

.hc-offcanvas-nav .nav-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.hc-offcanvas-nav .nav-content {
    height: 100%
}

.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box
}

.hc-offcanvas-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.hc-offcanvas-nav li {
    position: relative;
    display: block
}

.hc-offcanvas-nav li.level-open > .nav-wrapper {
    visibility: visible
}

.hc-offcanvas-nav li:not(.custom-content) a {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer
}

.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
    cursor: not-allowed
}

.hc-offcanvas-nav li:not(.custom-content) a,
.hc-offcanvas-nav li:not(.custom-content) a:hover {
    text-decoration: none
}

.hc-offcanvas-nav input[type="checkbox"] {
    display: none
}

.hc-offcanvas-nav label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer
}

.hc-offcanvas-nav .nav-item {
    position: relative;
    display: block;
    box-sizing: border-box
}

.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
    content: '';
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s, opacity .4s ease
}

.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s
}

.hc-offcanvas-nav:not(.nav-open)::after {
    pointer-events: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
    display: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 > .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
    min-width: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: height 0s ease .4s
}

.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {
    max-height: none;
    overflow: visible;
    visibility: visible
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s ease .4s, transform .4s ease
}

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
    position: static
}

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: transform .4s ease
}

.hc-offcanvas-nav.nav-position-left {
    left: 0
}

.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0
}

.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(-100%, 0, 0)
}

.hc-offcanvas-nav.nav-position-right {
    right: 0
}

.hc-offcanvas-nav.nav-position-right .nav-container {
    right: 0
}

.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
    right: 0;
    transform: translate3d(100%, 0, 0)
}

.hc-offcanvas-nav.nav-position-top {
    top: 0
}

.hc-offcanvas-nav.nav-position-top .nav-container {
    top: 0;
    width: 100%
}

.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(0, -100%, 0)
}

.hc-offcanvas-nav.nav-position-bottom {
    top: auto;
    bottom: 0
}

.hc-offcanvas-nav.nav-position-bottom .nav-container {
    top: auto;
    bottom: 0;
    width: 100%
}

.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(0, 100%, 0)
}

.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {
    transform: translate3d(0, 0, 0)
}

.hc-offcanvas-nav.rtl li {
    text-align: right
}

.hc-offcanvas-nav.rtl .nav-next,
.hc-offcanvas-nav.rtl li.nav-back span,
.hc-offcanvas-nav.rtl li.nav-close span {
    left: 0;
    right: unset
}

.hc-nav-trigger {
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    top: 20px;
    z-index: 9980;
    width: 30px;
    min-height: 24px
}

.hc-nav-trigger span {
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 50% 50%
}

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
    /* display: block; */
    position: absolute;
    left: 0;
    height: 4px;
    background: #34495E;
    transition: all .2s ease
}

.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
    content: '';
    width: 100%
}

.hc-nav-trigger span::before {
    top: -10px
}

.hc-nav-trigger span::after {
    bottom: -10px
}

.hc-nav-trigger.toggle-open span {
    background: rgba(0, 0, 0, 0);
    transform: rotate(45deg)
}

.hc-nav-trigger.toggle-open span::before {
    transform: translate3d(0, 10px, 0)
}

.hc-nav-trigger.toggle-open span::after {
    transform: rotate(-90deg) translate3d(10px, 0, 0)
}

.hc-offcanvas-nav::after,
.hc-offcanvas-nav .nav-wrapper::after {
    background: rgba(0, 0, 0, 0.7)
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background: black;
}

.hc-offcanvas-nav h2 {
    font-size: 19px;
    font-weight: normal;
    text-align: left;
    padding: 20px 17px;
    color: #ffffff;
}

.hc-offcanvas-nav .nav-item {
    padding: 14px 17px;
    font-size: 15px;
    color: #fff;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #2c5d8f
}

.hc-offcanvas-nav .nav-item:focus,
.hc-offcanvas-nav .nav-item:focus-within {
    z-index: 10
}

.hc-offcanvas-nav .nav-item-wrapper {
    position: relative
}

.hc-offcanvas-nav .nav-close:focus,
.hc-offcanvas-nav .nav-next:focus,
.hc-offcanvas-nav .nav-back:focus {
    z-index: 10
}

.hc-offcanvas-nav li:not(.custom-content) a {
    padding: 7px 15px;
    font-size: 15px;
    color: #fff;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #272727;
}

.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
    color: rgba(255, 255, 255, 0.5)
}

.hc-offcanvas-nav:not(.touch-device) li:not(.custom-content) a:hover {
    background: #31679e
}

.hc-offcanvas-nav ul:first-of-type:not(:first-child) > li:first-child:not(.nav-back):not(.nav-close) > a {
    border-top: 1px solid #2c5d8f;
    margin-top: -1px
}

.hc-offcanvas-nav li {
    text-align: left
}

.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
    background: #d9b98d;
    border-top: 1px solid #d9b98d;
    border-bottom: 1px solid #d9b98d;
    color: black;
}

.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav li.nav-back a:hover {
    background: #d9b98d;
    color: black;
}

.hc-offcanvas-nav li.nav-close:not(:first-child) a,
.hc-offcanvas-nav li.nav-back:not(:first-child) a {
    margin-top: -1px
}

.hc-offcanvas-nav li.nav-parent .nav-item:last-child {
    padding-right: 58px
}

.hc-offcanvas-nav li.nav-parent .nav-item:not(:last-child) {
    margin-right: 44px
}

.hc-offcanvas-nav li.nav-close span,
.hc-offcanvas-nav li.nav-parent .nav-next,
.hc-offcanvas-nav li.nav-back span {
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    transition: background .2s ease
}

.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff
}

.hc-offcanvas-nav li.nav-close span::before {
    margin-left: -7px;
    transform: rotate(135deg)
}

.hc-offcanvas-nav li.nav-close span::after {
    transform: rotate(-45deg)
}

.hc-offcanvas-nav a.nav-next {
    border-left: 1px solid #2c5d8f
}

.hc-offcanvas-nav .nav-next::before,
.hc-offcanvas-nav li.nav-back span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform-origin: center
}

.hc-offcanvas-nav .nav-next::before {
    transform: translate(-50%, -50%) rotate(135deg)
}

.hc-offcanvas-nav li.nav-back span::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2)
}

.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper {
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2)
}

.hc-offcanvas-nav.nav-position-right .nav-next::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-offcanvas-nav.nav-position-right li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(135deg)
}

.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.hc-offcanvas-nav.nav-position-top .nav-next::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.nav-position-top li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2)
}

.hc-offcanvas-nav.nav-position-bottom .nav-next::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
    box-shadow: none;
    background: transparent
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2,
.hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
    display: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item,
.hc-offcanvas-nav.nav-levels-none .nav-container ul ul .nav-item {
    font-size: 14px
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li,
.hc-offcanvas-nav.nav-levels-none .nav-container li {
    transition: background .3s ease
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
    background: #d9b98d;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a {
    border-bottom: 1px solid #d9b98d;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a:hover {
    background: #d9b98d;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open > .nav-item .nav-next::before,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open > .nav-item .nav-next::before {
    margin-top: 2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-levels-expand .nav-container .nav-next::before,
.hc-offcanvas-nav.nav-levels-none .nav-container .nav-next::before {
    margin-top: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.rtl a.nav-next {
    border-left: none;
    border-right: 1px solid #2c5d8f
}

.hc-offcanvas-nav.rtl li.nav-parent .nav-item {
    padding-right: 17px;
    padding-left: 58px
}


.cf::before,
.cf::after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden
}

.cf::after {
    clear: both
}

#container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
    background: linear-gradient(-134deg, #517FA4 0%, #243949 100%)
}

.wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px
}

#main-nav {
    display: none
}


header h1 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px;
    padding-bottom: 8px
}

header h2 {
    max-width: 680px;
    margin: auto;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 30px
}


header .ver {
    padding-top: 15px;
    font-weight: 200;
    color: #dab977
}

header .ver span {
    color: #fffce1
}

header .toggle {
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    top: 20px;
    z-index: 9980;
    width: 35px;
    min-height: 24px;
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    float: left;
    display: block;
    cursor: pointer;
    box-sizing: content-box;
    font-size: 20px;
    padding-left: 40px;
    line-height: 24px;
    margin-top: 0;
    margin-left: 0;
    color: #fff;
    text-decoration: none
}

header .toggle span {
    width: 35px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 50% 50%
}

header .toggle span,
header .toggle span::before,
header .toggle span::after {
    display: block;
    position: absolute;
    left: 0;
    height: 4px;
    background: #d9b98d;
    transition: all .25s ease
}

header .toggle span::before,
header .toggle span::after {
    content: '';
    width: 100%
}

header .toggle span::before {
    top: -10px
}

header .toggle span::after {
    bottom: -10px
}

header .toggle.toggle-open span {
    background: #d9b98d;
    transform: rotate(45deg)
}

header .toggle.toggle-open span::before {
    transform: translate3d(0, 10px, 0)
}

header .toggle.toggle-open span::after {
    transform: rotate(-90deg) translate3d(10px, 0, 0)
}

header .toggle:hover span,
header .toggle:hover span::before,
header .toggle:hover span::after {
    background: #ffdd00
}

header .toggle div {
    display: inline-block;
    margin-right: 15px
}

footer {
    padding-bottom: 40px
}

footer .swm {
    display: inline-block;
    padding: 0 15px
}

footer .swm svg {
    display: block;
    width: auto;
    height: 17px;
    margin-top: 22px
}

footer .swm svg path {
    transition: fill .1s ease
}

footer .swm svg .l-1 {
    fill: #4fb5e1
}

footer .swm svg .l-2 {
    fill: #f2c053
}

footer .swm svg .l-3 {
    fill: #a7ce38
}

footer .swm:not(:hover) svg .l-1 {
    fill: #466e8d
}

footer .swm:not(:hover) svg .l-2 {
    fill: #9db9cf
}

footer .swm:not(:hover) svg .l-3 {
    fill: #5989ad
}

main {
    flex: 1 0 auto;
    padding-bottom: 30px;
    text-align: left
}

main .content {
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

main h4 {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0
}

main h4:first-child {
    margin-top: 30px
}

main .actions {
    margin: 0 -15px;
    text-align: center
}

main .actions.checkboxes {
    text-align: left;
    padding-top: 8px
}

main .actions.checkboxes label {
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer
}

main .actions.checkboxes label input {
    display: none
}

main .actions.checkboxes label input:checked ~ span {
    background: #dab977
}

main .actions.checkboxes label input:checked ~ span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    border: solid #243949;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px 2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

main .actions.checkboxes label span {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 22px;
    height: 22px;
    background: #fffce1;
    margin-right: 12px;
    vertical-align: top;
    transition: all .1s ease
}

main .actions div {
    padding: 0 15px 20px;
    box-sizing: border-box
}

@media screen and (min-width: 800px) {
    main .actions {
        display: flex;
        flex-wrap: wrap
    }

    main .actions div {
        float: left;
        flex: 1 1 33.33%;
        max-width: 33.33%
    }

    main .actions.position div {
        float: left;
        flex: 1 1 25%;
        max-width: 25%
    }
}

main .button {
    position: relative;
    display: block;
    padding: 18px 30px 16px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
    text-decoration: none;
    color: #243949;
    cursor: pointer;
    background: #fffce1;
    border-radius: 30px/80px;
    transition: all .1s ease
}

main .button:not(.active):hover {
    color: #d5af63
}

main .button.active {
    background: #dab977
}

.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
    /*padding-bottom: 41px*/
}

.hc-offcanvas-nav h2 {
    font-weight: 400
}

.hc-offcanvas-nav a {
    font-size: 16px
}

.hc-offcanvas-nav li .custom-message {
    font-size: 12px
}

.hc-offcanvas-nav li .custom-message a {
    color: #fff;
    font-size: 13px
}

.hc-offcanvas-nav li .custom-message a:hover {
    text-decoration: none
}

.hc-offcanvas-nav li.search .nav-item {
    padding-top: 0
}

.hc-offcanvas-nav li.search input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    padding: 5px 10px;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.05)
}

.hc-offcanvas-nav li.search input[type="text"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8)
}

.hc-offcanvas-nav li.search input[type="text"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8)
}

.hc-offcanvas-nav li.search input[type="text"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8)
}

.hc-offcanvas-nav li.search input[type="text"]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8)
}

.hc-offcanvas-nav li.search input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.8)
}


.hc-offcanvas-nav.nav-position-top ul.bottom-nav,
.hc-offcanvas-nav.nav-position-bottom ul.bottom-nav {
    position: relative;
    border-top: none
}

.hc-offcanvas-nav.nav-position-top .nav-wrapper-0 > .nav-content,
.hc-offcanvas-nav.nav-position-bottom .nav-wrapper-0 > .nav-content {
    padding-bottom: 0
}

.hc-offcanvas-nav ul.bottom-nav {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    border-top: 1px solid #2c5d8f
}

.hc-offcanvas-nav ul.bottom-nav li {
    flex: auto
}

.hc-offcanvas-nav ul.bottom-nav li a {
    padding: 10px;
    text-align: center;
    height: 100%;
    border-bottom: none
}

.hc-offcanvas-nav ul.bottom-nav li svg {
    fill: #fff;
    display: inline-block;
    vertical-align: middle
}

.hc-offcanvas-nav ul.bottom-nav li.github svg {
    width: 17px;
    height: 17px
}

.hc-offcanvas-nav ul.bottom-nav li.ko-fi svg {
    width: 21px;
    height: 21px
}

.hc-offcanvas-nav ul.bottom-nav li.email svg {
    width: 19px;
    height: 19px
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/*! lightgallery - v1.6.12 - 2019-02-19
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2019 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #ffdd00;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */
/* line 6, ../sass/_content.sass */
.offline-ui .offline-ui-retry:before {
  content: "Reconnect";
}
/* line 11, ../sass/_content.sass */
.offline-ui.offline-ui-up .offline-ui-content:before {
  content: "Your computer is connected to the internet.";
}
@media (max-width: 1024px) {
  /* line 11, ../sass/_content.sass */
  .offline-ui.offline-ui-up .offline-ui-content:before {
    content: "Your device is connected to the internet.";
  }
}
@media (max-width: 568px) {
  /* line 11, ../sass/_content.sass */
  .offline-ui.offline-ui-up .offline-ui-content:before {
    content: "Your device is connected.";
  }
}
/* line 22, ../sass/_content.sass */
.offline-ui.offline-ui-down .offline-ui-content:before {
  content: "Your computer lost its internet connection.";
}
@media (max-width: 1024px) {
  /* line 22, ../sass/_content.sass */
  .offline-ui.offline-ui-down .offline-ui-content:before {
    content: "Your device lost its internet connection.";
  }
}
@media (max-width: 568px) {
  /* line 22, ../sass/_content.sass */
  .offline-ui.offline-ui-down .offline-ui-content:before {
    content: "Your device isn't connected.";
  }
}
/* line 33, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-connecting .offline-ui-content:before, .offline-ui.offline-ui-down.offline-ui-connecting-2s .offline-ui-content:before {
  content: "Attempting to reconnect...";
}
/* line 42, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"]:before {
  content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " seconds...";
}
@media (max-width: 568px) {
  /* line 42, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"]:before {
    content: "Reconnecting in " attr(data-retry-in-value) "s...";
  }
}
/* line 50, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"][data-retry-in-value="1"]:before {
  content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " second...";
}
@media (max-width: 568px) {
  /* line 50, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"][data-retry-in-value="1"]:before {
    content: "Reconnecting in " attr(data-retry-in-value) "s...";
  }
}
/* line 58, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"]:before {
  content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " minutes...";
}
@media (max-width: 568px) {
  /* line 58, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"]:before {
    content: "Reconnecting in " attr(data-retry-in-value) "m...";
  }
}
/* line 66, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"][data-retry-in-value="1"]:before {
  content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " minute...";
}
@media (max-width: 568px) {
  /* line 66, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"][data-retry-in-value="1"]:before {
    content: "Reconnecting in " attr(data-retry-in-value) "m...";
  }
}
/* line 74, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"]:before {
  content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " hours...";
}
@media (max-width: 568px) {
  /* line 74, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"]:before {
    content: "Reconnecting in " attr(data-retry-in-value) "h...";
  }
}
/* line 82, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"][data-retry-in-value="1"]:before {
  content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " hour...";
}
@media (max-width: 568px) {
  /* line 82, ../sass/_content.sass */
  .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"][data-retry-in-value="1"]:before {
    content: "Reconnecting in " attr(data-retry-in-value) "h...";
  }
}
/* line 90, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry {
  display: none;
}
/* line 93, ../sass/_content.sass */
.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s .offline-ui-content:before {
  content: "Connection attempt failed.";
}
/* line 4, ../sass/_offline-theme-base.sass */
.offline-ui, .offline-ui *, .offline-ui:before, .offline-ui:after, .offline-ui *:before, .offline-ui *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../sass/_offline-theme-base.sass */
.offline-ui {
  display: none;
  position: fixed;
  background: white;
  z-index: 2000;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
/* line 17, ../sass/_offline-theme-base.sass */
.offline-ui .offline-ui-content:before {
  display: inline;
}
/* line 20, ../sass/_offline-theme-base.sass */
.offline-ui .offline-ui-retry {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: none;
}
/* line 24, ../sass/_offline-theme-base.sass */
.offline-ui .offline-ui-retry:before {
  display: inline;
}
/* line 29, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-up.offline-ui-up-5s {
  display: block;
}
/* line 32, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-down {
  display: block;
}
/* line 37, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-retry {
  display: block;
}
/* line 42, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry {
  display: none;
}

@-webkit-keyframes offline-fadein {
  /* line 6, ../sass/_keyframes.sass */
  0% {
    opacity: 0;
  }

  /* line 8, ../sass/_keyframes.sass */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes offline-fadein {
  /* line 6, ../sass/_keyframes.sass */
  0% {
    opacity: 0;
  }

  /* line 8, ../sass/_keyframes.sass */
  100% {
    opacity: 1;
  }
}

@-ms-keyframes offline-fadein {
  /* line 6, ../sass/_keyframes.sass */
  0% {
    opacity: 0;
  }

  /* line 8, ../sass/_keyframes.sass */
  100% {
    opacity: 1;
  }
}

@-o-keyframes offline-fadein {
  /* line 6, ../sass/_keyframes.sass */
  0% {
    opacity: 0;
  }

  /* line 8, ../sass/_keyframes.sass */
  100% {
    opacity: 1;
  }
}

@keyframes offline-fadein {
  /* line 6, ../sass/_keyframes.sass */
  0% {
    opacity: 0;
  }

  /* line 8, ../sass/_keyframes.sass */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes offline-fadeout-and-hide {
  /* line 20, ../sass/_keyframes.sass */
  0% {
    opacity: 1;
    display: block;
  }

  /* line 23, ../sass/_keyframes.sass */
  99% {
    opacity: 0;
    display: block;
  }

  /* line 26, ../sass/_keyframes.sass */
  100% {
    opacity: 0;
    display: none;
  }
}

@-moz-keyframes offline-fadeout-and-hide {
  /* line 20, ../sass/_keyframes.sass */
  0% {
    opacity: 1;
    display: block;
  }

  /* line 23, ../sass/_keyframes.sass */
  99% {
    opacity: 0;
    display: block;
  }

  /* line 26, ../sass/_keyframes.sass */
  100% {
    opacity: 0;
    display: none;
  }
}

@-ms-keyframes offline-fadeout-and-hide {
  /* line 20, ../sass/_keyframes.sass */
  0% {
    opacity: 1;
    display: block;
  }

  /* line 23, ../sass/_keyframes.sass */
  99% {
    opacity: 0;
    display: block;
  }

  /* line 26, ../sass/_keyframes.sass */
  100% {
    opacity: 0;
    display: none;
  }
}

@-o-keyframes offline-fadeout-and-hide {
  /* line 20, ../sass/_keyframes.sass */
  0% {
    opacity: 1;
    display: block;
  }

  /* line 23, ../sass/_keyframes.sass */
  99% {
    opacity: 0;
    display: block;
  }

  /* line 26, ../sass/_keyframes.sass */
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes offline-fadeout-and-hide {
  /* line 20, ../sass/_keyframes.sass */
  0% {
    opacity: 1;
    display: block;
  }

  /* line 23, ../sass/_keyframes.sass */
  99% {
    opacity: 0;
    display: block;
  }

  /* line 26, ../sass/_keyframes.sass */
  100% {
    opacity: 0;
    display: none;
  }
}

@-webkit-keyframes offline-rotation {
  /* line 64, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  /* line 66, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

@-moz-keyframes offline-rotation {
  /* line 64, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  /* line 66, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes offline-rotation {
  /* line 64, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  /* line 66, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

@-o-keyframes offline-rotation {
  /* line 64, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  /* line 66, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

@keyframes offline-rotation {
  /* line 64, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  /* line 66, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

/* line 21, ../sass/offline-theme-default.sass */
.offline-ui {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-family: "Helvetica Neue", sans-serif;
  padding: 1em;
  top: 1em;
  width: 38em;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 38em) {
  /* line 21, ../sass/offline-theme-default.sass */
  .offline-ui {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    top: 0;
  }
}
/* line 34, ../sass/offline-theme-default.sass */
.offline-ui .offline-ui-content:before {
  line-height: 1.25em;
}
/* line 37, ../sass/offline-theme-default.sass */
.offline-ui .offline-ui-retry {
  position: absolute;
  right: 3em;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
  line-height: 3.5em;
  height: 3.5em;
  margin: auto;
  padding: 0 1em;
}
/* line 50, ../sass/offline-theme-default.sass */
.offline-ui.offline-ui-up {
  -webkit-animation: offline-fadeout-and-hide forwards 0.5s 2s;
  -moz-animation: offline-fadeout-and-hide forwards 0.5s 2s;
  -ms-animation: offline-fadeout-and-hide forwards 0.5s 2s;
  -o-animation: offline-fadeout-and-hide forwards 0.5s 2s;
  animation: offline-fadeout-and-hide forwards 0.5s 2s;
  -webkit-backface-visibility: hidden;
  background: #d6e9c6;
  color: #468847;
}
/* line 55, ../sass/offline-theme-default.sass */
.offline-ui.offline-ui-down {
  -webkit-animation: offline-fadein 0.5s;
  -moz-animation: offline-fadein 0.5s;
  -ms-animation: offline-fadein 0.5s;
  -o-animation: offline-fadein 0.5s;
  animation: offline-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  background: #ec8787;
  color: #551313;
}
/* line 60, ../sass/offline-theme-default.sass */
.offline-ui.offline-ui-down.offline-ui-connecting, .offline-ui.offline-ui-down.offline-ui-waiting {
  background: #f8ecad;
  color: #7c6d1f;
  padding-right: 3em;
}
/* line 65, ../sass/offline-theme-default.sass */
.offline-ui.offline-ui-down.offline-ui-connecting:after, .offline-ui.offline-ui-down.offline-ui-waiting:after {
  -webkit-animation: offline-rotation 0.7s linear infinite;
  -moz-animation: offline-rotation 0.7s linear infinite;
  -ms-animation: offline-rotation 0.7s linear infinite;
  -o-animation: offline-rotation 0.7s linear infinite;
  animation: offline-rotation 0.7s linear infinite;
  -webkit-backface-visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: " ";
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  width: 1em;
  border: 2px solid rgba(0, 0, 0, 0);
  border-top-color: #7c6d1f;
  border-left-color: #7c6d1f;
  opacity: 0.7;
}
/* line 82, ../sass/offline-theme-default.sass */
.offline-ui.offline-ui-down.offline-ui-waiting {
  padding-right: 11em;
}
/* line 85, ../sass/offline-theme-default.sass */
.offline-ui.offline-ui-down.offline-ui-waiting.offline-ui-reconnect-failed-2s {
  padding-right: 0;
}
