/*
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 */

/*FIX*/
@media (min-width: 768px) and (max-width: 1024px) {
.elementor .elementor-hidden-tablet {
  display: none !important;
}
}
@media (max-width: 767px) {
.elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
    display: none !important;
}
}


/*SIDE SLIDE*/
.side-slide .menu-item {
  border-bottom: 1px solid #FB002D;
}
.side-slide .menu-item a.elementor-item {
  outline: none;
}
.side-slide .lang-switcher .lang-code {
  font-size: 30px;
  line-height: 36px;
  padding: 0;
}



/*ANCHOR SCROLL*/
.elementor-widget-menu-anchor {
  height: 0;
}
body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
 position: relative;
 z-index: -1;
}
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
 content: "";
 display: block;
 height: 100px;
 margin: -100px 0 0;
 visibility: hidden;
 pointer-events: none;
}


/*HEADER*/
.lang-switcher .lang-code {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  padding: 13px 0;
  transition: 0.3s ease-in-out;
}
.lang-switcher .lang-code:hover {
  color: #000;
  transition: 0.3s ease-in-out;
}
.header-2 .lang-switcher .lang-code {
  color: #000;
}
.lang-code:first-child::after {
  content: "/";
  display: inline-block;
  margin-left: 5px;
  margin-right: 2px;
  color: #fff;
}

.header-2 .lang-switcher .lang-code::after {
  color: #000;
}



.bg-lines > .e-con-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 207px);
  background: url(/wp-content/uploads/2023/09/bg-lines.svg);
  width: 858px;
  height: 999px;
  background-repeat: no-repeat;
  /* z-index: 2 */
}

.bg-lines.loga-section > .e-con-inner:before {
  z-index: 2;
}


/*SHOW / HIDE CONTENT*/
.content-inline.hidden {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.content-inline.hidden.visible {
  max-height: 500px;
  opacity: 1;
  transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out;
  display: inline;
}
.content-inline ul {
  margin: 10px 0;
  padding-left: 20px;
}
.togle-content .dots {
  visibility: visible;
  opacity: 1;
  width: auto;
  display: inline-block;
}
.togle-content .dots.hiden {
  width: 0;
  visibility: hidden;
  opacity: 0;
  /* transition: all .3s ease-in-out; */
  position: absolute;
}
.togle-content .show-more.inline {
  display: inline-block;
  transition: all .3s ease-in-out;
}
.togle-content .show-more.inline.hidden{
  display: none;
  transition: all .3s ease-in-out;
}

.togle-content .show-more:hover {
  cursor: pointer;
}



/*FORM*/
.wpcf7 p {
  margin-bottom: 0;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  border: 1px solid #999999;
  border-radius: 0;
  padding: 13px 20px;
  font-size: 18px;
  line-height: 1;
  background: transparent;
  color: #fff;
}
.wpcf7 ::placeholder {
  color: #999999;
}
.wpcf7 .col {
  margin-bottom: 30px;
}
.wpcf7 .col.one-second {
  width: calc(50% - 15px);
  float: left;
}
.wpcf7 .col.one-second.first {
  margin-right: 30px;
}
.gdpr span.wpcf7-list-item,
.captcha {
  margin-left: 0;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}
.captcha {
  margin-bottom: 30px !important;
}
.wpcf7 a {
  color: #666666;
  text-decoration: underline;
}
.wpcf7 .gdpr {
  margin-bottom: 0;
}
.wpcf7-submit {
  padding: 11px 30px;
  border-radius: 0 !important;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.9px;
  background: #fff;
}
.wpcf7-submit:hover, .wpcf7-submit:focus {
  background: rgb(255 255 255 / 80%);
  color: #000;
  outline: none;
}

/*FORMS*/
.wpcf7 form .wpcf7-response-output {
  clear: both;
  color: #fff;
  float: left;
  padding: 10px !important;
  width: 100%;
  margin: 20px 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900;
  background: #ffb900;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: #46b450;
}
.grecaptcha-badge{visibility:hidden}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
  outline: none;
}

/*GLOBAL*/
body {
  max-width: 100%;
  overflow-x: hidden !important;
}
.elementor-icon-box-title {
  margin-top: 0;
}
.page-id-592 h2 {
  line-height: 1.15;
}
a.btn-icon {
  display: block;
  line-height: 1;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding-left: 30px;
  position: relative;
}
a.btn-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url(/wp-content/uploads/2023/09/arrow.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  height: 100%;
  width: 20px;
  display: block;
  transform: translateY(-50%);
}
.mt-30 {
  margin-top: 30px;
}
h2 .themecolor, h3 .themecolor {
  letter-spacing: 0.6px;
}
.themecolor {
  color: var(--e-global-color-primary);
}

.text-content-wrapper h2,
.text-content-wrapper h3 {
  margin-top: 15px;
}
.text-content-wrapper h2 {
  font-size: 25px;
  line-height: 35px;
}

.intro-text p.elementor-icon-box-description {
  padding-top: 30px;
}

/*BANNER*/
.hp-banner .title1, .hp-banner .title2, .hp-banner .title3 {
  display: block;
}
.hp-banner .title1 {
  margin-left: 50px;
}
.hp-banner .title2 {
  margin-left: 120px;
}


/*CLIENTS*/
.clients-carousel .e-n-carousel.swiper {
  overflow: visible;
}
.clients-carousel .swiper-slide figcaption.widget-image-caption.wp-caption-text {
  z-index: 2;
  position: relative;
  left: 20px;
}

.clients-carousel .swiper-slide img {
  height: 433px;
  object-fit: cover;
}

.elementor-773 .elementor-element.elementor-element-c941cba:not(.elementor-motion-effects-element-type-background) {
  background-image: linear-gradient(0deg, #f6f6f6 59px, var(--e-global-color-secondary) 59px) !important;
}
.elementor-773 .elementor-element.elementor-element-c941cba:not(.elementor-motion-effects-element-type-background):before {
content: "";
position: absolute;
top: 0;
left: calc(50% - 207px);
background: url(/wp-content/uploads/2023/09/bg-lines.svg);
width: 858px;
height: 999px;
background-repeat: no-repeat;
}
.clients-carousel:not(.young-prospects) .elementor-swiper-button.elementor-swiper-button-next svg,
.clients-carousel:not(.young-prospects) .elementor-swiper-button.elementor-swiper-button-prev svg {
  filter: invert(1);
}


/* Slide In From The Top Option */
.header-2 {
 transform: translatey(-80px);
 -moz-transition: all .3s ease!important;
 -webkit-transition: all .3s ease!important;
 transition: all .3s ease!important;
}
.header-2 {
  width: 100% !important;
}
.home .header-1 {
  background-color: transparent !important;
}
.elementor-sticky--effects.header-2  {
 height: auto!important;
 transform: translatey(0px);
}
.elementor-sticky--effects.header-1 {
 display: none!important;
}
/* End Of Slide In From The Top Option */


footer a {
  color: #666 !important;
  transition: all .3s ease;
}
footer a:hover {
  color: #000 !important;
  transition: all .3s ease;
}

/*MEDIA QUERIES*/

@media (max-width: 1380px) {
.bg-lines > .e-con-inner:before,
.bg-lines > .loga-carousel:before {
  display: none;
}
}

@media (max-width: 1300px) {
  .clients-carousel .swiper-slide img {
    height: 400px;
  }
}

@media (max-width: 1150px) {
  .clients-carousel .swiper-slide img {
    height: 350px;
  }
}

@media (max-width: 1024px) {
.hp-banner .title1 {
  margin-left: 30px;
}
.hp-banner .title2 {
  margin-left: 100px;
}
.clients-carousel .swiper-slide img {
  height: 300px;
}

}
@media (max-width: 767px) {
.intro-text p.elementor-icon-box-description {
  padding-top: 0;
}
.home .header-1 {
  background-color: var( --e-global-color-primary ) !important;
}
.bg-lines > .e-con-inner {
  border-left: 1px solid rgba(251, 0, 45, 0.20);
  border-right: 1px solid rgba(251, 0, 45, 0.20);
}
.bg-lines > .e-con-inner:before {
  display: block;
  background: none;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(251, 0, 45, 0.20);
}
.hp-banner .title1 {
  margin-left: 20px;
}
.hp-banner .title2 {
  margin-left: 80px;
}
}
@media (max-width: 400px) {
.wpcf7 .col.one-second {
  width: 100%;
}
.wpcf7 .col.one-second.first {
  margin-right: 0;
}
.wpcf7 .col {
  margin-bottom: 20px;
}
.clients-carousel .swiper-slide img {
  height: 250px;
}
}

@media (max-width: 400px) {
.hp-banner .title2 {
  margin-left: 60px;
}
}
@media (max-width: 350px) {
.hp-banner .title1 {
  margin-left: 10px;
}
.hp-banner .title2 {
  margin-left: 25px;
}
}
