:root{
    --theme-color-red: #BF0308;
}
a,
a.active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}
.lgx-btn,
blockquote {
    position: relative;
    overflow: hidden;
}
.lgx-blog-normal *,
.lgx-blog-normal :after,
.lgx-blog-normal :before,
.lgx-event-normal *,
.lgx-event-normal :after,
.lgx-event-normal :before {
    box-sizing: border-box !important;
}
html {
    font-size: 62.5%;
}
body,
p {
    font-family: Ubuntu, sans-serif;
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    color: rgba(50, 51, 51, 0.8);
    line-height: 2.6rem;
}
body {
    background: #f9f9f9;
}
p {
    font-weight: 400;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-family: "Playfair Display", serif;
}
.h3,
.h4,
h3,
h4 {
    font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #323333;
}
.h1,
h1 {
    font-size: 6.3rem;
    line-height: 9.45rem;
    line-height: 8rem;
}
.h2,
h2 {
    font-size: 3.9rem;
    line-height: 5.85rem;
    line-height: 4rem;
}
.h3,
h3 {
    font-size: 2.4rem;
    line-height: 3.5999999999999996rem;
    line-height: 4rem;
}
.h4,
.h5,
h4,
h5 {
    font-size: 1.5rem;
}
.h3 a,
h3 a {
    color: inherit;
}
.h3 a:hover,
h3 a:hover {
    color: var(--theme-color-red);
}
.h4,
h4 {
    line-height: 2.25rem;
    line-height: 2rem;
    font-family: Ubuntu, sans-serif;
}
.h4 a,
h4 a {
    color: inherit;
}
.h4 a:hover,
h4 a:hover {
    color: #e39a31;
}
.h5,
h5 {
    line-height: 2.25rem;
    line-height: 2rem;
}
.h6,
h6 {
    font-size: 1.3rem;
    line-height: 1.9500000000000002rem;
    line-height: 1.8rem;
}
blockquote,
blockquote p {
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 2.55rem;
}
img {
    max-width: 100%;
}
.lgx-table thead tr {
    background: rgba(227, 154, 49, 0.2);
}
.lgx-table thead tr th {
    border-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #323333;
    text-align: center;
}
.lgx-table tbody tr td,
.lgx-table tbody tr th {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 4px solid #f9f9f9;
    background: rgba(227, 154, 49, 0.05);
    text-align: center;
    border-right: 2px solid #f9f9f9;
}
.lgx-table tbody tr td:hover,
.lgx-table tbody tr th,
.lgx-table tbody tr th:hover {
    background: rgba(227, 154, 49, 0.1);
}
a {
    color: var(--theme-color-red);
}
a.active,
a:focus,
a:hover {
    color: var(--theme-color-red);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn:active,
.btn:focus,
button:active,
button:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="button"]:active,
input[type="button"]:focus {
    outline: 0;
}
.lgx-inner {
    padding: 10.2rem 0;
}
blockquote {
    text-align: left;
    width: 100%;
    color: #323333;
    margin: 2rem 0;
    display: block;
    padding: 4rem;
    font-style: italic;
    border-radius: 6px;
    border: 1px solid rgba(33, 39, 57, 0.1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.lgx-heading,
.lgx-social li {
    text-align: center;
}
blockquote:after,
blockquote:before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 5.1rem;
    line-height: 7.6499999999999995rem;
    color: #ddd;
    opacity: 0.5;
}
blockquote footer {
    float: none !important;
    color: #e39a31;
}
blockquote:after {
    content: "\f10e";
    right: 14px;
    bottom: -10px;
}
blockquote:before {
    content: "\f10d";
    left: 5px;
    top: -10px;
}
.lgx-social li a {
    background: #fff;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
}
.lgx-social li a i {
    font-size: 2.4rem;
    line-height: 47px;
}
.lgx-social li .fa-twitter {
    color: #1da1f2;
}
.lgx-social li .fa-facebook-f,
.lgx-social li .facebook-f {
    color: #3b5998;
}
.lgx-social li .fa-linkedin {
    color: #00a0dc;
}
.lgx-social li .fa-youtube-play {
    color: #cd201f;
}
.lgx-social li .fa-instagram {
    color: #c13584;
}
.lgx-social li a:hover {
    background: var(--theme-color-red);
}
.lgx-social li a:hover i {
    color: #fff;
}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 1.5rem 2rem;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
textarea.form-control {
    height: 170px;
}
.lgx-heading {
    margin-bottom: 6.3rem;
}
.lgx-heading .heading-title {
    font-family: "Playfair Display", serif;
    font-size: 3.9rem;
    line-height: 5.85rem;
    font-weight: 900;
    margin-top: 0;
    color: #323333;
}
.lgx-heading .heading-subtitle {
    font-family: Ubuntu, sans-serif;
    font-size: 1.7rem;
    line-height: 2.55rem;
    color: #323333;
    font-weight: 400;
    opacity: 0.5;
}
.lgx-btn,
.lgx-heading-white .heading-subtitle,
.lgx-heading-white .heading-title {
    color: #fff;
}
.lgx-btn {
    font-family: "Playfair Display", serif;
    background: var(--theme-color-red);
    padding: 1.3rem 2.4rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.9500000000000002rem;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border: 2px solid var(--theme-color-red);
    border-radius: 4px;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.lgx-btn:before {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 1.7rem;
    line-height: 2.55rem;
    right: 19px;
    position: absolute;
    top: 10px;
    display: none;
}
.lgx-banner-info,
.lgx-filter li a,
.lgx-header .lgx-navbar .lgx-nav li a,
.lgx-navbar-search .lgx-menu-search .form-control,
.lgx-single-course .course-info .course-author .title,
.lgx-single-service .title {
    font-family: "Playfair Display", serif;
}
.lgx-btn:hover {
    background: var(--theme-color-red);
    color: #fff;
    border: 2px solid var(--theme-color-red);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    padding: 1.3rem 4.5rem 1.3rem 2.4rem;
}
.lgx-btn:hover:before {
    display: block;
}
.lgx-btn-border,
.lgx-btn-border:hover {
    background: 0 0;
    color: var(--theme-color-red);
    border: 2px solid var(--theme-color-red);
}
.lgx-btn-sm {
    padding: 1rem 2.4rem;
    border: 1px solid #e39a31;
}
.lgx-btn-sm:before {
    font-size: 1.5rem;
    line-height: 2.25rem;
    right: 10px;
    top: 10px;
}
.lgx-btn-sm:hover {
    padding: 1rem 3rem 1rem 2.4rem;
    border: 1px solid #e39a31;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.lgx-header {
    background: #f1f1f1;
}
.lgx-header .lgx-inner {
    margin: 0 auto;
}
.lgx-header .lgx-toggle {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 99;
    color: #fff;
}
.lgx-header .lgx-toggle i {
    font-size: 26px;
}
.lgx-header .header-top {
    background: #323333;
}
.lgx-header .header-top .header-top-inner ul li {
    margin-top: 8px;
}
.lgx-header .header-top .header-top-inner .contact ul li {
    color: #fff;
    font-size: 15px;
    margin-right: 1rem;
}
.lgx-header .header-top .header-top-inner .contact ul li i {
    font-size: 20px;
    font-size: 2rem;
    color: var(--theme-color-red);
    opacity: 0.7;
    margin-right: 0.4rem;
    position: relative;
    top: 2px;
}
.lgx-header .header-top .header-top-inner .contact ul .question-text {
    color: var(--theme-color-red);
    font-weight: 700;
    margin-right: 0.5rem;
    display: inline-block;
}
.lgx-header .header-top .header-top-inner .right-menu {
    text-align: right;
    font-size: 14px;
}
.lgx-header .header-top .header-top-inner .right-menu .login-register {
    margin-right: 1rem;
}
.lgx-header .header-top .header-top-inner .right-menu .login-register a {
    font-family: "Playfair Display", serif;
    background: rgba(255, 255, 255, 0.1);
    color: var(--theme-color-red);
    padding: 15px 2rem;
}
.lgx-header .header-top .header-top-inner .right-menu .login-register a:hover {
    background: var(--theme-color-red);
    color: #fff;
}
.lgx-header .header-top .header-top-inner .right-menu ul li {
    color: #fff;
}
.lgx-header .header-top .header-top-inner .right-menu ul li a {
    color: inherit;
}
.lgx-header .header-top .header-top-inner .right-menu ul li a i {
    font-size: 17px;
    font-size: 1.7rem;
    color: #888;
}
.lgx-header .header-top .header-top-inner .right-menu ul li:hover a {
    color: var(--theme-color-red);
}
.lgx-header .header-top .header-top-inner .right-menu ul li:hover a i {
    opacity: 1;
    color: inherit;
}
.lgx-header .lgx-header-bottom {
    padding: 1.2rem 0;
}
.lgx-header .navbar-nav li:hover > ul,
.lgx-header .navbar-nav ul li:hover > ul {
    display: block;
    -moz-animation: fadeIn 0.3s ease-in;
    -webkit-animation: fadeIn 0.3s ease-in;
    animation: fadeIn 0.3s ease-in;
}
.lgx-header .dropdown-submenu {
    position: relative;
}
.lgx-header .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}
.lgx-header .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.lgx-header .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
}
.lgx-header .dropdown-submenu.pull-left {
    float: none;
}
.lgx-header .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}
.lgx-header .lgx-navbar {
    margin-bottom: 0;
    border: none;
    background: 0 0;
    border-radius: 0;
}
.lgx-header .lgx-navbar .container {
    padding-right: 0;
    padding-left: 0;
}
.lgx-header .lgx-navbar .lgx-nav {
    position: relative;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-transform-origin: center;
    transform-origin: center;
    animation-duration: 0.4s;
    animation-timing-function: linear;
}
.lgx-header .lgx-navbar .lgx-nav li a {
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 11px;
    color: #323333;
    opacity: 1;
}
.lgx-header .lgx-navbar .lgx-nav li a:hover {
    background: 0 0;
    color: var(--theme-color-red);
    opacity: 1;
}
.lgx-header .lgx-navbar .lgx-nav li .lgx-btn {
    margin-top: 0.8rem;
    padding: 0.8rem 2.4rem;
    margin-left: 1rem;
    margin-right: 15px;
    display: inline-block;
    overflow: hidden;
}
.lgx-header .lgx-navbar .lgx-nav li .lgx-btn:before {
    display: none;
}
.lgx-header .lgx-navbar .lgx-nav .active a {
    background: 0 0;
    color: #e39a31;
}
.lgx-header .lgx-navbar .lgx-logo {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-transform-origin: center;
    transform-origin: center;
    animation-duration: 0.4s;
    animation-timing-function: linear;
}
.lgx-header .lgx-navbar .lgx-logo a img {
    max-width: 190px;
    float: left;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.lgx-header .lgx-navbar .lgx-nav,
.lgx-search-mobile,
.lgx-slider .lgx-item-right .banner-btn,
.lgx-slider .lgx-item-right .text {
    float: right;
}
.lgx-header .lgx-navbar .lgx-nav .dropdown-menu {
    background: var(--theme-color-red);
    border: 0;
    border-radius: 0;
    padding-top: 0.9rem;
    padding-bottom: 1rem;
    padding-right: 5px;
}
.lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a {
    color: #fff;
    padding: 0.6rem 1.5rem !important;
    font-size: 1.4rem;
    line-height: 2.0999999999999996rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.08rem;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity: 0.8;
}
.lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a b {
    color: #fff;
}
.lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a:hover {
    background: rgba(255, 255, 255, 0.2);
    margin-left: 5px;
    opacity: 1;
}
.search-animate {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lgx-navbar-search {
    background-color: #fff;
    border-color: #5fb0e4;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 100;
}
.lgx-navbar-search:nth-of-type(2) {
    border-top-width: 1px;
    z-index: 50;
}
.lgx-navbar-search.affix-top {
    position: absolute;
    top: 0;
    width: 100%;
}
.lgx-navbar-search.affix {
    top: 0;
    width: 100%;
}
.lgx-navbar-search .navbar-toggle .icon-bar {
    background-color: #5fb0e4;
}
.lgx-navbar-search .navbar-brand {
    color: #5fb0e4;
    font-weight: 900;
    letter-spacing: 2px;
}
.lgx-navbar-search .navbar-nav > li > a {
    border: 0 solid #5fb0e4;
    color: #787878;
    padding: 15px 14px;
}
.lgx-navbar-search .navbar-nav > li > form > .input-group > .input-group-btn > .btn,
.lgx-navbar-search .navbar-nav > li > form > .input-group > input {
    border-radius: 0;
}
.lgx-navbar-search .navbar-nav > li:not(.disabled).active > a,
.lgx-navbar-search .navbar-nav > li:not(.disabled).open > a,
.lgx-navbar-search .navbar-nav > li:not(.disabled) > a:focus,
.lgx-navbar-search .navbar-nav > li:not(.disabled) > a:hover {
    color: var(--theme-color-red);
}
.lgx-navbar-search .navbar-nav > li.disabled > a {
    color: #c8c8c8;
}
.lgx-navbar-search .navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    margin-right: -1px;
    min-width: 220px;
    padding: 0;
}
.lgx-navbar-search .navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
    left: 0;
    margin-left: -1px;
    right: auto;
}
.lgx-navbar-search .navbar-nav > li > .dropdown-menu > li > a {
    border-left: 0 solid #5fb0e4;
    color: #787878;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    white-space: nowrap;
}
.navbar .bootsnipp-profile > a {
    padding-bottom: 9px;
    padding-top: 9px;
}
.navbar .bootsnipp-profile > a > img {
    border-radius: 50%;
    width: 32px;
}
.navbar .bootsnipp-profile > .dropdown-menu {
    width: 320px;
}
.navbar .bootsnipp-profile > .dropdown-menu > li > .row {
    padding: 5px 15px;
}
.navbar .bootsnipp-profile > .dropdown-menu > li > .row img {
    width: 100%;
}
.lgx-navbar-search .lgx-menu-search {
    display: none;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}
.lgx-navbar-search .lgx-menu-search .form-control {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    color: #323333;
    background-color: transparent;
    border-width: 0;
    font-size: 15px;
    padding: 25px 2rem;
    font-weight: 400;
    border-radius: 4px 0 0 4px;
}
.lgx-navbar-search .lgx-menu-search .form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lgx-navbar-search .lgx-menu-search .input-group-btn > .btn {
    padding: 14px 16px;
    border-radius: 0;
}
.lgx-navbar-search .lgx-menu-search .input-group-btn > .btn.active,
.lgx-navbar-search .lgx-menu-search .input-group-btn > .btn:focus,
.lgx-navbar-search .lgx-menu-search .input-group-btn > .btn:hover {
    padding: 14px 16px 14px 15px;
}
.lgx-navbar-search .lgx-menu-search .input-group-btn > .btn-default {
    background-color: #f5f5f5;
}
.lgx-menu-search form {
    width: 98.6%;
}
.nav-padding {
    padding-top: 61px;
}
@media screen and (min-width: 768px) {
    .lgx-navbar-search .navbar-brand {
        font-size: 20px;
        height: auto;
        padding: 15px 5px;
    }
    .lgx-navbar-search .navbar-nav > li > a {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .lgx-navbar-search .navbar-nav > li.disabled > a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .lgx-navbar-search .lgx-menu-search {
        background-color: #ebebeb;
        display: block;
        position: absolute;
        top: 109%;
        width: 98.6%;
        left: -7px;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0 0 0;
        -moz-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        visibility: hidden;
    }
    .lgx-navbar-search .lgx-menu-search.open {
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -o-transform: rotateX(0);
        -ms-transform: rotateX(0);
        transform: rotateX(0);
        visibility: visible;
    }
    .lgx-navbar-search .lgx-menu-search > .container {
        padding: 0;
    }
}
.lgx-header-singlemenu .header-top,
.lgx-mainheader .header-top {
    display: none;
}
.lgx-search-mobile {
    color: #fff;
    margin-right: 2rem;
    margin-top: 1.8rem;
    font-size: 24px;
}
.lgx-header-container .lgx-header-bottom .lgx-navbar .lgx-nav,
.lgx-header-container-brand .lgx-header-bottom .lgx-navbar .lgx-nav,
.lgx-header-container-white .lgx-header-bottom .lgx-navbar .lgx-nav {
    margin-right: 30px;
}
.lgx-header .header-top-white {
    background: #f1f1f1;
}
.lgx-header .header-top-white .header-top-inner .contact ul li {
    color: #888;
}
.lgx-header .header-top-brand {
    background: #e39a31;
}
.lgx-header .header-top-brand .header-top-inner .contact ul .question-text,
.lgx-header .header-top-brand .header-top-inner .contact ul li {
    color: #fff;
}
.lgx-header .header-top-brand .header-top-inner .contact ul li i {
    color: #323333;
}
.lgx-header .header-top-brand .header-top-inner .right-menu .login-register a {
    color: #fff;
}
.lgx-header .header-top-brand .header-top-inner .right-menu .login-register a:hover {
    background: #323333;
}
.lgx-header .header-top-brand .header-top-inner .right-menu ul li a i {
    color: #323333;
}
.lgx-header .header-top-brand .header-top-inner .right-menu ul li a:hover i,
.lgx-header .lgx-header-bottom-black .lgx-navbar .lgx-nav li a {
    color: #fff;
}
.lgx-header .lgx-header-bottom {
    width: 100%;
    z-index: 9;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.lgx-header-container .lgx-header-bottom .lgx-navbar-search .lgx-menu-search,
.lgx-header-container-brand .lgx-header-bottom .lgx-navbar-search .lgx-menu-search,
.lgx-header-container-white .lgx-header-bottom .lgx-navbar-search .lgx-menu-search {
    width: 92%;
}
.lgx-header .lgx-header-bottom-black {
    background: #323333;
    border-bottom: 1px solid transparent;
}
.lgx-header .lgx-header-bottom-black .lgx-navbar .lgx-nav li a:hover {
    color: #e39a31;
}
.lgx-header .lgx-header-bottom-black .lgx-navbar .lgx-nav .dropdown-menu li a:hover {
    color: #fff;
    opacity: 1;
}
.lgx-header .lgx-header-bottom-brand {
    background: #e39a31;
    border-bottom: 1px solid transparent;
}
.lgx-header .lgx-header-bottom-brand .lgx-navbar .lgx-nav li a {
    color: #fff;
}
.lgx-header .lgx-header-bottom-brand .lgx-navbar .lgx-nav li a:hover {
    color: #323333;
}
.lgx-header .lgx-header-bottom-brand .lgx-navbar .lgx-nav .dropdown-menu li a:hover {
    color: #fff;
    opacity: 1;
}
.lgx-header .lgx-header-bottom-fixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
}
.lgx-header .lgx-header-bottom-fixed-black {
    position: fixed;
    background: rgba(50, 51, 51, 0.5);
    border-bottom: 1px solid transparent;
}
.lgx-header .lgx-header-bottom-fixed-black .lgx-navbar .lgx-nav li a {
    color: #fff;
}
.lgx-header .lgx-header-bottom-fixed-black .lgx-navbar .lgx-nav li a:hover {
    color: var(--theme-color-red);
}
.lgx-header .lgx-header-bottom-fixed-black .lgx-navbar .lgx-nav .dropdown-menu li a:hover {
    color: #fff;
    opacity: 1;
}
.lgx-header .lgx-header-bottom-fixed-brand {
    position: fixed;
    background: rgba(227, 154, 49, 0.8);
    border-bottom: 1px solid transparent;
}
.lgx-header .lgx-header-bottom-fixed-brand .lgx-navbar .lgx-nav li a {
    color: #fff;
}
.lgx-header .lgx-header-bottom-fixed-brand .lgx-navbar .lgx-nav li a:hover {
    color: #323333;
}
.lgx-header .lgx-header-bottom-fixed-brand .lgx-navbar .lgx-nav .dropdown-menu li a:hover {
    color: #fff;
    opacity: 1;
}
.lgx-header .lgx-header-bottom-fixed-transparent {
    position: fixed;
    background: 0 0;
    border-bottom: 1px solid transparent;
    border-top: 10px solid transparent;
}
.lgx-header-singlemenu .lgx-header-bottom {
    top: 1px;
}
.lgx-header-container .lgx-header-bottom {
    position: fixed;
    background: 0 0;
    border-bottom: 0 solid transparent;
    padding-bottom: 0;
}
.lgx-header-container .lgx-header-bottom .lgx-navbar {
    background: rgba(50, 51, 51, 0.7);
    padding: 1rem;
    border-radius: 4px;
}
.lgx-header-container .lgx-header-bottom .lgx-navbar .lgx-nav li a {
    color: #fff;
}
.lgx-header-container .lgx-header-bottom .lgx-navbar .lgx-nav li a:hover {
    color: #e39a31;
}
.lgx-header-container .lgx-header-bottom .lgx-navbar .lgx-nav .dropdown-menu li a:hover {
    color: #fff;
    opacity: 1;
}
.lgx-header-container .lgx-header-bottom .lgx-navbar .lgx-navbar {
    background: 0 0;
    border: 1px solid transparent;
}
.lgx-header-container .lgx-header-bottom .input-group-btn > .btn {
    left: -23px;
    border-radius: 4px;
}
.lgx-header-container-white .lgx-header-bottom {
    position: fixed;
    background: 0 0;
    border-bottom: 0 solid transparent;
    padding-bottom: 0;
}
.lgx-header-container-white .lgx-header-bottom .lgx-navbar {
    background: rgba(255, 255, 255, 0.7);
    padding: 1rem;
    border-radius: 4px;
}
.lgx-header-container-white .lgx-header-bottom .lgx-navbar .lgx-nav li a {
    color: #323333;
}
.lgx-header-container-white .lgx-header-bottom .lgx-navbar .lgx-nav li a:hover {
    color: #e39a31;
}
.lgx-header-container-white .lgx-header-bottom .lgx-navbar .lgx-nav .dropdown-menu li a:hover {
    color: #fff;
    opacity: 1;
}
.lgx-header-container-white .lgx-header-bottom .lgx-navbar .lgx-navbar {
    background: 0 0;
    border: 1px solid transparent;
}
.lgx-header-container-white .lgx-header-bottom .input-group-btn > .btn {
    left: -23px;
    border-radius: 4px;
}
.lgx-header-container-brand .lgx-header-bottom {
    position: fixed;
    background: 0 0;
    border-bottom: 0 solid transparent;
    padding-bottom: 0;
}
.lgx-header-container-brand .lgx-header-bottom .lgx-navbar {
    background: rgba(227, 154, 49, 0.8);
    padding: 1rem;
    border-radius: 4px;
}
.lgx-header-container-brand .lgx-header-bottom .lgx-navbar .lgx-nav li a {
    color: #fff;
}
.lgx-header-container-brand .lgx-header-bottom .lgx-navbar .lgx-nav li a:hover {
    color: #323333;
}
.lgx-header-container-brand .lgx-header-bottom .lgx-navbar .lgx-nav .dropdown-menu li a:hover {
    color: #fff;
    opacity: 1;
}
.lgx-header-container-brand .lgx-header-bottom .lgx-navbar .lgx-navbar {
    background: 0 0;
    border: 1px solid transparent;
}
.lgx-header-container .lgx-header-bottom.menu-onscroll .lgx-navbar .lgx-nav,
.lgx-header-container-brand .lgx-header-bottom.menu-onscroll .lgx-navbar .lgx-nav,
.lgx-header-container-white .lgx-header-bottom.menu-onscroll .lgx-navbar .lgx-nav {
    margin-right: 0;
}
.lgx-header-container-brand .lgx-header-bottom .input-group-btn > .btn {
    left: -23px;
    border-radius: 4px;
}
.lgx-header-container .lgx-header-bottom.menu-onscroll .lgx-navbar-search .lgx-menu-search,
.lgx-header-container-brand .lgx-header-bottom.menu-onscroll .lgx-navbar-search .lgx-menu-search,
.lgx-header-container-white .lgx-header-bottom.menu-onscroll .lgx-navbar-search .lgx-menu-search {
    width: 98.6%;
}
.lgx-mainheader .lgx-header-bottom-scrol-black {
    top: 10px;
}
.lgx-header-container .lgx-header-bottom.menu-onscroll {
    padding: 1.2rem 0;
}
.lgx-header-container .lgx-header-bottom.menu-onscroll .lgx-navbar {
    background: 0 0;
    border: 0;
    padding: 0;
    border-radius: 8px;
}
.lgx-header-container .lgx-header-bottom.menu-onscroll .lgx-navbar .lgx-navbar {
    background: 0 0;
    border: 1px solid transparent;
}
.lgx-header-container .lgx-header-bottom.menu-onscroll .input-group-btn > .btn {
    left: 0;
    border-radius: 0 4px 4px 0;
}
.lgx-header-container-white .lgx-header-bottom.menu-onscroll {
    padding: 1.2rem 0;
}
.lgx-header-container-white .lgx-header-bottom.menu-onscroll .lgx-navbar {
    background: 0 0;
    border: 0;
    padding: 0;
    border-radius: 8px;
}
.lgx-header-container-white .lgx-header-bottom.menu-onscroll .lgx-navbar .lgx-navbar {
    background: 0 0;
    border: 1px solid transparent;
}
.lgx-header-container-white .lgx-header-bottom.menu-onscroll .input-group-btn > .btn {
    left: 0;
    border-radius: 0 4px 4px 0;
}
.lgx-header-container-brand .lgx-header-bottom.menu-onscroll {
    padding: 1.2rem 0;
}
.lgx-header-container-brand .lgx-header-bottom.menu-onscroll .lgx-navbar {
    background: 0 0;
    border: 0;
    padding: 0;
    border-radius: 8px;
}
.lgx-header-container-brand .lgx-header-bottom.menu-onscroll .lgx-navbar .lgx-navbar {
    background: 0 0;
    border: 1px solid transparent;
}
.lgx-header-container-brand .lgx-header-bottom.menu-onscroll .input-group-btn > .btn {
    left: 0;
    border-radius: 0 4px 4px 0;
}
.lgx-header .menu-onscroll {
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-transform-origin: center;
    transform-origin: center;
    animation-duration: 0.6s;
    animation-timing-function: linear;
    -moz-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.lgx-header .menu-onscroll .lgx-toggle {
    color: #e39a31;
    top: 15px;
}
.lgx-header .menu-onscroll .lgx-navbar .lgx-nav li a {
    color: #323333;
}
.lgx-header .menu-onscroll .lgx-navbar .lgx-nav li a:hover {
    background: 0 0;
    opacity: 1;
}
.lgx-header .menu-onscroll .lgx-navbar .lgx-nav li .lgx-btn {
    margin-top: 0.8rem;
    padding: 0.8rem 2.4rem;
    -moz-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.lgx-header .menu-onscroll .lgx-navbar .lgx-nav .active a {
    background: 0 0;
    color: #e39a31;
    opacity: 1;
}
.lgx-header .menu-onscroll .lgx-navbar .lgx-logo {
    display: block;
}
.lgx-header .menu-onscroll .lgx-navbar .lgx-logo a img {
    max-width: 170px;
    margin-top: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.lgx-header .lgx-header-bottom-scrol-black.menu-onscroll {
    background: rgba(50, 51, 51, 0.95);
    border-bottom: 1px solid #323333;
}
.lgx-header .lgx-header-bottom-scrol-black.menu-onscroll .lgx-navbar .lgx-nav li a {
    color: #fff;
}
.lgx-header .lgx-header-bottom-scrol-black.menu-onscroll .lgx-navbar .lgx-nav li a:hover {
    color: #e39a31;
}
.lgx-header .lgx-header-bottom-scrol-black.menu-onscroll .lgx-navbar .lgx-nav .dropdown-menu li a:hover {
    color: #fff;
    opacity: 1;
}
.lgx-header .lgx-header-bottom-scrol-brand.menu-onscroll {
    background: rgba(227, 154, 49, 0.95);
    border-bottom: none;
}
.lgx-header .lgx-header-bottom-scrol-brand.menu-onscroll .lgx-navbar .lgx-nav li a {
    color: #fff;
}
.lgx-header .lgx-header-bottom-scrol-brand.menu-onscroll .lgx-navbar .lgx-nav li a:hover {
    color: #e39a31;
}
.lgx-header .lgx-header-bottom-scrol-brand.menu-onscroll .lgx-navbar .lgx-nav .dropdown-menu li a:hover {
    color: #fff;
    opacity: 1;
}
.lgx-header .lgx-header-bottom-fixed-transparent.menu-onscroll {
    border-top: 0;
}
.lgx-header .menu-onscroll .lgx-navbar .lgx-nav .dropdown-menu li a {
    color: #fff;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.lgx-typed-info .typed-cursor {
    opacity: 1;
    font-weight: 300;
    margin-left: 5px;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
@-webkit-keyframes blink {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
@-moz-keyframes blink {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
.bg-selectpicker .btn-default {
    border-color: #fff;
}
.bg-gogin,
.bg-selectpicker {
    margin-top: -15px;
}
.bg-gogin .btn,
.bg-selectpicker .btn {
    padding: 14px 19px;
}
.bg-selectpicker .btn {
    padding-right: 30px;
}
.bg-gogin .btn {
    padding: 15px 19px;
}
.bg-selectpicker a .bootstrap-select {
    border: 2px solid #f05522;
    border-radius: 0;
    border-right: 0;
}
.bg-selectpicker {
    margin-right: -18px;
}
.bg-gogin a {
    padding-left: 0 !important;
}
.bg-gogin a .btn-default {
    border: 2px solid #f05522;
    border-radius: 0;
    border-left: 1px solid #ddd;
    position: relative;
    z-index: 2;
}
.lgx-banner {
    background: url(../img/slider22.jpg) bottom center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    color: #fff;
}
.lgx-banner .lgx-inner {
    position: static;
    height: auto;
    padding: 30rem 0;
}
.lgx-banner .lgx-inner-fixed {
    padding: 32rem 0;
}
.lgx-banner2 {
    background: url(../img/slider2.jpg) top center no-repeat;
}
.lgx-banner3 {
    background: url(../img/banner-bg.jpg) top center no-repeat;
}
.lgx-banner4 {
    background: url(../img/banner1.jpg) top center no-repeat;
}
.lgx-banner-six {
    background: url(../img/banner2.jpg) top center no-repeat fixed;
}
.lgx-banner-seven {
    background: url(../img/banner1.jpg) top center no-repeat;
}
.lgx-banner-eight {
    background: url(../img/banner3.jpg) top center no-repeat fixed;
}
.lgx-banner-typed {
    background: url(../img/bannera.jpg) top center no-repeat;
}
.lgx-banner-info {
    color: #323333;
}
.lgx-banner-info .subtitle {
    color: var(--theme-color-red);
    font-size: 3.9rem;
    line-height: 5.85rem;
    font-weight: 300;
    margin: 0;
}
.lgx-banner-info .title {
    font-size: 3.9rem;
    line-height: 5.85rem;
    line-height: 5rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 8px;
}
.lgx-banner-info .text {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 2rem;
}
.lgx-banner-info .btn-area .lgx-btn {
    margin-right: 1rem;
}
.lgx-banner-info-white .subtitle {
    color: #e39a31;
    font-size: 3.9rem;
    line-height: 5.85rem;
    font-weight: 300;
    margin: 0;
}
.lgx-banner-info-white .title {
    color: #fff;
}
.lgx-banner-info-white .text {
    color: #fff;
    opacity: 0.7;
}
.lgx-banner-info-center {
    text-align: center;
}
.lgx-banner-info-right {
    text-align: right;
}
.lgx-video-area-bg {
    max-width: 600px;
    margin: 0 auto;
}
.lgx-video-area-bg figure {
    position: relative;
    border-radius: 10px;
}
.lgx-video-area-bg figure img {
    border-radius: 10px;
}
.lgx-video-area-bg figure figcaption {
    background: rgba(50, 51, 51, 0.4);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lgx-video-area-bg figure figcaption .video-icon {
    display: table;
    height: 100%;
    width: 100%;
}
.lgx-video-area-bg figure figcaption .video-icon .lgx-vertical {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.lgx-video-area-bg figure figcaption .video-icon .icon {
    position: relative;
    z-index: 2;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.lgx-video-area-bg figure figcaption .video-icon .icon:after {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    top: -20px;
    left: -20px;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    z-index: -1;
    opacity: 0;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.lgx-video-area-bg figure figcaption .video-icon .icon i {
    display: inline-block;
    background: #fff;
    color: #e39a31;
    margin: 0 45px;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 24px;
    padding-left: 10px;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.lgx-single-service,
.lgx-video-area-bg figure figcaption .video-icon .icon:hover i {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}
.lgx-video-area-bg figure figcaption .video-icon .icon:hover i {
    background: #e39a31;
    color: #fff;
    transition-duration: 0.3s;
    -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
}
.lgx-video-area-bg figure figcaption .video-icon .icon:hover:before {
    border: 5px solid rgba(255, 255, 255, 0);
}
.lgx-video-area-bg figure figcaption .video-icon .icon:hover:after {
    background: rgba(255, 255, 255, 0);
}
.lgx-video-trans figure figcaption {
    background: 0 0;
}
.lgx-slider {
    color: #fff;
    position: relative;
}
.lgx-slider .lgx-inner {
    padding-bottom: 0;
    padding-top: 0;
}
.lgx-slider .lgx-item-center {
    text-align: center;
}
.lgx-slider .lgx-item-center .text {
    margin: 0 auto;
}
.lgx-slider .lgx-item-left {
    text-align: left;
}
.lgx-slider .lgx-item-left .banner-btn .lgx-btn {
    margin-right: 0.5rem;
}
.lgx-slider .lgx-item-right {
    text-align: right;
}
.lgx-slider .owl-controls .owl-nav [class*="owl-"] {
    height: 60px;
    width: 60px;
    background: rgba(50, 51, 51, 0.5);
    color: #fff;
    -webkit-box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.3);
    -moz-box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.3);
    box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.3);
}
.lgx-single-course:hover,
.lgx-single-service:hover {
    -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
}
.lgx-slider .owl-controls .owl-nav [class*="owl-"] i {
    font-size: 39px;
    line-height: 49px;
}
.lgx-slider .owl-controls .owl-nav [class*="owl-"]:hover {
    background: var(--theme-color-red);
}
.lgx-slider .owl-next,
.lgx-slider .owl-prev {
    position: absolute;
    top: 45%;
    opacity: 0;
}
.lgx-slider .owl-prev {
    left: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.lgx-slider .owl-next {
    right: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.lgx-slider:hover .owl-next,
.lgx-slider:hover .owl-prev {
    opacity: 1;
}
.lgx-slider:hover .owl-prev {
    left: 15px;
}
.lgx-slider:hover .owl-next {
    right: 15px;
}
.lgx-slider .lgx-brand {
    background: 0 0;
    padding-top: 2rem;
    padding-bottom: 10px;
    position: fixed;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s linear;
}
.lgx-slider .lgx-brand .lgx-logo {
    max-width: 180px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s linear;
}
.lgx-slider .slider-text-single figure {
    position: relative;
}
.lgx-slider .slider-text-single figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lgx-slider .slider-text-single figure figcaption .lgx-container {
    max-width: 1170px;
    display: block;
    margin: 0 auto;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link {
    width: 100%;
    height: 100%;
    display: table;
}
.lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical {
    display: table-cell;
    vertical-align: middle;
}
.lgx-slider .slider-text-single figure figcaption:before {
    content: "";
    position: absolute;
    top: -38px;
    left: 0;
    width: 100%;
    height: 20%;
    -webkit-filter: blur(30px);
    filter: blur(30px);
}
.lgx-slider .owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
}
.lgx-slider-content {
    background: url(../img/slider-banner.jpg) bottom center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.lgx-slider-content .slider-text-single figure {
    position: relative;
}
.lgx-slider-content .slider-text-single figure img {
    opacity: 0;
}
#lgx-main-slider .active .lgx-fadeInLeft-img,
#lgx-owlcontslider .active .lgx-fadeInLeft-img {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
#lgx-main-slider .active .lgx-fadeInLeft-one,
#lgx-owlcontslider .active .lgx-fadeInLeft-one {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
#lgx-main-slider .active .lgx-fadeInLeft-two,
#lgx-owlcontslider .active .lgx-fadeInLeft-two {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
#lgx-main-slider .active .lgx-fadeInLeft-three,
#lgx-owlcontslider .active .lgx-fadeInLeft-three {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 2.1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
#lgx-main-slider .active .lgx-fadeInLeft-four,
#lgx-owlcontslider .active .lgx-fadeInLeft-four {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 2.7s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
#lgx-main-slider .active .lgx-zoomIn-img,
#lgx-owlcontslider .active .lgx-zoomIn-img {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.3s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
#lgx-main-slider .active .lgx-zoomIn-one,
#lgx-owlcontslider .active .lgx-zoomIn-one {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.9s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
#lgx-main-slider .active .lgx-zoomIn-two,
#lgx-owlcontslider .active .lgx-zoomIn-two {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1.5s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
#lgx-main-slider .active .lgx-zoomIn-three,
#lgx-owlcontslider .active .lgx-zoomIn-three {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 2.1s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
#lgx-main-slider .active .lgx-zoomIn-four,
#lgx-owlcontslider .active .lgx-zoomIn-four {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 2.7s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
#lgx-main-slider .active .lgx-fadeInU-img,
#lgx-owlcontslider .active .lgx-fadeInU-img {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.3s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
#lgx-main-slider .active .lgx-zoomInUp-one,
#lgx-owlcontslider .active .lgx-zoomInUp-one {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
#lgx-main-slider .active .lgx-zoomInUp-two,
#lgx-owlcontslider .active .lgx-zoomInUp-two {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
#lgx-main-slider .active .lgx-zoomInUp-four,
#lgx-main-slider .active .lgx-zoomInUp-three,
#lgx-owlcontslider .active .lgx-zoomInUp-four,
#lgx-owlcontslider .active .lgx-zoomInUp-three {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 2.1s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
#lgx-main-slider .item img {
    display: block;
    width: 100%;
    height: auto;
}
.lgx-about {
    background: url(../img/about-bg.jpg) bottom center no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}
.lgx-about .lgx-heading {
    margin-bottom: 2.4rem;
    text-align: center;
}
.lgx-about .lgx-inner {
    padding: 10.2rem 0;
}
.lgx-about-man .lgx-inner {
    padding: 6.3rem 0 0;
}
.lgx-about-man .lgx-about-area {
    padding: 10.2rem 0 0;
}
.lgx-about-bottom .lgx-inner {
    padding-bottom: 0;
}
.lgx-about-content {
    text-align: center;
    margin-bottom: 3.9rem;
}
.lgx-about-content .subtitle {
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 400;
    color: #323333;
}
.lgx-about-content .lgx-btn {
    margin-top: 2.4rem;
}
.lgx-services {
    background: url(../img/milestone-bg.jpg) top center no-repeat fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    color: #fff;
}
.lgx-services .lgx-inner {
    background: rgba(227, 154, 49, 0.95);
}
.lgx-services-white {
    color: #323333;
}
.lgx-services-white .lgx-inner {
    background: #fff;
}
.lgx-about-service {
    margin-top: 2.4rem;
    display: block;
}
.lgx-single-service {
    text-align: center;
    margin-bottom: 2.4rem;
    padding: 1rem 1.5rem 2rem;
    border-radius: 6px;
    transition-duration: 0.3s;
}
.lgx-single-course,
.lgx-single-course figure {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}
.lgx-single-service .icon {
    font-size: 6.3rem;
    line-height: 9.45rem;
    opacity: 0.4;
    margin-bottom: 0;
}
.lgx-single-service .title {
    font-size: 2.4rem;
    line-height: 3.5999999999999996rem;
    color: #fff;
    margin-top: 0;
    font-weight: 700;
}
.lgx-single-service .title a {
    color: inherit;
}
.lgx-single-service p {
    color: #fff;
    opacity: 0.7;
    margin-bottom: 1.5rem;
}
.lgx-single-service .lgx-btn-simple {
    color: #fff;
    opacity: 0.4;
}
.lgx-single-service .lgx-btn-simple:hover {
    opacity: 1;
    border-bottom: 1px solid #fff;
}
.lgx-single-service:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
}
.lgx-single-service-white .icon {
    color: #e39a31;
}
.lgx-single-service-white .title {
    color: #323333;
}
.lgx-single-service-white .title a {
    color: inherit;
}
.lgx-single-service-white .lgx-btn-simple,
.lgx-single-service-white p {
    color: #323333;
}
.lgx-single-service-white .lgx-btn-simple:hover {
    border-bottom: 1px solid #323333;
}
.lgx-courses .lgx-inner {
    background: #f1f1f1;
}
.lgx-filter {
    margin-bottom: 6.3rem;
}
.lgx-filter li {
    padding-right: 3px;
    padding-left: 3px;
}
.lgx-filter li a {
    padding: 1rem 2rem;
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 700;
    color: #323333;
    text-transform: uppercase;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.lgx-filter .active a {
    color: var(--theme-color-red);
    background: #fff;
    border: 1px solid var(--theme-color-red);
}
.lgx-single-course {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 1.5rem;
    margin-bottom: 2.4rem;
    text-align: center;
    transition-duration: 0.3s;
}
.lgx-single-course figure {
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition-duration: 0.3s;
}
.lgx-single-course figure figcaption {
    background: rgb(191 3 8 / 78%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.lgx-single-course figure figcaption .lgx-hover-link {
    display: table;
    height: 50%;
    width: 100%;
    -moz-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.lgx-single-course figure figcaption .lgx-hover-link .lgx-vertical {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.lgx-single-course figure figcaption .lgx-hover-link .lgx-vertical a {
    background: #fff;
    color: var(--theme-color-red);
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.lgx-single-course figure figcaption .lgx-hover-link .lgx-vertical i {
    font-size: 2.4rem;
    line-height: 3.5999999999999996rem;
    line-height: 5.2rem;
}
.lgx-single-course .course-info {
    padding: 0 1.5rem;
}
.lgx-single-course .course-info .course-author {
    margin-top: -3.5rem;
    position: relative;
    z-index: 1;
}
.lgx-single-course .course-info .course-author img {
    max-width: 66px;
    border-radius: 50%;
    border: 4px solid #fff;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.lgx-single-course .course-info .course-author .title {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin: 0;
}
.lgx-single-course .course-info .course-author .subtitle {
    font-size: 1.3rem;
    line-height: 1.9500000000000002rem;
    opacity: 0.7;
    margin: 0;
}
.lgx-single-course .course-info .title {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 2.4rem;
    position: relative;
    display: block;
}
.lgx-single-course .course-info .title a {
    display: block;
}
.lgx-single-course .course-info .course-bottom {
    border-top: 1px solid #f1f1f1;
    text-align: left;
    padding-top: 1rem;
    display: block;
}
.lgx-single-course .course-info .course-bottom ul li a {
    font-weight: 700;
    color: #323333;
    opacity: 0.5;
}
.lgx-single-course .course-info .course-bottom ul li a i {
    color: var(--theme-color-red);
    margin-right: 0.5rem;
}
.lgx-single-course .course-info .course-bottom ul li:last-child {
    float: right;
    margin-top: -0.7rem;
}
.lgx-single-course .course-info .course-bottom ul li:last-child a {
    font-family: Ubuntu, sans-serif;
    font-size: 2.4rem;
    line-height: 3.5999999999999996rem;
    opacity: 1;
    font-style: italic;
    font-weight: 900;
}
.lgx-single-course .course-info .course-bottom ul li:last-child a span {
    font-family: Ubuntu, sans-serif;
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: var(--theme-color-red);
    opacity: 0.7;
    font-style: normal;
}
.lgx-list-wrapper .lgx-single-course:hover figure figcaption,
.lgx-single-course:hover figure figcaption {
    opacity: 1;
}
.lgx-single-course:hover {
    border: 1px solid var(--theme-color-red);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
}
.lgx-single-course:hover figure {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
}
.lgx-list-wrapper .lgx-single-course:hover figure,
.lgx-teacher-circle:hover figure a img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.lgx-single-course:hover figure figcaption .lgx-hover-link {
    height: 100%;
}
.lgx-list-wrapper .lgx-grid-item {
    width: 50%;
}
.lgx-list-wrapper .lgx-single-course {
    overflow: hidden;
    text-align: left;
    padding-right: 0;
}
.lgx-list-wrapper .lgx-single-course .course-info,
.lgx-list-wrapper .lgx-single-course figure {
    float: left;
}
.lgx-list-wrapper .lgx-single-course figure {
    width: 50%;
}
.lgx-list-wrapper .lgx-single-course .course-info {
    background: #fff;
    width: 50%;
    margin-left: -20px;
    position: relative;
    z-index: 1;
    padding-right: 0;
    min-height: 185px;
}
.lgx-list-wrapper .lgx-single-course .course-info .course-author {
    margin-top: 0;
    overflow: hidden;
}
.lgx-list-wrapper .lgx-single-course .course-info .course-author img {
    float: left;
    margin-right: 1rem;
}
.lgx-list-wrapper .lgx-single-course .course-info .course-author .author-info {
    text-align: left;
    overflow: hidden;
}
.lgx-list-wrapper .lgx-single-course .course-info .course-author .author-info .title {
    margin-bottom: 0;
}
.lgx-list-wrapper .lgx-single-course .course-info .title {
    margin-top: 0.5rem;
    margin-bottom: 0;
}
.lgx-list-wrapper .lgx-single-course .course-info .course-bottom {
    border-top: 0 solid #f1f1f1;
    text-align: left;
}
.lgx-list-wrapper .lgx-single-course:hover figure {
    transform: scale(1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.lgx-list-wrapper .lgx-single-course:hover figure figcaption .lgx-hover-link {
    height: 100%;
}
.course-hits-area {
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 1rem;
    margin-top: 2.4rem;
    overflow: hidden;
    display: block;
}
.course-hits-area .course-hit .course-hit-info .title {
    font-family: "Playfair Display", serif;
    font-size: 1.7rem;
    line-height: 2.55rem;
    margin: 0;
}
.course-hits-area .course-hit .course-hit-info .subtitle {
    font-size: 1.3rem;
    line-height: 1.9500000000000002rem;
    opacity: 0.7;
    margin: 0;
}
.course-hits-area .course-hit .course-author .author-info,
.course-hits-area .course-hit .course-author img {
    width: 50%;
    float: left;
}
.course-hits-area .course-hit .course-author img {
    max-width: 52px;
    margin-right: 1rem;
    border-radius: 50%;
}
.course-hits-area .course-hit .course-author .author-info .title {
    font-family: "Playfair Display", serif;
    font-size: 1.7rem;
    line-height: 2.55rem;
    margin: 0;
}
.course-hits-area .course-hit .course-author .author-info .subtitle {
    font-size: 1.3rem;
    line-height: 1.9500000000000002rem;
    opacity: 0.7;
    margin: 0;
}
.course-hits-area .course-hit,
.course-hits-area .course-hitcourse-payment {
    float: left;
}
.course-hits-area .course-hit {
    margin-bottom: 0;
    width: 70%;
}
.course-hits-area .course-hit li {
    vertical-align: text-top;
    border-right: 1px solid #ddd;
    margin-right: 1.5rem;
    padding-right: 1.5rem;
}
.course-hits-area .course-hit li:last-child {
    border-right: 0;
}
.course-hits-area .course-hitcourse-payment {
    width: 30%;
    float: right;
    display: flex;
}
.course-hits-area .course-hitcourse-payment .course-price {
    margin-right: 2rem;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3.5999999999999996rem;
    margin-top: 0.5rem;
}
.lgx-course-feature-area {
    float: right;
    background: #f1f1f1;
    padding: 1.5rem;
    border-radius: 6px;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
    min-width: 300px;
    border: 1px solid #ddd;
}
.lgx-course-feature-area .title,
.lgx-course-feature-area h3 {
    margin-top: 0;
    color: var(--theme-color-red);
    text-align: center;
}
.lgx-course-feature-area ul li {
    font-size: 1.5rem;
    border-bottom: 1px solid #ddd;
    line-height: 25px;
    padding: 15px 0;
    color: #323333;
}
.lgx-course-feature-area ul li:last-child {
    border-bottom: 0;
}
.lgx-course-feature-area ul li span {
    color: inherit;
    font-size: 1.5rem;
    line-height: 2.25rem;
}
.lgx-course-feature-area ul li i {
    color: var(--theme-color-red);
}
.lgx-course-feature-area ul li .value {
    font-weight: 700;
    min-width: 60px;
    float: right;
    text-align: left;
}
.lgx-single-teacher figure figcaption .teacher-bottom .link,
.lgx-single-teacher figure figcaption .teacher-bottom ul,
.lgx-teacher-circle figure figcaption .teacher-bottom .link,
.lgx-teacher-circle figure figcaption .teacher-bottom ul {
    float: left;
}
.lgx-milestone-about {
    background: url(../img/milestone-bg.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.lgx-milestone-about .lgx-inner {
    background: rgba(50, 51, 51, 0.9);
    padding: 16.6rem 0;
}
.lgx-video {
    background: url(../img/milestone-bg.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.lgx-video .lgx-inner {
    background: rgba(50, 51, 51, 0.9);
    padding: 16.6rem 0;
}
.lgx-video .lgx-video-area {
    padding: 0;
}
.lgx-register {
    background: url(../img/milestone-bg.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.lgx-register .lgx-inner {
    background: rgba(50, 51, 51, 0.9);
    padding: 16.6rem 0;
}
.lgx-milestone .lgx-counter-area {
    margin-bottom: 4.2rem;
    color: #fff;
    position: relative;
    border-radius: 6px;
    text-align: center;
    min-height: 75px;
}
.lgx-milestone .lgx-counter-area img {
    opacity: 0.3;
}
.lgx-milestone .lgx-counter-area i {
    font-size: 10.2rem;
    line-height: 15.299999999999999rem;
    margin: 0;
    color: #e39a31;
    opacity: 0.4;
}
.lgx-milestone .lgx-counter-area .counter-text {
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: -10px;
    width: 100%;
    left: 0;
}
.lgx-milestone .lgx-counter-area .counter-text .lgx-counter {
    display: block;
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 900;
    margin-bottom: 1rem;
    color: #fff;
}
.lgx-milestone .lgx-counter-area .counter-text small {
    font-family: "Playfair Display", serif;
    color: #fff;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    display: block;
    margin: 0;
}
.lgx-video-area {
    padding: 100px 0;
}
.lgx-video-area figure {
    position: relative;
    border-radius: 6px;
}
.lgx-video-area figure img {
    border-radius: 6px;
}
.lgx-video-area figure figcaption {
    background: rgba(50, 51, 51, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lgx-video-area figure figcaption .video-icon {
    display: table;
    height: 100%;
    width: 100%;
}
.lgx-video-area figure figcaption .video-icon .lgx-vertical {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.lgx-video-area figure figcaption .video-icon .lgx-vertical span {
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #fff;
    text-transform: uppercase;
}
.lgx-video-area figure figcaption .video-icon .icon {
    position: relative;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 2;
}
.lgx-video-area figure figcaption .video-icon .icon:after,
.lgx-video-area figure figcaption .video-icon .icon:before {
    content: "";
    display: block;
    z-index: -1;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    position: absolute;
}
.lgx-video-area figure figcaption .video-icon .icon:before {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    top: -59px;
    left: 17px;
    opacity: 1;
    border: 5px solid rgba(255, 255, 255, 0.5);
    transition-duration: 0.3s;
}
.lgx-video-area figure figcaption .video-icon .icon:after {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    top: -20px;
    left: -20px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition-duration: 0.3s;
}
.lgx-video-area figure figcaption .video-icon .icon i {
    display: inline-block;
    background: #e39a31;
    color: #fff;
    margin: 0 30px;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 92px;
    font-size: 42px;
    padding-left: 10px;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.lgx-video-area figure figcaption .video-icon .icon:hover i {
    background: #fff;
    color: #e39a31;
}
.lgx-video-area figure figcaption .video-icon .icon:hover:before {
    border: 5px solid rgba(255, 255, 255, 0);
}
.lgx-video-area figure figcaption .video-icon .icon:hover:after {
    background: rgba(255, 255, 255, 0);
}
.lgx-modal {
    background: rgba(50, 51, 51, 0.8);
}
.lgx-modal .modal-dialog,
.lgx-modal .modal-dialog .modal-content {
    background: 0 0;
    box-shadow: none;
    width: 100%;
}
.lgx-modal .modal-dialog .modal-content {
    border: 0;
}
.lgx-modal .modal-dialog .modal-content .modal-header {
    border-bottom: 0;
}
.lgx-modal .modal-dialog .modal-content .modal-header .close {
    margin-top: -36px;
    font-size: 30px;
    color: #fff;
    padding: 7px 14px 8px;
    border-radius: 50%;
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.lgx-modal .modal-dialog .modal-content .modal-header .close:hover {
    opacity: 1;
}
.lgx-modal .modal-dialog .modal-content .modal-body {
    width: 70%;
    margin: 0 auto;
    background: #323333;
}
.lgx-modal .modal-dialog .modal-content .modal-body iframe {
    width: 100%;
    height: 650px;
    border: 0;
}
.lgx-heading-registration .subtitle {
    font-family: "Playfair Display", serif;
    font-size: 3.9rem;
    line-height: 5.85rem;
    font-weight: 400;
    margin: 0;
    color: #fff;
}
.lgx-heading-registration .title {
    font-family: "Playfair Display", serif;
    font-size: 6.3rem;
    line-height: 9.45rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0;
    color: #fff;
}
.lgx-registration-info .text {
    color: #fff;
    margin-bottom: 2.4rem;
    font-weight: 300;
}
.lgx-owlnews .owl-controls .owl-next,
.lgx-owlnews .owl-controls .owl-prev,
.lgx-owlteachers .owl-controls .owl-next,
.lgx-owlteachers .owl-controls .owl-prev,
.lgx-owltestimonial .owl-controls .owl-next,
.lgx-owltestimonial .owl-controls .owl-prev {
    background: #e39a31;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 0;
    top: 38%;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.lgx-single-teacher,
.lgx-single-teacher figure figcaption .teacher-name {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}
.lgx-owlnews .owl-controls .owl-next i,
.lgx-owlnews .owl-controls .owl-prev i,
.lgx-owlteachers .owl-controls .owl-next i,
.lgx-owlteachers .owl-controls .owl-prev i,
.lgx-owltestimonial .owl-controls .owl-next i,
.lgx-owltestimonial .owl-controls .owl-prev i {
    font-size: 26px;
    line-height: 40px;
    color: var(--theme-color-red);
}
.lgx-owlnews .owl-controls .owl-next:hover,
.lgx-owlnews .owl-controls .owl-prev:hover,
.lgx-owlteachers .owl-controls .owl-next:hover,
.lgx-owlteachers .owl-controls .owl-prev:hover,
.lgx-owltestimonial .owl-controls .owl-next:hover,
.lgx-owltestimonial .owl-controls .owl-prev:hover {
    background: var(--theme-color-red);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.lgx-owlnews .owl-controls .owl-next:hover i,
.lgx-owlnews .owl-controls .owl-prev:hover i,
.lgx-owlteachers .owl-controls .owl-next:hover i,
.lgx-owlteachers .owl-controls .owl-prev:hover i,
.lgx-owltestimonial .owl-controls .owl-next:hover i,
.lgx-owltestimonial .owl-controls .owl-prev:hover i {
    color: #fff;
}
.lgx-owlnews .owl-controls .owl-prev,
.lgx-owlteachers .owl-controls .owl-prev,
.lgx-owltestimonial .owl-controls .owl-prev {
    position: absolute;
    left: 2.6rem;
    right: auto;
}
.lgx-owlnews .owl-controls .owl-next,
.lgx-owlteachers .owl-controls .owl-next,
.lgx-owltestimonial .owl-controls .owl-next {
    position: absolute;
    left: auto;
    right: 2.6rem;
}
.lgx-owlnews:hover .owl-controls .owl-next,
.lgx-owlnews:hover .owl-controls .owl-prev,
.lgx-owlteachers:hover .owl-controls .owl-next,
.lgx-owlteachers:hover .owl-controls .owl-prev,
.lgx-owltestimonial:hover .owl-controls .owl-next,
.lgx-owltestimonial:hover .owl-controls .owl-prev {
    opacity: 1;
}
.lgx-owlnews:hover .owl-controls .owl-prev,
.lgx-owlteachers:hover .owl-controls .owl-prev,
.lgx-owltestimonial:hover .owl-controls .owl-prev {
    left: 0;
}
.lgx-owlnews:hover .owl-controls .owl-next,
.lgx-owlteachers:hover .owl-controls .owl-next,
.lgx-owltestimonial:hover .owl-controls .owl-next {
    right: 0;
}
.lgx-owlnews .owl-controls .owl-nav [class*="owl-"]:hover,
.lgx-owlteachers .owl-controls .owl-nav [class*="owl-"]:hover,
.lgx-owltestimonial .owl-controls .owl-nav [class*="owl-"]:hover {
    background: var(--theme-color-red);
}
.lgx-owlteachers .item {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 999;
}
.lgx-single-teacher {
    border-radius: 6px;
    margin-bottom: 2.4rem;
    border: 1px solid #ddd;
    transition-duration: 0.3s;
    margin-top: 10px;
}
.lgx-single-teacher figure figcaption,
.lgx-teacher-circle figure a img {
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.lgx-single-teacher figure {
    position: relative;
}
.lgx-single-teacher figure a img {
    border-radius: 6px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.lgx-single-teacher figure figcaption {
    position: absolute;
    bottom: 50px;
    margin: 1.5rem;
    padding: 0 2rem 2rem;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
    transition-duration: 0.5s;
    opacity: 0;
}
.lgx-single-teacher figure figcaption:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 25px solid #fff;
    position: relative;
    top: -41px;
}
.lgx-single-teacher figure figcaption .teacher-name {
    margin: 0 0 1rem;
    font-size: 2rem;
    line-height: 3rem;
    transition-duration: 0.3s;
}
.lgx-single-teacher figure figcaption .teacher-name span {
    font-family: Ubuntu, sans-serif;
    font-size: 1.3rem;
    line-height: 1.9500000000000002rem;
    font-style: italic;
    margin-left: 1.5rem;
    display: inline-block;
    color: var(--theme-color-red);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.lgx-single-teacher figure figcaption .text {
    margin-bottom: 1rem;
}
.lgx-single-teacher figure figcaption .teacher-bottom .link {
    float: right;
}
.lgx-single-teacher figure figcaption .teacher-bottom .link i {
    font-size: 2.6rem;
    line-height: 3.9000000000000004rem;
}
.lgx-single-teacher figure figcaption .social-group li a {
    color: #ddd;
}
.lgx-single-teacher figure figcaption .social-group li a i {
    font-size: 2rem;
    line-height: 3rem;
}
.lgx-single-teacher figure figcaption .social-group li a .fa-twitter {
    color: #1da1f2;
}
.lgx-single-teacher figure figcaption .social-group li a .fa-facebook-f,
.lgx-single-teacher figure figcaption .social-group li a .facebook-f {
    color: #3b5998;
}
.lgx-single-teacher figure figcaption .social-group li a .fa-linkedin {
    color: #00a0dc;
}
.lgx-single-teacher figure figcaption .social-group li a .fa-youtube-play {
    color: #cd201f;
}
.lgx-single-teacher figure figcaption .social-group li a .fa-instagram {
    color: #c13584;
}
.lgx-single-teacher figure figcaption .social-group li a .fa-google,
.lgx-single-teacher figure figcaption .social-group li a .fa-google-plus {
    color: #dd4b39;
}
.lgx-single-teacher figure figcaption .social-group li a .fa-pinterest-p {
    color: #bd081c;
}
.lgx-single-teacher figure figcaption .social-group li a:hover {
    color: #e39a31;
}
.lgx-single-teacher figure figcaption .social-group li a:hover i {
    color: inherit;
}
.lgx-single-teacher:hover {
    border: 1px solid #e39a31;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.lgx-single-teacher:hover figure a img {
    filter: none;
    -webkit-filter: grayscale(0);
}
.lgx-single-teacher:hover figure figcaption {
    opacity: 1;
    bottom: 0;
}
.lgx-teacher-circle {
    background: #fff;
    border-radius: 6px;
    margin-bottom: 2.4rem;
    border: 1px solid #ddd;
    text-align: center;
    padding: 3rem;
}
.lgx-teacher-circle figure {
    position: relative;
}
.lgx-teacher-circle figure a img {
    border-radius: 50%;
    padding: 0 1.5rem 1.5rem;
    background: rgba(221, 221, 221, 0.2);
    border: 1.5rem solid rgba(0, 0, 0, 0.05);
    border-bottom: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    filter: none;
    -webkit-filter: grayscale(0);
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    transition-duration: 0.5s;
}
.lgx-teacher-circle figure figcaption {
    position: static;
    bottom: 50px;
    margin: 1.5rem;
    padding: 0;
    background: 0 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    opacity: 1;
}
.lgx-teacher-circle figure figcaption p,
.lgx-teacher-circle figure figcaption:before {
    display: none;
}
.lgx-teacher-circle figure figcaption .teacher-name {
    margin: 0;
    font-size: 1.5rem;
    line-height: 2.25rem;
    text-transform: uppercase;
}
.lgx-teacher-circle figure figcaption .teacher-name span {
    font-style: normal;
    margin-left: 0;
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}
.lgx-teacher-circle figure figcaption .teacher-name:hover a {
    color: #fff;
}
.lgx-teacher-circle figure figcaption .teacher-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding-top: 1rem;
    margin-top: 1rem;
}
.lgx-teacher-circle figure figcaption .teacher-bottom .link {
    float: right;
}
.lgx-teacher-circle figure figcaption .teacher-bottom .social-group li a {
    color: #ddd;
}
.lgx-teacher-circle figure figcaption .teacher-bottom .social-group li a i {
    color: inherit;
}
.lgx-teacher-circle figure figcaption .teacher-bottom .social-group li a:hover,
.lgx-teacher-circle figure figcaption .teacher-bottom .social-group li a:hover i {
    color: #323333;
}
.lgx-teacher-circle:hover {
    border: 1px solid var(--theme-color-red);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    background: var(--theme-color-red);
}
.lgx-teacher-circle:hover figure a img {
    filter: none;
    -webkit-filter: grayscale(0);
    transform: scale(1);
    -moz-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.lgx-featured-event,
.lgx-single-event,
.lgx-single-event .thumb {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}
.lgx-teacher-circle:hover figure figcaption {
    opacity: 1;
    bottom: 0;
}
.lgx-teacher-circle:hover figure figcaption .teacher-name {
    color: #fff;
}
.lgx-teacher-circle:hover figure figcaption .teacher-name span {
    color: #323333;
}
.lgx-teacher-circle:hover figure figcaption .teacher-bottom .link {
    color: #fff;
}
.lgx-teacher-circle:hover figure figcaption .teacher-bottom .social-group li a {
    color: #ddd;
}
.lgx-teacher-circle:hover figure figcaption .teacher-bottom .social-group li a i {
    color: inherit;
}
.lgx-teacher-circle:hover figure figcaption .teacher-bottom .social-group li a:hover {
    color: #fff;
}
.lgx-teacher-circle:hover figure figcaption .teacher-bottom .social-group li a:hover i {
    color: inherit;
}
.lgx-events {
    background: url(../img/event-bg.jpg) bottom center no-repeat fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.lgx-events .lgx-inner {
    background: rgba(241, 241, 241, 0.9);
}
.lgx-event-normal .row {
    -moz-column-width: 38em;
    -webkit-column-width: 38em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
}
.lgx-event-normal .lgx-single-event {
    display: inline-block;
    width: 100%;
}
.lgx-featured-event,
.lgx-single-event {
    background: rgba(255, 255, 255, 0.7);
    padding: 2rem;
    margin-bottom: 0.6rem;
    border-radius: 6px;
    color: #fff;
    border: 1px solid #ddd;
    transition-duration: 0.3s;
}
.lgx-featured-event .event-info .location,
.lgx-single-event .event-info .location {
    font-size: 1.3rem;
    line-height: 1.9500000000000002rem;
    opacity: 0.5;
    margin-top: 0.5rem;
    font-weight: 400;
}
.lgx-featured-event .event-info .title,
.lgx-single-event .event-info .title {
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.8rem;
    margin: 0;
}
.lgx-featured-event:hover,
.lgx-single-event:hover {
    border: 1px solid #e39a31;
    -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
}
.lgxpage-header,
.lgxpage-header figure figcaption {
    -webkit-box-shadow: 0 0 1px rgba(170, 170, 170, 0.75);
    -moz-box-shadow: 0 0 1px rgba(170, 170, 170, 0.75);
}
.lgx-single-event {
    overflow: hidden;
}
.lgx-single-event .thumb {
    float: left;
    max-width: 115px;
    margin-right: 2rem;
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition-duration: 0.3s;
}
.lgx-single-event .event-info {
    overflow: hidden;
}
.lgx-single-event .event-info .date {
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 700;
}
.lgx-single-event:hover .thumb {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.lgx-featured-event {
    color: #fff;
}
.lgx-featured-event .event-info .date h4 {
    font-size: 3.9rem;
    font-weight: 900;
    text-align: center;
    font-family: Ubuntu, sans-serif;
    line-height: 4rem;
    margin-bottom: 0;
    color: #e39a31;
}
.lgx-featured-event .event-info .date h4 span {
    font-family: "Playfair Display", serif;
    display: block;
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-top: 0.6rem;
    font-weight: 700;
    color: #323333;
    text-transform: uppercase;
}
.lgx-featured-event .event-info .location {
    color: #fff;
    opacity: 0.75;
}
.lgx-featured-event .event-info .title {
    color: #fff;
}
.lgx-featured-event .event-info .title a {
    color: inherit;
}
.lgx-featured-event figure {
    position: relative;
}
.lgx-featured-event figure figcaption .figcaption {
    background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0), #141823);
    background: -o-linear-gradient(bottom, rgba(255, 0, 0, 0), #141823);
    background: -moz-linear-gradient(bottom, rgba(255, 0, 0, 0), #141823);
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), #141823);
    -webkit-transition: all 0.2 ease;
    transition: all 0.3s linear;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity: 0.9;
}
.lgx-featured-event figure figcaption .figcaption .lgx-hover-link {
    display: table;
    height: 100%;
    width: 100%;
}
.lgx-featured-event figure figcaption .figcaption .lgx-hover-link .lgx-vertical {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.lgx-featured-event figure figcaption .event-info {
    position: absolute;
    bottom: 0;
    margin: 2rem;
}
.lgx-featured-event figure figcaption .event-info .date {
    width: 100px;
    height: 100px;
    background: #fff;
    float: left;
    margin-right: 2rem;
    border-radius: 4px;
}
.lgx-featured-event figure figcaption .event-info .date h4 {
    line-height: 4.5rem;
}
.lgx-featured-event figure figcaption .event-info .date h4 span {
    margin-top: 0;
}
.lgx-featured-event figure figcaption .event-info .info-right {
    overflow: hidden;
}
.lgx-featured-event figure figcaption .event-info .info-right p {
    color: #fff;
}
.lgx-featured-event figure figcaption .event-info img {
    max-width: 66px;
    float: left;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-right: 1rem;
}
.lgx-featured-event figure figcaption .event-info .author-info {
    overflow: hidden;
    margin-left: 5px;
    color: #fff;
}
.lgx-featured-event figure figcaption .event-info .author-info .title {
    margin-bottom: 0;
}
.lgx-featured-event figure figcaption .event-info .author-info .subtitle {
    margin: 0;
}
.lgx-featured-event:hover figure figcaption {
    height: 100%;
}
.lgx-featured-event:hover figure figcaption .figcaption {
    background: rgba(50, 51, 51, 0.7);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.lgx-single-section {
    background: #fff;
    padding: 3rem;
    overflow: hidden;
    margin-bottom: 0.8rem;
}
.lgx-single-section .heading h2,
.lgx-single-section .heading h3 {
    margin-top: 0;
    margin-bottom: 2.4rem;
}
.lgxpage-header {
    background: #f1f1f1;
    overflow: hidden;
    padding-bottom: 0;
    margin: 0 0 10px;
    border-bottom: 0;
    box-shadow: 0 0 1px rgba(170, 170, 170, 0.75);
}
.lgxpage-header figure {
    position: relative;
}
.lgxpage-header figure figcaption {
    position: absolute;
    bottom: 0;
    right: 8px;
    background: rgba(227, 154, 49, 0.9);
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 1px rgba(170, 170, 170, 0.75);
}
.lgxpage-header figure figcaption .figcaption-text {
    color: #fff;
    margin-bottom: 0.2rem;
    padding: 8px 2rem;
}
.lgxpage-header figure figcaption .figcaption-text span {
    color: #323333;
    font-weight: 700;
    text-transform: uppercase;
}
.lgxpage-header .header-action,
.lgxpage-header .header-text {
    float: left;
}
.lgxpage-header .header-text {
    width: 75%;
    border-left: 2px solid #e39a31;
    padding-left: 3rem;
    padding-bottom: 2rem;
}
.lgxpage-header .header-text p {
    margin-bottom: 0.4rem;
}
.lgxpage-header .header-text p span {
    color: #e39a31;
    font-weight: 600;
}
.lgxpage-header .header-action {
    width: 25%;
    margin-top: 3rem;
}
.lgxpage-header .header-action .event-btn {
    padding: 0.8rem 2rem;
    margin: 0 0.3rem 0.8rem;
    display: inline-block;
}
.lgx-speakers .lgxevent_speaker_items {
    overflow: hidden;
    margin: 0 -0.5%;
}
.lgx-speakers .lgxevent_speaker_items .lgxevent_speaker_item {
    width: 32.33%;
    float: left;
    margin: 0 0.5% 2rem;
}
.lgx-speakers .lgxevent_speaker_items .lgxevent_speaker_item .lgxcpanelbox figure {
    position: relative;
}
.lgx-speakers .lgxevent_speaker_items .lgxevent_speaker_item .lgxcpanelbox figure figcaption {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
}
.lgx-speakers .lgxevent_speaker_items .lgxevent_speaker_item .lgxcpanelbox figure figcaption .eventboxitem_title {
    background: #fff;
    margin: 10px;
    padding: 6px;
    font-size: 2rem;
    line-height: 3rem;
    color: #323333;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.lgx-speakers .lgxevent_speaker_items .lgxevent_speaker_item:hover .lgxcpanelbox figure figcaption .eventboxitem_title {
    background: #e39a31;
    margin: 0;
    color: #fff;
}
.lgx-googlemap .text-location {
    font-size: 1.5rem;
    line-height: 2.25rem;
}
.lgx-googlemap .text-location span {
    color: #e39a31;
    font-weight: 600;
}
.lgx-sessions .sessions-details .date,
.lgx-sponsors .lgxevent_sponsor_items-area .lgxevent-sponsor_cattitle {
    font-weight: 700;
    font-size: 2rem;
    line-height: 3rem;
    text-transform: uppercase;
}
.lgx-sponsors .lgxevent_sponsor_items-area {
    background: #fff;
    padding: 0 0 3rem;
    overflow: hidden;
    margin-bottom: 0.8rem;
}
.lgx-sponsors .lgxevent_sponsor_items-area .lgxevent_sponsor_items .lgxevent_sponsor_item {
    text-align: center;
}
.lgx-sponsors .lgxevent_sponsor_items-area .lgxevent_sponsor_items .lgxevent_sponsor_item .lgxcpanelbox {
    width: 32.33%;
    margin: 1px 0.5% 1rem;
    float: left;
    -webkit-box-shadow: 0 0 1px rgba(170, 170, 170, 0.75);
    -moz-box-shadow: 0 0 1px rgba(170, 170, 170, 0.75);
    box-shadow: 0 0 1px rgba(170, 170, 170, 0.75);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.lgx-sessions .sessions-details .date,
.lgx-sessions .sessions-details .session-info {
    height: 120px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}
.lgx-sponsors .lgxevent_sponsor_items-area .lgxevent_sponsor_items .lgxevent_sponsor_item .lgxcpanelbox .eventboxitem_title {
    color: #323333;
}
.lgx-sponsors .lgxevent_sponsor_items-area .lgxevent_sponsor_items .lgxevent_sponsor_item .lgxcpanelbox .eventboxitem_title a {
    color: inherit;
}
.lgx-sponsors .lgxevent_sponsor_items-area .lgxevent_sponsor_items .lgxevent_sponsor_item .lgxcpanelbox .eventboxitem_title a:hover {
    color: #e39a31;
}
.lgx-sponsors .lgxevent_sponsor_items-area .lgxevent_sponsor_items .lgxevent_sponsor_item .lgxcpanelbox:hover {
    background: #f1f1f1;
}
.lgx-sessions .sessions-details ul li {
    margin-bottom: 0.8rem;
    overflow: hidden;
}
.lgx-sessions .sessions-details .date,
.lgx-sessions .sessions-details .session-info {
    float: left;
}
.lgx-sessions .sessions-details .date {
    width: 100px;
    background: #f1f1f1;
    display: block;
    text-align: center;
    padding: 2rem 0 0;
    border-right: 2px solid #f1f1f1;
    letter-spacing: 2px;
    transition: all 0.2s ease-in-out 0s;
}
.lgx-sessions .sessions-details .date span {
    display: block;
    font-size: 4rem;
    font-weight: 900;
    margin: 0;
    line-height: 4rem;
    color: #e39a31;
    letter-spacing: normal;
}
.lgx-sessions .sessions-details .session-info {
    width: 90.7%;
    background: #f9f9f9;
    padding: 1.5rem 0 0 3rem;
    transition: all 0.2s ease-in-out 0s;
}
.lgx-sessions .sessions-details .session-info .info-date {
    margin: 0;
}
.lgx-sessions .sessions-details .session-info .info-date i {
    color: #e39a31;
    margin-right: 6px;
}
.lgx-sessions .sessions-details .session-info .title {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    color: #323333;
    font-size: 2.4rem;
    line-height: 3.5999999999999996rem;
}
.lgx-sessions .sessions-details .session-info .title a {
    color: inherit;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.lgx-sessions .sessions-details .session-info .speaker,
.lgx-sessions .sessions-details .session-info .title a:hover {
    color: #e39a31;
}
.lgx-sessions .sessions-details .session-info .speaker span {
    text-transform: uppercase;
    color: #323333;
    margin-left: 5px;
}
.lgx-sessions .sessions-details ul li:hover .date {
    background: #fff;
    border-right: 2px solid #e39a31;
}
.lgx-sessions .sessions-details ul li:hover .session-info {
    background: #f1f1f1;
}
.lgx-photo-gallery .lgx-inner {
    padding-bottom: 0;
}
.lgx-gallery-without-subsctibe .lgx-inner {
    padding-bottom: 10.2rem;
}
.lgx-gallery-area {
    margin-right: -15px;
    margin-left: -15px;
    display: block;
    overflow: hidden;
}
.lgx-gallery-single {
    background: 0 0;
    float: left;
    padding: 8px;
    width: 25%;
    border-radius: 6px;
}
.lgx-gallery-single figure {
    position: relative;
}
.lgx-gallery-single figure img {
    border-radius: 6px;
}
.lgx-gallery-single figure figcaption {
    background: rgba(50, 51, 51, 0.9);
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.lgx-gallery-single:hover figure figcaption,
.lgx-owlnews:hover .owl-controls .owl-next,
.lgx-owlnews:hover .owl-controls .owl-prev {
    opacity: 1;
}
.lgx-gallery-single figure figcaption .lgx-hover-link {
    display: table;
    height: 100%;
    width: 100%;
}
.lgx-gallery-single figure figcaption .lgx-hover-link .lgx-vertical {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.lgx-gallery-single figure figcaption .lgx-hover-link .lgx-vertical a {
    color: #fff;
    font-size: 2.6rem;
    line-height: 3.9000000000000004rem;
    -webkit-transition: all 0.2 ease;
    transition: all 0.3s linear;
}
#instafeed a img,
.lgx-news-single figure {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}
.lgx-gallery-single figure figcaption .lgx-hover-link .lgx-vertical a:hover {
    color: #e39a31;
}
.lgx-gallery-single:hover figure figcaption .lgx-hover-link .lgx-vertical a {
    color: #fff;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-transform-origin: center;
    transform-origin: center;
    animation-duration: 0.6s;
    animation-timing-function: linear;
    display: block;
}
.lgx-gallery-single:hover figure figcaption .lgx-hover-link .lgx-vertical a:hover {
    color: #e39a31;
}
.lgx-gallery-single:nth-child(1),
.lgx-gallery-single:nth-child(2) {
    width: 50%;
}
.lgx-blog {
    background: url(../img/milestone-bg2.jpg) top center no-repeat fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    color: #fff;
}
.lgx-blog .lgx-inner {
    background: rgba(50, 51, 51, 0.8);
}
.lgx-blog .lgx-btn-area {
    text-align: center;
}
.lgx-blog .blog-area {
    overflow: hidden;
    display: block;
}
.lgx-owlnews .item {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 999;
}
.lgx-owlnews:hover .owl-controls .owl-prev {
    left: 0;
}
.lgx-owlnews:hover .owl-controls .owl-next {
    right: 0;
}
.lgx-blog-normal .row {
    -moz-column-width: 22em;
    -webkit-column-width: 22em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
}
.lgx-blog-normal .lgx-news-single {
    display: inline-block;
    width: 100%;
}
.lgx-news-single {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 1.5rem;
    margin-bottom: 2.4rem;
}
.lgx-news-single figure {
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition-duration: 0.3s;
}
.lgx-news-single figure figcaption .figcaption {
    background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0), #141823);
    background: -o-linear-gradient(bottom, rgba(255, 0, 0, 0), #141823);
    background: -moz-linear-gradient(bottom, rgba(255, 0, 0, 0), #141823);
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), #141823);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2 ease;
    transition: all 0.3s linear;
    opacity: 0.9;
}
.lgx-news-single figure figcaption .figcaption .lgx-hover-link {
    display: table;
    height: 50%;
    width: 100%;
    -moz-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.lgx-news-single figure figcaption .figcaption .lgx-hover-link .lgx-vertical {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    opacity: 0;
}
.lgx-news-single figure figcaption .figcaption .lgx-hover-link .lgx-vertical a {
    background: #fff;
    color: var(--theme-color-red);
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.lgx-news-single figure figcaption .figcaption .lgx-hover-link .lgx-vertical i {
    font-size: 2.4rem;
    line-height: 3.5999999999999996rem;
    line-height: 5.2rem;
}
.lgx-news-single figure figcaption .author {
    position: absolute;
    bottom: 15px;
    left: 10px;
    -moz-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.lgx-news-single figure figcaption .author img {
    max-width: 60px;
    float: left;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-right: 1rem;
}
.lgx-news-single figure figcaption .author .author-info {
    overflow: hidden;
    margin-left: 5px;
    color: #fff;
}
.lgx-news-single figure figcaption .author .author-info .title {
    font-family: "Playfair Display", serif;
    margin-bottom: 0;
    color: #e39a31;
    font-weight: 700;
}
.lgx-news-single figure figcaption .author .author-info .subtitle {
    font-size: 1.3rem;
    line-height: 1.9500000000000002rem;
    margin: 0;
    color: #fff;
}
.lgx-news-single .text-area {
    padding: 2rem 1.5rem;
}
.lgx-news-single .text-area .title {
    font-size: 2rem;
    line-height: 3rem;
    color: #323333;
    margin: 0 0 1rem;
}
.lgx-news-single .text-area .text {
    margin-bottom: 1rem;
}
.lgx-news-single .text-area .text-bottom .date {
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    line-height: 2.25rem;
}
.lgx-news-single .text-area .text-bottom .link {
    float: right;
    font-size: 2.4rem;
    line-height: 3.5999999999999996rem;
}
.lgx-news-single:hover figure {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
}
.lgx-news-single:hover figure figcaption {
    height: 100%;
    opacity: 1;
}
.lgx-news-single:hover figure figcaption .figcaption {
    background: rgba(227, 154, 49, 0.95);
    height: 100%;
}
.lgx-news-single:hover figure figcaption .figcaption .lgx-hover-link {
    height: 100%;
}
.lgx-news-single:hover figure figcaption .figcaption .lgx-hover-link .lgx-vertical {
    opacity: 1;
}
.lgx-news-single:hover figure figcaption .author {
    bottom: 0;
    opacity: 0;
}
.lgx-blog-list blockquote {
    min-height: 260px;
    margin: 0;
}
.lgx-blog-white {
    background: #fff;
}
.lgx-testimonials {
    background: url(../img/slider2.jpg) top center no-repeat fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.lgx-testimonials .lgx-inner {
    background: rgba(241, 241, 241, 0.9);
}
.lgx-testi-single {
    overflow: hidden;
    margin: 0 1rem;
    background: #fff;
    padding: 2rem;
    border-radius: 6px;
}
.lgx-testi-single .lgx-client-image {
    float: left;
    max-width: 120px;
}
.lgx-testi-single .lgx-client-image img {
    border-radius: 50%;
}
.lgx-testi-single .testi-info-area {
    overflow: hidden;
    padding: 0 0 0 1.5rem;
}
.lgx-testi-single .testi-info-area .lgx-client-name {
    font-family: "Playfair Display", serif;
    margin-bottom: 0;
}
.lgx-testi-single .testi-info-area .lgx-client-title {
    font-size: 1.3rem;
    line-height: 1.9500000000000002rem;
    text-transform: uppercase;
    margin-top: 0;
    opacity: 0.7;
    font-weight: 400;
}
.lgx-contact .contact-info .lgx-box {
    margin-bottom: 2.6rem;
}
.lgx-contact .contact-info .lgx-box .address .title {
    color: var(--theme-color-red);
    font-weight: 400;
    letter-spacing: normal;
    margin: 0;
}
.lgx-contact .lgx-contactform .form-group {
    margin-bottom: 2rem;
}
.lgx-contact .lgx-contactform .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 1.5rem 2rem;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.lgx-contact .lgx-contactform textarea.form-control {
    height: 170px;
}
.lgx-contact .help-block {
    color: #e74f3f;
    margin: 0;
}
.lgx-contact-white {
    background: #fff;
}
.lgxmapcanvas {
    min-height: 400px;
}
.lgxmapcanvas .gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 14px;
    line-height: 2.2rem;
    overflow: hidden;
    padding: 0.6rem 1.6rem;
    border-radius: 4px;
    text-align: center;
}
.lgxmapcanvas .gm-style .gm-style-iw h1 {
    font-size: 2.6rem;
    line-height: 3.9000000000000004rem;
    text-transform: uppercase;
    margin: 0;
    color: #42bd41;
}
.lgx-registration-area .lgx-btn-registration {
    margin: 3rem auto 0;
    display: block;
}
.lgx-subscription {
    background: url(../img/subscribe-bg.jpg) bottom center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.lgx-subscription .lgx-inner {
    background: rgba(249, 249, 249, 0.8);
}
.lgx-subscriber-area {
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
}
.lgx-subscriber-area .title {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.8rem;
    margin: 0 13% 3.9rem;
}
.lgx-subscriber {
    position: relative;
}
.lgx-subscriber .subscribe-form {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    display: block;
    overflow: hidden;
}
.lgx-subscriber .subscribe-form .form-group {
    margin-bottom: 0;
}
.lgx-subscriber .subscribe-form .lgx-input-form,
.lgx-subscriber .subscribe-form .the-submit-btn {
    float: left;
    height: 52px;
    border-radius: 4px;
    border: none;
}
.lgx-subscriber .subscribe-form .lgx-input-form {
    width: 100%;
    padding-left: 2rem;
}
.lgx-subscriber .subscribe-form .the-submit-btn {
    margin-left: 1%;
    font-family: "Playfair Display", serif;
    background: 0 0;
    color: var(--theme-color-red);
    position: absolute;
    z-index: 1;
    right: 1.5rem;
}
.lgx-subscriber .subscribe-form .the-submit-btn i {
    font-size: 3.9rem;
    line-height: 5.85rem;
    line-height: 5.2rem;
}
.lgx-footer {
    background: #323333;
    color: #fff;
    text-align: center;
}
.lgx-getintouch-area {
    background: url(../img/milestone-bg.jpg) top center no-repeat fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.lgx-getintouch-area .lgx-getintouch-inner {
    background: rgba(50, 51, 51, 0.9);
    padding: 6.3rem 0;
}
.lgx-getintouch-area .lgx-getintouch {
    font-family: "Playfair Display", serif;
    font-size: 2.4rem;
    line-height: 3.5999999999999996rem;
    text-align: left;
    color: #fff;
}
.lgx-getintouch-area .lgx-getintouch span {
    font-family: Ubuntu, sans-serif;
    color: #e39a31;
}
.lgx-getintouch-area .lgx-getintouch .lgx-btn-contact {
    float: right;
}
#instafeed a,
.lgx-footer-bottom .lgx-copyright,
.lgx-footer-bottom .lgx-social-footer,
.single .lgx-news-single header .author .author-img,
.single .lgx-news-single header .author .author-info,
.single-post .lgx-news-single header .author .author-img,
.single-post .lgx-news-single header .author .author-info {
    float: left;
}
#instafeed a {
    overflow: hidden;
    width: 33.33%;
}
#instafeed a img {
    padding-right: 4px;
    padding-bottom: 4px;
    border-radius: 6px;
    opacity: 0.8;
    height: 90px;
    transition-duration: 0.3s;
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
.lgx-footer-bottom .lgx-social-footer li,
.lgx-footer-single ul li a {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}
#instafeed a:hover img {
    opacity: 1;
    -ms-transform: scale(3);
    -moz-transform: scale(3);
    -webkit-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}
.lgx-footer .lgx-subscriber-area-footer {
    text-align: left;
}
.lgx-footer .lgx-subscriber-area-footer p {
    margin-bottom: 1.5rem;
}
.lgx-footer .lgx-subscriber-area-footer .lgx-subscriber-footer .subscribe-form {
    background: 0 0;
}
.lgx-footer .lgx-subscriber-area-footer .lgx-subscriber-footer .subscribe-form .lgx-input-form {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: none;
    border: none;
    border-radius: 0;
    height: 48px;
    color: #e39a31;
}
.lgx-footer-middle {
    background: #323333;
    padding: 10.2rem 0;
}
.lgx-footer-middle-white {
    background: #ddd;
}
.lgx-footer-middle-white .lgx-footer-single .title {
    color: var(--theme-color-red);
}
.lgx-footer-middle-white .lgx-footer-bottom {
    border-top: 1px solid #f9f9f9;
}
.lgx-footer-middle-white .lgx-footer-bottom .lgx-copyright ul li a {
    color: #323333;
}
.lgx-footer-middle-white .lgx-footer-single ul li:hover a {
    color: var(--theme-color-red);
}
.lgx-footer-single {
    text-align: left;
    margin-bottom: 6.3rem;
    color: #888;
}
.lgx-footer-single p {
    color: inherit;
}
.lgx-footer-single .logo {
    margin-bottom: 3.9rem;
    display: block;
}
.lgx-footer-single .logo img {
    max-width: 170px;
}
.lgx-footer-single address {
    margin-bottom: 1.5rem;
    line-height: 2.4rem;
}
.lgx-footer-single .lgx-address-info li {
    line-height: 2.5rem;
}
.lgx-footer-single .lgx-address-info i {
    color: var(--theme-color-red);
    margin-right: 1rem;
    opacity: 0.4;
}
.lgx-footer-single .lgx-address-info li:hover {
    color: inherit;
}
.lgx-footer-single .title {
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    line-height: 2.25rem;
    text-transform: uppercase;
    margin-bottom: 2.4rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.08rem;
}
.lgx-footer-single ul li {
    font-family: Ubuntu, sans-serif;
    font-size: 1.5rem;
    color: #888;
    line-height: 3rem;
}
.lgx-footer-single ul li a {
    font: inherit;
    color: inherit;
    transition-duration: 0.3s;
}
.lgx-footer-single ul li:hover {
    color: #fff;
}
.lgx-footer-single ul li:hover a {
    color: inherit;
}
.lgx-footer-bottom {
    border-top: 1px solid #444;
    padding-top: 2.4rem;
}
.lgx-footer-bottom .lgx-copyright {
    width: 60%;
    text-align: left;
}
.lgx-footer-bottom .lgx-social-footer {
    width: 40%;
    text-align: right;
}
.lgx-footer-bottom .lgx-social-footer li {
    padding-right: 5px;
    padding-left: 10px;
    transition-duration: 0.3s;
}
.lgx-footer-bottom .lgx-social-footer li a {
    color: #888;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.lgx-footer-bottom .lgx-social-footer li a i {
    font-size: 2.4rem;
    opacity: 0.7;
}
.lgx-footer-bottom .lgx-social-footer li:hover a {
    color: #fff;
}
.lgx-footer-bottom .lgx-social-footer li:hover a i {
    opacity: 1;
}
.lgx-footer-bottom .lgx-social-footer li:hover a .fa-twitter {
    color: #1da1f2;
}
.lgx-footer-bottom .lgx-social-footer li:hover a .fa-facebook-f,
.lgx-footer-bottom .lgx-social-footer li:hover a .facebook-f {
    color: #3b5998;
}
.lgx-footer-bottom .lgx-social-footer li:hover a .fa-linkedin {
    color: #00a0dc;
}
.lgx-footer-bottom .lgx-social-footer li:hover a .fa-youtube-play {
    color: #cd201f;
}
.lgx-footer-bottom .lgx-social-footer li:hover a .fa-instagram {
    color: #c13584;
}
.lgx-footer-bottom .lgx-social-footer li:hover a .fa-google-plus {
    color: #dd4b39;
}
.lgx-footer-bottom .lgx-social-footer li:hover a .fa-pinterest-p {
    color: #bd081c;
}
.lgx-footer-bottom .lgx-copyright {
    font-family: "Playfair Display", serif;
    color: #888;
    font-size: 1.3rem;
    line-height: 1.9500000000000002rem;
}
.lgx-footer-bottom .lgx-copyright ul {
    margin-bottom: 0.5rem;
}
.lgx-footer-bottom .lgx-copyright ul li a {
    color: #fff;
}
.lgx-footer-bottom .lgx-copyright ul li a:hover {
    color: #e39a31;
}
.lgx-footer-bottom .lgx-copyright p {
    color: #888;
}
.page .lgx-banner-inner,
.page-template .lgx-banner-inner,
.single .lgx-banner-inner,
.single-post .lgx-banner-inner {
    background: url(../img/banner3.jpg) bottom center no-repeat fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.page .lgx-banner-inner .lgx-inner,
.page-template .lgx-banner-inner .lgx-inner,
.single .lgx-banner-inner .lgx-inner,
.single-post .lgx-banner-inner .lgx-inner {
    padding: 12.8rem 0 6.8rem;
}
.page .lgx-banner-inner .lgx-heading-area,
.page-template .lgx-banner-inner .lgx-heading-area,
.single .lgx-banner-inner .lgx-heading-area,
.single-post .lgx-banner-inner .lgx-heading-area {
    margin-bottom: 0;
}
.page .lgx-blog,
.page-template .lgx-blog,
.single .lgx-blog,
.single-post .lgx-blog {
    background: 0 0;
}
.page .lgx-blog .lgx-inner,
.page-template .lgx-blog .lgx-inner,
.single .lgx-blog .lgx-inner,
.single-post .lgx-blog .lgx-inner {
    background: #f1f1f1;
}
.page .lgxmapcanvas,
.page-template .lgxmapcanvas,
.single .lgxmapcanvas,
.single-post .lgxmapcanvas {
    margin-bottom: 3.9rem;
}
.page .lgx-photo-gallery .lgx-inner,
.page-template .lgx-photo-gallery .lgx-inner,
.single .lgx-photo-gallery .lgx-inner,
.single-post .lgx-photo-gallery .lgx-inner {
    padding: 10.2rem 0;
}
.page .lgx-banner-inner .lgx-heading,
.page-template .lgx-banner-inner .lgx-heading,
.single .lgx-banner-inner .lgx-heading,
.single-post .lgx-banner-inner .lgx-heading {
    margin-bottom: 0;
    text-align: left;
}
.page .breadcrumb,
.page-template .breadcrumb,
.single .breadcrumb,
.single-post .breadcrumb {
    background: 0 0;
    display: inline-block;
    padding: 0;
    position: relative;
    z-index: 1;
}
.page .breadcrumb li,
.page-template .breadcrumb li,
.single .breadcrumb li,
.single-post .breadcrumb li {
    font-size: 1.6rem;
    line-height: 2.4000000000000004rem;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
.page .breadcrumb li a,
.page-template .breadcrumb li a,
.single .breadcrumb li a,
.single-post .breadcrumb li a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.page .breadcrumb .active,
.page-template .breadcrumb .active,
.single .breadcrumb .active,
.single-post .breadcrumb .active {
    color: var(--theme-color-red);
}
.page .breadcrumb > li + li:before,
.page-template .breadcrumb > li + li:before,
.single .breadcrumb > li + li:before,
.single-post .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #42bd41;
    content: "/\00a0";
    opacity: 0.7;
}
.single .lgx-banner-inner .lgx-inner,
.single-post .lgx-banner-inner .lgx-inner {
    padding: 4.2rem 0;
}
.single .lgx-banner-inner .lgx-heading-area,
.single-post .lgx-banner-inner .lgx-heading-area {
    display: none;
}
.single .lgx-news-single,
.single-post .lgx-news-single {
    border: 0;
    padding: 0;
    margin-bottom: 0;
}
.single .lgx-news-single section,
.single-post .lgx-news-single section {
    max-width: 800px;
    margin: 3.9rem auto 0;
}
.single .lgx-news-single footer,
.single-post .lgx-news-single footer {
    max-width: 800px;
    margin: 0 auto;
}
.single .lgx-news-single header,
.single-post .lgx-news-single header {
    margin-bottom: 2.6rem;
}
.single .lgx-news-single header .hits-area,
.single-post .lgx-news-single header .hits-area {
    padding: 1rem 0;
    margin-bottom: 1.5rem;
}
.single .lgx-news-single header .hits-area .date a,
.single-post .lgx-news-single header .hits-area .date a {
    font-family: "Playfair Display", serif;
    font-size: 1.6rem;
    line-height: 2.4000000000000004rem;
    font-weight: 400;
    color: #323333;
    margin-right: 2rem;
    display: inline-block;
    opacity: 0.7;
}
.single .lgx-news-single header .hits-area .date a i,
.single-post .lgx-news-single header .hits-area .date a i {
    color: #e39a31;
    opacity: 0.4;
}
.single .lgx-news-single header .author,
.single-post .lgx-news-single header .author {
    overflow: hidden;
    position: relative;
    top: -30px;
    z-index: 3;
    margin-bottom: -30px !important;
}
.single .lgx-news-single header .author .author-img,
.single-post .lgx-news-single header .author .author-img {
    width: 15%;
}
.single .lgx-news-single header .author .author-img img,
.single-post .lgx-news-single header .author .author-img img {
    border-radius: 50%;
}
.single .lgx-news-single header .author .author-info,
.single-post .lgx-news-single header .author .author-info {
    width: 85%;
    padding-left: 1.5rem;
    margin-top: 2rem;
}
.single .lgx-news-single header .author .author-info .name,
.single-post .lgx-news-single header .author .author-info .name {
    font-family: "Playfair Display", serif;
    font-size: 2.6rem;
    line-height: 3.9000000000000004rem;
    font-weight: 400;
    margin-bottom: 0;
    color: #323333;
}
.single .lgx-news-single header .author .author-info .subtitle,
.single-post .lgx-news-single header .author .author-info .subtitle {
    margin-top: 2px;
    color: #e39a31;
}
.single .lgx-news-single header .text-area,
.single-post .lgx-news-single header .text-area {
    padding: 0 0 2rem;
}
.single .lgx-news-single header .text-area .title,
.single-post .lgx-news-single header .text-area .title {
    font-family: "Playfair Display", serif;
    font-size: 3.9rem;
    font-weight: 700;
    color: #323333;
    line-height: 5rem;
    margin-top: 0;
}
.single .lgx-news-single header .text-area .title a,
.single-post .lgx-news-single header .text-area .title a {
    color: inherit;
}
.single .lgx-news-single section p,
.single-post .lgx-news-single section p {
    margin-bottom: 2.6rem;
}
.single .lgx-news-single section .lgx-img-left,
.single-post .lgx-news-single section .lgx-img-left {
    float: left;
    padding: 1rem 2rem 1.5rem 0;
}
.single .lgx-news-single section .lgx-img-right,
.single-post .lgx-news-single section .lgx-img-right {
    float: right;
    padding: 1rem 0 1.5rem 2rem;
}
.single .lgx-news-single section .lgx-img-center,
.single-post .lgx-news-single section .lgx-img-center {
    margin: 0 auto;
    display: block;
    padding: 1.5rem;
}
.single .lgx-news-single footer .title,
.single-post .lgx-news-single footer .title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #323333;
    text-transform: uppercase;
}
.single .lgx-news-single footer .lgx-share,
.single-post .lgx-news-single footer .lgx-share {
    margin-left: 0;
    border-top: 1px solid rgba(33, 39, 57, 0.1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 1rem 0;
}
.lgx-normal-single {
    border: 0;
    padding: 0;
    margin-bottom: 0;
}
.lgx-normal-single section {
    margin-top: 3.9rem;
}
.lgx-normal-single header {
    margin-bottom: 2.6rem;
}
.lgx-normal-single header .hits-area {
    padding: 1rem 0;
    margin-bottom: 1.5rem;
}
.lgx-normal-single header .hits-area .date a {
    font-family: "Playfair Display", serif;
    font-size: 1.6rem;
    line-height: 2.4000000000000004rem;
    font-weight: 400;
    color: #323333;
    margin-right: 2rem;
    display: inline-block;
    opacity: 0.7;
}
.lgx-normal-single header .hits-area .date a i {
    color: #e39a31;
    opacity: 0.4;
}
.lgx-normal-single header .author {
    overflow: hidden;
    position: relative;
    top: -30px;
    z-index: 3;
    margin-bottom: -30px !important;
}
.lgx-normal-single header .author .author-img,
.lgx-normal-single header .author .author-info {
    float: left;
}
.lgx-normal-single header .author .author-img {
    width: 15%;
}
.lgx-normal-single header .author .author-img img {
    border-radius: 50%;
}
.lgx-normal-single header .author .author-info {
    width: 85%;
    padding-left: 1.5rem;
    margin-top: 2rem;
}
.lgx-normal-single header .author .author-info .name {
    font-family: "Playfair Display", serif;
    font-size: 2.6rem;
    line-height: 3.9000000000000004rem;
    font-weight: 400;
    margin-bottom: 0;
    color: #323333;
}
.lgx-normal-single header .author .author-info .subtitle {
    margin-top: 2px;
    color: #e39a31;
}
.lgx-normal-single header .text-area {
    padding: 0 0 2rem;
}
.lgx-normal-single header .text-area .title {
    font-family: "Playfair Display", serif;
    font-size: 3.9rem;
    font-weight: 700;
    color: #323333;
    line-height: 5rem;
    margin-top: 0;
}
.lgx-normal-single header .text-area .title a {
    color: inherit;
}
.lgx-normal-single section p {
    margin-bottom: 2.6rem;
}
.lgx-normal-single section .lgx-img-left {
    float: left;
    padding: 1rem 2rem 1.5rem 0;
}
.lgx-normal-single section .lgx-img-right {
    float: right;
    padding: 1rem 0 1.5rem 2rem;
}
.lgx-normal-single section .lgx-img-center {
    margin: 0 auto;
    display: block;
    padding: 1.5rem;
}
.lgx-normal-single footer .title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #323333;
    text-transform: uppercase;
}
.lgx-normal-single footer .lgx-share {
    margin-left: 0;
    border-top: 1px solid rgba(33, 39, 57, 0.1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 1rem 0;
}
.lgx-teacher-single article header {
    overflow: hidden;
}
.lgx-teacher-single article header .text-area,
.lgx-teacher-single article header figure {
    width: 50%;
    float: left;
}
.lgx-teacher-single article header .text-area .subtitle,
.lgx-teacher-single article header figure .subtitle {
    font-family: "Playfair Display", serif;
    font-size: 1.7rem;
    font-weight: 400;
    color: #e39a31;
    line-height: 3rem;
    margin-top: 0;
}
.lgx-teacher-single article footer .title,
.lgx-teacher-single article header .title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    text-transform: uppercase;
}
.lgx-teacher-single article header .lgx-share {
    margin-bottom: 3.9rem;
}
.lgx-teacher-single article header .text-area {
    padding-left: 3rem;
    overflow: hidden;
}
.lgx-teacher-single article header .title {
    font-size: 3.9rem;
    color: #323333;
    line-height: 5rem;
    margin: 0;
}
.lgx-teacher-single article header .title a {
    color: inherit;
}
.lgx-teacher-single article section {
    margin-top: 2.4rem;
}
.lgx-teacher-single article section .lgx-img-left {
    float: left;
    padding: 1rem 2rem 1.5rem 0;
}
.lgx-teacher-single article section .lgx-img-right {
    float: right;
    padding: 1rem 0 1.5rem 2rem;
}
.lgx-teacher-single article section .lgx-img-center {
    margin: 0 auto;
    display: block;
    padding: 1.5rem;
}
.lgx-teacher-single article footer .title {
    color: #323333;
}
.lgx-teacher-single article footer .lgx-share {
    margin-left: 0;
    border-top: 1px solid rgba(33, 39, 57, 0.1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 1rem 0;
}
.home-terms .img {
    float: left;
    margin: 2px 0;
    max-width: 20px;
    width: 10%;
}
.home-terms .text {
    color: #fd3337;
    font-size: 16px;
    position: absolute;
    right: 0;
    width: 90%;
}
.product ul.products {
    margin-left: -0.5%;
    margin-right: -0.5%;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .lgx-banner .lgx-inner {
        padding: 25rem 0 20rem;
    }
}
@media (min-width: 1200px) {
    .lg-text-center {
        text-align: center;
    }
}
@media (max-width: 1199px) {
    html {
        font-size: 55%;
    }
    .md-text-center {
        text-align: center;
    }
    .lgx-header .header-top .header-top-inner .right-menu .login-register a {
        padding: 12px 2rem;
    }
    .lgx-sessions .sessions-details .session-info {
        width: 88.7%;
    }
}
@media (max-width: 991px) {
    .lgx-header .header-top .header-top-inner .contact,
    .lgx-header .header-top .header-top-inner .right-menu,
    .sm-text-center {
        text-align: center;
    }
    html {
        font-size: 53%;
    }
    .lgx-header .lgx-navbar .lgx-logo a img {
        max-width: 140px;
        margin-top: 4px;
    }
    .lgx-header .lgx-navbar .lgx-nav li a {
        letter-spacing: 0;
        padding-left: 7px;
        padding-right: 7px;
    }
    .menu-onscroll .lgx-navbar .lgx-nav li .lgx-btn {
        margin-top: 1.8rem;
    }
    .lgx-banner .lgx-inner-fixed {
        padding: 16rem 0;
    }
    .lgx-video-area figure figcaption .video-icon .icon::before {
        top: -61px;
    }
    .lgx-heading .heading-title {
        line-height: 4.5rem;
    }
    .lgx-gallery-single {
        width: 50%;
    }
    .lgx-contact .lgx-contactform {
        margin-bottom: 3.9rem;
    }
    .course-hits-area .course-hit .course-author img {
        max-width: 40px;
    }
    .lgx-sessions .sessions-details .session-info {
        width: 84.7%;
    }
}
@media (max-width: 767px) {
    .lgx-banner.lgx-banner-typed {
        background-position: center bottom !important;
    }
    .lgx-banner-typed .lgx-banner-style {
        background: 0 0 !important;
    }
    .lgx-header .lgx-header-bottom .lgx-search-mobile,
    .lgx-header .lgx-header-bottom-fixed .lgx-search-mobile {
        color: #e39a31;
    }
    .lgx-featured-event figure figcaption .event-info .info-right,
    .lgx-single-event .event-info {
        overflow: visible;
    }
    html {
        font-size: 52%;
    }
    .xs-text-center {
        text-align: center;
    }
    .xs-text-right {
        text-align: right;
    }
    .xs-text-left {
        text-align: left;
    }
    .lgx-footer-bottom .lgx-copyright,
    .lgx-footer-single,
    .sm-text-center {
        text-align: center;
    }
    .xs-float-none {
        float: none;
    }
    .h1,
    .h2,
    h1,
    h2 {
        font-size: 4.2rem;
        line-height: 6.300000000000001rem;
        line-height: 4.8rem;
    }
    .h3,
    h3 {
        font-size: 16px;
        line-height: 2.4rem;
        font-weight: 400;
    }
    .lgx-btn {
        padding: 1rem 2.6rem;
    }
    .lgx-header {
        background: rgba(50, 51, 51, 0.9);
        top: 1px;
    }
    .lgx-header .lgx-navbar .lgx-nav {
        float: left;
    }
    .navbar-default .navbar-toggle {
        border-color: #e39a31;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #e39a31;
    }
    .menu-onscroll .lgx-navbar {
        background: 0 0;
    }
    .lgx-header .lgx-navbar .lgx-nav li .lgx-btn {
        margin-bottom: 16px;
    }
    .menu-onscroll .lgx-navbar .lgx-nav li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menu-onscroll {
        top: 0;
    }
    .lgx-footer-bottom .lgx-copyright {
        width: 100%;
        margin-bottom: 1.7rem;
    }
    .lgx-footer-bottom .lgx-social-footer {
        width: 100%;
        text-align: center;
    }
    .lgx-header .lgx-header-bottom-fixed-black {
        background: rgba(50, 51, 51, 0.7);
    }
    .lgx-header .lgx-header-bottom-fixed {
        background: rgba(255, 255, 255, 0.7);
    }
    .lgx-heading .heading-title {
        font-size: 3rem;
        line-height: 3rem;
    }
    .lgx-about-bottom .lgx-inner,
    .lgx-inner,
    .lgx-register .lgx-inner {
        padding: 6.3rem 0;
    }
    .lgx-about-bottom .lgx-inner {
        padding-bottom: 0;
    }
    .lgx-about-content {
        margin-bottom: 2.4rem;
    }
    .lgx-filter {
        margin-bottom: 2rem;
    }
    .lgx-filter li {
        margin-bottom: 2.4rem;
    }
    .lgx-heading {
        margin-bottom: 3.9rem;
    }
    .lgx-heading-registration .subtitle {
        font-size: 2.4rem;
    }
    .lgx-heading-registration .title {
        font-size: 3.9rem;
        line-height: 4.5rem;
    }
    .lgx-video-area {
        padding-top: 6.3rem;
    }
    .lgx-gallery-single {
        padding: 4px;
    }
    .lgx-video-area figure figcaption .video-icon .icon::before {
        width: 90px;
        height: 90px;
        top: -44px;
        left: 20px;
    }
    .lgx-video-area figure figcaption .video-icon .icon i {
        height: 70px;
        width: 70px;
        line-height: 74px;
        font-size: 24px;
        padding-left: 10px;
    }
    .lgx-modal .modal-dialog .modal-content .modal-body {
        width: 80%;
    }
    .lgx-modal .modal-dialog .modal-content .modal-body iframe {
        height: 300px;
    }
    .lgx-single-event .thumb {
        float: none;
        max-width: 100%;
        margin-bottom: 1rem;
        margin-right: 0;
    }
    .lgx-featured-event figure figcaption .event-info .date {
        width: 100%;
        height: 100%;
        background: 0 0;
    }
    .lgx-featured-event .event-info .date h4 span {
        display: inline-block;
        color: #fff;
        margin-left: 5px;
    }
    .lgx-featured-event .event-info .date h4 {
        font-size: 1.5rem;
        text-align: left;
    }
    .lgx-featured-event figure figcaption .event-info .date h4 {
        line-height: 2.5rem;
    }
    .lgx-footer-single,
    .lgx-footer-single .title {
        margin-bottom: 1rem;
    }
    .lgx-footer-middle {
        padding: 6.3rem 0;
    }
    .lgx-footer-single .logo {
        margin-bottom: 2rem;
    }
    .lgx-getintouch-area .lgx-getintouch {
        margin-top: 0;
    }
    .lgx-header .lgx-navbar .lgx-nav li a {
        padding: 10px;
    }
    .lgx-navbar-search .lgx-menu-search.open {
        display: block;
    }
    .lgx-navbar-search .lgx-menu-search.open .input-group .form-control {
        background: #fff;
    }
    .lgx-featured-event,
    .lgx-single-course,
    .lgx-single-event,
    .lgx-single-service {
        max-width: 480px;
        margin: 0 auto 2.4rem;
    }
    .lgx-banner-info,
    .lgx-slider .lgx-banner-info {
        margin-top: 5rem;
    }
    .lgx-slider .owl-carousel .owl-item img {
        height: 340px;
    }
    .lgx-slider .lgx-banner-info .text {
        display: none;
    }
    .lgx-slider .owl-next,
    .lgx-slider .owl-prev {
        top: 52%;
    }
    .lgx-slider .owl-controls .owl-nav [class*="owl-"] {
        height: 45px;
        width: 45px;
    }
    .lgx-slider .owl-controls .owl-nav [class*="owl-"] i {
        font-size: 24px;
        line-height: 37px;
    }
    .lgx-about-man .lgx-inner {
        padding: 0;
    }
    .lgx-milestone-about .lgx-inner {
        padding: 10rem 0 6.3rem;
    }
    .lgx-banner.lgx-banner-typed {
        background-attachment: fixed;
        background-size: auto !important;
    }
    .lgx-banner-typed .lgx-inner-fixed {
        padding: 4rem 0 8rem;
    }
    .lgx-header-container .lgx-header-bottom .input-group-btn > .btn {
        left: 13px;
    }
    .lgx-banner-info .btn-area {
        margin-bottom: 2rem;
    }
    .lgx-video-area-bg figure figcaption .video-icon .icon i {
        height: 70px;
        width: 70px;
        line-height: 71px;
    }
    .lgx-banner-six .lgx-inner-fixed {
        padding: 10rem 0;
    }
    .lgx-social li a i {
        line-height: 46px;
    }
    .lgx-teacher-single article header .text-area,
    .lgx-teacher-single article header figure {
        width: 100%;
        float: none;
    }
    .lgx-teacher-single article header figure {
        margin-bottom: 1.5rem;
    }
    .lgx-teacher-single article header .text-area {
        padding-left: 0;
    }
    .lgx-social li a {
        margin-bottom: 1rem;
    }
    .lgx-featured-event:hover .thumb,
    .lgx-single-event:hover .thumb {
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -o-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
    }
    .course-hits-area .course-hitcourse-payment {
        margin-top: 2rem;
        width: 100%;
    }
    .course-hits-area .course-hit {
        width: 100%;
    }
    .lgx-sessions .sessions-details .session-info {
        width: 80.7%;
    }
    .lgx-sessions .sessions-details .date {
        width: auto;
        padding: 1.5rem;
    }
    .lgx-speakers .lgxevent_speaker_items .lgxevent_speaker_item,
    .lgx-sponsors .lgxevent_sponsor_items-area .lgxevent_sponsor_items .lgxevent_sponsor_item .lgxcpanelbox {
        width: 48%;
    }
    .lgxpage-header .header-action {
        margin: 0 1rem 1rem;
        width: 100%;
    }
    .lgxpage-header .header-text {
        border-left: 0 none;
        padding: 1.5rem;
        width: 100%;
    }
}
@media (max-width: 480px) {
    html {
        font-size: 50%;
    }
    .lgx-getintouch-area .lgx-getintouch .lgx-btn-contact {
        float: none;
        display: block;
        margin-top: 1.7rem;
        text-align: center;
    }
    .lgx-getintouch-area .lgx-getintouch {
        text-align: center;
    }
    .lgx-banner-info .title {
        font-size: 2.8rem;
        line-height: 3.5rem;
    }
    .lgx-banner-info .subtitle {
        font-size: 3rem;
        line-height: 3.85rem;
    }
    .lgx-course-feature-area {
        float: none;
        margin-left: 0;
    }
    .lgx-sessions .sessions-details .date {
        width: 100%;
        height: auto;
    }
    .lgx-sessions .sessions-details .session-info,
    .lgx-speakers .lgxevent_speaker_items .lgxevent_speaker_item {
        width: 100%;
    }
}
.lgx-banner-inner {
    height: 350px;
    display: flex;
    align-items: center; /* Vertically center content */
    background-size: cover; /* If there's a background image */
    background-position: center;
    margin-top: 90px;/* adjust if header is fixed */

    justify-content: center;
    text-align: center;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent; /* changed from #f5f5f5 */
    border-radius: 4px;
    font-size: 20px;
}
.breadcrumb>.active {
    color: #FFFFFF;
}


