/*
Theme Name: Themify Ultra Child
Description: Child theme for Themify Ultra
Author: Themify
Template: themify-ultra
*/

/* write custom css below */

/* ==== Font CSS Start ==== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==== Font CSS End ==== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    overflow-x: hidden !important;
}

a {
    transition: 0.3s;
    color: #f27c7e;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus {
    outline: none !important;
    text-decoration: none !important;
}

input[type="radio"]:checked:before {
    background-color: #f27c7e;
}

.pagewidth,
.module_row > .row_inner,
.module-layout-part .module_row.fullwidth_row_container > .row_inner {
    max-width: 80%;
}

.p-text p:last-child {
    margin-bottom: 0;
}

.banner-slider .slide-inner-wrap {
    flex-direction: row-reverse;
}

.banner-slider .slide-inner-wrap .tf_rel.slide-image {
    margin: 0;
    flex: 0 0 400px;
    position: relative;
    height: 400px;
}

.banner-slider .slide-inner-wrap .tf_rel.slide-image:before {
    content: "";
    position: absolute;
    top: -50px;
    right: -35px;
    width: 100px;
    height: 100px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../uploads/2022/07/round-shape.svg");
    z-index: 1;
}

.banner-slider .slide-inner-wrap .tf_rel.slide-image img {
    height: 100%;
    object-fit: cover;
}

.banner-slider .slide-content {
    padding: 30px 60px 10px 0 !important;
    flex: 1;
}

.banner-slider .slide-content .slide-title span {
    font-weight: bold;
}

.banner-slider .sec-btn {
    margin-top: 20px;
}

.banner-slider .tf_carousel .tf_swiper-slide {
    transition: 0.5s;
    opacity: 0;
}

.banner-slider .tf_carousel .tf_swiper-slide.tf_swiper-slide-active {
    transition: 0.5s;
    opacity: 1;
}

.banner-slider .tf_overflow {
    overflow: visible;
}

.banner-slider .tf_carousel_nav_wrap {
    margin-top: 85px;
}

.banner-slider .tf_carousel_nav_wrap .tf_carousel_bullet {
    width: 15px;
    height: 15px;
    border-radius: 0 5px;
    background: #fff;
    border: none;
    transition: 0.3s;
    margin-right: 15px;
    margin-left: 0;
}

.banner-slider .tf_carousel_nav_wrap .tf_carousel_bullet.selected,
.banner-slider .tf_carousel_nav_wrap .tf_carousel_bullet:hover {
    background: #f27c7e;
}

.banner-slider .tf_carousel_nav_wrap .tf_carousel_bullet:last-child {
    margin-right: 0;
}

.entry-content p {
    color: #5d6578;
}

.sec-btn,
.submit-btn .sec-btn {
    background: #f27c7e;
    width: 170px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 10px 0 10px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    transition: 0.3s;
    text-transform: capitalize;
}

.sec-btn:hover,
.submit-btn .sec-btn:hover {
    background: #5d6578;
    box-shadow: none;
    transform: unset;
}

.about-image .image-wrap {
    height: 100%;
}

.about-image .image-wrap img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-image:before {
    content: "";
    position: absolute;
    bottom: -70px;
    right: -70px;
    width: 150px;
    height: 150px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../uploads/2022/07/round-shape.svg");
    z-index: 1;
}

mark {
    color: inherit;
    background: 0 0;
    padding: 0 3px 0 0;
    background-image: linear-gradient(#f27c7e, #f27c7e);
    background-repeat: no-repeat;
    background-size: 100% 15%;
    background-position: 25px 105%;
    position: relative;
}

.about-us-sec:before {
    content: "";
    position: absolute;
    top: 335px;
    left: 90px;
    width: 128px;
    height: 132px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../uploads/2021/02/ball.svg");
    z-index: 1;
}

.about-us-sec:after {
    content: "";
    position: absolute;
    top: 78px;
    right: 190px;
    width: 98px;
    height: 98px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../uploads/2022/07/round-shape.svg");
    opacity: 0.5;
    z-index: 1;
}

.counter-box .module-feature-chart-html5 {
    width: 50px;
    height: 50px;
}

.counter-box .module-feature-chart-html5 img {
    border-radius: 0;
    object-fit: unset;
}

.counter-box .module-feature-image {
    margin: 0 17px 0 0;
}

.counter-box .module-feature-title {
    font-size: 30px;
    line-height: 40px;
    color: #5d6578;
    margin: 0;
}

.counter-box {
    display: flex;
    align-items: flex-start;
}

.counter-box .module-feature-content {
    min-width: auto;
    flex: 1;
}

.counter-box .module-feature-content .tb_text_wrap p:last-child {
    margin-bottom: 0;
}

.counter-sec .row_inner {
    position: absolute;
    right: 0;
    transform: scale(1);
    display: block;
}

.counter-sec .counter-col:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../uploads/2022/07/round-shape.svg");
    width: 230px;
    height: 230px;
    opacity: 0.5;
    z-index: -1;
}

.counter-sec .counter-col {
    position: absolute;
    width: 175px !important;
    float: none;
    display: block;
    z-index: 5;
    padding: 0 0 0 15px;
    margin: 0;
}

.counter-sec .counter-col .counter-box {
    background: #fff;
}

.counter-sec .counter-first-col {
    top: -200px;
    right: 740px;
}

.counter-sec .counter-second-col {
    top: -272px;
    right: 414px;
}

.counter-sec .counter-third-col {
    top: -473px;
    right: 188px;
}

.counter-sec .counter-forth-col {
    top: -200px;
    right: 88px;
}

.service-box {
    display: flex;
    align-items: flex-start;
}

.service-box .module-feature-image {
    max-width: unset;
    float: none;
    width: 70px;
    height: 70px;
    margin: 0 20px 0 0;
    flex: 0 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 16%);
    border-radius: 0 10px;
}

.service-box .module-feature-image .module-feature-chart-html5 {
    border-radius: 0;
    width: auto;
    height: auto;
}

.service-box .module-feature-chart-html5 img {
    border-radius: 0;
}

.service-box .module-feature-content {
    flex: 1;
    min-width: auto;
}

.service-box .module-feature-title {
    /* margin: 10px 0 13px 0; */
}

.service-box .tb_text_wrap p:last-child {
    margin: 0;
}

.services-sec .row_inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: -160px;
    width: 500%;
    height: 100%;
    background: #fff4f3;
    z-index: -1;
    border-top: 5px solid #f27c7e;
    border-radius: 0 130px 130px 0;
}

.gallery-grid .module-gallery-grid {
    column-gap: 30px;
    row-gap: 30px;
}

.gallery-grid .gallery-icon a {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.gallery-grid .gallery-icon a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.bag-image {
    position: absolute !important;
    top: 234px;
    left: -210px;
}

.book-image {
    position: absolute !important;
    bottom: 165px;
    left: -304px;
}

.earth-image {
    position: absolute !important;
    top: 50%;
    right: -263px;
    transform: translate(0, -50%);
}

/* ==== Header Start ==== */

.select_theme {
    width: 200px;
    margin: auto;
    display: block;
    max-width: 100%;
    height: 35px;
    padding: 5px 15px;
}

@media screen and (max-width: 767px) {
    .select_theme {
        font-size: 14px;
        padding: 5px 7px;
    }
}

.header-menu ul {
    box-shadow: none !important;
}

.header-menu .ui.nav.tb_default_color a:hover {
    background: #f27c7e;
    color: #fff;
}

.header-menu .ui.nav li a {
    border-radius: 0 !important;
}

.header-right-inner-row:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    background: #f27c7e;
    border-radius: 0 0 0 10px;
}

.header-social {
    text-align: right;
}

.login-module {
    text-align: right;
}

.login-module span.tf_vmiddle {
    margin-right: 0;
}

.header-top .row_inner,
.header-bottom .row_inner {
    width: 100%;
    max-width: 90%;
    position: relative;
}

.header-right-column:before {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    width: 500%;
    height: 100%;
    background: #fff4f3;
    border-radius: 0 0 80px 0;
    border-bottom: 1px solid #f27c7e;
}

.header-right-inner-row .tb-column-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.banner-sec {
    padding: 170px 0 45px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ==== Header End ==== */

.active_module {
    position: unset !important;
}

.active_module > .module {
    width: auto !important;
}

.team-slider {
    margin: 0 -15px;
    margin-bottom: 50px;
}

.team-slider .swiper-slide .slide-image {
    height: 235px;
}

.team-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-slider .swiper-slide .slide-inner-wrap {
    position: relative;
}

.team-slider .swiper-slide .slide-inner-wrap:before,
.team-slider .swiper-slide .slide-inner-wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../uploads/2022/07/round-shape.svg");
    opacity: 0.5;
}

.team-slider .swiper-slide .slide-inner-wrap:after {
    left: auto;
    right: 0;
}

.team-slider .carousel-prev,
.team-slider .carousel-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    background: #f27c7e;
    border-radius: 0;
    margin: 0;
    z-index: 10;
}

.team-slider .carousel-prev:before,
.team-slider .carousel-next:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9.71px;
    height: 16px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../uploads/2021/02/chevron-right-solid.svg");
    z-index: 1;
    border: none;
    margin: 0;
}

.team-slider .carousel-next {
    right: -40px;
    transform: translate(0, -50%) scale(-1, 1);
}

.team-slider .carousel-prev {
    left: -40px;
}

.team-slider .carousel-prev:hover,
.team-slider .carousel-next:hover {
    background: #5d6578;
}

.team-slider .tf_carousel_nav_wrap {
    margin-top: 0;
}

.team-slider .tf_carousel_bullets {
    position: absolute;
    bottom: -50px;
}

.team-slider .tf_carousel_nav_wrap .tf_carousel_bullet {
    width: 15px;
    height: 15px;
    border-radius: 0 5px;
    background: #fff;
    border: none;
    transition: 0.3s;
    margin-right: 15px;
    margin-left: 0;
}

.team-slider .tf_carousel_nav_wrap .tf_carousel_bullet.selected,
.team-slider .tf_carousel_nav_wrap .tf_carousel_bullet:hover {
    background: #f27c7e;
}

.team-slider .tf_carousel_nav_wrap .tf_carousel_bullet:last-child {
    margin-right: 0;
}

.team-round-shape {
    position: absolute !important;
    bottom: -130px;
    left: -165px;
}

.testimonial-slider.module-testimonial-slider .post.tf_swiper-slide {
    margin: 0;
    padding: 0;
}

.testimonial-slider.module-testimonial-slider .testimonial-item {
    background: #fff4f3;
    padding: 35px 50px 84px 50px;
    margin-bottom: 50px;
    margin-top: 10px;
    box-shadow: 0 0 11px 5px rgb(0 0 0 / 8%);
}

.testimonial-slider.module-testimonial-slider .testimonial-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
    width: 100px;
    height: 100px;
}

.testimonial-slider.module-testimonial-slider .testimonial-image img {
    padding: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-slider.module-testimonial-slider .testimonial-image:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    border: 1px dashed #f27c7e;
    z-index: -1;
}

.testimonial-slider .tf_carousel_nav_wrap {
    margin: 0;
}

.testimonial-slider .carousel-prev,
.testimonial-slider .carousel-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
    width: 30px;
    height: 30px;
    background: #f27c7e;
    border-radius: 0;
    margin: 0;
    z-index: 10;
}

.testimonial-slider .carousel-prev:before,
.testimonial-slider .carousel-next:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9.71px;
    height: 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../uploads/2021/02/chevron-right-solid.svg");
    z-index: 1;
    border: none;
    margin: 0;
}

.testimonial-slider .carousel-next {
    right: -40px;
    transform: translate(0, -50%) scale(-1, 1);
}

.testimonial-slider .carousel-prev {
    left: -40px;
}

.testimonial-slider .carousel-prev:hover,
.testimonial-slider .carousel-next:hover {
    background: #5d6578;
}

.testimonial-entry-content {
    height: 130px;
    overflow: auto;
    padding: 0 5px;
    margin-bottom: 20px;
}

.testimonial-entry-content p:last-child {
    margin-bottom: 0;
}

.testimonial-entry-content::-webkit-scrollbar {
    width: 2px;
}

.testimonial-entry-content::-webkit-scrollbar-thumb {
    background: #f27c7e;
}

.testimonial-entry-content::-webkit-scrollbar-track {
    background: #5d6578;
}

.a-image {
    position: absolute !important;
    bottom: 160px;
    left: -108px;
}

.b-image {
    position: absolute !important;
    top: -459px;
    right: -80px;
}

.c-image {
    position: absolute !important;
    top: -185px;
    right: -305px;
}

.pencil-image {
    position: absolute !important;
    bottom: -50px;
    left: -287px;
}

.question-image {
    position: absolute !important;
    bottom: -208px;
    right: -280px;
}

.bulb-image {
    position: absolute !important;
    bottom: 130px;
    left: -210px;
}

.contact-wp i,
.contact-wp em {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
}

.footer-menu .nav > li:last-child > a {
    margin-bottom: 0 !important;
}

.footer-menu .ui.nav.vertical > li a {
    display: inline-block;
}

.newsletter-form form.tb_optin_form {
    display: grid !important;
}

.newsletter-form .tb_optin_success_message p {
    color: green;
}

.newsletter-form .tb_optin_submit {
    position: absolute;
    top: 0;
    right: 0;
}

.newsletter-form .tb_optin_submit button {
    width: 49px;
    height: 49px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-form .tb_optin_submit button:hover {
    color: #fff;
    box-shadow: unset;
    transform: unset;
}

.footer-bottom-left p {
    margin: 0;
}

.footer-left-shape {
    position: absolute !important;
    top: -184px;
    left: -247px;
}

.footer-right-shape {
    position: absolute !important;
    top: -250px;
    right: -270px;
}

.tf_svg_lazy {
    transition: filter 0.3s linear !important;
    filter: unset;
    opacity: 1;
}

.footer-wp a,
.contact-info a {
    word-break: break-word;
}

/* ==== Event Start ==== */

.event-main-box {
    position: relative;
    background: #fff;
    border-radius: 0 10px;
    overflow: hidden;
}

.event-inner-box {
    display: -ms-flexbox;
    display: flex;
    height: 250px;
    position: relative;
}

.event-inner-box .event-box-image {
    flex: 0 0 200px;
    height: 100%;
    width: 100%;
    max-width: 200px;
    border-radius: 0 10px;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    overflow: hidden;
}

.event-inner-box .event-box-image img {
    vertical-align: top;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.event-inner-box .event-box-content {
    flex: 1;
    padding: 30px 20px;
    text-align: left;
    position: relative;
}

.event-inner-box .event-box-content h5 {
    color: #5d6578;
    font-weight: bold;
    line-height: 24px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-inner-box .event-info {
    display: block;
    position: relative;
    padding-left: 23px;
    font-size: 14px;
    line-height: 24px;
}

.event-inner-box .event-info img {
    position: absolute;
    top: 4px;
    left: 0;
}

.event-inner-box .event-read-more-button .sec-btn {
    width: 140px;
    height: 45px;
}

.event-inner-box .event-info-wp .event-info {
    margin-bottom: 2px;
}

.event-inner-box .event-info-wp .event-info:last-child {
    margin-bottom: 0;
}

.event-inner-box .event-info-wp {
    margin-bottom: 13px;
}

.event-inner-box .event-box-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 64px;
    height: 64px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../uploads/2022/07/round-shape.svg");
    opacity: 0.5;
    z-index: 1;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-slide:focus {
    outline: none !important;
}

.slick-dots {
    bottom: -45px;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 15px;
}

.slick-dots li button:before {
    content: none !important;
}

.slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 0 5px;
    background: #fff;
    border: none;
    transition: 0.3s;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background: #f27c7e;
    box-shadow: unset;
    transform: unset;
}

.home-event-slider {
    margin: 0 -15px;
}

.home-event-slider .slick-slide {
    padding: 0 15px;
}

.home-event-slider .slick-track {
    margin-left: 0;
}

/* ==== Event End ==== */

/* Single Product(Page) Start */

.woocommerce-page #content {
    position: relative;
    padding: 20px 0 100px !important;
}

.woocommerce div.product .entry-summary {
    padding: 80px 0 0 60px;
    margin: 0 !important;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    border: 8px solid #f27c7e;
    border-radius: 0;
    overflow: hidden;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    height: 100%;
}

.woocommerce-product-gallery__image {
    height: 100%;
}

.woocommerce-product-gallery__image a,
.woocommerce-product-gallery__image a img {
    height: 100% !important;
    object-fit: cover;
}

.woocommerce div.product .product_title {
    font-size: 48px;
    position: relative;
    line-height: 58px;
    margin-bottom: 3px;
    font-weight: 700;
    color: #000000;
}

.product-description p {
    color: #595959;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 40px;
}

.product .nyp {
    position: relative;
}

.product .nyp label {
    position: absolute;
    top: 10px;
    font-weight: 400;
    left: 13px;
}

.product .nyp .nyp-input {
    width: 128px !important;
    min-width: auto !important;
    margin-right: 0;
    border: none;
    border: 1px solid #f27c7e !important;
    background: #ffffff;
    border-radius: 0;
    height: 46px;
    padding: 13px 10px 13px 52px;
    color: #595959;
    text-align: left !important;
    font-weight: 400 !important;
    box-shadow: 0 0 7px rgb(0 0 0 / 15%);
}

.woocommerce .button {
    background-color: #f27c7e !important;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 10px 0 10px !important;
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 26px !important;
    transition: 0.3s;
    text-transform: capitalize !important;
    padding: 10px 30px !important;
}

.woocommerce .button:hover {
    color: #fff !important;
    background-color: #5c6578 !important;
    transform: unset;
}

.product_meta a {
    color: #d66f3c;
}

.cart_item a {
    color: #d66f3c;
}

.cart_item a:hover {
    color: #4c494a;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    background: #4c494a;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    border-color: #4c494a;
}

.woocommerce-Tabs-panel--description p {
    background: #d66f3c;
    color: #fff;
    padding: 13px;
}

.cart-collaterals h2 {
    font-size: 24px;
    line-height: 36px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-radius: 0;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    color: #d66f3c;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    max-width: none;
    padding: 0;
}

.woocommerce .wcpa_form_outer .wcpa_form_item .form-control {
    max-width: 450px;
    height: 140px;
    min-height: auto;
    border-radius: 0;
    border: 1px solid #f27c7e;
    color: #000;
    padding: 15px 20px;
    display: block;
    resize: none;
}

.single-product div.product.wcpa_has_options form.cart {
    display: flex !important;
    flex-flow: wrap;
    align-items: flex-start;
}

.woocommerce div.product form.cart div.quantity {
    display: none;
}

.single-product div.product.wcpa_has_options form.cart .nyp {
    order: 1;
    flex: 0 0 150px;
    margin-bottom: 30px;
}

.single-product div.product.wcpa_has_options form.cart .wcpa_form_outer {
    order: 3;
    flex: 0 0 100%;
}

.single-product div.product.wcpa_has_options form.cart .button {
    order: 2;
    flex: 0 0 auto;
    margin-bottom: 30px;
    width: 232px;
}

.woocommerce .wcpa_form_outer .wcpa_form_item label {
    display: none;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    color: #ffcb1f;
}

.woocommerce .wcpa_form_outer {
    margin: 0;
}

.woocommerce .wcpa_form_outer .wcpa_form_item {
    margin: 0;
}

#tf_sticky_buy {
    padding: 35px 0;
    box-shadow: 0 -5px 10px rgb(0 0 0 / 10%);
}

#tf_sticky_buy div.product form.cart .quantity {
    display: none;
}

#tf_sticky_buy .product .nyp {
    margin-bottom: 0;
}

#tf_sticky_buy .wcpa_form_outer {
    display: none;
}

#tf_sticky_buy .tf_sticky_prod_img {
    width: auto;
    flex: 1;
}

#tf_sticky_buy .product {
    justify-content: unset;
}

#tf_sticky_buy div.product div.tf_sticky_prod_img div.summary {
    padding: 0;
}

#tf_sticky_buy form.cart {
    flex-flow: row;
}

.product .nyp .woocommerce-nyp-message {
    display: none !important;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    right: 0.5em;
}

#tf_sticky_buy div.product form.cart .quantity {
    display: none !important;
}

/* Single Product(Page) End */

/* ==== Blog Start ==== */

.blog-post-box {
    position: relative;
}

.blog-entry-meta {
    width: 150px;
    position: absolute;
    top: 10px;
    left: 0;
}

.blog-post-inner-box {
    padding-left: 150px;
}

.blog-entry-meta-box {
    background: #f27c7e;
    height: 56px;
    margin-bottom: 18px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 8px;
    box-shadow: 0 8px 6px 0 rgb(0 0 0 / 16%);
}

.blog-entry-meta-box:last-child {
    margin: 0;
}

.blog-entry-meta-box p {
    color: #fff;
    margin: 0;
    display: inline-flex;
    align-items: center;
}

.blog-entry-meta-box:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f27c7e;
    z-index: -1;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    transform: skewY(2deg);
}

.blog-entry-meta-box.date-box p {
    font-size: 14px;
    line-height: 24px;
}

.blog-entry-meta-box.date-box p span {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-right: 10px;
}

.blog-entry-meta-box.comment-box p span {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    margin-right: 10px;
}

.blog-entry-meta-box.author-box a {
    display: inline-flex;
    align-items: center;
}

.blog-entry-meta-box.author-box img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    border: 1px solid #fff;
}

.blog-entry-meta-box.comment-box {
    width: 110px;
    margin-left: auto;
}

.blog-entry-meta-box.author-box {
    width: 85px;
    margin-left: auto;
}

.blog-right-box {
    border-radius: 0 10px;
    overflow: hidden;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
}

.blog-box-image {
    height: 270px;
    width: 100%;
    display: block;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
}

.blog-box-image a {
    width: 100%;
    height: 100%;
    display: block;
}

.blog-box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-box-content {
    padding: 30px;
    text-align: left;
}

.blog-box-content h5 a {
    font-size: 16px;
    line-height: 26px;
    color: #5d6578;
    font-weight: bold;
}

.blog-box-text p {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-box-text p:last-child {
    margin-bottom: 0;
}

.blog-box-text {
    margin-bottom: 5px;
}

.read-more {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #f27c7e;
}

.read-more:hover {
    color: #5d6578;
}

.slide-arrow {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f27c7e;
    border-radius: 0;
    position: absolute;
    top: -60px;
    padding: 0;
    right: 15px;
    z-index: 10;
}

.slide-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9.71px;
    height: 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../uploads/2021/02/chevron-right-solid.svg");
    z-index: 1;
    border: none;
    margin: 0;
}

.slide-arrow.prev-arrow {
    right: 55px;
}

.slide-arrow.next-arrow {
    transform: scale(-1, 1);
}

.slide-arrow:hover {
    background: #5d6578 !important;
    box-shadow: none;
}

.slide-arrow.prev-arrow:hover {
    transform: unset;
}

.slide-arrow.next-arrow:hover {
    transform: scale(-1, 1);
}

.home-blog-post-slider .slick-list {
    padding: 10px 0;
}

/* ==== Blog End ==== */

/* ==== Scrapbook[Page] Start ==== */

.inner-banner {
    overflow: hidden;
}

.inner-banner:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -280px;
    transform: translate(0, -50%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../../uploads/2021/02/inner-banner-shape.png");
    width: 696px;
    height: 696px;
    opacity: 0.5;
}

.tour-ball {
    position: absolute !important;
    top: 452px;
    left: -305px;
}

.tour-book {
    position: absolute !important;
    top: 43px;
    right: -237px;
}

.fun-image .image-wrap,
.fun-image .image-wrap img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ==== Scrapbook[Page] End ==== */

/* ==== Contact[Page] Start ==== */

.contact-widget:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 30px;
    border: 4px solid #f27c7e;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 16%);
}

.contact-form .form-input-span,
.contact-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    position: relative;
}

.contact-form .form-input-span {
    margin-bottom: 30px;
}

.contact-form .form-input-span .form-input {
    width: 100%;
    margin: 0;
    background: #ffffff;
    border: none;
    border-radius: 0 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
    height: 50px;
    padding: 15px 20px;
    color: #5d6578;
}

.contact-form .form-input-span .form-input::placeholder {
    color: #5d6578;
}

.contact-form .form-input-span textarea.form-input {
    height: 120px;
    resize: none;
    min-height: auto;
    display: block;
}

.contact-map .tb_text_wrap {
    height: 100%;
}

/* ==== Contact[Page] End ==== */

/* ==== Employment[Page] Start ==== */

.pink-color {
    color: #f27c7e;
}

.arrow-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.arrow-list li {
    margin: 0;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.arrow-list li:before {
    content: "\f054";
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    line-height: 1;
    font-weight: 900;
    color: #f27c7e;
}

.block {
    display: block;
}

.empoyment-content-sec {
    overflow: hidden;
}

.empoyment-content-sec:after {
    content: "";
    position: absolute;
    bottom: -210px;
    right: -210px;
    width: 634px;
    height: 634px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../uploads/2021/02/employment-sec-after.svg");
    z-index: -1;
}

/* ==== Employment[Page] End ==== */

/* ==== Blog[Page] Start ==== */

.banner-sec {
    padding: 80px 130px;
    position: relative;
}

.banner-sec .pagewidth {
    width: 100%;
    max-width: 100%;
}

.banner-sec .h1 {
    font-size: 175px;
    line-height: 185px;
    margin-bottom: 0;
    font-family: "quincy_cfbold";
}

.blog-page-sec {
    padding-bottom: 100px;
    position: relative;
}

.blog-page-sec .blog-post-box {
    margin-bottom: 30px;
}

.load-button {
    text-align: center;
    padding-top: 70px;
}

.loader {
    margin-bottom: 10px;
    transition: 0.3s;
    font-size: 30px;
    line-height: 40px;
    color: #5d6578;
    display: none;
}

.blog #content {
    padding-top: 0;
}

.pagenav a,
.pagenav span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.blog .loops-wrapper .post img {
    height: clamp(200px, 18vw, 380px);
    object-fit: cover;
    object-position: center;
}

/* ==== Blog[Page] End ==== */

/* ==== Event [Page] Start ==== */

.tribe-events-page-title {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
    font-weight: 600;
    color: #5d6578;
}

.tribe-events-page-title a {
    color: #f27c7e;
}

.tribe-events-page-title a:hover {
    color: #5d6578;
}

#tribe-bar-form {
    background: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    height: 55px;
    border-radius: 0 10px !important;
}

.tribe-bar-disabled #tribe-events-bar {
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.tribe-bar-date-filter {
    background: #ffffff;
    border: 2px solid #f27c7e;
    border-right: none;
    border-radius: 0 0 0 10px;
    height: 55px;
}

.tribe-bar-disabled .tribe-bar-views-inner {
    background: #ffffff;
    border: 2px solid #f27c7e;
    border-radius: 0 10px 0 0;
    height: 55px;
}

.tribe-bar-disabled #tribe-bar-form label {
    color: #5d6578;
}

.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type="text"] {
    font-style: normal;
}

.tribe-events-nav-pagination li a span {
    transition: 0.5s;
}

.tribe-events-nav-pagination li a:hover {
    color: #f27c7e;
}

.tribe-events-nav-pagination li a:hover span {
    margin-right: 10px;
}

.tribe-events-calendar thead tr {
    background: #f27c7e;
}

.tribe-events-calendar th {
    background: transparent;
    color: #ffffff;
}

.tribe-bar-views span[class^="tribe-icon-"] {
    vertical-align: bottom;
}

#tribe-bar-views-toggle:after {
    border-width: 6px;
    top: 12px;
}

.tribe-bar-views-open #tribe-bar-views-toggle:after {
    top: 5px;
}

#tribe-bar-views .tribe-bar-views-list {
    background: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    border: 2px solid #f27c7e;
    top: 100% !important;
    padding: 0 !important;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-has-events {
    background: #f27c7e;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-has-events.tribe-events-present {
    background: #f27c7e;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-has-events div {
    background: transparent;
    float: none;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-has-events div:first-child {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

#tribe-events-content .tribe-events-calendar td.tribe-events-has-events div a {
    background: transparent;
    color: #ffffff;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-has-events .tribe-events-tooltip {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
    margin: 0;
}

#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
    font-size: 16px;
    padding: 10px 0;
    font-family: "Poppins";
}

#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a {
    color: #ffffff;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-has-events .tribe-events-tooltip h3 {
    color: #f27c7e;
    text-transform: uppercase;
}

.tribe-events-tooltip .tribe-event-duration {
    box-shadow: none !important;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-present > div {
    background: #5d6578;
}

#tribe-events .tribe-events-button,
.tribe-events-button {
    background: #f27c7e;
    width: 170px;
    height: 46px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0 10px 0 10px !important;
    color: #fff;
    font-size: 14px !important;
    line-height: 26px !important;
    transition: 0.3s;
    text-transform: capitalize;
}

#tribe-events .tribe-events-button:hover,
.tribe-events-button:hover {
    background: #5d6578;
    color: #fff;
    box-shadow: none;
    transform: unset;
}

.tribe-events-loop .tribe-events-day-time-slot {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    overflow: hidden;
}

.tribe-events-loop .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
    background: #f27c7e;
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    padding: 10px 30px;
}

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
    margin: 0;
    padding: 30px;
}

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events .tribe-events-list-event-title a {
    color: #ff7658;
    font-size: 25px;
    font-weight: 100;
    padding-bottom: 20px;
    display: inline-block;
}

.tribe-events-loop .tribe-events-event-meta {
    color: #5d6578;
}

.tribe-events-list .tribe-events-loop .tribe-events-content .tribe-events-read-more:hover,
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events .tribe-events-list-event-title a:hover,
.tribe-events-back a:hover {
    color: #f27c7e;
}

.single-tribe_events .tribe-events-single-event-title {
    color: #5d6578;
    font-size: 40px;
    line-height: 50px;
    text-transform: capitalize;
}

.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters #tribe-bar-date {
    font-weight: bold;
    color: #5d6578;
}

#tribe-bar-views-toggle {
    color: #5d6578;
}

.tribe-bar-views-list:focus {
    outline: none !important;
}

#tribe-events-content a,
.tribe-events-adv-list-widget .tribe-events-widget-link a,
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,
.tribe-events-back a,
.tribe-events-back a:hover,
.tribe-events-event-meta a,
.tribe-events-list-widget .tribe-events-widget-link a,
.tribe-events-list-widget .tribe-events-widget-link a:hover,
ul.tribe-events-sub-nav a,
ul.tribe-events-sub-nav a:hover {
    color: #f27c7e;
}

#tribe-events-content .tribe-events-calendar td,
#tribe-events-content table.tribe-events-calendar {
    border: 1px solid #5d6578;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    background-color: #fff4f3;
    color: #5d6578;
}

.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
    color: #5d6578;
}

.tribe-events-notices {
    color: #5d6578;
    background: #fff4f3;
    border: none;
}

.tribe-bar-disabled {
    float: none;
    margin-left: auto;
    width: 252px;
}

.tribe-events-schedule h2 {
    color: #5d6578;
    font-size: 25px;
    line-height: 35px;
}

.single-tribe_events .tribe-events-event-image img {
    width: 100%;
}

.tribe-events-cal-links .tribe-events-gcal.tribe-events-button {
    margin-right: 30px;
}

.single-tribe_events .tribe-events-event-meta {
    background: #fff4f3;
    border: none;
    margin: 50px 0;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 25px;
    line-height: 35px;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    font-size: 20px;
    line-height: 30px;
}

.tribe-events-before-html h2 {
    font-size: 175px;
    line-height: 185px;
    margin: 0;
    position: relative;
    left: -266px;
    font-family: "quincy_cfbold";
}

.single-tribe_events .tribe-events-before-html h2 {
    display: none;
}

/* ==== Event [Page] End ==== */

/* ==== Single Product[Page] Start ==== */

.single-product #content {
    padding-top: 0;
}

.single-product-banner:after {
    content: "";
    position: absolute;
    top: -100px;
    right: -180px;
    width: 634px;
    height: 634px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../uploads/2021/02/employment-sec-after.svg");
    z-index: -1;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    height: 370px;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    height: 100%;
}

.woocommerce-product-gallery__image {
    height: 100%;
}

.woocommerce-product-gallery__image a,
.woocommerce-product-gallery__image a img {
    height: 100% !important;
    object-fit: cover;
}

.woocommerce div.product .product_title {
    font-size: 30px;
    line-height: 40px;
}

.woocommerce div.product div.summary {
    padding-top: 20px;
}

.product-description p {
    color: #f27c7e;
    font-style: italic;
    font-weight: 500;
}

.product .nyp {
    position: relative;
}

.product .nyp label {
    position: absolute;
    top: 13px;
    font-weight: 600;
    left: 14px;
}

.product .nyp .nyp-input {
    width: 130px;
    min-width: auto !important;
    margin-right: 0;
    border: none;
    background: #fff;
    border-radius: 0 10px;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    padding: 13px 10px 13px 52px;
    color: #5d6578;
    text-align: left !important;
    font-weight: 600 !important;
}

.woocommerce .button {
    background-color: #f27c7e !important;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 10px 0 10px !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 26px !important;
    transition: 0.3s;
    text-transform: capitalize !important;
    padding: 10px 20px !important;
}

.woocommerce .button:hover {
    color: #fff !important;
    background-color: #5d6578 !important;
    transform: unset;
}

.product_meta a {
    color: #f27c7e;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    background: #5d6578;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    border-color: #5d6578;
}

.woocommerce-Tabs-panel--description p {
    background: #f27c7e;
    color: #fff;
    padding: 13px;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

/* ==== Single Product[Page] End ==== */

/* ==== Single Blog[Page] Start ==== */

.single-blog-banner {
    background: #fff4f3;
    border-radius: 250px 0 0 0;
    padding: 120px 130px;
    overflow: hidden;
}

.single-blog-banner:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -180px;
    width: 634px;
    height: 634px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../uploads/2021/02/employment-sec-after.svg");
    z-index: 1;
}

.single-blog-banner .h1 {
    font-size: 100px;
    line-height: 110px;
}

.single-blog-content-sec {
    position: relative;
    padding: 70px 0 60px 0;
}

.single-blog-image {
    width: 100%;
    position: relative;
    padding-bottom: 67%;
    margin-bottom: 30px;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
}

.single-blog-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-meta-box {
    margin-bottom: 20px;
}

.single-meta-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-meta-box ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 10px 0;
}

.single-meta-box ul li.category {
    display: block;
    margin: 0 0 15px;
}

.single-meta-box ul li.category a {
    color: #fff;
    background: #5d6578;
    padding: 4px 12px;
    box-shadow: 2px 2px 0 #f27c7e;
    font-weight: 600;
    display: inline-block;
    margin: 0 15px 15px 0;
}

.single-meta-box ul li i {
    color: #f27c7e;
    margin-right: 5px;
}

.comment-count {
    font-weight: 600;
}

.single-page-text blockquote {
    margin-left: 0;
    margin-right: 0;
    border: none;
    background: #fff4f3;
    position: relative;
    padding: 30px 105px 30px 30px;
}

.single-page-text blockquote:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 64px;
    height: 45px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("images/Quotemarks-right.svg");
    z-index: 1;
}

.single-page-text blockquote p {
    font-size: 18px;
    line-height: 28px;
}

.single-page-text blockquote p:last-child {
    margin-bottom: 0;
}

.single-page-text p {
    text-align: left !important;
}

.widget {
    position: relative;
    background: #fff4f3;
    padding: 30px;
    box-shadow: 0 2px 0 #5d6578;
    border-radius: 0 10px;
    margin-bottom: 30px;
    z-index: 2;
}

.widget:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 30px;
    border: 4px dashed #f27c7e;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: -1;
}

.widget.widget_search:after {
    content: none;
}

.widget li {
    padding: 0;
}

form#searchform {
    position: relative;
}

.widgettitle {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 15px;
    color: inherit;
    background: 0 0;
    padding: 0 3px 0 0;
    background-image: linear-gradient(#f27c7e, #f27c7e);
    background-repeat: no-repeat;
    background-size: 100% 15%;
    background-position: 13px 105%;
    position: relative;
    display: inline-block;
}

.widget_search form #s {
    background-color: #fff !important;
    border-radius: 0 10px 0 10px !important;
    letter-spacing: 0 !important;
    border: none !important;
    padding: 13px 70px 13px 20px !important;
    height: 50px;
    font-size: 16px;
    color: #5d6578;
}

.widget_search form .sec-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px !important;
    font-size: 22px;
    padding: 0;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.widget_search form {
    border: none !important;
    margin: 0 !important;
}

.widget_categories ul li {
    padding: 0 0 0 15px;
    position: relative;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
    color: #f27c7e;
}

.widget_categories ul li:last-child {
    margin-bottom: 0;
}

.widget_categories ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #f27c7e;
    border-radius: 0 3px;
}

.widget_categories ul li a {
    color: #5d6578;
}

.widget_recent_entries ul li {
    margin-bottom: 30px;
    position: relative;
}

.widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}

.widget_recent_entries ul li .image-wp {
    display: block;
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 12px;
}

.widget_recent_entries ul li .image-wp a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.widget_recent_entries ul li .image-wp a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.widget_recent_entries ul li .title-wp a {
    color: #5d6578;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.widget_recent_entries ul li .title-wp {
    display: block;
}

.widget_tag_cloud .tagcloud a {
    font-size: 14px !important;
    line-height: 24px;
    color: #fff;
    background: #f27c7e;
    padding: 3px 12px;
    border-radius: 0 10px;
    display: inline-block;
    margin: 0 15px 15px 0;
}

.widget_tag_cloud .tagcloud {
    font-size: 0;
    line-height: 0;
}

.single-blog-icon {
    position: absolute;
}

.single-blog-icon.single-blog-a {
    top: 5%;
    left: 160px;
}

.single-blog-icon.single-blog-b {
    top: 36%;
    left: 160px;
}

.single-blog-icon.single-blog-left-dash {
    bottom: 11%;
    left: 110px;
}

.single-blog-icon.single-blog-right-dash {
    top: 7%;
    right: 137px;
}

.single-blog-icon.single-blog-pencil {
    top: 52%;
    right: 137px;
}

.single-blog-icon.single-blog-bulb {
    bottom: 9%;
    right: 137px;
}

/* ==== Single Blog[Page] End ==== */

/* ==== Scrapbook[Page] Start ==== */

.scrapbook-gallery-sec {
    padding: 0 130px;
    position: relative;
}

.scrapbook-gallery-sec .pagewidth {
    width: 100%;
    max-width: 100%;
}

.scrapbook-gallery-left {
    padding-top: 140px;
}

.scrapbook-gallery-left h2 {
    font-family: "quincy_cfbold";
    font-size: 60px;
    line-height: 70px;
}

.tabbing {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tabbing li {
    margin: 0 0 5px 0;
}

.tabbing li a {
    color: #5d6578;
}

.tabbing li.tab-active a {
    color: #f27c7e;
}

/* == */

.scrapbook-gallery-right .portfolio-wraper {
    display: flex;
    margin-bottom: 80px;
}

.scrapbook-gallery-right .portfolio-wraper .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.scrapbook-gallery-right .portfolio-wraper .col-md-12.filter-wrap {
    display: none;
}

.scrapbook-gallery-right .portfolio-wraper .col-md-12 ul {
    display: block !important;
}

.scrapbook-gallery-right .portfolio-wraper .col-md-12 ul li {
    display: block;
}

.scrapbook-gallery-right .filtr-container {
    flex: 1;
    margin: 0;
}

.scrapbook-gallery-right .simplefilter li {
    background: transparent !important;
    color: #5d6578 !important;
    padding: 0 !important;
}

.scrapbook-gallery-right .simplefilter li.active,
.scrapbook-gallery-right .simplefilter li:hover {
    color: #f27c7e !important;
    background: transparent !important;
}

.pfg-bootstrap .thumbnail {
    transition: 0.5s !important;
}

.scrapbook-gallery-right .portfolio-wraper .col-md-12 {
    overflow: hidden !important;
}

@media (max-width: 767px) {
    .scrapbook-gallery-right .portfolio-wraper .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .scrapbook-gallery-right .portfolio-wraper {
        display: block;
    }

    .scrapbook-gallery-right .filtr-container {
        margin: 0;
    }
}

.filtr-item img {
    width: 100%;
}

/* ==== Scrapbook[Page] End ==== */

.popup_content input[type="text"],
.popup_content input[type="email"] {
    width: 19em;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    max-width: none;
    padding: 0;
}

/* ==== Back To Top Start ==== */

#back-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    display: none;
}

#back-to-top-btn .module-buttons-item {
    width: 100%;
    height: 100%;
    display: block;
}

#back-to-top-btn .module-buttons-item .builder_button {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: none;
}

/* ==== Back To Top End ==== */

/* ==== 404[Page] Start ==== */

.error-section {
    padding: 80px 0 60px;
    text-align: center;
}

.error-section h1 {
    font-size: 180px;
    font-weight: normal;
    font-family: "quincycf-bold";
    line-height: 0.7;
    margin-bottom: 30px;
}

.error-section h4 {
    text-transform: capitalize;
    color: #f27c7e;
}

.error-section img {
    max-width: 660px;
    display: block;
    margin: 50px auto 0;
    width: 100%;
}

.not-found-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background: #f27c7e;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 10px;
}

.not-found-btn:hover {
    background: #5d6578;
}

/* ==== 404[Page] End ==== */

/* ==== Register[Page] Start ==== */

fieldset h2 {
    margin-bottom: 30px;
}

fieldset h4 {
    margin-top: 30px;
    font-size: 22px;
    text-decoration: underline;
}

fieldset .form-control {
    margin-bottom: 0.4em;
    width: 100%;
}

fieldset .btn {
    box-shadow: none !important;
    border: none !important;
    border-radius: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background: #f27c7e !important;
    color: #fff !important;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

fieldset .btn:hover {
    background-color: #5d6578 !important;
    transform: unset;
}

/* ==== Register[Page] End ==== */

/* ==== Responsive Start ==== */

@media (min-width: 1025px) and (max-width: 1200px) {
    .header-menu.module-menu .ui.nav li a {
        margin-left: 4px;
        margin-right: 4px;
    }
}

@media (max-width: 1750px) {
    .counter-sec .row_inner {
        transform: scale(0.8);
    }
}

@media (max-width: 1700px) {
    .tribe-events-before-html h2 {
        left: -30px;
    }

    .single-blog-icon.single-blog-a {
        left: 80px;
    }

    .single-blog-icon.single-blog-b {
        left: 80px;
    }

    .single-blog-icon.single-blog-left-dash {
        left: 60px;
    }

    .single-blog-icon.single-blog-bulb {
        right: 60px;
    }

    .single-blog-icon.single-blog-pencil {
        right: 60px;
    }

    .single-blog-icon.single-blog-right-dash {
        right: 60px;
    }
}

@media (max-width: 1600px) {
    .about-us-sec:before {
        width: 90px;
        height: 94px;
        left: 40px;
    }

    .about-us-sec:after {
        right: 100px;
        width: 70px;
        height: 70px;
    }

    .bag-image {
        top: 354px;
        left: -120px;
    }

    .earth-image {
        right: -103px;
    }

    .book-image {
        bottom: 45px;
        left: -94px;
    }

    .team-round-shape {
        left: -55px;
    }

    .a-image {
        left: -38px;
    }

    .b-image {
        right: -20px;
    }

    .c-image {
        right: -45px;
    }

    .pencil-image {
        left: -97px;
    }

    .question-image {
        right: -100px;
    }

    .bulb-image {
        left: -50px;
    }

    .footer-left-shape {
        top: -94px;
        left: -117px;
    }

    .footer-right-shape {
        right: -230px;
    }
}

@media (max-width: 1366px) {
    .counter-sec .row_inner {
        transform: scale(0.7);
        right: -140px;
    }

    .single-product-banner:after {
        width: 450px;
        height: 450px;
    }

    .single-blog-icon {
        display: none;
    }
}

@media (max-width: 1024px) {
    .banner-slider .tf_carousel_nav_wrap {
        margin-top: 25px;
    }

    .about-us-sec:before {
        left: 20px;
        top: 515px;
    }

    .bag-image {
        display: none;
    }

    .book-image {
        bottom: 5px;
        left: -64px;
        width: 120px;
    }

    .earth-image {
        right: -73px;
        width: 100px;
    }

    .event-inner-box .event-box-image {
        flex: 0 0 150px;
        max-width: 150px;
    }

    .banner-slider .slide-inner-wrap .tf_rel.slide-image {
        flex: 0 0 250px;
        height: 250px;
    }

    .banner-slider .slide-content {
        padding: 30px 0 10px 0 !important;
        flex: 1;
    }

    .services-sec .row_inner:before {
        right: -40px;
    }

    .empoyment-content-sec:after {
        bottom: -150px;
        right: -150px;
        width: 430px;
        height: 430px;
    }

    .tribe-events-before-html h2 {
        line-height: 130px;
        font-size: 120px;
    }

    .banner-sec {
        padding: 80px 30px;
    }

    .banner-sec .h1 {
        line-height: 130px;
        font-size: 120px;
    }

    .single-blog-banner {
        border-radius: 120px 0 0 0;
    }

    .single-blog-banner .h1 {
        font-size: 70px;
        line-height: 80px;
    }

    .single-blog-banner:after {
        width: 450px;
        height: 450px;
    }

    .scrapbook-gallery-sec {
        padding: 0 30px;
    }

    .team-round-shape {
        width: 100px;
        left: -80px;
    }
}

@media (max-width: 991px) {
    .event-inner-box .event-box-image {
        flex: 0 0 200px;
        max-width: 200px;
    }

    .single-product-banner:after {
        width: 340px;
        height: 340px;
    }

    .single-blog-content-sec {
        padding: 40px 0 30px 0;
    }

    .scrapbook-gallery-left {
        padding-top: 0px;
        margin-bottom: 30px;
    }

    .scrapbook-gallery-left h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .counter-sec .row_inner {
        transform: scale(0.5);
        right: -110px;
    }
}

@media (max-width: 768px) {
    .gallery-columns-3 {
        --galN: 2;
    }

    .banner-slider .slide-inner-wrap .tf_rel.slide-image {
        flex: 1;
        width: 70%;
        margin-left: 0;
        margin-right: auto;
        height: auto;
    }

    .banner-slider .slide-inner-wrap .tf_rel.slide-image img {
        width: 100%;
        height: auto;
    }

    .banner-slider .slide-content {
        flex: 1;
        width: 100%;
    }

    .banner-slider .slide-inner-wrap {
        flex-direction: column;
    }

    .about-us-sec:before {
        content: none;
    }

    .earth-image {
        display: none;
    }

    .tribe-events-before-html h2 {
        line-height: 90px;
        font-size: 80px;
    }

    .tribe-events-sub-nav li a {
        background: transparent;
    }

    .tribe-events-calendar .tribe-events-has-events:after {
        content: none !important;
    }

    .tribe-events-calendar .tribe-events-present,
    .tribe-events-calendar .tribe-events-present.mobile-active div[id*="tribe-events-daynum-"],
    .tribe-events-calendar .tribe-events-present.mobile-active div[id*="tribe-events-daynum-"] a,
    .tribe-events-calendar td.tribe-events-present.mobile-active {
        background: transparent;
    }

    .tribe-events-calendar td div[id*="tribe-events-daynum-"],
    .tribe-events-calendar td div[id*="tribe-events-daynum-"] a {
        margin: 0;
        padding: 6px 0;
    }

    .tribe-mobile-day-heading {
        color: #5d6578;
    }

    .tribe-events-page-title {
        font-size: 20px;
        line-height: 30px;
    }

    .banner-sec .h1 {
        line-height: 90px;
        font-size: 80px;
    }

    .woocommerce div.product div.summary {
        padding: 40px 0;
    }

    /* .woocommerce div.product div.images.woocommerce-product-gallery {
        height: auto;
    } */
    .single-blog-banner .h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .single-blog-banner:after {
        width: 350px;
        height: 350px;
    }

    .single-tribe_events .tribe-events-single-event-title {
        font-size: 25px;
        line-height: 35px;
    }

    .tribe-events-schedule h2 {
        font-size: 16px;
        line-height: 26px;
    }

    .tribe-events-meta-group .tribe-events-single-section-title {
        font-size: 20px;
        line-height: 30px;
    }

    .single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
        font-size: 16px;
        line-height: 26px;
    }

    #tf_sticky_buy div.product .product_title,
    #tf_sticky_buy div.product .tbp_title {
        line-height: 1;
        margin-bottom: 30px;
    }

    #tf_sticky_buy div.product .cart {
        display: block;
    }

    #tf_sticky_buy div.product form.cart .quantity {
        display: block;
        margin: 6px 0;
    }

    #tf_sticky_buy form.cart .nyp {
        margin: 0;
    }

    .woocommerce div.product .entry-summary {
        padding: 40px 0;
    }

    #tf_sticky_buy .product .nyp {
        margin-bottom: 20px !important;
    }

    #tf_sticky_buy form.cart {
        flex-flow: wrap;
        white-space: unset !important;
        align-items: baseline !important;
    }
}

@media (max-width: 767px) {
    #signonmodal:before {
        content: none !important;
    }
}

@media (max-width: 680px) {
    .banner-slider .slide-inner-wrap {
        flex-flow: column !important;
    }
}

@media (max-width: 575px) {
    .page-template-default #layout.pagewidth {
        padding: 0 !important;
    }

    .testimonial-slider.module-testimonial-slider .testimonial-item {
        padding: 35px 20px 84px 20px;
    }

    .team-slider .carousel-prev {
        left: -20px;
    }

    .team-slider .carousel-next {
        right: -20px;
    }

    .testimonial-slider .carousel-prev {
        left: -25px;
    }

    .testimonial-slider .carousel-next {
        right: -25px;
    }
}

@media (max-width: 480px) {
    .counter-sec .row_inner {
        transform: scale(0.5);
        right: -100px;
    }

    .event-inner-box .event-box-image {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .event-inner-box .event-box-content {
        width: 100%;
        flex: 0 0 100%;
    }

    .event-inner-box {
        flex-direction: column;
        height: auto;
    }

    .blog-post-inner-box {
        padding-left: 100px;
    }

    .blog-entry-meta {
        width: 100px;
    }

    .blog-entry-meta-box {
        height: 70px;
    }

    .blog-entry-meta-box.comment-box {
        width: 80px;
    }

    .blog-entry-meta-box.author-box {
        width: 65px;
    }

    .counter-sec .counter-col {
        position: relative;
        width: 100% !important;
        float: none;
        display: block;
        z-index: 5;
        padding: 0 0 0 15px;
        margin: 0 0 30px 0;
    }

    .counter-sec .counter-first-col {
        top: 0;
        right: 0;
    }

    .counter-sec .counter-second-col {
        top: 0;
        right: 0;
    }

    .counter-sec .counter-third-col {
        top: 0;
        right: 0;
    }

    .counter-sec .row_inner {
        transform: unset;
        right: 0;
        position: relative;
    }

    .counter-sec .counter-forth-col {
        top: 0;
        right: 0;
    }

    .counter-sec .counter-col:before {
        content: none;
    }

    .tribe-events-before-html h2 {
        line-height: 70px;
        font-size: 60px;
    }

    .banner-sec .h1 {
        line-height: 70px;
        font-size: 60px;
    }

    .single-blog-banner .h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .single-blog-banner:after {
        width: 250px;
        height: 250px;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery {
        height: 360px;
    }
}

@media (max-width: 400px) {
    .banner-slider .slide-inner-wrap .tf_rel.slide-image {
        width: 100%;
    }

    .gallery-columns-3 {
        --galN: 1;
    }

    .blog-box-image {
        height: 200px;
        width: 100%;
        display: block;
        box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    }

    .blog-box-content {
        padding: 15px;
    }

    .about-us-sec:after {
        content: none;
    }

    .testimonial-entry-content {
        height: 235px;
    }

    .error-section {
        padding: 50px 0 60px;
    }

    .error-section h1 {
        font-size: 130px;
        margin-bottom: 30px;
    }

    .error-section h4 {
        font-size: 16px;
    }
}

/* ==== Responsive End ==== */
@media (min-width: 768px) {
    .theme_box {
        display: inline-block;
    }

    .theme_box.theme_right {
        margin-left: 10px;
    }
}
