* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'reactin-webfont';
    src: url("../fonts/reactin-webfont.woff") format("woff"), url("../fonts/reactin-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SamsungSharpSans';
    src: url("../fonts/SamsungSharpSans.woff") format("woff"), url("../fonts/SamsungSharpSans.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SamsungSharpSans-Bold';
    src: url("../fonts/SamsungSharpSans-Bold.woff") format("woff"), url("../fonts/SamsungSharpSans-Bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SamsungSharpSans-Medium';
    src: url("../fonts/SamsungSharpSans-Medium.woff") format("woff"), url("../fonts/SamsungSharpSans-Medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

.page-holder {
    overflow: hidden !important;
    position: relative;
}

.logo img {
    width: 240px;
    height: auto;
}

@media (min-width: 1200px) {

    .container.container-wider {

        max-width: 1200px;
    }
}

.z-index-99999 {

    z-index: 99999 !important;
}

.podia-cta-button {

    margin-bottom: 15px;

}

.podia-cta-button iframe body{

    justify-content: flex-start;
    align-items: flex-start;
}

.mailChimpModal .close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 28px;
    font-weight: 700;
    transform: rotate(
            45deg);
    -webkit-transform: rotate(
            45deg);
}

.mailChimpModal .mc-field-group label {

    font-family: "SamsungSharpSans-Bold";
}

.mailChimpModal .mc-field-group input{

    width: 100%;
    border: none;
    border: 1px solid #839B9C;
    color: #839B9C;
    border-radius: 4px;
    background: transparent;
    padding: 10px;
    margin-bottom: 20px;
}

.mailChimpModal .modal-content {

    margin: auto;
    display: block;
    width: 90%;
    max-width: 700px;
    padding: 40px 40px 15px 30px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 14px 38px 0px rgb(225 225 225 / 15%);
    box-shadow: 0px 14px 38px 0px rgb(225 225 225 / 15%);
    position: relative;
    margin-bottom: 5px;
    margin-top: 10px;
    border: 0;
}

.mailChimpModal .clear {

    text-align: center;
}

.mailChimpModal .clear #mc-embedded-subscribe{

    background-color: #f37c70;
    border: 1px solid #f37c70;
    font-size: 16px;
    font-family: "SamsungSharpSans-Medium";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    padding: 15px 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s;
    -webkit-box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 10%);
    border-radius: 40px;
    letter-spacing: 0px;
}

h1 {
    color: #000;
    font-family: "SamsungSharpSans-Bold";
    font-size: 48px;
    margin-bottom: 0;
    line-height: 1.3;
    padding-bottom: 25px;
    text-transform: uppercase;
}

@media (max-width: 1280px) {
    h1 {
        font-size: 44px;
    }
}

@media (max-width: 1199px) {
    h1 {
        font-size: 38px;
    }
}

@media (max-width: 992px) {
    h1 {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 30px;
    }
}

h1 span {
    font-family: "reactin-webfont";
    color: #f37c70;
    font-size: 90px;
    line-height: 0.7;
    text-transform: none;
}

@media (max-width: 1280px) {
    h1 span {
        font-size: 84px;
    }
}

@media (max-width: 1199px) {
    h1 span {
        font-size: 80px;
    }
}

@media (max-width: 992px) {
    h1 span {
        font-size: 76px;
    }
}

@media (max-width: 768px) {
    h1 span {
        font-size: 70px;
    }
}

@media (max-width: 575px) {
    h1 span {
        font-size: 66px;
    }
}

h1 span span {
    padding-left: 25px;
    margin-right: -25px;
}

@media (max-width: 992px) {
    h1 span span {
        padding-left: 20px;
        margin-right: -20px;
    }
}

h2 {
    color: #000;
    font-family: "SamsungSharpSans-Bold";
    font-size: 48px;
    margin-bottom: 0;
    line-height: 1;
    padding-bottom: 0px;
    position: relative;
    border-bottom: 4px solid #f37c70;
    display: inline-block;
}

@media (max-width: 1280px) {
    h2 {
        font-size: 46px;
    }
}

@media (max-width: 1199px) {
    h2 {
        font-size: 44px;
    }
}

@media (max-width: 992px) {
    h2 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 32px;
    }
}

h3 {
    color: #000;
    font-family: "SamsungSharpSans-Bold";
    font-size: 36px;
    margin-bottom: 0;
    line-height: 1;
    padding-bottom: 15px;
}

@media (max-width: 1280px) {
    h3 {
        font-size: 32px;
    }
}

@media (max-width: 1199px) {
    h3 {
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    h3 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    h3 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
}

p {
    color: #323232;
    font-family: "SamsungSharpSans";
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 15px;
}

@media (max-width: 1280px) {
    p {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    p {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .col-xs-6 {
        width: 50%;
    }
}

.video-play-button {
    position: relative;
    z-index: 10;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    margin: 40px auto 20px auto;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.video-play-button:hover:after {
    background: #fff;
    -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.video-play-button:hover span {
    border-left: 32px solid #f37c70;
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.check-list p {
    background: rgba(0, 0, 0, 0) url("../img/green-check.png") no-repeat scroll 0 0px;
    padding-bottom: 20px;
    padding-left: 35px;
    padding-right: 20px;
    font-family: "SamsungSharpSans-Medium";
}

@media (max-width: 992px) {
    .check-list p {
        background-size: 20px;
    }
}

strong {
    font-family: "SamsungSharpSans-Bold";
}

/* modal */
.modal {
    display: none;
    position: fixed;
    z-index: 5;
    padding-top: 50px;
    padding-bottom: 35px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: left;
    /* Add Animation */
}

.modal .contact-title {
    text-align: left;
}

.modal #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    padding: 40px 40px 15px 30px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 14px 38px 0px rgba(225, 225, 225, 0.15);
    box-shadow: 0px 14px 38px 0px rgba(225, 225, 225, 0.15);
    position: relative;
    margin-bottom: 5px;
    margin-top: 10px;
}

@media (max-width: 992px) {
    .modal #caption {
        padding: 30px 5px 15px 5px;
    }
}

.modal #caption p {
    color: #000000;
    padding-bottom: 10px;
    font-size: 16px;
}

.modal #caption form {
    text-align: left;
}

.modal #caption form h3 {
    font-size: 25px;
}

@media (max-width: 992px) {
    .modal #caption form h3 {
        padding: 22px;
    }
}

@media (max-width: 768px) {
    .modal #caption form h3 {
        padding: 20px;
    }
}

.modal #caption form label {
    font-family: "SamsungSharpSans-Bold";
}

.modal #caption form input {
    width: 100%;
    border: none;
    border: 1px solid #839B9C;
    color: #839B9C;
    border-radius: 4px;
    background: transparent;
    padding: 10px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .modal #caption form input {
        padding: 5px;
    }
}

.modal #caption form input:focus {
    outline: none;
}

.modal #caption form textarea {
    width: 100%;
    border: none;
    border: 1px solid #839B9C;
    color: #839B9C;
    border-radius: 4px;
    background: transparent;
    padding: 10px;
    margin-bottom: 20px;
    resize: none;
    max-height: 180px;
}

@media (max-width: 768px) {
    .modal #caption form textarea {
        padding: 5px;
    }
}

.modal #caption form textarea:focus {
    outline: none;
}

.modal #caption form [type=submit] {
    background-color: #ffc729;
    border: 1px solid #ffc729;
    font-size: 18px;
    font-family: "SamsungSharpSans-Medium";
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2f2e41;
    padding: 15px 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    letter-spacing: 0px;
}

@media (max-width: 992px) {
    .modal #caption form [type=submit] {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .modal #caption form [type=submit] {
        padding: 10px 20px;
        font-size: 16px;
    }
}

.modal #caption form [type=submit]:hover {
    opacity: 0.8;
}

.modal #caption form [type=submit]:focus {
    outline: none;
}

.modal .modal-content, .modal #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.modal #close {
    position: absolute;
    font-size: 40px !important;
    top: -10px;
    right: 10px;
    color: #000000 !important;
    font-size: 40px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.modal #close:hover,
.modal #close:focus {
    opacity: 0.7;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .modal #caption {
        width: 95%;
    }
}

.custom-btn {
    background-color: #ffc729;
    border: 1px solid #ffc729;
    font-size: 18px;
    font-family: "SamsungSharpSans-Medium";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2f2e41;
    padding: 15px 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    letter-spacing: 0px;
}

@media (max-width: 992px) {
    .custom-btn {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .custom-btn {
        padding: 10px 20px;
        font-size: 16px;
    }
}

.custom-btn:hover {
    opacity: 0.8;
}

.custom-btn:focus {
    outline: none;
}

.page-id-6 #breadcrumbs,
.page-id-278 #breadcrumbs {
    display: none;
}

.page-id-6 .top-menu,
.page-id-390 .top-menu,
.page-id-433 .top-menu,
.page-id-445 .top-menu,
.page-id-278 .top-menu {
    position: absolute;
    width: 100%;
    top: 0;
}

.page-id-390 .top-menu .mobile-menu {

    padding-right: 120px;
}

#breadcrumbs {
    padding: 15px 0 20px;
    font-size: 14px;
    color: #629ea8;
    letter-spacing: 1px;
}

#breadcrumbs a {
    color: #629ea8;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

#breadcrumbs .breadcrumb_last {
    color: #629ea8;
    font-weight: bold;
}

/**** Header ****/
.top-menu .navbar-toggler:focus,
.top-menu .navbar-toggler:active {
    outline: 0;
}

.top-menu .navbar-toggler {
    border: none;
}

.top-menu .navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 2px;
    width: 25px;
    margin-top: 6px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    opacity: 1;
    background: #000;
}

.top-menu .navbar-toggler span:nth-child(1) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
    background: #000;
}

.top-menu .navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
    background: #000;
}

.top-menu .navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    top: 65px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
    background: #000;
}

.top-menu .navbar-toggler:not(.collapsed) span:nth-child(2) {
    visibility: hidden;
    background-color: transparent;
    background: #000;
}

.top-menu .navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    top: 65px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
    background: #000;
}

.top-menu #menu-menu li a {
    font-size: 16px;
    font-family: "SamsungSharpSans";
    color: #629ea8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0 10px;
}

@media (max-width: 768px) {
    .top-menu #menu-menu li a {
        font-size: 14px;
        margin: 0px;
    }
}

.top-menu #menu-menu li a:hover {
    text-decoration: underline;
    font-weight: bold;
}

.top-menu #menu-menu .current-menu-item a {
    text-decoration: underline;
    font-weight: bold;
}

.top-menu #menu-menu .custom-btn {
    background: #91beaa;
    border: 1px solid #91beaa;
    text-transform: none;
    padding: 10px 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .top-menu #menu-menu .custom-btn {
        padding: 0px 20px;
        margin-top: 10px;
    }
}

.top-menu #menu-menu .custom-btn a {
    color: #fff;
    margin: 0;
}

.top-menu #menu-menu .custom-btn a:hover {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

.top-menu #menu-menu .custom-btn:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {
    .top-menu #menu-menu {
        background: #fff;
        z-index: 2;
        position: relative;
        padding: 25px 0;
        margin-top: 10px;
        -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    }
}

/**** BIG BANNER ****/

.page-id-278 #banner h1,
.page-id-445 #banner h1,
.page-id-433 #banner h1 {

    text-transform: initial;
}

.page-id-278 #banner button,
.page-id-445 #banner button,
.page-id-433 #banner button {

    background: #f37c70;
    border: 1px solid #f37c70;
    margin-top: 30px;
    color: #fff;
    padding: 30px 50px;
    border-radius: 60px;
}

.page-id-278 #banner,
.page-id-445 #banner,
.page-id-433 #banner {

    padding-bottom: 150px;
}

.page-id-278 #banner,
.page-id-433 #banner {

    padding: 0;
    height: 910px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-id-278 #banner {
    background-position: 70% !important;
}


.page-id-433 #banner .banner-desc h1 {

    padding-bottom: 15px;
}

.page-id-445 #banner {

    padding: 0;
    height: 910px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-id-445 #banner .banner-desc h1 {

    padding-bottom: 15px;
}

.page-id-445 #banner p .custom-font {

    font-family: "reactin-webfont";
    font-size: 55px;
    color: #a0bdb1;
    line-height: 40px;
    margin-left: 10px;
}

.page-id-445 #banner p .custom-font:nth-child(1) {

    margin-left: 0;
}

#banner {
    padding-top: 250px;
    padding-bottom: 250px;
    background-position: top right !important;
    background-size: cover !important;
}

@media (max-width: 1500px) {

    .page-id-433 #banner,
    .page-id-278 #banner,
    .page-id-445 #banner {
        height: 750px;
        padding-top: 150px;
    }

    .page-id-433 #banner .banners-desc,
    .page-id-278 #banner .banners-desc,
    .page-id-445 #banner .banner-desc {
        padding-top: 220px;
    }
}

@media (max-width: 1199px) {
    #banner .banner-desc {
        background: #ffffffd9;
        border-radius: 40px;
        padding: 20px;
    }
}

@media (max-width: 992px) {
    #banner .banner-desc {
        text-align: center;
        padding: 30px;
    }
}

@media (max-width: 992px) {
    #banner .banner-desc {
        padding: 15px;
    }
}

@media (min-width: 1199px) {
    #banner .banner-desc h1 {
        padding-right: 80px;
    }
}

#banner button {
    background-color: #ffc729;
    border: 1px solid #ffc729;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "SamsungSharpSans-Medium";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2f2e41;
    padding: 15px 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    letter-spacing: 0px;
}

#banner .big-banner-mini-subtitle {

    font-family: "SamsungSharpSans-Bold";
}

#banner .additional-text-field-under-button {
    font-size: 16px;
    margin-top: 15px;
    max-width: 291px;
    text-align: center;
}

@media (max-width: 992px) {
    #banner button {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    #banner button {
        padding: 10px 20px;
        font-size: 16px;
    }
}

#banner button:hover {
    opacity: 0.8;
}

#banner button:focus {
    outline: none;
}

/**** IMAGE ROW ****/
#img-row {
    margin-top: -150px;
}

#img-row a .img-row-box {
    background-size: cover !important;
    height: 325px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 40px;
    position: relative;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}

#img-row a .img-row-box::before {
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(#85ad9b), color-stop(60%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, #85ad9b 0%, rgba(255, 255, 255, 0) 60%);
    background: -o-linear-gradient(bottom, #85ad9b 0%, rgba(255, 255, 255, 0) 60%);
    background: linear-gradient(0deg, #85ad9b 0%, rgba(255, 255, 255, 0) 60%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 20px;
}

#img-row a .img-row-box:hover::before {
    background: -webkit-gradient(linear, left bottom, left top, from(#f37c70), color-stop(60%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, #f37c70 0%, rgba(255, 255, 255, 0) 60%);
    background: -o-linear-gradient(bottom, #f37c70 0%, rgba(255, 255, 255, 0) 60%);
    background: linear-gradient(0deg, #f37c70 0%, rgba(255, 255, 255, 0) 60%);
}

@media (max-width: 1199px) {
    #img-row a .img-row-box {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    #img-row a .img-row-box {
        height: 300px;
    }
}

@media (max-width: 480px) {
    #img-row a .img-row-box {
        height: 200px;
    }
}

#img-row a .img-row-box p {
    font-size: 16px;
    color: #fff;
    font-family: "SamsungSharpSans-Bold";
    z-index: 0;
}

@media (max-width: 768px) {
    #img-row a .img-row-box p {
        font-size: 14px;
    }
}

#img-row a:hover {
    text-decoration: none;
}

/**** ACTION ****/
#action {
    padding-top: 100px;
    padding-bottom: 10px;
}

@media (max-width: 992px) {
    #action {
        padding-top: 65px;
    }
}

@media (max-width: 768px) {
    #action {
        padding-top: 45px;
    }
}

#action .action-img-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    #action .action-img-title {
        display: block;
    }
}

#action .action-img-title img {
    width: 50%;
}

@media (max-width: 992px) {
    #action .action-img-title img {
        width: 100%;
        margin-bottom: 15px;
    }
}

#action .action-img-title .action-title {
    padding-top: 25px;
}

#action .action-img-title .action-title p {
    font-size: 30px;
}

@media (max-width: 1280px) {
    #action .action-img-title .action-title p {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    #action .action-img-title .action-title p {
        font-size: 26px;
    }
}

@media (max-width: 992px) {
    #action .action-img-title .action-title p {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    #action .action-img-title .action-title p {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    #action .action-img-title .action-title p {
        font-size: 20px;
    }
}

#action .action-img-title .action-title p span {
    font-family: "reactin-webfont";
    color: #91beaa;
    line-height: 0.7;
    text-transform: none;
    font-size: 58px;
}

@media (max-width: 1280px) {
    #action .action-img-title .action-title p span {
        font-size: 52px;
    }
}

@media (max-width: 1199px) {
    #action .action-img-title .action-title p span {
        font-size: 48px;
    }
}

@media (max-width: 992px) {
    #action .action-img-title .action-title p span {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    #action .action-img-title .action-title p span {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    #action .action-img-title .action-title p span {
        font-size: 30px;
    }
}

#action .action-img-title .action-title p a {
    text-decoration: none;
    pointer-events: none;
}

#action .action-img-title .action-title p a span {
    font-family: "SamsungSharpSans-Bold";
    color: #000;
    font-size: 30px;
}

@media (max-width: 1280px) {
    #action .action-img-title .action-title p a span {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    #action .action-img-title .action-title p a span {
        font-size: 26px;
    }
}

@media (max-width: 992px) {
    #action .action-img-title .action-title p a span {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    #action .action-img-title .action-title p a span {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    #action .action-img-title .action-title p a span {
        font-size: 20px;
    }
}

#action .action-desc {
    padding-top: 60px;
}

@media (max-width: 768px) {
    #action .action-desc {
        padding-top: 30px;
    }
}

#action .action-desc p {
    font-family: "SamsungSharpSans-Medium";
}

#action .action-desc p span {
    font-family: "reactin-webfont";
    color: #91beaa;
    line-height: 0.7;
    text-transform: none;
    font-size: 50px;
    margin-left: 5px;
}

@media (max-width: 1280px) {
    #action .action-desc p span {
        font-size: 46px;
    }
}

@media (max-width: 1199px) {
    #action .action-desc p span {
        font-size: 42px;
    }
}

@media (max-width: 992px) {
    #action .action-desc p span {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    #action .action-desc p span {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    #action .action-desc p span {
        font-size: 34px;
    }
}

#action .action-desc p span span {
    padding-left: 10px;
    margin-right: -10px;
}

@media (max-width: 992px) {
    #action .action-desc p span span {
        padding-left: 5px;
    }
}

#action .action-desc button {
    margin: 75px 0;
}

@media (max-width: 992px) {
    #action .action-desc button {
        margin: 45px 0;
    }
}

@media (max-width: 768px) {
    #action .action-desc button {
        margin: 25px 0;
    }
}

/**** LEFT LIAST IMAGE ****/
#left-list-img {
    background: #dfedef;
    padding-top: 60px;
    padding-bottom: 50px;
}

#left-list-img h2 {
    margin-bottom: 100px;
}

@media (max-width: 992px) {
    #left-list-img h2 {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    #left-list-img h2 {
        margin-bottom: 30px;
    }
}

#left-list-img .check-list {
    padding-bottom: 35px;
}

@media (max-width: 992px) {
    #left-list-img .check-list {
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    #left-list-img .check-list {
        padding-bottom: 0px;
    }
}

#left-list-img .check-list p {
    font-size: 17px;
}

#left-list-img .check-list p span.white-bgd-text {

    background: #fff;
    padding: 0;
}

@media (max-width: 768px) {
    #left-list-img .check-list p {
        font-size: 16px;
    }
}

#left-list-img .check-list p span {
    background: #fff;
    padding: 2px 10px;
}


@media (max-width: 768px) {
    #left-list-img .custom-btn {
        margin: 15px 0;
    }
}

/**** RIGHT LIAST IMAGE ****/
.page-id-8 #right-list-img {
    background: #fff;
}

#right-list-img {
    background: #dfedef;
    padding-top: 60px;
    padding-bottom: 50px;
}

#right-list-img h2 {
    margin-bottom: 100px;
}

@media (max-width: 992px) {
    #right-list-img h2 {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    #right-list-img h2 {
        margin-bottom: 30px;
    }
}

#right-list-img .check-list {
    padding-bottom: 35px;
}

@media (max-width: 992px) {
    #right-list-img .check-list {
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    #right-list-img .check-list {
        padding-bottom: 0px;
    }
}

#right-list-img .check-list p {
    font-size: 18px;
}

@media (max-width: 768px) {
    #right-list-img .check-list p {
        font-size: 16px;
    }
}

#right-list-img .check-list p span {
    background: #fff;
}

#right-list-img button {
    background-color: #ffc729;
    border: 1px solid #ffc729;
    font-size: 18px;
    font-family: "SamsungSharpSans-Medium";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2f2e41;
    padding: 15px 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    letter-spacing: 0px;
}

@media (max-width: 992px) {
    #right-list-img button {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    #right-list-img button {
        margin: 15px 0;
        font-size: 16px;
    }
}

#right-list-img button:hover {
    opacity: 0.8;
}

#right-list-img button:focus {
    outline: none;
}

/**** SERVICES ROW ****/
#services-row {
    padding-top: 75px;
    padding-bottom: 120px;
}

@media (max-width: 992px) {
    #services-row {
        padding-top: 45px;
        padding-bottom: 70px;
    }
}

@media (max-width: 768px) {
    #services-row {
        padding-top: 25px;
        padding-bottom: 35px;
    }
}

#services-row h2 {
    margin-bottom: 100px;
}

@media (max-width: 992px) {
    #services-row h2 {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    #services-row h2 {
        margin-bottom: 30px;
    }
}

#services-row .services-box .services-box-img {
    min-height: 195px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    #services-row .services-box .services-box-img {
        min-height: auto;
        display: block;
    }
}

#services-row .services-box .services-box-title {
    min-height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    #services-row .services-box .services-box-title {
        min-height: auto;
        display: block;
    }
}

#services-row .services-box .services-box-desc {
    min-height: 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    #services-row .services-box .services-box-desc {
        min-height: auto;
        display: block;
    }
}

#services-row .services-box p {
    font-size: 16px;
}

@media (max-width: 768px) {
    #services-row .services-box p {
        font-size: 14px;
    }
}

#services-row .services-box button {
    background-color: #ffc729;
    border: 1px solid #ffc729;
    font-size: 18px;
    font-family: "SamsungSharpSans-Medium";
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #2f2e41;
    padding: 15px 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    letter-spacing: 0px;
}

@media (max-width: 992px) {
    #services-row .services-box button {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    #services-row .services-box button {
        padding: 10px 20px;
        font-size: 16px;
    }
}

#services-row .services-box button:hover {
    opacity: 0.8;
}

#services-row .services-box button:focus {
    outline: none;
}

/**** TESTIMONIALS ****/
#testimonials {
    background-size: cover !important;
    position: relative;
    padding: 265px 0;
    margin-bottom: 70px;
}

.page-id-433 #testimonials,
.page-id-445 #testimonials,
.page-id-278 #testimonials {

    margin-bottom: 0;
}

@media (max-width: 1570px) {
    #testimonials {
        padding: 160px 0;
        margin-bottom: 50px;
    }
}

@media (max-width: 1199px) {
    #testimonials {
        padding: 40px 0;
        margin-bottom: 20px;
    }
}

#testimonials .testimonials-bg-color {
    background: #fff;
    position: absolute;
    left: 0;
    top: 240px;
    width: 55%;
    height: 55%;
}

@media (max-width: 1570px) {
    #testimonials .testimonials-bg-color {
        top: 120px;
        height: 70%;
    }
}

@media (max-width: 1199px) {
    #testimonials .testimonials-bg-color {
        top: 25px;
        height: 85%;
    }
}

@media (max-width: 992px) {
    #testimonials .testimonials-bg-color {
        width: 100%;
        opacity: 0.85;
    }
}

#testimonials .testimonials-box .testimonials-single {
    padding: 20px;
}

#testimonials .testimonials-box .testimonials-single p {
    position: relative;
    padding: 50px;
}

@media (max-width: 992px) {
    #testimonials .testimonials-box .testimonials-single p {
        padding: 25px;
    }
}

#testimonials .testimonials-box .testimonials-single p::before {
    content: "";
    background: url("../img/quote-up.png");
    background-size: cover;
    width: 38px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 992px) {
    #testimonials .testimonials-box .testimonials-single p::before {
        width: 25px;
        height: 17px;
    }
}

#testimonials .testimonials-box .testimonials-single p::after {
    content: "";
    background: url("../img/quote-down.png");
    background-size: cover;
    width: 38px;
    height: 25px;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 992px) {
    #testimonials .testimonials-box .testimonials-single p::after {
        width: 25px;
        height: 16px;
    }
}

#testimonials .testimonials-box .testimonials-single-name {
    padding-top: 15px;
}

#testimonials .testimonials-box .testimonials-single-name p {
    padding: 0 50px;
}

#testimonials .testimonials-box .testimonials-single-name p::before {
    content: none;
}

#testimonials .testimonials-box .testimonials-single-name p::after {
    content: none;
}

#testimonials .slick-prev {
    width: 50px;
    height: 50px;
    left: -80px;
    display: none;
}

#testimonials .slick-prev::before {
    content: "" !important;
    display: block;
    background: url("../img/grey-arrow-left.png") no-repeat;
    width: 51px;
    height: 51px;
    background-size: cover;
    margin: 0 auto;
}

#testimonials .slick-next {
    width: 50px;
    height: 50px;
    left: 0;
    top: 90%;
    z-index: 1;
}

@media (max-width: 1199px) {
    #testimonials .slick-next {
        top: 80%;
    }
}

#testimonials .slick-next::before {
    content: "" !important;
    display: block;
    background: url("../img/arrow-right.png") no-repeat;
    width: 51px;
    height: 51px;
    background-size: cover;
    margin: 0 auto;
}

@media (max-width: 992px) {
    #testimonials .slick-next::before {
        background-size: 35px;
    }
}

#testimonials .slick-dots {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -75px;
    right: -130px;
}

@media (max-width: 1570px) {
    #testimonials .slick-dots {
        right: -115px;
    }
}

@media (max-width: 1280px) {
    #testimonials .slick-dots {
        right: -135px;
    }
}

@media (max-width: 1199px) {
    #testimonials .slick-dots {
        right: -30px;
    }
}

@media (max-width: 992px) {
    #testimonials .slick-dots {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: -10px;
        top: auto;
        right: 0;
    }
}

@media (max-width: 480px) {
    #testimonials .slick-dots {
        bottom: 0px;
    }
}

#testimonials .slick-dots li {
    margin: 0 20px;
    width: 51px !important;
    height: 51px !important;
}

@media (max-width: 1280px) {
    #testimonials .slick-dots li {
        margin: 0 10px;
    }
}

@media (max-width: 992px) {
    #testimonials .slick-dots li {
        margin: 0 5px;
    }
}

@media (max-width: 1199px) {
    #testimonials .slick-dots li {
        width: 35px !important;
        height: 35px !important;
    }
}

@media (max-width: 992px) {
    #testimonials .slick-dots li {
        width: 25px !important;
        height: 25px !important;
    }
}

#testimonials .slick-dots li button::before {
    color: transparent !important;
    opacity: 1 !important;
    border-radius: 50px;
    width: 51px !important;
    height: 51px !important;
    line-height: 51px !important;
    font-size: 0;
}

@media (max-width: 1199px) {
    #testimonials .slick-dots li button::before {
        width: 35px !important;
        height: 35px !important;
    }
}

@media (max-width: 992px) {
    #testimonials .slick-dots li button::before {
        width: 25px !important;
        height: 25px !important;
    }
}

#testimonials .slick-dots #slick-slide-control00::before {
    background: #f37c70;
}

#testimonials .slick-dots #slick-slide-control01::before {
    background: #91beaa;
}

#testimonials .slick-dots #slick-slide-control02::before {
    background: #ffc729;
}

#testimonials .slick-dots #slick-slide-control03::before {
    background: #629ea8;
}

#testimonials .slick-dots #slick-slide-control04::before {
    background: #91beaa;
}

#testimonials .slick-dots .slick-active button::before {
    color: #f37c70 !important;
    opacity: 1;
    border: 5px solid #fff;
    width: 51px !important;
    height: 51px !important;
    line-height: 51px !important;
}

@media (max-width: 1199px) {
    #testimonials .slick-dots .slick-active button::before {
        width: 35px !important;
        height: 35px !important;
    }
}

@media (max-width: 992px) {
    #testimonials .slick-dots .slick-active button::before {
        width: 25px !important;
        height: 25px !important;
        border: 3px solid #fff;
    }
}

/**** FULL BG ****/
#full-bg {
    background: #dfedef;
    padding: 60px 0;
}

@media (max-width: 992px) {
    #full-bg {
        padding: 30px 0;
    }
}

#full-bg .img-video {
    position: relative;
}

#full-bg .img-video .single-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#full-bg .full-desc p {
    font-size: 16px;
}

@media (min-width: 1280px) {
    #full-bg .full-desc p {
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    #full-bg .full-desc p {
        font-size: 14px;
    }
}

#full-bg .custom-btn {
    background: #f37c70;
    color: #fff;
    border: 1px solid #f37c70;
}

/**** HALF BG ****/
#half-bg {
    padding-top: 75px;
    padding-bottom: 120px;
    position: relative;
}

@media (max-width: 992px) {
    #half-bg {
        padding-top: 45px;
        padding-bottom: 70px;
    }
}

@media (max-width: 768px) {
    #half-bg {
        padding-top: 25px;
        padding-bottom: 35px;
    }
}

#half-bg h2 {
    margin-bottom: 100px;
}

@media (max-width: 992px) {
    #half-bg h2 {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    #half-bg h2 {
        margin-bottom: 30px;
    }
}

#half-bg .img-video {
    position: relative;
}

#half-bg .img-video .single-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#half-bg .half-bg-color {
    background: #dfedef;
    position: absolute;
    right: 0;
    bottom: 70px;
    width: 55%;
    height: 70%;
    z-index: -1;
}

@media (max-width: 992px) {
    #half-bg .half-bg-color {
        display: none;
    }
}

#half-bg .half-desc p {
    font-size: 16px;
}

@media (max-width: 768px) {
    #half-bg .half-desc p {
        font-size: 14px;
    }
}


/**** INSTAGRAM ****/
#insta-row {
    background: #dfedef;
    padding-top: 75px;
    padding-bottom: 75px;
}

@media (max-width: 992px) {
    #insta-row {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

@media (max-width: 768px) {
    #insta-row {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

#insta-row h2 {
    border-bottom: 0;
    font-family: "SamsungSharpSans-Medium";
    padding-bottom: 55px;
    line-height: 1.3;
}

#insta-row h2 span {
    font-family: "SamsungSharpSans-Bold";
    color: #f37c70;
}

#insta-row h2 span a {
    font-family: "SamsungSharpSans-Bold";
    color: #f37c70;
    text-decoration: underline;
}

#insta-row h2 span a:hover {
    font-family: "SamsungSharpSans-Bold";
    color: #f37c70;
    text-decoration: none;
}

#insta-row a img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#insta-row a img:hover {
    opacity: 0.7;
}

/**** FOOTER ****/
footer {
    background: #282828;
    padding-top: 45px;
    padding-bottom: 45px;
}

@media (max-width: 992px) {
    footer {
        text-align: center;
    }
}

@media (max-width: 992px) {
    footer .footer-logo {
        margin-bottom: 20px;
    }
}

footer .foot-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    footer .foot-menu {
        display: block;
    }
}

footer .foot-menu #menu-menu_footer {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
}

@media (max-width: 992px) {
    footer .foot-menu #menu-menu_footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

footer .foot-menu #menu-menu_footer li a {
    font-size: 18px;
    font-family: "SamsungSharpSans-Medium";
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0 25px;
}

@media (max-width: 1199px) {
    footer .foot-menu #menu-menu_footer li a {
        margin: 0 10px;
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    footer .foot-menu #menu-menu_footer li a {
        margin: 0px;
    }
}

@media (max-width: 768px) {
    footer .foot-menu #menu-menu_footer li a {
        font-size: 14px;
    }
}

footer .foot-menu #menu-menu_footer li a:hover {
    text-decoration: none;
    color: #f37c70;
}

footer .foot-menu #menu-menu_footer .current-menu-item a {
    color: #f37c70;
}

footer .foot-menu button {
    border: none;
    background: transparent;
    font-size: 18px;
    font-family: "SamsungSharpSans-Medium";
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1199px) {
    footer .foot-menu button {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    footer .foot-menu button {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    footer .foot-menu button {
        font-size: 14px;
    }
}

footer .foot-menu button:hover {
    text-decoration: none;
    color: #f37c70;
}

footer .foot-menu button:focus {
    outline: none;
}

footer .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

footer .footer-social .single-social img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    max-width: 22px;
}

footer .footer-social .single-social img:hover {
    -webkit-filter: invert(70%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(60%);
    filter: invert(70%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(60%);
}

/*
.test {
  background: rgb(243,124,112);
background: linear-gradient(0deg, rgba(243,124,112,1) 0%, rgba(255,255,255,1) 60%);

background: rgb(133,173,155);
background: linear-gradient(0deg, rgba(133,173,155,1) 0%, rgba(255,255,255,1) 60%);
} */


/*new css 05/10/2021*/

/*image half content half*/
#imagehalf-contenthalf-bg {
    position: relative;
}

#imagehalf-contenthalf-bg .image-holder {

    position: absolute;
    top: 0;
    width: 50%;
}

@media (max-width: 992px) {
    #imagehalf-contenthalf-bg .image-holder {
        position: relative;
        width: 100%;
        text-align: center;
    }
}


#imagehalf-contenthalf-bg h2 {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    #imagehalf-contenthalf-bg h2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    #imagehalf-contenthalf-bg h2 {
        margin-bottom: 20px;
    }
}

#imagehalf-contenthalf-bg .half-bg-color {
    background: #dfedef;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 650px;
}

@media (max-width: 992px) {
    #imagehalf-contenthalf-bg .half-bg-color {
        display: none;
    }
}

#imagehalf-contenthalf-bg .content-holder {

    min-height: 650px;
    align-items: center;
    display: flex;
    padding-left: 120px;
}

@media (max-width: 992px) {
    #imagehalf-contenthalf-bg .content-holder {
        padding: 30px 0;
        min-height: auto;
    }
}

@media (max-width: 768px) {
    #imagehalf-contenthalf-bg .content-holder {
        padding: 30px 16px;
    }

    #imagehalf-contenthalf-bg .button-moneyguarante-holder {

        text-align: center;
    }
}


#imagehalf-contenthalf-bg .half-desc p {
    font-size: 16px;
}

#imagehalf-contenthalf-bg .half-desc p strong {

    font-size: 20px;
}

@media (max-width: 768px) {
    #imagehalf-contenthalf-bg .half-desc p {
        font-size: 14px;
    }
}

#imagehalf-contenthalf-bg .btn {

    background: #f37c70;
    color: #fff;
    border: 1px solid #f37c70;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 16px;
}

#imagehalf-contenthalf-bg .money-back {

    font-size: 12px !important;
    font-weight: 500;
    color: #f37c70;
    text-align: center;
}

/*middle quote full bg*/

#middle-quote-full-bg {

    background: #eff5f2;
    padding: 90px 0 60px 0;
}

#middle-quote-full-bg .quote-content-holder {

    max-width: 745px;
    margin: 0 auto;
}

#middle-quote-full-bg .quote {

    position: relative;
}

#middle-quote-full-bg .author {

    text-align: right;
    margin-top: 25px;
}

#middle-quote-full-bg .quote::before {

    content: "";
    background: url("../img/new-quote-up.png");
    width: 38px;
    height: 25px;
    display: block;
    position: absolute;
    top: 0;
    left: -60px;
}

@media (max-width: 768px) {
    #middle-quote-full-bg .quote::before {
        top: -30px;
        left: -10px;
    }
}

#middle-quote-full-bg .quote::after {

    content: "";
    background: url("../img/new-quote-down.png");
    width: 38px;
    height: 25px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 768px) {
    #middle-quote-full-bg .quote::after {
        right: -10px;
    }
}

#middle-quote-full-bg .custom-btn {

    background: #f37c70;
    color: #fff;
    border: 1px solid #f37c70;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto 15px auto;
}

#middle-quote-full-bg .money-back {
    display: flex;
    justify-content: center;
    font-size: 12px !important;
    font-weight: 500;
    color: #f37c70;
}


/*full width list image*/

#full-width-list-image {
    padding: 90px 50px;
}

@media (max-width: 768px) {
    #full-width-list-image {
        padding: 60px 0;
    }
}

#full-width-list-image h2 {

    margin-bottom: 55px;
}

@media (max-width: 991px) {
    #full-width-list-image h2 {
        margin-bottom: 30px;
    }
}

#full-width-list-image .white-block {
    background: #fff;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    #full-width-list-image .white-block {
        padding: 25px;
    }
}

#full-width-list-image .check-list {

    margin: 0 90px 30px 90px;
}

@media (max-width: 768px) {
    #full-width-list-image .check-list {
        margin: 0 15px 30px 15px;
    }

    #full-width-list-image .check-list p {

        font-size: 16px;
    }
}

#full-width-list-image .additinal-text-holder {

    text-align: center;
    max-width: 820px;
    margin: 0 auto;
}

#full-width-list-image .additinal-text-holder p.bolded {

    font-weight: bold;
}

#full-width-list-image .additinal-text-holder p span {

    font-family: "reactin-webfont";
    color: #7ea594;
    font-size: 50px;
    font-weight: normal;
}

#full-width-list-image .custom-btn {

    margin-top: 30px;
}


/*left list image desc white bg*/

/**** LEFT LIST IMAGE ****/
#left-list-img-desc-white-bg {
    background: #eff5f2;
    padding-top: 60px;
    padding-bottom: 50px;
}

#left-list-img-desc-white-bg h2 {
    margin-bottom: 100px;
}

@media (max-width: 992px) {
    #left-list-img-desc-white-bg h2 {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    #left-list-img-desc-white-bg h2 {
        margin-bottom: 30px;
    }
}

#left-list-img-desc-white-bg .check-list {
    background: #fff;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    max-width: 420px;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 60px;
}

#left-list-img-desc-white-bg .check-list::after {

    content: "";
    background: url("../img/white-box-arrow-right.png");
    background-size: cover;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translate(0, -50%);
}

@media (max-width: 992px) {
    #left-list-img-desc-white-bg .check-list {
        padding-bottom: 20px;
        margin: 0 auto;
        margin-bottom: 60px;
    }

    #left-list-img-desc-white-bg .check-list::after {

        display: none;
    }

    #left-list-img-desc-white-bg .button-holder {

        text-align: center;
    }

}

@media (max-width: 768px) {
    #left-list-img-desc-white-bg .check-list {
        padding-bottom: 0px;
    }
}

#left-list-img-desc-white-bg .check-list p {
    font-size: 17px;
}

#left-list-img-desc-white-bg .check-list p {

    background: rgba(0, 0, 0, 0) url("../img/darkorange-check.png") no-repeat scroll 0 4px;
}

#left-list-img-desc-white-bg .check-list p:nth-last-child(1) {

    padding-bottom: 0;
}

@media (max-width: 768px) {
    #left-list-img-desc-white-bg .check-list p {
        font-size: 16px;
    }
}

#left-list-img-desc-white-bg .check-list p span {
    background: #fff;
    padding: 2px 10px;
}

@media (max-width: 768px) {
    #left-list-img-desc-white-bg .custom-btn {
        margin: 15px 0;
    }
}


/*common questions*/

#common-questions {

    padding-top: 50px;
    margin-bottom: 120px;
}

#common-questions .title {

    margin-bottom: 50px;
    border-bottom: 0;
    text-align: center;
    width: 100%;
}

#common-questions .card {
    border: 0;
    background: #fff;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
}


#common-questions .card .card-header {
    padding: 0;
    border: 0;
    background: transparent;
}

#common-questions .card h5 a:hover {

    text-decoration: none;
}

#common-questions .card h5 p {

    padding: 60px 0 60px 60px;
    font-size: 27px;
    font-weight: bold;
}

@media (max-width: 768px) {
    #common-questions .card h5 p {
        padding: 30px;
        font-size: 24px;
    }
}


#common-questions .card .card-body {
    margin-left: 60px;
    margin-right: 60px;
    padding: 0;
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    #common-questions .card .card-body {
        margin-left: 30px;
        margin-right: 30px;
        padding-bottom: 30px;
    }
}


#common-questions .card .card-body p {
    padding: 0;
    border-top: 1px solid #dbdbdb;
    padding-top: 60px;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 768px) {
    #common-questions .card .card-body p {
        padding-top: 30px;
    }
}

/*img row clean*/

#img-row-clean {

    padding-top: 50px;
}

#img-row-clean h2 {

    margin-bottom: 100px;
}

@media (max-width: 992px) {
    #img-row-clean h2 {
        margin-bottom: 50px;
    }
}


#img-row-clean a .img-row-box {
    background-size: cover !important;
    height: 390px;
    border-radius: 20px;
}

@media (max-width: 768px) {
    #img-row-clean a .img-row-box {
        height: 300px;
    }
}

@media (max-width: 480px) {
    #img-row-clean a .img-row-box {
        height: 200px;
    }
}

#img-row-clean a .img-row-box p {
    font-size: 16px;
    color: #fff;
    font-family: "SamsungSharpSans-Bold";
    z-index: 0;
    padding-top: 30px;
    text-align: center;
}

@media (max-width: 768px) {
    #img-row-clean a .img-row-box p {
        font-size: 14px;
    }
}

#img-row-clean a:hover {
    text-decoration: none;
}

/*action clean*/

#action-clean {

    padding-bottom: 80px;
}

#action-clean .text-center {

    max-width: 860px;
    margin: 0 auto;
}

#action-clean .title {

    font-family: "reactin-webfont";
    color: #7ea594;
    font-size: 50px;
    font-weight: normal;
}

#action-clean .desc {

    color: #636363;
    font-weight: 400;
    margin-bottom: 30px;
}

#action-clean .desc span {

    color: #323232;
    font-weight: 600;
}


/*video only*/

#video-only {

    padding: 120px 0;
}

#video-only h2 {
    margin-bottom: 50px;
}

#video-only .video-holder {

    text-align: center;
    position: relative;
}

#video-only .video-play-button {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 80px;
    padding: 0;
    box-shadow: none;
    border: navajowhite;
    background: transparent;
    border-radius: 0;
    margin: 0;
}

#video-only .video-play-button::after,
#video-only .video-play-button::before {

    display: none;
}


/*right list double image pdf*/
#right-list-double-img-pdf {

    margin-bottom: 150px;
}

#right-list-double-img-pdf h2 {

    margin-bottom: 50px;
    max-width: 385px;
}

#right-list-double-img-pdf .text-holder p {
    font-size: 20px;
}

#right-list-double-img-pdf .text-holder h5 {
    font-size: 20px;
    font-family: 'SamsungSharpSans-Medium';
    margin-bottom: 15px;
}

#right-list-double-img-pdf .custom-class-id {

    text-align: right;
}

#right-list-double-img-pdf .image-holder {
    position: relative;
}

#right-list-double-img-pdf .image-holder .image-content-holder .pdf-image {
    position: absolute;
    width: 64%;
    bottom: -60px;
    left: -20px;
}

#right-list-double-img-pdf .image-holder .image-content-holder .check-list {
    width: 45%;
    background: #fff;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 20px 20px 20px;
    border-radius: 10px;
    position: absolute;
    width: 280px;
    right: -30px;
    bottom: -60px;
    text-align: left;
}

@media (max-width: 1200px) {
    #right-list-double-img-pdf .image-holder .image-content-holder .pdf-image {
        width: 60%;
        left: -50px;
    }
}

@media (max-width: 991px) {
    #right-list-double-img-pdf .image-holder .image-content-holder .check-list {
        width: 50%;
    }
}

@media (max-width: 768px) {

    #right-list-double-img-pdf {

        margin-bottom: 80px;
    }

    #right-list-double-img-pdf .text-holder {

        margin-bottom: 40px;
    }

    #right-list-double-img-pdf .image-holder .image-content-holder {

        width: 100%;
        position: relative;
    }

    #right-list-double-img-pdf .image-holder .image-content-holder .pdf-image {

        display: none;
    }

    #right-list-double-img-pdf .image-holder .image-content-holder .check-list {
        width: 100%;
        padding-left: 0;
        position: relative;
        right: 0;
        bottom: 0;
        padding-left: 20px;
    }
}

#right-list-double-img-pdf .custom-btn {
    margin-top: 30px;
    background: #f37c70;
    color: #fff;
    border: 1px solid #f37c70;
}

#right-list-double-img-pdf .check-list p {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 2px;
    padding-left: 25px;
    background: rgba(0, 0, 0, 0) url("../img/darkorange-check.png") no-repeat scroll 0 4px;
}


/*hero image only*/
#hero-image-only {

    min-height: 350px;
    display: flex;
    align-items: center;
}

#hero-image-only img {

    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

#hero-image-only h2 {

    margin-top: 85px;
}

/*single services row with desc*/

#single-services-row-with-desc {
    background: #e3eee9;
    padding: 70px;
}

@media (max-width: 480px) {

    #single-services-row-with-desc {
        padding: 16px;
    }

}

#single-services-row-with-desc .text-holder {
    text-align: center;
}

#single-services-row-with-desc .text-holder img {
    margin-bottom: 70px;
}

#single-services-row-with-desc .text-holder h3 {
    font-size: 30px;
    line-height: 40px;
    color: #2f2e41;
    font-weight: 500;
    margin-bottom: 20px;
}

#single-services-row-with-desc .text-holder p {
    font-size: 18px;
    font-weight: 500;
}

#single-services-row-with-desc .text-holder .custom-btn {
    border: 0;
    background: #8ac6b4;
    color: #fff;
}


/*right list image small title*/

#right-list-img-small-title {
    /*padding-top: 60px;*/
    padding-bottom: 50px;

}

@media (max-width: 768px) {

    #right-list-img-small-title {

        padding-top: 0;
    }
}

#right-list-img-small-title h3 {

    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}


@media (max-width: 1480px) {
    #right-list-img-small-title .image-shadow-shape {

        content: "";
        background: url("../img/image-shadow-grey-shape.png");
        background-size: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: -180px;
        left: -170px;
        z-index: -1;
    }
}

@media (max-width: 991px) {
    #right-list-img-small-title .image-shadow-shape {

        display: none;
    }

}

#right-list-img-small-title .check-list {
    padding-bottom: 35px;
}

@media (max-width: 992px) {
    #right-list-img-small-title .check-list {
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    #right-list-img-small-title .check-list {
        padding-bottom: 0px;
    }
}

#right-list-img-small-title .check-list p {
    font-size: 18px;
}

@media (max-width: 768px) {
    #right-list-img-small-title .check-list p {
        font-size: 16px;
    }
}

#right-list-img-small-title .check-list p span {
    background: #fff;
}

#right-list-img-small-title .check-list p span.blue-bgd-span {
    /*background: #edf5f5;*/
    background: #ffc72947;
}

#right-list-img-small-title button {
    background-color: #f37c70;
    border: 1px solid #f37c70;
    font-size: 18px;
    font-family: "SamsungSharpSans-Medium";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    padding: 30px 50px;
    border-radius: 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    letter-spacing: 0px;
}

@media (max-width: 992px) {
    #right-list-img-small-title button {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    #right-list-img-small-title button {
        margin: 15px 0;
        font-size: 16px;
    }
}

#right-list-img-small-title button:hover {
    opacity: 0.8;
}

#right-list-img-small-title button:focus {
    outline: none;
}


#blog-page .hero-section {
    background: #dfedef;
    position: relative;
    min-height: 252px;
    display: flex;
    align-items: center;
    padding: 120px 0;
    margin-bottom: 140px;
}

@media (max-width: 768px) {
    #blog-page .hero-section {

        padding-bottom: 20px;
        margin-top: 80px;
    }

}

#blog-page .hero-section .blog-hero-image {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    /* z-index: -1; */
    display: flex;
    justify-content: flex-end;
    transform: translate(0, -50%);
}

#blog-page .hero-section .title-holder {
    width: 50%;
    min-height: 252px;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

#blog-page .hero-section .title-holder .subtitle {
    font-family: "reactin-webfont";
    color: #f37c70;
    font-size: 80px;
    font-weight: normal;
    line-height: 80%;
}

@media (max-width: 768px) {
    #blog-page .hero-section .title-holder .subtitle {
        color: #000;
    }
}

#blog-page .hero-section .title-holder .title {
    width: max-content;
}


#blog-page .blog-posts-content .posts-holder .thumbnail-holder {

    margin-bottom: 20px;
}

#blog-page .blog-posts-content .posts-holder .thumbnail-holder .bgd-image {
    width: 100%;
    height: 190px;
    /* padding: 56.25%; */
    background-repeat: no-repeat;
    border-radius: 11px;
}

@media (max-width: 768px) {
    #blog-page .blog-posts-content .posts-holder .thumbnail-holder .bgd-image {
        background-size: cover;
    }
}

#blog-page .blog-posts-content .posts-holder .post-info {

    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

#blog-page .blog-posts-content .posts-holder .post-info p {
    font-size: 14px;
    padding: 0;
    position: relative;
    padding-right: 30px;
}

#blog-page .blog-posts-content .posts-holder .post-info .comments::after {

    content: "";
    background: url("../img/comments-icon.png");
    background-size: cover;
    width: 20px;
    height: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#blog-page .blog-posts-content .posts-holder .post {
    margin-bottom: 100px;

}

@media (max-width: 991px) {
    #blog-page .blog-posts-content .posts-holder .thumbnail-holder img {
        width: 100%;
        height: auto;
    }
}


#blog-page .blog-posts-content .posts-holder .text-holder {
    margin-bottom: 40px;
}

#blog-page .blog-posts-content .posts-holder .text-holder .title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'SamsungSharpSans-Bold';
}

#blog-page .blog-posts-content .posts-holder .text-holder p {
    font-size: 14px;
    padding: 0;
}

#blog-page .blog-posts-content .posts-holder .post-btn {

    background-color: #ffc729;
    border: 1px solid #ffc729;
    font-size: 16px;
    font-family: "SamsungSharpSans-Medium";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #4c4c4c;
    padding: 15px 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    letter-spacing: 0px;
}

#blog-page .blog-posts-content .posts-holder .post-btn:hover {

    text-decoration: none;
}

#blog-page .sidebar-box {
    background: #fff7df;
    padding: 30px;
    padding-bottom: 50px;
    border-radius: 8px;
    text-align: center;
}

@media (max-width: 991px) {
    #blog-page .sidebar-box {
        margin-bottom: 80px;
    }
}

#blog-page .sidebar-box .title {

    font-size: 28px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#blog-page .sidebar-box .subtitle {
    font-family: 'SamsungSharpSans-Bold';
    font-size: 18px;
}

#blog-page .sidebar-box .text-field {

    font-size: 18px;
    margin-bottom: 40px;
}

#blog-page .sidebar-box .sidebar-btn {

    background-color: #f37c70;
    border: 1px solid #f37c70;
    font-size: 16px;
    font-family: "SamsungSharpSans-Medium";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    padding: 15px 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    letter-spacing: 0px;
}

@media (max-width: 768px) {
    #blog-page .blog-posts-content .posts-holder .row {

        justify-content: center;
    }

    #blog-page .hero-section .blog-hero-image {

        top: 25%;
        width: 70%;
        transform: translate(0, -25%);
    }

    #blog-page .hero-section .blog-hero-image img {

        max-width: 100%;
    }
}


#single-post .hero-section {
    background: #fff1c9;
    position: relative;
    min-height: 252px;
    display: flex;
    align-items: center;
    padding: 120px 0;
    margin-bottom: 140px;
}

@media (max-width: 768px) {
    #single-post .hero-section {

        padding-bottom: 100px;
        margin-top: 80px;
    }
}

#single-post .hero-section .blog-hero-image {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    /* z-index: -1; */
    display: flex;
    justify-content: flex-end;
    transform: translate(0, -50%);
}

#single-post .hero-section .title-holder {
    width: 50%;
    min-height: 252px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#single-post .hero-section .title-holder .subtitle {
    font-family: "reactin-webfont";
    color: #f37c70;
    font-size: 80px;
    font-weight: normal;
    line-height: 80%;
}

@media (max-width: 768px) {
    #single-post .hero-section .title-holder .subtitle {
        color: #000;
    }
}

#single-post .hero-section .title-holder .title {
    width: max-content;
}

#single-post .hero-section .title-holder .author {

    font-size: 14px;
    font-family: 'SamsungSharpSans-Bold';
    margin-top: 40px;
}

@media (max-width: 768px) {

    #single-post .hero-section .title-holder .title {
        width: 100%;
    }
}

#single-post .post-template {
    margin-bottom: 100px;
}

#single-post .date {

    font-size: 14px;
}

#single-post .post-content-body {

    max-width: 747px;
    margin-bottom: 60px;
}


#single-post p {

    font-size: 16px;
    padding: 0;
    margin-bottom: 20px;
}

#single-post h3 {

    margin: 30px 0;
    font-weight: bold;
    font-size: 27px;
}

#single-post figure {

    position: relative;
    min-height: 640px;
    display: flex;
    align-items: center;
    margin: 30px 0;
}

#single-post figure::before {

    content: '';
    background: #eff5f2;
    width: 3400px;
    height: 640px;
    display: block;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    top: 0;
    left: -3000px;
}


@media (max-width: 768px) {

    #single-post figure {

        min-height: 380px;
    }

    #single-post figure::before {

        height: 380px;
    }

    #single-post figure img {

        height: auto;
    }
}

#single-post .comments-holder #comments {

    display: none;
}

#single-post .comments-holder .comments-counter {

    border-bottom: 4px solid #f37c70;
    position: relative;
    padding-left: 30px;
    padding-bottom: 25px;
}

#single-post .comments-holder .comments-counter::before {


    content: "";
    background: url("../img/comments-icon.png");
    background-size: cover;
    width: 20px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 0;
}

#single-post .comments-holder a {

    color: #f37c70;
}

#single-post .comments-holder .commentlist {

    list-style: none;
}

#single-post .comments-holder .commentlist li {

    margin-bottom: 30px;
}

#single-post .comments-holder .commentlist li .children {
    padding-left: 30px;
    list-style: none;
}

#single-post .comments-holder .commentlist li .children li {

    margin-bottom: 0;
}

#single-post .comments-holder .commentlist .comment-meta.commentmetadata {

    margin-bottom: 10px;
}

#single-post .comments-holder .commentlist .comment-meta.commentmetadata a {
    font-size: 12px;
}

#single-post .comments-holder .commentlist .comment-body {

    margin-bottom: 30px;
}

#single-post .comments-holder #respond h3 {

    color: #f37c70;
    margin: 0;
}

#single-post .comments-holder #respond .comment-form-comment {

    display: flex;
    flex-direction: column;
}

#single-post .comments-holder #respond .form-submit #submit {

    background-color: #f37c70;
    border: 1px solid #f37c70;
    font-size: 18px;
    font-family: "SamsungSharpSans-Medium";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    padding: 15px 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s;
    -webkit-box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 10%);
    border-radius: 40px;
    letter-spacing: 0px;
}

#single-post .comments-holder #respond .comment-form-url {

    display: none;
}

#single-post .comments-holder #respond .comment-form-author,
#single-post .comments-holder #respond .comment-form-email {

    display: flex;
    flex-direction: column;
}

#single-post .comments-holder #respond .comment-form-author #author,
#single-post .comments-holder #respond .comment-form-email #email {

    border: 1px solid #f37c70;
    min-height: 40px;
    width: 50%;
}

#single-post .sidebar-box {
    background: #dfedef;
    padding: 30px;
    padding-bottom: 50px;
    border-radius: 8px;
    text-align: center;
}

@media (max-width: 991px) {
    #single-post .sidebar-box {
        margin-bottom: 80px;
    }
}

#single-post .sidebar-box .title {

    font-size: 28px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#single-post .sidebar-box .subtitle {

    font-family: 'SamsungSharpSans-Bold';
    font-size: 18px;
}

#single-post .sidebar-box .text-field {

    font-size: 18px;
    margin-bottom: 40px;
}

#single-post .sidebar-box .sidebar-btn {

    background-color: #f37c70;
    border: 1px solid #f37c70;
    font-size: 16px;
    font-family: "SamsungSharpSans-Medium";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    padding: 15px 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    letter-spacing: 0px;
}


#single-post .share-post-holder {

    margin-bottom: 60px;
}


#single-post .share-post-holder h3 {

    margin-bottom: 5px;
}

@media (max-width: 991px) {

    #single-post .hero-section {

        padding: 70px 0;
        margin-bottom: 100px;
    }

    #single-post .post-template {
        margin-bottom: 0;
    }

    #single-post .comments-holder {

        margin-bottom: 100px;
    }

    #single-post .hero-section .title-holder {

        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        min-height: auto;
        margin-bottom: 100px;
    }

    #single-post .hero-section .col-lg-6.text-right {

        text-align: center !important;
    }
}

#single-services-row-with-desc .ssrwd.custom-item {

    background: #fdf4da;
    padding: 80px 0;
}

#single-services-row-with-desc .ssrwd.custom-item .custom-btn {

    background: #f37c70;
    margin-top: 30px;
}

#whiteblock-questions-comments-feedback {

    margin: 80px 0;
}

#whiteblock-questions-comments-feedback .block {

    background: #fff;
    align-items: center;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 80px;
}

@media (max-width: 991px) {

    #whiteblock-questions-comments-feedback .block {

        padding: 30px 30px;
    }
}

#whiteblock-questions-comments-feedback .block .title {

    font-family: 'SamsungSharpSans-Bold';
    font-size: 36px;
}

#whiteblock-questions-comments-feedback .block .image-holder {

    margin-right: 30px;
}

#whiteblock-questions-comments-feedback .block .text-holder p:nth-last-child(1) {

    padding-bottom: 0;
}

#whiteblock-questions-comments-feedback .block .text-field {

    font-size: 16px;
}

#whiteblock-questions-comments-feedback .block .text-field a {
    font-family: 'SamsungSharpSans-Medium';
    color: #65abfc;
}

@media (max-width: 768px) {
    #whiteblock-questions-comments-feedback .block .image-holder {
        width: 40%;
    }

    #whiteblock-questions-comments-feedback .block .text-holder {

        width: 60%;
    }

    #whiteblock-questions-comments-feedback .block .title {

        font-size: 28px;
    }
}

@media (max-width: 480px) {

    #whiteblock-questions-comments-feedback .block {

        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    #whiteblock-questions-comments-feedback .block .image-holder {

        width: 100%;
        margin: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    #whiteblock-questions-comments-feedback .block .text-holder {

        width: 100%;
        text-align: center;
    }
}


