
*{
  
     font-family: 'Nunito Sans', sans-serif;
}
.body{
    color: white;
}
a{
  text-decoration: none !important;
  color: #000 !important;
}
/* ********************************* */
.achievements-section {
padding: 80px 0px;
}
.text2 {
font-size: 2.5rem;
font-weight: 600;
margin-bottom: 20px;
line-height: 1.3;
text-align: justify;
display: flex;
color: #132b4f;
}
.headtext{
font-size: 25px;
font-weight: 100%;
display: flex;

}
.text3 {
color: #093576 !important;
margin-bottom: 30px;
text-align:justify;
padding-right: 20px;
display: flex;
font-size: 16px
}
.button {
border: 1px solid #fff;
border-radius: 25px;
padding: 10px 20px;
font-weight: 600;
background: #0081d1;
color: #fff;
transition: all 0.3s ease-in-out;
cursor: pointer;
}

.button:hover {
background: #0081d1;
color: #fff;
transform: scale(1.05);
box-shadow: 0 0 0 4px #ffffff, 0 6px 14px rgba(0,0,0,0.2);
border-color: transparent;
}


.stats-box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 200px;
border-radius: 20px;
text-align: center;
font-weight: 600;
font-size: 55px;
background-color: #0081d1;
color: #fff;
box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.15);
}

.light-box{

/* font-weight: bold;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height:200px;
min-width: 40px;
border-radius: 20px;
text-align: center;
color: #0081d1;
font-weight: 600;
font-size: 30px;
border: 2px solid rgb(209, 209, 209);
box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.15); */
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 170px;
min-width: 40px;
border-radius: 20px;
text-align: center;
color: #0081d1;
font-weight: 610;
font-size: 20px;
border: 1px solid rgb(209, 209, 209);
box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.15);
text-transform: uppercase;
}
.unik-row {
display: flex;        
flex-wrap: wrap;    
align-items:center;
justify-content: space-around;
}
.btn-whatsapp-pulse-border {
  bottom: 25px;
  right: 20px;
  animation-play-state: paused;
}
.btn-whatsapp-pulse {
  background: #25d366;
  color: #FFF !important;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 3;
}
.btn-call-pulse-border {
  bottom: 25px;
  right: 20px;
  animation-play-state: paused;
}
.btn-call-pulse {
  background: rgb(137, 12, 37);
  color: #FFF !important;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 3;
}
 .sidebar-contact {
    position: fixed;
    top: 50%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    transition: .5s;
    z-index: 1114;
    border-radius: 20px 0 0 20px
  }
  .sidebar-contact.active {
    right: 0;
  }
  .sidebar-contact input,.sidebar-contact textarea, .sidebar-contact select {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.5);
    outline: 0;
    border-radius: 5px;
    color:#525354;
    font-size: 13px;
  }
  .sidebar-contact .btn {
    background-color: var(--secondary-color);
    color: white;
    font-size: 14px;
    min-width:127px;
    padding:8px;
    margin-top: 12px;
  }
  .sidebar-contact .btn span{
    font-size: 14px;
    padding: 13px 10px;
  }
  .sidebar-contact .btn:hover{
    background-color:var(--secondary-color);
    color: var(--white-color);
  }
  .sidebar-contact input:focus, .sidebar-contact textarea:focus{
    box-shadow: none;
    border-color: var(--secondary-color);
    outline: 0;
}
  .toggle-bx {
    position: absolute;
    text-align: center;
    cursor: pointer;
    background: var(--secondary-color);
    color: var(--primary-color);
    top: 48%;
    left: -74px;
    transform: rotate(90deg);
    padding: 8px 15px;
    border-radius: 0 0 10px 10px
  }
  .toggle-bx h6 {
    margin-bottom: .5px;
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-color);
    font-family: Overpass,sans-serif
  }
  .toggle-bx h2 {
    margin-bottom: .5px;
    font-size: 13px;
    font-weight: 700;
    color: white;
    font-family: Overpass,sans-serif
  }
  .toggle-bx h6 i {
    margin-right: 5px
  }
  .toggle-bx h2 i {
    margin-right: 5px
  }
.contact_form{
color: var(--secondary-color);
}
.stated{
background-color: #19029D !important;
}
.closeSideForm {
  font-size: 0.9rem;   /* smaller */
  cursor: pointer;     /* clickable */
}
.mainAboutHead::before {
    content: "#";
}

.mainAboutHead {
    text-transform: capitalize;
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 17px;
}
.servicess {
    margin: 0;
    padding-left: 10px;        
}
.team-section {
  padding: 50px 20px;
  background: #f9fbfd;
}

.team-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

.team-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
}
.team-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transform: translateY(-5px);
}
.team-img {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.team-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}
.team-name {
  font-size: 18px;
  font-weight: 700;
  margin: 8px 0 4px;
}
.team-role {
  color: #2563eb;
  font-weight: 600;
  margin-bottom: 12px;
}
.team-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media(max-width:1399px){
.text2{
    text-align:start;
}
}

@media(max-width:991px){
.button{
    margin-left: 250px;
}
}

@media(max-width:767px){
.text2{
    text-align:justify;
    font-size: 50px;
}
    .button{
margin-left:160px;
}

}

@media(max-width:576px){
    .dudu{
        padding:5px !important;
    }
.wrapper-services .service-box h5 {
    font-size: 14px !important;
}

.wrapper-services .service-box p {
    font-size: 12px !important;
}
.wrapper-services .service-box {
    padding: 20px 8px 20px !important;
}
    .sidebar-contact {
      width: 100% !important;
      height: 100% !important;
      right: -100% !important;
      border-radius: 0;
    }
    .sidebar-contact.active {
      right: 0 !important;
    }
    .sidebar-contact.active .toggle {
      top: 15px;
      left: 22px;
      transform: translateY(0);
      border-radius: 10px;
    
    }
    .sidebar-contact.active .underline-effect {
      /* margin-left: 55px; */
      margin-bottom: 20px;
    
    }
    .sidebar-contact .toggle {
      top: 50%;
      transform: translateY(-50%) rotate(90deg);
      transition: .5s;
    }
    .toggle.active::before {
      content: '\f00d';
      font-family: fontAwesome;
      font-size: 18px;
      color: #fff;
    }
    .toggle.active h2 {
      display: none;
    }

.text3{
    text-align: justify;
}
.button{
    margin-left: 165px;
    display: flex;
}
.text2{
    font-size: 40px;
}
}


@media(max-width:461px){
.text2{
font-size: 35px;
}
.button{
margin-left: 120px;
}
.feature-card{
min-height: 407px;
}
}
@media(max-width:389px){
.text2{
    text-align: justify;
    font-size:32px
}
.stats-box{
    font-size: 50px;
}
.button{
    margin-left:74px;
    display: block;
}
}
@media(max-width:349px){
.text2{
    font-size: 30px;
    text-align: justify;
}

.light-box{
    font-size: 25px;
}

}
/* ********************************** */
/* faq */
:root{
  --primary:#19009c;
  --secondary:#0081d1;
  --ternary:#250c66;
}

 .section-titles small {
      color: var(--primary);
      font-weight: 600;
      letter-spacing: 1px;
       font-family: 'Rubik', 'Sen', serif;
    }
    .section-titles h2 {
      font-weight: 700;
      font-size: 1.7rem;
       font-family: 'Rubik', 'Sen', serif;
    }
    .section-titles h2 span {
      color: var(--primary);
       font-family: 'Rubik', 'Sen', serif;
    }
    .section-titles p {
      color: #555;
      font-size: 15px;
      margin-bottom: 20px;
       font-family: 'Rubik', 'Sen', serif;
    }

   
    .contact-box {
      border-radius: 12px;
      overflow: hidden;
      width: 100%;
      max-width: 400px;
    }
    .contact-box .top {
      background: var(--primary);
      color: #fff;
      text-align: center;
      padding: 15px;
      font-weight: 600;
      font-size: 15px;
       font-family: 'Rubik', 'Sen', serif;
    }
    .contact-box .bottom {
      background: var(--secondary);
      color: #fff;
      display: flex;
      justify-content: space-around;
      padding: 20px 10px;
    }
    .contact-box .bottom i {
      font-size: 22px;
      margin-bottom: 8px;
      display: block;
    }
    .contact-box .bottom div {
      text-align: center;
      font-size: 14px;
    }
    .contact-box .bottom span {
      display: block;
      font-size: 13px;
       font-family: 'Rubik', 'Sen', serif;
    }
  

  .faq_heading{
    padding: 12px;
     font-family: 'Rubik', 'Sen', serif;
  }
  .faqParaone{
    padding-left: 10px;
    margin: 0px;
  }
    .faqIcon{
      font-size: 26px;
    }
    .faq-accordion .accordion-button {
      font-weight: 500;
      color: #1c2d66;
      box-shadow: none;
    }
    .faq-accordion .accordion-button:not(.collapsed) {
      background: var(--primary);
      color: white;
      border-top-left-radius: 8px;
       border-top-right-radius: 8px;
    }
    /*.faq-accordion .accordion-button:not(.collapsed) .accordion-item{
      border-bottom: none !importants;
    }*/
    .faq_para{
      background-color: var(--secondary);
      color: white;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
       padding: 12px;
        font-family: 'Rubik', 'Sen', serif;
    }

    .faq-accordion .accordion-item {
      border: none;
      border-bottom: 1px solid #ddd;
    }
    .faq-accordion .accordion-button::after {
      font-family: "Bootstrap-icons";
      content: "\f64d"; 
      background: none;
      font-size: 18px;
      transform: none !important;
    }
    .faq-accordion .accordion-button:not(.collapsed)::after {
      content: "\f2ea"; 
    }
  
  /* crousel client */
         
        .slider {
            width: 100%;
            margin: auto;
            overflow: hidden;
            white-space: nowrap; 
            height:100px;
            border: 1px solid #c0b6b680;
        }

        .slider ul {
            display: inline-block; 
            padding: 0;
            animation: cambio 180s linear infinite; 
            margin-top: -26px;
        }

        .slider li {
            list-style: none; 
            display: inline-block;
            white-space: nowrap; 
            padding-left:10px ;
            padding-right:10px ;
            border-right: 1px solid #c0b6b680;
        }


        .slider img {
            max-width: 150px; 
            transition: transform 0.9s ease;
            pointer-events: none;
        }
       

        .slider img:hover {
            transform: scale(1.1);
        }
        
        @media screen and (max-width: 767px) {
            .slider img {
                max-width: 100px; 
              pointer-events: none;
            }
            .slider ul{
                margin-top: -2px !important;
            }

        }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
            .slider img {
                max-width: 120px; 
              pointer-events: none;
            }
             .slider ul{
                margin-top: -10px !important;
            }
        }

       
        @media screen and (min-width: 1024px) {
            .slider img {
                max-width: 150px; 
              pointer-events: none;
            }
        }
        @keyframes cambio {
            0% { transform: translateX(0); }
            100% { transform: translateX(-100%); }
        }
      .h {
        color:#C43728;
        font-family: 'Poppins';
        font-weight:600;
      }
/* -----------------------------------navbar section------------------------------ */
/* Contact Info Box */
.contact-info {
    /* background-color: #fff; */
    color: white;
    padding: 8px 16px;
    border-radius: 999px;
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
    max-width: fit-content;
}

.icon-circle {
    background-color: #bfd5f62e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -15px;
}

/* Contact Text Styles */
.contact-label {
  font-size: 11px;
  font-weight: 500;
  margin-top: -15px;
  text-align: center;
}

.contact-number {
    font-size: 16px;
    font-weight: 700;
}

.banners_heading{
  font-size: 32px !important;
  text-transform: uppercase;
}
.gtstrt{
  font-size: 15px !important;
}
.paranews{
  color: #093576 !important;
}
.text-warnings{
  color: #ffff00;
  text-transform: uppercase;
  text-align:left;
}
.iconsd{
   filter: invert(65%) sepia(132%) saturate(683%) hue-rotate(1deg) brightness(154%) contrast(225%);
   width: 13%;
}
.newSend{
  width: 60% !important;
}
/* .isoSection {
   width: 50%;
  height: auto;    
  text-align: center;     

} */
.isoSection {
  width: 100%;        
  text-align: center; 
}

.isoSection img {
  max-width: 50%;      
  height: auto;
  /* display: inline-block; */
}
.masked-text {
    font-size: 28px;
    font-weight: 900;
    color: transparent;
     font-family: 'Arial', sans-serif;
    background-image:url('../img/blueMasked.png');
    background-size: 200%; /* Enlarged for smooth animation */
    background-position: 0 50%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-background 5s infinite alternate linear;
    text-align: center;
    margin-bottom: 25px;
}

@keyframes animate-background {
    0% {
        background-position: 0 10%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.monpowerss{
  color: yellow;
}
.inputNam::placeholder {
  font-size: 13px;  
  color: #999; 
  font-weight: 600;     
}
.gtstrt:hover{
  background-color: #234f85 !important;
  color: white !important;
}
  .custom-nav-link {
  color: #19009c !important;
  font-weight: 700;
  font-size: 13px;
  transition: 0.2s;
  }
  .custom-nav-link:hover {
  color: #19009c !important;
  }
  .quote_nuttons {
  background: #19009c;
  border: none;
  padding: 12px;
  font-size: 13px;
  font-weight: 600;
  width: 50%;
  color: #fff;
  border-radius: 4px;
  }
  .quote_nuttons {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inputNam:focus {
  border: 2px solid !important;
  border-color: #0081d1 !important;
  box-shadow: none !important;
  outline: none !important;          
}
.quote_nuttons::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #0d006b;   
  transition: left 0.4s ease;
  z-index: -1;
}

.quote_nuttons:hover::before {
  left: 0;
}

  logo-text img {
  width: auto;
  height: auto;
  max-height: 100%;  
  max-width: 100%;  
  }

  .navbar-toggler {
  border: none;
  background: #19009c;
  padding: 8px 8px;
  margin-left: 90px;
  border-radius: 4px;
  }
  .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22 M4 15h22 M4 23h22'/%3E%3C/svg%3E");
  }

  /* mega menu css */
  .mega-dropbox{
  background:white;
  z-index: 10;
  box-shadow: 0 6px 15px rgba(0,0,0,0.25),
              0 15px 30px rgba(0,0,0,0.2),
              0 25px 60px rgba(0,0,0,0.15);
  top: 118px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  /* border: 2px solid var(--primry-color); */
  /* padding: 20px ; */
  display: none;
  justify-content: center;
  align-items: center;
  /* height: 420px; */
  /* overflow: hidden; */
  }


  .upper-triangle{
  background-color: white;
  clip-path: polygon(50% 0%,0% 100% , 100% 100%);
  position: absolute;
  /* top:-19px; */
  width: 20px;
  height: 20px;
  /* left: 638px; */
  left: 50%;
  transform: translateX(-50%);
  display: none;

  }
  .content-card{
  display: flex;
  gap:0;
  padding: 8px;
  background-color: white;
  justify-content: center;
  /*align-items: center;*/
  position: relative;
  z-index: 11;
  transition:  transform 0.3s ease-out;
  color: var(--font-color);
  cursor: pointer;
  border:  none;
  }
  /* main heading */
  .hr-main-heading{
display: flex;
justify-content: center;
}
.adi-hr-contents{
justify-content: center;

}
.adi-hr-bottom {
border-bottom: 4px solid var(--secondary);
width: 80px


}

.newwbtns{
  background-color: #d2d218 !important;
  color: #19009c !important;
}
.adi-hr-contents h4{
color: #09094d;
font-weight: 700;
font-size: 20px;
text-align: center;
}
.adi-hr-contents p{
color: #09094d;
    font-size: 14px;
font-weight: 500;
text-align: center;
}

.adi-hr-head{
border-left: 4px solid var(--secondary);
border-top: 4px solid var(--secondary);
border-right: 4px solid var(--secondary);
height: 34px;
width: 80px
}
/* country we served */
/*------- conutrise we serve ---------*/

.contrise_para{
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
	font-weight: 700;
	color: #19009c;
}
.contrise_para:hover{
	color:#1976d2;
}
.contrise_img{
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.contrise{
	border-radius: 8px;
	border: 1px solid #c0b6b680;
	padding: 0px !important;
}
.ankar{
	text-decoration: none;
	
}
@media(max-width: 991px){
	.contrise{
		margin-bottom: 20px !important;
	}

}
@media(max-width:767px){
	.contrise_para{
		font-size: 12px;
	}
}
@media(max-width:575px){
	.contrise_para{
		font-size: 10px ;
	}
}

/*------- conutrise we serve ---------*/
/* ********************************************footer mam */
/* --------------------footer section------------------------- */
:root{
	--primary:#19009c;
	--secondary:#0081d1;
	--ternary:#250c66;
}
.copyr-hr{
  display:flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}

.copyr-hr p{
  color: white;
  font-size: 14px;
}
.copyr-hr p{
  color: yellow;
}
.footer {
  position: relative;
  background-image: url('../img/banner21.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 60px 0 30px;
  padding-bottom: 1px;
}

.footer-hr{
  justify-content: space-evenly;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--primary);
  opacity: 0.9;
}

.footer 
.footer .first,
.footer .col-12{
  position: relative;
  z-index: 2;
}

.section-card .box-section {
  background-color: white;
  border-radius: 10px;
  padding: 15px;
  transition: all 0.3s ease;
}
.adi-logo{
  width: 80%;
  display: flex;
  justify-content: center;
}

.section-card .box-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.2);
}
.paraBanner{
  font-size: 18px !important;
}
.icon-one12 {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.icon-one12 i {
  color: var(--secondary);
  font-size: 20px;
  transition: color 0.3s ease;
}

.icon-one12:hover {
  background: #0081d1;  
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 0 0 4px #f5f1f1; 
}

.icon-one12:hover i {
  color: #fff;
}
.new_btn{
    text-transform: uppercase !important;
}
.heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer-items-icon{
  display: flex;
  justify-content: center;
}
.adi-footer-items{
  margin-bottom:8px;
}

.text-adihr {
  font-size: 13px;
  color: var(--tertiary);
  margin-bottom: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: "Mulish", sans-serif; 
  text-align: justify;
}



.second-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}

.second-sec1, .second-sec2 {
  flex: 1;
  min-width: 250px;
  background-color: rgba(255,255,255,0.08);
  border-bottom: 3px solid #fff;
  border-radius: 8px;
  padding-left: 15px;
}

.icon-sec {
      padding-top: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.email {
  width: 50px;
  height: 50px;
  border: 1.5px dotted #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}


.para1 {
  font-size: 12px;
  font-weight: 700;
  color: #ffff;
  margin-bottom: 2px;
}

.para {
  font-size: 13px;
  font-weight: 600;
  color: #ffff;
}
.i1{
font-size: 14px;
margin-top: 5px;
}
.adi-footer-items-n{
margin-bottom:8px;
font-size:14px;
}
.adi-new-heading{
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
color: rgb(154, 206, 244);
margin-bottom: 10px;
}
/* Parent row hover effect */
.footer-items-icon:hover i,
.footer-items-icon:hover p,
.second:hover i,
.second:hover p {
    color: yellow !important;
    cursor: pointer;
}
.i1, 
.adi-footer-items-n {
    color: #fff; 
    transition: color 0.3s ease; 
}

/* contact us */

@media (max-width: 991px) {
  .footer {
    padding: 40px 20px;
     padding-bottom: 1px;
  }
 .isoSection img{
 max-width: 80% !important;
 }
.newGapped{
    margin-top: 32px;
}  .justify-content-center-sm {
    justify-content: center !important;
    text-align: center;
    /* width: 100%; */
  }

  .justify-content-center-sm .contact-info {
    justify-content: center;
    text-align: center;
    /* margin-left: auto;
    margin-right: auto; */
  }
}

@media (max-width: 767px) {
  .section-card {
    margin-bottom: 20px;
  }
  .second-sec {
    flex-direction: column;
    gap: 15px;
  }
}
/* ****************************************************** */
  .content-card-icon img{
  max-width: 70%;
  }

  .content-card::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  transition: all 0.5s ease;


  top:0;
  border-radius: 5px; 

  }


.menu_button:focus,
.menu_button:active {
  background-color: #19009c !important; 
  box-shadow: none !important;         
}
.phone_sections{
    position: relative;
    top: -3px;
}
.menu_button{
     background: transparent !important;  
     border: none; 
    position: relative;
    top: -12px;
    left: 105px;
}
.menu_buttons{
    position: relative;
    top: -12px;
    left: 19px;
}
.email_sections{
    position: relative;
    left: -75px;
    top: -3px;
}
#offcanvasRight {
  --bs-offcanvas-width: 300px !important;
}
  .tenth-content{
  max-width: 37%;
  }

  .content-card:hover{
  /* color: white; */
  transform: scale(1.03);
    border: 1px solid #0081d1;
    /* background-color: #1f4b912a; */
        background-color: rgb(154 206 244 / 25%);
    border-radius: 5px;
  }
  .content-card .icon-img4 {
  filter: brightness(0) saturate(100%) invert(8%) sepia(90%) saturate(7000%) hue-rotate(245deg) brightness(90%) contrast(95%);
}
.content-card .icon-img5 {
  filter: brightness(0) saturate(100%) invert(8%) sepia(90%) saturate(7000%) hue-rotate(245deg) brightness(90%) contrast(95%);
}

  .content-card:hover::after{
  width: 100%;
  /* transform: scale(1.05); */
  }
  .dropbox-content{
  overflow-y: auto;
  padding: 10px 20px;
  height: 410px;
  --bs-gutter-x: 0 !important;
  scrollbar-width: thin;

  }

  .dropbox-content::-webkit-scrollbar{
    width: 5px;
  }
.header_menu_list{
    position: relative;
    left: -94px;
} 

  .dropbox-content-text h5{
  color: #19009c;
  font-weight: 700;
  font-size: 18px;
  }
  .dropbox-content-text p{
  font-size: 13px;
  text-overflow: ellipsis;
  height: 50px;
  overflow: hidden;
  display: we;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 43px;
  -webkit-line-clamp: 2;
  width: 215px;

  }


  .mega-dropbox-warper{
  --bs-gutter-x: 0 !important;
  /* height: 360px; */
  }
  .mega-image {
  overflow: hidden;
  }

  .mega-image img{
  max-width: 115%;
  /* object-position: -30px; */
  }

  .mega-dropbox.megaShow{
  display: flex;
  transition: display 1s ease;
  }
  /* mega menu css ends */

  /* offcanvas dropdown */
 .offcanvas {
  overflow-y: auto; 
  height: 100%;
}

.services-ul, .induryul-ul {
  list-style: none;
  display: none;  
}

.services-ul li, .induryul-ul li {
  padding: 5px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.services-ul li img, .induryul-ul li img {
  width: 15%;
}

.show {
  display: block !important; 
}
.email_sectionss{
    display: none !important;
}
.toggle-icon {
  margin-left: 5px;
  font-weight: bold;
  transition: 0.3s;
}
.custom-nav-link:hover .toggle-icon {
  color: #0081d1!important; 
}
.custom-nav-link:hover{
    color: #0081d1!important;
}
.home_canvas_content{
    position: relative;
    top: 10px;
    font-size: 14px;
}
/* ************************************************************************************ */

  /* offcanvas dropdownwnds */
  @media(max-width:1080px){
     .custom-nav-link {
        font-size: 11px;
     }
  }
  @media (max-width: 991px){
  .nav { display: none; }  
  .req-quote-btn { display:none; }
  .email_sectionss{
    display: block !important;
}

  }
  @media (max-width: 576px) {
  .custom-nav-link { 
    font-size: 14px;
     margin: 5px 0;
      display: block; 
    }

  .req-quote-btn {
     font-size: 11px;
      padding: 6px 14px;
     }
     .adi-hr-contents p{
    font-size: 12px;
}

.adi-hr-contents h4{

    font-size: 17px;
}


  }

  .custom-top-bar {
  background: #0081d1;
  position: relative;
  z-index: 10;
  font-size: 14px;
  padding: 14px 0;
  height: 45px;
  }
  .small-top-text {
  color: #2e5867;
  }
  .top-bar-triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 352px;
  height: 46px;
  background: #19009c;
  clip-path: polygon(100% 0, 0 0, 10% 100%, 100% 100%); 
  z-index: 1; 
  }
  .social-icons {
  position: absolute;
  right: 15px; top: 12px;
  z-index: 2;
  }
  .social-icons i {
  color: #fff;
  font-size: 15px;
  margin-left: 12px;
  cursor: pointer;
  transition: 0.3s;
  }
  .social-icons i:hover {
  color: #3fb0f7;
  }
  .navbar-main-section {
  position: relative;
  background: #fff;
  height: 75px;
  overflow: hidden;
  z-index: 10;
  font-size: 14px;
  align-items: center;
  display: flex;
  }
  .logo-text {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  }
  .logo-small {
  width: 55%;
  }

  .orange-triangle-section {
  position: absolute;
  right: 0; 
  top: 0;
  width: 317px;
  height: 100px;
  background: #0081d1;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
  }

@media (max-width: 576px) {
  .left-content {
    text-align: center;
  }
  .step-item p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
  }

  /* Ensure work-section doesn't cause horizontal scroll */
  .work-section {
    overflow-x: hidden !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Prevent horizontal scroll on body and html */
  body, html {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }

  /* Fix container to prevent overflow */
  .container {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .step-icon {
    left: 5px !important;
    width: 40px !important;
    height: 40px !important;
  }

  .text-muted {
    padding-right: 10px !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .step-item {
    margin-right: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden !important;
  }

  .step-item h5 {
    font-size: 14px !important;
    margin-bottom: 8px !important;
  }

  .steps-list {
    padding-left: calc(var(--icon-size) + 10px) !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

}

  @media (max-width: 780px) {
    .custom-nav-link { font-size: 11px; margin: 5px 0; display: block; }
  .custom-top-bar span { display: none; }
  .custom-top-bar .row {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;   
  }
  .social-icons {
    position: absolute;
    right: 15px;
    top: 6px !important;
    z-index: 2;
}


  .custom-top-bar .col-md-5 {
  flex: 0 0 auto;
  width: auto;
  padding: 0 12px;
  display: flex;
  align-items: center;  
  }
  .custom-top-bar i {
  font-size: 24px;   
  color: #fff;
  margin: 0 12px;
  position: relative;
  top: 6px;         
  }
  .custom-top-bar .col-md-5:first-child {
  position: relative;
  top: -5px;
  }
  /* .custom-top-bar .col-md-5:first-child::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;                     
  transform: translateY(-10%); 
  height: 20px;                
  width: 1.5px;                 
  background: #fff;
  } */
  .email_sectionss {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
  }

  .email_sectionss::before {
    content: "";
    position: absolute;
    left: 6px !important;
    top: 3px !important;           
    height: 139% !important;        
    border-left: 1px solid #fff !important;
  }
  .logo-small {
  width: 50%;
  }
  }

  @media (max-width: 991px) {
    .custom-nav-link { font-size: 11px; margin: 2px 0; display: block; }
  .custom-top-bar span { display: none; }
  .custom-top-bar i { font-size: 16px; margin-right: 8px; }
  .navbar-collapse {
  background: #f8f9fa;
  padding: 10px;
  border-radius: 6px;
  }

  .email_sections {
    display: none !important;
}
 .email_sectionss {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
  }

  .email_sectionss::before {
    content: "";
    position: absolute;
    left: -3px;
    top: -5px;
    height: 149%;       
    border-left: 1px solid #fff;
  }
  .req-quote-btn {
  margin: 10px auto;
  display: block;
  }
  .logo-small {
  width: 80%;
  }

  }

  @media (max-width: 576px) {
  .custom-nav-link { font-size: 14px; margin: 5px 0; display: block; }
  .req-quote-btn { font-size: 11px; padding: 6px 14px; }

.menu_button{
    position: relative;
    top: -1px;
    left: 49px;
}
.menu_buttons{
    position: relative;
    top: -1px;
    left: 19px;
}
  .top-bar-triangle {
  width: 225px !important;
  height: 46px !important;
  clip-path: polygon(100% 0, 0 0, 18% 100%, 100% 100%);
  }
  .navbar-main-section{
   height: 80px !important;
  }

  .orange-triangle-section {
  width: 184px !important;
  height: 80px !important;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 39% 100%);
  }

  .logo-small {
  width: 28%;
  }
  }

  /*  mobile view overlay */

  #mobileOverlay {
  position: fixed;
  top: 0;
  right: -100%; 
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transition: right 0.5s ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  box-shadow: -2px 0 10px rgba(0,0,0,0.3);
  }
  #mobileOverlay.active {
  right: 0;
  }

  .overlay-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
  }
  .overlay-header img {
  width: 120px;
  height: auto;
  }
  .close-overlay {
  font-size: 28px;
  cursor: pointer;
  color: #19009c;
  }
  .close-overlay {
  font-size: 20px;
  cursor: pointer;
  color: #424244;
  }

  .overlay-nav {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-left: 20px;
  margin-top: 10px;
  }
  .overlay-nav a {
  font-size: 15px;
  margin: 15px 0;
  color: #0081d1;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  }

  .overlay-nav a i {
  border: 1px solid #0081d1;
  border-radius: 3px;
  padding: 8px;
  font-size: 20px;
  /* padding-right: 30px; */
  color: #0081d1;
  background-color:  rgb(154 206 244 / 25%);
  margin-right: 15px;
  }

  .overlay-nav a:hover {
  color: #0081d1;
  }

  .overlay-nav a:hover i {
  background: #0081d1; 
  color: #fff;        
  border-color: #0081d1;
  }


  .overlay-footer {
  text-align: center;
  margin-top: auto;
  }

  .overlay-footer .req-quote-btn {
  font-size: 12px;
  padding: 8px 50px;
  background: linear-gradient(to right, #0081d1 , #19009c);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 100px;
  }
  .overlay-footer .req-quote-btn:hover {
  background:linear-gradient(to right, #19009c, #0081d1 );
  }

  @media (max-width: 991px){
  .nav, .req-quote-btn.d-lg-block, #mainNavbar 
  {
     display: none !important;
     }
     .social-icons {
    position: absolute;
    right: 15px;
    top: 13px;
    z-index: 2;
}
.phone_sections {
    position: relative;
    top: 0px;
}
  }
/* ------------------navbar end---------------- */

/* -----------------------------banner---------------------- */
.left-content h5 {
  font-size: 1rem;
}

.left-content p {
  font-size: 0.9rem;
  color: #fff;
}
.banner {
   background: url('../img/lastgroup.jpg') no-repeat center center / cover;
  position: relative;
  color: #fff;
  /* padding: 100px 0; */
  overflow: hidden;
}
.bannersHead{
  /* margin-bottom: 250px !important; */
}
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}

.banner::after {
  content: "";
  position: absolute;
  top: -200px;
  margin-left: -173px;
  left: 0;
  width: 59%;
  height: 1100px;
  background: rgb(28 20 126 / 73%);
  z-index: 1;
  transform: rotate(50deg);
  border-radius: 50px;
}

.banner .border-shape {
  content: "";
  position: absolute;
  top: -140px;
  margin-left: -315px;
  left: 0;
  /* width: 74%; */
  width: 70%;
  height: 1031px;
  background: transparent;
  border: 5px solid rgb(166 161 161);
  z-index: 0;
  transform: rotate(47deg);
  border-radius: 50px;
}
.banner .container {
  position: relative;
  z-index: 2;
}

.left-content {
  position: relative;
  z-index: 2;
}

.left-content h1 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
}

.left-content p {
  font-size: 16px;
  margin-bottom: 25px;
}

.left-content .btn-primary {
  background:#0081d1;
  /* color: #00224B; */
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
}

.right-content {
  position: relative;
  z-index: 2;
}

.form-box {
  background: #fff;
  padding: 30px;
  border-radius: 3px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  color: #000;
  margin-left: 15px;
  margin-right: -25px;
  border-top: 5px solid #0081d1;
}

.form-box h5 {
  font-size: 15px;
  color: #0d6efd;
  margin-bottom: 5px;
}

.form-box h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #292962;
}

.form-control {
  margin-bottom: 15px;
  padding: 7px;
  border-radius: 4px;
}

.btn-submit {
    display: inline-block;
    text-align: center;
    background: #0081d1;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    width: 100% !important;
    color: #fff !important;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;

}




@keyframes shine {
  0% { left: -75%; }
  100% { left: 130%; }
}
@media (max-width: 991px) {
  .banner {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
  }
  

  .banner .border-shape {
    display: none;
  }

  .left-content h1 {
    font-size: 32px;
    position: relative;
    z-index: 2;
  }

  .form-box {
    margin: 0 20px;
    padding: 30px 20px;
    position: relative;
    z-index: 2;
    background: #fff;
  }
}
@media (max-width: 576px) {
  .banner::after,
  .banner .border-shape {
   
    /* transform: rotate(25deg); 
    width: 250%; 
    height: 500px; 
    top: -10px; 
    left: -120px; 
    margin-left: 0; */
        transform: rotate(-131deg);
        width: 178%;
        height: 736px;
        top: -581px;
        left: -93px;
        margin-left: 0;
    }
  }
  
  .left-content h1 {
    font-size: 18px;
  }
 

  .left-content p{
    font-size: 13px;
  }

  .form-box {
    margin: 0 -35px; 
    padding: 10px; 
  }
  .form-box h5 {
    font-size: 15px;
  }
  .form-box h3{
    font-size: 20px;
  } 
  .left-content .btn-primary{
    font-size: 13px;
  }
 .btn-submit {
  font-size: 14px;
 }



@media (min-width: 980px) and (max-width: 1200px) {
  .banner .border-shape {
        margin-left: -332px;
        top: -135px;
  }
}
    /* -----------------------------banner  end-------------------- */

/* ----section 1---- */
:root{
--icon-size: 52px;    
--line-width: 1px;
--line-color: #007bff5f;;
}
.work-section {
padding: 5px 0;
}
/* Image full width and center styling - Modified for better responsive behavior */
.work-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.work-image img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: cover !important;
  border-radius: 8px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}
.text-muted{

}
.floating-icon {
position: absolute;
width: 20px;
height: 20px;
border-radius: 50%;
}

.steps-list {
position: relative;
padding-left: calc(var(--icon-size) + 20px);
max-width: 900px;
margin: 0 auto;
margin-top: 35px;
}
.steps-list::before {
content: "";
position: absolute;
left: calc(var(--icon-size)/2 + 0px);
top: calc(var(--icon-size)/2);
bottom: clamp(
    calc(var(--icon-size) / 1),
    calc(var(--icon-size) / 0.8),
    calc(var(--icon-size) / 0.4),
);
width: var(--line-width);
background: var(--line-color);
border-radius: 2px;
z-index: 1;
}
.steps-list::before {
bottom: calc(var(--icon-size) / 0.4);
}

@media (min-width: 900px) {
.steps-list::before {
    bottom: calc(var(--icon-size) / 0.5);
}
}
.step-icon {
width: 40px;
height: 40px;
min-width: 40px;
border-radius: 5%;
background: #cbdef399;
color: #007bff;
font-size: 15px;
border: 1px solid #007bff;
box-shadow: 0 2px 8px rgba(28, 28, 28, 0.1);
position: absolute;
left: 0;
width: var(--icon-size);
height: var(--icon-size);
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
transition: all 0.3s ease;
}


.step-icon:hover {
background: #007bff;
color: #fff;        
border-color: #007bff;
box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.15),
    0 6px 12px rgba(0, 0, 0, 0.10),
    0 12px 20px rgba(0, 0, 0, 0.08);
}

.step-icon:hover .icon-img2 {
filter: brightness(0) invert(1);
}
.icon-img2.img-fluid {
max-width: 80% !important;
height: auto;
}

.step-item h5 {
font-size: 20px;
font-weight: 600;
color: #302350;
}

.step-item p {
font-size: 14px;
line-height: 1.5;
color: #555;
text-align: justify;
}



/* -----section 2----- */

.about-head{
color: var(--primary-color);

}
.feature-icon {
    width: 30px;
    margin-right: 10px;
}

/* Smooth transition */
.colored-icon {
    transition: filter 0.3s ease;
}

.choose-box {
padding: 25px;
position: relative;
background: #fff;
}

.choose-box h6 {
font-weight: 600;
color: #000;
text-transform: uppercase;
font-size: 14px;
margin-bottom: 10px;
}

.choose-box h2 {
font-weight: 700;
font-size: 28px;
line-height: 1.3;
margin-bottom: 15px;
}

.choose-box p {
color: #555;
font-size: 14px !important;
line-height: 1.6;
margin-bottom: 30px;
text-align: justify;
}
.feature-item {
background: #dbeafec4;;
padding: 15px 20px 15px 40px;
margin-bottom: 20px;
display: flex;
align-items: center;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
border-left: 4px solid #0081d1;
position: relative;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.feature-item:hover {
transform: translateY(-8px);
box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.feature-item:hover .icon {
background: #0081d1;
color: #fff;        
transform: scale(1.1);
border-radius: 50%;
padding: 8px;    
transition: all 0.3s ease;
}

.feature-item .icon {
color: #0081d1;
font-size: 30px;
margin-right: 15px;
display: flex;
align-items: center;
justify-content: center;
background: #fbfafa;
box-shadow: 0 0 0 4px #b9dde86b;
border-radius: 50%;
width: 50px;
height: 50px;
transition: all 0.3s ease;
flex-shrink: 0;
object-fit: contain;
}

.feature-item .icon i {
color: #0081d1;
transition: color 0.3s ease;
}

.feature-item:hover .icon i {
color: #fff;
}

.feature-step {
background: #0081d1;
color: #ffff;
font-weight: bold;
font-size: 12px;
width: 1.8rem;
aspect-ratio: 1/1;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: -16px;    
top: 50%;
box-shadow: 0 0 0 4px #f5f1f1;
transform: translateY(-50%);
}

.feature-item h5 {
margin: 0;
font-size: 14px;
font-weight: 600;
}

/* ----section 3----- */


.feature-card {
background: #fff;
padding: 30px;
text-align: left;
position: relative;
/* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); */
overflow: hidden;
margin: 0;
min-height: 289px;
border-radius: 5px;
border: 1px solid rgb(241, 235, 235);
/* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}
.adi-services{
display: flex;
flex-wrap: wrap;  
align-items: stretch;

}

.adi-service-card{
height: 100%;
padding: 6px
}






.feature-card:hover .feature-icon {
background: #0081d1;
color: #fff;        
transform: scale(1.1);
}

.feature-card:hover .feature-icon i {
color: #fff;
}

.feature-card::before {
content: "";
position: absolute;
top: 52px;        
left: 0;
right: 0;
height: 4px;
background: #0081d1;
z-index: 0;
}

.feature-icon {
width: 60px;
height: 60px;
margin-bottom: 15px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 2;
background: #fbfafa;
color: #0081d1;    
box-shadow: 0 0 0 4px #f5f1f1;
border-radius: 50%;
transition: all 0.3s ease;
padding: 9px;
}
.feature-card:hover .icon-img {
filter: brightness(0) invert(1);
}
.icon-img.img-fluid {
max-width: 80% !important;
height: auto;
}
.feature-card h5 {
font-size: 15px;
font-weight: 700;
margin-bottom: 11px;
color: var(--primary);
font-family: rubik, sans-serif;
text-align: center;
text-transform: uppercase;
}

.feature-card p {
font-size: 13px;
color: #093576;
margin: 0;
font-family: rubik, sans-serif;
text-align: center;
}

.feature-corner {
position: absolute;
bottom: 0;
right: 0;
width: 40px;
height: 40px;
background: #0081d1;
border-top-left-radius: 100px;
}

@media (max-width: 576px) {
.adi-service-card{
padding: 6px;
}
.banners_heading {
    font-size: 20px !important;
}
.paraBanner

 {
    font-size: 15px !important;
}
.feature-card h5 {
font-size: 13px;
}
.feature-card p {
font-size: 12px;
}
.work-image {
  margin-bottom: 20px !important;
}

.work-image img {
  width: 100% !important;
  height: auto !important;
  /* max-height: 300px !important; */
  object-fit: cover !important;
}
}

/* ----section 4----- */

.wrapper-services .service-box {
  background: #ffff;
  padding: 25px 20px 40px;
  text-align: center;
  position: relative;
  transition: 0.3s;
  height: 100%;
  border: 1px solid #80808036;
  border-radius: 5px;
  
}
  

.wrapper-services .service-arc {
  position: relative;
  width: 100%;
  height: 100px; 
  margin-bottom: 20px;
  overflow: hidden;
}
 

.wrapper-services .service-arc::before {
  content: "";
  position: absolute;
  left: 0%;
  right:0%;
  top: 40%;
  height: 200px;  
  border-top: 10px solid #0081d1;
  border-radius: 100%; 
}


.wrapper-services .service-icon {
  width: 55px;  
  height: 55px;  
  font-size: 24px;
  margin: 13px auto 0; 
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbfafa;
  color: #0081d1;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 4px #f5f1f1;
}




.wrapper-services .service-box:hover .service-icon {
  background:#0081d1;
  color: #fff;
  transform: scale(1.1);
}
.wrapper-services .service-box:hover .service-icon .icon-img1 {
  filter: brightness(0) invert(1);
 }
 .icon-img1.img-fluid {
  max-width: 80% !important; 
  height: auto;  
}

.wrapper-services .service-box h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--primary);
  text-transform: uppercase;
  font-size: 17px;
}

.wrapper-services .service-box p {
  font-size: 14px;
  font-weight: 500;
  color: #1c1b1b;
}

.wrapper-services .service-box a {
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  font-size: 14px;
}

.wrapper-services .service-box a:hover {
  text-decoration: underline;
} 


/* ---------------------------------------section 5--- */

.logistics-section {

}


.left-box {
justify-content: center;
background: #1976d2;
padding:0px !important;
color: #fff;
display: flex;     /* makes columns equal height */
align-items: stretch;
}
.left-box .feature {
text-align: center;
}
.new-hr{
padding-top: 20px;
padding-bottom:20px;
}

.left-box i {
font-size: 40px;
margin-bottom: 10px;
display: block;
}
.left-box .icon-img3 {
filter: brightness(0) invert(1);
}

.left-box .feature p {
font-size: 13px;
}
.left-box .feature h5 {
font-size: 18px;
font-weight: 700;
color:#fff
}

.left-box .icon-img3.img-fluid {
width:15%
}


.right-box {
display: flex;
background: url("../img/manufacturing.png") no-repeat center center;
background-size: cover;
height:auto ;
position: relative;
color: #fff;
font-weight: 700;
align-items: center;
}
.right-box::before {
content: "";
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background: rgba(0,0,0,0.8);
}
.right-content {
position: relative;
padding: 40px;
z-index: 2;
text-align: justify;

}
.right-content h6 {
font-size: 14px;
letter-spacing: 1px;
color: #bbb;
text-transform: uppercase;
}
.right-content h2 {
font-size: 22px;
font-weight: bold;
margin: 15px 0;
}
.right-content p {
font-size: 14px;
margin-bottom: 20px;
color: #ccc;
}
.btn-custom {
background:#0081d1;
border: none;
padding: 10px 20px;
color: #fff;
font-weight: 500;
text-transform: uppercase;
}
.btn-custom {
  position: relative;
  padding: 14px 34px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  /* background: linear-gradient(135deg, #2563eb, #4f46e5); */
  /* border-radius: 50px; */
  overflow: hidden;
  transition:  0.4s ease, transform 0.3s ease;
}

.btn-custom::before,
.btn-custom::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
  transform: skewX(-25deg);
}

.btn-custom::before {
  transition: left 0.5s ease;
}

.btn-custom::after {
  transition: left 0.7s ease 0.1s;
}

/* hover effect */
.btn-custom:hover {
  background: linear-gradient(135deg, #468be5, #0a91cf);
  /* transform: scale(1.05); */
}

.btn-custom:hover::before {
  left: 200%;
}

.btn-custom:hover::after {
  left: 200%;
}
@media (max-width: 992px) {


/* -----why choose us----- */
.left-box .icon-img3.img-fluid {
width: 28%;
}

.left-box .feature h5 {
font-size: 15px;
}

.right-content h2 {
font-size: 20px;
}
}

@media (max-width: 768px) {

.left-box .icon-img3.img-fluid {
width: 15%;
}
@media (max-width: 576px) {
.left-box .icon-img3.img-fluid {
    width: 25%;}
}
}
/* ------------------section 6----------------- */

.section-subtitle {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 60px; 
}


.section-subtitle::before {
   content: "•";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;      
  height: 2px;
  font-size: 30px;
  background: #f8aa18;
  transform: translateY(-50%);
}


.section-subtitle::after {
  content: "•";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;      
  height: 2px;
  font-size: 30px;
  background: #f8aa18;
  transform: translateY(-50%);
}


.section-subtitle-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;   
  height: 20px;
  background: #f8aa18;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.section-title {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 10px;
  color: #000;
  text-align: center;
}


/* ---------------section 7--------------- */

.service-section.container {
  max-width: 100% !important;
  padding-left: 50px;
  padding-right: 50px;
}
.service-section {
background: url("https://images.unsplash.com/photo-1503264116251-35a269479413?auto=format&fit=crop&w=1350&q=80") 
            no-repeat center center;
background-size: cover;
     
  /* background-attachment: fixed;  */
  border-radius: 8px;
  padding: 60px 20px;
}

.service-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  min-height: 160px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: 0.3s ease-in-out;
}

.icon-box {
  background: #0081d1; 

  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  font-size: 30px;
  transition: 0.3s ease-in-out;
}

.content-box {
  padding: 20px;
  text-align: left;
  transition: 0.3s ease-in-out;
}

.content-box h5 {
  font-weight: 700;
  margin-bottom: 10px;
  
}

.content-box p {
  margin: 0;
  font-size: 14px;
  color: #555;
  transition: 0.3s ease-in-out;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.service-card.dark-card {
  background: #0a2d52;
  color: #fff;
}

.service-card.dark-card .icon-box {
  background: #0a457a;
}

.service-card.dark-card .content-box p {
  color: #ddd;
}

.service-card:hover {
  background: #0a2d52;
  color: #fff;
  transform: translateY(-5px);
}

.service-card:hover .icon-box {
  background: #0a457a;
}

.service-card:hover .content-box p {
  color: #ddd;
}



/* --------------------------section 9 ------------------------ */

.services-section {
  padding: 80px 0;
}
.services-section h5 {
  color: #0a1b42;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.services-section h2 {
  font-weight: 700;
  font-size: 38px;
  margin: 20px 0;
  line-height: 1.3;
}
.services-section p {
  color: #5e7290;
  font-size: 15px;
  margin-bottom: 30px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.services-section .btn-primary {
  background-color: #2563eb;
  border: none;
  padding: 12px 25px;
  font-weight: 600;
}
.services-card {
  background: linear-gradient(180deg, rgb(20 91 191) 0%, #ffffff 100%);
  border-radius: 14px;
  padding: 30px 25px;
  text-align: left;
  height: 100%; 
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.services-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.info-box {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef5ff;
  border-radius: 12px;
  margin-bottom: 20px;
}
.info-box i {
  font-size: 28px;
  color: #2563eb;
}
.services-card h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.services-card p {
  font-size: 14px;
  color: #5e7290;
  line-height: 1.6;
  margin-bottom: 0;
}
/* ---------------------------section 10--------------------------------------- */
.containers{
  width: 80% !important;
}
.cta-section {
  background:#2563eb;
}

.text-orange {
  color: #fff;
}
.text-orange:hover {
  color: #fff;
}
.btn-orange {
  background: #2563eb;
  color: #fff;
  border: none;
  padding: 12px;
  transition: 0.3s;
}

.btn-orange:hover {
  background: #2563eb;
  color: #fff;
}
.allInputs i {
  font-size: 18px;
  line-height: 1;
  top: 34% !important;
  transform: translateY(-50%) !important;

}

.contacts-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


.contact-item {
  flex: 1 1 100%;   
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}


.info-box1 {
  width: 25px;
  height: 25px;
  background: #fff;
  color: #2563eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}


@media (min-width: 700px) {
  .contact-item {
    flex: 1 1 50%;   
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  .contact-item:first-child {
    border-left: none; 
  }
}     


/* ----------------------om--section 11-------------------------------- */


.first-one-section{
	background-color: orange;
}
.fff{
	width: 110px;
}

.first-sec-case{
	padding: 25px;
}
.project-ex{
	color: white;
	margin-left: 50px;
	font-weight: 700;
}
.line-one{
  width: 1px;
  height: 70px;
  background-color: white;
  margin-left: 50px;
}
.first-section-one1{
	display: flex;
	gap:8px;
}
.project-len{
	margin-bottom: 0px;
	color: white;
	font-size: 15px;
}
.project-day{
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 700;
	color: white;
}
.project-tech{
	color: white;
	font-size: 12px;
	white-space: nowrap;
}
.line-two{
  width: 1px;
  height: 70px;
  background-color: white;
  margin-left: 70px;
}
.project-dig{
	margin-bottom: 0px;
	color: white;
	font-size: 15px;
}
.project-map{
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 700;
	color: white;
}
.project-of{
	color: white;
	font-size: 12px;
	white-space: nowrap;
}
.first-first{
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: navy;
  position: relative;
 
}
.second-case{
	display: flex;
	justify-content: end;
}
.call-suport{
	display: flex;
	margin-top: 60px;
}
.call-para{
	margin-bottom: 0px;
	font-size: 12px;
	color: yellow;
}

.call-icon {
  width: 50px;
  height: 50px;
  background-color: orange;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-suport,.call-icon,.icons-one1{
	font-size: 22px;
	color: white;
}
.main-call{
	padding-left: 10px;
}
.phone-section{
	font-size: 20px;
	font-weight: bold;
}

.triangle-section{
position: absolute;
clip-path: polygon(75% 1%, 0% 100%, 100% 100%);
background-color: #493313;
width: 70px;
height: 60px;
bottom: 0px;
left: -10px;
}


@media(max-width: 1120px){
	.first-one-section{
		padding-bottom: -20px !important;
	}
	.project-ex{
		font-size: 24px;
	}
	.line-one,.line-two{
		height: 70px;
	}
	.project-len{
		font-size: 12px;
	}
	.project-dig{
		font-size: 12px;
	}
	.call-suport{
		font-size: 25px;
	}
	.project-tech{
		font-size: 10px;
	}
	.project-of{
		font-size: 10px;
	}
	.project-day,.project-map{
		font-size:15px ;
	}
}
@media (max-width: 991px){
	.project-ex{
		font-size: 20px;
	}

	.project-len,.project-dig{
		font-size: 12px;
	}
	.project-day,.project-map{
		font-size: 15px;
	}
	.fff{
		width: 90px;
	}
}
@media (max-width: 875px){
	.project-ex{
		font-size: 16px;
	}
	.project-map,.project-day{
		font-size: 15px;
	}
	.call-icon{
		width: 45px;
		height: 45px;
	}
	.icons-one1{
		font-size: 26px;
	}
	.phone-section{
		font-size: 18px;
	}
	.first-sec-case{
		padding-left:0px;
		
	}
	.project-ex{
		margin-left: 40px;
	}
	.line-one{
		margin-left: 40px;
	}
		.triangle-section{
		position: absolute;
		left: -15px;
	}
}
@media(min-width:991px) and (max-width: 767px){
	.second-case{
		margin-left: -40px;
	}

.triangle-section{
		position: absolute;
		left: -18px;
	}
	.line-one,.line-two{
		margin-left: 45px;
	}
	

}
@media(max-width: 692px){
	.line-one{
		margin-left: 5px;
		padding: 1px;
	}
	.line-two{
		margin-left: 5px;
		padding: 1px;
	}
	.second-case{
		margin-left: -70px;
	}
	.project-ex{
		margin-left: 7px;
		font-size: 14px;
	}
	.triangle-section{
		position: absolute;
		left: -24px;
	}
	.fff{
		width: 120px;
	}
}

@media (max-width: 575px){
	.first-first{
		clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
		background-color: navy;
	}
	.call-icon{
		margin-top: 20px;
		margin-bottom: 10px;

	}
	.triangle-section{
		display: none;
	}
  .project-ex{
  	text-align: center;
  	margin-left: -90px;
  }
  .first-section-one1{
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	align-content: center;
  	flex-direction: row;
  	gap: 20px;
  }
  .first-first{
  	height: 200px;
  }
  .call-suport{
  display: flex;
  justify-content: center;
  flex-direction: column; 
  align-items: center;
  text-align: center;
  margin-left: 52px; 
  margin-bottom: -50px;     
  }
}
@media(max-width: 550px){
	.phone-section{
		font-size: 14px;
	}
	.call-para{
		font-size: 10px;
	}
}
@media(max-width: 350px){
	.first-sec-case{
		padding: 20px;
	}
}
/* ----------------------om,  section 12-------------------- */
.section12-box-one,
.section12-box-two,
.section12-box-three {
  border: 1px solid white;
  padding: 20px;
  width: 100%;
  position: relative;
}

.section12-first-section {
  display: flex;
  justify-content: center;
  gap: 30px;
  font-family: 'Rubik', sans-serif;
}

.section12-gethead {
  color: #2563eb;
  font-size: 13px;
  text-align: start;
}

.section12-box-one:hover,
.section12-box-two:hover,
.section12-box-three:hover {
  background-color: #2563eb;
  color: #fff;
  transition: all 0.3s ease;
}

.section12-top-head-one {
  font-weight: 700;
}

.section12-main2,
.section12-box-two,
.section12-p2,
.section12-top-head-one {
  
  /* font-size: 25px; */
  text-align: start;
}

.section12-i1-section1 {
  color: white;
  font-size: 20px;
  margin-top: 8px;
}

.section12-two-icon {
  position: relative;
  right: 21px;
  top: -20px;
  width: 20px;
  height: 20px;
  background-color: #000080;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.section12-top-div {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color:#000080;
  text-align: center;
}

.section12-main2 { margin-top: 50px; }
.section12-main3 { margin-top: 50px; }

.section12-top1 {
  position: absolute;
  top: -20px;
  left: 27px;
}

.section12-one {
  position: relative;
  left: 39px;
  top: 0px;
  width: 20px;
  height: 20px;
  background-color: #000080;
  border: 1px solid #000080;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.section12-two {
  position: relative;
  right: 19px;
  top: -20px;
  width: 20px;
  height: 20px;
  background-color: #000080;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.section12-border1 {
  border-bottom: 1px solid white;
  opacity: 0.8;
  padding: 10px;
}

.section12-icon1-sec1 {
  width: 40px;
  height: 40px;
  border: 1px solid white;
  background-color: #2563eb;
  margin-top: 10px;
  border-radius: 5px;
  text-align: center;
}

.section12-icon-one-section {
  margin-top: 10px;
  color: white;
  width: 40px;
  height: 40px;
}

.section12-second-part {
  display: flex;
  gap: 10px;
}

.section12-para-sec {
  margin-top: -8px;
  font-size: 10px;
}

.section12-second1 {
  position: relative;
  /*background-image: url(/image/7.png);*/
  padding: 20px;
  display: flex;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
  color: white;
}
.section12-second{
  position: relative;
  z-index: 2;
}
.section12-second1::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #00224B;
  opacity: 0.8;
  border-radius: 10px;
  z-index: 1;
}

.section12-content1 {
  text-align: start;
  padding-left: 10px;
}

.section12-paraghraph1 {
  text-align: start;
  font-size: 24px;
}

.section12-paraghraph {
  font-size: 16px;
  text-align: justify;
}

.section12-head-of,
.section12-email-us,
.section12-call-us {
  font-size: 16px;
}


@media(max-width: 991px) {
  .section12-box-one,
  .section12-box-two,
  .section12-box-three {
    width: 100%;
  }
 
}

@media(max-width: 767px) {
  .section12-second1 { margin-top: 120px; margin-left: 10px; margin-right: 10px; }
  .section12-top-head-one { font-size: 21px; }
  .section12-p1, .section12-p2, .section12-p3 { font-size: 14px; }
  .section12-paraghraph, .section12-para-sec { font-size: 12px; }
}

@media(max-width: 575px) {
  .section12-first-section { padding: 0 20px; }
  .section12-top-head-one { font-size: 18px; }
  .section12-gethead { font-size: 10px; }
  .section12-paraghraph1 { font-size: 18px; }
  .section12-p1, .section12-p2, .section12-p3 { font-size: 12px; }
  .section12-para-sec { font-size: 10px; }
}
/* --------------------------deepak , section 13-------------------------- */


.line0 {
  height: 4px;
  width: 30px;
  background-color: #0081d1;;
  display: inline-block;
  margin-top: 10px;

    font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
 
  text-align: center;
  position: relative;



}

.mark {
  width: 15px;
  height: 15px;
  background-color: #19009c;;
  border-radius: 50%;
  display: inline-block;
  margin-top: 4px;
}

.team {
  display: flex;
  text-align: center;
  justify-content: center;
}

.first-line {
  font-weight: 500;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 20px;
}

.second-line {
  font-weight: bolder;
  text-align: center;
  font-size: 45px;
}
.hrad{
  margin-bottom: 15px;
}




/* ----------------------deepak ,section 15------------------------------------- */ */

.sd-text{
  font-weight: bold;
  padding-left: 15px;
  font-family:  sans-serif;
  
}
.sd-view{
  text-decoration: underline;
  padding-left: 15px;
  
}

.sd-img {
  position: relative;
  display: inline-block;
}

.sd-image {
  max-width: 100%;
  height: 100%;
  border-radius: 6px;
  display: block;
}
.sd-text2{
  font-size: 20px;
  padding-left: 15px;
  font-family:  sans-serif;
}

.sd-icon {
  position: absolute;
  top: 25%;             
  left: 130px;        
  transform: translateY(-50%); 
  background:#0081d1;  
  color: #fff;
  font-size: 35px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  border-color: white;
}

.sd-icon:hover {
  background: #fff;    
  color: #0081d1;     
  border-color: #0081d1; 
}

.sd-icon2 {
  position: absolute;
  top: 25%;             
  left: 130px;        
  transform: translateY(-50%); 
  background:white;  
  color:#0081d1;
  font-size: 35px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  border-color: white;
}
.sd-shado{
  box-shadow: 0 6px 15px rgba(64, 84, 105, 0.4);
 
}


@media(max-width:1330px){
  .sd-icon{             
  left: 90px;        
  
  }
  .sd-icon2{
    left: 90px;  
  }
  .sd-text2{
  font-size: 15px;
}
.sd-view{
  font-size: 12px;
}

}

@media(max-width:991px){
  .sd-icon{             
  left: 65px;     
  height:40px ;
  width:40px ;  
  font-size: 20px; 
  
  }

 
  .sd-icon2{
    left: 70px;  
    height: 40px;
    width: 40px;
    font-size: 20px;
   
  }
  .sd-text2{
  font-size: 10px;
}
.sd-view{
  font-size: 10px;
}
}

@media(max-width:767px){
  .sd-icon{             
  left: 90px;     
  height:50px ;
  width:50px ;  
  font-size: 20px; 
  
  }
  .sd-icon2{
    left: 90px;  
    height: 50px;
    width: 50px;
    font-size: 20px;
   
  }
  .sd-text2{
  font-size: 14px;
}

}
@media(max-width:486px){
  .sd-icon{             
  left: 70px;     
  height:40px ;
  width:40px ;  
  font-size: 20px; 
  
  }
  .banner::after {
        content: "";
        position: absolute;
        /* top: -332px; */
        /* margin-left: -251px; */
        /* left: 85px;
        width: 170%; */
        left: 50px;
        width: 170%;
        height: 600px;
        background: rgb(28 20 126 / 73%);
        z-index: 1;
        clip-path: polygon(0 0, 100% 0, 100% 50%, 49% 100%, 0% 50%);
        transform: rotate(0deg);
        border-radius: 41px
    }
    .left-content {
    text-align: center;
  }
  .sd-icon2{
    left: 70px;  
    height: 40px;
    width: 40px;
    font-size: 20px;
   
  }
  .sd-text2{
  font-size: 10px;
}

}
@media(max-width:352px){
  .sd-icon{             
  left: 50px;     
  height:30px ;
  width:30px ;  
  font-size: 20px; 
  
  }
  .sd-icon2{
    left: 50px;  
    height: 30px;
    width: 30px;
    font-size: 20px;
   
  }
  .sd-text{
  font-size: 15px;
}

}

/* -------------------------------------om--section 16----------------------------- */

:root{
    --primary:#19009c;
    --secondary : #0081d1;
    --tertiary :#250c66;
}

.main-aditya-hr {
  position: relative;      
  height: 300px;           
  border: 1px solid #ccc;
  padding: 0;             
  overflow: hidden;
}
.hr-aditya-h{
  font-weight: 700;
}

.main-aditya-hr .aditya-hr-om {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;              
}
.box-aditya {
  padding: 12px;
  color: white;
}
.main-aditya-hr .adiyta-hr-col-2{
  position: absolute;
  bottom: 0px;
}
.left-aditya { 
  background-color: var(--primary); 
  height: 100px; 
  text-align: center;
}  
.right-aditya { 
  background: white; 
  color: black; 
  padding: 20px;
}  
.circle1-aditya-hr{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid black;
  position: absolute;
  top:-30px;
  left:-40px;
}
.circle2-aditya-hr{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  top:10px;
  left: 10px;
}
.icon1{
  font-size: 25px;
  color: wheat;
  margin-top: 8px;
  margin-left: 5px;
}
.main-aditya-hr:hover .right-aditya{
  background-color: var(--secondary);
}
.main-aditya-hr:hover  .left-aditya{
  background-color: var(--tertiary);
}
.main-aditya-hr:hover  .circle2-aditya-hr{
    background-color: var(--tertiary);
}
@media(max-width:992px){
    .aditya-third-hr{
        margin-top: 50px;
    }
}
@media(max-width:767px){
    .aditya-second-hr{
        margin-top: 50px;
    }
}
@media(max-width:400px){
    .hr-aditya-h{
        font-size: 18px;
    }
    .para-aditya-hr{
        font-size: 14px;
    }
}
/* ------------------------om--section 17------------------------------ */

:root{
    --primary:#19009c;
    --secondary : #0081d1;
    --tertiary :#250c66;
}
.ady-main-2{
	border-radius: 10px;
}
.hr-aditya2{
	background-color: var(--primary);
	border-left: 1px solid var(--primary);
	border-bottom: 1px solid var(--primary);
	border-top: 1px solid var(--primary);
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.hr-adtiya-h-o{
	font-weight: 700;
}
.ad-para{
	text-align: justify;
}
.hr-aditya1{
	padding: 20px;
	border-right: 1px solid var(--primary);
	border-bottom: 1px solid var(--primary);
	border-top: 1px solid var(--primary);
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

}
.ady-main-adhr-1{
	display: flex;
	justify-content: center;
	align-items: center;
}
.hr-ady-icon{
	font-size: 40px;
	color: white;
	margin-top: 30px;

}
.hr-aditya-01{
	font-size: 30px;
	
	margin-top: 50px;
	text-align: center;
	-webkit-text-stroke: 1px white ;
	font-family: 'Rubik','Poppins',system-ui, -apple-system,"Segoe UI",Roboto "Helvetica Neue",Arial,sans-serif;
}
.ady-main-2:hover .hr-aditya1{
	background-color: var(--secondary);
	color: white;
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.ady-main-2:hover .hr-aditya2{
	background-color: var(--tertiary);
	color: var(--secondary);
	border: 0px;
}
.ady-main-2:hover .hr-ady-icon{
	color: var(--secondary);
}
.aditya-row-in{
	padding: 12px;
}

@media(max-width: 1199px){
	.hr-ady-icon{
		font-size: 30px;
	}
        .hide-below{
        display: none !important;
      }
  /* .paraBanner{
  font-size: 13px !important;
} */
	.hr-adtiya-h-o{
		font-size: 20px;
	}
	.ad-para{
		font-size: 15px;
	}
}

/* ----------------------om--section 18----------------------------- */


:root{
     --primary-color:#19009c;
     --secondary-color:#0081d1;
     --ternary-color:#250c66;
}
.adiya-circle{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--primary-color);
   box-shadow: -5px -5px 1px var(--secondary-color);

}
.aditya-hr-first-sec{
    border: 1px solid black;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
 align-items: center;
   position: relative;
   padding-bottom: 40px;
   padding-top: 40px;
}
.aditya-hr-first-sec
{

    border: linear-gradient(1px, red, blue);
  
}


.aditya-circle2{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--primary-color);
    position: absolute;
    bottom: -25px;
    display: flex;            
    justify-content: center;
    align-items: center;       
        box-shadow: 0 6px 12px var(--secondary-color);  

}
.aditya-circle2,.aditya-icon{
 font-size: 24px;          
    color: var(--secondary-color); 
}

.aditya-hr-first-sec:hover{
    background-color: var(--primary-color);
    color: white;
}

.aditya-hr-first-sec:hover .adiya-circle,
.aditya-hr-first-sec:hover .aditya-circle2 {
    background-color: white; 
}
.aditya-para{
    text-align: center;
}


@media(max-width: 991px){
     .aditya-head{
        font-size: 18px;
       }
       .aditya-para{
        font-size: 15px;
       }
 
}

@media(max-width: 767px){
    .aditya-third-sec{
        margin-top: 60px;
      
    }
    .aditya-head{
        font-size: 18px;
        text-wrap: nowrap;
    }
    .aditya-para{
        font-size: 13px;
    }
}
@media(max-width: 575px){
  .aditya-second-sec{
      margin-top: 60px;
  }
  .aditya-third-sec{
      margin-top: 60px;
  }
}

/* --------------------------om --section 19------------------------------ */


:root{
	--primary:#19009c; 
	--secondary : #0081d1;
	--tertiary :#250c66;
}


.aditya-call{
	width:70px;
	height: 60px;
	background-color: white;
	text-align: center;
	border-radius: 10px;
	border-bottom: 3px solid var(--secondary);
	margin-top: 6px;
	gap:10px;
}
.aditya-man-i{
	font-size: 30px;
	margin-top: 15px;
	color: black;
}
.aditya-inqary{
	background-color: var(--tertiary);
	padding: 20px;
	border-radius: 10px;
}
.ady-1-hr-s{
	color: white;
	font-weight: 700;
}
.adiy-h-1{
	color: white;
	font-weight: 700;
}
.ady-btn1{
	width: 100px;
	padding: 7px;
	border-radius: 8px;
	background-color: var(--primary);
	color: white;
	border: 0px;
	position: relative;
	z-index: 2;
	margin-left: 50px;

}
.ady-btn1:hover{
	background-color: white;
}
.adty-sec-hr{
	/*background-image: url(image/adty.png);*/
	padding: 28px;
	border-radius: 8px;
	position: relative;

}
.adty-sec-hr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
  border-radius: 8px;
}
.adiy-h-2{
	color: white;
	font-weight: 700;
	position: relative;
	z-index: 2;
}
@media(max-width: 1199px){
	.ady-btn1{
		margin-left: 0px;
	}
}
@media(max-width: 991px){
	.adiy-h-1{
		font-size: 18px;
	}
  .banner::after {
        content: "";
        position: absolute;
        top: -200px;
        margin-left: -251px;
        left: 0;
        width: 59%;
        height: 1100px;
        background: rgb(28 20 126 / 73%);
        z-index: 1;
        transform: rotate(50deg);
        border-radius: 50px;
    }
	.adiy-p-1{
		font-size: 14px;
	}
	.adiy-h-2{
		font-size: 18px;
	}
	.hr-ady-9{
    padding-left: 10px;
	}
}
@media(max-width: 767px){
	.ady-main-2-s{
		margin-top: 20px;
	}
	.adiy-h-1{
		margin-top: 10px;
	}
}
@media(max-width: 575px){
	.ady-btn1{
		margin-left: 0px;
	}
  /* faq section */
        .section-title small{
        font-size: 13px;
       }
        .section-title h2{
          font-size: 18px;
        }
         .section-title p{
          font-size: 12px;
         }
         .contact-box .top{
          font-size: 14px;
         }
         .contact-box .bottom span{
          font-size: 10px;
         }
         .faqParaone{
          font-size: 13px;
         }
          .faq_para{
           font-size: 13px;
         }
         .section-title{
           text-align: center;
      }
}
@media(max-width: 445px){
	.adiy-h-1{
		font-size: 16px;
	}
	.adiy-p-1{
		font-size: 12px;
	}
	.adiy-h-2{
		font-size: 16px;
	}
	.ady-btn1{
		font-size: 16px;
	}
}
@media(max-width: 376px){
	.hr-ady-9{
    padding-left: 20px;
	}

}
/* -----------------------------------deepak section 20----------------------------------- */


.pentagon {
  padding-top: 150px;

}

.aditya1 {
  position: relative;

}

.aditya2 {
  position: relative;

}

.aditya3 {
  position: relative;
}

.network {
  background: #f4f4f4;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(4, 25, 37, 0.4);

  transition: 0.3s ease-in-out;

  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}



.net-header {
  text-align: center;
  padding: 50px 30px 20px;


}

.net-icon {
  width: 70px;
  height: 70px;
  background: lab(98.22% -0.15 -0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 15px;
  position: absolute;
  top: -35px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 6px 15px rgba(11, 13, 15, 0.4);
}

.me {
  padding-left: 188px;
  text-align: center;
  display: block;
}

.netic {
  color: #0081d1;
  font-size: 35px;



}

.netib {
  color: #f8f7f0;
  font-size: 40px;
  padding-bottom: 15px;


}

.net-header h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.net-header p {
  font-size: 14px;
  color: #6b6868;
}

.service-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.arr-btn {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #b9d8e8;
  color: #10044b;
  ;
  border-radius: 50%;
  padding: 10px 14px;
  font-size: 20px;
  font-weight: bolder;

  transition: 0.3s;
  border: 3px solid white;


}

.arr-btn:hover {
  background: #657781;

  color: #1d0a7d;
  ;
}


.black-card {
  background: #000;
  color: #fff;
}

.black-card p {
  color: #f0eaea;
}


@media(max-width:767px) {
  .aditya2 {
    margin-top: 30px;

    .aditya1 {
      padding: 20px 20px;
    }

    .aditya2 {
      padding: 20px 20px;
    }

    .aditya3 {
      padding: 20px 20px;
    }
  }

  .aditya3 {
    margin-top: 30px;

  }

}

/* -------------------------deepak section 21-------------------------------- */

.xsvc-card-9z {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  padding: 20px;
  height: 240px;
  transition: all 0.4s ease-in-out;
  transform: skewX(-10deg) translate(40px, 15px); 

}

.xsvc-card-9z .xsvc-content-9z {
  transform: skewX(10deg); 
}




.xsvc-card-9z:not(.xsvc-active-9z) {
  background: #0081d1;
  border-bottom: 3px solid  #19009c;
    box-shadow: 0 0 0 4px #ffffff, 0 6px 14px rgba(0,0,0,0.2);  
}
.xsvc-card-9z:not(.xsvc-active-9z)::after {
  content: attr(data-num);
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 52px;
  font-weight: 700;
  color:rgb(4 3 3 / 8%);
}
.xsvc-card-9z:not(.xsvc-active-9z) .xsvc-icon-9z {
  background: #ffff;
  font-size: 34px;
  color:  #0081d1;
  margin-top: -17px;
  margin-bottom: 15px;
  margin-left: -30px;
  transform: skewX(-10deg) translate(40px, 15px);

 
  height: 60px;
  width: 60px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #c8c9ca; 
}

.xsvc-card-9z.xsvc-active-9z,
.xsvc-card-9z:hover {
  background: url("https://images.pexels.com/photos/3859981/pexels-photo-3859981.jpeg") center/cover no-repeat;
  color: #fff;
}

.xsvc-card-9z.xsvc-active-9z::before,
.xsvc-card-9z:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(63, 33, 162, 0.7);
  z-index: 1;
}

.xsvc-card-9z.xsvc-active-9z .xsvc-content-9z,
.xsvc-card-9z:hover .xsvc-content-9z {
  position: relative;
  z-index: 2;
}

.xsvc-card-9z.xsvc-active-9z .xsvc-icon-9z,
.xsvc-card-9z:hover .xsvc-icon-9z {
  background: #0081d1;
  color: #fff;
  font-size: 28px;
  border: 2px solid #0081d1;  
}


.xsvc-card-9z h5 {
  font-weight: 700;
  color: #fff;
}
.xsvc-card-9z p{
  color: #ffff;
}

/* ---------------------------------section 22----------------------------------------- */
.achievements-section {
  padding: 80px 0px;
}
.text2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3;
  text-align: justify;
display: flex;
color: #132b4f;
}
.headtext{
  font-size: 25px;
  font-weight: 100%;
  display: flex;

}
.text3 {
  color: #555;
  margin-bottom: 30px;
  text-align:justify;
  padding-right: 20px;
  display: flex;
  font-size: 16px
}
.button {
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: 600;
  background: #0081d1;
  color: #fff;
  transition: all 0.3s ease-in-out; 
  cursor: pointer;
}

.button:hover {
  background: #0081d1; 
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 0 0 4px #ffffff, 0 6px 14px rgba(0,0,0,0.2);
  border-color: transparent;
}

  
.stats-box {
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  border-radius: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 55px;
  background-color: #0081d1;
  color: #fff; 
   box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.15); */
   display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 170px;
border-radius: 20px;
text-align: center;
font-weight: 600;
font-size: 55px;
background-color: #0081d1;
color: #fff;
}
   
/* .light-box{
  
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height:200px;
  min-width: 40px;
  border-radius: 20px;
  text-align: center;
  color: #0081d1;
  font-weight: 600;
  font-size: 30px;
  border: 2px solid rgb(209, 209, 209);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.15);
}
.unik-row {
  display: flex;        
  flex-wrap: wrap;       
  align-items:center;   
} */



  

@media(max-width:1399px){
  .text2{
    text-align:start;
  }
  .contentss{
    display: none;
  }
  .banner::after {
  content: "";
  position: absolute;
  top: -200px;
  margin-left: -251px;
  left: 0;
  width: 59%;
  height: 1100px;
  background: rgb(28 20 126 / 73%);
  z-index: 1;
  transform: rotate(50deg);
  border-radius: 50px;
}
  }

  @media(max-width:991px){
  .button{
    margin-left: 250px;
  }
     /* .banner::after {
        content: "";
        position: absolute;
        top: -475px;
        margin-left: -251px;
        left: 23px;
        width: 155%;
        height: 968px;
        background: rgb(28 20 126 / 73%);
        z-index: 1;
        clip-path: polygon(0 0, 100% 0, 100% 50%, 49% 100%, 0% 50%);
        transform: rotate(0deg);
        border-radius: 41px;
    } */
  }

  @media(max-width:767px){
   .section-title small{
        font-size: 14px;
       }
        .section-title h2{
          font-size: 22px;
        }
         .section-title p{
          font-size: 14px;
         }
         .contact-box .top{
          font-size: 15px;
         }
         .contact-box .bottom span{
          font-size: 12px;
         }
         .faqParaone{
          font-size: 15px;
         }
         .faq_para{
           font-size: 14px;
         }
         .section-title{
          justify-content: center;
         }
    .text2{
    text-align:justify;
    font-size: 50px;
  }
   .banner::after {
        content: "";
        position: absolute;
        /* top: -475px; */
        /* margin-left: -251px; */
        left: 100px;
        width: 140%;
        height: 670px;
        /* height: 1000px; */
        background: rgb(28 20 126 / 73%);
        z-index: 1;
        clip-path: polygon(0 0, 100% 0, 100% 50%, 49% 100%, 0% 50%);
        transform: rotate(0deg);
        border-radius: 41px;
    }
    .left-content {
        text-align: center;
    }
    .button{
  margin-left:160px;
  } 
   .containers {
    width: 90% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
    .work-image {
    order: 1 !important;  /* image upar */
  }
  .choose-box {
    order: 2 !important;  /* about niche */
  }

}
@media(min-width:767px) and (max-width:991px){
      .banner::after {
        content: "";
        position: absolute;
        width: 155%;
        height: 679px;
        /* height: 841px; */
        background: rgb(28 20 126 / 73%);
        z-index: 1;
        clip-path: polygon(0 0, 100% 0, 100% 50%, 49% 100%, 0% 50%);
        transform: rotate(0deg);
        border-radius: 41px;
    }
    
    .left-content {
        text-align: center;
    }
    /* .contentss{
      display: none;
    } */
      .hide-below{
        display: none !important;
      }
}
@media(max-width:576px){
  .newcont{
    display: none !important;
  }
  .text3{
    text-align: justify;
  }
  .containers {
    width: 90% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .button{
    margin-left: 165px;
    display: flex;
  }
  .text2{
    font-size: 40px;
  }
 .banner::after {
        content: "";
        position: absolute;
        left: 50px;
        width: 170%;
        height: 549px;
        /* height: 981px; */
        /* height: 1038px; */
        background: rgb(28 20 126 / 73%);
        z-index: 1;
        clip-path: polygon(0 0, 100% 0, 100% 50%, 49% 100%, 0% 50%);
        transform: rotate(0deg);
        border-radius: 41px
    }
}


@media(max-width:461px){
.text2{
  font-size: 35px;
}
.button{
  margin-left: 120px;
}
    .feature-card {
        min-height: 300px;
    }
} 
@media(max-width:389px){
  .text2{
    text-align: justify;
    font-size:32px
  }
    .left-content {
    text-align: center;
  }
  .stats-box{
    font-size: 50px;
  }
 .banner::after {
        content: "";
        position: absolute;
        left: 55px;
        width: 203%;
        /* height: 559px; */
        height: 719px;
        background: rgb(28 20 126 / 73%);
        z-index: 1;
        clip-path: polygon(0 0, 100% 0, 100% 50%, 49% 100%, 0% 50%);
        transform: rotate(0deg);
        border-radius: 41px
    }
  .light-box{
    font-size:15px !important;
  }
  .button{
    margin-left:74px;
    display: block;
  }
}
@media(max-width:349px){
  .text2{
    font-size: 30px;
    text-align: justify;
  }
  
  .light-box{
    font-size: 25px;
  }
  .email_sectionss {
        position: relative;
        padding-left: 4px;
        margin-left: 0px;
    }
    .para {
    font-size: 10px;
    font-weight: 600;
    color: #ffff;
}
  
}

