.beadcrumb-sec{
    padding:3rem 0 5rem;
    position:relative;
}
.beadcrum-content h1{
    font-size:43px;
    margin-bottom:30px;
}

.beadcrum-content img{
    width:100%;
    object-fit:cover;
}

.beadmenu{
    display: flex;
    /*padding: 20px 0 0;*/
  
    margin-bottom:1rem;
 
    /*justify-content: flex-end;*/
    /*border-top: 1px solid #dcd9d9;*/
}

.beadmenu li {
  position:relative;   
}

.beadmenu li:not(:last-child){
    padding-right:25px;
}

.beadmenu li:not(:last-child)::before {
    position: absolute;
    content: "\f108";
    font-family: flaticon_normal-icon !important;
    color:#fff;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 16px;
}

.beadmenu li a{
 font-size: 15px;
}

.beadmenu li.active{
    color: #FFFF;
    font-weight: 500;
}

.header-top-sec.active{
    position: relative;
    border-bottom: 1px solid #dcdcdc;  
}

.header-top-sec.active .mega-menu > ul > li > a{
   color:#000; 
}

.header-top-sec.active .dropdownd .dropn-btnmobile i {
    color: #000;
}

.header-top-sec.active .headr-logo a:nth-child(2) {
    display: block;
}

.header-top-sec.active .headr-logo a:nth-child(1) {
    display: none;
}

.service-intro-sec{
    padding:8rem 0 4rem;
    position:relative;
}
.introbtnbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #000;
  margin-top:20px;
}

.introbtnbox span {
  font-size: 15px;
  line-height: 1;
  padding-bottom: 5px;
  position: relative;
}

.introbtnbox span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform-origin: left;
  transition: transform 0.3s ease;
}

.introbtnbox:hover span::after {
  transform: scaleX(0);
  transform-origin: right;
}

.introbtnbox i {
  transition: transform 0.3s ease;
}

.introbtnbox:hover i {
  transform: translateX(4px);
}

.service-const-sec{
    padding:0 0 5rem;
    position:relative;
}

.construction-box{
    margin-bottom:30px;
}
.project-consulta-content{
    margin-left:30px;
}
.project-consulta-content .paroch-title{
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 20px;
}

.project-consulta-content .approc-point{
  margin:0;  
}
.approc-point li{
    padding-left:30px;
    position:relative;
    font-size:15px;
}
.approc-point li:not(:last-child){
    margin-bottom:10px;
}

.approc-point li:before{
    position: absolute;
    font-family: flaticon_normal-icon !important;
    content: "\f14b";
    line-height: 20px;
    width: 20px;
    height: 20px;
    left: 0;
    top: 1px;
    bottom: 0;
    margin: auto 0;
    font-size: 11px;
    text-align: center;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
}

.specialized-sec{
    padding:0 0 5rem;
    position:relative;
}

.specializ-mainbg{
    width: 100%;
   height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-image: url(../image/bg/constuction-planning.webp);
    padding:5rem 0;
}

.specialized-box{
    margin-bottom:30px;
    width:80%;
}

.speci-poins .speci-title{
    font-size:22px;
    margin-bottom:20px;
}

.specializ-mainbg .speci-poins{
    padding: 40px;
    background: #fff;
    max-width: fit-content;
    margin-left: 40px;
    width:55%;
}

.speci-poins ul{
    padding:0;
    margin:0;
}

.speci-poins ul li:not(:last-child){
    margin-bottom:10px;
}
.speci-poins ul li{
    position: relative;
    padding-left: 25px;
}
.speci-poins ul li:before {
    position: absolute;
    font-family: flaticon_normal-icon !important;
    content:"\f148";
    left: 0;
    top: 1px;
    bottom: 0;
    margin: auto 0;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    color: var(--primary-color);
}

.project-we-comm{
    padding:0 0 5rem;
    position:relative;
}

.project-consulta-img img{
  width:100%;  
  border-radius:10px;
}

.suppoort-box {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.suppoort-box .suppoort-img {
    overflow: hidden;
    border-radius: 14px;
    position: relative;
}

.suppoort-box .suppoort-img::after {
    content: '';
    position: absolute;
    inset: 0;
    /*background: linear-gradient(to bottom, transparent 50%, rgba(0, 84, 120, 0.5) 100%);*/
}

.suppoort-box .suppoort-img img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.suppoort-box:hover .suppoort-img img {
    transform: scale(1.08);
}

.suppoort-box .suppoort-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 20px 0 0;
}

.suppoort-box .suppor-title {
    font-size: 20px;
    margin: 0;
    line-height: 1.4;
}

.suppoort-box .suppoort-content p {
    font-size: 15px;
    margin: 0;
    line-height: 1.65;
}

.supportswiper .swiper-button-next{
    right:-45px;
}
.supportswiper .swiper-button-prev{
    left:-45px;
}

.supportswiper .swiper-button-next:after,
.supportswiper .swiper-button-prev:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #000;
    background-image: url(../image/svg/thin-arrow.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.supportswiper .swiper-button-prev:after {
    transform: rotate(180deg);
}

.supportswip-maim{
    position:relative;
}

.supportswip-maim .supportswiper{
    position:static !important;
}

.faq-sec-managsec{
    padding:5rem 0 5rem;
    position:relative;
}

.accordion-item{
	border: 2px solid #0e384c1a;
    margin-bottom: 20px;
    border-top: 2px solid #0e384c1a !important;
    border-radius:10px !important;
    overflow:hidden;
}

 .accordion-item:last-child{
	margin-bottom: 0;
}

 .accordion-item .accordion-button::after,
 .accordion-item .accordion-button.collapsed::after{
    transform: unset;
    content:"\f1f7";
    position: absolute;
    right: 15px;
    bottom: auto;
    background-image:unset;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px auto;
    border-radius: 6px;
    background-color:#11194E;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-family: flaticon_normal-icon !important;
}
.accordion-button:not(.collapsed)::after{
    content: "\f1f8";
    background-color:var(--primary-color);
}
 
 .accordion-header .accordion-button{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2em;
	padding: 20px 50px 20px 20px;
	background-color:#f7f8f9;
	
}
 .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
  .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius:0;
    border-bottom-left-radius: 0;
}
 .accordion-body{
	padding:20px;
	font-size:16px;
}
 .accordion-body p{
	margin: 0;
}
 .accordion-button:not(.collapsed) {
    color: #000;
    box-shadow: none;
    background-color: #fff;
}

.accordion-button:focus{
    box-shadow:unset;
}

.benefit-sec-main{
    padding:0 0 5rem;
    position:relative;
}

.benefichoce-point .bene-icon{
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 40px;
    background: #DBE7FB;
    border-radius: 10px;
    /* transform: rotate(-10deg); */
}

.benefichoce-point li{
    display: flex;
    align-items: center;
    gap: 20px;
    width: 49%;
    position:relative;
}

.benefichoce-point li:before{
    font-family: flaticon_normal-icon !important;
    content:"\f148";
    line-height: 50px;
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 40px;
    background: #DBE7FB;
    left: 0;
    top: 1px;
    bottom: 0;
    margin: auto 0;
    font-size: 25px;
    text-align: center;
    border-radius: 10px;
    color: var(--primary-color);
}

.benefichoce-point li p{
    margin:0;
}

.benefichoce-point{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.benefichoce-point li .bene-icon img{
    filter: invert(23%) sepia(73%) saturate(2895%) hue-rotate(178deg) brightness(109%) contrast(101%);
}

.benefichoce-point li:not(:last-child){
    margin-bottom: 20px;
}

.regulatory-coordin-sec{
    padding:5rem 0 0;
    position:relative;
    background:#11194E;
}

.regulator-boxmain .sec-big-title,
.regulator-boxmain p{
    color:#fff;
}

.latory-boxappro{
    background: #fff;
    text-align: center;
    height: 100%;
    padding:10px 0;
}

.latory-boxappro h4 {
    font-size:20px;
}

.regulator-boxmain{
    padding:0 0 110px;
}

.regulator-boxmain .row{
    row-gap:20px;
    margin-top:30px;
}
.latory-boxappro img{
    width:100px;
}

.regulator-boxmain .aute-ttile{
    font-size: 22px;
    color: #fff;
    font-style: italic;
}
.regulator-main{
    border-radius: 10px;
    margin-left: 30px;
    position: relative;
    margin-bottom: -65px;
}
.regulator-main .section-title{
    padding:20px;
    background: #fff;
    margin:0;
    padding: 20px;
    background: #fff;
    margin: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.regulator-main .regula-content{
    background: #070e3f;
    padding:40px 40px;
}

.regulator-main .regula-content p{
    color:#fff;
}

.regulatory-coordin-sec .container > .row{
    align-items: flex-end;
}

.regulator-main .request a{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: relative;
    background: var(--primary-color);
    z-index: 33;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; 
}

.regulator-main .request{
    position: relative;   
}

.regulator-main .request:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
    
    bottom: -4px;
    background: #eef1f6;
}

.regulator-main .request a span{
    color:#fff;
    font-size: 15px;
}
.regulator-main .request a i{
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #fff;
    font-size: 15px;
}
.regulator-main .request a:hover i{
   background: #000; 
   color:#fff;
}
.request-secmain{
    width: 100%;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-image: url(https://demo.casethemes.net/carryon/wp-content/uploads/2026/03/t13.webp);
    padding: 5rem 0;
    filter: brightness(0.8);
}

.service-map-sec{
    padding:5rem 0 0;
}

.serv-mapbox .serv-map-content h4{
    font-size: 20px;
}
.serv-mapbox .serv-map-content p{
    margin:0;
}

.serv-mapbox .serv-map-content{
    padding: 0 20px;
    text-align: center;
}

.pmc-table-sec {
    padding:0 0 5rem;
    position:relative;
}


.vendors-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  overflow: hidden;
  border: 1px solid #c8e6f2;
}

.vendors-table thead tr {
  background: var(--primary-color);
}

.vendors-table thead th {
  padding: 16px 20px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  letter-spacing: 0.03em;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.vendors-table thead th:last-child {
  border-right: none;
}

.vendors-table tbody tr {
  background: #fff;
  transition: background 0.18s;
}

.vendors-table tbody tr:nth-child(even) {
  background: #f4fafd;
}

.vendors-table tbody td {
  padding: 14px 20px;
  line-height: 1.6;
  border-right: 1px solid #c8e6f2;
  border-bottom: 1px solid #c8e6f2;
  vertical-align: top;
}

.vendors-table tbody td:last-child {
  border-right: none;
}

.vendors-table tbody tr:last-child td {
  border-bottom: none;
}

.vendors-table tbody td:first-child {
  font-weight: 500;
  color:rgba(14, 18, 29, 0.96);
  white-space: nowrap;
}

.consulta-sec-service{
    padding:5rem 0;
    position:relative;
    background:#f5f5f5;
}

.consulta-sec-service .container > .row{
    row-gap:30px;
}

.project-we-comm.pmc-project{
  padding:5rem 0 0;
  position:relative;
}

.projec-new-sec.pmc-ser-projec{
    padding:5rem 0;
}

.indruc-beadcrumb-sec{
    padding:7rem 0;
    position:relative;
    background-image:url(../image/bg/warehouse-custom.webp);
    background-size:cover;
    background-repeat:no-repeat;
}

.indruc-beadc-content{
    max-width: 600px;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px;
    margin-left: auto;
}

.indruc-beadcmenu{
    display: flex;
    padding: 0;
    margin: 0 0 20px;
    flex-wrap: wrap;
    gap: 10px 0;
}

.indruc-beadcmenu li a,
.indruc-beadcmenu li{
    font-size: 15px;
    font-weight: 400;
}

.indruc-beadcmenu li:not(:last-child){
    padding-right: 25px;
}

.indruc-beadc-content h1{
    font-size: 35px;
    font-weight: 500;
    margin: 0 0 30px;
}

.indruc-beadcmenu li{
    position:relative;
}

.indruc-beadcmenu li:not(:last-child):before{
    position: absolute;
    font-family: flaticon_normal-icon !important;
    content: "\f108";
    right: 5px;
}

.indruc-beadcmenu li.active{
   font-weight: 500;
   color:var(--primary-color);
}

.indruc-abou-sec{
    padding:5rem 0;
    position:relative;
    z-index:1;
}

.about-6-thumb {
    display: inline-block;
    position: relative;
    padding-left: 16px;
    padding-bottom: 16px;
}

.about-6-thumb img {
    width: 100%;
    /*aspect-ratio: 100 / 102;*/
    object-fit: cover;
    border-radius: 10px;
}

.about-6-thumb .thumb-border {
    position: absolute;
    content: "";
    width: 370px;
    height: 370px;
    border: 3px solid #FA5E07;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    z-index: -1;
    top:unset;
}

.indruc-abou-sec:before{
    position:absolute;
    content:"";
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-image: url(../image/bg/gallery-68.webp);
    opacity:0.1;
    z-index:-1;
}

.counter-2-wrapper {
    background-color:#142487;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.counter-2-box {
    padding: 49px 30px 46px 70px;
    position: relative;
}

.counter-2-box .number {
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    text-transform: capitalize;
    color: #FFFFFF;
}

.counter-2-box .text {
    font-size: 15px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 10px 0 0;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.counter-2-box:not(:first-child):before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
}

.counter-2-box:not(:first-child) {
    border-left: 1.5px solid #ffffff;
}


.why-peb-sec{
    padding:5rem 0;
    position:relative;
}

.feature-three__single {
    position: relative;
    display: block;
    text-align: center;
    background-color: #f7f7f5;
    padding: 35px;
   height:100%;
    overflow: hidden;
    z-index: 1;
}

.feature-three__single:hover:before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.feature-three__single:hover .feature-three__shape-2 {
    opacity: 0;
}
.feature-three__shape-2 {
    position: absolute;
    left: 0;
    top: 50px;
    opacity: 1;
    transition: all 0.4s linear;
    z-index: -1;
}

.feature-three__shape-2 img {
    width: auto;
}

.feature-three__single:hover .feature-three__shape-3 {
    opacity: 1;
}


.feature-three__single .feature-three__icon-box {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.feature-three__single  .feature-three__icon:before{
    position:absolute;
    content:"";
    bottom:-7px;
    left:-7px;
    background-image: url(../image/bg/feature-three-shape-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
    height:100%;
      z-index: -1;
}

.feature-three__single .feature-three__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    background-color:var(--primary-color);
    border-radius: 50%;
}

.feature-three__single  .feature-three__shape-1 {
    position: absolute;
    right: 7px;
    top: 5px;
    z-index: -1;
}
.feature-three__single:hover .feature-three__text, 
.feature-three__single:hover .feature-three__title {
    color: #ffffff;
}
.feature-three__single .feature-three__title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 21px;
    margin-bottom: 14px;
}


.feature-three__single:hover:before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.feature-three__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e42032;
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

/*.feature-three__single::after{*/
/*    position: absolute;*/
/*    content: "";*/
/*    bottom:0;*/
/*    left: 0;*/
/*    right:0;*/
/*    background-image: url(../image/bg/feature-three-shape-2.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    width: 100%;*/
/*    height:70%;*/
/*    margin:auto 0;*/
/*    top:0;*/
/*    z-index: -1;*/
/*}*/

.feature-three__single:hover::after{
  background-image: url(../image/bg/feature-three-shape-3.png);  
}
.feature-three__icon img{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.specializedbox-sec{
    padding:5rem 0;
    position:relative;
    background-image: url(../image/bg/shape-34.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.specializedbox-sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background: #FFF7F3;
}

.why-peb-sec .row{
    row-gap:20px;
}

.skill-2-content-box {
    background: #FFFFFF;
    box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    padding: 60px 60px;
    margin-top:40px;
}

.specializedswiper .specili-menu {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    background: #fff;
    border: 1px solid #e5e7eb;
    padding: 12px 24px;
    border-radius: 30px;
    margin: 0;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.specializedswiper .specili-menu:hover {
  border-color: #ee1b2c;
  color: #ee1b2c;
}

.specializedswiper .swiper-slide-thumb-active .specili-menu {
  border-color: #ee1b2c;
  color: #ee1b2c;
  box-shadow: #ee1b2c;
}

.specialize-main{
    position:relative;
}

.specializedswiper .swiper-wrapper{
  margin:0 0 2px;  
}

.specializedswiper .swiper-button-prev,
.specializedswiper .swiper-button-next{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--primary-color);
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.specializedswiper .swiper-button-disabled{
    display:none;
}
.specializedswiper .swiper-button-next{
    right:-40px;
}

.specializedswiper .swiper-button-prev{
    left:-40px;
}

.specializedswiper .swiper-button-next:after, 
.specializedswiper .swiper-button-prev:after{
    font-size: 16px;
    color: #fff; 
}

.specializedswiper{
    position: static !important;
}

.skill-boxconte img{
    border-radius:10px;
}

.every-critical-sec{
    background:#11194E;
    padding:7rem 0;
    position:relative;
    z-index:1;
}

.every-critical-sec:before{
    position:absolute;
    left:0;
    top:0;
    content:"";
    background-image: url(../image/home/construction-plan.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    width:50%;
    height:100%;
    z-index:-1;
}

.before-constru-box{
    width: 50%;
    margin-left: auto;
    padding-left: 70px;
}

.before-constru-box .sec-big-title{
   color:#fff; 
}

.plan-every-points li:not(:last-child){
    margin-bottom:10px;
}

.plan-every-points li{
  color:#fff;
  position:relative;
  padding-left:30px;
}

.plan-every-points li:before {
    width: 15px;
    height: 15px;
    content: "";
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    border-radius: 50%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

.plan-every-points li:after {
   width: 15px;
    height: 15px;
    content: "";
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left:7px;
    border-radius: 50%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

.infrastructure-sec{
    padding:5rem 0;
    position:relative;
}

.infrastru-points{
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;  
}

.infrastru-points li{
     display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    background-color: #f3f3f6;
    border: 1px solid #dddde6;
    padding: 16px ;
    transition: all .3s ease;  
    width:32%;
}

.infrastru-points li .infra-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    min-width: 56px;
    height: 56px;
    border-radius: 8px;
    background-color: var(--primary-color);
    transition: all .3s ease;  
}

.infrastru-points li p{
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    margin-left:2rem;
}

.infrastru-points li .infra-icon img{
   filter: invert(99%) sepia(1%) saturate(383%) hue-rotate(285deg) brightness(119%) contrast(100%);
}

.cta-build-sec{
    padding:3rem 0;
    position:relative;
    background:#131922;
}

.cta-peb-logo{
    position: relative;
    height: 100%;
    align-content: center;
    padding-right: 20px;
    margin-right: 20px;
}

.cta-peb-logo::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, .2);
}

.cta-peb-content .sec-big-title,
.cta-peb-content p{
    color:#fff;
}

.cta-peb-content .warehouse-btn{
    display: flex;
    gap: 10px;
    margin:20px 0 0;
}

.peb-sec-process{
    position: relative;
    display: block;
    background-color: #f7f4ed;
    padding: 5rem 0;
    counter-reset: count;
    overflow: hidden;
    z-index: 1;
}

.peb-sec-process:before{
    position: absolute;
    content: "";
    background-image: url(../image/bg/process-one-bg-shape.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 552px;
    height: 585px;
    z-index: -1;
    right: 0;
    opacity: 0.1;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.process-one__single-inner {
    position: relative;
    display: block;
    padding: 0 20px 0;
}

.process-one__single-inner .process-one__shape-1 {
    position: absolute;
    bottom: 47px;
    left: 0;
    right: 0;
    top: -21px;
    background-color: #11194E;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
    border-top-right-radius: 69px;
    border-bottom-left-radius: 5px;
}
.warehouse-btn{
        display: flex;
    gap: 10px;
}
.process-one__single-inner .process-one__single {
    position: relative;
    display: block;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #d4d4d4;
    padding: 30px 15px 60px;
    border-top-left-radius: 130px;
}
.cta-build-sec .project-btncss::after{
    background: #FFF;
}
.cta-build-sec .project-btncss:hover{
    color:#000;
}
.process-one__single-inner .process-one__single p{
    margin:0;
    font-size:15px;
}

.process-one__single-inner .process-one__icon {
    position: relative;
    display: inline-block;
}

.process-one__single-inner .process-one__title {
    font-size: 17px;
    font-weight: 500;
    margin: 15px 0 10px;
}

.process-one__single-inner .process-one__count-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #11194E;
    height: 50px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    border-top-left-radius: 5px;
}

.process-one__single-inner .process-one__count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 8px solid #11194E;
    margin: 0 auto;
    margin-top: -40px;
}

.process-one__single-inner .process-one__count::before {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    counter-increment: count 1;
    content: "0" counter(count);
    color: #0e121d;
}

.process-one__single-inner .process-one__count-shape-1 {
    position: absolute;
    top: 9px;
    left: -20px;
    background-image: url(../image/bg/process-one-count-shape-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:20px;
    height:15px;
}

.process-one__single-inner .process-one__count-shape-2 {
    position: absolute;
    top: 9px;
    right: -20px;
    background-image: url(../image/bg/process-one-count-shape-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:20px;
    height:15px;
}

.process-one__single-inner:hover .process-one__icon img {
    animation-name: wobble-horizontal-hover;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }

  33.3% {
    transform: translateX(-3px);
  }

  49.95% {
    transform: translateX(4px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(0);
  }
}


.peb-sec-process .row{
    row-gap:30px;
}


.reasons-choose-sec{
    padding:5rem 0;
    position:relative;
}


.reason-items {
  padding: 10px;
  height:100%;
}

.reason-items .reason-border {
  position: relative;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 25px;
  height:100%;
}

.reason-items .reason-border::before,
.reason-items .reason-border::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border: 3px solid var(--primary-color);
}


.reason-items .reason-border::before {
  top: -3px;
  right: -3px;
  border-left: none;
  border-bottom: none;
}


.reason-items .reason-border::after {
  bottom: -3px;
  left: -3px;
  border-right: none;
  border-top: none;
}

.reason-items .reason-content h4 {
    font-size: 17px;
    font-weight: 500;
  margin: 0 0 10px 0;
}

.reason-items .reason-content p {
  font-size: 15px;
  margin: 0;
}

.services-across-sec{
    padding:0 0 5rem;
    position:relative;
}

.services-acro-main{
    border: 1px solid #ee1b2c;
    padding: 50px;
    border-radius: 10px;  
}

.across-img img{
    height: 300px;
    object-fit: contain;  
}


.featureSwiper {
    padding: 10px 0 50px;
}

.featureSwiper .swiper-slide {
    height: auto;
}

.featureSwiper .feature-three__single {
    height: 100%;
}


.why-peb-sec .swiper-pagination {
    position: relative;
    margin-top: 40px;
    bottom: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.why-peb-sec .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d4d4d4;
    opacity: 1;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
}

.why-peb-sec .swiper-pagination-bullet:hover {
    background: #0d6efd;
}

.why-peb-sec .swiper-pagination-bullet-active {
    width: 35px;
    height: 12px;
    border-radius: 50px;
    background: var(--primary-color);
}

.project-detail-sec{
    padding:5rem 0;
    position:relative;
}

.project-detail-sec .row{
    row-gap:25px;
}

.prefica-bulid-sec{
    padding:5rem 0;
    position:relative;
}

.structure-build-sec{
    position:relative;
    padding:5rem 0;
}


.engineer-box {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  height: 480px;
}

.engineer-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.engineer-box:hover img {
  transform: scale(1.08);
}

.engineer-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.45) 35%,
    rgba(0, 0, 0, 0.05) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}

.engineer-box .nav-arrow-eng {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    line-height: 50px;
    align-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
    z-index: 3;
    transition: all 0.35s ease;
}

.engineer-box .nav-arrow-eng i {
  font-size: 18px;
  color: #1a1a1a;
  transition: transform 0.35s ease;
}

.engineer-box:hover .nav-arrow-eng {
  background: #142487;
  transform: rotate(45deg);
}

.engineer-box:hover .nav-arrow-eng i {
  color: #ffffff;
}

.engineer-box .engineer-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 24px;
  z-index: 2;
}

.engineer-box .engineer-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.35;
  margin: 0;
  transition: transform 0.4s ease;
}

.engineer-box .engineer-content p {
  font-size: 15px;
  font-weight: 400;
  color: #e5e5e5;
  line-height: 1.6;
  margin: 12px 0 0 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.45s ease, opacity 0.35s ease, margin-top 0.45s ease;
}

.engineer-box:hover .engineer-content p {
  max-height: 120px;
  opacity: 1;
}

.engineer-box:hover .engineer-content h4 {
  transform: translateY(-2px);
}

.structure-build-sec .row{
    row-gap:30px;
}

.smarter-building-sec{
    padding: 5rem 0;
    position: relative;
    background: #f5f4f4;
}

.smarter-building-sec .row{
    margin-top:30px;
}

.smarter-buil-content{
    margin-right:20px;
}

.smarter-buil-img{
    text-align:end;
    margin-bottom:30px;
}

.smarter-buil-point{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    row-gap: 25px;
   flex-wrap: wrap;
}

.smarter-buil-point li{
    display: flex;
    align-items: center;
    width: 49%;
    gap: 20px;
}

.smarter-buil-point li .smart-icon{
    min-width: 64px;
    width: 64px;
    height: 64px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    background-color: #ffe5e7;
    border: 2px solid #fff;
}

.smarter-buil-point li .smartepo-content h4{
    font-size:18px;
    font-weight:600;
    margin:0 0 10px;
}
.smarter-buil-point li .smartepo-content p{
    margin:0;
    font-size:15px;
}

.execution-sec{
    position:relative;
    background-image: url(../image/bg/peb-construction-project.webp);
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center center;
    overflow:hidden;
}
.cta-2-area-inner {
        padding: 80px 0;
    }
@media only screen and (max-width: 1919px) {
        .execution-content {
        padding: 30px;
        width:45%;
    }
}
.execution-content {
    padding: 40px;
    background-color: #ffffff;
    width: 50%;
    position: relative;
}

.execution-content .line-1 {
width: 5000px;
height: 1px;
display: inline-block;
position: absolute;
content: "";
background: rgba(255, 255, 255, 0.5);
top: 0;
left: 50%;
transform: translateX(-50%);
}

.execution-content .line-2 {
 width: 5000px;
 height: 1px;
 display: inline-block;
 position: absolute;
 content: "";
 background: rgba(255, 255, 255, 0.5);
 bottom: 0;
 left: 50%;
 transform: translateX(-50%);
}

.execution-content .line-3 {
    height: 5000px;
    width: 1px;
    display: inline-block;
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.execution-content .line-4 {
height: 5000px;
width: 1px;
display: inline-block;
position: absolute;
content: "";
background: rgba(255, 255, 255, 0.5);
right: 0;
top: 50%;
transform: translateY(-50%);
}

.execution-points{
    display: flex;
    justify-content: space-between;
    row-gap: 10px;
    flex-wrap: wrap;
}

.execution-points li{
    position: relative;
    padding-left: 30px;
    width:49%;
    font-size:14px;
}

.execution-points li:before {
    font-size: 18px;
    font-family: flaticon_normal-icon !important;
    content: "\f148";
    color: var(--primary-color);
    position: absolute;
    top: -2px;
    left: 0;
}

.features-we-sec{
    padding:5rem 0;
    position:relative;
    background-image: url(../image/bg/shape-16.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.features-we-sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color:#FFF7F3;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.feature-we-content .feature-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: 420px 1fr;
    align-items: center;
}

.feature-points{
    
}

.feature-points li{
    position: relative;
    padding-left: 30px;
    font-size: 15px;
}

.feature-points li:not(:last-child){
    margin-bottom:10px;
}

.feature-points li:before {
    width: 15px;
    height: 15px;
    content: "";
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    border-radius: 50%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

.feature-points li:after {
   width: 15px;
    height: 15px;
    content: "";
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left:7px;
    border-radius: 50%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

.feature-box-img img,
.feature-box-imgleft img{
    border-radius:10px;
}

.feature-we-content{
    margin-left:20px;
}

.feature-box-imgleft{
    position:relative;
    height:100%;
}

.feature-box-imgleft:before{
    position:absolute;
    content:"";
    bottom:0;
    right:0;
    background-image: url(../image/bg/gallery-42.webp);
    background-size: contain;
    background-repeat: no-repeat;
    height:156px;
    width:188px;
}

.solution-cta-sec{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-image: url(../image/bg/ongoing-peb-site.webp);
}

.solution-cta-content{
    width:40%;
    position:relative;
}
.solution-cta-content .top-title-cra{
    background-color: transparent;
    padding: 0px 5px 0px 45px;
    background-image: linear-gradient(-90deg, #FE000B 0%, #980007 100%);
    border-radius: 13px 13px 0px 0px;
    height: 48px;
    position: absolute;
    z-index: 1;
    top: -48px;
    width: 100%;
}
.solution-cta-content .solution-box-content{
    position:relative;
    background:#fff;
    padding:40px;
     z-index:1;
}

.solution-cta-content .solution-box-content:before{
    position: absolute;
    content: "";
    bottom: 40px;
    left: 0;
    background-image: url(../image/bg/ccc.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 28px;
    width: 200px;
    z-index: -1;
}

.solution-cta-content .top-title-cra h4{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 0;
    color: #fff;
}

.solution-box-content .solut-cta-btn{
    text-align: end;
    display: grid;
    justify-content: end;
    row-gap: 10px;
}

.across-tn-sec{
    padding:5rem 0 7rem;
    position:relative;
}

.across-tn-img img{
    height: 200px;
    width: 100%;
    object-fit: contain;
}

.across-tn-img{
    border: 1px solid #2ea3e2;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    line-height: 250px;
    overflow: hidden;
    margin: 0 auto;
}

.testimon-secbox{
    padding:5rem 0;
    position:relative;
    background:#f5f4f4;
}

.testimo-boxpp{
    background-color: #FFFFFF;
    padding: 20px;
    border: 1px solid #D5D5D5;
    border-radius: 10px 0 0 10px;
    border-right: unset;
    padding-right:60px;
    height:100%;
}

.tesxtpp-topbox{
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D5D5D5;
    align-items: center;
    justify-content: space-between;
}

.tesxtpp-topbox .tesxtpp-lg-tex{
    display: flex;
    gap: 20px;
    align-items: center;
}

.tesxtpp-topbox .tesxtpp-lg-tex .tesxtpp-logo{
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 20px;
    max-width: fit-content;
}

.tesxtpp-topbox .tesxtpp-lg-tex .tesxtpp-name h4{
    font-size: 23px;
    font-weight: 600;  
}

.tesxtpp-topbox .tesxtpp-lg-tex .tesxtpp-name p{
    margin:0;
}

.read-more-cotnas {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
}

.read-more-cotnas::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 3;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
    background: linear-gradient(to bottom, transparent 10%, rgb(255 255 255) 90%);
}

.read-more-cotnas.open {
    max-height: 1000px;
}

.testimo-boxpp .testired {
    color: var(--primary-color);
    border: 1px solid var(--primary-color) !important;
    background: transparent;
    padding: 6px 15px 7px;
    border-radius: 40px;
    font-size: 14px;
}

.read-more-cotnas.open::after {
    opacity: 0;
}

.testmonia-arrow{
    position: relative;
    width: 90%;
    height: 437px;
    background-image: url(../image/svg/testmoni-icon.svg);
    background-size: 200px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    opacity: 0.1;
}
.testimo-boxpp.without{
    border-radius: 10px !important;
    border: 1px solid #D5D5D5; 
}
.testmonia-arrow:before{
    
}
.testimon-rowsss .row:not(:last-child){
    margin-bottom:50px;
}

.testiopp-img {
    position: relative;
    display: block;
    border-radius: 0 14px 14px 0;
    overflow: hidden;
    height: 437px;
}

.testiopp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.testiopp-img:hover img {
  transform: scale(1.06);
}


.testiopp-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.testiopp-img .view-prot-btn {
    position: absolute;
    width: 120px;
    height: 120px;
    line-height: 130px;
    text-align: center;
    background: #ee1b2c;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 50%;
    white-space: nowrap;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
    bottom: 0;
    right: 0;
    border-radius: 50% 0 0 0;
}

.testiopp-img:hover .view-prot-btn {
  background: #1a1a1a;
  color: #ffffff;
}

.pmp-partner-sec{
    padding:5rem 0;
    position:relative;
}


.pmp-left-content{
    margin-top: 37px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 40px 66px;
}

.pmp-left-content .pmp-let-img{
    margin-top: 3px;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-top: 20px;
    width: max-content;
}

.pmp-left-content .pmp-let-img .thumb-border {
    position: absolute;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 0px;
    left: 0px;
    z-index: -1;
    border-width: 1px;
    border-style: solid;
    border-color:var(--primary-color);
    border-image: none;
    border-radius: 10px;
}

.pmp-left-content .pmp-let-img img{
    max-width: 347px;
    aspect-ratio: 100 / 114;
    object-fit: cover;
    border-radius: 10px;
}

.testimon-rowsss .col-lg-3,
.testimon-rowsss .col-lg-9{
    padding:0;
}

.testimon-rowsss .row:nth-child(even) .testimo-boxpp{
    border-radius: 0 10px 10px 0;
    border-left: unset; 
}

.testimon-rowsss .row:nth-child(even) .testiopp-img{
   border-radius: 14px 0 0 14px;  
}

.testimon-rowsss .row:nth-child(even) .testimo-boxpp{
    padding-left:60px;
    padding-right:20px;
}

.trusted-industr .intl-solu-hand{
    margin-bottom: 20px;
    background-color: #fff6f7;
    position: relative;
    padding:15px;
    padding-left:30px;
}

.trusted-industr .intl-solu-hand:before{
    width: 5px;
    height: calc(100% - 37px);
    background-color:#ed1a2b;
    content: "";
    position: absolute;
    left: 0px;
    top: 20px;
    border-radius: 2px;
}

.trusted-industr .intl-solu-hand p{
    margin:0;
}

.infra-boximg{
    display: inline-block;
    position: relative;
    padding-right: 21px;
    padding-bottom: 20px;
    z-index:1;
}

.infra-boximg:before{
    position: absolute;
    content: "";
    width: 80%;
    height: 80%;
    border: 1px solid var(--primary-color);
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 8px;
}

.infra-boximg img {
    width: 100%;
    /*aspect-ratio: 100 / 128;*/
    object-fit: cover;
    border-radius: 10px;
    
}

.indus-se-btn{
    text-align:end;
}

.making-every-sec{
    padding:5rem 0;
    position:relative;
    z-index:1;
    background:#f5f4f4;
}



.making-every-sec .sec-big-title span{
    color: #11194E;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    display: block;
    margin-top:10px;
}

.making-every-sec .sec-big-title span:before{
    position:absolute;
    content:"";
    width:60px;
    height:4px;
    background:var(--primary-color);
    bottom:0;
    left:0;
    border-radius:20px;
}

.making-right {
    position: relative;
    padding-left: 10px;
}

.making-right .arc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.making-right .arc-list::before {
    content: "";
    position: absolute;
    left: 36px;
    top: 36px;
    bottom: 36px;
    width: 2px;
    background: repeating-linear-gradient(to bottom, var(--line) 0 6px, transparent 6px 12px);
    border-radius: 2px;
}

.making-right .arc-item:nth-child(1) {
    animation-delay: .05s;
}

.making-right .arc-item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 14px;
    position: relative;
    opacity: 0;
    transform: translateX(24px);
    animation: slideIn .6s ease forwards;
}

 @keyframes slideIn{
    to{opacity:1; transform:translateX(0);}
  }
  
.making-right .label-pill b {
    color:#11194E;
    font-weight: 700;
}

.making-right .label-pill::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 2px;
    background: #c9d0e0;
}

.making-right .label-pill {
    background: #ffffff;
    border-radius: 10px;
    padding: 16px 22px;
    box-shadow: 0 4px 14px rgba(16, 26, 61, 0.06);
    font-size: 16.5px;
    flex: 1;
    position: relative;
}

.making-right .icon-circle {
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fff;
    border: 2.5px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 14px rgba(16, 26, 61, 0.12);
}

.making-right .icon-circle svg {
    width: 28px;
    height: 28px;
    stroke: var(--primary-color);
    fill: none;
    stroke-width: 1.8;
}

.flexible-secmm{
    padding:5rem 0 0;
    position:relative;
}



.flexible-pms {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  height:300px;
}

.flexible-pms .flexible-pms-img {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.flexible-pms .flexible-pms-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.flexible-pms .flexible-pms-content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.flexible-pms .pms-img img{
  height: 100%;
  min-width: 200px;
  object-fit: cover;  
}

.flexible-secmm .col-lg-6:nth-child(1) .flexible-pms .flexible-pms-content{
      margin-left: auto;  
}

.flexible-secmm .col-lg-6:nth-child(1) .flexible-pms .flexible-pms-content::before {
  background: linear-gradient(273deg, rgba(17, 25, 78, 0.94) 45%, rgba(17, 25, 78, 0.55) 100%);
}


.flexible-secmm .col-lg-6:nth-child(2) .flexible-pms .flexible-pms-content::before {
  background: linear-gradient(100deg, rgba(238, 27, 44, 0.94) 45%, rgba(238, 27, 44, 0.55) 100%);
}

.flexible-pms .flexible-pms-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  align-content: center;
}

.flexible-pms .flexible-pms-content h4 {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 0 16px 0;
}

.flexible-pms .flexible-pms-content p {
    font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin: 0;
}

.flexible-pms .flexible-pms-content h4 span.highlight {
  color: #ffcc00;
}


.why-busine-sec{
    padding:0 0 5rem;
    position:relative;
}

.recruiting-services-card {
    padding: 30px;
    border-radius: 15px;
    position: relative;
    height:100%;
}

.recruiting-services-card::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    border-radius: 15px;
    clip-path: polygon(20% 0%, 70% 0, 100% 32%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0 0);
    z-index: -1;
}

.recruiting-services-card .content {
    margin-top: 135px;
}

.recruiting-services-card .content h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.recruiting-services-card .content p {
    margin-bottom: 45px;
}

.recruiting-services-card .icon {
    position: absolute;
    right: 0;
    top: 0;
}

.recruiting-services-card .icon .icon-why {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    border: 1px solid rgba(1, 1, 1, 0.2);
    background-color: #ffffff;
    color: #010101;
    border-radius: 150px;
    font-size: 75px;
    transition: 0.7s;
}

.recruiting-services-card:hover .icon .icon-why {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.recruiting-services-card:hover .icon .icon-why img{
        filter: brightness(0) invert(1);
}

.why-busine-sec .row{
    row-gap:40px;
}


.land-markmain{
    background: #11194e;
    padding: 30px;
    border-radius: 20px;
}

.land-mar-content .sec-big-title,
.land-mar-content p{
   color:#fff; 
}

.support-box{
    background: #fff;
    border-radius: 10px;
    position: relative;
    border-top-left-radius: 0;
}
.support-boxpoin{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:0 20px;
}

.support-boxpoin li{
    width: 24%;
    position: relative;
    padding-left: 0 !important;
    font-size: 15px;
    padding: 15px 10px;
    display: flex;
    gap: 5px;
}

.support-boxpoin li:not(:last-child){
    border-right:1px solid #11194e;
}

.support-boxpoin li:before{
    content: "\f148";
    font-family: flaticon_normal-icon !important;
    font-size: 16px;
    text-align: center;
    color: #11194e;
    display: inline-block;
}

.support-boxpoin li:nth-child(4) {
    border-right:unset;
}

.land-mark-sec{
    padding:5rem 0 0;
}

.support-box .supp-titlebox{
    background-color: #fff;
    border-radius: 13px 13px 0px 0px;
    height: 38px;
    position: absolute;
    z-index: 1;
    top: -38px;
    padding: 0 20px;
    border-bottom: 1px solid #11194e;
}
.support-box .supp-titlebox h4{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
}

.make-title-content{
    display: grid;
    height: 100%; 
}

.structure-build-sec.listing{
  padding-top:0;  
}

.error-box-main {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.error-box-main p {
    margin: 0 0 30px;
}

.error-sec {
    padding: 5rem 0;
    position: relative;
}

.error-box-main .temlbtn{
 margin:0 auto;   
}