/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

html {
  scroll-behavior: smooth;
}

.how-do .elementor-widget-icon-box.elementor-view-stacked .elementor-icon{
	background: linear-gradient(180deg, #D8F7FF 0%, rgba(255, 255, 255, 0) 100%);
}
.client-result .elementor-icon, .counter-box{
  position: relative;
  z-index: 2;
}
.client-result .elementor-icon::after{
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 22px;
  top: -18px;
  background: rgba(86, 156, 175, 0.1);
  border-radius: 50%;
  z-index: 1;
}
.counter-box::after{
  content: "";
  position: absolute;
  height: 257px;
  right: 0px;
  top: -25px;
  opacity: 0.4;
  border: 1px dashed #FFFFFF;
}
.counter-box:last-child::after, .step-box:last-child::after{
  display: none;
}
.sportslab_section .elementor-image-carousel-wrapper .elementor-swiper-button{
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #FFFFFF;
  box-shadow: 0px 13px 34px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  text-align: center;
}
.sportslab_section .elementor-image-carousel-wrapper .elementor-swiper-button svg{
  position: relative;
  top: 13px;
  left: 12px;
  font-size: 18px;
}
.sportslab_section .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-next svg{
  left: 15px;
}
.sportslab_section .elementor-image-carousel-wrapper .elementor-swiper-button:hover svg path, 
.testimonial_div .elementor-swiper-button:hover svg path{
  stroke:#44DDCD;
}
.step-box .elementor-icon-box-wrapper{
  position: relative;
}
.step-box::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 50%;
  top: 24%;
/*   background: url(./images/blue-line.png) no-repeat center; */
}
.step-box .elementor-shape-circle .elementor-icon{
  position: relative;
}
.step-box .elementor-shape-circle .elementor-icon::after{
  content: "";
  position: absolute;
  width: 185px;
  height: 185px;
  border-radius: 50%;
  top: -15px;
  left: -15px;
  background: #569caf33;
}
.contact_form .gform_wrapper form .gfield .gfield_label{
  font: 400 18px/27px 'Poppins';
  color: #000000;
}
.contact_form .gform_wrapper form .gfield .ginput_container input:not([type="submit"]),
.contact_form .gform_wrapper form .gfield .ginput_container textarea,
.contact_form .gform_wrapper form .gfield .ginput_container select{
  font: 400 18px/27px 'Poppins';
  color: #000000;
  border: 1px solid #EFEFEF;
  padding:12px 22px;
  height: auto;
  outline: none;
  border-radius:0;
  box-shadow: unset;
}
.contact_form .gform_wrapper form .gfield .ginput_container textarea{
  max-height:110px;
}
.contact_form .gform_wrapper form .gform_fields{
  row-gap: 20px;
}
.contact_form.elementor-element .gform-theme.gform_wrapper form .gform-footer input[type="submit"].gform_button{
  font: 600 20px/24px 'Montserrat';
  color: #FFFFFF;
  background: linear-gradient(89.25deg, #569CAF 0.64%, #1F3D58 79.4%);
  border-radius: 50px;
  padding: 20px 50px;
  transition: all 0.3s ease-in-out;
}
.contact_form.elementor-element .gform-theme.gform_wrapper form .gform-footer input[type="submit"].gform_button:hover{
  background: linear-gradient(89.25deg, #1F3D58 0.64%, #569CAF 79.4%);
}
.contact_form #gform_1_validation_container{
  display: none;
}
.contact_form.elementor-element .gform-theme.gform_wrapper form .gfield_error input{
  border-color: #f00;
}
.contact_form.elementor-element .gform_confirmation_message{
  color: #2f5971;
}
.testimonial_img{
  position: relative;
}
.testimonial_img::after{
  content: "";
  position: absolute;
  width: 356px;
  height: 420px;
  right: 30px;
  bottom: 0;
  background: #569CAF;
  border-radius: 10px;
  z-index: -1;
}
.client-title{
  position: relative;
}
.client-title::after{
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  width:6px;
  height: 3px;
  background: #fff;
}

.text-scrollbar{
  height: 530px;
  overflow-y: scroll;
  border-radius: 5px;
  padding-right: 20px;
}
.text-scrollbar::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
  border-radius: 5px;
}
.text-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 5px;
}
.text-scrollbar::-webkit-scrollbar-thumb {
  background-color: #569caf;
  border-radius: 5px;
}

.text-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #569caf;
  border-radius: 5px;
}
.gfield_required.gfield_required_text{
  font-size: 0px;
  position: relative;
}
.gfield_required.gfield_required_text::after {
  content: "*";
  position: absolute;
  right: -5px;
  top: -15px;
  font-size: 16px;
  color: #424242;
}




@media screen and (max-width:767px){
  .counter-box::after, .step-box::after{
    display: none;
  }
  .contact_form.elementor-element .gform-theme.gform_wrapper form .gform-footer input[type="submit"].gform_button {
    font: 600 16px / 24px 'Montserrat';
    padding: 12px 35px; 
  }
  .text-scrollbar {
    height: 400px;
    padding-right: 10px;
  }
  .gfield_required.gfield_required_text::after {
    right: -3px;
    top: -15px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 1024px){
  .gfield_required.gfield_required_text::after {
    right: -3px;
    top: -15px;
  }
  .counter-box::after, .testimonial_img::after{
    display: none;
  }
  .step-box::after {
    top: 18%;
  }
  .step-box .elementor-shape-circle .elementor-icon::after{
    width: 140px;
    height: 140px;
  }
  .contact_form .gform_wrapper form .gfield .ginput_container input:not([type="submit"]),
  .contact_form .gform_wrapper form .gfield .ginput_container textarea,
  .contact_form .gform_wrapper form .gfield .ginput_container select, .contact_form .gform_wrapper form .gfield .gfield_label{
    font:400 15px/23px 'Poppins';   
  }

}


@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .testimonial_img::after{
    right: 0;
  }
}

/*-----------------------*/
@media only screen and (min-width: 1201px) and (max-width: 1620px) {
  html {
    zoom: 0.85;
    zoom: 85%;
  }
}

