/*
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 - 0.0.5
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 */
/**
* Common
*/
.grecaptcha-logo, .grecaptcha-badge {
    display:none !important;
}
a {
  transition: all .3s ease;
}
a.email {
  word-break: break-all;
}
.text-blue {
  color: #6FC1EE;
}

/* Button */
.btn-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: baseline;

}
.btn-wrapper.d-flex-row ul {
  flex-direction: row;
  justify-content: flex-start;
}
.btn-wrapper.d-flex-row.content-center ul {
  justify-content: center;
}
.btn-wrapper.d-flex-row .btn:first-child {
  margin-right: 10px;
  margin-bottom: 10px;
}
.btn-wrapper.mx-auto {
  margin: 0 auto;
}
.btn {
  display: inline-block !important;
  width: 180px;
  color: #fff;
  background: #6FC1EE;
  border-radius: 3px;
  padding: 15px 5px;
  border: 1px solid #6FC1EE;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  transition: all .3s ease;
}
.btn:hover {
  color: #fff;
  background: #EB925F;
  border-color: #EB925F;
}
.btn.btn-orange {
  color: #fff;
  background: #EB925F;
  border-color: #EB925F;
}
.btn.btn-orange:hover {
  color: #fff;
  background: #6FC1EE;
  border-color: #6FC1EE;
}
.btn.btn-white {
  color: #333;
  background: #fff;
  border-color: #fff;
}
.btn.btn-white:hover {
  color: #fff;
  background: #6FC1EE;
  border-color: #6FC1EE;
}

.btn.btn-line-white {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
}
.btn.btn-line-white:hover {
  color: #fff;
  background: #6FC1EE;
  border-color: #6FC1EE;
}


@media screen and (max-width:600px) {
  .btn-wrapper.d-flex-row {
    flex-direction: column;
  }
  .btn {
    width: 150px;
    font-size: .9rem;
  }
}
/* form-layout */
.form-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  /* box-sizing: border-box; */
}
.form-wrapper .form-item h2,
.form-wrapper .form-item p {
  line-height: 1.3;
  margin: 0 !important;
}
.form-wrapper .form-item br {
  display: none;
}
.form-wrapper .form-item {
  padding: 6px 0;
}
.form-wrapper label {
  display: none;
}
.form-wrapper .form-item input,
.form-wrapper .form-item textarea,
.form-wrapper .form-item select  {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 11px 8px;
}
.form-wrapper .form-item textarea {
  resize: none;
  height: 200px;
}
/* @r-change-color-first-select-option */

.form-wrapper .form-item select {
  color: #3d3d3d;
  padding: 13px 8px;
}

.wpcf7-form-control:focus {
  outline:none;
}

::placeholder {
  color: #595959;
}

/* submit button */
.form-wrapper .form-item.submit-item p {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.form-wrapper .form-item input[type=submit] {
  width: 155px;
  margin-left: auto;
  background: #EB925F;
  border-color: #EB925F;
  color: #fff;
  text-transform: capitalize;
  white-space: pre-wrap;
}
.form-wrapper .form-item input[type=submit]:hover {
  background: #fed26f;
}
/* radio button */
.form-wrapper .form-item.radio-item input {
  width: 20px;
}
.form-wrapper .form-item.radio-item .wpcf7-form-control {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.form-wrapper .form-item.radio-item .wpcf7-form-control > span {
  width: calc(50% - 10px);
  margin: 0 10px 0 0 !important;
}
/* File */
/* To change the design */
.form-wrapper .form-item.file-item .wpcf7-form-control-wrap {
  display: none;
}
.form-wrapper .form-item.file-item .file-item__label {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  font-size: 1em;
}
.form-wrapper .form-item.file-item input {
  border-bottom: 0;
}
.form-wrapper .full-item {
  width: 100%;
}
.form-wrapper .half-item {
  /* width: 50%; */
  width: calc(100% / 2 - 5px);

}
.form-wrapper .one-third-item {
  width: calc(100% / 3 - 5px);
}
.wpcf7 form .wpcf7-response-output {
  background: #fff;
  margin: 0;
}

@media screen and (max-width:780px) {
  .form-wrapper .half-item {
    width: 100%;
  }
  .form-wrapper .form-item input[type=submit] {
    width: 100%;
  }
  .form-wrapper .form-item.radio-item .wpcf7-form-control > span {
    width: 100%;
    margin: 0 !important;
  }
}
@media screen and (max-width:600px) {
  .form-wrapper .one-third-item {
    width: 100%;
  }
}
/* -form-layout */

/**
* header
*/
.main-header-section {}
.main-header-section__logo {
  width: 200px;
}
.main-header-section__right  {
  flex: 1 !important;
}


.main-header-section__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.main-header-section__links ul li {
  margin: 2px 3px;
}
.home .main-header-section__links ul li {
	color:#fff;
}
.main-header-section__links ul li a {
  /* color: #fff; */
}
a.nav-phone {
  color: #333;
  font-size: 22px;
  font-weight: 700;
}
a.nav-phone:hover {
  color: #6FC1EE;
}
a.nav-phone i {
  margin-right: 3px;
}
a.nav-phone:hover i {
  -webkit-animation: animation-shake 1s linear infinite;
  animation: animation-shake 1s linear  infinite;
}

@keyframes animation-shake {
	0% { transform: rotate(0deg); }
  50% { transform: rotate(-10deg); }
	100% {transform: rotate(0deg); }
}

.main-header-section__links ul li a.btn {
  width: 160px;
  padding: 10px 5px;
}
/* popup - dropdown */
.main-dorpdown-section li {
  position: relative;
}
.main-dorpdown-section li:before {
  position: absolute;
  bottom: 10px;
  left: 0%;
  content: '';
  width: 0;
  height: 2px;
  background: #ddd;
  /* transform: translateX(-50%); */
  transform-origin: left top;
  transition: all .3s ease;
}
.main-dorpdown-section li:hover:before {
  width: 180px;
}

/* Only Home page */
.logo-for-home {
  display: none !important;
}
body.home .logo-for-home {
  display: flex !important;
}
body.home .logo-for-others {
  display: none !important;
}
.logo-for-others {
  display: block;
}
body.home .main-header-section .elementor-nav-menu--toggle svg {
  fill: #fff !important;
}
body.home a.nav-phone {
  color: #fff;
}
body.home a.nav-phone:hover {
  color: #6FC1EE;
}
body.home .main-header-section__nav svg rect {
  fill: #fff;
}
/* -Only Home page */


@media screen and (max-width:767px) {
  body.home .main-header-section {
    background-color: #6FC1EE !important;
  }
  .main-header-section__logo {
    width: 100%;
  }
  .main-header-section__right {
    width: 100%;
    flex: unset !important;
  }
  .main-header-section__links ul li a.btn {
    border-color: #fff;
  }
  a.nav-phone {
    font-size: 18px;
  }
  .main-header-section__links ul li a.btn {
    width: 110px;
    font-size: 13px;
  }
  .main-dorpdown-section li:before {
    content: unset;
  }
  .main-dorpdown-section li:hover a {
    color: #6FC1EE !important;
  }
}
@media screen and (max-width:400px) {
  .main-header-section__links ul {
    flex-direction: column;
  }
}



/**
* Footer
*/
.main-footer-section {

}
.main-footer-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-footer-section ul li {
  margin-bottom: 7px;
}
.main-footer-section ul li a {
  color: #fff;
}
.main-footer-section ul li a:hover {
  color: #6FC1EE;
}

.main-footer-section__logo p:last-child {
  margin-bottom: 0;
}
.main-footer-section__sitemap {

}
.main-footer-section__services {

}
.main-footer-section__contact {

}


.main-footer-section__copyright {

}
/* Copyright(@r-footer-copyright) */
.footer-copyright {
  margin: 0;
  /* text-align: center; */
}
.footer-copyright,
.footer-copyright a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.footer-copyright a:hover {
  color: #6FC1EE;
}



/**
* Home page
*/
.home main.site-main {
  margin-top: -95px;
}
@media screen and (max-width:767px) {
  .home main.site-main {
    margin-top: 0px;
  }
}

.home-banner-section {

}
.home-banner-section .swiper-slide-contents {
  /* max-width: 515px !important; */
  margin: 0 auto;
}
.home-banner-section__contents {

}
/* Banner > Counter */
.home-banner-section__contents .wpsm_counter_b_row {
	border: 2px solid #fff;
	border-radius: 10px;
	max-width: 700px;
  margin: 0 auto 25px;
}
.home-banner-section__contents .wpsm_row>div {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.home-banner-section__contents .wpsm_row>div:not(:last-child) {
	position: relative;
}
.home-banner-section__contents .wpsm_row>div:not(:last-child):before {
	position: absolute;
	content: '';
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 55%;
	background: #fff;
}
.home-banner-section__contents .wpsm_counterbox,
.about-why-section .wpsm_counterbox {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.home-banner-section__contents .wpsm_counterbox .wpsm_number {

}

.home-banner-section__contents .wpsm_number .counter,
.about-why-section .wpsm_number .counter {
	position: relative;
	margin-left: -15px;
	display: inline-block;/* for safari */

}
.home-banner-section__contents .wpsm_number .counter::before,
.about-why-section .wpsm_number .counter::before  {
	position: absolute;
	content: '+';
	top: -3px;
	right: -12px;
	width: 10px;
	height: 10px;
	display: block;
}
.home-banner-section__contents .wpsm_count-title,
.about-why-section .wpsm_count-title {
	/* font-weight: 400 !important; */
	margin-top: 5px !important;
	margin-bottom: 0 !important;
	min-height: inherit !important;
	letter-spacing: 0px !important;
}

/* Banner > Stars */
.home-banner-section__starts {
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.home-banner-section__starts span {
  font-size: 20px;
  font-weight: 600;
  padding: 5px 5px 0;
}
/* Banner > arrow */
.home-banner-section .button-wrapper {
	position: relative;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	/* background: red;
	height: 10px; */
	z-index: 10;
}
.home-banner-section .elementor-swiper-button {
  top: -70px !important;
	transform: none !important;

  border: 2px solid #fff;
  border-radius: 50%;
  padding: 2px;
}
.home-banner-section .elementor-swiper-button:hover {
  background: #3883526b;
}
.home-banner-section .elementor-swiper-button.elementor-swiper-button-prev {
  /* left: 10px !important; */
}
.home-banner-section .elementor-swiper-button.elementor-swiper-button-next {
  right: unset !important;
  left: 60px;
}

.home-contact-section {

}
.home-contact-section__left p:last-child {
  margin-bottom: 0;
}


.home-why-section {

}
.home-why-section__items .e-con-inner {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: stretch !important;
}
.home-why-section__items .e-con-inner>div {
  width: calc(100% / 2 - 20px) !important;
  margin-block-end: 20px !important;
}

.home-why-section__before-after .twenty20 img {
  border-radius: 10px;
}
.home-how-section {

}
.home-how-section__items {

}
.home-services-section .elementor-testimonial {

}
.home-services-section .swiper-slide {
  position: relative;
}
.home-services-section .elementor-testimonial__header {
  padding: 0 !important;
}
.home-services-section .swiper-slide .elementor-testimonial__image,
.home-services-section .swiper-slide .elementor-testimonial__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 9/5;
  object-fit: cover;
}
.home-services-section .swiper-slide .elementor-testimonial__content {
  padding: 30px 20px !important;
}
.home-services-section .swiper-slide .elementor-testimonial__content h3 {
  margin: 0 0 10px;
}
.home-services-section .swiper-slide .elementor-testimonial__content p {
  padding-bottom: 30px;
}
.home-services-section .swiper-slide .elementor-testimonial__content  .btn {
  width: 160px;
  font-size: 14px;
  padding: 10px 5px;

  position: absolute;
  bottom: 15px;
  left: 20px;
}

.home-services-section .elementor-swiper-button {
  border: 2px solid #333;
  background: #333;
  border-radius: 50%;
  padding: 2px;
}
.home-services-section .elementor-swiper-button:hover {
  background: #fff;
}
.home-services-section .elementor-swiper-button:hover svg {
  fill: #333 !important;
}

.home-guaranteed-section {

}
.home-guaranteed-section__2columns .e-con-inner>div:first-child {
    flex: 1;
}
.home-guaranteed-section__2columns .e-con-inner>div:last-child,
.home-guaranteed-section__2columns .e-con-inner>div:last-child img {
  width: 150px;
  height: auto;
}
.home-guaranteed-section__2columns .e-con-inner>div:last-child img {
  width: 163px;
  height: auto;
  object-fit: cover;
}
.home-guaranteed-section__2columns ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home-guaranteed-section__2columns ul li {
  margin: 2px 3px;
}
.home-guaranteed-section__2columns ul li a.btn {
  width: 230px;
}

.home-testimonials-section .swiper-slide {
  border: 0 !important;
}
.home-testimonials-section .elementor-testimonial__name {
  display: block;
  text-align: right;
}

.home-testimonials-section .elementor-swiper-button {
  top: calc(100% + 20px) !important; /* 30px: arrows size */
  border: 1px solid #333;
  border-radius: 50%;
  padding: 2px;
}
.home-testimonials-section .elementor-swiper-button:hover {
  background: #EB925F;
}
.home-testimonials-section .elementor-swiper-button.elementor-swiper-button-prev {
  left: unset !important;
  right: 80px !important;
}
.home-testimonials-section .elementor-swiper-button.elementor-swiper-button-next {
  right: 35px !important;
}
/**
* Services page
*/
.subpage-heading-section {

}
.subpage-contact-section .form-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px 10px;
}
.subpage-contact-section .form-wrapper .form-item input,
.subpage-contact-section .form-wrapper .form-item textarea,
.subpage-contact-section .form-wrapper .form-item select {
  border: 1px solid #ddd;
}
.about-why-section .wpsm_row {
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  gap: 20px;
}
.about-why-section .wpsm_row > div {
  width: calc(100% / 3) !important;
  float: none !important;
  padding: 0 !important;
}

.about-why-section .wpsm_number,
.about-why-section .wpsm_count-title {
  color: #022C5B !important;
}
.about-why-section .wpsm_number {
  font-weight: 700 !important;
}

/**
* Projects page
*/
.projects-gallery-section {

}
/**
* Services subpage
*/
.servicesubpage-titile-section p:last-child {
  margin-bottom: 0;
}
.service-subpage-list-section img {
  aspect-ratio: 3/5;
  object-fit: cover;
}

/**
* Services subpage > Medical page
*/
.service-subpage-medical-section {

}
.service-subpage-medical-section__items {
  
}


/**
* Responsive
*/
@media screen and (max-width:1024px) {
  /* Home page */
  .home-guaranteed-section__2columns ul li a.btn {
    width: 165px;
    font-size: 13px;
  }
}
@media screen and (max-width:767px) {
  /* Home page */
  .home-banner-section .elementor-slide-heading br {
    display: none;
  }
  .home-why-section__items .e-con-inner>div {
    width: calc(100% / 2 - 10px) !important;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff6;
  }
  .home-why-section__items .e-con-inner>div .elementor-image-box-img {
    display: flex;
    justify-content: center;
  }
  .home-why-section__items .e-con-inner>div .elementor-image-box-title {
    text-align: center;
    margin: 10px 0;
  }
  .home-why-section__items .e-con-inner>div .elementor-image-box-description {
    text-align: center;
  }
  .home-services-section .swiper .elementor-swiper-button-prev {
    left: -5px !important;
  }
  .home-services-section .swiper .elementor-swiper-button-next {
    right: -7px !important;
  }
  .home-testimonials-section .swiper-slide {
    backdrop-filter: blur(0px) saturate(115%) !important;
    -webkit-backdrop-filter: blur(0px) saturate(115%) !important;
    background-color: rgba(255, 255, 255, 0.39) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(209, 213, 219, 0.3) !important;
  }
  .home-testimonials-section .elementor-swiper-button {
    top: calc(100% + 30px) !important;
  }
  /**
  * Services subpage
  */
  .service-subpage-list-section img {
    aspect-ratio: 4/5;
  }
}
@media screen and (max-width:750px) {
  /* Home page */
	.home-banner-section__contents .wpsm_counter_b_row {
		max-width: 210px;
	}
	.home-banner-section__contents .wpsm_row>div {
		width: 100%;
		float: left;
	}
	.home-banner-section__contents .wpsm_row>div:not(:last-child):before {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 1px;
	}
}
@media screen and (max-width:600px) {
  /* Home page */
  .home-why-section__items .e-con-inner>div {
    width: 100% !important;
  }
  .home-why-section__items .e-con-inner>div .elementor-image-box-img {
    width: 100% !important;
    max-width: 250px;
  }
  .home-guaranteed-section__2columns .e-con-inner {
    flex-direction: column !important;
  }
  .home-guaranteed-section__2columns ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width:500px) {
  /* Home page */
  .home-banner-section__contents .wpsm_counter_b_row {
    max-width: 170px;
  }
  .home-banner-section__contents .wpsm_counterbox .wpsm_number {
    font-size: 20px !important;
  }
  /* About us page */
  .about-why-section .wpsm_row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .about-why-section .wpsm_row>div{
    width: 80% !important;
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    box-shadow: 0px 14px 30px -10px rgb(22 41 68 / 40%);
    padding: 10px !important;
  }
  /**
  * Services subpage
  */
  .service-subpage-list-section__items .e-con-inner {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .service-subpage-list-section img {
    aspect-ratio: 4/5;
  }
}

@media screen and (max-width:450px) {
  /* home page */
  .home-banner-section .swiper-slide-inner {
    padding: 10px !important;
  }
  .home-banner-section .elementor-slide-heading {
    font-size: 32px !important;
  }
  .home-banner-section .btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  .home-banner-section .btn-wrapper a.btn {
    width: 100%;
    padding: 8px 10px;
    margin: 3px  0 !important;
  }
}
