/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1762755791
Updated: 2025-11-10 08:23:11

*/

/* KWINS REQUIRED STYLES */

.elementor-field-type-recaptcha_v3 .grecaptcha-badge {
  z-index: 1;
  visibility: hidden !important;
}

body {
  overflow-x: hidden;
}

body > .elementor {
  overflow-x: clip;
}

html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}

[data-elementor-type="wp-page"] {
  flex: 1;
}

[data-elementor-type="footer"] {
  margin-top: auto;
}

.elementor-widget-image a {
  display: flex !important;
  justify-content: center;
  width: 100%;
}

/* DELETING FOCUS-VISIBLE BORDER */

a:active,
a:focus,
input,
textarea,
input:active,
textarea:active,
:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

[data-id="1e6c1df"] {
  animation: scroll 200s linear infinite;
  position: relative;
  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 3638px;
    height: 100%;
    background-image: url('./runline.svg');
    background-color: var(--e-global-color-3dff961);
    background-position: center center;
    background-repeat: no-repeat;

  }
  &:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 3638px;
    height: 100%;
    background-image: url('./runline.svg');
    background-color: var(--e-global-color-3dff961);
    background-position: center center;
    background-repeat: no-repeat;

  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

.elementor-element-eae9497 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0 !important;
  .elementor-element-e872176 {
  }
}

@media screen and (min-width: 1025px) {
  .elementor-element-eae9497 {
    .elementor-element-e872176 {
      &:nth-child(2) {
        margin-top: 100px !important;
      }
      &:nth-child(4),
      &:nth-child(6),
      &:nth-child(7),
      &:nth-child(9),
      &:nth-child(10),
      &:nth-child(12),
      &:nth-child(14),
      &:nth-child(15),
      &:nth-child(17),
      &:nth-child(18) {
        margin-top: -100px !important;
      }
    }
  }
}

@media screen and (max-width:1024px) {
  .elementor-element-eae9497 {
    grid-template-columns: repeat(2, 1fr);
    img {
      height: 350px !important;
    }
  }
}

@media screen and (max-width:767px) {
  .elementor-element-eae9497 {
    grid-template-columns: repeat(1, 1fr);
    img {
      height: 350px !important;
    }
  }
}

[data-id="874eabe"],
[data-id="0b51d73"] {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  &::before {
    opacity: 0 !important;
  }
}

[data-id="aaa25cd"],
[data-id="f69a92b"] {
  display: none !important;
  &.active {
    display: flex !important;
  }
}

[data-id="0f97aae"],
[data-id="d40eb83"] {
  &.active {
    .elementor-button {
      fill: #DD8523 !important;
      color: #DD8523 !important;
      border-color: #DD8523 !important;
    }
  }
  .elementor-button {
    &:hover {
      border-color: var(--e-global-color-d73d678) !important;      
    }
  }
}

[data-id="7de8f11"],
[data-id="8e2b48a"] {
  .dropdown-container {
    position: relative;
    width: 100%;
    display: inline-block;
  }

  .dropdown-control {
    -webkit-box-align: center;
    align-items: center;
    box-shadow: none;
    cursor: default;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
    color: #666;
    transition: all 100ms ease 0s;
    padding: 8px;
    background: #fff;
    border: 1px solid #e0e7ee;
    border-image: initial;
    outline: 0px !important;
    cursor: pointer;
    transition: 300ms;

    border-width: 1px 1px 1px 1px;
    padding: 13px 13px 13px 13px;
    background-color: #050F1E;
    font-family: "Actay", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1em;
    fill: #FAF1A5;
    color: #FAF1A5;
    border-style: solid;
    border-color: #CDA65830;
    
  }

  .dropdown-control:focus {
    border-color: #DD8523;
  }

  .dropdown-value-container {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
    flex: 1 1 0%;
    overflow: hidden;
    height: 17px;
  }

  .dropdown-value {
    color: #FAF1A5;
    max-width: calc(100% - 8px);
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    opacity: 1;
    overflow: hidden;
    transition: opacity 300ms ease 0s;
  }

  .dropdown-arrow-container {
    -webkit-box-align: center;
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-shrink: 0;
  }

  .dropdown-arrow {
    color: #ccc;
    display: flex;
    box-sizing: border-box;
    transition: color 150ms ease 0s;
  }

  .dropdown-arrow-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    fill: #FAF1A5;
    line-height: 1;
    stroke: currentcolor;
    stroke-width: 0;
  }

  .dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    width: 100%;
    margin-top: 8px;
    font-size: 1rem;
    color: #212529;
    background-clip: padding-box;
    border: 1px solid #DD8523;

    background-color: #050F1E;
    font-family: "Actay", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #FAF1A5;
  }

  .dropdown-menu:first-child {
    position: static;
    display: block;
  }

  .dropdown-item {
    display: block;
    padding: 12px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    border-bottom: 1px solid #DD8523;
    &:last-child {
      border-bottom: none;
    }
  }

  .dropdown-item:hover {
    color: #DD8523;
  }

  .dropdown-focus .dropdown-control {
    border-color: var(--orange-opacity);
    box-shadow: var(--input-box-shadow) var(--orange-opacity);
  }

  .dropdown-focus .dropdown-menu {
    display: block;
  }

  .dropdown-focus .dropdown-arrow-icon {
    fill: var(--orange);
    opacity: 1;
  }

  .dropdown-control:hover {
    border-color: #DD8523;

    fill: #DD8523;
    color: #DD8523;
    .dropdown-arrow-icon {
      fill: #DD8523;
    }
    .dropdown-value {
    color: #DD8523;
    }
  }
}