:root {
    --primary-color: #ee1b2c;
    --secondary-color:#0e384c;
}

body{
   font-family: "Public Sans", sans-serif;
}

html, body{
    overflow-x: clip;
}

h1, h2, h3, h4, h5, h6{
   font-family: "Geologica", sans-serif;
}

p{  
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
}
strong{
    font-weight: 700;
    letter-spacing: 1px;
}
img{
    height:auto;
    max-width:100% !important;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

li{
    list-style:none;
}
a{
    text-decoration:none !important;
    color:#000;
}

.banner-image {
    width: 100%;
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: grid;
    align-items: center;
    justify-content: center;
    z-index:1;
}

.banner-image:before{
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#0d0d0d;
    opacity:0.4;
    z-index:-1;
}

.banner-content-box{
    position:relative;
    text-align:center;
    margin:0 auto;
}

.banner-content-box .banner-title{
    font-size: 50px;
    color: #fff;
    /*font-weight: 600;*/
    /*line-height: 1.5;*/
    margin-bottom: 30px;
    font-style:italic;
    text-shadow: 0 3px BLACK;
}

.banner-content-box p{
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 2px black;
}

 .project-btncss{
      padding: 10px 25px;
    background: var(--primary-color);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 40px;
    max-width: fit-content;
    transition: background 0.2s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    line-height: 1.4;
    text-transform: uppercase;
    /* z-index: -1; */
    z-index: 1;
}

.banner-infrastac .project-btncss:nth-child(2){
    background: #fff;
    color: #000;
    border: 2px solid #DEE1E6FF;
    transition: background 0.2s ease;
}

.project-btncss::after {
 content: '';
    position: absolute;
    top: 0;
    /* left: -100%; */
    width: 0%;
    height: 100%;
    background: #142487;
    /* transform: skewX(-20deg); */
    transition: all 0.2s linear;
    right: 0;
    z-index: -1;
}
.project-btncss:hover::after { 
    width: 100%; }

.banner-infrastac{
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.bannr-corousel .swiper-button-next:after,
.bannr-corousel .swiper-button-prev:after{
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-image: url(../image/svg/thin-arrow.svg);
    background-size: 20px;
    background-position: center;
    filter: brightness(0.5) invert(1);
    background-repeat: no-repeat;
}
.bannr-corousel .swiper-button-prev{
    left:20px;
}
.bannr-corousel .swiper-button-next{
    right:20px;
}

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

.head-btn{
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mega-menu > ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.mega-menu > ul > li > a{
    font-size: 16px;
    color: #000;
}

.about-intro-sec{
    padding:7rem 0 6rem;
    position:relative;
}
.about-intro-sec::before{
       content: '';
    position: absolute;
    bottom: -18px;
    right: 0;
    background-image: url(../image/bg/bg-image.svg);
    height: 389px;
    width: 680px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.7;
    
}
.about-content{
    margin-left:50px;
}

.sec-big-title{
    font-size: 34px;
        letter-spacing: -0.8px;
}
.regula-boxmain .sec-big-title{
        font-size: 29px;
}
.section-title{
    margin-bottom:20px;
}

.about-content .project-btncss{
    margin-top:20px;
}

.key-numbermain{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0;
    border-radius: 12px;
    margin: 0;
    display: flex;
}

.keymainimgbox{
    margin-top:50px;
}
/*.key-numbermain li:not(:last-child){*/
/*    border-right:1px solid #cacaca;*/
/*}*/
.key-numbermain li{
    text-align:center;
    width:33.33%;
}
.key-numbermain li span{
    font-size: 60px;
    font-family: "Hedvig Letters Sans", sans-serif;
    font-weight: 700;
}

.key-numbermain li p{
    font-size: 17px;
    color: #6b6b6b;
    margin: 0;
}
.about-key-img{
    position:relative;
    height:100%;
    margin-left:20px;
}
.about-key-img img{
    position: absolute;
    bottom: 0;
    height: 350px;
}

.dropdownd .dropn-btnmobile{
    position: absolute;
    font-size: 13px;
    top: 5px;
    color: #000;
    margin: auto 0;
    bottom: 0;
    right: 0;
}

.dropdownd .dropn-btnmobile i{
    color:#000;
}
.mega-menu > ul .dropdownd {
    padding-right: 18px;
    position: relative;
}

.mega-menu-coirse {
    top: 40px;
    position: absolute;
    left: -100px;
    overflow: hidden;
    text-align: start;
    border-radius: 0 0 8px 8px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    position: absolute;
    z-index: 99;
    padding: 0;
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    visibility: hidden;
    transition: 0.3s;
    justify-content: space-between;
    width: 400px;
}

.mega-menu-coirse li a {
    font-size: 15px !important;
    display: flex;
    gap: 10px;
    padding: 10px;
    font-weight: 400 !important;
}

.mega-menu > ul > li.dropdownd > a {
    padding-bottom: 20px;
}

.mega-menu ul .dropdownd:hover .mega-menu-coirse {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.mega-menu-coirse li:hover{
    background:#dff5ff;
}

.banner-sec{
    position:relative;
}

.banner-logo{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: fit-content;
    height: 120px;
    width: 120px;
    min-width: 120px;
    line-height: 120px;
    text-align: center;
    bottom: -60px;
    z-index: 1;
    border-radius: 50%;
    background: #fff;
}
.banner-logo img{
    height: 100px;
    width: 100px;
}
.sec-small-title{
    color: var(--primary-color);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    display: inline-block;
}

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

.servic-sec-main:before{
    position:absolute;
    content:"";
    background-image:url(../image/bg/bg-service2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top:0;
    left:0;
    right:0;
    border-radius:30px;
    height:80%;
    width:98%;
    z-index:-1;
    margin:0 auto;
}

.service-cardbox{
    padding: 11px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    height: 100%;
    display: grid;
}

.feasibil-box{
    padding: 26px 24px 25px;
    background-color: #f5f5f5;
    border-radius: 6px;  
    margin:0;
}

.feasibil-box li{
    color: #000;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
}

.feasibil-box li:not(:last-child){
    margin-bottom: 14px;
    border-bottom: 1px solid #d5d5d5;  
}

.feasibil-box li:before{
    content: '';
    position: relative;
    background-color: #121212;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-flex;
}

.service-cardbox .service-container{
    padding: 10px;  
}

.service-cardbox .service-container .service-iconss{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: var(--primary-color);
    border-radius: 6px;
    margin:0 0 20px;
}

.service-cardbox .service-container p{
    margin:0;
}

.service-cardbox .service-container .service-iconss img{
  filter: brightness(0.5) invert(1);  
}

.service-cardbox .service-container .serv-title-bx{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4; 
}

.service-cardbox .service-container .serv-title-bx:hover a{
    color:var(--primary-color);
}

.service-swipercorousel{
    margin-top:30px;
     position: static !important;
}

.service-swipercorousel .swiper-button-next:after,
.service-swipercorousel .swiper-button-prev:after{
    background-color: #f5f5f5;
    border-radius: 6px;
    width: 46px;
    height: 84px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d5d5d5;
    transition: all .3s ease-in-out;
    font-size: 22px;
    color: #999;
    position: absolute;
}

.service-swipercorousel .swiper-button-next{
    right:-60px;
}
.service-swipercorousel .swiper-button-prev{
    left:-60px;
}

.service-swipermain{
   position:relative;
}

.service-swipercorousel .swiper-slide{
    height:auto;
}

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

.proces-main {
    list-style: none;
    display: flex;
    align-items: stretch;
    gap: 20px;
   margin:0;
    position: relative;
}

.proces-main li {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px 15px;
    background: #f5f5f5;
    border-radius: 14px;
    border: 1.5px solid transparent;
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s cubic-bezier(.34, 1.56, .64, 1);
    cursor: pointer;
    align-items: center;
}

.proces-main li::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -30px;
    width: 70px;
    height: 2px;
    background: #e5e7eb;
    z-index: -1;
}
.proces-main li:last-child::after { display: none; }

.proces-main li:hover {
    border-color: #0084b5;
    /*background: #e6f4fa;*/
    /*transform: translateY(-4px);*/
}
.proces-main li:first-child { transform: none; } 


.proces-main li .proces-number {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #1c2f3a;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
    transition: background 0.25s;
    flex-shrink: 0;
}

.proces-main li:first-child .proces-number,
.proces-main li:hover .proces-number {
    background: #0084b5;
}

.proces-main li .proce-title {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    line-height: 1.3;
    transition: color 0.2s;
    text-align: center;
    margin: 0;
}
.proces-main li:hover .proce-title {
    color: #0084b5;
}

.proce-week {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0084b5;
    margin-top: auto;
    padding-top: 10px;
    opacity: 0;
    transition: opacity 0.2s;
}
.proces-main li:first-child .proce-week,
.proces-main li:hover .proce-week {
    opacity: 1;
}

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

.section-title.text-center{
    margin-bottom:40px;
}

.industrial-box{
    position:relative;
    overflow:hidden;
    border-radius:15px;
    position:relative;
}
.industrial-box:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: background 0.4s ease;
    z-index: 1;
    opacity: 0.3;
}
.industrial-box img{
    width:100%;
    object-fit:cover;
    transition: all 0.3s ease;
}
.industrial-box:hover img{
  transform: scale(1.1);  
}
.industrial-box .industrial-content{
    position: absolute;
    z-index: 2;
    bottom: 10px;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 10px;
    border-radius: 15px;
    font-weight: 600;
    
}

.industrial-box .industrial-content .indus-title{
    margin:0;
    font-size: 20px;
    margin:0;
    color:#fff;
}

.cloindustwo{
    display: grid;
    gap: 20px;
}

.cloindustwo-rlex{
    display: flex;
    gap: 20px;
}

.industrie-sec .row:not(:last-child){
    margin-bottom:30px;
}

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

.project-experice{
    border-radius: 10px;
    overflow: hidden;
    position: sticky;
}

.peoject-content-box{
   position: sticky;
   top:50px;
}

.project-experice:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    border-radius:10px;
}
.project-experice:hover:before{
  background: #22222299;  
}
.project-experice .project-content .projec-title{
    font-size: 25px;
    font-weight: 600;
    line-height: 36px;
    color: #ffffff;
    margin:0 0 20px;
}
.project-experice .project-content .projec-title a{
    color:#fff;
}

.project-experice .project-content span{
    color:#e9e8e4;
}

.project-experice .project-content .project-arrow{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 55px;
    display: inline-block;
    transform: rotate(-45deg);
    transition: 0.3s;
}
.project-experice .project-content .project-arrow:hover{
    transform: unset;
}
.project-experice .project-content{
    transition: 0.4s;
    text-align: center;
    display: block;
    flex-direction: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    opacity: 0;
    visibility: hidden
}

.project-experice:hover .project-content{
    opacity: 1;
    visibility:visible;
}

.project-experice .project-center{
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    transition: 0.4s;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.project-experice:hover .project-center{
    transform: translateY(-15px);
    opacity: 1;
    visibility: visible;  
}

.project-expericemain .project-experice:not(:last-child){
    margin-bottom:25px;
}

.project-expericemain .project-experice:nth-child(1), 
.project-expericemain .project-experice:nth-child(3){
    top:50px;
}

.project-expericemain .project-experice:nth-child(2){
    top:150px;
}

.header-top-sec.sticky{
    transform: translateY(0%);
    visibility: visible;
    animation: sliddown 1s;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
     position: fixed !important;
    top: 0;
    width: 100%;
    z-index:999;
    border: unset;
}

.header-top-sec.sticky .mega-menu > ul > li > a,
.header-top-sec.sticky .dropdownd .dropn-btnmobile i{
    color: #000;
}

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

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

@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);
}
}

.testimon-btn{
    text-align:end;
}
.testmoni-sec{
    padding:5rem 0;
    position:relative;
    z-index:1;
}

.testmoni-sec:before{
    position:absolute;
    content:"";
    background:#f5f4f4;
    width:98%;
    height:100%;
    top:0;
    right:0;
    left:0;
    margin:0 auto;
    border-radius:10px;
    z-index:-1;
}

.testimonial-boxsec{
    background-color: #FFFFFF;
    padding:20px;
    border:1px solid #D5D5D5;
    border-radius:10px;
    margin-top:40px;
}

.testimo-img > img{
    height: 450px;
    object-fit: cover;
}
.testimo-img{
    position:relative;
    border-radius:10px;
    overflow:hidden;
}
.testimo-img:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(356deg, #0084b5 0%, rgba(71, 71, 66, 0) 50.93%);
    transition: background 0.4s ease;
    z-index: 1;
}

.testimo-img .clental img{
    border-radius: 50%;
    border: 4px solid #000;
    min-width: 60px;
    width: 60px;
    height: 60px;
    position: relative;
}
.testimo-img .clental img:nth-child(2){
    left:-20px;
}
.testimo-img .clental img:nth-child(3){
    left:-40px;
}
.testimo-img .clental img:nth-child(4){
     left:-60px;
}
.testimo-img .clental img:nth-child(5){
     left:-80px;
}
.testimo-img .clental{
    display:flex;
}
.testimo-img .cleintcontent{
    padding: 0 20px 20px;
    display: flex;
    gap: 20px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.testimo-img .starcontent p {
    font-size:17px;
    margin-top:1rem;
}
.testimo-img .starcontent .star, 
.testimo-img .starcontent p {
    color:#fff;
}
.testimo-img .starcontent .star{
    color: #ffc107;
}
.testiomonal-content{
    padding:30px;
    position:relative;
    height:100%;
}

.testiomonal-content:before{
    position: absolute;
    content: "";
    height: 60px;
    width: 60px;
    background-image: url(../image/svg/testmoni-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 20px;
    top: 20px;
}

.testiomonal-content .test-name-box{
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D5D5D5;
    align-items: center;
}

.testiomonal-content .test-name-box img{
    border-radius:5px;
}

.testiomonal-content .test-name-box h4{
    font-size: 23px;
    font-weight: 600;
}
.testiomonal-content .test-name-box span{
    margin:0;
}

.testiomonal-content p{
    font-size: 16px;
    color: #505050;
}
.testimonsweper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  transition: 0.6s;
  border: 1px solid var(--primary-color);
  background-color: transparent;
  opacity: 1;
  border-radius: 0px;
  margin:5px !important;
}

.testimonsweper .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.testimonsweper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
  transition: 0.6s;
  position: relative;
}
.testimonsweper .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 15px;
  height: 15px;
  line-height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  content: "";
}

.about-intro-img img{
    width: 100%;
    border-radius: 20px;
}

.why-modern-sec{
    padding:5rem 30px 10rem;
    position:relative;
    z-index:1;
    
       
}

.why-modern-sec:before{
    position:absolute;
    content:"";
     background: url(../image/bg/why-bg.webp);
    width:99%;
    height:100%;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    border-radius:20px;
    /*z-index:-1;*/
}
.why-modern-sec:after{
    position:absolute;
    content:"";
    background:var(--primary-color);
    width:99%;
    height:100%;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    border-radius:20px;
    z-index:-1;
}

.why-modern-img img{
    border-radius:15px;
    width:100%;
}

.why-modern-content{
    margin-left:30px;
}

.why-modern-content .sec-small-title, 
.why-modern-content .sec-big-title, .why-modern-content p {
    color:#fff;
}

.why-moder-point{
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.why-moder-point li{
    position: relative;
    padding-left: 30px;
    font-size: 15.5px;
    color: #fff;
    font-weight: 300;
    width: 48%;
}

.why-moder-point li:not(:last-child){
    margin-bottom: 10px;
}
.why-moder-point li:before{
    position: absolute;
    content: "\f148";
    font-family: flaticon_normal-icon !important;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.main-footer{
	background:#11194E;
	padding: 50px 0 0;
}

.footer-booking-box{
	border-bottom: 1px solid #ffffff1f;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.footer-booking-title .heal-title{
    font-size: 93px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
}

.footer-booking-btn{
	text-align: right;
}

.footer-logo{
	margin-bottom: 10px;
}



.about-footer-content{
	margin-bottom: 30px;
}
.footr-lin-btn .healbtn:hover{
    background:#fff;
    color:var(--secondary-color);
}
.about-footer-content p{
	color: #fff;
	margin: 0;
	max-width: 80%;
    font-size: 14px;
}

.footer-social-links ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-social-links ul li{
	display: inline-flex;
	margin-right: 15px;
}

.footer-social-links ul li:last-child{
	margin-right: 0;
}

.footer-social-links ul li a i{
	color: #ee1b2c;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li a{
    background: #ffe5e7;
    width: 30px;
    height: 30px;
    text-align: center;
    align-content: center;
    line-height: 35px;
}

.footer-links{
	margin: 0 auto;
}

.footer-links h4{
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.list{
    position:relative;
}
.list li:nth-child(1)::before {
    background-image: url("../image/svg/location-pin.svg");
}

.list li:nth-child(2)::before {
    background-image: url("../image/svg/area.svg");
}

.list li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

.list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(31%) sepia(84%) saturate(1480%) hue-rotate(170deg) brightness(95%) contrast(101%);
}
.footer-links ul li{
	text-transform: capitalize;
	margin-bottom: 12px;
}

.footer-links ul li:last-child{
	margin-bottom: 0;
}

.footer-links ul li a{
	color: #fff;
	font-size: 14px;
	transition: all 0.3s ease-in-out;
}

.footer-links.footer-contact-box{
	max-width: 100%;
}

.footer-contact-box .footer-info-box{
    position: relative;
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
}

.footer-contact-box .footer-info-box:last-child{
	margin-bottom: 0;
}

.footer-info-box .icon-box i{
	font-size: 20px;
	color: #fff;
}

.footer-info-box p, .footer-info-box a{
	color: #fff;
	margin: 0;
	font-size:14px;
}

.footer-copyright{
	border-top: 1px solid #ffffff1f;
	padding: 20px 0;
	margin-top: 80px;
}

.footer-copyright-text p,
.footer-copyright-text a{
	color: #fff;
	margin: 0;
	font-size:14px;
}
.footer-copyright-text p strong{
    font-weight: 800;
    letter-spacing: 1px;
}
.whatsappicon {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 9999;
}
.whatsappicon .call-icons{
    display:none;
}

.mar-left-25 {
    margin-left: 50px;
}
    
.projec-new-sec{
  padding:5rem 0 0;
  position:relative;
}


.projec-new-sec .swiper {
  overflow: hidden;
}
.projec-new-sec .swiper-slide {
  transition: transform 0.6s ease, opacity 0.6s ease;
  margin: 0;
  z-index: 1;
  position: relative;
}

.project-card-item-style-1 .project-image img{
    width:100%;
}

.project-card-item-style-1 .project-image {
  position: relative;
}

.projec-new-sec .swiper-slide-active .project-card-item-style-1 .project-image .project-box {
  opacity: 1;
  visibility: visible;
}
.project-card-item-style-1 .project-image {
  position: relative;
}

.project-card-item-style-1 .project-image .project-box {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: -30px;
  bottom: 20px;
  max-width: 538px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.project-card-item-style-1 .project-image .project-box .content h4 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .project-card-item-style-1 .project-image .project-box .content h4 {
    font-size: 20px;
  }
}
.project-card-item-style-1 .project-image .project-box .content h4 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-card-item-style-1 .project-image .project-box .content h4 a:hover {
  color: var(--primary-color);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-color) 100%);
}
.project-card-item-style-1 .project-image .project-box .content .list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #535A63;
}
.project-card-item-style-1 .project-image .project-box .content .list li span {
  font-weight: 500;
  color: #91969C;
}
.project-card-item-style-1 .project-image .project-box .content .list li:not(:last-child) {
  margin-bottom: 10px;
}
.project-card-item-style-1 .project-image .project-box .arrow {
    width: 70px;
    line-height: 80px;
    height: 70px;
  text-align: center;
  color: #fff;
  background-color: var(--primary-color);
  font-size: 25px;
  transition: all 0.4s ease-in-out;
}
.project-card-item-style-1 .project-image .project-box .arrow:hover {
  background-color: var(--secondary-color);
}

.projec-new-sec .swiper-dot-1{
    text-align: center;
    margin-top: 30px;  
}

.swiper-dot-1 {
  text-align: center;
  margin-top: 60px;
  z-index: 1;
}
.swiper-dot-1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  transition: 0.6s;
  border: 1px solid var(--primary-color);
  background-color: transparent;
  opacity: 1;
  border-radius: 0px;
  margin:0 5px !important;
}
.swiper-dot-1 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-dot-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
  transition: 0.6s;
  position: relative;
}
.swiper-dot-1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  content: "";
}
.project-slider .swiper-slide-prev, .project-slider .swiper-slide-next {
   opacity:0.5; 
}
.servic-new-sec{
    padding: 5rem 0;
    position: relative;
    /*background: #f5f4f4;*/
}

.pxl-post--inner {
    border: 1px solid #e8e8ee;
    border-bottom-width: 5px;
    padding:20px;
    border-radius: 13px;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    height: 100%;
    display: grid;
    background-color: #fff;
}

.pxl-post--inner .pxl-post--icon{
    display: inline-flex;
    width: 92px;
    height: 92px;
    border-radius: 10px 0 10px 10px;
    background-color: #000;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    z-index: 2;
    margin-top: -18px;
    position: relative;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

.pxl-post--inner .pxl-post--icon::before {
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    width: 14px;
    height: 17px;
    background-color: 
    color-mix(in srgb, #000 80%, black);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
}
.pxl-post--inner .pxl--icon{
    margin-bottom:25px;
}
.pxl-post--inner .pxl-post--title {
    font-size: 16px;
    line-height:1.4;
    margin-bottom: 15px;
}

.pxl-post--inner p{
    font-size: 15px;
    margin: 0 0 20px;
}

.pxl-post--inner .btn-more-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pxl-post--inner .btn-more-wrap .btn-more {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

.ser-car-mg{
    border-radius:10px;
    overflow:hidden;
    position:relative;
    height: 100%;
}

.ser-car-mg::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
    opacity: 0.5;
    left: 0;
    top: 0;
}

.ser-car-mg .service-btncss{
    position: absolute;
    inset: 0;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    margin: auto;
    top: 0;
    font-size: 25px;
    bottom: 0;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    z-index: 4;
}

.ser-car-mg img{
    height: 100%;
    object-fit: cover;
}

.pxl-post--inner .btn-more-wrap .btn-more .icon-post {
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 14px;
    line-height: 31px;
    border-radius: 50%;
    background-color: var(--primary-color);
    align-items: center;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
}
.pxl-post--inner .btn-more-wrap .btn-more .icon-post i{
    height: 22px !important;
}
.pxl-post--inner .btn-more-wrap .btn-more .icon-post i {
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    color: #fff;
}

.pxl-post--inner:hover {
    transform: translateY(-10px);
    border-color:var(--primary-color);
}

.pxl-post--inner:hover .pxl-post--icon {
    background-color: var(--primary-color);
}

.pxl-post--inner:hover .pxl-post--icon::before {
    background-color: 
    color-mix(in srgb, var(--primary-color) 80%, black);
}

.pxl-post--inner .btn-more-wrap .btn-more:hover {
    gap: 15px;
}
.pxl-post--inner .btn-more-wrap .btn-more:hover .icon-post {
    background-color: #231f20;
}
.pxl-post--inner .btn-more-wrap .btn-more:hover .icon-post i {
    transform: rotate(45deg);
}

.servic-new-sec .row{
    row-gap:30px;
}

.regu-latory-sec{
    position:relative;
    padding: 7rem 0;
}

.latory-box{
    text-align: center;
    padding: 15px;
    border-bottom:1px solid #e0dede;
    border-right: 1px solid #e0dede;
}

.latory-box h4{
    font-size: 18px;
    font-weight: 500;
    margin:20px 0 0;
}
.latory-box img{
    width: 100px;
    height: 100px;
}

.regu-latory-sec .regula-main{
    border: 1px solid #e0dede;
    border-bottom: unset;
    border-right: unset;
    margin-left: 50px;
}

.regula-main .col-lg-4{
    padding: 0;
}

.clintal-mainbox{
    position: relative;
    z-index: 1;
    box-shadow: 0 22px 50px 11px rgba(0, 53, 102, 0.06);
    border-left: 5px solid #231f20;
    border-radius: 12px;
    background-color: #fff;
    padding: 40px;
    text-align: left;
    align-items: center;
}

.clintal-img img{
    width:200px;
    height:90px;
    object-fit:contain
}

.header-top-sec{
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    border-bottom:1px solid #ffffff42;
}
.clintal-mainbox .sec-big-title{
    font-size:34px
}
.about-content p{
    font-size: 22px;
    color: #505050;
}

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

.suth-point-item{
    list-style: none;
    padding: 0;
    margin: 0;
}

.suth-point-item li{
    position: relative;
    padding-left: 23px;
    font-size: 15.5px;
    color: #000;
    font-weight: 300;
}

.suth-point-item li:not(:last-child){
    margin-bottom: 10px;
}
.suth-point-item li:before{
    position: absolute;
    content:"\f14b";
    font-family: flaticon_normal-icon !important;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    color: var(--primary-color);
}
.suth-point .suth-title{
    font-size: 22px;
    margin: 0 0 15px;
}
.suth-point{
    margin-top: 30px;
}
.clintal-mainbox .sec-big-title,
 .clintal-mainbox .section-title{
    margin: 0;
}

.close-button, .hambuuefer{
    display:none;
}

#circle {
        position: absolute;
    width: 100%;
    height: 100%;
    /* top: 140px; */
    /* left: 21%; */
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 9;
}
#circle .epoerimnece-uwtrsd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 24px;
    z-index: 99;
}
#circle svg {
    width: 100%;
    height: 100%;
    animation: rotate 8s linear infinite;
}
/* ROTATION ANIMATION */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#circle textPath {
        font-size: 18px;
    letter-spacing: 12px;
    font-weight: 600;
    text-transform: uppercase;
    fill: #ffffff;
}
.epoerimnece-uwtrsd i {
    transform: rotate(-45deg);
    display: block;
    color:#fff;
}
.epoerimnece-uwtrsd i {
    transform: rotate(-45deg);
    display: block;
}



.projec-new-sec .swiper-button-next:after, .projec-new-sec .swiper-button-prev:after{
    color:#fff;
    border:1px solid #fff;
    height:50px;
    width:50px;
    min-width:50px;
    font-size:20px;
    border-radius:50px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.projec-new-sec .swiper-button-prev{
    left:19%;
}

.projec-new-sec .swiper-button-next{
    right:19%;
}

.testimonial-thumb-slider .swiper-slide{
    width:auto;
    opacity:.8;
    transition:.4s;
    cursor:pointer;
}

.testimonial-thumb-slider .swiper-slide-thumb-active .thumb-box{
  border: 1px solid #ee1b2c;
}

.testimonial-thumb-slider .swiper-slide-thumb-active{
    opacity:1;
}

.thumb-box{
    padding:1rem;
    border:1px solid #ddd;
    border-radius:20px;
    max-width:fit-content;
}

.thumb-box img{
    width:120px;
    height:70px;
    object-fit:contain;
}

.testimonial-thumb-slider{
    padding:40px !important;
    padding-top:0 !important;
    
}

.testiomonal-content{
    background:#fff;
    padding:40px;
    border-radius:20px;
}
.testimonial-thumb-slider .swiper-wrapper{
    justify-content: center;
}

    .pdf-btn{
           padding: 12px 25px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    /* margin: 10px; */
    margin-top: 1rem;
font-size:14px;
    }

    .pdf-modal{
        display:none;
        position:fixed;
        inset:0;
        background:rgba(0,0,0,0.7);
        z-index:999999;
        justify-content:center;
        align-items:center;
    }

    .pdf-content{
        width:80%;
        height:90%;
        background:#fff;
        position:relative;
        border-radius:10px;
        overflow:hidden;
    }

    .close-btn{
       position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    cursor: pointer;
    z-index: 10;
    color: #000;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    iframe{
        border:none;
    }
    /*.project-image img{*/
    /*       border: 20px solid #0084b5;*/
    /*border-radius: 50%;*/
    /*}*/
    .pms-content{
        position:relative;
        padding:4rem 0;
    }
    /*.prooject-mamnage{*/
    /*        text-align: center;*/
    /*height: 500px;*/
    /*width: 500px;*/
    /*margin: auto;*/
    /*display: flex;*/
    /*border: 1px solid #00000042;*/
    /*border-radius: 50%;*/
    /*}*/
    /*.project-image{*/
    /*        height: 350px;*/
    /*width: 350px;*/
    /*margin: auto;*/
    /*border: 1px solid #00000042;*/
    /*border-radius: 50%;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*}*/
    .material{
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    position: relative;
    justify-content: center;
    }
    .report{
        position: relative;
    }
    .detaile-prohewctt{
            position: relative;
    }
    .materil-image{
            height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    background: #0084b5;
    border-radius: 50px;
    }
    .material span{
        background: #0084b5;
    height: 25px;
    display: flex;
    width: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: -14px;
    right: 2px;
    }
    
    
   
   
   
    .contact-section {
  padding: 2rem 0 4rem;
  background-color: #ffffff;
}

.contact-container {
  max-width: 1200px;
}

.contact-main-row {
  align-items: flex-start;
  row-gap: 40px;
}


.contact-left-column {
  padding-right: 40px;
}

.contact-info-wrapper {
  display: flex;
  flex-direction: column;
}

.contact-heading-left {
  font-size: 2.75rem;
  font-weight: 700;
  color: #0a1931;
  line-height: 1.2;
  margin-bottom: 24px;
}

.contact-paragraph-left {
  font-size: 1rem;
  color: #5b6271;
  line-height: 1.6;
  margin-bottom: 32px;
}


.contact-map-container {
  position: relative;
  width: 100%;
  height: 380px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.contact-map-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%) contrast(90%);
}


.contact-right-column {
  padding-left: 40px;
}

.contact-form-wrapper {
  display: flex;
  flex-direction: column;
}

.contact-heading-right {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0a1931;
  margin-bottom: 20px;
}

.contact-paragraph-right {
  font-size: 0.95rem;
  color: #5b6271;
  line-height: 1.6;
  margin-bottom: 32px;
}

.contact-main-form {
  display: flex;
  flex-direction: column;
}

.contact-form-row {
  margin-left: -8px;
  margin-right: -8px;
}

.contact-form-col-half {
  padding-left: 8px;
  padding-right: 8px;
}

.contact-form-group {
  margin-bottom: 16px;
}


.contact-form-input,
.contact-form-textarea {
  width: 100%;
  background-color: #f4f7ff;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 16px 20px;
  font-size: 0.95rem;
  color: #333333;
  outline: none;
  transition: all 0.2s ease-in-out;
}

.contact-form-input::placeholder,
.contact-form-textarea::placeholder {
  color: #5b6271;
  opacity: 0.8;
}

.contact-form-input:focus,
.contact-form-textarea:focus {
  background-color: #ebeff7;
  border-color: #2b66ff;
}

.contact-form-textarea {
  resize: vertical;
  min-height: 150px;
}


.contact-btn-container {
  margin-top: 8px;
}

.contact-submit-btn {
  background-color: #2b66ff;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 14px 44px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.contact-submit-btn:hover {
  background-color: #1a51dd;
}


.contact-section .submit-btn{
    justify-content: flex-start !important;
    margin-top: 7px;
    
}

.contact-section .project-btncss{
    border:none;
}

.call-section .call-link {
    color: #4b5563;           
    font-size: 15px;
    font-weight: 500;         
    text-decoration: none;    
    line-height: 1.5;
    display: inline-block;
    transition: color 0.3s ease;
}

.call-section {
    padding: 4rem 0 2rem;
    background-color: #ffffff;
}

.email-adressss{
        background-color: var(--primary-color) !important;
}
.call-icon-box i{
        border-radius: 50px;
    width: 50px;
    height: 50px;
    background: #ee1b2c;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}
.call-section .call-card-item {
    
  
    background-color: #ffdfe2;
    
    /*background-image: linear-gradient(219deg, #F9F0FF 0%, #E5ECFF 100%);*/

    padding: 45px 40px;
    border-radius: 25px; 
    height: 100%;
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.4);
}


.call-section .call-card-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}


.call-section .call-card-title {
    color: #0d1b3e; 
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}


.call-section .call-card-desc {
    color: #6c757d; 
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 35px;
    font-weight: 400;
}


.call-section .call-info-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}


.call-section .call-icon-box {
    color: #0084b5; 
    font-size: 24px;
    line-height: 1;
    margin-top: 2px;
}


.call-section .call-contact-text {
    color: #4b5563; 
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}


/* Base styling matching the other text inputs */
.contact-form-input {
  width: 100%;
  background-color: #f4f7ff;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 16px 20px;
  font-size: 0.95rem;
  color: #333333;
  outline: none;
  transition: all 0.2s ease-in-out;
}

.contact-form-input:focus {
  background-color: #ebeff7;
  border-color: #2b66ff;
}

/* Dropdown styling overriding standard OS appearance */
select.contact-form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235b6271' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px;
  padding-right: 45px;
  cursor: pointer;
  height: 56px; /* Aligns height with text fields */
  line-height: 1.2;
}

/* Individual option list styling */
select.contact-form-select option {
  background-color: #ffffff;
  color: #333333;
}

/* Placeholder styling for the "Select Service*" text */
select.contact-form-select:invalid,
select.contact-form-select option[value=""] {
  color: rgba(91, 98, 113, 0.8);
}

.comparison-box .row{
    justify-content:center;
}
.comparison-card {
        width: 380px;
    height: 380px;
    border-radius: 100%;
    text-align: center;
        padding: 70px 80px 0;
    position: relative;
}
.comparison-card.kylas-card {
    /*background: #0176ff 0% 0% no-repeat padding-box;*/
    /*box-shadow: 0px 0px 26px #1D2B3633;*/
    border: 1px solid #0176FF;
    /*float: right;*/
    /*margin-right: -64px*/
}
.vs-circle {
    /*position: absolute;*/
    /*right: -60px;*/
    /*top: 247px;*/
    z-index: 2;
}
.facxtr-sertuop{
        filter: brightness(0) invert(1);
    opacity: 0.1;
    margin-left: -9rem;
}

.comparison-card.other-card {
    /*margin-top: 160px;*/
    /*margin-left:-64px;*/
    background: #F5F8FA 0% 0% no-repeat padding-box;
    border: 2px dashed #0176FF;
}
.comparison-box{
    position:relative;
    text-align:-webkit-center;
}
.card-info p{
    margin:0;
        
}
.card-info h4{
    font-size:20px;
    font-weight:700;
    text-align: start;
}
.timeline li{
        color: #fff;
    display: flex;
    margin: 0;
    align-items: center;
    gap: 10px;
}
.timeline li img{
      filter: invert(7%) sepia(61%) saturate(5400%) hue-rotate(235deg) brightness(125%) contrast(100%);
    width: 38px;
}
/*.kylas-card .timeline li img{*/
/*    filter: invert(100%) sepia(0%) saturate(7456%) hue-rotate(95deg) brightness(115%) contrast(100%);*/
/*}*/
/*.kylas-card .card-info p{*/
/*    color:#fff;*/
/*}*/
.vs-circle {
        background-color:var(--primary-color);
    width: 200px;
    height: 200px;
    min-width: 200px;
    border-radius: 100%;
    padding: 46px 10px;
}
.vs-circle p{
    color:#fff;
    margin:0;
}
.code-changfe{
    text-align: -webkit-center;
}
.vs-circle h4{
    font-size: 22px;
    line-height: 30px;
     
    font-weight: 700;
     color: #fff;
    text-transform: uppercase;
}
.vs-circle {
        text-align: -webkit-center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.feasib{
    padding-left:1.5rem;
    margin:0;
}
.feasib li{
       position: relative;
    margin: 4px 0;
}
.feasib li::before{
    position: absolute;
    content: "\f148";
    font-family: flaticon_normal-icon !important;
    top: 0;
    bottom: 0;
        left: -21px;
    margin: auto 0;
    font-size: 16px;
    text-align: center;
    color: #2B2560;
    border-radius: 50%;
}



    :root{
    --page-bg:#eef0f7;
    --card-bg:#eef1f8;
    --border-purple:#7c2ff0;
    --heading-color:#4b2fd6;
    --subtitle-color:#4b4d5e;
    --item-title:#4b2fd6;
    --item-desc:#4a4c5c;
    --white-card:#ffffff;
  }

 

 

  .slide-wrapper{
   padding:4rem 0;
   position:relative;
  }
.grids-ulsd{
   position: relative;
    padding: 0;
    margin: 0 auto;
    max-width: 1116px;
}
 
.grids-ulsd > li{
    max-width: 54%;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 2;
}
.grids-ulsd li:nth-child(odd) {
    margin-right: auto;
}
.grids-ulsd li:nth-child(even) {
    margin-left: auto;
    flex-direction: row-reverse;
}
.grids-ulsd li:nth-child(odd) .badgee{
      margin-right:-27.5px;
}
.grids-ulsd li:nth-child(even) .badgeee{
      margin-left:-27.5px;
}
  .header{
    text-align:center;
    margin-bottom:28px;
  }

  .header h1{
    margin:0 0 8px 0;
    font-size:26px;
    font-weight:800;
    color:var(--heading-color);
  }

  .header p{
    margin:0;
    font-size:13.5px;
    color:var(--subtitle-color);
  }

  .columns{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0 36px;
  }

  .col{
    display:flex;
    flex-direction:column;
    gap:10px;
  }
  .badgee{
  
    position:relative;
    z-index:2;
  }
  .badgee svg{
    width:120px;
    height:120px;
    display:block;
  }

  .info-card{
    flex:1 1 auto;
    min-width:0;
    background:#f5f5f5;
    border-radius:6px;
    padding:20px;
    box-shadow:0 1px 3px rgba(20,20,50,0.05);
  }
.contreyction img{
    width:100%;
    border-radius:10px;
}
.contreyction.image2 img{
        /*height: 358px;*/
    margin-top: -94px;
}
.contreyction.image3{
        height: 230px;
    margin-top: 2rem;
}
.nerw-factory{
     margin-top: 5rem;
}
  .info-card h4{
    
    font-size:20px;
    font-weight:700;

  }
  .end-toend .suth-point-item li:not(:last-child) {
    margin-bottom: 15px;
}
  .end-toend .suth-point-item li{
      color:#fff;
  }
  .serive-contriction p{
      color:#fff;
  }
  .end-toend{
      background: #11194E;
      position:relative;
      padding:3rem 0 5rem;
          margin: 6rem 0 5rem;
  }
  .confoienmce .project-btncss{
      margin-top:4rem;
      margin-left:4rem;
  }
  .prodctuon{
          border: 1px solid #e8e8ee;
    border-bottom-width: 5px;
    padding: 0 35px 35px;
    border-radius: 13px;
        transition: all .25s cubic-bezier(.645, .045, .355, 1);
        height:100%;
  }
  .enwiry{
      display: inline-flex;
    width: 92px;
    height: 92px;
    border-radius: 10px 0 10px 10px;
    /*background-color: #142487;*/
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    z-index: 2;
    margin-top: -18px;
    position: relative;
  }
  .enwiry::before{
          content: "";
    position: absolute;
    top: 0;
    right: -14px;
    width: 14px;
    height: 17px;
    background-color: 
color-mix(in srgb, #142487 80%, black);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
        transition: all .25s cubic-bezier(.645, .045, .355, 1);
  }
  .prodctuon h4{
      font-size:19px;
      font-weight:600;
      margin-top:1rem;
  }
  .enwiry img{
      filter: invert(99%) sepia(1%) saturate(383%) hue-rotate(285deg) brightness(119%) contrast(100%);
  }
  .whu-choose-us{
      padding:2rem 0 2rem;
      position:relative;
  }
  .whu-choose-us .section-title{
      margin-bottom:3rem;
  }
  .prodctuon p{
      margin:0;
      
  }
  .nextcopumnjn{
          margin-top: 5rem;
  }
 
  
  .bread-pmc{
      padding:6rem 0;
      background-image:url(../image/pmc/project-management-consultant-service.webp);
      background-size:cover;
      
      position:relative;
  }
  .hero-7-content {
    position: relative;
    padding: 57px 0 57px 45px;
}
.hero-7-content-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.hero-7-content-shapes .top-borders {
    position: absolute;
    top: 0;
    left: 0;
}
.hero-7-content-shapes .top-borders .line:nth-child(1) {
    width: 108px;
}

.hero-7-content-shapes .top-borders .line {
    width: 58px;
    height: 10px;
    background-color:var(--primary-color);
    border-radius: 10px;
}
.hero-7-content-shapes .left-borders {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.hero-7-content-shapes .left-borders .line {
    width: 10px;
    height: 100%;
    background-color:var(--primary-color);
    border-radius: 10px;
}
.hero-7-content-shapes .bottom-borders {
    display: flex;
    gap: 17px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.hero-7-content-shapes .bottom-borders .line:nth-child(1) {
    width: 230px;
}
.hero-7-content-shapes .bottom-borders .line {
    width: 58px;
    height: 10px;
    background-color:var(--primary-color);
    border-radius: 10px;
}
.asssets-imagess{
        z-index: 1;
    position: relative;
}
.beadmenu li a{
    color:#fff;
}
.breadcerun-titrle h1{
    font-size:40px;
    color:#fff;
    margin-bottom:1rem;
}
.breadcerun-titrle p{
    color:#fff;
}
.breadcerun-titrle{
    width: 55%;
}
.palnneing{
   margin-top: 2rem;
    display: flex;
    gap: 16px;
}
.btnnn{
    background: transparent;
    border: 1px solid #ee1b2c;
}
.thumb-border {
        position: absolute;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - -48px);
    border: 1px solid #FA5E07;
    top: -23px;
    left: -23px;
    border-radius: 10px;
    z-index: -1;
}
.project-consulta-img{
    position:relative;
}
.intro-content{
    margin-left: 1rem;
}
.service-intro-sec .counter-2-wrapper{
    margin-top:7rem;
}





/* ---------- diagram ---------- */
.diagram {
	display: grid;
	grid-template-columns: 1fr 80px 1fr;
	grid-template-rows: repeat(4, minmax(120px, auto));
	row-gap: 18px;
	align-items: center;
}

.diagram .item{
    display:flex; align-items:center; gap:10px;
    min-width:0;
  }
  .diagram .item.right{grid-column:3; justify-content:flex-start;}
  .diagram .item.left{grid-column:1; justify-content:flex-end;}

.hub {
	width: 190px;
	height: 190px;
	border-radius: 50%;
	/*background: radial-gradient(circle at 32% 28%, #16344A, #0B1E2E 72%);*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 18px 40px -12px rgba(11, 30, 46, .55), inset 0 0 0 6px rgba(255, 255, 255, .04);
	text-align: center;
	padding: 14px;
	position: relative;
	z-index: 3;
}

.hub svg {
	width: 34px;
	height: 34px;
	margin-bottom: 8px;
}

.hub .t1 {
	color: #000;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: .02em;
	line-height: 1.3;
	    margin-top: 10px;
}

.hub .t2 {
	color: #8FB7CC;
	font-size: 10.5px;
	letter-spacing: .12em;
	text-transform: uppercase;
	margin-top: 4px;
}

.ring {
	position: absolute;
	width: 230px;
	height: 230px;
	border-radius: 50%;
	border: 1px dashed #C7D3DC;
	z-index: 1;
}

.hex {
	--s: 62px;
	width: var(--s);
	height: calc(var(--s) * 1.1547);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	box-shadow: 0 10px 22px -8px rgba(15, 36, 56, .35);
}

.hex svg {
	width: 26px;
	height: 26px;
	stroke: #fff;
	fill: none;
}

.connector {
	flex: 0 0 40px;
	height: 2px;
	background-image: linear-gradient(to right, currentColor 40%, transparent 0%);
	background-size: 8px 2px;
	background-repeat: repeat-x;
	position: relative;
}

.connector::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: currentColor;
	transform: translateY(-50%);
}

.item.right .connector::after {
	left: -3px;
}

.item.left .connector::after {
	right: -3px;
}

.card {
	background: var(--card);
	border-radius: 10px;
	padding: 12px 16px;
	box-shadow: 0 8px 20px -10px rgba(15, 36, 56, .18), 0 0 0 1px rgba(15, 36, 56, .05);
	    position: relative;
    display: flex;
    flex-direction: row;
    gap: 15px;
    min-width:70%;

}

.item.left .card {
justify-content: flex-end;
}

.card .num {
	display: block;
	font-size: 11px;
	font-weight: 800;
	color: #B9C4CD;
	letter-spacing: .05em;
	margin-bottom: 2px;
}

.card .name {
	font-size: 16.5px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--ink);
}

:root {
    --ink: #0F2438;
    --paper: #F6F8FA;
    --card: #FFFFFF;
    --muted: #5C7185;
    --c1: #1B6E8C;
    --c2: #3B5BA5;
    --c3: #7A4FBF;
    --c4: #C23B7C;
    --c5: #E0592A;
    --c6: #E0A521;
    --c7: #5FA13B;
    --c8: #1E8C74;
}
.item:nth-child(1) .hex,
.row1 .num {
	color: var(--c1);
}

/* per-item color hooks */
.i1 .hex {
	background: linear-gradient(135deg, var(--c1), #134D63);
}

.i1 .connector,
.i1 .num {
	color: var(--c1);
}

.i2 .hex {
	background: linear-gradient(135deg, var(--c2), #243D75);
}

.i2 .connector,
.i2 .num {
	color: var(--c2);
}

.i3 .hex {
	background: linear-gradient(135deg, var(--c3), #502F82);
}

.i3 .connector,
.i3 .num {
	color: var(--c3);
}

.i4 .hex {
	background: linear-gradient(135deg, var(--c4), #812552);
}

.i4 .connector,
.i4 .num {
	color: var(--c4);
}

.i5 .hex {
	background: linear-gradient(135deg, var(--c5), #963C17);
}

.i5 .connector,
.i5 .num {
	color: var(--c5);
}

.i6 .hex {
	background: linear-gradient(135deg, var(--c6), #966E11);
}

.i6 .connector,
.i6 .num {
	color: var(--c6);
}

.i7 .hex {
	background: linear-gradient(135deg, var(--c7), #396224);
}

.i7 .connector,
.i7 .num {
	color: var(--c7);
}

.i8 .hex {
	background: linear-gradient(135deg, var(--c8), #14594A);
}

.i8 .connector,
.i8 .num {
	color: var(--c8);
}

.row1 {
	grid-row: 1;
}

.row2 {
	grid-row: 2;
}

.row3 {
	grid-row: 3;
}

.row4 {
	grid-row: 4;
}
.cobfidence{
        font-size: 23px;
    background: #fff;
    padding: 2rem;
    display: block;
    position: absolute;
    bottom: 33px;
    width: 90%;
    left: 13px;
    right: 0;
    margin: auto;
    font-weight: 600;
    border-radius: 10px;
}
.philosophy{
    padding: 6rem 0 4rem;
    /*border-bottom: 1px solid #D9D4C6;*/
}
.sec-head {
    display: flex;
    align-items: baseline;
    gap: 18px;
    margin-bottom: 46px;
}
.sec-num {
   
    font-size: 16px;
    color: #B08900;
    letter-spacing: 1px;
}
.sec-head h2 {
    
    text-transform: uppercase;
    font-weight: 600;
    font-size: clamp(1.5rem, 2.6vw, 2.1rem);
    letter-spacing: 0.5px;
}
.sec-rule {
    flex: 1;
    height: 1px;
    background: #C9C2AE;
    align-self: center;
}
.two-col {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: start;
}
.quote-line {
   
    font-style: normal;
    font-size: clamp(1.3rem, 2.4vw, 1.9rem);
    font-weight: 500;
    max-width: 20ch;
    color: #16232E;
    border-left: 4px solid var(--primary-color);
    padding-left: 24px;
    margin-bottom: 40px;
}
.body-copy {
    max-width: 62ch;
    font-size: 19px;
    color: #33404A;
}
.values{
    padding:2rem 0 0;
    position:relative;
}
.values-grid {
   display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    /*border-top: 1px solid #C9C2AE;*/
    /*border-left: 1px solid #C9C2AE;*/
    border-radius:20px;
}
.value-card {
    /*border-right: 1px solid #C9C2AE;*/
    /*border-bottom: 1px solid #C9C2AE;*/
    padding: 32px 26px;
    background: #F4F1E8;
    position: relative;
}
.value-card h4 {
   
    font-size: 22px;
   font-weight:600;
    margin: 14px 0 10px;
    
}
.value-card p {
    font-size: 15px;
   
}
.cone{
        background: #dcfce7;
    color: #16a34a;
    
    border-radius: 20px 0 0 20px;
}
.ctwo{
        background: #fef9c3;
    color: #ca8a04;
}
.cthree{
    color: #ea580c;
    background: #ffedd5;
}
.cfiur{
    background: #fee2e2;
    color: #dc2626;
}
.cfive{
        background: #fce7f3;
    color: #db2777;
    
    border-radius: 0 20px 20px 0;
}
.service-intro-sec.helpinmgg{
        padding: 3rem 0 4rem;
}
 .enwiry{
    background:#ee1b2c;
}
.enwiry::before{
    background:#ee1b2c;
}
.cliebnt-term{
    padding:5rem 0 6rem;
}
.whatsa{
        display: flex;
    gap: 10px;
}
.lofitcs{
        display: grid;
    grid-template-columns: repeat(4, 1fr);
        gap: 50px;
}
.lofitcs li{
        display: flex;
    align-items: center;
    gap: 23px;
}
.lofitcs li p{
    margin:0;
}
.keyfacts{
       padding: 1.5rem 0;
    border-bottom: 1px solid #1424874d;
}
.abour-breadcrumb::after{
    content:'';
    position:absolute;
    background:#000;
    top:0;
    left:0;
    width:100%;
    height:100%;
       opacity: 0.8;
    background: rgba(14, 18, 29, 0.9);
}
.indruc-beadc{
    position:relative;
    z-index: 1;
}

.indruc-beadc .beadmenu{
    margin-top:16px;
}
.indruc-beadc h1{
    font-size:40px;
        width: 70%;
    color:#fff;
}
.value-creee{
        border: 1px solid #ccc;
    position:relative;
    padding:37px;
    height:100%;

}
.value-creee p{
    margin:0;
}
.value-creee::before{
        content: "";
    position: absolute;
    width: 20%;
    height: 20%;
    border-right: 3px solid #ee1b2c;
    border-top: 3px solid #ee1b2c;
    top: 0;
    right:0;
}

.value-creee::after{
        content: "";
    position: absolute;
    width: 20%;
    height: 20%;
    border-left: 3px solid #ee1b2c;
    border-bottom: 3px solid #ee1b2c;
    bottom: 0;
    left: 0;
}
.core-values .row{
    row-gap:24px;
}
.core-values{
    padding:6rem 0 2rem;
}
.indtry-conten{
    position: relative;
    display: block;
    margin-top: -1px;
    z-index: -1;
    text-align: center;
}
.indtry-conten h4{
        position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
    color: #000;
    width: 88%;
    line-height: 22px;
    margin: auto;
    /*border-radius: 5px;*/
    /*padding: 10px 10px 12px;*/
    /*background-color: #ffff;*/
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 48.51px 0.49px;*/
}
/*.indtry-conten h4::before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: -19px;*/
/*    left: 30px;*/
/*    right: 30px;*/
/*    height: 20px;*/
/*    background-color: #fff;*/
/*    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);*/
/*}*/
.figghre-image img{
         border-radius: 50%;
    transform: scale(1.0);
    transition: all 1500ms ease;
    width: 185px;
    height: 185px;
    min-width: 185px;
}
.indistry-section{
        display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.pmc-servicess{
    padding:6rem 0;
    position:relative;
    /*background: #00000014;*/
}
.dsetrvoce{
        text-align: -webkit-center;
    margin:1rem 0;
}
.figghre-image{
        border: 1px solid #ee1b2c;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:1.5rem;
}
.item_wr {
    border: 1px solid #eee;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 50px;
    position:relative;
}
 .item_wr .content {
    font-size: 13px;
    transition: all .3s ease;
    padding-left:3rem;
}
.item_wr .content::before {
    right: 22px;
    top: 22px;
}
.item_wr .content::before {
      content: "";
    position: absolute;
    border-bottom: 8px solid;
    border-right: 8px solid transparent;
    margin-left: 0;
    color: #ee1b2c;
    top: 12px;
    right: -8px;
}
.item_wr .content h5::before {
    right: 22px;
    top: 30px;
}
.item_wr .content h5::before {
        display: block;
    background: #ee1b2c;
    /*font: font-family: flaticon_normal-icon !important;*/
    position: absolute;
    right: -9px;
    padding: 7px 15px;
    top: 20px;
    height: auto !important;
    color: #fff !important;
    margin: 0 auto;
    width: 66px;
    content: "\f14a";
    font-family: flaticon_normal-icon !important;
}
.content h5{
    margin:0;
}
.suppoert-proje .row{
    row-gap:24px;
}
.suppoert-proje{
    padding:0 0 4rem;
    position:relative;
}
.item_wr .content::after {
        content: "";
    position: absolute;
    border-top: 8px solid;
    border-right: 8px solid transparent;
    margin-left: 0;
    color: #ee1b2c;
    top: 58px;
    right: -7px;
}
.greateer{
    padding:4rem 0 !important;
}
/*.item_wr .content::after {*/
/*    right: 22px;*/
/*    top: 63px;*/
/*}*/


 
  .gridd {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 240px 240px;
  }

  .cell {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e6e6e6;
       border: 1px solid #e6e6e6;
    padding: 20px;
  }



  .logo-rakuten {
      grid-column: 1;
      grid-row: 1;
          border-bottom: unset;
      }
  .logo-joomla  { 
          grid-column: 2;
    grid-row: 1;
    border-left: unset;
    border-bottom: unset;
      }

  .heading-cell {
    grid-column: 3 / 6;
    grid-row: 1;
   
    border:unset;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 40px;
  }

  .heading-cell h3 {
    font-size: 40px;
    line-height: 1.15;
    /*color: #1c1b6e;*/
    font-weight: 600;
    margin-bottom: 16px;
  }

  .heading-cell p {
    font-size: 16px;
    color: #6b7280;
    max-width: 480px;
  }

  /* ---------- Bottom row ---------- */

  .logo-nomonic {
      grid-column: 1; 
      grid-row: 2; 
          border-right: unset;
      
  }
  .logo-barilla { 
      grid-column: 2;
      grid-row: 2;
      border-right: unset;
      }
  .logo-mintomat { 
      grid-column: 3;
      grid-row: 2;
      border-right: unset;
      }
  .logo-pioneer { grid-column: 4;
  grid-row: 2; 
  border-right: 1px solid #e6e6e6;
  }

  .cta-cell {
    grid-column: 5;
    grid-row: 2;
    background-color: #1c1b6e;
    border-radius: 0 24px 0 0;
    border: none;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px;
    position: relative;
  }

  .cta-cell span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
  }

  .arrow-circle {
   position: absolute;
    bottom: 30px;
    right: 30px;
    color: var(--primary-color);
    font-size: 22px;
    background: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    border-radius: 50px;
    justify-content: center;
    /*align-items: center;*/
   line-height: 1.5;
  }
.logo-clentt{
    padding-bottom:10rem;
}

.experttprovde:hover{
    color:#fff;
}

@keyframes leftRight {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(10px);
  }

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




.subscribe-one {
  position: relative;
  display: block;
  background: #F7F4ED;
  padding: 50px 0px 60px;
  z-index: 1;
}

.subscribe-one__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.03;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.subscribe-one__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.15;
}

.subscribe-one__shape-1 img {
  width: auto;
}

.subscribe-one__img-1 {
  position: absolute;
  bottom: 0;
  left: 13%;
  animation: leftRight 4s ease-in-out infinite;
  z-index: 1;
}

.subscribe-one__img-1 img {
  width: auto;
}

.subscribe-one__bg-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #0E121D;
  width: 660px;
  clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
  content: "";
  z-index: -1;
}

.subscribe-one__bg-color::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #ee1b2c;
  width: 650px;
  clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
  content: "";
  z-index: -1;
}
.subscribe-onee{
    width: 50%;
    margin-left: auto;
    /*text-align: -webkit-left;*/
        text-align: start;
}
.experttprovde{
    background:transparent;
    border:1px solid var(--primary-color);
    color:#000;
}
.miosson-visom{
    padding:4rem 0;
    background-image:url(../image/bg/wcu3-bg.webp);
        background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}
.miosson-visom::before{
        position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(14, 18, 29, 0.93);
}
.visionh{
    position:relative;
}
.visionh h4{
    font-size:45px;
    color:#fff;
}
.visionh p{
    color:#fff;
}
.boreright{
        border-right: 1px solid #afafaf52;
}
.aboutthree__thumb {
    position: relative;
    padding-bottom: 60px;
}
.aboutthree__main-thumb {
    position: relative;
    display: inline-flex;
    z-index: 7;
    margin-left: 40px;
}
.aboutthree__playvideo {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.rotate360 {
    animation: rotate360 10s linear infinite;
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
.aboutthree__thumb-bgshape {
    position: absolute;
    top: 14%;
    right: 0.5%;
    z-index: 0;
}
.bread-pmc::before{
            background: linear-gradient(80deg, #11194E, transparent);
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}
.end-toend::before{
        position: absolute;
    content: '';
    background-image: url(../image/logo/kaizen-intl-logo.svg);
    /* top: 0; */
    left: -8%;
    height: 310px;
    width: 310px;
    background-size: cover;
    bottom: 21%;
    opacity: 0.2;
}
.projet-content{
        padding: 15px;
    display: flex;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    justify-content: space-between;
    align-items: center;
}
.projet-content h4{
    margin:0;
    font-size:20px;
}
.locationn span{
          margin-top: 7px;
    display: block;
    color: #5f5a5a;
}
.locationn span i{
    color:var(--primary-color);
}
.iconnamee{
        height: 45px;
    width: 45px;
    color: #000;
    background: #d5d5d5;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all 0.3s linear;
}
.project-thumbnail-wrapper figure{
    margin:0;
}
.project-pagee{
    padding:5rem 0;
}
.project-thumbnail-wrapper:hover .projet-content .iconnamee{
    background:var(--primary-color);
    color:#fff;
}
.project-pagee .row{
    row-gap:24px;
}
/*.project-detail-sec img{*/
/*    width:100%;*/
/*}*/

.mega-menu > ul li .active{
    color:var(--primary-color) !important;
}
.project-pagee img{
    width:100%;
}
.luxry-vils{
        width: 44px;
    height: 44px;
    background:#ee1b2c26;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}
.luxry-vils img{
    filter: invert(41%) sepia(76%) saturate(7042%) hue-rotate(341deg) brightness(89%) contrast(110%);
}


.project-detail-sec a img{
    width:100%;
}
.your-consrtru{
    padding:5rem 0;
}

           .luxry-vils .lux-icon {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}
.luxry-vils .lux-icon:hover {
    transform: scale(1.1);
}

.share-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.share-box {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    width: 90%;
    max-width: 420px;
    position: relative;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.share-close {
        position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: unset;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #fff;
    background: var(--primary-color);
    border-radius: 50px;
}

.share-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 16px;
    object-fit: cover;
}

.share-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.whatsapp-btn,
.copy-btn {
    flex: 1;
    padding: 10px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: none;
}

.whatsapp-btn {
    background: #25D366;
    color: #fff;
}
.whatsapp-btn:hover {
    background: #1ebe5b;
}

.copy-btn {
    background: #f0f0f0;
    color: #333;
}
.copy-btn:hover {
    background: #e0e0e0;
}
.surrounding-point li {
    position: relative;
    margin: 15px 0px;
}
.surrounding-point li::before {
    height: 20px;
    width: 20px;
    left: -27px;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    filter: invert(29%) sepia(67%) saturate(1216%) hue-rotate(179deg) brightness(94%) contrast(89%);
    background-size: contain;
        filter: invert(41%) sepia(76%) saturate(7042%) hue-rotate(341deg) brightness(89%) contrast(110%);
}

.surrounding-point li p {
    margin: 0;
    font-size: 14px;
}
.surrounding-point li:nth-child(1)::before {
    background-image: url(../image/svg/location-pin.svg);
}
.surrounding-point li:nth-child(2)::before {
    background-image: url(../image/svg/building.svg);
}
.surrounding-point li:nth-child(4)::before {
    background-image: url(../image/svg/areas.svg);
}
.surrounding-point li:nth-child(3)::before {
    background-image: url(../image/svg/current-location.svg);
}
.surrounding-point{
        padding-left: 1.5rem;
}
.gallery-villas-special{
        background: #ee1b2c1c;
    border-radius: 20px;
    padding: 45px;
    margin-bottom: 3rem;
}
.location-guidy{
        display: flex;
    flex-wrap: wrap;
    gap:24px;
}
.location-guidy li{
    padding: 10px 15px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.location-list{
    padding:5rem 0 0;
    position:relative;
}
.infrastru-points li::before{
    content: "\f14a";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    /* background: var(--primary-color); */
    /* height: 30px; */
    /* display: flex; */
    /* width: 30px; */
    /*justify-content: center;*/
    color: var(--primary-color);
}
.reason-content img{
    margin-bottom:15px;
}
.contact-section p,
.contact-paragraph-right{
    font-size:14px;
}

.hide-robot{
display:none !important;
}

label.error{
 color:red;   
 font-size:15px;
}

.linkpmc{
    color:var(--primary-color);
}