/*-------------- Owl crousel ---------------*/

/* Add this CSS to make the parent container a flex container */
/*.row.equal-height-row {
    display: flex;
}*/
/* Add this CSS to make each offer-box a flex item with equal height */
/*.row.equal-height-row .rew-box{
    display: flex;
    flex-direction: column;
}
.row.equal-height-row .review-data{
    flex: 1;
    align-content: end;
}*/
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
#our_partners img{
  width: auto !important;
}

button.owl-next, button.owl-prev {
  background: #1e202c;
}
button.owl-prev {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  
}
button.owl-next {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
}
button.owl-next i, button.owl-prev i{
  color: #ffffff;
}
/*--------commom css------------*/

h2.slide-main-head2,h6.abt-small-head,h6.what-sm-head,a.what-btn,h3.counter-num.count-no1,h3.counter-num.count-no3,h6.team-small-head,p.tm-desg,h6.testi-small-hd,h6.blog-small-head,.date-box1 i.calender-blog,span.entry-author i,h6.latproj-sm-head,ul#sellerTabs li a.nav-link.active,p.lproj-number a{
    color: #2457AA;
}

a.mail-topbar:hover, a.phone-topbar:hover, a.topbr-adrs:hover,div#topbar a:hover{
    color: #FFD200 !important;  
}

h4.cont-sec-main-head,h3.cont-sec-small-head,p.cont-sec-txt,h6.work-small-head,h2.work-main-head,h2.work-step-name,p.work-step-count,p.work-step-text,.testimonial-data:hover p.test-inn-txt,h6.proj-small-head,h2.proj-main-head,p.proj-txt{
  color: #ffffff;
}

/* --------- SLIDER--------- */
.slide-right img:hover {
  opacity: 0.8;
}
section#slider-banner .carousel-caption {
  transform: translateY(-50%);
  text-align: start;
  left: 0%;
  right: 10%;
  bottom: 4rem;
  position: absolute;
}
.slide-right {
    position: fixed;
    bottom: 0;
    right: 0;
}
h6.slide-sm-head {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
}
h2.slide-main-head, h2.slide-main-head2 {
  font-size: 55px;
  font-weight: 900;
  line-height: 70px;
  margin: 0;
  background-image: linear-gradient(180deg, transparent 94%, #000 0);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.4s ease;
  -moz-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
}
h2.slide-main-head:hover, h2.slide-main-head2:hover {
  text-decoration: none;
  background-size: 100% 100%;
}
h2.slide-main-head{
  color: #000000;
}
p.slid-txt {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    padding-top: 0 !important;
}
a.slider-btn,a.abt-btn.btn,a.con-btn.btn {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    background: #FFD200;
    border-radius: unset;
    padding: 12px 30px;
}
a.con-btn.btn {
font-weight: 400;
}
.slider-banner-image img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}
.slide-nav i {
    background: #000000;
    font-size: 20px;
    opacity: 1 !important;
    border-radius: 50%;
    padding: 14px 15px;
}
.slide-nav .carousel-control-prev-icon,.slide-nav .carousel-control-next-icon {
    background-image: unset;
}
.slide-nav a.carousel-control-prev,.slide-nav a.carousel-control-next{
    opacity: 1;
}
.slide-nav .carousel-control-prev{
  width: 4%;
}
.slide-nav i:hover {
    background: #ffffff;
    color: rgba(0, 0, 0, 0.5);
}
h6.slide-sm-head:before {
    content: '';
    background-image: url(../images/slides/slide-sm.png);
    background-size: cover;
    position: absolute;
    left: 0px;
    height: 15PX;
    display: block;
    width: 15px;
    background-repeat: no-repeat;
}
.slide-right:before {
    content: '';
    background-image: url(../images/slides/slide-before.png);
    background-size: cover;
    position: absolute;
    right: 0;
    display: block;
    width: 566px;
    height: 315px;
    background-repeat: no-repeat;
    z-index: 99;
    bottom: 52%;
}
.slider-banner-image:before{
    content: '';
    background-image: url(../images/slides/slide-left-before.png);
    background-size: cover;
    position: absolute;
    left: 0;
    display: block;
    width: 370px;
    height: 95px;
    background-repeat: no-repeat;
    bottom: 0%;
}
.slide-right img {
    z-index: 99999999;
    position: relative;
}
/*-services-------------*/
section#service {
    margin-top: -7rem;
}
.service-data {
    background: #2457AA;
    padding: 55px 30px;
}
h5.service-title a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
p.serv-inn-txt {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
a.serv-btn.btn i {
    background: #fff;
    color: #FFD200;
    border-radius: 50%;
    padding: 10px;
    transform: rotateZ(-45deg);
}
.services-icon{
  display: none;
}
.service-data:hover .services-icon{
  display: block;
}
.service-data:hover h5.service-title a,.service-data:hover p.serv-inn-txt{
  color: #fff;
}
.service-data:hover {
    background: #FFD200;
}      
body.home .service-data img.servc-img {
  filter: invert(100%) brightness(100%);
}


.servic-info-box.row {
    width: 55%;
}
.grow {
  transition: transform .5s ease-in-out;
  -moz-transition: transform .5s ease-in-out;
  -webkit-transition: transform .5s ease-in-out;
}

.grow:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 99999;
    position: relative;
    padding: 20px 30px 15px 30px;
}
/*.service-data:hover {
    animation: zoom-out 2s ease-out 5;
    transform-origin: center;
    z-index: 99999;
    position: relative;
    padding: 40px 30px 25px 30px;
}
@keyframes zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.22, 1.22);
  }
  100% {
    transform: scale(1, 1);
  }
}*/
/*-----about -------*/
.vertical-head {
    display: inline-block;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}
h6.abt-small-head,h6.what-sm-head,a.what-btn,h6.team-small-head,h6.work-small-head,h3.cont-sec-small-head,h6.testi-small-hd,h6.blog-small-head,h6.proj-small-head,h6.latproj-sm-head  {
    font-size: 17px;
    font-weight: 600;
}
h5.what-name a{
    font-size: 20px;
    font-weight: bold;
}
.abt-hd-box,.what-head-box,.team-hd-box,.testimonial-head,.blog-n-head-box,.lproj-head {
    position: relative;
}
h6.abt-small-head:before, h6.what-sm-head:before, h6.team-small-head:before, h6.testi-small-hd:before, h6.blog-small-head:before, h6.latproj-sm-head:before {
  content: '';
  background-image: url(../images/about/abt-head-before.png);
  background-size: cover;
  position: absolute;
  left: -3px;
  height: 23PX;
  display: block;
  width: 30px;
  background-repeat: no-repeat;
}
h6.what-sm-head:before,h6.testi-small-hd:before,h6.blog-small-head:before{
  left: 43%;
}
h6.testi-small-hd:before{
  left: 42%;
}
h6.blog-small-head:before{
  left: 44%;
}
h6.team-small-head:before{
  left: 41%;
}
h2.abt-main-head, h2.what-main-head, h4.cont-sec-main-head, h2.team-main-head, h2.work-main-head, h2.testi-main-hd, h2.blog-main-hd, h2.proj-main-head, h2.latproj-main-head {
  font-size: 40px;
  font-weight: 900;
}
h6.abt-point {
  color: #263238;
  position: relative;
  font-size: 18px;
}
ul.abt-list {
    list-style: none;
}
h6.abt-point:before {
    content: '\f058';
    position: absolute;
    left: -25px;
    font-family: fontawesome;
    color: #2457AA;
}
h1.abt-vertc-head {
    font-size: 132px;
    color: transparent;
    -webkit-text-stroke: 1px #D9D9D9;
    text-stroke: 1px black;
    font-weight: 700;
}
section#about {
    position: relative;
}
.vertical-head {
    display: inline-block;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    position: absolute;
    left: -25px;
}
/*--------what we do--*/
.what-det {
    margin-top: 30px !important;
  }
h2.what-main-head {
    width: 32%;
}
p.what-txt {
  color: #000;
  font-size: 14px;
}
a.what-btn,p.lproj-number a {
    position: relative;
}
a.what-btn{
  color: #000;
  font-size: 17px;
  font-weight: 900;
}
a.what-btn:after,p.lproj-number a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    display: block;
}
.what-box,.deli-info {
    position: relative;
}
.what_content_pad {
    background: #ffffff;
    position: absolute;
    bottom: 80%;
    left: 0;
    right: 42%;
    padding: 30px;
    width: 80%;
}
.what-image {
    margin-top: 8rem;
}
.what_content_pad:hover {
    background: #FFD200;
}
.what_content_pad:hover .what-btn{
  color: #2457AA;
}
.what_content_pad:hover a:after{
  background: #2457AA;
}

/*--------counter-------*/

h3.counter-num{
    font-size: 45px;
    font-weight: 600;
}
h3.counter-num.count-no2,h3.counter-num.count-no4{
  color: #000000;
}
.count-content {
    background: #fff;
}
.count-content:hover {
  background: #FFD200;
}
p.counter-hd{
  font-weight: 500;
  color: #000;
}
.countr-icon.count-icn1 i,.countr-icon.count-icn3 i{
    background: #FFD200;
    position: relative;
}
.countr-icon.count-icn2 i,.countr-icon.count-icn4 i{
  background: #2457AA;
  position: relative;
}
.countr-icon i {
  color: #ffffff;
  font-size: 20px;
}
.countr-icon.count-icn1 i:after, .countr-icon.count-icn3 i:after,.countr-icon.count-icn2 i:after,.countr-icon.count-icn4 i:after {
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 15px solid transparent;   
    content: "";
    position: absolute;
    right: 0px;
    top: 52px;
}
.countr-icon.count-icn1 i:after, .countr-icon.count-icn3 i:after{
     border-top: 16px solid #E3A909;
}
.countr-icon.count-icn2 i:after,.countr-icon.count-icn4 i:after{
     border-top: 16px solid #083173;
}
section#counter {
  padding: 100px;
}
/*-----contact----*/
.proj-hd-box {
    position: relative;
}
h3.cont-sec-small-head:before, h6.work-small-head:before {
  content: '';
  background-image: url(../images/contact/con-hd-before.png);
  background-size: cover;
  position: absolute;
  left: -5px;
  height: 32PX;
  display: block;
  width: 27px;
  background-repeat: no-repeat;
  top: 30px;
}
h6.work-small-head:before{
  left: 41%;
}
a.con-btn.btn i {
    background: #000;
    color: #FFD200;
    border-radius: 50%;
    padding: 5px;
    transform: rotateZ(-45deg);
    font-size: 10px;
}
.deli-info {
    width: 38%;
    padding: 28px 0px;
}
/*team-------------*/
h3.team-name a {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}
section#our_team .owl-nav {
    display: none;
}


.tm-inn-detail {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chef-info.item {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chef-info.item img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect */
.tm-inn-detail:hover .chef-info.item img {
  transform: scale(1.1); /* Zoom image on hover */
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow on hover */
}

.tm-inn-detail:hover {
  transform: translateY(-10px); /* Moves the entire team box up */
}

.tm-inn-detail:hover .team-detail-box {
  background-color: #2457AA; /* Darkens the background slightly */
}

.tm-inn-detail:hover .team-detail-box .team-name a {
  color: #FFD200; /* Changes name color on hover */
}

.tm-inn-detail:hover .team-detail-box .tm-desg {
  color: #FFD200; /* Changes designation color on hover */
}




/*------quality-working-----*/
section#quality_working {
    position: relative;
}
.work-bg-dark {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
h2.work-step-name{
  font-size: 15px;
  font-weight: bold;
}
p.work-step-count{
  font-size: 13px;
  font-weight: 400;
}
.work-img-box {
    background: #FFD200;
    border-radius: 50%;
    width: 132px;
    height: 132px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9999;
}
.work-steps-box {
    background: #2457AA;
}
.work-img-box img {
    max-width: 100%;
    max-height: 100%;
}
.work-box .work-inn {
    position: relative;
}
.back-img-box {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    display: none;
}
.work-img-box:hover + .back-img-box {
    display: block;
}
.back-img-box img{
  width: 93%;
  height: 230px;
}
.work-steps-box:hover {
    background-color: #FFD200;
}

.work-steps-box:hover .work-img-box {
    background-color: #2457AA;
}
.work-steps-box:hover h2.work-step-name,.work-steps-box:hover p.work-step-count{
  color: #000000;
}
.work-steps-box:hover .work-img-box img {
  filter: brightness(0) invert(1);
}
h5.what-name a:hover {
    color: #000;
}
a.what-btn:hover {
    color: #2457AA;
}
/*--------testimonial------*/
p.test-inn-txt {
    font-size: 18px;
    font-weight: 400;
    color: #020202;
}
.testimonial-data {
    background: #FDD61F;
    border-radius: 20px;
}
.testimonial-data:hover{
  background: #2457AA;
}
.testimonial-data:hover .testimonials-info svg path{
    fill: #2457AA;
}
i.quot-icon {
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
}
h2.testi-main-hd {
    width: 40%;
    margin-bottom: 20px;
}
section#testimonial{
  position: relative;
}
.testimonials-info{
  position: relative; 

}
.testimonials-info{
  padding: 40px 20px;
}
.testi-big-image {
  margin-top: 50px;
}
.testimonials-info svg {
    position: absolute;
    transform: rotateZ(60deg);
    bottom: -30px;
}
.testi-box1 svg{
  right: -35px;
}
.testi-box2 svg{
  right: -35px;
}
.testi-box3 svg{
  right: -35px;
}

.testimonials-img{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.testimonial-title{
  font-weight: 600;
}

p.testi-desg.mb-0 {
  font-size: 14px;
  /* font-weight: 6 00; */
  margin-top: 10px;
}

.testimonial-data:hover i,.testimonial-data:hover p,.testimonial-data:hover h6 a{
  color: #fff !important;
}

/*-------watch video-----*/
.video-image-box img {
    width: 100%;
}
section#watch_video {
    position: relative;
}
.video-btn-box {
    position: absolute;
    transform: translateY(-50%);
    left: -13%;
}
span.video-head {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
img.video-icon {
    background: #ffffff;
    border-radius: 50%;
    width: 40%;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.4);
}
/*---blog-----*/
section#latest_news {
  padding-bottom: 0;
}
.news-img,.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h2.blog-main-hd {
    width: 40%;
}
.bdate {
    font-size: 16px;
    font-weight: 400;
}
p.latest-content {
    font-size: 19px;
    font-weight: bold;
    color: #020202;
}
a.latesredmore,a.proj-btn.btn {
    font-size: 18px;
    font-weight: 400;
    background: #FFD200;
    color: #000000;
    border-radius: unset;
    padding: 12px 30px;
}

.blog-shad{
  box-shadow: 0px 0px 25px rgb(0 0 0 / 16%)
}
.blog-shad:hover{
  background-color: #FFD200;
}

.blog-shad:hover a.latesredmore,.blog-shad:hover a.proj-btn.btn {
  background: #2457AA;
  color: #fff;
}
.content-box {
    padding: 30px 38px;
}
/*upcoming-project-----*/
p.proj-txt {
  font-size: 21px;
  font-weight: 400;
  width: 50%;
}
/*---------latest-project--------*/
h6.proj-small-head:before {
  content: '';
  background-image: url(../images/project/prod-head.png);
  background-size: cover;
  position: absolute;
  left: 42%;
  height: 32PX;
  display: block;
  width: 27px;
  background-repeat: no-repeat;
  top: 50px;
}
h6.proj-small-head{
  color: #FFD200;
}
 .nav-tabs .nav-link:hover,ul#sellerTabs,ul#sellerTabs li,ul#sellerTabs li a,ul#sellerTabs:hover,ul#sellerTabs li:hover,ul#sellerTabs li a:hover{
    border: none;
    background: none;
 }
ul#sellerTabs {
    display: inline-flex;
    border: none;
}
ul#sellerTabs li a {
  font-weight: 600;
  color: #000;
  font-size: 18px;
}
ul#sellerTabs li a.nav-link.active {
    border: none;
    background: none;
}
h5.lproj-name a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
p.lproj-number a {
    font-size: 14px;
    font-weight: bold;
}
section#contact-section,section#latest_project {
    background: #F5F5F5;
}

section#latest_project {
  padding: 90px 0 120px;
}
.lproj-info {
    background: #ffffff;
}
a.lproj-btn.btn {
    background: #2457AA;
    color: #fff;
    font-size: 20px;
    border-radius: unset;
    opacity: 0;
}
.latproj_content_pad {
    position: absolute;
    top: 70%;
    right: -30px;
    left: 50%;
}
img.pro-image {
    width: 90%;
}
.latproj-box {
    position: relative;
}
.latproj-box:hover a.lproj-btn.btn {
    opacity: 1;
}
.latproj-box:hover .lproj-info{
    background: #FFD200;
}



.lproj-image img{
  transition: transform 0.4s ease;
  transform-origin: center center;
}

.latproj-box:hover img {
  transform: scale(1.05); /* Subtle zoom */
}





h3.counter-num.count-no1,h3.counter-num.count-no3:after {
    position: relative;
}
h3.counter-num.count-no1:after {
    content: ' k+';
    position: absolute;
}
h3.counter-num.count-no3:after {
    position: absolute;
    content: ' %';
}

h3.counter-num.count-no4:after {
  content: ' k+';
  position: absolute;
}


/*---------button-----*/
a.latesredmore:hover, a.proj-btn.btn:hover,a.con-btn.btn:hover,a.abt-btn.btn:hover,a.slider-btn:hover,a.hdr-btn.btn:hover {
    background: #2457AA;
    color: #ffffff;
}


















.news-img {
  position: relative;
  overflow: hidden;
}

.blog-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

/* Shine effect */
.news-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.0) 100%
  );
  transform: skewX(-25deg);
  transition: none;
  z-index: 2;
}

.blinn:hover .news-img::before {
  animation: shine 1s ease-in-out;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}











