@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap');

@font-face {
    font-family: "Ethereal";
    src: url("../fonts/Ethereal-Thin.woff");
    src: url("../fonts/Ethereal-Thin.woff2") format("woff2"), 
        url("../fonts//Ethereal-Thin.woff") format("woff"), 
        url("../fonts//Ethereal-Thin.otf") format("otf"), 
        url("../fonts//Ethereal-Thin.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
:root {
    --theme-color: #aecd23;
    --theme-font: "Ethereal", "Baskervville", serif;
    --border: #E6E6E6;
}

::-ms-input-placeholder { /* Edge 12-18 */
  font-size: 12px;
}

::placeholder {
  font-size: 12px;
}
/* General */
h1, h2, h3, h4, h5, h6 {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 15px 0;
    color: #1b1b1b;
}
a {
	color: inherit;
}
a:hover {
	color: inherit;
}
.bg-red{
    background-color: #f44336;
}
.step-icon-box img {
    filter: invert(1);
}
.p-relative {
    position: relative;
}
.fix {
    overflow: hidden;
}
.z-index-2 {
    position: relative;
    z-index: 2;
}
.pb-90 {
    padding-bottom: 90px;
}
.pt-90 {
    padding-top: 90px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pt-120 {
    padding-top: 120px;
}

/* add new */
.navbar .navbar-nav .nav-link:hover {
    color: #accd23;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item, .navbar .dropdown-menu .dropdown-item.active, 
.navbar .dropdown-menu .dropdown-item:hover {
	color: #accd23;
}
.btn-cleaning {
	background: linear-gradient(118deg, var(--theme-color), #FFEB3B);
    border-radius: 7px;
    color: #303030 !important;
}
.carousel-categories-container {
    width: 100%;
    overflow: hidden;
}
.carousel-categories {
    text-align: left;
    margin-bottom: 56px;
    margin-left: 20px;
    transition: margin-left 0.2s;
    text-align: center;
}
.carousel-categories .carousel-category-title {
    padding: 0 15px;
    font-size: 0.875rem;
    font-weight: 300;
    font-family: 'Manrope';
}
.carousel-categories .carousel-category-title.active span {
    border-bottom: solid;
    border-width: 1px;
    border-color: #accd23;
    padding: 4px 0;
    font-weight: 600;
}
.carousel-categories .carousel-category-title span:hover{
    border-bottom: solid;
    border-width: 1px;
    border-color: #accd23;
    padding: 4px 0;
    font-weight: 400;
}
.interior {
    background: #F4F4F4;
}
.interior .wrap-content {
    margin: 20px 0;
	padding: 0 8%;
}
.interior .wrap-content h3{
    color: #222;
    font-size: 1.7rem;
    font-family: "Ethereal", "Baskervville", serif;
    text-align: center;
}
.interior .wrap-content img{
    /*margin-top: 30px;*/
    margin-bottom: 5px;
    border-radius: 12px;
	/* aspect-ratio: 1 / 0.465; */
	aspect-ratio: 3 / 4;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
} 
.interior .wrap-content .img-gallery .img-wrap{
    padding: 0 3px;
}
.interior .wrap-content .img-gallery img{
	width: 90px;
    margin-top: 10px;
    border-radius: 7px;
    /* aspect-ratio: 16 / 7.5; */
    aspect-ratio: 3 / 4;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.interior .portfolio-carousel.owl-carousel{
  transform: rotate(90deg);
  width: 525px;
  margin-left: -130%;
} 
.interior .portfolio-carousel .item{
  transform: rotate(-90deg);
}
.interior .portfolio-carousel.owl-carousel .owl-nav{
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: calc(50% - 115px) !important;
}
.interior .portfolio-carousel.owl-theme .owl-nav [class*=owl-] {
    margin-right: -40px;
    margin-left: -40px;
}
.interior .portfolio-carousel.owl-carousel .owl-nav button.owl-next, 
.interior .portfolio-carousel.owl-carousel .owl-nav button.owl-prev, 
.interior .portfolio-carousel.owl-carousel button.owl-dot {
    background: none;
    border: none;
    color: #222;
}
.testimonial-wrapper {
    position: relative;
    margin-top: 30px;
    display: inline-block;
}
.testimonial-wrapper .array-button {
    position: absolute;
    top: 0;
    right: 0;
}
.array-button {
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial-wrapper .array-button .array-prev {
    background-color: transparent;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    border: 1px solid var(--border);
    color: #222;
    font-weight: bold;
}
.array-button .array-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: rgba(166, 161, 130, 0.2);
    color: var(--theme-color);
    font-size: 18px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}
.testimonial-wrapper .array-button .array-next {
    background-color: transparent;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    font-weight: bold;
}
.array-button .array-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}
.testimonial-wrapper .testimonial-image {
    height: 534px;
    width: 850px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.testimonial-wrapper .testimonial-area {
    margin-top: 60px;
    max-width: 670px;
}
.testimonial-wrapper .testimonial-items {
    padding: 60px;
    background-color: #f6f6f6;
    border-radius: 15px;
    position: relative;
    z-index: 9;
}
.testimonial-wrapper .testimonial-items .client-items {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial-wrapper .testimonial-items .client-items .client-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.testimonial-wrapper .client-content h3 {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Baskervville';
    letter-spacing: 2px;
}
.testimonial-wrapper .testimonial-items .star {
    margin-top: 30px;
}
.testimonial-wrapper .testimonial-items .star i {
    color: #f8bc26;
}
.testimonial-wrapper .testimonial-items p {
    font-size: 14px;
    margin-top: 20px;
    font-family: 'Manrope';
    font-weight: 400;
    color: #222;
}
.story {
    background: #F4F4F4;
    position: relative;
    padding: 50px 0;
}
.story figure {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40vw;
}
.story figure img {
    width: 100%;
    height: 100%;
}
.story h3 {
    font-size: 2.5rem;
    font-weight: 500;
    font-family: var(--theme-font);
    color: var(--theme-color);
}
.story p {
    font-size: 14px;
    margin-top: 20px;
    font-family: 'Manrope';
    font-weight: 400;
    color: #222;
}
.story .ot-btn {
    padding: 10px !important;
    color: #fff !important;
}
/* End */

/* Title */
.section-title {
    font-family: "Manrope", sans-serif;
}
.tp-section__title {
    color: #846b55;
    text-transform: capitalize;
    font-size: 2.3rem;
    font-family: "Ethereal", "Baskervville", serif;
}
.tp-section__title {
    color: #333;
    text-transform: capitalize;
    font-size: 2.3rem;
}
.about-content-two .tp-section-title-2 h5{
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 2rem;
    color: #000b3c;
}
.tpcontact__item {
    background-size: cover;
}
.tpcontact-title-2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
}
.tpcontact__item::before {
    content: "";
    position: absolute;
    background-color: #000315;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    mix-blend-mode: darken;
}
.tp-services-3__before-color::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(58, 58, 74, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}
.tpcontact__item-right p {
    font-size: 1rem;
    color: #444;
}
.tp-services-3__wrap {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(35, 35, 49, 0.04);
}
.tp-services-3__wrap::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    clip-path: polygon(100% 70%, 69% 100%, 100% 100%);
    background: var(--tp-grey-1);
    bottom: 0;
    right: 0;
    transition: 0.4s;
}
.tp-services-3__icon span {
    font-size: 43px;
    color: var(--tp-theme-2);
    font-weight: 900;
    height: 90px;
    width: 100px;
    background-color: var(--tp-grey-1);
    text-align: center;
    line-height: 100px;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
    transition: 0.4s;
}
.tp-services-3__content {
    padding: 25px;
    padding-bottom: 34px;
}
.tpproject-3__item {
    overflow: hidden;
}
.p-relative {
    position: relative;
}

.tpproject-3__item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-image: -moz-linear-gradient(90deg, rgb(202, 31, 38) 0%, rgb(229, 111, 52) 54%, rgb(255, 191, 66) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(202, 31, 38) 0%, rgb(229, 111, 52) 54%, rgb(255, 191, 66) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(202, 31, 38) 0%, rgb(229, 111, 52) 54%, rgb(255, 191, 66) 100%);
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.4s;
    transition-property: all;
    z-index: 2;
}
.tpproject-3__item::after {
    content: "";
    position: absolute;
    background: linear-gradient(to top, #3a3a4a, transparent);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 1;
}
.tpproject-3__content {
    position: absolute;
    left: 40px;
    bottom: 25px;
    transition: all 700ms ease;
    z-index: 2;
}
.tpproject-3__content .tpproject-title {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}
.tpproject-3__content .tpproject-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: 0.6s;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}
.tpproject-3__icon {
    position: absolute;
    top: 40px;
    left: 40px;
    color: #222;
    font-size: 20px;
    background: #fff;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    transform: scale(0);
    transition: all 700ms ease;
    z-index: 2;
    cursor: pointer;
}
.tpproject-3__icon::before {
    content: "";
    position: absolute;
    right: 0;
    background-image: -webkit-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
    transition: all 500ms ease;
    left: 50%;
    height: 115px;
    width: 6px;
    transform: rotate(-180deg);
    text-align: center;
    top: 100%;
}
.tpproject-3__icon::after {
    position: absolute;
    content: "";
    width: 125px;
    height: 6px;
    top: 50%;
    background-image: -moz-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.01) 99%, white 100%);
    background-image: -webkit-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.01) 99%, white 100%);
    background-image: -ms-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.01) 99%, white 100%);
    transition: all 700ms ease;
    z-index: 999999;
    left: 100%;
}
.tpproject-3__item:hover .tpproject-3__icon {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
  transition-delay: 500ms;
}
.tpproject-3__wrap:hover .tpproject-3__item::before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.tpproject-3__wrap:hover .tpproject-title::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.tp-varian img {
	width: 200px;
}
.roasting-img {
	width: 80px;
    margin-bottom: 10px;
}
/********** CTA ***************/
section.call-to-action1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.relative {
    position: relative;
    z-index: 1;
}
.call-to-action1 {
    padding: 4.75rem 0 5rem;
}
.call-main1 h1 {
	font-size: 3.2rem;
}
.cta-overlay {
    background: #111;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.5s;
    opacity: 0.6;
}
.cta-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: #ffbf42;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    padding: 17px 50px;
    overflow: hidden;
    transition: all 0.5s linear;
    z-index: 1;
    text-align: center;
}
.cta-btn:hover{
	color: #fff;
}
.cta-btn:hover::before {
    transform: scaleY(1) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.cta-btn::before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: 0px;
    background-color: #ed1d23;
    content: "";
    transform: scaleY(0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: -1;
}
.mean-container .mean-nav ul li li a {
    width: 100%;
}
.meta-list {
    padding: 10px 20px;
}
.height-100 {
    height: 100vh;
}
.location {
    color: #222;
    font-size: 1.5rem;
    font-weight: 600;
}
.tj-contact-list.d-block {
	min-height: 275px;
	color: #555555;
}
.tp-features-3__item {
	text-align: center;
    padding: 30px;
}
.tp-features-3__item.active {
	background: #ffe0b2;
}
.tp-features-3__item.mb-30 {
	margin-bottom: 15px;
}
.tp-features-3__item span {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
    transition: 0.3s;
    color: #775b42;
}
.tp-features-3-title-3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
}
.tp-features-3__item p {
    font-size: 0.825rem;
    color: #4c2709;
    text-align: center;
}
.tp-varian {
    text-align: center;
    padding: 40px 25px;
}
.tp-varian.varian-1 {
    background-color: #f1c152;
}
.tp-varian.varian-2 {
    background-color: #68d0af;
}
.tp-varian.varian-3 {
    background-color: #d2d86f;
}
.tp-varian-title {
    margin-top: 30px;
    padding-top: 30px;
    font-size: 2.4rem;
    font-weight: 300;
    font-family: var(--tj-ff-body);
    color: #333;
    line-height: 1.5rem;
}
.tp-varian-subtitle {
    padding-bottom: 30px;
	font-size: 1.2rem;
    font-weight: 300;
    font-family: var(--tj-ff-body);
    color: #333;
}
.product-box {
	text-align: center;
}
.product-box img {
	width: 85%;
}
.product-title {
	margin: 10px 0 15px 0;
    font-size: 1.2rem;
    text-align: center;
    color: #52151d;
}
.product-readmore {
	color: #8e7272;
    font-size: 0.975rem;
}
/********** GALLERY PROJECT STYLE ******************/
.single-course {
    box-shadow: 0 6px 26px rgba(0,0,0,0.03);
    margin-bottom: 30px;
}
.cstyle-2 .course-img {
    width: 306px;
    height: 277px;
}
.course-img {
    position: relative;
}
.c_image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
	border-radius: 0 12px 12px 0;
}
.cstyle-2 .course_content {
    padding: 25px 10px;
}
.cstyle-2 .course_content h2 {
    margin-bottom: 15px;
}
.course_content h2 {
	font-size: 1.25rem;
	color: #222;
    transition: .5s;
    line-height: 32px;
}
.course_detail {
	font-size: 0.9rem;
    line-height: 2rem;
    color: #777;
    height: 160px;
    overflow: hidden;
}
.course_detail_2 {
	font-size: 0.9rem;
    line-height: 2rem;
    color: #777;
}
.owl-prev, .owl-next {
	width: 50px;
	height: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block !important;
	border:0px solid black;
	font-size: 1.2rem;
}

.fade:not(.show) { opacity: unset; }
.fade:not(.in) { opacity: 0; }
.modal-lg { top: 25%; }

.gal-readmore {
	color: #333 !important;
    font-size: 0.9rem;
    border-bottom: 1px solid;
}
.pt-50 {
	padding-top: 50px;
}

/*------------------------------
    15. START FAQ SECTION
------------------------------*/
.faq .accordion .card {
    margin-bottom: 1em;
    border-radius: 28px !important;
    overflow: hidden;
    background: #fff;
}

.faq .accordion .card,
.faq .accordion .card .card-header {
    border: none;
}

.faq .accordion .card .card-header {
    padding: 0;
}
.faq .card-header h2 {
    font-size: 1.675rem;
    padding: 15px 20px;
    color: #0f2b56;
    text-transform: uppercase;
}

.faq .accordion .card .card-body {
    padding: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.faq .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.tj-faq-left-content .faq-content {
    margin-bottom: 0;
}
.tj-faq-left-content .faq-content .faq-icon i {
    width: 28px;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
}
.tj-faq-left-content .faq-content .faq-text p {
    max-width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
}
.tj-faq-left-content {
    margin-bottom: 20px;
}

.round-2 {
	border-radius: 12px;
}
.product-detail-box {
	margin-top: 50px;
	padding: 50px 30px;
}
.product-detail-box .title {
	text-align: left;
	font-size: 2.525rem;
	color: #4c2709;
}
.tj-main-menu > ul > li > a.active {
    color: #4c2709;
    border-bottom: 1px solid #4c2709;
}
.tj-main-menu > ul > li > a:hover {
	text-decoration:none;
    color: #4c2709;
    border-bottom: 1px solid #4c2709;
}
.tj-main-menu > ul > li > a {
    padding-top: 16px;
    padding-bottom: 5px;
    padding-right: 25px;
}
.site-footer {
    display: block;
    position: absolute;
    bottom: 25px;
    right: 0px;
	z-index: 99;
}
.p-60 {
    padding: 60px 0;
}
.opacity-1 {
    opacity: 1;
}

/* Location */
.rooms1-content {    
    background-color: transparent;
}
.rooms1-title, .rooms1-title a {
    font-family: "Manrope", sans-serif;
}
/* Slider */ 
.tj-slider-section-three .slider-content {
    margin: 0;
    width: 200px;
    position: absolute;
    bottom: 4%;
    z-index: 9;
    right: 15%;
}
.tj-slider-section-three .slider-content .slider-title {
    margin-bottom: 10px;
    font-size: 4rem;
    font-family: "Manrope", sans-serif;
}
.tj-slider-section-three .slider-content .slider-desc {
    font-family: "Manrope", sans-serif;
}
.tj-slider-section-three .slider-content .slider-desc span {
    display: flex;
    align-items: center;
}  
.tj-slider-section-three .slider-content .slider-desc span::after {
    max-width: 50px;
    content: '';
    flex: 1;
    margin-left: 1rem;
    height: 1px;
    border-top: 1px solid #fff;
}
.owl-nav disabled {
    display: none;
}
.content ul {
    padding-left: 15px;
}
.content ul li {
    list-style: disc;
}
.service-content h3{
    margin: 30px 0;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
}
.service-content ul li{
    list-style-type: disc;
}
.service-content table, 
.service-content th, 
.service-content tr, 
.service-content td {
    border: 1px solid #333;
}
.service-content strong {
    font-weight: 600;
}


/* Footer */
.tj-footer-area .footer-contact-info {
    margin: 50px 0;
}
.tj-footer-area .footer-content-info {
    background: #fff;
    padding: 20px 0;
    max-width: 385px;
    margin-left: 0px;
    width: 100%;
    margin-bottom: 0;
}
.tj-footer-area .footer-content-info img {
    scale: 0.7;
    max-width: 100%;
}
.tj-footer-area .footer-content-info .footer-social-icon {
    margin-top: 0;
    margin-left: 35%;
}
.tj-footer-area .footer-contact-info ul li {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
    position: relative;
    padding-left: 0;
}
.tj-footer-area .footer-contact-info ul li i {
    width: 40px;
    height: 40px;
    line-height: 42px;
    color: #4c2709;
    text-align: center;
    border: 1px solid var(--tj-gray-color2);
    display: inline-block;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 10px;
    background: transparent;
    transition: 0.4s;
    margin-right: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}
.banner-header h1 {
    font-family: "Ethereal", "Baskervville", serif;
    font-size: 3rem;
}
.copyright-bottom {
    border-top: 0;
    padding: 17px 0;
    background: #fff;
}
.footer-copyright-area .copyright-target a {
    color: #03A9F4;
    transition: 0.4s;
}
.footer-copyright-area .copyright-target p{
    color: #222;
}
/* new add */
.hero-style1 {
    top: 30%;
    position: relative;
    z-index: 5;
    padding: 190px 0 300px 0;
    text-align: left;
}
.hero-style1 .play-btn {
    position: absolute;
    top: calc(50% - 125px);
    right: 100px;
    z-index: 10;
}
.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.play-btn.style2:before, .play-btn.style2:after {
    background-color: transparent;
    border: 1px solid #fff;
}
.ripple-animation, .play-btn:after, .play-btn:before {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple;
}
.play-btn:after, .play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: 1px solid #fff;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.play-btn.style2>i {
    --icon-size: 100px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 80px);
    height: var(--icon-size, 80px);
    line-height: var(--icon-size, 78px);
    text-align: center;
    font-size: var(--icon-font-size, 1.4em);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0
    }
}


.hero-style1 .hero-title {
    color: #fff;
}
.hero-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Ethereal", "Baskervville", serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 0;
    text-transform: capitalize;
}
.hero-subtitle {
    margin-top: 0;
    margin-bottom: 43px;
    font-family: "Ethereal", "Baskervville", serif;
    font-weight: 400;
    font-size: 4rem;
    color: #fff;
    text-transform: capitalize;
}
.btn-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}
.ot-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #aecd23;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 21px 30px;
    min-width: 142px;
    border-radius: 4px;
    font-family: "Manrope", sans-serif;
}
.ot-btn.style4 {
    background-color: #222;
    color: #fff;
}
.services2 .caption h4, .services2 .caption h4 a {
    font-size: 35px;
    color: #1b1b1b;
    margin-bottom: 5px;
    font-family: "Baskervville", sans-serif;
}
.services2.left .caption {
    left: auto;
    right: 0;
    background: #f8f8f8;
    padding: 4% 0 4% 4%;
}
.butn-dark a {
    font-family: "Manrope", sans-serif;
}
.butn-dark a {
    font-weight: 500;
    background: #d3e28d;
    color: #333;
    padding: 15px 20px;
    margin: 0;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 7px;
}
.butn-dark a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    border-radius: 7px;
}
.features .item {
    position: relative;
    padding: 50px 40px 90px 40px;
    border-radius: 20px 20px 0 20px;
    background: #f2f2f2;
    z-index: 2;
    margin-bottom: 20px;
    min-height: 330px;
}
.features .item .text h5 {
    margin-bottom: 10px;
	color: #1b1b1b;
    font-size: 21px;
	font-weight: 700;
}
.features .item .text p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}
.features .item .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}
.features .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.features .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.features .item .icon .arrow {
    position: absolute;
    background: #d3e28d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.features .item .icon .icon-w {
    overflow: hidden;
    background-color: transparent;
    color: #222;
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
}

/* ======= LetsTalk style ======= */
.lets-talk {
    position: relative;
}
.lets-talk .section-padding {
    padding: 150px 0;
}
.lets-talk .section-title {
    color: #fff;
    font-size: 55px;
    line-height: 1.1em;
}
.lets-talk .section-subtitle {
    color: #aecd23;
}
.lets-talk .wrap {
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}
.lets-talk .wrap .social {
    grid-column-gap: 12px;
    display: contents;
}
.lets-talk .wrap .social .icon {
    max-height: 25px;
    max-width: 25px;
    min-height: 25px;
    min-width: 25px;
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    text-decoration: none;
    display: flex;
}
.lets-talk .wrap .dv {
    max-width: 1px;
    min-width: 1px;
    background-color: rgba(255,255,255,0.2);
    align-self: stretch;
    margin-left: 12px;
    margin-right: 12px;
    height: 12px;
    margin-top: 20px;
}
.lets-talk .wrap .icon-right {
    margin-left: 6px;
    line-height: 1em;
    display: inline-block;
}
.lets-talk .wrap a {
    font-family: "Noah", sans-serif;
    color: #fff;
    font-size: 16px;
}
.lets-talk .wrap a:hover {
    color: #aecd23;
}
.lets-talk .wrap a i.icon-right {
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.lets-talk .wrap a:hover i.icon-right {
    transform: translate3d(3px, -3px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}


/* ======= Footer style ======= */
.footer {
    position: relative;
	padding: 0;
}
/* footer top */
.footer .top {
    padding: 60px 0;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.footer .top .item .logo,
.footer .bottom .logo {
    width: 140px;
    margin-bottom: 20px;
}
.footer .top .item h2 {
    color: #222;
    font-size: 30px;
    margin-bottom: 15px;
}
.footer .top .item h2 span {
    color: #aecd23;
}
.footer .top .item h3 {
    color: #222;
    font-size: 21px;
}
.footer .top .item h3 span {
    color: #aecd23;
}
.footer .top .item .language {
    width: 160px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.footer .top .item .language i {
    position: absolute;
    right: 30px;
    top: 17px;
    font-size: 15px;
    font-weight: 400;
    color: #222;
}
.footer .top .item .language select {
    height: 50px;
    background: #aecd23;
    color: #222;
    font-size: 15px;
    font-weight: 400;
    border: none;
    border-radius: 30px;
}
.footer .top .item .language select option {
    color: rgba(255,255,255,0.7);
}

select {
    width: 160px;
    max-width: 100%;
    height: 70px;
    padding: 0 30px;
    border: 1px solid rgba(255,255,255,0.7);
    color: rgba(255,255,255,0.7);
    -webkit-appearance: none;
    -moz-appearance: none;
}
.footer .top .item .links ul {
    margin: 0;
    padding: 0;
}
.footer .top .item .links ul li {
    margin-bottom: 5px;
}
.footer .top .item .links ul li:hover {
    color: #aecd23;
}
.footer .top .item .links ul li i {
    font-size: 7px;
    margin-right: 3px;
}
.footer .top .item .links ul li a {
    color: #222;
    position: relative;
}
.footer .top .item .links ul li:hover a {
    color: #aecd23;
}
.footer .top .item .address { 
    color: #222;
    font-size: 15px;
    margin-bottom: 20px;
}
.footer .top .item .phone {
    font-size: 21px;
    color: #222;
    font-weight: 400;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 20px;
    line-height: 1.25em;
}
.footer .top .item .mail {
    font-size: 15px;
    color: #222;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer .top .item .newsletter {
    position: relative;
}
.footer .top .item .newsletter input {
    height: 60px;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    outline: none;
    padding: 0 90px 0 20px;
    border: 1px solid #aecd23;
    border-radius: 30px;
}
.footer .top .item .newsletter button {
    height: 50px;
    width: 50px;
    border: none;
    background: #aecd23;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    line-height: 55px;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.footer .top .item .newsletter input::placeholder {
     color: #555;
}
.footer .top .item .newsletter:hover button {
    background: #aecd23;
    outline: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    color: #fff;
}
.footer {
    border-top: none;
}
/* footer bottom */
.bottom {
	background: #222;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bottom p {
	text-align: left;
    color: #fff;
    font-size: 13px;
}
.bottom p a {
    background: linear-gradient(to bottom, #aecd23 0%, #aecd23 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #fff;
    text-decoration: none;
    transition: background-size .2s;
}
.bottom p a:hover {
    color: #aecd23;
}
/* social icons */
.footer .top .social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 100%;
    font-size: 15px;
    color: #fff;
    background: #aecd23;
}
.footer .top .social-icons .list-inline {
    margin: 0;
}
.footer .top .social-icons li:hover {
    background: #fff;
    color: #1b1b1b;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.footer .bottom {
    border-top: none;
}
/***** Button Stycky WhatsApp *****/
.stickynav-dekstop {
    position: fixed;
    bottom: -15%;
    right: 0%;
    line-height: 40px;
    overflow: hidden;
    padding: 0px 10px 25px 0;
    text-decoration: none!important;
    z-index: 100;
    -webkit-transition: var(--transition-3);
    -moz-transition: var(--transition-3);
    -ms-transition: var(--transition-3);
    -o-transition: var(--transition-3);
    transition: var(--transition-3);
}

.stickynav-dekstop.active {
    bottom: 10%;
    visibility: visible;
    opacity: 0.7;
}
/***** End Button Stycky WhatsApp *****/
/***** Back to Top *****/
.back-to-top {
    position: fixed;
    bottom: -10%;
    right: 1rem;
    width: 2.5rem;
    height: 4rem;
    border-radius: 1.25rem;
    border: 0;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    background: #aecd23;
    border: 1px solid #aecd23;
    box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.02);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.back-to-top:before {
    content: '\f176';
    font-family: 'Font Awesome 6 Pro';
    font-size: 1.6rem;
    font-weight: 100;
    color: #ffffff;
}

.back-to-top.active {
    bottom: 1.5rem;
    visibility: visible;
    opacity: 0.7;
}

/* Responsive */

@media (max-width: 767px){
	.service-item-two {
		padding: 20px 15px 10px;
		display: block !important;
	}
	.service-item-two .service-image img {
		max-width: 100%;
	}
	.service-item-two .service-text {
		padding-left: 35px;
		padding-top: 95px;
	}
	.service-item-two .services-icon {
		left: 15px;
		top: 10px;
	}
	.interior .wrap-content .img-gallery img {
		width: 60px;
	}
	.interior .wrap-content h3 {
		color: #222;
		font-size: 1.2rem;
		font-family: "Ethereal", "Baskervville", serif;
		text-align: center;
		line-height: 1.7rem;
	}
	.interior .portfolio-carousel.owl-carousel{
	  transform: rotate(90deg);
	  width: 325px !important;
	  margin-left: -130%;
	}
}

@media (max-width: 575px) {
	.owl-theme .owl-nav {
		position: absolute !important;
		top: 0 !important;
		left: 30% !important;
		bottom: auto !important;
		width: 100%;
	}
	.interior .portfolio-carousel.owl-carousel{
	  transform: rotate(90deg);
	  width: 325px !important;
	  margin-left: -150%;
	}
	.interior .wrap-content .img-gallery img {
		 width: 55px;
		margin-top: 15px;
	}
	.interior .portfolio-carousel.owl-carousel .owl-nav {
		display: flex;
		justify-content: space-between;
		width: 100%;
		top: calc(50% - 120px) !important;
		left: 50% !important;
	}
	.owl-theme .owl-nav [class*=owl-] {
		margin-right: -95px;
	}
    .section-padding {
        padding: 40px 0;
    }
	.mobile-logo-area img{
		height: 75px;
	}
	.tj-header-section .mobile-logo-area {
        max-width: 170px;
        padding: 5px 15px;
    }
	.tj-slider-section-three .tj-bg-layer {
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		height: calc(100vh - 50px);
	}
    .tj-slider-section-three .slider-content .slider-desc {
        font-size: 0.625rem;
    }
    .tj-slider-section-three .slider-content .slider-desc span::after {
        max-width: 15px;
    }
    .tj-step-area {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		align-items: center;
		margin: 0 auto;
	}
	.cstyle-2 .course_content {
		padding: 25px 10px;
		max-height: 100%;
		overflow: visible;
	}
    .tj-footer-area .footer-title::before {
        display: none;
    }
    .tj-footer-area .footer-contact-info ul li i {
        width: 30px;
        height: 30px;
        line-height: 32px;
        color: #4c2709;
        text-align: center;
        border: 1px solid var(--tj-gray-color2);
        display: inline-block;
        border-radius: 50%;
        font-size: 18px;
        margin-right: 10px;
        background: transparent;
        transition: 0.4s;
        margin-right: 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20%;
    }
    .footer-copyright-area .copyright-target p {
        font-size: 0.75rem;
    }
}

@media (max-width: 425px) {
    .hero-style1 {
        top: 0;
    }
    .hero-style1 .play-btn {
        position: absolute;
        top: 60%;
        right: 40%;
        z-index: 10;
    }
    .hero-subtitle {
        font-size: 2rem;
    }
	.testimonial-wrapper .testimonial-image {
		display: none;
	}
	.testimonial-wrapper .array-button {
		top: -75px;
		right: 0;
	}
	.testimonial-wrapper .testimonial-area {
		margin-top: -60px;
		max-width: 380px;
	}
    .lets-talk .wrap {
        display: block;
        font-size: 12px;
    }
    .lets-talk .section-title {
        color: #fff;
        font-size: 2rem;
        line-height: 1.5em;
    }
    .service-content h3{
        font-size: 0.9rem;
    }
    .service-content td {
       min-width: 400px;
    }
	    .back-to-top {
        width: 2rem;
        height: 3.5rem;
    }

    .back-to-top:before {
        font-size: 1.4rem;
        margin-left: -2px;
    }

    .back-to-top.active {
        bottom: 2rem;
        opacity: 0.4;
    }
}

@media (max-width: 375px) {
    .service-content h3{
        font-size: 0.8rem;
    }
    .service-content td {
       min-width: 350px;
    }
}
