/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}

 
button.owl-prev {
  position: absolute;
  right: 85px;
  top: -20%;
  transform: translateY(-50%);
  border: none;
  background: none;
  outline: none!important;
}
button.owl-next {
  position: absolute;
  right: 45px;
  outline: none!important;
  top: -20%;
  transform: translateY(-50%);
  border: none;
  background: none;
}
button.owl-next i,button.owl-prev i {
    font-size: 30px;
}
#latest_news .owl-carousel .owl-nav.disabled,#latest_news .owl-carousel .owl-dots.disabled{
  display: block;
}
.main_heading {
  font-size: 35px;
  line-height: 30px;
  color: #222121;
  font-weight: 600;
  font-family: "Yeseva One";
  text-align: center;
}
.main_text {
  font-size: 15px;
  line-height: 24px;
  color: #3c4045;
  font-weight: 400;
  text-align: center;
  font-family: "Nunito Sans";
}

/* SLIDER */



  /*Fade slider*/

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}
.carousel-fade  .carousel-item.active,.carousel-fade  .carousel-item-next.carousel-item-left,.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}
.carousel-fade  .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active,.carousel-fade .active.carousel-item-left,.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
#slider ol.carousel-indicators{
  position:absolute !important;
  bottom: 20%;
  text-align: center;
  margin: 0;
  bottom: 50px;
}
#slider ol.carousel-indicators .active{
  background-color: #3fa4f6;  border:2px solid #3fa4f6;
}
#slider ol.carousel-indicators li{
  margin-top: 20px;
  margin-right: 10px;
  background-color: transparent;
}
span.carousel-control-prev-icon,span.carousel-control-next-icon {
    display: none;
}

/*#slider .owl-nav.disabled{
  display: inline-block;
}*/
  #slider button.owl-dot.active {
    background:#dd4400;
  }
  #slider .owl-dots button {
    width: 12px;
    height: 12px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #dd4400;
    margin-right: 5px;
    outline: none;
  }
  #slider .owl-dots {
    position: relative;
    text-align: center;
    bottom: 100px;
  }
  #slider .owl-dots .owl-dot {
    margin-right: 10px;
  }
  #slider {
    max-width: 100%;
    margin: auto;
    position: relative;
    padding:0;
  }
  #slider img {
    width: 100% !important;
  }
  .slide_next_image img {
    width: auto !important;
    height: 100%;
  }
  #slider .slider-box h1 {
    font-size: 40px;
    line-height: 45px;
    color: #222121;
    font-weight: 800;
    font-family: "Yeseva One";
    text-align: left;
  }
  #slider .slider-box p {
    font-size: 14px;
    line-height: 24px;
    color: #3c4045;
    font-weight: 400;
    text-align: left;
    font-family: "Nunito Sans";
  }
  #slider .carousel-caption {
    top: 0;
    bottom: inherit;
    text-align: left;
    left: 0;
    right: 0;
    margin: 0 !important;
    padding: 0 !important;
    bottom: 0;
  }
  #slider .slider-box {
    position: absolute;
    top: 50%;
    left: 7%;
    right: 50%;
    transform: translateY(-50%);
  }
  #slider .slider-box .btn1:hover{
    background: #dd3f30;
    color : #ffffff;

  }
  #slider .slider-box .btn2:hover{
    background: none;
    color : #dd3f30;
    border:1px solid #dd3f30;

  }
  #slider .slider-box .btn1 {
    font-size: 14px;
    color: #dd3f30;
    font-weight: 700;
    font-family: "Nunito Sans";
    text-align: center;
    padding: 10px 15px;
    border:1px solid #dd3f30;
    border-radius: 4px;
  }
  #slider .slider-box .btn2 {
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 700;
    font-family: "Nunito Sans";
    text-align: center;
    background: #dd3f30;
    padding: 10px 15px;
    margin-left: 10px;
  }
  #slider .slider-box .btn2 i { 
    font-size: 12px;
    position: relative;
    top: 1px;
  }
  #slider .slide_btn {
    margin-top: 20px;
    text-align: left;
  }
  #slider .v-btn { 
    border: unset;
    background: unset;
    margin-left: 5px;
    text-align: left;
    display: block;
  }
  #slider span.watch {
    font-size: 14px;
    letter-spacing: 3px;
    color: #222121;
    font-weight: 400;
    font-family: "Nunito Sans";
  }
  #slider .v-btn i {
    width: 30px;
    height: 30px;
    color: #dd3f2f;
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 50%;
    border: 2px solid #DD3F2E;
    margin-right: 10px;
  }

/* About  */
  
  #about .about_box {
    margin: 15px;
    padding: 30px;
    border: 1px solid #eee;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  #about .about_box:hover {
    box-shadow: 0 3px 20px rgb(0 0 0 / 10%);
  }
  #about .about_box img { 
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
  }
  #about h5 {
    font-size: 22px;
    line-height: 28px;
    color: #222121;
    font-weight: 400;
    font-family: "Yeseva One";
    text-align: center;
  }
  #about p {
    font-size: 14px;
    line-height: 24px;
    color: #3c4045;
    font-weight: 400;
    font-family: "Nunito Sans";
    text-align: center;
  }

/* Book Table */
  #book_table .table:hover {
    box-shadow: 0 3px 10px rgb(221 63 48);
 }
  #book_table .table {
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    padding: 30px;
    border: 1px solid transparent;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: .5s ease-in-out;
  }
  #book_table input[type="submit"]:hover{
    background: #fff6e9;
    color: #dd3f30;
  }
  #book_table input[type="submit"] {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Nunito Sans";
    text-align: center;
    background: #dd3f30;
    border: 1px solid #dd3f30;
    border-radius: 4px;
    text-transform: none;
    width: 100%;
    padding: 10px;
  }
  #book_table div.wpcf7 .ajax-loader {
    display: none;
  }
  #book_table select,input#appt,#book_table input[type="date"],#book_table input[type="number"] {
    border: 1px solid #dd3f30;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    padding: 10px;
  }
  #book_table option{
    font-size: 14px;
    line-height: 20px;
    color: #3c4045;
    font-weight: 400;
    font-family: "Nunito Sans";
  }

/* Service */
  
  #service {
    position: relative;
    /*background: #fff5e9;
    clip-path: ellipse(99% 92% at 47% 7%);*/
  }
  #service .middle-img-tag {
    text-align: center;
    background: #fff;
    width: 40%;
    margin: 0 auto;
    padding: 15px;
    position: relative;
    bottom: 46px;
    z-index: 5;
  }
  #service .middle-img-tag h4.tag-heading{
    font-size: 16px;
    color: #dd4400;
    font-weight: 700;
    font-family: "Nunito Sans";
    text-align: center;
  }
  #service .middle-img-tag p.content-tag {
    font-size: 16px;
    color: #908b85;
    font-weight: 400;
    font-family: "Nunito Sans";
    text-align: center;
}
  #service .service_data {
    margin: 50px 0;
  }
  #service ul {
    padding: 0;
    margin: 0;
  }
  #service li {
    list-style-type: none;
  }
  #service .small img {
    border-radius: 40px;
  }
  #service .service_data h5 {
    font-size: 16px;
    color: #232222;
    font-weight: 700;
    font-family: "Nunito Sans";
  }
  #service .service_data p {
    font-size: 14px;
    line-height: 20px;
    color: #3c4045;
    font-weight: 400;
    font-family: "Nunito Sans";
  }
  #service .middle-img img {
    z-index: 1;
    position: relative;
  }
  #service .left_content {
    text-align: right;
  }
  #service .right_content {
    text-align: left;
  }
  #service li.id-1 {
    position: relative;
    top: 35px;
    left: 105px;
  }
  #service li.id-2 {
    position: relative;
    top: 107px;
    left: 35px;
  }
  #service li.id-3 {
    position: relative;
    top: 193px;
    left: 118px;
  }
  #service li.id-4 {
    position: relative;
    top: 35px;
    right: 105px;
  }
  #service li.id-5 {
    position: relative;
    top: 107px;
    right: 35px;
  }
  #service li.id-6 {
    position: relative;
    top: 193px;
    right: 118px;
  }

/* Why choose us */
  
  #choose {
    position: relative;
    padding-top: 60px;
    padding-bottom: 0;
  }
  #choose .heading h3 , #choose .heading p {
    text-align: left;
  }
  #choose .left_img {
    position: absolute;
    top: -92px;
    left: 20%;
  }

/* gallery  */

  #gallery {
    padding-top: 20px;
    padding-bottom: 0;
  }

/* Testimonial  */
  
  #testimonial {
    background-size: unset;
    padding:0;
  }
  #testimonial .testimonial {
    padding: 30px 10px;
  }
  #testimonial .testimonial-content {
    padding: 40px 0;
    width: 62%;
    margin:0 auto;
  }
  #testimonial .text {
    margin: 0 auto;
    font-size: 24px;
    color: #302f2f;
    line-height:30px;
    font-weight: 600;
    font-family: "Nunito Sans";
    text-align: center;
  }
  #testimonial .title {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    color: #3c4045;
    font-weight: 600;
    font-family: "Nunito Sans";
    text-align: center;
  }
  #testimonial span.designation {
    font-size: 14px;
    line-height: 32px;
    color: #3c4045;
    font-weight: 600;
    font-family: "Nunito Sans";
    text-align: center;
  }
  #testimonial .owl-dots .active {
    background: #dd3f2f;
  }
  #testimonial .owl-dots button {
    width: 8px;
    height: 8px;
    background: #dab2b2;
    border-radius: 50px;
    border: 1px solid transparent;
    margin-right: 5px;
    outline: none;
  }
  #testimonial .owl-dots {
    position: relative;
    text-align: center;
    bottom: 40px;
    padding-bottom: 70px;
  }
  #testimonial button.owl-prev {
    position: absolute;
    left: -5%;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    background: #232337;
    border-radius: 50px;
    outline: none;
    color: #fff;
  }
  #testimonial button.owl-next {
    position: absolute;
    right: -5%;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    background: #232337;
    border-radius: 50px;
    outline: none;
    color: #fff;
  }
  #testimonial .testimonial img {
    width: 130px!important;
    border-radius: 50%;
    transition: transform 0.5s ease-out;
  }
  #testimonial .testimonial-image img:hover{
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    }
  #testimonial .testimonial-image img:hover{
    color: #492c1e;
    -webkit-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
  }

/* Product  */
  
  #featured_product .product-grid {
    background: #fff;
    position: relative;
    padding: 30px 20px;
    border: 1px solid #fff;
    border-radius: 6px;
  }
  #featured_product .product-grid img {
    width: 120px;
    height: 120px;
  }
  #featured_product h5.title {
    line-height: 20px;
    font-size: 14px;
    color: #464646;
    font-weight: 400;
    font-family: "Nunito Sans";
    text-align: center;
  }
  #featured_product .button a:hover{
    background:#fff6e9;
    color: #dd3f2f;
  }


  #featured_product .product-img img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  #featured_product .product-grid:hover .product-img img  {
    -webkit-transform: scale(1.3);
    transform: scale(1.2);
  }

  #featured_product .button a {
    background: #dd3f2f;
    padding: 7px 10px;
    border-radius: 6px;
    border: 1px solid #dd3f2f;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 31px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Nunito Sans";
    text-align: : center;
  }
  #featured_product del {
    display: none;
  }
  #featured_product ins {
    font-size: 22px;
    line-height: 20px;
    color: #a90004;
    font-weight: 700;
    font-family: "Nunito Sans";
    text-align: center;
    text-decoration: none;
  }
  #featured_product span.wishlist {
    position: absolute;
    top: 5px;
    right: 20px;
  }
  #featured_product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    font-size: 30px!important;
    color: #dd3f2f;
  }

/* Home Contact */
  .contact-content .google-map embed {
    border-radius: 8px;
}
  .contact-content {
    position: relative;
    top: 110px;
    z-index: 1;
    text-align: center;
  }
  #home_contact {
    background: #fff5e9;
    background-repeat: no-repeat;
    position: relative;
    padding: 10% 0 6% 0;
  }
  #home_contact .main_heading {
    text-align: left;
  }
  #home_contact .content span {
    display: block;
  }
  #home_contact p span.title {
    font-size: 13px;
    line-height: 24px;
    color: #3c4045;
    font-weight: 400;
    font-family: "Nunito Sans";
    display: inline-block;
  }
  #home_contact span.text {
    font-size: 14px;
    line-height: 24px;
    color: #3c4045;
    font-weight: 400;
    font-family: "Nunito Sans";
}
  #home_contact p span.title {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #3c4045;
    font-weight: 400;
    font-family: "Nunito Sans";
  }
  #home_contact ul {
    margin: 0;
    padding: 0;
  }
  #home_contact ul li {
    list-style-type: none;
    display: inline-flex;
  }
  #home_contact .icon {
    background: #fff;
    padding-top: 8px;
    margin-right: 15px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    transition:all .5s;
  }
  #home_contact .icon:hover{
  background:#000;
  }


/* Latest News */

  #latest_news .latest-news-head h3 {
    color: #fff;
    text-align: left;
  }
  #latest_news .latest_img {
    position: relative;
  }
  #latest_news .owl-dots {
    position: relative;
    text-align: center;
    padding-top: 60px;
  }
  #latest_news .owl-dots .active {
    background: #dd3f2f;
  }
  #latest_news .owl-dots button {
    width: 8px;
    height: 8px;
    background: #dab2b2;
    border-radius: 50px;
    border: 1px solid transparent;
    margin-right: 5px;
    outline: none;
  }
 
  #latest_news .brdr {
    border: 1px solid #dd3f2f;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -15px;
    top: -20px;
    z-index: -1;
  }
  #latest_news h5 {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #333333;
    font-weight: 700;
    font-family: "Nunito Sans";
  }
  #latest_news p.description {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #666666;
    font-weight: 400;
    font-family: "Nunito Sans";
  }
  #latest_news .button a {
    font-size: 14px;
    line-height: 24px;
    color: #dd4400;
    font-weight: 400;
    font-family: "Nunito Sans";
    text-align: center;
  }
  #latest_news .latest_content span , #latest_news .latest_content span a {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #aaaaaa;
    font-weight: 400;
    font-family: "Nunito Sans";
  }
  #latest_news .data {
    position: relative;
  }
  #latest_news .latest_content {
    position: relative;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    top: -10px;
    padding: 10px 20px;
    right: 25px;
    width: 100%;
    background: #fff;
  }

  #latest_news .latest_img:after {
    content: "";
    position: absolute;
    top: 100%;
    display: none;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dd3f3030;
    transition:all .5s;
    z-index: 0;
  }
  #latest_news .latest:hover .latest_img:after {
  top: 0;
  display: inline-block;
  }