@font-face {
  font-family: "Montserrat Regular";
  src: url("../includes/fonts/Montserrat-Regular/Montserrat-Regular.eot");
  src: url("../includes/fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../includes/fonts/Montserrat-Regular/Montserrat-Regular.woff2") format("woff2"), url("../includes/fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("../includes/fonts/Montserrat-Regular/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("../includes/fonts/Montserrat-Bold/Montserrat-Bold.eot");
  src: url("../includes/fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../includes/fonts/Montserrat-Bold/Montserrat-Bold.woff2") format("woff2"), url("../includes/fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff"), url("../includes/fonts/Montserrat-Bold/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../includes/fonts/HELVETICANEUE/HelveticaNeue.eot");
  src: url("../includes/fonts/HELVETICANEUE/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("../includes/fonts/HELVETICANEUE/HelveticaNeue.woff2") format("woff2"), url("../includes/fonts/HELVETICANEUE/HelveticaNeue.woff") format("woff"), url("../includes/fonts/HELVETICANEUE/HelveticaNeue.svg#HelveticaNeue") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Bold";
  src: url("../includes/fonts/HELVETICA-NEUE-BOLD/HelveticaNeue-Bold.eot");
  src: url("../includes/fonts/HELVETICA-NEUE-BOLD/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../includes/fonts/HELVETICA-NEUE-BOLD/HelveticaNeue-Bold.woff2") format("woff2"), url("../includes/fonts/HELVETICA-NEUE-BOLD/HelveticaNeue-Bold.woff") format("woff"), url("../includes/fonts/HELVETICA-NEUE-BOLD/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*
	PRESET INITIALIZATION
*/
p:last-child {
  margin-bottom: 0;
}

/*.page-template,
.search-results,
.error404 {
    &:not(.page-id-34) {
        .main-header-container {
            background: #365E80;
        }
    }
}*/
.main-header.she-header,
.mobile-headers.she-header {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.09);
}

/*
	PRESET INITIALIZATION
*/
p:last-child {
  margin-bottom: 0;
}

/*
	PRESET INITIALIZATION
*/
p:last-child {
  margin-bottom: 0;
}

/*
	PRESET INITIALIZATION
*/
p:last-child {
  margin-bottom: 0;
}

.gform .gform_body input,
.gform .gform_body textarea,
.gform .gform_body select {
  border: 1px solid #000000;
  padding: 15px 25px;
  border: 1px solid #000000;
  padding: 15px !important;
  background: #fff;
  color: #000000;
  font-family: "Poppins", Sans-serif;
  font-size: 18px !important;
}
.gform .gform_body input:focus, .gform .gform_body input:active, .gform .gform_body input:hover,
.gform .gform_body textarea:focus,
.gform .gform_body textarea:active,
.gform .gform_body textarea:hover,
.gform .gform_body select:focus,
.gform .gform_body select:active,
.gform .gform_body select:hover {
  outline: 0;
}
.gform .gform_body input::-webkit-input-placeholder, .gform .gform_body textarea::-webkit-input-placeholder, .gform .gform_body select::-webkit-input-placeholder {
  font-family: "Poppins", Sans-serif;
  color: #000000;
  font-size: 18px;
}

.gform .gform_body input:-moz-placeholder, .gform .gform_body textarea:-moz-placeholder, .gform .gform_body select:-moz-placeholder {
  font-family: "Poppins", Sans-serif;
  color: #000000;
  font-size: 18px;
}

.gform .gform_body input::-moz-placeholder, .gform .gform_body textarea::-moz-placeholder, .gform .gform_body select::-moz-placeholder {
  font-family: "Poppins", Sans-serif;
  color: #000000;
  font-size: 18px;
}

.gform .gform_body input:-ms-input-placeholder, .gform .gform_body textarea:-ms-input-placeholder, .gform .gform_body select:-ms-input-placeholder {
  font-family: "Poppins", Sans-serif;
  color: #000000;
  font-size: 18px;
}

.gform .gform_footer {
  justify-content: center;
}
.gform .gform_footer input[type=submit] {
  color: #fff;
  background: #2869A3;
  font-family: "Poppins", Sans-serif;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  padding: 12px 150px;
  text-transform: uppercase;
  font-weight: bold;
}

.main-title {
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}

.container .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content .content-overlay {
  background: rgba(79, 195, 163, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
}

.front img {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content:hover .front h2 {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .content-details h3 {
    font-size: 30px !important;
  }
}
.content-details h3 {
  font-family: "Nunito Regular", Sans-serif;
  font-size: 37px;
  text-align: left;
  color: #FFFFFF;
}
.content-details p {
  color: #fff;
  font-family: "Roboto Regular", sans-serif;
  font-size: 18px;
  text-align: left;
}
.content-details a {
  background: #fff;
  border: 1px solid #fff;
  color: #4FC3A3;
  font-family: "Roboto Bold", sans-serif;
  font-size: 17px;
  padding: 7px 25px;
  border-radius: 50px;
  text-align: left;
  display: block;
  width: 50%;
  box-shadow: 0px 10px 20px rgba(16, 83, 120, 0.1529411765);
}
.fadeIn-bottom {
  top: 80%;
}

.fadeIn-top {
  top: 20%;
}

.fadeIn-left {
  left: 20%;
}

.fadeIn-right {
  left: 80%;
}

.front h2 {
  color: #fff;
  font-family: "Nunito Bold", Sans-serif;
  font-size: 30px;
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
}

.services-p .content-details h3 {
  font-size: 30px;
}
.services-p .content-details p {
  font-size: 16px;
}
.services-p .content-details a {
  width: 70%;
  text-align: center;
}

.btn-h {
  margin-bottom: 10px !important;
}

.with-h .elementor-icon-list-item a:before {
  content: "Or Call us now";
  color: #000000;
  font-size: 20px;
  font-family: "Poppins", Sans-serif;
  font-weight: 400;
  margin-right: 15px;
}

.ratings-w .elementor-widget-wrap {
  background: #fff;
  border-radius: 12px;
  padding: 30px !important;
}
.ratings-w .elementor-star-rating__wrapper .elementor-star-rating::before, .ratings-w .elementor-star-rating__wrapper .elementor-star-rating::after {
  content: "5.0";
  font-family: "Poppins", Sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-right: 10px;
}
.ratings-w .elementor-star-rating__wrapper .elementor-star-rating::after {
  content: "(15)";
  margin-right: 0px;
  margin-left: 0;
}

body {
  overflow-x: hidden;
}

.diamond-section .elementor-widget-wrap {
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transition: 1s !important;
  margin: 0 5px;
}
@media screen and (max-width: 600px) {
  .diamond-section .elementor-widget-wrap {
    margin: 5px 0;
  }
}
.diamond-section.diamond- {
  left: 114px;
  top: -185px;
}
.diamond-section.diamond-left {
  left: -70px;
}
@media screen and (max-width: 600px) {
  .diamond-section.diamond-left {
    left: 0;
  }
  .diamond-section.diamond- {
    left: 0;
    top: 0;
  }
}

.swiper-pagination-bullet {
  height: 10px !important;
  width: 10px !important;
}

.carousel-rel {
  overflow: hidden;
}

.reviews-w .elementor-testimonial {
  padding: 25px 10px;
  min-height: 250px;
}
.reviews-w .elementor-testimonial__name {
  display: none;
}
.reviews-w .swiper-slide {
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.0901960784);
}

.inner-b .elementor-widget-wrap {
  padding: 0 !important;
}
.inner-b .elementor-widget-wrap .elementor-button {
  width: 100%;
}

.page-id-405 #quote {
  display: none;
}

/*# sourceMappingURL=main.css.map */
