/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

[class^="icon-"],
[class*=" icon-"] {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-color: #fff;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    vertical-align: middle;
}

.icon-facebook{
    -webkit-mask-image: url(assets/images/facebook.svg);
}

.icon-whatsapp{
    -webkit-mask-image: url(assets/images/whatsapp.svg);
}

.icon-youtube{
    -webkit-mask-image: url(assets/images/youtube.svg);
}

/* ---------------------------------- HEADER --------------------------------- */

header#site-header {
    /* padding: 62px 0 12px; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    transition: .2s ease-in-out;
}

.is-sticky {
    padding: 8px 0!important;
    box-shadow: 0 6px 16px rgb(0 0 0 / 10%);
    background: rgb(34 34 34 / 90%);
    backdrop-filter: blur(4px);
}

ul#menu-main-menu {
    display: flex;
    align-items: center;
    gap: 78px;
}

ul#menu-main-menu a {
    padding: 0;
}

a.custom-logo-link {
    display: flex;
    height: 64px;
}

.header-inner,.footer-inner {
    max-width: calc(100% - 32px)!important;
}

/* --------------------------------- FOOTER --------------------------------- */
ul#menu-footer-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

body .site-footer {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-footer .site-branding a:before {
    content: "";
    height: 38px;
    width: 38px;
    background: #494949 url(assets/images/logo.svg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.site-footer .site-branding a {
    line-height: 38px;
    position: relative;
    padding-left: 22px;
}

.site-footer h4.site-title {
    display: flex;
    align-items: center;
    gap: 2px;
}

/* ---------------------------------- HOME ---------------------------------- */
section#intro {
    width: 1920px;
    margin: 0 auto 240px;
    max-width: calc(100% - 32px);
}

section#intro:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.58) 78.54%, #222222 98%);
}

section#intro:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -60px;
    background: linear-gradient(270deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.58) 62.77%, #222222 82%, #222222 98.49%);
}

section#intro .elementor-container {
    position: relative;
    z-index: 1;
}

.intro-title h2 {
    display: flex;
    gap: 2px;
    align-items: center;
}

.intro-title h2:before {
    content: "";
    width: 83px;
    height: 83px;
    background: url(assets/images/logo.svg) no-repeat center;
    background-size: contain;
}

section#content-sec .elementor-container {
    gap: 132px;
    align-items: center;
}

section#content-sec .elementor-column {
    width: 100%;
}

#content-sec.content-sec-2 > .e-con-inner:before {
    right: unset;
    left: -220px;
    transform: rotateZ(180deg)translateY(50%);
}


.content-sex-img img {
    position: relative;
    z-index: 5;
}

.content-sex-img {
    width: fit-content!important;
    min-width: fit-content;
}

.content-sex-img:before {
    content: "";
    position: absolute;
    top: 42px;
    bottom: -42px;
    left: 28px;
    right: -28px;
    border: 1px solid #FCFCFC;
    border-radius: 30px;
}

.content-sec-title h2 {
    display: flex;
    align-items: baseline;
    gap: 16px;
}

.content-sec-title h2:before {
    content: "1.";
    font-size: 68px;
    line-height: 80px;
}

#content-sec:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* right: 0; */
    background: url(assets/images/content-shape.png) no-repeat center;
    width: 532px;
    height: 780px;
    left: calc(100% - 340px);
}

.content-sec-2 .content-sec-title h2:before {
    content: "2.";
}

.content-sec-3 .content-sec-title h2:before {
    content: "3.";
}

#content-sec.content-sec-2:before {
    right: unset;
    left:  -340px;
    transform: translateY(-50%) rotate(180deg);
}

#content-sec.content-sec-3 .elementor-container:before {
    top: -20px;
    transform: unset;
}

.content-sec-2 .content-sex-img:before {
    left: -28px;
    right: 28px;
}

.home-sec-title h2 {
    display: flex;
    align-items: center;
    gap: 16px;
}

.home-sec-title h2:before {
    content: "";
    width: 36px;
    height: 36px;
    border-radius: 50px;
    background: #CD671D;
}

#Features .home-sec-title h2 {
    justify-content: center;
}

.home-tabs .elementor-tabs-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 32px;
    padding-bottom: 46px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    position: relative;
    overflow: unset!important;
}

.home-tabs .elementor-tabs-wrapper .elementor-tab-title {
    width: 100%;
    padding: 0;
    aspect-ratio: 1;
    background: #222222;
    border-radius: 30px;
    border: 1px solid #CD671D!important;
    display: flex!important;
    align-items: center;
    justify-content: end;
    gap: 50px;
    flex-direction: column;
    padding-bottom: 24px;
    transition: .2s ease-in-out;
}

.home-tabs .elementor-tabs-wrapper .elementor-tab-title:before {
    content: "";
    width: 90px!important;
    height: 90px!important;
    background: red;
    position: unset!important;
    z-index: 1;
}

.elementor-widget-tabs .elementor-tab-content {
    padding: 0!important;
}

.elementor-widget-tabs .elementor-tab-content p {
    margin: 0;
}

.home-tabs .elementor-tabs-wrapper .elementor-tab-title:after {
    content: "";
    background: linear-gradient(180deg, rgba(34,34,34,1) 0%, rgba(34,34,34,0) 100%);
    position: absolute;
    top: -1px;
    left: -1px!important;
    right: -1px;
    bottom: 50px!important;
    transition: .2s ease-in-out;
    opacity: 1;
}

.home-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    gap: 24px;
    padding-bottom: 42px;
    background: linear-gradient(0deg, rgba(205, 103, 29, 0.71) 0%, rgba(205, 103, 29, 0.07) 100%);
    box-shadow: 0px 4px 60px rgba(205, 103, 29, 0.2);
    border: 1px solid transparent!important;
    border-top: none!important;
}

.home-tabs .elementor-tabs-wrapper .elementor-tab-title:hover:after {
    opacity: 0;
}

.home-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active:after {
    display: none;
}/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

[class^="icon-"],
[class*=" icon-"] {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-color: #fff;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    vertical-align: middle;
}

.icon-facebook{
    -webkit-mask-image: url(assets/images/facebook.svg);
}

.icon-whatsapp{
    -webkit-mask-image: url(assets/images/whatsapp.svg);
}

.icon-youtube{
    -webkit-mask-image: url(assets/images/youtube.svg);
}

/* ---------------------------------- HEADER --------------------------------- */

header#site-header {
    /* padding: 62px 0 12px; */
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* z-index: 99999; */
    /* transition: .2s ease-in-out; */
}

.is-sticky {
    padding: 8px 0!important;
    box-shadow: 0 6px 16px rgb(0 0 0 / 10%);
    background: rgb(34 34 34 / 90%);
    backdrop-filter: blur(4px);
}

ul#menu-main-menu {
    display: flex;
    align-items: center;
    gap: 78px;
    flex-direction: row;
    /* padding: 20px; */
}

ul#menu-main-menu a {
    padding: 0;
}

a.custom-logo-link {
    display: flex;
    height: 64px;
}

.header-inner,.footer-inner {
    max-width: calc(100% - 32px)!important;
}

/* --------------------------------- FOOTER --------------------------------- */
ul#menu-footer-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

body .site-footer {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.site-footer .site-branding a:before {
    content: "";
    height: 38px;
    width: 38px;
    background: #494949 url(assets/images/logo.svg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.site-footer .site-branding a {
    line-height: 38px;
    position: relative;
    padding-left: 22px;
}

.site-footer h4.site-title {
    display: flex;
    align-items: center;
    gap: 2px;
}

/* ---------------------------------- HOME ---------------------------------- */
section#intro {
    width: 1920px;
    margin: 0 auto 240px;
    max-width: calc(100% - 32px);
}

section#intro:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.58) 78.54%, #222222 98%);
}

section#intro:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -60px;
    background: linear-gradient(270deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.58) 62.77%, #222222 82%, #222222 98.49%);
}

section#intro .elementor-container {
    position: relative;
    z-index: 1;
}

.intro-title h2 {
    display: flex;
    gap: 2px;
    align-items: center;
}

.intro-title h2:before {
    content: "";
    width: 83px;
    height: 83px;
    background: url(assets/images/logo.svg) no-repeat center;
    background-size: contain;
}

section#content-sec .elementor-container {
    gap: 132px;
    align-items: center;
}

section#content-sec .elementor-column {
    width: 100%;
}

.content-sex-img {
    width: fit-content!important;
    min-width: fit-content;
}

.content-sex-img:before {
    content: "";
    position: absolute;
    top: 42px;
    bottom: -42px;
    left: 28px;
    right: -28px;
    border: 1px solid #FCFCFC;
    border-radius: 30px;
}

.content-sec-title h2 {
    display: flex;
    align-items: baseline;
    gap: 7px;
}

.content-sec-title h2:before {
    content: "1.";
    font-size: 48px;
    line-height: 80px;
}

section#content-sec .elementor-container:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -220px;
    background: url(assets/images/content-shape.png) no-repeat center;
    width: 532px;
    height: 780px;
}

.content-sec-2 .content-sec-title h2:before {
    content: "2.";
}

.content-sec-3 .content-sec-title h2:before {
    content: "3.";
}

section#content-sec.content-sec-2 .elementor-container:before {
    right: unset;
    left: -140px;
    transform: translateY(-50%) rotate(180deg);
}

section#content-sec.content-sec-3 .elementor-container:before {
    top: -20px;
    transform: unset;
}

.content-sec-2 .content-sex-img:before {
    left: -28px;
    right: 28px;
}

.home-sec-title h2 {
    display: flex;
    align-items: center;
    gap: 16px;
}

.home-sec-title h2:before {
    content: "";
    width: 36px;
    height: 36px;
    border-radius: 50px;
    background: #CD671D;
}

section#Features .home-sec-title h2 {
    justify-content: center;
}

.home-tabs .elementor-tabs-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 32px;
    padding-bottom: 46px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    position: relative;
    overflow: unset!important;
}

.home-tabs .elementor-tabs-wrapper .elementor-tab-title {
    width: 100%;
    padding: 0;
    aspect-ratio: 1;
    background: #222222;
    border-radius: 30px;
    border: 1px solid #CD671D!important;
    display: flex!important;
    align-items: center;
    justify-content: end;
    gap: 50px;
    flex-direction: column;
    padding-bottom: 24px;
    transition: .2s ease-in-out;
}

.home-tabs .elementor-tabs-wrapper .elementor-tab-title:before {
    content: "";
    width: 70px!important;
    height: 70px!important;
    background: red;
    position: unset!important;
    z-index: 1;
}

.elementor-widget-tabs .elementor-tab-content {
    padding: 0!important;
}

.elementor-widget-tabs .elementor-tab-content p {
    margin: 0;
}

.home-tabs .elementor-tabs-wrapper .elementor-tab-title:after {
    content: "";
    background: linear-gradient(180deg, rgba(34,34,34,1) 0%, rgba(34,34,34,0) 100%);
    position: absolute;
    top: -1px;
    left: -1px!important;
    right: -1px;
    bottom: 50px!important;
    transition: .2s ease-in-out;
    opacity: 1;
}

.home-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    gap: 24px;
    padding-bottom: 34px;
    background: linear-gradient(0deg, rgba(205, 103, 29, 0.71) 0%, rgba(205, 103, 29, 0.07) 100%);
    box-shadow: 0px 4px 60px rgba(205, 103, 29, 0.2);
    border: 1px solid transparent!important;
    border-top: none!important;
}

.home-tabs .elementor-tabs-wrapper .elementor-tab-title:hover:after {
    opacity: 0;
}

.home-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active:after {
    display: none;
}

div#elementor-tab-title-6901:before{
    background: url(assets/images/camera.svg) no-repeat center;
    background-size: contain;
}

div#elementor-tab-title-6902:before{
    background: url(assets/images/gps.svg) no-repeat center;
    background-size: contain;
}

div#elementor-tab-title-6903:before{
    background: url(assets/images/encoder.svg) no-repeat center;
    background-size: contain;
}

div#elementor-tab-title-6904:before{
    background: url(assets/images/laser.svg) no-repeat center;
    background-size: contain;
}

div#elementor-tab-title-6905:before{
    background: url(assets/images/transverse.svg) no-repeat center;
    background-size: contain;
}

#Video .elementor-container {
    gap: 64px;
    align-items: start;
}

#Form {
    /* width: 1920px; */
    margin: 0 auto 114px;
    /* max-width: calc(100% - 32px); */
}

#Form:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #222222 5%, rgba(34, 34, 34, 0.36) 13.44%, rgba(34, 34, 34, 0.68) 82.71%, #222222 91%);
}

#Form:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(269.97deg, rgba(34, 34, 34, 0.05) 0.03%, #222222 54.39%, #222222 99.98%);
}

#Form>div {
    z-index: 2;
}

#Form .wpforms-container {
    max-width: 677px;
    margin: 0;
}
#Form .wpforms-submit-container {
    padding: 0;
    margin-top: 32px;
}

#Form button.wpforms-submit {
    width: 100%;
    background: #D2D2D2;
    border-radius: 10px;
    height: 68px;
    padding: 0;
    font-size: 26px;
    color: #222;
}

#Form .wpforms-field-large {
    max-width: 100%;
    min-height: 68px;
    border-radius: 10px;
    padding: 20px 24px 20px 54px;
    background: #292929;
    border: 2px solid #949494;
    font-size: 22px;
    line-height: 24px;
    color: #949494;
}

#Form textarea {
    max-width: 100%;
    min-height: 68px;
    border-radius: 10px;
    padding: 20px 24px 20px 54px;
    background: #292929;
    border: 2px solid #949494;
    font-size: 22px;
    line-height: 24px;
    color: #949494;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-field:not(:last-child) {
    margin-bottom: 30px;
}

#Form textarea.wpforms-field-medium {
    height: 224px;
}
#Form .wpforms-field-name input {
    background: #292929 url(assets/images/name.svg) no-repeat 24px center;
}

#Form .wpforms-field-email input {
    background: #292929 url(assets/images/email.svg) no-repeat 24px center;
}

#Form .wpforms-field-textarea textarea {
    background: #292929 url(assets/images/massage.svg) no-repeat 24px 20px;
}

body div.wpforms-container-full .wpforms-form label.wpforms-error {
    margin-top: 8px;
    color: #fff;
}

body .wpforms-confirmation-container-full {
    margin: 0;
    background: #292929;
    border: 2px solid #949494;
    border-radius: 10px;
    color: #fff;
}

.header-inner {
    /* flex-direction: row-reverse; */
}

.site-header .site-navigation {
    /* justify-content: flex-start; */
}


.maintenance-message {
    text-align: center;
    padding: 50px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    margin: 20% auto;
    max-width: 600px;
}
.maintenance-message h1 {
    color: #333;
}
.maintenance-message p {
    color: #666;
}

.login.btn a {
    background: #cd671d;
    display: block !important;
    padding: 5px 20px 8px !important;
    border-radius: 4px;
}

.login.btn a:hover {
    background: #e25f00;
}










@media only screen and (max-width:1440px) {
    section#contact > .elementor-container {
        width: 100%;
    }
}


@media only screen and (max-width:1024px) {
    .elementor-section .elementor-container {
        flex-wrap: nowrap!important;
    }

    .contact-boxs .elementor-container {
        gap: 24px;
    }
    
    section#intro > .elementor-container > .elementor-column > .elementor-widget-wrap {
        padding: 80px 0 50px!important;
    }
}


@media only screen and (max-width: 992px) {

    section#intro > .elementor-container > .elementor-column > .elementor-widget-wrap {
        padding: 68px 16px!important;
    }
    
    .elementor-section .elementor-container {
        flex-wrap: wrap!important;
    }

    header#site-header {
        padding: 20px 0 20px;
    }
    
    .site-header .site-branding .site-logo img {
        width: 30px;
        height: 30px;
    }

    a.custom-logo-link {
    display: flex;
    height: 32px;
}
    
    .site-header .header-inner {
        padding: 0 !important;
        flex-direction: row;
        display: flex;
        padding: 14px;
        align-content: center;
    }
    
    .site-navigation-toggle-holder {
        padding: 0;
        z-index: 99999999;
    }
    
    .site-navigation-toggle-holder .site-navigation-toggle {
        padding: 0;
        width: 44px;
        height: 44px;
        background: url(../images/menu.svg)no-repeat center;
        /* background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyNHB4IiBmaWxsPSIjNWY2MzY4Ij48cGF0aCBkPSJNMTIwLTI0MHYtODBoNzIwdjgwSDEyMFptMC0yMDB2LTgwaDcyMHY4MEgxMjBabTAtMjAwdi04MGg3MjB2ODBIMTIwWiIvPjwvc3ZnPg=="); */
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyNHB4IiBmaWxsPSIjRkZGRkZGIj48cGF0aCBkPSJNMTIwLTI0MHYtODBoNzIwdjgwSDEyMFptMC0yMDB2LTgwaDcyMHY4MEgxMjBabTAtMjAwdi04MGg3MjB2ODBIMTIwWiIvPjwvc3ZnPg==");
    }
    
    .site-navigation-toggle-holder .site-navigation-toggle i {
        display: none;
    }

    .is-sticky {
        padding: 8px 0px!important;
        background: #323232 !important;
    }

    main#content {
        padding-top: 74px;
    }

    .site-footer .footer-inner .site-navigation {
        display: flex;
        max-width: unset!important;
        justify-content: end!important;
    }

    footer#site-footer {
        padding: 0 0 24px;
        background: #fff;
    }
    
    .site-footer .copyright p {
        color: #9CA3AF;
        font-size: 10px;
        line-height: 14px;
        text-align: left;
    }
    
    .site-footer .footer-inner {
        flex-wrap: nowrap;
        flex-direction: row-reverse;
        padding: 0;
        width: 100%;
    }
    
    .footer-inner .site-branding {
        display: none!important;
    }

    footer .site-navigation ul.menu a {
        padding: 0;
        text-indent: -9999px;
        display: flex!important;
        height: 20px;
    }
    
    ul#menu-footer-menu {
        width: fit-content;
        gap: 10px;
    }
    
    .menu-footer-menu-container {
        width: fit-content;
    }
    
    body .footer-inner .site-navigation {
        min-width: fit-content!important;
        width: fit-content!important;
    }
    
    .site-footer:not(.footer-stacked) .footer-inner .copyright {
        display: flex;
        justify-content: start;
    }

    .sec-buttons .elementor-container {
        gap: 16px;
        flex-wrap: nowrap;
    }

    .sec-buttons  a.elementor-button-link {
        width: 100%;
        border-radius: 12px!important;
    }

    .contact-img {
        margin: 0 -20px;
        width: calc(100% + 20px)!important;
    }
    
    .contact-boxs .elementor-container {
        gap: 48px;
    }
    
    .contact-boxs .elementor-button-link {
        padding: 24px;
    }

    section#About > .elementor-container {
        padding: 0 24px 88px;
        gap: 36px;
        justify-content: center;
        max-width: 100%;
    }
    
    section#About > .elementor-container:before {
        top: unset;
        width: 100%;
        height: 85%;
        border-radius: 16px;
    }
    
    section#About {
        padding: 0 20px;
    }
    
    .about-img img {
        max-width: 220px;
        height: 204px;
        object-fit: cover;
    }

    section#Request .wpforms-submit {
        font-size: 16px;
        line-height: 24px;
        height: 50px;
    }

    .site-navigation-dropdown ul.menu {
        box-shadow: 0 7px 10px rgb(0 0 0 / 10%);
        padding: 0 17px;
        background: #141414;
        display: flex;
        /* flex-direction: row-reverse !important; */
        justify-content: flex-end;
        align-items: center;
        /* width: unset; */
        gap: 24px !important;
    }

    .site-navigation-dropdown ul.menu li {
        width:unset
        
    }

    .site-navigation-dropdown ul.menu li a {
    display: block;
    padding: 20px;
    background: unset;
    color: #fff;
    padding: 11px !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1019607843);
}
	
	.elementor-8 .elementor-element.elementor-element-f3f0fca:not(.elementor-motion-effects-element-type-background), .elementor-8 .elementor-element.elementor-element-f3f0fca > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-size: cover !important;
}


.content-sex-img:before {

    display: none;
}

.content-sec-title h2:before {
    height: 30px;
    line-height: 30px;
}
}


.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown ul#menu-main-menu {
    background: black;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown {
    position: fixed;
    top: 0;
    margin: 0;
}

.page-content {
    overflow: hidden;
}