* {
    margin:0px;
    padding:0px;
}
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%;
	overflow-x: hidden;
}

body,
p {
    font-family: 'Playfair Display', serif;
    /* font-family: Ubuntu, sans-serif; */
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    color: rgb(50, 51, 51);
    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: #e39a31;
}

.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: rgb(255, 153, 0);
}

.lgx-table thead tr th {
    border-bottom: 0;
    padding-top: 2rem;
	font-weight: bold;	
    padding-bottom: 2rem;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    color: #ffffff;
    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:rgb(16, 154, 154);
	color:#ffffff;
    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, .1)
}*/

a {
    color: #d4891d;
}

a.active,
a:focus,
a:hover {
    color: #e9b05e;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .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: 80px 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, .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: .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, .12);
    -moz-box-shadow: 0 20px 35px rgba(0, 0, 0, .12);
    box-shadow: 0 20px 35px rgba(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: #e39a31;
}

.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 .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

textarea.form-control {
    height: 170px
}

.lgx-heading {
    margin-bottom: 3rem 
}

.lgx-heading .heading-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.9rem;
    line-height: 5.85rem;
    font-weight: 900;
    margin-top: 0;
    color: #323333
}

.lgx-heading .heading-subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 12px;
    line-height: 2.55rem;
    color: #323333;
    font-weight: 600;
    opacity: .9;
    margin-bottom: 0px;
}

.lgx-services .lgx-heading .heading-title {
	color:#ffffff;
}
.lgx-btn,
.lgx-heading-white .heading-subtitle,
.lgx-heading-white .heading-title {
    color: #fff
}

.lgx-btn {
    font-family: 'Playfair Display', serif;
    background: #006666;
    padding: 1.3rem 2.4rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.3rem;
	font-weight: 600;
    line-height: 1.9500000000000002rem;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    /* border: 2px solid #e39a31; */
    border-radius: 4px;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.lgx-btn:before {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 1.7rem;
    line-height: 2.85rem;
    right: 15px;
    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: #caa640;
    color: #fff;
    /* border: 2px solid #e39a31; */
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(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:#caa640;
    color: #ffffff;
    border: 2px solid #e39a31
}

.lgx-btn-sm {
    padding: 1rem 2.4rem;
    border: 2px solid #caa640
}

.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(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .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(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .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: #ffffff;
}

.lgx-header .header-top .header-top-inner ul li {
    margin-top: 5px
}

.lgx-header .header-top .header-top-inner .contact ul li {
    color: #ffffff;
	font-weight: 500;
    font-size: 15px;
    margin-right: 1rem;
	margin-top: 6px;
}

.lgx-header .header-top .header-top-inner .contact ul li a{
    color: #006666;
    font-family: auto;
}

.lgx-header .header-top .header-top-inner .contact ul li i {
    font-size: 20px;
    font-size: 2rem;
    color: #006666;
    margin-right: 6px;
    position: relative;
    top: 2px
}

.lgx-header .header-top .header-top-inner .contact ul .question-text {
    color: #e39a31;
    font-weight: 700;
    margin-right: .5rem;
    display: inline-block
}

.lgx-header .header-top .header-top-inner .right-menu {
    text-align: right;
    font-size: 14px;
	/* display:none; */
}

.lgx-header .header-top .header-top-inner .right-menu .login-register {
    margin-right: 0rem
}

.lgx-header .header-top .header-top-inner .right-menu .login-register a {
    font-family: 'Playfair Display', serif;
    background: rgba(255, 255, 255, .1);
    color: #00559c;
	font-weight:bold;
    padding: 8px 2rem
}

.lgx-header .header-top .header-top-inner .right-menu .login-register a:hover {
    background: #e39a31;
    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: #e39a31
}

.lgx-header .header-top .header-top-inner .right-menu ul li:hover a i {
    opacity: 1;
    color: inherit
}

.lgx-header .lgx-header-bottom {
    padding: 12px 0
}

.lgx-header .navbar-nav li:hover>ul,
.lgx-header .navbar-nav ul li:hover>ul {
    display: block;
    -moz-animation: fadeIn .3s ease-in;
    -webkit-animation: fadeIn .3s ease-in;
    animation: fadeIn .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 {
	top: 0px;
	left: 45px;
    position: relative;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-transform-origin: center;
    transform-origin: center;
    animation-duration: .4s;
    animation-timing-function: linear;
	border-top: 0px solid transparent;
}

.lgx-header .lgx-navbar .lgx-nav li a {
    font-size: 14px;
    line-height: 2.25rem;
    font-weight: 700;
    padding: 16px 10px;
    color: #323333;
    opacity: 1
}

.lgx-header .lgx-navbar .lgx-nav li a:hover {
    background: 0 0;
    color: #e39a31;
    opacity: 1
}

.lgx-header .lgx-navbar .lgx-nav li .lgx-btn {
    margin-top: .8rem;
    padding: .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 {
	position: absolute;
	left: -46px;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-transform-origin: center;
    transform-origin: center;
    animation-duration: .4s;
    animation-timing-function: linear
}

.lgx-header .lgx-navbar .lgx-logo a img {
    max-width: 140px;
    float: left;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    margin-top: -10px;
}
.lgx-header .lgx-navbar .lgx-logo h3 {
	text-align: center;
    font-size: 17px;
    color: #fff;
    line-height: 20px;
}

.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: rgb(202, 166, 64);
    border: 0;
    border-radius: 0;
    padding-top: .9rem;
    padding-bottom: 1rem;
    padding-right: 5px
}

.lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a {
    color: #fff;
    padding: .6rem 1.5rem!important;
    font-size: 1.4rem;
    line-height: 2.0999999999999996rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: .08rem;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    opacity: .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, .2);
    margin-left: 5px;
    opacity: 1
}

.search-animate {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .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: #e39a31
}

.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, .15);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 10px rgba(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, .25);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(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;
	display: none;
}

.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, .5)
}

.lgx-header .lgx-header-bottom-fixed-black {
    position: fixed;
    background: rgba(50, 51, 51, .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: #ffd700;
}

.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, .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: relative;
    /* position: fixed; */
    background: 0 0;
	background: rgb(0, 102, 102);
    /* 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, .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, .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, .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, .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: .6s;
    animation-timing-function: linear;
    -moz-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .42), 0 3px 20px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .42), 0 3px 20px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .42), 0 3px 20px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .42), 0 3px 20px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(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: .8rem;
    padding: .8rem 2.4rem;
    -moz-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .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: 140px;
    margin-top: -10px;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

.lgx-header .lgx-header-bottom-scrol-black.menu-onscroll {
    background: rgb(0, 102, 102);
    /* 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, .95);
    border-bottom: none
}
.lgx-header .lgx-navbar .lgx-logo h3 {
    font-size: 15px;
    line-height: 20px;
    margin-top: 0px;
}
.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 .7s infinite;
    -moz-animation: blink .7s infinite;
    animation: blink .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(http://via.placeholder.com/1920x915) bottom center no-repeat; */
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover !important;
    background-position: center !important;
    color: #fff
}

.lgx-banner .lgx-inner {
    position: static;
    height: auto;
    padding: 45px 0;
}

.lgx-banner .lgx-inner-fixed {
    padding: 32rem 0
}

.lgx-banner2,
.lgx-banner3,
.lgx-banner4 {
    background: url(http://via.placeholder.com/1920x915) top center no-repeat
}

.lgx-banner-six {
    background: url(http://via.placeholder.com/1920x915) top center no-repeat fixed
}

.lgx-banner-seven {
    background: url(http://via.placeholder.com/1920x915) top center no-repeat
}

.lgx-banner-eight {
    background: url(http://via.placeholder.com/1920x915) top center no-repeat fixed
}

.lgx-banner-typed {
    background: url(http://via.placeholder.com/1920x915) top center no-repeat
}

.lgx-banner-info {
    color: #323333
}

.lgx-banner-info .subtitle {
    color: #f1f1f1;
    font-size: 3.2rem;
    line-height: 5.85rem;
    font-weight: bold;
    margin: 0;
	background:rgba(10, 171, 86, 0.79);
}

.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: .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, .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: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .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, .5);
    z-index: -1;
    opacity: 0;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .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: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.lgx-single-service,
.lgx-video-area-bg figure figcaption .video-icon .icon:hover i {
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s
}

.lgx-video-area-bg figure figcaption .video-icon .icon:hover i {
    background: #e39a31;
    color: #fff;
    transition-duration: .3s;
    -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 20px 35px rgba(0, 0, 0, .12);
    box-shadow: 0 20px 35px rgba(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;
	line-height:0;
}

.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: .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, .5);
    color: #fff;
    -webkit-box-shadow: 1px 2px 10px rgba(52, 61, 71, .3);
    -moz-box-shadow: 1px 2px 10px rgba(52, 61, 71, .3);
    box-shadow: 1px 2px 10px rgba(52, 61, 71, .3)
}

.lgx-single-course:hover,
.lgx-single-service:hover {
    -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 20px 35px rgba(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: #e39a31
}

.lgx-slider .owl-next,
.lgx-slider .owl-prev {
    position: absolute;
    top: 45%;
    opacity: 0
}

.lgx-slider .owl-prev {
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.lgx-slider .owl-next {
    right: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .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 .3s ease;
    transition: all .3s linear
}

.lgx-slider .lgx-brand .lgx-logo {
    max-width: 180px;
    -webkit-transition: all .3s ease;
    transition: all .3s linear
}

.lgx-slider .slider-text-single figure {
    position: relative
}

.lgx-slider .slider-text-single figure figcaption {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    height: 100%
}

.lgx-slider .slider-text-single figure figcaption .lgx-container {
    max-width: 615px;
    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;
	display:none;
}

.lgx-slider-content {
    background: url(http://via.placeholder.com/1920x915) 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: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

#lgx-main-slider .active .lgx-fadeInLeft-one,
#lgx-owlcontslider .active .lgx-fadeInLeft-one {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .9s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

#lgx-main-slider .active .lgx-fadeInLeft-two,
#lgx-owlcontslider .active .lgx-fadeInLeft-two {
    -webkit-animation-duration: .3s;
    animation-duration: .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: .3s;
    animation-duration: .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: .3s;
    animation-duration: .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: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .3s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

#lgx-main-slider .active .lgx-zoomIn-one,
#lgx-owlcontslider .active .lgx-zoomIn-one {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .9s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

#lgx-main-slider .active .lgx-zoomIn-two,
#lgx-owlcontslider .active .lgx-zoomIn-two {
    -webkit-animation-duration: .3s;
    animation-duration: .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: .3s;
    animation-duration: .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: .3s;
    animation-duration: .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: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .3s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

#lgx-main-slider .active .lgx-zoomInUp-one,
#lgx-owlcontslider .active .lgx-zoomInUp-one {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: .9s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

#lgx-main-slider .active .lgx-zoomInUp-two,
#lgx-owlcontslider .active .lgx-zoomInUp-two {
    -webkit-animation-duration: .3s;
    animation-duration: .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: .3s;
    animation-duration: .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.html) 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: 0em;
    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: 9rem;
}

.lgx-about-content {
    text-align: center;
    margin-bottom: 2.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: 0rem
}

.lgx-services {
    background: url(http://via.placeholder.com/1920x900) 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: rgb(16, 152, 158);
}

.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: .3s
}

.lgx-single-course,
.lgx-single-course figure {
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s
}

.lgx-single-service .icon {
    font-size: 6.3rem;
    line-height: 9.45rem;
    opacity: 0.7;
    margin-bottom: 0;
    color: #ffd700;
}

.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: .7;
    margin-bottom: 1.5rem
}

.lgx-single-service .lgx-btn-simple {
    color: #fff;
    opacity: .4
}

.lgx-single-service .lgx-btn-simple:hover {
    opacity: 1;
    border-bottom: 1px solid #fff
}

.lgx-single-service:hover {
    background: rgb(16, 152, 158);
    box-shadow: 0 20px 35px rgba(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: #e39a31;
    background: #fff;
    border: 1px solid #e39a31
}

.lgx-single-course {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 1.5rem;
    margin-bottom: 2.4rem;
    text-align: center;
    transition-duration: .3s;
	box-shadow:0 8px 12px rgba(0, 0, 0, .3);
}

.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: .3s
}

.lgx-single-course figure figcaption {
    /* background: rgba(227, 154, 49, .8); */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.lgx-single-course figure figcaption .lgx-hover-link {
    display: table;
    height: 50%;
    width: 100%;
    -moz-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .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: #e39a31;*/
    width: 53px;
    /* height: 50px; */
    display: inline-block;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
	background:rgb(255, 215, 0);
}
.lgx-single-course figure figcaption .lgx-hover-link .lgx-vertical img {
    border: 5px solid #fff;    
	box-shadow: 0 10px 35px rgba(2, 2, 2, 0.78);
    /* transform: rotate(-36deg);
		border-radius: 50%;
		width: 100px;
		height: 100px;	*/
}
.lgx-single-course figure figcaption .lgx-hover-link .lgx-vertical i {
    font-size: 2.4rem;
    line-height: 3.5999999999999996rem;
    line-height: 5.2rem;
	color:#006666;
}

.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: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .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: .7;
    margin: 0
}

.lgx-single-course .course-info .title {
    font-size: 15px;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
    display: block;
    height: 40px;
}
.lgx-single-course .course-info p {
	text-align: center;
    margin: 10px auto;
	padding: 0;
    line-height: 15px;
	font-weight: 700;
}
.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: .5
}

.lgx-single-course .course-info .course-bottom ul li a i {
    color: #e39a31;
    margin-right: .5rem
}

.lgx-single-course .course-info .course-bottom ul li:last-child {
    float: right;
    margin-top: -.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: #e39a31;
    opacity: .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 #e39a31;
    box-shadow: 0 20px 35px rgba(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, .12);
    -moz-box-shadow: 0 20px 35px rgba(0, 0, 0, .12);
    box-shadow: 0 20px 35px rgba(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: .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: .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: .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: .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: #e39a31;
    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: #e39a31
}

.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(http://via.placeholder.com/1920x900) 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, .9);
    padding: 16.6rem 0
}

.lgx-video {
    background: url(http://via.placeholder.com/1920x900) 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, .9);
    padding: 16.6rem 0
}

.lgx-video .lgx-video-area {
    padding: 0
}

.lgx-register {
    background: url(http://via.placeholder.com/1920x900) 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, .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: .3
}

.lgx-milestone .lgx-counter-area i {
    font-size: 10.2rem;
    line-height: 15.299999999999999rem;
    margin: 0;
    color: #e39a31;
    opacity: .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, .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: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .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: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .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, .5);
    transition-duration: .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, .5);
    opacity: 0;
    transition-duration: .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: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .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, .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: .8;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .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: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.lgx-single-teacher,
.lgx-single-teacher figure figcaption .teacher-name {
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .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: #e39a31
}

.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: #e39a31;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(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: #e39a31
}

.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: .3s;
    margin-top: 10px;
	height: 480px;
}

.lgx-single-teacher figure figcaption,
.lgx-teacher-circle figure a img {
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s
}

.lgx-single-teacher figure {
    position: relative
}

.lgx-single-teacher figure a img {
    border-radius: 6px 6px 0px 0px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.lgx-single-teacher figure figcaption {
    position: absolute;
    bottom: 50px;
    margin: 1.5rem;
    padding: 0 2rem 2rem;
    background: #006666;
    border-radius: 6px;
    -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 20px 35px rgba(0, 0, 0, .12);
    box-shadow: 0 20px 35px rgba(0, 0, 0, .12);
    transition-duration: .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 #006666;
    position: relative;
    top: -41px
}

.lgx-single-teacher figure figcaption .teacher-name {
    margin: 0 0 1rem;
    font-size: 2rem;
    line-height: 3rem;
    transition-duration: .3s;
	text-align: center;
    color: #caa640;
}

.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: #e39a31;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.lgx-single-teacher figure figcaption .text {
    margin-bottom: 1rem;
	color:#ffffff;
}

.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, .3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	background: #fff;
	height: 480px;
}

.lgx-single-teacher:hover figure a img {
    filter: none;
    -webkit-filter: grayscale(0)
}

.lgx-single-teacher:hover figure figcaption {
    opacity: 1;
    bottom: -20px;
}

.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, .2);
    border: 1.5rem solid rgba(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(.95);
    -webkit-transform: scale(.95);
    -o-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
    transition-duration: .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: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .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: .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, .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 #e39a31;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    background: #e39a31
}

.lgx-teacher-circle:hover figure a img {
    filter: none;
    -webkit-filter: grayscale(0);
    transform: scale(1);
    -moz-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

.lgx-featured-event,
.lgx-single-event,
.lgx-single-event .thumb {
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .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(http://via.placeholder.com/1920x900) 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, .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 {
    background: rgba(255, 255, 255, .7);
    padding: 2rem;
    margin-bottom: .6rem;
    border-radius: 6px;
    color: #fff;
    border: 1px solid #ddd;
    transition-duration: .3s
}
.lgx-single-event {
    /* background: rgb(241, 241, 241); */
	margin: 0 25px;
    padding: 5px;
    margin-bottom: .6rem;
    border-radius: 6px;
    color: #fff;
    /* border: 1px solid #ddd; */
    transition-duration: .3s
}

.lgx-featured-event .event-info .location,
.lgx-single-event .event-info .location {
    font-size: 1.3rem;
    line-height: 1.9500000000000002rem;
    opacity: .5;
    margin-top: .5rem;
    font-weight: 400
}

.lgx-featured-event .event-info .title,
.lgx-featured-event .event-info .title, .lgx-single-event .event-info .title {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    padding: 15px;
    font-weight: 700;
    line-height: 2.8rem;
    margin: 0;
    min-height: 85px;
}

.lgx-featured-event:hover,
.lgx-single-event:hover {
    /* border: 1px solid #e39a31; 
    -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 20px 35px rgba(0, 0, 0, .12);
    box-shadow: 0 20px 35px rgba(0, 0, 0, .12)*/
}

.lgxpage-header,
.lgxpage-header figure figcaption {
    -webkit-box-shadow: 0 0 1px rgba(170, 170, 170, .75);
    -moz-box-shadow: 0 0 1px rgba(170, 170, 170, .75)
}

.lgx-single-event {
    overflow: hidden
}

.lgx-single-event .thumb {
    background: #006666;
    float: left;
    max-width: 100px;
    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: .3s;
}

.lgx-single-event .event-info {
    overflow: hidden;
	border-radius: 5px;
    background: rgb(241, 241, 241);
}

.lgx-single-event .event-info .date {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 700;
	margin: 25px;
}

.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: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .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: .6rem;
    font-weight: 700;
    color: #323333;
    text-transform: uppercase
}

.lgx-featured-event .event-info .location {
    color: #fff;
    opacity: .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 .2 ease;
    transition: all .3s linear;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    opacity: .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, .7);
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.lgx-single-section {
    background: #fff;
    padding: 3rem;
    overflow: hidden;
    margin-bottom: .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, .75)
}

.lgxpage-header figure {
    position: relative
}

.lgxpage-header figure figcaption {
    position: absolute;
    bottom: 0;
    right: 8px;
    background: rgba(227, 154, 49, .9);
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 1px rgba(170, 170, 170, .75)
}

.lgxpage-header figure figcaption .figcaption-text {
    color: #fff;
    margin-bottom: .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: .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: .8rem 2rem;
    margin: 0 .3rem .8rem;
    display: inline-block
}

.lgx-speakers .lgxevent_speaker_items {
    overflow: hidden;
    margin: 0 -.5%
}

.lgx-speakers .lgxevent_speaker_items .lgxevent_speaker_item {
    width: 32.33%;
    float: left;
    margin: 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 .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .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: .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 .5% 1rem;
    float: left;
    -webkit-box-shadow: 0 0 1px rgba(170, 170, 170, .75);
    -moz-box-shadow: 0 0 1px rgba(170, 170, 170, .75);
    box-shadow: 0 0 1px rgba(170, 170, 170, .75);
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

.lgx-sessions .sessions-details .date,
.lgx-sessions .sessions-details .session-info {
    height: 120px;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .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: .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 .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 .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 .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .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: 60px
}

.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, .9);
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .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 .2 ease;
    transition: all .3s linear
}

#instafeed a img,
.lgx-news-single figure {
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .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: .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(http://via.placeholder.com/1920x900) 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, .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: #f1f1f1;
    border-radius: 6px;    
    padding: 1.5rem;
}

.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: .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 .2 ease;
    transition: all .3s linear;
    opacity: .9
}

.lgx-news-single figure figcaption .figcaption .lgx-hover-link {
    display: table;
    height: 50%;
    width: 100%;
    -moz-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .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: #e39a31;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(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: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .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, .12);
    -moz-box-shadow: 0 20px 35px rgba(0, 0, 0, .12);
    box-shadow: 0 20px 35px rgba(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, .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(http://via.placeholder.com/1920x915) 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, .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: .7;
    font-weight: 400
}

.lgx-contact .contact-info .lgx-box {
    margin-bottom: 2.6rem;
	margin-left: 10%;
}

.lgx-contact .contact-info .lgx-box .address .title {
    color: #006666;
    font-weight: 400;
    letter-spacing: normal;
    margin: 0;
	text-align:left;
}

.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: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .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: .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(http://via.placeholder.com/1920x500) 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, .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, .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: #e39a31;
    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(http://via.placeholder.com/1920x400) 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: rgb(16, 152, 158);
    padding: 3.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: #ffd700;
}

.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: .8;
    height: 90px;
    transition-duration: .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: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .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, .8);
    box-shadow: none;
    border: none;
    border-radius: 0;
    height: 48px;
    color: #e39a31
}

.lgx-footer-middle {
    background: #323333;
    padding: 5.2rem 0 0;
}

.lgx-footer-middle-white {
    background: #ddd
}

.lgx-footer-middle-white .lgx-footer-single .title {
    color: #e39a31
}

.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: #e39a31
}

.lgx-footer-single {
    text-align: left;
    margin-bottom: 6.3rem;
    color: #888
}

.lgx-footer-single p {
    color: inherit
}
.lgx-footer-single img {
	margin:0 auto;
	display:block;
}
.lgx-footer-single h3 {
	color: #fff;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
}
.lgx-footer-single .logo {
    /* margin-bottom: 3.9rem; */
    display: block
}

.lgx-footer-single .logo img {
    max-width: 130px
}

.lgx-footer-single address {
    margin-bottom: 1.5rem;
    line-height: 2.4rem
}

.lgx-footer-single .lgx-address-info li {
    line-height: 3.5rem;
    text-indent: -0.7em;
    margin-left: 20px;
}

.lgx-footer-single .lgx-address-info i {
    color: #ffd700;
    margin-right: 1rem;
    opacity: 0.8;
}

.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: .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: .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: 0rem
}

.lgx-footer-bottom .lgx-copyright {
    width: 100%;
    text-align: center;
}

.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: .3s
}

.lgx-footer-bottom .lgx-social-footer li a {
    color: #888;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.lgx-footer-bottom .lgx-social-footer li a i {
    font-size: 2.4rem;
    opacity: .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: .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;
    text-align: center;
    font-size: 14px;
}

.page .lgx-banner-inner,
.page-template .lgx-banner-inner,
.single .lgx-banner-inner,
.single-post .lgx-banner-inner {
    /* background-image: url(../assets/img/banner/about-banner.jpg); */
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}
#about-banner {
	background: url(images/about-banner.jpg);
}
.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;
	float:right;
}

.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: rgba(50, 51, 51, .8);
    display: inline-block;
    /* padding: 0; */
    position: relative;
    z-index: 1;
	margin-right: 15px;
    float: right;
}

.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: #e39a31
}

.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: .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: .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: .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, .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: .7
}

.lgx-normal-single header .hits-area .date a i {
    color: #e39a31;
    opacity: .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, .1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 1rem 0
}

.lgx-teacher-single article header {
    overflow: hidden
}
.lgx-teacher-single .affilate_image {
	box-shadow: 0px 1px 17px rgba(0, 0, 0, 0.6);
    margin: 18px auto;
}
.lgx-teacher-single .affilate_image img {
	margin: 15px;
    border-radius: 10px;
}
/*.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, .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: -.5%;
    margin-right: -.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 {
		left:-20px;
	}
    .lgx-header .lgx-navbar .lgx-logo a img {
        max-width: 80px;
    }
	.half-circle-outside-wrap {
		display:none;
	}
    .lgx-header .lgx-navbar .lgx-nav li a {
        letter-spacing: 0;
        padding-left: 7px;
        padding-right: 7px;
		font-size:14px;
    }
	.lgx-header .lgx-navbar .lgx-nav {
		left:0;
	}
    .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:#ffffff;
    }
    .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, .9);
        top: 1px
    }
    .lgx-header .lgx-navbar .lgx-nav {
        float: left;
    }
    .navbar-default .navbar-toggle {
        border-color: #ffffff
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff
    }
    .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: rgb(0, 102, 102)
    }
    .lgx-header .lgx-header-bottom-fixed {
        background: rgba(255, 255, 255, .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-banner .lgx-inner {
padding: 0rem 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;
        font-size: 22px;
        line-height: 1.5;
    }
    .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%
    }
}

.login-register:hover .dropdown-menu {
    display: block;
}
.lgx-header .lgx-header-bottom-fixed-black .lgx-navbar .lgx-nav li a.select {
    color: #ffd700;
}
.all-rights {
	float:left;
}
.powered-by {
	float:right;
}
.lgx-single-service:hover .icon {
    opacity: 1 !important;
    color: #ffd700;
}
.lgx-box i {
	padding-right:15px;
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-phone:before {
    content: "\f095";
}
.fa-envelope:before {
    content: "\f0e0";
}
.vision-heading,
.mission-heading {
	background: #b9a642;
}
.vision-heading .caret, .mission-heading .caret {
    right: 50px;
    top: 38px;
	color:#ffffff;
    position: absolute;
	border-top: 8px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.vision h3,.mission h3 {	    
    font-size: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    padding: 0 35px;
    position: relative;
}
.vision-heading h3:after,
.lgx-heading h2 {
	margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
}
/*.mission-heading h3:after {
    content: "";
    position: absolute;
    left: 40%;
    bottom: 0;
    height: 3px;
    width: 100px;
    background: #ff3115;
}*/
/*.lgx-heading h2:before {
	content: "";
    position: absolute;
    left: 44%;
    bottom: -8%;
    height: 3px;
    width: 100px;
    background: #006666;
}
.lgx-heading h2:after {
	content: "";
    position: absolute;
    left: 48%;
    bottom: 0;
    height: 3px;
    width: 100px;
    background: #caa640;
}*/
.lgx-heading .welcome-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.7rem;
    line-height: 5.85rem;
    font-weight: 900;
    margin-top: 0;
    color: #323333;
	margin-bottom: 35px;
}
/*.welcome-title:before {
	content: "";
    position: absolute;
    left: 30%;
    bottom: 0;
    height: 3px;
    width: 100px;
    background: #caa640;
}
.welcome-title:after {
	content: "";
    position: absolute;
    left: 38%;
    bottom: -5px;
    height: 3px;
    width: 100px;
    background: #006666;
}*/
.lgx-heading .feature-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.9rem;
    line-height: 5.85rem;
    font-weight: 900;
    margin-top: 0;
    color: #ffffff;
}
/*.feature-title:before {
	content: "";
    position: absolute;
    left: 44%;
    bottom: 0%;
    height: 3px;
    width: 100px;
    background: #caa640;
}
.feature-title:after {
	content: "";
    position: absolute;
    left: 48%;
    bottom: -5px;
    height: 3px;
    width: 100px;
    background: #006666;
}*/
.lgx-heading .event-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.9rem;
    font-weight: 600;
    margin-top: 0;
    color: #323333;
    text-align: left;
}
.lgx-heading .affiliate-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.9rem;
    font-weight: 900;
    margin-top: 0;
    color: #323333;
    text-align: left;
}
/*.affiliate-title:before {
	content: "";
    position: absolute;
    left: 0%;
    bottom: 10%;
    height: 3px;
    width: 80px;
    background: #caa640;
}
.affiliate-title:after {
	content: "";
    position: absolute;
    left:12%;
    bottom: 0;
    height: 3px;
    width: 80px;
    background: #006666;
}*/
/*.event-title:before {
	content: "";
    position: absolute;
    left: 30%;
    bottom: 10%;
    height: 3px;
    width: 80px;
    background: #caa640;
}
.event-title:after {
	content: "";
    position: absolute;
    left:38%;
    bottom: 0;
    height: 3px;
    width: 80px;
	background: #006666;
}*/
.title h2 {
	font-size: 3.9rem;
    color: #323333;
	font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
	margin-bottom: 10px;
    padding-bottom: 10px;
}
.title h2:before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    height: 3px;
    width: 80px;
    background: #006666;
}
.title h2:after {
    content: "";
    position: absolute;
    left: 3%;
    bottom: -9%;
    height: 3px;
    width: 80px;
    background:#f39444;
}
.v-icon {
	padding-bottom: 30px;
    margin: 0 auto;
}
.v-icon img {
	border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 10px 35px rgba(2, 2, 2, 0.78);
    display: block;
    border: 7px solid #02a655;
}
/* TAB */
/* demo style */
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-nugget-info a {
  width: 160px;
  position: relative;
  font-size: 14px;
  color: #6375ad;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #6375ad;
}



.cd-tabs {
	background:#f9f9f9;
  position: relative;
  /* width: 90%; */
  /* max-width: 960px; */
  margin: 2em auto;
}

@supports (background: linear-gradient(to left, #000, #000)) or (background: -webkit-linear-gradient(to left, #000, #000)) {
  /* if linear-gradient is supported */
  .cd-tabs::after {
    /* subtle gradient layer on top right of the tabbed navigation- to indicate it's possible to scroll */
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 50px;
    z-index: 1;
    pointer-events: none;
    background: -webkit-gradient(linear, right top, left top, from(#f8f7ee), to(rgba(248, 247, 238, 0)));
    background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
  .cd-tabs.cd-tabs--scroll-ended::after {
    /* class added in JavaScript - remove the gradient layer when it's no longer possible to scroll */
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }
}

.cd-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #f8f7ee;
  -webkit-box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
          box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}

@media only screen and (min-width: 768px) {
  .cd-tabs::after {
    display: none;
  }
  .cd-tabs nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
            box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
    z-index: 1;
  }
}

@media only screen and (min-width: 960px) {
  .cd-tabs nav {
    position: relative;
    float: none;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.cd-tabs__navigation {
  width: 360px;
}

.cd-tabs__navigation:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-tabs__navigation li {
  float: left;
  list-style: none;
}

.cd-tabs__navigation a {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  padding-top: 35px;
}

.cd-tabs__navigation a:hover {
  color: #29324e;
  background-color: rgba(233, 230, 202, 0.3);
}

.cd-tabs__navigation a.cd-selected {
  background-color: #ffffff !important;
  -webkit-box-shadow: inset 0 2px 0 #f05451;
          box-shadow: inset 0 2px 0 #f05451;
  color: #29324e;
}

.cd-tabs__navigation a::before {
  /* icons */
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -8px;
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url("../img/cd-icons.html");
  background-repeat: no-repeat;
}

.cd-tabs__navigation a[data-content='new']::before {
  background-position: 0 0;
}

.cd-tabs__navigation a[data-content='gallery']::before {
  background-position: -16px 0;
}

.cd-tabs__navigation a[data-content='store']::before {
  background-position: -32px 0;
}

.cd-tabs__navigation a[data-content='settings']::before {
  background-position: -48px 0;
}

.cd-tabs__navigation a[data-content='trash']::before {
  background-position: -64px 0;
}

.cd-tabs__navigation a[data-content='inbox']::before {
  background-position: -80px 0;
}

.cd-tabs__navigation a[data-content='new'].cd-selected::before {
  background-position: 0 -16px;
}

.cd-tabs__navigation a[data-content='gallery'].cd-selected::before {
  background-position: -16px -16px;
}

.cd-tabs__navigation a[data-content='store'].cd-selected::before {
  background-position: -32px -16px;
}

.cd-tabs__navigation a[data-content='settings'].cd-selected::before {
  background-position: -48px -16px;
}

.cd-tabs__navigation a[data-content='trash'].cd-selected::before {
  background-position: -64px -16px;
}

.cd-tabs__navigation a[data-content='inbox'].cd-selected::before {
  background-position: -80px -16px;
}

@media only screen and (min-width: 768px) {
  .cd-tabs__navigation {
    /* move the nav to the left on medium sized devices */
    width: 80px;
    float: left;
  }
  .cd-tabs__navigation a {
    height: 80px;
    width: 80px;
    padding-top: 46px;
  }
  .cd-tabs__navigation a.cd-selected {
    -webkit-box-shadow: inset 2px 0 0 #f05451;
            box-shadow: inset 2px 0 0 #f05451;
  }
  .cd-tabs__navigation a::before {
    top: 24px;
  }
}

@media only screen and (min-width: 960px) {
  .cd-tabs__navigation {
    /* tabbed navigation on top on big devices */
    width: 100%;
    background-color: #1167b0;
    -webkit-box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
            box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
  }
  .cd-tabs__navigation a {
    height: 40px;
    line-height: 40px;
    width: auto;
    text-align: center;
    font-size: 1.4rem;
    padding: 0 47px;
  }
  .cd-tabs__navigation a.cd-selected {
    -webkit-box-shadow: inset 0 2px 0 #e1771f;
            box-shadow: inset 0 2px 0 #e1771f;
  }
  .cd-tabs__navigation a::before {
    top: 50%;
    margin-top: -8px;
    margin-left: 0;
    left: 40px;
  }
}

.cd-tabs__content {
  background: #f9f9f9;
}

.cd-tabs__content li {
  display: none;
  padding: 1.4em;
}

.cd-tabs__content li.cd-selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
          animation: cd-fade-in 0.5s;
}

.cd-tabs__content li p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #8493bf;
  margin-bottom: 2em;
}

@media only screen and (min-width: 768px) {
  .cd-tabs__content {
    min-height: 480px;
  }
  .cd-tabs__content li {
    padding: 2em 2em 2em 7em;
  }
}

@media only screen and (min-width: 960px) {
  .cd-tabs__content {
    min-height: 0;
  }
  .cd-tabs__content li {
    padding: 3em;
  }
  .cd-tabs__content li p {
    font-size: 1.6rem;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.scrollbar {
    float: left;
    height: 189px;
    overflow-y: scroll;
    padding-right: 15px;
}
#style-1::-webkit-scrollbar {
    width: 6px;	
    background-color: #F5F5F5;
} 
#style-1::-webkit-scrollbar-thumb {
    background-color: #f4801f;
}
#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
} 


.force-overflow
{
	min-height: 450px;
}
.tabscrollbar {
    float: left;
    height: 300px;
	overflow-y: scroll;
	margin-top: -23px;
}
#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #f2e72f;
}

#style-2::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #63ba45;
}
.about p {	
	text-align: justify;
    padding: 10px;
    line-height: 30px;
	margin: 0;
	font-size:16px;
}
.faculty p {
	padding: 10px 0 0;
}
.faculty li {
	list-style:none;
	    margin: 10px;
    text-indent: 10px;
}
.faculty li i {
	padding: 10px;
    color: #867d12;
}
.history h3 {
	padding-bottom:5px;
	text-align:center;
	line-height: 2em;
}
.regulation li {
	margin-left:3em;
}
.regulation li {
}
.facility-title {
	text-align:center;
}

.facility-para {
    padding: 0 15px;
    text-align: justify;
}

.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.hvr-bounce-in:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36);
    transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36);
}
.footer-hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.footer-hvr-bounce-in:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36);
    transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36);
}
/* ------------------------------------
   ACCORDIAN
---------------------------------------*/
#accordion .card .card-header .acdn-title:not(.collapsed) {
  background: #847802;
}
.rs-accordion-style1 .card {
  border: 0;
}
.rs-accordion-style1 .card .card-header {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
  background: transparent;
}
.rs-accordion-style1 .card .card-header .acdn-title {
  background-color: rgba(136, 136, 136, 0.8);
  color: #ffffff;
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
  text-align:left;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.2px;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}
.rs-accordion-style1 .card .card-header .acdn-title:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0da";
  right: 20px;
  transition: all 0.3s ease 0s;
}
.rs-accordion-style1 .card .card-header .acdn-title:not(.collapsed) {
  background-color: #ff3115;
  color: #ffffff;
}
.rs-accordion-style1 .card .card-header .acdn-title:not(.collapsed):after {
  transform: rotate(90deg);
  color: #ffffff;
}
.rs-accordion-style1 .card .card-body {
  padding: 5px 15px 18px;
}
/* ------------------------------------
   ACCORDIAN
---------------------------------------*/
.half-circle-outside-wrap {
	transition: all .3s ease-in-out;
    /* height: 3.1375rem; */
    left: -5.575rem;
    overflow: hidden;
    position: absolute;
    top: 4.5rem;
}
.half-circle-inside-wrap {
    background: rgb(0, 102, 102);
    border-bottom: 7px solid #ffd700;
    border-radius: 50%;
    height: 14.5rem;
    position: relative;
    top: -5rem;
    transition: all .3s ease-in-out;
    width: 16rem;
}
.text {
	text-align:justify;
	/* padding: 10px; */
}
.navbar-nav>li>.dropdown-menu {
	margin-top:-8px;
}

.lgx-banner .lgx-inner1 {
    position: static;
    height: auto;
    padding: 4rem 0;
}

.breadcrumb {
    margin-bottom: 0px !important;
}

.text-area p {
    text-align: justify;
    padding: 30px 0px;
}

.vision li {
    text-indent: -23px;
    margin-bottom: 10px;
    text-align: justify;
	padding-left: 25px;
}

.mission li {
    text-indent: -23px;
    margin-bottom: 15px;
    text-align: justify;
	padding-left: 25px;
}

.lgx-vertical img {
    object-fit: cover;
}

.regulation li {
    text-indent: 0px;
	text-align: justify;
	margin-bottom: 5px;
}

.card-body p {
    text-align: justify;
    line-height: 2;
	margin-bottom: 10px;
}

.card-body li {
    text-align: justify;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
.navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
    min-width: 100%;
}

.list-inline>li {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-toggle {
    margin-right: 0px;
    margin: 17px 0;
}

.navbar {
    min-height: 75px;
}
.lgx-header .lgx-navbar .lgx-logo {
	left:0;
}
.lgx-header .lgx-navbar .lgx-logo a img {
    max-width: 80px;
    margin-top: 0px;
}

.half-circle-outside-wrap {
    display: none;
}

.lgx-header .lgx-navbar .lgx-logo h3 {
    font-size: 12px;
    line-height: 20px;
    margin: 18px 0;
    font-weight: 600;
    padding-bottom: 0;
}

.navbar-nav {
    margin: 15px 0px;
}

.navbar-collapse.collapse.in {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-collapse {
    margin-top: 20px;
}

.lgx-slider .owl-carousel .owl-item img {
    height: auto;
}

.lgx-banner-info .cd-headline {
    font-size: 2.2rem !important;
}

.lgx-header .menu-onscroll .lgx-navbar .lgx-logo a img {
    max-width: 80px;
}
.lgx-header .menu-onscroll .lgx-navbar .lgx-logo {
	left:0; 
}
.lgx-heading .heading-title {
    font-size: 2.7rem;
}

.lgx-heading h2:after {
    left: 32%;
}

.lgx-about-content .lgx-btn {
    font-size: 14px;
    font-weight: 600;
}

#v-cal {
    margin-bottom: 20px !important;
}

.event-info {
    text-align: center;
}

.lgx-gallery-area {
    padding: 0 15px 15px;
}

.lgx-getintouch-area .lgx-getintouch .lgx-btn-contact {
    font-size: 14px;
    width: 60%;
    margin: 0 auto;
    margin-top: 10px;
}

.lgx-footer-single .title {
    font-size: 1.8rem;
    margin-bottom: 3rem;
}

h3.lgx-getintouch {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.lgx-footer-middle {
    padding: 3.3rem 0 0;
}

.text {
    text-align: justify;
    font-size: 14px;
    line-height: 2;
}

.lgx-single-service p {
    font-size: 14px;
    line-height: 2;
}

.lgx-footer-single .lgx-address-info li {
    line-height: 2;
    font-size: 14px;
}

.lgx-footer-single address {
    margin-bottom: 1.5rem;
    line-height: 2;
    font-size: 14px;
}

.lgx-footer-single ul li {
    line-height: 2;
    font-size: 14px;
}

.lgx-footer-bottom .lgx-copyright p {
    font-size: 14px;
    line-height: 2;
}

.text-area p {
    line-height: 2;
    font-size: 14px;
}

.vision li {
    font-size: 14px;
    line-height: 2;
}

.mission li {
    font-size: 14px;
    line-height: 2;
}

.about p {
    text-align: justify;
    padding: 0 15px 15px;
    line-height: 2;
    font-size: 14px;
}

.faculty p {
    padding: 0 15px 15px;
    text-align: justify;
    font-size: 14px;
    line-height: 2;
}

.lgx-about-bottom .lgx-inner, .lgx-inner, .lgx-register .lgx-inner {
    padding: 60px 0;
}

.regulation {
    padding: 0 15px;
}

.regulation p {
    font-size: 14px;
    text-align: justify;
    line-height: 2;
}

.regulation h3 {
    font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}

.regulation h4 {
    font-size: 16px;
}

.regulation li {
    font-size: 14px;
    line-height: 2;
}

.lgx-inner p {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
}

.lgx-inner li {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 10px;
	line-height: 2;
}

.contact-center, .award {
    margin: auto 2% !important;
}

#acheive-tabs label {
    width: 100%;
}

.lgx-contact .contact-info .lgx-box {
    margin-left: 0;
}}

@media (min-width: 481px) and (max-width: 768px) {
.navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
    min-width: 100%;
}

.list-inline>li {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-toggle {
    margin-right: 0px;
    margin: 22px 0;
}

.navbar {
    min-height: 75px;
}
.lgx-header .lgx-navbar .lgx-logo {
	left:0;
}
.lgx-header .lgx-navbar .lgx-logo a img {
    max-width: 80px;
    margin-top: 0px;
}

.half-circle-outside-wrap {
    display: none;
}

.lgx-header .lgx-navbar .lgx-logo h3 {
    font-size: 15px;
    line-height: 20px;
    margin: 18px 0;
    font-weight: 600;
    padding-bottom: 0;
}

.navbar-nav {
    margin: 5px 0px;
}

.navbar-collapse.collapse.in {
    padding-left: 0px;
    padding-right: 0px;
}

.lgx-slider .owl-carousel .owl-item img {
    height: auto;
}

.lgx-banner-info .cd-headline {
    font-size: 2.2rem !important;
}

.lgx-header .menu-onscroll .lgx-navbar .lgx-logo a img {
    max-width: 80px;
}

.lgx-heading .heading-title {
    font-size: 2.7rem;
}

.lgx-heading h2:after {
    left: 42%;
}

.lgx-about-content .lgx-btn {
    font-size: 14px;
    font-weight: 600;
}

#v-cal {
    margin-bottom: 20px !important;
}

.event-info {
    text-align: center;
}

.lgx-gallery-area {
    padding: 0 15px 15px;
}

.lgx-getintouch-area .lgx-getintouch .lgx-btn-contact {
    font-size: 14px;
}

.lgx-footer-single .title {
    font-size: 1.8rem;
    margin-bottom: 2em;
}

.lgx-getintouch-area .lgx-getintouch {
    text-align: center;
}

.lgx-getintouch-area .lgx-getintouch .lgx-btn-contact {
    float: none;
    margin-top: 15px;
}

h3.lgx-getintouch {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.lgx-footer-middle {
    padding: 3.3rem 0 0;
}

.text {
    text-align: justify;
    font-size: 14px;
    line-height: 2;
}

.lgx-single-service p {
    font-size: 14px;
    line-height: 2;
}

.lgx-footer-single .lgx-address-info li {
    line-height: 2;
    font-size: 14px;
}

.lgx-footer-single address {
    margin-bottom: 1.5rem;
    line-height: 2;
    font-size: 14px;
}

.lgx-footer-single ul li {
    line-height: 2;
    font-size: 14px;
}

.lgx-footer-bottom .lgx-copyright p {
    font-size: 14px;
    line-height: 2;
}

.text-area p {
    line-height: 2;
    font-size: 14px;
}

.vision li {
    font-size: 14px;
    line-height: 2;
}

.mission li {
    font-size: 14px;
    line-height: 2;
}

.about p {
    text-align: justify;
    padding: 0 15px 15px;
    line-height: 2;
    font-size: 14px;
}

.faculty p {
    padding: 0 15px 15px;
    text-align: justify;
    font-size: 14px;
    line-height: 2;
}

.lgx-about-bottom .lgx-inner, .lgx-inner, .lgx-register .lgx-inner {
    padding: 60px 0;
}

.regulation {
    padding: 0 15px;
}

.regulation p {
    font-size: 14px;
    text-align: justify;
    line-height: 2;
}

.regulation h3 {
    font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}

.regulation h4 {
    font-size: 16px;
}

.regulation li {
    font-size: 14px;
    line-height: 2;
}

.lgx-inner p {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
}

.lgx-inner li {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 10px;
	line-height: 2;
}

.lgx-single-teacher {
    height: 630px;
}

.contact-center, .award {
    margin: auto 0 !important;
}

#acheive-tabs label {
    width: 100%;
}

.lgx-contact .contact-info .lgx-box {
    margin-left: 0;
}}

@media (min-width: 768px) and (max-width: 1024px) {
.lgx-header .lgx-navbar .lgx-logo h3 {
	display:none;
    font-size: 10px;
    line-height: 20px;
    margin: 18px 0;
    font-weight: 600;
    padding-bottom: 0;
}

.lgx-single-service {
    min-height: 280px !important;
}

#foot_text {
	min-height: 260px;
}

.lgx-teacher-single article header .text-area, .lgx-teacher-single article header figure {
    width: 100%;
    float: left;
    text-align: center;
}}
.outer-box {
	background: #fbfbfc;
	padding:20px;
}
.inner-box {
	height:250px;
}
.lgx-single-event .thumb p {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    padding: 13px;
    text-align: center;
}
.calendar-scrollbar {
    float: left;
    height: 310px;
	overflow-y: scroll;
}
#style-2::-webkit-scrollbar {
    width: 6px;	
    background-color: #F5F5F5;
} 
#style-2::-webkit-scrollbar-thumb {
    background-color: #f39444;
}
#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.lgx-events-area {
	margin-bottom:25px;
}
.view-more {
	margin: 15px auto;
    font-family: 'Playfair Display', serif;
    background: #006666;
    padding: 0.6rem 2.4rem;	
    display: block;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.9500000000000002rem;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border: 2px solid #006666;
    border-radius: 4px;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.view-more a {
	color:#ffffff;
}
.view-more:hover {
	background: #caa640;
    border: 2px solid #caa640;
}
.tabs-left {
  border-bottom: none;
  border-right: 1px solid #ddd;
}

.tabs-left>li {
  float: none;
 margin:0px;
  
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background:#8b9494;
  color:#ffffff;
  border:none;
  border-radius:0px;
  margin:0px;
}
.nav-tabs>li>a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}
.tabs-left>li.active>a::after{content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;  
	border-left: 10px solid #8b9494;
    display: block;
    width: 0;
}
.academic-calendar {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}


/* Table*/


.academic-calendar tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.academic-calendar th,
.academic-calendar td {
  padding: .625em;
  text-align: center;
}

.academic-calendar th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .academic-calendar {
    border: 0;
  }

  
  .academic-calendar thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .academic-calendar tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .academic-calendar td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .academic-calendar td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .academic-calendar td:last-child {
    border-bottom: 0;
  }
}
.ach-section {
	padding: 20px 0;
    border-bottom: 1px solid #ccc;
   
}
.padd_empty {
    padding: 0;
}
.post-date {
    width: 70px;
    text-align: center;
    background: #caa640;
    color: #fff;
    padding-bottom: 25px;
    float: left;
    padding-top: 10px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-right: 30px;
}
span.e-date {
    width: 100%;
    display: block;
    font-size: 36px;
    margin-top: 5px;
}
span.e-month {
    width: 100%;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: -10px;
}
.text-left {
    text-align: left!important;
}
.acheivement-title {
	    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #006666;
	text-align:left !important;
    margin: 5px;
}
.acheivement-meta > div i {
    font-size: 14px;
    display: inline-block;
    margin-right: 1px;
    color: #caa640;
}
.acheivement-meta > div {
    display: inline-block;
    margin-right: 5px;
}
.acheivement-meta .event-time {
    margin-right: 5px;
}
.description {
	font-size: 15px;
    letter-spacing: 0px;
    color: #6f6f6f;
    line-height: 25px;
    margin: 0 100px;
    text-align: justify;
}
.pagination {
    margin-top: 25px;
    float: right;
}
.pagination>li>a {
    position: relative;
    float: left;
    padding: 10px 16px;
    margin: 0 10px;
    line-height: 1.42857143;
    color: #006666;
    font-weight: 500;
    text-decoration: none;
    background-color: #ddd;
    border-radius:50%;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
}
.pagination>.active>a {
	background-color: #caa640;
    border-color: #caa640;
}
.acheive-tabs {
  padding: 100px 0;
  margin: 0 auto;
  background: #fff;
}

.acheive-tabs section {
  display: none;
  padding: 20px 0 0;
}

input {
  display: none;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 105px;
  font-weight: 600;
  text-align: center;
  color:#ffffff;
  background:#f58020;
  border: 1px solid transparent;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}



label:hover {
  color: #f2f2f2;
  cursor: pointer;
}

input:checked + label {
	background:#006666;
  color: #ffffff;
  border: 1px solid #066;
  border-top: 3px solid #caa640;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}
.welcome-img {
	display: block;
	margin:0 auto;
	padding:0 0px;
}
.brothers-img {
	display:block;
	margin:0 auto;
	border-radius:50%;
}
.news ul {
	padding:10px 20px;
}
.lgx-acheivement .lgx-inner {
    background: #ffffff;
}
.teaching-staff h3 {
	text-align:left;
	text-decoration-line: underline;
}
.staff h2:after {
    content: "";
    position: absolute;
    left: 45%;
    bottom: 0;
    height: 3px;
    width: 100px;
    background: #ff3115;
}
.gallery-item {
    position: relative;
	bottom: -10px;
}
.gallery-text {
    padding: 18px 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background-color: rgb(202, 166, 64);
}
.gallery-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
}
.gallery-text span {
    text-transform: capitalize;
    /* position: absolute; */
    /* left: 5%; */
    /* top: 87%; */
    width: 170px;
    text-align: center;
    transform: translate(-50%, -50%);
}
.bro {
	    margin-top: 35px;
}
.latest-news {
    margin: 30px auto;
    padding: 30px;
    background: #efe8e8;
    border-radius: 5px;
}

.latest-news p {
	font-size:18px;
	color:#000000;
}
.latest-news li {
	text-align:justify;
	line-height:2.5
}
.latest-news li:last-child {
	color:#f4801f;
	font-weight:500;
}
.feature-heading {
	background:#147272;
}
.feature-headingbg {
	background:#cdab4b;
}
.features h3 {
	color:#ffffff;
	text-transform: uppercase;
	font-size:18px;
}
.feature-para {
}
.feature-para p {
	text-align:justify;
	padding:5px;
}
.features h3:after {
	transform: rotate(90deg);
    color: #ffffff;
	position: absolute;
    font-family: FontAwesome;
    content: "\f0da";
    right: 30px;
    transition: all 0.3s ease 0s;
}

.feature-para ul li {
	padding:5px;
	margin:5px;
}

h1.cd-headline.clip.is-full-width.lgx-zoomIn-one {
    display: none;
}

.lgx-heading .welcome-title-1 {
    font-family: 'Playfair Display', serif;
    font-size: 2.7rem;
    line-height: 5.85rem;
    font-weight: 900;
    margin-top: 0;
    color: #323333;
    text-align: left;
    margin-left: 0.8em;
}
.welcome-title-1:before {
	content: "";
    position: absolute;
    left: 0%;
    bottom: 0;
    height: 3px;
    width: 100px;
    background: #caa640;
}
.welcome-title-1:after {
	content: "";
    position: absolute;
    left: 5%;
    bottom: 6px;
    height: 3px;
    width: 100px;
    background: #006666;
}
.breadcrumb {
	    border-bottom-right-radius: 8px;
	    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 0px;
}
.lgx-btn-lg {
    background-color: #caa640;
    color: #fff;
}
.history p {
	text-align: justify;
    line-height: 30px;
    margin: 15px auto;
}
.history p i {
	padding: 10px;
    color: #ffd700;
}
.patron-img,
.founder-img,
.congregation-img {
    margin-top: 10px;
    text-align: center;
}
.junior-img {
	/* display:flex; */
	margin: 0 auto;
    display: block;
    text-align: center;
}
.junior-img-img img {
	width: 230px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    border: 5px solid #bdb6af;
    box-shadow: 0 10px 35px rgba(2, 2, 2, 0.78);
}
.junior-img-img {
	width:33.3333%;
	padding: 15px;
}
.daily-shedule h3, .school-timing h3 {
    text-align: center;
    color: #ffd700;
    margin-top: 10px;
}
.daily-shedule {
	padding: 25px;
	background:#209c9c;
}
.school-timing {
	background:#ffffff;
	color:#7b7474;
}
.daily-shedule p {
	margin-left: 10%;
	margin:3px auto;
	text-indent:11%;
	color: #ffffff;
}
.daily-shedule li i,
.daily-shedule li{
	padding:9px;
}
.school-timing li {
	padding:4px;
}
.prncl p {
	text-align: center;
    font-size: 22px;
	margin: 18% auto !important;
}
.prncl li {
	text-align: center;
}
.term-routine {
    margin: 10px auto;
	color:#ffffff;
}
.special-feature h2 {
	text-transform:capitalize;
	text-align:left;
	position: relative;
	padding-bottom: 5px;
    line-height: 2em;
	font-size:2.9rem;
	font-weight: 700;
	font-family: 'Playfair Display', serif;
}
.special-feature h3 {
	text-transform:capitalize;
	text-align:left;
	position: relative;
}
.special-feature .fea-head {
	font-size:3rem;
	text-align:center;
	font-weight:700;
	color:#323333;
	font-family: 'Playfair Display', serif;
	margin:16px auto;
}
.special-feature p {
	padding:0px;
	font-size:14px;
}
/*.special-feature h2:before {
	content: "";
	position: absolute;
	left: 2%;
	bottom: 7%;
	height: 3px;
	width: 80px;
	background: #caa640;
}
.special-feature h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 80px;
	background: #006666;
}
.special-feature h3:before {
	content: "";
	position: absolute;
	left: 2%;
	bottom: 1%;
	height: 3px;
	width: 80px;
	background: #caa640;
}
.special-feature h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 80px;
	background: #006666;
}*/
.school-features {
	background: #f2f2f2;
    border: 1px solid #ddd;
    margin: 30px auto;    
    padding: 20px;
}
.school-features img {
	margin:26px auto;
	display:block;
	box-shadow: 0px 1px 17px rgba(0, 0, 0, 0.6);
}
.icse-result h3 {
	padding-bottom: 5px;
    text-align: center;
    line-height: 2em;
	font-size: 1.5rem;
}
.teaching-staff img {
	padding:30px 0 ;
}
.non-teach img {
	padding:10px 0;
}
.non-teach ul {
	    margin-top: 50px;
}
.co-curricular ul {
	padding:0;
}
.co-curricular ul li {
	    list-style: none;
    padding: 0 10px;
}
.hours h3 {
	text-align: left;
    color: #006666;
    line-height: 0;
	margin:25px auto;
	font-weight: 400;
}
.hours li {
	line-height:2;
}
.co-curricular {
	    margin-left: 40px;
}
.lgx-teachers p {
    margin: 20px auto;
}
#accordion {
	 padding: 80px 0;
}
.calen {
	margin-top: 7% !important;
}
.nav-tabs>li>a {
	color:#474a4a
}
.co-cur {
	display:flex;
}
.p-img {
    width: 250px;
    margin-left: 10%;
    float: left;
}

.co-cur ul {
    padding-left: 15px;
    float: left;
}

.co-cur ul p {
	line-height: 1;
}
.contact-center,
.award {
	margin: auto 0;
}
.act-involved {
	display:flex;
	width:100%;
}
.act-involved ul {
	width:40%;
}
#fancyTabWidget {
	padding:90px 0;
}
.key-features {
	display:flex;
}
.key-values {
	width:150px;
	height:150px;
	background:#4f81bd;
	border-radius:50%;
	margin:20px 25px;
}
.key-values p {
	position: relative;
    text-align: center;
    top: 9%;
    padding: 16px;
    font-size: 14px;
    color: #ffffff;
}
/*FACILITY*/
.card-body {
	padding:20px 35px;
}
.event-title span {
    font-size: 2.9rem;
    font-weight: bold;
}
.menu-onscroll .half-circle-outside-wrap {
	display:none;
}
.menu-onscroll	.hvr-bounce-in {
	max-width:80px !important;
}
.menu-onscroll	.lgx-logo h3 {
    margin-top: 7px !important;
}

.welcome-image {
    display: block;
	padding-top: 10px;
}

.design-left {
    padding-left: 0px;
    margin-top: 15px;
}

.design-right {
    padding-right: 0px;
    margin-top: 15px;
}

.design-center {
    margin-top: 15px;
    padding-left: 8px;
    padding-right: 8px;
}

.padd-space {
	padding-left: 0px;
	padding-right: 0px;
    margin-top: 30px;
}

.founder-content p {
    margin: 0;
}

.gallery-item img {
    width: 100%;
height: 240px;
}

.view_more {
	margin-bottom: 100px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgba(221, 221, 221, 0);
}

.affilate_bottom {
    padding-bottom: 0px;
}

h2.event-title.bottom_title {
    margin-bottom: 0px;
}

.affilate_padd {
    padding-left: 0px;
    padding-right: 0px;
}

.lgx-heading.bottom_title {
    margin-bottom: 0px;
}

@media (max-width: 480px) {
.lgx-header .header-top .header-top-inner .contact, .lgx-header .header-top .header-top-inner .right-menu, .sm-text-center {
    text-align: center;
}

.list-inline {
    padding-left: 0;
    margin-left: 0px;
    list-style: none;
}

.lgx-single-service .title {
    margin-top: 10px;
}

.lgx-single-event .thumb p {
    padding: 0px;
}

.lgx-single-event .thumb {
    margin-bottom: 0rem;
}

.lgx-featured-event .event-info .title, .lgx-featured-event .event-info .title, .lgx-single-event .event-info .title {
    min-height: auto;
}

.outer-box {
    background: rgba(251, 251, 252, 0);
}

.lgx-photo-gallery .lgx-inner {
    padding-bottom: 30px;
}

.view_more {
    margin-bottom: 70px;
}

.lgx-footer-single {
    text-align: left;
    margin: 0 2em;
}

.lgx-social li a {
    margin-right: 1rem;
    margin-bottom: 2rem;
}

.lgx-header .menu-onscroll .lgx-navbar .lgx-logo a img {
    margin-top: 0px;
}

.menu-onscroll	.lgx-logo h3 {
    margin-top: 15px !important;
}

.affilate_mob_padd {
    padding: 0 15px;
}

.lgx-teachers p {
    padding: 20px auto;
}

.lgx-teacher-single article header .text-area {
    padding-left: 15px;
}

.daily-shedule h3, .school-timing h3 {
    font-weight: 600;
}

.daily-shedule {
    margin-bottom: 15px;
}

.history_inner {
    padding: 70px 15px;
}

.design-left {
    padding-left: 15px;
    margin-top: 15px;
}

.design-center {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.design-right {
    padding-right: 15px;
    margin-top: 15px;
}

.prncl-display {
    display: inline-block !important;
    text-align: center;
}

.p-img {
    margin-left: 0 !important;
}

.prncl-display p {
    font-size: 16px !important;
}

.lgx-single-course .course-info .title {
    height: auto;
}

.act-involved {
    width: 100%;
}

.act-involved ul {
    width: auto;
}

.co-cur {
    display: inline-block !important;
}

ul.list-inline.lgx-social li {
    text-align: center;
}}

@media (min-width: 481px) and (max-width: 768px) {
.lgx-header .header-top .header-top-inner .contact, .lgx-header .header-top .header-top-inner .right-menu, .sm-text-center {
    text-align: center;
}

.list-inline {
    padding-left: 0;
    margin-left: 0px;
    list-style: none;
}

.lgx-single-service .title {
    margin-top: 10px;
}

.lgx-single-event .thumb p {
    padding: 0px;
}

.lgx-single-event .thumb {
    margin-bottom: 0rem;
}

.lgx-featured-event .event-info .title, .lgx-featured-event .event-info .title, .lgx-single-event .event-info .title {
    min-height: auto;
}

.outer-box {
    background: rgba(251, 251, 252, 0);
}

.lgx-photo-gallery .lgx-inner {
    padding-bottom: 30px;
}

.view_more {
    margin-bottom: 70px;
}

.lgx-footer-single {
    text-align: left;
    margin: 0 2em;
}

.lgx-social li a {
    margin-right: 1rem;
    margin-bottom: 2rem;
}

.lgx-header .menu-onscroll .lgx-navbar .lgx-logo a img {
    margin-top: 0px;
}

.menu-onscroll	.lgx-logo h3 {
    margin-top: 15px !important;
}

.calendar-scrollbar {
    width: 100%;
}

.affilate_mob_padd {
    padding: 0 15px;
}

.lgx-teachers p {
    padding: 20px auto;
}

.lgx-teacher-single article header .text-area {
    padding-left: 15px;
}

.daily-shedule {
    margin-bottom: 15px;
}

.daily-shedule h3, .school-timing h3 {
    font-size: 18px;
}

.history_inner {
    padding: 70px 5px;
}

.design-left {
    padding-left: 15px;
    margin-top: 15px;
}

.design-center {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.design-right {
    padding-right: 15px;
    margin-top: 15px;
}

.prncl-display {
    display: inline-block !important;
    text-align: center;
}

.p-img {
    margin-left: 0 !important;
}

.prncl-display p {
    font-size: 18px !important;
}

.lgx-single-course .course-info .title {
    height: auto;
}

.co-cur {
    overflow: hidden;
}

.lgx-single-teacher:hover {
    height: 630px;
}

ul.list-inline.lgx-social li {
    text-align: center;
}}

@media (min-width: 769px) and (max-width: 968px) {
.lgx-header .header-top .header-top-inner .contact, .lgx-header .header-top .header-top-inner .right-menu, .sm-text-center {
    text-align: center;
}

.list-inline {
    padding-left: 0;
    margin-left: 0px;
    list-style: none;
}

.lgx-single-service .title {
    margin-top: 10px;
}

.lgx-single-event .thumb p {
    padding: 13px;
    min-height: auto;
}

.lgx-single-event .thumb {
    margin-bottom: 0rem;
}

.lgx-featured-event .event-info .title, .lgx-featured-event .event-info .title, .lgx-single-event .event-info .title {
    min-height: auto;
}

.outer-box {
    background: rgba(251, 251, 252, 0);
}

.lgx-photo-gallery .lgx-inner {
    padding-bottom: 30px;
}

.view_more {
    margin-bottom: 70px;
}

.lgx-footer-single {
    text-align: left;
    margin: 0 2em;
}

.lgx-social li a {
    margin-right: 0rem;
    margin-bottom: 2rem;
}

.lgx-header .menu-onscroll .lgx-navbar .lgx-logo a img {
    margin-top: 0px;
}

.menu-onscroll	.lgx-logo h3 {
    margin-top: 15px !important;
}

.calendar-scrollbar {
    width: 100%;
}

.lgx-header .lgx-navbar .lgx-nav {
    left: 50px;
}

.lgx-header .lgx-navbar .lgx-nav li a {
    padding: 8px 10px;
}

.lgx-single-service p {
    min-height: 126px;
}

.lgx-copyright p {
    min-height: auto;
}

.daily-shedule h3, .school-timing h3 {
    font-size: 18px;
}

.history_inner {
    padding: 70px 15px;
}

.design-left {
    padding-left: 15px;
    margin-top: 15px;
}

.design-center {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.design-right {
    padding-right: 15px;
    margin-top: 15px;
}

.co-cur {
    overflow: hidden;
}

.contact-center, .award {
    margin: auto 0 !important;
}

#acheive-tabs label {
    width: 100%;
}

ul.list-inline.lgx-social li {
    text-align: center;
}}

/*@media (min-width: 1024px) and (max-width: 1366px) {
.lgx-header .header-top .header-top-inner .contact, .lgx-header .header-top .header-top-inner .right-menu, .sm-text-center {
    text-align: center;
}

.list-inline {
    padding-left: 0;
    margin-left: 0px;
    list-style: none;
}

.lgx-single-service .title {
    margin-top: 10px;
}

.lgx-single-event .thumb p {
    padding: 13px;
    min-height: auto;
}

.lgx-single-event .thumb {
    margin-bottom: 0rem;
}

.lgx-featured-event .event-info .title, .lgx-featured-event .event-info .title, .lgx-single-event .event-info .title {
    min-height: auto;
}

.outer-box {
    background: rgba(251, 251, 252, 0);
}

.lgx-photo-gallery .lgx-inner {
    padding-bottom: 30px;
}

.view_more {
    margin-bottom: 70px;
}

.lgx-footer-single {
    text-align: left;
    margin: 0 0em;
}

.lgx-social li a {
    margin-right: 0rem;
    margin-bottom: 2rem;
}

.lgx-header .menu-onscroll .lgx-navbar .lgx-logo a img {
    margin-top: -10px;
}

.calendar-scrollbar {
    width: 100%;
}

.lgx-header .lgx-navbar .lgx-nav {
    left: 30px;
}

.lgx-header .lgx-navbar .lgx-nav li a {
    padding: 8px 10px;
}

.lgx-single-service p {
    min-height: 126px;
}

.lgx-copyright p {
    min-height: auto;
}

.lgx-header .lgx-navbar .lgx-logo a img {
    max-width: 125px;
    margin-left: 5px;
}

.daily-shedule h3, .school-timing h3 {
    font-size: 18px;
}

ul.list-inline.lgx-social li {
    text-align: center;
}}*/

@media (min-width: 768px) and (max-width: 1024px) {
.lgx-header .menu-onscroll .lgx-navbar .lgx-logo a img {
    margin-top: 10px;
}

.lgx-header .lgx-navbar .lgx-logo {
    left: 0;
    margin-top: 10px;
}

.lgx-header .lgx-navbar .lgx-nav li a {
    line-height: 1.25rem;
}

.lgx-header .lgx-navbar .lgx-nav {
    left: 70px;
}

.half-circle-inside-wrap {
    display: none;
}}
@keyframes marquee {
  0% {
    margin-left: 100%;
    transform: translateX(0%);
  }
  100% {
    margin-left: 0;
    transform: translateX(-100%);
  }
}
.news {
  overflow: hidden;
}
.marquee {
	animation: marquee 40s linear infinite;
	display: inline-block;
	white-space: nowrap;
	line-height: 40px !important;
	margin:0 0 0 50% !important;
	color:#ffffff;
	font-family: auto;
}
.marquee:hover {
  animation-play-state: paused;
}
.marquee span {
	color: #000000;
    padding: 4px;
}
.news span.blue-group {
	color:#0472bf;
}
.news span.yellow-group {
	color:#d6d61d;
}
.news span.red-group {
	color:#ff0000;
}
.news span.green-group {
	color:#00b050;
}