/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 01 2026 | 03:38:57 */
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');


.wpcf7-form  label{    width: 100%; line-height:20px;}

:root {
    --total-template-color: #04931f;
    --total-template-transparent-color: rgba(4,147,31,0.9);
    --total-sidebar-width: 30%;
    --total-container-width: 1170px;
    --total-fluid-container-width: 80%;
    --total-container-padding: 80px;
    --total-content-header-color: #000000;
    --total-content-text-color : #333333;
    --total-content-link-color : #000000;
    --total-content-link-hov-color : ;
    --total-title-color : #333333;
    --total-tagline-color : #333333;
    --total-logo-width : 105px;
    --total-mh-bg-color : #000000;
    --total-mh-spacing-top-desktop : 15px;
    --total-mh-spacing-bottom-desktop : 15px;
    --total-menu-link-color: #ffffff;
    --total-submenu-bg-color: #000000;
    --total-footer-bg-color: #222222;
    --total-top-footer-title-color: #EEEEEE;
    --total-top-footer-text-color: #EEEEEE;
    --total-footer-anchor-color: #EEEEEE;
    --total-bottom-footer-text-color: #EEEEEE;
    --total-bottom-footer-anchor-color: #EEEEEE
}

:root {
    --total-body-family: 'Open Sans',serif;
    --total-body-size: 17px;
    --total-body-color: #000000;
    --total-menu-family: 'League Spartan',serif;
    --total-menu-weight: 400;
    --total-menu-size: 15px;
    --total-menu-line-height: 0.8;
    --total-h-family: 'League Spartan',serif;
    --total-h-weight: 400
}

.ht-header {
    border-top: 4px solid var(--total-template-color)
}

#ht-colophon {
    border-top: 4px solid var(--total-template-color)
}

@media screen and (max-width: 1170px) {
    .ht-container,.elementor-section.elementor-section-boxed.elementor-section-stretched>.elementor-container,.elementor-template-full-width .elementor-section.elementor-section-boxed>.elementor-container,.e-con.e-parent>.e-con-inner {
        width:100% !important;
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    body.ht-boxed #ht-page {
        width: 95% !important
    }

    .ht-slide-caption {
        width: 80% !important
    }
}


:root {
    --total-h-size: 42px;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
    margin: 0;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 10px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: var(--total-body-color, #444);
    font-size: var(--total-body-size, 17px);
    letter-spacing: var(--total-body-letter-spacing, 0);
    line-height: var(--total-body-line-height, 1.6);
    font-family: var(--total-body-family, Poppins);
    font-weight: var(--total-body-weight, 400);
    font-style: var(--total-body-style, normal);
    text-decoration: var(--total-body-text-decoration, none);
    text-transform: var(--total-body-text-transform, none);
}

h1,
h2,
h3,
h4,
h5,
h6,
.ht-site-title,
.ht-slide-cap-title,
.ht-counter-count {
    font-family: var(--total-h-family, Oswald);
    letter-spacing: var(--total-h-letter-spacing, 0);
    line-height: var(--total-h-line-height, 1.3);
    font-weight: var(--total-h-weight, 400);
    font-style: var(--total-h-style, normal);
    text-decoration: var(--total-h-text-decoration, none);
    text-transform: var(--total-h-text-transform, none);
}

h1 {
    font-size: var(--total-h-size);
    margin: 0 0 15px 0;
}

h2 {
    font-size: calc(var(--total-h-size) * 7/8);
    margin: 0 0 15px 0;
}

h3 {
    font-size: calc(var(--total-h-size) * 6/8);
    margin: 0 0 15px 0;
}

h4 {
    font-size: calc(var(--total-h-size) * 5/8);
    margin: 0 0 10px 0;
}

h5 {
    font-size: calc(var(--total-h-size) * 4/8);
    margin: 0 0 10px 0;
}

h6 {
    font-size: calc(var(--total-h-size) * 3/8);
    margin: 0 0 10px 0;
}

p {
    margin: 0 0 15px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 15px;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0 0 15px 20px;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

table {
    margin: 0 0 15px;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
body div.wpforms-container-full .wpforms-form input[type=submit],
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background: var(--total-template-color);
    padding: 8px 20px;
    color: #FFF;
    border: 0;
    transition: all 0.3s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
body div.wpforms-container-full .wpforms-form input[type=submit]:hover,
body div.wpforms-container-full .wpforms-form input[type=submit]:focus,
body div.wpforms-container-full .wpforms-form input[type=submit]:active,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
body div.wpforms-container-full .wpforms-form button[type=submit]:focus,
body div.wpforms-container-full .wpforms-form button[type=submit]:active,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    background: #333;
    border: 0;
}

body div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: normal;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #404040;
    border: 1px solid #EEE;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    vertical-align: top;
}

select {
    border: 1px solid #EEE;
    padding: 8px 40px 8px 8px;
    line-height: 100%;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='10px' height='10' fill='%23666666' viewBox='0 0 284.929 284.929' style='enable-background:new 0 0 284.929 284.929;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E") no-repeat right 10px top 55%;
    position: relative;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 8px;
}

textarea {
    padding: 8px;
    width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: var(--total-content-link-color, #000);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:visited {}

a:hover {
    color: var(--total-content-link-hov-color, var(--total-content-link-color));
}

a:focus {}

a:hover,
a:active {}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 15px;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

.widget-area select {
    width: 100%;
}


/* Contact Info Widget */
.ht-contact-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ht-contact-info ul li {
    padding: 5px 0 5px 30px !important;
    margin: 0;
    border: none;
}

.ht-contact-info ul li i {
    margin-left: -30px;
    float: left;
    margin-top: 6px;
}

.ht-contact-info p {
    margin: 0;
}

/* Personal Info Widget */
.ht-personal-info .ht-pi-image {
    margin-bottom: 20px;
    text-align: center;
}

.ht-personal-info .ht-pi-image img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
}

.ht-personal-info .ht-pi-name {
    margin-bottom: 15px;
    font-size: 1.4em;
    text-align: center;
}

.ht-personal-info .ht-pi-intro {
    text-align: center;
}

/* Latest Post */
.ht-latest-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ht-latest-posts li {
    padding: 0 !important;
    line-height: 1.5;
    margin: 0 0 20px !important;
}

.ht-latest-posts li:last-child {
    margin: 0 !important;
}

.ht-latest-posts .ht-lp-title {
    margin-bottom: 0;
}

.ht-lp-image {
    float: left;
    width: 30%
}

.ht-lp-image + .ht-lp-content {
    width: 70%;
    float: right;
    padding-left: 20px
}

.ht-lp-title a {
    color: inherit
}

.ht-lp-excerpt {
    margin-top: 10px
}

/* Search */
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border: none !important;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 30px;
}

.total-hentry {
    margin: 0 0 50px;
}

.byline,
.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content {
    margin-bottom: 50px;
}

.page-template-page-builder-template .page-content {
    margin-bottom: 0;
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

#primary {
    width: calc(96% - var(--total-sidebar-width));
    float: left;
}

#secondary {
    width: var(--total-sidebar-width);
    float: right;
}

.ht_no_sidebar #primary {
    width: auto;
    float: none;
}

.ht_no_sidebar_condensed #primary {
    width: 76%;
    float: none;
    margin: 0 auto;
}

.ht_left_sidebar #primary {
    float: right;
}

.ht_left_sidebar #secondary {
    float: left;
}

.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6,
.widget-area h1,
.widget-area h2,
.widget-area h3,
.widget-area h4,
.widget-area h5,
.widget-area h6 {
    color: var(--total-content-header-color);
}

.content-area,
.widget-area {
    color: var(--total-content-text-color);
}

.ht-post-info {
    float: left;
    width: 80px;
    text-align: right;
}

.single-entry-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    font-size: 0.9em;
}

.single-entry-meta .entry-date:before {
    content: "\f073";
    font-family: FontAwesome;
    margin-right: 5px;
}

.single-entry-meta .entry-date span {
    display: inline-block;
    margin-right: 5px;
}

.single-entry-meta a {
    color: inherit;
}

.single-entry-meta a i {
    margin-right: 5px;
}

.single-featured-img {
    text-align: center;
    margin-bottom: 20px;
}

.ht-post-info .entry-date {
    display: block;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.ht-post-info .entry-date span {
    display: block;
    text-transform: uppercase;
}

.ht-post-info .entry-date span.ht-day {
    font-size: 60px;
    line-height: 1.3;
    color: var(--total-template-color);
}

.ht-post-info > a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    padding: 20px 0 0;
    text-transform: uppercase;
    border-top: 1px solid #EEE;
    font-size: 12px;
    color: inherit;
    font-weight: 300;
}

.ht-post-wrapper {
    padding-left: 110px;
}

.entry-figure {
    background: #f9f9f9;
    text-align: center;
    margin-bottom: 15px;
}

.entry-header .entry-title {
    margin-bottom: 10px;
}

.entry-figure + .entry-header {
    background: #FFF;
    position: relative;
    margin-top: -65px;
    width: 90%;
    padding: 15px 0 1px;
}

.entry-header .entry-title a {
    text-decoration: none;
    color: var(--total-content-text-color);
}

.entry-categories {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
}

.entry-categories i {
    margin-right: 8px;
}

.entry-categories a {
    color: inherit;
    text-decoration: none;
}

.entry-readmore {
    margin-top: 20px;
}

.entry-readmore a {
    background: var(--total-template-color);
    padding: 8px 20px;
    color: #FFF;
    border: 0;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.entry-readmore a:hover {
    background: #333;
    color: #FFF;
}


			.wpcf7-radio label {
    display: flex;
}

.wpcf7-checkbox label {
    display: flex;
}

.top-top .wpcf7-form .wpcf7-checkbox input {
    width: auto;
    display: block;
}

.wpcf7-checkbox .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    width: 100%;
}


.archive-course-widget-outer .widget-body{
	display: flex;
	flex-wrap: wrap;
	margin-left: -2%;
}

.archive-course-widget-outer .widget-body .course-entry{
	width: 48%;
	border: 1px solid #EEE;
	padding: 20px;
	margin-left: 2%;
	margin-bottom: 30px;
}

.archive-course-widget-outer .course-cover{
	margin-bottom: 20px;
}

.archive-course-widget-outer .course-cover img{
	width: 100%;
}

.archive-course-widget-outer .course-detail .course-title{
	font-size: 1.1em;
}

.archive-course-widget-outer .course-meta-data{
	border-top: 1px solid #EEE;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 0.9em;
}

.archive-course-widget-outer .widget-footer{
	text-align: center;
	margin-top: 40px;
}

.archive-course-widget-outer .widget-footer a{
	display: inline-block;
	padding: 12px 30px;
	background: #000;
	color: #FFF;
	float: none;
}

.archive-course-widget-outer .course-meta-data{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.learn-press-breadcrumb{
	padding-top: 45px;
}

.learnpress-page .lp-button, .learnpress-page #lp-button{
	padding-top: 0;
	padding-bottom: 0;
}

#learn-press-course .course-summary-sidebar .course-sidebar-preview .media-preview img{
	width: 100%;
}


@media screen and (max-width: 767px) {
	
	.popmake {
    width: 80% !important;
}
	.hovermaindo img{margin-bottom: 20px;}
	.com-col-section .e-con.e-parent>.e-con-inner{padding:0px !important;}	
	.com-col-section  .elementor-widget-wrap {padding: 0px !important;}
	.comaanssell .elementor-widget-wrap {
    padding: 0px !important;
}
	
	.comaanssell .elementor-widget-text-editor{
    padding: 0px !important;
}
	.elementor-10406 .elementor-element.elementor-element-990d82d > .elementor-element-populated {
        padding: 20px 0px 0px 0px;
    }
}




.page-id-11851 header, .page-id-11851 .top{display:none;}
.page-id-11851 footer{display:none;}

.mg-images img {
    margin-top: -90px !important;
    background-color: #EDFFF0;
    border-radius: 10px;
}
#exit-popup .wpcf7-form input {
    width: 6%;
    display: block;
}

#exit-popup .wpcf7-radio label {
    display: flex;
    align-items: baseline;
    line-height: normal;
}

#exit-popup span.wpcf7-list-item-label {
    width: 100%;
    display: block;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100% !important;
    border-radius: 50px;
    margin-top: 30px;
}

#exit-popup .wpcf7-spinner{display: none;}

.landingpageform select {
    border: 1px solid #d5d6d4 !important;
    padding: 2px 40px 2px 8px !important;
    width: 100% !important;
    height: 50px !important;
    margin-bottom: 20px;
    line-height: normal;
    color: #726e6e;
}


    .landingpageform input[type="text"], .landingpageform input[type="email"]
 {
    margin-bottom: 15px;
    border: 1px solid #d5d6d4;
    border-radius: 5px;
}

.landingpageform .wpcf7-textarea {
    height: 70px;
    border: 1px solid #d5d6d4;
	resize:none;
}


.mobilenumber .countdown-items {
    display: inline-block;
    width: 80px;
    background-color: #6ec1e4;
    margin: 0px 20px;
}

.mobilenumber .countdown-items .ctw-label {
    display: block;
    text-align: center;
    padding: 10px 0px 5px;
}



.unlimitedPromo-box_ZdpZD {
    background-color: #3d8120;
    border-radius: 5px;
    padding: 50px 100px;
    max-width: 480px;
    color: #fff;
    text-align: center;
}
.form-left-img {
    float: left;
}
.form-left-img img {
    height: 340px !important;
    width: auto !important;
}
#ht-site-branding img{
    width: 85px !important;
}
.ht-header .ht-container{
    padding-top: 5px;
    padding-bottom: 5px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
}
p.comment-form-url {
    display: none;
}
.Card-box img {
    height: 75px;
}
.subscribke {
    background: #f9f9f9;
    padding: 40px 40px 0;
    border: 1px solid #d7d7d7;
}
.Card-box {
    text-align:center;
}
.slick-slide img {
    display: inline-block;
}
#ht-bottom-footer{display:none}
.ht-bottom-footer1 {
    font-size: 0.9em;
    position: relative;
    background: #000;
    padding: 10px 0;
    color: #AAA;
    line-height: 1.2;
    text-align: center;
}
.ht-site-info.ht-bottom-footer {
    color: #fff;
}
.page-id-5114 #pum-4104,.page-id-5531 #pum-4104 {
    display: none !IMPORTANT;
}
.eng-card {
    overflow: hidden;
}
.wpcf7-textarea {
    height: 100px;
}
.mb0 {
    margin-bottom: 0 !important;
}
.img_vis {
    padding: 0 65px;
}
.elementor-slideshow__title {
    display: none;
}
.gallery_img img {
    height: 250px;
    box-shadow: 3px 3px 5px 1px #7a7a7a;
    width: auto;
}
.gallery_img .gallery-item {
    padding: 10px;
}
.mobi_timer {
    display: none;
}
.wpcdt-timer-wrap {
    margin: 0 !IMPORTANT;
}
.mobi_timer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;padding-bottom: 20px;
    z-index: 9;    padding-top: 20px;
}
.countdown-items {
    background: #04931f;
    color: #fff;
}
.pum-theme-3141 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    background-color: #04931f;
    font-weight: bold;
}
.pum-theme-default-theme {
    background-color: transparent;
}
.pum-container.pum-responsive.pum-responsive-medium {
    margin-left: 0 !IMPORTANT;
    width: 80% !IMPORTANT;
    left: 10% !IMPORTANT;
}
.ht-menu li {
    margin-left: 0;
}
.sfm-floating-menu.middle-right.sfm-rect.vertical {
    display: none;
}
.ht-menu > ul > li.menu-item > a {
    padding: 10px 10px !IMPORTANT;;
    margin: 0 3px !IMPORTANT;;
}
form.search {
    display: none !IMPORTANT;
}
.accordion__header {
    background: #0a5d00 !IMPORTANT;
    color: #fff;
    margin-top: 5px;
}
.accordion__body {
    padding: 10px !IMPORTANT;
}
.helpie-faq.accordions .accordion__header:before, .helpie-faq.accordions .accordion__header:after {
    background: #ffffff;
}
#video_popopo {
    cursor: pointer;
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px;
    background: linear-gradient(to right, rgb(123 202 77), rgb(24 85 5));
    margin-left: 10px;
    color: #fff;
}
.ays_content_box iframe {
    width: 100%;
    height: 400px;
}
.text_pop {
    text-align: center;
    font-size: 26px;
    margin-bottom: 0;
    font-weight: bold;
}
p.text-module_wrapper {
    margin-bottom: 0;
}
.listItemWithIcon-module_text__18TIF {
    display: inline-block;
}
.listItemWithIcon-module_icon__2taC9 {
    display: inline-block;
}
ul.unlimitedPromo-list_dWk9k {
    text-align: left;
    list-style-type: none;
}
.wrapper-online-course {
    width: 100%;
    padding: 0;
    background-color: #fff;
    border-radius: 50px 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.15);
}
.wrapper-image img {
    width: 100%;
}
.wrapper-online-course .wrapper-content .field--type-link a {
    min-width: 250px;
    min-height: 50px;
    padding: 0 20px;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 0;
    border-radius: 35px;
    opacity: 1;
    transition: all .3s linear;
    color: #fff;
    padding: 14px 30px;
    background: linear-gradient(to right, rgb(123 202 77), rgb(24 85 5));
    display: inline-block;
}
.wrapper-online-course .wrapper-content {
    position: relative;
    width: 52%;float: left;
    padding: 120px 50px 120px 80px;
}
.wrapper-online-course .wrapper-content .wrapper-tag {
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    background: #00953B;
    border-radius: 0px 0px 25px 0px;
    color: #fff;
}
.wrapper-online-course .wrapper-content .wrapper-tag .field--name-field-title {
    font-size: 22px;
    padding: 10px 20px;
    top: 15px;
    position: relative;
}
.wrapper-online-course .wrapper-image {
    width: 48%;
    float: left;
}
.wpcf7-form input {
    width: 100%;
    display: block;
	margin-top:10px;
}
.right_line:before {
    width: 3px;
    height: 600px;
    background: linear-gradient(to top, rgb(123 202 77), rgb(24 85 5));
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    margin-top: -300px;
}
.s_ifn_s {
    transition: 0.3s;
}
.bold h3 {
    FONT-WEIGHT: 600;
}
.s_ifn_s:hover {
    background: #a4de02;
    transition: 0.3s;
}
.s_ifn_s {
    box-shadow: 2px 2px 8px 1px lightgrey;
    margin: 0 15px 20px;
    padding: 0 15px;
}
.our_store a {
    background: #fff;
    padding: 15px 50px;
    border-radius: 30px;
    font-size: 22px;
    font-weight: bold;
}
.our_store {
    text-align: center;
}
footer#ht-colophon {
    background: #f9f9f9;
}
.ht-main-footer .widget-title {
    color: #000000;
}
.ht-footer {
    color: #000000;
}
.ht-site-footer a {
    color: #000 !important;
}
.wpcf7-response-output {
    color: #000;
}
form p {
    color: #000;
}
.home_foam h2 {
    color: #000 !important;
}
.home_foam {
    border-radius: 5px;
    border: 5px solid #04931f;
}
.layer {
    border: 1px dashed #888;
    padding: 20px;
}
.heght_370 .elementor-widget-container{height:430px}
.img_hs img {
    height: 50px;
    width: auto;
}
.servi_h {
    padding: 0 15px;
}
.servi_h .elementor-widget-icon {
    margin-bottom: 5px !important;
}
.ht-header {
    background: #FFF;
}
.ht-menu > ul > li.menu-item > a {
    color: #000000;
    padding: 10px 15px;
    border-radius: 5px;
}
#menu-item-1114 a {
    color: #fff!important;
    padding: 10px 20px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #04931f;
    background: linear-gradient(to right, rgb(123 202 77), rgb(24 85 5));
}
.elementor-button {
    background: linear-gradient(to right, rgb(123 202 77), rgb(24 85 5));
}
.top {
    color: #fff;
    background: linear-gradient(to right, rgb(123 202 77), rgb(24 85 5));    padding-bottom: 5px;float: left;
    width: 100%;
}
.md-6 {
    width: 50%;
    float: left;
}
ul.footer-ul {
    list-style-type: none;    margin: 0;text-align: right;
}
.footer-ul li {
    display: inline-block;
}
.footer-ul li img {
    height: 25px;
}
.top a {
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
}
.ht-sticky-header .ht-header.headroom--not-top {
    top: 0;
}
.ht-header {
    border-top: inherit;
}
.w100 img{width:100%}
.ht-menu ul ul {
    background: #ffffff;}

/*21-07-2023 employee-training-program page css start*/

/*Employee Development section css*/
.employee-development .servi_h{
    position: relative;
}
.employee-development .servi_h .elementor-widget-text-editor {
    background-color: #6ff456;
    padding: 15px;
    z-index: 1;
    position: absolute;
    top: 50%;
    min-width: 133%;
    transform: translateY(-50%);
    box-shadow: 0px 2px 14px 3px rgba(1,70,7,0.3);
    left: 0;
}
.employee-development .servi_h .elementor-widget-text-editor p {
    color: #074f0b;
    text-align: justify;
    font-size: 19px;
}
.employee-development .servi_h .elementor-widget-wrap {
    padding-bottom: 0 !important;
}
.emp-right-img .elementor-widget-wrap {
    padding: 0 !important;
}
.employee-development .emp-right-img  img{
    max-width: 100%;
    width: 100%;
    border: 1px solid #6ff456;
    box-shadow: 0px 3px 15px #00000069;
    min-height: 500px;
    object-fit: cover;

}
/*Employee Development section css*/

/*21-07-2023 employee-training-program page css end*/
.Leadership-Development-Coaching .elementor-column:last-child{
    display: none;
}
.Leadership-Development-Coaching .elementor-row{
    justify-content: center;
}
.procedure-section .main-title h3 {
    color: #014607;
    font-size: 37px;
        margin-bottom: 0;
}
.procedure-section .main-title p {
    color: #014607;
    font-size: 30px;
    text-decoration: underline;
}
.Our-Popular-Services .elementor-image {
    box-shadow: 0px 2px 14px 3px rgba(1,70,7,0.3);
}
/*24-07-2023*/
.servi_h{
    text-align: justify;
}
.Our-Popular-Services .elementor-col-50 img {
    max-height: 275px;
    object-fit: cover;
}
.workforce {
    background-image: url(../wp-content/uploads/2023/07/workforce-bg.jpg);
    width: 100%;
    height: 100%;
    background-position: center center;
}
.services-banner .elementor-image img,.services-main-banner .elementor-image img {
    width: 100%;
}

/*25-07-2023*/
.motivational-speaker img {
    box-shadow: 0px 2px 10px 3px rgba(1,70,7,0.3);
}
.boxes-section {
    z-index: 1;
}
.boxes-section .elementor-widget-icon-box {
    box-shadow: 0px 2px 14px 3px rgba(1,70,7,0.3);
}
/*04-08-2023*/
.services-subpage-banner .elementor-image img {
    width: 100%;
}
.hire-health-left .elementor-image img {
    height: 100%;
    width: 100%;
    min-height: 550px;
    object-fit: cover;
    border: 1px solid #6ff456;
    box-shadow: 0px 3px 15px #00000069;
}
.better-future-img img{
border: 1px solid #6ff456;
    box-shadow: 0px 3px 15px #00000069;
}
/*10-08-2023*/
/*.home-banner {
    padding-top: 0 !important;
}*/
/*16-08-2023*/
.Life_Transformation .courses-right-img img {
    min-height: auto;
    height: 300px;
    object-fit: cover;
    object-position: top;
}
.empower-yourself:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 70%;
    background-color: #1FC600;
    top: 0;
    right: 15%;
    z-index: -1;
}
.empower-yourself:before {
    content: '';
    position: absolute;
    width: 130px;
    height: 70%;
    background-color: #1FC600;
    /* top: 0; */
    right: 29%;
    z-index: -1;
    bottom: 0;
}
.empower-title h2:before {
    content: '';
    position: absolute;
    width: 15%;
    height: 8px;
    left: 0;
    bottom: 50%;
    background-color: #1FC600;
}
p.course-start {
    margin-bottom: 20px;
    border: 1px solid #fff;
    background-color: #1FC600;
    padding: 10px;
}
.courses-box .unlimitedPromo-box_ZdpZD {
    background-color: #0A5D00;
}
.price-box-main{
    position: relative;
    padding-bottom: 50px;
}
.price-box {
    background-color: green;
    color: #fff;
    padding: 30px;
    width: 50%;
    text-align: center;
    max-width: 70%;
    position: absolute;
    top: -10%;
    box-shadow: 2px 2px 8px 1px lightgrey;
    border-radius: 10px;
}
.price-box-main .elementor-widget-wrap {
    justify-content: center;
}
.course-text{
    margin-top: 110px;
}
.enroll-step-left .elementor-widget.elementor-widget-text-editor {
    margin-bottom: 0 !important;
}
.wrapper-online-course .wrapper-image img{
    max-height: 370px;
    object-fit: cover;
    object-position: 60% 45%;
}
.live-session .field--type-link {
    margin-top: 20px;
}
.live-session .wrapper-image img{
    max-height: 480px;

}
.live-session h2 {
    font-size: 48px;
    font-weight: bold;
}
.unlock-title h2{
    font-weight: bold;
    font-size: 42px;
    line-height: 1;
}
.unlock-title h2 span {
    display: block;
    font-weight: 500;
    font-size: 22px;
}
.resons-to-join .elementor-image-box-title {
    position: absolute;
    top: 39%;
    max-width: 50%;
    text-align: left;
    left: 13%;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
.resons-to-join figure.elementor-image-box-img {
    position: relative;
}
.resons-to-join figure.elementor-image-box-img {
    text-align: left;
}
.resons-to-join p.elementor-image-box-description {
    text-align: justify;
    padding: 0 35px 0 15px;
}
.live-session iframe{
    height: 500px;
}
video {
    margin: 0;
    height: 500px;
    object-fit: cover;
}
/*18-08-2023*/
.live-session .wrapper-image img {
    max-height: 500px;
    height: 500px;
}

.podcast-left-img{
    box-shadow: 0px 2px 14px 3px rgba(1,70,7,0.3);
}
.page-id-2511 .ht-main-header{
    display: none;
}
.page-id-2511 .ht-container.ht-clearfix{
    width: 100%;
}

/*21-08-2023*/
/*blog-landing-page-css*/
.believe-box {
    border: 1px solid #fff;
    margin: 0 15px 0px;
    box-shadow: 0px 2px 14px 3px rgba(1,70,7,0.3);
    min-height: 550px;
}
.believe-box:hover{
        background: linear-gradient(to right, rgb(123 202 77), rgb(24 85 5));
}
.believe-box h4.elementor-heading-title {
    position: relative;
    font-weight: bold;
    min-height: 52px;
}
.believe-box h4.elementor-heading-title:after {
    content: '';
    position: absolute;
    width: 20%;
    height: 3px;
    left: 50%;
    bottom: -7px;
    background-color: #fff;
    transform: translateX(-50%);
}
.believe-box a.elementor-button {
    background: transparent;
    border: 1px solid #fff;
}
.believe-box a.elementor-button:hover{
    background: linear-gradient(to right, rgb(123 202 77), rgb(24 85 5));

}
.tip .elementor-row {
    background: #fff;
    box-shadow: 0px 2px 14px 3px rgba(1,70,7,0.3);
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
}
.tip-left {
    padding: 15px;
}
.tip img {
    height: 300px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}
.tip-img .elementor-widget-wrap {
    padding: 0 !important;
}
.tip .elementor-button {
    border-radius: 50px;
    font-size: 22px;
    font-weight: bold;
}
.course-blog .elementor-col-33 {
    border: 1px solid #606604;
    background-color: #fff;
    box-shadow: 0px 2px 14px 3px rgba(1,70,7,0.3);
    text-align: justify;
    margin: 0 15px 50px;

}
.course-blog .elementor-col-33:hover{
    background-color: #606604;
    color: #fff;
}
.form-section .elementor-row{
    background: #fff;
    box-shadow: 0px 2px 14px 3px rgba(1,70,7,0.3);
    position: relative;
    display: flex;
    align-items: center;
}
.form-section p {
    font-size: 20px;
}
.form-section h5{
font-size: 30px;
font-weight: bold;
}
.form-section h5 span {
    color: green;
    display: block;
    border-bottom: 1px solid;
}
.form-section form.wpcf7-form label {
    font-size: 18px;
    color: #fff;
}
.form-section form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    width: auto;
    background: #fff;
    border: 1px solid #fff;
    margin-top: 10px;
    color: #469600;
    font-weight: bold;
}
.form-section form.wpcf7-form input{
    background: transparent;
    border: 1px solid #fff;
    margin-bottom:20px;
}
/*.form-section form.wpcf7-form p:nth-child(2) label {
    width: calc(100% / 2 - 4px) !important;
    display: inline-block;
}
.form-section form.wpcf7-form p:nth-child(2) {
    display: flex;
    justify-content: space-between;
}*/
.form-section form.wpcf7-form .wpcf7-response-output {
    font-size: 14px;
    border-color: red !important;
    color: #fff !important;
}
.form-section form.wpcf7-form span.wpcf7-not-valid-tip {
    font-size: 14px;
}
.form-section .tip-left {
        background-color: #469600;
}
.form-section .tip-right{
    padding: 15px;
}
.form-section .elementor-row {
        margin-left: 0;
}
.felt-stuck .elementor-row {
    align-items: center;
}
.felt-stuck .felt-stuck-left .elementor-text-editor {
    font-size: 21px;
}
/*22-08-2023*/
.postid-2785 div#secondary {
    display: none;
    width: unset !important;
}
.postid-2785 div#primary {
    width: 100%;
    
}
.blog-content ,.postid-2785 div#comments{
    padding: 0 150px;
    max-width: 1170px;
    margin: 0 auto;
}
img.challenge,img.join-course{
    width: 80%;
}
h3.blog-heading {
    font-weight: bold;
}
.postid-2785 div#primary p{
    text-align: justify;
}
.postid-2785 div#primary p.text-center {
    text-align: center;
}
.postid-2785 .ht-main-header{
    display: none;
}
.postid-2785 .single-entry-meta{
    display: none;
}
.postid-2785 .ht-container.ht-clearfix {
    width: 100% !important;
}
.counter-left .elementor-widget-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.counter-left .elementor-widget-wrap .elementor-widget-total-counter-block {
    width: calc(100% / 3 - 10px);
    border: 2px solid #fff !important;
}
.counter-left .elementor-widget-wrap .elementor-widget-total-counter-block .het-counter{
    border: none;
    padding: 0 5px 5px;
}
.counter-left .elementor-widget-wrap .elementor-widget-total-counter-block .het-counter:before,.counter-left .elementor-widget-wrap .elementor-widget-total-counter-block .het-counter:after{
    display: none;
}
.counter-left .het-counter-count, .counter-left h6.het-counter-title {
    color: #fff !important;
    margin-bottom: 0;
}
.limited-time-title h5.elementor-heading-title {
    color: #fff;
    text-decoration: underline;
}
.counter-section .elementor-container{
      padding: 0 70px;
    margin: 0 auto;
}
.counter-section .elementor-row {
    align-items: center;
}
.counter-section .het-counter-icon{
    display: none;
}
.btn-left-enroll .elementor-button-wrapper {
    text-align: center;
    margin-top: 50px;
}
.inside-the-course ul li:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 9px;
    width: 10px;
    height: 10px;
    background-color: green;
    border-radius: 50px;
}
.inside-the-course ul li {
    width: calc(100% / 2 - 4px);
    display: inline-block;
    position: relative;
}
.inside-the-course ul li:nth-child(even) {
    /* border: 1px solid; */
    padding-left: 30px;
}
.inside-the-course ul li:nth-child(even):before{
    left: 5px;
}
.inside-the-course li span{
    color: #04931f;
    font-weight: bold;
}
.btn-left-enroll .elementor-button {
    background: #bbc610 !important;
}
.review-section .empower-title h2:before {
    left: 50%;
    transform: translateX(-50%);
}
.review-section .het-testimonial i.fa {
    position: absolute;
     top: -30px; 
    left: 50%;
    z-index: 1;
    background-color: #1FC600;
    border-radius: 50%;
    color: #fff;
    padding: 10px;
    transform: translateX(-50%);
    opacity: 1;
    font-size: 30px;
}
.review-section .het-testimonial {
    background-color: #fff;
    border: 2px solid #1FC600;
    min-height: 320px;
}
.review-section .het-testimonial-excerpt {
    padding-top: 30px;
    text-align: justify;
    font-style: italic;
    width: 90%;
    margin-bottom: 10px;
    min-height: 200px;
}
/*.review-section .owl-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 92%;
    border: 1px solid #1FC600;
    top: 30px;
}*/
.review-section .owl-carousel .owl-stage-outer{
    overflow: visible;
    overflow-x: clip;

}
.review-section .het-testimonial h6 {
    color: #04931f;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 20px;
}
.review-section .het-testimonial-slider.owl-carousel .owl-item img {
    border-color: #04931f;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.review-section{
    position: relative;
}
.review-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #d8ffb1;
    height: 30%;
    top: 30%;
}
.counter-section{
    display: none;
}

/*div#popmake-4104 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: inline-block;
    width: auto;
}*/
div#pum_popup_title_4104 {
    font-weight: bold;
    font-size: 21px;
    line-height: 30px;
    max-width: 100%;
    text-align: center;
    font-family: 'Merienda', cursive !important;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.first-step section.elementor-inner-section {
    margin-bottom: 0 !important;
}
.justify-text p,.justify-text .elementor-text-editor span {
    text-align: justify;
}
.Our-Popular-Services .elementor-text-editor p {
    text-align: justify;
}
.get-skill-right .elementor-text-editor p {
    text-align: justify;
}
.ht-footer.ht-footer1 p {
    text-align: left;
}
.ht-footer.ht-footer2 aside#nav_menu-2 {
    display: flex;
    justify-content: center;
}
.ht-footer.ht-footer2 h4 {
    text-align: center;
    font-size: 21px;
    margin-right: 30px;
}
.get-skill-right h2.elementor-heading-title {
    font-weight: bold;
    margin-bottom: 15px;

}
div#popmake-4104 button.pum-close.popmake-close {
    position: absolute;
    top: -27px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    right: -9px;
}
div#popmake-4104 button.pum-close.popmake-close i.fa.fa-close {
    font-size: 18px;
}
div#popmake-4104 p label {
    text-align: center;
    /* display: flex; */
    display: block;
    /* margin-bottom: 10px !important; */
}
.sign-up a.elementor-button.elementor-button-link.elementor-size-sm {
    background: #fff !important;
    color: #04931f;
    font-weight: bold;
}
.sign-up p {
    font-size: 24px !important;
    width: 70%;
    margin: 0 auto;
}
.home-banner img.attachment-large {
    width: 53%;
}
.home-banner .elementor-image {
    text-align: left;
}
.first-step.form-section h5 {
    font-size: 30px !important;
    text-align: left;
}
.first-step .elementor-container.elementor-column-gap-default {
    max-width: 100%;
}
div#popmake-4104 p label input::placeholder {
    text-align: center;
    font-style: italic;
    color: #fff;
}
div#popmake-4104 p label input {
    background-color: gray;
}
div#popmake-4104 form.wpcf7-form.init p {
    margin-bottom: 0;
    text-align: center;
}
div#popmake-4104 input.wpcf7-form-control.wpcf7-submit {
    margin-top: 15px;
    display: inline-block;
    width: auto;
    border-radius: 30px;
    padding: 6px 35px;
    font-weight: bold;
}
div#popmake-4104 form.wpcf7-form.init p br {
    display: none;
}
div#popmake-4104 p label input {
    background-color: gray;
    margin-bottom: 15px;
}
div#popmake-4104 .wpcf7-spinner {
    display: block;
    text-align: center;
    margin: 0 auto;
}
div#popmake-4104{
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) !important;
}
div#popmake-4104:after {
    content: '';
    position: absolute;
    left: -9px;
    top: 15px;
    width: 8px;
    height: 100%;
    /* background-color: green; */
    z-index: -17;
    border: 5px solid #04931f;
}
div#popmake-4104:before {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 8px;
    /* background-color: green; */
    z-index: -17;
    border: 5px solid #04931f;
    right: 0;
}
.services-box .elementor-widget-wrap {
    box-shadow: 0px 2px 14px 3px rgba(1,70,7,0.3);
    margin: 0 10px;
    padding: 20px !important;
}
.services-box h3.elementor-icon-box-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    min-height: 52px;
}
.services-box .elementor-widget-wrap:hover .elementor-image {
    background-color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    max-width: 100%;
    margin: 0 auto;
}
.services-box .elementor-widget-wrap:hover {
    background-color: #04931f;
    color: #fff;
    transition: all .5s ease;
}
.hide{
    display: none;
}
.Serveices-section .elementor-shape.elementor-shape-top {
    display: none;
}
.highlights .img_vis {
    padding: 0;
}
.highlights .img_vis img {
    min-height: 400px;
    object-fit: cover;
}
.highlights img ,.media-section img{
    height: 400px !important;
    object-fit: cover;
    width: 100%;
}
.highlights figure {
    width: 100% !important;
    margin-bottom: 0 !important;
}
.electrfy .elementor-element.bold.elementor-widget.elementor-widget-heading {
    margin-bottom: 0;
}
.hover-box figure.elementor-image-box-img, .hover-box figure.elementor-image-box-img img {
    height: 100%;
    display: block;
    object-fit: cover;
}
.hover-box h3.elementor-image-box-title {
    font-size: 22px;
    line-height: 1;
    margin-top: 11px;
    color: #fff;
    min-height: 45px;
}
.hover-box p{
    color: #fff;
}
.social-media-title h1{
    margin-bottom: 0;
}
@font-face {
    font-family: 'brushscriptoptiregular';
    src: url('http://localhost/living/extra_uploads/brushscriptopti-regular-webfont.woff2') format('woff2'),
         url('http://localhost/living/extra_uploads/brushscriptopti-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300;400;500;600;700&display=swap');
.home-banner .elementor-heading-title p {
    /* font-family: 'brushscriptoptiregular'; */
    font-family: 'Merienda', cursive;
    font-weight: 500;
    text-shadow: 3px 1px 4px rgba(0,0,0,0.3);
    font-size: 44px !important;
    line-height: 1.4;
}

.hover-box .elementor-image-box-content {
    position: absolute;
    top: 84%;
    background-color: rgba(4,147,31,.8);
    /* padding: 10px 0; */
    width: 100%;
    left: 0;
    overflow: hidden;
}
.hover-box:hover .elementor-image-box-content {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    /*flex-wrap: wrap;*/
    align-items: center;
    padding: 15px;
    top: 0;
    transition: top 0.5s ease-out;
    width: 100%;
    left: 0;
        flex-direction: column;
}
.hover-box .elementor-widget-image-box {
    overflow: hidden;
}
.hover-box:hover h3 {
    color: yellow;
}
.download-section:before {
    content: '';
    position: absolute;
    background-color: #04931f;
    width: 100%;
    height: 55%;
    bottom: 0;
}
.download-section {
    position: relative;
    padding: 100px 0;
}
.download-section .elementor-column-wrap {
    background-color: #fafafa;
    border-radius: 20px;
    padding: 30px 15px;
    width: 65%;
    margin: 0 auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) !important;
}
.service-page-services .elementor-widget-image {
    position: absolute;
    top: -45px;
    background-color: #fff;
    border-radius: 50%;
    width: auto;
    padding: 11px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) !important;
}
.service-page-services .services-box .elementor-widget-wrap {
    padding-top: 60px !important;
    border-radius: 10px;
    border: 1px solid #04931f;
    border-bottom: 5px solid #04931f;
}
.service-page-services section.elementor-inner-section {
    margin: 50px 0;
}
.service-page-services .services-box .elementor-widget-wrap:hover{
    background-image: url('http://localhost/living/wp-content/uploads/2023/12/hover-img-1.png');
    background-size: cover;
}
.services-box.white .elementor-widget-wrap {
    background-color: #d3f6c8;
}
.launching-banner {
    min-height: 600px;
    position: relative;
     background-size: cover;
     background-repeat: no-repeat;
   
}
.launching-banner .elementor-widget-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(109%);
    left: 100px;
}
.launching-banner .elementor-widget-wrap h3 {
    text-transform: uppercase;
    font-weight: bold;
   /* text-shadow: 2px 2px #babdba;*/
    font-size: 35px;
}
.launching-banner .elementor-widget-wrap h3 strong{
    color: #029000;
}
.launching-banner h3.elementor-heading-title.elementor-size-default {
    font-size: 26px;
    font-weight: bold;
}
.launching-banner .elementor-container.elementor-column-gap-default,.launchin-second-section .elementor-container.elementor-column-gap-default {
    max-width: 1170px;
}
.page-id-5114 .ht-container.ht-clearfix div#primary,.page-id-5232 .ht-container.ht-clearfix div#primary {
    width: 100%;
}
.page-id-5114 .ht-container.ht-clearfix,.page-id-5232 .ht-container.ht-clearfix {
    max-width: 100%;
    width: 100%;
    margin-top: 0 !important;
}
.launching-banner:before {
    content: '';
    position: absolute;
    background-image: url(http://localhost/living/wp-content/uploads/2024/01/launch-shape-1.png);
    width: 66px;
    height: 248px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
.launching-banner:after {
    content: '';
    position: absolute;
    background-image: url(http://localhost/living/wp-content/uploads/2024/01/launch-shape-2.png);
    width: 70px;
    height: 96px;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
}
.page-id-5114 header#ht-masthead .ht-header,.page-id-5232 header#ht-masthead .ht-header {
    background-image: url(http://localhost/living/wp-content/uploads/2024/01/header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 10px solid #029000;
}
.launching-banner:before {
    content: '';
    position: absolute;
    background-image: url(http://localhost/living/wp-content/uploads/2024/01/launch-shape-1.png);
    width: 66px;
    height: 248px;
    background-repeat: no-repeat;
    top: -126px;
    left: 0;
}
.launchin-second-section a.elementor-button.elementor-button-link.elementor-size-sm {
   border-radius: 50px;
    padding: 15px 60px !important;
    font-size: 18px;
    font-weight: bold;
}
.launchin-second-section .elementor-row{
    align-items: center;
}
.launchin-second-section h2.elementor-heading-title.elementor-size-default {
    /*font-family: 'Merienda', cursive;*/
    font-weight: 500;
    /*text-shadow: 3px 1px 4px rgba(0,0,0,0.3);*/
    font-size: 36px !important;
    line-height: 1.4;
}
.launchin-second-section h2.elementor-heading-title.elementor-size-default strong{
    color: #029000;
}
.page-id-5114 .ht-site-header{
    padding-top: 0 !important;
}
body.page.page-id-5114,body.page-id-5232 {
    background-color: #029000;
}
.page-id-5232 .ht-main-header {
    display: none;
}
.banner-btm h2.elementor-heading-title.elementor-size-default  {
    font-family: var(--total-h-family,Oswald);
    font-weight: 500;
    font-size: 44px !important;
}
.banner-btm .elementor-text-editor.elementor-clearfix {
    text-align: justify;
    text-align-last: center;
}
.save-the-date .col {
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.15);
    padding: 15px;
    width: 60% !important;
    margin: 0 auto;
}
.save-the-date {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
body.page.page-id-5114 .page-content,body.page-id-5232 .page-content {
    margin-bottom: 0;
}
.launching-banner{
    background-color: #fff;
}
body.page.page-id-5114 #ht-colophon{
border-top: 10px solid var(--total-template-color);
}
.launching-banner-mobile{
    display: none;
}
.ignite-card img {
    box-shadow: 0px -1px 6px 3px rgba(0,0,0,0.15);
}
.launching-banner .elementor-widget-wrap h3 span {
    font-family: 'Merienda', cursive;
    text-transform: uppercase;
    font-weight: 900 !important;
    font-size: 29px;
}
.launchin-second-section .clone-page-title h2.elementor-heading-title.elementor-size-default {
    font-size: 33px !important;
}
.launchin-second-section.mobile {
    display: none;
}
.purchased-card a.elementor-button:before {
    content: '';
    position: absolute;
    background-image: url(http://localhost/living/wp-content/uploads/2024/01/giphy.gif);
    width: 30px;
    height: 60px;
    right: 13px;
    top: 50%;
    transform: translateY(-33%);
    background-size: contain;
    background-repeat: no-repeat;
}
.purchased-card a.elementor-button {
    position: relative;
}

.ignite-left {
    position: relative;
    align-items: stretch;
    height: 100%;
}
.spread-text, .e-card-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-115%);
    z-index: 2;
    display: none;
    left: 50%;
    transform: translate(-50%, -115%);
}
.ignite-left:hover .spread-text,.ignite-left:hover .e-card-btn{
    display: block;
}
.ignite-left:hover .spread-text,.ignite-left:hover .e-card-btn{
    display: block;
}
.e-card-btn {
    top: 65%;
}
.ignite-left:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    z-index: 1;
    display: none;
}
.ignite-left:hover:before{
    display: block;
}
.ignite-card img {
    width: 70%;
}
.cards-right {
    border: 1px solid;
    align-items: stretch;
    height: 100%;
}
.spread-text h3 {
    font-size: 25px;
    font-weight: bold;
}
.ignite-card{
    margin-bottom: 0 !important;
}
.fetured-categorys .ignite-left:before{
    position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: linear-gradient(to right, rgb(123 202 77), rgb(24 85 5));
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  z-index: 0;
}
.fetured-categorys .ignite-left:hover:before{
    top: 0;
  height: 100%;
}
.fetured-categorys .ignite-left{
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.15);
    margin: 0 5px;
    min-height: 400px;
}
.fetured-categorys .ignite-left:hover .elementor-text-editor.elementor-clearfix {
    color: #fff;
}
.fetured-categorys .ignite-left:hover h2.elementor-heading-title.elementor-size-default {
    color: #fff;
}
.fetured-categorys .ignite-left .elementor-text-editor.elementor-clearfix {
    text-align: justify;
    text-align-last: center;
}
.fetured-categorys .ignite-left h2.elementor-heading-title.elementor-size-default {
    text-align: center;
    font-size: 24px !important;
    font-weight: bold;
}
.fetured-categorys .ignite-left:hover .description {
    display: none;
    color: #fff;

}
.fetured-categorys .ignite-left .recommendation .elementor-text-editor {
color: #fff;
}
.fetured-categorys .ignite-left .recommendation {
      position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  z-index: 0;
}
.fetured-categorys .ignite-left:hover .recommendation {
    top: 50%;
    height: 100%;
    transform: translateY(-27%);
    height: 300px;
}
.fetured-categorys .ignite-left:before {
    display: block !important;
}
.cards-clone{
    border: none;
}
.fetured-categorys .ignite-left .recommendation a.btn.btn-primary {
    background-color: #fff;
    color: #04931f!important;
    padding: 10px 20px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #04931f;
    margin-top: 10px;
    font-weight: bold;
}
.fetured-categorys .ignite-left:hover .recommendation .elementor-widget-container {
    color: #fff;
    text-align: justify;
    text-align-last: center;
}
.fetured-categorys .ignite-left .description {
    text-align: justify;
    text-align-last: center;
}
.cards-clone h1.elementor-heading-title.elementor-size-large {
    font-size: 44px;
}
.eng-card h2,.spanish-cards h2 {
    background-color: #eee7e7;
    padding: 5px;
}
ul.subscription-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
ul.subscription-list li {
    /* display: flex; */
    margin-right: 30px;
    list-style-type: disc;
}
.subscription-block ul.elementor-icon-list-items {
    align-items: center;
    border: 1px solid rgba(0,0,0,.05);
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    display: flex;
    flex-direction: row;
    padding: 8px 20px !important;
    text-shadow: 0 0 2px rgba(0,0,0,.3);
    background-color: #0A5D00;
    border-bottom: 1px solid;
}
.heading-box {
    padding: 20px 20px 30px;
    background: #0a5d00;
    color: #fff;
}
.heading-box h4 {
    font-size: 30px;
}
p.original-price {
    color: #fff3bb;
    text-decoration: line-through;
}
p.sale-price strong {
    font-size: 18px;
}
.heading-box a {
    background-color: #fff;
    padding: 9px;
    border-radius: 10px;
    color: #0a5d00;
    display: block;
    text-align: center;
}
.box-content p {
    min-height: 110px;
}
.subscription-block .elementor-widget.elementor-widget-icon-list {
    margin-bottom: 0;
}
.subscription-block .box-content {
    flex-grow: 1;
    padding: 20px;
    color: #333;
    background-color: #fcfcfc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #d3d3d3;
    border-top: none;
    min-height: 400px;
}
.third .heading-box {
    background-color: #089000;
}
.third ul.elementor-icon-list-items {
    background-color: #089000;
}
.subscription-block ul.content-list {
    margin-left: 0;
}
.third-g .heading-box {
    background-color: #1FC600;
}
.third-g ul.elementor-icon-list-items {
    background-color: #1FC600;
}
.subscription-block .box-content ul li {
    position: relative;
/*    display: block;
*/    margin: 0 0 15px 20px;
    line-height: 1.3em;
    font-weight: bold;
}
.subscription-block .box-content ul li::marker {
    color: #0A5D00;
}
.subscription-block ul.elementor-icon-list-items span.elementor-icon-list-text {
    font-size: 24px;
}
.register-btn a.elementor-button.elementor-button-link.elementor-size-sm {
    border-radius: 50px;
    padding: 15px 60px !important;
    font-size: 18px;
    font-weight: bold;
}
.ht-menu li#menu-item-6377 a {
    font-weight: bold;
    color: #fff !important;
    background-color: #1FC600;
}
.ht-menu li#menu-item-6377 a:hover{
    color: #fff;
}
p.year-price {
    background-color: #fff;
    color: green;
    padding: 11px;
    text-align: center;
    border-radius: 50px;
    font-weight: bold;
}
.capability-statement:before {
    display: none;
}
.download-section.capability-statement {
    padding: 50px 0;
}
.services-new-section li.elementor-icon-list-item span.elementor-icon-list-icon {
    margin-top: 7px;
}
.services-new-section li.elementor-icon-list-item {
    align-items: baseline;
}
.page-id-1251 .services-subpage-banner img,.page-id-1241 .services-subpage-banner img,.services-subpage-banner img {
    width: 100%;
}
.new-hights-cta {
    background: linear-gradient(to right, rgb(123 202 77), rgb(24 85 5));
}
.new-hights-cta .elementor-widget-heading {
    margin-bottom: 0;
}
.new-hights-cta .elementor-container {
    align-items: center;
}
.new-hights-cta a.elementor-button.elementor-button-link.elementor-size-sm {
    background: #fff !important;
    color: #1c5908;
    font-weight: bold;
}
.procedure-section .main-title p.text-add {
    font-size: 17px;
    text-decoration: none;
    text-align: center;
}
.left_ser.first-dark {
    background-color: #0A5D00;
}
.left_ser.second-light {
    background-color: #089000;
}
.left_ser.third-lightr {
    background-color: #1FC600;
}
.left_ser {
    color: #fff;
    padding: 15px;
    min-height: 190px;
}
.left_ser h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
}
.our-offering-box .elementor-widget-wrap.elementor-element-populated{
    padding: 0 !important;
}
.plannig-box h3.elementor-icon-box-title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
}
.plannig-box {
    padding: 15px;
    background-color: #fff;
    position: relative;
    margin:10px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.15);
}
.plannig-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    background-color: green;
    height: 100%;
}
.plannig-box .elementor-icon-box-content {
    padding-left: 15px;
}
.sub-title-h3 {
    margin-bottom: 5px !important;
}
.devlopet-coaching-boxes .elementor-widget-heading h3.elementor-heading-title.elementor-size-default {
    font-size: 24px;
    font-weight: bold;
}
.devlopet-coaching-boxes .elementor-widget-heading {
    margin-bottom: 0;
}
.devlopet-coaching-boxes {
    border: 1px solid #efefef;
    padding: 10px;
    margin: 10px;
}
.choose-box {
    position: relative;
}
.choose-box .elementor-widget-text-editor {
    position: absolute;
    top: 70%;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    min-height: 315px;
}
.about-shannon .elementor-widget-counter {
    display: inline-block !important;
    width: calc(100% / 3 - 4px) !important;
}
.about-shannon .elementor-counter .elementor-counter-title{
    justify-content: flex-start;
    line-height: normal;
}
.about-shannon .elementor-counter span.elementor-counter-number-prefix {
    display: none;
}
.about-shannon .elementor-container {
    align-items: center;
}
.question-section h2.elementor-heading-title.elementor-size-default {
    font-size: 28px;
    line-height: normal;
    font-weight: bold;
}
.question-section .yes.elementor-widget.elementor-widget-heading h2.elementor-heading-title.elementor-size-default span{
    font-size: 60px;
    color: #e67101 !important;
    text-transform: uppercase;
}
.devlopment-coacihng-block .elementor-widget-wrap.elementor-element-populated {
    flex-wrap: nowrap;
}
.devlopment-coacihng-block .elementor-widget-image {
    width: 100px !important;
    margin-right: 15px;

}
.devlopment-coacihng-block h4 {
    margin-bottom: 0;
}
.devlopment-coacihng-block {
    background-color: #e1f6d4;
    border-radius: 15px;
    padding: 10px;
    margin: 10px;
}
.master-communication li.elementor-icon-list-item span.elementor-icon-list-icon {
    margin-top: 8px;
}
.master-communication li.elementor-icon-list-item {
    display: flex;
    align-items: flex-start !important;
    background-color: rgb(72 134 41);
    border-radius: 6px;
    padding: 8px;
    margin: 5px 0 !important;
    color: #fff;
}
.master-communication .elementor-widget-image-box {
    background-color: #fff;
    border-radius: 15px;
    padding: 18px;
    position: relative;
}
.master-communication .elementor-widget-image-box:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 65px;
    background-color: rgb(72 134 41);
    top: 100%;
    left: 50px;
}
.master-communication .elementor-widget-image-box:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 65px;
    background-color: rgb(72 134 41);
    top: 100%;
    right: 50px;
}
.investing-leadership {
    background-color: rgb(72 134 41);
    border-radius: 15px;
    padding: 8px;
    color: #fff;
    text-align: center;
}
.master-communication .elementor-widget-image-box .elementor-image-box-wrapper {
    align-items: center !important;
}
.master-communication .elementor-widget-image-box .elementor-image-box-wrapper h3.elementor-image-box-title {
    line-height: normal;
}.accordian {
  width: 100%;
  max-width: 100%;
  margin: 2rem auto;
  /*display: flex;*/
}

.accordian-item {
    background-color: white;
    color: #111;
    margin: 1rem 10px;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    border-left: 6px solid #76c44a;
}

.accordian-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordian-item-header::after {
  content: "\002B";
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  right: 1rem;
  /* transition: all 0.2s ease; */
}

.accordian-item-header.active::after {
  content: "\2212";
}

.accordian-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordian-item-body-content {
  padding: 1rem;
  line-height: 1.5;
  border-top: 1px solid #34495e;
}
.proven-history .elementor-container.elementor-column-gap-default {
    display: flex;
    align-items: center;
}
.by-partnering .elementor-widget-wrap.elementor-element-populated {
    padding: 32px;
}
.accordian-item h4 {
    margin-bottom: 0;
}
.btn_style .elementor-button {
    /*background: linear-gradient(to right, #dc59c5, #8b317b) !important;*/
    padding: 15px 30px !important;
    font-size: 16px;
    font-weight: bold;
}
.contact-us-button .elementor-button{
    background:#fff !important;
    color: #185505 !important;
    animation: anim 1000ms linear 800ms infinite;

}
.form-left-img .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
}
.landing-page-form .elementor-widget-wrap.elementor-element-populated {
    align-items: center !important;
    padding: 50px;
}
.form_sec section.elementor-section .elementor-container.elementor-column-gap-default {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}
.landing-page-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 30px;
    background: #f0f175;
    /* padding: 15px 30px !important; */
    font-size: 16px;
    font-weight: bold;
    color: #fff;
           -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@keyframes anim {
  from {
    margin: 0px;
    opacity: 1;
    background-color: green;
  }

  to {
    margin: 0px;
    opacity: 0;
  }
}


/*.Leadership-Development-banner{
    padding: 60px 0;
    background: #185505 url(http://localhost/living/wp-content/uploads/2024/05/Banner-img.png) no-repeat top center;
    background-size: cover;
}*/

.Leadership-Development-banner form p.title-form{
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.banner-form-right{
    background-color:#185505 ;
}
.Leadership-Development-banner form label {
    font-size: 14px;
}
.Leadership-Development-banner form p{
    margin-bottom: 10px;
}
.Leadership-Development-banner .elementor-container.elementor-column-gap-default {
    position: absolute;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    /*padding: 30px;*/
    width: 70%;
}
.Leadership-Development-banner .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-50 {
    padding: 15px;
    z-index: 1;
}

.Leadership-Development-banner .main_title-h1.elementor-widget.elementor-widget-heading {
    margin-bottom: 0;
}
.Leadership-Development-banner h1.elementor-heading-title.elementor-size-default {
    color: #000 !important;
    font-size: 32px !important;
    margin-bottom: 7px !important;
}
.Leadership-Development-banner form p br {
    display: none;
}
/*banner-clone-page*/
.banner-clone .banner-form-right {
    background-color: transparent;
}
.banner-clone .elementor-container.elementor-column-gap-default {
    position: absolute;
    justify-content: center;
    transform: none;
    background-color: transparent;
    box-shadow: none;
    width: 1170px;
    left: 85px;
    top: 50px;
}
.banner-clone form {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    border: 1px solid grey;
    border-radius: 5px 50px 5px 50px;
    max-width: 400px;
}
.banner-clone form p.title-form {
    color: #000;
}
.about-shannon .btn_style .elementor-button {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% {     background: linear-gradient(to right, rgb(123 202 77), rgb(24 85 5)); -webkit-box-shadow: 0 0 3px #488629; }
  50% {     background: linear-gradient(to right, rgb(123 202 77), rgb(24 85 5)); -webkit-box-shadow: 0 0 20px #488629; }
  100% {     background: linear-gradient(to right, rgb(123 202 77), rgb(24 85 5)); -webkit-box-shadow: 0 0 3px #488629; }
}

@-moz-keyframes glowing {
  0% {     background: linear-gradient(to right, rgb(123 202 77), rgb(24 85 5)); -moz-box-shadow: 0 0 3px #488629; }
  50% {     background: linear-gradient(to right, rgb(123 202 77), rgb(24 85 5)); -moz-box-shadow: 0 0 20px #488629; }
  100% {     background: linear-gradient(to right, rgb(123 202 77), rgb(24 85 5)); -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% {     background: linear-gradient(to right, rgb(123 202 77), rgb(24 85 5)); box-shadow: 0 0 3px #488629; }
  50% {     background: linear-gradient(to right, rgb(123 202 77), rgb(24 85 5)); box-shadow: 0 0 20px #488629; }
  100% {     background: linear-gradient(to right, rgb(123 202 77), rgb(24 85 5)); box-shadow: 0 0 3px #488629; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #488629; }
  50% { background-color: #FF0000; box-shadow: 0 0 20px #488629; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #488629; }
}
.question-section.question-section-clone p {
    text-align: left;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
}
.question-section.question-section-clone img{
    max-width: 250px;
}

.banner-clone-2 h1.elementor-heading-title.elementor-size-default {
color: #000 !important;
font-size: 40px !important;
}

.banner-clone-2 .elementor-widget-container{
    color: #000 !important;
}
.banner-clone p.clone-title-form {
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
}
.banner-clone form p.title-form {
    color: #000;
}
.banner-clone p.title-form{
    display: none;
}
.banner-clone-2 p.title-form{
    display: inline-block;
}
.banner-clone-2 p.clone-title-form,.banner-clone-2 .clone-desc {
    display: none;
}

.Leadership-Development-banner form input.wpcf7-submit{
        background: linear-gradient(to right, rgb(123 202 77), rgb(24 85 5));
        border-radius: 50px;
        -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

@keyframes anim {
  from {
    margin: 0px;
    opacity: 1;
    background-color: green;
  }

  to {
    margin: 0px;
    opacity: 0;
  }
}

.anim-1 .elementor-button {
    animation-name: blinking;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    border: 3px solid #488629;
}
@keyframes blinking {
  50% {
    border-color: #ffcd5f;
  }
}
.why-choose-btn a.elementor-button.elementor-button-link{
    padding: 6px 18px;
  border-radius: 4px;
  outline: none;
  background-color: transparent;
  border: 2px solid var(--secondary);
  animation: rotate 0.4s linear both infinite;
  font-size: 16px;
  color: #fff;
}
@keyframes rotate {
  100% {
    filter: hue-rotate(-360deg)
  }
}
.master-communication a.elementor-button.elementor-button-link{
    animation: grow-and-shrink 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
 @keyframes grow-and-shrink {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
.services-box:hover .elementor-widget-image {
    background-color: #fff;
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /* padding: 7px; */
    border-radius: 50%;
}
.services-box:hover .elementor-widget-image img {
    padding: 10px;
}
.why-choose-home .elementor-container.elementor-column-gap-default {
    align-items: end;
}
.why-choose-home li.elementor-icon-list-item {
    align-items: baseline;
    padding-bottom: 10px;
    line-height: normal;
}
.why-choose-home span.elementor-icon-list-icon {
    margin-top: 3px;
    color: #04931f;
}
.why-choose-home span.elementor-icon-list-icon i {
    font-size: 20px;
}
.why-choose-home li.elementor-icon-list-item strong {
    display: block;
}
.sustainable-success h3.elementor-icon-box-title {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 0;
}
.sustainable-success .elementor-icon-box-icon i {
    font-size: 30px;
    color: #04931f;
}
.col_1 {
    position: relative;
}
.col_2 {
    padding-left: 30px;
}
.col_1:after {
    content: '';
    position: absolute;
    left: auto;
    right: -10px;
    width: 1px;
    height: 100%;
    background-color: lightgray;
}
.sustainable-success .col_1 .elementor-widget-icon-box:nth-child(1),.sustainable-success .col_2 .elementor-widget-icon-box:nth-child(1) {
    border-bottom: 2px solid lightgray;
    padding-bottom: 15px;
}
.launchin-second-section.new-sec .elementor-container {
    align-items: center;
}
.launchin-second-section.new-sec .cards-right {
    border: none;
    padding: 0 !important;
}
.launchin-second-section.new-sec img {
    box-shadow: none;
}
.new-sec .ignite-left:hover:before{
    display: none;
}
.new-sec .purchased-card a.elementor-button:before{
    display: none;
}
/*responsive css start*/
@media (min-width:1200px) and (max-width:1400px) {
/*17-08-2023*/
.live-session .wrapper-image img {
    max-height: 540px;
    height: 540px;
}
.launching-banner {
  background-position: right -35px !important;
   
}
.launching-banner .elementor-widget-wrap {
    transform: translateY(78%);
}
.launching-banner .elementor-widget-wrap h3 {
    font-size: 35px;
}
.launching-banner p {
    margin-bottom: 0;
}

}
@media (min-width:991px) and (max-width:1200px) {
.home-banner .elementor-heading-title p {
    font-size: 43px !important;

}
.page-id-5114 .ht-container.ht-clearfix, .page-id-5232 .ht-container.ht-clearfix {
    padding: 0 !important;
}
.launching-banner .elementor-widget-wrap {
    transform: translateY(75%);

}
}
@media (min-width:1025px) and (max-width:1366px) {
/*17-08-2023*/
.live-session h2 {
    font-size: 36px;
}
.live-session h3 {
    font-size: 24px;
}
.live-session .wrapper-image img {
    max-height: 550px;
    height: 550px;
}
.live-session .wrapper-image img {
    max-height: 540px;
    height: 540px;
}
.postid-2785 div#primary {
    width: 100%;
    padding: 0 100px;
}
.home-banner .elementor-text-editor {
    padding-right: 50px;
}
.home-banner .elementor-text-editor p {
    font-size: 20px;

}

}
@media screen and (max-width: 1170px){
    .page-id-5114 .ht-container.ht-clearfix, .page-id-5232 .ht-container.ht-clearfix {
    padding: 0 !important;
}
}
@media (min-width:992px) and (max-width:1200px) {
    .employee-development .servi_h .elementor-widget-text-editor {
        min-width: 140%;
    }
    .employee-development .servi_h .elementor-widget-text-editor  p{
        font-size: 14px;
    }
    .employee-development .emp-right-img img {
    min-height: 400px;
}
.live-session .wrapper-image img {
    max-height: 550px;
    height: 550px;
}
.live-session h2 {
    font-size: 33px;
}
.live-session h3 {
    font-size: 24px;
}
.course-pricing .elementor-row {
    /* margin: 0 !important; */
    flex-wrap: nowrap;
}
.launching-banner .elementor-widget-wrap h3 {
    font-size: 30px;
}
.launching-banner{
    background-position: bottom;
}
}
@media (min-width:992px) and (max-width:1024px) {
    .resons-to-join .elementor-image-box-title {
    top: 36%;
    max-width: 50%;
    left: 22%;
    font-size: 25px;
}
.home-banner {
    background-position: center right -115px !important;
}
.home-banner .elementor-heading-title p {
    font-size: 39px !important;
}

}
@media (max-width:991px) {
 .employee-development .elementor-row .elementor-col-50 {
    width: 100%;
}
    .s_ifn_s {
    box-shadow: 2px 2px 8px 1px lightgrey;
    margin: 0 0 30px;
    padding: 0;
}
    .ht-menu > ul > li.menu-item > a {
    color: #ffffff;
}
.employee-development .elementor-row {
    flex-direction: column-reverse;
}
.employee-development .servi_h .elementor-widget-text-editor {
    position: relative;
    top: 0;
    min-width: 100%;
    transform: none;
}
.employee-development .elementor-row .elementor-col-50 {
    padding: 0 0 0 0;
}
.employee-development .servi_h .elementor-widget-text-editor  p{
        font-size: 14px;
    }
.employee-development {
    padding-bottom: 30px !important;
}
    .right_line:before {
    background: inherit;
}
/*24-7-2023*/

.employee-development .emp-right-img img {
    min-height: auto;
}
.hire-health-left .elementor-image img {
    min-height: auto;
}
/*24-7-2023*/
/*16-08-2023*/
.Life_Transformation .courses-right-img img {
    height: auto;
    min-height: auto;
}
/*17-08-2023*/
.wrapper-online-course .wrapper-content {
    width: 100%;
    float: none;
    padding: 105px 50px 50px 50px;
}
.wrapper-online-course .wrapper-image {
    width: 100%;
    float: none;
}
.wrapper-online-course {
    display: flex;
    flex-direction: column;
}
.live-session h2 {
    font-size: 24px;
}
.live-session h3 {
    font-size: 23px;
}
.live-session h5 {
    font-size: 17px;
}
.unlimitedPromo-box_ZdpZD {
    padding: 30px 30px;
}
.empower-title h2:before {
    width: 21%;
    bottom: 32%;
}
.resons-to-join .elementor-row .elementor-column.elementor-col-33 {
    width: 100%;
}
.resons-to-join .elementor-image-box-title {
    top: 45%;
    max-width: 29%;
    left: 7%;
    font-size: 30px;
}
/*03-01-2024*/
.home-banner {
    background-position: center right -115px !important;
    height: 450px;
}
.home-banner .elementor-heading-title p {
    font-size: 28px !important;
}
.home-banner .elementor-widget-text-editor{
        margin-bottom: 0;
        font-size: 18px !important;
       
}
.home-banner .elementor-element{
        margin-bottom: 0;
}
.home-banner .elementor-container.elementor-column-gap-no{
    min-height: 480px !important;
}
.home-banner .elementor-widget-wrap {
    padding-top: 0 !important;
}
.home-banner .elementor-image {
    padding-bottom: 30px;
}
.page-id-5114 .ht-container.ht-clearfix, .page-id-5232 .ht-container.ht-clearfix {
    padding: 0 !important;
}
.launching-banner .elementor-widget-wrap {
    top: 50%;
    transform: translateY(73%);
    left: 31px;
}
.launching-banner .elementor-widget-wrap h3 {
    font-size: 19px !important;
}
.launching-banner {
    min-height: 400px;
}
.launching-banner p {
    font-size: 14px;
    margin-bottom: 0;
}
.launching-banner h2.elementor-heading-title.elementor-size-default {
    font-size: 22px;
}
.page-id-5114  .ht-header .ht-container{
    z-index: 1;
}
.launching-banner:before{
    z-index: 0;
}
.launchin-second-section h2.elementor-heading-title.elementor-size-default {
    font-size: 35px !important;
    line-height: 1;
}
.launching-banner .elementor-widget-heading {
    margin-bottom: 0;
}
}
@media (max-width:767px) {
.counter-section .elementor-container {
    padding: 0;
    margin: 0 auto;
}
.btn-left-enroll .elementor-button-wrapper {
    margin-top: 0;
}
.blog-content, .postid-2785 div#comments {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}
.inside-the-course ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: left;
    padding-left: 0 !important;
}
img.challenge, img.join-course {
    width: 100%;
}
h3.blog-heading {
    font-weight: bold;
    font-size: 24px;
}
.postid-2785 .ht-container.ht-clearfix {
    width: 100% !important;
    padding: 0 !important;
}
.inside-the-course ul li:nth-child(even):before {
    left: -22px;
}
.home-banner h2.elementor-heading-title {
    font-size: 40px !important;
}
.unstoppable-success h1.elementor-heading-title {
    font-size: 28px !important;
}
.Our-Popular-Services h3.elementor-heading-title {
    font-size: 35px !important;
}
.Our-Popular-Services h3 {
    font-size: 24px;
}
.unstoppable-success,.Our-Popular-Services,.empower,.first-step {
    padding: 50px 0 50px !important;
}
.empower h3.elementor-heading-title,.first-step h2.elementor-heading-title {
    font-size: 35px !important;
}
.contact-us h3.elementor-heading-title.elementor-size-default {
    font-size: 28px !important;
    text-align: center;
}
.contact-us .elementor-widget-text-editor {
    text-align: center;
}
.contact-us h3.elementor-icon-box-title {
    font-size: 24px;
}
.home_foam h2.elementor-heading-title.elementor-size-default {
    text-align: center;
    font-size: 30px !important;
}
.get-skills {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.ht-container, .elementor-section.elementor-section-boxed.elementor-section-stretched>.elementor-container, .elementor-template-full-width .elementor-section.elementor-section-boxed>.elementor-container {
    width: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.qr-img img {
    width: 50%;
}
.podcast i.fas.fa-play-circle:before {
    /* width: 50px; */
    /* height: 50px; */
    font-size: 35px;
    top: 33%;
}
.podcast-right h3 {
    margin-top: 20px;
        margin-bottom: 0;
}
.review-section .empower-title h2:before {
    bottom: 62%;
}
.form-section {
    margin-top: 20px;
}
.course-pricing {
    margin-top: 0 !important;
}
.empower-yourself {
    padding: 30px 0 30px !important;
}
.enroll-step-left .elementor-widget-wrap {
    padding-right: 0 !important;
}
.enroll-step-left .elementor-widget.elementor-widget-text-editor {
    padding: 15px;
}
.contact-us-services {
    padding: 30px 0 !important;
}
.contact-us-services .elementor-widget-wrap {
    padding: 15px !important;
}
.contact-us-services h6.elementor-heading-title.elementor-size-default {
    text-align: center;
}
/*03-01-2024*/
.home-banner {
    background-position: center right -115px !important;
    height: 350px;
}
.home-banner .elementor-heading-title p {
    font-size: 18px !important;
    width: 78%;
}
.home-banner .elementor-widget-text-editor{
        margin-bottom: 0;
        font-size: 12px !important;
        width: 72%;
}
.home-banner .elementor-element{
        margin-bottom: 0;
}
.home-banner .elementor-container.elementor-column-gap-no{
    min-height: 380px !important;
}
.home-banner .elementor-widget-wrap {
    padding-top: 0 !important;
}
.home-banner .elementor-image {
    padding-bottom: 30px;
}
.page-id-5114 .ht-container.ht-clearfix, .page-id-5232 .ht-container.ht-clearfix {
    padding: 0 !important;
}
.launching-banner .elementor-widget-wrap {
    top: 50%;
    transform: translateY(69%);
    left: 0;
}
.launching-banner .elementor-widget-wrap h3 {
    font-size: 19px !important;
    text-align: center;
}
.launching-banner {
    min-height: 400px;
}
.launching-banner p {
    font-size: 14px;
    margin-bottom: 0;
    text-align: justify;
    text-align-last: center;
}
.launching-banner h2.elementor-heading-title.elementor-size-default {
    font-size: 22px;
    text-align: center;
}
.page-id-5114  .ht-header .ht-container{
    z-index: 1;
}
.launching-banner:before{
    z-index: 0;
}
.launchin-second-section h2.elementor-heading-title.elementor-size-default {
    font-size: 35px !important;
    line-height: 1;
    text-shadow: none;
}
.page-id-5114 .ht-header .ht-container div#ht-site-branding img.custom-logo,.page-id-5232 .ht-header .ht-container div#ht-site-branding img,.page-id-5531 .ht-header .ht-container div#ht-site-branding img  {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.e-card-btn {
    /*border-bottom: 1px solid #ba9b43;*/
    padding-bottom: 20px;
    position: relative;
}
.e-card-btn:before {
    content: '';
    position: absolute;
    width: 76%;
    height: 1px;
    background-color: #ba9b43;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.launching-banner-mobile{
    display:none !important;
}
.launching-banner{
    display: none;
}
.launching-banner-mobile:before{
    z-index: 0;
    content: '';
    position: absolute;
    background-image: url(http://localhost/living/wp-content/uploads/2024/01/launch-shape-1m-1.png);
    width: 47px;
    height: 175px;
    background-repeat: no-repeat;
    top: -90px;
    left: 0;
}
.launching-banner-mobile:after{
    z-index: 0;
    content: '';
    position: absolute;
    background-image: url(http://localhost/living/wp-content/uploads/2024/01/launch-shape-2m.png);
    width: 36px;
    height: 50px;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
}
.launching-banner .elementor-text-editor.elementor-clearfix {
    font-size: 15px;
    text-align: justify;
    text-align-last: center;
}
.launchin-second-section.mobile {
    display: block;
}
.launchin-second-section.mobile {
    display: block;
    padding-bottom: 0 !important;
    padding-top: 10px !important;
}
.launchin-second-section.mobile img{
    box-shadow: none !important; 
}
.launchin-second-section.mobile .elementor-widget-wrap {
    padding: 0 !important;
}
.launching-banner .elementor-widget-wrap h3 span {
    font-size: 16px !important;
}
.launchin-second-section {
    padding: 30px 0 !important;
}
.launchin-second-section .clone-page-title h2.elementor-heading-title.elementor-size-default {
    font-size: 21px !important;
}
.save-the-date .col {
    width: 95% !important;
 
}
.launching-banner-mobile.spanish .elementor-widget-wrap {
    transform: translateY(57%);
}
.spanish-cards h2,.eng-card h2 {
    font-size: 24px;
}
.spanish-cards,.eng-card{
    padding-bottom: 30px !important;
}

.fortlace h2 {
    font-size: 26px;
}
.ignite-left {
    height: auto;
}
.cards-right {

    height: auto;
}
.launchin-second-section a.elementor-button.elementor-button-link.elementor-size-sm {
    font-size: 16px;
    width: 95%;
    padding: 15px 10px !important;
}
.fetured-categorys .ignite-left{
    height: 400px;
    margin-bottom: 10px;
}
.cards-clone h1.elementor-heading-title.elementor-size-large {
    font-size: 44px;
}
.fetured-categorys .ignite-left:hover .recommendation {
    transform: translateY(-35%);
}
.featured-spanish .ignite-left h2.elementor-heading-title.elementor-size-default {
    font-size: 22px !important;
}
.featured-spanish .ignite-left:hover .recommendation {
    transform: translateY(-40%);
}
.ht-menu li#menu-item-6377 a {
    width: max-content;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
}
.register-btn a.elementor-button.elementor-button-link.elementor-size-sm {
    padding: 15px 25px !important; 
}
.our-offerings{
    padding: 5px !important;
}
.drive-growth{
    padding: 15px !important;
}
.drive-growth h2 {
    font-size: 30px;
    line-height: 1.1;
}
.plannig-box:before {
 
    width: 100%;
    background-color: green;
    height: 77px;
}
.plannig-box .elementor-icon-box-content {
    padding-left: 0;
    padding-top: 15px;
}
.plannig-box .elementor-icon-box-content li{
    text-align: left;
}
.plannig-box h3.elementor-icon-box-title {
    text-align: left;
}
.plannig-box .elementor-icon-box-icon {
    text-align: left;
}
.home_foam .elementor-widget-wrap.elementor-element-populated p.elementor-heading-title.elementor-size-default {
    font-size: 22px;
    font-weight: bold;
}
.home_foam h5 br,.home_foam h2 br{
    display: none;
}
.home_foam .elementor-widget-wrap.elementor-element-populated {
    padding: 15px !important;
}
.with-abs-bg{
    padding: 15px !important;
}
.with-abs-bg h2,.with-abs-bg h4,.with-abs-bg h3{
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 0 !important;

}
.with-abs-bg h2 span,.with-abs-bg h4 span,.with-abs-bg h3 span {
    color: #fff !important;
}
.offering-img {
    min-height: 350px;
}
.services-box {
    margin: 10px;
    padding: 0 !important;
}
.ht-footer.ht-footer2 h4 {
    text-align: left;
    margin-right: 0;
}
.ht-footer.ht-footer2 aside#nav_menu-2 {
    justify-content: flex-start;
}
.col_2{
    padding-left: 0;
}
.sustainable-success .col_1 .elementor-widget-icon-box {
    border-bottom: 2px solid lightgray;
    padding-bottom: 15px;
}
.col_1:after{
    display: none;
}
.why-choose-btn-home .elementor-button {
    padding: 12px 16px;
   
}
}

@media (max-width:420px) {
.resons-to-join .elementor-image-box-title {
    top: 38%;
    max-width: 48%;
    left: 22%;
    font-size: 26px;
}
.s_ifn_s {
    margin: 0 0 50px;
}
.Life_Transformation .elementor-column-wrap.elementor-element-populated {
    padding: 0 !important;
}
.Life_Transformation .courses-right-img img{
    margin-bottom: 30px;
}
.empower-yourself:before,.empower-yourself:after{
    display: none;
}
.courses-box .unlimitedPromo-box_ZdpZD {
    background-color: #0A5D00;
    padding: 18px;
}
.resons-to-join.elementor-section.elementor-section-boxed .elementor-container.elementor-column-gap-default {
    padding: 0 !important;
}
.review-section .het-testimonial {
    min-height: auto;
}
.review-section .het-testimonial-excerpt {
    min-height: auto;
}
    .ht-menu > ul > li.menu-item:hover > a, .ht-menu > ul > li.menu-item.current_page_item > a, .ht-menu > ul > li.menu-item.current-menu-item > a, .ht-menu > ul > li.menu-item.current_page_ancestor > a, .ht-menu > ul > li.menu-item.current > a {
    color: #fff !important;
}
    .ht-main-footer {
    margin: 0;
}
    .elementor-row {
    margin: 0 !IMPORTANT;
    width: 100%;
}
    .heght_370 .elementor-widget-container {
    height: auto;
}
    .contact-us {
    text-align: center;
}
    .img_vis img {
    height: auto;
}
div#pum-4104 {
    display: none !IMPORTANT;
}
.launchin-second-section
{
    padding: 10px 0 !important;
}
.fortlace {
    padding: 10px 0 !important;
}
}
@media (max-width:380px) {
.home-banner .elementor-heading-title p {
    font-size: 17px !important;
    width: 77%;
}
.home-banner {
    background-position: center right -131px !important;
}
}
@media (max-width:360px) {
.home-banner .elementor-heading-title p {
    font-size: 15px !important;
}

}