/* 
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 */

html,
body {
  overflow-x: hidden;
}
header#site-header {
  display: none;
}
/* li.menu-item:hover a {
    font-weight: 700 !important;
} */
li.menu-item a.elementor-item-active {
  font-weight: 400 !important;
}
footer#site-footer {
  display: none;
}
/*Home About us sec */
.about-us-sec:after {
  content: "";
  position: absolute;
  background: #f4f4f4;
  height: 483px;
  width: 16%;
  top: 155px;
  right: 0;
  z-index: 9;
}
.about-us-sec {
  background-size: 84% !important;
}

/*Home Team Sec */

.team-members {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.team-member {
  padding: 0px;
}

.team-member img {
  width: 100%;
  height: 100%;
}

.team-member h2 {
  margin-top: 15px;
  font-family: "Power Grotesk";
  font-weight: 400;
  font-size: 30px;
  line-height: 33px;
  color: #fff;
  margin-bottom: 10px;
}

.team-member-excerpt {
  font-size: 22px;
  font-family: "Din", Sans-serif;
  font-weight: 200;
  color: #fff;
}

#menu-1-dd11b3e li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2362 {
  display: none !important;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .team-member {
    width: calc(33.333% - 20px); /* 3 columns */
  }
}

@media (max-width: 900px) {
  .team-member {
    width: calc(50% - 20px); /* 2 columns */
  }
}

@media (max-width: 600px) {
  .team-member {
    width: 100%; /* 1 column */
  }
}

/* Portfolio */
.portfolio-img {
  overflow: hidden;
}
.portfolio-img .elementor-widget-container {
  overflow: hidden;
}
.elementor-thumbnails-swiper .swiper-slide-active .elementor-carousel-image {
  border-radius: 4px;
  border: 5px solid #014a39;
  box-sizing: border-box;
}

/* Home Testimonails Sec */

/* .testimonial-sec span.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: transparent;
    border: 1px solid #00000080;
    opacity: 1;
}
.testimonial-sec span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #014A39;
	border-color: #014A39;
}
.testimonial-sec .elementor-testimonial {
    padding-bottom: 20px;
}
.testimonial-sec span.swiper-pagination-bullet:nth-child(3) {
    width: 58px;
    height: 14px;
    border-radius: 30px;
} */

.testimonial-sec .elementor-swiper-button-prev svg {
  opacity: 0;
}
.testimonial-sec .elementor-swiper-button svg {
  opacity: 0;
}
.testimonial-sec .elementor-swiper-button-next:before {
  content: "";
  background: url(https://g3ltd.com/wp-content/uploads/2024/10/Group-194-1.png);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  position: absolute;
  top: 184px;
  right: 523px;
}
.testimonial-sec .elementor-swiper-button-prev:before {
  content: "";
  background: url(https://g3ltd.com/wp-content/uploads/2024/10/Group-194.png);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  position: absolute;
  top: 184px;
  left: 5px;
}
.testimonial-sec .elementor-swiper-button-prev:hover:before {
  background: url(https://g3ltd.com/wp-content/uploads/2024/10/Group-194-3.png);
}
.testimonial-sec .elementor-swiper-button-next:hover:before {
  background: url(https://g3ltd.com/wp-content/uploads/2024/10/Group-194-4.png);
}

.testimonial-sec .elementor-widget-testimonial-carousel .swiper-slide {
  padding-left: 0px;
}

/* Home Services */
.an-tag ul li::marker {
  list-style-type: none !important;
}
ul.elementor-post-info {
  list-style-type: none !important;
}
.serhover-1 h2 {
  transform: translateY(120px);
  transition: transform 0.3s ease;
}
.serhover-1:hover h2 {
  transform: translateY(0);
}
.serhover-1 p {
  opacity: 0;
  transform: translateY(130px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.serhover-1:hover p {
  opacity: 1;
  transform: translateY(0);
}
.serhover-1 .elementor-button-wrapper {
  transform: translateX(-20px);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.serhover-1:hover .elementor-button-wrapper {
  transform: translateX(0);
  opacity: 1;
}
.serhover-1:hover {
  background-size: 130% !important;
}
.serhover-1 {
  overflow: hidden !important;
}
.our-service-portfolio article.elementor-grid-item.portfolio.type-portfolio:nth-child(even) {
  margin-top: 100px !important;
}
.our-service-portfolio .type-portfolio:nth-child(odd) {
  margin-top: 100px !important;
}

/* Get in touch sec */
.get-in-touch-sec input::placeholder {
  opacity: 1 !important;
  font-weight: 300;
}
.get-in-touch-sec textarea::placeholder {
  opacity: 1 !important;
  font-weight: 300;
}
.get-in-touch-sec textarea {
  resize: none;
}
table.ui-datepicker-calendar {
  opacity: 0;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  opacity: 0;
}
.get-in-touch-sec .validation_message {
  color: red;
}
div#ui-datepicker-div {
  display: none !important;
}
.content-info-pg .elementor-icon-box-icon {
  margin-top: 17px;
}

/* Footer Css */
.footer-form input {
  height: 57px;
}
.footer-form button.elementor-button.elementor-size-sm {
  height: 57px;
  width: 208px;
}
.footer-form input::placeholder {
  opacity: 1 !important;
}
.footer li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-726 a {
  padding-left: 0;
}
.footer h2.elementor-heading-title.elementor-size-default {
  margin-bottom: -10px !important;
}
.top-bar .e-con-inner {
  border-top: 1px solid #ffffff50;
}
.bottom-bar .e-con-inner {
  border-bottom: 1px solid #ffffff50;
}
.footer-form button.elementor-button.elementor-size-sm:hover {
  border: 1px solid #fff;
}
/* .footer li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-725 {
    margin-left: 31px;
}
.footer li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2183 a {
    padding-left: 0px !important;
} */

/* Contact Page */
.inner-banner-text h2.elementor-heading-title a:hover {
  color: #00ffbb;
}
.inner-banner-text ul li a span:hover {
  color: #014a39 !important;
}
.content-info-pg p.elementor-icon-box-description a {
  color: #000f0b;
}
.content-info-pg p.elementor-icon-box-description a:hover {
  color: #014a39;
}
.socail-icon-ct-pg .elementor-social-icon svg path {
  fill: #000f0b;
}
.socail-icon-ct-pg a.elementor-social-icon:hover svg {
  fill: #fff !important;
  color: #fff !important;
}

.elementor-field-group .elementor-field-textual:focus {
  box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.1);
  outline: 0;
}

/* Team Page */
.team-details ul {
  margin-left: -20px;
}
.team-details ul li {
  padding-bottom: 20px;
}
.team-details ul li::marker {
  color: #014a39;
}
.team-details strong {
  margin-left: -10px;
}
.hover-color a:hover {
  color: #014a39 !important;
}

/* Portfolio */

.building-visions article.elementor-grid-item.portfolio.type-portfolio:nth-child(even) {
  margin-top: 100px !important;
}
.building-visions .elementor-post__excerpt p {
  font-size: 20px !important;
}
.building-visions a.elementor-post__read-more {
  border-radius: 4px 4px 4px 4px;
  padding: 16px 55px 16px 55px;
  background: #000f0b;
  color: #fff;
}
.building-visions a.elementor-post__read-more:hover {
  background-color: var(--e-global-color-47d28ab);
}
.port-inner-info .elementor-icon-box-content {
  display: flex;
  justify-content: start;
  vertical-align: middle;
  align-items: center;
}
.port-inner-info .elementor-icon-box-content p.elementor-icon-box-description {
  margin-left: 50px;
}
.port-inner-info h3.elementor-icon-box-title {
  padding: 0px !important;
  margin: 0px !important;
}
.port-inner-info {
  gap: 0;
}
.port-inner-info h3.elementor-icon-box-title {
  width: 35%;
}
.port-inner-info .elementor-icon-box-content {
  padding: 20px 0px;
  border-top: 1px solid #00000070;
}
.port-inner-info .elementor-element.elementor-element-8b6f544.elementor-widget.elementor-widget-icon-box .elementor-icon-box-content {
  border-bottom: 1px solid #00000070;
}
.port-inner-info .elementor-icon-box-content {
  width: 100%;
}
.port-singel-slider span.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #00000080;
  opacity: 1;
}
.port-singel-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #014a39;
  border-color: #014a39;
}
.port-singel-slider span.swiper-pagination-bullet:nth-child(4) {
  width: 58px;
  height: 14px;
  border-radius: 30px;
}
.port-singel-slider .swiper-pagination {
  bottom: -31px !important;
}
.before-after-img .twentytwenty-before-label {
  opacity: 1;
}
.before-after-img .twentytwenty-after-label {
  opacity: 1;
}
.before-after-img .twentytwenty-after-label::before,
.twentytwenty-before-label::before {
  background: #00000000 !important;
  top: initial !important;
  bottom: 28px !important;
}

.building-visions div#elementor-tab-title-2301 {
  padding-left: 0px;
}
.building-visions .elementor-tab-content {
  padding-left: 0px !important;
  padding-right: 0px;
}
.building-visions .elementor-element.e-flex.e-con-boxed {
  padding-left: 0px;
  padding-right: 0px;
}
/* .building-visions .elementor-tab-title.elementor-active {
    text-decoration: underline; 
    text-decoration-color: #014A39; 
    text-underline-offset: 8px; 
} */
.building-visions #elementor-tab-title-3304 {
  pointer-events: none;
  opacity: 0.5;
}
span.breadcrumb_last {
  font-weight: 500;
}

.singel-gallrey .elementor-swiper-button-prev {
  content: url("");
  background: url(https://g3ltd.com/wp-content/uploads/2024/10/Side-Arrow.png);
  width: 62.22px;
  height: 59.33px;
  position: absolute !important;
  z-index: 9999 !important;
  margin-left: -25px;
}
.singel-gallrey .elementor-swiper-button-prev:hover {
  content: url("");
  background: url(https://g3ltd.com/wp-content/uploads/2024/10/Side-Arrow-3.png);
  width: 62.22px;
  height: 59.33px;
  position: absolute !important;
  z-index: 9999 !important;
  margin-left: -25px;
}
.singel-gallrey .elementor-swiper-button-prev svg {
  opacity: 0;
}
.singel-gallrey .elementor-main-swiper.swiper .elementor-swiper-button-prev {
  position: absolute;
  left: -50px;
}
.singel-gallrey .elementor-main-swiper.swiper {
  position: initial;
}
.singel-gallrey .elementor-main-swiper.swiper .elementor-swiper-button-next {
  position: absolute;
  right: -85px;
}
.singel-gallrey .elementor-swiper-button-next {
  content: url("");
  background: url(https://g3ltd.com/wp-content/uploads/2024/10/Side-Arrow-2.png);
  width: 62.22px;
  height: 59.33px;
  position: absolute !important;
  z-index: 9999 !important;
  margin-left: 30px;
}
.singel-gallrey .elementor-swiper-button-next:hover {
  content: url("");
  background: url(https://g3ltd.com/wp-content/uploads/2024/10/Side-Arrow-1.png);
  width: 62.22px;
  height: 59.33px;
  position: absolute !important;
  z-index: 9999 !important;
  margin-left: 30px;
}
.singel-gallrey .elementor-main-swiper.swiper .elementor-swiper-button-prev {
  position: absolute;
  left: -60px;
}
.singel-gallrey .elementor-swiper-button-next svg {
  opacity: 0;
}

/* Searvice */
span.elementor-price-table__period.elementor-typo-excluded {
  text-align: left;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px !important;
  text-transform: capitalize;
}
.elementor-price-table__feature-inner svg {
  font-size: 10px;
  vertical-align: middle;
}
h3.elementor-price-table__heading {
  margin-bottom: 10px !important;
}

.pricing-plan .elementor-price-table__feature-inner {
  display: flex;
  align-items: flex-start; /* Aligns the icon and the text at the top */
}

.pricing-plan .elementor-price-table__feature-inner svg {
  flex-shrink: 0; /* Prevents the icon from shrinking */
  margin-right: 10px; /* Adds space between the icon and the text */
  margin-top: 8px;
}

.get-in-t-form .elementor-field-type-date:before {
  content: "";
  position: absolute;
  width: 37.98px !important;
  height: 36px !important;
  background: url(https://g3ltd.com/wp-content/uploads/2024/10/Calendly-New-Logo-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 46% !important;
  left: 1px !important;
  z-index: 9 !important;
  transform: translate(0px, -50%);
}
.get-in-t-form input#form-field-field_93073ba {
  padding-left: 50px;
}
.get-in-t-form .elementor-field-type-date.elementor-field-group.elementor-column.elementor-field-group-field_93073ba.elementor-col-100.elementor-field-required {
  position: relative;
  height: 55px;
}

.con-sec-form .elementor-field-type-date:before {
  content: "";
  position: absolute;
  width: 34px !important;
  height: 34px !important;
  background: url(https://g3ltd.com/wp-content/uploads/2024/10/calendar-2-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 26px !important;
  left: 1px !important;
  z-index: 9 !important;
  transform: translate(0px, -50%);
}
.con-sec-form .elementor-field-type-date.elementor-field-group.elementor-column.elementor-field-group-field_93073ba.elementor-col-100.elementor-field-required {
  position: relative;
  height: 55px;
}
.con-sec-form input#form-field-field_93073ba {
  padding-left: 50px;
}

.pricing-plan .elementor-price-table__feature-inner span span {
  font-weight: 600;
  font-family: "Din", Sans-serif;
}
.pricing-plan .elementor-price-table__feature-inner svg {
  font-size: 17px;
}
.pricing-plan .elementor-price-table__feature-inner {
  min-height: 90px;
  display: flex;
  align-items: center;
}
.pricing-plan ul.elementor-price-table__features-list li:nth-child(2n) {
  background-color: #f4f4f4;
}
.pricing-plan ul.elementor-price-table__features-list {
  border-left: 1px solid #b1b1b1;
}

.pckg-li-1 .elementor-price-table__feature-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricing-plan .pckg-li-1 .elementor-price-table__feature-inner svg {
  margin-right: 0px;
}

.our-service-portfolio .eae-img-comp-slider svg {
  width: 80px !important;
  background: #ffffff00;
}
.our-service-portfolio .mode-horizontal .eae-img-comp-overlay {
  border-right-style: solid;
  border-right-width: 5px !important;
  color: #fff;
}
.our-service-portfolio .eae-text-after {
  width: 100%;
  white-space: nowrap;
  text-align: left;
}

.our-service-portfolio .twentytwenty-after-label::before,
.twentytwenty-before-label::before {
  background: #00000000 !important;
  top: initial !important;
  bottom: 28px !important;
}
p#breadcrumbs span {
  font-family: monospace;
}

p#breadcrumbs span span {
  font-family: "Din", Sans-serif;
}

/* Footer */
/* .footer-menu-mobile ul li:nth-child(3) a.elementor-item {
    padding-left: 0px !important;
}
.footer-menu-mobile ul li:nth-child(5) a {
    padding-left: 0px !important;
} */

.flatpickr-day.selected {
  background: #014a39 !important;
  border-color: #014a39 !important;
}

.flatpickr-day.selected:hover {
  background: #014a39 !important;
  border-color: #014a39 !important;
}

.before-after-innerpg .eae-img-comp-slider svg {
  width: 80px !important;
  background: #ffffff00;
}
.before-after-innerpg .mode-horizontal .eae-img-comp-overlay {
  border-right-style: solid;
  border-right-width: 5px !important;
  color: #fff;
}
.before-after-innerpg .eae-text-after {
  width: 100%;
  white-space: nowrap;
  text-align: left;
}

.type-portfolio .elementor-post__excerpt {
  max-width: 600px;
}
.building-visions a.elementor-post__read-more:hover {
  transition-duration: 0.5s;
}

.elementor-element-0ddad6f .elementor-social-icon:hover svg path,
.elementor-element-9c2c2ec .elementor-social-icon:hover svg path {
  fill: white !important;
}
.elementor-widget-breadcrumbs #breadcrumbs a:hover {
  color: white !important;
}
.elementor-widget-breadcrumbs #breadcrumbs a {
  position: relative;
}
.elementor-widget-breadcrumbs #breadcrumbs a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  background: white;
  left: 0px;
  transition: 0.5s;
  opacity: 0;
  display: block;
}
.elementor-widget-breadcrumbs #breadcrumbs a:hover:before {
  opacity: 1;
}
#breadcrumbs > span {
  color: transparent;
}
#breadcrumbs > span span {
  color: white;
}
#breadcrumbs > span > span {
  position: relative;
}
#breadcrumbs > span > span::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: -28px;
  background-image: url(https://g3ltd.com/wp-content/uploads/2024/10/home-angle-right-Contact-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 9px;
}
.elementor-widget-breadcrumbs {
  font-size: 22px !important;
}
#breadcrumbs > span > span.breadcrumb_last::after {
  display: none;
}
.elementor-element-9d0f36c textarea#form-field-message {
  height: 50px;
  margin-top: 60px;
}
.elementor-element-9d0f36c .elementor-field {
  border-radius: 0px;
}
.elementor-location-footer .elementor-nav-menu--main li a::after {
  display: none;
}
.elementor-location-footer .elementor-nav-menu--main li a:hover {
  color: #c6c6c6 !important;
  /* transform: translateY(-5px); */
}
.elementor-element-9f1c3de .elementor-tab-title {
  text-decoration: none !important;
  position: relative;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
  content: "";
  position: absolute;
  height: 4px !important;
  width: calc(100% - 40px) !important;
  background: #014a39;
  right: auto !important;
  left: 20px;
  bottom: 10px !important;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal #elementor-tab-title-2301.elementor-tab-desktop-title.elementor-active:before {
  width: calc(100% - 20px);
  left: 0px;
}
.flatpickr-month span:hover svg {
  fill: #ffffff;
  background: #02100b;
}
.flatpickr-month span svg {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  padding: 3px;
  position: relative;
  top: -2px;
  transition: 0.5s;
}
.elementor-element-9367ac8 {
  border-radius: 4px;
  overflow: hidden;
}
.elementor-element-6643290 .elementor-thumbnails-swiper .swiper-slide {
  opacity: 0.4;
}
.elementor-element-6643290 .elementor-thumbnails-swiper .swiper-slide.swiper-slide-duplicate-active {
  opacity: 1;
}
.elementor-element-6643290 .elementor-thumbnails-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.elementor-555 .elementor-element.elementor-element-2199ec7 .elementor-price-table__heading {
  visibility: hidden;
}
.elementor-555 .elementor-element.elementor-element-2199ec7 .elementor-price-table__subheading {
  visibility: hidden;
}
.calendry-btn {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 24px;
  color: #02100b;
  font-weight: 600 !important;
  text-transform: capitalize;
}
.calendry-btn:hover {
  color: #014a39;
}
.elementor-price-table__features-list li span {
  font-family: "Din", Sans-serif;
}
.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
  justify-content: center;
}
@media (max-width: 1199px) {
  .elementor-price-table ul li {
    min-height: 90px;
  }
}
/* Responsive */
@media (max-width: 1600px) {
  .about-us-sec {
    background-size: 93.8% 100% !important;
  }
  .about-us-sec:after {
    width: 6%;
  }
}
@media (max-width: 1440px) {
  .testimonial-sec .elementor-swiper-button-next:before {
    right: 385px;
  }
}

@media (max-width: 1366px) {
  body {
    zoom: 0.9;
  }
  /* 	.footer li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-725 {
    margin-left: 23px;
} */
}

@media (max-width: 1024px) {
  .calendry-btn {
    font-size: 20px;
  }
  .serhover-1 p {
    opacity: 1 !important;
    transform: inherit !important;
    transition: inherit !important;
    margin-bottom: 0px !important;
  }
  .serhover-1 .elementor-button-wrapper {
    transform: inherit !important;
    opacity: 1;
    transition: inherit !important;
  }
  .serhover-1:hover {
    background-size: 100% !important;
  }
  .serhover-1 h2 {
    transform: inherit !important;
    transition: inherit !important;
  }
  .testimonial-sec .elementor-swiper-button-prev:before {
    left: -9px;
  }
  .testimonial-sec .elementor-swiper-button-next:before {
    right: 294px;
  }
  #breadcrumbs > span > span::after {
    width: 20px;
    height: 20px;
    right: -30px;
  }
  .serhover-1:hover {
    background-size: 130% !important;
  }
}

@media (max-width: 992px) {
  .elementor-price-table .elementor-price-table__features-list li span {
    width: 100%;
    text-align: left;
  }
  .elementor-price-table .elementor-price-table__header {
    position: sticky;
    top: 0px;
    z-index: 1;
  }
  .elementor-widget-price-table .elementor-widget-container {
    overflow: visible !important;
  }
  .elementor-element-45a853b {
    overflow: visible !important;
  }
  .has_eae_slider.pricing-plan {
    overflow: visible !important;
  }
  body.page-id-555 {
    overflow: visible !important;
  }
  .elementor-price-table ul li {
    min-height: 80px;
    line-height: 16px !important;
    font-size: 12px !important;
  }
  .elementor-element-176def0 {
    overflow: auto;
  }
  .mobile-price-content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100% !important;
    z-index: 1;
  }

  .elementor-price-table {
    position: relative;
  }

  .pricing-plan > .e-con-inner {
    padding: 0px;
    margin: 0px;
    position: relative;
  }

  .elementor-price-table ul li,
  .pricing-plan .elementor-price-table__feature-inner {
    min-height: 60px;
    height: 60px;
  }
  .pricing-plan .has_eae_slider {
    width: 33.33%;
    min-width: auto !important;
  }
  .pricing-plan .elementor-price-table__feature-inner svg {
    margin-top: 0px;
  }
  .mobile-price-content .elementor-price-table__header {
    background: transparent !important;
  }

  .mobile-price-content .elementor-widget-container {
    background: transparent !important;
  }

  .mobile-price-content .elementor-price-table .elementor-price-table__features-list li {
    margin-bottom: 60px !important;
    margin-top: 0px !important;
    border-bottom: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
  }

  .mobile-price-content .elementor-price-table__features-list {
    background: transparent !important;
  }

  .mobile-price-content .elementor-price-table__features-list li:nth-child(2n) {
    background: transparent !important;
  }

  .elementor-price-table .elementor-price-table__features-list li {
    margin-top: 60px !important;
  }

  .elementor-element-176def0 > .e-con-inner {
    width: 100%;
  }

  .elementor-price-table .elementor-price-table__header {
    padding: 10px 5px !important;
  }

  .elementor-price-table .elementor-price-table__heading {
    font-size: 22px !important;
    line-height: 25px !important;
    margin-bottom: 18px !important;
    font-weight: 500 !important;
    height: auto;
    min-height: 50px;
  }

  .elementor-price-table .elementor-price-table__subheading {
    font-size: 14px !important;
    line-height: 18px !important;
    height: auto !important;
    display: block;
    min-height: 75px;
  }
  .elementor-price-table .elementor-price-table__header {
    height: 225px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .pricing-plan ul.elementor-price-table__features-list {
    border: none !important;
  }
  .elementor-price-table .elementor-price-table__features-list li:not(:first-child):before {
    display: none !important;
  }

  .elementor-price-table .elementor-price-table__features-list li span {
    font-size: 14px;
    line-height: 20px;
  }

  .elementor-price-table .elementor-price-table__features-list svg {
    width: 17px;
  }

  .has_eae_slider.elementor-element.elementor-element-ef79f85 {
    border: none;
  }

  .elementor-element-176def0 > .e-con-inner {
    width: 100%;
  }
}

@media (max-width: 820px) {
  .testimonial-sec .elementor-swiper-button-next:before {
    right: 240px;
  }
  .testimonial-sec .elementor-swiper-button-prev:before {
    left: -1px;
  }
}

@media (max-width: 768px) {
  .about-us-sec:after {
    background: none !important;
  }
  .about-us-sec {
    background-size: 100% 100% !important;
  }
  .team-member-excerpt {
    font-size: 16px !important;
  }
  .team-member h2 {
    font-size: 22px !important;
    line-height: 28px !important;
  }

  .building-visions .elementor-post__excerpt p {
    font-size: 16px !important;
  }
  .testimonial-sec .elementor-swiper-button-next:before {
    right: 221px;
  }
  .pricing-table1 span.elementor-price-table__subheading br {
    display: none !important;
  }
  .get-in-t-form input#form-field-field_93073ba {
    /* padding-left: 30px !important;*/
  }
  .get-in-t-form input.flatpickr-mobile {
    padding-left: 30px;
  }
  .get-in-t-form .elementor-field-type-date:before {
    width: 24.98px !important;
    height: 24px !important;
  }
  .team-details p {
    margin: 0px;
  }
  .get-in-touch-sec .validation_message {
    position: absolute;
    bottom: -17px;
  }
  .con-sec-form .elementor-field-type-date:before {
    width: 24px !important;
    height: 24px !important;
  }
  .con-sec-form input.flatpickr-mobile {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .elementor-456 .elementor-element.elementor-element-0af80a7 .elementor-nav-menu--main .elementor-item {
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer li.menu-item {
    width: 100%;
  }
  .elementor.elementor-453.elementor-location-header {
    z-index: 99;
    position: relative;
  }
  .mobile-menu-item .elementskit-menu-overlay {
    background: #ffffff00;
  }
  .mobile-menu-item button.elementskit-menu-hamburger.elementskit-menu-toggler:active {
    background: #000f0b !important;
  }
  .mobile-menu-item button.elementskit-menu-close.elementskit-menu-toggler:active {
    background: #000f0b !important;
  }
  .mobile-menu-item .elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
    left: -100%;
  }
  .mobile-menu-item .elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements.active {
    left: 0px;
  }

  .elementor-453 .elementor-element.elementor-element-352952d .elementskit-menu-container {
    max-width: 100%;
    border-radius: 0px 0px 0px 0px;
  }

  .mobile-menu-item [type="button"]:focus,
  [type="button"]:hover,
  [type="submit"]:focus,
  [type="submit"]:hover,
  button:focus,
  button:hover {
    color: #fff;
    background-color: #000000;
    text-decoration: none;
  }

  .mobile-menu-item button.elementskit-menu-hamburger.elementskit-menu-toggler {
    padding-bottom: 0px !important;
  }
  .team-members {
    flex-wrap: wrap;
  }
  .building-visions .elementor-post__excerpt p {
    font-size: 16px !important;
  }
  .building-visions article.elementor-grid-item.portfolio.type-portfolio:nth-child(even) {
    margin-top: 0px !important;
  }
  .footer li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-725 {
    margin-left: auto !important;
  }
  .testimonial-sec .elementor-swiper-button-prev:before {
    left: 0px;
  }
  #breadcrumbs > span > span::after {
    width: 15px;
    height: 15px;
    right: -26px;
  }
  .our-service-portfolio .type-portfolio:nth-child(odd) {
    margin-top: 0px !important;
  }
  .text-cut-br h2 {
    max-width: 244px !important;
    margin: 0 auto;
  }
  .testimonial-sec .elementor-swiper-button-next:before {
    right: 220px;
  }
  .head-mobile-menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    left: initial !important;
    right: 0px !important;
    top: 60px !important;
  }
  .bottom-bar .e-con-inner {
    padding-bottom: 15px;
  }
  #menu-2-dd11b3e li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2362 {
    display: initial !important;
  }
  .building-visions .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title.elementor-tab-mobile-title.elementor-active:before {
    border-bottom: 4px solid #014a39;
    content: "";
    position: absolute;
    top: 36px;
    left: 10px;
    width: 100px;
  }
  .building-visions .elementor-tab-mobile-title {
    position: relative;
  }
  .team-details ul li {
    padding-bottom: 5px;
  }

  .building-visions .elementor-tabs .elementor-tabs-wrapper {
    display: block !important;
  }
  .building-visions .elementor-tab-title.elementor-tab-mobile-title {
    display: none !important;
  }
  .building-visions .elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 0px 5px !important;
    font-size: 14px !important;
  }
  .building-visions .elementor-tabs .elementor-tabs-wrapper {
    display: block;
  }
  .building-visions .elementor-tab-title.elementor-tab-mobile-title {
    display: none !important;
  }
  .building-visions .elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 15px 15px !important;
    font-size: 15px !important;
  }

  .building-visions .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: inline-flex;
  }

  .building-visions .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    width: calc(100% - 21px) !important;
    left: 11px !important;
    bottom: 8px !important;
  }
  .col-1-mobile .col-1-btn,
  .col-2-mobile .col-2-btn,
  .col-3-mobile .col-3-btn {
    margin-top: 15px;
  }
  .col-1-mobile .col-1-btn > div,
  .col-2-mobile .col-2-btn > div,
  .col-3-mobile .col-3-btn > div {
    padding: 10px !important;
    line-height: 20px;
  }
}
@media (max-width: 769px) {
  .calendry-btn svg {
    width: 40px;
  }
}
@media (max-width: 430px) and (min-width: 414px) {
  .testimonial-sec .elementor-swiper-button-next:before {
    right: 267px;
  }
}

@media (max-width: 380px) {
  .footer-menu-mobile ul li a {
    font-size: 13px !important;
  }
}
input:not([value]) + input[type="date"]:before,
input[value=""] + input[type="date"]:before {
  content: attr(placeholder) !important;
  width: 100%;
  color: #122438;
}
