html {
  font-size: 10px;
}

@media (max-width: 1550px) {
  html {
    font-size: 8px;
  }
}

.section-hero {
  padding: 6rem 0 0;
}

.section-hero .text small {
  color: #3B76E5;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.section-hero .text .h {
  color: #141D38;
  font-size: 6rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.section-hero .text .h span {
  color: #FFA30C;
}

/* 
.nav li {
  display: flex !important;
  justify-content: center !important;
} */

.section-hero .text p {
  color: rgba(20, 29, 56, 0.6);
  font-size: 1.8rem;
  line-height: 3.6rem;
}

.section-hero .text .btn {
  align-items: center;
  border: 2px solid #FFA30C;
  border-radius: 6px;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.7rem 2rem;
  text-transform: uppercase;
  min-width: 16rem;
  justify-content: center;
}

.section-hero .text .btn-grp {
  margin-top: 3rem;
}

.section-hero .text .btn span+span {
  margin-left: 0.8rem;
  position: relative;
  top: -1px;
}

.section-hero .text .btn+.btn {
  margin-left: 2rem;
}

.section-hero .text .btn-solid {
  background-color: #FFA30C;
  color: #fff;
}

.section-hero .text .btn-solid:hover {
  background-color: #fff;
  color: #FFA30C;
}

.section-hero .text .btn-solid:hover svg path {
  fill: #FFA30C;
}

.section-hero .text .watch-story {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

.section-hero .text .watch-story img {
  margin-right: 20px;
}

.section-hero .text .watch-story span {
  color: #141D38;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}

.section-hero .text .watch-story span small {
  color: #141D38;
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  margin: 0;
}

.section-hero .right .img-box {
  display: flex;
  position: relative;
}

.section-hero .right .img-box img {
  max-width: 100%;
  margin: auto;
}

.section-hero .right .img-box .rotate {
  animation: rotate 20s linear infinite;
  position: absolute;
  inset: 0;
  margin: auto;
}

.section-hero::after {
  content: "";
  position: absolute;
  background: url(../images/line2.png);
  background-size: cover;
  bottom: -60px;
  height: 173px;
  width: 100%;
}

.section-hero .logos2 {
  margin-top: 12rem;
  transform: rotate(-3.5deg);
  position: relative;
  top: -70px;
  z-index: 5;
}

.section-hero .logos2 .img-box {
  align-items: center;
  display: flex !important;
  justify-content: center;
}

.section-about .text {
  margin-bottom: 6rem;
}

.section-about .text .h {
  color: #3F4256;
  font-size: 4rem;
  font-weight: 500;
  line-height: 5.5rem;
  margin-bottom: 2.2rem;
  border-bottom: 5px solid #FFA30C;
}

@keyframes flip5 {
  0% {
    margin-top: -450px;
  }

  5% {
    margin-top: -360px;
  }

  20% {
    margin-top: -360px;
  }

  25% {
    margin-top: -270px;
  }

  40% {
    margin-top: -270px;
  }

  45% {
    margin-top: -180px;
  }

  60% {
    margin-top: -180px;
  }

  65% {
    margin-top: -90px;
  }

  80% {
    margin-top: -90px;
  }

  85% {
    margin-top: 0px;
  }

  99.99% {
    margin-top: 0px;
  }

  100% {
    margin-top: -450px;
  }
}

.last-galaxy {
  margin-top: 30px !important;
  margin-inline: 140px !important;
}

.flip5 {
  animation: flip5 12s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
  padding:0;
}

.flip {
    overflow: hidden;
    position: relative;
    height: 72px;
    padding-left: 0rem !important;
    padding-top: 14px;
    display: inline-block;
    margin-left: -1%;
}

.flip li {
  font-size: 6rem !important;
  padding: 0 10px;
  height: 45px;
  margin-bottom: 45px;
  display: block;
}

.animation {
  display: inline-block;
  height: 65px;
  overflow: hidden;
}

.animation>div>div {
  padding: 0.25rem 0.75rem;
  height: 2.81rem;
  margin-bottom: 3rem;
  display: inline-block;
}

.animation div:first-child {
  animation: text-animation 6s ease-in-out infinite;
}

@keyframes text-animation {
  0% {
    transform: translateY(0%);
  }

  30% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-100%);
  }

  70% {
    transform: translateY(-150%);
  }

  90% {
    transform: translateY(-150%);
  }

  100% {
    transform: translateY(0%);
  }

}

.animation .second {
  animation: text-animation2 6s ease-in-out infinite;
}

@keyframes text-animation2 {
  0% {
    transform: translateY(0%);
  }

  30% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-60%);
  }

  70% {
    transform: translateY(-60%);
  }

  90% {
    transform: translateY(-150%);
  }

  100% {
    transform: translateY(0%);
  }

}

.animation .third {
  animation: text-animation3 6s ease-in-out infinite;
}

@keyframes text-animation3 {
  0% {
    transform: translateY(0%);

  }

  30% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(0%);
  }

  70% {
    transform: translateY(-80%);
  }


  90% {
    transform: translateY(-160%);
  }

  100% {
    transform: translateY(0%);
  }

}



.section-about .text p {
  color: #3F4256;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 3.6rem;
}

.section-about .text p span {
  color: #FFA30C;
  font-weight: 700;
}

.section-about .text .btn-group {
  margin-top: 5.8rem;
}

.section-about .text .btn-group a {
  background-color: #FFA30C;
  border: 2px solid #FFA30C;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  padding: 1.3rem 2.8rem;
}

.section-about .text .btn-group a:hover {
  background-color: #fff;
  color: #FFA30C;
}

.section-about .experience-div {
  font-family: "Roboto", sans-serif;
}

.section-about .experience-div h4 {
  color: #3F4256;
  font-size: 3rem;
  font-weight: 400;
  line-height: 6.6rem;
  margin-bottom: 2rem;
}

.section-about .experience-div p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}

.section-about .experience-div .state {
  margin-top: 5rem;
  text-align: center;
}

.section-about .experience-div .state-row {
  display: flex;
  align-items: center;
  margin: 0 -3rem;
}

.section-about .experience-div .state-col {
  padding: 0 3rem;
  width: 20%;
}

.section-about .experience-div .state-col h5 {
  color: #3F4256;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3;
}

.section-about .experience-div .state-col .line {
  border-radius: 3px;
  height: 4px;
  margin: 1rem auto 1.8rem;
  width: 120px;
}

.section-about .experience-div .state-col p {
  color: #3F4256;
  font-size: 1.6rem;
  line-height: 1.3;
}

.section-about .experience-div .state-col:nth-child(1) .line {
  background-color: #F85C7A;
}

.section-about .experience-div .state-col:nth-child(2) .line {
  background-color: #5250C2;
}

.section-about .experience-div .state-col:nth-child(3) .line {
  background-color: #FF7A5C;
}

.section-about .experience-div .state-col:nth-child(4) .line {
  background-color: #6A6F99;
}

.section-about .experience-div .state-col:nth-child(5) .line {
  background-color: #6AD8DF;
}

.section-service .title small {
  color: #3B76E5;
}

.section-service .title-right a {
  color: #3B76E5;
}

.section-service .title-div {
  margin-bottom: 3.5rem;
}

.section-service .service-box .col-12 {
  margin: 1rem 0;
}

.section-service .service-box .card {
  background-color: #fff;
  border: none;
  box-shadow: 0px 4px 29.8px 0px rgba(0, 0, 0, 0.1098039216);
  border-radius: 22px;
  cursor: pointer;
  padding: 1.4rem;
  height:100%;
}

.section-service .service-box .card img {
  transition: all ease-in 0.2s;
}

.section-service .service-box .card:hover img {
  transform: scale(1.1);
}

.section-service .service-box .card-img .img-box {
    /*border: 1px solid #E7E7E7;
    box-shadow: 0 0 010px #e1e1e1;
    border-radius: 12px;
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    overflow: hidden;
    width: 100%;*/
    border: 1px solid #E7E7E7;
    box-shadow: 0 0 010px #e1e1e1;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    width: 100%;
    text-align:center;
}

.section-service .service-box .card-img .img-box img {
  /*height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;*/
  height: 16vh;
    margin: auto;
    max-width: 100%;


}

.section-service .service-box .card-info {
  padding: 0 1.4rem 0.8rem;
}

    .section-service .service-box .card-info .text {
        margin-bottom: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        min-height: 25vh;
        justify-content: space-between;
    }

.section-service .service-box .card-info .text h4 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #141D38;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1rem;
  font-weight: 700;
}

.section-service .service-box .card-info .text p {
  color: #737887;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  line-height: 2.4rem;
}

.section-service .service-box .card-info .btn {
  background-color: rgba(255, 163, 12, 0.14);
  padding: 1rem 1.2rem;
  border-radius: 4px;
  cursor: pointer;
}

.section-service .service-box .card-info .btn span {
  color: #141D38;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.section-service .service-box .card-info .btn span+span {
  margin-left: 1rem;
}

.section-service .service-box .card-info .btn:hover {
  background-color: #141D38;
}

.section-service .service-box .card-info .btn:hover span {
  color: #FFA30C;
}

.section-service .service-box .card-info .btn:hover svg path {
  fill: #FFA30C;
}

.section-featured .title-div {
  margin-bottom: 14rem;
}

.section-featured .featured-box .col-12:nth-child(1) .card-icon {
  background-color: #FFF4EB;
}

/*.section-featured .featured-box .col-12:nth-child(2) .card {
  margin-top: 100px;
}*/

.section-featured .featured-box .col-12:nth-child(2) .card-icon {
  background-color: #DEF1FC;
}

.section-featured .featured-box .col-12:nth-child(3) .card-icon {
  background-color: #FFF3F9;
}

/*.section-featured .featured-box .col-12:nth-child(4) .card {
  margin-top: 100px;
}*/

.section-featured .featured-box .col-12:nth-child(4) .card-icon {
  background-color: #EDFFF4;
}

.section-featured .featured-box .card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  border: none;
  max-width: 100%;
  margin: auto;
  height: 295px;
  padding: 3rem 1rem;
  position: relative;
  text-align: center;
  width: 29rem;
  margin-bottom:5rem;
}

.section-featured .featured-box .card-icon {
  border-radius: 100%;
  height: 14rem;
  position: absolute;
  margin: auto;
  top: -5rem;
  left: 0;
  right: 0;
  width: 14rem;
  
}
.card-icon1 {
    overflow: hidden;
}
.card-icon1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.section-featured .featured-box .card-info .text {
  margin: 3.5rem 0 3rem;
}

.section-featured .featured-box .card-info .text .h {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-family: "Poppins", sans-serif;
  color: #141D38;
  margin-bottom: 1.6rem;
}

.section-featured .featured-box .card-info .text p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: "Roboto", sans-serif;
  color: #737887;
}

.section-featured .featured-box .card-info .btn {
  border: 1px solid #FFA30C;
  border-radius: 6px;
  color: #FFA30C;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.6rem 2rem;
}

.section-featured .featured-box .card-info .btn span+span {
  margin-left: 1rem;
}

.section-featured .featured-box .card-info .btn:hover {
  background-color: #FFA30C;
  color: #fff;
}

.section-featured .featured-box .card-info .btn:hover svg path {
  fill: #fff;
}

.section-products .title-div {
  margin-bottom: 3rem;
}

.section-products .logos {
  background-color: #fff;
  box-shadow: 0px 4px 19.5px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 18px;
  padding: 4rem;
}

.section-products .logos-col .box {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 80px;
  margin: auto;
  width: 160px;
}

.section-products .logos-col .box img {
  max-width: 100%;
  max-height: 100%;
}

section .shape {
  position: absolute;
}

section .shape1 {
  top: 0;
  right: 0;
}

section .shape2 {
  left: -180px;
  top: 900px;
}

section .shape3 {
  right: -40px;
  top: 1380px;
}

section .shape4 {
  left: -80px;
  top: 2600px;
}

section .shape5 {
  right: -300px;
  top: 4500px;
}

section .shape6 {
  left: -150px;
  top: 5700px;
}

@media (max-width: 1600px) {
  section .shape {
    right: 0 !important;
    max-width: 50%;
    height: auto;
  }

  section .shape img {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  section .shape {
    display: none;
  }
}

@media (max-width: 1199px) {
  .section-hero .logos2 {
    margin-top: 18rem;
  }

  .section-about .row {
    text-align: center;
  }

  .section-about .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 3rem;
  }

  /*.section-about .col-12+.col-12 {
    margin-top: 5rem;
  }*/
    .section-about .col-12 + .col-12 {
        margin-top: 2rem;
    }
}

@media (max-width: 991px) {
  .section-hero .right {
    margin-bottom: 2rem;
  }

  .section-about .experience-div .state-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-about .experience-div .state-col {
    margin: 1.5rem 0;
    width: 33.3333333333%;
  }

  .section-service .title {
    text-align: center;
  }

  .section-service .right .title-right {
    text-align: center;
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  .section-service .service-box .card-img .img-box {
    height: 260px;
  }

  .section-featured .featured-box .col-12:nth-child(2) .card,
  .section-featured .featured-box .col-12:nth-child(3) .card,
  .section-featured .featured-box .col-12:nth-child(4) .card {
    margin-top: 8rem;
  }

  .section-featured .featured-box .card {
    width: 100%;
  }

  .section-about .experience-div .state-col {
    width: 100%;
  }

}

/*# sourceMappingURL=homepage.css.map */
/* Azim's CSS Starts */
/* Product page */
.product-box {
  border: 1px solid rgba(200, 200, 200, 1);
  border-radius: 20px;
  box-shadow: 0px 4px 18.3px 0px rgba(0, 0, 0, 0.1);
}

.product-box .img-box>img {
  height: 400px;
}

.text-career .h {
  font-family: 'Poppins';
  color: #292F3B;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.text-career ul {
  margin-left: 20px;
}

.text-career ul li {
  list-style-type: disc;
  font-size: 18px;
  color: #737887;
}

.text-career .product-para {
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: 'Roboto' !important;
  line-height: 36px !important;
}

@media (max-width: 767px) {
  .text-career ul {
    margin-left: 0px !important;
  }

  .gallery-content-4 {
    margin-bottom: 0px;
  }
}

/* Azim's CSS ends here */

/* Vishal's CSS Starts */

/* Service page */

.section-process .title small {
  color: #3B76E5;
}

/* Portfolio */

.portfolio-c2-wprocess {

  color: #3B76E5;

}

/* Vishal's CSS ends here */

.header-row > a img {
    max-width: 18rem;
}
.transitionHover{
    transition: 0.3s all; 
}
.transitionHover:hover{
    transform: scale(1.1);
}
.media-head {
    opacity: 0;
}
.footer-main .col {
    flex: 1 1 auto;
}
/*.container {
    padding-right: 1rem;
    padding-left: 1rem;
}*/
@media screen and (min-width: 768px) {
    .footer-main .col {
        flex: 1 0 0%;
    }
    .add-section {
        position: fixed;
        /*top: 0;*/
        top: 12rem;
        width: 129px;
        margin: 10px;
        margin-top: 5px;
        text-align: center;
        z-index: 11;
    }

    .add-section-left {
        left: 0;
    }

    .add-section-right {
        right: 0;
    }

    body {
        margin-left: 150px;
        margin-right: 150px;
        margin-top: 5px;
    }
    .media-head{
        opacity:1;
    }
    
}
#divCaptcha {
    display: flex;
    justify-content: space-between;
    align-content: center;
}
#divCaptcha .realperson-challenge{
    position:relative;
}
.text-justify{
    text-align:justify;
}