/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


@font-face {
    font-family: 'Angelica Rytes';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('assest/fonts/AngelicaRytes-mLqJv.ttf') format('truetype');
}
html .Angelica_font h6 {
    font-family: 'Angelica Rytes' !important;
}



:root {
    --primary:#e33270;
}
.elementor-container {
    padding-left: 75px;
    padding-right: 75px;
}
.elementor-container .elementor-container{
    padding-left: 0;
    padding-right: 0;
}
.elementor-section-full_width .elementor-container {
    padding-left: 0;
    padding-right: 0;
}
html .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
html .header .header-top,
html .header .main-header,
html .header .site-logo img {
    transition: all 0.4s !important;
}
html.sticky .header .header-top {
    margin-top: -58px;
}
html.sticky .header .main-header {
    padding: 24px 20px;
} 
html.sticky .header .site-logo img {
    width: 240px !important;
}
html body {
    padding-top: 172px;
}

.fwdr3dcov-caption {
    overflow: visible !important;
}

html p {
    margin-bottom: 14px;
}
html p:last-child {
    margin-bottom: 0;
}

#content h1.entry-title {
    display: none;
}
.banner-video .elementor-custom-embed-play {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    margin: 40px auto;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.banner-video .elementor-custom-embed-play:hover {
    transform: scale(1.1);
}
.banner-video .elementor-custom-embed-play:before {
    content: "";
    display: block;
    width: 250px;
    height: 42px;
    background-image: url("../../uploads/2024/02/Frame-238349.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.banner-video .elementor-custom-embed-play svg {
    display: none;
}
.banner-video .elementor-custom-embed-play span.elementor-screen-only {
    position: relative;
    top: 0;
    overflow: auto;
    clip: inherit;
    width: auto;
    height: auto;
    margin: 0;
    margin-top: 8px;
    font-size: 12px;
    color: #FFF;
    font-style: italic;
    opacity: 0.8;
}

html .image-box-section:before {
    content: "";
    display: block;
    background: #38363B;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
}
html .img-box {
    display: block !important;
}
html .img-box .elementor-widget-wrap {
    flex-wrap: nowrap !important;
    width: auto;
    margin: 0 -10px;
    padding: 0 !important;
}
html .img-box .elementor-widget-wrap .elementor-widget-image-box:not(:hover),
html .img-box .elementor-widget-wrap .elementor-widget-image-box {
    width: 11.11%;
    padding: 0 4px;
    min-width: 0;
    transition: all 0.8s;
}
html .img-box .elementor-widget-wrap .elementor-widget-image-box:hover {
    width: 30%;
}
html .img-box .elementor-widget-wrap .elementor-widget-image-box:nth-child(2n + 2) {
    margin-top: 45px;
}
html .img-box .elementor-image-box-wrapper {
    position: relative;
}
html .img-box figure.elementor-image-box-img {
    width: 100%;
    height: 420px;
    display: block;
}
html .img-box figure.elementor-image-box-img:before {
    content: "";
    display: block;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.8s;
}
html .img-box .elementor-widget-image-box:hover figure.elementor-image-box-img:before {
    visibility: visible;
    opacity: 1;
}
html .img-box figure.elementor-image-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}
html .img-box .elementor-image-box-content {
    position: absolute;
    left: -50%;
    top: auto;
    right: -50%;
    bottom: 0;
    margin: auto;
    padding: 40px;
    width: 390px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.8s;
}
html .img-box .elementor-widget-image-box:hover .elementor-image-box-content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
}
html .img-box .elementor-image-box-content h3 {
    color: #FFF !important;
    margin-top: 0;
    margin-bottom: 12px !important;
}
html .img-box .elementor-image-box-content p:empty {
    display: none;
}
html .img-box .elementor-image-box-content p {
    color: #FFF;
}
html .img-box .elementor-image-box-content a {
    background: var(--primary);
    color: #FFF;
    border-radius: 50px;
    padding: 0 24px;
    border: 1px solid var(--primary);
    line-height: 34px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.4s;
}
html .img-box .elementor-image-box-content a:hover {
    background: #0F141A;
    border-color: #0F141A;
}

html .expertise-boxes .elementor-widget-flip-box {
    width: 25%;
    padding: 0 30px;
    margin: 0;
}
html .expertise-boxes .elementor-flip-box__front .elementor-flip-box__layer__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
html .expertise-boxes .elementor-flip-box__front h3 {
    margin: 0 !important;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}
html .expertise-boxes .elementor-flip-box__back {
    margin: -80px -30px;
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    transition: all 0.8s !important;
    transform: scale(0.3) !important;
}
html .expertise-boxes .elementor-flip-box:hover .elementor-flip-box__back {
    visibility: visible;
    transform: scale(1) !important;
}
html .expertise-boxes .elementor-flip-box:hover .elementor-flip-box__front {
    transform: scale(1.1);
}
.elementor-nav-menu .menu-item-has-children .sub-arrow .e-font-icon-svg * {
    fill: var(--primary);
}
.elementor-nav-menu .menu-item-has-children .sub-arrow{
    padding-left: 5px;
}

html .expertise-boxes .elementor-flip-box__back ul {
    text-align: left;
    margin-top: 10px;
    padding-left: 25px;
}
html .expertise-boxes .elementor-flip-box__back ul li::marker {
    color: var(--primary);
    font-size: 18px;
}


html .for-work-form .elementor-form-fields-wrapper {
    margin: 0 -5px;
}
html .for-work-form .elementor-form-fields-wrapper > * {
    padding: 0 5px;
    margin-bottom: 15px;
}
html .for-work-form .elementor-form-fields-wrapper > *:last-child {
    margin-bottom: 0;
}
html .for-work-form .elementor-field {
    padding: 0 16px;
    height: 46px;
}
html .for-work-form textarea.elementor-field {
    border-radius: 25px !important;
    padding: 16px;
    min-height: 85px;
    resize: none;
}
html .for-work-form .elementor-field-type-submit {
    width: auto;
}
html .for-work-form .elementor-field-type-checkbox {
    margin-top: 15px;
    margin-bottom: 40px;
}
html .for-work-form .elementor-field-type-checkbox label {
    font-size: 15px !important;
    color: #FFFFFF;
    font-family: "Nunito Sans", Sans-serif !important;
    margin-bottom: 20px;
}
html .for-work-form .elementor-field-subgroup {
    display: grid;
    grid-template-columns: repeat(2, 220px);
    row-gap: 15px;
}
html .for-work-form .elementor-field-subgroup .elementor-field-option {
    position: relative;
    padding-left: 30px;
}
html .for-work-form .elementor-field-subgroup input {
    display: none !important;
}
html .for-work-form .elementor-field-subgroup label {
    cursor: pointer;
}
html .for-work-form .elementor-field-subgroup label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border: 2px solid #69727D;
    transition: all 0.4s;
}
html .for-work-form .elementor-field-subgroup label:after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: -2px;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 8px;
    border-right: 2px solid #39353B;
    border-bottom: 2px solid #39353B;
    transform: rotate(45deg);
}
html .for-work-form .elementor-field-subgroup input:checked ~ label:before {
    background: #FFF;
    border-color: #FFF;
}
.overflow-hidden {
    overflow: hidden;
}
.fwdr3dcov div[style*="width: 8px"] {
    display: none;
}


.home_ss-wrap {
    width: 1650px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 25px;
}
.home_ss-wrap #fwdr3dcovDiv0 {
    width: auto !important;
    height: auto !important;
}
.home_ss-wrap #fwdr3dcovDiv0 .fwdr3dcov {
    background: transparent !important;
}
/* .home_ss-wrap .fwdr3dcov-thumbnail {
    width: 400px !important;
    height: 510px !important;
}
.home_ss-wrap .fwdr3dcov-thumbnail .fwdr3dcov-image {
    width: 400px !important;
    height: 510px !important;
} */
.home_ss-wrap .fwdr3dcov-thumbnail .fwdr3dcov-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.storise-section .sdata {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 50px 40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0f141a 31.23%, #0f141a 100%) !important;
}
.home_ss-wrap #fwdr3dcovDiv0 .fwdr3dcov [style*="height: 32px;"] {
    display: none !important;
}



.storise-section .sdata .con {
    line-height: 140%;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 12px;
}
.storise-section .sdata h4 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 4px;
    color: #FFF;
    font-family: "Nunito Sans" !important;
    font-weight: 500;
}
.storise-section .sdata h5 {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0;
    color: #FFF;
    font-family: "Nunito Sans" !important;
    font-weight: 400;
}

html .roles-carousel .swiper-slide.card {
    border-radius: 0;
    box-shadow: none;
    position: relative;
    padding: 0;
    margin: 0;
    background: transparent;
}
html .roles-carousel .swiper-slide.card .card-content {
    padding: 15px 10px;
    min-height: 450px;
    justify-content: flex-end;
}
html .roles-carousel .swiper-slide.card .card-content:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 44.6%, #000000 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 200px;
}
html .roles-carousel .swiper-slide.card .card-content .image {
    padding: 0;
    background: transparent;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
html .roles-carousel .swiper-slide.card .card-content .image img {
    object-position: top center;
}
html .roles-carousel .swiper-slide.card .card-content .name-profession {
    position: relative;
    margin-top: 0;
}
html .roles-carousel .swiper-slide.card .card-content .name-profession .name {
    margin-bottom: 9px;
}
html .roles-carousel .swiper-slide.card .card-content .button {
    margin-top: 9px;
    position: relative;
}
html .roles-carousel .swiper-slide.card .card-content .button a:hover {
    background: #FFF;
    color: #000;
}
html .roles-carousel .swiper {
    padding: 0;
}
.bannervideobtn.elementor-widget-video .elementor-widget-container {
    width: auto;
    margin: 0 auto;
    overflow: visible;
}
.bannervideobtn.elementor-widget-video .elementor-custom-embed-image-overlay img {
    aspect-ratio: auto;
    transition: all 0.4s;
    display: block;
    width: 208px;
    margin: 0 auto 9px;
}
.bannervideobtn.elementor-widget-video .elementor-custom-embed-image-overlay img:hover{
    transform: scale(1.2);
}
.bannervideobtn.elementor-widget-video .elementor-wrapper {
    aspect-ratio: auto;
}
.bannervideobtn.elementor-widget-video .elementor-custom-embed-image-overlay .apndData {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #FFF;
    font-style: italic;
    opacity: 0.8;
}
html .elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1;
    color: red;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 10px 15px;
    border: 1px solid red;
    background: #ffcece;
    font-family: "Nunito Sans" !important;
}
html .elementor-message.elementor-message-success {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1;
    color: green;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 10px 15px;
    border: 1px solid green;
    background: #ccffcc;
}
html .fancybox_popup iframe {
    background: #000;
}
html .roles-carousel .swiper-pagination,
html .mySwiper .swiper-button-next, 
html .mySwiper .swiper-button-prev {
    display: none !important;
}
html .blog .elementor-post__title a {
    transition: all 0.4s;
}
html .blog .elementor-post__title a:hover {
    color: var(--primary) !important;
}

html .blog nav.elementor-pagination a {
    transition: all 0.4s;
}
html .blog nav.elementor-pagination span,
html .blog nav.elementor-pagination a:hover {
    opacity: 0.6;
}
html .blog .elementor-post__card {
    position: relative;
}
html .blog .elementor-post__card .elementor-post__text {
    padding-left: 40px !important;
    padding-top: 15px !important;
}
html .blog .elementor-post__card .elementor-post__meta-data {
    padding-left: 40px !important;
    padding-bottom: 15px !important;
}
html .blog .elementor-post__card .elementor-post__text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #0F141A;
    width: 2px;
}
html .blog .elementor-post__card > .elementor-post__thumbnail__link ~ .elementor-post__text:before {
    display: none;
}
html .blog .elementor-post__card > .elementor-post__thumbnail__link ~ .elementor-post__text {
    padding-left: 0 !important;
    padding-top: 0 !important;
}
html .blog .elementor-post__card > .elementor-post__thumbnail__link ~ .elementor-post__text ~ .elementor-post__meta-data {
    padding-left: 0 !important;
    padding-bottom: 10px !important;
}
.highlight_text h2 span{
    color: var(--primary);
}
.quote_image .elementor-widget-container {
    padding: 0 5%;
}
.quote_image .elementor-widget-container > span:nth-child(1) {
    font-size: 175px;
    line-height: 0% !important;
    position: absolute;
    left: 0;
    top: 45px;
    color: var(--primary);
}
.quote_image .elementor-widget-container > span:last-child {
    font-size: 175px;
    line-height: 0% !important;
    position: absolute;
    right: 30%;
    bottom: 40px;
    color: var(--primary);
    transform: rotate(180deg);
}
.bring-section:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    background: #FFF;
}
.gallery-section:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 220px;
    background: #FFF;
    z-index: 1;
}
.gallery-section .swiper-wrapper .swiper-slide {
    height: 480px;
    overflow: hidden;
}
.gallery-section .swiper-wrapper .swiper-slide .swiper-slide-inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.gallery-section .swiper-wrapper .swiper-slide .swiper-slide-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(241, 227, 200, 0.6);
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
}
.gallery-section .swiper-wrapper .swiper-slide .swiper-slide-inner:hover:before {
    opacity: 1;
    visibility: visible;
}
.gallery-section .swiper-wrapper .swiper-slide .swiper-slide-inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-section .elementor-swiper-button.swiper-button-disabled {
    display: none !important;
}
.gallery-section .elementor-swiper-button svg {
    filter: drop-shadow(0px 1px 0.15px #B2B2B2);
}
.jennifer-says-section:before {
    content: "";
    display: block;
    width: 34%;
    background: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
}
.about-hero-section section.elementor-inner-section .elementor-container {
    margin-right: 0;
}

.img-animation > .elementor-widget-container:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #1e1f23;
    z-index: 1;
    transition: all 1.5s;
}
.img-animation.animated > .elementor-widget-container:before {
    width: 0%;
    left: auto;
}
html .img-animation.fadeIn {
    animation: none;
}
html .img-animation.fadeIn > .elementor-widget-container {
    overflow: hidden;
}
html .img-animation.fadeIn > .elementor-widget-container img {
    animation-name: imgZoom;
    animation-duration: 2s;
}

@keyframes imgZoom {
    0% {
        opacity: 1;
        transform: scale3d(1.3,1.3,1.3);
    }
    50% {
        opacity: 1;
        transform: scale3d(1,1,1);
    }
}

html .ceo-message-section:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 70px;
    background: #797979;
    z-index: 1;
}
html .ceo-message-section .star-img img {
    width: 32px;
    margin-bottom: 10px;
}
.ceo-message-text .elementor-widget-container h5 {
    color: #FFF;
    font-weight: 400;
    font-size: 42px;
    margin: 0;
}
.coaching-section .swiper-slide-inner {
    width: 100%;
    height: 640px;
    overflow: hidden;
}
.coaching-section .swiper-slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.coaching-section .elementor-accordion-item .elementor-tab-title {
    border-bottom: 2px solid #E6E5E1 !important;
}
.coaching-section .elementor-accordion-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.coaching-section .elementor-accordion-item ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 2px;
    font-weight: 400;
}
.coaching-section .elementor-accordion-item ul li:last-child {
    margin-bottom: 0;
}
.coaching-section .elementor-accordion-item ul li:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml,<svg width="15" height="22" viewBox="0 0 15 22" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_179_31)"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.6702 11.193L0.699219 0.575001V7.103L6.07822 11.193L0.699219 15.278V21.807L14.6702 11.193Z" fill="%23E50184"/></g><defs><clipPath id="clip0_179_31"><rect width="15" height="22" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.coaching-section .elementor-accordion-item ul li strong {
    font-weight: 700;
}
.coaching-banner-section .has_text_reveal_anim {
    margin-bottom: 50px !important;
}
.training-banner .elementor-inner-section .elementor-container {
    margin-left: 0;
}
.traning-section > .elementor-container {
    justify-content: space-between;
}
.traning-section .featured-img .swiper-slide-inner {
    height: 740px;
}
html .speaking-banner:after {
    content: "";
    display: block;
    background: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 110px;
    z-index: 0;
}
.speaking-banner .elementor-inner-section .elementor-container,
.collab-inner-section .elementor-container,
.mindset-section .elementor-container {
    margin-right: 0;
}
.event-banner .elementor-background-overlay {
    background-size: 40% 100% !important;
}

.testimonials-section .elementor-post__card {
    padding: 40px;
}
.testimonials-section .elementor-post__card a.elementor-post__thumbnail__link:before {
    content: "";
    display: block;
    width: 42px;
    height: 32px;
    background-image: url("../../uploads/2024/02/Frame-6.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    margin: 40px;
}
.testimonials-section .elementor-post__card a.elementor-post__thumbnail__link {
    margin-bottom: 40px;
    position: static;
}
.testimonials-section .elementor-post__card a.elementor-post__thumbnail__link img {
    width: 115px;
    height: 115px;
    border-radius: 100px;
    margin: 0 auto;
    object-fit: cover;
}
.testimonials-section .elementor-post__card .elementor-post__text {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
}
.testimonials-section .elementor-post__text h3.elementor-post__title {
    order: 1;
}
.testimonials-section .elementor-post__text h3.elementor-post__title span {
    display: block;
    color: #313131;
    margin-top: 4px;
    font-weight: 500;
    font-size: 17px;
}
.testimonials-section .elementor-post__card a {
    pointer-events: none;
}


@media (max-width:1024px) {
    .elementor-nav-menu li.menu-item-has-children {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .elementor-nav-menu li.menu-item-has-children span.sub-arrow {
        display: none;
    }
    .elementor-nav-menu li.menu-item-has-children span.submenu-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        position: relative;
    }
    .elementor-nav-menu li.menu-item-has-children span.submenu-icon:before, 
    .elementor-nav-menu li.menu-item-has-children span.submenu-icon:after {
        content: "";
        display: block;
        background: #e33270;
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transition: all 0.4s;
    } 
    .elementor-nav-menu li.menu-item-has-children span.submenu-icon:after {
        transform: rotate(90deg);
    }
    .elementor-nav-menu li.menu-item-has-children.submenu-show span.submenu-icon:after {
        transform: rotate(0deg);
    }
    li.menu-item-has-children.submenu-show ul.sub-menu {
        display: block;
        width: 100%;
        order: 1;
        border-radius: 10px;
        margin-left: 20px;
        text-align: left !important;
    }
    li.menu-item-has-children.submenu-show ul.sub-menu a.elementor-sub-item {
        font-size: 16px !important;
        border: 0 !important;
        padding: 10px 20px;
    }




}
@media (max-width:1260px) {
    .elementor-container {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (min-width:992px) and (max-width:1260px) {
    html .expertise-boxes .elementor-widget-flip-box {
        width: 50%;
    }
    html .expertise-boxes .elementor-widget-flip-box .elementor-widget-container {
        padding: 40px 0 !important;
    }
    html .expertise-boxes .elementor-flip-box__back {
        margin: -40px -30px;
    }
    html .expertise-boxes .elementor-flip-box__front h3,
    html .expertise-boxes .elementor-flip-box__back h3 {
        font-size: 38px !important;
    }
    html .story-video-section {
        margin-left: -10px !important;
        margin-right: -10px !important;
        width: calc(100%  + 20px) !important;
    }
    html .img-box figure.elementor-image-box-img {
        height: 350px;
    }
    html .img-box .elementor-widget-wrap .elementor-widget-image-box:hover {
        width: 50%;
    }
}
@media (min-width:1025px) and (max-width:1120px) {
    html body {
        padding-top: 167px;
    }
    html .header .site-logo {
        width: 20% !important;
    }
    html .header .header-menu {
        width: 80% !important;
    }
}
@media (min-width:1025px) and (max-width:1070px) {
    html body {
        padding-top: 164px;
    }
}
@media (min-width:992px) and (max-width:1024px) {
    html body {
        padding-top: 162px;
    }
    html .header .header-menu .elementor-menu-toggle {
        height: 32px;
        width: 32px;
        min-width: 32px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }
    html .header .header-menu .elementor-menu-toggle__icon--open{
        line-height: normal;
        height: 100%;
    }
    html .header .header-menu .elementor-menu-toggle__icon--close {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 999;
        height: 32px;
        width: 32px;
        margin: 40px 20px;
    }
    html .header .header-menu nav.elementor-nav-menu--dropdown {
        position: fixed;
        top: 0 !important;
        left: auto !important;
        right: 0;
        bottom: 0;
        margin: 0;
        width: 450px !important;
        padding: 80px 60px 40px 40px;
        transform: translateX(100%) !important;
    }
    html .header .header-menu .elementor-active + .elementor-nav-menu--dropdown {
        transform: translateX(0%) !important;
    }
    html .elementor-14 .elementor-element.elementor-element-3bb42eb2 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
        margin-top: 0 !important;
    }
}
@media (max-width:991px) {
    html body {
        padding-top: 146px;
    }
    html .header .header-menu .elementor-menu-toggle {
        height: 32px;
        width: 32px;
        min-width: 32px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }
    html .header .header-menu .elementor-menu-toggle__icon--open{
        line-height: normal;
        height: 100%;
    }
    html .header .header-menu .elementor-menu-toggle__icon--close {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 999;
        height: 32px;
        width: 32px;
        margin: 40px 20px;
    }
    html .header .header-menu nav.elementor-nav-menu--dropdown {
        position: fixed;
        top: 0 !important;
        left: auto !important;
        right: 0;
        bottom: 0;
        margin: 0;
        width: 450px !important;
        padding: 80px 60px 40px 40px;
        transform: translateX(100%) !important;
    }
    html .header .header-menu .elementor-active + .elementor-nav-menu--dropdown {
        transform: translateX(0%) !important;
    }
    html.sticky .header .header-top {
        margin-top: -52px;
    }
    html .for-work-form .elementor-field-type-checkbox {
        margin-bottom: 30px;
    }
    .banner-video .elementor-custom-embed-play { 
        margin: 30px; 
    }
    html .img-box .elementor-widget-wrap .elementor-widget-image-box:hover {
        min-width: 300px;
        width: 0%;
    }
    html .img-box .elementor-image-box-content {
        padding: 20px;
        width: 300px;
    }
    html .img-box figure.elementor-image-box-img {
        height: 300px;
    }
    html .expertise-boxes .elementor-widget-flip-box {
        width: 100%;
        margin-bottom: 30px;
    }
    html .expertise-boxes .elementor-widget-flip-box:last-child {
        margin-bottom: 0;
    }
    html .expertise-boxes .elementor-widget-flip-box .elementor-widget-container {
        padding: 0 !important;
    }
    html .expertise-boxes .elementor-widget-flip-box .elementor-flip-box {
        height: auto !important;
        display: flex;
        flex-wrap: wrap;
        background: #0C0D0F;
        border: 1px solid var(--primary);
        border-radius: 2px;
        overflow: hidden;
    }
    html .expertise-boxes .elementor-widget-flip-box .elementor-flip-box > * {
        position: relative;
        width: 50%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        transform: scale(1) !important;
        border: 0 !important;
        border-radius: 0 !important;
        height: auto;
        opacity: 1;
        visibility: visible;
    }
    html .expertise-boxes .elementor-flip-box__back {
        margin: 0;
    }
    html .expertise-boxes .elementor-flip-box__front h3 {
        display: none !important;
    }
    html .expertise-boxes .elementor-flip-box__back h3 {
        font-size: 22px !important;
        margin-bottom: 9px;
    }
    html .expertise-boxes .elementor-flip-box__back .elementor-flip-box__layer__description {
        font-size: 13px !important;
        margin-bottom: 16px !important;
    }
    html .expertise-boxes .elementor-flip-box__back .elementor-flip-box__layer__overlay {
        text-align: left !important;
        padding: 34px 24px;
    }
    html .expertise-boxes .elementor-flip-box__back a.elementor-flip-box__button {
        line-height: 30px !important;
        padding: 0 20px;
        font-size: 13px !important;
    }
    
    html .story-video-section {
        margin-left: -10px !important;
        margin-right: -10px !important;
        width: calc(100%  + 20px) !important;
    }
    ul.home_featpersonal_img li .wr {
        margin: 20px 0;
    }
    html .responsive-carousel {
        overflow: hidden;
    }
    html .responsive-carousel .elementor-container {
        padding: 0;
        margin: 0 -30%;
        max-width: none !important;
    }


    html .img-box .elementor-widget-wrap .elementor-widget-image-box:not(:hover), 
    html .img-box .elementor-widget-wrap .elementor-widget-image-box {
        width: 200px;
        padding: 0;
        transition: all 0.8s;
        min-width: 200px;
        overflow:hidden;
        margin: 0 !important;
    }
    
    html .img-box .elementor-widget-wrap {
        flex-wrap: nowrap !important;
        margin: 0 -25px;
        padding: 0 !important;
        overflow-x: auto;
        justify-content: flex-start;
        width: calc(100% + 50px);
    }
    html .img-box .elementor-image-box-content h3 {
        margin-bottom: 8px !important;
        font-size: 22px;
    }
    html .img-box .elementor-image-box-content p {
        font-size: 14px;
    }
    .gallery-section .swiper-wrapper .swiper-slide {
        height: 350px;
    }
    .quote_image .elementor-widget-container > span:first-child {
        left: -20px;
        top: 35px;
    }
    .quote_image .elementor-widget-container > span:last-child {
        right: 20px;
    }
    .quote_image .elementor-widget-container {
        font-size: 26px;
    }
    .ceo-message-text .elementor-widget-container h5 {
        font-size: 30px;
    }
    html .ceo-message-section:after {
        height: 40px;
    }
    .coaching-section .elementor-accordion-item ul li {
        font-size: 13px;
    }
    .coaching-section .swiper-slide-inner {
        height: 400px;
    }
    .coaching-section .elementor-background-overlay {
        background-size: 33.33% 100% !important;
    }
    .coaching-banner-section .has_text_reveal_anim {
        margin-bottom: 30px !important;
    }
    .traning-section .featured-img .swiper-slide-inner {
        height: 620px;
    }
    html .speaking-banner:after {
        height: 70px;
    }
    html .elementor-14 .elementor-element.elementor-element-3bb42eb2 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
        margin-top: 0 !important;
    }
    .testimonials-section .elementor-post__card {
        padding: 30px !important;
    }
    .testimonials-section .elementor-post__card a.elementor-post__thumbnail__link:before {
        margin: 30px;
    }
    .testimonials-section .elementor-post__card a.elementor-post__thumbnail__link {
        margin-bottom: 30px;
    }
    html .img-box .elementor-image-box-content em {
        display: block;
        font-size: 13px;
        margin-bottom: 8px;
        line-height: 120%;
    }

}
@media (max-width:767px) {
    html body {
        padding-top: 124px;
    }
    html .for-work-form .elementor-field-subgroup {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 10px;
    }
    html .for-work-form .elementor-field-type-checkbox label {
        margin-bottom: 10px;
        line-height: 140%;
    }
    html .for-work-form .elementor-field-type-checkbox {
        margin-bottom: 20px;
    }
    .hrader .elementor-container {
        padding-left: 0;
        padding-right: 0;
    }
    html.sticky .header .header-top {
        margin-top: -77px;
    }
    html.sticky .header .main-header {
        padding: 15px;
    } 
    html.sticky .header .site-logo img {
        width: 140px !important;
    }
    html .expertise-boxes .elementor-widget-flip-box {
        width: 100%;
        padding: 0;
    }
    html .expertise-boxes .elementor-flip-box__back {
        margin: 0;
    }
    html .expertise-boxes .elementor-widget-flip-box .elementor-flip-box {
        background: transparent;
    }
    html .expertise-boxes .elementor-widget-flip-box .elementor-flip-box > * {
        width: 100%;
    }
    html .expertise-boxes .elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__overlay {
        padding: 0;
        padding-top: 280px;
    }
    html .expertise-boxes .elementor-widget-flip-box .elementor-flip-box__back {
        margin-top: -80px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 31.23%, #000000 100%) !important;
        background-color: transparent !important;
    }
    html .expertise-boxes .elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__overlay {
        text-align: center !important;
        padding: 20px;
    }
    html .expertise-boxes .elementor-flip-box__back h3 {
        font-size: 22px !important;
    }
    html .expertise-boxes .elementor-flip-box__back .elementor-flip-box__layer__description {
        font-size: 13px !important;
        margin-bottom: 16px !important;
    }
    html .expertise-boxes .elementor-flip-box__back .elementor-flip-box__layer__description ul {
        text-align: left;
    }
    html .expertise-boxes .elementor-flip-box__back .elementor-flip-box__layer__description ul li {
        line-height: normal;
    }
    html .expertise-boxes .elementor-flip-box__back a.elementor-flip-box__button {
        line-height: 28px !important;
        padding: 0 15px;
        font-size: 11px !important;
    }
    .home_ss-wrap {
        padding: 0;
    }
    .storise-section .sdata {
        padding: 30px;
    }
    html .img-box .elementor-widget-wrap .elementor-widget-image-box:hover {
        min-width: 200px;
        width: 0%;
        max-width: 100%;
    }
    html .img-box .elementor-image-box-content h3 {
        margin-bottom: 6px !important;
        font-size: 17px;
        font-weight: 500;
    }
    html .img-box .elementor-image-box-content {
        padding: 10px;
        width: 190px;
        padding-bottom: 30px;
    }
    html .img-box .elementor-image-box-content p {
        font-size: 13px;
        line-height: 120%;
    }
    html .img-box .elementor-image-box-content a {
        padding: 0 18px;
        line-height: 28px;
        font-size: 12px;
    }
    .banner-video .elementor-custom-embed-play {
        margin: 15px 0;
    }
    .banner-video .elementor-custom-embed-play:before {
        width: 150px;
        height: 32px;
    }
    .banner-video .elementor-custom-embed-play span.elementor-screen-only {
        margin-top: 5px;
        font-size: 10px;
    }
    html .elementor-14 .elementor-element.elementor-element-3bb42eb2 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
        margin-top: 0 !important;
    }
    html .header .header-menu nav.elementor-nav-menu--dropdown {
        width: 330px !important;
        padding: 40px;
        padding-top: 70px;
    }
    html .header .header-menu .elementor-menu-toggle.elementor-active {
        position: fixed;
        top: 0;
        right: 0;
        margin: 20px;
    }
    html .header .header-menu .elementor-menu-toggle__icon--close {
        margin: 24px 20px;
    } 
    html .roles-carousel .swiper-slide.card .card-content {
        min-height: 350px;
    }
    
    html .responsive-carousel .elementor-container {
        padding: 0 25px;
        margin: 0%;
        max-width: 100% !important;
    }
    html .for-work-form .elementor-form-fields-wrapper button {
        line-height: 30px !important;
        padding: 0 15px !important;
        font-size: 11px !important;
        letter-spacing: 0 !important;
        min-height: 0 !important;
    }
    html .roles-carousel .swiper-pagination {
        position: relative !important;
        bottom: 0 !important;
        margin-top: 15px;
        display: block !important;
    }
    html .roles-carousel .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        opacity: 0.5;
    }
    html .roles-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, 
    html .roles-carousel .swiper-pagination .swiper-pagination-bullet:hover {
        width: 10px !important;
    }
    html .mySwiper [class*="swiper-button-"] {
        display: flex !important;
        align-items: center;
        justify-content: center;
        left: -15px;
        background: var(--e-global-color-accent);
        opacity: 1 !important;
        width: 32px;
        height: 32px;
        min-width: 32px;
    }
    html .mySwiper [class*="swiper-button-"]:hover {
        background: var(--primary);
    }
    html .mySwiper [class*="swiper-button-"]:after {
        color: var(--primary) !important;
        font-size: 16px !important;
        margin-right: 0;
    }
    html .mySwiper [class*="swiper-button-"]:hover:after {
        color: #FFF !important;
    }
    html .mySwiper .swiper-button-prev:after {
        margin-right: 4px;
    }
    html .mySwiper .swiper-button-next {
        left: auto;
        right: -15px;
    }

    html .img-box .elementor-widget-wrap .elementor-widget-image-box:not(:hover), 
    html .img-box .elementor-widget-wrap .elementor-widget-image-box {
        width: 100px;
        min-width: 100px;
    }
    .quote_image .elementor-widget-container > span:first-child {
        left: -14px;
        top: 25px;
        font-size: 105px;
    }
    .quote_image .elementor-widget-container > span:last-child {
        font-size: 105px;
        bottom: 20px;
        right: -14px;
    }
    .bring-section:before,
    .gallery-section:before {
        width: 50px;
    }
    .gallery-section .swiper-wrapper .swiper-slide {
        height: 230px;
    }
    .quote_image .elementor-widget-container {
        font-size: 20px;
    }
    .ceo-message-text .elementor-widget-container h5 {
        font-size: 24px;
    }
    .coaching-section .elementor-background-overlay {
        background-size: 100% 34% !important;
    }
    .coaching-section .swiper-slide-inner {
        height: 350px;
    }
    .coaching-section .swiper-pagination-bullet {
        background: #E23270 !important;
        opacity: 0.5 !important;
    }
    .coaching-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1 !important;
    }
    .coaching-banner-section {
        background-image: linear-gradient(90deg, #F0EFEB 100%, #D2BAC7 0) !important;
    }
    .coaching-banner-section .elementor-background-overlay {
        background-size: 100% 40% !important;
    }
    .coaching-banner-section .has_text_reveal_anim {
        margin-bottom: 20px !important;
    }
    .traning-section .featured-img .swiper-slide-inner {
        height: 350px;
    }
    .event-banner .elementor-background-overlay {
        background-size: 100% auto !important;
    }
    .testimonials-section .elementor-post__card a.elementor-post__thumbnail__link:before {
        margin: 25px;
    }
    .testimonials-section .elementor-post__card a.elementor-post__thumbnail__link {
        margin-bottom: 20px;
    }
    .testimonials-section .elementor-post__card a.elementor-post__thumbnail__link img {
        width: 85px;
        height: 85px;
        padding: 6px;
    }
    .testimonials-section .elementor-post__text .elementor-post__excerpt {
        margin-bottom: 16px !important;
    }
    .testimonials-section .elementor-post__text .elementor-post__excerpt p {
        font-size: 14px !important;
    }
    .coach-banner .elementor-background-overlay {
        background-image: linear-gradient(180deg, #FFFFFF00 0%, #301E14 30%) !important;
    }
    .tv-host-section .elementor-background-overlay {
        background-image: linear-gradient(180deg, #FFFFFF00 0%, #220710 50%) !important;
    }
    .bannervideobtn.elementor-widget-video .elementor-widget-container {
        margin: 0 15px;
    }
    .bannervideobtn.elementor-widget-video .elementor-custom-embed-image-overlay img {
        width: 138px;
        margin: 0 auto;
    }
    .bannervideobtn.elementor-widget-video .elementor-custom-embed-image-overlay .apndData {
        margin-top: 4px;
    }
	li.menu-item-has-children.submenu-show ul.sub-menu {
        margin-left: 0;
    }
	li.menu-item-has-children.submenu-show ul.sub-menu a.elementor-sub-item {
        font-size: 13px !important;
    }

}