@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;
}

.form-cont input,
.form-cont textarea {
  border-radius: 0;
  border: 1px solid #0C1222;
  padding: 15px !important;
}
.form-cont input::-webkit-input-placeholder, .form-cont textarea::-webkit-input-placeholder {
  color: #0C1222;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form-cont input:-moz-placeholder, .form-cont textarea:-moz-placeholder {
  color: #0C1222;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form-cont input::-moz-placeholder, .form-cont textarea::-moz-placeholder {
  color: #0C1222;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form-cont input:-ms-input-placeholder, .form-cont textarea:-ms-input-placeholder {
  color: #0C1222;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form-cont .gform_drop_area {
  border-color: #0C1222 !important;
}
.form-cont .gform_fileupload_rules {
  display: none !important;
}
.form-cont .gform_button_select_files {
  color: #0C1222;
  border-color: #0C1222;
}
.form-cont .gform_button_select_files:hover {
  background-color: #0C1222;
  color: #fff;
}
.form-cont #gform_submit_button_1 {
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #D95604;
  color: #fff;
  border-radius: 0px 0px 0px 0px;
  padding: 20px 100px 20px 100px !important;
  border: 0;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.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;
}

html,
body {
  overflow-x: hidden;
}

@media screen and (max-width: 1920px) and (min-width: 1441px) {
  .banner-hero {
    padding-bottom: 400px !important;
  }
  .anchor-b p {
    position: absolute;
    bottom: 0;
    top: 185px;
  }
}
.gf-forms input,
.gf-forms textarea {
  border: 1px solid #707070;
  border-radius: 0;
  padding: 12px !important;
}
.gf-forms input::-webkit-input-placeholder, .gf-forms textarea::-webkit-input-placeholder {
  color: #000000;
  font-family: "DMSans Regular", Sans-serif;
}

.gf-forms input:-moz-placeholder, .gf-forms textarea:-moz-placeholder {
  color: #000000;
  font-family: "DMSans Regular", Sans-serif;
}

.gf-forms input::-moz-placeholder, .gf-forms textarea::-moz-placeholder {
  color: #000000;
  font-family: "DMSans Regular", Sans-serif;
}

.gf-forms input:-ms-input-placeholder, .gf-forms textarea:-ms-input-placeholder {
  color: #000000;
  font-family: "DMSans Regular", Sans-serif;
}

.gf-forms textarea {
  height: 150px !important;
}
.gf-forms .gfield_radio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.gf-forms input[type=submit] {
  font-family: "DMSans Bold", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  background-image: linear-gradient(280deg, #5A3328 0%, #B46650 71%);
  border-radius: 0px 0px 0px 0px;
  padding: 20px 30px 20px 30px !important;
  color: #fff;
  border: 0;
}

.anchor-b p::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000;
  position: absolute;
  top: 45px;
  left: 40px;
  z-index: 999;
}
.anchor-b.anchor-c {
  position: absolute;
  bottom: 0;
}

.image-b .elementor-widget-wrap {
  border: 1px solid #707070;
  margin: 0 15px;
}
@media screen and (max-width: 425px) {
  .image-b .elementor-widget-wrap {
    margin: 15px 0;
  }
}

.stroke {
  background: url(/wp-content/uploads/2023/07/Group-12.svg) no-repeat left 15px;
  display: inherit;
  padding-left: 15px;
  margin-left: -15px;
}
.stroke.stroke2 {
  display: initial;
}
@media screen and (max-width: 425px) {
  .stroke {
    background: none;
  }
}

.boold {
  color: #394A76;
  font-size: 35px;
  display: block;
  margin: 20px auto;
  font-family: "DMSans Bold", Sans-serif;
  line-height: 1;
}

.reviewwws .elementor-testimonial__header {
  display: block !important;
}
.reviewwws .elementor-testimonial__image {
  justify-content: center;
}
.reviewwws .elementor-testimonial__cite {
  text-align: center;
  margin-top: 20px;
}
.reviewwws .elementor-testimonial__text {
  text-align: center;
}
.reviewwws .swiper-slide {
  border-radius: 0 !important;
  border-bottom: 5px solid #394A76 !important;
  padding: 45px 25px !important;
}
.reviewwws .elementor-testimonial__header {
  border-radius: 0;
}
.reviewwws .swiper-pagination-bullet {
  border: 1px solid #F7DCBE !important;
  background: transparent !important;
  border-radius: 0 !important;
}
.reviewwws .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #F7DCBE !important;
  background: #F7DCBE !important;
}

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