body {
    background: #fff;
    font-family: inherit;
}
body, body p {
    letter-spacing: 0.025em;
    line-height: 28px;
    margin: 0;
}
a, .comment-reply-link {
    color: #edcd37;
    text-decoration: none;
}
.widget_calendar tbody a { 
    background-color: #edcd37;
}
.menu-toggle:before {
	border: 1px solid #fff;
	color: #fff;
}
.site-header.is-sticky .menu-toggle:before {
	border: 1px solid #000;
	color: #000;
}
.dropdown-toggle:after,
.site-header.is-sticky .dropdown-toggle:hover:after{
	color: #fff;
}
.site-header.is-sticky .dropdown-toggle:after {
	color: #000;
}
.single-post .site-inner,
.category .site-inner {
	margin-top: 40px;
}
body.elementor-template-full-width .site-inner {
    max-width: 100%;
}
body.elementor-template-full-width .site-content {
    padding: 0;
}
/*** Head ***/
header {
    padding: 0!important;
}
header .site-branding {
    margin: 0;
    width: 25%;
}
header .site-branding .site-title {
    margin: 0;
}
header .site-header-main {
    max-width: 1140px;
    margin: 0 auto;
}
.site-header {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    top: 0;
    width: 100%;
    z-index: 2;
    padding: 12px 0!important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.home .site-header {
    position: fixed;
    box-shadow: none;
    border-bottom: none;
}
.site-header.is-sticky {
    position: fixed;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff!important;
    z-index: 999!important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    animation-name: head_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    transition: all .25s ease-in-out;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding: 0px!important;
}
@keyframes head_sticky {
    0%   {margin-top:-100px;}
    50%  {margin-top: -74px;}
    100% {margin-top: 0;}
}

/*** Menu ***/
.site-header-menu {
    margin: 17px 0;
    width: 60%;
    text-align: center;
}
.main-navigation ul ul {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.main-navigation li:hover > ul {
    opacity: 1;
    visibility: initial;
}
.main-navigation .primary-menu > li {
    float: inherit;
    display: inline-block;
}
.main-navigation a {
    font-weight: 500;
    font-size: 16px;
}
.main-navigation ul ul a {
    width: 200px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.home .primary-menu > li > a {
    color: #fff;
}
.is-sticky .primary-menu > li > a {
    color: #222;
}
.main-navigation li:hover > a, 
.main-navigation li.focus > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current-menu-ancestor > a { 
    color: #edcd37;
}
.main-navigation li .sub-menu li a {
    text-align: left;
}

/*** Right Menu ***/
.header-right-menu {
    position: relative;
    float: right;
    transition: all 300ms ease;
    width: 15%;
}
.header-right-menu .opening-time {
    position: relative;
    display: block;
    float: left;
    padding: 14px 0;
    margin-right: 40px;
}
.header-right-menu .opening-time p {
    color: #91939d;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
}
.header-right-menu .opening-time p i {
    position: relative;
    top: 1px;
    color: #1fc6c7;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    padding-right: 9px;
}
.header-right-menu .button a {
    position: relative;
    display: block;
    float: right;
    line-height: 1;
    padding: 10px 20px;
    color: #000!important;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500!important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #EDCD37;
    border: 0;
    box-shadow: none!important;
}

/*** Title ***/
.lt-title-item {
    margin: 0 auto;
}
.lt-title h3 {
    position: relative;
    padding-bottom: 25px!important;
}
.lt-title h3:before {
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 4px;
    background: #f2784b;
}
.entry-title {
    font-size: 28px!important;
}
.lt-title-read a {
    color: #ff662a!important;
    font-size: 24px!important;
    text-decoration: underline;
}
.title-container {
    margin: 0 auto;
}
.container-full {
    max-width: 1730px;
    margin: 0 auto;
}

/*** Slider ***/
.lt-slider .lt-slider-content {
    max-width: 700px;
    margin: 0 auto;
}
.lt-slider .lt-slider-content h5 {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 4em;
    padding: 9px 22px;
    display: inline-block;
}
.lt-slider .video-item figure a {
    position: absolute;
    top: -250px
}
.elementor-shape .elementor-shape-fill {
	fill: #f3f6f8!important;
}

/*** About ***/
.lt-about-item {
    cursor: pointer;
}
.lt-about-item .elementor-icon-box-icon {
    width: 110px;
    height: 110px;
    display: inline-block;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 35px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: rgb(255, 236, 239);
}
.elementor-column:nth-child(2) .lt-about-item .elementor-icon-box-icon {
    background-color: rgb(234, 249, 255);
}
.elementor-column:nth-child(3) .lt-about-item .elementor-icon-box-icon {
    background-color: rgb(255, 246, 211);
}
.elementor-column:nth-child(4) .lt-about-item .elementor-icon-box-icon {
    background-color: rgb(228, 255, 238);
}
.elementor-column:nth-child(5) .lt-about-item .elementor-icon-box-icon {
    background-color: rgb(244, 244, 255);
}
.lt-about-item:hover .elementor-icon-box-icon {
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}
.lt-about-item .elementor-icon-box-icon i {
    line-height: 110px;
}

/*** Tab ***/
.elementor-tabs-wrapper {
    text-align: center;
    position: relative;
}
.elementor-tabs-wrapper:after {
    content: "";
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;;
    background: #e5e5e5; 
    position: absolute;
}
.elementor-widget-tabs .elementor-tab-title {
    border: 0!important;
    position: relative;
    overflow: hidden;
}
.elementor-widget-tabs .elementor-tab-title:after {
    transform: scaleX(0);
    transform-origin: right center 0px;
    background: rgb(255, 67, 98);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px!important;
    bottom: 1px!important;
    left: 0px!important;
    display: block!important;
}
.elementor-widget-tabs .elementor-tab-title.elementor-active:after, 
.elementor-widget-tabs .elementor-tab-title.elementor-active:focus:after, 
.elementor-widget-tabs .elementor-tab-title.elementor-active:hover:after {
    transform: scaleX(1);
    transform-origin: left center 0px;
    transition: transform 0.35s cubic-bezier(0.43, 0.49, 0.51, 0.68) 0s;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title {
    display: inline-block!important;
}
.elementor-tab-content {
    border: 0!important;
}
/*** Courses ***/
.course-title {
    font-size: 18px;
    margin: 10px 0;
}
.course-detail {
    position: relative;
    padding-bottom: 50px;
}
.course-meta-data .course-meta-field:last-child {
    margin-top: 15px;
    text-align: center;
    padding: 6px 0;
    color: #fff;
    background: #edcd37;
    text-transform: capitalize;
}
.course-meta-data .course-meta-field a {
    color: #002147;
}
.course-meta-field:first-child,
.course-lesson-number {
    width: 50%;
    height: 30px;
    padding: 3px 20px 5px;
    bottom: 0;
    position: absolute;
    left: 0;
    color: #002147;
    font-weight: 600;
    border: 1px solid #d9d6d6;
}
.course-lesson-number {
    left: inherit;
    right: 0;
    text-align: right;
    border-left: 0;
}
.course-student-number {
    border: 1px dotted #002147;
    padding: 5px 0;
    text-align: center;
    margin-top: 10px;
}
.widget-footer .pull-right {
    margin-top: 20px;
    margin-right: 35px;
}
.widget-footer .pull-right:before {
    content: "\f101";
    font-family: FontAwesome;
    font-size: 20px;
}
.widget-footer .pull-right:hover {
	color: #fff !important;
}
/*** Courses ***/
.lt-courses .course-entry {
    width: 30% !important;
    margin: 12px !important;
    float: left;
	background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.lt-courses .course-entry {
    position: relative;
    transition: all 0.6s cubic-bezier(.165,.84,.44,1);
}
.lt-courses .course-entry:hover {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.lt-courses .course-entry .course-cover {
    position: relative;
    z-index: 1;
	overflow: hidden
}
.lt-courses .course-entry .course-detail {
	padding: 10px 20px 80px;
}
.lp-button.button {
    line-height: 1!important;
}
.learnpress button {
    color: #fff;
}
.lt-courses .course-entry .course-cover img {
    width: 100%;
}
.lt-courses .course-entry .course-description {
    line-height: 26px;
    font-size: 14px;
    margin: 0;
    color: #8a8a8a;
}
.lt-courses .course-entry .course-meta-field:first-child,
.lt-courses .course-entry .course-lesson-number {
    height: 50px;
    padding: 15px 20px;
	
}

/*** Feature ***/
.lt-feature-item .elementor-widget-wrap {
    box-shadow: 0 16px 32px rgba(199, 199, 199, 0.3)!important;
    padding: 50px 20px;
}
.lt-feature-item .elementor-icon-box-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.6) 99%) repeat scroll 0 0;
}
.lt-feature-item .elementor-icon-box-icon {
    background: #4943ac;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}
.lt-feature-item .elementor-icon-box-icon i {
    line-height: 80px;
}
.lt-feature-item h4 {
    padding-bottom: 25px;
    margin-top: 30px!important;
    position: relative;
}
.lt-feature-item h4:after {
    opacity: .4;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 50px;
    background-color: #4943ac;
}

/*** About ***/
.lt-about-img {
    position: relative;
    z-index: 2;
}
.lt-about-right-video {
    width: 200px!important;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.lt-about-right-video-content {
    width: calc(100% - 200px)!important;
    padding-left: 30px;
}
.lt-about-right-video .elementor-widget-container {
    position: relative;
    overflow: hidden;
}
.lt-about-right-video .elementor-widget-container:hover:before {
    background-color: rgba(0, 0, 0, 0.90);
}
.lt-about-right-video .elementor-widget-container:before {
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-about-right-video a {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;    
}
.lt-about-right-video:hover a {
    transform: rotate(360deg);
}

/*** Video Pupop ***/
.video-item {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.video-item figure {
    position: relative;
    width: 100%;
    font-size: 0;
}
.video-item figure a {
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative;
    background: #ff662a;
    border-radius: 50%;
}
.video-item figure a:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: .9;
    z-index: 10;
    top: -10px;
    margin: 0 auto;
    left: -10px;
    right: 0;
    border: 10px solid rgba(255, 255, 255, 0.10);
}
.video-item figure a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12.5px;
    margin-left: -7px;
    border: solid 13px transparent;
    border-left: solid 20px;
    border-left-color: #fff;
    z-index: 10;
}
.modal-open {
    overflow: hidden;
}
.lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 120px 10px;
    display: none;
    box-sizing: border-box;
    overflow: auto;
    z-index: 100;
}
.popup-modal {
    position: relative;
    margin: 0 auto;
    display: none;
}
.popup-modal .close {
    position: absolute;
    top: 18px;
    right: 30px;
    width: 28px;
    height: 28px;
    border: solid 1px #004eff;
    border-radius: 50%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.popup-modal .close:before {
    position: absolute;
    width: 14px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    background-color: #004eff;
    content: '';
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popup-modal .close:after {
    position: absolute;
    width: 14px;
    height: 2px;
    top: 50%;
    right: 50%;
    margin-right: -7px;
    background-color: #004eff;
    content: '';
    -ms-transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.popup-modal .close:hover {
    border-color: #ff2700;
}
.popup-modal .close:hover:before {
    background-color: #ff2700;
}
.popup-modal .close:hover:after {
    background-color: #ff2700;
}
.post-popup {
    width: 100%;
    max-width: 875px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}
.post-popup .popup-header {
    padding: 20px 30px;
    font-size: 14px;
    margin-right: 60px;
}
.post-popup .popup-video {
    font-size: 0;
}
.post-popup .popup-video video {
    width: 100%;
}
.post-popup .popup-video img {
    width: 100%;
}
.post-popup .popup-main {
    padding: 40px 30px;
}
.post-popup .popup-main p {
    margin: 0 0 10px 0;
}

/*** Portfolio ***/
.lt-portfolio .wp-caption-text {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 10px 30px!important;
}
.lt-portfolio .gallery-item:hover .wp-caption-text {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    font-size: 20px!important;
}
.lt-portfolio .gallery-item:hover .gallery-icon  {
    opacity: .7;
}

/*** Service ***/
.lt-service-item .elementor-icon-box-icon {
    width: 82px;
    height: 82px;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 20px;
    border-radius: 28px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: rgb(255, 236, 239);
}
.elementor-column:nth-child(1) .lt-service-item:last-child .elementor-icon-box-icon {
    background: rgb(228, 255, 238);
}
.elementor-column:nth-child(2) .lt-service-item:last-child .elementor-icon-box-icon {
    background: rgb(234, 249, 255);
}
.elementor-column:nth-child(2) .lt-service-item:first-child .elementor-icon-box-icon {
    background: rgb(244, 244, 255);
}
.elementor-column:nth-child(3) .lt-service-item:last-child .elementor-icon-box-icon {
    background: rgb(255, 246, 211);
}
.elementor-column:nth-child(3) .lt-service-item:first-child .elementor-icon-box-icon {
    background: rgb(252, 238, 228);
}
.lt-service-item .elementor-icon {
    margin: 0 auto;
}
.lt-service-item .elementor-icon-box-icon i {
    line-height: 82px;
}

/*** Subscribe ***/
.lt-subscribe {
    position: relative;
    bottom: -95px;
}
.es_subscription_form .es-field-wrap {
    display: inline-block;
}
.es_subscription_form .es_required_field {
    background: no-repeat;
    border: 0;
    border-bottom: 1px solid #fff;
}
.es_subscription_form .es-field-wrap label {
    color: #fff;
}
.es_subscription_form .es_submit_button {
    padding: 12px 35px;
    text-transform: uppercase;
    margin-top: 0;
    max-width: 100%!important;
    border-radius: 5px!important;
    background: #EDCD37;
    color: #222;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
}
.es_subscription_form .es_submit_button:hover {
    background: #EDCD37;
}

/*** Work ***/
.lt-work-item {
    cursor: pointer;
}
.lt-work-item .elementor-icon {
    align-items: center;
    background: rgba(0, 0, 0, 0) url(../inc/img/icon-bg.png) no-repeat scroll center center / 100% 100%;
    font-size: 45px;
    height: 90px;
    justify-content: center;
    line-height: 1;
    position: relative;
    width: 100px;
    margin: 0 auto;
}
.lt-work-item .elementor-icon i {
    line-height: 80px;
    display: inline-block!important;
}
.lt-work-item .elementor-icon-box-title {
    position: absolute;
    top: -30px;
    left: 38%;
    width: 40px;
    height: 40px;
    background: #ff662a;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
}
.lt-work-item:hover .elementor-icon-box-title {
    background: #ff662a;
    border-color: #f4591d;
    color: #ffffff;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(0px) rotateX(0deg) rotate(360deg);
}
.lt-work-item .elementor-icon-box-title span {
    line-height: 40px;
}
.lt-work-item .elementor-icon-box-content h4 {
    margin-top: 25px;
    margin-bottom: 15px;
    color: #1a1e32;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.lt-work-item {
    position: relative;
}
.lt-work-item:after {
    background: #e6e8fe none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    margin: 35px auto 0;
    transition: all 0.3s ease 0s;
    width: 50px;
}

/*** Team ***/
.lt-team-item .team-content {
    padding: 20px 0 0;
    top: 50%;
    -webkit-transform: translate(10px,-50%);
    transform: translate(10px,-50%);
}
.lt-team-item {
    position: relative;
}
.lt-team-item:after {
    position: absolute;
    background: 0 0;
    display: block;
    content: " ";
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    background: rgba(49,49,49,.95);
}
.lt-team-item:hover:after {
    opacity: 1;
    visibility: inherit;
}
.lt-team-item .elementor-image-box-img {
    margin-bottom: 0!important;
}
.lt-team-item .team-content, 
.lt-team-item .team-content-social {
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    opacity: 0;
    z-index: 2;
}
.lt-team-item .team-content, 
.lt-team-item .team-content-social, 
.lt-team-item .elementor-image-box-img:after {
    position: absolute;
    width: 100%;
}
.lt-team-item .team-content-social {
    bottom: 30px;
}
.lt-team-item:hover .team-content {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.lt-team-item:hover, 
.lt-team-item:hover .team-content, 
.lt-team-item:hover .team-content-social {
    opacity: 1;
}
.lt-team-item .team-content h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin: 0 0 4px;
    color: #fff;
}
.lt-team-item .team-content p {
    font-size: 14px;
    opacity: .8;
    margin: 0;
    color: #fff;
}
.lt-team-item .team-content-social ul > li {
    display: inline-block;
    margin-right: 26px;
}
.lt-team-item .team-content-social a i {
    color: #b5b2b2;
}
.lt-team-item .team-content-social a:hover i {
    color: #fff;
}

/*** Testimonial ***/
.lt-testimonial .premium-testimonial-text-wrapper {
    max-width: 700px;
    margin: 40px auto 0!important;
}
.lt-testimonial .review-box {
    line-height: 30px;
    margin-bottom: 27px;
}
.lt-testimonial .review-box ul {
    text-align: center;
    margin-bottom: 20px
}
.lt-testimonial .review-box ul li {
    float: none;
    margin-right: 0;
    margin: 0 2px;
    list-style: none;
    display: inline-block;
}
.lt-testimonial .review-box ul li i {
    color: #fda700!important;
    font-size: 16px;
}
.lt-testimonial h5 {
    margin-bottom: 10px;
    color: rgb(52, 61, 72);
    font-size: 16px;
    line-height: 16px;
    line-height: 25px;
    font-weight: 600;
}

/*** Contact ***/
.lt-contact-btn .elementor-column:first-child .elementor-widget-wrap {
    display: initial!important;
}

/*** Choose ***/
.lt-choose-item {
    position: relative;
    z-index: 1;
}
.lt-choose-item:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #ff662a;
    border-radius: 7px;
    content: "";
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-30deg) translateZ(0px);
    opacity: 0;
}
.lt-choose-item:hover:before {
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition-delay: 0.1s;
}
.lt-choose-item .elementor-icon-box-wrapper {
    position: relative;
}
.lt-choose-item .elementor-icon-box-icon i,
.lt-choose-item .elementor-icon-box-title {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-choose-item:hover .elementor-icon-box-icon i,
.lt-choose-item:hover .elementor-icon-box-title {
    color: #fff!important;
}

/*** Client ***/
.lt-client img {
    padding: 30px 0;
    opacity: .5;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.lt-client img:hover {
    opacity: 1;    
    cursor: pointer;
}

/*** Case ***/
.lt-case-item .elementor-image-box-content {
    padding-right: 10px;
}
.lt-case-item h3 {
    margin: 30px 0 5px!important;
}
.lt-case-item img {
    margin-left: 40px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.lt-case-item:hover img {
    margin-left: 0;
}

/*** Partner ***/
.lt-partner-item {
    border: 1px solid rgba(0,0,0,0.07);
    display: block;
}
.lt-partner-item .elementor-image-box-content {
    padding: 30px 30px 30px 0;
}
.lt-partner-item h5 {
    font-size: 21px;
    font-weight: 700;
    color: #edcd37;
    margin: 40px 0 10px;
}
.lt-partner-item h6 {
    color: #cfcfcf;
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-top: 0;
    margin-bottom: 5px;
    font-style: initial;
}

/*** Testimonial ***/
.lt-testimonial-item .elementor-column-wrap {
    box-shadow: 0 16px 32px rgba(221, 221, 221, 0.82);
}
.lt-testimonial-item .elementor-image-box-content {
    position: relative;
    z-index: 1;
}
.lt-testimonial-item .elementor-image-box-content:after {
    content: "";
    bottom: 0px;
    background: url(../inc/img/quote.png);
    position: absolute;
    right: 0;
    z-index: -1;
    width: 70px;
    height: 50px;
    background-size: cover;
}

/*** Price ***/
.lt-price .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
    padding: 40px 0 0;
}
.lt-price .elementor-tab-content.elementor-active {
    display: flex;
}
.lt-price-item {
    width: 32%;
    margin-right: 2%;
    float: left;
    text-align: center;
    background-color: rgb(249, 250, 251);
    padding: 45px 45px 50px;
    border-radius: 15px;
    transition: all 0.25s ease-in-out 0s;
    border: 1px solid transparent;
}
.lt-price-item:nth-child(3) {
    margin-right: 0;
}
.lt-price-item .price-content {
    margin-top: 25px;
}
.lt-price-item h4 {
    margin-bottom: 10px;
    color: rgb(15, 33, 55);
    font-size: 22px;
    line-height: 22px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
}
.lt-price-item h1 {
    color: #232323;
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 0;
}
.lt-price-item ul {
    margin-top: 25px;
}
.lt-price-item ul li {
    list-style: none;
    padding: 7px 0;
}
.lt-price-item .lt-btn {
    font-size: 15px;
    text-transform: capitalize;
    color: #fff!important;
    padding: 10px 30px;
    background: rgb(255, 66, 101);
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-price-item .lt-btn:hover {
    box-shadow: rgba(237, 205, 55, 0.5) 0px 8px 20px -6px;
    border-color: rgb(237, 205, 55);
}
.lt-price-item .trial_button {
    font-size: 15px;
    font-weight: 500;
    color: rgb(59, 147, 255);
    margin-top: 25px;
    display: inline-block;
    transition: all 0.15s ease-in-out 0s;
}

/*** Counter ***/
.lt-counter{
    position: relative;
    z-index: 1;
}
.lt-counter .lt-counter-content{
    background: linear-gradient(to bottom,#f2784b,#edcd37);
    height: 210px;
    width: 200px;
    padding: 65px 0;
    position: relative;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.lt-counter .lt-counter-content:before{
    content: '';
    height: 85%;
    width: 85%;
    background-color: #fff;
    transform:translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.lt-counter .elementor-counter-number{
    font-size: 40px;
    font-weight:700;
    margin-bottom: 5px;
    display: block;
    transition:all 0.3s;
}
.lt-counter:hover .elementor-counter-number{ 
    text-shadow: 0 0 2px rgba(0,0,0,0.5); 
}

/*** Blog ***/
.premium-blog-content-wrapper {
    position: static!important;
    margin: 0!important;
}
.lt-blog .rpwwt-widget ul li {
    width: 48%;
    float: left;
    list-style: none;
    margin-right: 4%;
}
.lt-blog .rpwwt-widget ul li:nth-child(2n) {
    margin-right: 0;
}
.rpwwt-widget ul li .rpwwt-post-title {
    font-size: 16px;
    margin: 15px 0 0;
    display: inline-block;
}

/*** Contact ***/
.lt-contact-wrap {
    -webkit-box-shadow: 0px 4px 7px 0px #eeeeee;
    box-shadow: 0px 4px 7px 0px #eeeeee;
}
.lt-contact-video .video-item {
    text-align: center;
    margin: 0 auto;
}
.lt-contact-video .video-item figure a {
    width: 100px;
    height: 100px;
}
.lt-contact-video .video-item figure a:before {
    width: 120px;
    height: 120px;
}
.lt-contact-video a {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-contact-video a:hover {
    transform: rotate(360deg);
}
.lt-contact-right-content .elementor-image-box-content {
    padding: 0 30px 30px;
    text-align: left;
}
.lt-contact-right-content img {
    width: 100%!important;
}
.lt-contact-right-content a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline!important;
    text-transform: capitalize;
}

/*** Contact Form ***/
.wpcf7-form p {
    margin: 15px 0;
}
.wpcf7-form input {
    padding: 15px 10px;
    background: #fff;
    border-radius: 7px;
    border: 0;
}
.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 13px 0;
    background: #fff;
    border-radius: 7px;
}
.wpcf7-form .wpcf7-submit {
    padding: 24px 41px;
    display: inline-block;
    margin-top: 28px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: capitalize;
    background: #4943ac;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.wpcf7-form textarea {
    max-height: 100px;
    background: #fff;
    border: 0;
    border-radius: 7px;
}
.wpcf7-form .wpcf7-submit:hover {
    background: #4943ac;
    -webkit-box-shadow: 0px 0px 6px 0px #999999;
    box-shadow: 0px 0px 6px 0px #999999;
}

/*** Footer ***/
.main-footer {
    position: relative;
    background-image: url(../inc/img/footer.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-attachment: inherit;
    background-position: 50% 50%;
}
.main-footer, .site-footer {
    float: left;
    width: 100%;
}
.site-footer {
    background: linear-gradient(-139deg, rgb(255, 65, 108) 0%, rgb(255, 75, 43) 100%); 
}
.main-footer {
    padding: 150px 0 50px;
}
.main-footer h2 {
    font-size: 19px;
    margin: 0 0 10px;
}
.main-footer ul {
    margin: 0;
}
.main-footer .footer1 ul li {
    display: inherit;
    line-height: 1;
    font-size: 15px;
    color: rgba(255,255,255,0.67);
    font-weight: 600;
    padding-left: 0;
    padding: 8px 0;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}
.main-footer .footer1 ul li:before {
    font-family: FontAwesome;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100px;
    background-color: rgb(28, 30, 58);
    line-height: 45px;
    padding: 14px;
    color: #fff;
}
.main-footer .footer1 ul li a {
    box-shadow: none;
}
.main-footer .footer2 ul {
    border: 1px solid rgba(255,255,255,0.1);
    padding: 10px 25px 10px 0;
    list-style: none;
}
.main-footer .footer2 ul li,
.main-footer .footer3 ul li {
    list-style: none;
    line-height: 35px;
}
.site-footer .container {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.site-footer .site-info a {
	box-shadow: none;
}

.footer1 img {
    margin-bottom: 20px;
    max-width: 200px;
}

/*** Responsive ***/
@media(max-width: 1280px) {
    .site-header {
        padding: 0 5px!important;
    }
    .lt-case-item .elementor-button .elementor-button-text {
        font-size: 10px!important;
    }
}
@media(min-width: 911px) and (max-width: 1500px) {
    .wp-custom-logo .site-header-main {
        padding: 0;
    }
    .site-header-menu {
        width: 70%;
    }
    .header-right-menu {
        width: 10%;
    }
    .primary-menu > li > a {

        font-size: 16px!important;
    }
}
@media(max-width: 909px) {
	.site-header {
		background: #0f2137;
	}
	.main-navigation a {
		color: #fff;
	}
	.site-header.is-sticky .main-navigation a {
		color: #222;
		padding-left: 10px;
	}
}
@media(max-width: 910px) {
    body.home #menu-main-menu {
        background: rgba(37, 36, 36, 0.58);
        padding: 0 10px 
    }
    header .site-branding {
        width: 50%;
    }
    .custom-logo {
        width: 100%;
    }
    #header-right-menu {
        display: none;
    }
    .site-header-main .menu-toggle {
        width: 50%;
        border: 0;
        text-align: right;
    }
    button#menu-toggle,
    .menu-toggle.toggled-on, 
    .menu-toggle.toggled-on:hover, 
    .menu-toggle.toggled-on:focus {
        background: none!important;
        border: 0!important;
        color: #000!important;
    }
    .site-header.is-sticky #menu-main-menu {
        background: #fff;
    }
    .wp-custom-logo .site-header-main {
        padding: 0;
    }
    .main-navigation .primary-menu > li {
        width: 100%;
    }
    .main-navigation .primary-menu > li > a {
        margin: 0;
        text-align: left;
    }
    .lt-slider-left .elementor-column-wrap {
        margin: 100px 0 0!important;
    }
	.lt-courses >div > div .panel-grid-cell {
        width: 48% !important;
        margin-right: 2% !important;
        margin-bottom: 20px !important;
        float: left;
    }   
}
@media(max-width: 768px) {
	article .post-thumbnail, article .entry-content p, article .entry-content a, article .entry-footer, article .entry-header {
        margin: 10px 30px !important;
    }
    body.page-template-default .post-thumbnail, body.page-template-default .entry-content p, 
    body.page-template-default .entry-content a, body.page-template-default .entry-footer, body.page-template-default .entry-header {
        margin: 5px !important;
	}
	.elementor-button-wrapper {
		text-align: center;
	}
}
@media(max-width: 767px) {
    .lt-slider .elementor-background-video-container {
        display: block!important;
    }
    #lt-slider-right-img {
        display: none!important;
    }
    .lt-slider-right-social {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: 0%;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .lt-slider-right-call .elementor-widget-container {
        margin: 100px 0 100px!important;
    }
    .lt-slider-right-call .elementor-icon-box-wrapper {
        float: initial;
        margin: auto!important;
    }
    .lt-contact-btn .elementor-column:first-child .elementor-widget-wrap {
        display: inherit!important;
    } 
    .lt-price .elementor-tab-content.elementor-active {
        display: initial;
    }
    .lt-price-item {
        width: 100%;
        margin: 10px 0;
    }
	.lt-courses .course-entry,
    .lt-courses .course-entry img {
        width: 100% !important;
    }
	.lt-courses .course-entry:nth-child(2n) {
        margin-right: 0%!important;
    }
	.lt-courses .course-entry {
        margin-bottom: 50px;
    }
}
@media(max-width: 480px) {
    .lt-blog .rpwwt-widget ul li {
        width: 100%;
        margin-right: 0;
    }
    .wpcf7-form p:nth-child(-n+5) {
        width: 100%!important;
        margin-right: 0;
    }
    .lt-about-right-video,
    .lt-about-right-video-content {
        width: 100%!important
    }
}

/*** Template null ***/
body.template-full .site-header-main .page_item a {
    line-height: 50px;
}
body.template-full .site-header {
    border-bottom: 1px solid #d2d0d0;
}
body.template-full #main.site-main {
    margin-top: 7em;
}
body.post-type-archive-lp_course .sidebar-right-blog,
body.post-type-archive-lp_course .sidebar-right-ws {
	display: none;
}
body.category-blog #course-1, body.woocommerce-page #course-1, body.single-post #course-1 {
	display: none;
}
body.learnpress-page .sidebar-right-blog {
	display: none;
}
#header-right-menu {
	position: fixed;
    right: 50px;
}
#learn-press-user-profile {
	padding-bottom: 70px;
}
#learn-press-profile-header {
	background: #EDCD37!important;
}
.course-curriculum ul.curriculum-sections .section-content .course-item {
	padding-left: 15px!important;
}
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta {
	padding-right: 15px!important;
}
.comment-form {
	padding-bottom: 80px;
}
@media screen and (min-width: 56.875em) {
	.main-navigation .menu-item-has-children > a {
		padding-right: 1.25em;
	}
	#header-right-menu {
		right: 20px;
	}
	.main-navigation .menu-item-has-children > a:after {
		    right: 0.125em;
	}
}

.footer-custom-code .widget.widget_text {
  margin: 0 !important;
  padding-bottom: 0 !important;
}
.footer-custom-code .widget.widget_text .textwidget {
  height: 0px !important;
}
.footer-custom-code .widget.widget_text {
    background: transparent;
}
.footer-custom-code .widget {
    padding: 0;
    margin: 0;
}
.site-footer p {
    margin: 0;
}
