/*!
Theme Name: PodiumIO accelerator template
Theme URI: https://miocommerce.com
Author: miocommerce
Author URI: https://miocommerce.com
Description: Premium Wordpress template for PodiumIO customers
Version: 1.0.0
Text Domain: _os
*/
/*

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

 /*
 #########################
 ######  Core
 #########################
 */
html{
    overflow-x: hidden !important;
}
 body {
   font-size: 1.13em;
   line-height: 1.5em;
   width:100%;
   overflow-x: hidden !important;
 }

 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: 0;
    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;
 }

 .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__icon {
    width: 22px;
    margin-top: -4px;
    margin-left: 10px;
 }

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

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

 /*
 #########################
 ######  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;
      pointer-events: none;
      transition:opacity 300ms ease,transform 300ms ease;
      position:absolute;
      right:-250px;
      top:0;
      width:250px;
      padding-left: 20px;
      padding-right: 20px;
      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: 100%;
    right: 0%;
    bottom: auto;
    min-width: 300px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.22);
    text-align: left;
}

.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: 10px;
    margin-bottom: 10px;
    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;
}

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

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

.c-dropdown.pb20{
    padding-bottom: 20px;
}

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

.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: auto;
    float: left;
}

.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: 35px;
    margin-bottom: 10px;
    padding-top: 0px;
    -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;
}


/*
#### Hero HomePage
*/
.s-home-banner {
    position: relative;
    width: 120%;
    margin-bottom: 60px;
    margin-left: -10%;
    padding-top: 80px;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 30%;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}
.is--subheading {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2.2em;
    line-height: 1em;
	font-family: 'Great Vibes', cursive;
}
.c-starting-from {
    display: inline-block;
    width: 60%;
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    text-align: left;
}
.c-starting-from__title {
    display: block;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    font-size: 0.8em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.c-starting-from__text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
}
.c-starting-from__icon {
    position: absolute;
    left: auto;
    top: 50%;
    right: 10px;
    bottom: auto;
    font-size: 20px;
    margin-top: -12px;
}
.c-starting-from__cta {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px 40px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    text-transform: capitalize;
}
.hero-content-container {
    text-align: center;
    margin-bottom: 80px;
}

.starting-from-container {
    width: 100%;
    margin-top: 60px;
    margin-bottom: -130px;
    text-align: center;
}
.main-hero-heading {
    font-size: 3.9em;
	font-family: 'Balthazar', serif;
}


/*
#### Navigation bar
*/
.l-top-bar__text {
    margin-top: 5px;
    margin-right: 15px;
    float: left;
    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:0px;
    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 {
    margin-top: 7px;
    margin-right: 10px;
    float: right;
    font-size: 22px;
    line-height: 20px;
}

.l-top-bar__icons {
    margin-top: 7px;
    margin-right: 10px;
    float: left;
    font-size: 20px;
    line-height: 20px;
}

#hamburger-open,
#hamburger-close{
    position: absolute;
    font-size:30px;
    right: 30px;
    top: 11px;
    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,
.mobile-submenu-heading{
    display:block;
    padding-top:10px;
    padding-bottom:5px;
    margin-top:15px;
    margin-bottom:0px;
}

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

.c-mobile-dropdown__link{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

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

.mobile-dropdown-menu-container{
    padding-top:20px;
    padding-bottom:20px;
    display:none;
}
.mobile-dropdown-menu{
    cursor: pointer;
}

/*
#########################
######  Services
#########################
*/
/*
Small service card
*/
.z-content-section {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.c-services-many {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.c-service-card {
    position: relative;
    display: inline-block;
    width: 47%;
    margin-top: 20px;
    margin-right: 3%;
    margin-bottom: 20px;
    text-align: left;
}
.c-service-card__img {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 66.6%;
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.c-service-card__content {
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    z-index: 35;
    display: inline-block;
    width: 95%;
    margin-top: -70px;
    padding-top: 10px;
    padding-right: 55px;
    padding-left: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.c-service-card__overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    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-overlay{
    width: 100%;
    height: 101%;
    position: absolute;
    opacity: 0.8;
}

.c-service-overlay-content{
    z-index: 1;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    opacity: 0.9;
}
.c-service-card__overlay-icon {
    font-size: 24px;
    margin-left: 12px;
    vertical-align: middle;
}
.is--inline {
    display: inline-block;
}
.learn-more-link {
    margin-left: 10px;
    text-transform: capitalize;
}

.c-service-card:hover .c-service-card__overlay {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}
.is--flush-left {
    margin-left: 0px;
}

.small-service-card-info-appear{
    overflow:hidden;
    pointer-events:none;
    max-height:0px;
    opacity:0;
    transition:opacity 300ms ease-in-out,max-height 1000ms ease;
}

.c-service-card:hover .small-service-card-info-appear{
    pointer-events:auto;
    max-height:500px;
    opacity:1;
}

.c-service-card:hover .service-card-chevron-up{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.service-card-chevron-up{
    -moz-transform:none;
-webkit-transform:none;
-o-transform:none;
-ms-transform:none;
transform:none;
    position: absolute;
    top: 1.2em;
    right: 20px;
    transition:transform 300ms ease;
}

/*
Big service card
*/
.service-card-big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 200px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.service-card-big__content {
    width: 50%;
    padding: 20px;
}
.service-card-big__img {
    width: 50%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.big-learn-more-link {
    margin-left: 10px;
    text-transform: capitalize;
}
/*
#########################
######  Blog
#########################
###########  Small cards
*/
.l-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;

}
.c-blog-card {
    width: 30%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    padding-bottom: 28px;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    margin-left: 1.5%;
    margin-right:1.5%;
}
.c-blog-card__content{
    padding: 1em;
}
.c-blog-card:hover {
    border-bottom-color: transparent;
}
.c-blog-card__img {
    width: 100%;
    border-radius: 0;
}
.c-blog-card__title {
    margin-top: 5px;
    font-size: 1.3em;
    font-weight: 400;
}
.c-blog-card__desc {
    font-size: 0.8em;
    text-align: left;
}
.c-blog-card__cta {
    position: absolute;
    text-align: right;
    bottom: 5px;
    right: 5px;
    height: 28px;
}
.c-blog-card__read-more {
    display: inline-block;
    margin-right: 10px;
}
.c-blog-card__content {
    position: relative;
    width: 100%;
    padding: 5px;
}
.c-service-card__overlay-icon.c-blog-icon {
    margin-left: 0px;
}
/*
###########  Small cards
*/
.big-blog-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 200px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
}
.big-blog-card__content {
    position: relative;
    width: 50%;
    padding: 40px 20px 20px;
}
.big-blog-card__img {
    width: 45%;
    margin: 20px 20px 20px 5%;
    border-radius: 5px;
    background-position: 50% 50%;
    background-size: cover;
}
.big-blog-card__date {
    position: absolute;
    left: auto;
    top: 20px;
    right: 0%;
    bottom: auto;
    font-size: 14px;
}

/*
#########################
######  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;
}

.contact-info-footer .l-top-bar__icons,
.contact-info-footer .l-top-bar__text{
    display:inline-block;
    vertical-align:middle;
    float:none;
}

.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:hover .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);
}
/*
#########################
######  Inner and Blog Banner
#########################
*/
.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;
    text-transform: capitalize;
}
.s-single-banner__go-back {
    position: absolute;
    left: 20px;
    top: auto;
    right: auto;
    bottom: 20px;
    padding: 8px 20px 6px;
    border-bottom-style: none;
}

.s-archive-banner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 25vh;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 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;
    text-transform: capitalize;
}

/*
#########################
######  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%;
    }

    .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);
    }
    .c-service-card__content h4 {
        font-size: 20px;
    }

    .c-service-card__content p {
        font-size: 14px;
    }

    .learn-more-link{
        font-size: 14px;
    }

    .c-service-card__content a.c-button .c-button__txt{
        font-size: 15px;
    }
    .c-blog-card {
        width: 47%;
    }
}

@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%;
    }
    .c-service-few__img-col {
        text-align: left;
    }
    .c-services-many {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .c-service-card {
        width: 90%;
    }

    .service-card-big__content h2{
        font-size: 22px;
    }

    .service-card-big__content p {
        font-size: 14px;
    }

    .service-card-big__content .c-button .c-button__txt {
        font-size: 14px;
    }

    .big-learn-more-link{
        font-size: 14px;
    }

    .s-home-banner {
        width: 100%;
        min-height: 50vh;
        margin-left: 0%;
        padding-bottom: 0px;
        border-bottom-left-radius: 5%;
        border-bottom-right-radius: 5%;
    }
    .c-starting-from {
        width: 75%;
    }
    .s-archive-banner {
        min-height: 20vh;
        padding-bottom: 0px;
    }
    .s-single-banner {
        min-height: 50vh;
        padding-bottom: 0px;
    }
    .small-service-card-info-appear{
        max-height:500px;
        opacity:1;
    }
    .c-service-card__content{
        bottom:-35%;
    }
    .c-service-card{
        margin-bottom:35%;
    }
    .l-top-bar-2{
        text-align:left;
    }
    .s-home-banner{
        padding-top:0px;
    }
}
@media screen and (max-width: 600px) {
    .main-hero-heading {
		font-size: 4.8em;
	}
	.service-card-big{
        flex-wrap: wrap;
    }
    .service-card-big__img{
        height: 250px;
        width: 100%;
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .service-card-big__content{
        width: 100%;
    }
}
@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 {
        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-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;
    }
    .c-service-card {
        width: 97%;
        margin-right: 0%;
    }
    .c-service-card__content {
        width: 100%;
    }
    .c-service-card__img {
        min-height: 250px;
    }
    .c-service-card__content{
        padding-right: 5px;
    }
    .s-home-banner {
        border-bottom-left-radius: 0%;
        border-bottom-right-radius: 0%;
    }
    .c-starting-from {
        width: 93%;
    }
    .c-blog-card {
        width: 97%;
    }
    .big-blog-card{
        margin-bottom: 20px;
    }
    .big-blog-card__content{
        padding: 40px 10px 20px;
    }
    .big-blog-card__content .c-button{
        margin-left: 0px;
        margin-right: 0px;
    }
    .big-blog-card__content .c-button .c-button__txt{
        font-size: 14px;
    }
    .big-blog-card__img {
        width: 20%;
    }
    .big-blog-card__content{
        width:80%;
    }
}

@media screen and (max-width: 331px) {
    .big-learn-more-link{
        display: inline-block;
        float: right;
        margin-left: 0px;
        margin-right: 10px;
    }
    .learn-more-link{
        display: inline-block;
        float: right;
        margin-left: 0px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

/*
#########################
######  MISC
#########################
*/

.os-accordion-button-wrapper{
    display: block;
    text-align: center;
}

.post-password-form{
    margin-top:30px;
    margin-bottom:30px;
}
