/*
#########################
######  SECTIONS   ######
#########################
#
## Core
#
## Utility
#
## Nav
#
## Blog
#
## Services
#
## Footer
#
## Queries
#
## MISC
#
 */

/*
 #########################
 ######  Core
 #########################
 */

body {
  font-size: 1.13em;
  line-height: 1.5em;
  width: 100%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 500;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 500;
}

p {
  font-size: 1em;
}

a {
  border-bottom: 2px solid transparent;
  -webkit-transition: border 300ms ease-in-out;
  transition: border 300ms ease-in-out;
  text-decoration: none;
}

li {
  margin-top: 10px;
}

img {
  display: inline-block;
  max-width: 100%;
  border-radius: 5px;
}

.c-button,
.wp-block-button__link {
  display: inline-block;
  margin-top: 10px;
  margin-right: 1.5em;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 5px;
  box-shadow: 0 1px 1px 0 transparent;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease-in-out;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, box-shadow 200ms ease;
  transition: transform 200ms ease-in-out, box-shadow 200ms ease, -webkit-transform 200ms ease-in-out;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.wp-block-button__link {
  margin-right:0;
}

.c-button i {
  vertical-align: middle;
  font-size: 1.2em;
  margin-left: 5px;
}

.c-button.is--icon-only i {
  margin-left: 0px;
}

.c-button:hover,
.wp-block-button__link:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.c-button.alt--btn,
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-style: solid;
  border-width: 2px;
}

.c-button.alt--btn:hover {
  background-color: transparent;
}

.c-button.alt--dropdown {
  position: relative;
  margin: 0px;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.c-button.alt--dropdown:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.c-button__icon {
  margin-left: 5px;
  font-size: 1.4em;
  vertical-align: middle;
}

.c-button__txt,
.wp-block-button__link {
  display: inline-block;
}

/*
 #########################
 ######  Utility
 #########################
 */

.is--v-align-middle {
  vertical-align: middle;
}
.is--p20 {
  padding: 20;
}
.is--m0 {
  margin: 0px;
}
.is--h100 {
  max-height: 100%;
}
.is--light-bg {
  border: 1px solid #d9d9d9;
  background-color: #f7f7f7;
}

/*
 #########################
 ######  Nav
 #########################
 */

.nav-second-dropdown-container,
.cta-btn-submenu-wrapper {
  position: relative;
  padding: 10px 8px;
}

.nav-second-dropdown-container:hover .nav-second-dropdown-level,
.nav-second-dropdown-level:hover,
.cta-btn-submenu-wrapper:hover .cta-btn-submenu,
.cta-btn-submenu:hover {
  display: block;
  opacity: 1;
  pointer-events: all;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.nav-second-dropdown-level,
.cta-btn-submenu {
  opacity: 0;
  border-radius: 4px;
  pointer-events: none;
  transition: opacity 300ms ease, transform 300ms ease;
  position: absolute;
  right: -250px;
  top: 0;
  width: 250px;
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.22);
  -moz-transform: translate(-10px, 0px);
  -webkit-transform: translate(-10px, 0px);
  -o-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

.cta-btn-submenu {
  right: auto;
  left: -243px;
  top: 5px;
}

.c-dropdown__menu {
  left: auto;
  top: 150%;
  right: 0%;
  bottom: auto;
  min-width: 300px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.22);
}

.c-dropdown__heading i,
.cta-btn-submenu-wrapper div i {
  margin-left: 5px;
  vertical-align: middle;
  font-size: 0.8em;
}

.cta-btn-dropdown-heading {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.c-button ~ .c-dropdown__menu {
  top: 100%;
}

.c-dropdown__link {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 1rem;
}

.c-dropdown__link:hover {
  border-bottom: 0px none transparent;
}

.c-dropdown {
  position: relative;
  z-index: 999;
  display: inline-block;
  margin: 10px;
  cursor: pointer;
}

.l-navbar {
  position: relative;
  display: block;
  height: 108px;
}

.nav-link {
  display: inline-block;
  padding: 20px;
  text-transform: capitalize;
}

.nav-menu {
  position: static;
  height: 70px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-navbar__logo {
  height: 70px;
  float: left;
  margin-top: -5px;
}

.c-navbar__logo:hover {
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.c-dropdown__icon {
  width: 15px;
  margin-left: 8px;
}

.c-dropdown__label {
  display: inline-block;
}

.c-dropdown__heading {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  -webkit-transition: border 300ms ease-in-out;
  transition: border 300ms ease-in-out;
  text-decoration: none;
}

.l-top-bar-2 {
  overflow: hidden;
  width: 100%;
  height: 45px;
  padding-top: 5px;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.c-starting-from .c-button {
  width: 100%;
  position: relative;
  padding-right:30px;
}

/*
#### Hero HomePage
*/

.s-home-banner {
  position: relative;
  min-height: 65vh;
  padding-top: 40px;
  padding-bottom: 60px;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}
.s-home-banner.alt--small {
  min-height: 0vh;
}
.l-hero-primary {
  margin-top: 60px;
  margin-bottom: 60px;
}
.z-hero-primary1 {
  padding-right: 20px;
}
.z-hero-primary1.alt--center {
  padding-right: 0px;
  text-align: center;
}
.z-hero-primary2 {
  padding: 20px 40px 40px;
  text-align: right;
}
.is--subheading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1em;
}
.c-starting-from {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  text-align: left;
  padding-bottom: 0px;
  position:relative;
}
.c-starting-from__title {
  display: inline-block;
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
}
.c-starting-from__text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}
.c-starting-from__icon {
  position: absolute;
  left: auto;
  top: 50%;
  right: 10px;
  bottom: auto;
  width: 20px;
  margin-top: -12px;
}
.c-starting-from__cta {
  position: relative;
  margin-top: 10px;
  padding: 10px 40px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  text-transform: capitalize;
}
.d--hide {
  display: none;
}
.home-banner-heading {
  font-size: 3em;
}

.l-top-bar__text {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  margin-right: 15px;
  font-size: 0.9em;
}

.l-top-bar__link {
  color: inherit;
  border-bottom: none;
}

.top-bar-contact {
  display: inline-block;
  vertical-align: middle;
}

.top-bar-social {
  position: absolute;
  top: 5px;
  right: 10px;
}

.c-dropdown__menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transform: translateY(-10px);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.c-dropdown__icon {
  transition: transform 250ms ease;
}

.c-dropdown:hover .c-dropdown__icon {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-dropdown:hover .c-dropdown__menu {
  visibility: visible;
  opacity: 1;
  z-index: 3;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.l-top-bar__social-icon {
  vertical-align: middle;
  margin-top: 10px;
  margin-left: 20px;
  float: right;
  font-size: 22px;
  line-height: 20px;
}

.l-top-bar__icons {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 20px;
  line-height: 20px;
}

#hamburger-open,
#hamburger-close {
  position: absolute;
  font-size: 30px;
  right: 30px;
  top: 55px;
  cursor: pointer;
}

#hamburger-close {
  display: none;
}

#mobile-menu {
  display: none;
  position: absolute;
  top: 108px;
  left: 0px;
  right: 0px;
  height: 100vh;
  padding-bottom: 150px;
  text-align: center;
  overflow: scroll;
}

.mobile-nav-link,
.c-mobile-dropdown__heading,
.c-mobile-dropdown__link,
.mobile-submenu-heading {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.mobile-submenu-heading {
  font-weight: 600;
}

.c-mobile-dropdown__heading {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.mobile-dropdown-menu-container {
  display: none;
}
.mobile-dropdown-menu {
  cursor: pointer;
}

/*
#########################
######  Blog
#########################
*/

.s-single-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 25vh;
  padding: 60px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}
.s-single-banner__go-back {
  position: absolute;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  padding: 10px 20px 8px;
  border-radius: 20px;
  text-transform: capitalize;
}

.s-single-banner__go-back i {
  margin-right: 5px;
  margin-left: -5px;
}

.l-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: left;
  width: 100%;
}
.c-blog-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin: 20px 1.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  padding-top: 20px;
  border-radius: 5px;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}
.c-blog-card:hover {
  border-bottom-color: transparent;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.c-blog-card__img {
  width: 100%;
  padding-bottom: 66.6%;
  border-radius: 4px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  transition: transform 250ms ease;
}
.c-blog-card:hover .c-blog-card__img {
  -moz-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  -o-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}
.c-blog-card__date {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 0px;
}
.c-blog-card__title {
  font-size: 1.3em;
  font-weight: 400;
}
.c-blog-card__desc {
  font-size: 0.8em;
  text-align: left;
}
.c-blog-card__cta {
  margin-top: 20px;
  text-align: right;
}
.c-blog-card__read-more {
  display: inline-block;
  margin-right: 10px;
}
.read-more-arrow {
  display: inline-block;
  font-size: 25px;
}

.c-blog__date {
  font-size: 0.9em;
  display: inline-block;
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 2px solid;
  margin-bottom: 30px;
}

/*
#########################
######  Services
#########################
*/
.os-accordion-button-wrapper {
  margin-top: 30px;
}
.c-service-few__img {
  width: 100%;
  max-height:400px;
  object-fit:cover;
}
.c-service-few__img-col {
  text-align: center;
}
.c-service-few__text-col {
  padding-right: 10%;
  text-align: left;
}
.c-service-few {
  margin-top: 40px;
  margin-bottom: 20px;
}
.learn-more-link {
  text-transform: capitalize;
  white-space: nowrap;
}
.c-services-many {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: left;
  margin-top: 30px;
}
.c-service-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  margin: 0px 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  text-align: left;
  border-radius: 5px;
  margin-bottom: 25px;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.c-services-many.two-by-two .c-service-card{
  width: 48%;
}

.c-service-card__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 66.6%;
  border-radius: 5px;
  background-position: 50% 50%;
  background-size: cover;
}

.c-service-card__content {
  position: relative;
  z-index: 35;
  display: inline-block;
  width: 100%;
}

.c-service-card__content p,
.c-service-card__content h3 {
  padding-right: 10px;
  padding-left: 10px;
}

.c-service-card__overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
  -webkit-transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  text-align: center;
}
.c-service-card__overlay-icon {
  width: 30px;
  margin-left: 20px;
}
@media (min-width: 700px) {
  .c-service-card:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .c-service-card:hover .c-service-card__overlay {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 0.8;
  }
}
.book-online-overlay-cta {
  font-size: 1.2em;
  text-transform: capitalize;
}
.book-online-overlay-cta i {
  vertical-align: middle;
  margin-left: 8px;
}
.c-selling-point {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.c-selling-point i {
  margin-right: 8px;
}
.c-selling-point__icon {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}
.c-selling-point__text {
  display: inline-block;
  text-transform: capitalize;
}
.l-selling-point {
  padding-top: 2px;
  text-align: center;
}
.service-tags-container{
  width:100%;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  justify-content: flex-start;
}
.service-tags-container.floating{
  position:absolute;
  top:-15px;
  left:0;
  z-index:36;
  justify-content:flex-end;
}
.service-tag{
  padding: 2px 10px;
  border-radius:15px;
  font-size:0.8em;
  margin:0 10px 0 0;
}

/*
#########################
######  Footer
#########################
*/
.s-footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.c-footer__logo {
  height: 70px;
  margin-bottom: 20px;
}
.c-footer__logo:hover {
  border-bottom-color: transparent;
}
.c-footer__logo:active {
  border-bottom-color: transparent;
}
.c-footer-contact {
  margin-top: 10px;
  margin-bottom: 10px;
}
.c-footer-contact__icon {
  height: 25px;
  padding: 2px;
}
.c-footer-contact__text {
  display: inline-block;
  margin-top: 4px;
  margin-right: 20px;
  margin-left: 8px;
  font-size: 15px;
}
.c-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-footer__col {
  padding: 10px;
}
.c-footer__link {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
.c-footer__link:hover {
  border-bottom-color: transparent;
}
.c-footer-social-container {
  margin-top: 40px;
}
.c-footer-icons {
  display: inline-block;
  margin-right: 10px;
  font-size: 30px;
  line-height: 30px;
}

.contact-info-footer {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.contact-info-footer .l-top-bar__link {
  display: block;
  margin-bottom: 20px;
}

.service-buttons-container {
  padding: 10px;
  opacity: 0;
  padding-top: 0;
  margin-top: -5px;
  -moz-transform: translate(0px, 10px);
  -webkit-transform: translate(0px, 10px);
  -o-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
  transition: all 250ms ease-in-out;
}

.c-service-card .service-buttons-container {
  opacity: 1;
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/*
#########################
######  Queries
#########################
*/
@media screen and (max-width: 991px) {
  .c-menu__hamburger-icon {
    width: 30px;
  }
  .nav-link {
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: center;
  }
  .nav-menu {
    position: absolute;
    overflow: hidden;
    height: auto;
  }
  .c-blog-card {
    width: 47%;
  }
  .c-service-card,
  .c-services-many.two-by-two .c-service-card {
    width: 47%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .service-buttons-container {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.1em;
  }
  h2 {
    font-size: 1.7em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.3em;
  }
  h5 {
    font-size: 1.1em;
  }
  h6 {
    font-size: 1em;
  }
  .s-home-banner {
    min-height: 50vh;
    padding-bottom: 0px;
  }
  .l-hero-primary {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .z-hero-primary1 {
    text-align: center;
  }
  .z-hero-primary2 {
    text-align: center;
  }
  .c-starting-from {
    display: inline-block;
  }
  .c-footer {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-footer__col {
    text-align: center;
    width: 100%;
  }
  .c-service-few__img {
    width: 100%;
    margin-bottom:20px;
  }
  .c-service-few__img-col {
    text-align: left;
  }
  .c-selling-point {
    font-size: 15px;
  }
  .l-top-bar-2 {
    text-align: left;
  }
  .s-home-banner {
    padding-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1,
  .home-banner-heading {
    font-size: 2em;
    line-height: 1.1em;
  }
  .is--subheading {
    font-size: 1.8em;
  }
  .c-blog-card {
    width: 97%;
  }
  .c-service-card,
  .c-services-many.two-by-two .c-service-card {
    width: 97%;
  }
  .l-hero-primary {
    margin-top: 10px;
  }
  .z-hero-primary2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .z-hero-primary1 .c-button,
  .z-hero-primary .c-button {
    margin-left: 1.5em;
  }
  .s-single-banner {
    min-height: 10vh;
    padding: 30px 20px;
  }
  .s-home-banner {
    padding-top: 10px;
  }
  .s-home-banner h1 {
    font-size: 1.8em;
  }
  .s-home-banner .is--subheading {
    font-size: 1.5em;
  }
  .z-hero-primary2 {
    padding: 0px;
    padding-top: 10px;
  }
  .c-selling-point {
    font-size: 0.8em;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .c-selling-point i {
    margin-right: 2px;
  }
  .l-selling-point .w-container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .c-blog-card__title {
    margin-top: 3px;
    margin-bottom: 4px;
  }
  .c-blog-card__cta {
    margin-top: 4px;
  }
  .os-accordion-button-wrapper {
    margin-top: 0px;
  }
}

/*
#########################
######  MISC
#########################
*/
.post-password-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
