.elementor-editor-active .owl-carousel {
  display: flex;
}
.kg-header-menu
  .elementor-widget-container
  .ekit_menu_responsive_tablet
  .elementskit-menu-overlay {
  display: none;
}
@media (min-width: 1025px) {
  .kg-header-section .kg-header-menu .kg-header-menu-text {
    display: none;
  }
}
.kg-heading-text-stroke .elementor-heading-title span {
  position: relative;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.8;
}
.kg-background-fixed {
  background-attachment: fixed;
}
span.kg-theme-text {
  color: #fff;
  font-size: 14px;
  line-height: 3em;
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
  text-decoration: none !important;
}
span.kg-theme-text::before {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #f41e13;
  content: "";
  transition: all 500ms ease;
}
span.kg-footer-mail::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #f41e13;
  content: "";
  transition: all 500ms ease;
  width: 145px;
}
.kg-contact-form-main-section
  .kg-contact-form-main
  .kg-contact-form-section
  p
  input,
.kg-contact-form-section p textarea {
  max-width: 100%;
  margin-bottom: 15px;
  padding: 15px 20px;
  height: auto;
  background-color: #fff;
  box-shadow: none;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1b1b1b;
  background-image: none;
  border: 2px solid #f0f0f3;
  border-radius: 30px;
}
.kg-contact-form-main-section .kg-contact-form-main .kg-contact-form-section p {
  margin: 0 0 15px;
}
.kg-contact-form-main-section
  .kg-contact-form-main
  .kg-contact-form-section
  .kg-contact-button
  p {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.kg-contact-form-main-section
  .kg-contact-form-main
  .kg-contact-form-section
  .kg-contact-button
  p
  input.wpcf7-form-control.wpcf7-submit {
  margin: 0;
  width: auto;
  color: #fff;
  line-height: 20px;
  text-align: center;
  height: auto;
  position: relative;
  background: #f41e13;
  transition: border-color 400ms ease, color 400ms ease,
    background-color 400ms ease;
  border-radius: 80px;
  text-transform: capitalize;
  font-weight: 900;
  font-family: "Poppins";
  border: 1px solid #f41e13;
  padding: 20px 50px 20px 50px;
}
.kg-contact-form-main-section
  .kg-contact-form-main
  .kg-contact-form-section
  .kg-contact-button
  p
  input.wpcf7-form-control.wpcf7-submit:hover {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
.kg-contact-form-main-section
  .kg-contact-form-main
  .kg-contact-form-section
  p
  span.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
}
.kg-contact-form-main-section .kg-contact-form-main .wpcf7-response-output {
  margin: 32px 0 16px;
  border-color: #1b1b1b !important;
  color: #1b1b1b;
}
.kg-contact-form-main-section
  .kg-contact-form-main
  .kg-contact-form-section
  p
  input:focus,
.kg-contact-form-section p textarea:focus,
.kg-contact-form-main-section
  .kg-contact-form-main
  .kg-contact-form-section
  p
  input:focus-visible,
.kg-contact-form-section p textarea:focus-visible {
  border: 2px solid #f41e13 !important;
  outline: none;
}
.kg-contact-form-main-section
  .kg-contact-form-main
  .kg-contact-form-section
  .kg-contact-wrap
  p {
  margin: 0;
}
.kg-contact-form-main-section
  .kg-contact-form-main
  .kg-contact-form-section
  .kg-contact-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .kg-contact-form-main-section
    .kg-contact-form-main
    .kg-contact-form-section
    .kg-contact-wrap {
    display: block;
  }
}
.kg-subscribe-form form.wpcf7-form.init {
  width: 90%;
}
.kg-subscribe-form form .kg-form-main {
  display: flex;
  align-items: center;
  border: 2px solid #f41e13;
  border-radius: 30px;
  color: #fff;
  outline: none;
  background-color: transparent;
  width: 90%;
  margin: 0;
  height: 61px;
}
.kg-subscribe-form form .kg-form-main p {
  margin: 0;
  line-height: 0;
  display: flex;
  position: relative;
}
.kg-subscribe-form form .kg-form-main p span {
  position: relative;
}
.kg-subscribe-form form .kg-form-main p span input {
  background: none;
  border: none;
  padding: 0 0 0 16px;
  border-radius: 30px;
  color: #fff;
  outline: none;
  background-color: transparent;
  width: 100%;
  margin: 0;
}
.kg-subscribe-form form .kg-form-main p span::after {
  content: "";
  background-image: url(/wp-content/uploads/2025/05/send.svg);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  position: absolute;
  right: -44px;
  top: -13px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
}
.kg-subscribe-form form .kg-form-main p input.has-spinner {
  padding: 0;
  margin-right: 10px;
  background: none;
  border: none;
  font-size: 10px;
  opacity: 0;
}
.kg-subscribe-form form .kg-form-main p span.wpcf7-spinner {
  display: none;
}
.kg-subscribe-form form .kg-form-main p span.wpcf7-not-valid-tip::after {
  display: none;
}
.kg-subscribe-form form .wpcf7-response-output {
  border-color: #fff !important;
  margin: 5em 0.5em 1em !important;
  color: #fff;
  width: 88%;
}
.kg-subscribe-form form .kg-form-main p span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -60px;
  color: #fff;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 14px;
  height: 100%;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .kg-subscribe-form form.wpcf7-form.init,
  .kg-subscribe-form form .kg-form-main,
  .kg-subscribe-form form .wpcf7-response-output {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kg-subscribe-form form .kg-form-main p {
    width: 100%;
  }
  .kg-subscribe-form form .kg-form-main p:last-child {
    width: 1%;
  }
  .kg-subscribe-form form .kg-form-main p span {
    width: 100%;
  }
  .kg-subscribe-form form .kg-form-main p span::after {
    right: 0;
  }
  .kg-subscribe-form form .kg-form-main p input.has-spinner {
    position: relative;
    right: 48px;
  }
  .kg-subscribe-form form .wpcf7-response-output {
    margin: 5em 0em 0em !important;
  }
}
.kg-service-section .kg-service-grid .kg-service-list .kg-number p {
  position: relative;
  bottom: 0px;
  right: -15px;
  text-align: end;
  color: transparent;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.05);
  opacity: 0.8;
}
.kg-service-section .kg-service-grid .kg-service-list:hover {
  background-color: rgb(244 30 19 / 80%) !important;
}
.kg-service-section .kg-service-grid .kg-service-list {
  transition: 0.7s;
}
.kg-service-section
  .kg-service-grid
  .kg-service-list:hover
  .elementor-icon-box-wrapper
  .elementor-icon-box-icon {
  color: #fff;
  transform: translateY(-25px);
}
.kg-service-section
  .kg-service-grid
  .kg-service-list
  .elementor-icon-box-wrapper
  .elementor-icon-box-icon {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.kg-service-section
  .kg-service-grid
  .kg-service-list:hover
  .elementor-icon-box-wrapper
  .elementor-icon-box-icon
  span.elementor-icon {
  color: #fff;
}
.kg-service-section
  .kg-service-grid
  .kg-service-list:hover
  .elementor-icon-box-wrapper
  .elementor-icon-box-icon
  span.elementor-icon
  svg
  path {
  fill: #fff;
}
.kg-service-section
  .kg-service-grid
  .kg-service-list:hover
  .elementor-icon-box-wrapper
  .elementor-icon-box-content {
  transform: translateY(-25px);
}
.kg-service-section
  .kg-service-grid
  .kg-service-list
  .elementor-icon-box-wrapper
  .elementor-icon-box-content {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.kg-service-section
  .kg-service-grid
  .kg-service-list:hover
  .elementor-icon-box-wrapper
  .elementor-icon-box-content
  h3.elementor-icon-box-title {
  color: #fff;
}
.kg-service-section
  .kg-service-grid
  .kg-service-list:hover
  .elementor-icon-box-wrapper
  .elementor-icon-box-content
  p {
  color: #fff;
}
.kg-service-section .kg-service-grid .kg-service-list:hover .kg-number p {
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.2);
  opacity: 0.8;
}
.kg-creation-agency-section
  .kg-creation-agency-info:hover
  .kg-creation-agency-text {
  transform: translateY(-10px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.kg-creation-agency-section .kg-creation-agency-info .kg-creation-agency-text {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.kg-creation-agency-section .kg-creation-agency-info:hover {
  transform: scale(0.98);
}
.kg-creation-agency-section .kg-creation-agency-info {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.elementor-element.kg-team-wraper
  .kg-team-member-main
  .kg-team-member-image-main
  .elementor-widget-image
  img {
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px)
    hue-rotate(0deg);
  transition: all 1s ease;
}
.elementor-element.kg-team-wraper
  .kg-team-member-main
  .kg-team-member-image-main:hover
  .elementor-widget-image
  img {
  transition: all 1s ease;
  filter: none;
  transform: scale(1.09, 1.09);
}
.elementor-element.kg-team-wraper
  .kg-team-member-main
  .kg-team-member-text-main
  .elementor-widget-button
  .elementor-button-link {
  opacity: 0;
  transform: rotate(-90deg);
  color: #f41e13;
}
.elementor-element.kg-team-wraper
  .kg-team-member-main:hover
  .kg-team-member-text-main {
  background-color: #f41e13;
}
.elementor-element.kg-team-wraper
  .kg-team-member-main:hover
  .kg-team-member-text-main
  .elementor-heading-title {
  color: #fff;
}
.elementor-element.kg-team-wraper
  .kg-team-member-main:hover
  .kg-team-member-text-main
  .elementor-widget-button
  .elementor-button-link {
  transition: all 0.4s linear;
  opacity: 1;
  transform: rotate(0);
}
.elementor-element.kg-team-wraper
  .kg-team-member-main:hover
  .kg-team-member-text-main
  .kg-team-member-text {
  transform: translateX(10px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.kg-team-section
  .kg-images-inner-section
  .kg-images-wap.elementor-widget-image {
  padding: 0px 30px 30px 15px;
  position: relative;
}
.kg-team-section
  .kg-images-inner-section
  .kg-images-wap.elementor-widget-image:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  left: 45px;
  bottom: 0;
  background-color: #f41e13;
  border-radius: 30px;
}
.kg-team-section
  .kg-images-inner-section
  .kg-images-wap.elementor-widget-image:before {
  border-radius: 10px;
}

.kg-team-section .kg-images-inner-section .kg-images-wap img:hover {
  transform: scale(0.98);
}

/* homepage first section */
.kg-triangle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 100px;
  position: relative;
  overflow: hidden;
}
.kg-triangle-container .kg-red-outline-triangle {
  position: relative;
  max-width: 650px;
  width: 100%;
  height: 600px;
}
.kg-triangle-container .kg-red-outline-triangle .kg-inner-triangle {
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.kg-triangle-container .kg-red-outline-triangle .kg-inner-triangle video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kg-triangle-container .kg-red-outline-triangle .kg-red-outline-top-line,
.kg-triangle-container .kg-red-outline-triangle .kg-red-outline-left-line,
.kg-triangle-container .kg-red-outline-triangle .kg-red-outline-right-line {
  position: absolute;
  background: red;
  overflow: hidden;
  z-index: 2;
}
.kg-triangle-container .kg-red-outline-triangle .kg-red-outline-top-line {
  top: 90px;
  left: 6px;
  width: 98%;
  height: 5px;
}
.kg-triangle-container .kg-red-outline-triangle .kg-red-outline-left-line {
  top: 91px;
  left: 6px;
  width: 6px;
  height: 109%;
  transform: rotate(-29deg);
  transform-origin: top;
  z-index: 1;
}
.kg-triangle-container .kg-red-outline-triangle .kg-red-outline-right-line {
  top: 91px;
  right: 5px;
  width: 6px;
  height: 109.2%;
  transform: rotate(29deg);
  transform-origin: top;
  z-index: 2;
}
.kg-shimmer {
  position: absolute;
  top: 0;
  left: -100%;
  width: 150%;
  height: 100%;
  background: linear-gradient(90deg, transparent, red, #fff, red, transparent);
  box-shadow: 0 0 10px #fff, 0 0 20px white;
  filter: blur(0.5px);
  animation: shimmer 2.5s infinite ease-in-out;
  opacity: 1;
}
.kg-shimmer-top {
  animation-delay: 0s;
}
.kg-shimmer-left {
  animation-delay: 0.8s;
}
.kg-shimmer-right {
  animation-delay: 1.6s;
}
@media screen and (max-width: 1440px) {
  .kg-triangle-container .kg-red-outline-triangle {
    max-width: 500px;
    height: 450px;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-red-outline-top-line {
    top: 90px;
    left: 8px;
    width: 97%;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-red-outline-left-line {
    transform: rotate(-30deg);
  }
}
@media screen and (max-width: 1199px) {
  .kg-triangle-container .kg-red-outline-triangle {
    max-width: 420px;
    height: 370px;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-red-outline-right-line {
    transform: rotate(30deg);
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-red-outline-top-line {
    width: 96%;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .kg-triangle-container .kg-red-outline-triangle {
    max-width: 350px;
    height: 300px;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-red-outline-top-line {
    top: 72px;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-red-outline-left-line {
    top: 73px;
    left: 7px;
    height: 111%;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-red-outline-right-line {
    top: 73px;
    right: 5px;
    height: 110%;
  }
}
@media screen and (max-width: 767px) {
  .kg-triangle-container {
    padding: 10px 0 150px;
  }
}
@media screen and (max-width: 575px) {
  .kg-triangle-container .kg-red-outline-triangle {
    max-width: 350px;
    height: 300px;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-red-outline-top-line {
    top: 72px;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-red-outline-left-line {
    top: 73px;
    left: 7px;
    height: 111%;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-red-outline-right-line {
    top: 73px;
    right: 4px;
    height: 112%;
  }
}
@media screen and (max-width: 400px) {
  .kg-triangle-container .kg-red-outline-triangle {
    max-width: 280px;
    height: 230px;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-red-outline-top-line {
    top: 61px;
    width: 95%;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-red-outline-left-line {
    top: 63px;
    height: 114%;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-red-outline-right-line {
    top: 63px;
    height: 115%;
  }
}
@keyframes shimmer {
  0% {
    left: -150%;
  }
  100% {
    left: 100%;
  }
}

.kg-shape-wrapper.parallax {
  position: relative;
  z-index: 2;
}
.kg-shape {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 2;
}
.kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-1 {
  background-image: url("/wp-content/uploads/2025/05/shape-1.png");
  width: 50px;
  height: 50px;
  top: 30px;
  left: 10px;
  animation: mover 0.8s infinite alternate;
}
.kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-2 {
  background-image: url("/wp-content/uploads/2025/05/shape-2.png");
  width: 90px;
  height: 90px;
  top: 30px;
  right: 20%;
  rotate: 180deg;
  animation: mover 0.8s infinite alternate;
}
.kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-3 {
  background-image: url("/wp-content/uploads/2025/05/shape-1.png");
  width: 50px;
  height: 50px;
  top: 300px;
  right: 11%;
  animation: mover-left 0.8s infinite alternate;
}
.kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-4 {
  background-image: url("/wp-content/uploads/2025/05/shape-2.png");
  width: 90px;
  height: 90px;
  top: 450px;
  left: 4px;
  animation: mover-left 0.8s infinite alternate;
}
.kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-5 {
  background-image: url("/wp-content/uploads/2025/05/shape-2.png");
  width: 85px;
  height: 85px;
  top: 550px;
  right: 22%;
  animation: mover 0.8s infinite alternate;
}
@media screen and (max-width: 1440px) {
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-4 {
    top: 285px;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-5 {
    top: 408px;
    right: 18%;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-3 {
    top: 218px;
    right: 6%;
  }
}
@media screen and (max-width: 1199px) {
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-2 {
    top: 48px;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-3 {
    top: 175px;
    right: 3%;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-4 {
    top: 245px;
    left: 4px;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-5 {
    top: 337px;
    right: 17%;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-1 {
    top: 42px;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-3,
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-1 {
    width: 36px;
    height: 36px;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-2,
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-4,
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-5 {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-1 {
    top: 25px;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-2 {
    top: 23px;
    right: 18%;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-3 {
    top: 144px;
    right: 4%;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-4 {
    top: 186px;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-5 {
    top: 265px;
    right: 14%;
  }
}
@media screen and (max-width: 575px) {
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-1 {
    top: 25px;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-2 {
    top: 23px;
    right: 18%;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-3 {
    top: 144px;
    right: 4%;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-4 {
    top: 186px;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-5 {
    top: 265px;
    right: 14%;
  }
}
@media screen and (max-width: 400px) {
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-1 {
    top: 18px;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-3,
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-1 {
    width: 30px;
    height: 30px;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-2,
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-4,
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-5 {
    width: 47px;
    height: 47px;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-3 {
    top: 110px;
    right: 2%;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-4 {
    top: 140px;
  }
  .kg-triangle-container .kg-red-outline-triangle .kg-shape.kg-shape-5 {
    top: 202px;
    right: 14%;
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes mover-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-5px);
  }
}


.kg-our-services-section .kg-our-services-inner-section .kg-our-services-box-section:hover {
    transform: translateY(-5px);
}
.kg-our-services-section .kg-our-services-inner-section .kg-our-services-box-section:hover::before {
    transform: scale(1);
}
.kg-our-services-section .kg-our-services-inner-section .kg-our-services-box-section:before {
    position: absolute;
    content: "";
    border-top: 1px solid #EA1B12;
    border-bottom: 1px solid #EA1B12;
    transform: scale(0, 1);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .9s;
    border-radius: 5px;
}
.kg-our-services-section .kg-our-services-inner-section .kg-our-services-box-section:hover::after {
    transform: scale(1);
}
.kg-our-services-section .kg-our-services-inner-section .kg-our-services-box-section:after {
    position: absolute;
    content: "";
    border-left: 1px solid #EA1B12;
    border-right: 1px solid #EA1B12;
    transform: scale(1, 0);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .9s;
    border-radius: 5px;
}
.elementor-element.kg-team-wraper.kg-team-section .kg-team-member-main .kg-team-member-text-main .elementor-widget-button .elementor-button-link {
    opacity: 1;
    transform: rotate(-90deg);
    color: #fff;
}
.elementor-element.kg-team-wraper.kg-team-section .kg-team-member-main:hover .kg-team-member-text-main .elementor-widget-button .elementor-button-link{
    opacity: 1;
    transform: rotate(0deg);
    color: #fff;
}
.kg-our-services-section .kg-our-services-inner-section .kg-our-services-box-section .elementor-icon-box-icon .elementor-icon svg path {
    fill: #fff;
}
.kg-our-services-section .kg-our-services-inner-section .kg-our-services-inner-section {
    position: relative;
		border-radius:10px;
}
.kg-our-services-section .kg-our-services-inner-section .kg-our-services-box-wrap:after {
    position: absolute;
    bottom: 0;
    left: 0;
	right:0;
    border-bottom: 5px solid #EA1B12;
    content: '';
    transform: scale(.1);
    transition: .9s;
    height: 0px;
    width: 100%;
	border-radius:10px;
}
.kg-our-services-section .kg-our-services-inner-section .kg-our-services-box-wrap:hover:after {
    position: absolute;
    bottom: 0;
    left: 0;
	right:0;
    border-bottom: 1px solid #EA1B12;
    border-radius: 10px;
    content: '';
    transform: scale(1);
}

.kg-animated-image {
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px); /* Adjust height as needed */
  }
} /* ← This closing brace was missing */

.kg-right-animated-image {
  animation: moveRightLeft 3s ease-in-out infinite;
}

@keyframes moveRightLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}
.kg-team-wraper .kg-meet-team-slider .owl-nav button.owl-prev,
.kg-team-wraper .kg-meet-team-slider .owl-nav button.owl-next{
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    background: #f32a23;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
   	transition: all ease 0.4s;
}
.kg-team-wraper .kg-meet-team-slider .owl-nav button.owl-prev:hover,
.kg-team-wraper .kg-meet-team-slider .owl-nav button.owl-next:hover{
	background: #fff;
}
.kg-team-wraper .kg-meet-team-slider .owl-nav button.owl-prev {
    left: 0px;
}
.kg-team-wraper .kg-meet-team-slider .owl-nav button.owl-next {
    right: 0px;
}
@media screen and (min-width:1565px){
.kg-team-wraper .kg-meet-team-slider .owl-nav button.owl-prev {
    left: -120px;
}
.kg-team-wraper .kg-meet-team-slider .owl-nav button.owl-next {
    right: -120px;
}
}
@media screen and (max-width:991px){
.kg-team-wraper .kg-meet-team-slider .owl-nav button.owl-prev,
.kg-team-wraper .kg-meet-team-slider .owl-nav button.owl-next{
  	width: 40px;
  	height: 40px;
  }
}
@media screen and (max-width:991px){
.kg-team-wraper .kg-meet-team-slider .owl-nav button.owl-prev,
.kg-team-wraper .kg-meet-team-slider .owl-nav button.owl-next{
  	width: 40px;
  	height: 40px;
  }
  .kg-team-wraper .kg-meet-team-slider .owl-nav button.owl-prev svg,
.kg-team-wraper .kg-meet-team-slider .owl-nav button.owl-next svg{
      width: 10px;
    height: 15px;
  }
}
.kg-team-wraper .kg-meet-team-slider .owl-nav button.owl-prev svg path, 
.kg-team-wraper .kg-meet-team-slider .owl-nav button.owl-next svg path {
    fill: #fff;
}
.kg-team-wraper .kg-meet-team-slider .owl-nav button.owl-prev:hover svg path, 
.kg-team-wraper .kg-meet-team-slider .owl-nav button.owl-next:hover svg path {
    fill: #000;
}
.kg-contact-form-main-section .kg-contact-form-main .kg-contact-form-section p input, .kg-contact-form-section p textarea {
    background-color: transparent;
	color:#fff;
}
.kg-contact-form-main-section .kg-contact-form-main .kg-contact-form-section .kg-contact-button p input.wpcf7-form-control.wpcf7-submit:hover{
    color: #fff;
    border: 1px solid #fff;
}
.kg-contact-form-main-section .kg-contact-form-main  .wpcf7-response-output {
    margin: 32px 0 16px;
    border-color: #ffffff !important;
    color: #ffffff;
}
.kg-subscribe-form form .kg-form-main{
    background-color: transparent;
    border: 2px solid #Fff;
}
.kg-quick-inner-section .kg-quick-link-menu .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
    width: 10px;
    height: 10px;
}
.kg-contact-form-main-section .kg-contact-form-main .kg-contact-form-section p input::placeholder,
.kg-contact-form-main-section .kg-contact-form-main .kg-contact-form-section p textarea::placeholder,
.kg-subscribe-form form .kg-form-main p span input::placeholder{
    color: white;
} 