:root {
    --primary-color:#0469b2;
    --secondary-color:#555555;
}
html, body{
    overflow-x: clip;
     font-family: "Manrope", sans-serif;

}
h1, h2, h3, h4, h5, h6{
      font-family: "Manrope", sans-serif;
      font-weight:700;
}
.last-liclass{
    display:none;
}
p{  
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    color: #000;
}

img{
    height:auto;
    max-width:100% !important;
}

li{
    list-style:none;
}
a{
    text-decoration:none !important;
    color:#000;
}


/*our-header-section*/

.our-header-info{
    position: relative;
    padding:5px 0 5px;
    margin: 0 auto;
    background: var(--primary-color);
}
.our-header-section.sticky .our-header-info{
    display:none;
}
.header-top-info a{
     color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.sticky {
    transition: 0.3s;
    top: 0;
    left:0;
    width:100%;
    background-color:#fff;
    z-index: 999;
    position: fixed;
    
}
header.sticky{
   transform: translateY(0%);
    visibility: visible;
    animation: sliddown 1s;
}
@keyframes sliddown{
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}
.header-top-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-info ul {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    letter-spacing: 0.2px;
    transition: all 0.2s ease-in;
    display: flex;
    gap: 10px;
}

.header-top-info ul li{
        display: flex;
    align-items: center;
    justify-content: center;
    gap:5px;
}

.header-top-info i {
       position: relative;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    height: 25px;
    width: 25px;
    background: #000;
    color: #fff;
    line-height: 2;
    border-radius: 50%;
    min-width: 24px;
}

.our-neader-menus{
     position: relative;
    padding: 8px 0;
    box-shadow: 0 2px 60px #0000001a;
    background:#fff;
}

.header-menu-list {
    display: block;
   
}
.header-menu-navigation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-left: 0;
    margin-bottom: 0;
}

.header-menu-navigation li {
       position: relative;
    cursor: pointer;
    font-size: 13px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.header-menus{
    position: relative;
    padding-right:10px;
}
.header-menus::before {
    position: absolute;
    content: "\f104";
    font-family: flaticon_normal-icon !important;
    right: -8px;
    top: 0px;
    bottom: 0;
    margin: auto 0;
    color: #000;
    font-weight: 700;
    cursor: pointer;
    font-size: 12px;
}


.header-menu-navigation .has-dropdown{
    position:relative;
}
.header-menu-navigation .has-dropdown::before {
    position: absolute;
    content: "\f104";
    font-family: flaticon_normal-icon !important;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
}
.header-menu-navigation .has-dropdown::after {
    transform: rotate(-180deg);
    color: #ff1749;
}



.header-menus::after {
    transform: rotate(-180deg);
    color: #ff1749;
}

.header-menu-list .header-menu-navigation > li > a{
    /*color: #1e1e1e;*/
    /*color: #000000;*/
    color:#656565;
    text-transform: uppercase;
    /*padding: 28px 0;*/
    /*opacity:0.8*/
}
.header-menu-list .header-menu-navigation > li > a.active{
    color: #000;
    /*color: #373737;*/
    display: inline-block;
    font-weight: 600;
}

.header-menu-list .header-menu-navigation > li:hover > a, .header-menu-navigation .has-dropdown:hover::before{
     opacity:1
}
.our-headr-btn{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
}




/*our-header-section-end*/

.our-banner-section{
    position:relative;
}
.our-banner-section .banner-image {
       position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    width: 100%;
}
.mySwiper-banner .swiper-button-next:after, 
.mySwiper-banner .swiper-button-prev:after {
    content: "\f108" !important;
    background-image: unset !important;
    font-family: flaticon_normal-icon !important;
    color: #fff;
    font-size: 18px !important;
    font-weight: 800;
}
.mySwiper-banner .swiper-button-prev:after{
     transform: rotate(186deg) !important;
}
.mySwiper-banner 
.swiper-button-prev, 
.swiper-button-next{
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    background: #000;
    
}



.companies-media {
       display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 100%;
    min-height: 100px;
    border-radius: 20px;
    width: 16%;
}
.companies-media img {
    width: 120px;
}


/*our-footer-section*/

.our-footer-section{
    position:relative;
    padding:4rem 0 0;
    background-color: #000000;
}

.footer-head-tag{
      /*padding-left: 1rem !important;*/
}
.footer-head-tag h4:before{
   content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 107px;
    height: 2px;
    border-radius: 10px;
    background: linear-gradient(90.01deg, rgba(255, 255, 255, 0.4) 0.01%, rgba(255, 255, 255, 0) 102.8%);
}
.footer-logo p{
    color: #fff;
    margin: 17px 0 0;
    line-height: 1.5;
    font-style:italic;
}
.footer-menu-lists {
        border-bottom: 1px solid rgb(255 255 255 / 21%);
        padding: 3rem 0 2rem;
}
.last-footerccon{
    margin-left: -2rem !important;
}
.social-media-link {
   display: flex;
    gap: 15px;
    padding: 0;
    list-style: none;
    margin: 20px 0 20px;
    z-index: 2;
    position: relative;
}
.social-media-link li{
      width: 30px;
    height: 30px;
    line-height: 34px;
    font-size: 16px;
    display: block;
    background-color: var(--primary-color);
    border-radius: 22%;
    transition: all .4s 
ease-in-out;
    text-align: center;
    color: #fff;
}
.our-footer-menus-list{
       padding-left: 0rem;
    margin: 15px 0 0;
}
.our-footer-menus-list li a {
      position: relative;
    font-size: 14px;
    font-weight: 400;
    margin: 6px 0 0;
    display: inline-block;
    overflow: hidden;
    transition: all .4s 
ease-in-out;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 20px;
}
.social-media-link li i{
    color:#fff;
}

.our-footer-menus-list li a:hover {
    padding-left:13px;
    color: var(--primary-color);
    /*color:#183884;*/
}

/*.our-footer-menus-list li a:hover::before {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/


.footer-head-tag h4{
   position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding-bottom: 10px;
    margin: 0;
}
.font-histo{
        font-weight: 600;
    font-size: 50px !important;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: underline;
    color: rgb(177 181 208 / 30%) !important;
}
.footer-add-menu {
    margin: 0;
}
.footer-personal-info {
       padding: 1rem 0 0;
    margin: 20px 0 0;
    list-style: none;
}
.footer-personal-info li:not(:last-child) {
    margin: 0 0 20px;
}

.footer-personal-info li {
    display: flex;
    align-content: center;
    position: relative;
    gap: 10px;
}

.footer-gkles{
     position: relative;
        display: flex;
    gap: 10px;
}

.footer-personal-info li i {
      width: 28px;
    height: 28px;
    font-size: 16px;
    display: block;
    background: #b2b5b857;
    border-radius: 50%;
    transition: all .4s ease-in-out;
    text-align: center;
    color: #fff;
    min-width: 28px;
    display: flex;
    line-height: 1px;
    align-items: center;
    justify-content: center;
}

.our-footer-menus-list li a{
    position:relative
}
.our-footer-menus-list li a::before {
        content: "\f108" !important;
    opacity: 1;
    visibility: visible;
}
.our-footer-menus-list a::before, .our-footer-menus-list a::after {
        content: "\f108" !important;
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
 font-family: flaticon_normal-icon !important;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.footer-head-tag img {
    display: block;
    padding-top: 12px;
}





.footer-personal-info li a,
.footer-personal-info li p {
    color: rgba(255, 255, 255, 0.6);
   font-weight:500;
    font-size: 14px;
    margin: 0;
}
.footer-floxks strong{
    color:#fff;
}

.footer-bottom {
 position: relative;
    background-color:#000;
    padding: 12px 0;
     z-index: 9;
   
}

.footer-bottom .scroll-icon {
      position: absolute;
    left: 50%;
    top: -19px; 
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--primary-color);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    border: 3px solid #fff;
    display: inline-block;
}

.footer-bottom .footer-wrapper{
    display:flex;
    align-items: center !important;
    justify-content: space-between !important;
}
.footer-wrapper li{
    color:#fff;
}
.footer-wrapper p{
    margin-top: 0;
    margin-bottom: 0;
    color:#fff;
    font-size: 13px;
    font-weight:600;
}

.footer-wrapper p a{
color: #fff;
    font-size: 14px;
font-weight:600;
}


.breadcurmb-circle {
    position: relative;
}

.breadcurmb-circle::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    bottom: 74px;
    /* right: 0; */
        background: #000;
    border-radius: 50%;
    z-index: 1;
    bottom: -81px;
}


.section-breadcurmb-circle {
    position: relative;
}
.breadcurmb-circle .breadcurmb-text{
    color:#fff;
}
#circle svg {
    position: absolute;
    left: 135.5px;
    top: -105px;
    z-index: 999;
    width: 220px;
    height: 220px;
    animation-name: rotate;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: 
linear;
    animation-direction: reverse;
    font-size: 1.4rem;
}

.breadcrumb-icon {
    filter: invert(40%) sepia(88%) saturate(4221%) hue-rotate(335deg) brightness(99%) contrast(105%);
}
.companies-section .section-breadcurmb-circle{
    
}
.companies-section .section-breadcurmb-circle:after {
    content: "";
    position: absolute;
    top: -52%;
    left: -3px;
    border-radius: 0 0 200px 200px;
    background: #ffffff80;
    width: calc(100% + 25px);
    height: calc(100% + 90px);
    z-index: -1;
}

.title{
    font-size:35px;
    font-weight:600;
}

.projects{
    font-weight:700;  
    text-align:center;
    margin-bottom:1rem;
}

.client-logo{
    padding:3rem 0;
    position:relative;
}

.footer-logo{
    text-align:center;
}
.footer-logo p{
    font-size:18px;
}
.footer-logo a img{
    margin-bottom:1rem;
}

.our-footer-me{
    padding:0;
    margin: 30px 0 0;
}
.our-footer-me li a{
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    gap: 10px;
    font-size:14px;
}
.our-footer-me li{
        color: #fff;
    margin: 15px 0;
}

.clothingSwiper {
  width: 100%;
}

.clothingSwiper .swiper-wrapper {
  align-items: center;
  margin-bottom:4rem;
}

.clothingSwiper .swiper-slide {
  display: flex;
  justify-content: center;
}

/* Default: all cards smaller */
.card-section{
  position: relative;
  overflow: hidden;
  /*border-radius: 10px;*/
  max-width: 430px;
  width: 100%;
  display: block;
  
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
 .card-section:hover{
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.prodc-heading {
   font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ffffff;
    text-align: center;
    right: 0;
    z-index: 2;
    width: 100%;
    background: #000000c4;
    padding: 1rem 0;
}

.card-content .small-btn {
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.swiper-heading{
    font-size: 23px;
    margin-bottom: 25px;
    color: #fff;
    text-shadow: 2px -1px 3px #000;
}

.prodct-setion .swiper-pagination{
    position:absolute;
    bottom:0rem;
    overflow:clip;
}

.prodct-setion{
       position: relative;
    padding: 4rem 0 5rem;
    background: linear-gradient(180deg, #f8f9fa -3.62%, #FFFFFF 99.94%);
    box-shadow: 0px 1px 4px 0px #0000000D;
    overflow:clip;
}

.prod-mens{
    position:relative;
    
    margin-bottom: 25px;
}
.card-content .small-btn:hover{
    background:#fff;
    color:#000;
}
.bag-etr{ 
   position: relative;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    display: grid;
    align-items: end;
    justify-content: center;
}
.card-content{
    position:relative;
   text-align: center;
    bottom: 30px;
    z-index:2;
}
.bag-etr:before{
        content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
    opacity: 0.3;
    height: 100%;
    width: 100%;
    z-index: 1;
}
/* base bullet */
.clothingSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  margin: 0 6px !important;
  border-radius: 999px;
  transform: scale(1);
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, width 0.3s ease;
}

/* active bullet – bigger pill with glow */
.clothingSwiper .swiper-pagination-bullet-active {
  width: 26px;
  background: #111;
  transform: scale(1.1);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15);
}


.big-title{
    font-size:40px; 
    margin-bottom:1rem;
    font-weight:700;
    /*text-align:center;*/
    /*text-transform: capitalize;*/
}
[data-aos^=fade][data-aos^=fade].big-title{
    opacity:1;
}
[data-aos][data-splitting] .char {
    transform: translate(-5px, 0px);
    opacity: 0.5;
}

/* When AOS triggers */
[data-aos].aos-animate .char {
   translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    opacity: 1;
}

/* Stagger effect */
.char {
    transition-delay: calc(var(--char-index) * 40ms);
}

.title-conten{
    position:relative;
}
.social-marg{
    margin-left:2rem;
}

.team-card2{
    padding:0 15px;
}


.service-section .home3-team-slider .swiper-slide:nth-child(even) .team-card2 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top:1px solid rgb(0 0 0 / 10%);
    position: relative;
}

.service-section .home3-team-slider .swiper-slide:nth-child(even) {
    margin-top: 15px;
}
.service-section{
    position:relative;
    padding:5rem 0;
    /*background:url('../images/home/home3-team-bg.png');*/
      background:url('../images/home/product-bg-patten.webp');
    width:100%;
    height:100%;
    
}

.service-section .home3-team-slider .swiper-slide:nth-child(even) .team-card2::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 1px;
    height: 102%;
    background-color: rgb(0 0 0 / 10%);
}

.service-section .home3-team-slider .swiper-slide:nth-child(even) .team-card2::after {
    content: "";
    position: absolute;
    top: -15px;
    right: 0;
    width: 1px;
    height: 102%;
    background-color: rgb(0 0 0 / 10%);
}


.team-card2 .team-img img {
    border-radius: 10px;
}

.team-content h4{
    font-size:18px;
    margin:15px 0 5px;
}

.content-flexsec .title-conten{
    max-width:50%;
    text-align:left;
}

.primary-btn2{
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    align-items: end;
    gap: 30px;
    transition: 0.5s;
}

.content-flexsec{
    display: flex;
    justify-content:space-around;
    align-items: center;
    margin-bottom: 4rem;
}



.primary-btn2 span {
    white-space: nowrap;
    padding-bottom: 2px;
    position: relative;
    background: linear-gradient(to bottom,#000000 0%, #000000 98%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: left 100%;
    transition: background-size 0.75s;
}

.primary-btn2.two:hover span {
    background-size: 0 1px;
    background-position: 0% 100%;
}

.primary-btn2.two:hover {
    color:var(--primary-color);
}

.primary-btn2.two:hover svg {
    filter: invert(20%) sepia(57%) saturate(6528%) hue-rotate(193deg) brightness(90%) contrast(96%);
}


.headerbtn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.5s;
    z-index: 1;
    font-size: 14px;
    border-radius: 50px;
    font-weight: 500;
    color: #fff;
    /*background: linear-gradient(95deg, #078df2, #32b5c5, #06988b);*/
    background:#000;
    text-align: center;
    padding: 8px 25px;
}

.headerbtn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #adaeaf5c;
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

.headerbtn:hover {
  color: #fff;
}

.headerbtn:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.headerbtn:hover:before {
  top: -30px;
  left: -30px;
}

.all-client-logho{
        display: flex;
    flex-wrap: wrap;
}


.clientle-logo{
    position:relative;
    padding:2.5rem 0 4rem;
}


.about-us-sec{
   background-image: linear-gradient(45deg, #ffffff, #f9f0da);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0 100px;
    /*border-radius: 100px 100px 0 0;*/
}

.about-us-sec .title-conten{
    width:60%;
    margin-bottom:2rem;
}
.about-para{
    margin-left: 40px;
    margin-bottom: 45px;
    padding-left: 15px;
    position: relative;
    /*max-width: 910px;*/
    /*width: 100%;*/
}

.about-para p{
    font-size:17px;
        max-width: 95%;
}

.about-para::before{
       content: "";
    position: absolute;
    /* top: 10px; */
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #d0d0d0;
}

.comon-about-sec img{
    border-radius:20px;
    width:100%;
    /*height: 463px;*/
}

.ethiucal{
    text-align: center;
    border-bottom: 1px solid #99999996;
    padding: 1rem 0;
}

.ethiucal img{
    opacity: 0.4;
    transition:0.5s;
}
.ethiucal:hover img{
     opacity: 1;
}
.supplier-audits .ethiucal:last-child{
    border-bottom:0
}

.supplier-audits{
        background: #ffffff4f;
    border-radius: 20px;
}
.ethiucal p{
    font-size:16px;
    text-transform:uppercase;
    margin-top:10px;
}

.certifications{
    margin-top:2rem;
    display:flex;
    gap:10px;
    flex-wrap: wrap;
}

.location-map{
    padding:3rem 0;
    background:#8E9AAF;
    position:relative;
}
.ready-profitable h3{
    font-size: 40px;
    color: #fff;
    line-height: 1.4;
}



/* From Uiverse.io by alexmaracinaru */ 
.cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
      display: inline-block;
    margin-top: 2rem;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #00000038;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  /*font-size: 18px;*/
  font-weight: 700;
    letter-spacing: 0.3px;
    color: #fff;
    top: -3px;
}
.card-section img{
    width:100%;
}
.cta i {
  position: relative;
  top: 1px;
  margin-left: 10px;
  transform: translateX(-5px);
  transition: all 0.3s ease;
  color:#fff;
}
.cta:hover:before {
  width: 100%;
}
.cta:hover i {
  transform: translateX(0);
  color:#fff;
}
.cta:active {
  transform: scale(0.95);
}
.supplier-logo{
    background: #ffffff;
    border-radius: 10px;
    padding: 8px;
    width: 130px;
}
.location-p img{
    filter:brightness(0) invert(1);
}

.dropdown-menu li a::before{
   content: '';
    height: 100%;
    width: 3px;
    position: absolute;
    top: 0;
    left: -20px;
    background: #8E9AAF;
    overflow: hidden;
    opacity:0;
    transition:all 0.2s linear;
}

.dropdown-menu li a:hover::before{
    opacity:1;
}

/*services*/
.servi-our{
    position:relative;
    padding:3rem 0;
    background:#f8f9fa;
}
.services-card-wrap {
    display: -webkit-box; 
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #dadce0;
    padding-top: 47px;
    margin-bottom: 47px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        overflow-x: clip;
}
.services-card-wrap .services-thumb {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position:relative;
        -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    max-width: 528px;
    /*mask-image:url(../images/bg/property-card1-img-mask.png);*/
      mask-image:url(../images/bg/property-card-img-mask.webp);
    width:100%;
}
.services-card-wrap .services-thumb img {
    -webkit-transition: .4s;
    transition: .4s;
        height: 396px;
    object-fit: cover;
}
.services-card-wrap:hover .services-thumb img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.services-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 24px;
    margin-right: 65px;
    width:100%;
}
.services-card .services-card-number {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    border: 1px solid #dadce0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    background: #fff;
    color:#45484b;
}
.services-card .services-card-details {
    margin-left: 32px;
    border-left: 1px solid #dadce0;
    padding-left: 32px;
}
.services-card .services-card-subtitle {
    color: #363636;
    font-size: 14px;
    display: block;
    margin-bottom: 9px;
   
}
.services-card .services-card-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
}
.services-card .services-card-title a{
     transition:0.3s ease; 
}
.services-card .services-card-title:hover a{
    color:#0564ac;
}
.services-card .services-card-text {
    opacity: .8;
    margin-bottom: 16px;
}
.services-card .services-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    border-top: 1px solid #dadce0;
    margin-top: 32px;
    padding-top: 24px;
}
.th-btn-2{
   padding: 12px 24px;
    background:linear-gradient(95deg, #37393b, #505252, #363636);
    border-radius: 25px;
    color: #fff;
    display:flex;
    gap:8px;
    align-items:center;
    position:relative;
    overflow:hidden;
}
.th-btn-2:before{
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: .3;
}
.th-btn-2 i{
   display: block;
    height: 19px;
    font-size: 18px;
}
.th-btn-2:focus:before, .th-btn-2:hover:before{
    -webkit-animation: shine 1.5s 
ease-out infinite;
    animation: shine 1.5s 
ease-out infinite;
}
@keyframes shine{
    0% {
    left: -100px;
}
60% {
    left: 100%;
}
100% {
    left: 100%;
}
}
.img-shine:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.img-shine:hover:after{
   animation:img-shine 1s;
}
@keyframes img-shine{
     100% {
    left: 125%;
}
}

/*why choose us*/
.why-cgise-us{
    position:relative;
    padding:4rem 0;
    overflow-x:clip;
}
.card-images{
   position: relative;
    max-width: fit-content;
    margin: 0 auto;
}
.why-cho-points{
    padding:0;
    margin:0;
}
.why-cho-points li{
        align-items: center;
    display: flex;
    gap: 20px;
        margin: 1.2rem 0 0;
   
}
.why-choo-image{
    width: 80px;
    display: flex;
    border-radius: 50%;
    height: 80px;
    background: linear-gradient(45deg, #FFE3E0, #fbc3bc);
    align-items: center;
    justify-content: center;
    min-width: 80px;
    transition:0.3s ease;
}
.why-choo-image img{
        opacity: 0.6;
}
.why-cho-points li:not(:last-child){
   margin-bottom:25px;
}
.why-cho-points li:hover .why-choo-image{
    transform:scale(1.1);
}
.why-cho-conent h4 em{
    font-size:25px;
    margin-right: 3px;
}
.why-cho-conent h4{
   font-size: 18px;
    
}
.why-cho-conent{
   
}
.why-cho-conent p{
    margin:0;
}

.site-icon-aac{
       position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
}

.address-area{
        padding: 0;
    border: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    border-bottom: 1px solid rgb(255 255 255 / 23%);
    padding: 0px 0 3rem;
    margin-bottom: 3rem;
    position:relative;
}

.address-list{
    display: flex;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 0;
    padding:0;
    margin:0;
    position:relative;
}
.address-list li::before{
        content: "";
    position: absolute;
    bottom: unset;
    top: 70px;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 53px;
    background-color: #fff;
}
.address-list li{
   padding-bottom: 0;
    padding-left: 65px;
    margin-bottom: 0;
    max-width: 260px;
    color:#fff;
     position:relative;
}

.address-list li:first-child{
        padding-left: 0;
    max-width: 230px;
}
.address-list li:first-child::before{
    display:none;
}
.address-list li span{
        color: #fff;
   
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.06em;
    text-decoration: underline;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.address-list li p{
        color: rgba(255, 255, 255, 0.6);
    
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    transition: 0.5s;
}

.location-btn {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
    /*background: var(--primary-color);*/
    /*background-repeat: no-repeat;*/
    /*transition: background-size 0.75s;*/
    /*background-size: 0 1px;*/
    padding-bottom: 2px;
    /*background-position: 0% 100%;*/
    padding-top: 25px;
    margin-bottom: 8px;
}

.location-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 53px;
    height: 1px;
    background-color: #fff;
}

/*.location-btn:hover {*/
/*    background-size: 100% 1px;*/
/*    background-position: left 100%;*/
/*}*/


.gt_option{
    width:400px!important;
}
.breadcrmb{
    background:#FDF9F6;
    /*padding:10rem 0;*/
    /*background-position:relative;*/
    /*background-size:cover;*/
    background-size: cover;
    background-position: center;
    position:relative;
        display: grid;
    align-items: center;
    justify-items: center;
        min-height: 50vh;
}
.breadcrmb .new-title{
    margin:0;
}
/*.breadcrmb::before{*/
/*    position:absolute;*/
/*    height:100%;*/
/*    width:100%;*/
/*    top:0;*/
/*    left:0;*/
/*    background-color:#000;*/
/*    content:'';*/
/*    opacity:0.6;*/
/*}*/
.dteil-breadcrumb{
    position:relative;
    z-index:1;
}
.dteil-breadcrumb 
.brad-menu{
       display: flex;
    gap: 20px;
    margin-top: 1rem;
    right: 0;
    padding: 0;
    margin-bottom: 0;
}
.brad-menu li{
    color:#000;
    font-size:14px;
}
.brad-menu li a{
    color:#000;
    font-weight:500;
    position:relative;
    font-size:14px;
    
}

.brad-menu li a::before{
        content: "\f108";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    right: -18px;
    line-height: 1.8;
}
.menui-actriv{
    font-weight:700 !important;
}
.mens-cloth{
        display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    align-items: center;
}
.swiper-btn {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.swiper-btn .swiper-button-prev, .swiper-btn .swiper-button-next {
    background: linear-gradient(95deg, #078df2, #32b5c5, #06988b);
    z-index: 9;
    cursor: pointer;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    position: relative;
}
.swiper-btn .swiper-button-next, .swiper-btn .swiper-button-prev {
    position: static !important;
}
.swiper-btn .swiper-button-next:after, .swiper-btn .swiper-button-prev:after {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}
.detail-production .row{
    row-gap:24px;
}
.mens-dafjoion-weqar{
        display: flex;
    gap: 30px;
    background: #fff;
    padding: 20px 60px;
    /* border-radius: 50px; */
    justify-content: center;
    /* width: fit-content; */
    margin: auto;
    margin-bottom: 2rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.mens-vlotyhin .title-conten .hoodiess{
    font-size:26px;
    margin-bottom:1.2rem;
    text-align:center;
}
.sourcing-design{
        position: sticky;
    top: 63px;
    z-index: 9;
}
.mens-vlotyhin .row{
    justify-content:center;
}
.mens-dafjoion-weqar li a{
    color:#fff;
    font-weight:600;
    color:#000;
        transition: 0.3s;
    border-bottom: 2px solid transparent;
    opacity:0.3;
}
.mens-dafjoion-weqar li a.active {
    display: inline-block;
    border-color: #0469b2;
    color:#0469b2;
    opacity:1;
}
.mens-vlotyhin{
    padding:2rem 0;
}
.detail-production{
    padding:0;
}
.service-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.service-list li {
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    padding: 22px 30px 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid rgb(35 79 64 / 10%);
    cursor: pointer;
    transition: 0.5s;
    position:relative;
}
.service-list li:first-child {
    border-top: 1px solid rgb(35 79 64 / 10%);
}
.service-card-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    margin-left: 30px;
    height: 100%;
}
.service-card-wrap li.active {
    opacity: 1;
}
 .service-card-wrap li {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
}
.service-card{
    position:relative;
    height:100%;
}
.service-list li h4{
    font-size:19px;
    margin:0;
}
.service-card img {
   border-radius: 20px 2px 20px 20px;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.service-content{
        max-width: 392px;
    width: 100%;
    background-color: #fff;
    -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 17%);
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 17%);
    padding: 35px 30px;
    position: absolute;
    bottom: 0;
    right: -1px;
    border-radius: 0 0 20px 0;
    z-index: 1;
}

.services-section{
    padding:0rem 0 6rem;
    position:relative;
}
.service-list li.active {
    background: linear-gradient(45deg, #f5f2ed, #FEEAFA);
    color: #000;
    padding-left: 20px;
    border-color: transparent;
    border-radius: 10px;
}

.line-svg{
    background-image: url(../images/svg/arrow.svg);
    height: 20px;
    width: 100px;
    position: absolute;
    background-repeat: no-repeat;
    right: 26px;
    opacity: 0;
    transition: 0.5s;
    background-size: contain;
}
.service-list li.active .line-svg{
    opacity:1 !important;
}

/*serive section design*/
.top-line {
    border-right: 2px solid #000;
    position: relative;
    top: -40px;
    height: 150px;
    z-index: 2;
}
.project-mgt {
    position: relative;
    top: -42px;
}

.divunstyle {
    padding: 0;
    margin: 0;
}
.service-img-holder {
    /*padding-top: 100px;*/
    padding: 4rem 0;
}
.service-img-holder img{
    width:100%;
}
.right-content-holder {
    padding-top: 100px;
    border-top: 2px solid #36494e;
    border-right: 2px solid #36494e;
    border-bottom: 2px solid #36494e;
    padding-bottom: 100px;
    padding-right: 100px;
    line-height: 24px;
    position: relative;
    height:100%;
}
.sections-holder h2 {
    font-size: 30px;
   color:#000;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 20px;
}
.right-content-holder p{
    color:#000;
}

.flot-arrow-rgt img , .flot-arrow-lft img{
   filter: invert(62%) sepia(12%) saturate(494%) hue-rotate(180deg) brightness(98%) contrast(85%);
}
.flot-arrow-rgt {
    position: absolute;
    top: 100px;
    right: -13px;
    z-index: 1px;
}
.design-build {
    position: relative;
    top: -44px;
}

.divunstyle {
    padding: 0;
    margin: 0;
}

.pull-right {
    float: right !important;
}
.design-build .service-img-holder {
    text-align: right;
}
.left-content-holder {
    padding-top: 75px;
    border-top: 2px solid #36494e; 
    border-left: 2px solid #36494e;
    border-bottom: 2px solid #36494e;
    padding-bottom: 75px;
    padding-left: 100px;
    line-height: 24px;
    position: relative;
    height:100%;
}
.left-content-holder:before{
   content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/reff/flot-arrow.webp);
    top: 110px;
    left: -13px;
    width: 24px;
    height: 15px;
    filter: brightness(0);
}
.right-content-holder:before{
   content: "";
    position: absolute;
    background-image: url(../images/reff/flot-arrow.webp);
    top: 110px;
    right: -13px;
    width: 24px;
    height: 15px;
    filter: brightness(0);
}
.flot-arrow-lft {
    position: absolute;
    top: 110px;
    left: -13px;
    z-index: 1px;
}
.design-build .row{
        display: flex;
    flex-direction: row-reverse;
}
.engineering {
    position: relative;
    top: -46px;
}
.engineering .right-content-holder{
        padding-top: 75px;
    padding-bottom: 75px;
}

.design-build.new-bilid{
        top: -48px;
}
.engineering.new-enginer{
        top: -50px;
}
.second-class{
        top: -52px;
}
.bottom-line {
    border-right: 2px solid #000;
    position: relative;
    top: -52px;
    height: 200px;
    z-index: 2;
}
.content-span{
   font-weight: 600;
    font-style: italic;
    display: block;
    font-size: 16px;
    margin: 14px 0 24px 0;
    max-width: fit-content;
    background: #f9f0da;
    padding: 2px 5px;
}
.across-ul li{
    font-size:15px;
        color: #000;
        position:relative;
        padding:3px 0;
}
.new-title p{
       width: 65%;
    margin: auto;
    text-align: center;
}
.new-title{
    margin-bottom:3rem;
}
.across-ul{
    position:relative;
    padding-left: 1.6rem;
}

.across-ul li:before{
    content:"\f1df";
        font-family: flaticon_normal-icon !important;
        position:absolute;
        font-size:20px;
        /*height:100%;
        width:100%;*/
            content: "\f1df";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    font-size: 20px;
    left: -26px;
    top: 4px;
}


/*.opacity-section{*/
/*    position:relative;*/
/*    max-height: 500px;*/
/*        overflow: hidden;*/
/*        transition: max-height 0.5s ease;*/
/*}*/

/*    .opacity-section.active {*/
/*        max-height: 3000px;*/
/*    }*/
/*.opacity-section::after{*/
/*    content: "";*/
/*        position: absolute;*/
/*        bottom: 0;*/
/*        left: 0;*/
/*        width: 100%;*/
/*        height: 80px;*/
/*        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);*/
/*        pointer-events: none;*/
/*        transition: opacity 0.4s ease;*/
/*        opacity: 0;*/
/*}*/

/*    .readmore-btn-wrap {*/
/*        display: block;*/
/*        margin: 10px 0 20px;*/
/*        text-align: center;*/
/*    }*/
    
/*    #readMoreBtn {*/
/*        background: #64ad35;*/
/*        color: #fff;*/
/*        border: none;*/
/*        padding: 8px 26px;*/
/*        border-radius: 25px;*/
/*        font-size: 15px;*/
/*        cursor: pointer;*/
/*    }*/


.opacity-section {
   position: relative;
    max-height: 345px; 
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.opacity-section.active::after {
    opacity: 0;
}

.opacity-section.active {
    max-height: 3000px;
}

.opacity-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 90%
    );
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.opacity-section.active::after {
    opacity: 0;
}

.readmore-btn-wrap {
    display: block;
    margin: 10px 0 20px;
    /*text-align: center;*/
}

.readMoreBtn {
   border: none;
    padding: 0;
    background: transparent;
    border-bottom: 1px solid #414040;
    font-size: 14px;
}
.accountabiliuty{
       padding: 4rem 0;
    position: relative;
    background: #f8f9fa;
}
.sections-holder{
    position:relative;
}
.ewach-season{
    position: relative;
    row-gap: 70px;
    margin-top: 5rem;
}

/*.ewach-season::after{*/
/*       content: '';*/
/*    position: absolute;*/
/*    background: #fff;*/
/*    height: 700px;*/
/*    width: 700px;*/
/*    top: 0;*/
    /*left: -138%;*/
/*    left: -895px;*/
/*}*/
.refine-peocess img{
        width: 92%;
}
.refine-peocess{
        position: relative;
    z-index: 1;
    display: flex;
    height: 100%;
    margin: auto 0;
    margin-top: 7rem;
}

.factiry-benefit{
   border-radius: 20px;
    align-items: center;
    padding: 25px;
    text-align: -webkit-center;
    z-index: 1;
    position: relative;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        height: 100%;
}

.procee-image{
  height: 120px;
    width: 120px;
    min-width: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    background: #C1EAEB;
    border: 13px solid #f8f9fa;
    margin-top: -80px;
}

.procee-image img{
   
    filter: brightness(0) invert(1);
}
.stategic p{
    margin:0;
}

.stategic span{
      font-size: 18px;
    font-weight: 600;
    margin: 0.8rem 0;
    display: block;
}
.prodct-setion .heighddd{
 
}


/*process*/
.steps-procesdd{
    position:relative;
    padding-bottom:4rem;
}

.top-processs-border{
     position:relative;
     padding:0;
     margin:0 auto;
         max-width: 1116px;
             margin-top: 2rem;
}
.top-processs-border:before{
  content: "";
    left: 50%;
    position: absolute;
    height: 90%;
    width: 2px;
    background: #000;
    top: 50px;
}
.top-processs-border li{
   max-width: 55.5%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    z-index: 2;
}
.top-processs-border li:nth-child(odd){
    margin-right:auto;
}
.top-processs-border li:nth-child(even){
    margin-left:auto;
    flex-direction: row-reverse;
}
.top-processs-border li:nth-child(even) .rowund-shapes::before{
    transform: rotate(225deg);
        width: 94.5px;
    height: 94.5px;
}

.rowund-shapes{
    background: #fff;
    color: #020f17;
    min-width: 120px;
    height: 120px;
    border-radius: 50%;
    display: grid;
    align-items: center;
    font-size: 18.5px;
    border: 6px solid #fff;
    position: relative;
    font-weight: 600;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-content: center;
}
.rowund-shapes::before {
        content: "";
    position: absolute;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    border: 2px solid #EFD9CE;
    /*border-top-color: #011e30;*/
    /*border-right-color: #011e30;*/
    /*border-bottom-color: white;*/
    /*border-left-color: white;*/
    transform: rotate(45deg);
}

.processs-titles{
   font-size: 18px;
    position: relative;
    margin-bottom: 0px;
    
}

.processs-cntes{
        padding-top: 0rem;
}
.top-processs-border li p{
    margin:0;
    font-size:15.5px;
}

.processs-chess-content h4{
    font-size:22px;
    font-weight:600;
}
.proess-totilsd{
       display: flex;
    position: relative;
    align-items: center;
    gap: 20px;
        margin-bottom: 0.8rem;
}
.histry-design-box .proess-totilsd figure{
        max-width: 70px;
    border-radius: 50%;
    min-height: 70px;
    min-width: 70px;
    object-fit: cover;
    margin: 0;
    display: flex;
   align-items: center;
    justify-content: center;
    background: #EFD9CE;
}
.proess-totilsd:before{
   content: "";
    width: 100%;
    position: absolute;
    height: 4px;
    background: #EFD9CE;
    /* border-radius: 100%; */
    bottom: 2px;
    left: 40px;
}
.top-processs-border li:nth-child(even) .proess-totilsd{
    flex-direction: row-reverse;
}
.top-processs-border li:nth-child(even) .proess-totilsd:before{
   left: unset;
    right: 40px; 
}
.top-processs-border li:nth-child(even) p{
    text-align:right;
}
.top-processs-border li:nth-child(6) figure, .top-processs-border li:nth-child(6) .proess-totilsd:before {
    background: #C1DFF0;
}
.top-processs-border li:nth-child(6) .rowund-shapes::before{
    border-color: #C1DFF0;
}
.top-processs-border li:nth-child(2) figure, .top-processs-border li:nth-child(2) .proess-totilsd:before{
    background:#C1EAEB;
}
.top-processs-border li:nth-child(2) .rowund-shapes::before{
    border-color: #C1EAEB;
}
.top-processs-border li:nth-child(4) figure, .top-processs-border li:nth-child(4) .proess-totilsd:before{
    background:#E7DAE6;
}
.top-processs-border li:nth-child(4) .rowund-shapes::before{
    border-color: #E7DAE6;
}
.top-processs-border li:nth-child(5) figure, .top-processs-border li:nth-child(5) .proess-totilsd:before{
    background:#D2EFDC;
}
.top-processs-border li:nth-child(5) .rowund-shapes::before{
    border-color: #D2EFDC;
}
.top-processs-border li:nth-child(3) figure, .top-processs-border li:nth-child(3) .proess-totilsd:before{
    background:#EFF7CF;
}
.top-processs-border li:nth-child(3) .rowund-shapes::before{
    border-color: #EFF7CF;
}
.top-processs-border li:nth-child(7) figure, .top-processs-border li:nth-child(7) .proess-totilsd:before{
    background:#DAD5EC ;
}
.top-processs-border li:nth-child(7) .rowund-shapes::before{
    border-color: #DAD5EC;
}


.service-bread:before{
        position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
}

/*.mens-vlotyhin .heighddd{*/
/*    height: 300px;*/
/*}*/

.csr-image{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 1rem;
    /* margin: 12px 0; */
    border-radius: 10px;
    margin-bottom: 24px;
}
.design-gallery{
    position:relative;
    padding:3rem 0 3rem;
}
.apparel-proct p{
    margin:0;
}
.gallrey-cer img{
    width:100%;
}
.apparel-proct h5{
    font-size:20px;
}
.ghaller-pge img{
    width: 100%;
}
.design-gallery .row{
    row-gap:24px;
}
.gaklrr-page{
    padding:4rem 0;
    position:relative;
}
.employee{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 2rem;
    margin-bottom:24px;
}
.employee .row{
    row-gap:24px;
}
.service-provderds{
    position:relative;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    height:100%;
}
.relase-date h3{
    font-size:18px;
    margin-bottom:15px;
}
.relase-date{
    padding:15px;
}
.press-ul li{
    font-size:15px;
}
.relase-date span{
    margin-bottom:10px;
    display:block;
}
.press-ul li{
    position:relative;
}
.press-ul{
    position:relative;
    padding-left:1rem;
}
.press-ul li::before{
    position:absolute;
    content:"\f131";
        font-family: flaticon_normal-icon !important;
        top:0;
        left: -20px;
}
.predss-relese{
    position:relative;
    padding:5rem 0;
}
.relase-date .th-btn-2{
        width: fit-content;
    font-size: 14px;
    padding: 10px 24px;
}
.predss-relese .row{
    row-gap:24px;
}
.service-provderds img{
    width:100%;
        height: 230px;
    object-fit: cover;
}

.gallery-title{
    text-align:center;
    padding:10px;
}
.image-concept .title-conten{
    margin-bottom:2rem;
}
.clientle-logo.new-logo{
    padding:5rem 0;
}
#google_translate_element{
    position:fixed;
    z-index:999;
        bottom: 0;
}
.goog-te-gadget .goog-te-combo{
        border: none;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.about-para .services-btn-wrap{
        max-width: fit-content;
}
.error__subtitle{
    font-size:3rem;
    font-weight:800;
    text-align:center;
    margin-top:10px;
}