/* --------- SLIDER--------- */
#slider .slide_nav i:hover, #about-us .about-head:after, .block_head h3:after, #our-services .services-box span, #our-services .box-content span, #our-team .owl-nav i, #pricing-plan .plan-info:nth-child(even) .img-verlay, #latest-news .news-button a{
  background-color: var(--yellow);
}
#slider {
  max-width: 100%;
  margin: auto;
  padding: 0;
  position: relative;
}
#slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-main-image{
  height: 750px;
  position: relative;
}
#slider .slider-box .smalltext {
  font: 700 14px var(--common-font-p);
  margin-bottom: 0;
  letter-spacing: 11px;
  color: #fff !important;
}
#slider .slider-box .smalltext, #slider h2,  #slider .theme_yellow_button, #our-features h3 a, #slider .slide_nav i:hover, .section_main_head h3, #our-services .services-box h5 a, #our-team .team-info .team-text, #our-team .owl-nav i, #our-team .team-info .social-profiles i, #our-projects .box h5 a, #our-projects .box span, #our-projects .box .project-text, #pricing-plan .plan-details h5, #pricing-plan .plan-info:nth-child(even) .plan-price h2, #pricing-plan .plan-info:nth-child(even) .plan-price sub, #latest-news .news-box1 h5 a, #latest-news .news-button a{
  color: var(--color5);
}
#slider h2 {
  font: 900 35px var(--common-font-p);
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}
#slider p {
  line-height: 26px;
  color: #fff;
}
.slider-box {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  padding: 0px 12% 0px 0px;
  max-width: 50%;
  text-align: left;
}
#slider .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 !important;
  bottom: 0;
}

#slider .carousel-control-prev {
  left: 20px;
}
#slider .carousel-control-next {
  right: 20px;
}
#slider .carousel-control-next, #slider .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 6%;
  margin: auto;
  padding: 0;
  color: #fff;
  text-align: center;
  background: var(--blue);
  border: 0;
  opacity: 1;
  transition: opacity .15s ease;
}
#slider .carousel-control-next, #slider .carousel-control-prev:hover{
  background: var(--yellow);
}
#slider .carousel-control-next i, #slider .carousel-control-prev i{
 font-size: 16px;
}
#slider a.read-more.theme_yellow_button {
  margin-top: 10px;
  background: var(--yellow);
}
#slider a.read-more.theme_yellow_button:hover {
  color: #fff;
  background: var(--blue);
}
/*Fade slider*/
#slider .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
#slider .carousel-fade .carousel-item.active, #slider .carousel-fade .carousel-item-next.carousel-item-left, #slider .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
#slider .carousel-fade .carousel-item-next, #slider .carousel-fade .carousel-item-prev, #slider .carousel-fade .carousel-item.active, #slider.carousel-fade .active.carousel-item-left, #slider .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
#slider ol.carousel-indicators {
  position: absolute;
  bottom: 50% !important;
  margin: 0px 0px 0px 24px;
  left: 0;
  right: unset;
}
#slider ol.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  opacity: 1;
}
.custom_cls {
  position: relative;
  margin-top: -9em;
}
#slider ol.carousel-indicators .active, #how-we-work .process-box:hover span {
  background-color: var(--blue);
  /* border: 2px solid var(--blue); */
}
#slider .slide_nav i {
  font-size: 14px;
  color: white;
  background-color: var(--blue);
  border: 2px solid var(--blue);
  padding: 11px 13px;
}
#slider .slide_nav i:hover {
  border-color: var(--yellow);
}
/* ----------- Our Features ------------ */
#our-features, #about-us{
  background-color: var(--color16);
}
.feature_box1:hover img {
  /* box-shadow: 0 2px 8px 7px rgb(51 52 53 / 43%);
  padding: 10px; */
  border-radius: 6px;
  transition: all .5s;
}

#our-features h3 a, .feature_box2 h5 a, #our-services .box h5, #our-team .team-info .team-title a{
  font-size: 18px;
}
#our-features p {
  color: var(--color11);
  margin-bottom: 0;
  font-size: 14px;
}
#our-features .feature_box1 h5 {
  padding-top: 15px;
}
#our-features .feature_box2 img {
  width: 100%;
  height: 100%;
  background-color: var(--blue);
  border-radius: 50%;
  padding: 15px 15px;
  object-fit: contain;
  transition: all 0.5s;
}
#our-features .feature_box2 .media:hover span{
  box-shadow: 0px 0px 4px 2px var(--yellow);
}
#our-features .feature_box2 .media:hover img {
  background-color: transparent;
}
@keyframes pulse{
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
  }
  100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
  }
}
#our-features .feature_box2 .media:hover span:before {
  top: 2px;
  opacity: 1;
}
#our-features .feature_box2 .media span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 95%;
  height: 95%;
  background: var(--yellow);
  transition: all .5s;
  z-index: -1;
  border-radius: 50%;
  bottom: 0;
  opacity: 0;
  right: 0;
  margin: 0 auto;
}
#our-features .feature_box2 .media span {
  position: relative;
  width: 100px;
  height: 80px;
  box-shadow: 0px 0px 4px 2px var(--blue);
  border-radius: 50%;
  padding: 2px;
  animation: pulse 1s infinite ease-in-out alternate;
}
#our-features .feature-details {
  background-color: white;
  margin-top: 3px;
  position: relative;
  z-index: 9;
  padding: 30px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: cover;
}
#our-features .feature_box2 .row {
  padding-bottom: 20px;
}
#our-features .feature-details .feature_box1{
  overflow: hidden;
}
.feature-img-inner{
  border-radius: 6px;
    overflow: hidden;
    position: relative;
}
#our-features .feature-details .feature_box1:hover img{
  /* opacity: 0.5; */
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
#our-features .feature-details .feature_box1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#our-features .feature-details .feature_box1 .feature-img-inner{
  position: relative;
}
#our-features .feature-details .feature_box1:hover .feature-img-inner:before{
  opacity: 0.5;
  height: 100%;
}
#our-features .feature-details .feature_box1 .feature-img-inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: var(--blue);
  transition: all .5s;
  z-index: 4;
  opacity: 0.5;
}
#our-features .feature_box2 .media:hover h5 a,.feature_box1:hover h3 ,.feature_box1:hover h3 a{
  color: var(--yellow) !important;
}
/* ------------ About Us -------------- */
#about-us {
  padding-bottom: 0;
}
#about-us .about-head {
  padding-bottom: 40px;
}
.section_main_head h3 {
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: 800;
}
#about-us .media img,.block_head img{
  object-fit: contain;
  animation: flipInX 2s infinite;
}
@keyframes flipInX{
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
      -webkit-transform: perspective(400px) rotateX(-10deg);
      -ms-transform: perspective(400px) rotateX(-10deg);
      transform: perspective(400px) rotateX(-10deg);
  }
  70% {
      -webkit-transform: perspective(400px) rotateX(10deg);
      -ms-transform: perspective(400px) rotateX(10deg);
      transform: perspective(400px) rotateX(10deg);
  }
  100% {
      -webkit-transform: perspective(400px) rotateX(0deg);
      -ms-transform: perspective(400px) rotateX(0deg);
      transform: perspective(400px) rotateX(0deg);
      opacity: 1;
  }
}
.section_main_head small {
  font: 600 14px var(--common-font-p);
  letter-spacing: 6px;
  color: var(--color11);
}
#about-us .about-head:after {
  content: "";
  height: 4px;
  width: 80px;
  display: block;
  position: relative;
  top: 14px;
  animation: rubberBand 3s infinite alternate ease-in-out;
}
#about-us .about-text {
  line-height: 30px;
  color: var(--color18);
}
#about-us .about-details a {
  margin-top: 14px;
}
/* ----------- Our Services --------------- */
#our-services, #pricing-plan {
  background-color: var(--color19);
}
.block_head img {
  display: block;
  margin: 0 auto;
  padding-bottom: 14px;
}
.block_head h3:after {
  content: "";
   width: 80px;
  height: 3px;
  display: block;
  margin: 20px auto 0 auto;
  animation: rubberBand 3s infinite alternate ease-in-out;
}
#our-services .services-box {
  background-color: white;
  padding: 20px;
  text-align: center;
}
#our-services .services-box h5 a, #latest-news .news-box1 h5 a {
  font: 700 18px var(--common-font-p);
}
#our-services .services-box span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  padding: 14px 10px;
  margin-top: -50px;
  animation: bouncess 2s ease-in-out 0s infinite alternate;
}
@keyframes bouncess{
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-15px);
  }
}
#our-services .box h5 {
  padding-top: 15px;
  font-weight: 700;
}
#our-services .box-content h5 a {
  font-size: 18px;
  color: var(--yellow);
  font-weight: 700;
}
#our-services .box .services-text {
  line-height: 26px;
  color: white;
}
#our-services .box-content span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  padding: 14px 10px;
  margin-top: -50px;
}
/* ---------- Our Services Hover --------- */
#our-services .box {
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
#our-services .services-img {
  height: 250px;
}
#our-services .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#our-services .box .box-content {
  width: 100%;
  height: 100%;
  padding: 34% 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
#our-services .box:hover .box-content {
  opacity: 1;
}
#our-services .box:before, #our-services .box:after, #our-services .box-content:before, #our-services .box-content:after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: var(--blue);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
#our-services .box:after, #our-services .box-content:after {
  left: auto;
  right: 0;
}
#our-services .box:before {
  transform: rotate(-90deg);
  transform-origin: right bottom;
}
#our-services .box:after {
  transform: rotate(90deg);
  transform-origin: left bottom;
}
#our-services .box-content:before, #our-services .box-content:after {
  top: auto;
  bottom: 0;
  z-index: -1;
}
#our-services .box-content:before {
  transform: rotate(90deg);
  transform-origin: top right;
}
#our-services .box-content:after {
  transform: rotate(-90deg);
  transform-origin: top left;
}
#our-services .box:hover:before, #our-services .box:hover:after, #our-services .box:hover .box-content:before, #our-services .box:hover .box-content:after {
  transform: rotate(0);
  opacity: 0.9;
}
/* ----------- Our Team ------------- */
#our-team .team-info .team-text {
  font-size: 14px;
  line-height: 25px;
  padding: 15px;
}
#our-team .team-info .social-profiles a {
  margin: 0 12px;
}
#our-team .team-info .social-profiles {
  padding-top: 20px;
}
#our-team .team-info .social-profiles i {
  padding: 0 8px;
  font-size: 14px;
}
#our-team .team-info .team-title h5 {
  margin-bottom: 0;
  display: inline-block;
}
#our-team .team-info .team-title a {
  color: white;
}
#our-team .team-info .team-title span {
  font: 600 12px var(--common-font-p);
  color: white;
}
#our-team .team-info .team-title {
  position: absolute;
  bottom: 0;
  background-color: var(--blue);
  padding: 15px 10px;
  width: 100%;
}
#our-team #team-loop {
  display: none;
}
/* ------------ Hover Effect -------------- */
#our-team .box {
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
#our-team .box:hover {
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
#our-team .box img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease 0s;
  border-radius: 0;
}
#our-team .box .box-content {
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 27% 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
#our-team .box:before, #our-team .box:after, #our-team .box .box-content:before, #our-team .box .box-content:after {
  content: '';
  height: 50%;
  width: 50%;
  background-color: var(--yellow);
  position: absolute;
  left: 0;
  top: 100%;
  transition: all 0.5s;
  z-index: 1;
  opacity: 0.9;
}
#our-team .box:before {
  transition-delay: 0.1s;
}
#our-team .box:after {
  left: 50%;
  transition-delay: 0.2s;
}
#our-team .box .box-content:before, #our-team .box .box-content:after {
  z-index: -1;
  top: 100%;
  transition-delay: 0.3s;
}
#our-team .box .box-content:after {
  left: 50%;
  transition-delay: 0.35s;
}
#our-team .box:hover:before, #our-team .box:hover:after {
  top: 0;
}
#our-team .box:hover .box-content:before, #our-team .box:hover .box-content:after {
  top: 50%;
}
#our-team .box:hover .box-content {
  opacity: 1;
}
/* ------------ Our Records ------------- */
#our-records .records-info .counter-box {
  letter-spacing: 3px;
  color: white;
  font-family: var(--common-font-p);
  font-weight: 800;
  margin-top: 20px;
  font-size: 40px;
  display: block;
  position: relative;
}
#our-records .records-info h6 {
  letter-spacing: 3px;
  color: white;
  margin-top: 5px;
  font: 500 14px var(--common-font-p);
}
#our-records .records-info .record-img{
  position: relative;
  width: fit-content;
  margin: auto;
  padding: 8px;
}
#our-records .records-info .record-img:after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  border: 12px dashed;
  transition: all 0.6s;
  animation-name: spin;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 0;
  border-radius: 50%;
  margin: auto;
  border-color: var(--yellow);
}
#our-records .records-info .record-img img {
  width: 100px;
  height: 100px;
  background-color: var(--yellow);
  border-radius: 50%;
  padding: 20px;
  margin: 0 auto;
  object-fit: contain;
  transition: all 0.5s;
}
#our-records .records-info .counter-box:after,#our-records .records-info .counter-box:before {
  content: '';
  width: 40px;
  height: 3px;
  background: var(--yellow);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: rubberBand 3s infinite alternate ease-in-out;
}
#our-records .records-info .counter-box:after {
  left: 40px;
}
#our-records .records-info .counter-box:before {
  right: 40px;
}
#our-records .records-info .auto-parts-count:before {
  left: -10px;
}
#our-records .records-info .auto-parts-count:after {
  right: -10px;
}
#our-records .owl-carousel .owl-dots .active, #our-brands .owl-carousel .owl-dots .active {
  background-color: var(--yellow) !important;
  border-color: var(--yellow) !important;
}
#our-records .records-info:hover .record-img img{
  /* border-radius: 10px; */
}
/* ----------- Our Projects -------------- */
#our-projects .project-tabs ul {
  list-style-type: none;
  padding-bottom: 20px;
  margin: 0;
}
#our-projects .project-tabs ul li p {
  font: 500 14px var(--common-font-p);
  color: var(--color2);
  margin: 0;
}
#our-projects .project-tabs ul button {
  border: none;
  background: transparent;
  padding: 0 45px;
}
#our-projects .project-image {
  margin-bottom: 30px;
}
#our-projects .project-tabs ul li p:before {
  content: '';
  background-color: var(--color12);
  display: block;
  width: 2px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
}
#our-projects .project-tabs ul li:first-child a:before {
  display: none;
}
#our-projects .project-tabs ul li .active p {
  color: var(--blue);
}
#our-projects .box h5 a {
  font: 700 18px var(--common-font-p);
  letter-spacing: 1px;
  text-transform: uppercase;
}
#our-projects .box h5 .cat-item a {
  font: 400 14px var(--common-font-p);
  text-transform: capitalize;
}
#our-projects .box span {
  font: 600 13px var(--common-font-p);
  letter-spacing: 1px;
}
#our-projects .box span:after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: var(--blue);
  display: block;
  margin: 10px auto 0 auto;
}
#our-projects .box .project-text {
  line-height: 24px;
  padding-top: 10px;
}
/* ----------- Hover Effects ------------- */
#our-projects .box {
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 300px;
}
/* #our-projects .box:before, #our-projects .box:after, #our-projects .box-content:before, #our-projects .box-content:after {
  content: '';
  background-color: var(--yellow);
  height: 100%;
  width: 25%;
  transform: translateY(-100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  opacity: 0;
}
#our-projects .box:hover:before, #our-projects .box:hover:after, #our-projects .box:hover .box-content:before, #our-projects .box:hover .box-content:after {
  transform: translateY(0);
  opacity: 0.9;
}
#our-projects .box:after {
  left: 25%;
} */
/* #our-projects .box .box-content:before {
  left: 50%;
}
#our-projects .box .box-content:after {
  left: 75%;
}
#our-projects .box:hover:before {
  transition-delay: 0.225s;
}
#our-projects .box:hover:after {
  transition-delay: 0.075s;
}
#our-projects .box:hover .box-content:before {
  transition-delay: 0.15s;
}
#our-projects .box:hover .box-content:after {
  transition-delay: 0s;
} */
#our-projects .box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  border-radius: 0 !important;
  object-fit: cover;
}
#our-projects .box:hover img {
  filter: grayscale(100%);
}
#our-projects .box .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s;
}
#our-projects .project-image:hover .ovrlyT {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#our-projects .project-image .ovrlyT {
  position: absolute;
  background: var(--blue);
  opacity: 1;
  width: 90%;
  height: 90%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -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;
  padding: 0;
}
#our-projects .content {
  width: 100%;
  padding: 7px 0;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
  transition: all 0.3s ease 0.1s;
  top: 0;
  margin: auto;
  height: fit-content;
  padding: 30px;
}
#our-projects .box:hover .content {
  opacity: 1;
}
#our-projects .box h5 a,#our-projects .box .project-text{
  color: #fff !important;
}
#our-projects .box h5{
  position: relative;
}
#our-projects .box h5:after{
  content: '';
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: var(--yellow);
  animation: rubberBand 3s infinite alternate ease-in-out;
}
/* ------------- How We Work ---------------- */
#how-we-work .process-box {
  position: relative;
  transition: all 0.5s;
}
#how-we-work .process-box:hover img {
  border-radius: 6px;
  background: #fff;
  padding: 10px;
  border: 2px solid var(--yellow);
  width: 75px;
  height: 75px;
}
#how-we-work .section_main_head h3{
  color: white;
}
#how-we-work .section_main_head small{
  color: #fff;
}
#how-we-work .process-box img{
  margin-bottom: 15px;
}
#how-we-work .process-box span {
  width: 40px;
  height: 40px;
  border: 2px solid white;
  color: white;
  border-radius: 50%;
  display: block;
  font-weight: 600;
  margin: 0px auto;
  line-height: 38px;
}
#how-we-work .process-box p, #how-we-work .process-box a {
  font: 700 14px var(--common-font-p);
  letter-spacing: 2px;
  color: white;
  margin-bottom: 0;
  margin-top: 15px;
}
#how-we-work .process-box span:after {
  content: '\f101';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  position: absolute;
  right: 0;
  font-size: 28px;
  margin-top: -30px;
  color: #fff;
}
#how-we-work .process-box:last-child span:after {
  content: "";
}
#how-we-work .process-box:hover span {
  /* color: black; */
}
#how-we-work .process-box:hover span:after {
  color: var(--yellow);
}
/* ------------ Testimonial ------------- */
.testimonial_text{
  color: var(--color11);
}
#testimonial-and-partners .testimonial-box h5 {
  margin-bottom: 0;
  padding-top: 15px;
}
#testimonial-and-partners .testimonial-box h5 a {
  font-size: 18px;
  color: var(--blue);
  margin-top: 20px;
  display: block;
}
#testimonial-and-partners .testimonial-box span {
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--color7);
  font-style: italic;
}
#testimonial-and-partners .testimonial-box img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
#testimonial-and-partners .owl-carousel .owl-nav .owl-prev {
  top: 14%;
  left: 16%;
}
#testimonial-and-partners .owl-carousel .owl-nav .owl-next {
  top: 14%;
  right: 16%;
}
#testimonial-and-partners .partners-box img {
  margin-bottom: 30px;
  animation: pulse 2s infinite ease-in-out alternate;
}
@keyframes pulse{
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
  }
  100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
  }
}
@keyframes wobble{
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
      -webkit-transform: none;
      transform: none;
  }
}
#testimonial-and-partners .testimonial-image {
  position: relative;
  max-width: 100%;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  animation: shake 16s ease infinite;
}

@keyframes shake{
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
  }
}
#testimonial-and-partners .testimonial-image i {
  font-size: 14px;
  color: var(--color5);
  background-color: var(--yellow);
  border-radius: 50%;
  padding: 11px 10px;
  position: absolute;
  bottom: 1px;
  left: -9px;
  animation: rotation 8s infinite linear;
}
@keyframes rotation{
  0% {
    transform: rotate(0deg);
  }

  50% {
      transform: rotate(180deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
/* ------------ Pricing Plan ------------- */
#pricing-plan .plan-details h5 {
  font-size: 16px;
  letter-spacing: 2px;
  background-color: var(--yellow);
  padding: 15px 15px;
  margin-bottom: 0;
}
#pricing-plan .plan-info:hover .plan-details h5{
  background-color: var(--blue);
  color: #fff;
}
#pricing-plan .plan-info:hover .img-verlay{
  background-color: var(--yellow);
}
#pricing-plan .plan-image {
  position: relative;
  overflow: hidden;
}
#pricing-plan .plan-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  overflow: hidden;
}
#pricing-plan .plan-image:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
#pricing-plan .plan-price {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
}
#pricing-plan .plan-price sub {
  font-size: 14px;
  letter-spacing: 1px;
  color: white;
  font-weight: 600;
}
#pricing-plan .plan-price h2 {
  font-size: 50px;
  color: white;
  padding-bottom: 0;
}
#pricing-plan .plan-features {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 30px;
}
#pricing-plan .plan-features ul {
  list-style-type: none;
  margin-left: 0;
}
#pricing-plan .plan-features ul li {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #979797;
  font-weight: 500;
  padding-bottom: 10px;
}
#pricing-plan .img-verlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--blue);
  opacity: 0.6;
  z-index: 2;
}
#pricing-plan .plan-info:nth-child(even) .plan-details h5, #pricing-plan .plan-info:nth-child(even) .plan-features a {
  background-color: var(--blue);
  color: white;
}
/* ----------- Latest News ------------- */
#latest-news .news-image {
  position: relative;
  overflow: hidden;
}
.news-image img{ 
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-22px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#latest-news .news-image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--blue);
  opacity: 0;
}
#latest-news .news-box1:hover .news-image:after,#latest-news .news-box2:hover .news-image:after {
  opacity: 0.6;
}
.news-box1:hover img,.news-box2:hover img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
#latest-news .news-image span {
  font-size: 13px;
  color: var(--color7);
  font-weight: 600;
  background-color: var(--yellow);
  padding: 6px 15px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  animation: wobble 9s linear infinite;
}
.news-box2 .news-icon-box {
  margin-top: 6px !important;
}
#latest-news .news-box1 h5 a, #latest-news .news-box2 h5 {
  letter-spacing: 1px;
  display: inline-block;
  padding-top: 15px;
}
#latest-news .news-box2 h5{
  font-size: 16px;
}
#latest-news .news-text {
  line-height: 30px;
  color: #777777;
}
#latest-news .news-share-icon b {
  font-size: 14px;
  letter-spacing: 1px;
  color: #554c4c;
  font-style: italic;
}
#latest-news .news-share-icon i {
  color: var(--blue);
  font-size: 13px;
  padding: 0 10px;
}
#latest-news .news-icon-box {
  border: 1px solid #e8e8e8;
  padding: 12px 12px;
  margin-top: 25px;
}
#latest-news .news-button {
  text-align: right;
}
#latest-news .news-button a {
  font-size: 12px;
  font-weight: 700;
  padding: 6px 15px;
}
#latest-news .news-comments span {
  font-size: 13px;
  font-weight: 600;
}
#latest-news .news-comments i {
  color: var(--blue);
}
#latest-news .news-box2 {
  padding-bottom: 30px;
}
#latest-news .news-box1:hover .news-button a, #latest-news .news-box2:hover .news-button a, #latest-news .news-box2:hover .news-image span, #latest-news .news-box1:hover .news-image span {
  background-color: var(--blue);
  color: white;
}