/*
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: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1716366150
Updated: 2024-05-22 08:22:30

*/

/* KWINS REQUIRED STYLES */

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

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;
}

.questions-block .elementor-tab-title {
    border-radius: 13px;
}

.menu-item .sub-menu {
    max-width: 1000px;
    flex-wrap: wrap;
    width: max-content !important;
    margin-left: 0 !important;
}

.menu-item .sub-menu li {
    width: 50%;
}

.elementor-tab-title {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.blog-container .elementor-loop-container {
    display: flex;
    flex-wrap: wrap;
}

.blog-container .e-loop-item {
    width: 24.5%;
    margin-bottom: 0.8%;
}

.blog-container .e-loop-item:nth-child(2) {
    width: 49.4%;
}

.blog-container .e-loop-item:nth-child(2) img {
    height: 350px !important;
}

.blog-container .e-loop-item:not(:nth-child(4n)) {
    margin-right: 0.8%;
}

.blog-container .e-loop-item:nth-child(2) .elementor-element-7d08ccd {
    max-width: 227px !important;
}

.elementor-tab-title {
  border-radius: 13px;
}

.portfolio__main {
  display: flex;
  gap: 18px;
}

.portfolio__wraper {
  display: flex;
}

.portfolio__wraper img {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  border-radius: 13px !important;
  transition: transform .5s ease;
}

.portfolio__wraper img:hover {
  transform: scale(1.05);
}

.portfolio__wraper--first {
  width: 50%;
}

.portfolio__wraper--first img {
  max-height: 437px;
  height: 100% !important;
}

.portfolio__wraper--first .portfolio__img-wrapper {
  width: 100%;
  max-height: 437px;
}

.portfolio__wraper--second {
  width: 50%;
  flex-wrap: wrap;
}

.portfolio__wraper--second .portfolio__img-wrapper {
  width: 48.8%;
}

.portfolio__wraper--second img,
.portfolio__wraper--third img {
  max-height: 208px;
  height: 100% !important;
}

.portfolio__wraper--second .portfolio__img-wrapper,
.portfolio__wraper--third .portfolio__img-wrapper {
  max-height: 208px;
}

.portfolio__img-wrapper {
  overflow: hidden;
  border-radius: 13px;
}

.portfolio__wraper--second .portfolio__img-wrapper:not(:nth-child(2n)) {
  margin-right: 2%;
}

.portfolio__wraper--second .portfolio__img-wrapper:nth-child(n+3) {
  margin-top: 2%;
}

.portfolio__button {
  display: block;
  margin: 20px auto;
  color: #fff;
  background-color: #24426A;
  font-family: "Montserrat", Sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  word-spacing: 1px;
  border-radius: 500px 500px 500px 500px;
  padding: 17px 50px 17px 50px;
  border: none;
  transition: background-color .3s ease;
}

.portfolio__button:hover {
  color: #fff;
  background-color: #183152;
}

.portfolio__button:focus {
  outline: none;
  background-color: #24426A;
}

.portfolio__button:active {
  background-color: #24426A;
}

.portfolio__wraper--third .portfolio__img-wrapper:not(:nth-child(4n)) {
  margin-right: 1.2%;
}

.portfolio__wraper--third .portfolio__img-wrapper:nth-child(n+5) {
  margin-top: 1.2%;
}

.portfolio__wraper--third {
  margin-top: 18px;
}

.kw-menu-item > a {
  display: flex;
  align-items: center;
}

.kw-menu-item > a svg {
  margin-left: 5px;
}

.phone-icon a {
  position: relative;
}

.phone-icon a:before,
.phone-icon a:after {
  content: " ";
  display: block;
  position: absolute;
  border: 1px solid red;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}

.phone-icon a:after {
  animation-delay: .5s;
}

.phone-icon svg {
  fill: #fff;
  opacity: .9;
}

.phone-icon a {
  background-color: red;
}


@keyframes animate {
  0% {
      transform: scale(0.5);
      opacity: 0;
  }
  50% {
      opacity: 1;
  }
  100% {
      transform: scale(1.2);
      opacity: 0;
  }
}

.elementor-element-b51fd8e .elementor-swiper-button:hover svg {
  fill: var(--arrow-normal-color, hsla(0, 0%, 93%, .9)) !important;
}

@media(max-width: 1024px) {

  .menu-item .sub-menu li {
    width: 100%;
  }

  .menu-item .sub-menu {
    height: 400px;
    max-width: 300px !important;
    overflow-y: auto;
  }

  .blog-container .e-loop-item {
    width: 49.4%;
  }

  .blog-container .e-loop-item:nth-child(2) {
    width: 100%;
  }


  .blog-container .e-loop-item:nth-child(2) {
    margin-right: 0;
  }
}

@media(max-width: 767px) {

  .blog-container .e-loop-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .blog-container .e-loop-item:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .blog-container .e-loop-item:nth-child(2) img {
    height: 150px !important;
  }

  .blog-container .e-loop-item:nth-child(2) .elementor-element-7d08ccd {
    max-width: 100% !important;
  }

  .portfolio__main {
    flex-direction: column;
  }

  .portfolio__wraper--first {
    width: 100%;
  }

  .portfolio__wraper--second {
    width: 100%;
    gap: 20px;
  }

  .portfolio__wraper--second .portfolio__img-wrapper:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .portfolio__wraper--second .portfolio__img-wrapper:nth-child(n+3) {
    margin-top: 0;
  }

  .portfolio__wraper--second .portfolio__img-wrapper {
    width: 100%;
  }

  .portfolio__wraper--first img {
    max-height: 402px;
  }

  .portfolio__wraper--first .portfolio__img-wrapper {
    max-height: 402px;
  }

  .portfolio__wraper--second .portfolio__img-wrapper, .portfolio__wraper--third .portfolio__img-wrapper {
    max-height: 402px;
  }

  .portfolio__wraper--second img, .portfolio__wraper--third img {
    max-height: 402px;
  }

  .portfolio__main {
    gap: 20px;
  }

  .portfolio__wraper--third {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
  }

  .portfolio__wraper--third .portfolio__img-wrapper,
  .portfolio__wraper--third img {
    max-height: 402px;
  }
}

[data-id="144d8cb"] > .elementor-widget-container {
	border-radius: 16px !important;
}

@media screen and (max-width: 767px) {
    .home-video-slider .e-hosted-video .elementor-custom-embed-play {
        display: none !important;
    }
	.elementor-1397 .elementor-element.elementor-element-6dbea6b .elementor-button {
		padding: 20px 40px !important;
    	min-width: 100% !important;
	}
	[data-id="09afb91"] h2 {
		padding-bottom: 20px !important;
	}
}