.Slider-left-box .row {
    align-items: center;
}

.slide-shadow {
  background-color: #2A2C30;
  width: 65%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 999999;
  top: 0;
  clip-path: polygon(74% 0%, 106% 100%, 100% 100%, 0 100%, 0 0);
}
.inner_carousel.container.position-relative {
  z-index: 9999999;
}
.slide-inner-shadow-one {
  background-color: #4B3941;
  height: 100%;
  width: 61%;
  display: block;
  position: absolute;
  clip-path: polygon(0 0, 100% 0%, 61% 100%, 0% 100%);
}
.slide-inner-shadow-two {
  background-color: var(--color-primary);
  height: 92%;
  width: 66%;
  display: block;
  position: absolute;
  right: 0;
  clip-path: polygon(32% 0, 100% 0%, 100% 100%, 0% 100%);
  top: 30px;
}
.Slider-left-box {
  padding: 19em 0 12em 0;
}
.slide-tagline {
  color: white;
  font-weight: 600;
  font-family: var(--primary-font);
  font-size: 16px;
  letter-spacing: 1px;
  padding: 5px 20px;
  border-radius: 6px;
  position: relative;
  background-color: var(--color-primary);
  display: inline-block;
}
.slide-tagline-shadow  {
  display: block;
  width: 100%;
  filter: url(#goo);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
button.owl-dot:last-child {
  margin-right: 00;
}
div#slider img {
  width: 100%;
}
.slide_nav a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  background-color: var(--color-primary);
  color: white;
  padding: 14px 9px;
  font-weight: 800;
  letter-spacing: 8px;
  font-size: 12px;
}
#slider .slidesmalltext {
  color: #141B22;
  font-weight: 400;
}
a.theme_button.slide-btn {
  margin-right: 15px;
}
#slider h1, #slider h2 {
  position: relative;
  font-size: 50px;
  font-weight: 800;
  color: white;
}
.slide-text {
  color: white;
  font-weight: 400;
  font-size: 16px;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.slider-box {
  text-align: left;
}
div#slider {
  overflow: hidden;
}
#slider button.owl-prev, #slider button.owl-next {
  position: unset;
  top: 50%;
  right: 0;
  left: unset;
  transform: unset;
}
.slide-container-inner {
  position: absolute;
  top: 130px;
  left: 7%;
  z-index: 1;
}
.custom-slider-nav.owl-nav {
  margin-top: 0;
  margin: 0 auto;
}
#slider button.owl-prev {
  margin-bottom: 6px;
}
.custom-slider-dots.owl-dots {
  position: absolute;
  z-index: 9;
  bottom: 12em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#slider .owl-dots button.owl-dot {
  display: block !important;
  margin-bottom: 10px;
  background-color: white !important;
  border-radius: 50%;
}
#slider .owl-dots button.owl-dot.active {
  width: 24px !important;
  border-radius: 5px;
  height: 8px !important;
  background-color: var(--color-primary) !important;
}
.slide-carousel-image {
  background-size: cover;
}
.welcome-text {
  font-size: 70px;
  -webkit-text-stroke: 1px rgb(255 255 255 / 40%);
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 38px;
  font-weight: 600;
  z-index: 9999999;
  max-width: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  white-space: nowrap;
  writing-mode: vertical-rl;
}
.slide-svg-2, .slide-svg-7, .slide-svg-1, .services-svg-1, .services-svg-2, .services-svg-3, .about-svg-1, .about-svg-2, .project-shape-image4, .project-shape-image1, .features-svg-2 {
  animation-name: float_up_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float_up_down;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float_up_down;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float_up_down;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float_left_right;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes float_up_down{
  0%{
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes rotateme2{
  0%{
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
    opacity: 1;
  }
}
span.phone-txt {
  display: block;
}
.slide_btn a.theme_button {
  background-color: white;
  color: #000000;
}
.slide_btn a.theme_button:hover {
  background-color: var(--color-primary);
  color: white;
}
#slide-counter {
  position: absolute;
  bottom: 10em;
  right: 3em;
  z-index: 9;
  color: white;
  font-weight: 700;
  font-size: 22px;
}
span.active-count {
  font-size: 45px;
}
.shape-banner {
  height: 800px;
  padding: 7em 0 4em 0;
  background-size: cover;
  padding: 0;
  display: block;
  width: 100%;
}



.Slider-left-box {
  position: absolute;
  left: 0;
  z-index: 5;
  top: 200px;
}

.shape-banner::before {
  content: "";
  height: 800px;
  border: none;
  display: block;
  background: var(--b, white);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  display: block;
}



#slider .wpcf7-not-valid-tip {
  margin-top: 20px;
}

#slider .search-form {
  width: 100%;
  position: absolute;
  bottom: 0;
  animation: fadeInUp 1s 
ease-out forwards;
  z-index: 9;
  padding: 60px 0;
  background: #20202099;
}
 #slider .wpcf7-response-output{
   color: #fff;
 }
 #slider .search-form input::placeholder{
   color:#000;
 }
 #slider .search-form input {
   border-radius:10px ;
   border: none;
   border-bottom: 1px solid #ddd;
   padding: 15px 10px;
   background-color: #fff;
   color: #000;
   width: 100%;
   text-transform: capitalize;
 }
 #slider .search-form .inputbox i {
   color: #000;
   position: absolute;
   right: 10px;
   top: 0;
   margin-right: 12px;
   margin-top: 15px;
 }
 #slider .search-form .inputbox {
  flex: 0 0 auto;
  width: 20% !important;
  position: relative;
  }
  #slider .search-form .inputbox p{
    margin: 0;
    line-height: 0;
    }
 #slider .search-form input[type="submit"] {
   border: 1px solid var(--color-primary);
   background-color: var(--color-primary);
   color: var(--color-primary);
   color: #202020;
   font-size: 16px;
 }
 #slider .search-form input[type="submit"]:hover {
  border: 1px solid var(--color-primary);
  background-color: transparent;
  color: var(--color-primary);
  color:var(--color-primary);
}




/* --------- Records --------- */

.records-shape {
  padding: 7em 0 4em 0;
  background-size: cover;
  padding: 0;
  display: block;
  width: 100%;
  background:var(--color-primary) ;
}
.record-block2 {
  position: relative;
  top: 14px;
}
.record-block3 {
  position: relative;
  top: 25px;
}
.record-block4 {
  position: relative;
  top: 30px;
}
#records .owl-carousel .owl-stage-outer {
  padding: 20px 0;
}
.records-box h6 {
  color: black;
  font-weight: 500;
  display: block;
  margin-top: 2px;
  font-size: 17px;
  padding-top: 0;
}

.records-box:hover h6,.records-box:hover span{
  color: #fff;
}
.records-box:hover img {
  filter: invert(100%) brightness(100%) grayscale(100%);
}
.slide-call-record .row {
  align-items: center;
}
.slide-call-record {
  position: absolute;
  bottom: 2em;
  z-index: 1;
  left: 0;
  right: 0;
}
span.phone-txt {
  display: block;
  color: white;
  font-weight: 500;
}
#records {
  padding: 65px 0px 72px 0px;
}
.record_detail {
  text-align: center;
}
.owl-carousel .owl-item .records-box img {
  margin: 16px auto !important;
  height: 53px;
}
#records .container {
  z-index: 99;
  position: relative;
} 
.count-box-number.box-count {
  font-weight: 800;
  font-size: 37px;
  color: #000000;
}
.Slider-left-box {
  padding: 0em 0 0em 0;
}
.slider-box {
  position: relative;
}
.slider-box-border span.inner-border {
  background-color: white;
  width: 344px;
  display: block;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.triangle-border:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-left: 35px solid white;
  border-bottom: 17px solid transparent;
  display: inline-block;
  position: absolute;
  right: -15px;
  top: -13px;
}
span.triangle-border.position-relative {
  width: 100%;
  display: block;
}

/* --------- Services --------- */
#services .owl-carousel .owl-item img {
  width: 100% !important;
}
#services .section_main_head h3 {
  color: black;
}
#services .section_main_head .section-text {
  color: white;
}
.plans-back-bg {
  background-color: white;
  display: block;
  width: 91%;
  height: 90%;
  position: absolute;
  bottom: 0;
  margin: 0 0 0 auto;
  left: 0;
  right: 0;
}
.testimonial-client {
  border-radius: 50%;
}
.services-counter-nav-inner, .projects-counter-nav-inner {
    max-width: 125px;
    margin: 0 auto;
    position: relative;
}
.custom-projects-nav.owl-nav {
  text-align: right;
}
.custom-projects-nav.owl-nav button.owl-prev {
  margin-right: 10px;
}
.projects-item:hover .projects-title-box h5 a{
  color: var(--color-primary);
}
#services button.owl-prev, #services button.owl-next, #projects button.owl-prev, #projects button.owl-next {
  transform: unset;
  position: unset;
  
}
#services button.owl-prev{
  margin-right: 10px;
}
#projects-counter {
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: black;
  font-family: var(--primary-font);
  font-weight: 500;
}
.active-slide-count{
  color: var(--color-primary);
}
.service-image img {
  width: 100%;
}
.tab-active-image {
  display: none;
}
.nav-link.active .tab-image {
  display: none;
}
.nav-link.active .tab-active-image {
  display: block;
}
/* --------- Brands --------- */
#our-brands .section_main_head h3 {
  position: relative;
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  padding-top: 0;
}
#our-brands .row {
  align-items: center;
}
/* --------- Projects --------- */
.projects-meta-type {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin: 14px 0 7px 0;
}
.projects-image img {
  border-radius: 10px;
}
.projects-title-box h5 a {
  color: rgba(0, 0, 0, 1);
  font-size: 21px;
  font-weight: 700;
}
.projects-title-box-inner p {
  font-size: 16px;
}
.projects-title-box h5 {
  padding-top: 0;
}
.projects-text {
  color: #C8D3DD;
  font-size: 18px;
  line-height: 33.66px;
  margin-bottom: 0px;
}
.project-nav {
  margin: 0 0 0  auto;
}
.owl-carousel .owl-item .projects-image img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
/* --------- About Us --------- */
#about-us span.colored_word {
  color: var(--color-primary);
  position: relative;
}
#about-us span.colored_word svg {
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: -3px;
  width: 100%;
}
#about-us .colored_word:after{
  display: none;
}
#about-us span.colored_word svg path {
  fill: var(--color-primary);
}
#about-us .reviews-text {
  padding-left: 0;
  color: black;
}
.about-image-1 > img {
}
.about-image-2 {
  text-align: left;
}
.about-image-2 img:nth-child(2) {
  position: absolute;
  bottom: -3em;
  right: 3em;
  border-radius: 0;
}
.about-image-2 img:nth-child(2) {
  position: absolute;
  bottom: -2em;
  right: 3em;
}
.about-image-2 img:first-child {
  position: absolute;
  margin-top: 0;
  z-index: 9;
  right: 0;
  bottom: 15%;
}
.review-yer-text {
  font-size: 21px;
  color: white;
  font-weight: 500;
}
.about-head{
  position: relative;
}
.about-exp-text {
  font-weight: 400;
  color: black;
  font-size: 16px;
}
.about-head-outer ul li i {
  background-color: rgb(224 10 10 / 30%);
  color: var(--color-primary);
  font-size: 9px;
  padding: 4px 4px;
  border-radius: 50%;
  margin-right: 10px;
}
#about-us .bold-text, #projects .bold-text, #features .bold-text, #team .bold-text, #latest-news .bold-text, #testimonials .bold-text, #latest-news .bold-text, #contact-section .bold-text {
  -webkit-text-stroke: 1px #D4D4D4;
  -webkit-text-fill-color: transparent;
  font-size: 109px;
  top: 0;
  transform: unset;
}
#about-us .section-text {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  margin: 0em 0px 0em 0px;
  border-left: 4px solid var(--color-primary);
  padding-left: 15px;
}
.about-image-2 img {
  border: 10px solid white;
  border-radius: 20px;
}
.about-git-block i {
  background: var(--color-primary);
  padding: 10px;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.about-git-block.media {
  margin-left: 29px;
}
a.about-contact-text {
  color: #000000;
  font-weight: 800;
  font-size: 20px;
}
a.about-contact-text:hover {
  cursor: pointer !important;
}
.about-head-outer ul li {
  list-style: none;
  padding-bottom: 1em;
  font-size: 16px;
  color: #1C2539;
  font-family: var(--primary-font);
  padding-left: 0;
}
.about-head-outer ul {
  margin: 0;
}
.button_author_block {
  margin-top: 14px;
}
.customer-images {
  position: relative;
  margin-right: 10px;
}
.reviews-number {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 24px;
  font-family: var(--primary-font);
  letter-spacing: 0.02px;
}
.reviews-text {
  color: black;
  font-weight: 400;
  font-family: var(--primary-font);
  font-size: 17px;
}
.author-box img:nth-child(2) {
  position: relative;
  z-index: 9;
}
.customer-images img:first-child {
  margin-left: 0;
}
.author-box img {
  position: relative;
  margin-left: -20px;
}
.about-image1 {
  position: relative;
}
.icon-box-1 {
  position: absolute;
  right: 7px;
  top: 10%;
  background-color: var(--color-primary);
  border-radius: 50%;
  width: 205px;
  height: 138px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 38px 39px;
  z-index: 9;
}
.about-head-outer {
  padding-left: 30px;
}
.box-year {
  color: black;
  font-weight: 700;
  font-size: 35px;
  display: block;
  margin-bottom: 5px;
}
#about-us .section_main_head .primary_text, #about-us .section_main_head .primary_text p{
  color: var(--color-primary);
}
.about-head.section_main_head .second_text, .about-head.section_main_head .second_text p{
  color: #6b6b6b;
}
.about-svg-1 {
  position: absolute;
  left: 0;
}
.about-svg-2 {
  position: absolute;
  bottom: 5em;
  right: 0;
}
.about-svg-3 {
  position: absolute;
  right: 0;
  top: 5em;
}

.about-head.section_main_head.pb-3 .section-tagline {
  background: black;
  color: white;
}

.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.triangle-about {
  display: block;
  width: 100%;
  filter: url('#goo');
  max-width: 60%;
}
.triangle-about::before {
  content: "";
  display: block;
  background: var(--b, white);
  padding-top: 157%;
}
/*-------------- Our Facilities ------------------*/
#our-facilities .box-text {
  color: white;
}
#our-facilities .box, #services .box {
  background: transparent;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#our-facilities .box:before, #services .box:before {
  content: "";
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 0 30px transparent;
  transition: all 0.35s;
  z-index: 1;
  padding: 20px;
  border-radius: 10px;
}
#our-facilities .box:hover:before, #services .box:hover:before {
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  background-color: #DDBB0099;
}
#our-facilities .image-box-inner h5, #services .image-box-inner h5 {
  margin-top: 12px;
  text-align: center;
}
#our-facilities .container, #services .container {
  padding-bottom: 7em;
}
#our-facilities {
  background-color: rgb(16 16 16 / 10%);
  padding-top: 8em;
}

.our_facilities-box:hover .image-box-inner h5, .our_facilities-box:hover .image-box-inner h5 a, #services .services-box:hover .image-box-inner  h5, #services .services-box:hover .image-box-inner  h5 a{
  color: var(--color-primary);
}
#services .services-box:hover .image-box-inner h5{
  color: #fff;
}
.services-head.section_main_head.pb-4 .section-tagline {
    background: #fff;
}
#our-facilities .box-text, #services .box-text {
  margin-top: 10px;
  color: #202020;
}
#our-facilities .box img, #services .box img{
  width: 100% !important;
  height: auto;
  transition: all 0.35s;
}
#our-facilities .box-content img, #services .box-content img{
  width: auto !important;
}
#our-facilities .box .box-content, #services .box .box-content {
  color: #fff;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(-50%) scale(0);
  position: absolute;
  top: 50%;
  left: 25px;
  right: 25px;
  z-index: 2;
  transition: all 0.4s ease;
  padding: 20px;
}
#our-facilities .box:hover .box-content, #services .box:hover .box-content{ 
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
#services .box img {
  border-radius: 15px;
}
#services .box:hover:before {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background-color: #DDBB0099;
}
#services .image-box-inner h5 {
  color: black;
  text-align: left;
  font-size: 16px;
}

#services .owl-carousel .owl-dots,#services .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
#services {
  background-color: var(--color-primary);
  margin-top: -7em;
  overflow: hidden;
}
#services:before {
  content: '';
  background-color: #202020;
  width: 15%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  height: 100%;
}
#services .container-fluid {
  position: relative;
  z-index: 9;
}
#services .box .box-content {
  left: 10px;
  right: 10px;
}
#services .box .box-content img {
  width: 42px !important;
}
/*-------------- Our Projects ------------------*/
.projects-item-block {
  background-color: white;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
  padding: 30px;
}
.projects-item-block {
  background-color: white;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
  padding: 30px;
  border-radius: 10px;
  margin: 21px;
  transition: all 1s;
}
.projects-item-block:hover {
  background-color: var(--color-primary);
}
.projects-item-block:hover i{
  color: #000;
}
.projects-item-block:hover h5 a{
  color: #000 !important;
}
.projects-row {
  width: 121%;
  margin-left: -21%;
  margin-top: 1em;
}
.projects-title-box-block i {
  color: var(--color-primary);
  margin-right: 8px;
}
.projects-meta-date {
  margin-right: 26px;
}
#projects {
  background-color: rgb(16 16 16 / 10%);
  padding-top: 8em;
  overflow: hidden;
}
#projects .owl-nav {
  padding-left: 19%;
  text-align: left;
}
#projects .owl-nav button.owl-prev {
  margin-right: 7px;
}
/*-------------- How to Work ------------------*/
#how-to-work .section_main_head {
  max-width: 63%;
  margin: 0 auto;
}
.how-to-work-box-inner {
  text-align: center;
}
.how-to-work-image {
  background-color: #DDBB001A;
  display: inline-block;
  padding: 24px;
  width: 127px;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.how-to-work-image-outer {
  display: flex;
  align-items: end;
  justify-content: center;
}
.box-step-number {
  font-size: 26px;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 900;
  margin-left: 9px;
}
.box-text {
  color: rgba(0, 0, 0, 1);
}
.how-to-work-box-inner .inner-box {
  padding: 0 61px;
}
.how-to-work-image-outer svg {
  position: absolute;
  width: 52%;
  top: 11px;
  margin: 0 auto;
  right: -83px;
  top: 27%;
}
.how-to-work-box:nth-child(2) svg {
  transform: rotate(180deg);
  top: 19%;
}
.how-to-work-box:nth-child(3) svg {
  display: none;
}
.how-to-work-box-inner:hover .how-to-work-image{ 
  background-color: var(--color-primary);
}
.how-to-work-box-inner:hover .inner-box-content h5, .how-to-work-box-inner:hover .box-step-number{ 
  color: var(--color-primary);
}
/*-------------- Why Choose Us ------------------*/
a.video_icon {
  background-color: var(--color-primary);
  padding: 17px 16px;
  width: 68px;
  height: 68px;
  display: inline-block;
  color: white;
  border-radius: 50%;
  font-size: 35px;
}
.video-block {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
.why-choose-us-media {
  background-color: rgba(30, 30, 30, 1);
  padding: 10px;
  width: 72px;
  height: 66px;
  text-align: center;
  border-radius: 8px;
  margin-right: 10px;
}
.why-choose-us-boxes h5 {
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
  font-size: 18px;
}
#why-choose-us .row {
  align-items: center;
}
#why-choose-us {
  background-color: rgb(16 16 16 / 10%);
  padding-top: 8em;
  overflow: hidden;
  padding-bottom: 12em;
}
.why-choose-us-boxes.row {
  margin-top: 2em;
}
.why_choose_us-head-outer .section-text {
  border-left: 4px solid var(--color-primary);
  padding-left: 11px;
}
.why_choose_us-image {
  display: inline-block;
  position: relative;
}
.why_choose_us-image img {
  border-radius: 20px;
}
.list-title {
  color: rgba(0, 0, 0, 1);
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 10px;
}
.list-wrapper ul li {
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 7px;
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.list-wrapper ul {
  margin: 0;
}
.list-wrapper ul li:before {
  content: '';
  background-color: var(--color-primary);
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 8px;
}
.why-choose-us-right-image img {
  border-radius: 20px;
}
.list-wrapper {
  margin-top: 3em;
}
.list-wrapper .row {
  align-items: end !important;
}
/*-------------- Gallery ------------------*/
.gallery_image_box i {
  text-align: center;
  background-color: var(--color-primary);
  color: white;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  padding: 16px 18px;
  border-radius: 50%;
}
.gallery_icon {
  display: none;
}
.gallery_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(20 27 34 / 70%);
  align-items: center;
  justify-content: center;
}
.gallery_image_box:hover .gallery_icon {
  display: flex;
  transition: all 0.3s ease 0s;
}
.gallery_image_box 
 img {
    width: 100%;
}
.gallery_image_box img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.gallery_image_box {
  margin-bottom: 20px;
}
.gallery_image_box:nth-child(4) {
  width: 27.333333%;
}
.gallery_image_box:nth-child(5) {
  width: 39.333333%;
}
.gallery-inner {
  height: 100%;
  position: relative;
}
/* --------- Team --------- */
#team {
  background-color: rgb(16 16 16 / 10%);
  padding-top: 7em;
  overflow: hidden;
  padding-bottom: 12em;
}
.title-box-content, .news-title-block {
  background-color: white;
  padding: 10px 16px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  max-width: 92%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#team .team-box:hover .title-box-content, .news-box:hover .news-title-block{
  display: none;
}
#team .box, #team .box{
  text-align: center;
  overflow: hidden;
  position: relative;
  perspective: 800px;
  transition: all 0.3s;
}
#team .box:hover, #latest-news .box:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
#team .box:before, #latest-news .box:before {
  content: "";
  background: #DDBB0099;
  transform: rotateX(-90deg);
  transform-origin: 50% 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
}
#team .box:hover:before, #latest-news .box:hover:before{
  opacity: 0.9;
  transform: rotateX(0);
}
#team .box img, #latest-news .box img {
  width: 100% !important;
  height: auto;
  transition: all .8s;
  border-radius: 10px;
}
.title-box-content h5 a {
  color: rgba(0, 0, 0, 1);
}
.title-box-content h5 {
  padding-bottom: 4px;
  padding-top: 0;
}
#team .box .box-content, #latest-news .box .box-content{
  width: 100%;
  transform: translateX(-50%) translateY(0%);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#team .box:hover .box-content, #latest-news .box:hover .box-content{  
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
  transition-delay: 0.2s;
}
.team-box,.team-box {
  position: relative;
}
.box-content .team_head a {
  color: black;
}
.box-content .team-desig {
  color: black;
}
.social-profiles li {
  display: inline-block;
  list-style: none;
  text-align: center;
}
.social-profiles li a {
  width: 37px;
  height: 37px;
  background-color: white;
  display: inline-block;
  padding: 6px 11px;
  text-align: center;
  color: black;
  font-size: 15px;
  border-radius: 10px;
  margin-right: 5px;
}
.social-profiles li a:hover {
  background-color: black;
  color: white;
}
ul.submenu.social-profiles {
  margin: 19px 0 0 0;
}
.box-content h5.team_head {
  padding-bottom: 5px;
}
/* ----------- Latest News ------------- */
.new_btn {
  text-align: right;
}
.post-date {
  display: flex;
  align-items: center;
  justify-content: center;
}
#latest-news .box:hover .box-content {
  background: #DDBB00;
  border-radius: 10px;
}
.post-image-block img {
  width: 100%;
}
.news_block {
  padding: 16px 0 0 0;
}
.blog-box {
  position: relative;
}
#latest-news .box img {
  height: 400px;
  object-fit: cover;
}
.post_img {
  position: relative;
}
.news-box span.news_date {
  display: block;
  font-family: var(--primary-font);
  font-size: 21px;
  font-weight: 700;
}
.news-row {
  margin-top: 14px;
}
.post-meta {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.metabox span{
  display: inline-block;
}
.metabox span i {
  color: var(--color-primary);
}
.news-text {
  margin: 10px 0;
  font-size: 16px;
  color: #202020;
  font-weight: 400;
}
.post-image-block {
  position: relative;
}
.post-date  i {
  color: #202020;
  margin-right: 6px;
}
span.entry-author {
  margin-right: 37px;
}
.entry-author a {
  color: #202020;
}
.post-meta-content {
  display: flex;
  align-items: center;
}
.blog-box ul.post-categories a {
  background-color: transparent;
  color: #1C2539;
}
.author-post a {
  color: var(--color-primary);
  text-transform: capitalize;
}
.blog-box .entry-date {
  color: #202020;
}
.entry-comments a {
  color: black;
}
.entry-comments {
  margin-left: 14px;
}
.entry-date i, .entry-comments i {
  color: #202020;
  padding-right: 4px;
}
.blog-box h5 a {
  color: #000000;
  font-weight: 700;
  display: block;
  font-size: 18px;
}
.news-title-block {
  padding: 17px 16px;
}
.blog-box .box-content  h5 a {
  color: #202020;
  font-size: 20px;
}
#team .box .box-content, #latest-news .box .box-content {
  width: 97%;
  text-align: center;
  padding: 34px;
}
#team .box .box-content{
  padding: 13px;
}
.projects_page_template  .projects-item-block {
  margin: 0;
}
#projects.projects_page_template {
  clip-path: unset !important;
  padding: 13px 0 39px 0;
  background-color: transparent;
  margin: 0 !important;
}
/*---------------Contact Us ---------------*/
#contact-section .header-git-block i {
  background-color: #000000;
}
#contact-section .section_main_head h3 {
  color: white;
  font-weight: 700;
  font-size: 31px;
}
#contact-section a.theme_button {
  padding: 14px 37px;
}
#contact-section .section_main_head .section-text, #contact-section .section_main_head .section-text p{
  max-width: 100%;
}
.wpcf7-date {
    position: relative;
}
.wpcf7-date::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}
.wpcf7-date:before {
  content: "\f073";
  font-weight: 900;
  color: #4B3941;
  display: block;
  font-family: "Font Awesome 5 Free";
  width: 15px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: -21px;
  z-index: 99;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    overflow: visible;
}
.contac_form .wpcf7-date:before {
    top: 0;
}
.contact-us-bg {
  display: block;
  width: 100%;
  filter: url(#goo);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.contact-us-bg:after {
  content: '';
  content: "";
  display: block;
  clip-path: polygon(0 0, 98% 0, 100% 100%, 0% 100%);
  background-color: var(--color-primary);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  /* z-index: 99999; */
  margin: 0 auto;
}
.contact-row {
  margin: 0;
  position: relative;
  margin-bottom: -10em;
}
.contact-row .row {
  z-index: 99;
  position: relative;
  margin: 0;
  padding: 3em;
}
/* ----------- Testimonials ------------- */
.testimonial-rating-box {
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
}
#testimonials .owl-dots {
  margin-top: 1em;
}
.testimonials-heading {
  color: #222222;
  font-weight: 600;
  font-size: 20px;
}
.testimonial_box {
  position: relative;
}
.testimonial-image-quote i {
  color: rgba(0, 0, 0, 0.08);
  font-size: 50px;
  position: absolute;
  top: -2%;
  right: 6px;
}
.testimonial_outer > img {
  margin-bottom: 30px !important;
  display: block;
}
.owl-carousel .owl-item .testimonials_image img {
  width: auto !important;
  height: auto;
  border-radius: 10px;
  position: relative;
  z-index: 99;
}
.testimonial-block.testimonial_outer {
  position: relative;
}
.testimonial_box {
  border: 1px solid rgb(255 255 255 / 3%);
}
.testimonial-title {
  position: relative;
  display: block;
  margin: 0 !important;
  padding-bottom: 3px;
  padding-top: 0;
}
.testimonial-title a {
  font-size: 18px;
  position: relative;
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
}
.t-desig {
  font-size: 16px;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
}
.testimonials_image {
  /* margin-right: 10px; */
  margin-bottom: 10px;
}
.testimonials-info p{
  margin-bottom: 0;
}
.custom-testimonials-nav.owl-nav {
  /* text-align: left; */
  position: relative;
}
.testimonials-info p {
  font-size: 16px;
  margin-bottom: 10px !important;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
}
.testimonial-block .media {
  display: inline-flex;
  align-items: end;
  margin-top: -8%;
}
.custom-testimonials-dots.owl-dots {
  position: relative;
  margin-top: 4em;
}
.testimonial_box{
  transition: all .6s ease;
}
.testimonials-info {
  margin-top: 20px;
}
#testimonials .owl-carousel .owl-stage-outer {
  padding-top: 34px;
}
.testimonial-image-quote {
  text-align: center;
  margin-top: 20px;
}
.testimonial-data.quote_box {
  position: relative;
  z-index: 99;
  background-color: rgba(231, 231, 231, 1);
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}
.testimonial-data.quote_box:hover {
  background-color: rgb(195 185 185);
}
.rating-score > .rating-score-item, .rating-input > label {
  display: inline-block;
}
.rating-score > .rating-score-item:after, .rating-input > label:after {
  font-family: "FontAwesome";
  font-size: 14px;
  color: rgba(231, 231, 231, 1);
  letter-spacing: 7px;
}
.rating-score[data-rating="1"] > .rating-score-item:nth-child(-n + 1):after, .rating-score[data-rating="2"] > .rating-score-item:nth-child(-n + 2):after, .rating-score[data-rating="3"] > .rating-score-item:nth-child(-n + 3):after, .rating-score[data-rating="4"] > .rating-score-item:nth-child(-n + 4):after, .rating-score[data-rating="5"] > .rating-score-item:nth-child(-n + 5):after, .rating-score[data-rating="0.5"] > .rating-score-item:nth-child(-n + 0):after, .rating-score[data-rating="1.5"] > .rating-score-item:nth-child(-n + 1):after, .rating-score[data-rating="2.5"] > .rating-score-item:nth-child(-n + 2):after, .rating-score[data-rating="3.5"] > .rating-score-item:nth-child(-n + 3):after, .rating-score[data-rating="4.5"] > .rating-score-item:nth-child(-n + 4):after, .rating-input > input:checked ~ label:after, .rating-input:hover > input + label:hover:after, .rating-input:hover > input + label:hover ~ input + label:after {
  content: "\f005";
  color: #FEF22E;
}
.rating-score[data-rating="0.5"] > .rating-score-item:nth-child(1):after, .rating-score[data-rating="1.5"] > .rating-score-item:nth-child(2):after, .rating-score[data-rating="2.5"] > .rating-score-item:nth-child(3):after, .rating-score[data-rating="3.5"] > .rating-score-item:nth-child(4):after, .rating-score[data-rating="4.5"] > .rating-score-item:nth-child(5):after {
  content: "\f123";
}
.rating-score > .rating-score-item:after, .rating-input > label:after, .rating-input:hover > input + label:after {
  content: "\f005";
}
.rating-score {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  margin-left: 0;
  background-color: rgba(0, 0, 0, 1);
  padding: 6px 20px;
  border-radius: 10px;
}
.rating-input {
  border: none;
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.rating-input > input {
  display: none;
}
.testimonial_box:hover .rating-score{
  background-color: var(--color-primary);
}
.testimonial_box:hover .testimonial-title a{
  color: var(--color-primary);
}
#why-choose-us {
  background-color: rgb(16 16 16 / 10%);
  padding-top: 8em;
  overflow: hidden;
  padding-bottom: 12em;
}
/*-------------- Pricing Plans ---------------*/
.plan-features ul {
  margin: 0;
}
#pricing-plan {
  background-color: rgb(16 16 16 / 10%);
  padding-top: 8em;
  overflow: hidden;
  padding-bottom: 7em;
}
.plan-info {
  background-color: white;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
}
.plan-info:hover {
  box-shadow: 0px 0px 7px 10px #DDBB001C;
  transform: scale(1.02);
}
.plan-info:hover .theme_button2 {
  background: var(--color-primary) !important;
}
.plan-info:hover i {
  color: var(--color-primary) !important;
}
.plan_price {
  background-color: var(--color-primary);
  padding: 14px 36px;
  display: inline-flex !important;
  border-radius: 10px;
  color: black;
  font-size: 21px;
  font-weight: 800;
  margin-top: 11px;
}
span.plan_package {
  color: black;
  font-weight: 700;
  font-size: 12px;
  padding-left: 3px;
}
.plan-btn a.theme_button2.mt-4 {
  background: #202020;
}
.plan-features ul li {
  color: black;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  list-style: none;
}
.plan-features ul li i {
  margin-right: 11px;
}

/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots, .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.owl-carousel .owl-dots button.owl-dot, .owl-dots button.owl-dot {
  background-color: #202020 !important;
  margin-right: 14px;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 7px !important;
  height: 2px !important;
  width: 2px !important;
  display: inline-block;
  border: none;
  border-radius: 50%;
}
.owl-carousel button.owl-dot.active, button.owl-dot.active {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary);
}
#services .owl-carousel button.owl-dot.active, #services button.owl-dot.active {
  background-color: #fff !important;
  border-color: #fff;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next {
  position: unset;
  transform: unset;
  border: none;
  padding: 0;
  outline: none;
  width: auto !important;
  background-color: transparent;
  z-index: 9999;
  position: relative;
}
button.owl-prev {
  position: absolute;
  top: 41%;
  left: -60px;
  transform: translateY(-54%);
}
button.owl-next {
  position: absolute;
  top: 41%;
  right: -60px;
  transform: translateY(-54%);
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 14px;
  padding: 11px 14px;
  color: black;
  border: none;
  background-color: var(--color-primary);
  border: none;
  transition: .3s ease;
  border-radius: 0;
  opacity: 1;
  border-radius: 0;
  box-shadow: 0px 0px 7px 0px #0000001C;
  border-radius: 21px;
}

#services .owl-carousel .owl-nav i,#services .owl-nav i {
  background-color: #202020;
  color: #ffffff;
}

#services .owl-carousel .owl-nav i:hover,#services .owl-nav i:hover {
  background-color: #ffffff;
  color: #202020;
}

.owl-nav {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  color: white;
  background-color: var(--color-secondry);
  transition: .3s ease;
  opacity: 1;
}
#slider .owl-dots button.owl-dot:last-child {
  margin: 0;
}
#latest-news .owl-nav{
  text-align: center;
}
.custom-nav {
  text-align: left;
  position: relative;
}

/*---------------Newsletter ---------------*/
#newsletter_section .section_main_head .section-tagline:before, #newsletter_section .section_main_head .section-tagline {
  background-color: #202020;
}
#newsletter_section .section_main_head .section-tagline {
  color: white;
}
.newsletter-container {
  border-radius: 20px;
  margin: 0 auto;
}
.newsletter-container  h4 {
  color: white;
  font-size: 17px;
}
#newsletter_section .section_main_head h3 {
  color: #202020;
  font-size: 32px;
}
#newsletter_section .section_main_head .section-text, #newsletter_section .section_main_head .section-text p {
  max-width: 100%;
  color: rgba(255, 255, 255, 1);
}
.newsletter_shortcode textarea {
  height: 152px;
}
.newsletter_shortcode input[type="text"], .newsletter_shortcode input[type="tel"], .newsletter_shortcode input[type="email"], .newsletter_shortcode input[type="phno"], .newsletter_shortcode input[type="password"], .newsletter_shortcode textarea {
  background-color: white;
  border: none;
  color: rgba(0, 0, 0, 0.4);
  padding: 10px 24px;
  font-family: var(--primary-font);
  border-radius: 6px;
  border: none;
  width: 100%;
  margin-right: 10px;
  font-size: 15px;
}
.newsletter_shortcode input[type="text"]::placeholder, .newsletter_shortcode input[type="tel"]::placeholder, .newsletter_shortcode input[type="email"]::placeholder, .newsletter_shortcode input[type="phno"]::placeholder, .newsletter_shortcode input[type="password"]::placeholder, .newsletter_shortcode textarea::placeholder{
  color: rgba(0, 0, 0, 0.4);
}
.newsletter_shortcode  p {
  margin-bottom: 0;
}
.newsletter-container .row {
  align-items: center;
}
.newsletter_shortcode input[type="submit"] {
  padding: 15px 20px;
  color: white;
  background-color: #202020;
  border-radius: 6px;
  box-shadow: none;
  position: absolute;
  top: 0px;
  right: 0;
}
.newsletter_shortcode input[type="submit"]:hover {
  color: black;
  background-color: white;border: 1px solid #202020;
}
.newsletter_shortcode form {
  position: relative;
}
.newsletter_social a {
  background-color: #f8ad6b;
  padding: 6px 8px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
.newsletter_shortcode  label {
  color: #30494f;
  font-weight: 600;
}
.newsletter_form h5 {
  color: white;
  font-size: 18px;
  background-color: var(--color-primary);
  padding: 7px 20px;
  display: inline-block;
  font-size: 15px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 020px;
  border-bottom-left-radius: 20px;
  transform: rotate(270deg) translateX(10%);
  position: absolute;
  left: -66px;
  top: 50%;
}
#newsletter_section {
  position: relative;
  background-color: var(--color-primary);
  padding: 60px 0;
}
/*-----------------------faq--------------------------*/
#our-faq{
  padding: 40px;
}
#our-faq .section_main_head h6 {
  color: #12161C;
  margin-bottom: 16px;
}
#accordionfaq button.accordion-button {
  font-size: 20px;
  color: #1C2539;
  font-weight: 400;
  padding: 16px 0px 16px 25px;
  border: none;
  margin-bottom: 0;
  width: 100%;
  display: block;
  box-shadow: none;
  text-transform: capitalize;
  font-family: var(--primary-font);
}
#accordionfaq button.accordion-button:after {
  content: "";
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  font-size: 19px;
  background-image: none;
  top: 4px;
  color: #554983;
  border: 1px solid #554983;
  padding: 0px 4px 4px 3px;
  border-radius: 50%;
}
#accordionfaq button.accordion-button[aria-expanded="true"]:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 1px;
  /* background-color: #455A64; */
  color: #1C2539;
  font-family: "Font Awesome 5 Free";
  border: none;
  font-size: 14px;
  background-color: transparent;
}
#accordionfaq button.accordion-button[aria-expanded="false"]:after {
  content: "\f067";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 1px;
  color: #292D32;
  border-color: transparent;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  background-color: transparent;
}
.accordion-item {
  margin-bottom: 15px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0px;
}
.accordion-body {
  padding-bottom: 0;
  padding-top: 0;
  padding: 0;
}
.accordion-collapse{
  padding: 0px;
}
h4.accordion-header button{
  padding: 12px 12px;
  background-color: var(--color-fe5970) !important;
  border-radius: 7px;
}
.accordion-header {
  padding: 0;
}
.accordion-button:focus{
  box-shadow: none;
}
#accordionfaq button.accordion-button:not(.collapsed) {
}
.accordion-body p {
  font-size: 14px;
  color: #1C2539;
  font-size: 14px;
  margin: 0;
}
#our-faq {
  padding: 40px 0 40px 70px;
}
.faq-container {
  max-width: 76%;
}
.faq-box {
  padding: 8em 5em 8em 0em;
}
.faq-box .section-text {
  color: #030303;
}
.faq-image img {
  height: 100%;
  width: 100%;
}
.faq-box {
  padding: 8em 5em 8em 0em;
  padding-left: 6em;
}
#accordionfaq button.accordion-button:after {
  position: absolute !important;
  left: 0;
  top: 54% !important;
  transform: translateY(-50%) !important;
  padding: 0;
}
.post_img img {
  width: 100%;
}
span.rpwwt-post-title:hover {
  color: var(--color-primary);
}





.about-image {
  position: relative;
  overflow: hidden;
}

.about-image img {
  display: block;
  transition: transform 0.5s ease;
}

.about-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 30%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.6) 100%);
  transform: skewX(-25deg);
  transition: left 0.75s ease;
  z-index: 9;
}

.about-image:hover::before {
  left: 125%;
}


.button_author_block i {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.button_author_block:hover i {
  animation-name: hvr-pulse-grow;
  animation-direction: alternate;
  animation-duration: 0.8s;
  animation-iteration-count: infinite; /* Infinite loop for continuous effect */
  animation-timing-function: ease-in-out; /* Smooth pulse effect */
}

.video_icon,.c_icon i {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.why_choose_us-image:hover .video_icon ,.inner-cont.media:hover .c_icon i {
  animation-name: hvr-pulse-grow;
  animation-direction: alternate;
  animation-duration: 0.8s;
  animation-iteration-count: infinite; /* Infinite loop for continuous effect */
  animation-timing-function: ease-in-out; /* Smooth pulse effect */
}

@keyframes hvr-pulse-grow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); /* Scale to 1.1 */
  }
  100% {
    transform: scale(1);
  }
}


/* .project-image {
  position: relative;
  overflow: hidden;
}

.project-image img {
  display: block;
  transition: transform 0.5s ease;
}

.project-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.6) 100%);
  transform: skewX(-25deg);
  transition: left 0.75s ease;
}

.project-image:hover::before {
  left: 125%;
} */


.why-choose-us-right-image,.project-image {
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.why-choose-us-right-image::before,.project-image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(236, 198, 29, 0.5), transparent);
  top: -100%;
  left: -100%;
  transition: all 0.7s ease;
}

.why-choose-us-right-image:hover::before,.project-image:hover::before {
  top: 100%;
  left: 100%;
}