html{
		overflow-x: hidden;
}
body{
	margin: auto;
	overflow-x: hidden;
	 font-family: 'Inter', sans-serif;
}



p,h1,h2,h3,h4,h5,h6{
	margin-bottom: 0;
}




.ip-loader{
    margin-left: 0px!important;
    bottom: 41%!important;
    
}
.loader {
  width: 195px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: filter-animation 3s infinite;
  
}
.loading img {
    width: 230px;
    animation: zoomInOut 2.8s ease-in-out infinite;
}

@keyframes zoomInOut {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(0.9);
    }
}
















@media(max-width: 991px){
.nav-dropdown {
	margin-left: 0 !important;
}
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1198px;
    }

}
.head-menu{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
       justify-content: end;
    height: 100%;
    position: relative;
}
.header{
	width: 100%;
	float: left;
	padding: 28px 0;
	position: relative;
    z-index: 111;
}
.logo{
	width: 100%;
	float: left;
}
.logo img{
	width: 100%;
	float: left;
	max-width: 161px;
}
.explorebtn {
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}


.explorebtn a,
.explorebtn span {
    transition: all 0.6s ease;   /* slow & smooth */
}
.explorebtn a {
    width: 164px;
    height: 50px;
    color: #FFFFFF;
    border-radius: 100px;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0 25px;
}

/* ARROW */
.explorebtn span {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: 10px;
}

.explorebtn span img {
    max-width: 14px;
}

/* HOVER ANIMATION */
.explorebtn:hover a {
    transform: translateX(30px);   /* text move right */
}

.explorebtn:hover span {
    transform: translateX(-150px); /* arrow slide to left side */
}
.banner{
	width: 100%;
	float: left;
	position: relative;
    margin-top: -132px;
}
.banner img{
	width: 100%;
	float: left;
}
.banner .item{
    position: relative;
}

.banner-text{
	padding-top: 270px;
    width: 100%;
    float: left;
    position: absolute;
    display: flex;
    gap: 64px;
}
.banner-text h6{
	flex: 0 0 38px;
	float: left;
	text-align:left;
	color:#FFFFFF;
	font-weight: 400;
	font-size: 20px;
}
.banner-text h5{
	float: left;
	text-align:left;
	color:#FFFFFF;
	font-weight: 400;
	font-size: 20px;
}
.banner-text h2{
	width: 100%;
	float: left;
	text-align: left;
	color:#FFFFFF;
	font-size: 85px;
	line-height: 127%;
	font-weight: 400;
	padding:19px 0;
}
.banner-text p{
	width: 100%;
	float: left;
	text-align: left;
	color:#FFFFFF;
	font-size: 16px;
	line-height:180%;
	font-weight: 400;
}




.banner-carousel .owl-nav{
    position: absolute;
    bottom: 97px;
    right: 96px;
    display: flex;
    gap: 40px;
}

.banner-carousel .owl-nav button{
     width: 81px;
    height: 81px;
    border-radius: 100px;
    background:transparent; !important;
    border: none;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 300;
}

.banner-carousel .owl-nav button:hover{
    opacity: 0.7;
background:#87878714 !important;
   
    
}


.banner-carousel .owl-dots {
    position: absolute;
    display: flex;
    bottom: 109px;
    left: 116px;
    gap: 9px;
}
.banner-carousel .owl-dots button span {
    background: #FFFFFF;
    width:46px;
    height:1px;
    float: left;
    position: relative;
    z-index: 999;
}
.banner-carousel .owl-dot.active span {
    width: 92px;
    height: 1px;
}

.section-one{
	width: 100%;
	float: left;
	padding: 72px 0;
	position: relative;
}
.abtleft {
    width: auto;
    position: absolute;
    left: -167px;
    bottom: -75px;
    z-index: 11;
}
.abtleft img{
	width: 100%;
	max-width: 411px;
animation: fanRotate 8s linear infinite;
    transform-origin: center center;
}

/* Rotation Animation */
@keyframes fanRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.stion-oneimg{
    display: flex;
    align-items: center;
    gap: 11px;
    flex: 0 0 33%;
}
.section-one-text h3{
	color:#1E1E1E;
	font-size: 32px;
	font-weight: 400;
	line-height: 130%;
}
.stion-oneimg img{
	width: 100%;
	float: left;
	max-width: 105px;
}
.stion-oneimg p{
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color:#1E1E1E;
}
.s1main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


.section-one-text {
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
}


.section-one-text h4 {
    text-align: left;
    color: #1E1E1E;
    font-size: 48px;
    font-weight: 400;
    flex: 0 0 25%;
}
.section-one-text h2 {
    text-align: left;
    color: #000000;
    font-size: 32px;
    font-weight: 400;
    flex: 0 0 60%;
    line-height: 130%;
    padding-bottom: 60px;
}
.section-one-text h2 span{
background: #008982;
background: linear-gradient(90deg, rgba(0, 137, 130, 1) 0%, rgba(1, 81, 160, 1) 100%);
 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.s2-clint {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.s2track{
	align-items: center;
  display: flex;
  gap: 46px;
  width: max-content;
  animation: scrollLeft 25s linear infinite;
}
.s2-clint{
  overflow: hidden;
  width: 100%;
  position: relative;
}

.s2move{
  overflow: hidden;
  width: 75%;
  float: right;
  padding-top: 25px;
  border-top: 1px solid #00000026;
  position: relative;
}
.s2track img {

  float: left;
   }



.s2move:after{
    content: '';
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 165px;
    height: 89px;
    background-size: cover;
    background-image: url('../images/leftshedow.png');
}
.s2move:before{
    content: '';
    float: right;
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 281px;
    height: 89px;
    background-size: cover;
    z-index: 1;
    background-image: url('../images/rightshedow.png');
}


@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.section-two{
	width: 100%;
	float: left;
	padding: 85px 0 113px;
	overflow: hidden;
	position: relative;
	background: #0050A0;
background: linear-gradient(140deg, rgba(0, 80, 160, 1) 0%, rgba(0, 137, 130, 1) 100%);
}
.logosection{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.3; /* base opacity */
    animation: flyBird 8s ease-in-out infinite,
               blinkBird 4s ease-in-out infinite;
}

.logosection img{
    width: 100%;
    max-width: 972px;
}

/* Flying movement */
@keyframes flyBird {
    0%   { transform: translate(0px, 0px); }
    25%  { transform: translate(-10px, -15px); }
    50%  { transform: translate(10px, -25px); }
    75%  { transform: translate(-5px, -10px); }
    100% { transform: translate(0px, 0px); }
}

/* Soft blinking (very smooth) */
@keyframes blinkBird {
    0%   { opacity: 0.1; }
    50%  { opacity: 0.4; }
    100% { opacity: 0.2; }
}








.section-twohd{
display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 104px;
}
.section-twohd h2{
	text-align: left;
	color: #FFFFFF;
	font-weight: 400;
	font-size:48px;
}

.section-twohd p{
	text-align: left;
	color: #FFFFFF;
	font-weight: 400;
	font-size:15px;
}
.section-twomian{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    position: relative;
    z-index: 1;
}

/* Left Side */
.processlist{
    width:100%;
    max-width:640px;
}

.proces-card{
    display:flex;
    justify-content:space-between;
    padding:28px 0;
    border-bottom:1px solid #c9c9c959;
    cursor:pointer;
    transition:all 0.4s ease;
}

.proces-card:first-child{
    padding-top:0;
}

.proces-card:last-child{
    border-bottom:none;
}

.proces-card .cont{
    display:flex;
    gap:46px;
}

.proces-card h2{
    color:#fff;
    font-size:32px;
    font-weight:400;
}

.proces-card h3{
    color:#fff;
    font-size:32px;
    font-weight:400;
}

.proces-card p{
    color:#fff;
    font-size:16px;
    line-height:180%;
    margin-top:10px;

    max-height:0;
    opacity:0;
    overflow:hidden;
    transition:all 0.4s ease;
}

/* Active paragraph */
.proces-card.active p{
    max-height:200px;
    opacity:1;
}

/* Image side */
.serviceimg img{
    width:100%;
    max-width:411px;
    transition:opacity 0.4s ease;
}

.procbtn{
    max-width:22px;
}
.sectionthree{
    width: 100%;
    float: left;
    padding: 80px 0 69px;
    position: relative;
    overflow: hidden;
}
.sectreename {
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
}

.sectreename img {
    width: 100%;
    max-width: 1208px;
    position: relative;
}

.sectreename::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.6),
        transparent
    );
    animation: shineMove 3s infinite;
}

@keyframes shineMove {
    100% {
        left: 150%;
    }
}
.sectionthreemain{
    width: auto;
    float: left;
}
.sectionthreemain h3{
    width: 68%;
    text-align: left;
    color: #1E1E1E;
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    padding-bottom: 17px;
}
.sectionthreemain h3 span{
    background: #008982;
background: linear-gradient(90deg, rgba(0, 137, 130, 1) 0%, rgba(1, 81, 160, 1) 100%);
 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ceo img{
    width: 100%;
    max-width: 169px;

}
.ceo {
    display: flex;
    align-items: end;
    justify-content: flex-start;
    gap: 35px;
    padding-bottom: 42px;
}
.ceo p {
    text-align: left;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    flex: 0 0 55%;
}
.countersection {
    display: flex;
    gap: 46px;
}
.count h4{
text-align: left;
color: #222E3C;
font-size: 60px;
font-weight: 400;
}
.count p{
text-align: left;
color: #616161;
font-size: 16px;
font-weight: 400;
line-height: 134%;
}
.count{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.counterup-section{
position: relative;
}
.counterup-section .symbol{
margin-left: -17px;
}
.escalator {
    position: absolute;
    right: 0;
    bottom: 0;
    perspective: 1200px;
}

.escalator img {
    width: 100%;
    max-width: 627px;
     will-change: transform;
    animation: crane3D 5s ease-in-out infinite;
    transform-style: preserve-3d;
}

@keyframes crane3D {
    0% {
        transform: rotateY(0deg) scale(1);
    }
    50% {
        transform: rotateY(20deg) scale(1.05);
    }
    100% {
        transform: rotateY(0deg) scale(1);
    }
}
.sectionfour{
	position: relative;
    width: 100%;
    float: left;
    padding: 82px 0 113px;
    background: #008982;
background: linear-gradient(150deg, rgba(0, 137, 130, 0.98) 0%, rgba(0, 80, 160, 1) 100%);

}
.sectionfour .section-twohd {
    padding-bottom:67px;
}
.sectionfourmain {
    width: 100%;
    padding-left: 115px;
    padding-bottom: 89px;
}
.copmlit {
   overflow: hidden;
    position: relative;
}
.copmlitftimg {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.copmlitftimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(0.75);   /* smaller default */
    transition: 0.5s ease;
}
.copmlit-text {
  opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 49px 62px 54px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.copmlit:hover .copmlitftimg img {
    transform: scale(1);
}
.copmlit:hover .copmlit-text {
    opacity: 1;
    visibility: visible;
}
.copmlit-texthd h6 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 2px;
}

.copmlit-texthd h3 {
    color: #FFFFFF;
    font-size: 42px;
    font-weight: 400;
    line-height: 120%;
}

.copmlit-textbtn {
    padding: 16px 16px 20px 16px;
    backdrop-filter: blur(25px);
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items:normal;
    justify-content: space-between;
}

.copmlit-textbtn h6 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 2px;
}

.copmlit-textbtn h3 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

.copmlit-textbtn img {
    max-width: 16px;
    width: 100%;
 
}
.project-carousel .owl-nav {
    position: absolute;
    right:100px;
    top: -117px;
    display: block !important;
}
.project-carousel .owl-prev {
    width: 44px;
    height: 44px;
    float: left;
    border: 1px solid #98989873 !important;
    border-radius: 50%;
    transition: 0.5s;
        display: flex;
    align-items: center;
    justify-content: center;
}
.project-carousel .owl-next {
    width: 44px;
    height: 44px;
    float: left;
    border: 1px solid #98989873 !important;
    border-radius: 50%;
    margin-left:12px;
    transition: 0.5s;
        display: flex;
    align-items: center;
    justify-content: center;
}
.sfour{
	    padding: 0 18px 0px 0px;
	border-top: 1px solid #80bcc4;
}
.sfour h2{
	text-align: left;
	color: #FFFFFF;
	font-size: 45px;
	font-weight: 400;
	padding: 28px 0 43px;
}

.sfour:hover h2{
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
.vmv:hover img{
	animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}


.sfour h3{
	text-align: left;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 400;

}
.sfour p{
	text-align: left;
	color: #FFFFFF;
	font-size:16px;
	font-weight: 400;
	line-height: 180%;
    padding: 14px 0 24px;
}
.sfour a {
    text-align: left;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: center; 
    gap: 12px;
}
.sfour a img{ 
	width: 100%;
	max-width: 13px;
}
.sfour a:hover img{
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
.sectionfive {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 89px 0 99px;
}

.sectionfive::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../images/dubai-bg.webp');
    background-size: cover;
    background-position: center;
    animation: flagWave 8s ease-in-out infinite;
    transform-origin: center;
    z-index: -1;
}

@keyframes flagWave {
    0% {
        transform: translateX(0px) skewX(0deg) scale(1.02);
    }
    25% {
        transform: translateX(-8px) skewX(-1.5deg) scale(1.04);
    }
    50% {
        transform: translateX(0px) skewX(0deg) scale(1.02);
    }
    75% {
        transform: translateX(8px) skewX(1.5deg) scale(1.04);
    }
    100% {
        transform: translateX(0px) skewX(0deg) scale(1.02);
    }
}
.sectionfive h2{
	text-align: left;
	color: #1E1E1E;
	font-size: 32px;
	font-weight: 400;
	line-height: 130%;
	padding-bottom: 25px;
}
.sectionfive h2 span{
	background: #008982;
    background: linear-gradient(90deg, rgba(0, 137, 130, 1) 0%, rgba(1, 81, 160, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sectionfive p{
	width: 65%;
	text-align: left;
	color: #000000;
	font-size:16px;
	font-weight: 300;
	line-height: 180%;
}
.sectionfive .explorebtn{
padding-top:49px;
}
.sectionfive .explorebtn span {
    background: #000000
}
.sectionfive .explorebtn a {
    color: #000000;
    border: 1px solid #000000;
}
.sectionfive .explorebtn span img {
    filter: invert(111);
}
.sectionsix{
	width: 100%;
	float: left;
	padding: 56px 0 84px;
}
.sectionsix .section-one-text{
	padding-bottom: 40px;
}
.sectionsix-main{
	width: 100%;
	float: left;
	position: relative;
}

.projectwo-carousel .owl-nav {
    position: absolute;
   right: 0;
    top: -85px;
    display:block !important;
}
.projectwo-carousel .owl-nav img{
    filter: contrast(0000);
}
.projectwo-carousel .owl-prev {
    width: 44px;
    height: 44px;
    float: left;
    border: 1px solid #98989873 !important;
    border-radius: 50%;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.projectwo-carousel .owl-next {
    width: 44px;
    height: 44px;
    float: left;
    border: 1px solid #98989873 !important;
    border-radius: 50%;
    margin-left: 12px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}








.sectionsix-main img{
	width: 100%;
}
.sectionsix-text{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 44px 52px;
}
.sectionsix-text h3{
	text-align: left;
	font-size: 25px;
	font-weight: 400;
	line-height:120%;
	color: #FFFFFF;
}
.sfivetext{
	position: relative;
	padding-top: 83px;
}
.sfivetext h2{
	width: 100%;
	text-align: center;
	color:#1E1E1E;
	font-size: 45px;
	font-weight: 400;
	line-height: 130%;
}
.sfivetext h2 span {
    background: linear-gradient(
        90deg,
        rgba(0,137,130,1) 0%,
        rgba(1,81,160,1) 50%,
        rgba(0,137,130,1) 100%
    );
    background-size: 300% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 4s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}










.sfivetext img{
	width: 100%;
	max-width: 95px;
	position: absolute;
	bottom:-24px;
	  left: -100px;
    animation: rollBall 6s linear infinite;
}

@keyframes rollBall {
    0% {
        left: -100px;
        transform: rotate(0deg);
    }
    100% {
        left: 100%;
        transform: rotate(720deg);
    }
}
.testimonial{
	width: 100%;
	float: left;
	padding: 90px 0;
	background:#0050A0;
background: linear-gradient(140deg, rgba(0, 80, 160, 1) 0%, rgba(0, 137, 130, 1) 100%);
}
.testimonial .section-twohd{
	padding: 0;
}
.testimonial-main{
	width: 100%;
	float: left;
}
.testcontent{
	position: relative;
}
.testcontent:after{
	position: absolute;
	top: 0;
	left: 0;
	content:'';
	width: 101px;
	height: 1px;
	background:#999999;
}
.testcontent p{
  text-align: left;
  color:#FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
    padding: 28px 29px 35px 0;
}
.testimg img{
	width: 100%;
	max-width: 55px;
}
.testimg h4{
	width: 100%;
    text-align: left;
    color:#FFFFFF;
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
}
.testimg h4 span{
	color:#ffffff73;
	width: 100%;
	float: left;
}
.testimonial-carousel .owl-nav {
  position: absolute;
    left: -380px;
    bottom: 0;
}
.testimonial-carousel .owl-prev {
    width: 44px;
    height: 44px;
    float: left;
    border: 1px solid #98989873 !important;
    border-radius: 50%;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-carousel .owl-next {
    width: 44px;
    height: 44px;
    float: left;
    border: 1px solid #98989873 !important;
    border-radius: 50%;
    margin-left: 12px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}





.testimg{
	display: flex;
    align-items: center;
    gap: 20px;
}
.footer{
	width: 100%;
	float: left;
	padding: 68px 0 61px;
}
.ftrlog{
	width: 100%;
	float: left;
}
.ftrlog img{
	width: 100%;
	float: left;
	max-width: 260px;
}
.footer h2{
	text-align: left;
	color:#000000;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 12px;
}
.ftrmain{
	padding-left: 55px;
	float: left;
	width: 100%;
}
.footer a{
	width: 100%;
	float: left;
	text-decoration: none;
	text-align: left;
	color:#000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 180%;
	-webkit-transition: all ease-in-out 0.5s;
}
.footer a:hover{
	color:#0050a0;
	-webkit-transition: all ease-in-out 0.5s;
}
.footer p{
	text-align: left;
	color:#000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 180%;
}
.ftr1bx{
	width: 22%;
    float: left;
}
.ftr2bx{
	width: 41%;
}
.ftr3bx{
	width:37%;
}
.ftr1bx h3{
	font-size: 16px;
	font-weight: 400;
}
.ftr1bx h3 a{
	width: auto;
	float: none;
	text-decoration-line: underline;
    text-underline-offset: 4px;
}
.copy{
	width: 100%;
	float: left;
	
}
.copy .container{
	padding: 45px 0;
	border-top: 1px solid #98989866;
}


.copylogo img{
	width: 100%;
	max-width: 336px;
}
.copyhds h2{
text-align: left;
color:#000000;
font-size: 16px;
font-weight: 400;
}
.copyhds{
display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyhds a{
	width: 38px;
	height: 38px;
	float: left;
	border-radius: 100px;
	border: 1px solid #92928f45;
	display: flex;
	align-items: center;
	justify-content: center;
}
.copyhds a img{
	max-width: 18px;
}
.copyhds a:hover img{
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
.social{
	gap: 9px;
	display: flex;
}
.innerpagehd {
    width: 100%;
    float: left;
    padding: 276px 0 30px;
    margin-top: -132px;
    position: relative;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    background-image: linear-gradient(140deg, rgba(5, 138, 133, 1) 0%, rgba(3, 114, 144, 1) 42%, rgb(2 101 150 / 30%) 68%, rgb(0 81 159 / 0%) 100%), url(../images/innerhd.webp);
    background-attachment: fixed;
}

.logoinnerhed{
    position: absolute;
    bottom: -48px;
    right: 0;
   animation: flyRotate 5s ease-in-out infinite;
}

@keyframes flyRotate {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.logoinnerhed img{
    width: 100%;
    max-width: 300px;
}







.innerpagehd h2{
    text-align: left;
    color: #ffffff;
    font-size: 48px;
    font-weight: 400;
    
}
.innerpage{
	width: 100%;
	float: left;
	padding: 70px 0;
}
.inner-abtimg img {
    max-width: 436px;
    float: right;
    width: 100%;
    margin-left: 58px;
}
.inner-abtimg h2 {
    color: #1E1E1E;
    font-size: 48px;
    font-weight: 400;
    line-height: 130%;
    padding-bottom: 25px;
}
.inner-abtimg p{
   color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 180%;
}
.inner-abtimg h2 span {
    background: #008982;
    background: linear-gradient(90deg, rgba(0, 137, 130, 1) 0%, rgba(1, 81, 160, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vmv {
    width: 100%;
    float: left;
    padding: 35px 39px;
    background: #fdfdfd45;
    border: 1px solid #0088830d;
    /* border-radius: 30px; */
}
.vmv h2 img{
	width: 100%;
	float: left;
	max-width: 63px;
}
.vmv h2 {
   color:#1E1E1E;
    font-size: 25px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
}
.vmv p{
color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 180%;
}
.values {
    padding: 0 0 40px;
}
.ctallc {
    border-top: 1px solid #ffffff9c;
    padding-top: 35px;
    margin-top: 70px;
}
.values h2 img{
	width: 100%;
	float: left;
	max-width: 63px;
}
.values h2 {
   color: white;
    font-size: 45px;
    font-weight: 400;
}
.values p{
    padding-top: 15px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 180%;
}
.values-main{
	position: relative;
	z-index: 11;
}
.values-main h2 {
   color:#FFFFFF;
    font-size: 25px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    -webkit-transition: all ease-in-out 0.5s;

}
.values-main:hover{
    border: 1px solid white;
    -webkit-transition: all ease-in-out 0.5s;
}
.values-main p{
color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 180%;
} 
.values-main {
    width: 100%;
    float: left;
    padding: 30px 22px;
    margin-bottom:30px;
    border: 1px solid #ffffff4a;
}
.values-main:last-child{
    margin-bottom:0px;

}
.mrtop{
  margin-top: 118px;  
}







.clintsfull{
	width: 100%;
	float: left;
}
.clintsfull h2 {
	text-align: center;
    color: #1E1E1E;
    font-size: 45px;
    font-weight: 400;
    line-height: 130%;
    padding-bottom: 25px;
}
.clintsfull h2 span {
    background: #008982;
    background: linear-gradient(90deg, rgba(0, 137, 130, 1) 0%, rgba(1, 81, 160, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.clintsfull p {
	text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 180%;
    padding: 0 197px;
}
.clintlg{
	width: 100%;
	float: left;
	padding-bottom: 50px;
}

.values-img img{
width: 100%;
float: left;
}
.companiestop{
	position: relative;
	overflow: hidden;
    width: 100%;
    float: left;
     padding:65px 0;
     background: #0050A0;
    background: linear-gradient(140deg, rgba(0, 80, 160, 1) 0%, rgba(0, 137, 130, 1) 100%);
}
.companies{
	width: 100%;
	float: left;
	padding: 50px 0;
}
.companies-img {
    width: auto;
    float: left;
    margin-right: 17px;
    margin: 17px 11px;
}
.companies-img:nth-child(3n){
    margin-right: 0;
}
.companies-img:nth-child(1n){
    margin-right: 0;
}
.companies-img img {
    width: 100%;
    float: left;
    max-width: 202px;
    height: 78px;
    object-fit: cover;
}
.companiesmain{
    display: flex;
}
.companies h2 {
   text-align: left;
    color: #1E1E1E;
    font-size: 40px;
    font-weight: 400;
    line-height: 130%;
}
.companies h2 span {
    background: #008982;
    background: linear-gradient(90deg, rgba(0, 137, 130, 1) 0%, rgba(1, 81, 160, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.companiestext{

    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content:center;
}
.crtfull{
	width: 100%;
	float: left;
}
.crtfull img{
	width: 100%;
	float: left;
}
.crtfull p{
	width: 100%;
	float: left;
	color: white;
	font-size: 20px;
    font-weight: 400;
    padding: 11px 0;
}
.clintdisp .col-lg-3 {
    display: flex;
    align-items: center;
}
.clintlg img {
    width: 100%;
    float: none;
    max-width: 200px;
    display: block;
    margin: auto;
}
/* calltoaction */
.callto-bx{
  background: url('../images/callto.webp');
  background-size: cover;
  background-repeat: no-repeat;
  border-radius:0px;
  padding: 80px 30px;
     display: flex
;
    align-items: flex-end;
    justify-content: space-between;
}
.callto-bx h2{
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}
.callto-bx p{
  color: #DEDCDC;
  max-width: 63%;
}
.callto-bx .explorebtn{
	flex: 0 0 20%;
}
.golden-img {
    width: 100%;
    float: left;
    max-width: 700px;
    height: 400px;
    object-fit: cover;
    margin-bottom: 20px;
}
.servicesmain h1 {
    float: left;
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
    color: #1E1E1E;
    font-size: 45px;
    font-weight: 400;
    line-height: 130%;
   
}
.servicesmain h1 span {
    background: #008982;
    background: linear-gradient(90deg, rgba(0, 137, 130, 1) 0%, rgba(1, 81, 160, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.servicesmain p {
    text-align: left;
    padding: 0 50px 0px 0px;
    width: 100%;
    float: left;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 180%;
}
.othr-link li {
    margin-bottom: 3px;
     list-style-type: none;
}
.othr-link li a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
    color: #fff;
    text-decoration: none;
   border-left: 5px solid #008684;
    background: #0050A0;
    -webkit-transition: all ease-in-out 0.5s;
    background: linear-gradient(140deg, rgba(0, 80, 160, 1) 0%, rgba(0, 137, 130, 1) 100%);

}
.othr-link li a:hover {
    border-left: 10px solid #008684;
}
.othr-link li a img {
    filter: brightness(0) invert(1);
}
.servicesmain ul{
   padding-left: 0px;
    list-style-type: none;
    margin: 0;
}

.othr-link h2{
color: black;
    font-size: 32px;
    font-weight: 400;
}
.connectus-bg {
    margin-top: 20px;
    float: left;
    width: 100%;
    padding: 15px;
    background: #0050A0;
    background-color: #000000;
    background: linear-gradient(140deg, rgba(0, 80, 160, 1) 0%, rgba(0, 137, 130, 1) 100%);
}
.connectus-bg h4 {
    color: #ffffff;
    font-size: 21px;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 500;
}

.mail-bg {
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
    color: black;
    text-align: center;
    margin-bottom: 10px;
}
.mail-bg span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    border-bottom: solid 1px rgb(70 85 98 / 12%);
    padding-bottom: 6px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 600;
}
.mail-bg a{
    color: black;
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    padding-bottom: 5px;
}
.contactlast h2 {
    color: #1E1E1E;
    font-size: 45px;
    font-weight: 400;
    padding-bottom: 10px;
}
.contactlast h2 span {
    background: #008982;
    background: linear-gradient(90deg, rgba(0, 137, 130, 1) 0%, rgba(1, 81, 160, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contactlast p {
    margin-bottom: 40px;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 180%;
}
.ct-box {
    width: 100%;
    float: left;
  padding: 25px 30px;
    background: white;
    height: auto;
    margin-bottom: 20px;
background: linear-gradient(140deg, rgba(0, 80, 160, 1) 0%, rgba(0, 137, 130, 1) 100%);
   
    
}
.ct-box h5 {
    color:white;
    font-size: 22px;
    font-weight: 600;
}
.ct-box p {
    color:white;
    font-size: 16px;
    font-weight: 300;
    line-height: 180%;
    padding: 10px 0;
}
.ct-box h6 a {
    font-size: 15px;
    font-weight: 400;
    color: #525252;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}
.ct-left h1 {
    color: #000000;
    font-size: 30px;
    font-weight: 500;
}
.ct-box h3 {
    font-size: 16px;
    font-weight: 400;
    color:white;
    padding: 6px 0;

}
.ct-box h3 a {
    color:white;
    width: auto;
    float: none;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}
.ct-left .explorebtn a {
    color: #000000;
    border: 1px solid #000000;
}
.ct-left .explorebtn span {
    background: #000000;
}
.ct-left .explorebtn span img {
    filter: invert(111);
}
.ct-left p{
    padding-top: 10px;
    text-align: left;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 180%;
}
.ct-field {
    float: left;
    margin-top: 15px;
}
.ct-field input {
    width: 100%;
    float: left;
   background: #ffffff;
    padding: 15px;
    color: black;
    font-size: 15px;
    border: none;
 font-weight: 400;
    font-size: 15px;
height: 50px;
outline: none;
border: solid 1px rgba(46, 67, 110, 0.22);


}
.ct-field label {

    margin-bottom: 4px;
    text-align: left;
    font-size: 15px;
    color: black;
    font-weight: 300;
}

.ct-field textarea {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    padding: 15px;
     border: none;
     height: 112px;
     border: solid 1px rgba(46, 67, 110, 0.22);
}
.Mod-btn .nav {
    border: 0 !important;
    background: #0050A0;
    background: linear-gradient(140deg, rgba(0, 80, 160, 1) 0%, rgba(0, 137, 130, 1) 100%);
    width: 35%;
    padding: 10px;
    float: none;
   margin: 15px auto 30px;
}
.Mod-btn .nav-link.active {
    background: #fff;
    color:black;
}
.Mod-btn .nav-link {
    border-radius: 0 !important;
    font-size: 15px;
    color: #ffffff;
    border: 0 !important;
    font-size: 17px;
    font-weight: 600;
}






.project-card {
   
    padding: 30px;
    height: 100%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Hover Effect */

.project-category {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: black;
    display: block;
    margin-bottom: 10px;
}

.project-title {
    color: #1E1E1E;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.project-description {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 30px;
    flex-grow: 1;
}

.project-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
}

.value-label {
    display: block;
    font-size: 11px;
        color: #0151a0;
    font-weight: 600;
}

.value-amount {
    font-size: 18px;
      color: #0151a0;
    font-weight: 600;
}



.p4-img {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom:25px;
}
.p4-texts{
   position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 23px;
}
.p4-texts h3 {
    text-align: left;
    font-size: 25px;
    font-weight: 400;
    line-height: 120%;
    color: #FFFFFF;
}
.Mod-btn .p4-img img {
    width: 100%;
    object-fit: cover;
}



.cmplpro .p4-texts{
	justify-content: center;
    flex-direction: column;
    display: flex;
    min-height: 137px;
position: relative;
    left: 0;
    width: 96%;
    margin: auto;
    height: 100%;
    margin-top: -15px;
    bottom: 0;
    padding: 25px 17px;
    background: #fff;
    box-shadow: 0px 0px 10px #00000042;
}
.cmplpro .p4-texts h3{
    color: #1E1E1E;
    font-size: 22px;
    font-weight: 500;
}
.cmplpro .p4-texts p{
    margin-top: 10px;
}
.cmplpro .p4-texts p span{
color: #0151a0;
    font-weight: 600;
}














@media (max-width: 767px) {

    .copyhds{
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .copyhds h2{
        order: 2;   /* Move h2 to last */
        text-align: center;
    }

    .social{
        order: 1;   /* Social comes first */
    }

}


@media (max-width:991px){

.mod-right {
    padding: 0 0 30px;
}
.nav-menu > li > a {
    color: #000000;
    font-size: 19px;
    font-weight: 400;
}


}

@media (max-width: 400px){
    .Mod-btn .nav-item {
        width: 100% !important;
    }
    .companies-img img {
   
    max-width: 145px;
    height: auto;
}
}


@media (max-width: 575px){

.projectwo-carousel .owl-nav{
    display: none !important;
}

    .mod-new {
     padding:0px !important; 
}

	.cmplpro .p4-texts {
    min-height: auto;
}
    .cmplpro .p4-texts h3{
        font-size: 18px!important;
    }

.logoinnerhed{
display: none;
}
.header .explorebtn{
display: none;
}
.banner-carousel .owl-nav{
    display: none;
}
.banner-carousel .owl-dots{
    display: none;
}
.banner-text{
      padding: 45px 0;
      position: relative;
      gap: 25px;
      flex-direction: column;
    }
.banner-text h2{
    font-size: 40px;
}
.banner-text h2 br{
    display: none;
}

.banner-text p br{
     display: none;
}
.banner img{
    height: 350px;
    object-fit: cover;
}

.banner{
    background: linear-gradient(140deg, rgba(0, 80, 160, 1) 0%, rgba(0, 137, 130, 1) 100%);
}
.section-one {
    padding: 55px 0;
}
.section-one-text{
            gap: 25px;
    flex-direction: column;
}
.section-one-text h4{
    font-size: 40px;
}
.s1main{
 flex-direction: column;
}
.s2move{
    width: 100%;
}
.section-one-text h2 {
    padding-bottom: 30px;
}
.s2move:before {
    width:90px;
}
.s2move:after{
     width:90px;
}
.abtleft img{
    max-width: 231px;
}
.abtleft{
    left: -135px;
    bottom: -98px;
}
.stion-oneimg{
    padding-bottom: 25px;
}
.section-twohd {
        padding-bottom: 70px;
    gap: 25px;
    flex-direction: column;
        align-items: normal;
}
.section-twohd h2{
    font-size: 40px;
}

.section-twomian{
    flex-direction: column;
}

.proces-card .cont{
    gap: 12px;
    flex-direction: column;
}
.section-two {
    padding: 85px 0 80px;
}
.sectionthreemain h3 {
    width: 100%;
    font-size: 30px;
}
.sectionthree{
            padding: 55px 0 0px;
}
.ceo{
    align-items: center;
    flex-direction: column-reverse;
}
.ceo img {
    max-width: 100%;
}
.count {
    justify-content: space-between;
    gap: 0px;
}

.countersection{
    gap: 25px;
flex-direction: column;
margin-bottom: 15px;
}
.count h4 {
    font-size: 36px;
}

.counterup-section .symbol {
    margin-left: -8px;
}
.sectionfourmain{
    padding: 0 15px;
}
.project-carousel .owl-nav{
    display: none !important;
}
.copmlitftimg {
    height: auto;
}
.copmlit-text {
	padding: 15px;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .copmlit .copmlitftimg img {
    transform: scale(1);
}
.sfour h2 {
    font-size: 35px;
    padding: 28px 0 19px;
}
.connectus-bg h4 {
    text-align: left;
}
.mail-bg span {
    text-align: left;
}
.mail-bg a {
    text-align: left;
}
.sfour{
    margin-bottom: 20px;
}
.sectionfour {
    padding: 60px 0 60px;
}
.sectionfive{
    padding: 60px 0 70px;
}
.sectionfive h2 br{
    display: none;
}
.sectionfive p {
    width: 100%;
}
.sectionsix-text {
    padding: 20px 15px 20px 15px;
}
.sectionsix-text h3 {
    font-size: 20px;
}
.sfivetext {
    padding-top: 50px;
}
.sfivetext h2{
    font-size: 35px;
}
.sectionsix {
    padding: 56px 0 60px;
}
.testimonial {
    padding: 60px 0;
}
.testcontent p {
    font-size: 15px;
    padding: 28px 0px 25px 0;
}
.testcontent{
    margin-top: 20px;
}
.ftrmain {
    padding-top: 45px;
    padding-left: 0;
}
.ftr1bx {
    width: 100%;
}
.footer a {
    width: 50%;
}

    .ftr1bx {
        width: 100%;
        padding-bottom: 30px;
    }
.footer {
    padding: 50px 0 30px;
}
.copy .container {
    padding: 25px 0;
}
.ftrlog {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copylogo{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
}
.serviceimg{
        display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    float: left;
}
.innerpagehd h2 {
    font-size: 40px;
}
.inner-abtimg img {
    margin: auto;
    float: none;
    display: block;
    text-align: center;
}
.inner-abtimg h2 {
    font-size: 40px;
    padding: 25px 0;
}
.inner-abtimg h2 br{
    display: none;
}
.vmv {
    margin-bottom: 35px;
}
.values h2{
    font-size: 40px;
}
.values-main:last-child {
    margin-bottom: 30px;
}
.companiestop .col-lg-4{
    margin-top: 0 !important;
}
.values-img{
    margin-top: 0 !important;
}
.crtfull {
    padding-bottom: 25px;
}
.companiestop {
    padding: 65px 0 30px;
}
.companies-img {
           width: 50%;
        margin: 17px 0;
        display: flex;
        align-items: center;
        justify-content: center;
}
.callto-bx {
        padding: 30px 30px;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
}
.callto-bx p {
    max-width: 100%;
}
.callto-bx h2 br{
    display: none;
}
.servicesmain h1 {
    font-size: 40px;
}
.servicesmain p {
    padding: 0;
}
.othr-link h2 {
    padding-top: 50px;
}
.connectus-bg {
    margin-top: 35px;
}
.clintsfull h2 {
    text-align: left;
    font-size: 40px;
}
.clintsfull h2 br{
    display: none;
}
.clintsfull p {
    text-align: left;
    padding: 0;
}
.Mod-btn .nav {
    width: 100%;
}
.Mod-btn .nav-item{
width: 50%;
}
.Mod-btn .nav-link {
    width: 100%;
}
.count p br{
display: none;
}
.p4-texts h3 {
    font-size: 18px;
}
.innerpagehd {
    padding: 225px 0 30px;
}
.escalator {
    position: unset;
}
}






@media(min-width:576px) and (max-width:767px){

	.cmplpro .p4-texts {
    min-height: 166px;
}
	.logoinnerhed{
display: none;
}

.escalator {
    position: unset;
}
.header .explorebtn{
display: none;
}
.banner-carousel .owl-nav{
    display: none;
}
.banner-carousel .owl-dots{
    display: none;
}
.banner-text{
      padding: 45px 0;
      position: relative;
      gap: 25px;
      flex-direction: column;
    }
.banner-text h2{
    font-size: 40px;
}
.banner-text h2 br{
    display: none;
}

.banner-text p br{
     display: none;
}
.banner img{
    height: 350px;
    object-fit: cover;
}

.banner{
    background: linear-gradient(140deg, rgba(0, 80, 160, 1) 0%, rgba(0, 137, 130, 1) 100%);
}
.section-one {
    padding: 55px 0;
}
.section-one-text{
            gap: 25px;
    flex-direction: column;
}
.section-one-text h4{
    font-size: 40px;
}
.s1main{
 flex-direction: column;
}
.s2move{
    width: 100%;
}
.section-one-text h2 {
    padding-bottom: 30px;
}
.s2move:before {
    width:90px;
}
.s2move:after{
     width:90px;
}
.abtleft img{
    max-width: 231px;
}
.abtleft{
    left: -135px;
    bottom: -98px;
}
.stion-oneimg{
    padding-bottom: 25px;
}
.section-twohd {
        padding-bottom: 70px;
    gap: 25px;
    flex-direction: column;
        align-items: normal;
}
.section-twohd h2{
    font-size: 40px;
}

.section-twomian{
    flex-direction: column;
}

.proces-card .cont{
    gap: 12px;
    flex-direction: column;
}
.section-two {
    padding: 85px 0 80px;
}
.sectionthreemain h3 {
    width: 100%;
    font-size: 30px;
}
.sectionthree{
   padding: 55px 0 0px;
}
.ceo{
    align-items: center;
    flex-direction: column-reverse;
}
.ceo img {
    max-width: 100%;
}
.count {
    justify-content: space-between;
    gap: 0px;
}

.countersection{
    gap: 30px;
flex-direction: column;
}
.count h4 {
    font-size: 45px;
}

.counterup-section .symbol {
    margin-left: -8px;
}
.sectionfourmain{
    padding: 0 15px 45px;
}
.project-carousel .owl-nav{
    right: 0;
}
.copmlitftimg {
    height: auto;
}
.copmlit-text {
	padding: 15px;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .copmlit .copmlitftimg img {
    transform: scale(1);
}
.copmlit-texthd h3 {
   font-size: 25px;
}
.copmlit-text {
        padding: 15px 15px 15px;
        opacity: 1 !important;
        visibility: visible !important;
    }
.sfour h2 {
    font-size: 35px;
    padding: 28px 0 19px;
}
.connectus-bg h4 {
    text-align: left;
}
.mail-bg span {
    text-align: left;
}
.mail-bg a {
    text-align: left;
}
.sfour{
    margin-bottom: 20px;
}
.sectionfour {
    padding: 60px 0 60px;
}
.sectionfive{
    padding: 60px 0 70px;
}
.sectionfive h2 br{
    display: none;
}
.sectionfive p {
    width: 100%;
}
.sectionsix-text {
    padding: 20px 15px 20px 15px;
}
.sectionsix-text h3 {
    font-size: 20px;
}
.sfivetext {
    padding-top: 50px;
}
.sfivetext h2{
    font-size: 35px;
}
.sectionsix {
    padding: 56px 0 60px;
}
.testimonial {
    padding: 60px 0;
}
.testcontent p {
    font-size: 15px;
    padding: 28px 0px 25px 0;
}
.testcontent{
    margin-top: 20px;
}
.ftrmain {
    padding-top: 45px;
    padding-left: 0;
}
.ftr1bx {
    width: 100%;
}
.footer a {
    width: 50%;
}

    .ftr1bx {
        width: 100%;
        padding-bottom: 30px;
    }
.footer {
    padding: 50px 0 30px;
}
.copy .container {
    padding: 25px 0;
}
.ftrlog {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copylogo{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
}
.serviceimg{
        display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    float: left;
}
.innerpagehd h2 {
    font-size: 40px;
}
.inner-abtimg img {
    margin: auto;
    float: none;
    display: block;
    text-align: center;
}
.inner-abtimg h2 {
    font-size: 40px;
    padding: 25px 0;
}
.inner-abtimg h2 br{
    display: none;
}
.vmv {
    margin-bottom: 35px;
}
.values h2{
    font-size: 40px;
}
.values-main:last-child {
    margin-bottom: 30px;
}
.companiestop .col-lg-4{
    margin-top: 0 !important;
}
.values-img{
    margin-top: 0 !important;
}
.crtfull {
    padding-bottom: 25px;
}
.companiestop {
    padding: 65px 0 30px;
}
.companies-img {
           width: 50%;
        margin: 17px 0;
        display: flex;
        align-items: center;
               justify-content: flex-start;
}
.callto-bx {
        padding: 30px 30px;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
}
.callto-bx p {
    max-width: 100%;
}
.callto-bx h2 br{
    display: none;
}
.servicesmain h1 {
    font-size: 40px;
}
.servicesmain p {
    padding: 0;
}
.othr-link h2 {
    padding-top: 50px;
}
.connectus-bg {
    margin-top: 35px;
}
.clintsfull h2 {
    text-align: left;
    font-size: 40px;
}
.clintsfull h2 br{
    display: none;
}
.clintsfull p {
    text-align: left;
    padding: 0;
}
.Mod-btn .nav {
    width: 100%;
}
.Mod-btn .nav-item{
width: 50%;
}
.Mod-btn .nav-link {
    width: 100%;
}
.count p br{
display: none;
}
.p4-texts h3 {
    font-size: 18px;
}
.innerpagehd {
    padding: 225px 0 30px;
}
}



@media(min-width:768px) and (max-width:991px){


.head-menu {
    justify-content: flex-start;
}
.banner-text h2 {
    font-size: 45px;
}

.banner-text p br{
    display: none;
}
.banner-carousel .owl-nav {
    display: none;
}
.banner-carousel .owl-dots{
     display: none
}
.banner img {
    height: 550px;
    object-fit: cover;
}

.banner-text {
   padding-top: 210px;
        gap: 36px;
        flex-direction: column;
}

.banner-text h6{
    display: none;
}
.banner-text p {
    width: 85%;
}
.section-one-text {
    display: unset;
}
.section-one {
    padding: 50px 0;
}
.section-one-text h4 {
    padding-bottom: 25px;
}
.section-one-text h2 {
    flex: 0 0 100%;
    padding-bottom: 20px;
}
.s1main {
    flex-direction: column;
}
.s2move {
    margin-top: 40px;
    width: 100%;
}
.abtleft img {
    max-width: 260px;
}.section-twohd {
    
    align-items: flex-start;
    padding-bottom: 70px;
    flex-direction: column;
    gap: 25px;
}
.proces-card h2 {
    display: none;
}
.processlist {
    max-width: 408px;
}
.proces-card h3 {
    font-size: 29px;
}

.section-twomian {
    align-items: center;
    gap: 25px;
}
.section-two {
    padding: 85px 0 60px;
}

.sectionthreemain h3 {
    width: 100%;
}
.ceo p {
    width: 100%;
     flex:unset; 
}
.count h4 {
    font-size: 42px;
}

.escalator {
    position: relative;
}

.sectionthree {
    padding-bottom: 0;
}
.escalator img {
    max-width: 520px;
    float: right;
}
.copmlit-text {
    padding: 25px 25px 25px;
}
.copmlit-texthd h3 {
    font-size: 30px;
}
.sectionfourmain {
    padding-left: 40px;
        padding-bottom: 30px;

}
.sfour {
    margin-top: 25px;
}
.sectionfive h2 br{
    display: none;
}
.sectionfive p {
    width: 100%;
}
.sectionfive {
    padding: 60px 0 70px;
}
.sectionfour {
    padding: 70px 0 80px;
}
.sectionsix-text {
    width: 100%;
    padding: 20px 15px;
}
.sectionsix-text h3 {
    font-size: 18px;
}
.sfivetext {
    padding-top: 40px;
}
.testimonial {
    padding: 65px 0
}
.testcontent {
    margin-top: 35px;
}
.ftrlog {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}
.ftrmain {
    padding-left: 0;
}
.ftr1bx {
    width: 18%;
}
.ftr2bx {
    width: 41%;
}
.ftr3bx {
    width: 41%;
}
.footer {
    padding: 45px 0 45px;
}
.copylogo img {
    max-width: 295px;
}
.copyhds {
    padding-top: 18px;
}

.copy .container {
    padding: 18px 0 0;
}
.copmlitftimg {
    height: auto;
}
.inner-abtimg img {
    float: none;
    display: flex;
    margin: auto;
    display: block;
    align-items: center;
}
.inner-abtimg h2 {
    padding-top: 15px;
}
.vmv{
    padding: 15px 20px;
}
.companiestop .values-img{
    margin-top: 30px !important;
}
.values-img img{
    object-fit: cover;
    height: 450px;
}

.callto-bx p {
    max-width: 100%;
}
.callto-bx {
    flex-direction: column;
        align-items: unset;
        gap:25px;
}
.othr-link h2 {
    padding-top: 45px;
}
.clintsfull p {
    padding: 0;
}
.Mod-btn .nav {
    width: 100%;
}
.Mod-btn .nav-item{
width: 50%;
}
.Mod-btn .nav-link {
    width: 100%;
}
.ct-box {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 280px;
    width: 50%;
    margin-bottom: 35px;
}

}

@media(min-width:992px) and (max-width:1024px){
.nav-menu > li > a {
    padding: 0 16px;
    font-size: 15px;
}
.banner-text h2 {
    font-size: 65px;
}
.banner-text {
    padding-top: 195px;
}

.banner-carousel .owl-dots {
    bottom: 60px;
}
.banner-carousel .owl-nav {
    position: absolute;
    bottom: 35px;
}
.section-one-text {
    gap: 35px;
    flex-direction: column;
}
.abtleft img {
    max-width: 292px;
}
.abtleft {
    left: -120px;
}
.section-twohd {
    padding-bottom: 80px;
}

.processlist {
    max-width: 478px;
}
.proces-card .cont {
    gap: 25px;

}
.escalator img {
    max-width: 394px;
}
.copmlit-text {
    padding: 25px 25px 25px;
}

.copmlit-texthd h3 {
    font-size: 25px;
}
.sectionfourmain {
    padding-left: 15px;
    padding-bottom: 65px;
}
.sectionfive {
    padding: 58px 0 65px;
}
.sectionfive p {
    width: 100%;
}
.sectionsix-text {
    padding: 44px 25px;
}
.sfivetext{
    padding-top: 50px;
}
.testimonial-carousel .owl-nav {
    position: absolute;
    left: -310px;
}
.copy .container {
    padding: 23px 0 0;
}
.ftrmain {
    padding-left: 20px;
}
.copmlitftimg {
    height: auto;}

.inner-abtimg h2 {
    font-size: 44px;
}

.callto-bx {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}
.Mod-btn .nav {
width: 42%;
}
.ct-box p br{
    display: none;
}
}


@media(min-width:1025px) and (max-width:1199px){

.nav-menu > li > a {
    padding: 0 16px;
    font-size: 15px;
}
.banner-text h2 {
    font-size: 65px;
}
.banner-text {
    padding-top: 195px;
}

.banner-carousel .owl-dots {
    bottom: 60px;
}
.banner-carousel .owl-nav {
    position: absolute;
    bottom: 35px;
}
.section-one-text {
    gap: 35px;
    flex-direction: column;
}
.abtleft img {
    max-width: 292px;
}
.abtleft {
    left: -120px;
}
.section-twohd {
    padding-bottom: 80px;
}

.processlist {
    max-width: 478px;
}
.proces-card .cont {
    gap: 25px;

}
.escalator img {
    max-width: 394px;
}
.copmlit-text {
    padding: 25px 25px 25px;
}

.copmlit-texthd h3 {
    font-size: 25px;
}
.sectionfourmain {
    padding-left: 15px;
    padding-bottom: 65px;
}
.sectionfive {
    padding: 58px 0 65px;
}
.sectionfive p {
    width: 100%;
}
.sectionsix-text {
    padding: 44px 25px;
}
.sfivetext{
    padding-top: 50px;
}
.testimonial-carousel .owl-nav {
    position: absolute;
    left: -310px;
}
.copy .container {
    padding: 23px 0 0;
}
.ftrmain {
    padding-left: 20px;
}
.copmlitftimg {
    height: auto;
}
.inner-abtimg h2 {
    font-size: 44px;
}

.callto-bx {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}
.Mod-btn .nav {
width: 42%;
}
.ct-box p br{
    display: none;
}
}





@media (min-width: 992px) {
    .modal-lg {
        max-width: 920px !important;
    }
}


@media (max-width: 400px){
.copmlit-text{
    padding: 30px 20px;
}
.copmlit-texthd h6{
    font-size: 15px;
}
.copmlit-textbtn h6{
    font-size: 18px;
}
.copmlit-textbtn h3{
    font-size: 15px;
}
.copmlit-texthd h3{
    font-size: 27px;
}
}



#enroll .modal-content {
    background-size: cover;
    border-radius: 0px;
    border: none;
    background: white;
}
.close_form {
    
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
    z-index: 999;
    top: 15px;
    background:url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.mod-new {
    width: 100%;
    float: left;
    padding: 30px;
}
.mod-right {
    width: 100%;
    float: left;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.mod-right img {
    width: 100%;
    max-width: 280px;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.mod-right h6 {
    font-size: 32px;
    color: #1E1E1E;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 25px;
}.mod-right a {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    font-size: 22px;
    color: #1E1E1E;
    text-decoration: none;
}
.log-sec {
    width: 100%;
    float: left;
   background: #058A85;
background: linear-gradient(140deg, rgba(5, 138, 133, 1) 0%, rgba(0, 81, 159, 1) 100%);
    padding: 30px 30px;
}
.log-field {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.log-field label {
    margin-bottom: 10px;
    font-size: 15px;
    color:white;
    width: 100%;
    font-weight: 500;
}
.log-field input {
    width: 100%;
    float: left;
    padding: 12px;
    border: none;
    font-size: 15px;
}



.slide-con {
    position: fixed;
    z-index: 1;
    right: 0;
    top: 56%;
    transform: translateY(-56%);
    /* bottom: 25%; */
    border-radius: 0.5rem;
    text-align: center;
    box-shadow: -1px 0px 8px #00000026;
    /* overflow: hidden; */
    padding-left: 0px;
    list-style-type: none;
    margin: 0;
}

.slide-con li {
    border-bottom: 1px solid #C2C2C2;
    background-color: #1e1e1ec7;
    /* backdrop-filter: blur(4px); */
    transition: 0.3s;
    cursor: pointer;
    position: relative;
}
.slide-con li:hover {
    background-color: #0050a0;
}
.slide-con li:hover img{
animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
    filter: brightness(0) invert(1);
}

.slide-con li:nth-child(3) {
    border-bottom: none;
}

.slide-con li a {
          width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-con .fx1{
    border-radius: 9px 0 0 0;
}
.slide-con .fx2{
    border-bottom: 1px solid transparent;
    border-radius: 0 0 0 9px;
}

.manpower-section {
   padding: 100px 0 0;
    color: #ffffff;
}

/* Header Styling */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 30px;
}

.sub-title {
    color: #3b82f6; /* Premium Blue Accent */
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.section-header h2 {
    color: white;
    font-size: 45px;
    font-weight: 400;
}

.total-showcase {
    text-align: right;
}

.total-label {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}

.total-number {
    font-size: 55px;
    font-weight:600;
    color:white;
    
}

.suffix {
    font-size: 18px;
    font-weight:500;
}

/* Grid Layout */
.manpower-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
}

/* Card Styling */
.mp-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 30px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: default;
}

.mp-card:hover {
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-8px);
    border-color: #3b82f6;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.mp-card.featured {
    background: linear-gradient(145deg, rgba(59, 130, 246, 0.15), rgba(255,255,255,0.03));
    border-color: rgba(59, 130, 246, 0.4);
}

.mp-card-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.mp-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.9);
}

.mp-value-wrap {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.mp-count {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.mp-unit {
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
    .section-header h2 { font-size: 32px; }
    .total-number { font-size: 44px; }
}



.explorebtn button,
.explorebtn span {
    transition: all 0.6s ease;   /* slow & smooth */
}
.explorebtn button{
    background: transparent;
    width: 164px;
    height: 50px;
    color: #FFFFFF;
    border-radius: 100px;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0 25px;
}




/* HOVER ANIMATION */
.explorebtn:hover button {
    transform: translateX(30px);   /* text move right */
}

.ct-left .explorebtn button{
    color: #000000;
    border: 1px solid #000000;
}