
.header .menu ul li a::before {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: "";
  width: 0;
  height: 2px;
  transition: 0.3s ease-in-out;
  opacity: 0;
  background-color: #140D5B;
}
.header .menu ul li a:hover::before, .header .menu ul li a.active::before{
    opacity: 1 !important;
}

.header .menu ul li a.active::before {
    opacity: 1;
}
.header .menu ul li a.active {
    color: #fff;
}
.header .menu ul li a.active::before {
    opacity: 1;
}
.about-banner {
  background-image: url(../assets/images/about/banner.jpg);
  background-size: cover;
  height: 320px;
  align-items: center;
  display: flex;
  background-repeat: no-repeat;
  position: relative;
}
.about-banner .breadcrumb-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.about-bg {
  position: relative;
}
.about-bg h1{
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  margin: 0;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 1;
}
.breadcrumb-main {
  margin-bottom: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: -138px;
  z-index: 9;
  padding: 25px;
  background: #fff;
  color: #140D5B;
}
.breadcrumb-item a {
  color: #151515;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: #E5EEEC;
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active, .breadcrumb li{
  padding: 0 10px;
  color: #151515;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb {
  margin-bottom: 0;
}
.about-expertise {
  padding: 100px 0;
}
.expertise-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 15px;
}
.expertise-img img{
  width: 100%;
}
.expertise-one img:first-child {
  margin-bottom: 20px;
}
.expertise-two img{
   height: 607px;
}
.expertise-text h2 {
  font-size: 35px;
  margin-bottom: 15px;
  line-height: 60px;
  margin-top: 0;
  font-weight: 700;
}
.expertise-text p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #868686;
}
.expertise-text {
  padding-left: 15px;
  padding-right: 50px;
  margin-top: 15px;
}
.expertise-text1 {
  padding-left: 50px;
  padding-right: 40px;
}
.expertise-text1  h2 {
  line-height: 45px;
}

.bg-section {
  background-image: url(../assets/images/about/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  height: 250px;
  display: flex;
  align-items: center;
}
.elementor-background-overlay {
  background-color: #231D63;
  opacity: 0.9;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.bg-title h2, .about-last-text h2 {
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  margin-bottom: 0;
}
.about-last {
  background-color: #140d5b;
  text-align: center;
}
.about-last-text {
  padding: 70px 0;
}
.about-last-text a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  background: #a60100;
  color: #fff;
  font-weight: 700;
  padding: 25px 50px;
  line-height: 18px;
  position: relative;
  z-index: 9;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.35s;
  letter-spacing: 1.4px;
}
.about-last-text a:hover {
color: #a60100;
 background: #fff;
}
.about-last-text h2 {
  margin-bottom: 30px;
}
.industries-had h2 {
  font-size: 41px;
  color: #140d5b;
  font-weight: 700;
}
.industries {
  padding: 100px 0;
  text-align: center;
}
.industries-had p {
  color: #000;
  font-size: 18px;
}
.industries-icon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 60px;
  padding: 0 200px;
  padding-top: 50px;
}
.industries-text img{
  width: 100%;
}
.industries-text img {
  background: #140d5b;
  padding: 40px;
  border-radius: 25px;
}
.industries-text p {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 15px;
  line-height: 25px;
}
.careers-had h2 {
  font-size: 50px;
  color: #000;
  margin-bottom: 50px;
}
.careers-had p {
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  color: #868686;
}
.careers-had p a {
  color: #19125e;
  transition: 0.5s;
}
.careers-had p a:hover {
  color: #a60100;
}
.footer-section .copyright-section p a{
  transition: 0.5s;
  color: #9B9B9B;
}
.footer-section .copyright-section p a:hover {
  color: #fff;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-body ul li a:hover {
  color: #a60100;
}
.lets-connect .careers-had p, .lets-connect .careers-had h2{
  text-align: left;
  padding: 0 20px;
}
.lets-connect .careers-had p {
  margin-bottom: 50px;
}
.lets-connect .careers-had h2 {
  margin-bottom: 30px;
}
.lets-connect-top {
  padding: 100px 0;
}
.lets-details {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.lets-box {
  box-shadow: 0 0 10px #000;
}




.contact-section{
    padding:80px 20px;
}

.contact-container{
    margin:auto;
    display:flex;
    gap:20px;
    align-items:center;
}

/* Cards */

.contact-box{
    text-align:center;
    padding:20px 30px;
    box-shadow:0 12px 25px rgba(0,0,0,.08);
    transition: 0.5s;
}


.light{
    background:#fff;
    flex:1;
    padding: 55px 30px;
}

.dark{
    background:#20186d;
    color:#fff;
    flex:1.9;
}

/* Icon */

.icon-circle{
    width:65px;
    height:65px;
    margin:0 auto 30px;
    border-radius:50%;
    background:#20186d;
    display:flex;
    justify-content:center;
    align-items:center;
    transition: 0.5s;
    position: relative;
}
.contact-box:hover .icon-circle{
  background: #a60100;
}
.contact-box:hover .icon-circle i{
   color: #fff;
   position: relative;
   z-index: 2;
   animation: zoomInOut 3s ease-in-out infinite;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1); /* Original size */
  }
  50% {
    transform: scale(1.2); /* Zoomed in by 20% */
  }
  100% {
    transform: scale(1); /* Return to original size */
  }
}
.contact-box .icon-circle::after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #020101;
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  border-radius: 50%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.contact-box:hover .icon-circle::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  background: #a60100;
}
.icon-circle.white{
    background:#fff;
}
.icon-circle i{
    color:#fff;
    font-size:20px;
}
.icon-circle.white i{
    color:#20186d;
}
/* Heading */
.contact-box h3{
    font-size:25px;
    font-weight:800;
    margin-bottom:10px;
}
.dark h3{
    color:#fff;
}
/* Paragraph */
.contact-box p{
    font-size:20px;
    line-height:1.7;
    color:#7d7d7d;
}
.dark p{
    color:#fff;
}
.contact-box a{
    color:inherit;
    text-decoration:none;
}
.contact-box a:hover{
    text-decoration:underline;
}

/* Responsive */

@media(max-width:991px){

    .contact-container{
        flex-direction:column;
    }
    .dark{
        flex:1;
    }
    .contact-box{
        padding:45px 25px;
    }
    .contact-box h3{
        font-size:28px;
    }
    .contact-box p{
        font-size:18px;
    }
}

.products-section{
    padding: 100px 0;
}

.category{
    margin-bottom: 30px;
}

.category h2{
    text-align:center;
    font-size:1.7rem;
    font-weight:700;
    margin-bottom:30px;
    padding-bottom:12px;
    border-bottom:3px solid #222;
}

.three-column{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:70px;
}

.two-column{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:60px;
}

.three-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:45px;
}

.bottom-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:45px;
}

.three-column ul, .category ul{
    list-style:disc;
    padding-left:22px;
}

.three-column li, .category li{
    margin-bottom:10px;
}

.three-column a, .category a{
    color:#1b2377;
   border-color: #140D5B !important;
   padding-bottom: 3px;
  border-bottom-style: solid;
  border-bottom-width: 1.5px;
    font-size:18px;
    transition:.3s;
}

.three-column a:hover, .category a:hover{
    color:#b52c2b;
}

.bottom-text{
    text-align:center;
    font-size:28px;
    font-weight:700;
    margin-top:40px;
}

@media(max-width:991px){

.three-column,
.two-column,
.three-grid,
.bottom-grid{
    grid-template-columns:1fr;
}

.category h2{
    font-size:28px;
}

.three-column a, .category a{
    font-size:18px;
}

.bottom-text{
    font-size:26px;
}
}
.footer-section .footer-top .footer-inner .left-logo-section .social-links a:first-child img {
  width: 18px;
}
.our-dateil {
  display: flex;
}
.our-text {
  padding-top: 30px;
}
.our-section {
  background-image: url(../assets/images/home/bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}
span.counter:after {
    content: "+";
    display: inline-block;
  }
.counter-container .counter-card:first-child span.counter:after {
    content: "";
    display: inline-block;
  }

  .counter-card {
  width: 250px;
  padding: 50px 0px 50px 0px;
  background-color: #FFF;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #E5E5E5;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.5s;
}
.counter-card:hover {
background-color: #F6F6F6;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #68b7d8;
}

.counter-card span {
  line-height: 1.2;
  color: #151515;
  font-weight: 500;
  font-size: 30px;
}
.counter-card p {
  line-height: 34px;
  font-size: 16px;
  margin-bottom: 0;
}
.counter-container {
  margin-top: 100px;
  margin-left: -160px;
  margin-right: 30px;
}
.our-section {
  padding-bottom: 100px;
}
.weserve-detail {
  display: grid;
  grid-template-columns:repeat(3, 1fr);
  gap:30px;
  padding: 0 30px;
}
.weserve-box1 img{
    width: 100%;
}
.service-icon svg {
  width: 25%;
  background: #140d5b;
  height: 100%;
  padding: 22px;
  position: relative;
  z-index: 10;
}
.weserve-box a {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 30px;
  color: #000;
}
.weserve-box1 i {
  color: #e4e4e4;
  border: 2px solid #e4e4e4;
  padding: 18px;
  border-radius: 50%;
  transition: 0.5s;
  position: relative;
  bottom: -32px;
  left: 50px;
  background: #fff;
}
.weserve-box1:hover i{
   color: #140d5b;
   border-color: #140d5b;
}
.weserve-box {
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  position: relative;
  border: 2px solid #e4e4e4;
  transition: 0.5s;
}
.weserve-box:hover {
  border-bottom: 2px solid #140d5b;
}
.weserve-box1 p {
  margin-left: 50px;
  margin-bottom: 0;
  margin-top: 30px;
}
.service-icon {
  margin-left: auto !important;
  width: 100%;
  text-align: right;
  margin-top: -70px !important;
  margin-left: -30px !important;
  transition: 0.5s;
  position: relative;
  top: 5px;
}
.weserve-box:hover .service-icon {
  position: relative;
  top: 10px;
}
.weserve-box:hover .service-icon {
  position: relative;
  top: -5px;
  transition: 0.5s;
}
.service-image {
  position: relative;
}
.weserve-box:hover .service-image::after {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.weserve-box .service-image::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #192437;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.weserve {
  padding: 100px 0;
  background: #F6F6F6;
  background: linear-gradient(180deg, rgb(246, 246, 246) 0%, rgb(246, 246, 246) 40%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
}
.weserve-title {
  text-align: center;
  margin-bottom: 50px;
}
.weserve-title h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-top: 15px
}
.weserve-title h5 {
  color: #868686;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-weight: 500;
  border-bottom: 1px solid;
  display: inline;
  margin-bottom: 0;
}
.view-more {
  text-align: center;
  margin-top: 30px;
}
.view-more a {
  background: #140d5b;
  font-size: 18px;
  padding: 20px 40px;
  border-radius: 5px;
  transition: 0.5s;
}
.view-more a i {
  margin-left: 10px;
}
.view-more a:hover {
  background: #a60100;
  color: #fff;
}
.groups {
  background-image: url(../assets/images/home/bg-2.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 50%;
}
.groups-title {
  text-align: left;
}
.groups-title p {
  font-size: 20px;
  line-height: 30px;
  color: #868686;
  margin: 20px 0;
  margin-bottom: 30px;
}
.contactbut {
  text-align: left;
}
.box-icon {
  background: #151515;
  padding: 44px 20px;
  border-radius: 50% 50% 50% 50%;
  transition: 0.5s;
  position: relative;
}
.groups-detail p {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
}
.groups-detail {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 100px;
  transition: 0.5s;
}
.groups-detail:hover img{
   filter: brightness(0);
   animation: zoomInOut 3s ease-in-out infinite;
   position: relative;
   z-index: 2;
}
.groups-detail:hover .box-icon {
  background: #fff;
}
.box-icon img {
  width: 70px;
  transition: 0.5s;
}
.groups-left {
  padding-top: 100px;
  padding-left: 50px;
}
.groups-right {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}
.groups-left .groups-detail .box-icon::after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #020101;
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  border-radius: 50%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.groups-left .groups-detail:hover .icon-inner .box-icon::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  background: #fff;
}
.suppliers-img img {
  width: 100%;
  padding: 0 20px;
}
.suppliers {
  padding: 100px 0;
}
 .suppliers .owl-dots {
  display: none;
 }
 .suppliers .owl-next i, .suppliers .owl-prev i{
  font-size: 40px;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.suppliers .owl-prev {
  position: absolute;
  left: 0;
  top: 35%;
}
.suppliers .owl-next {
  position: absolute;
  right: 0;
  top: 35%;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #000;
  text-decoration: none;
}
.category, .three-grid, .bottom-grid {
  padding: 0 20px;
}



@media(max-width:768px){ 
    .our-dateil {
  display: unset;
}
.our-img img {
  width: 100%;
}
.counter-container {
  margin-top: -500px;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 100px;
}
.counter-card {
  width: 220px;
  margin: 0 auto;
  padding: 25px 0px 25px 0px;
}
.expertise-text h2, .weserve-title h2, .industries-had h2, .category h2 {
  font-size: 30px;
  line-height: 35px;
}
.expertise-text p, .groups-title p, .industries-had p {
  font-size: 16px;
}
  .three-column a, .category a {
    font-size: 16px;
  }
.expertise-text {
  padding-left: 0;
  padding-right: 0;
}
.our-section {
  padding-bottom: 5px;
}
.weserve, .suppliers {
  padding: 50px 0;
}
.weserve-detail {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  padding: 0 0px;
}
.groups-detail {
  display: unset;
  margin-bottom: 100px;
  text-align: center;
}
.groups {
  background-position: top;
  background-size: 100% 60%;
}
.groups-left {
  padding-top: 60px;
  padding-left: 0px;
}
.groups-detail p {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  margin-bottom: 0;
  margin: 40px 0;
}
.groups-right {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb-main {
  font-size: 14px;
  padding: 10px;
}
.about-expertise {
  padding: 50px 0;
}
.expertise-two img {
  height: 515px;
}
.expertise-img {
  gap: 10px;
  padding: 0px;
}
.expertise-one img:first-child {
  margin-bottom: 10px;
}
.bg-title h2 br {
  display: none;
}
.bg-title h2, .about-last-text h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0;
  }
  .about-last-text a {
  font-size: 12px;
  padding: 15px 15px;
  }
.about-last-text h2 {
  margin-bottom: 30px;
}
.about-last-text {
  padding: 50px 0;
}
.industries-icon {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0 0px;
    padding-top: 0px;
  padding-top: 20px;
}
.industries-text.non {
  display: none;
}
.careers-had p {
  line-height: 25px;
}
.industries, .products-section {
  padding: 50px 0; 
}
.page-content {
  margin-top: 95px;
}
.breadcrumb-main {
  bottom: -139px;
}
.contact-box h3 {
    font-size: 25px;
  }
   .contact-box p {
    font-size: 16px;
  }
   .contact-box {
    padding: 15px 15px;
    width: 100%;
  }
  .contact-box p br {
    display: none;
  }
  .icon-circle {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  }
  .category, .three-grid, .bottom-grid {
  padding: 0 15px;
}
.category ul {
  margin-bottom: 0;
}
.three-column, .two-column{
  gap: 0px;
}
.about-banner{
  background-position: bottom;
}

}
@media (min-width: 200px) and (max-width: 489px) { 
.counter-container {
  margin-top: -390px;
  margin-bottom: 0;
}
.groups {
  background-position: top;
  background-size: 100% 53%;
}
.expertise-two img {
  height: 324px;
}
.bg-section {
  height: 300px;
}
.industries-icon {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 0;
  padding: 0 0px;
}
.industries-text img {
  padding: 30px;
}
.industries-text img {
  width: 85%;
}


}
@media (min-width: 769px) and (max-width: 991px) {  

  .our-img img {
    width: 100%;
  }
  .expertise-text h2, .weserve-title h2, .industries-had h2, .category h2 {
  font-size: 30px;
  line-height: 35px;
}
.expertise-text p, .groups-title p, .industries-had p {
  font-size: 16px;
}
.expertise-text {
  padding-right: 0;
}
.counter-card {
  width: 200px;
  padding: 25px 0px 25px 0px;
}
.our-img img {
    width: 131%;
    height: 90%;
    margin-left: -35px;
  }
   .our-img {
    width: 150pc;
  }
  .weserve-detail {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0 10px;
}
.groups {
  background-size: 51% 100%;
}
.groups-detail p {
  font-size: 20px;
}
.groups-detail {
  gap: 40px;
}
.groups-left .groups-detail:first-child {
  gap: 0;
}
.groups-left .groups-detail:first-child .icon-inner {
  width: 260px;
}
.groups-detail p br {
  display: none;
}
.groups-left {
  padding-top: 70px;
  padding-left: 0;
}
 .groups-right {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 0;
  }
.expertise-img {
  gap: 10px;
  padding: 0;
}
.expertise-two img {
  height: 337px;
}
.expertise-one img:first-child {
  margin-bottom: 10px;
}
.expertise-text {
  margin-top: 0;
}
.bg-title h2, .about-last-text h2 {
  color: #fff;
  font-size: 27px;
}
.about-last-text a {
  padding: 15px 25px;
}
.page-content {
  margin-top: 100px;
}
.breadcrumb-main {
  font-size: 14px;
  padding: 20px;
}
.industries-icon {
  gap: 20px 10px;
  padding: 0 0px;
}
.industries-text p {
  font-size: 1rem;
}
.careers-had p br {
  display: none;
}
.contact-box {
    padding: 25px 25px;
    width: 70%;
  }
  .category, .three-grid, .bottom-grid {
  padding: 0 0px;
}
.three-column,  .three-grid {
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}
.three-column a, .category a {
  font-size: 16px;
}
 .two-column, .bottom-grid {
  grid-template-columns: 2fr 1fr;
  gap: 10px;
}


}

@media (min-width: 992px) and (max-width: 1200px) { 
  header .header-inner-wrapper {
    display: block;
  }
header .header-mobile-section {
  display: none;
}
.hero-section .hero-section-inner .hero-inner-content .title-button-section h1{
  font-size: 50px;
}
.counter-card {
  width: 200px;
  padding: 30px 0px 30px 0px;
}
 .our-img img {
    width: 100%;
  }
  .expertise-text h2, .weserve-title h2, .industries-had h2, .category h2 {
  font-size: 30px;
  line-height: 35px;
}
.expertise-text p, .groups-title p, .industries-had p {
  font-size: 16px;
}
.expertise-text {
  padding-right: 0;
}
.counter-container {
  margin-left: -60px;
}
.our-img img {
    width: 130%;
    height: 90%;
    margin-left: -35px;
  }
   .our-img {
    width: 180pc;
  }
  .weserve-detail {
  gap: 20px;
  padding: 0 10px;
}
.groups {
  background-size: 48% 100%;
}
.groups-detail p {
  font-size: 20px;
}
.groups-detail {
  gap: 40px;
  margin-bottom: 50px;
}

.service-icon {
  margin-top: -50px !important;
}
.weserve-box1 p {
  margin-left: 20px;
  margin-bottom: -15px;
  margin-top: 25px;
}
.footer-section .footer-top .footer-inner {
  display: grid;
  grid-template-columns: 1fr 0.8fr 1fr;
  gap: 0px;
}

.groups-left {
  padding-top: 70px;
  padding-left: 0;
}
 .groups-right {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 0;
  }
.expertise-img {
  gap: 10px;
  padding: 0;
}
.expertise-two img {
  height: 455px;
}
.expertise-one img:first-child {
  margin-bottom: 10px;
}
.expertise-text {
  margin-top: 0;
}
.bg-title h2, .about-last-text h2 {
  color: #fff;
  font-size: 27px;
}
.about-last-text a {
  padding: 15px 25px;
}
.page-content {
  margin-top: 100px;
}
.breadcrumb-main {
  font-size: 14px;
  padding: 20px;
}
 .industries-icon {
    gap: 20px 50px;
    padding: 0 80px;
  }
.industries-text p {
  font-size: 1rem;
}
.careers-had p br {
  display: none;
}

  .category, .three-grid, .bottom-grid {
  padding: 0 0px;
}
.three-column,  .three-grid {
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}
.three-column a, .category a {
  font-size: 16px;
}
 .two-column, .bottom-grid {
  grid-template-columns: 2fr 1fr;
  gap: 10px;
}

}

@media (min-width: 1201px) and (max-width: 1400px) { 
.counter-card {
  width: 220px;
}
.groups {
  background-size: 50% 100%;
}
.expertise-text h2, .weserve-title h2, .industries-had h2, .category h2 {
  font-size: 35px;
  line-height: 40px;
}
.expertise-text p, .groups-title p, .industries-had p {
  font-size: 17px;
}
.groups-detail {
  margin-bottom: 65px;
}
.footer-section .footer-top .footer-inner {
  grid-template-columns: 1fr 0.8fr 1fr;
}
.hero-section .hero-section-inner .hero-inner-content .title-button-section h1 {
  font-size: 60px;
}
.expertise-two img {
  height: 520px;
}
.bg-title h2, .about-last-text h2 {
  font-size: 35px;
}
.industries-icon {
  padding: 0 135px;
}
.contact-box p {
  font-size: 17px;
}
.contact-box {
  text-align: center;
  padding: 20px 10px;
}

}