* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

a{
  text-decoration: none !important;
}

:root {
  --primary-color: #f72f20;
  --secondary-color: #151747;
}

.myNavBar {
  background-color: #f0f2f4;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heroSection {
  background-color: #f0f2f4;
}

.heroSection .swiper-inner-wrapper {
  height: calc(100vh - 200px);
  position: relative;
}

.heroSection .swiper-inner-wrapper video {
  height: calc(100vh - 200px);
  position: relative;
  z-index: 1;
}

.heroSection .swiper-inner-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #09023661;
  z-index: 2;
}

.heroSwiper {
  border-radius: 25px;
  overflow: hidden;
}

.swiper-button-prev {
  position: absolute;
  left: 0 !important;
  top: 45% !important;
  background: url(../images/arrow.png);
  width: 70px !important;
  height: 145px !important;
  border: 0;
  outline: 0;
  cursor: pointer !important;
  z-index: 3 !important;
  opacity: 1 !important;
  pointer-events: all !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #000;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
  background: url(../images/Arrow-left.png);
  background-repeat: no-repeat;
  background-size: 20px;
  height: 30px;
  width: 50px;
  background-position: center;
}

.swiper-button-next {
  position: absolute;
  right: 0 !important;
  top: 45% !important;
  background: url(../images/arrow.png);
  width: 70px !important;
  height: 145px !important;
  border: 0;
  outline: 0;
  cursor: pointer !important;
  z-index: 3 !important;
  opacity: 1 !important;
  pointer-events: all !important;
  transform: rotate(180deg);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "" !important;
  background: url(../images/Arrow-left.png);
  background-repeat: no-repeat;
  background-size: 20px;
  height: 30px;
  width: 50px;
  background-position: center;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  opacity: 1 !important;
  width: 25%;
  height: 5px;
  border-radius: 0px !important;
  background-color: transparent;
  position: relative;
  text-align: start;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-family: "Sora";
  font-weight: 600;
  letter-spacing: 1px;
}
.swiper-pagination-bullet-active {
  color: var(--primary-color) !important;
}

.swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 100px;
  top: 700%;
  left: 0;
  background-color: var(--primary-color);
}

/* .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet::after{
    position: absolute;
    content: '';
    height: 2px;
    width: 100px;
    bottom: 0;
    left: 0;
    background-color: red;
  } */

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 15% !important;
  width: 72% !important;
}

.swiper-text-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 150px;
  z-index: 10;
  width: 50%;
}

.swiper-text-wrapper .swiper-heading {
  font-size: 70px !important;
  color: white;
  font-weight: 600;
  line-height: 130%;
  font-family: "Sora";
  text-align: start;
}

.swiper-para {
  color: #fff;
  font-family: "Manrope", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: start;
  margin-top: 20px;
}

.swiper-btn {
  font-family: "Manrope", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  fill: #fff;
  color: #fff;
  background-color: #fff0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 1000px 1000px 1000px 1000px;
  padding: 16px 0;
  display: block;
  text-align: center;
  max-width: 255px;
  text-decoration: none;
}

.content-li:hover .content-ul {
  opacity: 0;
  visibility: hidden;
}

.swiper-btn span {
  display: inline-block;
  /* height: 15px; */
  width: 15px;
  transform: rotate(144deg);
}

.navOffcanvas {
  width: 100% !important;
  /* top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important; */
  height: 95% !important;
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: row !important;
  gap: 12px;
  z-index: 999999 !important;
  margin: auto;
}

.navOffcanvas .offcanvas-body {
  border-radius: 25px;
  background-color: #fff;
  width: 90% !important;
  height: 100%;
  flex-grow: 0 !important;
}
.navOffcanvas .offcanvas-header {
  border-radius: 12px;
  background: linear-gradient(357deg, #c9c6f7 0, #e9e6fb 31%, #201bb9 100%);
  width: fit-content;
  align-items: start !important;
  height: 100%;
}
.navOffcanvas .offcanvas-header button:focus {
  box-shadow: none !important;
}

.offcanvas-backdrop {
  z-index: 9999 !important;
}

.offcanvas-header .btn-close {
  margin: 0 !important;
}

.offcanvas-nav {
  flex-direction: column;
}
.nav-btn .main-btn {
  width: 100%;
  border-radius: 20px !important;
  padding: 12px 18px;
  text-align: left;
  border: none;
  font-size: 16px;
  font-family: "Sora";
  color: var(--secondary-color);
}
.nav-btn:focus-visible {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.nav-tabs .nav-link:focus-visible {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.nav-tabs .nav-link:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.main-btn:focus-visible {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.nav-btn .main-btn.active {
  border: none;
  background-color: #f3f3f3 !important;
  color: var(--primary-color) !important;
  font-weight: 600;
}
.nav-btn .main-btn:hover {
  background: #f3f3f3;
  border: none !important;
  color: var(--primary-color);
}
/* .nav-btn {
  margin-bottom: 20px;
} */
.offcanvas-nav {
  border: none !important;
}
ul.tab-sub-menu {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 17px;
  font-family: "Sora";
  font-weight: 500;
}
.tab-pane .title-heading {
  margin-bottom: 30px;
  color: var(--secondary-color);
  font-size: 25px;
  font-weight: 700;
}
.tab-pane .title-heading a {
  color: var(--secondary-color);
}
ul.tab-sub-menu li a {
  color: black;
  text-decoration: none;
}
.para p {
  font-family: "Sora";
  line-height: 165%;
}
.img-div {
  /* height: 100%; */
  aspect-ratio: 3/4;
}
.img-div img {
  border-radius: 20px;
}

.content-space {
  margin-top: -50px;
  border-radius: 0 0 30px 30px;
  background-color: var(--secondary-color);
  font-family: "Manrope";
}
.view-btn .btn {
  font-family: "sora";
  font-weight: 500;
  font-size: 16px;
  border: 2px solid #ffffff;
}
.content-space .project-name {
  padding-top: 50px;
  font-family: "Sora";
  font-size: 24px;
}
.back-image {
  border-radius: 30px 30px;
}
.back-image img {
  border-radius: 30px 30px;
}
.project-no .numbers {
  color: var(--primary-color);
}
.blog-img {
  aspect-ratio: 3/2.2;
}
.blog-img .image-blog {
  object-fit: cover;
}
.blog-img {
  position: relative;
  border-radius: 20px;
}
.date_psts {
  position: absolute;
  right: -2px;
  bottom: -3px;
}
.date_ts {
  border-radius: 25px 0 0 0;
  background: white;
  padding: 15px;
  font-family: "Manrope";
  font-weight: 600;
}

.blog-img .image-blog {
  border-radius: 20px;
}
.date_ts::before {
  right: 0;
  left: initial;
  top: -40px;
  bottom: initial;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: 20px;
  box-shadow: 0 20px 0 0 #fff;
  content: "";
  position: absolute;
  background-color: transparent;
  height: 40px;
  width: 20px;
}
.date_ts::after {
  left: -20px;
  top: 11px;
  height: 40px;
  width: 20px;
  right: initial;
  bottom: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: 20px;
  box-shadow: 0 20px 0 0 #fff;
  content: "";
  position: absolute;
  background-color: transparent;
}
.blog-card {
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  overflow: hidden;
}
.blog-card .blog-content {
  padding: 25px;
}
.blog-btn {
  max-width: 100%;
  padding: 10px 0;
  color: black;
}
.blog-heading {
  line-lamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Sora";
}
.blog-para {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Manrope";
}
.category {
  position: absolute;
  top: 5px;
}
.category .blog-cat {
  padding: 5px 10px;
  background: white;
  border: 1px solid #27131357;
  border-radius: 0 10px 10px 0;
  border-left: 0;
  font-family: "Manrope";
  font-size: 13px;
  font-weight: 600;
}
.myNavBar .offcanvas {
  z-index: 99999;
}
.mobile-menu-hide .nav-link {
  background-color: transparent !important;
  border: none;
  line-height: 40px;
  padding: 0 20px 0 20px;
  vertical-align: baseline;
  color: #333 !important;
  font-family: "Manrope";
  text-transform: uppercase;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}
.mobile-menu-hide .nav-link::after {
  color: #333 !important;
}
/* shalu ma'am css */

.main-container {
  background-color: #f0f2f4;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
}
.myNavBar {
  border-radius: 20px;
  padding: 25px 25px !important;
  /* font-family: "Manrope", sans-serif; */
}
.myNavBar .logo img {
  height: 40px;
}
ul.navbar-nav li.nav-item a.nav-link {
  line-height: 40px;
  padding: 0 20px 0 20px;
  vertical-align: baseline;
  display: block;
  color: #333;
  font-family: "Manrope";
  text-transform: uppercase;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}
ul.navbar-nav li.nav-item a.active {
  background: var(--secondary-color);
  color: #fff;
}
a.buttoncss.Get-quote {
  color: #fff;
  border-color: var(--primary-color);
  background: linear-gradient(var(--primary-color), var(--primary-color))
      padding-box,
    linear-gradient(to right, #fff, #fff) border-box;
  -webkit-animation: coccoc-alo-circle-img-anim 1.5s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-img-anim 1.5s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-img-anim 1.5s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-img-anim 1.5s infinite ease-in-out;
  animation: coccoc-alo-circle-img-anim 1.5s infinite ease-in-out;
  transition: 0.4s;
}
a.buttoncss {
  margin: 0 0 0 15px;
  display: inline-block;
  padding: 0 25px !important;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #f85508, #0d3d65) border-box;
  border-radius: 50em;
  border: 1px solid transparent;
  color: #333;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-family: "Manrope";
  font-size: 16px;
}
@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.phn-btn a.buttoncss {
  padding: 0 10px !important;
}
.phn-btn a.nav-link.buttoncss {
  display: flex;
  align-items: center;
  justify-content: center;
}

.phn-btn a.nav-link.buttoncss img{
  height: 20px !important;
}

.hire_us:hover {
  background: var(--primary-color);
  color: white !important;
}
li.phn-btn a:hover {
  background: var(--primary-color);
}
li.phn-btn .nav-link.buttoncss:hover img {
  filter: invert(100%);
}
.btn-phn {
  position: relative;
}

.call-enquiry {
  background-color: white;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 30%);
}
.drp-down {
  width: 370px;
  right: 0px;
  top: 55px;
  z-index: 100;
  position: absolute;
  display: none;
  /* position: relative; */
}

.drp-down::after {
  position: absolute;
  content: "";
  top: -14px;
  left: 20px;
  background-color: #00000000;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.heading span.main-heading {
  font-size: 24px;
  color: #333;
  text-transform: capitalize;
  font-family: "Sora";
  font-weight: 500;
  padding-left: 10px;
}
.heading {
  display: flex;
  align-items: center;
}
.sales-team .team-heading {
  color: #333;
  font-weight: 500;
  font-size: 18px;
  font-family: "Sora";
  text-transform: capitalize;
}
a.main-content {
  text-decoration: none;
}
.info-main .location {
  font-size: 16px;
  color: #333;
}
.info-main .content {
  font-size: 16px;
  color: #333;
}
.info-main {
  padding-left: 10px;
}
.info {
  margin: 20px 0;
}
.btn-phn:hover .drp-down {
  display: block;
}
.offcanvas-nav {
  gap: 20px;
}
.service-text {
  padding: 0 80px;
}
/* .double-color {
  -webkit-text-stroke: 3px #f8550800;
  -webkit-text-stroke-width: 3px;
  text-stroke: 3px #02010100;
  -webkit-text-stroke-width: 3px;
  background-image: linear-gradient(262deg, #061b54 0%, #f85508 100%);
  color: transparent;
  -webkit-background-clip: text;
  font-weight: 400;
} */

.why-choose-us {
  background-color: #fff;
}

.why-choose-us .why-choose-content .why-choose-heading {
  font-family: "Sora";
}
.why-choose-us .why-choose-content .why-main-content {
  font-family: "Manrope";
  font-size: 17px;
  line-height: 170%;
  font-weight: 600;
}
.why-choose-us .why-choose-content .why-choose-heading .main-heading {
  font-size: 50px;
  font-weight: 700;
}
.why-choose-us .container {
  /* box-shadow: 3px 20px 10px rgba(0, 0, 0, 0.2); */
  border-radius: 20px;
  padding: 20px;
  box-shadow: 8px -7px 23px 0px rgba(0, 0, 0, 0.2);
}
.img-choose img {
  object-fit: cover;
  border-radius: 20px;
}
/* .container{
  max-width: 1600px;
} */
.why-choose-content {
  padding-left: 50px !important;
  padding-top: 30px;
  padding-bottom: 20px;
}

.gallarySection .gallaryImg {
  height: 450px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}

/* .gallarySection .gallaryImg::after{
 position: absolute;
 content: '';
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
 background-color: #232323bf;
} */

.swiper-slide-active .gallaryImg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #232323bf;
}

.swiper-slide:hover .gallaryImg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #232323bf;
}

.swiperSlide {
  border-radius: 12px;
}

.industryText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.swiper-slide-active .industryText {
  opacity: 100;
  visibility: visible;
}
.swiper-slide:hover .industryText {
  opacity: 100;
  visibility: visible;
}

.industryText .IndusHead {
  font-size: 25px !important;
  font-weight: 500 !important;
  color: #fff !important;
}
.industryText .indusPara {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #fff !important;
  line-height: 120%;
  margin-top: 10px;
}

.gallarySection .gallaryImg img {
  height: 100%;
  width: 100%;
}
.circleAnimated {
  position: relative;
}

.circleAnimated span {
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: block;
  position: relative;
}
.circleAnimated span::after {
  content: "";
  width: auto !important;
  height: auto !important;
  inset: -8px !important;
  border: 2px dashed var(--secondary-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  animation: Rotate 2s infinite linear;
}
.indusButton {
  height: 30px;
  width: 30px;
  margin-inline: auto;
  margin-top: 10px;
}

.case-card .front-image {
  transition: all 0.3s ease-in-out;
}

.case-card:hover .front-image {
  transform: scaleY(110%);
}

.btn-close {
  filter: invert(1);
  opacity: 1 !important;
}

@keyframes Rotate {
  0% {
    transform: rotate(0deg) scale(0.8);
  }
  50% {
    transform: rotate(180deg) scale(1);
  }
  100% {
    transform: rotate(360deg) scale(0.8);
  }
}

.testimonialsFluidNew {
  position: relative;
  background-color: var(--secondary-color);
  color: #fff;
}
.testimonialsFluidNew .testimonialsHeading {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.testimonialsFluidNew .testimonialsSubHeading {
  max-width: 80%;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 1.5rem;
}
.testimonialsFluidNew::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-image: linear-gradient(
    to right,
    #07284f 0%,
    rgba(0, 0, 0, 0) 7.5%,
    rgba(0, 0, 0, 0) 92.5%,
    #07284f 100%
  );
}
.testimonialsFluidNew .testimonialsSwiper .swiperWrapper {
  transition-timing-function: linear !important;
}
.testimonialsFluidNew .testimonialsSwiper .swiperWrapper .tesimonialBox {
  height: 100%;
  width: 100%;
  padding: 20px;
  background-color: #07284f;
}
.testimonialsFluidNew
  .testimonialsSwiper
  .swiperWrapper
  .tesimonialBox.tesimonialDir {
  direction: ltr;
}
.testimonialsFluidNew .testimonialsSwiper .swiperWrapper .tesimonialBox .stars {
  display: flex;
}
.testimonialsFluidNew
  .testimonialsSwiper
  .swiperWrapper
  .tesimonialBox
  .stars
  .starUl {
  display: flex;
}
.testimonialsFluidNew
  .testimonialsSwiper
  .swiperWrapper
  .tesimonialBox
  .stars
  .starUl
  .starLi {
  text-decoration: none;
  list-style: none;
}
.testimonialsFluidNew
  .testimonialsSwiper
  .swiperWrapper
  .tesimonialBox
  .stars
  .starUl
  .starLi
  svg {
  width: 20px;
  height: 20px;
}
.testimonialsFluidNew .testimonialsSwiper .swiperWrapper .tesimonialBox .para {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  margin-block: 15px;
  letter-spacing: 0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: left;
}
.testimonialsFluidNew .testimonialsSwiper .swiperWrapper .tesimonialBox .user {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.testimonialsFluidNew
  .testimonialsSwiper
  .swiperWrapper
  .tesimonialBox
  .user
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.testimonialsFluidNew
  .testimonialsSwiper
  .swiperWrapper
  .tesimonialBox
  .userName {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  width: fit-content;
}
.testimonialsFluidNew
  .testimonialsSwiper
  .swiperWrapper
  .tesimonialBox
  .designation {
  width: fit-content;
  font-size: 12px;
  color: #fff;
}
.circleAnimated {
  position: relative;
}
.circleAnimated span {
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #f8662b;
  border-radius: 50%;
  display: block;
  position: relative;
}
.circleAnimated span::after {
  content: "";
  width: auto !important;
  height: auto !important;
  inset: -8px !important;
  border: 2px dashed #139ed9;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  animation: Rotate 2s infinite linear;
}
.welcomeFluid {
  background-color: #fafbfb;
  width: 100%;
  padding: 0;
}
.welcomeFluid .welcomeHeading {
  font-size: 36px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.welcomeFluid .welcomeSubHeading {
  max-width: 80%;
  font-size: 16px;
  text-align: center;
  color: #000;
  margin-bottom: 1.5rem;
}
.welcomeFluid .who {
  font-size: 36px;
  font-weight: 450;
  color: #000;
  display: inline-flex !important;
  border-bottom: 2px solid #f8662b;
}
.welcomeFluid .whoSub {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.welcomeFluid .whopara {
  font-size: 19px;
  color: #000;
  line-height: 32px;
  margin-bottom: 15px;
}
.welcomeFluid .whopara1 {
  font-size: 14px;
  color: #000;
  line-height: 32px;
}
.welcomeFluid .whoImage {
  width: 100%;
  height: 530px;
}
.welcomeFluid .whoImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.welcomeFluid .readBtn {
  background-color: #f8662b;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #fff;
  padding: 10px 20px;
  margin-top: 35px;
  transition: 0.3s linear;
  display: inline-block;
}
.welcomeFluid .readBtn:hover {
  background-color: #139ed9;
}
.swiperBackground {
  position: relative;
}
.heroSection .swiperBackground .testimonialPrev {
  position: absolute;
  top: 0px;
  right: 82px;
  left: unset;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiperBackground .testimonialPrev::after {
  display: none;
}
.swiperBackground .testimonialPrev svg {
  color: #000;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.heroSection .swiperBackground .testimonialNext {
  position: absolute;
  top: 0px;
  right: 20px;
  left: unset;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiperBackground .testimonialNext::after {
  display: none;
}
.swiperBackground .testimonialNext svg {
  color: #000;
  width: 20px;
  height: 20px;
}
.who {
  font-size: 36px;
  font-weight: 450;
  color: #000;
  display: inline-flex !important;
  border-bottom: 2px solid #f8662b;
}
.who span {
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #f8662b;
  border-radius: 50%;
  display: block;
  position: relative;
  margin-right: 20px;
}
.who span::after {
  content: "";
  width: auto !important;
  height: auto !important;
  inset: -8px !important;
  border: 2px dashed #139ed9;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  animation: Rotate 2s infinite linear;
}

.SUBheading {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.landing_page * {
  font-family: Nunito, sans-serif;
}

.landing_page .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.landing_page .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.landing_page .responsive-cell-block {
  min-height: 75px;
}

.landing_page .responsive-container-block.container {
  max-width: 1320px;
  margin-top: 60px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  position: relative;
}

.landing_page .form-box {
  background-color: #151617;
  color: white;
  padding-top: 35px;
  padding-right: 33px;
  padding-bottom: 35px;
  padding-left: 33px;
  max-width: 506px;
}

.landing_page .text-blk.contactus-head {
  font-size: 30px;
  line-height: 40px;
}

.landing_page .text-blk.contactus-subhead {
  color: #d4d4d4;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 18px;
  margin-left: 0px;
}

.landing_page .input {
  width: 100%;
  height: 50px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 18px;
  padding-top: 1px;
  padding-right: 125px;
  padding-bottom: 1px;
  padding-left: 22.5px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: #767676;
  border-right-color: #767676;
  border-bottom-color: #767676;
  border-left-color: #767676;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: #212223;
  padding: 1px 12.5px 1px 22.5px;
}

.landing_page .textinput {
  width: 100%;
  height: 233px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-size: 18px;
  padding-top: 22px;
  padding-right: 22px;
  padding-bottom: 22px;
  padding-left: 22px;
  background-color: #212223;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: #767676;
  border-right-color: #767676;
  border-bottom-color: #767676;
  border-left-color: #767676;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.landing_page .submit-btn {
  width: 100%;
  height: 56px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: var(--secondary-color);
  font-size: 18px;
  font-weight: 600;
  color: white;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: var(--secondary-color);
  border-right-color: var(--secondary-color);
  border-bottom-color: var(--secondary-color);
  border-left-color: var(--secondary-color);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.landing_page
  .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-6.wk-ipadp-6.emial {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.landing_page
  .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6.right-one {
  display: flex;
  justify-content: center;
}

.landing_page
  .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.left-one {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: white;
}

.landing_page .text-blk.section-subhead {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  max-width: 420px;
  font-size: 18px;
  color: #b6b6b6;
}

.landing_page .text-blk.section-head {
  font-size: 40px;
  line-height: 55px;
  font-weight: 800;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  max-width: 450px;
}

.landing_page .icons-container {
  max-width: 450px;
  display: flex;
  justify-content: space-between;
}

.landing_page .img {
  width: 31px;
  height: 31px;
}

.landing_page .responsive-container-block.big-container {
  background-color: black;
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  padding-left: 50px;
  position: relative;
}

.landing_page .bg-img {
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  height: 100%;
  opacity: 0.3;
  object-fit: cover;
}

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Luckiest+Guy&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Paytone+One&family=Rammetto+One&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Luckiest+Guy&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Belleza&family=Comic+Neue:wght@400;700&family=Cormorant+Infant&family=Poppins&family=Sahitya:wght@700&family=Ubuntu&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap");

body {
  background-image: linear-gradient(to top, #151747 0%, #e7f0fd 100%);
}
.spectacledcoder-footer {
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-bottom: 0px;
  width: 100%;
  height: 500px;
  background: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin:auto;background:rgba(221, 221, 221, 0);display:block;z-index:1;position:relative' width='3000' height='588' preserveAspectRatio='xMidYMid' viewBox='0 0 3000 588'><g transform='translate(1500,294) scale(-1,-1) translate(-1500,-294)'><linearGradient id='lg-0.9997820734103322' x1='0' x2='1' y1='0' y2='0'><stop stop-color='%23ffffff' offset='0'></stop><stop stop-color='%23ffffff' offset='1'></stop></linearGradient><path d='' fill='url(%23lg-0.9997820734103322)' opacity='0.37'><animate attributeName='d' dur='10s' repeatCount='indefinite' keyTimes='0;0.333;0.667;1' calcMode='spline' keySplines='0.5 0 0.5 1;0.5 0 0.5 1;0.5 0 0.5 1' begin='0s' values='M0 0L 0 558.9888918874962Q 300 557.9557135224538  600 520.7201791558826T 1200 493.0888623871913T 1800 448.04775521801616T 2400 442.32786157869174T 3000 400.5000938220193L 3000 0 Z;M0 0L 0 531.8219503412562Q 300 581.2367793971861  600 536.6456794845121T 1200 526.1199153747991T 1800 453.6567543549444T 2400 426.5449945053999T 3000 429.5661867072931L 3000 0 Z;M0 0L 0 572.7600127243211Q 300 599.6891402698932  600 560.6693012791557T 1200 514.6895687962055T 1800 485.3535117451038T 2400 447.8902433799051T 3000 454.9458231426154L 3000 0 Z;M0 0L 0 558.9888918874962Q 300 557.9557135224538  600 520.7201791558826T 1200 493.0888623871913T 1800 448.04775521801616T 2400 442.32786157869174T 3000 400.5000938220193L 3000 0 Z'></animate></path></g></svg>")
    no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.spectacledcoder-footer-heading {
  height: fit-content;
  font-family: "Rammetto One", cursive;
  margin: auto;
  font-size: 2vw;
}
.spectacledcoder-footer-content {
  width: 100%;
  height: 80%;
  display: flex;
  margin: auto;
}
.spectacledcoder-footer-bottom {
  margin: auto;
  width: 100%;
  height: 20%;
  display: flex;
  font-family: "Josefin Sans", sans-serif;
}
.spectacledcoder-footer-bottom-sec {
  margin: auto;
}
.spectacledcoder-footer-bottom-sec a {
  text-decoration: none;

  color: #0a0a0a;
}
.spectacledcoder-footer-bottom-sec a:hover {
  font-weight: 700;
}
.spectacledcoder-footer-section {
  margin: auto;
}
.d-footer-ul {
  list-style: none;
  font-family: "Josefin Sans", sans-serif;
}
.d-footer-li {
  margin-bottom: 5px;
}

.d-footer-li a {
  color: #fff;
  text-decoration: none;
}

.d-footer-li:hover {
  cursor: pointer;
  transform: translateX(10px);
  transition: all 0.4s;
  /* font-weight: 700; */
}
.d-footer-li-h {
  margin-bottom: 10px;
}
.logo {
  /* max-width: 120px; */
  max-height: 120px;
  display: flex;
  margin: auto;
  margin-top: 10px;
}
.logo-head {
  font-family: "Josefin Sans", sans-serif;
  margin: auto;
  display: flex;
}
.logo a {
  margin: auto;
  max-width: 100%;
}

.footerLogo{
  filter: brightness(0) invert(1);
  height: 50px;
}

.footerLogo img{
  height: 100%;
}

.map-outer{
  height: 500px;
}


/* about us page design */
