/*
  Custom Styles by Morningstar Digital (MD)
  Your custom style will be added here.
  */

/* 
/* 


Bluestone */

:root {
  --bsecolor-blue: #072f53;
  --font-type2: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  --font-type1: 'Lato', Helvetica, Arial, Lucida, sans-serif;
}


body.md {
  font-weight: 400 !important;
  overflow-x: hidden;
}

.md #et-top-navigation {
  padding-left: 0 !important;
}

/* Default CSS  */
.md .lg-valign-center-row .et_pb_column,
.md .lg-valign-center-section,
.md .lg-valign-center-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* BASE Elements */
.md .et_pb_module hr {
  width: 170px;
  height: 4px;
  background-color: #a5a5a5;
  border: none;
  margin-left: 0;

}

.md #main-footer {
  display: none;
}

.md header ul#top-menu li a {
  font-size: 18px;
  font-weight: 300;
}

.md .sec-hero {
  height: calc(500px + (780 - 500) * ((100vw - 300px) / (1920 - 300))) !important;
}

.md .sec-hero h3 {
  margin-top: 30px;
}

.md .tp-carousel .dica_divi_carousel .dica_divi_carouselitem .dica-item {
  justify-content: center;
}

.md .tp-carousel .dica_divi_carousel .dica_divi_carouselitem .dica-item .image img {
  max-height: 150px;
  object-fit: contain;
}


/*---------------Menu CTA Button---------------*/

#top-menu li a:hover {
  opacity: 1 !important;
}

.md header .menu-cta a {
  text-align: center;
  background-color: var(--bsecolor-blue);
  color: #FFF !important;
  text-transform: none;
  font-family: var(--font-type1) !important;
  font-weight: 900 !important;
  text-transform: capitalize !important;
  padding: 10px;


}

.md #top-header .container {
  display: flex;
  justify-content: center;
}

.md #top-header a.et_pb_button {
  font-size: calc(16px + (18 - 16) * ((100vw - 981px) / (1920 - 981))) !important;
}

.md #top-header {
  background-color: transparent;
}

.md #top-header #et-info-phone,
.md #top-header #et-info-email {
  display: none;
}

.md header .menu-cta a:hover {
  background-color: #0471ab;
}

.md header #top-menu .menu-item-object-page.current-menu-item a {
  font-weight: bold;
  color: #333 !important;
}

.md header #top-menu li.current-menu-item>a {
  color: #072f53;
}

.menu-cta a:hover {
  background-color: #8dc63f;
  color: white !important;
}


.et_header_style_left .et-fixed-header #et-top-navigation {
  padding-top: 25px !important;
}

/*---------------CTA Button Color on Fixed Navigation---------------*/

#main-header.et-fixed-header .menu-cta a {
  color: #fff !important;
}

/* End Base elem*/


/* Button */
.md a.et_pb_button,
.md a.et_pb_button:hover {
  text-align: center;
  font-weight: 900;
  font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1920 - 300))) !important;
  padding: calc(10px + (19 - 10) * ((100vw - 300px) / (1920 - 300))) calc(40px + (90 - 40) * ((100vw - 300px) / (1920 - 300))) !important;
}


.md.home .et_pb_module h1 {
  font-size: calc(40px + (50 - 40) * ((100vw - 300px) / (1920 - 300))) !important;
}

.md.home .et_pb_module h2 {
  font-size: calc(40px + (50 - 40) * ((100vw - 300px) / (1920 - 300))) !important;
}

.md.home .sec-hero .et_pb_module h2 {
  font-size: calc(40px + (97 - 40) * ((100vw - 300px) / (1920 - 300))) !important;
}


.md .et_pb_module h3 {
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300))) !important;
}

.md .et_pb_module h4 {
  font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1920 - 300))) !important;
}

.md .et_pb_module h5 {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1920 - 300))) !important;
}

.md .et_pb_module h6 {
  font-size: 17px;
}


/* Call to Action */
.md .sec-cta p {
  font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1920 - 300))) !important;
  margin-top: 10px;
}

.md .sec-cta a.et_pb_button {
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300))) !important;
}

.md .sec-cta a.et_pb_button:hover {
  background: #0471ab !important;
  border-color: #0471ab !important;
  color: #FFF;
}


/* Services Page*/

.md .inner-page-hero {
  display: flex;
  align-items: flex-end;
}





.md .row-inner-hero .skewed-col:before {
  content: "";
  background: #FFF;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: -19px;
  transform: translateX(-99%);
  z-index: 9999;
  visibility: visible;
  border-bottom: 19px solid var(--bsecolor-blue) !important;
  border-top: 19px solid var(--bsecolor-blue);
}

/*
.md .row-inner-hero:before {
	content: "";
    background: #FFF;
    width: 185%;
    position: absolute;
    height: 95%;
    left: -600px;
    top: -19px;
    z-index: 1;
    visibility: visible;
    border: 19px solid var(--bsecolor-blue) !important;
    -webkit-transform: skew( 
35deg
 );
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}
*/

.et_pb_module.et_pb_image.et_pb_image_3.ct-floating-img {
  width: 100%;
}



.md .row-inner-hero .et_pb_image:last-child {
  margin-right: 0;
}

.md .row-service-single h3 {
  font-weight: 900;
}

/* Services */
.md .row-services .et_pb_image_wrap,
.md .row-services .et_pb_image_wrap img,
.md .row-service-single .et_pb_blurb_content .et_pb_image_wrap,
.md .row-service-single .et_pb_blurb_content .et_pb_image_wrap img {
  max-height: 100px !important;
  object-fit: contain !important;
}

.md .row-services h6 {
  padding-bottom: 0;
}

/* Services End */

.md .row-page-title .et_pb_module h1 {
  font-size: calc(40px + (48 - 40) * ((100vw - 300px) / (1920 - 300))) !important;
}

.md .row-page-title .et_pb_module h1+hr {
  width: 80px;
  height: 8px;
  background: var(--bsecolor-blue);
  border: none;
  margin: 20px auto 0;
}

.md .et_pb_module h2 {
  font-size: calc(40px + (60 - 40) * ((100vw - 300px) / (1920 - 300))) !important;
}



/* Carousel */

.md .sec-testimonial .content {
  max-height: 250px;
  min-height: 250px;
  overflow-y: auto;
}

.md .row-testi-carousel .dica_divi_carouselitem {
  background-color: #f4f4f4;
}




/* Gallery */

.md .row-gallery-carousel .dica-image-container,
.md .row-gallery-carousel .dica-image-container .image img {
  min-height: 400px;
  max-height: 400px;
  object-fit: cover !important;
  width: 100%;
}


/* Contact */
.md .nf-response-msg {
  text-align: center;
  color: #FFF;
}

.md .row-contact .et_pb_column {
  margin-bottom: 0 !important;
}

.md .row-contact .submit-container {
  margin-bottom: 0 !important;
}

.md .row-contact .nf-form-fields-required,
.md .row-contact .nf-error-msg {
  display: none;
}

.md .row-contact .et_pb_module hr {
  background-color: #FFF;
  margin: 10px auto 40px;
}

.md .row-contact .nf-form-content #nf-field-6-container,
.md .row-contact .nf-form-content #nf-field-7-container {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.md .row-contact .nf-form-content #nf-field-6-container {
  padding-right: 10px;
}

.md .row-contact .nf-form-content #nf-field-7-container {
  padding-left: 10px;
  margin-left: -5px;
}

.md .row-contact .nf-form-content input[type=submit] {
  background: transparent;
  border: 3px solid #FFF;
  min-width: 200px;
  margin: 0 auto;
  display: block;
  font-size: 18px !important;
  cursor: pointer;
}

.md .row-contact .nf-form-content input[type=submit]:hover {
  background: #0471ab;
  color: #FFF;
}


/* Contact End */



.md .title-sep hr {
  width: 170px;
  height: 4px;
  background: #757373;
  border: none;
  margin: 20px auto 0;
}

.md .sec-footer a,
.md .sec-footer p {
  color: #FFF !important;
}


.md .sec-footer h6 {
  font-family: var(--font-type2);
  color: #FFF;
  font-weight: bold;
}

.md .sec-footer .contact-info {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
}

.md .sec-footer .contact-info img {
  min-width: 32px;
  min-height: 32px;
}

.md .sec-footer .contact-info h6 {
  padding-bottom: 0;
}

.md .sec-footer .contact-info .et_pb_blurb_container {
  padding-bottom: 0;
}

.md .sec-footer .contact-info .et_pb_main_blurb_image {
  margin-bottom: 0;
}

.md .sec-footer .et_pb_blurb_content {
  display: flex;
  align-items: center;
}

.md .footer-menu ul {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  padding: 0;
}



.md .row-map {

  background-size: cover;
}

.md .row-map * {
  height: 100% !important;
}

.md .row-map .gmap_img img {
  object-fit: cover;
  object-position: 60% center;
}




/* Media Queries */

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {}

@media screen and (max-width: 1440px) {
  div#ct_parallelogram_section {
    padding-top: 100px !important;
    padding-right: 50px !important;
    padding-bottom: 200px !important;
    padding-left: 165px !important;
    background-size: contain;
  }
}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {}

@media only screen and (max-width: 1366px) {
  /*
	.md .row-inner-hero:before {
		content: "";
		background: #FFF;
		width: 125%;
		position: absolute;
		height: 95%;
		left: -450px;
	}
	*/

  div#ct_parallelogram_section {
    padding-top: 100px !important;
    padding-right: 50px !important;
    padding-bottom: 100px !important;
    padding-left: 165px !important;
    background-size: contain;
  }


}

@media only screen and (max-width: 1024px) and (min-width: 981px) {
  div#ct_parallelogram_section {
    background-size: cover;
  }
}

@media all and (min-width: 981px) and (max-width: 1250px) {}

@media all and (min-width: 981px) {

  /* RC STYLES  */
  .md .row-map {
    max-height: 44vw;
    min-height: 430px !important;
    height: 780px;
    background-position: 70%;
  }

  .md .row-inner-hero {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .md .row-inner-hero .partners-logo img {
    max-height: calc(100px + (170 - 100) * ((100vw - 981px) / (1920 - 981))) !important;
    object-fit: cover;
  }

  .md .row-inner-hero .float-img img {
    bottom: 0 !important;
    height: calc(600px + (730 - 600) * ((100vw - 981px) / (1920 - 981))) !important;
    min-width: 600px;
    transform: translateX(-100px) translateX(-100px);
    object-fit: contain;
    position: relative;
    max-height: 730px !important;
  }

  .md .row-inner-hero .et_pb_module {
    transform: skewX(-20deg);
  }

  .md .row-inner-hero .skewed-col {
    padding-top: calc(50px + (100 - 50) * ((100vw - 981px) / (1920 - 981))) !important;
    padding-left: 20px;
    padding-right: calc(160px + (170 - 160) * ((100vw - 981px) / (1920 - 981))) !important;
    padding-bottom: calc(50px + (100 - 50) * ((100vw - 981px) / (1920 - 981))) !important;
    transform: skewX(20deg);
  }

  .md .row-inner-hero .et_pb_image {
    width: 31.3333%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3%;
  }

  .md #top-header {
    display: none !important;
  }

  /*
	.md .row-inner-hero .skewed-col:after {
	    content: "";
	    width: 418px;
	    height: 730px;
	    right: 0;
	    background-size: contain !important;
	    visibility: visible;
	    background: url(/wp-content/uploads/2021/02/float-image.png);
	    background-repeat: no-repeat;
	    top: 20px;
	    position: absolute;
	    transform: translate(60px, -70px);
		z-index: 1;
	}
	*/
  .md #et-top-navigation {
    padding-top: calc(30px + (70 - 30) * ((100vw - 981px) / (1920 - 981))) !important;
  }

  .md header #top-menu li {
    padding-right: calc(10px + (22 - 10) * ((100vw - 981px) / (1920 - 981))) !important;
  }

  .md header #top-menu li a {
    font-size: calc(16px + (18 - 16) * ((100vw - 981px) / (1920 - 981))) !important;
  }

  .md header #logo {
    width: calc(200px + (360 - 200) * ((100vw - 981px) / (1920 - 981))) !important;
    object-fit: contain;
  }

  .md .footer-menu ul {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    padding: 0;
    width: 60%;
    margin: 0 auto;
  }

  .md header .menu-cta a {
    padding: 20px 40px !important;
  }

  .md header #et-top-navigation nav>ul>li:not(.menu-cta) a {
    padding-bottom: 40px !important;
  }
}


/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
  .md .row-inner-hero .skewed-col {
    margin-bottom: 0 !important;
  }

  .md .row-inner-hero .skewed-col,
  .md .row-inner-hero .skewed-col:before {
    border-bottom: none !important;
  }

  .md .row-inner-hero .services-img-col {
    transform: skewX(0deg);
    background: #FFF;
    border-bottom: 19px solid var(--bsecolor-blue) !important;
    border-right: 19px solid var(--bsecolor-blue) !important;
    margin-top: -1px;
  }

  .md .row-inner-hero .services-img-col:before {
    content: "";
    background: #FFF;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    bottom: -19px;
    transform: translateX(-99%);
    z-index: 9999;
    visibility: visible;
    border-bottom: 19px solid var(--bsecolor-blue) !important;
  }


  .md header .menu-cta a {
    display: none !important;
  }

  div#ct_parallelogram_section {
    padding-top: 100px !important;
    padding-right: 50px !important;
    padding-bottom: 100px !important;
    padding-left: 50px !important;
    background-size: contain;
  }



  .custom-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .first-on-mobile {
    -webkit-order: 1;
    order: 1;
    margin-bottom: 30px !important;
  }

  .second-on-mobile {
    -webkit-order: 2;
    order: 2;
    margin-bottom: 0 !important;
  }

}


/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {}


@media all and (min-width: 601px) and (max-width: 980px) {
  .md .row-map {
    max-height: 44vw;
    min-height: 350px !important;
    height: 780px;
    background-position: 84%;
  }
}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 600px) {
  .md .row-map {
    max-height: 26vw;
    min-height: 300px !important;
    height: 780px;
    background-position: 90%;
  }

  .md .row-contact .nf-form-content #nf-field-6-container,
  .md .row-contact .nf-form-content #nf-field-7-container {
    display: block;
    width: 100%;
    vertical-align: top;
    margin-left: 0;
    padding: 0;
  }
}

@media all and (max-width: 479px) {
  .md .footer-menu ul {
    display: flex;
    list-style: none;
    flex-direction: column;
    padding: 0;
    text-align: center;
  }

  .md .footer-menu ul li {
    padding-bottom: 20px;
  }
}




@media only screen and (max-width: 1919px) {
  .md .row-contact {
    --size: 18px;
  }

  .md.home .row-contact .et_pb_module h2 {
    font-size: 2.35rem !important;
  }

  .md .row-contact .et_pb_module hr {
    margin: 10px auto 1.8rem !important;
  }

  .md .nf-form-content textarea.ninja-forms-field {
    height: 10rem;
  }
}

@media only screen and (max-width: 1440px) {
  .md .row-contact {
    --size: 16px;
  }

  .md.home .row-contact .et_pb_module h2 {
    font-size: 1.9rem !important;
  }

  .md .nf-form-content {
    padding: 0 5px;
  }

  .md .nf-form-content input.ninja-forms-field,
  .md .row-contact .nf-form-content input[type=submit] {
    height: 2.778rem;
    line-height: 1;
    font-size: .9rem !important;
    padding: .5rem 10px;
  }

  .md .nf-field-container {
    margin-bottom: .75rem;
  }

  .md .nf-form-content textarea.ninja-forms-field {
    height: 8rem;
  }
}

@media only screen and (max-width: 1280px) {
  .md .row-contact {
    --size: 15px;
  }

  .md .nf-form-content input.ninja-forms-field,
  .md .row-contact .nf-form-content input[type=submit] {
    height: 2.5rem;
    font-size: .85rem !important;
  }
}

@media only screen and (max-width: 1100px) {
  .md .row-contact {
    --size: 14px;
  }

  .md .row-contact .et_pb_module hr {
    margin: 10px auto 1.5rem !important;
  }

  .md .nf-form-content textarea.ninja-forms-field {
    height: 6rem;
  }
}

@media only screen and (max-width: 980px) {
  .md .nf-form-content textarea.ninja-forms-field {
    height: 12rem;
  }

  .md #main-header .mobile_nav .mobile_menu_bar span:before {
    color: #072f53;
  }
}

/* END RC STYLES */