@import url(./style.css);

/* Hero Section  */
.hero-section {
  background-image: url("../image/hero-bg.png");
  height: 670px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  object-fit: cover;
  background-size: cover;
  padding: 30rem 0;
}

.hero-section h1 .heading-one {
  color: rgb(0, 0, 0);
  font-family: var(--secondary-font);
  font-size: 126px;
  font-weight: 300;
  line-height: 126px;
  letter-spacing: 0em;
  text-align: center;
}
.content-section,
.blog-containt,
.case-s-bottom {
  margin-top: -2rem;
}
.hero-section h1 .heading-two {
  font-size: 196px;
  font-weight: 600;
  line-height: 254px;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
  font-family: var(--secondary-font);
  background: #fffafa;
  background: linear-gradient(to top, #939393 5%, #323232 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-section .hero-description {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
  width: 43%;
}

.hero-section .hero-button-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-section .hero-button-section a {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0 1.5rem;
}

.hero-section .our-services-btn {
  text-decoration: underline;
  color: #000;
}

/* Intor Section  */
.intro-section {
  background: var(--secondary-bg);
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.intro-section .container-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-section .container-fluid .row {
  width: 100%;
}

.intro-section .intro-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.intro-section .intro-left p {
  font-size: 20px;
  line-height: 27px;
  color: #000;
  width: 100%;
  text-align: left;
  font-weight: 500;
}
.case-studies .section-h2 {
  margin-top: 2rem;
}
.intro-section .intro-left p strong {
  font-size: 64px;
  font-weight: 500;
  font-family: var(--primary-font);
}

.intro-section .intro-left .learn-more-btn {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  margin-top: 2rem;
}

.intro-section .intro-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Services Section  */
.services-section {
  margin: 6rem 0;
}

.services-section .heading {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.services-section .heading .left-heading .l-t-heading {
  font-family: Source Sans Pro;
  font-size: 13px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 6px;
  text-align: left;
  color: var(--link-hover);
}

.services-section .heading .left-heading .l-b-heading {
  font-family: var(--primary-font);
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0px;
  color: #000;
}

.services-section .heading .right-heading .see-all {
  color: var(--link-hover);
  transition-duration: 400ms;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: right;
  padding-top: 0;
}

.services-section .heading .right-heading .see-all i {
  margin-left: 0.5rem;
  transition-duration: 400mc;
}

.accordion-item {
  border: none;
}

.accordion-button::after {
  color: var(--link-hover);
}

.services-section .content-section .row .col-md-6 p {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 2rem;
}

.services-section .content-section .row .col-md-2 .sv-card {
  width: 100%;
  height: 254px;
  border-radius: 32px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--link-hover);
  margin: 5px;
  transition-duration: 300ms;
}
.services-section .content-section .row .col-md-2 .sv-card img {
  width: 87px;
}
.services-section .content-section .row .col-md-2 .sv-card:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.services-section .content-section .row .col-md-2 .sv-card .sv-card-title {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 0.5rem;
}

/* Product Section  */
.products-section {
  padding: 6rem 0;
  background: var(--secondary-bg);
}

.products-section .container-fluid .products-head {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.products-section .p-h-right a {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: right;
}

.products-containt .product-card img {
  width: 100%;
  height: 329px;
  border-radius: 24px;
  object-fit: cover;
}

.products-containt .product-card {
  border-radius: 24px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-containt .product-card::before {
  content: "";
  /* background: linear-gradient(360deg, #0157d2 0%, rgba(0, 0, 0, 0) 100%); */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 24px;
  background: rgba(0,0,0,0.3);
}

.products-containt .product-card img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.products-containt .product-card h5 {
  position: absolute;
  bottom: 2rem;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  width: 100%;
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.products-containt .product-card p {
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  width: 100%;
  position: absolute;
  color: #fff;
  overflow: hidden;
  bottom: -2rem;
  z-index: -1;
  transform: translateY(20px);
  transition: transform 0.3s ease;
  padding: 0 2rem;
  opacity: 0;
}

.product-card:hover h5 {
  transform: translateY(-20px);
}

.product-card:hover p {
  z-index: 1;
  opacity: 1;
  transform: translateY(-30px);
  animation: hoverOut 0.3s ease-in-out both;
}

/* Our Clients  */
.our-clients {
  margin: 6rem 0;
}

.clients-top {
  position: relative;
}

.clients-top .circel {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
}

.clients-top .clients-box {
  position: absolute;
  top: -10rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clients-top .clients-box p {
  width: 639px;
  height: 263px;
  background: #fff;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.clients-top .clients-box p .one20 {
  color: black;
  font-size: 92px;
  font-family: var(--primary-font);
  font-weight: 700;
  line-height: 100px;
  word-wrap: break-word;
}

.clients-top .clients-box p .one20Clients {
  color: black;
  font-size: 32px;
  font-family: var(--primary-font);
  font-weight: 400;
  line-height: 32.4px;
  word-wrap: break-word;
  margin-top: 3rem;
}

.clients-top .icon-for-clients {
  position: absolute;
  bottom: -1rem;
}

.clients-top .icon-for-clients i {
  font-size: 3rem;
  color: #fff;
}

.clients-bottom {
  margin: 5rem 0;
}

.clients-bottom .clients-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.clients-bottom .slick-slide img {
  margin: auto !important;
}

.clients-bottom .arrowLeft,
.clients-bottom .arrowRight {
  border: 0.5px rgba(0, 0, 0, 0.3) solid;
  padding: 0.5rem 1rem;
  border-radius: 14px;
  font-size: 25px;
  cursor: pointer;
}

.clients-bottom-two {
  background: var(--secondary-bg);
}

.clients-bottom-two .container-fluid {
  position: relative;
}

.pro-lang-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}

.clients-bottom-two .slick-slide img {
  margin: auto !important;
}

.clients-bottom-two .arrowLeft,
.clients-bottom-two .arrowRight {
  border: 0.5px rgba(0, 0, 0, 0.3) solid;
  padding: 0.5rem 1rem;
  border-radius: 14px;
  font-size: 25px;
  cursor: pointer;
}

.clients-bottom-two .stacks {
  position: absolute;
  text-align: center;
  top: -4rem;
  bottom: 0;
  color: #e1e1e1;
  font-size: 250px;
  font-weight: 800;
  line-height: 350px;
  word-wrap: break-word;
  left: 0;
  right: 0;
}

.pro-lang-slider .eachSlider {
  height: 115px;
  width: 150px;
}

.pro-lang-slider .eachSlider img {
  height: 115px;
  width: 100px;
  object-fit: contain;
}

.map {
  width: 100%;
}

/* Blogs Section  */
.main-blogs-section {
  margin: 6rem 0;
}

.main-blogs-section .blog-heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.main-blogs-section .blog-heading .blog-h-bottom a {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: right;
}
.main-blogs-section .blog-containt .row {
  display: flex;
  justify-content: space-between;
}

.blog-containt .blog-c-left {
  display: flex;
  align-items: flex-end;
}

.blog-containt .blog-c-left .blog-big-card {
  position: relative;
  border-radius: 18px;
  cursor: pointer;
  transition-duration: 300ms;
  width: 100%;
  height: 82%;
}

.blog-containt .blog-c-left .blog-big-card::before {
  content: "";
  background: linear-gradient(360deg, #0056d2 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 18px;
}

.blog-containt .blog-c-left .blog-big-card::after {
  content: "";
  background: linear-gradient(360deg, #011735 0%, rgba(0, 0, 0, 0.062) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 18px;
  opacity: 0;
  transition-duration: 400ms;
}

.blog-containt .blog-c-left .blog-big-card:hover::after {
  opacity: 1;
}

.blog-containt .blog-c-left .blog-big-card img {
  width: 100%;
  border-radius: 18px;
  height: 100%;
}

.blog-containt .blog-c-left .blog-big-card .blog-main-dis {
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
  padding: 2rem;
  z-index: 1;
}

.blog-c-left .blog-main-dis .meta-data {
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-align: left;
}

.blog-c-left .blog-main-dis .blog-heading {
  font-family: var(--primary-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
}

.blog-c-left .blog-main-dis .blog-short-dis {
  font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

.blog-containt .blog-c-right .blog-small-card {
  position: relative;
  border-radius: 18px;
  transition-duration: 300ms;
  color: #ffffff;
}

.blog-containt .blog-c-right .blog-small-card::before {
  content: "";
  background: linear-gradient(360deg, #0056d2 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 18px;
  opacity: 1;
  transition-duration: 400ms;
  transition: opacity 300ms, background 300ms;
}

.blog-containt .blog-c-right .blog-small-card::after {
  content: "";
  background: linear-gradient(360deg, #011735 0%, rgba(0, 0, 0, 0.062) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 18px;
  opacity: 0;
  transition-duration: 400ms;
  transition: opacity 300ms, background 300ms;
}

.blog-containt .blog-c-right .blog-small-card:hover::after {
  background: linear-gradient(360deg, #011735 0%, rgba(0, 0, 0, 0.062) 100%);
  opacity: 1;
}

.blog-c-right .row .col-md-6 {
  margin-top: 1rem;
  height: 384px;
}

.blog-containt .blog-c-right .blog-small-card {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  height: 100%;
  cursor: pointer;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  transition-duration: 300ms;
}

.blog-containt .blog-c-right .blog-small-card:hover {
  box-shadow: none;
}

.blog-containt .blog-c-right .blog-small-card img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}

.blog-containt .blog-c-right .blog-small-card .blog-main-dis {
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 1rem;
  right: 1rem;
  z-index: 1;
}

.blog-c-right .blog-main-dis .meta-data {
  font-family: Source Sans Pro;
  font-size: 12px;
  font-weight: 900;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-align: left;
}

.blog-c-right .blog-main-dis .blog-heading {
  font-family: Source Sans Pro;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
}

.blog-c-right .blog-main-dis .blog-short-dis {
  font-family: var(--primary-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
}

/* Our Case Studies  */
.case-studies {
  background: var(--secondary-bg);
  padding: 9rem 0;
}

.case-studies .container-fluid {
  position: relative;
}

.case-studies .image1,
.case-studies .image2,
.case-studies .image3,
.case-studies .image4,
.case-studies .image5,
.case-studies .image6 {
  position: absolute;
}

.case-studies .image1 {
  bottom: 2rem;
  right: -10rem;
}

.case-studies .image2 {
  position: absolute;
  top: -12rem;
}

.case-studies .image3 {
  right: -9rem;
  top: -9rem;
}

.case-studies .image4 {
  bottom: -5rem;
  left: -4rem;
}

.case-studies .image5 {
  bottom: -6rem;
  left: 5rem;
}

.case-studies .image6 {
  right: -9rem;
  bottom: -9rem;
}

.case-studies .container-fluid .case-s-heading {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.case-studies .case-s-bottom .col-md-6 p {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: left;
}

.case-studies .case-s-right a {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: right;
}
.case-studies .container-fluid .row .col-md-6 {
  padding-right: 15rem;
  margin-top: 2rem;
}

.case-studies .container-fluid .row .col-md-3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.case-studies .container-fluid .row .col-md-3 .case-s-card {
  position: relative;
  border-radius: 18px;
  margin-bottom: 1rem;
  cursor: pointer;
}

.case-studies .container-fluid .row .col-md-3 .case-s-card::before {
  content: "";
  /* background: linear-gradient(360deg, #0056d2 0%, rgba(0, 0, 0, 0) 100%); */
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 18px;
  opacity: 1;
  transition: opacity 300ms, background 300ms;
  z-index: 1;
}

.case-studies .container-fluid .row .col-md-3 .case-s-card img {
  width: 100%;
  object-fit: cover;
  position: relative;
  border-radius: 18px;
  height: 100%;
}

.case-studies .container-fluid .row .col-md-3 .case-s-card .case-s-card-dis {
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 1rem;
  right: 1rem;
  bottom: -3.5rem;
  z-index: 2;
  transition-duration: 400ms;
}

.case-studies .container-fluid .row .col-md-3 .case-s-card .case-card-title {
  font-family: var(--primary-font);
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 5.5px;
  text-align: left;
}
.case-studies .container-fluid .row .col-md-3 .case-s-card .case-card-subtitle {
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.16em;
  text-align: left;
  margin-bottom: 1.5rem;
}
.case-studies .sp-case-s-card {
  margin-bottom: -2rem !important;
}
.case-studies .sp2-case-s-card {
  height: 100%;
}
.case-studies .container-fluid .row .col-md-3 .case-s-card .case-card-shortdis {
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.03em;
  text-align: justify;
  margin-bottom: 0;
  opacity: 0;
  transition-duration: 400ms;
}

.case-s-card:hover .case-s-card-dis {
  bottom: 1rem !important;
}

.case-s-card:hover .case-card-shortdis {
  opacity: 1 !important;
}

/* Galerry Slider  */
.gallery-section {
  padding: 3rem 0;
}

.gallery-section .gallery-heading {
  text-align: center;
}

.section-header {
  display: block;
  margin-top: 20px;
  position: relative;
  text-align: center;
}

.section-header h1 {
  color: #212121;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  padding: 0 0 24px;
  position: relative;
  z-index: 2;
}

.section-header h1:after {
  position: absolute;
  display: block;
  width: auto;
  height: 3px;
  bottom: 0;
  left: 20%;
  right: 20%;
  border-radius: 1px;
  content: "";
  z-index: 1;
  background: #e6e9ec;
}

section {
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.micro-slider {
  height: 480px;
  /* margin: 10px 0; */
  position: relative;
  width: 100%;
}

.micro-slider.fullwidth {
  height: 480px;
  /* margin: 64px 0; */
}

.micro-slider.fullwidth .slider-item {
  height: 480px;
  line-height: 480px;
  width: 100%;
}

.slider-wrapper {
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
  transform-origin: 0 50%;
}

.slider-item {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  color: #fff;
  display: none;
  font-size: 72px;
  height: 320px;
  border-radius: 19px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 320px;
  cursor: pointer;
}

/*
.slider-item:not(.active) {cursor: pointer;}
*/
.indicators {
  bottom: 0px;
  left: 50%;
  list-style-type: none;
  margin: 0 0 0 -77px;
  padding: 0;
  position: absolute;
}

.indicators li {
  color: #fff;
  float: left;
  height: 16px;
  margin-right: 8px;
  text-align: center;
  width: 16px;
}

.indicators li:last-child {
  margin: 0;
}

.indicators a {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e6e9ec;
  color: #fff;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.indicators {
  display: none;
}

/* Our Team  */
.e-e-slider .row {
  padding: 0;
  margin: 0;
}
.c-m-3 {
  width: 100%;
  height: 100%;
  /* padding: 5px; */
}
.team-section {
  background: var(--secondary-bg);
  padding: 3rem 0;
}

.team-section .team-slider-section .each-slider .col-md-3 {
  padding: 0;
  height: 485px;
  position: relative;
  cursor: pointer;
}

.team-s-head {
  margin-bottom: 5rem;
}

.team-section .team-slider-section .each-slider .col-md-3::before {
  content: "";
  background: linear-gradient(360deg, #0056d2 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 300ms, background 300ms;
  z-index: 1;
  transition-duration: 400ms;
  /* margin: 5px; */
}

.team-section .team-slider-section .each-slider .col-md-3:hover::before {
  opacity: 1;
}

.team-section .team-slider-section .each-slider .col-md-3 {
  padding: 0;
  height: 485px;
  position: relative;
}

.team-section .team-slider-section .each-slider .col-md-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.employee-dis {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 3rem;
  z-index: 1;
  opacity: 0;
  transition-duration: 400ms;
}

.team-section .team-slider-section .each-slider .col-md-3:hover .employee-dis {
  opacity: 1;
}

.employee-dis .e-name {
  font-family: var(--primary-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.10000000149011612px;
  text-align: left;
}

.employee-dis .e-designation {
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
}

.employee-dis .e-social a i {
  color: #fff;
  font-size: 18px;
  margin-right: 1rem;
}

.team-slider-section .arrowLeft,
.team-slider-section .arrowRight {
  position: absolute;
  top: -4rem;
  right: 2rem;
  font-size: 1.5rem;
  cursor: pointer;
}

.team-slider-section .arrowLeft {
  right: 5rem;
  color: #00000040;
}

.team-slider-section .arrowRight {
  color: var(--link-hover);
}

/* Contact us  */
.contact-section {
  background-image: url("../image/last-section/Ornament.png");
  position: relative;
  padding-bottom: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-section::before {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #cccccc;
}

.contact-section img {
  width: 100%;
  object-fit: cover;
  display: none;
}

.contact-content h1 {
  font-family: var(--secondary-font);
  font-size: 88px;
  font-weight: 700;
  line-height: 108px;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
  margin-bottom: 3rem;
  margin-top: 10rem;
}

.contact-content .email-input {
  width: 300px;
  margin: auto;
  display: flex;
  align-items: center;
}

.email-input .btn-primary {
  font-size: 14px;
  padding: 0.5rem 1.2rem;
  border-radius: 3px;
  margin-left: -4rem;
  position: relative;
  margin-top: -1px;
}

.main-contact-section {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .main-contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
} */

/* Events  */
.events-section {
  padding: 6rem 0;
  background: #fff;
}

.events-section .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.events-section .container-fluid .event-left {
  width: 35%;
}

.events-section .container-fluid .event-left h1 {
  font-family: var(--secondary-font);
  font-size: 84px;
  font-weight: 700;
  line-height: 86px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #000;
}

.events-section .container-fluid .event-left p {
  font-family: var(--secondary-font);
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.03em;
  text-align: left;
}

.events-section .container-fluid .event-right .event-details {
  border-bottom: 2px solid #cbcbcb9e;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.events-section .event-details .date {
  font-family: var(--primary-font);
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}

/* .events-section .container-fluid .event-right .event-details .data {
  font-family: var(--secondary-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
} */

.events-section .container-fluid .event-right .event-details h3 {
  font-family: var(--secondary-font);
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
}

.slider-item {
  border-radius: 19px;
}

.slider-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 19px;
  margin: 0;
  padding: 0;
}

/* Form  */
.contact-section .form-outline .form-control {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 1rem;
}

.contact-section .form-outline .form-control ~ .form-notch div {
  border: none;
}

.contact-section .form-outline .form-control ~ .form-notch .form-notch-leading {
  border-radius: 10px 0 0 10px;
  border-color: #1489e8 !important;
}

.contact-section
  .form-outline
  .form-control
  ~ .form-notch
  .form-notch-trailing {
  border-radius: 0 10px 10px 0;
  border-color: #1489e8 !important;
}

.contact-section .form-outline .form-control ~ .form-label {
  top: 10px;
  left: 1rem;
  color: rgb(0 0 0 / 35%);
}

.contact-section .form-outline .form-control:focus ~ .form-label {
  color: #3b71ca;
  top: -1px;
  left: 12px;
}

.contact-section .com-checkbox {
  margin-top: 1rem;
}

.contact-section .com-checkbox label {
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #7e7e7e;
}

.contact-section .comment-button {
  display: flex;
  justify-content: flex-end;
}

.contact-section .c-comment-btn {
  background: var(--link-hover);
  color: #fff;
  border-radius: 9px;
  padding: 8px 3rem;
  text-transform: capitalize;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
}

.team-section {
  background: var(--secondary-bg);
  padding: 3rem 0;
  padding-bottom: 0;
  /* margin-bottom: 6rem; */
}
@media only screen and (max-width: 1400px) {
}

@media only screen and (min-width: 1400px) {
  .case-studies .image3 {
    right: 0;
    top: -9rem;
  }

  .case-studies .image1 {
    bottom: -2rem;
    right: 0;
    z-index: 1;
  }

  .case-studies .image6 {
    right: 0;
    bottom: -9rem;
  }
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
  .case-studies .image1,
  .case-studies .image2,
  .case-studies .image3,
  .case-studies .image4,
  .case-studies .image5,
  .case-studies .image6 {
    display: none;
  }

  .services-section .content-section .row .col-md-6 p {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 2rem;
  }

  .services-section .content-section .row .col-md-2 .sv-card {
    width: 100%;
    height: 100px;
    border-radius: 20px;
  }
  .services-section .sv-card img {
    width: 26px;
  }

  .clients-bottom .slick-slide img {
    margin: auto !important;
    width: 170px;
    object-fit: contain;
  }

  .pro-lang-slider .eachSlider img {
    width: 70px;
  }

  .hero-section .hero-description {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    width: 69%;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .desk-slider {
    display: none;
  }

  .right-heading {
    display: flex;
  }

  .hero-section h1 .heading-two {
    font-size: 78px;
    line-height: 88px;
  }

  .hero-section h1 .heading-one {
    font-size: 43px;
    line-height: 43px;
  }

  .intro-section .intro-left p {
    text-align: center;
  }

  .intro-section .intro-left {
    align-items: center;
    order: 2;
  }

  .services-section .col-md-2 {
    width: 25%;
  }

  .invi-col {
    display: none;
  }

  .products-section .col-md-3 {
    width: 50%;
    padding-bottom: 1rem;
  }

  .blog-containt .blog-c-left .blog-big-card img {
    height: 100%;
    object-fit: cover;
  }

  .blog-containt .blog-c-left .blog-big-card {
    height: 425px;
  }

  .case-s-bottom .col-md-3 {
    width: 50%;
    padding-bottom: 1rem;
  }

  .case-s-bottom .invi-col {
    display: none !important;
  }

  .blog-h-bottom {
    display: none;
  }

  .main-blogs-section .blog-heading {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
  }

  .clients-bottom-two .stacks {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -4rem;
    bottom: 0;
    color: #e1e1e1;
    font-size: 152px;
    font-weight: 800;
    line-height: 350px;
    word-wrap: break-word;
  }

  .blog-containt .blog-c-right .blog-small-card img {
    object-fit: cover;
  }

  .team-slider-section .col-md-3 {
    width: 33.3%;
  }

  .team-section .team-slider-section .each-slider .col-md-3 {
    padding: 0;
    height: 290px;
    position: relative;
  }

  .case-studies .case-s-right {
    display: none;
  }

  .case-studies .case-s-h-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 1rem;
  }

  .case-s-bottom .row .col-md-6 p {
    width: 100%;
    text-align: center;
  }

  .case-studies .container-fluid .row .col-md-6 {
    padding-right: 0;
  }

  .contact-content h1 {
    font-size: 44px;
    line-height: 50px;
  }

  .events-section .container-fluid .event-left h1 {
    font-size: 44px;
    line-height: 50px;
  }

  .events-section .container-fluid .event-left p {
    font-family: var(--secondary-font);
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-align: left;
  }

  .events-section .container-fluid .event-right .event-details h3 {
    font-family: var(--secondary-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
  }

  .events-section .container-fluid .event-left p {
    font-family: var(--secondary-font);
    font-size: 17px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-align: left;
  }

  .events-section .container-fluid .event-left {
    width: 48%;
  }
}

@media only screen and (max-width: 576px) {
  /* Slider  */
  .desk-slider {
    display: none;
  }
  .e-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .e-slider .one,
  .e-slider .two {
    display: flex;
  }

  .e-slider .two img,
  .e-slider .one img {
    width: 60px;
    margin: 5px;
    object-fit: contain;
  }

  .mySwiper {
    padding-top: 2rem;
  }

  /* to slider  */
  .image-slider {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .image-slider img {
    width: 90px;
    margin: 10px;
  }
  .image-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 114px;
  }

  /* three slider  */
  .swiper-dis {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
  }
  .swiper-dis .product-card {
    margin: 0 5px;
  }

  .swiper-dis .product-card img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    height: 250px;
  }

  /* .blog-c-right .row .col-md-6 {
    height: 425px;
    width: 100% !important;
    margin-right: 30px;
    margin: 0 !important;
    padding: 0;
  } */

  .employee-dis {
    padding: 2.5px;
    /* left: 18px; */
  }

  .clients-bottom .slick-slide img {
    width: 80px;
  }
  .contact-content h1 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 3rem;
    margin-bottom: 6rem;
  }
  .contact-section img {
    width: 100%;
    object-fit: contain;
    height: 100%;
  }

  .employee-dis .e-name {
    font-size: 16px;
    line-height: 16px;
  }
  .employee-dis .e-designation {
    font-family: var(--primary-font);
    font-size: 8px;
    font-weight: 500;
    line-height: 8px;
  }
  .case-studies
    .container-fluid
    .row
    .col-md-3
    .case-s-card
    .case-card-shortdis {
    font-size: 12px;
    line-height: 13px;
  }
  .case-studies .container-fluid .row .col-md-3 .case-s-card .case-s-card-dis {
    bottom: -4rem;
  }
  .hero-section h1 .heading-one {
    font-size: 24px;
    line-height: 26px;
  }
  .clients-bottom-two .stacks {
    line-height: 82px;
    font-size: 100px;
    /* font-size: 72px; */
    top: 1rem;
    /* top: 6rem; */
    width: 100%;
    left: 0;
  }
  .hero-section h1 .heading-two {
    font-size: 38px;
    line-height: 38px;
  }

  .hero-section .hero-description {
    font-size: 14px;
    line-height: 26px;
    width: 85%;
    font-weight: 400;
  }

  .hero-section .hero-button-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .hero-section .hero-button-section a {
    margin: 0 1.5rem;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 1rem;
  }

  .intro-section .intro-left p {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    width: 100%;
    text-align: left;
  }

  .intro-section .intro-left p strong {
    font-size: 38px;
    font-weight: 700;
    font-family: var(--primary-font);
  }
  .services-section .heading {
    justify-content: center;
  }

  .services-section .content-section .row .col-md-6 p {
    text-align: center;
  }

  .services-section .content-section .row .col-md-2 .sv-card .sv-card-title {
    font-family: var(--primary-font);
    font-size: 10px;
    line-height: 9px;
  }
  .services-section .content-section .row .col-md-2 .sv-card img {
    width: 32px;
  }
  .intro-section .intro-left p {
    text-align: center;
    font-weight: 400;
  }
  .right-heading {
    display: none;
  }

  .intro-section .intro-left .learn-more-btn {
    padding: 0.5rem 2.5rem;
    margin-top: 1rem;
    font-size: 13px;
  }

  .services-section .col-md-2 {
    width: 33%;
    padding: 0 4px;
  }
  .content-section .row {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
  }
  /* .collapse:not(.show) {
    display: flex;
  } */
  .clients-top .clients-box p .one20 {
    line-height: 20px;
    font-size: 20px;
  }
  .clients-top .clients-box p .one20Clients {
    font-size: 10px;
    line-height: 10px;
    margin-top: 7px;
  }
  .clients-top .clients-box p {
    width: 113px;
    height: 60px;
    border-radius: 10px;
  }
  .clients-top .clients-box {
    top: -3rem;
  }
  .our-clients .heading {
    margin-bottom: 3rem;
  }

  .our-clients {
    margin: 3rem 0;
  }
  .p-h-left {
    width: 100%;
    margin-bottom: 1rem;
  }

  .p-h-right {
    display: none;
  }

  .products-section .col-md-3 {
    width: 100%;
    padding-bottom: 1rem;
  }

  .team-section .team-slider-section .each-slider .col-md-3 {
    padding: 0;
    height: 134px;
    position: relative;
  }

  .events-section .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: column;
  }

  .events-section .container-fluid .event-left {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .events-section .container-fluid .event-left p {
    text-align: center;
  }

  .events-section .container-fluid .event-left p {
    font-size: 14px;
  }

  .events-section .container-fluid .event-left h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .event-right {
    width: 100%;
    margin-top: 2rem;
  }

  .event-right .date {
    font-size: 14px;
  }

  .case-studies
    .container-fluid
    .row
    .col-md-3
    .case-s-card
    .case-card-shortdis {
    text-align: left;
  }

  .case-studies .container-fluid .row .col-md-3 .case-s-card .case-card-title {
    font-family: var(--primary-font);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 5.5px;
    text-align: left;
  }

  .case-studies .container-fluid .row .col-md-3 .case-s-card {
    position: relative;
    border-radius: 18px;
    margin-bottom: 1rem;
    cursor: pointer;
    height: 245px;
  }

  .case-studies .container-fluid .row .col-md-3 .case-s-card img {
    width: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 18px;
    height: 100%;
  }

  .contact-section {
    position: relative;
    height: 100%;
    padding-bottom: 1rem;
  }

  .mob-slider .blog-c-right {
    padding: 0;
    width: 100%;
  }

  .mob-slider .blog-c-right .row .col-md-6 {
    margin-top: 1rem;
    height: 384px;
    padding: 0;
  }

  .mob-slider .row {
    width: 100%;
  }

  .mob-slider .b-slider {
    padding: 0 1rem;
    padding-bottom: 3rem;
  }

  .case-studies .row {
    width: 100%;
  }

  .case-studies .container-fluid .case-s-heading {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .case-studies .container-fluid .case-s-heading .mob-slider p {
    text-align: center;
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.03em;
  }

  .case-studies .mob-slider .row2 .col-md-3 .case-s-card {
    position: relative;
    border-radius: 18px;
    margin-bottom: 3rem;
    cursor: pointer;
  }

  .case-studies .container-fluid .row2 .col-md-3 .case-s-card::before {
    content: "";
    /* background: linear-gradient(360deg, #0056d2 0%, rgba(0, 0, 0, 0) 100%); */
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    border-radius: 18px;
    opacity: 1;
    transition: opacity 300ms, background 300ms;
    z-index: 1;
  }

  .case-studies .container-fluid .row2 .col-md-3 .case-s-card img {
    width: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 18px;
    height: 100%;
  }

  .case-studies .container-fluid .row2 .col-md-3 .case-s-card .case-s-card-dis {
    position: absolute;
    bottom: 0;
    color: #fff;
    left: 1rem;
    right: 1rem;
    bottom: -3.5rem;
    z-index: 2;
    transition-duration: 400ms;
  }

  .case-studies .container-fluid .row2 .col-md-3 .case-s-card .case-card-title {
    font-family: var(--primary-font);
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 5.5px;
    text-align: left;
  }
  .case-studies
    .container-fluid
    .row2
    .col-md-3
    .case-s-card
    .case-card-subtitle {
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.16em;
    text-align: left;
    margin-bottom: 1.5rem;
  }
  .case-studies .sp-case-s-card {
    margin-bottom: -2rem !important;
  }
  .case-studies .sp2-case-s-card {
    height: 100%;
  }
  .case-studies
    .container-fluid
    .row2
    .col-md-3
    .case-s-card
    .case-card-shortdis {
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-align: justify;
    margin-bottom: 0;
    opacity: 0;
    transition-duration: 400ms;
  }

  .case-s-card:hover .case-s-card-dis {
    bottom: 1rem !important;
  }

  .case-s-card:hover .case-card-shortdis {
    opacity: 1 !important;
  }

  .case-studies swiper-slide {
    padding: 1rem;
  }

  .case-studies .mob-slider .row2 .col-md-3 .case-s-card img {
    width: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 18px;
    height: 100%;
    height: 422px;
  }
  .main-blogs-section {
    margin: 2rem 0;
  }

  .case-studies {
    padding: 2rem 0;
  }
  .products-section {
    padding: 2rem 0;
  }
  .services-section {
    margin: 2rem 0;
  }
  .intro-section {
    padding: 2rem 0;
  }
  .events-section {
    padding: 2rem 1rem;
  }
  .team-section
    .team-slider-section
    .each-slider
    .col-md-3:hover
    .employee-dis {
    padding-left: 10px;
  }

  .c-form-input {
    margin-top: 0;
  }

  .contact-section .comment-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .memebership-section .m-s-top .section-dis {
    width: 100%;
  }
  .memebership-section .m-s-bottom {
    margin: 4rem 1rem;
    margin-bottom: 1rem;
  }
  .memebership-section {
    padding-bottom: 0;
  }
  .memebership-section .container {
    padding-bottom: 1rem;
  }

  .contact-content {
    height: 100%;
    padding: 2rem 1rem;
  }

  /* .contact-section img {
    display: none;
  } */

  .events-section {
    padding: 2rem 1rem;
    margin-top: 0;
  }
  /* .e-e-slider .row .col-md-3:last-child {
    display: none;
  }
  .e-e-slider .row .col-md-3:nth-last-child(2) {
    display: none;
  } */
}
@media only screen and (min-width: 576px) {
  .desk-slider {
    display: flex;
  }
  .mob-slider {
    display: none;
  }

  .products-containt.desk-slider {
    display: flex;
    justify-content: center;
  }

  .products-containt .product-slider {
    width: 100%;
  }
}

@media only screen and (max-width: 1350px) and (min-width: 576px){
    .clients-bottom .image-slider {
        width: 100px !important;
        height: 100% !important;
        margin: 0 35px;
    }   
    .clients-bottom img {
        width: 200px !important;
        /* height: 100% !important; */
        padding: 0 15px;
    }
    
  }
