/*********home page banner carousel starts here*****/
#bannersectionCarousel .carousel-caption {
  text-align: left;
  background-color: #00000033;
  border-top-left-radius: 7rem;
  border-bottom-right-radius: 10rem;
  padding: 3rem 4rem;
  left: 6.5%;
  top: 4rem;
  width: 65%;
}
#bannersectionCarousel .carousel-caption h2 {
  font-size: 64px;
}
#bannersectionCarousel .carousel-caption .banner-desc {
  font-size: 18px;
}
#bannersectionCarousel .banner-btn {
  background-color: var(--purple-light);
  font-size: 16px;
  color: #fff;
  padding: 1rem 2rem;
  border: 0px;
}
.banner-section {
  position: relative;
}
.banner-section .carousel-indicators {
  right: -2%;
  bottom: auto;
  top: 30%;
  left: auto;
  display: flex;
  flex-direction: column;
  margin-right: 5%;
  align-items: center;
  background-color: #0000005c;
  padding: 10px;
  border-radius: 20px;
}
.banner-section .carousel-indicators a.active {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  border: 1px solid #fff;
  border-radius: 15px;
}

.banner-section .carousel-item img {
  height: 480px;
  object-fit: cover;
}

.banner-section .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.banner-section .carousel-indicators [data-bs-target].active {
  height: 15px;
  width: 15px;
  border: 1px solid #fff;
}
.banner-section .carousel-indicators button,
.banner-section .carousel-indicators a {
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.banner-section .nextsection-icon {
  height: 75px;
  width: 75px;
  background-color: #00000054;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 60%;
  bottom: auto;
  right: 1%;
  padding: 0;
}
.banner-section #nextsection-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 90px;
}
.banner-section .downarrow-icon {
  height: 50px;
  position: relative;
  animation: bounce 0.5s linear 0s infinite alternate;
}
.banner-section .video-item iframe {
  width: 100%;
  height: 480px;
}
/*******banner section ends here******/

/****about us section starts here******/
#about-section {
  padding: 3rem 0rem;
}
#about-section .collage-section .aboutUs-Intro {
  width: 500px;
  height: 550px;

  border-radius: 0 9rem 0 9rem;
}

#about-section .pic {
  width: 175px;
  height: 175px;
  /* border: 1px solid #000; */
  transform: rotate(45deg);
  border-radius: 1rem;
}

/* #about-section .card1 {
  position: absolute;
  left: 24%;
  top: 13%;
}
#about-section .card2 {
  position: absolute;
  left: 2%;
  top: 42%;
}
#about-section .card3 {
  position: absolute;
  left: 46%;
  top: 42%;
  border-right: 11px solid #bfa5c9;
  border-top: 11px solid #bfa5c9;
}
#about-section .card4 {
  position: absolute;
  bottom: -5%;
  left: 24%;
  border-right: 11px solid #bfa5c9;
  border-top: 11px solid #bfa5c9;
} */
.section-details {
  padding-top: 7rem;
  padding-bottom: 8rem;
}
.section-details h1,
.what-we-do h2 {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}
.section-details p,
.what-we-do p {
  font-size: 18px;
  line-height: 1.5;
  color: #757575;
}
.section-details .about-btn {
  font-size: 16px;
  background-color: var(--purple-light);
  color: #fff;
  padding: 1rem 3rem;
  border-radius: 0px;
  margin-top: 2rem;
}
.section-details .about-btn a {
  color: #fff;
  text-decoration: none;
}
.about-img-1 {
  /* width: 175px;
  height: 175px;
  border-radius: 1rem;
  transform: rotate(-45deg); */
  width: 240px;
  height: 240px;
  border-radius: 1rem;
  transform: rotate(-45deg);
  position: absolute;
  top: -22%;
  left: -24%;
}
/**********what we do section starts here********/
.what-we-do {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.what-we-do p {
  width: 50%;
  margin: auto;
}
.what-we-do .card {
  min-height: 400px;
  position: relative;
  border-radius: 15px;
  border: none;
  box-shadow: 0px 0px 11px 3px #eae6e6;
  margin-top: 2rem;
}
.what-we-do .card.orange-line::after,
.networking .card.orange-line::after {
  content: "";
  position: absolute;
  width: 150px;
  background: transparent;
  transition: 1s;
  bottom: -1px;
  left: 23%;
  border-top: 4px solid #fbcb99;
}
.what-we-do .card.purple-line::after,
.networking .card.purple-line::after {
  content: "";
  position: absolute;
  width: 150px;
  background: transparent;
  transition: 1s;
  bottom: -1px;
  left: 23%;
  border-top: 4px solid #804c94;
}
.what-we-do .card .card-icons {
  position: absolute;
  width: 95px;
  height: 95px;

  border-radius: 50%;
  padding: 1rem;
  left: 34%;
  top: -12%;
}
.pink-bg {
  background-color: #fff4de;
}
.lightblue-bg {
  background-color: #dcfce7;
}
.darkpink-bg {
  background-color: #ffe2e5;
}
.lightpurple-bg {
  background-color: #f3e8ff;
}
.what-we-do .card h2 {
  font-size: 24px;
  font-weight: 600;
  color: var(--title-color);
  padding-top: 5rem;
  line-height: 1.5;
  min-height: 188px;
  margin-bottom: 0px;
}

.what-we-do .card .card-header {
  background-color: #fff;
  border-bottom: 0px;
  border-radius: 15px;
}
.what-we-do .card .card-body {
  padding-top: 0rem;
}
.what-we-do .card .card-body p {
  font-size: 14px;
  color: #757575;
  margin: 0;
  text-align: center;
  width: 100%;
}
/**********Achievements number styling starts here******/
.achievements-number {
  background-color: var(--purple-dark);
  margin-top: 5rem;
}
.achievements-number .container {
  padding: 7rem 0rem;
}
.achievements-number .section-brief {
  padding-right: 3rem;
}
.achievements-number h2 {
  font-size: 48px;
  color: #fff;
  padding-top: 4rem;
}
.achievements-number p {
  color: #fff;
  font-size: 18px;
  margin-top: 2rem;
}
.stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stats-container .stats {
  width: 45%;
  position: relative;
}
.stats-container .stats:nth-child(3) .odometer,
.stats-container .stats:nth-child(4) .odometer {
  margin-top: 4rem;
}
.stats-container .odometer {
  font-size: 64px;
  color: #fff;
  font-weight: bold;
  font-family: "Inter";
}

.stats-container .plus::after {
  content: "+";
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  left: 100%;
  top: 4%;
  padding-left: 10px;
}
.stats-container .type {
  font-size: 18px;
  color: #fff;
  padding-top: 2rem;
}

.stats-container .type::before {
  content: "";
  position: absolute;
  width: 45px;
  margin-top: -0.5rem;
  left: 0%;
  border-top: 4px solid #f57c00;
  border-radius: 5px;
}
/*******linkage and networking*********/
.networking {
  margin-bottom: 6rem;
}
.networking h2 {
  font-size: 36px;
  color: var(--title-color);
  margin-top: 5rem;
  text-transform: uppercase;
  font-weight: 600;
}
.networking .brief {
  font-size: 18px;
  color: #757575;
  width: 50%;
  margin: auto;
  text-align: center;
  margin-bottom: 4rem;
}
.networking .card {
  border: 0px;
  border-radius: 15px;
  border: none;
  box-shadow: 0px 0px 11px 3px #cdc7c7;
}
.networking .card .card-header {
  position: relative;
  padding: 0rem;
  background-color: #fff;
  border-bottom: 0px;
  border-radius: 15px;
}
.networking .card .card-header img {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 343px;
  border-bottom-left-radius: 25%;
  border-bottom-right-radius: 25%;
}

.networking .card .card-header .card-title h2 {
  font-size: 28px;
  color: #fff;
  opacity: 1;
  background-color: #601f79ab;
  padding: 1rem;
  line-height: 1.5;
  border-radius: 15px;
  text-align: center;
  text-transform: capitalize;
  min-height: 125px;
}
.networking .card .card-header .card-title.orange-bg h2 {
  font-size: 28px;
  color: #fff;
  opacity: 1;
  background-color: #f57c008c;
  padding: 1rem;
  line-height: 1.5;
  border-radius: 15px;
  text-align: center;
  text-transform: capitalize;
  min-height: 125px;
}
.networking .card .card-header .card-title {
  position: absolute;
  bottom: 2%;
  left: 18%;
  width: 68%;
}
.networking .card .card-body {
  min-height: 240px;
}
.networking .card .card-body p {
  text-align: center;
  font-size: 14px;
  color: #757575;
  line-height: 1.5;
  padding: 0rem 1.5rem;
}
/***partners styling starts here***/
.partner-wrapper .partner-container {
  height: 100px;
  padding: 1rem;
}
.partner-wrapper-home .partner-container img {
  margin: auto;
  height: 100px;
  width: 100%;
  padding: 10px;
}
.partner-wrapper-home .slick-slide {
  padding: 10px;
}
.partner-wrapper-home .partner-container {
  box-shadow: 0px 0px 6px 0px #d9d9d9;
  border-radius: 5px;
}
/* .slick-track {
  transition: transform 0.3s ease-in-out !important; 
}


.slick-slide {
  transition: transform 0.3s ease-in-out !important; 
}


.partner-wrapper-home {
  will-change: transform; 
} */
/*partners ends here*/
/* what customer say section start */
.customerssay-section {
  position: relative;
  background-color: #efe9f2;
  margin: 4rem auto 2rem;
  min-height: 650px;
}

.customerssay-section .row {
  width: 100%;
  margin: 0 auto;
}

.customerssay-section h2 {
  font-size: 2.5rem;
  color: #282c4b;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
  z-index: 1;
}

.customerssay-section .card-title {
  font-size: 24px;
  font-weight: 600;
}
.customerssay-section .card-body .card-text {
  font-size: 18px;
}
.customerssay-section .card-body .card-text .more-section {
  font-weight: 600;
  text-decoration: none;
}
.customerssay-section .container {
  padding: 3rem 0 4rem;
  max-width: 100%;
}

.customerssay-section .slick-list {
  overflow: visible;
}

.customerssay-section .customerssay-slider {
  flex-direction: row;
  max-width: 100%;
  margin: 2rem auto;
  padding-top: 5rem;
}
.customerssay-slider .slick-slide .customerssay-card .row {
  width: 100% !important;
  align-items: center;
}
.customerssay-slider .slick-slide .customerssay-card .card-body .card-text {
  font-size: 1.15rem;
  color: #5a5a5a;
}
.customerssay-section .slick-slide .customer-img {
  display: inline;
  width: 60px;
  height: 60px;
  margin: 1rem auto;
}
.customerssay-slider .slick-list {
  max-width: 100%;
  margin: 4rem auto;
  left: 30%;
  /* width: 535px!important; */
}
.customerssay-slider .customerssay-card .card {
  border-radius: 0;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
  padding: 1rem;
}
.customerssay-card .cust-img-sec {
  text-align: center;
}
.quote-bg {
  position: relative;
  background: url("../images/home/quote.svg") no-repeat 0 0;
  display: block;
  width: 64px;
  height: 42px;
  z-index: 1;
  transition: all 0.8s ease-in-out;
  margin-bottom: 1rem;
}
.customerssay-slider.slick-initialized .slick-slide {
  margin: 0;
  padding: 0;
  position: relative;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.customerssay-slider.slick-initialized .slick-slide.slide-next {
  transform: translate(-90%, -0%) scale(1);
  z-index: 0;
}

.customerssay-slider .slick-current {
  transform: translate(-5%, -30%) scale(1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1;
}
/* .customerssay-slider .slick-slide div{
    width: 535px!important;
  } */
.customerssay-slider .slick-prev {
  position: absolute;
  right: 3%;
  top: -3rem;
}
.customerssay-slider .slick-next {
  position: absolute;
  right: 3%;
  top: 1rem;
}
.customerssay-slider .slick-prev,
.customerssay-slider .slick-next {
  z-index: 1;
  padding: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 1px solid #601f79;
  background: #fff;
}
.customerssay-slider .slick-prev.slick-disabled,
.customerssay-slider .slick-next.slick-disabled {
  outline: 1px solid #bcb7c2;
  pointer-events: none;
  z-index: 1;
}
.customerssay-slider button:focus:not(:focus-visible) {
  outline: 1px solid #601f79;
}
.customerssay-slider .slick-prev.slick-disabled:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="40px" viewBox="0 -960 960 960" width="40px" fill="%23bcb7c2"><path d="M480-528 296-344l-56-56 240-240 240 240-56 56-184-184Z"/></svg>');
  width: 40px;
  height: 40px;
  z-index: 1;
}
.customerssay-slider .slick-next.slick-disabled:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='40px' viewBox='0 -960 960 960' width='40px' fill='%23bcb7c2'%3E%3Cpath d='M480-344 240-584l56-56 184 184 184-184 56 56-240 240Z'/%3E%3C/svg%3E");
  width: 40px;
  height: 40px;
  z-index: 1;
}
.customerssay-slider .slick-prev:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="40px" viewBox="0 -960 960 960" width="40px" fill="%23601f79"><path d="M480-528 296-344l-56-56 240-240 240 240-56 56-184-184Z"/></svg>');
  width: 40px;
  height: 40px;
  z-index: 1;
}
.customerssay-slider .slick-next:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='40px' viewBox='0 -960 960 960' width='40px' fill='%23601f79'%3E%3Cpath d='M480-344 240-584l56-56 184 184 184-184 56 56-240 240Z'/%3E%3C/svg%3E");
  width: 40px;
  height: 40px;
  z-index: 1;
}
.customerssay-section .slick-dots {
  position: absolute;
  right: -2%;
  bottom: auto;
  top: 40%;
  left: auto;
  display: flex;
  flex-direction: column;
  margin-right: 5%;
  align-items: center;
  background-color: #a3a0a05c;
  padding: 10px;
  border-radius: 20px;
  width: 40px;
}

.customerssay-section .slick-dots li {
  position: relative;
  display: inline-block;
  height: 25px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.customerssay-section .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.customerssay-section .slick-dots li button::before {
  font-family: "slick";
  font-size: 40px;
  line-height: 26px;
  width: 25px;
  height: 25px !important;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #979797;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.customerssay-section .slick-dots li.slick-active {
  border-radius: 50%;
}

.customerssay-section .slick-dots li button:before {
  font-size: 50px;
}

.customerssay-section .slick-dots li.slick-active button:before {
  font-size: 50px;
}

.customerssay-section .slick-dots li.slick-active {
  border-radius: 50%;
}

.customerssay-section .slick-dots li.slick-active button {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid #601f79;
  border-radius: 20px;
}

.customerssay-section .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #601f79;
}

.customerssay-section .slick-slide img {
  display: block;
  /* width: 535px;
  height: 330px; */
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: all 0.35s ease-in-out;
  object-fit: cover;
}
.customerssay-section .customerssay-card {
  width: 535px !important;
}

/* what customer say section end */
/*get in touch section starts here*/
.get-in-touch {
  position: relative;
}
.get-in-touch .purple-bg {
  background-color: var(--purple-dark);
  min-height: 800px;
}
.get-in-touch .gray-bg {
  background-color: #f4f4f4;
  min-height: 800px;
}
.get-in-touch-container {
  border-radius: 15px;
  padding: 0rem 2rem;
  position: absolute;
  background-color: #fff;
  top: 10%;
  left: 8%;
  width: 84%;
}
.get-in-touch-container h2 {
  color: var(--title-color);
  font-size: 36px;
  font-weight: bold;
  padding-top: 3rem;
  margin-bottom: 4rem;
}
.get-in-touch-container .card-details {
  padding-bottom: 1.5rem;
}
.get-in-touch-container .section-heading {
  border-bottom: 1px solid lightgray;
}
.get-in-touch-container .section-heading:last-child {
  border-bottom: none;
}
.get-in-touch-container .section-heading .heading-wrapper {
  display: flex;
  align-items: baseline;
}
.get-in-touch-container .section-heading:nth-child(2) .heading-wrapper,
.get-in-touch-container .section-heading:nth-child(3) .heading-wrapper {
  padding-top: 2rem;
}
.get-in-touch-container .section-heading h2 {
  font-size: 28px;
  color: var(--title-color);
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-top: 0rem;
}
.get-in-touch-container .section-heading:nth-child(1) p {
  font-size: 18px;
  line-height: 2.2;
  padding-left: 3rem;
}
.get-in-touch-container .section-heading p {
  font-size: 18px;
  margin-bottom: 0.5rem;
  padding-left: 3rem;
}
/*get in touch section ends here*/
/*news section starts here*/
.news-section {
  /* position: sticky;
  left: 0;
  bottom: 0; */
  width: 100%;
  background-color: #fff;
  /* box-shadow: 0px 0px 7px 4px #cecbcb; */
  background-color: #f3e8ff;
  padding: 0.5rem 0rem;
  /* height: 80px; */
}
.news-section .slick-track{
  display: flex;
  align-items: center;
}
.news-content {
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.news-content p {
  margin-bottom: 0rem;
}
.news {
  display: flex;
  padding: 0.5rem 0rem;
  color: var(--purple-dark);
  text-align: center;
  align-items: center;
  justify-content: space-evenly;
}
.news p {
  margin-bottom: 0rem;
}
.news-btn {
  width: 20%;
}
.news-btn a {
  color: #fff;
  background-color: var(--purple-light);
  padding: 0.75rem 2.5rem;
  border-radius: 5px;
  text-decoration: none;
}
.news-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.news-section .slick-slide {
  height: 100%;
}

@media (min-width: 1367px) {
  .banner-section .nextsection-icon {
    right: 1.5%;
  }
}

/*news section ends here*/
@media only screen and (min-width: 768px) and (max-width: 1280px) and (orientation: landscape) {
  /*bug fix*/
  #bannersectionCarousel .carousel-caption {
    width: 75%;
  }
  #about-section .pic,
  .about-img-1 {
    width: 120px;
    height: 120px;
    left: 0%;
    right: 0%;
  }
  #about-section .card2 {
    left: 6%;
    top: 32%;
  }
  #about-section .card3 {
    left: 43%;
    top: 31%;
  }
  #about-section .card4 {
    bottom: 26%;
    left: 25%;
  }
  .what-we-do .card {
    min-height: 432px;
  }
  .stats-container .stats {
    width: 48%;
  }
  .stats-container .odometer {
    font-size: 40px;
  }
  .stats-container .stats:nth-child(3) .odometer,
  .stats-container .stats:nth-child(4) .odometer {
    margin-top: 0rem;
  }
  .achievements-number h2 {
    padding-top: 0rem;
  }
  .networking .card .card-body p {
    font-size: 16px;
  }
  .networking .card .card-body {
    min-height: 363px;
  }
  .news-section {
    height: auto;
  }
  .banner-section .nextsection-icon {
    top: 65%;
  }
  .news-btn {
    width: 30%;
  }
  /*bug fix*/
  .news-btn a {
    padding: 0.75rem 0.5rem;
  }
  #about-section .collage-section .aboutUs-Intro {
    width: 100%;
    height: auto;
    border-radius: 0 7rem 0 7rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) and (orientation: portrait) {
  .customerssay-slider.slick-initialized .slick-slide.slide-next,
  .customerssay-slider .slick-current {
    transform: none;
  }
  .customerssay-section .container {
    padding: 3rem 1rem 4rem;
    max-width: 95%;
  }
  .customerssay-section .customerssay-card {
    width: 100% !important;
  }
  .customerssay-slider.slick-initialized .slick-slide {
    margin: 0 1rem;
  }
  .customerssay-slider .slick-list {
    left: 0;
    overflow: hidden;
  }
  #bannersectionCarousel .carousel-caption h2 {
    font-size: 28px;
    padding-top: 1rem;
  }
  #bannersectionCarousel .carousel-caption .banner-desc,
  .banner-section .nextsection-icon {
    display: block;
  }
  .banner-section .nextsection-icon {
    height: 75px;
    width: 75px;
    background-color: #00000054;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 68%;
    bottom: auto;
    right: 1%;
    padding: 0;
  }
  .banner-section .carousel-indicators {
    top: 25%;
  }
  #about-section .pic,
  .about-img-1 {
    width: 90px;
    height: 90px;
    left: 0%;
    right: 0%;
  }
  #about-section .card1 {
    left: 52%;
  }
  #about-section .card2 {
    left: 5%;
    top: 4%;
  }
  #about-section .card3 {
    left: 76%;
    top: 43%;
  }
  #about-section .card4 {
    bottom: 0%;
    top: 0%;
    left: 29%;
  }
  .section-details p,
  .what-we-do p {
    padding: 0rem 1.5rem;
    text-align: justify;
  }
  .section-details h1,
  .what-we-do h2 {
    text-align: center;
  }
  .section-details .about-btn {
    margin-left: 1.5rem;
  }
  .section-details {
    padding-bottom: 0rem;
    margin-top: 1rem;
  }
  .what-we-do,
  .achievements-number {
    margin-top: 0rem;
  }
  .what-we-do p {
    width: 100%;
  }
  .what-we-do .card .card-body p {
    font-size: 18px;
    text-align: justify;
  }
  .what-we-do .card {
    margin-bottom: 5rem;
  }
  .what-we-do .card.orange-line::after,
  .networking .card.orange-line::after,
  .what-we-do .card.purple-line::after,
  .networking .card.purple-line::after {
    left: 37%;
  }
  .what-we-do .card .card-icons {
    left: 39%;
  }
  .achievements-number h2 {
    padding-top: 0rem;
    text-align: center;
  }
  .achievements-number .section-brief {
    padding-right: 0rem;
  }
  .achievements-number .container {
    padding: 2rem 0rem;
  }
  .achievements-number p {
    text-align: justify;
  }
  .stats-container .stats {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .stats-container .type::before {
    left: 45%;
  }
  .stats-container .stats:nth-child(3) .odometer,
  .stats-container .stats:nth-child(4) .odometer {
    margin-top: 0rem;
  }
  .networking .brief {
    width: 100%;
    text-align: justify;
  }
  .networking .card .card-body p {
    font-size: 18px;
  }
  .customerssay-slider .slick-prev {
    left: 38%;
    top: 1rem;
    transform: rotate(270deg);
  }
  .customerssay-slider .slick-next {
    right: 37%;
    top: 1rem;
    transform: rotate(270deg);
  }
  .col-md-7,
  .col-md-5,
  .col-md-3,
  .col-md-4,
  .footer-section .contact-links,
  .footer-section .newsletter-links,
  .footer-section .Pages-links,
  .copyright-section {
    width: 100% !important;
  }
  .about-us-section,
  .what-we-do,
  .networking,
  .achievements-number .row {
    margin: 0rem 7rem;
  }
  .networking .card {
    margin-bottom: 2rem;
  }
  .customerssay-section .customerssay-slider {
    margin: 0rem;
  }
  .customerssay-slider .slick-list {
    margin: 2rem auto;
  }
  .partners {
    margin: 0rem 9rem;
  }
  .news-section {
    height: auto;
  }
  .news-btn {
    width: 30%;
  }
  .news-btn a {
    padding: 0.75rem 0.5rem;
  }
  .copyright-section {
    flex-direction: column;
  }
  .links {
    padding: 0.75rem 0rem;
  }
  .banner-section .carousel-item img {
    object-fit: scale-down;
    background-color: #000;
  }
  #about-section .collage-section .aboutUs-Intro {
    width: 100%;
    height: auto;
    border-radius: 0 5rem 0 5rem;
    margin-top: 9rem;
  }
}

@media only screen and (min-width: 250px) and (max-width: 992px) and (orientation: landscape) {
  .customerssay-slider.slick-initialized .slick-slide.slide-next,
  .customerssay-slider .slick-current {
    transform: none;
  }
  .customerssay-section .container {
    padding: 3rem 1rem 4rem;
    max-width: 95%;
  }
  .customerssay-section .customerssay-card {
    width: 100% !important;
  }
  .customerssay-slider.slick-initialized .slick-slide {
    margin: 0 1rem;
  }
  .customerssay-slider .slick-list {
    left: 0;
    overflow: hidden;
  }
  #bannersectionCarousel .carousel-caption h2 {
    font-size: 28px;
    padding-top: 1rem;
  }
  #bannersectionCarousel .carousel-caption .banner-desc,
  .banner-section .nextsection-icon {
    display: none;
  }
  #about-section .pic,
  .about-img-1 {
    width: 90px;
    height: 90px;
    left: 0%;
    right: 0%;
  }
  #about-section .card1 {
    left: 52%;
  }
  #about-section .card2 {
    left: 5%;
    top: 4%;
  }
  #about-section .card3 {
    left: 76%;
    top: 43%;
  }
  #about-section .card4 {
    bottom: 0%;
    top: 0%;
    left: 29%;
  }
  .section-details p,
  .what-we-do p {
    padding: 0rem 1.5rem;
    text-align: justify;
  }
  .section-details h1,
  .what-we-do h2 {
    text-align: center;
  }
  .section-details .about-btn {
    margin-left: 1.5rem;
  }
  .section-details {
    padding-bottom: 0rem;
    margin-top: 1rem;
  }
  .what-we-do,
  .achievements-number {
    margin-top: 0rem;
  }
  .what-we-do p {
    width: 100%;
  }
  .what-we-do .card .card-body p {
    font-size: 18px;
    text-align: justify;
  }
  .what-we-do .card {
    margin-bottom: 5rem;
  }
  .what-we-do .card.orange-line::after,
  .networking .card.orange-line::after,
  .what-we-do .card.purple-line::after,
  .networking .card.purple-line::after {
    left: 37%;
  }
  .what-we-do .card .card-icons {
    left: 39%;
  }
  .achievements-number h2 {
    padding-top: 0rem;
    text-align: center;
  }
  .achievements-number .section-brief {
    padding-right: 0rem;
  }
  .achievements-number .container {
    padding: 2rem 0rem;
  }
  .achievements-number p {
    text-align: justify;
  }
  .stats-container .stats {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .stats-container .type::before {
    left: 45%;
  }
  .stats-container .stats:nth-child(3) .odometer,
  .stats-container .stats:nth-child(4) .odometer {
    margin-top: 0rem;
  }
  .networking .brief {
    width: 100%;
    text-align: justify;
  }
  .networking .card .card-body p {
    font-size: 18px;
  }
  .customerssay-slider .slick-prev {
    right: 59%;
    top: 1rem;
    transform: rotate(270deg);
  }
  .customerssay-slider .slick-next {
    right: 37%;
    top: 1rem;
    transform: rotate(270deg);
  }
  .col-md-7,
  .col-md-5,
  .col-md-3,
  .col-md-4,
  .footer-section .contact-links,
  .footer-section .newsletter-links,
  .footer-section .Pages-links,
  .copyright-section {
    width: 100%;
  }
  .about-us-section,
  .what-we-do,
  .networking,
  .achievements-number .row {
    margin: 0rem 7rem;
  }
  .networking .card {
    margin-bottom: 2rem;
  }
  .customerssay-section .customerssay-slider {
    margin: 0rem;
  }
  .customerssay-slider .slick-list {
    margin: 2rem auto;
  }
  .partners {
    margin: 0rem 9rem;
  }
  .news-content {
    width: 70%;
    margin-bottom: 1rem;
    padding: 0rem 0.5rem;
  }
  .news-btn {
    width: 30%;
  }
  .news-btn a {
    font-size: 15px;
    border-radius: 0px;
    margin-left: 0.5rem;
    padding: 0.5rem;
  }
  .news-section {
    height: auto;
  }
  .banner-section .carousel-item img {
    object-fit: scale-down;
    background-color: #000;
  }
  #about-section .collage-section .aboutUs-Intro {
    width: 100%;
    height: auto;
    border-radius: 0 9rem 0 9rem;
  }
}
@media only screen and (min-width: 250px) and (max-width: 767px) and (orientation: portrait) {
  .section-details p,
  .what-we-do p {
    padding: 0rem 1.5rem;
    text-align: justify;
  }
  .section-details h1,
  .what-we-do h2 {
    text-align: center;
  }
  .section-details .about-btn {
    margin-left: 1.5rem;
  }
  .customerssay-slider.slick-initialized .slick-slide.slide-next,
  .customerssay-slider .slick-current {
    transform: none;
  }
  .customerssay-section .container {
    padding: 3rem 1rem 4rem;
    max-width: 95%;
  }
  .customerssay-section .customerssay-card {
    width: 100% !important;
  }
  .customerssay-slider.slick-initialized .slick-slide {
    margin: 0 1rem;
  }
  .customerssay-slider .slick-list {
    left: 0;
    overflow: hidden;
  }
  #bannersectionCarousel .carousel-caption .banner-desc,
  .banner-section .nextsection-icon {
    display: none;
  }
  #bannersectionCarousel .carousel-caption h2 {
    font-size: 18px;
    padding-top: 1rem;
    padding-left: 1rem;
  }
  #bannersectionCarousel .carousel-caption {
    padding: 0rem;
    top: 30%;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
  .banner-section .carousel-indicators {
    top: 11rem;
  }
  #bannersectionCarousel .banner-btn {
    padding: 0.5rem 1.5rem;
  }
  #about-section .pic,
  .about-img-1 {
    width: 70px;
    height: 70px;
    left: 0%;
    right: 0%;
  }
  #about-section .card1 {
    left: 52%;
  }
  #about-section .card2 {
    left: 5%;
    top: 4%;
  }
  #about-section .card3 {
    left: 76%;
    top: 43%;
  }
  #about-section .card4 {
    bottom: 0%;
    top: 0%;
    left: 29%;
  }
  .section-details {
    padding-bottom: 0rem;
  }
  .what-we-do,
  .networking h2 {
    margin-top: 2rem;
  }
  .what-we-do p,
  .stats-container .stats,
  .networking .brief {
    width: 100%;
    text-align: justify;
  }
  .networking .brief {
    padding-top: 1rem;
  }
  .networking .card .card-body p {
    text-align: justify;
    font-size: 16px;
  }
  .customerssay-section .card-title {
    text-align: center;
  }
  .customerssay-slider .slick-slide .customerssay-card .card-body .card-text {
    text-align: justify;
  }
  .what-we-do .card,
  .networking {
    margin: 0rem 1.5rem 5rem;
  }
  .what-we-do .card .card-body p {
    font-size: 18px;
  }
  .achievements-number .section-brief,
  .stats-container {
    padding: 0rem 2rem;
  }
  .stats-container .stats {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .stats-container .stats:nth-child(3) .odometer,
  .stats-container .stats:nth-child(4) .odometer {
    margin-top: 0rem;
  }
  .stats-container .type {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.5rem;
    text-align: center;
  }
  .stats-container .odometer {
    font-size: 54px;
  }
  .stats-container .type::before {
    left: 43%;
  }
  .networking .card {
    margin-bottom: 2rem;
  }
  .achievements-number h2 {
    padding-top: 0rem;
    flex-wrap: wrap;
    text-align: center;
  }
  .achievements-number p {
    text-align: justify;
    margin-bottom: 2rem;
  }
  .achievements-number .container {
    padding: 3rem 0rem;
  }
  .customerssay-slider .slick-prev {
    right: 59%;
    top: 1rem;
    transform: rotate(270deg);
  }
  .customerssay-slider .slick-next {
    right: 28%;
    top: 1rem;
    transform: rotate(270deg);
  }
  .customerssay-section .customerssay-slider {
    padding-top: 3rem;
  }
  .get-in-touch-container {
    top: 3%;
  }
  .get-in-touch-container h2 {
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
  .get-in-touch-container .card-details iframe {
    height: auto !important;
    margin-bottom: 2rem;
  }
  .get-in-touch-container .section-heading:nth-child(1) p {
    line-height: 1.5;
  }
  .get-in-touch .gray-bg {
    display: none;
  }
  .get-in-touch .purple-bg {
    min-height: 900px;
  }
  .partner-wrapper {
    margin: auto;
    width: 51%;
  }

  .news-content {
    width: 70%;
    margin-bottom: 1rem;
    padding: 0rem 0.5rem;
  }
  .news-btn {
    width: 30%;
  }
  .news-btn a {
    font-size: 14px;
    border-radius: 0px;
    margin-left: 0.5rem;
    padding: 0.5rem;
  }
  .news-section {
    height: auto;
  }
  .banner-section .carousel-item img {
    object-fit: scale-down;
    background-color: #000;
  }
  #about-section .collage-section .aboutUs-Intro {
    width: 100%;
    height: auto;
    border-radius: 0 9rem 0 9rem;
  }
}
/*ends here*/
