/********** Template CSS **********/
:root {
  --primary: #66c2a6;
  --secondary: #F57E57;
  --light: #EEF9FF;
  --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
  font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
  font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
  font-weight: 500 !important;
}

.btn {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  transition: .5s;
}

.btn-primary,
.btn-secondary {
  color: #FFFFFF;
}

.btn-primary:hover {
  background: var(--secondary);
  border-color: var(--secondary);
}

.btn-secondary:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 28px;
  height: 28px;
}

.btn-lg-square {
  width: 46px;
  height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.top-shape::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0;
  left: -17px;
  background: var(--primary);
  transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
  font-family: 'Jost', sans-serif;
  padding: 20px 15px;
  font-size: 18px;
  color: var(--dark);
  outline: none;
  transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {

  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
  }
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(9 30 62 / 61%);
  z-index: 1;
}

@media (max-width: 576px) {
  .carousel-caption h5 {
    font-size: 14px;
    font-weight: 500 !important;
  }

  .carousel-caption h1 {
    font-size: 30px;
    font-weight: 600 !important;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

@media (min-width: 991.98px) {
  .banner {
    position: relative;
    margin-top: -90px;
    z-index: 1;
  }
}

.section-title h5::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 3px;
  right: -55px;
  bottom: 11px;
  background: var(--primary);
}

.section-title h5::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  right: -75px;
  bottom: 11px;
  background: var(--secondary);
}

.twentytwenty-wrapper {
  height: 100%;
}

.hero-header {
  background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.bg-appointment {
  background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../NEWIMAGES/bg1.jpg) center center no-repeat;
  background-size: cover;
}

.appointment-form {
  background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
  transition: .5s;
}

.service-item:hover img {
  transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
  position: absolute;
  content: "";
  top: 50%;
  bottom: 0;
  left: 15px;
  right: 15px;
  border-radius: 100px / 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .7);
  opacity: 0;
  transition: .5s;
  z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
  opacity: 1;
}

.bg-offer {
  background: url(../NEWIMAGES/bg1.jpg) center center no-repeat;
  background-size: cover;
}

.offer-text {
  background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
  position: absolute;
  width: calc(100% + 45px);
  height: 45px;
  top: calc(50% - 22.5px);
  left: -22.5px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: .5s;
}

.price-carousel:hover .owl-nav {
  opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
  position: relative;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: var(--primary);
  border-radius: 2px;
  font-size: 22px;
  transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
  background: var(--secondary);
}

.bg-testimonial {
  background: url(../NEWIMAGES/bg2.jpg) center center no-repeat;
  background-size: cover;
}

.testimonial-carousel {
  background: rgb(6 163 218 / 70%);
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: calc(100% + 46px);
  height: 46px;
  top: calc(50% - 23px);
  left: -23px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: var(--primary);
  border-radius: 2px;
  font-size: 22px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--secondary);
}

.testimonial-carousel .owl-item img {
  width: 120px;
  height: 120px;
}



/* New Changes Made By BS */
/* Our values Start */
/* .values-chart {
    border: 5px green solid;
    background-color: #e2e2e2;
  } */

.core-value {
  font-size: 15px;
  font-weight: 700;
}

/* Our Values End */


/* Blog Start */
:root {
  --clr-gray-light: #d7dfe2;
  --clr-gray-med: #616b74;
  --clr-gray-dark: #414b56;
  --clr-link: #4d97b2;
  --clr-popular: #ef257a;
  --clr-technology: #651fff;
  --clr-psychology: #e85808;
}


.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  overflow: hidden;
  box-shadow: 0px 2px 20px var(--clr-gray-light);
  background: white;
  border-radius: 0.5rem;
  position: relative;
  width: 100%;
  margin: 1rem;
  transition: 250ms all ease-in-out;
  cursor: pointer;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0px 2px 40px var(--clr-gray-light);
}

.banner-img {
  position: absolute;
  object-fit: cover;
  height: 14rem;
  width: 100%;
}

.category-tag {
  font-size: 0.8rem;
  font-weight: bold;
  color: white;
  background: red;
  padding: 0.5rem 1.3rem 0.5rem 1rem;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 1rem;
  border-radius: 0 2rem 2rem 0;
}

.popular {
  background: var(--clr-popular);
}

.technology {
  background: var(--clr-technology);
}

.psychology {
  background: var(--clr-psychology);
}

/* .card-body {
  margin: 15rem 1rem 1rem 1rem;
} */

.blog-hashtag {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--clr-link);
}

/* .blog-title {
    line-height: 1.5rem;
    margin: 1rem 0 0.5rem;
  } */

.blog-description {
  color: var(--clr-gray-med);
  font-size: 0.9rem;
}

.card-profile {
  display: flex;
  margin-top: 2rem;
  align-items: center;
}

.profile-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.card-profile-info {
  margin-left: 1rem;
}

.profile-name {
  font-size: 1rem;
}

.profile-followers {
  color: var(--clr-gray-med);
  font-size: 0.9rem;
}

/* Blog End */

/* Client Start */
.logo-slider {
  overflow: hidden;
  padding: 30px 0 0 0;
  white-space: nowrap;
  position: relative;
}

.logo-slider:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 45s slide infinite linear;
}

.logos-slide img {
  width: 183px;
  height: 83px;
  margin: 0 40px;
}


@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/* Client End */

.kknew a {
  text-transform: capitalize;
}

.whatsapp-float img {
  width: 150px;
  height: 50px;
  position: fixed;
  right: 45px;
  bottom: 105px;
  border-radius: 10px;
  z-index: 1;
}



.whatsapp-float1 img {
  width: 50px;
  position: fixed;
  bottom: 143px;
  left: 20px;
  border-radius: 10px;
  z-index: 1;
}

.hei1 {
  height: 227px;
}

.hei2 {
  height: 592px;
}


/* Banner banner Start  */
.about-banner {
  position: relative;
  width: 100%;
  height: 500px;
  background-image: url('../NEWIMAGES/About.jpg');
  background-size: cover;
  background-position: center;
}

.about-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.about-banner .overlay .content {
  color: #fff;
}

.about-banner .overlay h1 {
  font-size: 3rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.about-banner .overlay p {
  font-size: 1.2rem;
}



/* For service  */
.service-banner {
  position: relative;
  width: 100%;
  height: 500px;
  background-image: url('../NEWIMAGES/Service.jpg');
  background-size: cover;
  background-position: center;
}

.service-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* Dark overlay with transparency */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.service-banner .overlay .content {
  color: #fff;
}

.service-banner .overlay h1 {
  font-size: 3rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.service-banner .overlay p {
  font-size: 1.2rem;
}

/* For contact  */
.contact-banner {
  position: relative;
  width: 100%;
  height: 500px;
  background-image: url('../NEWIMAGES/Contact.jpeg');
  background-size: cover;
  background-position: center;
}

.contact-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* Dark overlay with transparency */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact-banner .overlay .content {
  color: #fff;
}

.contact-banner .overlay h1 {
  font-size: 3rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contact-banner .overlay p {
  font-size: 1.2rem;
}


/* For blog  */
.blog-banner {
  position: relative;
  width: 100%;
  height: 500px;
  background-image: url('../NEWIMAGES/Blog.jpg');
  background-size: cover;
  background-position: center;
}

.blog-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* Dark overlay with transparency */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.blog-banner .overlay .content {
  color: #fff;
}

.blog-banner .overlay h1 {
  font-size: 3rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.blog-banner .overlay p {
  font-size: 1.2rem;
}

/* Banner banner End  */


/* About section Start  */
.about-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  background-color: #f9f9f9;
}

.about-container {
  display: flex;
  max-width: 1200px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.about-container:hover {
  transform: scale(1.05);
}

.about-image {
  flex: 1;
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.about-container:hover .about-image img {
  transform: scale(1.1);
}

.about-content {
  flex: 1;
  padding: 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.about-content p {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: justify;
}

.about-content .learn-more {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.about-content .learn-more:hover {
  background-color: #0056b3;
  transform: translateY(-3px);
}

/* About section End  */

/* Mission Vision section Start  */
.mv-section {
  padding: 50px;
  background-color: #f4f4f4;
}

.mv-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.mv-item {
  flex: 1;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.mv-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.mv-image {
  height: 200px;
  overflow: hidden;
}

.mv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.mv-item:hover .mv-image img {
  transform: scale(1.1);
  opacity: 0.8;
}

.mv-content {
  padding: 20px;
  text-align: center;
  transition: opacity 0.3s ease;
}

.mv-item:hover .mv-content {
  opacity: 1;
}

.mv-content h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #333;
}

.mv-content p {
  font-size: 15px;
  color: #666;
  text-align: justify;
}

.mv-item:hover .mv-content h3 {
  color: #007bff;
}

/* Mission Vision section End  */

/* whychoose us section start  */

.why-choose-us {
  width: 100%;
  padding: 50px 0;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container1 {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.content {
  flex: 1;
  padding: 40px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.content:hover {
  transform: translateY(-10px);
  opacity: 0.9;
}

.content h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 20px;
}

.content p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  text-align: justify;
}

.image {
  flex: 1;
  overflow: hidden;
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.image img:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  .container {
    flex-direction: column-reverse;
  }

  .content {
    padding: 20px;
  }

  .image img {
    height: 300px;
  }
}

/* whychoose us section end  */

/* service section start  */
.service-section1 {
  padding: 50px;
  background-color: #f8f8f8;
}

.service-container1 {
  max-width: 1200px;
  margin: 0 auto;
}

.service-item1 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-item1:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service-image1 {
  flex: 1;
  overflow: hidden;
}

.service-image1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-item1:hover .service-image1 img {
  transform: scale(1.1);
}

.service-content1 {
  flex: 1;
  color: #000;
  padding: 20px;
  background-color: #fff;
  position: relative;
}

.service-content1 h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #333;
}

.service-content1 p {
  font-size: 15px;
  color: #000;
  text-align: justify;
}

.reverse {
  flex-direction: row-reverse;
}

.reverse .service-content1 {
  text-align: right;
}

.reverse .service-image1 img {
  transform: scale(1.05);
}

.service-item1:nth-of-type(odd) .service-content1 {
  background-color: #e8f4f8;
}

.service-item1:nth-of-type(even) .service-content1 {
  background-color: #f4f4f4;
}




.top-button {
  padding: 10px 15px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 14px;
}

.top-button:hover {
  background-color: #0056b3;
}


.service {
  width: 83%;
  display: flex;
  gap: 10px;
}


.service-link {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: block;
}

.arrow-container1 {
  position: absolute;
  right: 10px;
  bottom: 47px;
  font-size: 20px;
  color: #007bff;
  /* Change to desired color */
  transition: transform 0.3s ease;
}

.service-link:hover .arrow-container1 {
  transform: translateX(5px);
  /* Adds a little movement effect on hover */
}

/* service section end  */

/* Contact Section Styles */
.contact-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.contact-info-boxes {
  margin-bottom: 40px;
}

.contact-box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease;
}

.contact-box i {
  font-size: 36px;
  color: #007bff;
  margin-bottom: 10px;
}

.contact-box h5 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 600;
}

.contact-box p {
  margin: 0;
  font-size: 16px;
}

.contact-box p a {
  color: #007bff;
  text-decoration: none;
}

.contact-box p a:hover {
  text-decoration: underline;
}

.contact-form h2 {
  margin-bottom: 20px;
}

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

.contact-form .form-control {
  border-radius: 0;
  box-shadow: none;
}

.contact-form .btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.contact-form .btn-primary:hover {
  background-color: #0056b3;
  border-color: #004085;
}

.map iframe {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .contact-info-boxes {
    margin-bottom: 20px;
  }

  .contact-form,
  .map {
    margin-bottom: 20px;
  }
}

/* Contact section End  */


/* Icon Section Styles */
.icon-section {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.icon-box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 534px;
}

.icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.icon {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 15px;
}

.icon-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333333;
}

.icon-box p {
  font-size: 16px;
  color: #555555;
  text-align: justify;
}

.iconimg {
  height: 100px;
  width: 100px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .icon-box {
    padding: 15px;
  }

  .icon-box h3 {
    font-size: 18px;
  }

  .icon-box p {
    font-size: 14px;
  }
}

/* icon section end  */

/*** Facts ***/
.facts {
  position: relative;
  margin: 6rem 0;
  background: var(--dark);
}

.facts .border {
  border-color: rgba(255, 255, 255, .1) !important;
}

@media(max-width:600px) {
  .facts {
    position: relative;
    margin: 6rem 0;
    background: var(--dark);
    width: 100%;
    overflow: hidden;
  }
}



/* Term & condition Start  */
.term-section {
  background-color: #f9f9f9;
  /* Light background for contrast */
  padding: 50px 0;
  /* Vertical padding */
}

.section-heading {
  font-size: 32px;
  color: #333;
  /* Dark color for better readability */
  margin-bottom: 20px;
  /* Space below the heading */
  font-weight: bold;
}

.terms-list {
  list-style-type: disc;
  /* Bullet points style */
  padding-left: 20px;
  /* Indentation for list */
  color: #555;
  /* Text color for readability */
}

.terms-list li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  /* Space between list items */
}

/* Term & Condition End  */

/* client exp section start  */
.client-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-left: 159px;
  padding-right: 159px;
}

.client-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  width: calc(25% - 20px);
  /* Adjust for four boxes in one line */
}

.client-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.client-content {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  text-align: justify;
}

.client-name {
  font-weight: bold;
  color: #007bff;
}

@media (max-width: 768px) {
  .client-box {
    width: calc(50% - 20px);
    /* Two boxes per line on tablets */
  }
}

@media (max-width: 480px) {
  .client-box {
    width: 100%;
    /* One box per line on mobile */
  }
}

/* Client exp section End  */

.content1 {
  text-align: justify;
  color: white;
  justify-content: center;
}

.size {
  width: 560px;
}

.imgsize {
  height: 230px;
}

/* Faq section Start  */
.faq-container {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #f9fafb;
  transition: background-color 0.3s ease;
}

.faq-title:hover {
  background-color: #e3f2fd;
}

.faq-title h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.faq-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.faq-answer {
  display: none;
  padding: 0 20px 15px;
  color: #555;
  line-height: 1.6;
}

.active .faq-answer {
  display: block;
}

.active .faq-icon {
  transform: rotate(45deg);
}

/* Faq section End  */

/* work section start  */
.work-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}

.work-timeline {
  position: relative;
  padding: 20px 0;
}

.timeline-line {
  position: absolute;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #007bff;
  transform: translateX(-50%);
}

.work-step {
  position: relative;
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}

.work-step.right {
  left: 50%;
  text-align: left;
}

.work-step.left {
  left: 0;
  text-align: right;
}

.step-content {
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.step-content:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.step-number {
  font-size: 18px;
  font-weight: bold;
  color: #007bff;
  margin-bottom: 10px;
}

.step-description {
  font-size: 14px;
  color: #555;
}

.size1 {
  text-align: center;
}

.size2 {
  position: relative;
  left: 410px;
}

.work-section p {
  text-align: justify;
}

/* Responsive Design */
@media (max-width: 768px) {
  .work-step {
    width: 100%;
    left: 0 !important;
    padding: 10px 0;
    text-align: center;
  }

  .timeline-line {
    left: 20px;
    width: 2px;
    background: #007bff;
  }
}

/* work section end  */

/* Highlight section start  */
.highlight-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #2b2b2b;
  /* Background color for the main section */
  padding: 20px;
  gap: 10px;
}

.side-box {
  position: fixed;
  top: 449px;
  left: 20px;
  z-index: 1;
  width: 15%;
  background: black;
  color: white;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  background-color:rgba(247, 246, 245, 0);
  /* Light background color */
  padding: 15px;
  /* border: 1px solid #ddd; */
  /* Border color */
  /* border-radius: 45px; */
  /* Rounded corners */
}

.side-box-container {
  position: relative;
  /* Positioning context for the close button */
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  /* Grey color for the button */
}

.close-btn:hover {
  color: #000;
  /* Darker color on hover */
}

.side-box img {
  width: 140%;
  border-radius: 4px;
  margin-bottom: 10px;
}

.side-box p {
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0;
}

.fixbtn {
  background-color: #2e7d32;
  /* Green button color */
  color: white;
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.fixbtn:hover {
  background-color: #1b5e20;
}

.main-content {
  width: 60%;
  text-align: center;
  color: white;
}

.main-content h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.main-content h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.main-content p {
  font-size: 16px;
  margin-bottom: 20px;
}

.btn-green {
  display: inline-block;
  margin: 5px;
  padding: 10px 20px;
  background-color: #388e3c;
  /* Green button */
  color: #fff;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-green:hover {
  background-color: #2e7d32;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .highlight-section {
    flex-direction: column;
  }

  .side-box,
  .main-content {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* Highlight section End  */


/* Benifit section start  */
.benefit-section {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

.main-circle {
  position: relative;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: url('../NEWIMAGES/blog2.jpg') center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.overlay1 {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.overlay h2 {
  margin-bottom: 10px;
  font-size: 24px;
}

.corner-images {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: space-between;
}

.corner {
  position: absolute;
  width: 100px;
  /* height: 100px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

}

.corner1 {
  position: absolute;
  width: 100px;
  /* height: 100px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  

}

.corner1 img {
  width: 95px;
  height: 86px;
  margin-bottom: 10px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  top: 71px;
}

.corner1 h3 {
  font-size: 14px;
  margin: 5px 0;
  color: #333;
}

.corner1 p {
  font-size: 14px;
  color: #000;
  position: relative;
  left: 181px;
  top: -56px;
  text-align: justify;
  width: 200px;
}

.corner img {
  width: 95px;
  height: 86px;
  margin-bottom: 10px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  top: 43px;
}

.corner h3 {
  font-size: 14px;
  margin: 5px 0;
  color: #333;
}

.corner p {
  font-size: 14px;
  color: #000;
  position: relative;
  left: -183px;
  top: -105px;
  text-align: justify;
  width: 200px;
}



.corner-top-left {
  top: 173px;
  left: 617px;
  transform: translate(-50%, -50%);
}

.corner-top-right {
  top: 141px;
  right: 604px;
  transform: translate(50%, -50%);
}

.corner-bottom-left {
  bottom: 71px;
  left: 610px;
  transform: translate(-50%, 50%);
}

.corner-bottom-right {
  bottom: 115px;
  right: 594px;
  transform: translate(50%, 50%);
}

.textsize {
  color: black;
  position: relative;
  left: -591px;
  top: -98px;
  font-size: 20px;
  /* width: 144px; */
}

.textsize1 {
  color: #000;
  position: relative;
  top: -52px;
  left: 180px;
  width: 138px;
  font-size: 20px;
}

.left-content {
  text-align: left;
}

.right-content {
  text-align: right;
}


/* Benifit section end  */


.sliderimg {
  width: 100%;
  height: 800px;
}

.textsize {
  position: relative;
  padding-left: 791px;
}


/* Term & condition Start  */
.termcondition {
  background-color: #f9f9f9;
  /* Light grey background */
  padding: 40px 0;
  /* Top and bottom padding */
}

.section-heading1 {
  font-size: 28px;
  /* Larger font size for heading */
  color: #333;
  /* Darker text color for contrast */
}

.termcondition-content {
  font-size: 16px;
  /* Regular text size */
  color: #666;
  /* Slightly lighter text color */
  line-height: 1.6;
  /* Increased line height for readability */
}

hr {
  border: 1px solid #ddd;
  /* Light grey color for the horizontal rule */
  margin: 20px 0;
  /* Top and bottom margins */
}

strong {
  color: #333;
  /* Darker color for headings within the content */
}

/* Term & Condition End  */

.IMGSIZE1 {
  width: 100%;
  height: 300px;
}

.texthilight {
  color: orangered;
  font-size: 20px;
}

.texthilight1 {
  color: orangered;
  font-size: 60px;
}

/* For download  */
.btn-light {
  color: #007bff;
  background-color: #f8f9fa;
  border: 1px solid #007bff;
}

.btn-light:hover {
  background-color: #e2e6ea;
  border-color: #0056b3;
}

/* download End  */

.size2 {
  margin-left: -188px;
  max-width: 900px;
}

/* index about us start  */
.content-container {
  padding: 20px;
  background-color: #d6d9db;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: auto;
}

.content-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

.arrow-icon {
  font-size: 42px;
  color: #007bff;
  margin-top: 5px;
}

.text {
  text-align: justify;
  line-height: 1.6;
  color: #333;
}

/* index about us end  */

.headerlogo{
    width: 30%;
 
}

.footerlogo{
  width: 70%;
  color: white;
}

.listed{
  text-align: start;
}

.text1{
  color: #000;
  font-size: large;
}

 .pricing-plan {
          width: 450px;
            padding: 20px;
            background-color: #f8f9fa;
            border: 2px solid #007bff;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin: 20px auto;
            font-family: Arial, sans-serif;
        }
        
  .pricing-plan h2 {
            text-align: center;
            color: #007bff;
            margin-bottom: 20px;
        }
        
  .pricing-plan ul {
            list-style-type: none;
            padding: 0;
            color: #333;
        }
        
  .pricing-plan ul li {
            padding: 10px 0;
            border-bottom: 1px solid #ddd;
        }

 .pricing-plan ul li:last-child {
            border-bottom: none;
        }
  


        .pricebtndiv {
          display: flex;
          align-items: end;
          justify-content: center;
        }

  .vimg{
    color: yellow !important;
  }

  .fntp p{
    font:18px lato, sens-serif;
    color: #000;
  }

  .fntp{
    font:18px lato, sens-serif;
    color: #000 !important;
  }

  .steps-section {
    text-align: center;
    padding: 40px 20px;
}

.steps-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.step {
    width: 22%; /* Adjust based on the desired layout */
    margin: 5%;
    margin-bottom: 20px;
}

.step-image img {
    width: 80%;
    border-radius: 50%;
}

.step-info {
    margin-top: 10px;
}

.step-number {
    background-color: #7d2651; /* Dark purple */
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 10px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

p {
    font-size: 14px;
    color: #666;
}

.sticky-icon  {
	z-index:9999;
	position:fixed;
	top: 70%;
	right:0%;
	width:220px;
	display:flex;
	flex-direction:column;}  

.sticky-icon a  {
	transform:translate(160px,0px);
	border-radius:50px 0px 0px 50px;
  background-color: rgba(236, 123, 61, 0.952);
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px;
	font-size:22px;
	font-family:'Oswald', sans-serif;
	transition:all 0.8s;}

.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/

	
.Instagram  {
	background-color:#FD1D1D;
	color:#FFF;}
	
				
.sticky-icon a i {
	background-color:#FFF;
	height:40px;
	width:40px;
	color:#000;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;}
.sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#2C80D3;}
	
.sticky-icon a i.fa-google-plus-g  {
	background-color:#FFF;
	color:#d34836;}
	
.sticky-icon a i.fa-instagram  {
	background-color:#FFF;
	color:#FD1D1D;}
	
.sticky-icon a i.fa-youtube  {
	background-color:#FFF;
	color:#fa0910;}
	
.sticky-icon a i.fa-twitter  {
	background-color:#FFF;
	color:#53c5ff;}
.fas fa-shopping-cart  {
	background-color:#FFF;}	

#myBtn {
	height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
	line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}

#myBtn:hover {
  background-color: #555;
}			

.container21{
  color: #000;
  width: 700px;
  margin: 0 auto;
  padding: 20px;
  background-color: lightgreen;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
h1 {
  text-align: center;
  color: #000;
  font-size: 22px;
  color: black;
  margin-bottom: 20px;
}
.form-section {
  margin-bottom: 20px;
}

label {
  display: inline-block;
  width: 160px;
  font-weight: bold;
}

input[type="text"],
input[type="date"],
input[type="number"],
input[type="email"] {
  width: calc(100% - 160px);
  padding: 5px;
  margin-bottom: 10px;
}

.radio-group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.radio-group label {
  width: auto;
  margin-right: 10px;
}

.form-section textarea {
  width: calc(100% - 160px);
  height: 100px;
  padding: 5px;
}

.small-input {
  width: 50px;
}

.form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.form-row input {
  width: 48%;
}

button1 {
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button1:hover {
  background-color: #45a049;
}

.formdiv{
  width: 50%;
}
.custom-card_img{
  width: 50px;
}

.testimonial-item p {
  color: white !important;
}

.flogo p{
  color:white;
}

@media (max-width: 600px) {
  .headerlogo {
    width: 70%;
}
.side-box img {
  width: 50%;
  margin-right: 260px;}

.whatsapp-float img {
    /* right: 82px; */
    right: 0px;
  bottom: 65px;
  }

.back-to-top {
      right: 10px;
      bottom: 15px;
}

.step-image img{
        width: 100%;
      }

.sticky-icon {
   top:73%;
   right:17%;
  }

.close-btn{
    right: 260px;
   }
.fntp {
    font: 15px lato, sens-serif;}

    .sliderimg {
      width: 100%;
      height: 220px;
  }
.mv-container {
  display: block;}

.mv-content p {
    font-size: 17px;}

.mv-content li{
      font-size: 17px;
  }
.container21 {
    width: 370px;}
    .service-item1 {
      display: block;   
}
.size2 {
  margin-left: auto !important;
  max-width: auto !important;
}
.size2 {
  position: relative !important;
  left: auto !important;
}

.priceboxdiv{
  display: block !important;
}
.pricing-plan {
  max-width: 350px;
   
}
.about-container {
  display: block;
}
.about-section {
  padding: 10px;
}
.about-content {
  padding: 10px;
}
.client-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}
input[type="text"], input[type="date"], input[type="number"], input[type="email"] {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
}
.formdiv {
  width: 100%;
}
.steps-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.step {
  width: 70%;
  margin: 5%;
  margin-bottom: 20px;
}
.container1 {
  display: block;
}

}

.valuesdiv {
  display: flex !important;
  justify-content: center;
}

@media (max-width: 1000px) {
  .valuesdiv {
    display: none !important;
  }

.about-banner {
    height: 220px;
}

.service-banner {
  height: 220px;
}

.blog-banner {
  position: relative;
  width: 100%;
  height: 220px;}

  .contact-banner {
    position: relative;
    width: 100%;
    height: 220px;}
}


.whitediv p {
  color: white !important;
}
.whitediv p i{
  color: white !important;
}