/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
button.owl-prev {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
}
button.owl-next {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
}
.main_heading {
  font-size: 40px;
  color: #3c78b3;
  font-weight: 400;
  font-family: "Pacifico";
}
.main_para {
  font-size: 14px;
  line-height: 28px;
  color: #1f1f1f;
  font-weight: 300;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
}

/* SLIDER */

  #slider { 
    max-width:100%; 
    margin:auto; 
    position:relative;
    padding: 0;
  }
  #slider img {
    width: 100%;
  }
  .slide_next_image img {
    width: auto !important;
    height: 100%;
  }
  #slider .slider-box h4 {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 48px;
    color: #f09d18;
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
  }
  #slider .slider-box h1 {
    font-size: 55px;
    line-height: 78px;
    color: #3a2e2e;
    font-weight: 400;
    font-family: "Pacifico";
    text-align: center;
  }
  #slider .slider-box .prop_desc p {
    font-size: 14px;
    line-height: 28px;
    color: #3a2e2e;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
  }
  #slider .slider-box {
    position: absolute;
    top: 15%;
    max-width: 40%;
    left: 10px;
    right: 0;
  }
  #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 a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Pacifico";
    text-align: center;
    color: #fff;
    background: #f09d18;
    margin: 10px 10px 10px 0px;
  }

/* About */

  #about {
    position: relative;
  }
  #about .main_text {
    font-size: 36px;
    letter-spacing: 1px;
    color: #f3a21a;
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
  }
  #about p.text {
    font-size: 14px;
    line-height: 28px;
    color: #717171;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
  }
  #about .bottom {
    position: absolute;
    bottom: -84px;
  }

/* Service */

  #service .heading h3 {
    font-size: 30px;
  color: #3c78b3;
  text-align: center;
  }
  #service .heading p {
    color: #d6d6d6;
    text-align: center;
  }
  #serviceBox {
    position: relative;
  }
  .service-content {
    position: absolute;
    top: 20px;
    left: 18px;
    right: 0;
    width: 150px;
  }
  #service h5 {
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Pacifico";
    text-align: left;
  }
  #service .serviceBox {
    position: relative;
  } 
  #service .service-data {
    position: absolute;
    top: 0px;
  }
  #service .service-image {
    overflow : hidden;
    border: 1px solid transparent;
    border-radius: 15px;
  }
  #service .service-image img {
    
    transition: opacity 0.7s, transform 2.5s;
  }

  #service .service-image:hover img {
    transform: scale3d(1.2, 1.2, 1) rotate(7deg);
  }

  /* services box */
  /* service box elementor */
.services-box .box_icon {
  padding: 0 15px;
  margin-bottom: 10px;
}

.services-box .box_icon > .icon {
  overflow: hidden;
  text-align: center;
  position: relative;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  box-shadow: 2px 0px 20px #cecece;
}

.services-box .box_icon > .icon > .image {
  position: relative;
  z-index: 2;
  margin: auto;
  vertical-align: middle;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
}

.services-box .box_icon .image img {
  transition: opacity 0.7s, transform 2.5s;
}

.services-box .box_icon:hover img {
  transform: scale3d(1.2, 1.2, 1) rotate(7deg);
}

.services-box .box_icon > .icon > .info {
  margin-top: -14px;
  padding: 20px 25px 35px 25px;
}

.services-box .box_icon.layout_2 > .icon > .info {
  margin-top: -20px;
  padding: 0;
}

.services-box .box_icon.layout_2 .icon {
  padding: 40px;
  text-align: center;
}

.services-box .box_icon.layout_2 .icon .image {
  margin-bottom: 0px;
  transition: all ease-in-out 0.2s;
  overflow: unset;
}

.services-box .box_icon.layout_2 .icon .image img {
  width: 410px;
  height: 410px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}

@media (min-width: 1024px) and (max-width: 1600px) {
  .services-box .box_icon.layout_2 .icon .image img {
    width: 300px;
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .services-box .box_icon.layout_2 .icon .image img {
    width: 250px;
    height: 250px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .services-box .box_icon.layout_2 .icon .image img {
    width: 320px;
    height: 320px;
  }
}

@media (max-width: 575px) {
  .services-box .box_icon.layout_2 .icon .image img {
    width: 220px;
    height: 220px;
  }
}

.services-box .box_icon.layout_2 .service-name {
  padding: 16px;
  border-radius: 20px;
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.services-box .box_icon.layout_2:hover .icon .image {
  transform: scale(1.1);
}

.services-box .box_icon.layout_2:hover .icon .image img {
  transform: unset;
}

/*
 *  Core Owl Carousel CSS File
 */
 .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.elementor-widget-wrap>.elementor-element {
  width: 100%;
}

.elementor-widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}



  /* owl add */
  .owl-prev,
  .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    text-align: center;
  }
  
  #ourservices .owl-prev {
    left: -20px;
  }
  
  #ourservices .owl-next {
    right: -20px;
  }

  #ourservices .box_icon {
    padding: 0 15px;
    margin-bottom: 10px;
}

  #ourservices .box_icon > .icon {
    overflow: hidden;
    text-align: center;
    position: relative;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 0px 20px #cecece;
}
  
  @media (max-width: 1024px) {
    .owl-prev {
      left: 0;
    }
    .owl-next {
      right: 0;
    }
  }

.owl-next i, .owl-prev i, .we-love-pet .btn:focus, .we-love-pet .btn:hover {
  background-color: #f19f1f;
}

.owl-prev:hover,
.owl-next:hover {
  transition: all 0.3s ease-in-out;
}

.owl-prev i,
.owl-next i {
  color: #fff;
  font-size: 25px;
  padding: 10px 10px;
}

.owl-prev i {
  border-radius: 20px 0px 0px 20px;
}

.owl-next i {
  border-radius: 0px 20px 20px 0px;
}


  .owl-dots {
    text-align: center;
    margin-top: 20px;
  }
  
  .owl-drag .owl-dots .owl-dot {
    display: inline-block;
  }
  
  .owl-drag .owl-dots .owl-dot span {
    border: 2px solid #cecece;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    cursor: pointer;
    color: #333;
  }
  
  .owl-drag .owl-dots .owl-dot span:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    transition: transform 0.3s;
    transform: translate(-50%, -50%) scale(0);
  }
  
  .owl-drag .owl-dots .owl-dot span:hover:before {
    transform: translate(-50%, -50%) scale(1);
  }
  
  .owl-drag .owl-dots .owl-dot.active span:before {
    transform: translate(-50%, -50%) scale(1);
  }

  .owl-drag .owl-dots .owl-dot span, .owl-drag .owl-dots .owl-dot span:before, .owl-drag .owl-dots .owl-dot.active span, .owl-drag .owl-dots .owl-dot:hover span {
    background-color: #ef5030;
  }
/* Feature */
  
  #feature .featureBox h5 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 48px;
    color: #3c78b3;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    text-align: right;
  } 
  #feature .featureBox p {
    font-size: 14px;
    line-height: 22px;
    color: #717171;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    text-align: right;
  }

/* What we do */
  
  #what_we_do h3 {
    color: #fff;
  }
  #what_we_do h5 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
  }
  #what_we_do p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
  }
  #what_we_do a {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 48px;
    color: #3c78b3;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    background: #fff;
    padding: 9px 25px;
    border-radius: 20px;
  }

/* Gallery */

  #gallery img {
    border-radius: 10px;
  }

/* Category */
  
  #category .heading h3 {
    color: #fff;
  }
  #category .heading p {
    color: #fff;
  }
  #category h5 {
    font-size: 18px;
    line-height: 28px;
    color: #f6f0e8;
    font-weight: 400;
    font-family: "Pacifico";
    text-align: center;
  }

/* Activity */

  #activity p.text {
    font-size: 14px;
    line-height: 28px;
    color: #4b4b4b;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
  }
  section #counter {
    padding: 30px 0;
    max-width: 70%;
  }
  #counter .counter_box {
    background: #ffbd09;
    margin: 10px 0;
    padding: 4px 10px;
    border: 2px solid #fff;
    border-radius: 7px;
  }
  #counter h6 {
    font-size: 30px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
  }
  #counter p.title {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
  }

/* Testimonial */
  
  section#testimonial {
    padding: 0;
  }
  .testimonial {
    background: #fff;
    padding: 90px 40px;
    max-width: 40%;
    margin: 0 auto;
    border-radius: 50%;
  }
  .testimonial h5 {
    font-size: 16px;
    line-height: 20px;
    color: #1b1b1b;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
  }
  .testimonial p.text {
    font-size: 14px;
    line-height: 20px;
    color: #4b4b4b;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
  }
  .testimonial h6.name {
    font-size: 16px;
    line-height: 28px;
    color: #4b4b4b;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
  }
  .testimonial p.designation {
    font-size: 12px;
    line-height: 20px;
    color: #4b4b4b;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
  }
  #testimonial .owl-nav button {
    border-radius: 50%;
    outline: none;
    height: 40px;
    width: 40px;
    padding: 4px 0;
    background: #fff;
  }
  #testimonial .owl-nav .owl-prev {
    position: absolute;
    left: 28%;
    outline: none;
    font-size: 21px;
    background: #8dc135;
  }
  #testimonial .owl-nav .owl-next {
    position: absolute;
    right: 28%;
    outline: none;
    font-size: 21px;
    background: #8dc135;
  }
  #testimonial .owl-nav .disabled i {
    color: #8dc135;
  }
  #testimonial .owl-nav .disabled {
    background: #fff;
  }
  #testimonial .owl-nav i {
    color: #fff;
  }

/* Latest New */

  #latest_news .box{
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    overflow: hidden;
  }
  #latest_news .box img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
  }
  #latest_news .box:hover img{
    transform: scale(1.4);
    filter: grayscale(80%);
  }
  #latest_news .box .box-content{
    color: #fff;
    background: linear-gradient(rgb(4 62 79),rgb(14 84 174));
    width: 90%;
    padding: 15px 50px 10px 20px;
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -100%;
    z-index: 1;
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    transition: all 0.3s ease;
  }
  #latest_news .box:hover .box-content{
    opacity: 1;
    left: 0;
  }
  #latest_news .box .title{
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
  }
  #latest_news .box .date{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
  }

/* How we work */

  #how_we_work .box{
    overflow:hidden;
    position:relative;
  }
  #how_we_work .box .box-img img{
    width: 100%;
    height: auto;
  }
  #how_we_work .box .content{
    width: 100%;
    height: 100%;
    padding:60px 30px;
    background:rgb(16 35 47 / 80%);
    position: absolute;
    top: 0;
    left: -100%;
    transition:all 0.50s ease 0s;
  }
  #how_we_work .box:hover .content{
    left:0;
  }
  #how_we_work .box .title {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Pacifico";
    margin: 0 0 30px 0;
  }
  #how_we_work .box .discount {
    font-size: 15px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    background: #99b437;
    display: inline-flex;
    padding: 2px 10px;
  }
  #how_we_work .box .description {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    max-width: 70%;
  }
  #how_we_work .box .read-more {
    padding: 7px 25px;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 20px;
  }

/* Newsletter */

  #newsletter .main_heading {
    font-size: 30px;
    color: #fff;
    text-align: center;
  }
  .newsletter-box {
    text-align: center;
  }
  #newsletter input[type="text"], #newsletter input[type="number"], #newsletter input[type="email"] , #newsletter textarea {
    border: 1px solid #eee;
    background: #fff;
    width: 70%;
    font-size: 16px;
    padding: 10px 10px;
    margin: 0 0px 10px 0;
    border-radius: 50px;
  }
  #newsletter input[type="submit"] {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    margin-top: 10px;
    border-radius: 50px;
    padding: 6px 20px;
  }
  #newsletter .wpcf7 .ajax-loader {
    display: none;
  }