/* -------------------------
DO NOT TOUCH THIS CODE
If you need to edit code within this file please contact a developer
------------------------- */

.u-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.u-text--center,
.u-text--center-md {
  text-align: center;
}
.u-text--right {
  text-align: right;
}
.u-text--left {
  text-align: left;
}
.u-bg--white {
  background-color: #ffffff;
}
.u-text--sm {
  font-size: 14px;
  line-height: normal;
}
.u-text--xl {
  font-size: 24px;
  line-height: normal;
}
.u-text--xl-md {
  font-size: 20px;
  line-height: normal;
}
.u-text--light-blue {
  color: #76a0bb;
}
.u-font--montserrat {
  font-family: "Montserrat", sans-serif;
}
.u-font--arial {
  font-family: Arial, sans-serif;
}
.u-text--bold {
  font-weight: bold;
}
.u-text--underline {
  text-decoration: underline;
}
.u-bg--light {
  background-color: #f9f9f9;
}
.u-hide--desktop {
  display: none;
}
.u-button {
  padding: 16px 32px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  font-size: 16px;
  line-height: normal;
}
.u-button--light-blue {
  background-color: #76a0bb;
  color: #ffffff;
  border: 1px solid #76a0bb;
}
.u-button--light-blue:active{
	color:#fff;
}
.u-button--light-blue:hover {
  background-color: transparent;
  color: #76a0bb;
}
.block--no-margin { 
  margin: 0;
}
.site-main .single-content ul, .site-main .single-content ol {
    padding-left: 1em;
}
.site-header {
  padding: 16px 0;
  position: relative;
}
.site-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
/*.site-header__logo-img {
  max-height: 90px;
}*/
.site-header__text {
    text-align: center;
}
.site-header__text span.site-header__book {
    display: block;
}
.site-footer__col span.site-footer__book {
    display: block;
}
.site-header__content {
  display: flex;
  align-items: center;
  gap: 32px;
}
.site-header__cta {
  white-space: nowrap;
}
/* Header CSS END */
/* Footer CSS START */
.site-footer {
  background-color: #f9f9f9;
  padding: 32px 0;
}
.site-footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
/*.site-footer__col {
  flex: 1;
}*/
.site-footer__col--logo {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-footer__logo-img {
  max-height: fit-content;
  max-width: 50%;
}
.site-footer__address {
  color: #333;
}
.site-footer__divider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 24px 0;
}
.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  color: #777;
  gap: 16px;
}
/* Footer CSS END */
/* CONTACT US FORM CSS START */
.single-content .block--no-margin {margin-bottom: 10px;}
.gravity-form .gform_description {display: none;}
/*.gravity-form .gform_wrapper {width: 60%;}
.gravity-form .gform_wrapper .gfield.gf-col-6 {grid-column: span 6;}*/
.gravity-form form {display: flex;gap: 10px;align-items: flex-start;}
.gravity-form .gform-body {display: flex;flex-direction: row;}
.gravity-form .gform_wrapper.gravity-theme .gform_fields {display: flex;align-items: flex-start;gap: 10px;}
.gravity-form .gform-footer.gform_footer.top_label {margin: 30px  0 0 0;padding: 0;}
.gravity-form .gform_validation_errors {display: none;}

.gravity-form .gform_wrapper.gravity-theme .gfield_label {color:#ffffff;}
.gravity-form .gfield_required {display:none !important;}
.gravity-form .gfield_validation_message {padding: 0 5px !important;}
.gravity-form input[type="submit"] {background: var(--global-palette9, #ffffff);border: 1px solid #fff;color: var(--global-palette1, #3182CE);min-height: auto !important;line-height: 1 !important;margin: 0 !important;}
.gravity-form .gform_footer {justify-content: center;}
.gravity-form input[type="submit"]:hover {background-color: transparent;color: #fff;border-color: #fff;}
.gravity-form .gform_wrapper input {color: var(--global-palette4);}
/* CONTACT US FORM CSS END */
/* Slider-section-CSS START */
.slider-section {
  overflow: hidden;
}
/* Slider-section-CSS END */

.company-logo img {filter: grayscale(1);opacity: .8;}
.testimonial .wp-block-kadence-testimonials .kb-gallery-carousel {padding: 0 !important;}
.testimonial .kt-row-column-wrap {padding-top: 0 !important;}
.site-footer__links a:hover, .site-footer__links a:focus, .site-footer__links a:active {color: var(--global-palette-highlight);}
.site-footer__links a {cursor: default;text-decoration: none;}
.site-header__offer {position: absolute;left: 0;right: 0;margin: 0 auto;top: 0;text-align: center;padding: 7px 15px;background-color: #76a0bb;width: max-content;color: #fff;}
.site-header__offer span {color: #fff;}

@media only screen and (max-width: 1170px) {
 .site-footer__col {
    flex: 1;
 }
.site-header__logo-img {
    max-height: 90px;
	}	
}

@media only screen and (max-width: 1024px) {
  .u-button {
    padding: 12px 15px;
  }
  .u-text--xl-md {
    font-size: 16px;
  }
  .hero-heading .kt-row-column-wrap {
    display: flex;
    flex-direction: column;
  }
  .video-iframe iframe {height:350px;}	
  .gravity-form form {flex-direction: column;} 
  .gravity-form .gform-footer.gform_footer.top_label {margin: 10px  0 0 0;}
}
@media only screen and (max-width: 767px) {
	.u-hide--mobile {
    display: none;
  }
  .u-hide--desktop {
    display: block;
  }
  .site-header__mobile-offer {
    margin-top: 27px;
  }
  .u-button {
    padding: 8px 12px;
    font-size: 14px;
  }
  /* 	Header-CSS START*/
  .site-header__logo-img {
    max-height: 60px;
  }
  .site-header__container {
    padding-top: 10px;
  }
  /* 	Header-CSS END*/
  /* 	FOOTER-CSS START */
	.site-footer__container{flex-direction:column;}
  .site-footer__logo-img {
    margin: 0 auto;
  }
  .site-footer__col p {
    margin: 0;
  }
  .site-footer__bottom {
    justify-content: center;
  }
  .site-footer__col.u-text--center-md,
  .site-footer__address.u-text--center-md {
    text-align: center;
  }
  /* 	FOOTER-CSS END*/
  .gravity-form .gform_wrapper.gravity-theme .gform_fields {flex-direction: column;width: 100%;}
  .gravity-form .gform_wrapper, .gravity-form .gform-body, .gravity-form .gfield {width: 100%;}
  
}
@media only screen and (max-width: 640px) {
.company-logo > .kt-row-column-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
@media only screen and (max-width: 480px) {
.u-button {padding: 8px 7px;}
.site-header__container {flex-direction: column;gap: 12px;}
}
