body {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  background-color: #fff;
}

a {
  text-decoration: none;
  cursor: pointer !important;
}

.common-section {
  padding: 60px 0;
}

.p-120 {
  padding: 120px 0;
}

.right-align {
  justify-content: right !important;
}

.btn.btn-primary-outline {
  border: 1px solid #FF0000;
  border-radius: 30px;
  padding: 10px 20px;
  color: #FF0000;
  text-transform: uppercase;
  font-size: 13px;
}

.main-title {
  font-size: 45px;
  color: #575757;
}
.main-title .letter-bold {
  font-size: 60px;
  background: -webkit-linear-gradient(rgb(255, 129, 33), rgb(255, 7, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

header {
  padding: 0px 25px;
}
header .navbar {
  background-color: #fff !important;
  height: 60px;
}
header .navbar .navbar-brand img {
  width: 25%;
}
header .navbar.navbar_scrolled {
  background-color: #fff !important;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1);
  background-image: url(../img/navbar-bottom.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
header .navbar.navbar_scrolled .navbar-nav .nav-item .nav-link {
  color: #4c4c4c;
}
header .navbar .navbar-nav .nav-item {
  padding: 10px 15px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  padding: 0px;
  position: relative;
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: all 300ms ease-in-out;
}
header .navbar .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  left: 50%;
  bottom: -2px;
  background-color: #000000;
  transition: all ease-in-out 0.2s;
}
header .navbar .navbar-nav .nav-item .nav-link:hover::after, header .navbar .navbar-nav .nav-item .nav-link.active::after {
  width: 100%;
  left: 0;
}
header .navbar_scrolled {
  animation-name: fadeInUp;
  animation-duration: 1s;
}
header .navbar .navbar-collapse {
  background-color: #fff;
  transition: all 300ms ease-in-out;
}
header .navbar-toggler {
  border: none;
}
header .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    top: -50px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
.banner {
  position: relative;
  height: 100vh;
  background-color: #fff;
}
.banner .content {
  position: relative;
}
.banner .content .banner-heading {
  font-size: 70px;
  font-weight: 400;
  color: #4c4c4c;
  margin-bottom: 20px;
}
.banner .content .banner-heading span {
  font-size: 100px;
  font-weight: 600;
  background: -webkit-linear-gradient(rgb(255, 129, 33), rgb(255, 7, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner .content .sub-content {
  font-size: 16px;
  color: #4c4c4c;
  letter-spacing: 0.32px;
  text-align: justify;
}
.banner .content .banner-img {
  position: relative;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}
.banner .content .banner-img .right-bg {
  position: absolute;
  top: 0;
}
.banner .content .banner-img .img-left {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  flex: 0 auto;
  position: relative;
  top: 0px;
  left: 50px;
  overflow: visible;
  animation: animateleft 10s linear infinite;
}
.banner .content .banner-img .img-right {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  position: relative;
  top: -30px;
  left: -30px;
  animation: animateRight 10s linear infinite;
}
.banner .nav-link {
  color: #4c4c4c !important;
}

.small-banner {
  position: relative;
  height: 200px;
  background: url(../img/small-banner.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.small-banner .content {
  position: relative;
  top: 105px;
}
.small-banner .banner-sub-content {
  margin-top: 3px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
.small-banner .banner-heading {
  color: #fff;
  padding-left: 18px;
}
.small-banner .banner-heading .mini-title {
  margin-bottom: -6px;
  color: #fff;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.small-banner .banner-heading .page-quote {
  color: #fff;
  font-family: Manrope;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 0px;
}

.overlay-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay-container .image-circle {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.overlay-container .image-circle .overlay-circle {
  position: absolute;
  top: -90px;
  left: -160px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: white;
  opacity: 0.88;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.overlay-container .image-circle .overlay-circle img {
  margin-bottom: 21px;
}
.overlay-container .image-circle .overlay-circle p {
  text-align: center;
  font-size: 60px;
  color: #000000;
  font-weight: 700;
  line-height: 72px;
}

.startup .startup-content .content {
  font-size: 16px;
  color: #656565;
  text-align: justify;
}

.service-wrapper .startup-content .content {
  font-size: 16px;
  color: #656565;
  text-align: justify;
}
.service-wrapper .service-box {
  height: 422px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  justify-content: center;
}
.service-wrapper .service-box .service-box-data {
  text-align: center;
}
.service-wrapper .service-box .service-box-data .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
  padding: 15px 0;
  margin-bottom: 0px;
  height: 110px;
  display: flex;
  align-items: center;
}

.ecommerce-wrapper .ecomm-box {
  height: 294px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1098039216);
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 400ms ease-in-out;
}
.ecommerce-wrapper .ecomm-box img {
  margin-bottom: 20px;
}
.ecommerce-wrapper .ecomm-box img.icon-red {
  display: block;
}
.ecommerce-wrapper .ecomm-box img.icon-white {
  display: none;
}
.ecommerce-wrapper .ecomm-box .title {
  font-size: 25px;
  font-weight: 500;
  color: #5b5b5b;
  margin-bottom: 0px;
}
.ecommerce-wrapper .ecomm-box:hover {
  background: transparent linear-gradient(181deg, #ff0000 0%, #ff4411 28%, #ff8121 100%);
  transition: all 400ms ease-in-out;
}
.ecommerce-wrapper .ecomm-box:hover .title {
  color: white;
}
.ecommerce-wrapper .ecomm-box:hover img {
  margin-bottom: 20px;
}
.ecommerce-wrapper .ecomm-box:hover img.icon-red {
  display: none;
}
.ecommerce-wrapper .ecomm-box:hover img.icon-white {
  display: block;
}
.ecommerce-wrapper .ecommerce-content .content {
  font-size: 16px;
  color: #656565;
  font-weight: 300;
  text-align: justify;
}

.other-industries .content-sub {
  font-size: 16px;
  color: #656565;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}

.serve-wrapper {
  text-align: center;
}
.serve-wrapper .main-title {
  line-height: 1;
}
.serve-wrapper .sub-title {
  font-size: 30px;
  color: #959595;
  font-weight: 400;
}
.serve-wrapper .content {
  font-size: 16px;
  color: #656565;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}
.serve-wrapper .serve-list {
  margin-top: 40px;
}
.serve-wrapper .serve-list .icon-list-item {
  width: 126px;
  height: 221px;
  border-radius: 63px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 400ms ease-in-out;
}
.serve-wrapper .serve-list .icon-list-item:hover {
  background: transparent linear-gradient(180deg, #ff0000 0%, #ff7f21 100%);
  transition: all 400ms ease-in-out;
}
.serve-wrapper .serve-list .icon-list-item:hover .icon-white {
  display: block !important;
}
.serve-wrapper .serve-list .icon-list-item:hover .icon-black {
  display: none !important;
}
.serve-wrapper .serve-list .icon-list-item:hover .icon-title {
  color: #fff;
}
.serve-wrapper .serve-list .icon-list-item .icon-item {
  margin-bottom: 16px;
}
.serve-wrapper .serve-list .icon-list-item .icon-item .icon-white {
  display: none;
}
.serve-wrapper .serve-list .icon-list-item .icon-item .icon-black {
  display: block;
}
.serve-wrapper .serve-list .icon-list-item .icon-title {
  font-size: 20px;
  font-weight: 400;
  color: #707070;
}

.logoscroll-wrapper .scroll-logos {
  background-image: url(../img/scroll-company-logos.png);
  width: 100%;
  height: 7rem;
  background-position: 0%;
  background-repeat: repeat-x;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  animation: runLogo 120s linear infinite;
}

.service .service-content .service-title {
  color: #ff0000;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.9px;
}
.service .service-content .service-subtitle {
  color: #4c4c4c;
  font-size: 20px;
  font-weight: 500;
}
.service .service-content .content {
  color: #030303;
  font-size: 16px;
  text-align: justify;
  justify-content: center;
}
.service .service-content .data-list {
  padding-left: 15px;
}
.service .service-content .data-list .data-list-item {
  font-size: 14px;
  color: #030303;
  text-align: justify;
  justify-content: center;
  margin-bottom: 10px;
  padding-left: 20px;
}
.service .service-content .data-list .data-list-item:last-child {
  margin-bottom: 0px;
}
.service .service-content .data-list .data-list-item::marker {
  color: #faa200;
  font-size: 20px;
}

.about .title {
  text-align: center;
  font-size: 45px;
  color: #575757;
  font-weight: 400;
  margin-bottom: 25px;
}
.about .title span {
  font-size: 60px;
  background: -webkit-linear-gradient(rgb(255, 129, 33), rgb(255, 7, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.about .about-content {
  color: #000000;
  font-size: 18px;
  text-align: center;
}

.team-work .discription-box {
  padding: 30px;
  background: #ffffff;
  border-radius: 25px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  width: 550px;
  height: 138px;
  margin-bottom: 50px;
}
.team-work .discription-box .describe-title {
  margin-bottom: 5px;
  font-size: 20px;
  color: #6a6a6a;
  font-weight: 500;
  text-transform: capitalize;
}
.team-work .discription-box .content {
  font-size: 16px;
  color: #6a6a6a;
  text-align: justify;
}
.team-work .discription-box img {
  margin-right: 70px;
}
.team-work .content-box h4 {
  font-size: 36px;
  color: #000000;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 30px;
}
.team-work .content-box p {
  font-size: 18px;
}

.bio-wrapper {
  position: relative;
  background-image: linear-gradient(to right, rgba(170, 226, 255, 0.12) 0%, rgba(255, 147, 101, 0.12) 26%, rgba(255, 75, 144, 0.12) 57%, rgba(175, 102, 249, 0.12) 100%);
}
.bio-wrapper .overlay-container {
  height: 520px;
}
.bio-wrapper .overlay-container .image-circle {
  position: absolute;
  bottom: 0;
}
.bio-wrapper .overlay-container .image-circle .overlay-circle {
  top: -140px;
  left: -90px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
}
.bio-wrapper .bio-content-box {
  padding: 40px 0;
}
.bio-wrapper .bio-content-box .bio-name {
  color: #ff0000;
  font-size: 30px;
  font-weight: 700;
}
.bio-wrapper .bio-content-box .bio-designation {
  color: #6a6a6a;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}
.bio-wrapper .bio-content-box .bio-content {
  font-size: 16px;
  color: #6a6a6a;
  line-height: 30px;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}

.process-wrapper .title {
  text-align: center;
  font-size: 45px;
  color: #575757;
  font-weight: 400;
  margin-bottom: 60px;
}
.process-wrapper .title span {
  font-size: 60px;
  background: -webkit-linear-gradient(rgb(255, 129, 33), rgb(255, 7, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.process-wrapper .row-first {
  padding-bottom: 80px;
}
.process-wrapper .row-second {
  padding-bottom: 50px;
}
.process-wrapper .row-third {
  padding-bottom: 150px;
}
.process-wrapper .row-fourth {
  padding-bottom: 80px;
}
.process-wrapper .counter {
  position: relative;
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  background-color: #d71f06;
  border-radius: 50%;
  margin-right: 20px;
  text-align: center;
  box-shadow: 0 0 25px rgba(172, 24, 12, 0.75);
}
.process-wrapper .counter .arrow1 {
  position: absolute;
  width: 155px;
  height: 149px;
  top: 115px;
  bottom: auto;
  left: auto;
  right: 125px;
  background: url(../img/arrow-1.png);
}
.process-wrapper .counter .arrow2 {
  position: absolute;
  width: 242px;
  height: 155px;
  top: 135px;
  bottom: auto;
  left: 45px;
  background: url(../img/arrow-2.png);
}
.process-wrapper .counter .arrow3 {
  position: absolute;
  width: 285px;
  height: 173px;
  top: 145px;
  bottom: auto;
  left: auto;
  right: 50px;
  background: url(../img/arrow-3.png);
}
.process-wrapper .process-panel {
  padding-top: 70px;
  display: flex;
}
.process-wrapper .process-panel h4 {
  font-size: 24px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 15px;
}
.process-wrapper .process-panel p {
  color: #666666;
  line-height: 20px;
  text-align: justify;
}

.product-wrapper .product-details .product-icon img {
  margin-bottom: 60px;
}
.product-wrapper .product-details .product-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 30px;
  color: #575757;
  margin-bottom: 25px;
}
.product-wrapper .product-details .product-content {
  font-size: 16px;
  line-height: 30px;
  color: #575757;
  text-align: justify;
}
.product-wrapper .product-details .list-inline {
  margin-top: 30px;
}
.product-wrapper .product-details .list-inline .btn-lg {
  border: 1px solid #ff0000;
  border-radius: 30px;
  font-size: 14px;
  color: #ff0000;
}
.product-wrapper .product-details .list-inline .btn-lg:focus {
  box-shadow: none;
  outline: none;
}
.product-wrapper .product-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-wrapper .product-image .product-img {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.product-wrapper .Inner-content {
  position: absolute;
  top: 30px;
}
.product-wrapper .detail-screen {
  padding: 40px;
  background: #f9f9f9 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 59px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-wrapper .detail-screen img {
  width: 100%;
}
.product-wrapper .product-bg {
  padding: 30px;
  border-radius: 50%;
  margin-bottom: 50px;
}
.product-wrapper .product-bg .product-logo {
  margin-bottom: 15px;
  text-align: center;
}
.product-wrapper .product-bg .product-logo img {
  margin-bottom: 20px;
}
.product-wrapper .product-bg .product-logo .product-title {
  color: #575757;
  font-size: 22px;
  font-weight: 500;
}
.product-wrapper .product-bg .product-content {
  font-size: 18px;
  color: #575757;
  font-weight: 400;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-wrapper .product-bg .btn-primary-outline {
  background-color: #fff;
}

.contact-wrapper .overlay-container .image-circle .overlay-circle .content {
  font-size: 30px;
  font-weight: 500;
  color: #4c4c4c;
}
.contact-wrapper .overlay-container .image-circle .overlay-circle .data {
  font-size: 14px;
  line-height: 17px;
  padding: 0px 20px;
  font-weight: 500;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}
.contact-wrapper .contact-details .contact-icon {
  margin-right: 35px;
}
.contact-wrapper .contact-details .contact-icon img {
  height: 35px;
}
.contact-wrapper .contact-details .contact-box .title {
  font-size: 18px;
  font-weight: 500;
  color: #4c4c4c;
  margin-bottom: 10px;
}
.contact-wrapper .contact-details .contact-box .sub-title {
  font-size: 14px;
  color: #4c4c4c;
  margin-bottom: 0px;
}
.contact-wrapper .contact-details .contact-box .sub-title a {
  color: #4c4c4c !important;
}
.contact-wrapper .form-wrapper {
  background-color: rgba(241, 241, 241, 0.75);
  border-radius: 59px;
  padding: 30px;
  margin-top: 50px;
}
.contact-wrapper .form-wrapper .title {
  color: #ff0000;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.contact-wrapper .form-wrapper .sub-title {
  color: #4c4c4c;
  font-size: 16px;
  text-align: center;
  margin-bottom: 60px;
}
.contact-wrapper .form-wrapper .contact-form label {
  font-size: 16px;
  font-weight: 500;
  color: #4c4c4c;
  margin-bottom: 16px;
}
.contact-wrapper .form-wrapper .contact-form .custom-input {
  margin-bottom: 25px;
}
.contact-wrapper .form-wrapper .contact-form .custom-input .form-control {
  height: 55px;
  padding: 20px;
  font-size: 16px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1019607843);
  border-radius: 24px;
  border: none;
}
.contact-wrapper .form-wrapper .contact-form .custom-input .form-control::-moz-placeholder {
  color: #9e9e9e;
  font-weight: 300;
}
.contact-wrapper .form-wrapper .contact-form .custom-input .form-control::placeholder {
  color: #9e9e9e;
  font-weight: 300;
}
.contact-wrapper .form-wrapper .contact-form .custom-input .form-control:focus {
  box-shadow: none;
  outline: none;
}
.contact-wrapper .form-wrapper .contact-form .custom-input label.error {
  font-size: 15px;
  color: #db2626;
  margin-top: 10px;
}
.contact-wrapper .form-wrapper .contact-form .btn.btn-submit {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 30px;
  color: #ff0000;
  background: #ffffff;
  border: 1px solid #ff0000;
  border-radius: 30px;
}

.career-wrapper .overlay-container .image-circle .overlay-circle .content {
  color: #4c4c4c;
  font-size: 40px;
  font-weight: 500;
}
.career-wrapper .career-details {
  text-align: center;
}
.career-wrapper .career-details .career-icon {
  margin-bottom: 40px;
}
.career-wrapper .career-details .career-box .title {
  font-size: 30px;
  color: #4c4c4c;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 40px;
}
.career-wrapper .career-details .career-box .sub-title {
  font-size: 20px;
  color: #929292;
}
.career-wrapper .career-details .career-box .email {
  font-size: 24px;
  font-weight: 500;
}
.career-wrapper .career-details .career-box .email a {
  color: #ff0000 !important;
}

.career-info-wrapper .accordion.accordion-flush .accordion-collapse {
  transition: all 400ms ease-in-out;
}
.career-info-wrapper .accordion .accordion-item {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1019607843);
  border-radius: 26px;
  border: none;
  overflow: hidden;
  margin-bottom: 30px;
}
.career-info-wrapper .accordion .accordion-item .accordion-header {
  font-size: 18px;
  color: #090101;
  font-weight: 600;
}
.career-info-wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-image: url(../img/footer_bg.png);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer p {
  color: #fff;
  font-size: 14px;
}

.case-studies-wrapper .maintitle {
  text-align: center;
  font-size: 45px;
  color: #575757;
  font-weight: 400;
  margin-bottom: 25px;
}
.case-studies-wrapper .maintitle span {
  font-size: 60px;
  background: -webkit-linear-gradient(rgb(255, 129, 33), rgb(255, 7, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.case-studies-wrapper .bottom-margin {
  margin-bottom: 30px;
}
.case-studies-wrapper .case-study-section {
  border-radius: 15px;
  overflow: hidden;
  background-color: #f3f3f3;
  position: relative;
}
.case-studies-wrapper .case-study-section .case-study-top {
  height: 320px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.case-studies-wrapper .case-study-section .case-study-data {
  padding: 30px;
}
.case-studies-wrapper .case-study-section .case-study-data .case-study-header .logo-icon {
  margin-bottom: 15px;
}
.case-studies-wrapper .case-study-section .case-study-data .case-study-header .info {
  color: #6a6a6a;
  font-size: 14px;
}
.case-studies-wrapper .case-study-section .case-study-data .case-study-header .info .title {
  font-weight: 600;
  margin-bottom: 0px;
}
.case-studies-wrapper .case-study-section .case-study-data .case-study-header .info .sub-title {
  margin-bottom: 0px;
}
.case-studies-wrapper .case-study-section .case-study-data .content {
  padding: 40px 0;
}
.case-studies-wrapper .case-study-section .case-study-data .content p {
  font-size: 14px;
  margin-bottom: 0px;
  color: #6a6a6a;
  text-align: justify;
}
.case-studies-wrapper .case-study-section .case-study-bottom {
  padding: 0px 30px 20px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.case-studies-wrapper .case-study-section .case-study-bottom .btn-lg {
  font-size: 14px;
  color: #ff0000;
  background: #ffffff;
  border: 1px solid #ff0000;
  border-radius: 10px;
}

.case-study-details-wrapper .case-header .btn-only-icon {
  background-color: transparent;
  border: none;
}
.case-study-details-wrapper .case-details .case-top {
  margin-bottom: 20px;
}
.case-study-details-wrapper .case-details .case-top .case-icon {
  height: 55px;
  margin-right: 15px;
}
.case-study-details-wrapper .case-details .case-top .subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}
.case-study-details-wrapper .case-details .case-top-subinfo .about-case .title {
  font-size: 14px;
  font-weight: 600;
}
.case-study-details-wrapper .case-details .case-top-subinfo .about-case .minititle {
  font-size: 14px;
}
.case-study-details-wrapper .case-details .case-content .design-img {
  margin: 20px 0;
}
.case-study-details-wrapper .case-details .case-content p {
  font-size: 14px;
  text-align: justify;
}

.modal .modal-content {
  border: none;
}
.modal .modal-header {
  background-image: url(../img/navbar-bottom.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.modal .modal-header .btn-close {
  background: transparent url(../img/close-btn.png) center/1em auto no-repeat;
  opacity: 1;
}
.modal .modal-body .form-wrapper label {
  font-size: 14px;
}
.modal .modal-body .form-wrapper .form-control::-moz-placeholder {
  font-size: 14px;
}
.modal .modal-body .form-wrapper .form-control::placeholder {
  font-size: 14px;
}
.modal .modal-body .form-wrapper .form-control:focus {
  box-shadow: none !important;
  outline: none !important;
}
.modal .modal-body .form-wrapper label.error {
  font-size: 12px;
  color: #db2626;
  margin-top: 10px;
}
.modal .btn-lg {
  border: 1px solid #ff0000;
  border-radius: 30px;
  font-size: 14px;
  color: #ff0000;
  text-transform: uppercase;
}

.og-details p {
  text-align: justify;
}

.success-form {
  padding: 40px 0;
}
.success-form img {
  float: left;
  margin-right: 15px;
  margin-bottom: 30px;
}
.success-form p {
  font-size: 20px;
  line-height: 24px;
  color: #241a2e;
}

.common-asset-section .overlay-container .image-circle .overlay-circle {
  top: -12px;
  left: -125px;
}

.list-wrapper .list-title {
  color: #FF0000;
  font-size: 22px;
  font-weight: 500;
}
.list-wrapper .para-text {
  color: #575757;
  font-size: 20px;
  font-weight: 400;
}
.list-wrapper .para-text-small {
  color: #1C1C1C;
  font-size: 18px;
  font-weight: 400;
}
.list-wrapper .link-list {
  padding-left: 20px;
}
.list-wrapper .link-list .link-list-item {
  color: #575757;
  font-size: 18px;
  font-weight: 400;
}
.list-wrapper .link-list .link-list-item::marker {
  color: #FAA200;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  font-size: 22px;
}

.team-wrapper .title {
  text-align: center;
  font-size: 45px;
  color: #575757;
  font-weight: 400;
  margin-bottom: 25px;
}
.team-wrapper .title span {
  font-size: 60px;
  background: -webkit-linear-gradient(rgb(255, 129, 33), rgb(255, 7, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.team-wrapper .mini-title {
  color: #9D9D9D;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.team-wrapper .team-block {
  text-align: center;
  margin-bottom: 50px;
}
.team-wrapper .team-block .team-img {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 206px;
  height: 206px;
  margin: 0 auto;
  margin-bottom: 15px;
  border-radius: 50%;
}
.team-wrapper .team-block .team-name {
  color: #4C4C4C;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.team-wrapper .team-block .team-desgn {
  color: #FF0000;
  font-size: 14px;
  font-weight: 500;
}

.office-wrapper .title {
  text-align: center;
  font-size: 45px;
  color: #575757;
  font-weight: 400;
  margin-bottom: 25px;
}
.office-wrapper .title span {
  font-size: 60px;
  background: -webkit-linear-gradient(rgb(255, 129, 33), rgb(255, 7, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.office-wrapper .office-block {
  width: 570px;
  height: 570px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.office-wrapper .office-slider {
  display: flex; /* Ensures all slides are in a row */
  overflow: hidden; /* Hides overflow to prevent showing all slides at once */
  width: 100%; /* Ensure the slider takes full width */
}
.office-wrapper .office-slide {
  margin: 0 auto;
  flex: 0 0 auto; /* Prevents slides from shrinking or growing */
  width: 100%; /* Makes each slide take full width of container */
  height: 500px; /* Set your preferred height */
  background-size: cover; /* Ensures image covers entire div */
  background-position: center; /* Centers the background image */
  display: none; /* Initially hide all slides */
}
.office-wrapper .office-slide.active {
  display: block; /* Display the active slide */
  animation: slideIn 1s forwards; /* Slide animation */
}

.blog-wrapper .block-img {
  position: relative;
  width: 321px;
  height: 321px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.blog-wrapper .blog-content-block {
  padding: 0px 20px;
}
.blog-wrapper .blog-content-block .title {
  color: #FF0000;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0px;
}
.blog-wrapper .blog-content-block .mini-title {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}
.blog-wrapper .blog-content-block .content {
  font-size: 16px;
  color: #4C4C4C;
  font-weight: 400;
  text-align: justify;
}
.blog-wrapper .blog-content-block .link-list {
  margin-top: 20px;
  padding-left: 0px;
}
.blog-wrapper .blog-content-block .link-list .link-list-item {
  list-style: none;
}
.blog-wrapper .blog-content-block .btn-primary-outline {
  border-radius: 10px !important;
}

@keyframes slideIn {
  0% {
    transform: translateX(100%); /* Start from the right */
  }
  100% {
    transform: translateX(0); /* Slide to the left */
  }
}
.nav-tab-wrapper .nav-pills .nav-item {
  margin-right: 10px;
}
.nav-tab-wrapper .nav-pills .nav-item .nav-link {
  color: #4C4C4C;
  border: 1px solid transparent;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
  border-radius: 25px;
}
.nav-tab-wrapper .nav-pills .nav-item .nav-link.active {
  color: #FF0000;
  border: 1px solid #FF0000;
}

.vpm-blog-wrapper .video-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vpm-blog-wrapper .video-container video {
  width: 80%;
  border-radius: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.vpm-blog-wrapper .blog-content-block {
  padding: 0px 45px;
}
.vpm-blog-wrapper .blog-content-block .pr-logo {
  margin-bottom: 15px;
}
.vpm-blog-wrapper .blog-content-block .pr-title {
  color: #707070;
  font-size: 24px;
  font-weight: 500;
}
.vpm-blog-wrapper .blog-content-block .content {
  color: #707070;
  font-size: 17px;
  margin-bottom: 8px;
  text-align: justify;
}

.infograph-wrapper {
  background: linear-gradient(108deg, rgba(170, 226, 255, 0.13) 0%, rgba(76, 76, 76, 0.13) 100%);
}
.infograph-wrapper .block-img {
  background-image: url(img/vpm-pr-infograph.png);
  position: relative;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.benefits-wrapper {
  box-shadow: 0px 0px 10px rgba(123, 123, 123, 0.3019607843);
}
.benefits-wrapper .benefits-title {
  color: #E31E24;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.9px;
}
.benefits-wrapper .content-block ul {
  margin-bottom: 0px;
  padding-left: 22px;
}
.benefits-wrapper .content-block ul li {
  font-size: 16px;
  line-height: 29px;
  color: #232323;
  font-weight: 400;
}
.benefits-wrapper .content-block ul li::marker {
  color: #ff0000;
  font-size: 22px;
}

.pricing-wrapper .pricing-title {
  color: #E31E24;
  font-size: 30px;
  font-weight: 500;
}
.pricing-wrapper .table-block {
  border: 1px solid #C1C1C1;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.pricing-wrapper .pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px;
}
.pricing-wrapper .pricing-table thead th {
  color: #fff;
  font-size: 18px;
  padding: 12px;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
}
.pricing-wrapper .pricing-table .bronze-bg {
  background: linear-gradient(135deg, #E9D6C0, #D1B8A2);
}
.pricing-wrapper .pricing-table .silver-bg {
  background: linear-gradient(135deg, #DBDADA, #C4C3C3);
}
.pricing-wrapper .pricing-table .gold-bg {
  background: linear-gradient(135deg, #F8E4A5, #E5C678);
}
.pricing-wrapper .pricing-table tbody tr td {
  color: #707070;
  font-size: 15px;
  font-weight: 400;
  background-color: #FAF8F8;
  padding: 12px;
  border-radius: 6px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.pricing-wrapper .pricing-table tbody tr:hover td {
  transform: scale(1.02);
}
.pricing-wrapper .pricing-table td:first-child {
  background: none;
  color: #505050;
  font-weight: 500;
  text-align: left;
}
.pricing-wrapper .pricing-table .bronze-data-bg {
  background-color: #FFF4EC;
}
.pricing-wrapper .pricing-table .silver-data-bg {
  background-color: #F5F5F5;
}
.pricing-wrapper .pricing-table .gold-data-bg {
  background-color: #FEFAE8;
}
.pricing-wrapper .pricing-table td:nth-child(n+2),
.pricing-wrapper .pricing-table th:nth-child(n+2) {
  position: relative;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
.pricing-wrapper .table-note {
  background-color: #FAF8F8;
  padding: 15px;
  margin-top: 12px;
  border-radius: 6px;
}
.pricing-wrapper .table-note p {
  margin-bottom: 0px;
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

/* Custom tooltip styling */
.tooltip-inner {
  background-color: #fff !important;
  color: #000 !important;
  font-size: 14px;
  padding: 10px;
  text-align: justify;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2) !important;
}

/* Custom arrow color */
.tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #fff !important;
}

.tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #fff !important;
}

.tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: #fff !important;
}

.tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: #fff !important;
}

@media (max-width: 2560px) {
  .vpm-blog-wrapper .video-container {
    width: 100%;
    height: 100%;
  }
  .vpm-blog-wrapper .video-container video {
    width: 80%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1920px) {
  .overlay-container .image-circle .overlay-circle {
    top: -40px;
    left: -125px;
  }
}
@media (max-width: 1440px) {
  .banner .content .banner-img .img-left {
    left: 60px;
  }
  .banner .content .banner-img .img-right {
    left: -75px;
  }
  .overlay-container .image-circle .overlay-circle {
    top: -35px;
  }
  .bio-wrapper .overlay-container .image-circle .overlay-circle {
    top: -130px;
    left: -55px;
  }
  .process-wrapper .counter {
    width: 80px;
    height: 80px;
    font-size: 30px;
  }
  .team-work .discription-box {
    padding: 20px;
    height: 125px;
  }
  .team-work .discription-box img {
    margin-right: 30px;
    height: 45px;
  }
  .team-work .discription-box .describe-title {
    font-size: 18px;
  }
  .team-work .discription-box .content {
    font-size: 14px;
  }
  .vpm-blog-wrapper .video-container video {
    width: 95%;
    height: 100%;
  }
}
@media (max-width: 1366px) {
  .product-wrapper .product-image .circle-img {
    height: 470px;
  }
  .case-studies-wrapper .case-study-section .case-study-data .case-study-header .logo-icon img {
    max-width: 180px;
  }
}
@media (max-width: 1024px) {
  .common-section {
    padding: 40px 0;
  }
  .main-title {
    font-size: 35px;
  }
  .main-title .letter-bold {
    font-size: 42px;
  }
  header .navbar .navbar-brand img {
    width: 95px;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  .banner .content {
    width: 90%;
  }
  .banner .content .banner-heading {
    font-size: 40px;
  }
  .banner .content .banner-heading span {
    font-size: 60px;
  }
  .banner .content .banner-img::before {
    height: 415px;
  }
  .banner .content .banner-img .right-bg {
    height: 500px;
  }
  .banner .content .banner-img .img-left {
    height: 450px;
    left: 50px;
  }
  .banner .content .banner-img .img-right {
    height: 450px;
    left: -30px;
  }
  .small-banner .content .banner-heading {
    font-size: 45px;
  }
  .small-banner .content .banner-heading span {
    font-size: 70px;
  }
  .overlay-container .image-circle .overlay-circle {
    top: -45px;
    left: -85px;
  }
  .process-wrapper .process-panel h4 {
    font-size: 22px;
  }
  .process-wrapper .process-panel p {
    font-size: 16px;
  }
  .process-wrapper .process-panel .counter {
    width: 75px;
    height: 75px;
    font-size: 30px;
  }
  .service-wrapper .service-container .service-box {
    height: 350px;
  }
  .service-wrapper .service-container .service-box .service-box-data img {
    height: 70px;
  }
  .service-wrapper .service-container .service-box .service-box-data .title {
    font-size: 17px;
    height: 70px;
  }
  .serve-wrapper .sub-title {
    font-size: 18px;
  }
  .serve-wrapper .serve-list .icon-list-item {
    width: 110px;
    height: 180px;
  }
  .serve-wrapper .serve-list .icon-list-item .icon-item img {
    height: 60px;
  }
  .serve-wrapper .serve-list .icon-list-item .icon-title {
    font-size: 15px;
  }
  .about .title {
    font-size: 45px;
  }
  .about .title span {
    font-size: 60px;
  }
  .about .about-content {
    font-size: 18px;
  }
  .team-wrapper .title {
    font-size: 45px;
  }
  .team-wrapper .title span {
    font-size: 55px;
  }
  .office-wrapper .title {
    font-size: 45px;
  }
  .office-wrapper .title span {
    font-size: 55px;
  }
  .team-work .discription-box {
    height: 115px;
  }
  .team-work .discription-box img {
    height: 50px;
  }
  .team-work .discription-box p {
    font-size: 20px;
  }
  .team-work .content-box h4 {
    font-size: 28px;
  }
  .team-work .content-box p {
    font-size: 17px;
  }
  .bio-wrapper .bio-content-box {
    text-align: center;
  }
  .bio-wrapper .bio-content-box .bio-content {
    text-align: justify;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  .product-wrapper .product-details .product-icon img {
    margin-bottom: 35px;
    height: 80px;
  }
  .product-wrapper .product-details .product-title {
    font-size: 30px;
  }
  .product-wrapper .product-details .product-content {
    font-size: 14px;
  }
  .product-wrapper .product-details .list-inline .btn-lg {
    font-size: 12px;
  }
  .product-wrapper .product-image .product-img {
    height: 70%;
  }
  .product-wrapper .product-image .circle-img {
    width: 400px;
  }
  .product-wrapper .overlay-container {
    margin-bottom: 30px;
  }
  .product-wrapper .overlay-container .image-circle .overlay-circle {
    top: 0;
    left: 0;
  }
  .product-wrapper .product-bg {
    width: 440px;
    height: 440px;
  }
  .product-wrapper .product-bg .product-logo img {
    margin-bottom: 20px;
    width: 95%;
  }
  .product-wrapper .product-bg .product-logo .product-title {
    font-size: 20px;
  }
  .product-wrapper .product-bg .product-content {
    font-size: 16px;
  }
  .contact-wrapper .overlay-container {
    margin-bottom: 30px;
  }
  .contact-wrapper .overlay-container .image-circle .overlay-circle {
    top: 0;
    left: 0;
  }
  .contact-wrapper .overlay-container .image-circle .overlay-circle .content {
    font-size: 30px;
  }
  .contact-wrapper .contact-details {
    display: flex;
    justify-content: space-around;
  }
  .contact-wrapper .contact-details div:nth-of-type(1) {
    float: left;
    margin-right: 30px;
  }
  .contact-wrapper .contact-details div:nth-of-type(1),
  .contact-wrapper .contact-details div:nth-of-type(2) {
    margin-bottom: 0px !important;
  }
  .contact-wrapper .contact-details .contact-icon img {
    height: 45px;
  }
  .contact-wrapper .contact-details .contact-box .title {
    font-size: 22px;
  }
  .contact-wrapper .contact-details .contact-box .sub-title {
    font-size: 16px;
  }
  .contact-wrapper .form-wrapper .title {
    font-size: 25px;
  }
  .contact-wrapper .form-wrapper .sub-title {
    font-size: 16px;
  }
  .career-wrapper .overlay-container {
    margin-bottom: 20px;
  }
  .career-wrapper .overlay-container .image-circle .overlay-circle {
    top: 0;
    left: 0;
  }
  .common-asset-section .service-title {
    font-size: 22px;
  }
  .common-asset-section .overlay-container .image-circle .overlay-circle {
    top: -5px;
    left: -78px;
  }
  .blog-wrapper .blog-content-block .title {
    font-size: 25px;
  }
  .blog-wrapper .blog-content-block .mini-title {
    font-size: 20px;
  }
  .infograph-wrapper .block-img {
    height: 585px;
  }
  .vpm-blog-wrapper .block-img {
    width: 95%;
  }
  .vpm-blog-wrapper .blog-content-block {
    padding: 0px 20px;
  }
  .vpm-blog-wrapper .blog-content-block .pr-logo {
    height: 65px;
  }
  .vpm-blog-wrapper .blog-content-block .pr-title {
    font-size: 18px;
  }
  .vpm-blog-wrapper .blog-content-block .content {
    font-size: 15px;
  }
  .benefits-wrapper .benefits-title {
    font-size: 24px;
  }
  .pricing-wrapper .pricing-title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .main-title {
    font-size: 30px;
  }
  .main-title .letter-bold {
    font-size: 35px;
  }
  .right-align {
    justify-content: center !important;
  }
  header .navbar {
    background-color: #fff !important;
    height: auto;
    background-image: url(../img/navbar-bottom.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  header .navbar .navbar-brand img {
    width: 85px;
  }
  header .navbar .nav-item .nav-link {
    color: #4c4c4c !important;
  }
  .banner .content {
    text-align: center;
    top: 70px;
  }
  .banner .content .banner-heading {
    font-size: 30px;
  }
  .banner .content .banner-heading span {
    font-size: 42px;
  }
  .banner .content .sub-content {
    margin-bottom: 40px;
  }
  .banner .content .banner-img .right-bg {
    left: 0;
    top: -70px;
    right: 0;
    margin: 0 auto;
    height: 420px;
  }
  .banner .content .banner-img .img-left {
    height: 380px;
    left: 30px;
    top: -70px;
  }
  .banner .content .banner-img .img-right {
    height: 380px;
    left: -40px;
    top: -70px;
  }
  .small-banner {
    height: 185px;
  }
  .small-banner .banner-sub-content {
    font-size: 18px;
  }
  .small-banner .content .banner-heading .mini-title {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .small-banner .content .banner-heading .page-quote {
    font-size: 20px;
  }
  .overlay-container .image-circle {
    width: 300px;
    height: 300px;
  }
  .overlay-container .image-circle .overlay-circle {
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
  }
  .overlay-container .image-circle .overlay-circle p {
    font-size: 40px;
    line-height: 46px;
  }
  .startup .overlay-container {
    margin-bottom: 20px;
  }
  .startup .startup-content {
    text-align: center;
  }
  .startup .startup-content .content {
    -moz-text-align-last: center;
         text-align-last: center;
    font-size: 14px;
  }
  .service-wrapper .startup-content {
    text-align: center;
    margin-bottom: 30px;
  }
  .service-wrapper .startup-content .content {
    text-align: center;
  }
  .service-wrapper .service-box {
    margin-bottom: 20px;
    height: 300px;
  }
  .service-wrapper .service-box .service-box-data img {
    height: 90px;
  }
  .service-wrapper .service-box .service-box-data .title {
    font-size: 14px;
    height: 80px;
  }
  .ecommerce-wrapper .main-title {
    text-align: center;
  }
  .ecommerce-wrapper .ecommerce-content {
    margin-bottom: 30px;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  .ecommerce-wrapper .ecomm-box {
    height: 200px;
  }
  .serve-wrapper .sub-title {
    font-size: 16px;
  }
  .serve-wrapper .serve-list .icon-list-item {
    height: 175px;
  }
  .serve-wrapper .serve-list .icon-list-item .icon-item img {
    height: 60px;
  }
  .serve-wrapper .serve-list .icon-list-item .icon-title {
    font-size: 17px;
  }
  .service .overlay-container {
    margin-bottom: 20px;
  }
  .service .service-content .service-title {
    text-align: center;
  }
  .about .title {
    font-size: 40px;
  }
  .about .title span {
    font-size: 50px;
  }
  .about .about-content {
    font-size: 18px;
  }
  .team-wrapper .title {
    font-size: 40px;
  }
  .team-wrapper .title span {
    font-size: 50px;
  }
  .office-wrapper .title {
    font-size: 40px;
  }
  .office-wrapper .title span {
    font-size: 50px;
  }
  .team-work .content-box {
    text-align: center;
  }
  .team-work .content-box h4 {
    font-size: 28px;
  }
  .team-work .content-box p {
    font-size: 18px;
  }
  .team-work .discription-box {
    height: auto;
  }
  .team-work .discription-box .describe-title {
    font-size: 16px !important;
  }
  .team-work .discription-box .content {
    font-size: 13px !important;
  }
  .bio-wrapper .bio-content-box {
    text-align: center;
  }
  .bio-wrapper .bio-content-box .bio-name {
    font-size: 25px;
  }
  .bio-wrapper .bio-content-box .bio-designation {
    font-size: 18px;
  }
  .bio-wrapper .bio-content-box .bio-content {
    font-size: 14px;
    text-align: justify;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  .bio-wrapper .overlay-container {
    height: 400px;
  }
  .bio-wrapper .overlay-container .image-circle .overlay-circle {
    top: -40px;
    left: -95px;
  }
  .process-wrapper .title {
    font-size: 40px;
  }
  .process-wrapper .title span {
    font-size: 50px;
  }
  .process-wrapper .img-process {
    display: block;
    margin: 0 auto;
  }
  .process-wrapper .row-first {
    padding-bottom: 0px;
  }
  .process-wrapper .row-second,
  .process-wrapper .row-third,
  .process-wrapper .row-fourth,
  .process-wrapper .row-fifth,
  .process-wrapper .row-sixth {
    padding-bottom: 0px;
    padding-top: 100px;
  }
  .process-wrapper .counter .arrow1,
  .process-wrapper .counter .arrow2,
  .process-wrapper .counter .arrow3,
  .process-wrapper .counter .arrow4 {
    display: none;
  }
  .process-wrapper .process-panel .counter {
    width: 65px;
    height: 65px;
  }
  .process-wrapper .process-panel h4 {
    font-size: 20px;
  }
  .contact-wrapper .overlay-container .image-circle .overlay-circle .content {
    font-size: 22px;
  }
  .career-wrapper .career-details .career-icon {
    margin-bottom: 15px;
  }
  .career-wrapper .career-details .career-icon img {
    height: 45px;
  }
  .career-wrapper .career-details .career-box .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .career-wrapper .career-details .career-box .sub-title {
    font-size: 13px;
  }
  .career-wrapper .career-details .career-box .email {
    font-size: 16px;
  }
  .career-info-wrapper .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
  }
  .case-studies-wrapper .maintitle {
    font-size: 30px;
  }
  .case-studies-wrapper .maintitle span {
    font-size: 40px;
  }
  .case-studies-wrapper .case-study-section .case-study-data .case-study-header .info {
    font-size: 12px;
  }
  .case-studies-wrapper .case-study-section .case-study-data .case-study-header .logo-icon img {
    height: 50px;
  }
  .case-studies-wrapper .case-study-section .case-study-data .content p {
    font-size: 13px;
  }
  .case-studies-wrapper .case-study-section .case-study-bottom .btn-lg {
    font-size: 10px;
  }
  .og-details p {
    padding-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .og-expander h3 {
    margin: 10px 0px;
  }
  .product-wrapper .product-bg {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .common-asset-section .service-title {
    font-size: 22px;
  }
  .list-wrapper .list-title {
    font-size: 19px;
  }
  .list-wrapper .para-text {
    font-size: 13px;
  }
  .list-wrapper .para-text-small {
    font-size: 13px;
  }
  .list-wrapper .link-list .link-list-item {
    color: #575757;
    font-size: 14px;
  }
  .blog-wrapper .block-img {
    margin-bottom: 20px;
  }
  .blog-wrapper .blog-content-block .title {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
  }
  .blog-wrapper .blog-content-block .mini-title {
    font-size: 16px;
    text-align: center;
  }
  .blog-wrapper .blog-content-block .content {
    font-size: 14px;
  }
  .blog-wrapper .blog-content-block .link-list {
    text-align: left;
  }
  .blog-wrapper .blog-content-block .link-list .link-list-item {
    font-size: 14px;
  }
  .infograph-wrapper .block-img {
    height: 450px;
  }
  .vpm-blog-wrapper .video-container {
    margin-bottom: 20px;
  }
  .vpm-blog-wrapper .overlay-container .overlay-circle .vpm-img {
    width: 85%;
  }
  .benefits-wrapper .benefits-title {
    font-size: 20px;
  }
  .pricing-wrapper .pricing-title {
    font-size: 20px;
  }
  .overlay-container {
    margin-bottom: 15px;
  }
}
@media (max-device-width: 767px) {
  .main-title {
    font-size: 20px;
  }
  .main-title .letter-bold {
    font-size: 23px;
  }
  .common-section {
    padding: 40px 0;
  }
  .common-section:nth-of-type(1), .common-section:nth-of-type(2) {
    padding-bottom: 0px;
  }
  .right-align {
    justify-content: center !important;
  }
  header .navbar {
    background-color: #fff !important;
    height: auto;
    background-image: url(../img/navbar-bottom.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  header .navbar .navbar-brand img {
    width: 85px;
  }
  header .navbar .nav-item {
    padding: 8px 8px !important;
  }
  header .navbar .nav-item .nav-link {
    padding: 0px !important;
    font-size: 12px !important;
    color: #4c4c4c !important;
  }
  .banner .content {
    text-align: justify;
    justify-content: center;
    -moz-text-align-last: center;
         text-align-last: center;
    top: 70px;
  }
  .banner .content .sub-content {
    font-size: 13px;
  }
  .banner .content::before {
    display: none;
  }
  .banner .content .banner-heading {
    font-size: 22px;
  }
  .banner .content .banner-heading span {
    font-size: 27px;
  }
  .banner .content .banner-img::before {
    height: 340px;
    bottom: -80px;
  }
  .banner .content .banner-img .right-bg {
    top: -100px;
    width: 100%;
    height: 340px;
  }
  .banner .content .banner-img .img-left {
    height: 320px;
    left: 30px;
    top: -80px;
  }
  .banner .content .banner-img .img-right {
    height: 320px;
    left: -30px;
    top: -80px;
  }
  .small-banner {
    height: 140px;
  }
  .small-banner .banner-sub-content {
    font-size: 12px;
  }
  .small-banner .content {
    top: 80px;
  }
  .small-banner .content .banner-heading .mini-title {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .small-banner .content .banner-heading .page-quote {
    font-size: 14px;
    line-height: 15px;
  }
  .startup .overlay-container {
    margin-bottom: 20px;
  }
  .startup .startup-content {
    text-align: center;
  }
  .startup .startup-content .content {
    -moz-text-align-last: center;
         text-align-last: center;
    font-size: 13px;
  }
  .service-wrapper .startup-content {
    text-align: center;
  }
  .service-wrapper .startup-content .content {
    font-size: 14px;
    text-align: justify;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  .service-wrapper .service-box {
    height: 250px !important;
    margin-bottom: 20px;
  }
  .service-wrapper .service-box .service-box-data img {
    height: 55px;
  }
  .service-wrapper .service-box .service-box-data .title {
    font-size: 14px;
  }
  .ecommerce-wrapper .main-title {
    text-align: center;
  }
  .ecommerce-wrapper .ecommerce-content {
    margin-bottom: 30px;
  }
  .ecommerce-wrapper .ecommerce-content .content {
    -moz-text-align-last: center;
         text-align-last: center;
    font-size: 14px;
  }
  .ecommerce-wrapper .ecomm-box {
    height: 150px;
  }
  .ecommerce-wrapper .ecomm-box img {
    height: 55px;
    margin-bottom: 9px;
  }
  .ecommerce-wrapper .ecomm-box .title {
    font-size: 18px;
  }
  .serve-wrapper .content {
    font-size: 13px;
  }
  .serve-wrapper .serve-list {
    margin-top: 10px;
  }
  .serve-wrapper .serve-list .icon-list-item {
    height: 145px;
    width: 98px;
    margin: 0 auto;
  }
  .serve-wrapper .serve-list .icon-list-item .icon-item img {
    height: 45px;
  }
  .serve-wrapper .serve-list .icon-list-item .icon-title {
    font-size: 14px;
  }
  .serve-wrapper .sub-title {
    font-size: 13px;
  }
  .other-industries .content-sub {
    font-size: 13px;
  }
  .service .overlay-container {
    margin-bottom: 20px;
  }
  .service .service-content .service-title {
    text-align: center;
    font-size: 20px;
  }
  .service .service-content .content {
    font-size: 13px;
    line-height: 23px;
  }
  .service .service-content .service-subtitle {
    font-size: 16px;
  }
  .about .title {
    font-size: 20px;
  }
  .about .title span {
    font-size: 23px;
  }
  .about .about-content {
    font-size: 13px;
  }
  .team-wrapper .title {
    font-size: 20px;
  }
  .team-wrapper .title span {
    font-size: 23px;
  }
  .team-wrapper .team-block .team-name {
    margin-bottom: 0px;
  }
  .office-wrapper .title {
    font-size: 20px;
  }
  .office-wrapper .title span {
    font-size: 23px;
  }
  .office-wrapper .office-block {
    width: 300px;
    height: 300px;
  }
  .office-wrapper .office-slide {
    height: 290px;
  }
  .team-work .discription-box {
    width: 100%;
    padding: 12px;
  }
  .team-work .discription-box .describe-title {
    font-size: 14px !important;
  }
  .team-work .discription-box .content {
    font-size: 12px !important;
  }
  .team-work .discription-box img {
    height: 40px;
    margin-right: 30px;
  }
  .team-work .content-box h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .team-work .content-box p {
    font-size: 13px;
  }
  .bio-wrapper .overlay-container {
    height: 350px;
  }
  .bio-wrapper .overlay-container .image-circle .overlay-circle {
    top: 0;
    left: 0;
  }
  .bio-wrapper .bio-content-box .bio-name {
    font-size: 20px;
  }
  .bio-wrapper .bio-content-box .bio-designation {
    font-size: 14px;
  }
  .bio-wrapper .bio-content-box .bio-content {
    font-size: 13px;
    line-height: 22px;
  }
  .process-wrapper {
    background: none;
    background-position: 35px 465px;
  }
  .process-wrapper .title {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .process-wrapper .title span {
    font-size: 23px;
  }
  .process-wrapper .arrow1,
  .process-wrapper .arrow2,
  .process-wrapper .arrow3 {
    display: none;
  }
  .process-wrapper .counter {
    width: 50px;
    height: 50px;
    padding: 10px 0;
    font-size: 28px;
    margin-right: 10px;
  }
  .process-wrapper .process-panel {
    padding-top: 30px;
  }
  .process-wrapper .process-panel .counter {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .process-wrapper .process-panel h4 {
    font-size: 18px;
  }
  .process-wrapper .process-panel p {
    font-size: 13px;
  }
  .process-wrapper .row-first {
    padding-bottom: 0px;
  }
  .process-wrapper .row-second,
  .process-wrapper .row-third,
  .process-wrapper .row-fourth,
  .process-wrapper .row-fifth {
    padding-bottom: 0px;
    padding-top: 70px;
  }
  .product-wrapper .product-details {
    margin-bottom: 30px;
  }
  .product-wrapper .product-details .product-icon img {
    margin-bottom: 14px;
    height: 45px;
  }
  .product-wrapper .product-details .product-title {
    font-size: 20px;
  }
  .product-wrapper .product-details .product-content {
    font-size: 13px;
    line-height: 23px;
  }
  .product-wrapper .product-details .list-inline .btn-lg {
    font-size: 10px;
  }
  .product-wrapper .product-image {
    height: 400px;
  }
  .product-wrapper .product-image .circle-img {
    height: 85%;
  }
  .product-wrapper .product-image .product-img {
    margin-bottom: 20px;
  }
  .product-wrapper .overlay-container {
    margin-bottom: 20px;
  }
  .product-wrapper .overlay-container .image-circle .overlay-circle img {
    width: 150px;
  }
  .product-wrapper .detail-screen {
    margin: 20px 0px;
  }
  .product-wrapper .product-bg {
    width: 345px;
    height: 345px;
  }
  .product-wrapper .product-bg .product-logo .product-title {
    font-size: 18px;
  }
  .product-wrapper .product-bg .product-content {
    font-size: 14px;
  }
  .contact-wrapper .overlay-container .image-circle .overlay-circle .content {
    font-size: 20px;
  }
  .contact-wrapper .overlay-container .image-circle .overlay-circle .data {
    font-size: 13px;
  }
  .contact-wrapper .contact-details .contact-icon img {
    height: 25px;
  }
  .contact-wrapper .contact-details .contact-box .title {
    font-size: 15px;
  }
  .contact-wrapper .contact-details .contact-box .sub-title {
    font-size: 13px;
  }
  .contact-wrapper .form-wrapper {
    margin-bottom: 30px;
  }
  .contact-wrapper .form-wrapper .title {
    font-size: 20px;
  }
  .contact-wrapper .form-wrapper .sub-title {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .contact-wrapper .form-wrapper .contact-form label {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .contact-wrapper .form-wrapper .contact-form .form-control {
    height: 40px !important;
    padding: 15px !important;
    font-size: 13px;
    margin-bottom: 22px;
  }
  .contact-wrapper .form-wrapper .contact-form .form-control::-moz-placeholder {
    font-size: 12px;
  }
  .contact-wrapper .form-wrapper .contact-form .form-control::placeholder {
    font-size: 12px;
  }
  .contact-wrapper .form-wrapper .contact-form .btn.btn-submit {
    font-size: 10px;
  }
  .career-wrapper .career-details .career-icon {
    margin-bottom: 15px;
  }
  .career-wrapper .career-details .career-icon img {
    height: 45px;
  }
  .career-wrapper .career-details .career-box .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .career-wrapper .career-details .career-box .sub-title {
    font-size: 13px;
  }
  .career-wrapper .career-details .career-box .email {
    font-size: 16px;
  }
  .career-info-wrapper .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
  }
  .footer {
    height: 60px;
  }
  .footer p {
    font-size: 12px;
  }
  .common-asset-section .overlay-container .image-circle .overlay-circle {
    top: 0px;
    left: 0px;
  }
  .common-asset-section .service .service-content .content {
    text-align: justify !important;
    -moz-text-align-last: center !important;
         text-align-last: center !important;
  }
  .blog-wrapper .block-img {
    margin-bottom: 20px;
  }
  .blog-wrapper .blog-content-block .title {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
  }
  .blog-wrapper .blog-content-block .mini-title {
    font-size: 16px;
    text-align: center;
  }
  .blog-wrapper .blog-content-block .content {
    font-size: 14px;
  }
  .blog-wrapper .blog-content-block .link-list {
    text-align: left;
  }
  .blog-wrapper .blog-content-block .link-list .link-list-item {
    font-size: 14px;
  }
  .infograph-wrapper {
    padding-bottom: 30px !important;
  }
  .infograph-wrapper .block-img {
    height: 250px;
  }
  .vpm-blog-wrapper .block-img {
    margin-bottom: 20px;
  }
  .vpm-blog-wrapper .blog-content-block {
    text-align: center;
  }
  .vpm-blog-wrapper .blog-content-block .pr-logo {
    margin-bottom: 5px;
  }
  .vpm-blog-wrapper .blog-content-block .pr-logo img {
    height: 55px;
  }
  .benefits-wrapper .benefits-title {
    font-size: 18px;
  }
  .benefits-wrapper .content-block ul li {
    font-size: 15px;
  }
  .pricing-wrapper .pricing-title {
    font-size: 18px;
  }
  .pricing-wrapper .table-block {
    padding: 0px;
  }
  .pricing-wrapper .table-block thead th {
    padding: 5px;
    font-size: 13px;
  }
  .pricing-wrapper .table-block tbody tr td {
    font-size: 12px;
    padding: 5px;
  }
  .pricing-wrapper .table-note p {
    font-size: 12px;
  }
}
@media (max-device-width: 375px) {
  .right-align {
    justify-content: center !important;
  }
  .banner .content .banner-img::before {
    height: 275px;
    bottom: -20px;
  }
  .banner .content .banner-img .img-left {
    height: 270px;
    left: 30px;
    top: -75px;
  }
  .banner .content .banner-img .img-right {
    height: 270px;
    left: -20px;
    top: -80px;
  }
  .pricing-wrapper .table-block .pricing-table thead th {
    font-size: 13px;
  }
  .pricing-wrapper .table-block .pricing-table tbody tr td {
    font-size: 12px;
  }
}
@keyframes animateleft {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
}
@keyframes animateRight {
  0%, 100% {
    transform: translateY(50px);
  }
  50% {
    transform: translateY(0px);
  }
}
@keyframes runLogo {
  100% {
    background-position: -350rem 50%;
  }
}/*# sourceMappingURL=style.css.map */