@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

p{
    font-family: "Poppins", sans-serif;
}


/* ----- banner counding------ */

.stat-item {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.stat-number {
    font-size: 2rem;
    font-weight: bold;
    color: #007bff;
}
.stat-label {
    font-size: 1rem;
    color: #555;
    margin-top: 5px;
}


/* -----About------------- */

.about .section-title .title-shape {
    width: 200px;
    height: 20px;
    margin: 0;
    color: var(--accent-color);
    opacity: 0.5;
}

.about .section-title {
    text-align: start;
    padding-bottom: 0;
    position: relative;
}

.about .about-content .lead span{
        background-color: #576c86;
    /* border-radius: 25px; */
    padding: 0 3px;
    font-weight: 500;
    font-style: italic;
    color: #fff;

}

.about .about-content .lead {
    text-align: justify;
    word-spacing: 0.5px;
    line-height: 2;
}

/* ---------services----- */

.services{
  background-image: url(../img/hero/service-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}



.services .section-title {
    /* text-align: center; */
    padding-bottom: 60px;
    position: relative;
}

.services .section-title {
    /* text-align: start; */
    padding-bottom: 0;
    position: relative;
}

.services .section-title .title-shape {
    width: 200px;
    height: 20px;
    /* margin: 0; */
    color: var(--accent-color);
    opacity: 0.5;
}

.services .section-title p {
    /* text-align: justify; */
    /* word-spacing: 0.5px; */
    line-height: 2;
}


/* -----Recruitment Process------ */

.skills{
    background-color: #faf9fb;
}



/* -----footer us----- */
/* .footer h5{
    font-weight: 700;
    
}
.footer span{
    margin-right: 15px;
    font-weight: 500;

}
.footer p{
    margin-bottom: 7px;
} */





.footer {
  color: var(--default-color);
  background-color: #576c86;
  font-size: 14px;
  position: relative;
  /*background-image: url(../img/hero/footer-bg-01.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

 .footer a{
    color: #ffffff;
 }

.footer .footer-top {
  padding-top: 50px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  /* max-height: 40px; */
  margin-right: 6px;
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.footer .footer-about p {
  font-size: 15px;
  /* font-family: var(--heading-font); */
}

.footer .footer-about p strong {
  font-weight: 500;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 17px;
  /* font-weight: bold; */
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1.5;
  font-size: 15px;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}


.footer-newsletter p{
  font-weight: 300;
  color: #ffffffb0;
  line-height: 2;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  display: flex;
  background-color: #ffffff;
  transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: #ffffff;
  color: #545454;
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -8px -10px -7px 0;;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

.footer .copyright .footer-text a{
  color: #e5e5e5;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/




.hero {
    padding: 0;
  }
  
  .hero .carousel {
    width: 100%;
    min-height: 75vh;
    padding: 0;
    margin: 0;
    background-color: var(--background-color);
    position: relative;
  }
  
  .hero img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }
  
  .hero .carousel-item {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  
  .hero .carousel-item:before {
    content: "";
    background-color: color-mix(in srgb, #0606062e, transparent 30%);
    position: absolute;
    inset: 0;
    z-index: 2;
  }
  
  /*.hero .carousel-item::before {*/
  /*  content: "";*/
  /*  background-color: color-mix(in srgb, var(--background-color), transparent 30%);*/
  /*  position: absolute;*/
  /*  inset: 0;*/
  /*}*/
  
  .hero .carousel-container {
    position: absolute;
    inset: 90px 64px 64px 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 3;
  }
  
  .hero h2 {
    margin-bottom: 30px;
    font-size: 65px;
    font-weight: 700;
    animation: fadeInDown 1s both;
    text-align: center;
    text-shadow: 1px 1px 4px #000000;
  }
  
  @media (max-width: 768px) {
    .hero h2 {
      font-size: 30px;
    }
  }
  
  .hero p {
    animation: fadeInDown 1s both 0.2s;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    background-color: #ef1126;
    
  }
  
  @media (min-width: 1024px) {
  
    .hero h2,
    .hero p {
      max-width: 60%;
    }
  }
  
  .hero .btn-get-started {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 4px;
    transition: 0.4s;
    margin: 10px;
    animation: fadeInUp 1s both 0.4s;
  }
  
  .hero .btn-get-started:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%);
  }
  
  .hero .carousel-control-prev,
  .hero .carousel-control-next {
    width: 10%;
    transition: 0.3s;
    opacity: 0.5;
  }
  
  .hero .carousel-control-prev:focus,
  .hero .carousel-control-next:focus {
    opacity: 0.5;
  }
  
  .hero .carousel-control-prev:hover,
  .hero .carousel-control-next:hover {
    opacity: 0.9;
  }
  
  @media (min-width: 1024px) {
  
    .hero .carousel-control-prev,
    .hero .carousel-control-next {
      width: 5%;
    }
  }
  
  .hero .carousel-control-next-icon,
  .hero .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
  }
  
  .hero .carousel-indicators {
    list-style: none;
  }
  
  .hero .carousel-indicators li {
    cursor: pointer;
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
  
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }



  .info-item span a{
    color: #000000;
  }

  .inner-sec .resume .resume-wrapper .timeline .timeline-item .timeline-right .position {
        color: var(--heading-color);
        font-size: 15PX;
        margin-bottom: 0.6rem;
        font-weight: 500;
   }




    .footer-contact h6{
        font-size: 20px;
        margin-top: 16px;
        text-decoration: underline;
    }






/*float_btn_*/
.float-button {
    width: 50px;
    height: 50px;
    text-decoration: none;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 85px;
    right: 13px;
    color: #fff;
    background-color: #25d366;
    border-radius: 50px;
    z-index: 100;
    box-shadow: 1px 2px 5px 2px rgb(30 30 30 / 30%);
    transition: all 0.3s ease-out;
}
.float-button:hover{
  background-color: #25d366;
  color: #fff;
}

.float-button i:hover{
  color: #fff;
}
.pluse_btn_bottom{
   width: 50px;
    height: 50px;
    background-color: #25d366;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.pluse_btn_bottom:before,
.pluse_btn_bottom:after{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #25d366;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.7;
}

.pluse_btn_bottom:before{
    animation: pulse 2s ease-out infinite;
}
.pluse_btn_bottom:after{
    animation: pulse 2s 1s ease-out infinite;
}

@keyframes pulse{
    100%{
        transform: scale(1.8);
        opacity: 0;
    }
}

