@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.home-banner .bg {
  height: 100vh;
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .bg {
    height: calc(100vh - var(--headerfixed));
  }
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .bg {
    height: 80vh;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .bg {
    height: 70vh;
  }
}
.banner.home-banner .bg .banner-wrapper {
  width: 100%;
  top: unset;
  bottom: 20%;
  translate: 0 20%;
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper {
    bottom: 15%;
    translate: 0 15%;
  }
}
@media only screen and (max-width: 1300px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid, .banner.home-banner .bg .banner-wrapper .container {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid, .banner.home-banner .bg .banner-wrapper .container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 345px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid, .banner.home-banner .bg .banner-wrapper .container {
    padding: 0 13px;
  }
}
@media only screen and (max-width: 320px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid, .banner.home-banner .bg .banner-wrapper .container {
    padding: 0 10px;
  }
}
.banner.home-banner .bg .banner-wrapper .container-fluid .heading, .banner.home-banner .bg .banner-wrapper .container .heading {
  max-width: 400px;
  margin: 0 auto 50px;
}
.banner.home-banner .bg .banner-wrapper .container-fluid .heading h2, .banner.home-banner .bg .banner-wrapper .container .heading h2 {
  font-size: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .heading h2, .banner.home-banner .bg .banner-wrapper .container .heading h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .heading h2, .banner.home-banner .bg .banner-wrapper .container .heading h2 {
    font-size: 28px;
  }
}
.banner.home-banner .bg .banner-wrapper .container-fluid .heading p, .banner.home-banner .bg .banner-wrapper .container .heading p {
  line-height: 1.4;
}
.banner.home-banner .bg .banner-wrapper .container-fluid .form-container, .banner.home-banner .bg .banner-wrapper .container .form-container {
  display: flex;
  align-items: center;
  gap: 25px;
  max-width: 1300px;
  margin: 0 auto;
}

.home-secA .heading {
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 991px) {
  .home-secA .heading {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .heading {
    margin-bottom: 1.5rem;
  }
}
.home-secA .heading .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 540px) {
  .home-secA .heading .icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
  }
}
.home-secA .main_wrapper {
  position: relative;
}
.home-secA .main_wrapper .service-slider {
  padding: 15px 10px;
  max-width: 98%;
}
@media only screen and (max-width: 991px) {
  .home-secA .main_wrapper .service-slider {
    padding: 10px 5px;
  }
}
.home-secA .main_wrapper .service-slider .swiper-slide {
  transition: 0.4s ease;
}
.home-secA .main_wrapper .service-slider .swiper-slide:not(.swiper-slide-active, .swiper-slide-prev), .home-secA .main_wrapper .service-slider .swiper-slide-next:not(.swiper-slide-active, .swiper-slide-prev) {
  opacity: 0.4;
}
.home-secA .main_wrapper .service-dots {
  margin-top: 30px;
  text-align: center;
  --swiper-pagination-bullet-size: 10px;
}
@media only screen and (max-width: 991px) {
  .home-secA .main_wrapper .service-dots {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .main_wrapper .service-dots {
    margin-top: 15px;
  }
}
.home-secA .main_wrapper .service-dots .swiper-pagination-bullet-active {
  background: var(--primary);
}
.home-secA .main_wrapper .swiper-slide-prev, .home-secA .main_wrapper .swiper-slide-next {
  opacity: 0.4;
}
.home-secA .main_wrapper .swiper-slide-prev .data_col .content a, .home-secA .main_wrapper .swiper-slide-next .data_col .content a {
  color: var(--primary);
}
.home-secA .main_wrapper .swiper-slide-active .data_col {
  background: var(--primary);
}
.home-secA .main_wrapper .swiper-slide-active .data_col:hover {
  background: var(--white);
}
.home-secA .main_wrapper .swiper-slide-active .data_col:hover .icon svg path {
  stroke: var(--primary);
}
.home-secA .main_wrapper .swiper-slide-active .data_col:hover .content h6 {
  color: var(--black);
}
.home-secA .main_wrapper .swiper-slide-active .data_col:hover .content p {
  color: var(--text);
}
.home-secA .main_wrapper .swiper-slide-active .data_col:hover .content a {
  color: var(--primary);
}
.home-secA .main_wrapper .swiper-slide-active .data_col .icon svg path {
  stroke: var(--white);
}
.home-secA .main_wrapper .swiper-slide-active .data_col .content h6, .home-secA .main_wrapper .swiper-slide-active .data_col .content p {
  color: var(--white);
}
.home-secA .main_wrapper .data_col {
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  border: 1px solid #BABABA;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 1px -1px 10px 0 rgba(100, 100, 111, 0.2);
  text-align: center;
  transition: 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .home-secA .main_wrapper .data_col {
    padding: 20px 15px;
  }
}
.home-secA .main_wrapper .data_col:hover {
  background: var(--primary);
  box-shadow: 0 7px 29px 0 rgba(100, 100, 111, 0.2);
}
.home-secA .main_wrapper .data_col:hover .icon svg path {
  stroke: var(--white);
}
.home-secA .main_wrapper .data_col:hover .content h6, .home-secA .main_wrapper .data_col:hover .content p {
  color: var(--white);
}
.home-secA .main_wrapper .data_col .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 991px) {
  .home-secA .main_wrapper .data_col .icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .main_wrapper .data_col .icon {
    width: 50px;
    height: 50px;
  }
}
.home-secA .main_wrapper .data_col .icon img {
  height: 100%;
}
.home-secA .main_wrapper .data_col .icon svg {
  width: 100%;
  height: 100%;
}
.home-secA .main_wrapper .data_col .icon svg path {
  stroke: var(--primary);
}
.home-secA .main_wrapper .data_col .content h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.2;
  transition: 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .home-secA .main_wrapper .data_col .content h6 {
    font-size: 18px;
  }
}
.home-secA .main_wrapper .data_col .content p {
  font-size: 14px;
  line-height: 1.4;
  color: var(--text);
  transition: 0.4s ease;
  margin: 8px 0 15px;
}
.home-secA .main_wrapper .data_col .content a {
  font-weight: 600;
}
@media only screen and (max-width: 540px) {
  .home-secA .main_wrapper .data_col .content a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 540px) {
  .home-secB .bg {
    height: 80vh;
  }
}
.home-secB .banner-wrapper .content {
  text-align: center;
}
.home-secB .banner-wrapper .content .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
  .home-secB .banner-wrapper .content .icon {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .banner-wrapper .content .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
  }
}
.home-secB .banner-wrapper .content h2 {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .home-secB .banner-wrapper .content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .banner-wrapper .content h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.home-secB .banner-wrapper .content p {
  max-width: 545px;
  margin: 15px auto 20px;
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .home-secB .banner-wrapper .content p {
    font-size: 14px;
  }
}
.home-secB .banner-wrapper .content .btn {
  margin: 0 auto;
}

.home-secC {
  background: #CDE6FB;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .home-secC {
    padding-bottom: 40px;
  }
}
.home-secC .heading {
  max-width: 460px;
  margin: 0 auto 50px;
}
.home-secC .heading h2 {
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .home-secC .heading h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .heading h2 {
    font-size: 26px;
  }
}
.home-secC .heading p {
  color: var(--black);
  line-height: 1.2;
  margin-top: 0;
}
@media only screen and (max-width: 540px) {
  .home-secC .heading p {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 5px;
  }
}
.home-secC .global-container {
  position: relative;
  max-width: 100%;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .home-secC .global-container {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC .global-container {
    margin-top: 40px;
  }
}
.home-secC .global-container .map-image {
  width: 900px;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .home-secC .global-container .map-image {
    width: 700px;
    height: 300px;
  }
}
.home-secC .global-container .pointer {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transform: translate(-50%, -50%);
  animation: blink 2s forwards 0.2s infinite;
}
.home-secC .global-container .pointer svg {
  width: 100%;
  height: 100%;
}
.home-secC .global-container .pointer:hover span {
  opacity: 1;
}
.home-secC .global-container .pointer.point1 {
  right: 30%;
  top: 40%;
}
@media only screen and (max-width: 991px) {
  .home-secC .global-container .pointer.point1 {
    right: 21%;
    top: 40%;
  }
}
.home-secC .global-container .pointer.point2 {
  right: 41%;
  top: 40%;
}
@media only screen and (max-width: 991px) {
  .home-secC .global-container .pointer.point2 {
    right: 38%;
    top: 40%;
  }
}
.home-secC .global-container .pointer.point3 {
  right: 34%;
  top: 40%;
}
@media only screen and (max-width: 991px) {
  .home-secC .global-container .pointer.point3 {
    right: 29%;
    top: 37%;
  }
}
.home-secC .global-container .pointer.point4 {
  right: 36%;
  top: 37%;
}
@media only screen and (max-width: 991px) {
  .home-secC .global-container .pointer.point4 {
    right: 31%;
    top: 34%;
  }
}
.home-secC .global-container .pointer.point5 {
  right: 38%;
  top: 29%;
}
@media only screen and (max-width: 991px) {
  .home-secC .global-container .pointer.point5 {
    right: 32%;
    top: 25%;
  }
}
.home-secC .global-container .pointer.point6 {
  bottom: 36%;
  left: 35%;
}
@media only screen and (max-width: 991px) {
  .home-secC .global-container .pointer.point6 {
    bottom: 29%;
    left: 21%;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC .global-container .pointer.point6 {
    left: 29%;
  }
}
.home-secC .global-container .pointer.point7 {
  top: 34%;
  left: 28%;
}
@media only screen and (max-width: 991px) {
  .home-secC .global-container .pointer.point7 {
    top: 16%;
    left: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC .global-container .pointer.point7 {
    top: 28%;
    left: 18%;
  }
}
.home-secC .global-container .pointer span {
  width: -moz-max-content;
  width: max-content;
  max-width: 180px;
  font-size: 14px;
  background-color: var(--primary);
  padding: 10px 15px;
  border-radius: 5px;
  color: var(--white);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -15%);
  z-index: 3;
  opacity: 0;
  transition: 0.5s ease;
  --triangle: 10px;
}
@media only screen and (max-width: 540px) {
  .home-secC .global-container .pointer span {
    font-size: 12px;
    max-width: 150px;
  }
}
.home-secC .global-container .pointer span::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - var(--triangle) / 2);
  left: 50%;
  translate: -50% 0;
  width: var(--triangle);
  height: var(--triangle);
  background: var(--primary);
  transform: rotate(45deg);
  z-index: -1;
}

@keyframes blink {
  0% {
    opacity: 0.5;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 1280px) {
  .home-secD {
    padding-bottom: 0;
  }
}
.home-secD .network_content {
  gap: 50px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .home-secD .network_content {
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secD .network_content {
    transform: translateY(0%);
    flex-direction: column;
  }
}
.home-secD .network_content .content_col {
  flex: 1;
  width: 100%;
  padding: 25px 20px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2392156863);
  border-radius: 5px;
  background: var(--white);
}
.home-secD .network_content .content_col:last-child {
  background: var(--primary);
}
.home-secD .network_content .content_col:last-child .title .heading h4, .home-secD .network_content .content_col:last-child .title .heading p {
  color: var(--white);
}
.home-secD .network_content .content_col:last-child .title .icon img {
  filter: brightness(0) invert(1);
}
.home-secD .network_content .content_col:last-child .info {
  border-left: 1px solid var(--white);
}
.home-secD .network_content .content_col:last-child .info li {
  color: var(--white);
}
.home-secD .network_content .content_col:last-child .info li::before {
  background: var(--white);
}
.home-secD .network_content .content_col .title {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .home-secD .network_content .content_col .title {
    gap: 20px;
  }
}
.home-secD .network_content .content_col .title .heading {
  flex: 1;
}
.home-secD .network_content .content_col .title .heading h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 540px) {
  .home-secD .network_content .content_col .title .heading h4 {
    font-size: 16px;
  }
}
.home-secD .network_content .content_col .title .heading p {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
  margin-top: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 540px) {
  .home-secD .network_content .content_col .title .heading p {
    margin-top: 5px;
    font-size: 14px;
  }
}
.home-secD .network_content .content_col .title .icon {
  flex: 0 1 auto;
  height: auto;
  margin-left: auto;
}
.home-secD .network_content .content_col .title .icon img, .home-secD .network_content .content_col .title .icon svg {
  width: 35px;
}
.home-secD .network_content .content_col .info {
  border-left: 1px solid var(--primary);
  padding: 5px 0 5px 10px;
  margin: 20px 0 0 15px;
}
.home-secD .network_content .content_col .info li {
  position: relative;
  padding-left: 7px;
  --pointer: 10px;
  margin-bottom: 7px;
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .home-secD .network_content .content_col .info li {
    line-height: 1.2;
  }
}
.home-secD .network_content .content_col .info li::before {
  content: "";
  position: absolute;
  width: var(--pointer);
  height: var(--pointer);
  border-radius: 50%;
  left: -15px;
  top: 50%;
  translate: 0 -50%;
  background: var(--primary);
}
.home-secD .network_content .content_col .info li span {
  font-weight: 700;
}
.home-secD .network_content .content_col .low {
  margin-top: 10px;
  line-height: 1.2;
}

.thankyou-banner .bg {
  height: 100vh;
}
.thankyou-banner .banner-wrapper {
  top: 70%;
  translate: 0 -70%;
}
.thankyou-banner .banner-wrapper .content {
  max-width: 875px;
  text-align: center;
  margin: 0 auto;
}
.thankyou-banner .banner-wrapper .content p {
  font-size: 18px;
}
.thankyou-banner .banner-wrapper .content .btn {
  margin: 20px auto 0;
}

.home-secE {
  background: #E8FBFB;
  padding: 50px 0;
}
.home-secE .heading {
  text-align: center;
}
.home-secE .flex-box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 540px) {
  .home-secE .flex-box {
    flex-direction: column;
    gap: 30px;
  }
}
.home-secE .flex-box .col {
  flex: 0 1 50%;
}
.home-secE .flex-box .col:first-child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 540px) {
  .home-secE .flex-box .col:first-child {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-secE .flex-box .col:first-child .grid-box-item {
  border: 1px solid #BABABA;
  background: white;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: space-between;
}
.home-secE .flex-box .col:first-child .grid-box-item .figure {
  width: 28px;
  height: 28px;
  flex: 0 1 20%;
}
.home-secE .flex-box .col:first-child .grid-box-item .figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-secE .flex-box .col:first-child .grid-box-item .content {
  flex: 0 1 80%;
}
.home-secE .flex-box .col:first-child .grid-box-item .content h4 {
  font-family: Roobert;
  color: black;
  margin-bottom: 10px;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
}
.home-secE .flex-box .col:first-child .grid-box-item .content p {
  font-family: Roobert;
  font-weight: 400;
  color: var(--text);
  font-size: 14px;
  line-height: 18px;
}
.home-secE .flex-box .col:last-child figure {
  width: 527px;
  height: 392px;
  border-radius: 10px;
  margin-left: auto;
}
@media only screen and (max-width: 540px) {
  .home-secE .flex-box .col:last-child figure {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.home-secE .flex-box .col:last-child figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-secF {
  padding: 50px 0;
}
.home-secF .heading {
  text-align: center;
}
.home-secF .flex-box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  gap: 80px;
}
@media only screen and (max-width: 540px) {
  .home-secF .flex-box {
    flex-direction: column;
    gap: 30px;
  }
}
.home-secF .flex-box .col:first-child {
  flex: 0 1 50%;
}
.home-secF .flex-box .col:first-child figure {
  width: 596px;
  height: 458px;
  margin-left: auto;
}
@media only screen and (max-width: 540px) {
  .home-secF .flex-box .col:first-child figure {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.home-secF .flex-box .col:first-child figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-secF .flex-box .col:last-child {
  flex: 0 1 50%;
}
.home-secF .flex-box .col:last-child .timeline {
  border-left: 1px solid #666666;
  padding-left: 40px;
}
@media only screen and (max-width: 540px) {
  .home-secF .flex-box .col:last-child .timeline {
    border: none;
  }
}
.home-secF .flex-box .col:last-child .timeline ul {
  padding: 40px 0 5px 0px;
}
.home-secF .flex-box .col:last-child .timeline ul li {
  margin-bottom: 30px;
  position: relative;
}
.home-secF .flex-box .col:last-child .timeline ul li::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -9%;
  background: #FF8B00;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
@media only screen and (max-width: 540px) {
  .home-secF .flex-box .col:last-child .timeline ul li::before {
    width: 10px;
    height: 10px;
    left: -9%;
  }
}
.home-secF .flex-box .col:last-child .timeline ul li strong {
  font-family: Roobert;
  font-weight: 600;
  font-size: 18px;
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
}
.home-secF .flex-box .col:last-child .timeline ul li p {
  font-family: Roobert;
  color: var(--text);
  font-weight: 400;
  font-size: 16px;
  max-width: 299px;
}
.home-secF .flex-box .col:last-child .bottom-btn a {
  background: #FF8B00;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 10px;
  padding: 10px;
  border-radius: 50px;
  width: 170px;
  margin-left: 40px;
}
.home-secF .flex-box .col:last-child .bottom-btn a svg path {
  fill: white;
}
.home-secF .flex-box .col:last-child .bottom-btn a figure {
  width: 24px;
  height: 24px;
}
.home-secF .flex-box .col:last-child .bottom-btn a p {
  font-family: Roobert;
  font-weight: 600;
  font-size: 14px;
  color: white;
}/*# sourceMappingURL=home.css.map */