:root {
  --black: #000000;
  --green: #EDB509;
  --white: #ffffff;
  --white1: #eaeaea;
  --nero: #222222;
  --lightgray: #6e6e6e;
  --lightgray2: #d7d7d7;
  --lightgray1: #b5b7b9;
  --lightgray3: #929498;
}
:root {
  --common-font-st: 'Playfair Display SC', serif;
  --common-font-head: 'Krub', sans-serif;
  --common-font-para: "Roboto";
}
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* --------- SLIDER--------- */
#land_excavator_pro_slider{
  max-width:100%;
  position:relative;
  padding: 0;
}
#land_excavator_pro_slider h1 {
  padding-top: 15px;
  font-size: 50px;
}
#land_excavator_pro_slider p {
  margin: 15px 0 15px 0;
}
.slider-box {
  top: 56%;
  transform: translateY(-50%);
  padding: 20px;
  max-width: 35%;
  margin: 0 auto;
  /*left: 0;*/
}
#land_excavator_pro_slider .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#land_excavator_pro_slider .carousel-prev-button {
  right: 19%;
  bottom: 26%;
}
#land_excavator_pro_slider .carousel-next-button{
  right: 15%;
  bottom: 26%;
}
#land_excavator_pro_slider .carousel-control-prev-icon,
#land_excavator_pro_slider .carousel-control-next-icon{
  background-image:none;
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
  width: auto;
  height: auto;
}
#land_excavator_pro_slider a i {
  line-height: 40px;
  text-align: center;
  font-size: 17px;
  width: 40px;
  height:40px;
  border-radius: 50%;
}
#land_excavator_pro_slider .slide_nav a {
  border-radius: 50%;
  padding: 5px 6px;
  width: 55px;
  height:55px;
}
#land_excavator_pro_slider .slide_nav a:hover i, #land_excavator_pro_slider .read-more:hover span, .section-small_title:after, .section-small_title:before, #our-expertise .our-expertise-features:hover a span, #about-us .section-small_title:after, #about-us .about-feature-content i, #our-services .services-box h5:after, #our-services .owl-carousel .owl-dots .active, #working-process .working-process-box:hover, #working-process .working-process-box:hover i, #our-project .project-tabs ul li .active span, #pricing-plans .pricing-plans-box:hover .pricing-plans-content-box, #pricing-plans .owl-carousel .owl-dots .active, #our-products .owl-carousel .owl-dots .active, #testimonials .testimonials-icons i:hover, #testimonials .owl-carousel .owl-dots .active, #our-team .team-meta a i:hover, #our-team .team-meta a:first-child i:hover, #our-team .owl-carousel .owl-dots .active, #why-choose-us .why-choose-us-content:hover, #why-choose-us .why-choose-us-content:hover span, #our-blog .owl-carousel .owl-dots .active, #our-blog .our-blog-content:hover .blog-date, #our-partners .owl-carousel .owl-dots .active {
  background-color: var(--green);
}
#land_excavator_pro_slider ol.carousel-indicators .active{
  background-color: var(--green) !important;
}
#land_excavator_pro_slider .read-more {
  border-radius: 40px;
  padding: 6px;
  margin-right: 17px;
  margin-top: 10px;
  font-size: 14px;
}
#land_excavator_pro_slider .read-more span {
  letter-spacing: 1px;
  border-radius: 50px;
  padding: 12px 25px;
  display: inline-block;
  text-align: center;
}
#land_excavator_pro_slider .read-more:hover span {
  color: var(--white);
}
.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);
}
#land_excavator_pro_slider ol.carousel-indicators {
  bottom: 50%;
  left: auto;
  transform: rotate(90deg);
  margin-right: 9%;
  right: 5%;
}
 #testimonials .testimonials-icons i:hover, #our-team .team-meta a i:hover, #our-team .team-meta a:first-child i:hover,  #why-choose-us .why-choose-us-content:hover {
  border:2px solid var(--green);
}
#land_excavator_pro_slider ol.carousel-indicators .active{
  border:2px solid var(--green) !important;
}
#land_excavator_pro_slider ol.carousel-indicators li {
  max-width: 10px !important;
  padding: 3px !important;
  color: var(--nero) !important;
  border: 2px dashed var(--white) !important;
  background-color: transparent !important;
  margin-right: 10px !important;
  border-radius: 50% !important;
}
#land_excavator_pro_slider .slider-box .small_head{
    font-size: 20px;
    letter-spacing: 3px;
    font-family: var(--common-font-st);
    font-weight: 700;
}
#land_excavator_pro_slider .first-btn.read-more{
  border: 2px dashed var(--green);
}
#land_excavator_pro_slider .first-btn.read-more span{
  background: var(--green) !important;
}
#land_excavator_pro_slider .first-btn.read-more span{
  color: #fff;
}

#land_excavator_pro_slider .first-btn.read-more:hover{
  border: 2px dashed #fff;
}
#land_excavator_pro_slider .first-btn.read-more:hover span{
  background: #fff !important;
}
#land_excavator_pro_slider .first-btn.read-more:hover span{
  color: #000;
}
#land_excavator_pro_slider .slider-box .small_head:after{
    content: "";
    width: 70px;
    height: 2px;
    margin-top: 15px;
    margin-left: 9px;
    background-color: #EDB509;
    display: inline-block;
    animation: rubberBand 3s infinite alternate ease-in-out;
}
@keyframes rubberBand{
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
  }
  40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
  }
  50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
  }
  65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
  }
  75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
  }
  100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
  }
}
.carousel-indicators [data-bs-target] {
    box-sizing: inherit;
    flex: unset;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: unset;
    border-bottom: unset;
    opacity: 1;
    transition: unset;
}
/* ------------ Common CSS ------------- */
#land_excavator_pro_slider img{
  height: 680px;
}
#land_excavator_pro_slider img, #our-project .land_excavator_pro_box .box-content,#testimonials .testimonials-box, #pricing-plans .pricing-plans-features_box, #our-records .our-records-content {
  width: 100%;
}
.fixed{
  background-attachment: fixed;
}
.scroll{
  background-attachment: scroll;
}
#land_excavator_pro_slider a i, #land_excavator_pro_slider .read-more span, #our-records .our-records-content, #working-process .working-process-box i, #pricing-plans .pricing-plans-box, #pricing-plans .pricing-plans-features_box, #why-choose-us .why-choose-us-content i, #our-blog .our-blog-content .our-blog-box, #our-partners .our-partners-box  {
  background-color: var(--white);
}
#our-project .project-tabs ul li .active {
  border: 2px dashed var(--green) !important;
  padding: 5px 6px;
  border-radius: 50px;
}
.color-blck, #our-products .added_to_cart {
  color: #000;
}
.borderd-wht, #testimonials .owl-carousel .owl-dots button {
  border:2px dashed var(--white);
}
/* ------------ Our Expertise ------------- */
#our-expertise .our-expertise-features {
  padding: 30px 35px;
  margin-top: 40px;
}
#our-expertise .our-expertise-features img{
  animation: flipInX 3s infinite;
}
@keyframes flipInX{
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
  }
  60% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1;
  }
  80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
  }
}
#our-expertise h3,#our-project .land_excavator_pro_box .title a, #pricing-plans .pricing-plans-content-box h2 sub{
  font-size: 20px;
}
#our-expertise .our-expertise-features a {
  border-radius: 40px;
  padding: 20px 7px;
  position: relative;
  bottom: -60px;
  background: #fff;
  animation: spin 10s linear infinite;
}
@keyframes spin{
  100% {
    transform: rotate(360deg);
  }
}
#our-expertise .our-expertise-features a span {
  letter-spacing: 0px;
  padding: 14px 25px;
  border-radius: 40px;
  background-color: var(--lightgray2);
}
#our-expertise .our-expertise-features:hover a span {
  color: var(--white);
}
/* -------------- About Us ------------ */
.about-right-image img{
  animation: shake 20s ease infinite;
}
.about-bootm-img{
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: fit-content;
}
.about-bootm-img img{
  width: 100%;
  height: fit-content;
}
#about {
  -vendor-animation-duration: 3s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}
#about-us .section-small_title:before {
  display: none;
}
#about-us .section-small_title:after {
  content: "";
  width: 30px;
  height: 2px;
  margin-top: 15px;
  margin-left: 9px;
}
#about-us .about-feature-content {
  padding-bottom: 30px;
}
#about-us .about-feature-content i {
  padding: 12px 12px;
  color: var(--white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
#about-us .about-feature-content span {
  padding: 7px;
  border-radius: 50%;
  display: inline-block;
}
#about-us .about-feature-content:hover i {
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
}
#about-us .feature-heading {
  font-size: 17px;
  letter-spacing: 0px;
}
.about-link {
    max-width: 60%;
}
#about-us h2.section-main_title, #about-us .section-small_title {
    letter-spacing: 1px;
}
/* ------------ Working Process ------------- */
#working-process .working-process-head p, #working-process .working-process-head h2 {
  color: var(--white);
}
#working-process .working-process-box {
  padding: 15px;
  max-width: 225px;
  margin-top: 40px;
}
#working-process .working-process-box .feature-number {
  font-size: 55px;
  letter-spacing: 3px;
  color: var(--white);
}
#working-process .working-process-box a {
  font-size: 16px;
  /* letter-spacing: 1px; */
  color: var(--white);
}
#working-process .working-process-box i {
  width: 40px;
  height: 40px;
  padding: 12px 14px;
  border-radius: 50%;
}
#working-process .working-process-box span {
  background-color: var(--nero);
  display: inline-block;
  border-radius: 50%;
  padding: 7px;
  position: relative;
  left: -45px;
  top: 20px;
}
#working-process .working-process-box:hover i {
  transition: 1s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#working-process .working-process-box:hover span.borderd-wht {
    border: 2px dashed #EDB509;
}
/* --------------- Our Projects ----------------- */
#our-project .our-project-head {
  padding-bottom: 30px;
}
#our-project .project-tabs {
  padding-bottom: 15px;
}
#our-project ul.nav {
  display: -webkit-inline-box;
  border-bottom: unset;
  justify-content: center;
}
#our-project .nav-tabs .nav-link:focus,#our-project .nav-tabs .nav-link:hover{
  border: unset;
}
#our-project .project-tabs ul {
  margin: 0 auto;
}
#our-project .project-tabs ul li {
  display: inline-block;
  /* margin-right: 15px; */
  position: relative;
}
#our-project .project-tabs ul li a button:before {
    content: '';
    border-right: 1px solid #EDB509;
    position: absolute;
    height: 12px;
    top: 8px;
    left: 0;
}
#our-project .project-tabs ul li .active button:before{
    border: unset;
}
#our-project .project-tabs ul li a {
  font-size: 15px;
  color: var(--lightgray);
  padding: 0;
}
#our-project .project-image {
  margin-top: 30px;
}
#our-project .project-tabs ul li .active a {
  border-radius: 28px;
  padding: 7px 24px;
  display: inline-block;
  color: var(--black);
  background: #EDB509;
  text-transform: uppercase;
  position: relative;
}
#our-project .project-tabs ul li .active:after {
  /* content: '';
  border: 2px dashed var(--green);
  position: absolute;
  width: 130%;
  height: 150%;
  top: -9px;
  left: -10px;
  border-radius: 50px; */
}
#our-project .project-tabs ul li button{
  border: none;
  background: transparent;
  font: 400 16px / 20px roboto;
  padding: 0px 30px;
  border-right: 1px solid #a1a1a1;
}
#our-project .project-tabs ul li .active a{
  color: #fff;
}
#our-project .project-tabs ul li .active button {
  border-radius: 20px;
  color: #ffffff;
  text-transform: uppercase;
  background: red;
}
#our-project .project-tabs ul li a button {
  padding: 10px 22px;
}
.property-content-inner-box {
  background: #edb509b3;
  text-align: center;
  align-self: center;
  padding: 48px 20px;
  color: #fff;
  height: 100%;
}
.property-box:hover .property-content-box{
  opacity: 1;
}
.property-content-box {
  transition: all 2s;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0;
  width: 80%;
  height: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  align-self: center;
  border: 2px dashed #fff;
  padding: 10px;
}
.property-content-box p {
  font-weight: 400;
  font-size: 14px;
}
.property-gallery {
  height: 250px;
  width: auto;
}
.property-gallery img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.property-title h5 a{
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* ------ Project Overlay ----------- */
#our-project .land_excavator_pro_box{
  overflow: hidden;
  position: relative;
}
#our-project .land_excavator_pro_box .box-content{
  height: 100%;
  padding: 20px;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.2s ease 0.3s;
}
#pricing-plans .pricing-plans-box{
  animation: rotateCard 2s forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate-reverse;
  animation-delay: 1s;
}
.project-borderbox {
  border: 2px dashed #ffffff;
  padding: 20px;
}
.project-bgbox {
  background-color: #EDB509;
  padding: 28px 28px 38px;
  margin: -5px;
}
#our-project .land_excavator_pro_box:hover .box-content{ opacity: 1; }
#our-project .land_excavator_pro_box .post {
  color: var(--white);
  margin-bottom: 10px;
  font-family: var(--common-font-para);
  font-weight: 500;
}
/* ------------- Pricing Plan -------------- */
#our-project .land_excavator_pro_box .feature-heading, #pricing-plans .pricing-plan-head p, #pricing-plans .pricing-plan-head h2, .pricing-plans-box:hover a, .pricing-plans-box:hover .feature-heading, .pricing-plans-box:hover h3, #why-choose-us .why-choose-us-content:hover p {
  color: var(--white);
}
#pricing-plans .pricing-plans-content-box p,#pricing-plans .pricing-plans-content-box h3,#pricing-plans .pricing-plans-content-box a{
  color: #000;
}
#pricing-plans .pricing-plans-box:hover .pricing-plans-content-box p,#pricing-plans .pricing-plans-box:hover .pricing-plans-content-box h3,#pricing-plans .pricing-plans-box:hover .pricing-plans-content-box a{
  color: #fff;
}
#pricing-plans .pricing-plans-content-box{
  background: #EAEAEA;
  padding: 40px 25px;
}
#pricing-plans .pricing-plans-box:hover .pricing-plans-content-box {
  background-color: #EDB509;
}
#pricing-plans .pricing-plans-content-box p {
  font-size: 18px;
  letter-spacing: 5px;
}
#pricing-plans .pricing-plans-content-box h3 {
  font-size: 45px;
  letter-spacing: 1px;
  padding-bottom: 20px;
}
#pricing-plans .pricing-plans-content-box a {
  letter-spacing: 0px;
}
#pricing-plans .pricing-plans-features_box ul {
  list-style-type: none;
  margin-left: 0;
}
#pricing-plans .pricing-plans-features_box ul li {
  line-height: 45px;
}
#pricing-plans .pricing-plans-features_box ul li {
  border-bottom: 1px solid var(--white1);
}
#pricing-plans .pricing-plans-features_box ul li:last-child {
  border-bottom: none;
}
#pricing-plans .pricing-plans-features, #our-records .our-records-box, #testimonials .testimonials-box {
  display: flex;
  align-items: center;
}
#pricing-plans .pricing-plans-features_box {
  position: absolute;
  right: 15px;
  padding: 14px 15px;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  width: 300px;
  height: 85%;
}
#pricing-plans sub {
    bottom: 0;
    font-size: 20px;
}
.white-color, #working-process .working-process-box:hover i, #testimonials .testimonials-icons i:hover, #our-team .team-meta a i:hover {
  color: var(--white);
}
#pricing-plans .owl-carousel .owl-dots button {
  padding: 3px !important;
  border:2px dashed var(--white);
  background-color:transparent;
  border-radius: 50%;
  margin-right: 10px;
}
#pricing-plans .pricing-plans-content-box p:after {
  content: "";
  width: 40px;
  height: 3px;
  display: block;
  margin-top: 15px;
  background-color: #000;
}
#pricing-plans .pricing-plans-box:hover .pricing-plans-content-box p:after {

  background-color: #fff;
}
#pricing-plans .pricing-plans-box:hover p:after{
  background-color: var(--white);
}
/* -------------- Our Records ----------- */
.our-records-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-records {
  padding-bottom: 60px;
  padding-top: 60px;
}
#our-records .our-records-content {
  padding: 20px;
  width: 800px;
  position: absolute;
  right: 15px;
  height: 90%;
}
#our-records .our-records-content span {
  font-size: 35px;
  letter-spacing: 2px;
  display: inline-block;
  padding-top: 20px;
}
#our-records p.feature-heading {
  color: #828282;
}
.counter-items-box{
  padding: 30px 0px;
}
/* --------------- Testimonials ----------- */
#testimonials .testimonial_text {
  color: var(--lightgray1);
  font-style: italic;
  font-size: 13px;
}
#testimonials .testimonials-icons i {
  width: 40px;
  height: 40px;
  border:2px solid var(--lightgray1);
  border-radius: 50%;
  color: var(--lightgray1);
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#testimonials .testimonials-box {
  padding-top: 30px;
}
#testimonials .client-box a {
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--green);
}
#testimonials .client-box p {
  font-size: 16px;
  letter-spacing: 3px;
  color: var(--white);
}
#testimonials .client-box .row{
  align-items: center;
  justify-content: end;
}
#testimonials .test-title {
  text-align: right;
  padding-top: 10px;
}
#testimonials .testimonials-box img {
  border-radius: 50%;
  width: auto;
}
#testimonials .owl-carousel .owl-dots {
  right: -16px;
  bottom: 50%;
  width: auto;
}
#testimonials .owl-carousel .owl-dots button {
  padding: 3px !important;
  background-color:transparent;
  border-radius: 50%;
  margin-top: 10px;
  display: block;
  margin-right: 10px;
}
.owl-carousel .owl-dots button {
  outline: none;
}
.testimonials-head .section-small_title{
  color: #fff;
}
/* ------------- Our Team ------------- */
#our-team .ovrlyT {
  position: absolute;
  background: linear-gradient(45deg, var(--green), var(--green) 80%) no-repeat;
  opacity: 0.6;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
#our-team .team-contents:hover .ovrlyT {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#our-team .ovrlyT {
  background: linear-gradient(230deg, var(--green), var(--green) 65%) no-repeat;
}
#our-team .team-contents img {
  border-radius: 50%;
}
#our-team .team-contents .team_name {
  padding-top: 15px;
}
#our-team .team-contents .team_name a {
  font-size: 18px;
}
#our-team .teachers-desig {
  letter-spacing: 0px;
  color: #929498;
  font-size: 16px;
}
#our-team .team-meta {
  padding-top: 15px;
}
#our-team .team-meta a i {
  width: 40px;
  height: 40px;
  border:2px solid var(--lightgray3);
  border-radius: 50%;
  padding: 10px 10px;
  margin-right: 7px;
  color: var(--lightgray3);
}
#our-team .team-meta a:first-child i{
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
#our-team .team-contents:hover a, .our-blog-content:hover .learn-more, #our-services .feature-heading:hover {
  color: var(--green);
}
#our-team .team-contents:hover .teachers-desig{
  font-weight: bold;
}
#our-team .owl-carousel .owl-dots button {
  padding: 3px !important;
  border:2px dashed var(--nero);
  background-color:transparent;
  border-radius: 50%;
  margin-right: 10px;
}
span.entry-author {
    margin-right: 10px;
}
/* ---------- Why Choose Us ------------- */
#why-choose-us .why-choose-us-content {
  border:2px dashed var(--white);
  padding:15px 15px 15px ;
  margin-bottom: 30px;
  max-width: 500px;
}
#why-choose-us .why-choose-us-content span {
  border-radius: 50%;
  padding: 7px;
  display: inline-block;
  position: relative;
  left: -45px;
  top: 24px;
  animation: spin 10s linear infinite;
  background: var(--nero);
}
#why-choose-us .why-choose-us-content i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 13px 13px;
}
#why-choose-us .why-choose-us-content h4 a {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
  color: var(--white);
}
#why-choose-us .why-choose-us-content p {
  color: var(--lightgray1);
}
#why-choose-us .why-choose-us-content:hover i {
  transition: 1s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
  background: #EDB509;
  color: #fff;
}
#why-choose-us .why-choose-us-content:hover span {
  background-color: currentColor;
  border: 2px dashed var(--green);
}
/* ------------Our Partners ------------ */
#our-partners .our-partners-box {
  position: absolute;
  width: 110%;
  z-index: 2;
  top: 0px;
  bottom: 0px;
  height: fit-content;
  margin: 0 auto;
  align-self: center;
  padding: 50px 0px;
  left: 13px;
}
.partner-box{
  padding: 15px 5px;
  width: 180px;
  height: 180px;
}
.our-partners-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#our-partners .our-partners-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#our-partners .owl-carousel .owl-dots {
  right: 8px;
  top: 14%;
}
#our-partners .owl-carousel .owl-dots button {
  width: 15px;
  height: 15px;
  border:2px dashed #111;
  background-color:transparent;
  border-radius: 50%;
  margin-top: 10px;
  display: block;
}
span.our-partners-dots, span.our-blog, span.our-team, span.testimonials, span.products, span.services, span.testimonials-dots, span.land_excavator_pro_slider, span.pricing-plans{
  display: none;
}
