/* 
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 */
.bhmsMainMenu nav ul li a:hover {
  text-decoration: underline !important;
}

.btnHover a.elementor-button:hover span.elementor-button-text {
  text-decoration: underline;
}

nav .custom-btn {
  background: #00bbd2;
  border-color: #00bbd2;
  padding: 0.5rem 2rem !important;
  color: #ffffff;
  border-radius: 2.5rem;
  margin: 0 15px !important;
}

.elementor-nav-menu--main .custom-btn a {
  padding: 0 !important;
  color: #fff !important;
  font-size: 16px !important;
}

.elementor-nav-menu--main .custom-btn:hover {

  background: #2585a4;
  border-color: #2585a4;
}

.circles__group--1 {
  animation: rotating-reverse 70s linear infinite;
}

.circles__group--2 {
  animation: rotating 80s linear infinite;
}

.circles__group--3 {
  animation: rotating 70s linear infinite;
}

.circles__group--4 {
  animation: rotating-reverse 60s linear infinite;
}

.circles__group--5 {
  animation: rotating 45s linear infinite;
}


.customer-row .elementor-container {
  flex-wrap: wrap;
  justify-content: center;
}

.customer-row .elementor-container .elementor-column {
  width: 50%;
}

@media(min-width:768px) {
  .customer-row .elementor-container .elementor-column {
    width: 33.3333%;
  }
}

@media(min-width:1025px) {
  .customer-row .elementor-container .elementor-column {
    width: 16.6666%;
  }
}

@media(max-width:767px) {
  .w-m-100 {
    width: 100% !important;
  }
}

.trial-banner {

  overflow: hidden;
  position: relative;
}

.trial-banner__background {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

@media (max-width: 1024px) {
  .trial-banner__background {
    left: -25%;
    width: 150% !important;
  }
}

@media (max-width: 768px) {
  .trial-banner__background {
    left: -50%;
    width: 200% !important;
  }
}

@media (max-width: 550px) {
  .trial-banner__background {
    left: -100%;
    width: 300% !important;
  }
}

.trial-banner__background .light,
.trial-banner__background .dark {
  transform-origin: center;
}

.trial-banner__background .dark {
  animation: rotating 30s linear infinite;
}

.trial-banner__background .light {
  animation: rotating 30s linear infinite;
}

.subscribe-form form .e-form__buttons {
  order: -1;
}

.subscribe-form form .elementor-field-type-email {
  order: -1;
}

.homepage-slider h5 {
  font-weight: 700;
}

.homepage-slider p {
  font-size: 28px;
  margin: 20px 0;
  font-weight: 200;
  line-height: 1.4;
}

.homepage-slider .owl-carousel .owl-dots {
  bottom: 20px !important;
  text-align: left !important;
  padding-left: 25px !important;
}

.homepage-slider .owl-carousel .owl-dots .owl-dot {
  padding: 8px !important;
}
.homepage-slider .owl-carousel .owl-dots .owl-dot:focus {
  border: 0 !important;
  outline: 0 !important;
}
.homepage-slider .owl-carousel .owl-dots .owl-dot span {
  border: 1px solid #484848 !important;
  background-color: transparent !important;
  background: transparent !important;
}

.homepage-slider .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #484848 !important;
}

.homepage-slider .owl-carousel .sa_hover_container {
  padding: 50px 25px 25px !important;
}

.homepage-slider .testimonials__author {
  display: block;
  width: 100%;
  margin-top: 2rem;
  font-size: 16px;
  font-weight: 400;
}

.homepage-slider .sa_hover_container {
  color: #fff;
}

.homepage-slider .testimonials__author::before {
  content: '—';
  display: inline-block;
  margin-right: 1rem;
}

@media (min-width: 1024px) {
  .homepage-slider .owl-carousel .sa_hover_container {
    padding: 85px 70px 70px !important;
  }
  .homepage-slider .owl-carousel .owl-dots {

    padding-left: 70px !important;
  }
  
}

.custom-header .elementor-nav-menu--dropdown {
  padding: 2rem 0 !important;
}

.custom-header .fa-caret-down:before {
  content: "\f078";
}

.custom-header .fa-caret-down {
  font-size: 11px;

}


.custom-header {
  transition: 200ms !important;
}

.custom-header.sticky {

  background-color: var(--e-global-color-98ae0a7);
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.custom-header .menu-item a:hover {
  color: var(--e-global-color-accent) !important;

}

.home-accordion .elementor-accordion-item {
  margin-bottom: 1.5rem;
  border-top: 1px solid #d5d8dc !important;
}

.home-accordion .elementor-accordion-item .elementor-tab-title {
  padding: 1.5rem 2rem;
}

.home-accordion .elementor-accordion-item .elementor-tab-content {
  border-top: 0 !important;
}


.home-accordion .features-accordion__link {
  display: block;
  margin-top: 2rem;
}

.home-accordion .features-accordion__link:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  margin-left: 4px;

}

.skew-shape:before {
  top: 0;
  transform: skewY(5deg);
  transform-origin: 100% 0;
}

.skew-shape:before {
  backface-visibility: hidden;
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  min-height: 5rem;
  position: absolute;
  right: 0;
}



.layer-diagram_angle__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 145.7rem;
  padding-left: 5rem;
  padding-right: 5rem;
  width: 100%;
}

@media (max-width: 768px) {

  .layer-diagram_angle__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}



.layer-diagram_angle {
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding-bottom: 3rem;
}

.layer-diagram_angle:before {
  backface-visibility: hidden;
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  min-height: 5rem;
  position: absolute;
  right: 0;
  z-index: -1;
}

.layer-diagram_angle:before {
  top: 0;
  transform: skewY(5deg);
  transform-origin: 100% 0;
}

@media (min-width: 1024px) {
  .layer-diagram_angle {
    padding-bottom: 6rem;
  }
}

@media (min-width: 1024px) {
  .layer-diagram_angle:before {
    margin-top: 3vw;
  }
}

@media (min-width: 1024px) {
  .layer-diagram_angle__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: initial;
  }

  .layer-diagram_angle__inner:before {
    backface-visibility: hidden;
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    min-height: 5rem;
    position: absolute;
    right: 0;
    z-index: -1;
  }

  .layer-diagram_angle__inner:before {
    top: 0;
    transform: skewY(5deg);
    transform-origin: 100% 0;
  }
}

@media (min-width: 1024px) {
  .layer-diagram_angle__inner::before {
    background: #fafafa;
    left: initial;
    right: 0;
    width: 50%;
    z-index: -2;
  }
}



.layer-diagram .layer-animation {
  perspective: calc((1200, 800) * 1px);
  transform-style: preserve-3d;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 767px) {
  .layer-diagram .layer-animation {
    display: none !important;
  }
}

@keyframes open {
  from {
    transform: rotateX(calc((-30, 0) * 1deg)) rotateY(calc((-40, 0) * 1deg)) rotateX(90deg) translate3d(0, 0, 0);
  }

  to {
    transform: rotateX(calc((-30, 0) * 1deg)) rotateY(calc((-40, 0) * 1deg)) rotateX(90deg) translate3d(0, 0, 0) translateY(35px) translateX(-45px);
  }
}

@keyframes close {
  from {
    transform: rotateX(calc((-30, 0) * 1deg)) rotateY(calc((-40, 0) * 1deg)) rotateX(90deg) translate3d(0, 0, 0) translateY(35px) translateX(-45px);
  }

  to {
    transform: rotateX(calc((-30, 0) * 1deg)) rotateY(calc((-40, 0) * 1deg)) rotateX(90deg) translate3d(0, 0, 0);
  }
}

.layer-diagram .layer-animation .plane {
  background: rgba(37, 133, 164, 0.7);
  height: calc(20 * 12px);
  width: calc(20 * 12px);
  transform-style: preserve-3d;
  transform: rotateX(calc((-30, 0) * 1deg)) rotateY(calc((-40, 0) * 1deg)) rotateX(90deg) translate3d(0, 0, 0);
  border-radius: 15px;
}

.layer-diagram .layer-animation .plane1 {
  background: rgba(0, 157, 111, 0.7);
}

.layer-diagram .layer-animation .plane2 {
  background: rgba(130, 130, 134, 0.7);
}

.layer-diagram .layer-animation .plane3 {
  background: rgba(0, 187, 210, 0.7);
}

.layer-diagram .layer-animation .plane4 {
  background: rgba(76, 190, 160, 0.7);
}

.layer-diagram .layer-animation .plane5 {
  background: #484848;
}

.layer-diagram .layer-animation .plane-close {
  animation-name: close;
  animation-duration: 2s;
  transform: rotateX(calc((-30, 0) * 1deg)) rotateY(calc((-40, 0) * 1deg)) rotateX(90deg) translate3d(0, 0, 0);
}

.layer-diagram .layer-animation .plane-slide {
  transform: rotateX(calc((-30, 0) * 1deg)) rotateY(calc((-40, 0) * 1deg)) rotateX(90deg) translate3d(0, 0, 0) translateY(35px) translateX(-45px);
  animation-name: open;
  animation-duration: 2s;
}

.custom-animated-tab .elementor-tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  justify-content: center;

}

.cl-white .cls-1,
.cl-white .cls-2,
.cl-white .cls-5,
.cl-white .cls-6 {
  stroke: #fff;
}

@media(min-width:768px) {
  .custom-animated-tab .elementor-tab-title {
    width: 25% !important;
  }
}

@media(min-width:1025px) {
  .custom-animated-tab .elementor-tab-title {
    width: 30% !important;
  }
}

.custom-animated-tab .elementor-tab-title {
  background: #484848;
  color: #ffffff;
  margin: 7px 15px;
  border: 0.1rem solid #ffffff !important;
  border-radius: 2.5rem;
  text-align: center;
}

.custom-animated-tab .elementor-tab-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
    transform-origin: center;
  }

  to {
    transform: rotate(360deg);
    transform-origin: center;
  }
}

@keyframes rotating-reverse {
  from {
    transform: rotate(0deg);
    transform-origin: center;
  }

  to {
    transform: rotate(-360deg);
    transform-origin: center;
  }
}

.blip circle,
.blip circle {
  animation: sonar 1500ms infinite;
  transform-box: fill-box;
  transform-origin: center;
}

.blip :nth-child(1) circle:nth-child(3),
.blip :nth-child(1) circle:nth-child(3) {
  animation-delay: 0ms;
}

.blip :nth-child(1) circle:nth-child(1),
.blip :nth-child(1) circle:nth-child(1) {
  animation-delay: 300ms;
}

.blip :nth-child(1) circle:nth-child(2),
.blip :nth-child(1) circle:nth-child(2) {
  animation-delay: 600ms;
}

.blip :nth-child(2) circle:nth-child(3),
.blip :nth-child(2) circle:nth-child(3) {
  animation-delay: 200ms;
}

.blip :nth-child(2) circle:nth-child(1),
.blip :nth-child(2) circle:nth-child(1) {
  animation-delay: 500ms;
}

.blip :nth-child(2) circle:nth-child(2),
.blip :nth-child(2) circle:nth-child(2) {
  animation-delay: 800ms;
}

.blip :nth-child(3) circle:nth-child(3),
.blip :nth-child(3) circle:nth-child(3) {
  animation-delay: 400ms;
}

.blip :nth-child(3) circle:nth-child(1),
.blip :nth-child(3) circle:nth-child(1) {
  animation-delay: 700ms;
}

.blip :nth-child(3) circle:nth-child(2),
.blip :nth-child(3) circle:nth-child(2) {
  animation-delay: 1000ms;
}

#Pointer,
#Pointer {
  animation: spin 45000ms linear infinite;
  transform-box: fill-box;
  transform-origin: center;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sonar {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  40% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.approach-testing-tab .elementor-tab-title {
  padding: 15px 30px !important;
  border: 1px solid rgba(112, 112, 112, 0.2) !important;
  margin-bottom: 20px !important;
}


@media(min-width:768px) {
  .approach-testing-tab .elementor-tabs-wrapper {
    width: 40% !important;
  }

  .approach-testing-tab .elementor-tab-content {
    padding-left: 3rem !important;
    padding-top: 0 !important;
  }

  .approach-testing-tab .elementor-tab-title {
    max-width: 510px !important;
  }

  .approach-testing-tab .elementor-tabs-wrapper {
    padding-top: 53%;
  }

  .approach-testing-tab {
    margin-top: -53%;
  }

  .our-approach-custom-height {
    min-height: 500px;
  }

  .approach-testing-tab .elementor-tabs-wrapper {
    padding-top: 500px;
  }

  .approach-testing-tab {
    margin-top: -500px;
  }

}

@media(min-width:1025px) {

  .approach-testing-tab .elementor-tabs-wrapper {
    width: 50% !important;
  }

  .approach-testing-tab .elementor-tab-content {
    padding-left: 6rem !important;
  }

  .our-approach-custom-height {
    min-height: 350px;
  }

  .approach-testing-tab .elementor-tabs-wrapper {
    padding-top: 350px;
  }

  .approach-testing-tab {
    margin-top: -350px;
  }

}

.flex-title {
  display: flex;
  flex-wrap: wrap;

}

.flex-title .h4 {
  font-size: 20px;
  color: #838287;
  padding-left: 1em;
}

@media(min-width:1025px) {

  .flex-title .h4 {
    font-size: 24px;
  }

}

.dast-tab .elementor-tab-title {
  padding: 0 !important;
  font-size: 18px;
  font-weight: 400 !important;
  width: 100%;
  text-align: center;
}

.dast-tab .elementor-tab-title .top-title {
  border: 3px solid #838287;
  color: #838287;
  padding: 0.6em;
  width: 100%;
  display: block;
  line-height: 1.7;

}

.dast-tab .elementor-tab-title.elementor-active .top-title {
  border: 3px solid #00bbd2;
  color: #000;

}

.dast-tab .elementor-tab-title .bottom-title {
  background-color: #838287;
  color: white;
  min-height: 3.8em;
  padding: 0.5em;
  display: block;
  width: calc(100% - 20px);
  margin: 0 auto;
  line-height: 1.5;
}

.dast-tab .elementor-tab-title.elementor-active .bottom-title {
  background-color: #00bbd2;

}


.dast-tab .elementor-tab-content {
  border: 3px solid #00bbd2 !important;
  min-height: 600px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}



.dast-tab .active-arrow-icon {
  height: 22px;
  width: 45px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);

}

.dast-tab .active-arrow-icon img {
  width: 100%;
}

@media(min-width:768px) {
  .dast-tab .elementor-tab-title {
    width: 33.33%;
    padding: 0 15px !important;
  }

  .dast-tab .elementor-tabs-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .dast-tab .elementor-tab-title .bottom-title {
    min-height: 100%;
  }

  .dast-tab .active-arrow-icon {
    top: -45px;
  }

  .dast-tab .elementor-tab-content .tab-one .active-arrow-icon {
    left: 7%;
  }

  .dast-tab .elementor-tab-content .tab-three .active-arrow-icon {
    left: 93%;
  }

  .dast-tab .elementor-tab-content {
    padding: 20px 10% !important;
  }

}

@media(max-width:767px) {
  .dast-tab .elementor-tab-title {
    margin-bottom: 1rem;
  }
}


.start-free-trial-form .elementor-form-fields-wrapper {
  max-width: 570px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.start-free-trial-form .e-form__indicators .e-form__indicators__indicator {
  flex-flow: row;
  white-space: nowrap;

}

.start-free-trial-form .e-form__indicators .e-form__indicators__indicator__number {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
}

.start-free-trial-form .e-form__indicators__indicator.e-form__indicators__indicator--state-active .e-form__indicators__indicator__number {
  background-color: #00bbd2;
  color: #fff;
}

.start-free-trial-form .e-form__indicators__indicator.e-form__indicators__indicator--state-active .e-form__indicators__indicator__label {
  color: var(--e-global-color-text) !important;
}

.start-free-trial-form .elementor-labels-above strong {
  color: #484848 !important;
}

.start-free-trial-form .elementor-labels-above .elementor-field-textual {
  min-height: 60px;
}

@media(max-width:767px) {
  .start-free-trial-form .e-form__indicators {
    flex-direction: column;
    align-items: center;
  }

  .start-free-trial-form .e-form__indicators .e-form__indicators__indicator__separator {
    width: 3px;
    height: 30px;
    margin: 0.5rem 0 !important;
  }

  .start-free-trial-form .e-form__indicators .e-form__indicators__indicator {
    width: 170px;
    padding: 0 !important;
    text-align: left;
    justify-content: flex-start;

  }
}

@media(min-width:1025px) {

  .image-replace-accordion .elementor-widget,
  .image-replace-accordion .elementor-column,
  .image-replace-accordion .elementor-widget-wrap {
    position: static;
  }

  .image-replace-accordion .elementor-tab-content img {
    position: absolute;
    right: 0;
    top: 6rem;
    max-width: 45%;
    width: 100%;
  }
}

/* Time line section */
.timeline {
  margin: 2rem 0 0;
}

.timeline__items {
  position: relative;
}


.timeline__items::before {
  content: "";
  display: block;
  position: absolute;
  background: #484848;
  height: 100%;
  left: 50%;
  opacity: 0.1;
  top: 0;
  width: 0.1rem;
}

@media (min-width: 1024px) {
  .timeline__items::before {
    height: 90%;
  }
}

.timeline__item {
  min-height: 50vh;
  padding: 2.5rem 0;
  position: relative;
}

.timeline__sticky {
  align-items: center;
  display: flex;
  position: sticky;
  top: 30vh;
}

.timeline__icon {
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 4rem;
  text-align: right;
  width: 50%;
}

.timeline__item.is-active .timeline__icon img {
  opacity: 1;
  transform: scale(1);
}

.timeline__icon img {
  max-width: 50rem;
  opacity: 0;
  transform: scale(0.5);
  transition: 200ms linear;
}

.timeline__text {
  padding-left: 4rem;
  position: relative;
}

.timeline__text h5 {
  color: var(--e-global-color-primary);
  line-height: 1.3em;
  letter-spacing: 0.9px;
  font-weight: 700;
}

.timeline__text p {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
}

.timeline__item.is-active .timeline__text::before {
  opacity: 1;
}

.timeline__text::before {
  content: "";
  display: block;
  position: absolute;
  background: #00bbd2;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  left: 0;
  margin-left: -15px;
  margin-top: -15px;
  opacity: 0;
  top: 8%;
  transition: 200ms linear;
}

.timeline__icon img {
  max-width: 100%;
}

@media(max-width:767px) {
  .timeline__sticky {
    flex-direction: column;
  }

  .timeline__items::before {
    left: 15px;
  }

  .timeline__text {
    padding-left: 3rem;
  }

  .timeline__container {
    padding-left: 25px;
    padding-left: 25px;
  }

  .timeline__icon {
    padding-left: 1rem;
    padding-right: 0;
    text-align: left;
    width: 100%;
    max-width: 250px;
  }

  .timeline__text::before {
    left: 15px;
  }

  .timeline__icon img {
    opacity: 1;
    transform: scale(1);
  }

  .timeline__text::before {
    opacity: 1;
  }

  .timeline__item:last-child {
    padding-bottom: 0;
  }

}