/* common css start */

:root {
    --header-des-height: 100px;
    --stickyheader-des-height: 80px;
    --transition: 0.5s !important;
    --header-topbar-height: 49px;
}

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

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

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

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

.bold {
    font-weight: bold;
}

.block {
    display: block;
}

.sec-btn {
    background: #f6869d;
    color: #fff;
    width: 170px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    border-radius: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.sec-btn:hover {
    background: #ffcc7f;
}

.sec-btn.yellow-btn {
    background: #ffcc7f;
}

.sec-btn.yellow-btn:hover {
    background: #f6869d;
}

.sec-wp {
    position: relative;
    z-index: 4;
}

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

.back-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.compensate-for-scrollbar {
    margin: 0 !important;
}

.builder_button:not(#headerwrap .builder_button) {
    width: 170px;
    text-align: center;
}

.active_module.module-image {
    width: auto !important;
}

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

.entry-content p {
    color: #6b526a;
}

.white-text p {
    color: #fff;
}

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

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

/* common css end */

/* banner start */

.banner-sliderr.slider-caption-overlay .slide-content {
    position: relative !important;
    background: transparent;
    width: 1160px;
    max-width: 80%;
    z-index: 2;
    overflow: visible !important;
    margin: auto;
}

.banner-sliderr .themify_builder_slider .slide-image {
    margin: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-sliderr .tf_swiper-container .slide-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgb(255 255 255 / 90%) 30%, rgb(255 255 255 / 12%) 100%);
    z-index: 1;
}

.banner-sliderr .themify_builder_slider .slide-image img {
    height: 100%;
    object-fit: cover;
}

.banner-sliderr.slider-caption-overlay .slide-content .sec-btn {
    margin-top: 20px;
}

.banner-sliderr .carousel-pager {
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5;
}

.banner-sliderr .tf_carousel_nav_wrap {
    margin: 0;
}

.banner-sliderr.module-slider {
    margin: 0;
}

.banner-sliderr .carousel-pager .tf_carousel_bullet {
    width: 15px;
    height: 10px;
    border-radius: 15px;
    background: #6b526a;
    border: none;
    transition: 0.3s;
    margin-right: 10px;
    margin-left: 0;
}

.banner-sliderr .carousel-pager .tf_carousel_bullet.selected {
    width: 25px;
    background: #f6869d;
}

.banner-sliderr .carousel-pager .tf_carousel_bullet:last-child {
    margin-right: 0;
}

.banner-sliderr .carousel-prev,
.banner-sliderr .carousel-next {
    background: #f6869d !important;
    border: 2px solid #e37088;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 !important;
}

.banner-sliderr .carousel-prev:hover,
.banner-sliderr .carousel-next:hover,
.slide-arrow:hover {
    background: #ffcc7f !important;
    border-color: #fbb74f !important;
}

.banner-sliderr .carousel-prev {
    left: 30px !important;
}

.banner-sliderr .carousel-next {
    right: 30px !important;
}

.banner-sliderr .carousel-prev:before {
    border-color: #fff;
    border-bottom-color: transparent;
    border-right-color: transparent;
    transform: rotateZ(315deg);
}

.banner-sliderr .carousel-next:before {
    border-color: #fff;
    border-bottom-color: transparent;
    border-right-color: transparent;
    transform: rotateZ(-230deg);
}

.banner-sliderr.slider-caption-overlay .slide-content .slide-title {
    position: relative;
}

.banner-sliderr.slider-caption-overlay .slide-content .slide-title:before {
    content: "";
    position: absolute;
    top: -60px;
    left: -60px;
    width: 76px;
    height: 70px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../uploads/2021/02/butterfly.svg);
    transform: scale(-1, 1);
    opacity: 0;
    transition: var(--transition);
}

.banner-sliderr.slider-caption-overlay .tf_swiper-slide-active .slide-content .slide-title:before {
    opacity: 1;
}

/* banner end */

/* Header Css */

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

#pagewrap.site {
    margin-top: calc(var(--header-des-height) + var(--header-topbar-height));
    transition: var(--transition);
}

#headerwrap {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: var(--transition);
}

#headerwrap.sticky_head {
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
}

.admin-bar #headerwrap {
    top: var(--wp-admin--admin-bar--height);
}

#headerwrap #header {
    display: flex;
    align-items: center;
    padding: 0;
    height: var(--header-des-height);
    transition: var(--transition);
}

#headerwrap.sticky_head #header {
    height: var(--stickyheader-des-height);
}

#header:before,
#header:after {
    content: none !important;
}

.header-bar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#site-logo {
    line-height: 1;
    font-size: 0;
}

#site-logo a {
    display: inline-flex;
}

#main-nav li#wpmenucartli {
    display: none;
}

.header-call a {
    background: #ffcc7f !important;
    color: #fff !important;
    width: 140px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    height: 46px !important;
    border-radius: 40px !important;
    font-weight: bold;
    transition: 0.3s;
}

.header-call a:hover {
    background: #f6869d !important;
}

.header-bar #site-logo a {
    display: flex;
}

header.tf_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0 !important;
}

/* Header Css End */

.divider-wp {
    border-radius: 30px;
}

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

.about-round-shape {
    position: absolute !important;
    top: -190px;
    left: -290px;
}

.about-square-shape {
    position: absolute !important;
    top: -500px;
    right: -297px;
}

.service-image .image-wrap img {
    max-width: 70px;
    max-height: 70px;
}

.gallery-slider .themify_builder_slider .slide-image {
    margin: 0;
}

.gallery-slider .themify_builder_slider .slide-image img {
    width: 100%;
}

.gallery-slider.themify_builder_slider_wrap {
    margin: 0 -15px;
}

.gallery-slider .tf_carousel_nav_wrap {
    position: absolute;
    bottom: -60px;
    margin: 0;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, 0);
}

.gallery-slider .tf_carousel_nav_wrap .tf_carousel_bullet {
    width: 15px;
    height: 10px;
    border-radius: 20px;
    background: #6b526a;
    margin-left: 0;
    margin-right: 10px;
    border: none;
    transition: 0.3s;
}

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

.gallery-slider .tf_carousel_nav_wrap .tf_carousel_bullet.selected {
    width: 25px;
    background: #f6869d;
}

.gallery-slider .themify_builder_slider :where(.tf_swiper-slide, .slide-inner-wrap, .slide-image, .slide-image img) {
    height: 100%;
    object-fit: cover;
}

.service-sqaure-shape {
    position: absolute !important;
    top: -95px;
    left: -265px;
    z-index: 2;
}

.service-sqaure-shape img {
    transform: rotate(-90deg);
}

.service-round-shape {
    position: absolute !important;
    top: -50px;
    right: -330px;
    z-index: 1;
}

.service-round-shape img {
    transform: rotate(143deg);
}

.counter-image {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
}

.baloons-image {
    position: absolute !important;
    top: -130px;
    left: -247px;
}

.counter-pink-shape {
    position: absolute !important;
    bottom: -86px;
    left: -232px;
}

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

/* testimonial start */

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

.testimonial-slider.module-testimonial-slider .post.tf_swiper-slide .testimonial-item {
    margin-top: 45px;
    margin-bottom: 10px;
    position: relative;
}

.testimonial-slider.module-testimonial-slider .post.tf_swiper-slide .testimonial-item:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    width: 68px;
    height: 47px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../../uploads/2021/02/pink-quote.svg);
    z-index: 1;
}

.testimonial-slider.module-testimonial-slider .post.tf_swiper-slide .testimonial-item:after {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    width: 68px;
    height: 47px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../../uploads/2021/02/yellow-quote.svg);
    z-index: 1;
}

.testimonial-slider.module-testimonial-slider .testimonial-entry-content {
    margin-bottom: 15px;
}

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

.testimonial-slider .tf_carousel_nav_wrap {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
}

.testimonial-slider .tf_carousel_nav_wrap .tf_carousel_bullet {
    width: 15px;
    height: 10px;
    background: #6b526a;
    transition: 0.3s;
    border-radius: 20px;
    border: none;
    margin-left: 0;
    margin-right: 10px;
}

.testimonial-slider .tf_carousel_nav_wrap .tf_carousel_bullet.selected {
    width: 25px;
    background: #f6869d;
}

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

.testimonial-yellow-shape {
    position: absolute !important;
    top: -283px;
    right: -260px;
}

.testimonial-pink-shape {
    position: absolute !important;
    bottom: -225px;
    left: -248px;
}

/* testimonial end */

/* event start */

.event-main-box {
    position: relative;
    background: #ebedfb;
    border-radius: 30px;
    overflow: hidden;
    min-height: 451px;
    height: 100%;
}

.event-inner-box {
    height: 100%;
    position: relative;
}

.event-inner-box .event-box-image {
    width: 100%;
    height: 250px;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 3px 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 {
    padding: 30px 30px 30px 30px;
    text-align: left;
    min-height: 201px;
}

.event-inner-box .event-box-content h5 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

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

.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 .text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

.home-event-slider .slide-arrow {
    width: 54px;
    height: 54px;
    background: #f6869d;
    border: 4px solid #e37088;
    color: #fff;
    transition: 0.3s;
    position: absolute;
    bottom: -104px;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 20px;
    z-index: 2;
}

.home-event-slider .slide-arrow.prev-arrow {
    left: calc(50% - 42px);
}

.home-event-slider .slide-arrow.next-arrow {
    left: calc(50% + 42px);
}

.home-event-slider .slide-arrow.next-arrow i {
    margin-left: 3px;
}

.home-event-slider .slide-arrow.prev-arrow i {
    margin-right: 3px;
}

/* event end */

/* blog start */

.blog-yellow-shape {
    position: absolute !important;
    top: -308px;
    right: -260px;
}

.blog-box {
    position: relative;
    background: #ffffff;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    border-radius: 30px;
    overflow: hidden;
    height: 282px;
}

.blog-box-inner {
    display: flex;
    height: 100%;
}

.blog-image {
    height: 100%;
    flex: 0 0 200px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

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

.blog-content {
    padding: 30px 30px;
    position: relative;
}

.blog-content h5 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 14px;
}

.blog-content h5 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #6b526a;
}

.blog-info-wp .blog-info p {
    color: #ffcc7f;
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 0;
}

.blog-info-wp .blog-info {
    margin-bottom: 10px;
}

.blog-info-wp .blog-info:last-child {
    margin-bottom: 0;
}

.blog-info-wp {
    margin-bottom: 10px;
}

.blog-excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.blog-excerpt {
    margin-bottom: 10px;
}

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

.blog-read-more a:hover {
    color: #ffcc7f;
}

.home-blog-slider .slick-list {
    /* overflow: hidden; */
    padding: 10px 0;
}

/* .home-blog-slider .slick-slide {
    transition: 0.3s;
    opacity: 0.5;
}

.home-blog-slider .slick-slide.slick-active {
    opacity: 1;
    transition: 0.3s;
} */

.home-blog-slider .slide-arrow {
    width: 54px;
    height: 54px;
    background: #f6869d;
    border: 4px solid #e37088;
    color: #fff;
    transition: 0.3s;
    position: absolute;
    bottom: -104px;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 20px;
    z-index: 2;
}

.home-blog-slider .slide-arrow.prev-arrow {
    left: calc(50% - 42px);
}

.home-blog-slider .slide-arrow.next-arrow {
    left: calc(50% + 42px);
}

.home-blog-slider .slide-arrow.next-arrow i {
    margin-left: 3px;
}

.home-blog-slider .slide-arrow.prev-arrow i {
    margin-right: 3px;
}

.see-more-wp {
    text-align: center;
    margin-top: 40px;
}

/* blog end */

/* instagram start */

.instagram-feed #sbi_images {
    padding: 0 15px !important;
}

.instagram-feed #sb_instagram #sbi_images .sbi_item {
    padding: 0 15px !important;
}

.instagram-feed #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
    border-radius: 30px;
    overflow: hidden;
}

/* instagram end */

/* footer start */

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

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

.newsletter-form .tb_optin_submit button:hover {
    box-shadow: none;
    transform: unset;
}

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

.contact-form .form-input-span {
    position: relative;
}

.contact-form .form-input-span .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 30px;
    position: relative;
}

.contact-form .form-input-span .wpcf7-form-control-wrap .form-input {
    margin: 0;
    border: none;
    color: #5d6578;
    border-radius: 10px;
    height: 50px;
    padding: 14px 20px;
    box-shadow: none;
    background-color: #fff;
    width: 100%;
}

.contact-form .form-input-span .wpcf7-form-control-wrap select.form-input {
    padding: 14px 40px 14px 20px;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

input:focus,
button:focus,
select:focus {
    outline: none !important;
}

.contact-form .form-input-span select {
    background-image: unset !important;
}

.contact-form .form-input-span i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    color: #ffcc7f;
    font-size: 20px;
    pointer-events: none;
}

.contact-form .form-input-span .wpcf7-form-control-wrap textarea.form-input {
    height: 80px;
    resize: none;
    display: block;
    min-height: auto;
}

.contact-form .wpcf7-submit.sec-btn {
    background: #f6869d;
    color: #fff;
    font-size: 16px;
    text-transform: unset;
    margin: 0;
    width: 170px;
    height: 46px;
}

.contact-form .wpcf7-submit.sec-btn:hover {
    box-shadow: none;
    transform: unset;
    background: #ffcc7f !important;
}

.footer-menu .header-call {
    display: none !important;
}

.wpcf7-response-output {
    color: #fff;
}

.tb_eoo9117 div#gtx-trans {
    display: none;
}

.contact-wp a em {
    min-width: 40px;
    height: 40px;
}

.newsletter-form .tb_optin_submit svg {
    margin-top: -3px;
    margin-left: -2px;
}

.copyright-text p {
    margin: 0;
}

/* footer end */

/* scrapbook Page Start */

.banner-sec.scrapbook-banner {
    background-position: 50% 30%;
}

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

.scrapbook-gallery-sec .pagewidth {
    position: relative;
}

.buterfly-title span {
    position: relative;
    display: inline-block;
}

.buterfly-title span:before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 76px;
    height: 70px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../uploads/2021/02/butterfly.svg);
}

.scrap-img img {
    height: 100%;
    width: 100%;
}

.scrap-book-left-shap {
    position: absolute !important;
    top: 0;
    left: -260px;
    z-index: 2;
    width: 85px;
    height: 85px;
}

.scrap-book-right-shap {
    position: absolute !important;
    top: 41.5%;
    right: -268px;
    z-index: 2;
    width: 183px;
    height: 183px;
    transform: rotate(143deg);
}

.scrap-book-left-bottom-shap {
    position: absolute !important;
    bottom: -102px;
    left: -270px;
    z-index: 2;
    width: 183px;
    height: 183px;
}

.portfolio-wraper>.text-center {
    display: block;
    padding: 0;
    margin-bottom: 35px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 35px;
    padding: 5px !important;
    font-size: 0;
}

.portfolio-wraper>.text-center ul li {
    margin: 5px 10px !important;
    font-size: 22px;
    line-height: 32px;
    color: #6b526a !important;
    background-color: transparent !important;
    text-transform: uppercase;
    padding: 2px 28px;
    border-radius: 25px;
    height: 40px;
    font-family: "Playfair Display";
    font-weight: 700;
}

.portfolio-wraper>.text-center ul li.active {
    color: #ffffff !important;
    background-color: #f6869d !important;
}

.portfolio-wraper .filtr-container {
    margin: 0;
}

.portfolio-wraper .filtr-container .filtr-item {
    height: 300px;
    padding: 15px !important;
}

.portfolio-wraper .filtr-container .filtr-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    background-color: #fff;
    /* background-image: url("../../uploads/2021/03/search-icon.png"); */
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    opacity: 0.8;
    z-index: 1;
    transition: 0.5s ease-in-out;
}

.portfolio-wraper .filtr-container .filtr-item:hover:before {
    transform: translate(-50%, -50%) scale(1);
}

.portfolio-wraper .filtr-container .filtr-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    border-radius: 30px;
    overflow: hidden;
}

.scrapbook-insta .title h2 {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.scrapbook-insta .title h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(-50%);
    height: 5px;
    width: 30px;
    border-radius: 5px;
    background: #f6869d;
    display: block;
}

.scrapbook-insta .title a {
    font-size: 20px;
    line-height: 30px;
    color: #6b526a;
}

.scrapbook-insta .title a:hover {
    color: #f6869d;
}

.scrapbook-insta .scrapbook-insta-feed {
    margin: 36px 0 60px 0;
}

/* scrapbook Book Page End */

/* Contact Us Page Start */

.contact-us-service>.row_inner {
    max-width: 870px;
    width: calc(100% - 60px);
}

.contact-us-service .sub_column .tb-column-inner,
.contact-us-service .sub_column .tb-column-inner .image-card-layout {
    height: 100%;
    width: 100%;
}

.contact-us-wrap .contact-us-map iframe {
    height: 430px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.contact-us-wrap .contact-form .form-input-span .wpcf7-form-control-wrap .form-input {
    background-color: #ebedfb;
}

.contact-us-wrap .wpcf7-response-output {
    color: #442643;
}

.contact-us-left-shap {
    position: absolute !important;
    top: -176px;
    left: -263px;
    z-index: 2;
    width: 177px;
    height: 177px;
}

.contact-us-right-shap {
    position: absolute !important;
    bottom: -25px;
    right: -248px;
    z-index: 2;
    width: 85px;
    height: 85px;
}

/* Contact Us Page End */

/* Job Position Page Start */

.job-posi-left-shap {
    position: absolute !important;
    top: -25px;
    left: -220px;
    z-index: 2;
    width: 85px;
    height: 85px;
}

.job-posi-right-shap {
    position: absolute !important;
    bottom: -13px;
    right: -270px;
    z-index: 2;
    height: 183px;
    width: 183px;
}

.inner-banner.job-inner-banner h1 {
    font-weight: normal;
}

.job-position-wrap .position-desc {
    position: relative;
    border-radius: 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.job-position-wrap .position-desc .desc-box-title {
    position: relative;
    text-align: center;
}

.job-position-wrap .position-desc .desc-box-title p {
    position: relative;
    display: inline-block;
    padding: 8px 50px;
    background-color: rgba(246, 134, 157, 1);
    border-radius: 0 0 15px 15px;
    color: #ffffff;
    margin-bottom: 38px;
}

.dot-list {
    position: relative;
    margin: 0 0 25px 20px;
    list-style: none;
}

.dot-list li {
    position: relative;
    margin: 0 0 10px 0;
}

.dot-list li::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #ffcc7f;
    border-radius: 50%;
    top: 7px;
    left: -20px;
    z-index: 1;
}

/* Job Position Page End */

/*School Calendar*/

.tribe-bar-disabled #tribe-bar-form {
    display: flex;
}

.tribe-events-pg-template {
    padding: 60px 0;
}

.tribe-events-page-title {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #6b526a;
}

.tribe-events-page-title a {
    color: #f6869d;
    outline: none;
    font-weight: normal;
}

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

.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 #6b526a;
    border-right: none;
    border-radius: 10px 0 0 10px;
    height: 55px;
}

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

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

.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 {
    color: #ffcc7f !important;
    background: none;
}

.tribe-events-nav-pagination li a:hover {
    color: #6b526a !important;
}

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

.tribe-events-calendar thead tr,
.tribe-events-calendar thead tH {
    background: #ebedfb;
}

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

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

#tribe-bar-views-toggle:focus,
#tribe-bar-views-toggle:hover {
    background: transparent;
    box-shadow: none;
}

#tribe-bar-views-toggle {
    font-size: 13px;
}

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

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

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

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

#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: "Playfair Display";
}

#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: #f6869d;
    text-transform: uppercase;
}

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

#tribe-events-content .tribe-events-calendar td.tribe-events-present {
    padding-bottom: 0;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-present>div {
    background: #6b526a;
    /* height: 100%; */
}

#tribe-events-content .tribe-events-calendar td.tribe-events-present {
    background: #6b526a !important;
}

#tribe-events .tribe-events-button,
.tribe-events-button {
    background: #f6869d;
    font-size: 18px;
    border-radius: 30px;
    height: 46px;
    box-sizing: border-box;
    padding: 12px 15px;
    color: #ffffff;
    outline: none;
    transition: 0.3s;
}

#tribe-bar-views .tribe-bar-views-option:hover {
    cursor: pointer;
    background: #ebedfb;
}

#tribe-bar-views .tribe-bar-views-option.tribe-bar-active {
    background: #ebedfb;
}

#tribe-events .tribe-events-button:hover,
.tribe-events-button:hover {
    color: #ffffff;
    background: #6b526a;
}

.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: #f6869d;
    color: #ffffff;
    font-size: 20px;
    font-family: "Playfair Display";
    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 {
    font-family: "Pacifico";
    color: #ff7658;
    font-size: 25px;
    font-weight: 100;
    padding-bottom: 20px;
    display: inline-block;
}

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

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

.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: #f6869d;
}

.single-tribe_events .tribe-events-single-event-title {
    font-size: 40px;
    line-height: 52px;
    color: #6b526a;
    position: relative;
    padding-bottom: 10px;
}

.single-tribe_events .tribe-events-single-event-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 30px;
    background: #f6869d;
    border-radius: 4px;
    display: block;
}

.single-tribe_events .tribe-events-event-meta {
    background: #ebedfb;
    border-color: #ebedfb;
}

.tribe-events-schedule h2 {
    display: inline-block;
    margin-bottom: 0px;
    color: rgb(107, 82, 106);
    font-size: 1.2em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "montserrat-alternates";
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    color: #f6869d;
    margin: 5px 0 10px 0;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    color: #6b526a;
}

dd.tribe-events-event-categories,
dd.tribe-events-event-categories a {
    color: #ffcc7f;
}

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

.tribe-events-notices {
    background: #6b526a;
    border: none;
    color: #ffffff;
    text-shadow: none;
}

.tribe-bar-disabled {
    margin-left: auto;
    display: block;
    margin-right: 0;
    text-align: right;
    float: unset;
}

.tribe-bar-disabled #tribe-events-bar {
    display: inline-block;
    margin-left: auto;
    text-align: left;
}

/*School Calendar*/

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

.banner-sec {
    padding: 189px 0 200px 0;
    position: relative;
}

.banner-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
    z-index: 1;
}

.banner-sec .h1 {
    margin: 0;
    text-align: center;
}

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

.blog-page-sec .pagewidth {
    width: 1600px;
}

.blog-page-sec .blog-box-inner {
    display: block;
    height: auto;
}

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

.blog-page-sec .blog-box-inner .blog-image {
    height: auto;
    flex: 0 0 100%;
    padding-bottom: 75%;
}

.blog-page-sec .blog-box-inner .blog-image img {
    position: absolute;
    display: block;
}

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

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

.widget_search #searchform {
    border: none;
    position: relative;
}

.widget {
    margin: 0 0 32px 0;
}

.widget_search input#s {
    background-color: #ebedfb !important;
    border-radius: 30px !important;
    height: 50px;
    color: #5d6578;
    font-size: 16px;
    line-height: 26px;
    padding: 13px 70px 13px 20px !important;
    letter-spacing: 0 !important;
}

.widget_search #searchform .sec-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.widget_search #searchform .sec-btn:hover {
    transform: unset;
    box-shadow: none;
    background: #ffcc7f;
}

.widgettitle {
    color: #f6869d;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 24px;
    font-weight: bold;
    letter-spacing: 0;
}

.widget li {
    padding: 0;
}

.widget_recent_entries ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

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

.widget_recent_entries ul li .image-wp {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
    flex: 0 0 100px;
}

.widget_recent_entries ul li .image-wp a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

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

.widget_recent_entries ul li .title-wp {
    flex: 1;
}

.widget_recent_entries ul li .title-wp h5 a {
    color: #6b526a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.widget_recent_entries ul li .title-wp h5 {
    margin: 0 0 5px 0;
}

.widget_recent_entries ul li .title-wp .post-date {
    font-size: 14px;
    font-style: italic;
    color: #ffcc7f;
    line-height: 24px;
    margin: 0;
    letter-spacing: 0;
}

.widget_categories ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

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

.widget_categories ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffcc7f;
    left: 0;
    top: 7px;
}

.widget_categories ul li a {
    color: #6b526a;
}

.widget_tag_cloud .tagcloud a {
    font-size: 16px !important;
    line-height: 26px;
    color: #6b526a;
    background: #ebedfb;
    padding: 5px 12px;
    border-radius: 30px;
    display: inline-block;
    margin: 0 15px 15px 0;
    transition: 0.3s;
}

.widget_tag_cloud .tagcloud a:hover {
    background: #ffcc7f;
    color: #fff;
}

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

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

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

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

.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;
    color: #ffcc7f;
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
}

.single-page-title h1 {
    font-size: 35px;
    line-height: 45px;
    margin-left: 0;
}

.single-page-text h2 {
    font-size: 25px;
    line-height: 35px;
}

.single-page-text a {
    color: #f6869d;
}

.related-post-wp .h2 {
    position: relative;
    margin: 0;
    padding-bottom: 10px;
}

.related-post-wp .sec-title {
    text-align: center;
    margin: 60px 0;
}

.related-post-wp .h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 30px;
    height: 5px;
    background: #f6869d;
    border-radius: 30px;
}

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

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

.payment-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.payment-banner .h1 {
    font-weight: normal;
}

.payment-banner .h1 span {
    font-weight: bold;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    height: 370px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 30px;
    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: 40px;
    position: relative;
    line-height: 50px;
    margin-bottom: 49px;
}

.woocommerce div.product .product_title:before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    height: 5px;
    width: 30px;
    border-radius: 5px;
    background: #f6869d;
    display: block;
}

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

.product .nyp {
    position: relative;
}

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

.product .nyp .nyp-input {
    width: 128px;
    min-width: auto !important;
    margin-right: 15px;
    border: none;
    background: #ebedfb;
    border-radius: 10px;
    height: 50px;
    padding: 13px 10px 13px 52px;
    color: #5d6578;
    text-align: left !important;
    font-weight: 600 !important;
    font-size: 20px;
}

.woocommerce .button {
    background-color: #f6869d !important;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px !important;
    color: #fff !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: #6b526a !important;
    transform: unset;
}

.product_meta a {
    color: #f6869d;
}

.cart_item a {
    color: #f6869d;
}

.cart_item a:hover {
    color: #6b526a;
}

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

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

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

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

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

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

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

.woocommerce .wcpa_form_outer .wcpa_form_item .form-control {
    max-width: 450px;
    height: 140px;
    min-height: auto;
    border-radius: 0;
    border: 1px solid #e1dede;
    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;
    float: none;
    width: 232px;
}

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

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

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

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

.single_add_to_cart_button.button {
    background: #ffcc7f !important;
    padding: 12px 40px !important;
}

.summary form.cart {
    position: relative;
    display: inline-block;
}

.summary form.cart .quantity {
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    margin: 0 !important;
}

.summary form.cart .quantity input {
    height: 47px;
    margin: 0;
}

#tf_sticky_buy form.cart {
    display: flex;
    align-items: center;
}

#tf_sticky_buy form.cart .nyp {
    margin: 0;
    margin-right: 15px;
}

#tf_sticky_buy form.cart .nyp input#nyp-1 {
    width: 140px;
}

#tf_sticky_buy div.product form.cart .quantity input {
    height: 46px;
}

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

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

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

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

.not-found-sec {
    padding: 100px 0 180px 0;
}

.not-found-content h2 {
    font-size: 185px;
    line-height: 1;
    margin: 0;
}

.not-found-content {
    text-align: center;
    position: relative;
}

.not-found-shape {
    position: absolute;
    bottom: -120px;
    left: 6%;
}

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

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

#back-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    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;
}

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

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

fieldset h2 {
    margin-bottom: 30px;
    font-family: "Playfair Display";
}

fieldset h4 {
    margin-top: 30px;
    font-size: 22px;
    text-decoration: underline;
    font-family: "Playfair Display";
    font-weight: 600;
}

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

fieldset .btn {
    background-color: #f6869d !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 30px;
    color: #fff;
    transition: 0.3s;
    padding: 12px 25px;
    margin: 0px;
    font-weight: 700;
    line-height: 1.3;
    font-size: 16px;
}

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

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

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

@media (min-width: 992px) {
    .blog-page-sec .pagewidth>.row {
        margin-left: -50px;
        margin-right: -50px;
    }

    .blog-page-sec .pagewidth>.row>[class*="col-"] {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media (min-width: 1201px) {
    .header-bar {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .sidemenu {
        height: 100%;
        flex: 1;
    }

    .navbar-wrapper {
        height: 100%;
        justify-content: unset;
        flex: 1;
    }

    #main-nav li.header-call {
        display: inline-flex;
        align-items: center;
    }

    #main-nav-wrap {
        justify-content: unset;
        height: 100%;
        flex: 1;
    }

    #main-nav {
        flex: 1;
        width: 100%;
        height: 100%;
        float: none;
        display: inline-flex;
        justify-content: flex-end;
    }

    #main-nav li {
        height: 100%;
    }

    #main-nav>li>a {
        height: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
        padding: 15px 11px;
    }

    .widget_block .wp-block-social-links.is-style-logos-only li svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 1400px) {
    #main-nav>li>a {
        padding: 15px 8px;
        font-size: 15px;
    }

    body #site-logo a img {
        width: 160px;
    }
}

@media (max-width: 1300px) {
    #main-nav>li>a {
        padding: 15px 3px;
        font-size: 15px;
    }

    body #site-logo a img {
        width: 150px;
    }
}

@media (min-width: 1025px) and (max-width: 1400px) {
    .header-menu.module-menu .ui.nav li a {
        margin-left: 10px;
        font-size: 14px;
    }
}

@media (max-width: 1700px) {
    .about-square-shape {
        right: -207px;
    }

    .about-round-shape {
        left: -220px;
    }

    .service-sqaure-shape {
        left: -175px;
    }

    .service-round-shape {
        right: -220px;
    }

    .baloons-image {
        left: -200px;
    }

    .counter-pink-shape {
        left: -162px;
    }

    .testimonial-yellow-shape {
        right: -170px;
    }

    .testimonial-pink-shape {
        left: -200px;
    }

    .blog-yellow-shape {
        right: -160px;
    }

    .contact-us-right-shap {
        right: -200px;
    }

    .job-posi-left-shap {
        left: -150px;
    }
}

@media (max-width: 1500px) {
    .scrap-book-left-shap {
        left: -170px;
    }
}

@media (max-width: 1260px) {
    .banner-sliderr.slider-caption-overlay .slide-content {
        max-width: 76%;
    }

    .contact-us-right-shap {
        right: -170px;
    }
}

@media (max-width: 1200px) {
    .header-icons {
        height: var(--header-des-height);
        top: auto !important;
        bottom: 0 !important;
        transform: translateY(0);
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        left: 50%;
        transform: translate(-50%, 0) !important;
        width: 1600px;
        max-width: 85%;
        right: auto !important;
        z-index: 10000;
        transition: var(--transition);
    }

    .mobile_menu_active .sticky_head .header-icons {
        height: var(--stickyheader-des-height);
    }

    #headerwrap #menu-icon-close {
        font-size: 50px !important;
    }

    .instagram-feed #sbi_images {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .instagram-feed #sb_instagram #sbi_images .sbi_item {
        width: 100%;
        max-width: 33.333333%;
        flex: 0 0 33.333333%;
        float: none;
        margin-bottom: 30px !important;
    }

    .contact-us-left-shap {
        top: -116px;
        left: -223px;
    }

    .contact-us-service>.row_inner {
        max-width: 80%;
        width: 100%;
    }

    .contact-us-right-shap {
        right: -140px;
    }

    .job-posi-left-shap {
        left: -130px;
    }

    .job-position-wrap .position-desc .desc-box-title p {
        padding: 8px 40px;
    }

    .job-posi-right-shap {
        right: -250px;
    }

    .blog-page-sec {
        padding: 70px 0;
    }

    .blog-page-sec .left-side {
        margin-bottom: 40px;
    }

    #headerwrap #main-nav li.header-call a {
        width: 140px;
    }

    #headerwrap #main-nav li.header-call a:hover {
        color: #ffcc7f !important;
        background: #fff !important;
    }
}

@media (max-width: 1199px) {
    .portfolio-wraper>.text-center ul li {
        color: #6b526a !important;
        background-color: #ebedfb !important;
    }

    .portfolio-wraper>.text-center ul li.active {
        color: #ffffff !important;
        background-color: #f6869d !important;
    }

    .portfolio-wraper>.text-center {
        border-radius: 31px;
    }
}

@media (max-width: 991px) {
    .scrap-book-left-shap {
        left: -130px;
    }

    .scrap-book-right-shap {
        right: -238px;
    }

    .scrap-book-left-bottom-shap {
        left: -250px;
    }

    .not-found-shape {
        left: 0;
        width: 100px;
        bottom: -70px;
    }

    .not-found-content h2 {
        font-size: 125px;
    }

    .not-found-sec {
        padding: 50px 0 100px 0;
    }

    #tf_sticky_buy div.product div.tf_sticky_prod_img div.images {
        display: none;
    }

    #tf_sticky_buy div.product form.cart .button {
        font-size: 13px !important;
        padding: 12px 20px !important;
    }
}

@media (max-width: 768px) {
    .contact-form .row [class*="col-"] {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .banner-sliderr.slider-caption-overlay .slide-content .slide-title:before {
        width: 60px;
        height: 54px;
        top: -50px;
        right: -50px;
    }

    .about-image-col {
        order: 1;
    }

    .about-content-col {
        order: 2;
    }

    .contact-us-left-shap {
        top: -127px;
        left: -187px;
    }

    .contact-us-right-shap {
        right: -100px;
        bottom: -70px;
    }

    .job-posi-left-shap {
        left: -100px;
    }

    .job-posi-right-shap {
        right: -230px;
    }

    .tribe-bar-disabled #tribe-bar-filters-wrap {
        width: 50%;
        min-width: unset !important;
    }

    .tribe-bar-disabled #tribe-bar-filters-wrap .tribe-bar-date-filter {
        width: 100%;
    }

    .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"],
    .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"] a,
    .tribe-events-calendar .tribe-events-past.tribe-events-has-events:after,
    .tribe-events-calendar td.mobile-active {
        background-color: #6b526a;
    }

    #tribe-mobile-container .type-tribe_events a {
        color: #f6869d;
    }

    #tribe-events-pg-template {
        padding: 40px 30px;
    }

    .tribe-bar-disabled #tribe-events-bar {
        margin: 30px 0;
    }

    .tribe-bar-disabled #tribe-bar-filters-wrap {
        width: 50%;
    }

    .tribe-bar-disabled .tribe-bar-filters .tribe-bar-date-filter {
        width: 100%;
    }

    .tribe-events-sub-nav li a {
        background: transparent;
        color: #ff7658;
        display: inline-block;
        padding: 0;
    }

    .tribe-events-sub-nav li a:hover,
    .tribe-events-sub-nav li a:visited {
        color: #6b526a;
    }

    .tribe-events-calendar .tribe-events-present,
    .tribe-events-calendar td.tribe-events-present.mobile-active {
        background: #6b526a;
    }

    .tribe-events-calendar .tribe-events-past.tribe-events-has-events:after {
        background: #ffffff;
    }

    #tribe-events-footer~a.tribe-events-ical.tribe-events-button {
        font-size: 18px;
        border-radius: 30px;
        height: 46px;
        padding: 10px 15px;
        display: inline-block;
        font-weight: 700;
        line-height: normal;
        float: right;
    }

    #tribe-mobile-container .tribe-mobile-day {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        border-radius: 20px;
        overflow: hidden;
        margin-top: 30px;
    }

    #tribe-mobile-container .tribe-mobile-day .tribe-mobile-day-heading {
        padding: 10px 20px;
        background: #6b526a;
        color: #ffffff;
        font-size: 20px;
        font-family: "Playfair Display";
        text-transform: uppercase;
    }

    #tribe-mobile-container .tribe-mobile-day .tribe-events-mobile {
        padding: 20px;
    }

    #tribe-mobile-container .tribe-mobile-day .tribe-events-mobile h4 a {
        font-family: "Pacifico";
        color: #f6869d;
        text-transform: capitalize;
        font-weight: 400;
        font-size: 25px;
        padding-bottom: 10px;
        display: inline-block;
    }

    #tribe-mobile-container .tribe-mobile-day .tribe-events-event-schedule-details {
        color: #000;
        font-weight: 700;
    }

    #tribe-mobile-container .tribe-mobile-day .tribe-events-read-more:hover {
        color: #6b526a;
    }

    .tribe-events-loop .tribe-events-event-meta {
        background: transparent;
        border: none;
        margin: 0 0 15px;
        padding: 0;
    }

    .tribe-events-list .time-details {
        padding: 0;
    }

    .tribe-events-list .tribe-events-venue-details {
        border: none;
        padding: 0;
        margin: 15px 0;
    }

    .single-tribe_events .tribe-events-schedule {
        background: transparent;
        border: none;
        padding: 12px 0;
    }

    #tribe-events,
    #tribe-events-pg-template,
    .tribe-events-pg-template {
        padding: 30px 15px 15px;
    }

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

    .scrap-book-right-shap {
        right: -208px;
    }

    .scrap-book-left-bottom-shap {
        left: -210px;
    }

    #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 form.cart .nyp {
        margin-bottom: 20px;
    }

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

@media (max-width: 767px) {

    .banner-sliderr .carousel-prev,
    .banner-sliderr .carousel-next {
        display: none !important;
    }

    .inner-banner.job-inner-banner .buterfly-title span {
        width: min-content;
    }

    .tribe-events-sub-nav li a {
        padding: 10px 0 !important;
    }

    .banner-sec {
        padding: 150px 0 160px 0;
    }

    .not-found-shape {
        width: 20%;
        bottom: -70%;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .portfolio-wraper .filtr-container .filtr-item {
        height: 250px;
    }
}

@media (max-width: 760px) {

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

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

    .job-posi-right-shap {
        right: -200px;
    }

    .portfolio-wraper>.text-center ul li {
        margin: 8px !important;
        font-size: 18px;
        line-height: 32px;
        padding: 1px 25px;
        height: 36px;
    }

    .portfolio-wraper>.text-center {
        padding: 8px !important;
    }

    .portfolio-wraper .filtr-container .filtr-item {
        height: 300px;
        padding: 15px 0 !important;
    }

    .portfolio-wraper .filtr-container .filtr-item:before {
        width: 100%;
    }

    .scrap-book-left-shap {
        left: -100px;
    }
}

@media (max-width: 480px) {
    .blog-box-inner {
        display: block;
    }

    .blog-box {
        height: auto;
    }

    .blog-image {
        flex: auto;
        height: 250px;
    }

    .instagram-feed #sb_instagram #sbi_images .sbi_item {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .testimonial-slider.module-testimonial-slider .post.tf_swiper-slide .testimonial-item:before,
    .testimonial-slider.module-testimonial-slider .post.tf_swiper-slide .testimonial-item:after {
        width: 45px;
        height: 32px;
    }

    .buterfly-title span:before {
        width: 60px;
        height: 54px;
        top: -50px;
        right: -50px;
    }

    #tribe-events .tribe-events-button,
    .tribe-events-button {
        font-size: 15px;
    }
}

@media (max-width: 400px) {
    .instagram-feed #sb_instagram #sbi_images .sbi_item {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .job-position-wrap .position-desc .desc-box-title p {
        padding: 8px 25px;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .job-posi-right-shap {
        right: -200px;
        bottom: 50px;
    }

    .tribe-events-calendar div[id*="tribe-events-daynum-"],
    .tribe-events-calendar div[id*="tribe-events-daynum-"] a,
    .tribe-events-calendar tr,
    .tribe-events-calendar tH {
        font-weight: normal;
        font-size: 9px;
    }

    .woocommerce .button {
        padding: 10px 20px !important;
    }
}

@media (max-width: 360px) {
    .buterfly-title span:before {
        width: 48px;
        height: 44px;
        top: -40px;
        right: -30px;
    }

    .inner-banner.job-inner-banner h1 {
        font-size: 38px;
        line-height: 48px;
    }

    .inner-banner.job-inner-banner .buterfly-title span:before {
        right: -10px;
    }
}

@media (max-width: 340px) {
    .tribe-bar-disabled #tribe-bar-filters-wrap {
        width: 45.8%;
    }
}

/* ==== Responsive CSS End ==== */


@media (min-width: 768px) {
    .theme_box {
        display: inline-block;
    }

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