/**
 * Theme Name:     Hello Elementor Child Master
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child-master
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.subscribe-form-wrapper {
  background-color: rgb(0 0 23 / 33%);
  border-radius: 2px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.subscribe-form-wrapper .input-control input[type=email]{
    border: none;
    background: transparent;
    padding: 0;
    height: 58px;
    width: 100%;   
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    outline: none;
    border-bottom: 1px solid rgba(255,255,255,0.30);
    padding-left: 34px;
    border-radius: 0;
}
.input-control-icon{
  background-image: url('images/subscribe-letter.svg');
  background-repeat: no-repeat;
  background-position: center left; 
  position: absolute;
  left: 0;
  height: 24px;
  width: 24px;
  top: 50%;
  margin-top: -12px;
}
.subscribe-form-wrapper .input-control input[type=email]:focus,
.subscribe-form-wrapper .input-control input[type=email]:active{
  background: transparent;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
 
}
.subscribe-form-wrapper .input-control input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.60);
}
.subscribe-form-wrapper .input-control input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.60);
}
.subscribe-form-wrapper .input-control input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,0.60);
}
.subscribe-form-wrapper .input-control input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.60);
}

.button-wrapper input[type="submit"],
.button-wrapper input[type="submit"]:focus {
  background-color: #1AC3CC;
  font-size: 14px;
  letter-spacing: 1.68px;
  line-height: 21px;
  text-transform: uppercase;
  outline: none;
}
.button-wrapper input[type="submit"]:hover{
  background: rgba(255, 255, 255, 0.30);
}

.subscribe-form-wrapper .input-control,
.subscribe-form-wrapper .input-control label{
  width: 100%;
  position: relative;
}

.mc4wp-error{
  color: red;
}
.mc4wp-notice{
  color: orange;
}
.footer-links .elementor-nav-menu li {
  position: relative;
}
.footer-links .elementor-nav-menu li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 8px;
  left: 0;
  background-image: url('images/footer-left-arrow-icon.svg');
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -3px;
}
.elementor-button .elementor-button-icon svg{
  width: auto;
}
h2 span{
  font-weight: 300;
}
.elementor-widget-text-editor p strong{
  font-weight: 600;
  color: #15284A;
}
.about-gray-box p{
  margin-bottom: 0;
  padding-bottom: 10px;
}
.about-gray-box p a{
  color: #1AC3CC;
}
.mt-0 .elementor-heading-title{
  margin-top: 0 !important;
}
.custom-tab .elementor-tab-content a{
  color: #1AC3CC;
  transition: all 0.5s ease;
  font-weight: 700;
}
.custom-tab .elementor-tab-content a:hover{
  color: #15284A;
}

/***Testimonials*/
.testimonials-slider{ padding-bottom: 60px; }
.testimonials-slider .swiper .elementor-swiper-button{ top: inherit;bottom: -60px;border: 1px solid #fff;     width: 30px;height: 30px;    justify-content: center;    align-items: center;transform: none;}
.testimonials-slider .swiper .elementor-swiper-button.elementor-swiper-button-prev{left: 49%;transform: translateX(-50%);}
.testimonials-slider .swiper .elementor-swiper-button.elementor-swiper-button-next{right: 47%;transform: translateX(-50%);}
.testimonials-slider .swiper .elementor-swiper-button svg{ fill: #fff; }
.testimonials-slider .swiper .elementor-swiper-button:hover{background: #15284A;border-color: #15284A;}
.wpml-swicher .wpml-ls-legacy-dropdown{width: 150px;}




@media(max-width:1600px){
.testimonials-slider .swiper .elementor-swiper-button.elementor-swiper-button-prev{left: 48%;}
.testimonials-slider .swiper .elementor-swiper-button.elementor-swiper-button-next{right: 46%;}
}

@media(max-width:1199px){
.testimonials-slider .swiper .elementor-swiper-button.elementor-swiper-button-prev{left: 47%;}
.testimonials-slider .swiper .elementor-swiper-button.elementor-swiper-button-next{right: 45%;}
}

@media(max-width:991px){
    .header-contact-info.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
        font-size: 0;
        padding: 0;
        padding-inline-start: 0;
        width: 15px;
        height: 0;
    }
    .elementor-widget-nav-menu .elementor-nav-menu--layout-horizontal ul.elementor-nav-menu li.menu-item a.elementor-item {
      padding: 18px 0;
      margin: 0;
    }
    .elementor-nav-menu--layout-horizontal ul{
      flex-direction: column;
          flex-wrap: wrap;
    }
    .elementor-location-header .main-navigation{
      position: fixed;
      bottom: 0;
      z-index: 1050;
      display: flex;
      flex-direction: column;
      max-width: 100%;
      visibility: hidden;
      background-clip: padding-box;
      outline: 0;
      transition: all .3s ease-in-out;
      top: 0;
      right: 0;
      max-width: 100%;
      width: 100%;
      transform: translateX(100%);
      visibility: hidden;
      background-color: var(--e-global-color-150c413) !important;
    
    }
    .main-navigation.show{
      visibility: visible;
      transform: none;
    }
    #nav-btn a{
      position: relative;
      z-index: 1051;
      height: 30px !important;
      width: 30px!important;
      background-image: url('images/hamburger-menu.svg');
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 30px;
      transition: none;
    }
    #nav-btn.nav-btn-close a{
     background-image: url('images/close-svg.svg');
     background-color: transparent;
     width: 30px !important;
     height: 30px !important;
     background-size: 30px;
    }
    #nav-btn .elementor-button span{
      font-size: 0;
    }
    .subscribe-form-wrapper {
      flex-direction: column;
    }
    .subscribe-form-wrapper .input-control {
      margin-bottom: 15px;
    }
    .button-wrapper input[type="submit"]{
      width: 100%;
    }
 .testimonials-slider .swiper .elementor-swiper-button.elementor-swiper-button-prev{left: 44%;}
.testimonials-slider .swiper .elementor-swiper-button.elementor-swiper-button-next{right: 44%;}
  }


@media(max-width:767px){
    .wpml-ls-legacy-dropdown {
        width: 7.5em;
    }
    .wpml-ls-legacy-dropdown>ul>li>a .wpml-ls-flag+span {
        font-size: 0;
    }
      .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
        min-width: 175px;
        left: auto;
      }
      .wpml-ls-legacy-dropdown>ul>li>a {
        padding-right: 0 !important;
    }
    .header-contact-info ul.elementor-icon-list-items.elementor-inline-items {
      flex-wrap: nowrap;
  }
}


@media(max-width:575px){

.testimonials-slider .swiper .elementor-swiper-button.elementor-swiper-button-prev{left: 44%;}
.testimonials-slider .swiper .elementor-swiper-button.elementor-swiper-button-next{right: 39%;}


}


@media(max-width:479px){
.testimonials-slider .swiper .elementor-swiper-button.elementor-swiper-button-next{right: 36%;}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{ display: none; }

}