body {
    background-color: #fff;
    background-repeat: repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}
body {
    font-family: 'Heebo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.428571429;
    color: #313131;
    letter-spacing: 0.3px;
}
ul {
    margin: 0px;
    padding: 0px;
}
p {
    text-align: justify;
}
img {
    max-width: 100%;
}
.main-wrapper {
    padding-bottom: 60px;
}
.main-wrapper-i{
    width: 1540px;
    margin: 0px auto;
    position: relative;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
.top-bar-links-box {
    float: left;
    padding-left: 20px;
}
.os-is-animated .top-bar-links-box-container {
    animation: fadeInDown 1s;
}
.top-bar-links-box-w {
    position: relative;
    background-color: #fff;
    color: rgba(0,0,0,0.8);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 5px 10px;
    text-align: center;
}
.top-bar-links-box-w:before, .top-bar-links-box-w:after {
    content: " ";
    display: table;
}

.top-bar-links-box-w:after {
    clear: both;
}
.top-bar-links-box ul {
    list-style: none;
}
.top-bar-links-box ul li {
    display: inline-block;
    border-right: 1px solid rgba(0,0,0,0.1);
    padding: 5px 30px 5px 0px;
    margin-right: 30px;
}
.top-bar-links-box ul li a, .top-bar-links-box ul li span, .top-bar-links-box ul li div {
    color: rgba(0,0,0,0.7);
    font-size: 0.9rem;
    font-weight: 300;
    vertical-align: middle;
    display: inline-block;
}
.top-bar-links-box .top-bar-link-phone {
    padding: 3px 5px 3px 10px;
    border-radius: 6px;
    background-color: #e6f9f6;
}
.top-bar-links-box ul li span {
    color: #262626;
}
.top-bar-links-box ul li:last-child {
    border-right: none;
}
.main-header-w {
    animation: fadeInDown 1s;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}
.main-header {
    background-color: #fff;
    display: table;
    padding: 15px 0px;
    border-radius: 0px 0px 0px 0px;
    position: relative;
    width: 100%;
    table-layout: fixed;
}
.main-header .top-menu {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.main-header .top-menu ul li {
    padding-right: 25px;
    position: relative;
    padding-left: 25px;
    vertical-align: middle;
    display: inline-block;
}
.main-header .top-menu ul li a {
    font-family: 'Heebo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu;
    font-weight: 400;
    color: #111;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 300;
}
.main-header .top-menu ul li a {
    vertical-align: middle;
    padding: 15px 0px;
    display: inline-block;
}
.main-header .top-menu ul li:after {
    content: "";
    background-color: rgba(255,255,255,0.2);
    width: 1px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.main-header.color-scheme-light .top-menu ul li:after {
    background-color: rgba(0,0,0,0.2);
}
.main-header-w .main-header {
    background-color: transparent !important;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
    padding: 20px 0px;
}
.main-header-w .main-header.color-scheme-light {
    background-image: linear-gradient(to bottom,#fff 0%,rgba(255,255,255,0) 100%);
}
.main-header .top-menu ul li:last-child::after {
    display: none;
}

.mobile-header-w {
    display: none;
}
.mobile-header-w .mobile-header {
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: #fff;
    color: rgba(255, 255, 255, 0.9);
}
.mobile-header-w .mobile-header .mobile-menu-toggler {
    width: 80px;
    font-size: 40px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}
.mobile-header-w .mobile-header .mobile-logo {
    vertical-align: middle;
    padding: 20px 0px;
    display: table-cell;
    text-align: center;
}
.mobile-header-w .mobile-header .mobile-logo img {
    max-width: 200px !important;
}
.mobile-header-w .mobile-header .mobile-menu-search-toggler {
    vertical-align: middle;
    width: 80px;
    font-size: 40px;
    display: table-cell;
    text-align: right;
    padding-right: 30px;
}
.mobile-header-w .mobile-header.color-scheme-light {
    color: #313131;
}
.mobile-header-w .mobile-header-menu-w {
    display: none;
    background-color: #4cbcc1;
    text-align: center;
    padding: 20px 0px;
}
.mobile-header-w .mobile-header-menu-w.active {
    display: block;
}
.mobile-header-w .mobile-header-menu-w ul {
    padding: 0px;
    margin: 0px;
}
.mobile-header-w .mobile-header-menu-w ul li a {
    color: #fff;
    padding: 10px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    font-family: 'Heebo',  -apple-system,  BlinkMacSystemFont,  'Segoe UI',  Roboto,  Ubuntu;
    font-weight: 400;
    font-size: 1.08rem;
    font-weight: 300;
    text-decoration: none;
}
.mobile-header-w .mobile-header-menu-w ul li:last-child a {
    border-bottom: none;
}
.mobile-header-w .mobile-header-menu-w ul.sub-menu {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px 0px;
    display: none;
}
.mobile-header-w .mobile-header-menu-w ul.sub-menu li a {
    font-size: 0.96rem;
}
.mobile-header-w .mobile-header-menu-w > ul > li.menu-item-has-children {
    position: relative;
}
.mobile-header-w .mobile-header-menu-w > ul > li.menu-item-has-children > a {
    position: relative;
}
.mobile-header-w .mobile-header-menu-w > ul > li.menu-item-has-children > a:before {
    font-family: 'osfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\edbf";
    position: absolute;
    font-size: 8px;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #fff;
}
.mobile-header-w .mobile-header-menu-w > ul > li.menu-item-has-children .sub-menu .menu-item-has-children {
    position: relative;
}
.mobile-header-w .mobile-header-menu-w > ul > li.menu-item-has-children .sub-menu .menu-item-has-children > a:before {
    font-family: 'osfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\edbf";
    position: absolute;
    left: 15px;
    font-size: 7px;
    top: -0.68rem;
    color: #fff;
}
.mobile-header-w .mobile-header-menu-w > ul > li.menu-item-has-children.active > .sub-menu li.active > .sub-menu {
    display: block;
}
.mobile-header-w .mobile-header-menu-w.color-scheme-light {
    background-color: #fff;
}
.mobile-header-w .mobile-header-menu-w.color-scheme-light ul li a {
    color: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-header-w .mobile-header-menu-w.color-scheme-light ul.sub-menu {
    background-color: rgba(0, 0, 0, 0.1);
}
.mobile-header-w .mobile-header-menu-w.color-scheme-light > ul > li.menu-item-has-children > a:before {
    color: rgba(0, 0, 0, 0.8);
}
.mobile-header-w .mobile-header-menu-w.color-scheme-light > ul > li.menu-item-has-children .sub-menu .menu-item-has-children > a:before {
    color: rgba(0, 0, 0, 0.8);
}







.os-slider-w .os-slider-i {
    height: 80vh;
    min-height: 550px;
    position: relative;
    z-index: 1;
}

.os-slider-w.style-v1 .slide-navi-next-v2, .os-slider-w.style-v1 .slide-navi-prev-v2 {
    display: none;
}
.os-slider-w.without-arrows .scroll-arrow {
    display: none;
}
.os-slider-w .scroll-arrow {
    position: absolute;
    left: 50%;
    bottom: 100px;
    width: 50px;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    z-index: 5;
}
.os-slider-w.without-arrows .os-intro-scroll-bg {
    display: none;
}
.os-slider-w .os-intro-scroll-bg {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: -1px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}
.os-slider-w .scroll-arrow .arrow-first, .os-slider-w .scroll-arrow .arrow-second, .os-slider-w .scroll-arrow .arrow-third {
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    color: rgba(255,255,255,0.8);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}
.os-slider-w .scroll-arrow .arrow-first {
    top: 0px;
    color: rgba(255,255,255,0.2);
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.os-slider-w .scroll-arrow .arrow-second {
    top: 7px;
    color: rgba(255,255,255,0.5);
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.os-slider-w .scroll-arrow .arrow-third {
    top: 14px;
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
}
.os-slider-w .scroll-arrow .arrow-third {
    top: 14px;
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
}
.os-slider-w .scroll-arrow .arrow-mouse {
    color: #111;
    font-size: 23px;
    position: absolute;
    top: 65px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
    opacity: 1;
    z-index: 5;
}
.os-slider-w .os-intro-scroll-bg path {
    fill: #fff;
    stroke: #fff;
}
.os-slider-w .os-slide-w {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}
.os-slider-w .os-slide-w.active, .os-slider-w .os-slide-w.will-be-inactive {
    z-index: 2;
}
.os-slider-w .os-slide {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    will-change: transform, filter;
}
.os-slider-w .os-slide-bg {
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    will-change: transform;
}
.os-slider-w.style-v1 .os-slide-bg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all 2s ease;
    transform-origin: center center;
}
.os-slider-w .os-slide-w.active .os-slide-bg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.os-slider-w.style-v1 .os-slide-bg:before {
    content: "";
    background-color: #c1ecec;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    transition: all 1.4s cubic-bezier(.65,.54,0,.99);
}
.os-slider-w .os-slide-w.active .os-slide-bg:before {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    background-color: transparent;
}
.os-slider-w.style-v1 .os-slide-bg:after {
    content: "";
    background-color: #c1ecec;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
}
.os-slider-w .os-slide-w.active .os-slide-bg:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    background-color: transparent;
}
.os-slider-w .os-slide-content {
    will-change: opacity;
}
.os-slider-w.style-v1 .os-slide-content {
    position: absolute;
    z-index: 2;
    bottom: 42%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}
.os-slider-w .os-slide-w.side-right .os-slide-content {
    right: 14%;
}
.os-slider-w.style-v1 .os-slide-content .os-slide-shade {
    position: absolute;
    background-color: rgba(136,240,230,0.3);
    left: 50px;
    top: -50px;
    bottom: 50px;
    right: -50px;
    content: "";
    z-index: -1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(-50px,50px);
    -moz-transform: translate(-50px,50px);
    -ms-transform: translate(-50px,50px);
    -o-transform: translate(-50px,50px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.os-slider-w .os-slide-w.active .os-slide-shade {
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.os-slider-w.style-v1 .os-slide-content .os-slide-content-i {
    padding: 50px 70px;
    background-color: rgba(255,255,255,0.8);
    background-image: url('https://betweenagesasc.com/wp-content/themes/zelus-by-osetin/assets/img/flower.png');
    background-position: 80% 5%;
    background-size: 63px auto;
    width: 500px;
    background-position: 93% 40px;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(0px,-50px);
    -moz-transform: translate(0px,-50px);
    -ms-transform: translate(0px,-50px);
    -o-transform: translate(0px,-50px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.os-slider-w .os-slide-w.active .os-slide-content-i {
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.os-slider-w.style-v1 .os-slide-content h1 {
    font-size: 2.4rem;
    letter-spacing: 0px;
}
.os-slider-w.style-v1 .os-slide-content .os-slide-content-i h2, .os-slider-w.style-v1 .os-slide-content .os-slide-content-i h1, .os-slider-w.style-v1 .os-slide-content .os-slide-content-i h3 {
    margin-top: 0px;
}
.os-slider-w.style-v1 .os-slide-content h3, .os-slider-w.style-v1 .os-slide-content h4, .os-slider-w.style-v1 .os-slide-content h5 {
    font-family: 'Playfair Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu;
    font-weight: 400;
    color: #f7931e;
    font-style: italic;
}.os-slider-w.style-v1 .os-slide-content .os-slide-content-i h5 {
    color: #f7931e;
    margin-bottom: 30px;
}
.os-slider-w.style-v1 .os-slide-content .os-slide-content-i p {
    color: #444d54;
}

.os-btn.purple {
    background-color: #f7931e;
    border-color: #f7931e;
    color: #fff;
}
.os-slider-w.style-v1 .slider-navigation-w {
    position: absolute;
    top: 50%;
    right: 14%;
    z-index: 2;
    text-align: center;
    transform: translate(40px,-50%);
}
.os-slider-w.style-v1 .slider-navigation-w .slide-navi-next, .os-slider-w.style-v1 .slider-navigation-w .slide-navi-prev {
    padding: 10px;
    font-size: 12px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;
    line-height: 1;
}
.os-slider-w.style-v1 .slider-navigation-w .slider-navigation-dot {
    height: 6px;
    width: 6px;
    margin: 15px auto;
    background-color: rgba(255,255,255,0.4);
    border-radius: 10px;
}
.os-slider-w .slider-controls {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.os-slider-w .slider-controls .control-slide .cs-icon {
    font-size: 50px;
    vertical-align: middle;
    color: #f7931e;
    display: table-cell;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.os-slider-w .slider-controls .control-slide .cs-description-w {
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.os-slider-w .slider-controls .control-slide .cs-label {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 5px;
}
.os-slider-w .slider-controls .control-slide .cs-description {
    font-size: 0.9rem;
    color: rgba(0,0,0,0.7);
}

.os-slider-w .slider-controls .control-slide {
    display: table-cell;
    max-width: 33.3%;
    padding: 30px 60px 30px 40px;
    border-bottom: 1px solid #d8e0e2;
    border-right: 1px solid #d8e0e2;
    vertical-align: middle;
    background-color: #eaf2f3;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
}
.os-slider-w .slider-controls .control-slide.active {
    background-color: #fff;
}
.os-slider-w .slider-controls .control-slide.active:after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: -10px;
    left: 50%;
    z-index: 9;
}
.home .main-header-w {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 3;
}


.os-section-wrapper {
    background-color: #0071bc !important;
}
.os-text-and-features-w {
    background-size: cover;
    background-position: center right;
    position: relative;
    overflow-x: hidden;
}
.os-text-and-features-w.color-scheme-dark {
    color: rgba(255,255,255,0.75);
}
.os-text-and-features-w .os-photo-one {
    position: absolute;
    right: 0px;
    top: 50%;
    height: 400px;
    width: 550px;
    background-size: cover;
    background-position: center center;
    border: 10px solid #fff;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
    transform: rotate(6deg) translate(25%,-85%);
    z-index: 2;
    background-color: #fff;
}
.os-text-and-features-w .os-photo-two {
    position: absolute;
    right: 0px;
    top: 50%;
    height: 350px;
    width: 500px;
    background-size: cover;
    background-position: center center;
    border: 10px solid #fff;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
    transform: rotate(-4deg) translate(35%,-20%);
    z-index: 1;
    background-color: #fff;
}
.os-text-and-features-w .os-text-and-features-i {
    display: flex;
    align-items: center;
}
.os-text-and-features-w.layout-as-photos .os-text-and-features-i {
    flex-wrap: wrap;
    padding-right: 400px;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px;
}
.os-text-and-features-w .os-text-and-features-i .wpb_text_column {
    flex: 0 0 40%;
}
.os-text-and-features-w.layout-as-photos .os-text-and-features-i .wpb_text_column {
    flex: 1 1 100%;
    margin-bottom: 0px;
}
.os-text-and-features-w .os-text-and-features-i .wpb_text_column .wpb_wrapper {
    padding: 100px;
}
.os-text-and-features-w.layout-as-photos .os-text-and-features-i .wpb_text_column .wpb_wrapper {
    padding-bottom: 50px;
    padding-top: 50px;
}
.os-text-and-features-w .os-text-and-features-i .wpb_text_column .wpb_wrapper h2 {
    margin-bottom: 0px;
}
.os-text-and-features-w.color-scheme-dark h1, .os-text-and-features-w.color-scheme-dark h2, .os-text-and-features-w.color-scheme-dark h3 {
    color: #fff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Heebo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu;
    font-weight: 700;
    line-height: 1.2;
    color: #313131;
}
h2, .h2 {
    font-size: 2.5rem;
    letter-spacing: -0em;
}
.os-text-and-features-w .os-text-and-features-i .wpb_text_column .wpb_wrapper h4, .os-text-and-features-w .os-text-and-features-i .wpb_text_column .wpb_wrapper h5 {
    font-family: 'Playfair Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu;
    font-weight: 400;
    color: #f7931e;
    margin-bottom: 60px;
    position: relative;
    margin-top: 0px;
    font-style: italic;
}
.os-text-and-features-w.color-scheme-dark .os-text-and-features-i .wpb_text_column .wpb_wrapper h4, .os-text-and-features-w.color-scheme-dark .os-text-and-features-i .wpb_text_column .wpb_wrapper h5 {
    color: #f7931e;
}
.os-text-and-features-w .os-text-and-features-i .wpb_text_column .wpb_wrapper h4:before, .os-text-and-features-w .os-text-and-features-i .wpb_text_column .wpb_wrapper h5:before {
    content: "";
    background-color: #6fd8d4;
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: -28px;
    left: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.os-text-and-features-w .os-text-and-features-i .wpb_text_column .wpb_wrapper h4:after, .os-text-and-features-w .os-text-and-features-i .wpb_text_column .wpb_wrapper h5:after {
    content: "";
    background-color: #f7931e;
    height: 2px;
    width: 70px;
    position: absolute;
    bottom: -20px;
    left: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 0;
}
.os-text-and-features-w.layout-as-photos .os-text-and-features-i .wpb_text_column p {
    font-size: 1.2rem;
}
.os-text-and-features-w .os-text-and-features-i .os-iconed-features-w {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 50px;
    justify-content: space-around;
}
.os-text-and-features-w.layout-as-photos .os-text-and-features-i .os-iconed-features-w {
    padding: 0px 50px 20px;
}
.os-feature-with-icon {
    padding: 40px;
    text-align: center;
}
.os-feature-with-icon.text-align-left {
    text-align: left;
}
.os-feature-with-icon.media-position-left {
    display: flex;
}
.os-text-and-features-w .os-text-and-features-i .os-iconed-features-w .os-feature-with-icon {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 40px 65px;
}
.os-text-and-features-w.layout-as-photos .os-text-and-features-i .os-iconed-features-w .os-feature-with-icon {
    padding: 30px 50px;
}
.os-feature-with-icon .fwi-media-w {
    font-size: 65px;
    color: #f7931e;
}
.os-feature-with-icon.media-position-left .fwi-media-w {
    font-size: 40px;
    width: 45px;
    text-align: center;
}
.os-text-and-features-w.color-scheme-dark .os-feature-with-icon .fwi-media-w {
    color: #f7931e;
}
.os-text-and-features-w.color-scheme-dark h4, .os-text-and-features-w.color-scheme-dark h5, .os-text-and-features-w.color-scheme-dark h6 {
    color: #f7931e;
}
.os-feature-with-icon.media-position-left .fwi-content-w h5 {
    margin-top: 0px;
}
.os-feature-with-icon .fwi-content {
    font-size: 0.9rem;
}
.os-feature-with-icon .fwi-content {
    font-size: 0.9rem;
}
.os-feature-with-icon.text-align-left {
    text-align: left;
}
.os-feature-with-icon.media-position-left .fwi-content-w {
    flex: 1;
    padding-left: 7%;
}
.angle--bottom-right {
    position: relative;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(93%),0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(93%),0 100%);
}
.vc_custom_1520557024057 {
    background-color: #e3f5f9 !important;
}
/* .os-section-wrapper {
    padding: 3% 0px;
} */
.os-section-description {
    padding: 5% 8% 3% 8%;
}
.os-section-description.desc-compact {
    padding: 3% 8% 2% 8%;
}
.os-section-description.align-center {
    text-align: center;
}
.os-section-description .section-description-sub-header {
    color: #f7931e;
    font-family: 'Playfair Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu;
    font-weight: 400;
    margin-bottom: 3px;
    font-style: italic;
}
h5, .h5 {
    font-size: 1.5rem;
    letter-spacing: -0em;
}
.os-section-description .section-description-content {
    font-size: 1.2rem;
}
.os-section-description .section-description-content h1, .os-section-description .section-description-content h2, .os-section-description .section-description-content h3, .os-section-description .section-description-content h4, .os-section-description .section-description-content h5 {
    margin-bottom: 60px;
    position: relative;
    margin-top: 0px;
}
.os-section-description .section-description-content h1:before, .os-section-description .section-description-content h2:before, .os-section-description .section-description-content h3:before, .os-section-description .section-description-content h4:before, .os-section-description .section-description-content h5:before {
    content: "";
    background-color: #6fd8d4;
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: -28px;
    left: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.os-section-description.align-center h1:before, .os-section-description.align-center h2:before, .os-section-description.align-center h3:before, .os-section-description.align-center h4:before, .os-section-description.align-center h5:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.os-section-description .section-description-content h1:after, .os-section-description .section-description-content h2:after, .os-section-description .section-description-content h3:after, .os-section-description .section-description-content h4:after, .os-section-description .section-description-content h5:after {
    content: "";
    background-color: #f7931e;
    height: 2px;
    width: 70px;
    position: absolute;
    bottom: -20px;
    left: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.os-section-description.align-center h1:after, .os-section-description.align-center h2:after, .os-section-description.align-center h3:after, .os-section-description.align-center h4:after, .os-section-description.align-center h5:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.os-section-description .os-section-description-i {
    max-width: 650px;
    display: inline-block;
}
.os-step-w .os-step-i {
    background-color: #fff;
    margin: 20px 20%;
    padding: 0px;
    display: flex;
    align-items: stretch;
}
.os-step-w .os-step-i .os-step-text {
    flex: 0 0 60%;
    padding: 40px 80px 40px 60px;
    position: relative;
}
.os-step-w .os-step-i .os-step-text .os-step-number {
    font-family: 'Playfair Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu;
    font-weight: 400;
    color: #f7931e;
    font-style: italic;
}
.os-step-w .os-step-i .os-step-text .os-step-text-i {
    position: relative;
}
.os-step-w .os-step-i .os-step-image-w {
    flex: 1;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.os-step-w .os-step-i .os-step-image-w:before {
    content: "";
    background-image: url('https://betweenagesasc.com/wp-content/themes/zelus-by-osetin/assets/img/curve-left.png');
    /* background-size: cover; */
    background-position: top left;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
}

.os-faq-item {
    margin: 20px 0px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0,0,0,0.1);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.os-faq-item .os-faq-question-w {
    display: flex;
    align-items: center;
}
.os-faq-item .os-faq-question-w .icon-w {
    flex: 0 0 40px;
    font-size: 22px;
    text-align: left;
}
.os-faq-item .os-faq-answer {
    padding: 20px 40px 0px 45px;
    display: none;
}
.os-faq-item .os-faq-question-w .icon-w i {
    transition: all 0.4s ease;
    display: inline-block;
}
.os-faq-item .os-faq-question-w .os-faq-question {
    padding-left: 5px;
    margin: 0px;
    flex: 1;
    text-align: left;
}
.os-container {
    width: 1540px;
    margin: 0px auto;
    position: relative;
}
.os-container .os-container {
    width: auto;
}
.os-cta-block {
    padding: 4% 7%;
    text-align: center;
    background-size: cover;
}
.os-cta-block.without-offer-img {
    overflow: hidden;
}
.os-cta-block.color-scheme-light {
    background-color: #d3f7f3;
}
.os-cta-block .cta-content {
    max-width: 650px;
    color: rgba(255,255,255,0.7);
    display: inline-block;
}
.os-cta-block.without-offer-img .cta-content {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.os-cta-block.color-scheme-light .cta-content {
    color: #313131;
}
.os-cta-block.without-offer-img .cta-content:before {
    z-index: 1;
    content: "";
    width: 250px;
    height: 250px;
    background-color: rgba(255,255,255,0.4);
    position: absolute;
    right: 0%;
    top: 15%;
}
.os-cta-block.without-offer-img.try-free .cta-content:before {
    right: -16%;
}
.try-free strong {
    display: block;
    margin-top: 11px;
    font-weight: bold;
    font-style: italic;
}
.os-cta-block.without-offer-img .cta-content .cta-text {
    max-width: 600px;
    text-align: left;
    color: rgba(0,0,0,0.7);
    z-index: 1;
}
.os-cta-block .cta-button {
    margin-top: 2rem;
}
.os-cta-block.without-offer-img .cta-content .cta-button {
    margin: 0px;
    margin-left: 100px;
    position: relative;
}
.os-cta-block.without-offer-img .cta-content:after {
    z-index: 1;
    content: "";
    width: 150px;
    height: 150px;
    background-color: rgba(0,0,0,0.02);
    position: absolute;
    right: 14%;
    top: -20px;
}
.os-cta-block h1, .os-cta-block h2, .os-cta-block h3 {
    color: #fff;
    margin-bottom: 60px;
    position: relative;
}
.os-cta-block.color-scheme-light h1, .os-cta-block.color-scheme-light h2, .os-cta-block.color-scheme-light h3 {
    color: #193333;
}
.os-cta-block.without-offer-img .cta-content .cta-text h3 {
    margin-bottom: 60px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
}
.os-cta-block.without-offer-img .cta-content .cta-text h3:before {
    content: "";
    background-color: #6fd8d4;
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: -28px;
    left: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.os-cta-block.without-offer-img .cta-content .cta-text h3:after {
    content: "";
    background-color: #f7931e;
    height: 2px;
    width: 70px;
    position: absolute;
    bottom: -20px;
    left: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.os-cta-block.without-offer-img .cta-content .cta-text p:last-child {
    margin-bottom: 0px;
}
.os-btn {
    padding: 7px 20px;
    font-weight: 700;
    font-size: 1.1rem;
    margin-top: 1rem;
    display: inline-block;
    border-radius: 0px;
    border: 3px solid #a53fae;
    color: #a53fae;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.os-btn.white {
    background-color: #fff;
    border-color: #fff;
    color: #111;
}
.os-cta-block .cta-button .os-btn {
    margin-top: 0px;
}
.os-cta-block.without-offer-img .cta-content .cta-button .os-btn {
    padding: 15px 25px;
    font-size: 1.2rem;
    position: relative;
    z-index: 2;
}
.os-btn:hover {
    text-decoration: none;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
}
a {
    text-decoration: none;
}
.main-footer {
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 0px 0px 0px 0px;
}
.main-footer.with-social {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.main-footer.with-social .footer-copy-and-menu-w {
    display: table-cell;
}
.main-footer .menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}
.main-footer .menu li {
    vertical-align: top;
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.main-footer .menu li a {
    color: #313131;
    font-weight: 700;
    font-size: 1.1rem;
}


/* CONSULTATION PAGE */

.os-cta-form-w {
    padding: 7%;
    text-align: left;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.os-cta-form-w .cta-form {
    max-width: 500px;
    display: inline-block;
    background-color: #fff;
    padding: 50px 60px;
    box-shadow: 10px 10px 50px 0px rgba(0,0,0,0.2);
    position: relative;
}
.os-is-animated .os-cta-form-w .cta-form {
    animation: fadeInUp 0.8s ease 0.6s both;
}
.os-cta-form-w .cta-form-header-w {
    margin-bottom: 2rem;
}
.os-cta-form-w .cta-form-header-w h3 {
    margin-top: 0px;
}
.os-cta-form-w .cta-form-header-w h5 {
    font-family: 'Playfair Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu;
    font-weight: 400;
    color: #f7931e;
    font-style: italic;
}
.os-cta-form-w .cta-form-header-w h3 + h5 {
    margin-top: -10px;
    margin-bottom: 60px;
    position: relative;
}
.os-cta-form-w .cta-form-header-w h3 + h5:before {
    content: "";
    background-color: #6fd8d4;
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: -28px;
    left: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.os-cta-form-w .cta-form-header-w h3 + h5:after {
    content: "";
    background-color: #f7931e;
    height: 2px;
    width: 70px;
    position: absolute;
    bottom: -20px;
    left: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
div.wpcf7 form input[type="text"], div.wpcf7 form input[type="email"], div.wpcf7 form input[type="password"], div.wpcf7 form input[type="tel"], div.wpcf7 form textarea {
    padding: 7px 10px;
    border: 2px solid #dfe2ea;
    background-color: #f6f8f9;
    border-radius: 0px;
    display: block;
    width: 100%;
    margin-top: 3px;
}
div.wpcf7 .wpcf7-submit {
    padding: 7px 20px;
    font-weight: 700;
    font-size: 1.1rem;
    margin-top: 1rem;
    display: inline-block;
    border-radius: 0px;
    border: 3px solid #a53fae;
    color: #a53fae;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #c6f5e7;
    border-color: #c6f5e7;
    color: #252a2b;
}
div.wpcf7 .wpcf7-submit:hover {
    color: #a53fae;
}
div.wpcf7 .wpcf7-submit:hover {
    text-decoration: none;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
}
div.wpcf7 .wpcf7-submit:hover {
    color: #313739;
    background-color: #dcf9f0;
}



.page-intro-header {
    padding: 10% 7%;
    background-size: cover;
    background-color: #c1ecec;
    background-position: center center;
    text-align: center;
}
.page-intro-header:before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.3),70%,rgba(0,0,0,0.6));
    content: "";
}
.page-intro-header h1 {
    position: relative;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    z-index: 3;
    font-size: 5.4rem;
    text-align: center;
}
.os-is-animated .page-intro-header h1 {
    animation: fadeInUp 0.6s cubic-bezier(.25,1.1,.5,1.35) 0.3s both;
}
.page-intro-header h1 > span {
    display: inline-block;
    position: relative;
}
.page-intro-header h1 > span:before {
    content: "";
    width: 110px;
    height: 65px;
    background-image: url('https://betweenagesasc.com/wp-content/themes/zelus-by-osetin/assets/img/flower-left.png');
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    position: absolute;
    left: -120px;
    top: 50%;
    transform: translateY(-50%);
}
.page-intro-header h1 > span:after {
    content: "";
    width: 110px;
    height: 65px;
    background-image: url('https://betweenagesasc.com/wp-content/themes/zelus-by-osetin/assets/img/flower-right.png');
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
}
.breadcrumbs-bar {
    padding: 0px 30px;
    font-size: 0.8rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 3px;
}
.os-is-animated .page-intro-header .breadcrumbs-bar {
    animation: fadeInDown 0.5s;
    animation-delay: 0.4s;
    animation-fill-mode: both;
}
.breadcrumbs-bar ul {
    list-style: none;
}
ul {
    margin: 0px;
    padding: 0px;
}
.breadcrumbs-bar ul li {
    display: inline-block;
    margin-right: 25px;
}
.breadcrumbs-bar ul li a {
    display: inline-block;
    position: relative;
    color: #fff;
}
.page-intro-header .breadcrumbs-bar ul li a {
    color: #fff;
}

.breadcrumbs-bar ul li a:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #fff;
    width: 4px;
    height: 4px;
    border-radius: 4px;
}
a:active, a:hover {
    outline: 0;
}
a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline;
}
a {
    color: #a53fae;
}
.page-intro-header.with-curve .curve {
    z-index: 2;
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0px;
    right: 0px;
}
.os-is-animated .page-intro-header.with-curve .curve {
    transform-origin: bottom;
    animation-timing-function: ease;
    animation: curveAnimate 0.6s;
}
.page-w {
    background-color: #fff;
    padding: 3% 7%;
    font-size: 1rem;
}
.page-w .page-content {
    position: relative;
}
.page-w .page-content .content-style-box {
    width: 250px;
    height: 250px;
    background-color: #f7fbff;
    position: absolute;
    z-index: 1;
    left: -90px;
    top: -40px;
}
.page-w .page-content .content-style-box:before {
    content: "";
    width: 100px;
    height: 100px;
    background-color: #f0f7fc;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    position: absolute;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
.page-w .page-content-sub-title {
    display: inline-block;
    margin-bottom: 00px;
    margin-top: 30px;
    color: #f7931e;
    font-family: 'Playfair Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu;
    font-weight: 400;
    font-style: italic;
}
.page-w .page-title {
    margin-bottom: 4rem;
    position: relative;
    margin-bottom: 60px;
}
.page-w .page-content-sub-title + .page-title {
    margin-top: 0px;
}
.page-w .page-title:before {
    content: "";
    background-color: #6fd8d4;
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: -28px;
    left: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.page-w .page-title:after {
    content: "";
    background-color: #f7931e;
    height: 2px;
    width: 70px;
    position: absolute;
    bottom: -20px;
    left: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.page-w .page-intro-text {
    font-size: 1.5rem;
    margin-bottom: 40px;
    font-weight: 700;
    color: #313131;
}
.page-w .page-content .page-content-i:before, .page-w .page-content .page-content-i:after {
    content: " ";
    display: table;
}
.page-w .page-content h4 {
    color: #f7931e;
    margin-top: 2rem;
}
.os-box-with-attachment {
    display: flex;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 4px 21px 0 rgba(205,223,227,0.5);
    border-radius: 6px;
    margin: 20px 0px 30px;
    align-items: center;
}
.os-box-with-attachment .box-file-link-w {
    flex: 0 0 150px;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.05);
    padding: 20px;
    padding-left: 0px;
}
.os-box-with-attachment .box-file-link-w i {
    display: block;
    margin-bottom: 15px;
    color: #a53fae;
    font-size: 30px;
}
.os-box-with-attachment .box-file-link-w a {
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #a53fae;
    color: #a53fae;
    font-weight: 700;
}
.os-box-with-attachment .box-file-description {
    padding: 20px 30px;
}
.os-box-with-attachment .box-file-description p {
    color: rgba(0,0,0,0.4);
    font-weight: 700;
}
.page-w .page-content article {
    position: relative;
    z-index: 1;
}
@keyframes curveAnimate {
    0% {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }

    100% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
    }
}

.page-content .cta-box, .tms-side .cta-box {
    background-color: #d3f7f3;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding: 50px 40px 30px;
}
.page-w .page-content .cta-box {
    float: right;
    margin-left: 100px;
    max-width: 320px;
}
.page-content .cta-box:before, .tms-side .cta-box:before {
    content: "";
    background-color: #c4f4f0;
    width: 50%;
    height: 240px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.page-content .cta-box:after, .tms-side .cta-box:after {
    content: "";
    background-color: #aff0eb;
    width: 30%;
    height: 140px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.page-w .page-content h4 {
    color: #f7931e;
    margin-top: 2rem;
}
.page-content .cta-box h4, .tms-side .cta-box h4 {
    position: relative;
    z-index: 2;
    color: #193333;
    margin-bottom: 60px;
    margin-top: 0px;
}
.page-content .cta-box h4:before, .tms-side .cta-box h4:before {
    content: "";
    background-color: #6fd8d4;
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.page-content .cta-box h4:after, .tms-side .cta-box h4:after {
    content: "";
    background-color: #f7931e;
    height: 2px;
    width: 70px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.page-content .cta-box .cta-box-content, .tms-side .cta-box .cta-box-content {
    position: relative;
    z-index: 2;
}
div.wpcf7 form label {
    font-size: 0.9rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 0.3rem;
    display: block;
}
.os-team-members .team-member .os-tm-image {
    background-size: cover;
    background-position: center center;
}
.os-team-members .team-member .os-tm-info-i {
    padding: 22% 15% 18%;
}
.os-team-members.style_v1 .team-member .os-tm-info-i {
    padding: 20% 15%;
}
.page-content .os-team-members.style_v1 .team-member .os-tm-info:last-child .os-tm-info-i {
    padding-right: 0px;
}
.os-team-members.style_v1 .team-member .os-tm-info-i .os-tm-info-header {
    margin-bottom: 60px;
    position: relative;
}
.os-team-members.style_v1 .team-member .os-tm-info-i .os-tm-info-header:before {
    content: "";
    background-color: #6fd8d4;
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: -28px;
    left: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.os-team-members .team-member .os-tm-info-i h5, .os-team-members .team-member .os-tm-info-i h6 {
    color: #f7931e;
    font-family: 'Playfair Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0px;
    font-style: italic;
}
.os-team-members .team-member .os-tm-info-i h3 {
    margin-top: 0px;
}
.os-team-members.style_v1 .team-member .os-tm-info-i .os-tm-info-header:after {
    content: "";
    background-color: #f7931e;
    height: 2px;
    width: 70px;
    position: absolute;
    bottom: -20px;
    left: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.os-team-members.style_v1 .team-member .os-tm-info-i .tm-info-read-more {
    margin-top: 25px;
}
.os-team-members .team-member .tm-info-read-more > a {
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
}
.os-btn.cyan {
    background-color: #c6f5e7;
    border-color: #c6f5e7;
    color: #252a2b;
}
.os-btn.cyan:hover {
    color: #313739;
    background-color: #dcf9f0;
}

/* THIS CSS FOR CONTACT */

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}
.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .vc_col-sm-3 {
        width: 25%;
    }
        .vc_col-sm-9 {
        width: 75%;
    }
}
@media (min-width: 768px) {
    .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
        float: left;
    }
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px;
}
.wpb_gmaps_widget .wpb_map_wraper iframe {
    margin-bottom: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: none;
}

.service-tab button {
    width: 390px;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
    padding: 29px 10px;
}
.service-tab .nav-pills button.active:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -38px;
    transform: translateY(-50%);
    border-width: 19px;
    border-style: solid;
    border-color: #fff0 #fff0 #fff0 #f7931e;
    z-index: 1;
}
.nav-pills .nav-link {
    background-color: #0071bc;
    color: #fff;
    font-size: 19px;
    border-radius: 3px;
    font-weight: 600;
}
.nav-pills .nav-link:last-child {
    margin-bottom: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #f7931e;
}
div#v-pills-tabContent .tab-pane h2 {
    font-size: 23px;
    margin: 15px 0;
}
.tab-pane {
    background: #fff;
    max-width: 500px;
    border-radius: 3px;
}
.tab-content-block {
    padding: 10px 25px;
}
.tab-content-block p {
    margin-bottom: 5px;
}

.section-padding {
    padding: 25px 0 60px 0;
    background: #fff;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-borders span {
    height: 5px;
    background: #f7931e;
    width: 40px;
    display: inline-block;
    border-radius: 2px;
}

.section-borders span.black-border {
    background: #333;
    width: 30px;
    margin: 0 6px;

}

.client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #f7931e !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
    background: #000 !important;
    width: 30px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px #dadfd3;
    margin: 2px;
    padding: 20px;
    font-style: italic;
    padding-left: 85px;
}

.single-testimonial-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    color: #f7931e;
    line-height: 30px;
    margin-top: -15px;
}

.single-testimonial-item:after {
    background: #ddd;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
}

.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}























@media (max-width: 1539px) {
    .all-wrapper-i {
        width:100%;
        overflow: hidden;
    }

    .os-container {
        width: 100%;
    }

    .os-container.always-show {
        overflow: visible;
    }

    .all-wrapper {
        padding: 0px;
    }

    .main-header,.main-footer {
        border-radius: 0px;
    }
}

@media (max-width: 1590px) {
    .main-header-w.main-header-version1 .main-header-i {
        margin-left:0px;
        margin-right: 0px;
    }

    .main-header-w.main-header-version1 .main-header-i:before,.main-header-w.main-header-version1 .main-header-i:after {
        display: none;
    }
}

@media (max-width: 991px) {
    .os-cta-block.without-offer-img .cta-content {
        flex-direction:column;
    }

    .os-cta-block.without-offer-img .cta-content .cta-button {
        margin-left: 0px;
        margin-top: 30px;
    }

    .os-cta-block.without-offer-img .cta-content .cta-text {
        text-align: center;
    }

    .os-cta-block.without-offer-img .cta-content .cta-text h3 {
        margin-bottom: 60px;
        position: relative;
    }

    .os-cta-block.without-offer-img .cta-content .cta-text h3:after {
        content: "";
        background-color: #f7931e;
        height: 2px;
        width: 70px;
        position: absolute;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .os-cta-block.without-offer-img .cta-content .cta-text h3:before {
        content: "";
        background-color: #6fd8d4;
        height: 2px;
        width: 40px;
        position: absolute;
        bottom: -28px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .os-step-w .os-step-i .os-step-image-w {
        padding-bottom: 60%;
    }

    .angle--bottom-right {
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(93%),0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(97%),0 100%);
    }

    .angle--bottom-left {
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 calc(98%));
        clip-path: polygon(0 0,100% 0,100% 100%,0 calc(98%));
    }

    .comment-list .reply,.children .reply {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 5px;
    }

    #respond #commentform {
        padding: 20px;
    }

    .blog-content-w .post-header-image .post-header-meta img {
        width: 30px;
        height: auto;
        display: none;
    }

    .blog-content-w .post-header-image .post-header-meta .author-details img + span {
        margin-left: 0px;
        padding-left: 0px;
        border-left: none;
    }

    .blog-content-w .post-header-image .post-header-meta .post-header-categories {
        margin-left: 10px;
        padding-left: 10px;
    }

    .page-w.with-sidebar .page-content {
        padding: 15px;
    }

    .single article.post .single-post-tags,.single article.page .single-post-tags {
        padding-left: 20px;
    }

    .comment-list .comment,.children .comment {
        padding-left: 10px;
    }

    .comment-list .comment-author img,.children .comment-author img {
        position: relative;
        top: auto;
        left: auto;
    }

    .single-content-w {
        display: block;
    }

    .single-content-w .single-content-i {
        display: block;
        width: auto;
    }

    .single-content-w .single-sidebar {
        display: block;
        width: auto;
    }

    .top-bar-links-box-container {
        display: none;
    }

    .frontend-publisher-w {
        padding: 20px;
    }

    .fixed-header-w {
        display: none !important;
    }

    .archive-posts-w {
        padding: 20px 10px;
    }

    .archive-posts-w.with-sidebar .archive-sidebar {
        display: none;
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        max-width: 350px;
        bottom: 0px;
        z-index: 9999;
    }

    .archive-posts-w .archive-posts {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .archive-posts-w .archive-posts .masonry-grid {
        margin-right: 0px !important;
    }

    .single-nutritions .single-nutritions-list {
        margin: 0px;
    }

    .mobile-header-w {
        display: block;
    }

    .mobile-header-w .mobile-header .mobile-logo {
        padding-left: 30px;
        padding-right: 30px;
    }

    .mobile-header-w .mobile-header .mobile-logo img {
        width: auto;
        height: auto;
        max-width: 100%;
    }

    .main-header {
        display: none !important;
    }

    .sidebar-single-w {
        display: none;
    }

    .single-post-comments-w.with-ads .single-post-comments-sidebar {
        padding-left: 0px;
    }

    .top-bar .bar-breadcrumbs {
        display: none;
    }

    .top-bar .bar-social {
        float: none;
        padding: 15px;
        text-align: center;
    }

    .top-bar .bar-social li {
        display: inline-block;
        float: none;
        margin-right: 10px;
    }

    .active-search-form .main-search-form {
        top: 10px;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
    }
}

@media (max-width: 767px) {
    h1,.h1 {
        font-size:2.25rem;
    }

    h2,.h2 {
        font-size: 1.875rem;
    }

    h3,.h3 {
        font-size: 1.6rem;
    }

    h4,.h4 {
        font-size: 1.275rem;
    }

    h5,.h5 {
        font-size: 1.125rem;
    }

    h6,.h6 {
        font-size: 1.1875rem;
    }

    .category-tiles {
        flex-direction: column;
    }

    .page-w {
        font-size: 1rem;
    }

    .blog-content-w .blog-content-text-and-meta .case-content-text blockquote,blockquote {
        font-size: 1.68rem;
        padding: 10px;
    }

    .blog-content-w .blog-content-text-and-meta .case-content-text blockquote:after,blockquote:after {
        font-size: 60px;
        top: -15px;
    }

    .sm-reverse {
        flex-direction: column-reverse;
    }

    .blog-index-content {
        padding: 10px;
    }

    .blog-content-w .blog-content-text-and-meta .blog-content-meta {
        display: none;
    }

    .blog-content-w .blog-content-text-and-meta .blog-content-text {
        padding: 20px;
        font-size: 1rem;
    }

    .blog-content-w .blog-content-text-and-meta .blog-content-text h1 {
        font-size: 2rem;
    }

    .blog-content-w .blog-content-text-and-meta .blog-content-text .post-title {
        font-size: 2rem;
    }

    .breadcrumbs-bar ul {
        white-space: nowrap;
    }

    .breadcrumbs-bar {
        overflow: hidden;
        padding: 10px;
    }

    .blog-content-w .blog-content-text-and-meta {
        display: block;
    }

    .blog-content-w .blog-content-text-and-meta .blog-content-text {
        display: block;
        width: auto;
    }

    .blog-content-w .blog-content-text-and-meta .blog-content-meta {
        display: none;
        width: auto;
    }

    .blog-content-w .post-header-image h1 {
        font-size: 2rem;
    }

    .blog-content-w .post-header-image .post-header-image-contents {
        padding: 30px;
    }

    .blog-content-w .post-header-image .post-header-meta .post-header-date-posted {
        display: none;
    }

    .blog-content-w .post-header-image .post-header-meta .post-header-comments {
        display: none;
    }

    .page-w .page-intro-text {
        margin-bottom: 20px;
    }

    .os-box-with-attachment {
        flex-direction: column;
    }

    .os-box-with-attachment .box-file-link-w {
        flex: 1;
        border-right: none;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        padding: 20px;
    }

    .os-pricing_plans {
        flex-direction: column;
    }

    .os-pricing_plans .pricing_plan {
        flex: 1;
    }

    .os-pricing_plans .pricing-plan-link,.os-pricing_plans .pricing-plan-description,.os-pricing_plans .pricing-plan-features {
        padding-left: 15px;
        padding-right: 15px;
    }

    .os-pricing_plans .pp-name {
        padding-left: 15px;
    }

    .os-pricing_plans .pp-price {
        padding-right: 15px;
    }

    .page-w .page-content .cta-box {
        float: none;
        margin-left: 0px;
        max-width: initial;
    }

    .os-box-with-attachment .box-file-description {
        padding: 10px;
        text-align: center;
    }

    .tms-content-w {
        padding: 30px 20px;
    }

    .page-content .cta-box,.tms-side .cta-box,.tms-content-i .tms-social-w {
        margin-bottom: 30px;
    }

    .tms-other-members {
        margin-top: 20px;
    }

    .os-team-members .team-member .tm-info-read-more ul {
        margin-left: 0px;
    }

    .os-team-members .team-member .tm-info-read-more ul li {
        margin-left: 10px;
    }

    .os-team-members .team-member .tm-info-read-more > a {
        padding: 5px 8px;
    }

    .sticky-roll-w .owl-controls {
        bottom: 40px;
        left: 20px;
        right: 20px;
    }

    .sticky-roll-w .sticky-post .post-header-image {
        padding-bottom: 75%;
    }

    .sticky-roll-w .sticky-post .post-header-image h1 {
        font-size: 2rem;
    }

    .sticky-roll-w .sticky-post .post-header-image .post-header-image-contents {
        padding: 30px;
        padding-bottom: 80px;
    }

    .sticky-roll-w .sticky-post .post-header-image .post-header-meta {
        display: none;
    }

    .sticky-roll-w .sticky-post .post-header-image .post-header-meta .post-header-date-posted {
        display: none;
    }

    .sticky-roll-w .sticky-post .post-header-image .post-header-meta .post-header-comments {
        display: none;
    }

    .blog-content-w {
        display: block;
    }

    .blog-content-w .blog-content {
        display: block;
        width: auto;
    }

    .blog-content-w .blog-sidebar {
        display: none;
    }

    .blog-index .size-1of2 {
        width: auto;
    }

    .blog-index .blog-column {
        float: none;
    }

    .blog-index .blog-index-item {
        width: auto;
        float: none;
        margin-bottom: 20px;
        padding: 0px;
    }

    .page-w .page-intro-text {
        font-size: 1.2rem;
    }

    .page-w .page-content-sub-title {
        font-size: 1.5rem;
    }

    .page-intro-header h1 {
        font-size: 2.1rem;
    }

    .page-intro-header h1 span:after {
        width: 60px;
        right: -70px;
    }

    .page-intro-header h1 span:before {
        width: 60px;
        left: -70px;
    }

    .os-is-animated .page-intro-header .breadcrumbs-bar {
        font-size: 0.7rem;
        padding: 0px 10px;
    }

    .blog-index .blog-index-item .blog-index-item-i {
        padding: 10px;
    }

    .blog-index .blog-index-item .blog-index-item-i:hover {
        box-shadow: none;
        transform: none;
    }

    .blog-index .index-item-content {
        padding: 0px 10px 10px;
        font-size: 1rem;
    }

    .main-footer .menu li {
        padding: 10px;
        border: none;
        border-bottom: 1px solid #eee;
        display: block;
        margin-right: 0px;
    }

    .main-footer .menu li:last-child {
        border-bottom: none;
    }

    .single-sharing-box {
        display: none;
    }

    .full-screen-share-box .post-share-box {
        padding: 40px;
        width: 90%;
    }

    .full-screen-share-box .post-share-box .post-share-header {
        font-size: 1.08rem;
    }

    .full-screen-share-box .post-share-box .psb-close {
        top: 10px;
        right: 20px;
        font-size: 22px;
    }

    .full-screen-share-box .post-share-box .psb-links .psb-link {
        width: 40px;
        height: 40px;
        margin: 0px;
    }

    .full-screen-share-box .post-share-box .psb-links .psb-link i {
        font-size: 22px;
        line-height: 22px;
    }

    .full-screen-share-box .post-share-box .psb-url .psb-url-heading {
        font-size: 0.5rem;
    }

    .tooltip-box {
        display: none;
    }

    .big-meta-box {
        font-size: 1.2rem;
    }

    .single-main-media .owl-controls {
        display: none;
    }

    .single-main-media .owl-controls .owl-nav .owl-prev {
        left: 20px;
    }

    .single-main-media .owl-controls .owl-nav .owl-next {
        right: 20px;
    }

    .category-tiles.columns-two .category-tile,.category-tiles.columns-three .category-tile,.category-tiles.columns-four .category-tile,.category-tiles.columns-five .category-tile {
        width: auto;
        margin: 0px 0px 10px;
        height: auto;
        float: none;
        display: block;
    }

    .category-tiles.columns-two .category-tile .category-fader,.category-tiles.columns-three .category-tile .category-fader,.category-tiles.columns-four .category-tile .category-fader,.category-tiles.columns-five .category-tile .category-fader {
        z-index: 1;
    }

    .category-tiles.columns-two .category-tile .category-title,.category-tiles.columns-three .category-tile .category-title,.category-tiles.columns-four .category-tile .category-title,.category-tiles.columns-five .category-tile .category-title {
        font-size: 1.5rem;
    }

    .category-tiles.columns-two .category-tile .category-content,.category-tiles.columns-three .category-tile .category-content,.category-tiles.columns-four .category-tile .category-content,.category-tiles.columns-five .category-tile .category-content {
        position: relative;
        z-index: 2;
        padding-top: 80px;
    }

    .category-tiles.columns-two .category-tile:hover,.category-tiles.columns-three .category-tile:hover,.category-tiles.columns-four .category-tile:hover,.category-tiles.columns-five .category-tile:hover {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .category-tiles.columns-two .category-tile:hover .category-title,.category-tiles.columns-three .category-tile:hover .category-title,.category-tiles.columns-four .category-tile:hover .category-title,.category-tiles.columns-five .category-tile:hover .category-title {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .category-tiles.columns-two .category-tile:hover h3,.category-tiles.columns-three .category-tile:hover h3,.category-tiles.columns-four .category-tile:hover h3,.category-tiles.columns-five .category-tile:hover h3 {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .display-type {
        content: "phone";
    }

    .page-w {
        padding: 20px;
    }

    .page-w.with-sidebar .page-content {
        width: 100%;
    }

    .page-w.with-sidebar .page-sidebar {
        display: none;
    }

    blockquote {
        padding: 10px 10px 10px 70px;
        margin: 25px 15px;
        font-size: 0.9rem;
    }

    .page-intro-header {
        padding: 50px 30px;
    }

    .page-intro-header h2 {
        font-size: 1.68rem;
    }

    .single-steps .single-step-media li {
        padding: 2px;
    }

    .main-search-form {
        width: 95%;
    }

    .main-search-form .search-submit {
        display: none;
    }

    .main-search-form form .search-field {
        padding: 10px;
        padding-left: 55px;
        font-size: 1.2rem;
    }

    .main-search-form form .search-field-w:before {
        font-size: 24px;
        top: 15px;
        left: 15px;
    }

    .autosuggest-results .autosuggest-items {
        max-height: 220px;
    }

    .autosuggest-results .autosuggest-items-shadow {
        top: 56px;
    }

    .autosuggest-results .autosuggest-item .autosuggest-item-media-w {
        width: 50px;
    }

    .autosuggest-results .autosuggest-item .autosuggest-item-media-thumbnail {
        height: 40px;
    }

    .autosuggest-results .autosuggest-item .autosuggest-item-media-thumbnail .image-fader {
        display: none;
    }

    .autosuggest-results .autosuggest-item .autosuggest-item-title {
        font-size: 0.96rem;
        padding: 5px 10px 5px 15px;
    }

    .mobile-header-w .mobile-header .mobile-menu-toggler {
        font-size: 20px;
        padding: 10px;
        padding-left: 20px;
        width: auto;
    }

    .mobile-header-w .mobile-header .mobile-logo {
        padding: 10px;
    }

    .mobile-header-w .mobile-header .mobile-logo img {
        width: auto;
        height: auto;
        max-width: 100% !important;
    }

    .mobile-header-w .mobile-header .mobile-menu-search-toggler {
        font-size: 20px;
        padding: 10px;
        padding-right: 20px;
        width: auto;
    }

    .main-footer {
        padding: 20px 10px;
    }

    .main-footer.with-social .footer-copy-and-menu-w {
        float: none;
        width: 100%;
        text-align: center;
        display: block;
    }

    .main-footer.with-social .footer-social-w {
        margin-top: 20px;
        float: none;
        width: 100%;
        text-align: center;
        display: block;
    }

    .pre-footer {
        padding: 20px 10px;
    }

    .pre-footer.widgets-count-4 .widget,.pre-footer.widgets-count-3 .widget,.pre-footer.widgets-count-2 .widget,.pre-footer.widgets-count-1 .widget,.pre-footer.widgets-count-5 .widget {
        width: 100%;
        float: none;
        margin: 0px 0px 20px 0px;
        padding: 10px;
    }

    .single-post-comments-w.with-ads .single-post-comments {
        width: 100%;
        float: none;
        padding: 10px;
    }

    .single-post-comments-w.with-ads .single-post-comments-sidebar {
        display: none;
    }

    .single-post-comments-w.with-ads .comment-list .comment-meta {
        margin-bottom: 20px;
    }

    .single-post-comments-w.with-ads .comment-list .reply {
        top: 40px;
        right: 5px;
        left: auto;
    }

    .single-post-comments-w.with-ads .comment-list .comment-metadata {
        display: block;
    }

    .single-post-comments-w.with-ads .comment-list .comment-author {
        margin-bottom: 10px;
    }

    .single-post-comments-w.with-ads .comment-list .comment-author img {
        position: relative;
        top: auto;
        left: auto;
        max-width: 0px 0px 10px;
        display: inline-block;
    }

    .single-post-comments-w.with-ads .comment-list .comment-author .fn {
        display: inline-block;
    }

    .single-post-comments-w.with-ads .comment-list .comment,.single-post-comments-w.with-ads .children .comment {
        padding-left: 0px;
    }

    .related-recipes-w {
        padding: 20px 10px;
    }

    .related-recipes-w .related-recipes-heading {
        text-align: center;
        display: block;
        padding-bottom: 15px;
    }

    .related-recipes-w .related-recipes-heading h2.bordered-title {
        display: block;
        font-size: 2rem;
        float: none;
        margin-bottom: 10px;
    }

    .related-recipes-w .related-recipes-heading ul {
        float: none;
        padding: 0px;
    }

    .related-recipes-w .related-recipes {
        margin-bottom: 0px;
    }

    .related-recipes-w .related-recipes:before,.related-recipes-w .related-recipes:after {
        content: " ";
        display: table;
    }

    .related-recipes-w .related-recipes:after {
        clear: both;
    }

    .related-recipes-w .related-recipes li {
        float: left;
        padding: 0px 5px;
        width: 50%;
        margin-bottom: 10px;
        display: none;
    }

    .related-recipes-w .related-recipes li:nth-child(1),.related-recipes-w .related-recipes li:nth-child(2) {
        display: block;
    }

    .single-post-about-author .author-avatar-w {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 15px;
        border-bottom: 1px dashed rgba(0,0,0,0.1);
        padding-bottom: 10px;
    }

    .single-post-about-author .author-details {
        width: 100%;
        float: none;
        padding: 0px;
        text-align: center;
    }

    .single-post-navigation {
        padding: 20px 0px;
    }

    .single-post-navigation a {
        padding: 10px;
    }

    .side-meta-box {
        padding: 10px 0px;
    }

    .top-bar .bar-social {
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .single-post-about-author {
        padding-bottom: 20px;
    }

    .os-slider-w .os-slide-w .os-slide .os-slide-content {
        top: auto;
        bottom: 30px;
        left: 10px;
        right: 10px;
        transform: translate(0px);
    }

    .os-slider-w .os-slide-w .os-slide .os-slide-content .os-slide-content-i {
        padding: 30px;
        width: auto;
        font-size: 0.9rem;
    }

    .os-slider-w .os-slide-w .os-slide .os-slide-content .os-slide-content-i h1 {
        font-size: 2rem;
    }

    .os-slider-w .slider-controls {
        display: block;
    }

    .os-slider-w .slider-controls .control-slide {
        display: block;
        max-width: initial;
        padding: 25px 20px 25px 20px;
    }

    .os-slider-w .slider-controls .control-slide .cs-description-w {
        padding-left: 20px;
    }

    .os-text-and-features-w .os-text-and-features-i {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .os-text-and-features-w .os-text-and-features-i .wpb_text_column {
        margin-bottom: 0px;
    }

    .os-text-and-features-w .os-text-and-features-i .wpb_text_column .wpb_wrapper {
        padding: 20px;
    }

    .os-text-and-features-w .os-text-and-features-i .os-iconed-features-w {
        padding: 20px;
        padding-top: 0px;
        flex-direction: column;
    }

    .os-text-and-features-w .os-text-and-features-i .os-iconed-features-w .os-feature-with-icon {
        flex: 1;
        max-width: 100%;
        padding: 20px 0px;
    }

    .os-text-and-features-w .os-text-and-features-i .os-iconed-features-w .os-feature-with-icon.wrapped-in-box {
        max-width: 100%;
        flex: 1;
    }

    .os-text-and-features-w .os-text-and-features-i .os-iconed-features-w .os-feature-with-icon:last-child {
        border-bottom: none;
    }

    .os-slider-w .os-slider-i {
        height: auto;
    }

    .os-slider-w .slider-controls .control-slide.active:after {
        display: none;
    }

    .os-feature-with-icon.media-position-top .fwi-content-w h6 {
        font-size: 1.25rem;
    }

    .os-step-w .os-step-i {
        margin: 15px 10px;
        padding: 30px;
        flex-direction: column-reverse;
    }

    .os-step-w .os-step-i .os-step-text {
        padding: 0px;
    }

    .os-faq-item {
        padding: 20px;
    }

    .os-text-and-image blockquote {
        padding-left: 20px;
    }

    .os-text-and-quote-w {
        padding: 40px 0px;
    }

    .os-text-and-quote-w .os-text-and-quote-i {
        flex-direction: column;
    }

    .os-text-and-quote-w .os-tq-content-left {
        padding: 20px;
        font-size: 1rem;
    }

    .os-text-and-quote-w .os-tq-quote-w {
        padding: 10px;
    }

    .os-text-and-quote-w .os-tq-quote {
        font-size: 1.68rem;
        padding: 30px 40px;
    }

    .os-text-and-quote-w .os-tq-author {
        padding: 15px 20px;
    }

    .os-text-and-quote-w .sub-title {
        font-size: 1.5rem;
    }

    .os-recent-posts .recent-post-w {
        padding: 0px;
    }

    .os-recent-posts .recent-post-w .recent-post-i {
        padding: 0px;
    }

    .pre-footer {
        flex-direction: column;
    }

    .main-footer.with-social {
        display: block;
    }

    .os-cta-block.with-offer-img h1:before,.os-cta-block.with-offer-img h2:before,.os-cta-block.with-offer-img h3:before {
        left: 50%;
        transform: translateX(-50%);
    }

    .os-cta-block.with-offer-img h1:after,.os-cta-block.with-offer-img h2:after,.os-cta-block.with-offer-img h3:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .main-search-form {
        border: none;
        border-radius: 6px;
    }

    .main-search-form label {
        margin-bottom: 0px;
        display: block;
        position: relative;
    }

    .main-search-form label:before {
        content: "\eb55";
        font-family: 'osfont';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        font-size: 20px;
        color: rgba(0,0,0,0.3);
    }

    .main-search-form form .search-field {
        width: 100%;
    }

    .os-text-and-features-w .os-photo-one,.os-text-and-features-w .os-photo-two {
        display: none;
    }

    .os-text-and-features-w.layout-as-photos .os-text-and-features-i {
        padding-right: 0px;
    }

    .os-text-and-features-w.layout-as-photos .os-text-and-features-i .wpb_text_column .wpb_wrapper {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .os-text-and-features-w.layout-as-photos .os-text-and-features-i .os-iconed-features-w {
        padding: 0px 10px;
    }

    .os-text-and-features-w.layout-as-photos .os-text-and-features-i .os-iconed-features-w .os-feature-with-icon {
        padding: 20px 0px;
    }

    .os-text-and-features-w.color-scheme-dark .os-feature-with-icon .fwi-media-w {
        text-align: center;
    }

    .os-text-and-features-w .os-text-and-features-i .wpb_text_column .wpb_wrapper h4,.os-text-and-features-w .os-text-and-features-i .wpb_text_column .wpb_wrapper h5 {
        font-size: 1.5rem;
    }

    .os-text-and-features-w.layout-as-photos .os-text-and-features-i .wpb_text_column p {
        font-size: 1rem;
    }

    .os-feature-with-icon.media-position-left .fwi-media-w {
        font-size: 50px;
        line-height: 1;
    }
}

@media (min-width: 455px) and (max-width: 991px) {
    .archive-sidebar .widget .widget-title,.page-sidebar .widget .widget-title,.single-sidebar .widget .widget-title,.blog-sidebar .widget .widget-title {
        font-size:1.36rem;
    }

    .blog-index .index-item-content h4 {
        margin-top: 15px;
        font-size: 1.36rem;
    }

    .sticky-roll-w .owl-controls {
        bottom: 50px;
        left: 20px;
        right: 20px;
    }

    .sticky-roll-w .sticky-post .post-header-image {
        padding-bottom: 65%;
    }

    .sticky-roll-w .sticky-post .post-header-image h1 {
        font-size: 2rem;
    }

    .sticky-roll-w .sticky-post .post-header-image .post-header-image-contents {
        padding: 30px;
        padding-bottom: 80px;
    }

    .sticky-roll-w .sticky-post .post-header-image .post-header-meta {
        display: none;
    }

    .sticky-roll-w .sticky-post .post-header-image .post-header-meta .post-header-date-posted {
        display: none;
    }

    .sticky-roll-w .sticky-post .post-header-image .post-header-meta .post-header-comments {
        display: none;
    }

    h1,.h1 {
        font-size: 2.55rem;
    }

    h2,.h2 {
        font-size: 2.125rem;
    }

    h3,.h3 {
        font-size: 1.8rem;
    }

    h4,.h4 {
        font-size: 1.615rem;
    }

    h5,.h5 {
        font-size: 1.425rem;
    }

    h6,.h6 {
        font-size: 1.1875rem;
    }

    .display-type {
        content: "tablet";
    }

    .page-sidebar .secondary-menu li:not(.page_item) a {
        font-size: 1.4rem;
    }

    .archive-sidebar .widget.widget_osetin_cta_widget .os-cta-block,.page-sidebar .widget.widget_osetin_cta_widget .os-cta-block,.single-sidebar .widget.widget_osetin_cta_widget .os-cta-block,.blog-sidebar .widget.widget_osetin_cta_widget .os-cta-block {
        padding: 50px 20px;
    }

    .page-sidebar .secondary-menu li a {
        padding: 10px 20px;
    }

    .os-history-entry {
        display: block;
    }

    .os-history-entry .history-entry-date {
        display: block;
        width: auto;
    }

    .os-history-entry .history-event-description {
        display: block;
        width: auto;
        padding: 0px;
        border-left: 0px;
    }

    .os-history-entry .history-entry-date .history-entry-date-i:after {
        right: auto;
        top: auto;
        bottom: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(90deg);
        -moz-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
        -o-transform: translateX(-50%) rotate(90deg);
        width: 20px;
        height: 2px;
        background-color: #f7931e;
    }

    .os-history-entry .history-event-description .history-event-description-i {
        padding: 30px 40px;
    }

    .big-meta-box {
        font-size: 1.2rem;
    }

    .big-meta-box ul li {
        padding: 5px 15px;
    }

    .frontend-publisher-w .form-header {
        margin-bottom: 10px;
    }

    .archive-posts.masonry-grid-w .masonry-grid .masonry-item {
        padding: 0px 10px 0px 10px;
        margin-bottom: 20px;
    }

    .page-w {
        padding: 0px 0px;
        font-size: 1rem;
    }

    .page-w .page-content {
        padding: 20px 30px 20px 30px;
    }

    .page-w.with-sidebar .page-content {
        width: 65%;
        padding: 20px 40px 20px 40px;
    }

    .page-w.with-sidebar .page-sidebar {
        padding: 30px 20px;
        width: 35%;
    }

    .page-w blockquote {
        margin: 20px;
        padding: 20px 30px 20px 60px;
    }

    .pre-footer {
        padding: 20px 30px;
    }

    .pre-footer.widgets-count-4 .widget,.pre-footer.widgets-count-3 .widget,.pre-footer.widgets-count-2 .widget,.pre-footer.widgets-count-5 .widget {
        width: 47.5%;
        float: none;
        margin: 0px 5% 5% 0px;
        padding: 10px;
        float: left;
    }

    .pre-footer.widgets-count-4 .widget:last-child,.pre-footer.widgets-count-4 .widget:nth-child(2),.pre-footer.widgets-count-4 .widget:nth-child(4),.pre-footer.widgets-count-3 .widget:last-child,.pre-footer.widgets-count-3 .widget:nth-child(2),.pre-footer.widgets-count-3 .widget:nth-child(4),.pre-footer.widgets-count-2 .widget:last-child,.pre-footer.widgets-count-2 .widget:nth-child(2),.pre-footer.widgets-count-2 .widget:nth-child(4),.pre-footer.widgets-count-5 .widget:last-child,.pre-footer.widgets-count-5 .widget:nth-child(2),.pre-footer.widgets-count-5 .widget:nth-child(4) {
        margin-right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .os-text-and-features-w .os-photo-one {
        height:220px;
        width: 350px;
    }

    .os-text-and-features-w .os-photo-two {
        height: 250px;
        width: 350px;
    }

    .os-text-and-features-w.layout-as-photos .os-text-and-features-i {
        padding-right: 230px;
    }

    .os-text-and-features-w .os-text-and-features-i .wpb_text_column .wpb_wrapper {
        padding: 60px;
    }

    .os-text-and-features-w.layout-as-photos .os-text-and-features-i .os-iconed-features-w .os-feature-with-icon {
        padding: 20px 30px;
    }

    .os-text-and-features-w .os-text-and-features-i .os-iconed-features-w .os-feature-with-icon.wrapped-in-box {
        padding: 20px;
    }

    .os-text-and-features-w .os-text-and-features-i .os-iconed-features-w {
        padding: 70px 30px;
    }

    .os-step-w .os-step-i {
        margin: 20px 8%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        font-size:0.85rem;
    }

    .big-meta-box ul li {
        padding: 5px 20px;
    }

    .blog-index .blog-index-item {
        float: none;
        width: auto;
        margin: 0px 0px 10px 0px;
        padding: 10px;
    }

    .page-sidebar .secondary-menu li.page_item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .page-w.with-sidebar .page-sidebar {
        padding: 30px 15px;
    }

    .blog-content-w .blog-sidebar {
        padding: 35px 10px;
        width: 230px;
    }

    .widget-testimonial-text {
        padding: 20px;
        font-size: 1.12rem;
    }

    .widget-testimonial-author {
        padding-left: 10px;
        display: flex;
    }

    .widget.tptn_posts_list_widget ul li > a img {
        width: 50px;
        height: auto;
    }

    .archive-sidebar .widget.tptn_posts_list_widget .tptn_after_thumb,.page-sidebar .widget.tptn_posts_list_widget .tptn_after_thumb,.single-sidebar .widget.tptn_posts_list_widget .tptn_after_thumb,.blog-sidebar .widget.tptn_posts_list_widget .tptn_after_thumb {
        padding-top: 0px;
        padding-left: 15px;
    }

    .archive-sidebar .widget.tptn_posts_list_widget .tptn_after_thumb .tptn_link,.page-sidebar .widget.tptn_posts_list_widget .tptn_after_thumb .tptn_link,.single-sidebar .widget.tptn_posts_list_widget .tptn_after_thumb .tptn_link,.blog-sidebar .widget.tptn_posts_list_widget .tptn_after_thumb .tptn_link {
        font-size: 0.72rem;
    }

    .archive-sidebar .widget,.page-sidebar .widget,.single-sidebar .widget,.blog-sidebar .widget {
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .blog-content-w .blog-content {
        width: 60%;
    }

    .blog-content-w .blog-content-text-and-meta {
        display: block;
    }

    .blog-content-w .blog-content-text-and-meta .blog-content-text {
        display: block;
        width: auto;
    }

    .blog-content-w .blog-content-text-and-meta .blog-content-meta {
        display: none;
        width: auto;
    }

    .blog-content-w .post-header-image {
        padding-bottom: 75%;
    }

    .blog-content-w .post-header-image h1 {
        font-size: 2rem;
    }

    .blog-content-w .post-header-image .post-header-image-contents {
        padding: 30px;
    }

    .blog-content-w .post-header-image .post-header-meta .post-header-date-posted {
        display: none;
    }

    .blog-content-w .post-header-image .post-header-meta .post-header-comments {
        display: none;
    }

    .os-team-members.style_v2 .os-tm-image + .os-tm-info .os-tm-info-i {
        padding-left: 8%;
    }

    .tms-content {
        column-count: 2;
    }

    .tms-main-info .tms-quote {
        font-size: 2.38rem;
    }

    .page-w {
        padding: 4%;
    }

    .blog-index .index-item-content {
        padding: 0px 0px 5px;
        font-size: 0.8rem;
    }

    .pre-footer {
        padding: 35px;
    }

    .pre-footer.widgets-count-4 .widget {
        margin-right: 1%;
        width: 24%;
    }

    .blog-content-w .blog-content-text-and-meta .case-content-text blockquote {
        padding: 40px 20px 20px 50px;
        font-size: 2.38rem;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    h1,.h1 {
        font-size: 2.55rem;
    }

    h2,.h2 {
        font-size: 2.125rem;
    }

    h3,.h3 {
        font-size: 1.8rem;
    }

    h4,.h4 {
        font-size: 1.445rem;
    }

    h5,.h5 {
        font-size: 1.275rem;
    }

    h6,.h6 {
        font-size: 1.0625rem;
    }

    .main-header .top-menu ul li {
        padding-left: 12px;
        padding-right: 12px;
    }

    .main-header .top-menu ul li a {
        font-size: 1.02rem;
    }

    .main-header .search-trigger {
        display: none;
    }

    .main-header .top-menu > ul > li:last-child:not(.menu-item-has-children) a {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .main-header .top-menu > ul > li.menu-item-has-children {
        padding-left: 20px;
    }

    .main-header .top-menu > ul > li.menu-item-has-children > a:before {
        left: 3px;
    }

    .top-bar-social-label {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1150px) {
    .archive-sidebar .widget .widget-title,.page-sidebar .widget .widget-title,.single-sidebar .widget .widget-title,.blog-sidebar .widget .widget-title {
        font-size:1.36rem;
    }

    .sticky-roll-w .sticky-post .post-header-image .post-header-image-contents {
        padding: 50px;
        padding-bottom: 100px;
    }

    .sticky-roll-w .sticky-post .post-header-image .post-header-meta {
        padding-top: 10px;
    }

    .sticky-roll-w .sticky-post .post-header-image h1 {
        font-size: 2.1rem;
    }

    .sticky-roll-w .sticky-post .highlight-label {
        font-size: 1.2rem;
    }

    .sticky-roll-w .owl-controls {
        bottom: 80px;
        padding-top: 10px;
        left: 50px;
        right: 50px;
    }

    body {
        font-size: 0.85rem;
    }

    .big-meta-box ul li {
        padding: 5px 20px;
    }

    .page-sidebar .secondary-menu li.page_item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .page-w.with-sidebar .page-sidebar {
        padding: 30px 15px;
    }

    .os-team-members.style_v2 .os-tm-image + .os-tm-info .os-tm-info-i {
        padding-left: 8%;
    }

    .tms-content {
        column-count: 2;
    }

    .tms-main-info .tms-quote {
        font-size: 2.38rem;
    }

    .page-w {
        padding: 4%;
    }

    .blog-index .index-item-content {
        font-size: 1rem;
    }

    .blog-index .index-item-content {
        padding: 0px 15px 15px;
    }

    .blog-content-w .blog-sidebar {
        padding: 35px 25px;
    }

    .pre-footer {
        padding: 35px;
    }

    .pre-footer.widgets-count-4 .widget {
        margin-right: 1%;
        width: 24%;
    }

    .blog-content-w .blog-content-text-and-meta .case-content-text blockquote {
        padding: 40px 20px 20px 50px;
        font-size: 2.38rem;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    h1,.h1 {
        font-size: 2.55rem;
    }

    h2,.h2 {
        font-size: 2.125rem;
    }

    h3,.h3 {
        font-size: 1.8rem;
    }

    h4,.h4 {
        font-size: 1.445rem;
    }

    h5,.h5 {
        font-size: 1.275rem;
    }

    h6,.h6 {
        font-size: 1.0625rem;
    }

    .main-header .top-menu ul li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-header .top-menu ul li a {
        font-size: 1.02rem;
    }

    .main-header .search-trigger {
        display: none;
    }

    .main-header .top-menu > ul > li:last-child:not(.menu-item-has-children) a {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .main-header .top-menu > ul > li.menu-item-has-children {
        padding-left: 20px;
    }

    .main-header .top-menu > ul > li.menu-item-has-children > a:before {
        left: 3px;
    }

    .top-bar-social-label {
        display: none;
    }

    .blog-content-w .blog-content-text-and-meta .blog-content-meta {
        width: 180px;
        padding: 50px 20px;
    }
}

@media (min-width: 1151px) and (max-width: 1250px) {
    .os-text-and-features-w .os-text-and-features-i .wpb_text_column .wpb_wrapper {
        padding:100px 50px;
    }

    .sticky-roll-w .sticky-post .post-header-image .post-header-image-contents {
        padding: 80px 60px 120px;
    }

    .sticky-roll-w .owl-controls {
        left: 60px;
        right: 60px;
        bottom: 80px;
    }

    .sticky-roll-w .sticky-post .post-header-image h1 {
        font-size: 2.25rem;
    }
}

@media (min-width: 1251px) and (max-width: 1350px) {
    .os-text-and-features-w .os-text-and-features-i .wpb_text_column .wpb_wrapper {
        padding:100px 70px;
    }
}

@media (max-width: 1400px) {
    .main-header .logo {
        padding-left:20px;
    }

    .page-sidebar .secondary-menu h3,.page-sidebar .side-menu-list h3 {
        padding-left: 0px;
    }

    .page-sidebar .secondary-menu li.page_item,.page-sidebar .secondary-menu .list-item,.page-sidebar .side-menu-list li.page_item,.page-sidebar .side-menu-list .list-item {
        padding-left: 10px;
    }
}

@media (max-width: 1599px) {
    .floating-prev-post,.floating-next-post {
        display:none;
    }
}

@media (min-width: 1600px) {
    .floating-prev-post,.floating-next-post {
        display:block;
    }
}

@media (min-width: 1450px) and (max-width: 1699px) {
    .floating-prev-post,.floating-next-post {
        width:150px;
    }

    .floating-prev-post {
        left: -70px;
    }

    .floating-prev-post figure .fader .fader-label {
        right: 10%;
        left: auto;
        -webkit-transform: translate(0px,-50%);
        -moz-transform: translate(0px,-50%);
        -ms-transform: translate(0px,-50%);
        -o-transform: translate(0px,-50%);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .floating-prev-post:hover figure .fader .fader-label {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }

    .floating-next-post {
        right: -70px;
    }

    .floating-next-post figure .fader .fader-label {
        left: 10%;
        right: auto;
        -webkit-transform: translate(0px,-50%);
        -moz-transform: translate(0px,-50%);
        -ms-transform: translate(0px,-50%);
        -o-transform: translate(0px,-50%);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .floating-next-post:hover figure .fader .fader-label {
        left: 50%;
        right: auto;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }
}
