@charset "utf-8";
/* This is Responsive CSS Starts */

/* Smartphones Small Size Starts----------- */
@media only screen and (min-width: 320px) and (max-width: 400px) {
/* About us Starts */
 
.stat-value {
  font-size: 50px;
}
.col-years {
  text-align: center;
}
.stat-item{
  margin-bottom: 20px;
}


/* About us Ends */
    
}


/* Mobile Starts */
@media only screen and (min-width: 320px) and (max-width: 767px) {
/* Mobile Menu Starts */

#nav-icon {
  display: block;
}
.navbar.scrolled #nav-icon  span{
  background: #040821;
}
.navbar-brand { 
  margin-right: 0;
}

.navbar.scrolled {
  background-color: rgba(250,250,250,1) !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
} 
 
.collapse.navbar-collapse{
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  max-height: calc(100vh - 70px);
  /* background-color: rgba(250,250,250,1) !important; */
  /* border-top: 1px solid #d4d4d4; */
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 10;

  /* Glassmorphism */
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    0 8px 32px rgba(0,0,0,0.15),
    inset 0 1px 0 rgba(255,255,255,0.15);

  border-bottom: 1px solid rgba(255,255,255,0.1);
}
/* Optional Smooth Open Effect */
.collapse.navbar-collapse.show{
  animation: glassFade 0.4s ease;
}

@keyframes glassFade{
  from{
    opacity: 0;
    transform: translateY(-10px);
  }

  to{
    opacity: 1;
    transform: translateY(0);
  }
}

/* Optional Scrollbar Style */
.collapse.navbar-collapse::-webkit-scrollbar{
  width: 6px;
}

.collapse.navbar-collapse::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,0.2);
  border-radius: 10px;
}

.navbar-nav{
  padding: 10px 40px;
  gap: 0;
  max-width: 540px;
  margin: 0 auto;
}
.navbar-nav li .nav-link,
.navbar-nav li .nav-link.active,
.navbar-nav li .nav-link:hover,
.navbar.scrolled .nav-link, .navbar.scrolled .nav-link.active{
  color: #fff !important;
}
.navbar-nav li.nav-item{
  border-bottom: 1px solid #d4d4d4;
}
.navbar-nav li a{
  padding: 8px 0;
  font-size: 14px;
}
.navbar-brand img {
  width: 125px;
}
.mobile-button-burger {
    display: block;
    width: 30px;
    height: 19px;
}
#nav-icon {
  width: 30px;
  height: 19px;
}
#nav-icon span {
  height: 2px;
}
#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
  top: 8px;
}
#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 16px;
}
#nav-icon.open span:nth-child(1) {
  left: 0px;
  top: 7px;
}
#nav-icon.open span:nth-child(5) {
  left: 0;
  top: 17px;
}
#nav-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 17px;
}
/* Mobile Menu Starts */

/* Banner Starts */
.banner-section{
  width: 100%;
  height: auto;
}  
.banner-tag {
  font-size: 16px; 
  padding-left: 30px;
  margin-bottom: 16px;
}
.banner-heading {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
}
.banner-heading br{
  display: none;
}
.banner-body{
  font-size: 14px;
}
.banner-section .container, 
.banner-section .container .row {
  min-height: 100vh;
  height: auto;
}
.banner-image-wrap img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.banner-text-col {
  align-items: inherit !important;
}
.banner-image-col { 
  justify-content: flex-end !important;
  height: 80px;
  padding: 0;
}
.banner-image-col .banner-image-wrap{
  position: absolute;
  z-index: 0;
}
.banner-buttons{
  position: relative;
  z-index: 9;
  gap: 10px;
  padding-top: 16px;
}
.banner-buttons .btn-works {
  padding: 8px 25px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 300;
}
.banner-buttons .btn-email{
  font-size: 14px;
  font-weight: 300;
  padding: 4px 8px 4px 20px;
}
.btn-email-icon {
  margin-left: 10px;
  width: 30px;
  height: 30px;
}
.banner-section,
.banner-section .container,
.banner-section .container .row{
    height: auto !important;
    min-height: auto !important;
    max-height: auto !important;
}
.banner-section{
  padding-top: 100px !important;
  background-position: 12% 0 !important;
}
.banner-tag:before{
  width: 20px;
}
/* Banner ends */

/* About Us Starts */
.about-section{
  padding: 0 35px !important;
}
.about-section-box h3{
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
}
.about-section-box {
  padding: 25px;
  border-radius: 15px;
  margin-top: 70px;
  margin-bottom: 70px;
}
.social-networks{
  padding-left: 0;
  top: 30px;
  right: 23px;
}
.social-networks li{
  margin-left: 3px;
  margin-right: 3px;
}
.social-networks li:last-child{
  display: none;
}
.social-networks li a {
  background: #fff;
  width: 30px;
  height: 30px;
}
.social-networks li a img {
  width: 18px;
  height: 18px;
}
.about-section-box h2{
  font-size: 16px;
  margin-bottom: 16px;
  display: inline-block;
}
.about-section-box h2 .blue-text{
  display: block;
}
.about-section-box p{
  font-size: 14px;
  font-weight: 100;
}

.years-label .text-over {
  font-size: 30px;
  margin-right: 45px;
  line-height: 50px; 
}
.years-label .num {
  font-size: 50px;
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 50px;
}
.years-label .text-years {
  font-size: 30px;
  margin-left: 0;
  line-height: 30px; 
}
.stats-section{ 
  margin-top: 16px;
}

.years-label{
  display: inline-flex !important;
}

.stat-bar {
  width: 100%;
}
.stat-label{
  font-size: 14px;
  font-weight: 100;
}
.stat-value {
  font-size: 30px;
}
.stat-label::before {
  content: '';
  width: 5px;
  height: 5px;
}
.col-years {
  text-align: center;
}
.col-stats{
  padding-left: 0;
}
.stat-item{
  margin-bottom: 20px;
}
.stats-section .divider {
  background: #a6aaae;
  width: 1px;
  display: inline-block;
  height: 150px;
  margin-left: 25px;
  margin-right: 25px;
}
.col-stats{
  flex-direction: column;
}
 
/* About us Ends */

/* Expertise in Starts  */
.expertise-section {
  padding-top: 0; 
  padding-left: 35px;
  padding-right: 35px; 
  padding-bottom: 70px;
}
.expertise-services-row {
  gap: 0;
}
.expertise-heading h4 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 30px;
}
.service-name {
  font-size: 16px;
}
.service-num {
  font-size: 25px;
  line-height: 25px;
}
.service-inner {
    justify-content: space-between !important;
}
 
.service-item  .service-name, 
.service-item  .service-num {
  color: rgba(255,255,255,1);
}
.service-item .service-tag{
  color: rgba(255,255,255,0.60);
  font-size: 14px;  

}
.service-item {
  padding:  20px;
}
.top-align-col {
  margin-top: 0;
}
.expertise-services-col.top-align-col {
  order: 1;
}
.expertise-services-col {
  order: 2;
}


.service-tag {
  position: static;      /* or keep absolute if layout allows */
  opacity: 0;
  transform: translateY(4px);
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.35s ease, transform 0.35s ease, max-height 0.35s ease;
  pointer-events: none;
  padding: 0;
  visibility: hidden;
}
 
.service-item.active .service-tag {
  opacity: 1;
  transform: translateY(0);
  max-height: 60px;       /* enough to fit the tag content */
  pointer-events: auto;
  padding: 4px 12px;
  margin-top: 5px;
  visibility: visible;
} 
.service-item.active .service-tag span{
  color: #a9a9a9;
}
/* Expertise in Starts  */

/* Our Works Starts  */
.our-works-section {
  margin-top: 0;
  padding: 0 35px;
}
#works .our-works-heading {
  flex-direction: column !important;
}
#works .our-works-heading h4 {
  order: 2;
  font-size: 16px;
  align-self: start !important;
}
#works .our-works-heading h5 {
  order: 1;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 30px;
}
.panel{
  padding: 20px;
  border-radius: 15px;
  transform: translateY(30px);
}
#works  .explore-btn{
  margin-top: 0;
}
.our-members-inn { 
  padding: 0 15px;
  overflow: hidden;
}
.slick-next.slick-arrow {
  right: 20px;
}
.slick-prev.slick-arrow {
  left: 20px;
}
.our-works-section .icon-left,
.our-works-section .icon-left:before,
.our-works-section .icon-right,
.our-works-section .icon-right:before{
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.our-members-slide-inn {
  border-radius: 15px; 
  max-width: 260px;
  margin: 0 auto;
}
.our-members-slide img{
  max-height: 320px;
  object-fit: cover;
  object-position: bottom;
  max-width: 260px;
}
.stagger-card{
  border-radius: 18px !important;
}
.stagger-card:nth-child(even){
  max-width: 150px;
  height: 320px;
}
.slick-list{
  width: 90%;
  margin: 0 auto;
}
.stagger-card{
  background: transparent !important; 
  border-radius: 18px; 
}
/* Our Works Ends  */

/* Client Feedback Starts  */
.client-feedback-section {
  padding: 50px 35px 30px 35px;
}
.client-feedback-section .expertise-heading h4{
  text-align: left;
}
.client-feedback-section .icon-left,
.client-feedback-section .icon-left:before,
.client-feedback-section .icon-right,
.client-feedback-section .icon-right:before{
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.client-feedback-inn {
  margin-top: 23px;
}
.client-feedback-slide-inn { 
  border-radius: 15px;
  padding: 20px;
}
.feedback-box-text p{
  font-size: 14px;
  font-weight: 100;
}
.client-name h4{
  font-size: 16px;
  margin-bottom: 5px;
}
.client-img {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.client-name { 
  margin-left: 10px;
}
.client-name span{
  font-size: 14px;
  font-weight: 100;
  line-height: 16px;
  display: inline-block;
}
.client-feedback-slide { 
  height: 100% !important;
}
/* Client Feedback Ends  */
.about-section-box.footer-section-box {
  margin-top: 70px;
}

.feedback-box-text svg {
  width: 30px;
  height: 30px;
  fill: #a4c0ca;
}

.connect-work-btn-outer {
  padding-bottom: 0;
}
.connect-work-btn-outer .explore-btn{
  margin-top: 0;
  padding-bottom: 0;
}
footer{
  padding-top: 0;
}
footer .container .row{
  margin: 0;
}
.about-section-box.footer-section-box{
  padding: 20px 15px;
}
.footer-section-box.text-end{
  text-align: left !important;
}
.explore-btn.behance-btn{
  margin-top: 0;
}
.footer-section-box img{
  margin-bottom: 15px;
  width: 125px;
}
.footer-section-box .social-networks{
  margin-bottom: 20px;
  margin-top: 20px;
}
.footer-bottom-row .year{
  order: 2;
}
.footer-bottom-row  .footer-menu{
  order: 1;
  margin-bottom: 20px;
}
.footer-bottom-row .footer-menu li a{
  border-right: 1px solid #d4d4d4;
  padding-right: 20px;
}
.footer-bottom-row .footer-menu li:last-child a{
  border-right: none; 
}

.our-works-gallery-section .gallery-description{
font-size: 16px;
    line-height: 20px;
}
.gallery-section {
  margin-top: 0;
}
.explore-divider {
  font-size: 23px;
  line-height: 25px;
  margin: 0 0 40px 0;
}
.split-desc{
  font-size: 16px;
    line-height: 20px;
  margin-bottom: 0;
}
.split-title {
font-size: 20px; 
    line-height: 30px;
}
.gallery-section{
  margin-bottom: 40px;
}

.slider-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 0 10px 0;
} 
.arrow-btn {
  width: 35px;
  height: 35px;
}
.explore-btn-outer {
  margin-top: 20px;
  padding-bottom: 0;
}

.our-works-section.our-members-section{
  margin-top: 70px;
}
footer .container {
  padding: 0 23px;
}
.footer-menu li a{
  font-size: 14px;
}
.our-members-name h4{
  font-size: 18px;
  font-weight: 300;
}
.our-members-name span{
  font-size: 14px;
}
/* New Css Starts */
.navbar.navbar-expand-lg {
  padding: 20px 35px;
}
.navbar.navbar-expand-lg .container {
  padding: 0;
}
.banner-section .container {
  padding: 0 35px;
}
footer .social-networks li {
  margin: 0 9px;
}
.footer-bottom-row .footer-menu li a{
  font-size: 14px;
}
.footer-bottom-row .year {
  text-align: center;
  width: 100%;
  font-size: 14px;
}
/* New Css Ends */

.footer-address-col .footer-menu,
.footer-menu-col .footer-menu{
  margin: 0 -15px 15px -15px;
}
.footer-address-col .footer-menu li,
.footer-menu-col .footer-menu li  {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 5px;
}
.footer-address-col .footer-menu li a:after,
.footer-menu-col .footer-menu li a:after{
  content: "";
  position: absolute;
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.footer-address-col .footer-menu li:last-child a:after,
.footer-menu-col .footer-menu li:last-child a:after{
  display: none;
}
.footer-address-col .footer-menu li a,
.footer-menu-col .footer-menu li a {
  position: relative;
  padding: 0 20px;
}
.footer-address-col .footer-bottom-row,
.footer-menu-col .footer-bottom-row{
  padding-top: 20px;
}
.footer-bottom-row {
  padding-top: 20px;
}
.client-feedback-slide-inn{
  background: rgba(250,250,250,.1);
}
.about-section-box.footer-section-box{ 
    background: rgba(250,250,250,.1);
    border: none;
}
.about-section-box.footer-section-box:after{
  background: none !important;
}
.about-section-box.footer-section-box:before{
 background: none !important;
}
/* Our Works Page starts */
.inner-banner-section, .inner-banner-section .container, .inner-banner-section .container .row {
  position: relative;
  height: 200px;
}
.inner-banner-text {
  top: 70%;
  left: 50%;
  transform: translateX(-50%) translateY(-70%);
}
.our-works-gallery-section {
  padding-top: 40px !important;
  padding-bottom: 10px !important;
}
.our-works-gallery-section .container {
  padding: 0 35px;
}
.gallery-section:last-child{
 margin-bottom: 0;
}
.inner-banner-text h3 {
  font-size: 20px;
  line-height: 30px;
}
/* Our Works Page ends */
.top-gredient-bottom,
.top-gredient-center,
.top-gredient-left{
  width: 100%;
  overflow: hidden;
}

.terms-conditions-inn {
  margin-top: 40px;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 0;
}
.terms-conditions-outer .container {
  padding: 0 35px;
}
.terms-conditions-outer {
  padding: 0;
}

.terms-conditions-inn p, .terms-conditions-inn ol li {
  font-size: 15px;
  font-weight: 100;
}
.terms-conditions-inn ol {
  padding-left: 15px;
}
.terms-conditions-inn ol li ul{
  padding-left: 13px;
}
.accordion-button{
  font-size: 16px;
}
.accordion-body{
    font-size: 14px;
}
.accordion {
  padding: 0 10px;
}
 .contact-section-left{
  margin-bottom: 40px;
 }
.contact-section-outer {
  padding-left: 20px;
  padding-right: 20px;
}
.contact-description{
  font-size: 16px;
}
.contact-sec-form .form-control{
  font-size: 15px;
}
.navbar-nav .only-mob{
    display: block;
}

.mob-contact-btn{
    display: block;
}

}


@media only screen and (min-width: 320px) and (max-width: 380px) {
  .social-networks{
    padding-left: 0;
    top: 25px;
    right: 22px;
  }
  .social-networks li{
    margin-left: 2px;
    margin-right: 2px;
  }
  .social-networks li a {
    background: #fff;
    width: 25px;
    height: 25px;
  }
  .social-networks li a img {
    width: 15px;
    height: 15px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .col-stats {
      flex-direction: inherit;
  }

}


@media (max-width: 768px) { 
  .grid{
    display: flex;
    align-items: stretch;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    grid-template-columns: unset;
    grid-template-rows: unset;
        border-radius: 12px;
  }
  .grid::-webkit-scrollbar{
    display: none;
  } 
  .grid > *{
    position: relative;
    flex: 0 0 82vw;
    max-width: 200px;
    min-height: 200px;
    overflow: hidden;
    border-radius: calc(var(--radius) + 4px);
    scroll-snap-align: center;
    scroll-snap-stop: always;
    background: #111;
    box-shadow:
    0 10px 30px rgba(0,0,0,.18),
    0 2px 8px rgba(0,0,0,.08);
    transform: translateY(0);
    transition:
    transform .35s ease,
    box-shadow .35s ease;
    grid-column: unset !important;
    grid-row: unset !important;
    aspect-ratio: unset;
  }
  .grid > *:active{
    transform: scale(.985);
  } 
  .c2,.c4,.c6,.c8{
    display: flex;
    flex-direction: column;
    height: 400px;
    gap: 2px;
  }
  .c2a,.c2b,.c4a,.c4b,.c6a,.c6b,.c8a,.c8b{
    flex: 1;
    min-height: 0;
    overflow: hidden;
    border-radius: 12px;
  }
  .c2 > .c2b,.c4 > .c4b,.c6 > .c6b,.c8 > .c8b{
    margin-top: 0;
  } 
  .card:hover,.c2a:hover,.c2b:hover,.c4a:hover,.c4b:hover,.c6a:hover,.c6b:hover,.c8a:hover,.c8b:hover{
    transform: none;
    box-shadow: none;
  }
  .stagger-card{
      animation-delay: 0s !important;
      opacity: 1;
      transform: none;
  }

  

}

/* @media(max-width:480px){
  .grid > *{flex:0 0 88vw}
} */


@media only screen and (min-width: 768px) and (max-width: 991px) {
/* Mobile Menu Starts */
.mobile-button-burger {
    display: block;
    width: 44px;
    height: 33px;
}
#nav-icon {
  display: block;
}
.navbar.scrolled #nav-icon  span{
  background: #040821;
}
.navbar-brand { 
  margin-right: 0;
}
.navbar.navbar-expand-lg {
  padding: 15px 0;
}
.navbar.scrolled {
  background-color: rgba(250,250,250,1) !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
} 
 
.collapse.navbar-collapse{
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  max-height: calc(100vh - 70px); 
  /* border-top: 1px solid #d4d4d4; */
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 10;
  /* Glassmorphism */
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.navbar-nav{
  padding: 10px 30px;
  gap: 0;
  max-width: 720px;
  margin: 0 auto;
}
.navbar-nav li .nav-link, .navbar-nav li .nav-link.active, .navbar-nav li .nav-link:hover, .navbar.scrolled .nav-link, .navbar.scrolled .nav-link.active{
  color: #fff !important;
}
.navbar-nav li.nav-item{
  border-bottom: 1px solid #d4d4d4;
}
.navbar-nav li a{
  padding: 8px 0;
  font-size: 18px;
}
/* Mobile Menu Starts */
/* Banner Starts */
.banner-section{
  padding-top: 80px !important;
  width: 100%;
  height: auto;
}  
.banner-tag {
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 16px;
  }
.banner-heading {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
}
.banner-tag::before {
    width: 20px;
  }
.banner-heading br{
  display: none;
}
.banner-body{
  font-size: 18px;
}
.banner-section .container, 
.banner-section .container .row {
  min-height: 100vh;
  height: auto;
}
.banner-image-wrap img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}
.banner-image-col {
  margin-top: 35px;
}
.banner-buttons .btn-works {
  padding: 8px 25px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 300;
}
.banner-buttons .btn-email {
  font-size: 14px;
  font-weight: 300;
  padding: 4px 8px 4px 20px;
}
.btn-email-icon {
  margin-left: 10px;
  width: 30px;
  height: 30px;
}
/* Banner ends */

/* About Starts */
.about-section-box h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
}
.about-section-box {
  padding: 70px;
  margin-top: 70px;
  margin-bottom: 70px;
}
.about-section-box p {  
  font-size: 14px;
  font-weight: 100;
}
.social-networks { 
  top: 36px;
  right: 35px; 
}
.about-section-box h2 {
  font-size: 16px;
  margin-bottom: 16px;
  display: inline-block;
}
.stats-section {
  margin-top: 20px;
}
.years-label .text-over {
  font-size: 50px;
  margin-right: 65px;
  line-height: 93px;
}
.years-label .num {
  font-size: 95px;
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 95px;
}
.years-label .text-years {
  font-size: 50px;
  margin-left: 0;
  line-height: 53px;
}
.col-stats {
  padding-left: 0;
}
.stat-value {
  font-size: 50px;
}
.stat-label{
  font-size: 20px;
}
.stats-section .divider {
  margin-left: 35px;
}
.years-label .text-over {
  font-size: 30px;
  margin-right: 45px;
  line-height: 50px;
}
.years-label .num {
  font-size: 50px;
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 50px;
}
  .years-label .text-years {
  font-size: 30px;
  margin-left: 0;
  line-height: 30px;
}
.stat-value {
    font-size: 30px;
  }
   .stat-label {
    font-size: 14px;
    font-weight: 100;
  }
    .stats-section .divider {
    background: #a6aaae;
    width: 1px;
    display: inline-block;
    height: 100px;
    margin-left: 55px;
    margin-right: 25px;
  } 
/* About Ends */
.explore-btn-outer{
  padding-bottom: 20px;
}
/* Expertise in Starts  */

.expertise-section {
  padding-top: 0;
  padding-bottom: 70px;
}
.expertise-services-row {
  gap: 0;
}
.expertise-heading h4 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 30px;
  }
.service-name {
    font-size: 16px;
  }
.service-num {
font-size: 25px;
    line-height: 25px;
}
.service-inner {
      justify-content: space-between !important;
}
 .service-item .service-tag {
    color: rgba(255,255,255,0.60);
    font-size: 14px;
  }
.service-item  .service-name, 
.service-item  .service-num {
  color: rgba(255,255,255,1);
}
.service-item .service-tag{
  color: rgba(255,255,255,0.60);
}
.service-item {
  padding:  20px;
}
.top-align-col {
  margin-top: 0;
}
.expertise-services-col.top-align-col {
  order: 1;
}
.expertise-services-col {
  order: 2;
}
  .service-tag {
    position: static;
    opacity: 0;
    transform: translateY(4px);
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.35s ease, transform 0.35s ease, max-height 0.35s ease;
    pointer-events: none;
    padding: 0;
    visibility: hidden;
  }
 .service-item.active .service-tag {
    opacity: 1;
    transform: translateY(0);
    max-height: 60px;
    pointer-events: auto;
    padding: 4px 12px;
    margin-top: 5px;
    visibility: visible;
    display: inline-block;
  }
    .service-item.active .service-tag {
    pointer-events: auto;
    visibility: visible;
  }
/* Expertise in Starts  */


/* Our Works Starts  */
.our-works-section {
  margin-top: 0;
}
.our-works-section.our-members-section {
  margin-top: 50px;
}
#works .our-works-heading {
  flex-direction: column !important;
}
#works .our-works-heading h4 {
  order: 2;
  font-size: 23px;
  align-self: start !important;
}
  #works .our-works-heading h5 {
    order: 1;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 30px;
  }
    #works .our-works-heading h4 {
    order: 2;
    font-size: 16px;
    align-self: start !important;
  }
.panel{
  padding: 20px;
  border-radius: 15px;
}
#works  .explore-btn{
  margin-top: 0;
}
.our-members-inn { 
  padding: 0 15px;
  overflow: hidden;
}
.slick-next.slick-arrow {
  right: 20px;
}
.slick-prev.slick-arrow {
  left: 20px;
}
.our-works-section .icon-left,
.our-works-section .icon-left:before,
.our-works-section .icon-right,
.our-works-section .icon-right:before{
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.our-members-slide-inn {
  border-radius: 15px;
}

.slick-list{
  width: 90%;
  margin: 0 auto;
}
 .stagger-card:nth-child(2n) {
    max-width: 150px;
    height: 280px;
  }
/* Our Works Ends  */

  .our-members-name h4 {
    font-size: 18px;
    font-weight: 300;
  }
  .our-members-name span {
    font-size: 14px;
  }

/* Client Feedback Starts  */
.explore-btn, .works-explore-btn {
  margin-top: -6px;
}
.client-feedback-section {  
  padding: 70px 15px 30px 15px;
}
#client-testimonials {
  padding: 50px 15px 30px 15px;
}
.client-feedback-section .expertise-heading h4{
  text-align: left;
}
.client-feedback-section .icon-left,
.client-feedback-section .icon-left:before,
.client-feedback-section .icon-right,
.client-feedback-section .icon-right:before{
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.client-feedback-inn {
  margin-top: 23px;
}
.client-feedback-slide-inn { 
  border-radius: 15px;
  padding: 20px;
}
  .feedback-box-text p {
    font-size: 14px;
    font-weight: 100;
  }
   .client-name h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .client-img {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .client-name span {
  font-size: 14px;
  font-weight: 100;
  line-height: 16px;
    display: inline-block;
  }
.footer-menu-col .footer-menu li a,
.footer-address-col .footer-menu li a{
 font-size: 14px;
}
.footer-section-box .social-networks{
  padding-left: 0;
}
.footer-bottom-row  .footer-menu li a,
.footer-bottom-row .year{
   font-size: 14px;
}
/* Client Feedback Ends  */



.connect-work-btn-outer {
  padding-bottom: 0;
}
.connect-work-btn-outer .explore-btn{
  margin-top: 0;
  padding-bottom: 0;
}
footer{
  padding-top: 0;
}
footer .container .row{
  margin: 0;
}
.about-section-box.footer-section-box{
  padding: 20px 15px;
}
.footer-section-box.text-end{
  text-align: left !important;
}
.explore-btn.behance-btn{
  margin-top: 20px;
}
.footer-section-box img{
  margin-bottom: 15px;
}
.footer-section-box .social-networks{
  margin-bottom: 20px;
}
.footer-bottom-row .year{
  order: 2;
}
.footer-bottom-row  .footer-menu{
  order: 1;
  margin-bottom: 20px;
}
.footer-bottom-row .footer-menu li a{
  border-right: 1px solid #d4d4d4;
  padding-right: 20px;
}
.footer-bottom-row .footer-menu li:last-child a{
  border-right: none; 
}
.footer-menu-col{
  flex: 0 0 auto;
  width: 25%;
}
.footer-address-col{
  flex: 0 0 auto;
  width: 33.33333333%;
}
.footer-social-btn{
  flex: 0 0 auto;
  width: 41.66666667%;
}
.explore-btn.behance-btn {
    margin-top: 0;
}
.row.no-margin.footer-top-row{
  padding-bottom: 15px;
}

.our-works-gallery-section .gallery-description{
  font-size: 20px;
  line-height: 25px;
}
.gallery-section {
  margin-top: 0;
}
.explore-divider {
  font-size: 23px;
  line-height: 25px;
  margin: 0 0 40px 0;
}
.split-desc{
  font-size: 18px;
  margin-bottom: 0;
}
.split-title {
  font-size: 25px;
}
.gallery-section{
  margin-bottom: 80px;
}


.banner-section, .banner-section .container, .banner-section .container .row {
    height: auto !important;
    min-height: auto !important;
    max-height: auto !important;
}
.banner-image-col {
    justify-content: flex-end !important;
    height: 80px;
    padding: 0;
}

/* Our Works Starts */
.inner-banner-section, .inner-banner-section .container, .inner-banner-section .container .row {
  position: relative;
  height: 200px;
}
.expertise-heading h4 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 30px;
}
.our-works-gallery-section .gallery-description {
  font-size: 16px;
  line-height: 20px;
}
.inner-banner-text h3 {
  font-size: 20px;
  line-height: 30px;
}
.inner-banner-text{
  top: 70%;
  left: 50%;
  transform: translateX(-50%) translateY(-70%);
}
.split-title {
  font-size: 20px;
  line-height: 30px;
}
.split-desc {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}
.split-inner .split-info{
  width: 100%;
}
.split-inner {
  gap: clamp(20px, 4vw, 40px);
}
 
.our-works-gallery-section {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.gallery-section {
    margin-bottom: 40px;
  }
  .gallery-section:last-child{
    margin-bottom: 0;
  }
/* Our Works ends */

.terms-conditions-inn{
  padding: 40px;
  margin-bottom: 0;
}
.terms-conditions-inn p, .terms-conditions-inn ol li {
  font-size: 16px;
  font-weight: 100;
}
.terms-conditions-inn ol {
  padding-left: 15px;
}
.terms-conditions-inn ol li ul{
  padding-left: 13px;
}
.accordion-button{
  font-size: 18px;
}
.accordion-body{
  font-size: 16px;
}

 .contact-section-left{
  margin-bottom: 40px;
 }
.contact-section-outer {
  padding-left: 20px;
  padding-right: 20px;
}
.contact-description{
  font-size: 16px;
}
.contact-sec-form .form-control{
  font-size: 15px;
}
.navbar-nav .only-mob{
    display: block;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Banner Starts */
  .banner-image-wrap img {
    height: auto;
    width: 100%;
  }
  .banner-heading {
    font-size: 30px;
    line-height: 35px;
  }
  .banner-body{
    font-size: 18px;
  }
  .banner-section{
    min-height: 100vh;
    height: auto;
  }
  .banner-section .container, .banner-section .container .row {
    min-height: 100vh;
    height: auto;
  }
  .years-label .text-over {
    font-size: 30px;
    margin-right: 45px;
    line-height: 50px;
  }
    .years-label .num {
    font-size: 50px;
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 50px;
  }
  .years-label .text-years {
    font-size: 30px;
    margin-left: 0;
    line-height: 30px;
  }
  .stat-value {
    font-size: 30px;
  }
  .stat-label {
    font-size: 18px;
  }
  .stats-section .divider { 
    height: 131px;
  }
  .stats-section { 
    margin-top: 70px;
  }
  .about-section-box h2{
    margin-bottom: 30px;
    font-size: 20px;
  }
    .expertise-heading h4 {
      font-size: 40px;
      margin-bottom:15px;
      line-height: 40px;
    }
    .expertise-services-row {
    gap: 0;
  }
 
  .service-name {
    font-size: 20px;
  }
  .service-num {
    font-size: 35px;
    line-height: 35px;
  }
  .service-inner {
      justify-content: space-between !important;
  }
  .service-item  .service-tag {
      position: relative; 
      transform: translateY(0);
      pointer-events: auto;
      color: #fff;
      bottom: inherit;
      right: inherit;
      display: inline-block;
  }
  .service-item  .service-name, 
  .service-item  .service-num {
    color: rgba(255,255,255,1);
  }
  .service-item .service-tag{
    color: rgba(255,255,255,0.60);
  }
  .service-item {
    padding:  20px;
  }
  .expertise-services-col{
    flex: 0 0 auto;
    width: 50%;
  }
  .top-align-col {
    margin-top: -67px;
  } 
  #works .our-works-heading h4 {
    font-size: 23px;
    align-self: start !important;
  }
  #works .our-works-heading h5 {
   font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .client-feedback-inn {
    margin-top: 20px;
  }
  .client-feedback-section {
    padding: 60px 15px;
  }
  .our-works-section .icon-left, .our-works-section .icon-left::before, .our-works-section .icon-right, .our-works-section .icon-right::before {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .connect-work-btn-outer .explore-btn {
    margin-top: 0;
  }
  .connect-work-btn-outer {
    margin-bottom: 0;
  }
  footer {
    margin-top: 0;
    padding-top: 0;
  }
  .about-section-box.footer-section-box{
    margin-top: 0;
  }
  .our-works-section.our-members-section {
    margin-top: 0;
  }
  .about-section-box.footer-section-box {
    padding: 30px 30px 30px 30px;
  }  
  .about-section-box.footer-section-box .footer-section-box{
    flex: 0 0 auto;
    width: 25%;
  }
  .explore-btn.behance-btn {
    padding: 8px 10px;
    margin: 0;
  }
  .footer-section-box .social-networks {
    padding-left: 0 !important;
  }
  .social-networks li a {
    width: 30px;
    height: 30px;
  }
  .banner-buttons .btn-works{
    font-size: 16px;
    padding: 8.48px 20px;
  } 
  .banner-buttons .btn-email{
     font-size: 16px;
     padding: 6px 6px 6px 22.4px;
  }
  .btn-email-icon {
    width: 28px;
    height: 28px;
  }
  .our-members-name h4{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .our-members-name span{
    font-size: 16px;
    line-height: 16px;
    display: block;
  }
  .feedback-box-text p{
    font-size: 16px;
  }
/* Banner Ends */ 

.about-section-box h3{
  font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
}
.about-section-box p{
  font-size: 18px;
}
.our-works-gallery-section .gallery-description{
  font-size: 18px;
  line-height: 20px;
}
.gallery-section {
  margin-top: 0;
}
.explore-divider {
  font-size: 23px;
  line-height: 25px;
  margin: 0 0 40px 0;
}
.split-desc{
  font-size: 16px;
  margin-bottom: 0;
}
.split-title {
  font-size: 20px;
}
.gallery-section{
  margin-bottom: 80px;
}
.navbar-nav li a,
.btn-contact{
  font-size: 18px;
}
.banner-tag{
  font-size: 20px;
}
/* Our Works Starts */
.our-works-gallery-section {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
/* Our Works ends */

.terms-conditions-inn{
  padding: 40px; 
}
.terms-conditions-inn p, .terms-conditions-inn ol li {
  font-size: 16px;
  font-weight: 100;
}
.terms-conditions-inn ol {
  padding-left: 15px;
}
.terms-conditions-inn ol li ul{
  padding-left: 13px;
}

 
.contact-section-left, .contact-section-form {
  flex: 0 0 auto;

  width: 50%;
}


}


@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .banner-heading{
      font-size: 48px;
      line-height: 52px;
  }
  .banner-body{
    font-size: 20px;
  }
  .banner-section{
    min-height: 100vh;
    height: auto;
  }
  .banner-section .container, .banner-section .container .row {
    min-height: 100vh;
    height: auto;
  }
  .banner-image-wrap img {
    height: auto;
    width: 90%;
  }
  .about-section-box {
    flex: 0 0 auto;
  }
  .about-section-box {
    padding: 50px;  
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .about-section-box h2 {
    margin-bottom: 50px;
  }
  .social-networks{
    top: 45px;
    right: 45px;
  }
  .about-section-box p { 
    font-weight: 100;
    font-size: 20px; 
  }
  .stats-section {
    margin-top: 60px;
  }
  .years-label .text-over {
    font-size: 50px;
    margin-right: 65px;
    line-height: 80px;
  }
  .years-label .num {
    font-size: 95px;
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 80px;
  }
  .years-label .text-years {
    font-size: 50px;
    margin-left: 0;
    line-height: 53px;
  }
  .stats-section .divider {
    height: 131px;
  }
  .stat-value {
    font-size: 50px;
  }
   .stat-label {
    font-size: 20px;
  }
  .stat-bar {
    width: 120%;
  }
  .col-stats{
    padding-left: 30px;
  }
  .expertise-heading h4 {
    font-size: 45px;
    margin-bottom: 15px;
    line-height: 45px;
  }
  .service-name {
    font-size: 25px;
  }
  .service-num {
    font-size: 35px;
    line-height: 35px;
  }
  .service-item {
    padding: 30px 0 40px 0;
  }
  .top-align-col {
    margin-top: -85px;
  }
  #works .our-works-heading h4 {
    font-size: 23px;
    align-self: start !important;
  }
  #works .our-works-heading h5 {
    font-size: 45px;
    margin-bottom: 0;
    line-height: 45px;
  }
  .our-works-section.our-members-section {
    margin-top: 30px;
  }
  .feedback-box-text p{
    font-size: 18px;
  }  
  footer {
    padding-top: 0;
  } 
  .about-section-box.footer-section-box { 
    padding: 50px 50px 30px 50px;
  } 
  .explore-btn.behance-btn {
    padding: 8px 18px; 
  }
  .footer-section-box .social-networks {
    padding-left: 0;
  }
  .social-networks li a {
    width: 30px;
    height: 30px;
  }
  .social-networks li a img{
    width: 21px;
    height: 21px;
  }
  .our-members-inn,
  .client-feedback-inn { 
    padding: 0 20px;
  } 

 .our-works-gallery-section .gallery-description {
    font-size: 20px;
    line-height: 25px;
  }
}
