 /*
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
*/
/**
* @r-scroll-to-top
*/
#btn-to-top {
  display: none;
}
a {
  transition: all .3s ease;
}
a.email {
  word-break: break-all;
}

/* 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;
  width: 165px;
  color: #fff;
  background: #1B8CDC;
  border-radius: 20px;
  padding: 10px 5px;
  border: 1px solid #1B8CDC;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  transition: all .3s ease;
}
.btn:hover {
  color: #fff;
  background: #424242;
  border-color: #424242;
}
.btn.btn-black {
  color: #fff;
  background: #424242;
  border-color: #424242;
}
.btn.btn-black:hover {
  color: #fff;
  background: #1B8CDC;
  border-color: #1B8CDC;
}

@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;

  padding: 20px 30px 20px;
  background: #fff;
  box-shadow: 0px 14px 30px -10px rgb(22 41 68 / 40%);
  border-radius: 63px;
}
.form-wrapper .form-item h2 {
  line-height: 1.3;
  margin: 0 !important;
}
.form-wrapper .form-item p {
  margin-bottom: 0 !important;

  position: relative;
}
.form-wrapper .form-item br {
  display: none;
}
.form-wrapper .form-item {
  padding: 10px 0;
}
.form-wrapper label {
  font-size: 15px;

  position: absolute;
  top: 22px;
  left: 23px;
  padding: 0 5px;
  color: #aaa;
  transition: .3s;
  pointer-events: none;
}
.form-wrapper label i {
  padding-right: 8px;
}
.form-wrapper label.hide {
  display: none;
}
.form-wrapper label.focus {
  color: #2d2d2d;
  top: -11px;
  background: #fff;
  padding: 3px 4px;
}
.form-wrapper label.hide.focus {
  display: block;
  animation: showingup-label 1s;
}
@keyframes showingup-label {
  0% {
    top: 0px;
    opacity: 0;
  }
  100% {
    top: -11px;
    opacity: 1;
  }
}

.form-wrapper .form-item input,
.form-wrapper .form-item textarea,
.form-wrapper .form-item select  {
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 16px 10px;
}
.form-wrapper .form-item textarea {
  resize: none;
  height: 230px;
}
/* submit button */
.form-wrapper .form-item input[type=submit] {
  width: 100%;
  color: #fff;
  text-transform: capitalize;
  padding: 20px 10px;
  font-size: 16px;
  background: #2E9EE6;
  padding: 12px 10px;
  border-radius: 30px;
}
.form-wrapper .form-item input[type=submit]:hover {
  background: #308BD3;
}
.form-wrapper .form-item .wpcf7-spinner {
 display: none;
}
/* 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;
}

/* Date */
.wpcf7-date {
	color: #fff;
}
.wpcf7-date.focus {
	color: #222;
}

.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);
}
.form-wrapper .one-fifth-item {
  width: calc(100% / 5 - 5px);
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
}
.wpcf7-form-control:focus {
  outline:none;
}
@media screen and (max-width:1150px) {
  .form-wrapper .one-fifth-item {
    width: calc(100% / 2 - 5px);
  }
}
@media screen and (max-width:1024px) {
  .form-wrapper {
    box-shadow: unset;
    padding: 0;
  }
}
@media screen and (max-width:767px) {
  .form-wrapper {

  }
  .form-wrapper .half-item {
    width: 100%;
  }
  .form-wrapper .one-fifth-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
*/
body.home .main-header-section {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
  border-bottom: 0 !important;
}
.main-header-section__logo {
  width: 144px;
}
.main-header-section__nav {
  flex: 1 !important;
}
.main-header-section__nav .menu-item.current-menu-item a {
  color: #3b3b3b !important;
}
.main-header-section__nav .elementor-nav-menu > .menu-item.current-menu-item:hover > a {
  color: #1B8CDC !important;
}

/* Active menu */
.main-header-section__nav .elementor-nav-menu--dropdown  .menu-item.current_page_item:hover a {
  background: #1B8CDC !important;
  color: #fff !important;
}

/* Dropdown menu */
.main-header-section__nav .sub-menu .menu-item:hover > a {
  color: #fff !important;
}


.main-header-section__btns {
  width: 300px;
}
.main-header-section__btns ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.main-header-section__btns .btn {
  width: 140px;
}
.nav-phone a {
  position: relative;
  padding-left: 15px;
}
.nav-phone a::before {
  position: absolute;
  content: '\f879';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  color: #fff;
}
.nav-quote-only-mobile {
  display: none !important;
}

@media screen and (max-width:1150px) {
  .main-header-section__nav .elementor-nav-menu a {
    padding: 13px 5px !important;
    font-size: 16px !important;
  }

}
@media screen and (max-width:1024px) {
  .main-header-section__nav {
    flex: unset !important;
    width: 50px;
  }
  .main-header-section__nav .elementor-nav-menu a {
    padding: 13px 10px !important;
  }
  .main-header-section__logo {
    width: unset;
    flex: 1 !important;
  }

  .main-header-section__btns {
    width: 50px;
  }
  .nav-phone .btn {
    display: block;
    width: fit-content;
    padding: 15px;
    border: 0px;
  }
  .nav-phone span {
    display: none;
  }
  .nav-phone a::before {
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .nav-quote {
    display: none;
  }
  .nav-quote-only-mobile {
    display: block !important;
    background: #57B9F4;
  }
  .nav-quote-only-mobile a {
    color: #fff !important;
  }
}
@media screen and (max-width:767px) {
  .main-header-section__logo {
  }
  .main-header-section__logo img {
    width: 100px;
  }
  .main-header-section__btns {
  }
  .main-header-section__btns .btn {
  }
}
@media screen and (max-width:400px) {

}
@media screen and (max-width:300px) {
  .main-header-section__btns .btn {
    /* font-size: 11px;
    width: 100px; */
  }
}
/**
* Footer
*/
.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: #333;
}
.main-footer-section ul li a:hover {
  color: #1B8CDC;
}

.main-footer-section__logo {

}
.main-footer-section__sitemap {
  padding-left: 30px;
}
.main-footer-section__services {
  padding-left: 30px;
}
.main-footer-section__services ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.main-footer-section__services ul li {
  width: calc(100% / 2 - 10px);
}
.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;
  font-size: 14px;
}
.footer-copyright a:hover {
  color: #2E9EE6;
}
@media screen and (max-width:1024px) {
  .main-footer-section__services ul li {
    width: 100%;
  }
  .main-footer-section__contact {
    margin-left: -60px;
  }
}
@media screen and (max-width:767px) {
  .main-footer-section__sitemap {
    padding-left: 0px;
  }
  .main-footer-section__services {
    padding-left: 0px;
  }
  .main-footer-section__contact {
    margin-left: 0px;
  }
}


/**
* Home page
*/
body.home .site-main {
  margin-top: -104px;
}
.home-banner-section {

}
.home-banner-section .swiper-slide-inner {
  /* 50px: padding */
  max-width: calc(1300px + 50px + 50px) !important;
}

.home-banner-section .elementor-slide-heading {
      text-shadow: 3px 5px 6px #333;
}
.home-form-section {
  margin-top: -65px;
  z-index: 100;
}
.home-form-section .wpcf7 form .wpcf7-response-output {
  margin-top: 20px;
}

.home-services-section p:last-child {
  margin-bottom: 0;
}
.home-services-slider-section {

}
.home-services-slider-section__loop-item .elementor-heading-title {
  max-width: 255px;
  margin: 0 auto;
}
.home-services-slider-section__loop-item  .elementor-widget-button {
  margin-top: auto;
}

.home-about-section p:last-child {
  margin-bottom: 0;
}

.home-about2-section {

}
.home-about2-section__2columns {

}
.home-about2-section__list .elementor-icon-box-title {
  margin-top: 0;
}
.home-project-section {

}
.home-project-section__items .elementor-element .elementor-widget-container {
  padding: 0 !important;
}
.home-project-section__items .elementor-element ul {
  aspect-ratio: 5 / 5.5;
  width: 100%;
  height: 100%;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 150px 20px 30px;
  background: #33333345;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all .3s ease;
}
.home-project-section__items .elementor-element ul:hover {
  opacity: 1;
}
.home-project-section__items .elementor-element ul h3 {
  font-size: 28px;
  margin: 0 0 10px;
}
.home-project-section__items .elementor-element ul li:nth-child(2) {
  margin-bottom: 100px;
}
.home-project-section__items .elementor-element ul li:last-child {
  margin-top: auto;
}
.home-project-section__items .elementor-element ul li:last-child a {
  color: #fff;
  padding: 5px 10px;
}
.home-project-section__items .elementor-element ul li:last-child a:hover {
  border: 1px solid #fff;
  border-radius: 2px;
}
.home-testimonials-section {

}
.home-testimonials-section .swiper-slide {
  padding-top: 60px !important;
}

.home-testimonials-section .elementor-testimonial {
  position: relative;
}
.home-testimonials-section .elementor-testimonial::before  {
  position: absolute;
  content: '\f10e';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  color: #fff;
}
.home-testimonials-section .elementor-swiper-button {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 2px;
}
.home-testimonials-section .elementor-swiper-button.elementor-swiper-button-prev {
	left: -4px !important;
}
.home-testimonials-section .elementor-swiper-button.elementor-swiper-button-next {
	right: 2px !important;
}

/**
* Service page
*/
.subpage-heading-section::before {
  background: rgb(8,67,107);
  background: linear-gradient(105deg, rgba(8,67,107,1) 0%, rgba(8,67,107,1) 55%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 100%);
}
.subpage-heading-section p:last-child {
  margin-bottom: 0;
}

.services-text-section p:last-child {
  margin-bottom: 0;
}
.services-service-list-section {

}
.services-service-list-section__items>div {
  aspect-ratio: 1/1;
}
.services-middle-banner-section {

}
.servies-testimonials-section {

}
/**
* Sliders that extend out on both sides
* @r-slider-testimonials
*/
.services-testimonials-section {
  overflow: hidden;
}
.services-testimonials-section .elementor-swiper {
    margin: 0 -150px;
}

.services-testimonials-section .swiper-slide {
  /* background: #F4F4F4; */
}
.services-testimonials-section .elementor-testimonial {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.services-testimonials-section .elementor-testimonial .elementor-testimonial__name {
  margin-top: auto;
  padding: 10px 15px 15px;
}
/* Arrows */
.services-testimonials-section .elementor-swiper-button {
  top: 120% !important;
  border: 2px solid #333;
  border-radius: 50%;
  padding: 10px;
  background: transparent;
}

.services-testimonials-section .elementor-swiper-button:hover {
  background: #1b8cdc6b;
}
.services-testimonials-section .elementor-swiper-button.elementor-swiper-button-prev {
  left: unset !important;
  right: calc(50% - 7px) !important;
}
.services-testimonials-section .elementor-swiper-button.elementor-swiper-button-next {
  right: calc(50% - 60px)!important;
}

/**
* Service > Subpage
*/
.service-subpage-heading-section ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.service-subpage-heading-section ul li.banner-phone a {
  position: relative;
}
.service-subpage-heading-section ul li.banner-phone a::before {
  position: absolute;
  content: '\f879';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  color: #fff;
}


.service-subpage-contact-section p:last-child {
  margin-bottom: 0;
}
.service-subpage-contact-section .form-wrapper label,
.contact-form-section .form-wrapper label {
  display: none;
}
.service-subpage-contact-section .form-wrapper {
  padding: 0;
  box-shadow: unset;
}
.service-subpage-contact-section .form-wrapper ::placeholder {
  color: #333;
}
.service-subpage-contact-section  .form-wrapper .form-item,
.contact-form-section  .form-wrapper .form-item {
  padding: 5px 0;
}
.service-subpage-contact-section .form-wrapper .form-item input,
.service-subpage-contact-section .form-wrapper .form-item textarea,
.service-subpage-contact-section .form-wrapper .form-item select,
.contact-form-section .form-wrapper .form-item input,
.contact-form-section .form-wrapper .form-item textarea,
.contact-form-section .form-wrapper .form-item select {
  border-radius: 2px;
  padding: 13px 10px;
}
/**
* About us page
*/
.about-why-section {

}
.about-why-section__items>div {

}
.about-4steps-section {

}


/**
* Contact us page
*/
.contact-banner-section p:last-child {
  margin-bottom: 0;
}

.contact-form-section p:last-child {
  /* margin-bottom: 0; */
}

.contact-form-section .form-wrapper {
  border: 1px solid #efefef;
  border-radius: 2px;
  padding: 40px 30px 30px;
  box-shadow: 0px 14px 30px -10px rgb(22 41 68 / 10%);
}
.contact-form-section .form-wrapper label {
  display: none;
}

.contact-form-section .form-wrapper ::placeholder {
  color: #333;
}

/**
* Responsive
*/
@media screen and (max-width:1150px) {
  /* Home page */

}
@media screen and (max-width:1024px) {
  /* Home page  */
  .home-form-section {
    margin-top: 70px;
    margin-bottom: 10px;
    z-index: 1;
  }
  .home-form-section .e-con-inner {
    box-shadow: 0px 14px 30px -10px rgb(22 41 68 / 40%);
    border-radius: 20px;
    padding: 30px 15px;
  }
  .home-project-section__items .elementor-element ul {
    padding: 130px 20px 20px;
    opacity: 1;
  }
  /* Services page */
  .services-testimonials-section .elementor-swiper {
    margin: 0px;
  }
  .services-testimonials-section .elementor-swiper-button {
    top: 120% !important;
  }
  .services-testimonials-section .elementor-swiper-button.elementor-swiper-button-prev {
    left: unset !important;
    right: calc(50% + 25px) !important;
  }
  .services-testimonials-section .elementor-swiper-button.elementor-swiper-button-next {
    right: calc(50% - 85px)!important;
  }

}
@media screen and (max-width:767px) {
  /* Home page  */
  .home-banner-section .elementor-slide-heading br,
  .home-services-section .elementor-heading-title br,
  .home-about-section .elementor-heading-title br,
  .home-about2-section .elementor-heading-title br {
    display: none;
  }
  .home-about2-section__list .elementor-element {
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    box-shadow: 0px 14px 30px -10px rgb(22 41 68 / 12%);
    padding: 15px 10px;
  }
  .home-project-section__items .elementor-element ul {
    aspect-ratio: unset;
    padding: 100px 20px;
    opacity: 1;
  }
  .home-project-section__items .elementor-element ul li:nth-child(2) {
    margin-bottom: 30px;
  }
  .home-project-section__items .elementor-element ul h3 {
    font-size: 27px;
  }
  .home-project-section__items .elementor-element ul li:last-child a {
    font-size: 15px;
  }
  .home-testimonials-section .swiper-slide {
    padding: 35px !important;
    padding-top: 60px !important;
  }
  /* Services page */
  .subpage-heading-section::before {
    background: transparent;
  }
  .services-testimonials-section .elementor-swiper-button.elementor-swiper-button-next {
    right: calc(50% - 50px)!important;
  }
  /* Contact us page */
  .contact-form-section .form-wrapper {
    padding: 40px 10px 30px;
  }
}


@media screen and (max-width:450px) {
  /* Services page */
  .services-service-list-section__items {
    grid-template-columns: repeat(1, 1fr) !important;
  }


}
@media screen and (max-width:400px) {
  /* Services subpages */
  .services-testimonials-section .elementor-swiper-button {
    top: 113% !important;
  }
}
@media screen and (max-width:400px) {

}
