
html {
    overflow-y: auto;
    margin: 0 !important;
}
div#wpadminbar {
    display: none;
}
.slick-prev:focus, .slick-next:focus{
  background: #ffffff !important;
}
/* .aos-animate{
  display: none;;
} */

#slider .owl-carousel .owl-item img{
  width: 100% !important;
}

button.owl-dot {
    border-radius: 50%;
}
.owl-nav button {
    z-index: 3;
    cursor: pointer !important;
}
.task-inner .main-task-inner-wrapper:nth-child(1).aos-animate{

  animation-name: fade-right !important;
  visibility: visible;
  animation-duration: 0s;
  transition-delay: 0s !important;
}

.task-inner .main-task-inner-wrapper img.arrow-img:nth-child(2){
  visibility: visible;
  animation-duration: 2s;
  transition-delay: 1s !important;
}
.task-inner .main-task-inner-wrapper:nth-child(2).aos-animate{
  -webkit-animation-name: fade-up;
  animation-name: fade-up !important;
  visibility: visible;
  animation-duration: 2s;
  transition-delay: 2s !important;
}
.task-inner .main-task-inner-wrapper:nth-child(3).aos-animate{
  -webkit-animation-name: fade-down;
  animation-name: fade-down !important;
  visibility: visible;
  animation-duration: 3s;
  transition-delay: 3s !important;
}

@-webkit-keyframes shine {
  from {-webkit-mask-position: 150%; } to {-webkit-mask-position: -50%; }
}
/* ------------------ Testimonials ----------------  */

#testimonials .testimonials-head{
  text-align: center;
  margin-bottom: 0rem;
}
#testimonials .testimonials-head h3{
  letter-spacing: 0px;
}
.testimonial-data-srtcd{
  background-color: var(--heading-text-color);
  padding-bottom: 26px;
  text-align: center;
  border: 1px solid #e4e4e4;
  margin-top: 21%;
}
.testimonials-img-srtcd img {
  border-radius: 50%;
  margin-top: -20%;
  border: 2px solid #fefefe;
}
.testimonials-icon i{
  margin: 19px;
  color: #4bcdfc;
  font-size: 35px;
  top: 2em;
  position: relative;
}
#testimonials .owl-carousel .owl-dot {
  display: block;
  padding: 5px;
  border: none;
  margin-bottom: 9px;
  background-color: transparent;
  border: 1px solid #000000;
  margin-right: 10px;
}
#testimonials .owl-carousel .owl-dot.active{
  background-color: #000000
}
.testimonials-icon {
    margin-top: 11em;
}
.testimonials-icon-srtcd i{
    margin: 19px;
    color: #4bcdfc;
    font-size: 35px;
    top: 2em;
    position: relative;
}
.testimonials-img-srtcd {
    margin-left: 25%;
    margin-top: -12%;
    position: absolute;
}
p.instructor-desig span {
    font-size: 18px;
    font-family: 'Raleway';
    color: var(--color2) !important;
    font-weight: 600 !important;
}
p.instructor-desig {
    color: var(--color2) !important;
    font-family: 'Raleway';
}
#single-testimonial .instructor-desig{
  font-weight: normal;
  padding-top: 15px;
}
#single-testimonial .social-icon i{
  background-color: var(--heading-text-color);
  width: 40px;
  padding: 10px 14px;
  color: var(--color2);
  margin-right: 15px;
  border-radius: 5px 0px;
  margin-top: 10px;
  border: 1px solid var(--primary-text-color);
}
#single-testimonial .social-icon i:hover{
  background-color: var(--primary-text-color);
  color: var(--color2);
}
#single-testimonial .single-testimonial-content p{
  letter-spacing: 1px;
  line-height: 27px;
  padding-top: 20px;
  font-size: 14px;
  font-family: 'Raleway';
  color: var(--color2);
}
#testimonials .button_center{
  margin-top: 14% !important;
}
#blog .blog-head h3
{
  letter-spacing: 0px;
}
.blog-share{
  float: right;
  cursor: pointer;
}
.blog-share i{
  font-size: 24px;
  color: #4bcdfc;
}
.blog-share{
    border: 1px solid transparent;
    padding: 5px 10px 5px 10px;
    border-radius: 8px 0px;
    margin-top: -10px;
}
.blog-share:hover{
  border: 1px solid #4bcdfc;
}
.blog-share-icon {
    margin-top: 7em;
    margin-left: -10em;
    margin-bottom: -2em;
}
.blog-share-icon a {
    margin-right: 5px;
    background-color: var(--heading-text-color);
    padding: 8px;
    border-radius: 5px 0px;
}
.blog-share-icon a:hover {
    background-color: #4bcdfc;
    color: var(--heading-text-color);
}
.blog-comments i {
    color: #4bcdfc;
}
.blog-comments span{
  font-size: 13px;
}
.blog-contents:hover {
  background-size: cover;
}
#blog .owl-carousel .owl-dot, #our-clients .owl-carousel .owl-dot {
  padding: 4px;
  padding: 5px;
  border: none;
  margin-right: 9px;
  background-color: #d9d9d9;
}
.shortcode_text{
  margin-top: 3%;
  color: #9d9d9e;
}
.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}

button.owl-next.disabled, button.owl-prev.disabled {
  background: #bbb;
}


                                            /* My Custom Css */
.owl-carousel {
  display: block !important;
}
/* Heading And Sub Heading */
.tc-headings h2,.g-headings h2,.blog-heading h2,.testi-headigs h2,h2.tp-heading{
  font-family: 'Segoe UI';
  font-size: 48px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  color: #000000;
  letter-spacing: 0
}
.tc-headings p,.g-headings p,.blog-heading p,.testi-headigs p,.tp-subheading{
  font-family: 'Baskerville Old Face';
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: #8E5331;
}

/* Slider */
section#slider {
  position: relative;
  z-index: 2
}
.slider-text-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.slider-head1 {
  font-family: 'Segoe UI';
  font-size: 64px;
  font-weight: 600;
  line-height: 96px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  width: 80%;
}
.slider-btn{
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  width: 200px;
  height: 55px;
  background-color: #8E5331;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 15px auto 0;
  transition: all 0.3s ease;
}
.slider-btn:hover{
  background-color: #ffffff;
  color: #8e5331;
}
#slider .owl-nav {
  position: absolute;
  bottom: 145px;
  right: 140px;
}
#slider .owl-nav button {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50px;
  background-color: #ffffffa8;
}
#slider .owl-nav .owl-next {
  margin-left: 20px;
}
#slider .owl-nav button i {
  font-size: 24px;
}

/* Categories */
.tc-box{
  padding-top: 50px;
}
.tc-box .owl-stage {
    padding-bottom: 15px;
}
.tc-contents{
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
img.cat-image {
  width: 100%;
}
h6.tc-title {
  text-align: center;
}
h6.tc-title a {
  font-family: 'Jost';
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0;
}
h6.tc-title a i{
  font-size: 20px;
  padding: 10px 0;
}
a.categories-btn{
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  width: 200px;
  height: 55px;
  background-color: #8E5331;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 50px auto 0;
  border: 1px Solid transparent;
  transition: all 0.3s ease;
}
a.categories-btn:hover{
  border: 1px solid #8e5331;
  background-color: transparent;
  color: #8E5331;
}

/* Image with Text 1 */
.iwt-inner-wrapper-1 .row{
  align-items: center;
}
.iwt-1-text {
  padding-left: 50px;
}
.iwt-1-text h4 {
  font-family: 'Segoe UI';
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0;
  text-align: left;
  color: #8E5331;
}
.iwt-1-text h4:after{
  content: '';
  width: 195px;
  height: 2px;
  background-color: #8E5331;
  margin: 20px 0 10px;
  display: block;
}
.iwt-1-text p{
  font-family: Segoe UI;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  text-align: justify;
  color: #000000;
}
a.iwt-1-btn{
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  width: 200px;
  height: 55px;
  background-color: #8E5331;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-top: 30px;
  border: 1px Solid transparent;
  transition: all 0.3s ease;
}
a.iwt-1-btn:hover{
  border: 1px solid #8e5331;
  background-color: transparent !important;
  color: #8E5331;
}

/* services */
#services{
  position: relative;
}
#services .container{
  max-width: 1345px;
}
#services .row {
  align-items: center;
}
.ser-img{
  text-align: center;
}
.service-main-left {
  padding-right: 50px;
}
.service-main-right {
  padding-left: 80px;
}
.service-main-left .service-wrpper {
  text-align: right;
}
.service-wrpper:nth-child(1),.service-wrpper:nth-child(2){
  margin-bottom: 50px;
}
.service-text h4 {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0px;
  color: #8E5331;
}
.service-text p{
  font-family: 'Jost';
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0px;
  color: #000000;
  width: 80%;
}
.service-main-left .service-text p{
  margin: 0 0 0 auto;
}
img.beanimg_1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
img.beanimg_2{
  position: absolute;
  bottom: 0;
  right: 0;
}

/* Tab Product */
.tp-pills {
  justify-content: center;
  padding: 25px 0 50px;
}
.tp-link.active {
  background-color: #8E5331 !important;
  width: 170px;
  height: 55px;
  border-radius: 40px !important;
  color: #ffffff;
}
li.tp-item button {
  font-family: 'Jost';
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: -0.25px;
  text-align: left;
  color: #000000;
  width: 170px;
  height: 55px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tp-images img{
  width: auto !important;
}
.fa-star:before {
  content: "\f005";
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
}
.tp-text {
  text-align: center;
  padding-top: 20px;
}
.tp-star i {
  font-size: 16px !important;
  padding-left: 10px;
  color: #8E5331 !important;
}
.tp-title{
  padding: 10px 0
}
.tp-title a {
  font-family: Jost;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
  margin: 5px 0;
}
.tp-btn-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tp-prize {
  display: flex;
  flex-direction: row-reverse;
}
del{
  text-decoration-color:#8e5331;
}
del span bdi{
  font-family: 'Jost';
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
  text-align: right;
  color: #8E5331;
  padding-left: 5px;
}
ins span bdi{
  font-family: 'Jost';
  font-size: 13px;
  font-weight: 900;
  line-height: 32px;
  letter-spacing: 0;
  text-align: right;
  color: #8E5331;
}
.tp-cart-btn a {
  color: transparent;
  background-color: #8E5331;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  position: relative;
}
.tp-cart-btn a:before{
  content: '\f07a';
  font-size: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ffffff;
}
.tp-cart-btn a:before {
  content: '\f07a';
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.tp-wrap {
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  padding: 20px;
}
a.added_to_cart.wc-forward {
  display: none;
}


/* Image With Text 2 */
section#iwt-2{
  padding: 0;
}
.iwt-2-p-text,.iwt-2-c-text {
  background-color: #F8F1ED;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.iwt-2-p-text h6,.iwt-2-c-text h6{
  font-family: 'Jost';
  font-size: 18px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0;
  text-align: center;
  color: #000000;
  padding: 0;
}
.iwt-2-p-text h4,.iwt-2-c-text h4{
  font-family: 'Jost';
  font-size: 32px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0;
  text-align: center;
  color: #000000;
  padding: 0;
  width: 70%;
  margin: 0 auto;
}
.fa-long-arrow-right:before {
  content: "\f178";
  font-family: 'FontAwesome';
  font-weight: 100;
  font-size: 50px;
}

/* Gallery */
.g-contents.slick-slide {
  padding: 0 15px;
}
.g-img img {
  width: 100%;
}
.gallery-wrap{
  padding-top: 50px;
}
.slick-dotted.slick-slider{
  margin-bottom: 0px !important;
}
.gallery-wrap .slick-list.draggable {
  padding: 0 150px;
}
.gallery-wrap .slick-prev {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateX(-50%);
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 9;
}
.gallery-wrap .slick-next {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateX(-50%);
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 9;
}
.gallery-wrap .slick-prev:before {
  content: '\f104';
  font-size: 30px;
  font-weight: 900;
  color: #8E5331;
  font-family: fontAwesome;
}
.gallery-wrap .slick-next:before {
  content: '\f105';
  font-size: 30px;
  font-weight: 900;
  color: #8E5331;
  font-family: fontAwesome;
}
ul.slick-dots{
  display: none !important;
}
.gallery-wrap .slick-prev:hover,.gallery-wrap .slick-next:hover{
  background-color: #ffffff;
}


/* Book table */
#book-table{
  position: relative;
  z-index: 2;
  padding: 130px 0;
}
#book-table:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0 0 0);
  z-index: -1;
  opacity: 0.3;
}
.bt-wrapper .container {
  max-width: 1650px;
}
.bt-form {
  background-color: #ffffff;
  padding: 30px 25px;
}
.bt-form h5 {
  font-family: 'Segoe UI';
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 2px;
  text-align: center;
  color: #000000;
  padding-bottom: 60px;
}
.reserve-date input,.reserve-time input,.reserve-people select {
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 30px;

}
input::-webkit-input-placeholder,.reserve-people select{
  color: #000000;
  font-size: 16px;
  font-family: 'Jost'
}
.reserve-people select {
  padding: 10px 30px;
  background-color: transparent;
}
.reserve-btn {
  text-align: center;
}
.reserve-btn input {
  font-family: Inter;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  width: 200px;
  height: 50px;
  margin: 0;
  background-color: #8E5331;
  border-radius: 10px;
  border: 1px solid transparent;
}
.reserve-btn input:hover{
  border-color: #8e5331;
  color: #8e5331;
  background: transparent;
}
.wpcf7-spinner{
  display: none;
}
.bt-txet h2 {
  font-family: 'Segoe UI';
  font-size: 64px;
  font-weight: 600;
  line-height: 96px;
  color: #ffffff;
}
.bt-txet p {
  font-family: 'Segoe UI';
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-align: justify;
  color: #ffffff;
  width: 66%;
}
.reserve-date .wpcf7-form-control-wrap:before {
  content: '\f133';
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #8E5331;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  height: 25px;
}
.reserve-time .wpcf7-form-control-wrap:before {
  content: '\f017';
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #8E5331;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  height: 25px;
}
.reserve-people .wpcf7-form-control-wrap:before {
  content: '\f007';
  font-size: 18px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 500;
  color: #8E5331;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  height: 25px;
}

/* Blog */
.blog-content{
  padding-top: 50px;
  position: relative;
}
.blog-contents:nth-child(2){
  padding: 0 50px;
}
.blog-information {
  text-align: center;
  padding-top: 10px;
}
span.blog-writer-name {
  font-family: 'Jost';
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
}
.blog-title{
  padding-top: 15px;
}
.blog-heading a {
  font-family: 'Jost';
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
  width: 75%;
  display: block;
  margin: 0 auto;
}
.home span.entry-date {
  font-family: 'Jost';
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  color: #8E5331;
  width: 45px;
  height: 50px;
  display: flex;
  text-align: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  right: 15px;
}
a.blog-btn {
  width: 155px;
  height: 45px;
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  border-radius: 50px;
}

/* Image With Text 3 */
section#iwt-3{
  padding: 0;
  position: relative;
}
.iwt-3-img {
  position: relative;
}
.iwt-3-left-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12rem;
  width: 65%;
  margin: 0 auto;
}
.iwt-3-left-text h2{
  font-family: 'Segoe UI';
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0;
  text-align: left;
  color: #8E5331;
}
.iwt-3-left-text p{
  font-family: 'Segoe UI';
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.25px;
  text-align: left;
  color: #000000;
  padding: 10px 0 20px;
}
.iwt-3-left-text a{
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  width: 200px;
  height: 55px;
  background-color: #8E5331;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 15px 0 0 0;
  border: 1px Solid transparent;
  transition: all 0.3s ease;
}
.iwt-3-left-text a:hover{
  border: 1px solid #8e5331;
  background-color: transparent;
  color: #8E5331;
}
.iwt-3-img img{
  height: 100%;
  width: 100%;
}

/* Testimonial */
.testimonials-content{
  padding-top: 50px;
}
.testimonials-img img{
  width: auto !important;
  margin: 0 auto;
}
.testi-ratings {
  text-align: center;
  margin-top: 2rem;
}
.testi-ratings i{
  padding-left: 5px;
}
.testi-ratings i:before {
  padding-left: 5px;
  color: #FF7A00;
  font-size: 22px;
  font-weight: 900;
}
.testi-ratings i:nth-child(5):before{
  font-weight: 100;
}
.testimonial-text p {
  font-family: 'Segoe UI';
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
  padding-top: 15px;
}
.testimonial-text-section {
  border: 1px solid #8E5331;
  border-radius: 30px;
  padding: 20px;
}
.testimonials-content .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
