@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900&amp;display=swap");
.form-group {
  padding-top: 20px;
}
.form-group span {
  position: absolute;
  transition: all ease 0.2s;
}

.contact-form textarea.form-control {
  font-size: 15px;
}

textarea.form-control {
  font-size: 15px;
}

.input-label {
  position: absolute;
  top: 8px;
  color: #787878;
  font-size: 15px;
  left: 50px;
  z-index: 1;
  transition: all 0.2s linear;
}

body {
  font-family: "Montserrat", sans-serif;
}

.container {
  max-width: 80%;
  width: 100%;
}
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1440px) {
  .home-page-body .main-heading {
    font-size: 40px;
    line-height: 44px;
  }
  body .cross-platform-banner .sub-heading {
    font-size: 18px;
    line-height: 28px;
}
}
@media (max-width: 1199px) {
  .home-page-body .main-heading {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .home-page-body .main-heading {
    font-size: 28px;
    word-wrap: break-word;
    line-height: 35px;
  }
  .privacy-policy-link {
    margin-top: 28px;
   }
}

@media (max-width: 1440px) {
  .home-page-body .sub-heading {
    font-size: 14px;
    line-height: 20px;
  }
}

a:hover,
a,
a:focus {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.main-heading {
  font-weight: normal;
  font-size: 37px;
  line-height: 44px;
  color: #fff;
  margin: 0px;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .main-heading {
    font-size: 64px;
    line-height: 75px;
  }
}
@media (max-width: 1199px) {
  .main-heading {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .main-heading {
    font-size: 33px;
    word-wrap: break-word;
    line-height: 40px;
  }
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .main-heading {
    font-size: 68px;
  }
}
.main-heading span {
  font-weight: bold;
  display: block;
}
.main-heading.black {
  color: #000;
}

.sub-heading {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .sub-heading {
    font-size: 22px;
    line-height: 32px;
  }
}
.sub-heading.black {
  color: #7E7E7E;
}

.white-button {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 8px 25px;
  transition: all ease 0.5s;
}
.white-button:hover {
  background-color: #fff;
  color: #000;
}
@media (max-width: 767px) {
  .white-button {
    padding: 8px;
  }
}
.white-button.black {
  border-color: #757575;
  color: #757575;
  background: transparent;
}
.white-button.black:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.red-button {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 8px 25px;
  background-color: #EE1C1C;
  transition: all ease 0.5s;
}
.red-button:hover {
  background-color: #000;
  color: #fff;
}

/* Banner*/
.sa-banner {
  background: linear-gradient(116.82deg, #0026AC 0%, #350840 100.51%);
}
.sa-banner .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 100%;
}
.sa-banner .banner-content {
  position: relative;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .sa-banner .banner-content {
    margin-top: 80px;
  }
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .sa-banner .banner-content {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .sa-banner .banner-content {
    margin-top: 60px;
  }
  .contact-page-banner .contact-form .col-md-6 {
    width: 100%;
  }

  .contact-page-banner .contact-form .form-group {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .contact-page-banner .contact-form .contact-captcha {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sa-banner .banner-content {
    margin-top: 80px;
  }
}
.sa-banner .banner-content .row {
  z-index: 2;
  position: relative;
}
.sa-banner .banner-content-heading {
  font-weight: normal;
  font-size: 86px;
  line-height: 115px;
  color: #fff;
  margin: 0 0 53px;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .sa-banner .banner-content-heading {
    margin-left: 6%;
  }
}
@media (max-width: 1440px) {
  .sa-banner .banner-content-heading {
    font-size: 68px;
  }
}
@media (max-width: 767px) {
  .sa-banner .banner-content-heading {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 20px;
  }
}
.sa-banner .banner-content .arrow-banner {
  max-width: 55px;
}
@media (max-width: 767px) {
  .sa-banner .banner-content .arrow-banner {
    display: none;
  }
}
.sa-banner .banner-content .banner-sub-heading {
  font-weight: bold;
  font-size: 86px;
  line-height: 80px;
  margin: 0;
  display: block;
}
@media (max-width: 1440px) {
  .sa-banner .banner-content .banner-sub-heading {
    font-size: 68px;
  }
}
@media (max-width: 767px) {
  .sa-banner .banner-content .banner-sub-heading {
    font-size: 40px;
    line-height: 55px;
  }
}
.sa-banner .banner-content-list {
  margin-top: 31px;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .sa-banner .banner-content-list {
    margin-left: 6.5%;
  }
}
.sa-banner .banner-content-list li {
  list-style: none;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  max-width: 330px;
  padding-right: 40px;
  color: #FFF2F2;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .sa-banner .banner-content-list li {
    max-width: 400px;
  }
}
@media (max-width: 1440px) {
  .sa-banner .banner-content-list li {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .sa-banner .banner-content-list li {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.sa-banner .banner-vector {
  position: absolute;
  top: -71px;
  right: -30px;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .sa-banner .banner-vector {
    right: 6%;
    top: -121px;
  }
}
@media (max-width: 1199px) {
  .sa-banner .banner-vector {
    right: 0;
  }
}
@media (max-width: 767px) {
  .sa-banner .banner-vector {
    top: 0;
    right: -216px;
  }
}
@media (max-width: 767px) {
  .sa-banner .banner-vector img {
    max-width: 320px;
  }
}

/*End banner*/
.sa-innovation {
  position: relative !important;
}
.sa-innovation .container {
  max-width: 90%;
  min-height: 100%;
  height: 100%;
  margin-top: 28px;
}
@media (max-width: 1199px) {
  .sa-innovation .container {
    max-width: 100%;
  }
}
.sa-innovation .row {
  display: flex;
  align-items: flex-end;
  min-height: 100%;
  justify-content: center;
  flex-direction: column;
}
.sa-innovation .innovation-image-top {
  position: absolute;
  bottom: -5px;
  left: 40px;
  width: 50%;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .sa-innovation .innovation-image-top {
    left: 6%;
  }
}
@media (max-width: 1199px) {
  .sa-innovation .innovation-image-top {
    left: 0px;
  }
}
@media (max-width: 991px) {
  .sa-innovation .innovation-image-top {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .sa-innovation .innovation-image-top {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sa-innovation .innovation-image-top {
    display: block;
  }
}
.sa-innovation .sub-heading {
  margin: 15px 0px 0px;
}
.sa-innovation .innovation-service {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 28px 0px 40px 0px;
}
@media (max-width: 767px) {
  .sa-innovation .innovation-service {
    margin-bottom: 0px;
  }
}
.sa-innovation .innovation-service .innovation-details {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 270px;
  flex: 0 0 268px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 40px 28px;
}
@media (min-width: 1200px) {
  .sa-innovation .innovation-service .innovation-details {
    padding: 28px;
  }
}
@media (max-width: 1440px) {
  .sa-innovation .innovation-service .innovation-details {
    flex: 0 0 46%;
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .sa-innovation .innovation-service .innovation-details {
    flex: 0 0 46%;
  }
}
@media (max-width: 767px) {
  .sa-innovation .innovation-service .innovation-details {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.sa-innovation .innovation-service .innovation-details:last-child {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .sa-innovation .innovation-service .innovation-details:last-child {
    margin-left: 0;
  }
}
.sa-innovation .innovation-service .innovation-details .innovation-heading {
  font-weight: bold;
  font-size: 28px;
  line-height: 25px;
  color: #000;
  margin: 0 0 15px;
}
.sa-innovation .innovation-service .innovation-details p {
  font-size: 14px;
  line-height: 25px;
  color: #2f2f2f;
}

.main-services {
  position: relative;
  padding-bottom: 0px;
}
@media (max-width: 1199px) {
  .main-services {
    position: relative !important;
  }
}
@media (max-width: 767px) {
  .main-services {
    padding: 40px 0px 0px !important;
  }
}
.main-services .develop-image {
  position: absolute;
  top: 0;
  right: 88px;
  top: 210px;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .main-services .develop-image {
    top: 280px;
    right: 8%;
  }
}
@media (max-width: 1440px) {
  .main-services .develop-image {
    top: 200px;
    right: 80px;
  }
}
@media (max-width: 1199px) {
  .main-services .develop-image {
    display: none;
  }
}
.main-services .develop-image .keyboard-image {
  max-width: 90%;
  float: right;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .main-services .develop-image .keyboard-image {
    max-width: 90%;
  }
}
@media (max-width: 1440px) {
  .main-services .develop-image .keyboard-image {
    max-width: 80%;
  }
}
.main-services .develop-image-desktop {
  display: none;
}
@media (max-width: 1199px) {
  .main-services .develop-image-desktop {
    display: block;
  }
}
.main-services .services-vector-right {
  position: absolute;
  right: 0;
  top: 110px;
}
@media (max-width: 767px) {
  .main-services .services-vector-right {
    display: none;
  }
}
.main-services .services-vector-right img {
  max-width: 310px;
}
.main-services .main-services-container {
  position: relative;
  min-height: 100%;
  height: 100%;
  padding-top: 60px;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .main-services .main-services-container {
    margin-left: 14%;
    padding-top: 0px;
  }
}
.main-services .main-services-container .row {
  display: flex;
  align-items: center;
  height: 100%;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .main-services .main-services-container .row {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.main-services .main-services-container .row.main-services-bottom {
  align-items: flex-start;
}
.main-services .main-services-container .services-vector-bottom {
  position: absolute;
  top: auto;
  bottom: -240px;
  left: 11%;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .main-services .main-services-container .services-vector-bottom {
    left: 20%;
  }
}
@media (max-width: 767px) {
  .main-services .main-services-container .services-vector-bottom {
    display: none;
  }
}
.main-services .main-services-container .services-vector-bottom img {
  max-width: 310px;
  transform: rotate(25deg);
}
.main-services .main-services-container .main-heading {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .main-services .main-services-container .main-heading {
    margin-top: 0;
  }
}
.main-services .main-services-container .sub-heading {
  margin-top: 22px;
}
@media (max-width: 991px) {
  .main-services .main-services-container .keyboard-image {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .main-services .main-services-container .keyboard-image {
    display: block;
    margin-top: 40px;
  }
}
.main-services .main-services-container .main-services-details {
  margin-top: 24px;
}
.main-services .main-services-container .main-services-details .main-services-heading {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 20px;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .main-services .main-services-container .main-services-details .main-services-heading {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 1440px) {
  .main-services .main-services-container .main-services-details .main-services-heading {
    font-size: 20px;
  }
}
.main-services .main-services-container .main-services-details .main-services-text {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
  margin-top: 0px;
  max-width: 90%;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .main-services .main-services-container .main-services-details .main-services-text {
    max-width: 100%;
  }
}

.improvements {
  background: url("../images/improvements-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .improvements {
    padding: 15px 0 60px;
  }
}
.improvements .container {
  display: flex;
  height: 100%;
  align-items: center;
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .improvements .container {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .improvements .container {
    flex-direction: column;
  }
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .improvements .improvements-content {
    padding-left: 12%;
    margin-top: 20px;
  }
}
.improvements .sub-heading {
  margin: 20px 0 35px;
}
.improvements .planet {
  max-width: 190%;
  position: absolute;
  top: -473px;
  right: -161px;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .improvements .planet {
    right: -40%;
    top: -510px;
    max-width: 180%;
  }
}
@media (max-width: 1440px) {
  .improvements .planet {
    top: -427px;
  }
}
@media (max-width: 1199px) {
  .improvements .planet {
    position: static;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .improvements .planet {
    max-width: 60%;
    margin: 0 auto;
    position: static;
  }
}
@media (max-width: 767px) {
  .improvements .planet {
    display: block;
    max-width: 130%;
    margin: -80px 0px -40px -16%;
  }
}
.improvements .improvements-heading {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 13px;
  margin-top: 0;
}
.improvements .improvements-text {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
  margin-top: 0px;
}
.improvements .Improvements-button {
  margin-top: 20px;
}

.products {
  background-color: #F3F3F3;
}
.products .container {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 28px;
}
@media (max-width: 991px) {
  .products .container {
    flex-direction: column;
  }
}
.products .sub-heading {
  margin: 20px 0px 28px;
}
.products .arrow-right {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .products .arrow-right {
    margin-bottom: 28px;
  }
}
.products .products-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .products .products-columns {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .products .products-columns {
    display: inline-block;
  }
}
.products .products-columns .products-details {
  background-color: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(33.33% - 15px);
}
@media (max-width: 1199px) {
  .products .products-columns .products-details {
    flex: 0 0 calc(50% - 15px);
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .products .products-columns .products-details {
    width: 100%;
  }
}
.products .products-columns .products-details .products-count {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  color: #000;
  padding: 15px 20px 15px;
  margin: 0;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .products .products-columns .products-details .products-count {
    font-size: 50px;
    padding: 28px 20px 35px;
  }
}
.products .products-columns .products-details .product-name {
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  color: #000;
  padding: 0px 20px 13px;
  margin: 0;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .products .products-columns .products-details .product-name {
    font-size: 28px;
    line-height: 35px;
    padding: 0px 20px 28px;
  }
}
.products .products-columns .products-details .product-description {
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #616161;
  flex: 1;
  padding: 0px 20px 28px;
}
.products .products-columns .products-details .product-image {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .products .products-columns .products-details .product-image {
    max-width: 100%;
  }
}

.home-about-us .home-about-left {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.home-about-us .home-about-left .home-about-left-inner {
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0px 0px;
  display: flex;
  flex-direction: row;
  flex: 0 0 calc(50% - 15px);
  padding: 40px 35px;
  flex-wrap: wrap;
  margin-top: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .home-about-us .home-about-left .home-about-left-inner {
    flex: 0 0 calc(100% - 0px);
  }
}
.home-about-us .home-about-left .home-about-left-inner .home-about-left-inner-icon {
  flex: 0 0 35%;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .home-about-us .home-about-left .home-about-left-inner .home-about-left-inner-icon {
    flex: 0 0 25%;
  }
}
.home-about-us .home-about-left .home-about-left-inner .home-about-left-content {
  flex: 0 0 65%;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .home-about-us .home-about-left .home-about-left-inner .home-about-left-content {
    flex: 0 0 75%;
  }
}
@media (max-width: 1440px) {
  .home-about-us .home-about-left .home-about-left-inner .home-about-left-content {
    flex: 0 0 55%;
  }
}
.home-about-us .home-about-left .home-about-left-inner .home-about-left-content .about-count {
  font-weight: bold;
  font-size: 40px;
  line-height: 25px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 20px;
}
.home-about-us .home-about-left .home-about-left-inner .home-about-left-content .about-left-description {
  font-size: 16px;
  line-height: 18px;
  color: #616161;
  margin: 0;
}
.home-about-us .map {
  margin-top: 80px;
}
.home-about-us .about-right {
  padding-left: 40px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .home-about-us .about-right {
    padding-left: 0;
    margin-top: 40px;
  }
}
.home-about-us .about-right .sub-heading {
  font-size: 24px;
  line-height: 28px;
  margin: 15px 0px 28px;
}
.home-about-us .about-right .about-right-description {
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 44px;
}
.home-about-us .home-about-us-container {
  position: relative;
  height: 100%;
}
.home-about-us .home-about-us-container .row {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 28px;
}
@media (max-width: 991px) {
  .home-about-us .home-about-us-container .row {
    flex-direction: column;
  }
}
.home-about-us .home-about-us-container .about-bottom-image {
  position: absolute;
  right: 0;
  bottom: -62px;
}
@media (max-width: 991px) {
  .home-about-us .home-about-us-container .about-bottom-image {
    position: relative;
    bottom: 0;
    text-align: right;
  }
}
@media (max-width: 991px) {
  .home-about-us .home-about-us-container .about-bottom-image img {
    max-height: 170px;
  }
}

.our-blogs {
  background-color: #F3F3F3;
}
.our-blogs .container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin-top: 28px;
}
.our-blogs .our-blogs-heading {
  color: #000;
  font-weight: normal;
  font-size: 58px;
  line-height: 71px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .our-blogs .our-blogs-heading {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .our-blogs .our-blogs-heading {
    font-size: 33px;
    line-height: 40px;
  }
}
.our-blogs .our-blogs-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.our-blogs .our-blogs-inner .our-blog-details {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(33.33% - 8px);
}
@media (max-width: 767px) {
  .our-blogs .our-blogs-inner .our-blog-details {
    flex: 0 0 calc(100% - 0px);
    margin-bottom: 20px;
  }
}
.our-blogs .our-blogs-inner .our-blog-details:nth-child(2n) {
  flex-direction: column-reverse;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .our-blogs .our-blogs-inner .our-blog-details:nth-child(2n) {
    flex-direction: column;
  }
}
.our-blogs .our-blogs-inner .our-blog-details:nth-child(2n) .blog-content {
  padding: 0px 20px 20px;
}
@media (max-width: 767px) {
  .our-blogs .our-blogs-inner .our-blog-details:nth-child(2n) .blog-content {
    padding: 20px;
  }
}
.our-blogs .our-blogs-inner .our-blog-details .blog-image {
  width: 100%;
  height: auto;
}
.our-blogs .our-blogs-inner .our-blog-details .blog-content {
  padding: 11px 15px;
}
@media (max-width: 767px) {
  .our-blogs .our-blogs-inner .our-blog-details .blog-content {
    padding: 20px 20px 0px;
  }
}
.our-blogs .our-blogs-inner .our-blog-details .blog-content .blog-heading {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  margin-top: 0;
}
.our-blogs .our-blogs-inner .our-blog-details .blog-content .blog-date {
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #000;
}
.our-blogs .our-blogs-inner .our-blog-details .blog-content .blog-description {
  font-size: 14px;
  line-height: 25px;
  color: #616161;
}
.our-blogs .our-blogs-inner .our-blog-details .blog-content .blog-social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .our-blogs .our-blogs-inner .our-blog-details .blog-content .blog-social {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.our-blogs .our-blogs-inner .our-blog-details .blog-content .blog-social .blog-user {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .our-blogs .our-blogs-inner .our-blog-details .blog-content .blog-social .blog-user {
    margin-bottom: 20px;
  }
}
.our-blogs .our-blogs-inner .our-blog-details .blog-content .blog-social .blog-user .blog-user-image img {
  margin-right: 15px;
  border-radius: 50%;
}
.our-blogs .our-blogs-inner .our-blog-details .blog-content .blog-social .blog-user .blog-user-name {
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  color: #259CC1;
}
.our-blogs .our-blogs-inner .our-blog-details .blog-content .blog-social .blog-social-icon ul li a {
  color: #525252;
  font-size: 16px;
  display: inline-block;
  margin-right: 15px;
}

body.viewing-page-5 .onepage-pagination li a, body.viewing-page-7 .onepage-pagination li a {
  color: rgba(0, 0, 0, 0.6);
}
body.viewing-page-5 .onepage-pagination li a.active, body.viewing-page-7 .onepage-pagination li a.active {
  color: #000;
}
body.viewing-page-5 .onepage-pagination li a:after, body.viewing-page-7 .onepage-pagination li a:after {
  background: rgba(0, 0, 0, 0.6);
}
body.viewing-page-5 .sa-header .navbar-nav li a, body.viewing-page-7 .sa-header .navbar-nav li a {
  color: #000;
  border-right: 2px solid rgba(0, 0, 0, 0.5);
}
body.viewing-page-5 .header-phone-number a, body.viewing-page-7 .header-phone-number a {
  color: #000;
}
body.viewing-page-5 .left-navigation .social-icons li a, body.viewing-page-7 .left-navigation .social-icons li a {
  color: #000;
  border-color: rgba(0, 0, 0, 0.6);
}
body.viewing-page-5 .logo path, body.viewing-page-7 .logo path {
  fill: #000;
}
body.viewing-page-5 .logo path.logo-icon, body.viewing-page-7 .logo path.logo-icon {
  fill: #EE1C1C;
}
body.inner-body .left-navigation .social-icons li a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 767px) {
  .home-page-body .sa-innovation {
    padding-top: 0px !important;
  }
}
@media (max-width: 767px) {
  .home-page-body .sa-innovation .container {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .home-page-body .main-services {
    padding: 40px 0px 0px !important;
  }
}
@media (max-width: 1199px) {
  .home-page-body .main-services .main-services-container {
    padding-top: 0px;
  }
}

.form-group {
  padding-top: 20px;
}
.form-group span {
  position: absolute;
  transition: all ease 0.2s;
}

.contact-form textarea.form-control {
  font-size: 15px;
}

textarea.form-control {
  font-size: 15px;
}

.input-label {
  position: absolute;
  top: 8px;
  color: #787878;
  font-size: 18px;
  left: 50px;
  z-index: 1;
  transition: all 0.2s linear;
}

/*Header*/
.sa-header {
  position: fixed;
  top: 0;
  padding: 35px 24px;
  width: 100%;
  left: 0;
  z-index: 9;
}
@media (max-width: 1199px) {
  .sa-header {
    padding: 15px 0px;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 767px) {
  .sa-header .header-phone-number {
    display: none;
  }
}
.sa-header .header-phone-number a {
  font-weight: bold;
  font-size: 24px;
  line-height: 27px;
  color: #fff;
  display: inline-block;
  padding: 9px 15px;
}
@media (max-width: 767px) {
  .sa-header .logo {
    max-width: 100%;
  }
}
.sa-header .navbar {
  margin: 0;
}
@media (max-width: 991px) {
  .sa-header .navbar {
    display: none;
  }
}
.sa-header .navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
  padding: 4px 15px;
  line-height: 17px;
  font-weight: normal;
  font-weight: 500;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  margin-top: 11px;
}
.sa-header .navbar-nav > li > a:focus {
  background: none;
  color: #fff;
}
.sa-header .navbar-nav > li > a:hover {
  background: none;
  color: #fff;
}
.sa-header .navigation-icon-right {
  margin-left: 15px;
  width: 41px;
  height: 41px;
  background: #EE1C1C;
  border-radius: 3px;
  padding: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sa-header .navigation-icon-right {
    margin-top: 6px;
  }
}
.sa-header .navigation-icon-right-btn {
  height: 2px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #fff;
  display: block;
  position: relative;
}
.sa-header .navigation-icon-right-btn:before, .sa-header .navigation-icon-right-btn:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 19px;
  height: 2px;
  background: #fff;
  transition: all 0.2s linear;
}
.sa-header .navigation-icon-right-btn:before {
  top: -6px;
  right: 0;
}
.sa-header .navigation-icon-right-btn:after {
  bottom: -6px;
  left: 0;
}
.sa-header .navigation-icon-right:hover span:before {
  width: 100%;
}
.sa-header .navigation-icon-right:hover span:after {
  width: 100%;
}
.sa-header .mobile-phone-icon {
  display: none;
}
@media (max-width: 767px) {
  .sa-header .mobile-phone-icon {
    display: block;
    position: fixed;
    top: 21px;
    right: 70px;
  }
}
.sa-header .mobile-phone-icon a {
  display: inline-block;
  width: 41px;
  height: 41px;
  background-color: #EE1C1C;
  color: #fff;
  font-size: 24px;
  border-radius: 4px;
  text-align: center;
  line-height: 41px;
}

/*End Header*/
/*Fixed Menu*/
.fixed-megamenu {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  padding: 11px 11px 0px 11px;
  transition: all 0.3s linear;
  overflow: hidden;
  opacity: 0;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .fixed-megamenu {
    overflow: auto;
    align-items: center;
  }
  .fixed-megamenu-right {
    align-items: center;
   }
}
.fixed-megamenu-left {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  margin-top: -100%;
  position: relative;
  transition: all 0.5s linear;
}
@media (max-width: 991px) {
  .fixed-megamenu-left {
    display: none;
  }
}
.fixed-megamenu-left .fixed-menu-left-inner {
  flex: 0 0 calc(50% - 4px);
  position: relative;
  margin-bottom: 8px;
  height: calc(50% - 10px);
  padding: 15px 0px 0px;
  flex-direction: column;
  display: flex;
}
.fixed-megamenu-left .fixed-menu-left-inner img {
  max-height: 100%;
  margin: 0 auto;
}
.fixed-megamenu-left .fixed-menu-left-inner1 {
  background-color: #FFBD5A;
  display: flex;
  align-items: flex-end;
}
.fixed-megamenu-left .fixed-menu-left-inner1 img {
  position: absolute;
  right: 0;
  margin: 0;
  bottom: 0;
  max-height: 310px;
  left: auto;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .fixed-megamenu-left .fixed-menu-left-inner1 img {
    max-height: 448px;
  }
}
@media (max-width: 1440px) {
  .fixed-megamenu-left .fixed-menu-left-inner1 img {
    max-height: 268px;
  }
}
.fixed-megamenu-left .fixed-menu-left-inner2 {
  background-color: #00A2AD;
  overflow: hidden;
}
.fixed-megamenu-left .fixed-menu-left-inner2 img {
  margin-top: 20px;
  margin-left: -16px;
}
.fixed-megamenu-left .fixed-menu-left-inner3 {
  background-color: #28447c;
  justify-content: center;
  align-content: center;
  overflow: hidden;
}
.fixed-megamenu-left .fixed-menu-left-inner3 img {
  max-height: auto;
  max-height: none;
  width: 100%;
  margin-top: -60px;
}
.fixed-megamenu-left .fixed-menu-left-inner4 {
  background-color: #FF5E4B;
  align-items: center;
  padding: 15px 15px;
  align-items: flex-start;
  justify-content: center;
}
.fixed-megamenu-left .fixed-menu-left-inner4 img {
  margin-left: auto;
  margin-right: 0;
  max-height: 240px;
}
.fixed-megamenu-left .fixed-menu-left-inner4 h2 {
  color: #fff;
  font-size: 22px;
  line-height: 42px;
  font-weight: 400;
 bottom: 4px;
margin-top: 0;
margin-bottom: 0;
position: absolute;
letter-spacing: 4px;
}
.fixed-megamenu-right {
  flex: 0 0 440px;
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 100%;
  position: relative;
  transition: all 0.5s linear;
}
@media (max-width: 991px) {
  .fixed-megamenu-right {
    flex: 1;
  }
}
@media (max-width: 479px) {
  .fixed-megamenu-right {
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
  }
  .fixed-megamenu-right .social-icons {margin:20px 0px;}
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) and (orientation : landscape){ 
	.fixed-megamenu.fixed-mega-menu-active .fixed-megamenu-right {
		overflow-y: auto;
    justify-content: flex-start;
	}
}
.fixed-megamenu .fixed-megamenu-right .logo {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .fixed-megamenu-right .logo {
    margin-bottom: 0px;
  }
  .cmi-logo img {
    max-width: 100%;
    height: auto;
  }
  .sa-banner .banner-content-list {
  	margin-top: 20px;
  }
}
.fixed-megamenu-right .logo path {
  fill: #000;
}
.fixed-megamenu-right .logo path.logo-icon {
  fill: #EE1C1C;
}
.fixed-megamenu-right-list {
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .fixed-megamenu-right-list {
    margin-top: 8px;
  }
  .main-services .main-services-container .main-services-details .main-services-text {
  	font-size: 14px;
  	line-height: 20px;
  margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .fixed-megamenu-right-list {
    margin-top: 15px;
  }
  body .fixed-megamenu {
    overflow-y: hidden;
   }
}
.fixed-megamenu-right-list li a {
  font-weight: 500;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
  display: inline-block;
}
.fixed-megamenu-right-list li a:hover {
  color: #000;
  font-weight: bold;
}
@media (max-width: 767px) {
  .fixed-megamenu-right-list li a {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  body .fixed-megamenu-right-list li a {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.fixed-megamenu-right-list li a span {
  font-weight: bold;
  display: none;
  font-size: 30px;
}
.fixed-megamenu-right-list li a.menu-active {
  color: #000;
}
.fixed-megamenu-right-list li a.menu-active span {
  display: block;
}
.fixed-megamenu-right .social-icons {
  text-align: center;
}
.fixed-megamenu-right .social-icons a {
  height: 30px;
  width: 30px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  color: #000;
  display: inline-block;
  line-height: 30px;
  margin: 0px 7px;
  font-size: 18px;
}
.fixed-megamenu .cmi-logo {
  margin-top: 68px;
}
@media (max-width: 767px) {
  .fixed-megamenu .cmi-logo {
    margin-top: 20px;
  }
}
.fixed-megamenu .close-megamenu-icon {
  background: #EE1C1C;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 41px;
  width: 41px;
  text-align: center;
  color: #fff;
  line-height: 41px;
  font-size: 24px;
  position: absolute;
  right: 39px;
  cursor: pointer;
  top: 35px;
  z-index: 3;
}
@media (max-width: 767px) {
  .fixed-megamenu .close-megamenu-icon {
    top: 10px;
  }
}
.fixed-megamenu.fixed-mega-menu-active {
  opacity: 1;
  z-index: 100;
}
.fixed-megamenu.fixed-mega-menu-active .fixed-megamenu-right {
  margin-top: 0;
}
.fixed-megamenu.fixed-mega-menu-active .fixed-megamenu-left {
  margin-top: 0;
}

/*Fixed Menu End*/
.inner-body .sa-header {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 25px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .inner-body .sa-header {
    padding: 8px 0px;
  }
  .inner-body  .sa-header .mobile-phone-icon {
    top: 14px;
  }
}
.inner-body .sa-header .navbar-nav li a {
  color: #000;
  border-right: 2px solid rgba(0, 0, 0, 0.5);
}
.inner-body .sa-header .logo path {
  fill: #000;
}
.inner-body .sa-header .logo path.logo-icon {
  fill: #EE1C1C;
}
.inner-body .sa-header .header-phone-number a {
  color: #000;
}
.inner-body .left-navigation .social-icons {
  position: fixed;
  bottom: 40px;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  left: 10px;
}
@media (min-width: 1200px) {
  .inner-body .left-navigation .social-icons {
    left: 3px;
    padding: 5px;
  }
}
@media (max-width: 1280px) {
  .inner-body .left-navigation .social-icons {
    left: 5px;
    padding: 15px 5px;
  }
}
.inner-body .left-navigation .social-icons li a {
  color: #fff;
  border-color: #fff;
}
.inner-body .fixed-megamenu .close-megamenu-icon {
  top: 20px;
}

.mega-menu-dropdown {
  height: 100%;
  width: calc(100% - 440px);
  position: fixed;
  z-index: 1;
  top: 0;
  left: -80%;
  background-color: #efefef;
  overflow-x: hidden;
  transition: all 0.3s linear;
  padding-top: 60px;
  z-index: 100;
  padding: 40px 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.mega-menu-dropdown.company-level-dropdown {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.mega-menu-dropdown.company-level-dropdown:after {
  content: "";
  position: absolute;
  background: url("../images/menu-banner-pattren.png");
  height: 100%;
  width: 100%;
  top: 0;
  width: 100%;
  left: 0;
}
.mega-menu-dropdown.company-level-dropdown .close-icon {
  color: #000;
}
.mega-menu-dropdown.technology-mega-menu .mega-menu-links li a {
  position: relative;
  padding-left: 16px;
}
.mega-menu-dropdown.technology-mega-menu .mega-menu-links li a:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
  font-size: 14px;
  margin-right: 8px;
  color: #0C0C0C;
  font-size: 16px;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 16px;
}
@media (max-width: 991px) {
  .mega-menu-dropdown {
    width: 100%;
    left: 100%;
    padding: 40px 20px;
  }
}
.mega-menu-dropdown .main-heading {
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.mega-menu-dropdown .main-heading.black {
  color: #000;
}
.mega-menu-dropdown .mega-menu-links {
  position: relative;
  z-index: 9;
  min-height: 392px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  padding: 0px 35px;
  background: #fff;
  border-radius: 2px;
}
@media (max-width: 1199px) {
  .mega-menu-dropdown .mega-menu-links {
    padding: 0px 15px;
  }
}
@media (max-width: 991px) {
  .mega-menu-dropdown .mega-menu-links {
    min-height: 0;
    margin-bottom: 20px;
  }
}
.mega-menu-dropdown .mega-menu-links li a {
  color: #000;
  font-size: 18px;
  border-bottom: 1px solid #d5d5d5;
  padding: 15px 0px;
  display: inline-block;
  width: 100%;
  transition: all 0.5s ease;
  word-break: break-word;
}
@media (max-width: 1440px) {
  .mega-menu-dropdown .mega-menu-links li a {
    font-size: 14px;
  }
}
.mega-menu-dropdown .mega-menu-links li a:hover {
  color: #51B874;
}
.mega-menu-dropdown .mega-menu-links li a.heading {
  font-size: 22px;
  font-weight: bold;
  border-bottom: none;
}
.mega-menu-dropdown .mega-menu-links li:last-child a {
  border-bottom: none;
}
.mega-menu-dropdown .mega-menu-links.mega-menu-company-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: none;
}
.mega-menu-dropdown .mega-menu-links.mega-menu-company-links li {
  width: calc(33% - 15px);
  display: inline-block;
}
@media (max-width: 767px) {
  .mega-menu-dropdown .mega-menu-links.mega-menu-company-links li {
    width: calc(100% - 0px);
    margin-bottom: 20px;
  }
}
.mega-menu-dropdown .mega-menu-links.mega-menu-company-links li a {
  padding: 30px 0px 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  line-height: 42px;
  color: #fff;
  flex-direction: column;
  font-weight: 500;
  border: none;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.25);
  min-height: 362px;
}
.mega-menu-dropdown .mega-menu-links.mega-menu-company-links li a .company-menu-icon {
  max-height: 200px;
  margin-bottom: 40px;
  transition: all 0.3s ease;
}
.mega-menu-dropdown .mega-menu-links.mega-menu-company-links li a:hover .company-menu-icon {
  margin-top: -20px;
}
.mega-menu-dropdown .close-icon {
  position: absolute;
  color: #000;
  font-size: 26px;
  top: 20px;
  right: 20px;
  display: none;
  z-index: 99;
}
@media (max-width: 991px) {
  .mega-menu-dropdown .close-icon {
    display: block;
  }
}
.mega-menu-dropdown.active {
  left: 0;
}

.skype-icon {
  position: fixed;
  top: 13%;
  right: 50px;
  z-index: 9;
}
@media (max-width: 1199px) {
  .skype-icon {
    top: 113px;
    right: 23px;
  }
}
@media (max-width: 479px) {
  .skype-icon {
    top: 93px;
    right: 23px;
  }
}
.skype-icon a {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-size: 26px;
}

.skype-mobile {
  display: none;
}
.skype-desktop a {
  color: #fff;
  font-size: 24px;
  margin-left: 17px;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding-right: 20px;
  line-height: normal;
  margin-top: 10px;
  margin-right: 11px;
}
.inner-body  .skype-desktop a {
   border-right: 2px solid rgba(0,0,0, 0.5);
   color: #000;
}
@media (max-width: 767px) {
  .skype-desktop a {
    border: none;
    margin-top: 9px;
    font-size: 28px;
  }
  .skype-desktop{
    margin-right: 20px;
  }
}

.form-group {
  padding-top: 20px;
}
.form-group span {
  position: absolute;
  transition: all ease 0.2s;
}

.contact-form textarea.form-control {
  font-size: 15px;
}

textarea.form-control {
  font-size: 15px;
}

.input-label {
  position: absolute;
  top: 8px;
  color: #787878;
  font-size: 15px;
  left: 50px;
  z-index: 1;
  transition: all 0.2s linear;
}

.main-footer {
  background: url("../images/home-contact-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.main-footer .container {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
}
@media (max-width: 1440px) {
  .main-footer .container {
    padding-top: 80px;
  }
}
.main-footer .contact-top {
  max-width: 100%;
  padding: 20px 55px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin: 0 auto;
  display: block;
  margin-top: 28px;
  margin-bottom: 28px;
  width: 100%;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .main-footer .contact-top {
    margin-bottom: 55px;
    padding: 35px 55px;
  }
}
@media (max-width: 1440px) {
  .main-footer .contact-top {
    margin-bottom: 28px;
    padding: 11px 55px;
  }
}
@media (max-width: 767px) {
  .main-footer .contact-top {
    padding: 20px 20px;
  }
}
.main-footer .contact-top .contact-heading {
  color: #000;
  font-size: 36px;
  line-height: 60px;
  text-align: center;
  margin: 0 0 5px;
}
@media (max-width: 1440px) {
  .main-footer .contact-top .contact-heading {
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 0px;
  }
}
@media (max-width: 767px) {
  .main-footer .contact-top .contact-heading {
    font-size: 25px;
    line-height: 35px;
  }
}
.main-footer .contact-top .contact-heading span {
  display: block;
  font-weight: bold;
}
.main-footer .contact-top .form-group {
  margin-bottom: 8px;
}
.main-footer .contact-top .form-group .form-control {
  width: 100%;
  border-bottom: 1px solid #000;
  box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 18px;
  border-radius: 0px;
  position: relative;
  z-index: 2;
  position: relative;
  height: 40px;
}
.main-footer .contact-top .form-group .form-control::placeholder {
  color: transparent;
}
.main-footer .contact-top .form-group .form-control::-ms-input-placeholder {
  color: transparent;
}
.main-footer .contact-top .form-group .form-control:placeholder-shown + span {
  left: 48px;
  top: 24px;
}
.main-footer .contact-top .form-group .form-control::-ms-input-placeholder-shown + span {
  left: 48px;
  top: 24px;
}
.main-footer .contact-top .form-group .form-control:not(:placeholder-shown) + span {
  left: 48px;
  top: 5px;
  font-size: 12px;
  color: #259CC1;
}
.main-footer .contact-top .form-group .form-control:placeholder-shown + label + span {
  left: 48px;
  top: 24px;
}
.main-footer .contact-top .form-group .form-control::-ms-input-placeholder-shown + label + span {
  left: 48px;
  top: 24px;
}
.main-footer .contact-top .form-group .form-control:not(:placeholder-shown) + label + span {
  left: 48px;
  top: 5px;
  font-size: 12px;
  color: #259CC1;
}
.main-footer .contact-top .form-group .form-control.name {
  background: url("../images/name.svg");
  background-size: 21px 17px;
  background-repeat: no-repeat;
  background-position: 4px 9px;
  padding-left: 33px;
}
.main-footer .contact-top .form-group .form-control.email {
  background: url("../images/email.svg");
  background-size: 21px 17px;
  background-repeat: no-repeat;
  background-position: 4px 9px;
  padding-left: 33px;
}
.main-footer .contact-top .form-group .form-control.message {
  background: url("../images/pencil.svg");
  background-size: 21px 17px;
  background-repeat: no-repeat;
  background-position: 4px 9px;
  padding-left: 33px;
  resize: none;
  -webkit-appearance: none;
}
.main-footer .contact-top .submit-button {
  margin-top: 20px;
  text-align: center;
}
.main-footer .contact-top .submit-button .btn {
  font-weight: bold;
}
.main-footer .contact-top .submit-button .btn .contact-arrow {
  margin-left: 8px;
}
.main-footer .contact-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .main-footer .contact-info {
    flex-direction: column;
  }
}
.main-footer .contact-info .contact-info-details {
  display: flex;
  flex: 0 0 33.33%;
  flex-direction: row;
  padding: 0px 15px;
  margin-bottom: 20px;
  max-width: 33.33%
}
@media (max-width: 991px) {
  .main-footer .contact-info .contact-info-details {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .main-footer .contact-info .contact-info-details {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.main-footer .contact-info .contact-info-details:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .main-footer .contact-info .contact-info-details:last-child {
    margin-bottom: 0px;
  }
}
.main-footer .contact-info .contact-info-details i {
  font-size: 40px;
  color: #fff;
}
.main-footer .contact-info .contact-info-details .contact-details-info {
  margin-left: 20px;
}
.main-footer .contact-info .contact-info-details .contact-details-info.contact-info-details-info-last {
  margin-left: 0;
}
.main-footer .contact-info .contact-info-details .contact-details-info.contact-info-details-info-last .contact-deatils-heading {
  padding-left: 42px;
}
.main-footer .contact-info .contact-info-details .contact-details-info .contact-deatils-heading {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .main-footer .contact-info .contact-info-details .contact-details-info .contact-deatils-heading {
    font-size: 20px;
    line-height: 22px;
  }
}
.main-footer .contact-info .contact-info-details .contact-details-info .contact-details-description {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin: 0;
}
@media (max-width: 1440px) {
  .main-footer .contact-info .contact-info-details .contact-details-info .contact-details-description {
    font-size: 14px;
  }
}
.main-footer .contact-info .contact-info-details .footer-last-contact-details li {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  padding-left: 42px;
  margin-top: 8px;
}
.main-footer .contact-info .contact-info-details .footer-last-contact-details li i {
  position: absolute;
  left: 0;
  font-size: 24px;
}
.main-footer .contact-info .contact-info-details .footer-last-contact-details li a {
  color: #fff;
}
.main-footer .contact-info .contact-info-details .footer-last-contact-details li a:hover, .main-footer .contact-info .contact-info-details .footer-last-contact-details li a:focus {
  color: #fff;
}

label.error {
  color: #EE1C1C;
  font-weight: normal;
}

.contact-captcha {
  padding-top: 20px;
}
.contact-captcha .num {
  padding-right: 20px;
  line-height: 40px;
  display: inline-block;
  font-size: 18px;
  color: #333;
}
.contact-captcha input {
  background: transparent;
}
.contact-captcha input.sum {
  border: none;
  border-bottom: 1px solid #000;
  width: calc(100% - 80px);
  line-height: 40px;
  height: 40px;
  font-size: 15px;
}
.contact-captcha input.sum:focus {
  outline: 0;
}

.full-section {
  min-height: 100vh;
  padding: 0px 0px 0px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .full-section {
    min-height: 0;
    position: static;
    padding: 80px 0px;
  }
}
@media (max-width: 991px) {
  .full-section {
    padding: 40px 0px 40px;
  }
}

body, html {
  margin: 0;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  body, html {
    overflow: inherit;
    height: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 1199px) {
  body.mega-menu-scroll-hidden, html.mega-menu-scroll-hidden {
    overflow: hidden;
  }
}

.onepage-wrapper {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .onepage-wrapper {
    height: auto !important;
    transform: none !important;
  }
}

.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}
.onepage-wrapper .section {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .onepage-wrapper .section {
    position: static;
    height: auto;
  }
}

.onepage-pagination {
  list-style: none;
  margin: 0;
  padding: 0;
}
.onepage-pagination li {
  padding: 0;
}
.onepage-pagination li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .onepage-pagination li a {
    font-size: 20px;
  }
}
.onepage-pagination li a:after {
  content: "";
  position: absolute;
  width: 1.45px;
  height: 14px;
  left: 0;
  bottom: 6px;
  right: 0;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
}
.onepage-pagination li a.active {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.onepage-pagination li:last-child a:after {
  display: none;
}

.disabled-onepage-scroll {
  overflow: auto;
}
.disabled-onepage-scroll .wrapper {
  overflow: auto;
}
.disabled-onepage-scroll .wrapper section {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.disabled-onepage-scroll .wrapper .onepage-wrapper {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;
}
.disabled-onepage-scroll .wrapper .onepage-pagination {
  display: none;
}

body.disabled-onepage-scroll, .disabled-onepage-scroll .onepage-wrapper, html {
  position: inherit;
}

@media (min-width: 1200px) {
  body {
    overflow: hidden;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.inner-body .onepage-pagination {
  display: none;
}

.left-navigation {
  position: fixed;
  top: 118px;
  left: 44px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  bottom: 44px;
}
@media (max-width: 1199px) {
  .left-navigation {
    display: block;
    left: auto;
    right: 0;
  }
}
.left-navigation .social-icons {
  position: fixed;
  bottom: 40px;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .left-navigation .social-icons {
    bottom: 19px;
    left: 38px;
  }
}
@media (max-width: 1199px) {
  .left-navigation .social-icons {
    display: none;
  }
}
.left-navigation .social-icons li a {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 5px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .left-navigation .social-icons li a {
    font-size: 10px;
  }
}
.left-navigation .social-icons li a:hover {
  color: #fff;
  border-color: #fff;
}

.services-banner {
  min-height: 100%;
}
@media (max-width: 1199px) {
  .services-banner {
    overflow-x: visible;
  }
}
@media (max-width: 767px) {
  .services-banner {
    padding: 40px 0px 20px;
  }
  .improvements .container {
    padding: 0;
   }
}
.services-banner .row {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .services-banner .row {
    flex-direction: column;
  }
}
.services-banner .row.sevices-banner-row {
  justify-content: flex-start;
}
.services-banner .d-none {
  display: none;
}
@media (max-width: 991px) {
  .services-banner .d-none {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .services-banner .d-none .innovation-image-top {
    margin-bottom: 0;
  }
}
.services-banner .banner-rite-content {
  padding-top: 30px;
}
.services-banner .banner-rite-content p {
  font-weight: 300;
}
@media (max-width: 991px) {
  .services-banner .d-block {
    display: none;
  }
}
.services-banner .innovation-image-top.services-innovation-image img {
  max-height: 640px;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .services-banner .innovation-image-top.services-innovation-image img {
    max-height: 100%;
  }
}
@media (max-width: 1440px) {
  .services-banner .innovation-image-top.services-innovation-image img {
    max-height: 580px;
  }
}

@media (max-width: 1199px) {
  .services-what-we-offer-section {
    padding: 0;
  }
}
.services-what-we-offer-section.what-we-offer .what-we-offer-outer {
  height: 100%;
}
.services-what-we-offer-section.what-we-offer .what-we-offer-outer .services-offer-bg {
  background: url("../images/offer.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.services-what-we-offer-section.what-we-offer .what-we-offer-outer .services-offer-bg img {
  visibility: hidden;
}
.services-what-we-offer-section.what-we-offer .what-we-offer-outer .what-we-offer-content {
  padding: 50px 50px 20px;
}
@media (max-width: 767px) {
  .services-what-we-offer-section.what-we-offer .what-we-offer-outer .what-we-offer-content {
    padding: 50px 20px 20px;
  }
}

.explore-services {
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .explore-services .container {
    padding-top: 80px;
  }
}
@media (max-width: 1199px) {
  .explore-services .container {
    padding-top: 0px;
  }
}

/*Our-process*/
.our-process {
  width: 100%;
}
.our-process .process-left .main-heading {
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .our-process .process-left .main-heading {
    font-size: 50px;
  }
}
.our-process .process-left .sub-heading {
  color: #797979;
  font-weight: 300;
}
.our-process .process-left img {
  padding: 35px 0 0;
}
@media (max-width: 991px) {
  .our-process .process-list {
    margin-top: 28px;
  }
}
.our-process .process-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .our-process .process-list ul {
    justify-content: center;
  }
}
.our-process .process-list ul li {
  width: 22%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
  background: #fff;
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1440px) {
  .our-process .process-list ul li {
    width: 21%;
  }
}
@media (max-width: 1199px) {
  .our-process .process-list ul li {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .our-process .process-list ul li {
    width: 30.33%;
  }
}
@media (max-width: 767px) {
  .our-process .process-list ul li {
    width: 45%;
  }
}
@media (max-width: 520px) {
  .our-process .process-list ul li {
    width: 100%;
  }
}
.our-process .process-list ul li.process-list-inner {
  padding: 10px;
}
.our-process .process-list ul li.process-list-inner h3 {
  font-size: 45px;
  color: #000;
  margin-top: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .our-process .process-list ul li.process-list-inner h3 {
    text-align: center;
  }
}
.our-process .process-list ul li.process-list-inner h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  flex: 1;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .our-process .process-list ul li.process-list-inner h5 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .our-process .process-list ul li.process-list-inner h5 {
    text-align: center;
  }
}
.our-process .process-list ul li.process-list-inner .process-icon {
  text-align: center;
  padding: 20px 0;
}

/*Our-process--end*/
/*What-we-offer*/
.what-we-offer .what-we-offer-outer {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .what-we-offer .what-we-offer-outer {
    flex-wrap: wrap;
  }
}
.what-we-offer .what-we-offer-outer .what-we-offer-img {
  width: 30%;
}
@media (max-width: 991px) {
  .what-we-offer .what-we-offer-outer .what-we-offer-img {
    width: 100%;
  }
}
.what-we-offer .what-we-offer-outer .what-we-offer-content {
  padding: 70px 50px 0px 110px;
  width: 70%;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .what-we-offer .what-we-offer-outer .what-we-offer-content {
    padding: 70px 40px 0px 50px;
  }
}
@media (max-width: 991px) {
  .what-we-offer .what-we-offer-outer .what-we-offer-content {
    padding: 50px 15px 30px;
    width: 100%;
  }
}
.what-we-offer .what-we-offer-outer .what-we-offer-content h2 {
  margin-bottom: 20px;
}
.what-we-offer .what-we-offer-outer .what-we-offer-content ul {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 10px;
}
.what-we-offer .what-we-offer-outer .what-we-offer-content ul li {
  width: 45%;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .what-we-offer .what-we-offer-outer .what-we-offer-content ul li {
    margin-right: 15px;
  }
}
@media (max-width: 520px) {
  .what-we-offer .what-we-offer-outer .what-we-offer-content ul li {
    width: 100%;
  }
}
.what-we-offer .what-we-offer-outer .what-we-offer-content ul li h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}
.what-we-offer .what-we-offer-outer .what-we-offer-content ul li .sub-heading {
  font-size: 14px;
  font-weight: 300;
  padding: 0 70px 0 0;
}
@media (max-width: 767px) {
  .what-we-offer .what-we-offer-outer .what-we-offer-content ul li .sub-heading {
    padding: 0 20px 0 0;
  }
}
.what-we-offer .what-we-offer-outer .what-we-offer-content ul li h4 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
.what-we-offer .what-we-offer-outer .what-we-offer-content ul li .service-list {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 10px 10px;
}
.what-we-offer .what-we-offer-outer .what-we-offer-content ul li .service-list li {
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 2px;
}
.what-we-offer .what-we-offer-outer .what-we-offer-content ul li .service-list li:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  background-color: #fff;
  top: 9px;
}
@media (max-width: 520px) {
  .what-we-offer .what-we-offer-outer .what-we-offer-content ul li .service-list li {
    width: 100%;
    padding: 0px;
    padding-left: 15px;
  }
}

/*What-we-offer---end*/
.solution {
  padding: 6% 0 10%;
  position: relative;
}
.solution .ui-img {
  position: absolute;
  bottom: 20%;
  left: 40px;
  width: 50%;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .solution .ui-img {
    width: 50%;
  }
}
@media (max-width: 1440px) {
  .solution .ui-img {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .solution .ui-img {
    left: 0;
  }
}
@media (max-width: 991px) {
  .solution .ui-img {
    display: none;
  }
}
@media (max-width: 1600px) {
  .solution .ui-img img {
    max-height: 320px;
  }
}
@media (max-width: 1199px) {
  .solution .ui-img img {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .solution .ui-img img {
    display: none;
  }
}
.solution .solution-left {
  position: relative;
}
.solution .solution-left .main-heading {
  color: #000;
}
.solution .solution-left .ui-img-mobile {
  display: none;
}
@media (max-width: 991px) {
  .solution .solution-left .ui-img-mobile {
    display: block;
  }
}
.solution .solution-right .solution-main-list {
  display: flex;
  flex-wrap: wrap;
}
.solution .solution-right .solution-main-list li {
  float: left;
  width: 50%;
  padding-right: 13%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .solution .solution-right .solution-main-list li {
    padding-right: 5%;
  }
}
@media (max-width: 520px) {
  .solution .solution-right .solution-main-list li {
    width: 100%;
    padding: 10px;
  }
}
.solution .solution-right .solution-main-list li h3 {
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
  color: #000000;
}
.solution .solution-right .solution-main-list li p {
  color: #616161;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
}
.solution .solution-right .solution-main-list li h4 {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
.solution .solution-right .solution-main-list li .service-list {
  display: inline-block;
  width: 100%;
}
.solution .solution-right .solution-main-list li .service-list li {
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 2px;
}
.solution .solution-right .solution-main-list li .service-list li:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  background-color: #000;
  top: 9px;
}
@media (max-width: 520px) {
  .solution .solution-right .solution-main-list li .service-list li {
    width: 100%;
    padding: 0px;
    padding-left: 15px;
  }
}
.solution .solution-right .solution-main-list li button {
  font-size: 16px;
  line-height: 20px;
  padding: 11px 13px;
  text-transform: uppercase;
  color: #757575;
  border: 1px solid #757575;
  box-sizing: border-box;
  border-radius: 5px;
}
.solution .btn-default {
  margin-top: 10px;
  background-color: transparent;
  transition: all ease 0.5s;
}
.solution .btn-default:hover {
  background-color: #000;
  color: #fff;
}

.data-drivn {
  background: #fff;
}

.main-footer .contact-head {
  margin-bottom: 30px;
  width: 100%;
}
.main-footer .contact-head .main-heading {
  font-weight: normal;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #000000;
  margin-bottom: 5px;
}
.main-footer .contact-head p {
  text-align: center;
  color: #797979;
  font-size: 18px;
  line-height: 22px;
  padding: 0 30px;
}

@media (max-width: 991px) {
  .design-our-process .row {
    flex-direction: column;
  }
}

.our-process .container {
  height: 100%;
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .our-process .container {
    padding-top: 0px;
  }
}
.our-process .row {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .our-process .row {
    flex-direction: column;
  }
}

.ui-page .what-we-offer {
  padding: 0;
}
.ui-page .innovation-image-top {
  position: initial;
  width: 100%;
}
@media (max-width: 1440px) {
  .ui-page .innovation-image-top {
    margin-top: 50px;
  }
}
.ui-page .innovation-image-top img {
  margin: auto;
}
.ui-page .services-banner .banner-rite-content p {
  margin: 30px 0px;
}
.ui-page .main-heading {
  font-weight: normal;
}
@media (max-width: 1440px) {
  .ui-page .main-heading {
    font-size: 37px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .ui-page .main-heading {
    font-size: 33px;
    word-wrap: break-word;
    line-height: 40px;
  }
}
.ui-page .our-process .process-left .main-heading span {
  display: inline;
}
@media (max-width: 991px) {
  .ui-page .our-process .process-left img {
    margin: auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ui-page .ui-content {
    margin-top: 0rem;
  }
}
.ui-page .ui-content h3 {
  color: #000;
  line-height: 36px;
  border-left: 12px solid #EE1C1C;
  padding: 0 0 0 30px;
  font-weight: normal;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .ui-page .ui-content h3 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .ui-page .ui-content h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .ui-page .ui-content h3 {
    border-left: 0px;
    border-top: 12px solid #EE1C1C;
    padding: 20px 0px 0px;
  }
}

.ui_section .what-we-offer-outer {
  height: 100%;
}
.ui_section .what-we-offer-outer .ui-offer-bg {
  background: url("../images/ui_three.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.ui_section .what-we-offer-outer .ui-offer-bg img {
  visibility: hidden;
}
.ui_section .what-we-offer-outer .what-we-offer-img {
  width: 50%;
}
@media (max-width: 991px) {
  .ui_section .what-we-offer-outer .what-we-offer-img {
    width: 100%;
  }
}
.ui_section .what-we-offer-outer .what-we-offer-content {
  width: 50%;
  padding: 0 11rem 0 11rem;
}
@media (max-width: 1440px) {
  .ui_section .what-we-offer-outer .what-we-offer-content {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .ui_section .what-we-offer-outer .what-we-offer-content {
    padding: 50px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ui_section .what-we-offer-outer .what-we-offer-content {
    padding: 40px 20px;
  }
}
.ui_section .what-we-offer-outer .what-we-offer-content h4 {
  color: #fff;
  margin-top: 3rem;
  font-weight: bold;
  font-size: 22px;
}
.ui_section .what-we-offer-outer .what-we-offer-content ul {
  padding: 10px 0 0 16px !important;
}
.ui_section .what-we-offer-outer .what-we-offer-content ul li {
  list-style-type: disc;
  color: #fff;
  width: 100%;
  margin-right: 0;
  margin-bottom: 5px;
  font-size: 18px;
}
@media (max-width: 1440px) {
  .ui_section .what-we-offer-outer .what-we-offer-content ul li {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .ui_section .order-change {
    order: 2;
  }
}
.ui_section .ui-testing-bg {
  background: url("../images/ui_four.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.ui_section .ui-testing-bg img {
  visibility: hidden;
}
.ui_section .ui-graphichal-bg {
  background: url("../images/ui_five.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.ui_section .ui-graphichal-bg img {
  visibility: hidden;
}

.block-chain-vector.ui-right-vector {
  right: -91px;
}
@media (max-width: 991px) {
  .block-chain-vector.ui-right-vector {
    right: 0;
  }
}

.ux-page .ux-architecture-bg {
  background: url("../images/ux_three.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.ux-page .ux-architecture-bg img {
  visibility: hidden;
}
.ux-page .ux-four-bg {
  background: url("../images/ux_four.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.ux-page .ux-four-bg img {
  visibility: hidden;
}
.ux-page .ux-five-bg {
  background: url("../images/ux_five.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.ux-page .ux-five-bg img {
  visibility: hidden;
}
.ux-page .ux-six-bg {
  background: url("../images/ux_six.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.ux-page .ux-six-bg img {
  visibility: hidden;
}

.bg-mobile-app {
  background-color: #224194;
}

.mobile-app-page .mobile-ios-bg {
  background: url("../images/mobile-ios.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.mobile-app-page .mobile-ios-bg img {
  visibility: hidden;
}
.mobile-app-page .mobile-android-bg {
  background: url("../images/mobile-android.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.mobile-app-page .mobile-android-bg img {
  visibility: hidden;
}
.mobile-app-page .mobile-hybrid-bg {
  background: url("../images/mobile-app-hybrid.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.mobile-app-page .mobile-hybrid-bg img {
  visibility: hidden;
}
.mobile-app-page .gaming-app-bg {
  background: url("../images/gaming-development-bg.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.mobile-app-page .gaming-app-bg img {
  visibility: hidden;
}
.mobile-app-page .cross-platform-bg {
  background: url("../images/mobile-cross-platform-bg.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.mobile-app-page .cross-platform-bg img {
  visibility: hidden;
}

.qa-page .qa-two-bg {
  background: url("../images/qa_two.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.qa-page .qa-two-bg img {
  visibility: hidden;
}
.qa-page .qa-three-bg {
  background: url("../images/qa_three.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.qa-page .qa-three-bg img {
  visibility: hidden;
}

.qa-banner-image {
  position: absolute;
  bottom: -414px;
  left: 2%;
}
@media (max-width: 1440px) {
  .qa-banner-image {
    left: -5%;
  }
}
@media (max-width: 991px) {
  .qa-banner-image {
    display: none;
  }
}
@media (max-width: 1440px) {
  .qa-banner-image img {
    max-height: 860px;
  }
}
@media (max-width: 1199px) {
  .qa-banner-image img {
    max-height: 870px;
  }
}

.dm-page .dm-two-bg {
  background: url("../images/dm_two.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.dm-page .dm-two-bg img {
  visibility: hidden;
}
.dm-page .dm-three-bg {
  background: url("../images/dm_three.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.dm-page .dm-three-bg img {
  visibility: hidden;
}
.dm-page .dm-four-bg {
  background: url("../images/dm_four.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.dm-page .dm-four-bg img {
  visibility: hidden;
}
.dm-page .dm-five-bg {
  background: url("../images/dm_five.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.dm-page .dm-five-bg img {
  visibility: hidden;
}
.dm-page .dm-six-bg {
  background: url("../images/dm_six.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.dm-page .dm-six-bg img {
  visibility: hidden;
}
.dm-page .dm-seven-bg {
  background: url("../images/dm_seven.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.dm-page .dm-seven-bg img {
  visibility: hidden;
}
.dm-page .dm-eight-bg {
  background: url("../images/dm_eight.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.dm-page .dm-eight-bg img {
  visibility: hidden;
}

.en-page .en-two-bg {
  background: url("../images/en_two.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.en-page .en-two-bg img {
  visibility: hidden;
}
.en-page .en-three-bg {
  background: url("../images/en_three.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.en-page .en-three-bg img {
  visibility: hidden;
}
.en-page .en-four-bg {
  background: url("../images/en_four.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.en-page .en-four-bg img {
  visibility: hidden;
}
.en-page .en-five-bg {
  background: url("../images/en_five.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.en-page .en-five-bg img {
  visibility: hidden;
}
.en-page .enterprise-banner-image {
  position: absolute;
  bottom: -100px;
}
@media (max-width: 991px) {
  .en-page .enterprise-banner-image {
    display: none;
  }
}
@media (max-width: 1440px) {
  .en-page .enterprise-banner-image img {
    max-height: 600px;
  }
}
@media (max-width: 1199px) {
  .en-page .enterprise-banner-image img {
    max-height: 500px;
  }
}

@media (max-width: 1199px) {
  .development-banner {
    overflow-x: visible;
  }
}
@media (max-width: 991px) {
  .development-banner {
    padding: 80px 0px 40px;
  }
}
.development-banner .main-heading span {
  display: initial;
}
.development-banner .develop-image {
  right: -5%;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .development-banner .develop-image {
    right: 0;
  }
}
@media (max-width: 991px) {
  .development-banner .develop-image-desktop {
    display: none;
  }
}

@media (max-width: 991px) {
  .our-offerings {
    padding: 0;
  }
}

.offering-bg-top {
  height: 100%;
}
.offering-bg-top .offering-bg {
  background: url("../images/offer2.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.offering-bg-top .offering-bg img {
  visibility: hidden;
}

@media (max-width: 991px) {
  .our-process-development .row {
    flex-direction: column;
  }
}

.development-offering .white-button {
  margin-top: 10px;
  display: inline-block;
}
.development-offering .white-button:focus {
  color: #000;
  background-color: #fff;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .development-offering.what-we-offer .what-we-offer-outer .what-we-offer-content .sub-heading {
    margin-bottom: 0px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .development-offering.what-we-offer .what-we-offer-outer .what-we-offer-content h2 {
    margin-bottom: 8px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .development-offering.what-we-offer .what-we-offer-outer .what-we-offer-content ul {
    padding: 0 0;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .development-offering.what-we-offer .what-we-offer-outer .what-we-offer-content ul li {
    width: 48%;
    margin-right: 10px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .development-offering.what-we-offer .what-we-offer-outer .what-we-offer-content ul li h4 {
    margin-bottom: 0;
  }
}

.improvemnt-banner .content {
  margin-top: 100px;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .improvemnt-banner .content {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .improvemnt-banner .content {
    margin-top: 60px;
  }
}
.improvemnt-banner .planet {
  max-width: 154%;
  right: -140px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .improvemnt-banner .planet {
    max-width: 160%;
    right: -140px;
    top: 40px;
    bottom: 0;
    margin: auto;
  }
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .improvemnt-banner .planet {
    right: -12%;
  }
}
@media (max-width: 767px) {
  .improvemnt-banner .planet {
    display: none;
  }
}

.improvemnt-process {
  position: relative;
}
.improvemnt-process .road-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .improvemnt-process .road-img {
    display: none;
  }
}
.improvemnt-process .road-img img {
  max-height: 206px;
}
@media (max-width: 1440px) {
  .improvemnt-process .road-img img {
    max-height: 156px;
  }
}

.improvements-offering-bg-top {
  height: 100%;
}
.improvements-offering-bg-top .improvements-offering-bg {
  background: url("../images/offer3.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.improvements-offering-bg-top .improvements-offering-bg img {
  visibility: hidden;
  max-width: none;
}
.improvements-offering-bg-top .what-we-offer-content {
  margin-top: 0px;
}
.improvements-offering-bg-top li {
  display: flex;
  flex-direction: column;
  flex: 0 0 45%;
}
@media (max-width: 767px) {
  .improvements-offering-bg-top li {
    flex: 0 0 100%;
  }
}
.improvements-offering-bg-top li .service-list {
  flex: 1;
}

.imrovement-more-button {
  margin-top: 20px;
  display: inline-block;
  max-width: 175px;
}

@media (max-width: 1199px) {
  .our-offerings-improvement {
    padding: 0;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .our-offerings-improvement.what-we-offer .what-we-offer-outer .what-we-offer-content .sub-heading {
    margin-bottom: 0px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .our-offerings-improvement.what-we-offer .what-we-offer-outer .what-we-offer-content h2 {
    margin-bottom: 8px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .our-offerings-improvement.what-we-offer .what-we-offer-outer .what-we-offer-content ul {
    padding: 0 0;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .our-offerings-improvement.what-we-offer .what-we-offer-outer .what-we-offer-content ul li {
    width: 48%;
    margin-right: 10px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .our-offerings-improvement.what-we-offer .what-we-offer-outer .what-we-offer-content ul li h4 {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .improvement-process {
    flex-direction: column;
  }
}

.process-layout .process-banner {
  display: flex;
  align-items: center;
  position: relative;
}
.process-layout .process-banner:after {
  content: "";
  background: url("../images/process-banner-pattern.png");
  height: 100%;
  width: 40%;
  top: 0;
  left: 0;
  position: absolute;
}
.process-layout .process-banner .container {
  min-height: 0;
  height: auto;
}
.process-layout .process-banner .container .row {
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .process-layout .process-banner .container .row {
    flex-direction: column-reverse;
  }
}
.process-layout .process-banner .main-heading {
  margin-top: 0px;
  text-align: left;
  margin-bottom: 28px;
  font-size: 96px;
  margin-top: 64px;
}
@media (max-width: 1440px) {
  .process-layout .process-banner .main-heading {
    font-size: 56px;
  }
}
.process-layout .process-banner .main-heading span {
  display: inline;
}
.process-layout .process-banner .sub-heading {
  font-size: 22px;
  line-height: 28px;
}
@media (max-width: 1440px) {
  .process-layout .process-banner .sub-heading {
    font-size: 18px;
  }
}
.process-layout .pr-right {
  position: relative;
}
@media (max-width: 1199px) {
  .process-layout .pr-right {
    font-size: 56px;
  }
}
.process-layout .banner-img {
  position: absolute;
  width: 50%;
  left: 0;
  bottom: -50px;
  z-index: 99;
}
@media (max-width: 991px) {
  .process-layout .banner-img {
    display: none;
  }
}
.process-layout .banner-rite-content {
  padding-top: 10px;
}
.process-layout .right-heading {
  font-weight: bold;
  font-size: 86px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1199px) {
  .process-layout .right-heading {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .process-layout .right-heading {
    font-size: 33px;
  }
}

.discover .process-left img {
  margin: auto;
}
.discover .process-left img.process-watch-image {
  margin-left: 0%;
}
.discover .process-left .main-heading {
  font-size: 64px;
  line-height: 78px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}
@media (max-width: 767px) {
  .discover .process-left .main-heading {
    font-size: 33px;
  }
}

.content-section .what-we-offer-outer .what-we-offer-content {
  width: 65%;
  padding: 0 10%;
}
@media (max-width: 1440px) {
  .content-section .what-we-offer-outer .what-we-offer-content {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .content-section .what-we-offer-outer .what-we-offer-content {
    width: 100%;
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .content-section .what-we-offer-outer .what-we-offer-content {
    padding: 20px;
  }
}
.content-section .what-we-offer-outer .what-we-offer-content .main-heading {
  font-size: 64px;
  line-height: 78px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .content-section .what-we-offer-outer .what-we-offer-content .main-heading {
    font-size: 33px;
    line-height: 40px;
  }
}
.content-section .what-we-offer-outer .what-we-offer-content .sub-heading {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .content-section .what-we-offer-outer .what-we-offer-content .sub-heading {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .content-section .what-we-offer-outer .what-we-offer-content .sub-heading {
    font-size: 18px;
  }
}
.content-section .what-we-offer-outer .what-we-offer-content ul li .sub-heading {
  font-size: 18px;
  line-height: 28px;
}
.content-section .what-we-offer-outer .what-we-offer-img {
  width: 35%;
}
@media (max-width: 991px) {
  .content-section .what-we-offer-outer .what-we-offer-img {
    width: 100%;
  }
}

.bg-white-out .sub-heading {
  color: #000;
  font-weight: bold;
}
@media (max-width: 767px) {
  .bg-white-out .sub-heading {
    font-size: 14px;
  }
}
.bg-white-out .description {
  font-size: 18px;
  line-height: 36px;
  color: #000;
}
@media (max-width: 767px) {
  .bg-white-out .description {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .order-change {
    order: 2;
  }
}

.process-one-bg {
  background: url("../images/pr_one.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.process-one-bg img {
  visibility: hidden;
}

.process-two-bg {
  background: url("../images/pr_two.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.process-two-bg img {
  visibility: hidden;
}

.process-three-bg {
  background: url("../images/pr_three.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.process-three-bg img {
  visibility: hidden;
}

.process-four-bg {
  background: url("../images/pr_four.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.process-four-bg img {
  visibility: hidden;
}

.process-five-bg {
  background: url("../images/pr_five.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.process-five-bg img {
  visibility: hidden;
}

.process-offer-outer {
  height: 100%;
}

.process-heading {
  font-size: 40px;
  line-height: 49px;
  color: #fff;
  margin-top: 0;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .process-heading {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .process-heading {
    font-size: 26px;
    line-height: 30px;
  }
}

.contact-page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .contact-page-banner {
    padding: 150px 0px 80px;
  }
}
@media (max-width: 991px) {
  .contact-page-banner {
    padding: 80px 0px 60px;
  }
}
.contact-page-banner:after {
  content: "";
  position: absolute;
  background: url("../images/ai-banner.png");
  height: 100%;
  width: 100%;
  top: 0;
  width: 40%;
  left: 0;
}
.contact-page-banner .container {
  min-height: 0;
  height: auto;
  z-index: 99;
}
.contact-page-banner .container .row {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .contact-page-banner .container .row {
    flex-direction: column-reverse;
  }
}
.contact-page-banner .innovation-image-top {
  left: 10%;
}
.contact-page-banner .banner-img {
  width: 100%;
  top: 126%;
  position: absolute;
}
.contact-page-banner .banner-img img {
  margin: auto;
  max-height: 628px;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .contact-page-banner .banner-img img {
    max-height: 100%;
  }
}
.contact-page-banner .banner-rite-content .main-heading {
  font-size: 96px;
  margin-bottom: 28px;
  margin-top: 90px;
}
@media (max-width: 1600px) {
  .contact-page-banner .banner-rite-content .main-heading {
    font-size: 56px;
  }
}
@media (max-width: 1199px) {
  .contact-page-banner .banner-rite-content .main-heading {
    margin-top: 0px;
  }
}
.contact-page-banner .banner-rite-content .process-heading {
  font-weight: bold;
  font-size: 26px;
  line-height: 40px;
}
.contact-page-banner .banner-rite-content .sub-heading {
  font-size: 18px;
  line-height: 25px;
}
.contact-page-banner .banner-img {
  position: absolute;
  left: -23%;
  top: auto;
  bottom: -8px;
}
@media (max-width: 1440px) {
  .contact-page-banner .banner-img {
    left: -25%;
  }
}
@media (max-width: 1199px) {
  .contact-page-banner .banner-img {
    left: -26%;
  }
}
@media (max-width: 991px) {
  .contact-page-banner .banner-img {
    display: none;
  }
}
@media (max-width: 1440px) {
  .contact-page-banner .banner-img img {
    max-width: 560px;
  }
}
@media (max-width: 1199px) {
  .contact-page-banner .banner-img img {
    max-width: 679px;
  }
}

.contact-page-form {
  display: flex;
  align-items: center;
}
.contact-page-form .container {
  min-height: 0;
  height: auto;
}
.contact-page-form .container .row {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .contact-page-form .container .row {
    flex-direction: column;
  }
}
.contact-page-form .sub-heading {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .contact-form form {
    margin-top: 20px;
  }
}
.contact-form .form-control {
  width: 100%;
  border-bottom: 1px solid #000;
  box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 15px;
  border-radius: 0px;
  position: relative;
  z-index: 2;
}
.contact-form .form-control::placeholder {
  color: transparent;
}
.contact-form .form-control::-ms-input-placeholder {
  color: transparent;
}
.contact-form .form-control:placeholder-shown + span {
  left: 48px;
  top: 24px;
}
.contact-form .form-control::-ms-input-placeholder-shown + span {
  left: 48px;
  top: 24px;
}
.contact-form .form-control:not(:placeholder-shown) + span {
  left: 48px;
  top: 5px;
  font-size: 12px;
  color: #259CC1;
}
.contact-form-new .form-control:not(:placeholder-shown) + span {
  color: #fff;
}
.contact-form .form-control:placeholder-shown + label + span {
  left: 48px;
  top: 24px;
}
.contact-form .form-control:not(:placeholder-shown) + label + span {
  left: 48px;
  top: 5px;
  font-size: 12px;
  color: #259CC1;
}
.contact-form .email {
  background: url(../images/email.svg);
  background-repeat: no-repeat;
  background-position: 4px 9px;
  padding-left: 33px;
}
.contact-form .message {
  background: url(../images/pencil.svg);
  background-repeat: no-repeat;
  background-position: 4px 9px;
  padding-left: 33px;
  resize: none;
  -webkit-appearance: none;
  height: 34px;
}
.contact-form .name {
  background: url(../images/name.svg);
  background-repeat: no-repeat;
  background-position: 4px 9px;
  padding-left: 33px;
}
.contact-form .phone {
  background: url(../images/phone.svg);
  background-repeat: no-repeat;
  background-position: 4px 9px;
  padding-left: 33px;
}
.contact-form .skype {
  background: url(../images/skype.svg);
  background-repeat: no-repeat;
  background-position: 4px 9px;
  padding-left: 33px;
}
.contact-form .form-group {
  margin-bottom: 50px;
}
.contact-form .submit-button .red-button {
  font-weight: bold;
}
.contact-form .submit-button .btn .contact-arrow {
  margin-left: 8px;
}
.contact-form.contact-form-inner .form-group {
  margin-bottom: 10px;
  min-height: 90px;
}
@media (max-width: 991px) {
  .contact-form.contact-form-inner .submit-button button {
    margin-top: 20px;
  }
}

.contact-page-body .contact-top {
  display: none;
}

.about-us .aboutus-banner {
  min-height: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.about-us .aboutus-banner:after {
  content: "";
  position: absolute;
  background: url("../images/about-pattern.png");
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
.about-us .aboutus-banner .container {
  min-height: 0;
  height: auto;
}
.about-us .aboutus-banner .row {
  flex-direction: row;
  align-items: center;
  min-height: 0;
  height: auto;
}
@media (max-width: 991px) {
  .about-us .aboutus-banner .row {
    flex-direction: column;
  }
}
.about-us .aboutus-banner .innovation-image-top {
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
}
.about-us .aboutus-banner .innovation-image-top img {
  max-width: 100%;
  margin: 0 auto;
}
.about-us .aboutus-banner .main-heading {
  margin-bottom: 28px;
  font-size: 96px;
}
@media (max-width: 1600px) {
  .about-us .aboutus-banner .main-heading {
    font-size: 56px;
  }
}
.about-us .banner-rite-content {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .about-us .d-block {
    display: none;
  }
}
.about-us .vision-section {
  display: flex;
  align-items: center;
}
.about-us .vision-section .row {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .about-us .vision-section .row {
    flex-direction: column;
  }
}
.about-us .vision-section .vision-img {
  text-align: center;
  margin-top: 90px;
}
@media (max-width: 991px) {
  .about-us .vision-section .vision-img {
    margin-bottom: 28px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .about-us .vision-section .vision-img {
    display: none;
  }
}
.about-us .vision-section .vision-content p {
  color: #000;
  line-height: 36px;
  border-left: 12px solid #EE1C1C;
  padding: 0 0 0 30px;
  font-weight: normal;
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .about-us .vision-section .vision-content p {
    border-left: 0;
    border-top: 12px solid #EE1C1C;
    padding-top: 15px;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about-us .vision-section .vision-content p {
    font-size: 18px;
    line-height: 24px;
  }
}
.about-us .mission-section .vision-content p {
  font-weight: normal;
  line-height: 36px;
  color: #fff;
  border-left: 12px solid #fff;
  padding-left: 15px;
  margin-top: 28px;
}
@media (max-width: 991px) {
  .about-us .mission-section .vision-content p {
    border-left: 0px;
    border-top: 12px solid #fff;
    padding-top: 15px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about-us .mission-section .vision-content p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .about-us .infotech-section {
    padding: 0;
  }
}
.about-us .infotech-section .bg-white {
  background: #fff;
}
.about-us .infotech-section .what-we-offer-content .vision-content {
  padding: 0 13%;
}
@media (max-width: 991px) {
  .about-us .infotech-section .what-we-offer-content .vision-content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .about-us .infotech-section .what-we-offer-content .vision-content {
    padding: 0 10px;
  }
}
.about-us .infotech-section .what-we-offer-content .vision-content p {
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  color: #000;
  border-left: 12px solid #EE1C1C;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .about-us .infotech-section .what-we-offer-content .vision-content p {
    border-left: 0px;
    border-top: 12px solid #EE1C1C;
    padding-top: 15px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about-us .infotech-section .what-we-offer-content .vision-content p {
    font-size: 18px;
    line-height: 24px;
  }
}
.about-us .spirit.about-spirit {
  display: flex;
  align-items: center;
  padding: 0;
}
@media (max-width: 1199px) {
  .about-us .spirit.about-spirit {
    padding: 40px 0px;
  }
}
.about-us .spirit.about-spirit .container {
  height: auto;
}
@media (max-width: 1440px) {
  .about-us .spirit.about-spirit .container {
    margin-top: 90px;
  }
}
@media (max-width: 991px) {
  .about-us .spirit.about-spirit .container {
    margin-top: 0px;
  }
}
.about-us .spirit.about-spirit .container .row {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .about-us .spirit.about-spirit .container .row {
    flex-direction: column;
  }
}
.about-us .spirit.about-spirit .ui-img {
  bottom: 0;
  left: 8%;
}
@media (max-width: 1440px) {
  .about-us .spirit.about-spirit .ui-img {
    left: 3%;
  }
}
.about-us .spirit.about-spirit .main-heading {
  margin-bottom: 28px;
}
.about-us .spirit .solution-right .solution-main-list li {
  padding-right: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .about-us .spirit .solution-right .solution-main-list li {
    padding: 0 0 0px;
  }
}
.about-us .spirit .solution-right .solution-main-list li h3 {
  margin-top: 0;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .about-us .spirit .solution-right .solution-main-list li h3 {
    font-size: 24px;
  }
}
.about-us .spirit .solution-right .solution-main-list li p {
  font-size: 14px;
}
@media (max-width: 1440px) {
  .about-us .spirit .solution-right .solution-main-list li p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .about-us .awards {
    padding: 40px 0px;
  }
}
.about-us .awards .ui-img {
  bottom: -11px;
}
.about-us .awards .ui-img img {
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .about-us .awards .ui-img img {
    max-width: 242px;
  }
}
.about-us .awards .solution-left h2 {
  color: #fff;
  margin-top: 35px;
}
.about-us .awards .solution-right img {
  margin: 0 auto;
}
.about-us .vision-content {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .about-us .vision-content {
    margin-top: 0px;
  }
}

.mission-about-section {
  height: 100%;
}
.mission-about-section .mission-about-bg {
  background: url("../images/mission.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.mission-about-section .mission-about-bg img {
  visibility: hidden;
}

.about-solution {
  padding: 0;
  display: flex;
  align-items: center;
}
.about-solution .container .row {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .about-solution .container .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .about-solution .container .row .col-md-6 {
    width: 100%;
  }
}

.about-sub-heading {
  font-size: 22px;
  line-height: 28px;
  margin: 30px 0px;
  color: #fff;
}
@media (max-width: 1440px) {
  .about-sub-heading {
    font-size: 18px;
  }
}

.artficial-intelligence-banner {
  position: relative !important;
  padding-top: 170px;
}
@media (max-width: 1440px) {
  .artficial-intelligence-banner {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .artficial-intelligence-banner {
    padding-top: 130px;
  }
}
@media (max-width: 991px) {
  .artficial-intelligence-banner {
    padding-top: 110px;
  }
}
.artficial-intelligence-banner:after {
  content: "";
  position: absolute;
  background: url("../images/ai-banner.png");
  height: 100%;
  width: 100%;
  top: 0;
  width: 40%;
  left: 0;
}
.artficial-intelligence-banner .container {
  justify-content: flex-end;
  position: relative;
  align-items: center;
  min-height: 100%;
  height: Auto;
  z-index: 99;
  display: flex;
}
@media (max-width: 1440px) {
  .artficial-intelligence-banner .container {
    align-items: center;
    height: 100%;
    display: flex;
  }
}
@media (max-width: 991px) {
  .artficial-intelligence-banner .container {
    margin-top: 0;
    flex-direction: column;
  }
}
.artficial-intelligence-banner .artificial-banner-image {
  width: 50%;
  left: 8%;
  position: absolute;
  bottom: 0;
  z-index: 99;
}
@media (max-width: 991px) {
  .artficial-intelligence-banner .artificial-banner-image {
    display: none;
  }
}
.artficial-intelligence-banner .artificial-banner-image img {
  max-height: 700px;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .artficial-intelligence-banner .artificial-banner-image img {
    max-height: 800px;
  }
}
@media (max-width: 1440px) {
  .artficial-intelligence-banner .artificial-banner-image img {
    max-height: 600px;
  }
}
@media (max-width: 1199px) {
  .artficial-intelligence-banner .artificial-banner-image img {
    max-height: 480px;
  }
}

.ai-benefits {
  display: flex;
  align-items: center;
}
.ai-benefits .row {
  margin-top: 80px;
}
.ai-benefits .main-heading {
  margin-bottom: 15px;
}
.ai-benefits .white-button {
  margin-bottom: 15px;
}

/*help-section*/
.help-section {
  width: 100%;
  padding: 40px 0px;
  display: flex;
  align-items: center;
}
.help-section .help-outer {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .help-section .help-outer {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .help-section .help-outer {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .help-section .help-outer {
    flex-direction: column;
  }
}
.help-section .help-outer .help-section-left .sub-heading {
  color: #797979;
  font-weight: 300;
}
.help-section .help-outer .help-section-left img {
  padding: 35px 0 0;
}
@media (max-width: 991px) {
  .help-section .help-outer .help-list {
    margin-top: 20px;
  }
}
.help-section .help-outer .help-list ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .help-section .help-outer .help-list ul {
    justify-content: center;
  }
}
.help-section .help-outer .help-list ul li {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
  background: #fff;
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1440px) {
  .help-section .help-outer .help-list ul li {
    width: 29%;
  }
}
@media (max-width: 1199px) {
  .help-section .help-outer .help-list ul li {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .help-section .help-outer .help-list ul li {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .help-section .help-outer .help-list ul li {
    width: 45%;
  }
}
@media (max-width: 520px) {
  .help-section .help-outer .help-list ul li {
    width: 100%;
  }
}
.help-section .help-outer .help-list ul li.help-list-inner {
  padding: 20px;
}
@media (max-width: 1440px) {
  .help-section .help-outer .help-list ul li.help-list-inner {
    padding: 6px;
  }
}
.help-section .help-outer .help-list ul li.help-list-inner h3 {
  font-size: 45px;
  color: #000;
  margin-top: 0;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .help-section .help-outer .help-list ul li.help-list-inner h3 {
    font-size: 30px;
    margin-bottom: 0;
  }
}
.help-section .help-outer .help-list ul li.help-list-inner h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .help-section .help-outer .help-list ul li.help-list-inner h5 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1440px) {
  .help-section .help-outer .help-list ul li.help-list-inner h5 {
    font-size: 16px;
    line-height: 18px;
  }
}
.help-section .help-outer .help-list ul li.help-list-inner p {
  font-size: 0.8vw;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .help-section .help-outer .help-list ul li.help-list-inner p {
    margin-top: 15px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .help-section .help-outer .help-list ul li.help-list-inner p {
    font-size: 1vw;
    font-weight: normal;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .help-section .help-outer .help-list ul li.help-list-inner p {
    font-size: 14px;
  }
}
.help-section .help-outer .help-list ul li.help-list-inner .help-icon {
  text-align: center;
  padding: 0px 0;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .help-section .help-outer .help-list ul li.help-list-inner .help-icon {
    padding: 20px 0 0;
  }
}

/*help-section--end*/
@media (max-width: 1440px) {
  .expertise .row {
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .expertise .row {
    margin-top: 0;
  }
}
.expertise .process-left .main-heading {
  color: #000000;
}
.expertise .expertise-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.expertise .expertise-list ul li {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
  background: #fff;
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .expertise .expertise-list ul li {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .expertise .expertise-list ul li {
    width: 100%;
  }
}
.expertise .expertise-list ul li.process-list-inner {
  padding: 10px;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .expertise .expertise-list ul li.process-list-inner {
    padding: 20px;
  }
}
.expertise .expertise-list ul li.process-list-inner h3 {
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
}
.expertise .expertise-list ul li.process-list-inner h5 {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #000;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .expertise .expertise-list ul li.process-list-inner h5 {
    font-size: 26px;
  }
}
.expertise .expertise-list ul li.process-list-inner p {
  font-weight: 300;
  font-size: 0.8vw;
  line-height: 25px;
  color: #000;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .expertise .expertise-list ul li.process-list-inner p {
    margin-top: 26px;
  }
}
@media (max-width: 1199px) {
  .expertise .expertise-list ul li.process-list-inner p {
    font-size: 14px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .expertise .expertise-list ul li.process-list-inner p {
    font-size: 1vw;
    font-weight: normal;
    line-height: 24px;
  }
}

.bg-white {
  background: #fff;
}

.ai-bottom-vector {
  position: absolute;
  bottom: -290px;
  left: -1%;
  z-index: 9;
}
@media (max-width: 1440px) {
  .ai-bottom-vector {
    bottom: -200px;
  }
}
@media (max-width: 1199px) {
  .ai-bottom-vector {
    left: -5%;
  }
}
@media (max-width: 991px) {
  .ai-bottom-vector {
    display: none;
  }
}
.ai-bottom-vector img {
  width: 600px;
}
@media (max-width: 1440px) {
  .ai-bottom-vector img {
    width: 500px;
  }
}
@media (max-width: 1199px) {
  .ai-bottom-vector img {
    width: 400px;
  }
}

.artficial-intelligence-banner.cb-bg-yellow .artificial-banner-image {
  left: 0;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .artficial-intelligence-banner.cb-bg-yellow .artificial-banner-image {
    left: 2%;
  }
}
@media (max-width: 1440px) {
  .artficial-intelligence-banner.cb-bg-yellow .artificial-banner-image {
    left: 0%;
  }
}
@media (max-width: 1199px) {
  .artficial-intelligence-banner.cb-bg-yellow .artificial-banner-image {
    left: -3%;
  }
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .artficial-intelligence-banner.cb-bg-yellow .artificial-banner-image img {
    max-height: 100%;
  }
}
@media (max-width: 1440px) {
  .artficial-intelligence-banner.cb-bg-yellow .artificial-banner-image img {
    max-height: 600px;
  }
}
@media (max-width: 1199px) {
  .artficial-intelligence-banner.cb-bg-yellow .artificial-banner-image img {
    max-height: 510px;
  }
}

.artficial-intelligence-banner.bd-bg-purple {
  display: flex;
  align-items: center;
}

.ai-bottom-vector.bigdata-bottom-vector {
  left: 11%;
  bottom: -215px;
}

.artficial-intelligence-banner.cl-bg-blue .artificial-banner-image {
  bottom: -37px;
  left: 4%;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .artficial-intelligence-banner.cl-bg-blue .artificial-banner-image {
    left: 6%;
  }
}
@media (max-width: 1440px) {
  .artficial-intelligence-banner.cl-bg-blue .artificial-banner-image img {
    max-height: 562px;
  }
}
@media (max-width: 1440px) {
  .artficial-intelligence-banner.cl-bg-blue .main-heading {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .artficial-intelligence-banner.cl-bg-blue .main-heading {
    margin-top: 0px;
  }
}

.artficial-intelligence-banner.vr-banner .artificial-banner-image {
  left: 0%;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .artficial-intelligence-banner.vr-banner .artificial-banner-image {
    left: 0%;
  }
}
@media (max-width: 1440px) {
  .artficial-intelligence-banner.vr-banner .artificial-banner-image img {
    max-height: 510px;
  }
}
.artficial-intelligence-banner.vr-banner .sub-heading {
  margin: 20px 0 35px;
}

.mr-80 {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .mr-80 {
    margin-top: 20px;
  }
}

.careers .career {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .careers .career {
    padding-top: 110px;
  }
}
.careers .career:after {
  content: "";
  position: absolute;
  background: url("../images/ai-banner.png");
  height: 100%;
  width: 100%;
  top: 0;
  width: 40%;
  left: 0;
}
@media (max-width: 767px) {
  .careers .career {
    padding-top: 22%;
  }
}
.careers .career img {
  width: 80%;
}
@media (max-width: 991px) {
  .careers .career img {
    margin: 0 auto;
    margin-bottom: 28px;
  }
}
.careers .career .content p {
  font-size: 24px;
  line-height: 40px;
  color: #fff;
}
@media (max-width: 767px) {
  .careers .career .content p {
    line-height: 24px;
    font-size: 18px;
  }
}
.careers .responsibilites-careers {
  padding: 0;
}
@media (max-width: 1199px) {
  .careers .responsibilites-careers {
    padding: 80px 0px;
  }
}
.careers .responsibilites-careers .container {
  height: 100%;
}
@media (max-width: 1440px) {
  .careers .responsibilites-careers .container {
    padding-top: 110px;
  }
}
@media (max-width: 991px) {
  .careers .responsibilites-careers .container {
    display: inline-block;
  }
}
@media (max-width: 1199px) {
  .careers .responsibilites-careers .container {
    padding-top: 0px;
  }
}
.careers .responsibilites-careers .container .row {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .careers .responsibilites-careers .container .row {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .careers .responsibilites-careers .solution-right {
    margin-top: 40px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .careers .responsibilites-careers .solution-right .solution-main-list li p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.careers .responsibilites-careers .main-heading {
  margin-bottom: 28px;
  font-size: 48px;
}
.careers .career-benefit {
  display: flex;
  align-items: center;
}
.careers .career-benefit .container {
  min-height: 0;
  height: auto;
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .careers .career-benefit .container {
    padding-top: 0px;
  }
}
.careers .career-benefit .container .row {
  align-items: flex-start;
}
@media (max-width: 991px) {
  .careers .career-benefit .container .row {
    flex-direction: column;
  }
}
.careers .career-benefit .process-left .main-heading {
  color: #fff;
}
@media (max-width: 991px) {
  .careers .career-benefit .process-left .main-heading {
    font-size: 28px;
    line-height: 35px;
  }
}
.careers .career-benefit .process-list ul li {
  width: 30%;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .careers .career-benefit .process-list ul li {
    padding: 20px;
  }
}
@media (max-width: 1440px) {
  .careers .career-benefit .process-list ul li {
    width: 29%;
  }
}
@media (max-width: 520px) {
  .careers .career-benefit .process-list ul li {
    width: 100%;
  }
}
.careers .career-benefit .career-hands {
  position: absolute;
  left: 0;
  bottom: -166px;
  width: 50%;
}
@media (max-width: 991px) {
  .careers .career-benefit .career-hands {
    display: none;
  }
}
.careers .career-benefit .career-hands img {
  max-width: 100%;
}
.careers .wrd-brk {
  word-break: break-all;
}
.careers .solution h6 {
  color: #296a8f;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
}
.careers .feedback-outer .d-inline {
  display: inline;
}
.careers .feedback-outer .vision-content {
  margin-top: 0;
}
.careers .feedback-outer .what-we-offer-content .vision-content p {
  border-left: none;
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 20px;
}
.careers .feedback-outer .what-we-offer-content .vision-content h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  margin: 0px 0;
}
.careers .feedback-outer .what-we-offer-content .vision-content h6 {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  margin: 5px 0;
}
@media (max-width: 767px) {
  .careers .feedback-outer .carousel-indicators {
    bottom: -8px;
  }
}
.careers .feedback-outer .carousel-default {
  height: 100%;
}
@media (max-width: 991px) {
  .careers .contact-form form {
    margin-top: 20px;
  }
}
.careers .contact-form .form-control {
  width: 100%;
  border-bottom: 1px solid #000;
  box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 15px;
  border-radius: 0px;
  position: relative;
  z-index: 2;
}
.careers .contact-form .form-control::placeholder {
  color: transparent;
}
.careers .contact-form .form-control::-ms-input-placeholder {
  color: transparent;
}
.careers .contact-form .form-control:placeholder-shown + span {
  left: 48px;
  top: 24px;
}
.careers .contact-form .form-control:not(:placeholder-shown) + span {
  left: 48px;
  top: 5px;
  font-size: 12px;
  color: #259CC1;
}
.careers .contact-form .form-control:placeholder-shown + label + span {
  left: 48px;
  top: 24px;
}
.careers .contact-form .form-control:-ms-input-placeholder-shown + label + span {
  left: 48px;
  top: 24px;
}
.careers .contact-form .form-control:not(:placeholder-shown) + label + span {
  left: 48px;
  top: 5px;
  font-size: 12px;
  color: #259CC1;
}
.careers .contact-form .form-control:not(:-ms-input-placeholder-shown) + label + span {
  left: 48px;
  top: 5px;
  font-size: 12px;
  color: #259CC1;
}
.careers .contact-form .email {
  background: url(../images/email.svg);
  background-repeat: no-repeat;
  background-position: 4px 9px;
  padding-left: 33px;
}
.careers .contact-form .message {
  background: url(../images/pencil.svg);
  background-repeat: no-repeat;
  background-position: 4px 9px;
  padding-left: 33px;
  resize: none;
  -webkit-appearance: none;
  height: 34px;
}
.careers .contact-form .attachment {
  background: url(../images/atachment.svg);
  background-repeat: no-repeat;
  padding-left: 33px;
}
.careers .contact-form .git {
  background: url(../images/git.svg);
  background-repeat: no-repeat;
  padding-left: 33px;
}
.careers .contact-form .linked {
  background: url(../images/linkedin.svg);
  background-repeat: no-repeat;
  padding-left: 33px;
}
.careers .apply-heading span {
  display: inline-block;
}

.career-about-bg {
  background: url("../images/career-feedback.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .career-about-bg {
    background: none;
  }
}
.career-about-bg img {
  visibility: hidden;
}
@media (max-width: 767px) {
  .career-about-bg img {
    visibility: visible;
  }
}
.career-about-bg.employe-1 {
  background: url("../images/employe-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .career-about-bg.employe-1 {
    background: none;
  }
}
.career-about-bg.employe-2 {
  background: url("../images/employe-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .career-about-bg.employe-2 {
    background: none;
  }
}

.career-banner .container {
  margin-top: 33px;
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 991px) {
  .career-banner .container {
    flex-direction: column;
  }
}

.infotech-section .carousel {
  height: 100%;
}
.infotech-section .carousel .carousel-inner {
  height: 100%;
}
.infotech-section .carousel .carousel-inner .item {
  height: 100%;
}
.infotech-section .carousel-control {
  height: 35px;
  width: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  color: #fff;
  top: 50%;
  z-index: 999;
  display: none;
}
.infotech-section .carousel-control.left {
  left: 2%;
}
.infotech-section .carousel-control.right {
  right: 2%;
}

.carousel-indicators li {
  border: 1px solid #000;
  border-radius: 0;
  width: 15px;
  height: 15px;
}
.carousel-indicators .active {
  background-color: #000;
  border-radius: 0;
  width: 15px;
  height: 15px;
}

.left-navigation {
  z-index: 9;
}

@media (max-width: 991px) {
  .artficial-intelligence-banner.bg-iot-blue .main-heading {
    margin-top: 28px;
  }
}

.ai-bottom-vector.iot-bottom-vector {
  left: 6%;
  bottom: -220px;
}
@media (max-width: 991px) {
  .ai-bottom-vector.iot-bottom-vector {
    left: 0;
  }
}

.artficial-intelligence-banner.bg-blockchain {
  padding-top: 90px;
}
@media (max-width: 1199px) {
  .artficial-intelligence-banner.bg-blockchain {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .artficial-intelligence-banner.bg-blockchain {
    padding-top: 110px;
  }
}
.artficial-intelligence-banner.bg-blockchain .container {
  min-height: 100%;
  margin-top: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 991px) {
  .artficial-intelligence-banner.bg-blockchain .container {
    flex-direction: column;
  }
}
.artficial-intelligence-banner .sub-heading {
  margin: 20px 0 35px;
}

.block-chain-bottom {
  position: absolute;
  bottom: -221px;
  left: 6%;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .block-chain-bottom {
    left: 8%;
  }
}
@media (max-width: 1440px) {
  .block-chain-bottom {
    left: 6%;
  }
}
@media (max-width: 1199px) {
  .block-chain-bottom {
    left: 2%;
  }
}
@media (max-width: 991px) {
  .block-chain-bottom {
    display: none;
  }
}
@media (max-width: 1600px) {
  .block-chain-bottom img {
    max-height: 860px;
  }
}
@media (max-width: 1440px) {
  .block-chain-bottom img {
    max-height: 640px;
  }
}
@media (max-width: 1199px) {
  .block-chain-bottom img {
    max-height: 600px;
  }
}

.block-chain-vector {
  position: absolute;
  right: -20px;
  top: 150px;
}
@media (max-width: 767px) {
  .block-chain-vector {
    top: 110px;
  }
}

@media (max-width: 1600px) {
  .warehousing-data .artficial-intelligence-banner .container {
    margin-top: 0;
  }
}
.warehousing-data .artficial-intelligence-banner .main-heading {
  margin-top: 90px;
}
@media (max-width: 1199px) {
  .warehousing-data .artficial-intelligence-banner .main-heading {
    margin-top: 0px;
  }
}
.warehousing-data .artficial-intelligence-banner .warehousing-image {
  margin-top: -40px;
}
@media (max-width: 1440px) {
  .warehousing-data .artficial-intelligence-banner .warehousing-image {
    margin-top: 0;
    max-height: 480px;
  }
}

.bg-yellow {
  background-color: #ffbd5a;
}

.bg-tarquoise {
  background-color: #00A2AD;
}

.bg-blue {
  background-color: #305397;
}

.bg-pink {
  background-color: #FF5E4B;
}

.bg-black {
  background-color: #0C0C0C;
}

.bg-purple {
  background-color: #5F4CAE;
}

.bg-orange {
  background-color: #FF7D34;
}

.bg-green {
  background-color: #51B874;
}

.bg-brown {
  background-color: #593600;
}

.bg-grey {
  background-color: #F3F3F3;
}

.bg-white {
  background-color: #fff;
}

@media (max-width: 1199px) {
  .cross-platform-banner {
    position: relative;
  }
}
.cross-platform-banner .container {
  min-height: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  margin-top: 60px;
}
.cross-platform-banner .row {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cross-platform-banner .row {
    flex-direction: column;
  }
}
.cross-platform-banner .sub-heading {
  font-size: 22px;
  line-height: 28px;
  margin: 30px 0px;
}
.cross-platform-banner .cross-platform-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 42px;
  color: #fff;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.cross-paltform-offering .process-left .main-heading {
  font-weight: normal;
  text-transform: capitalize;
}
.cross-paltform-offering .process-left img {
  margin: 0;
}
@media (max-width: 991px) {
  .cross-paltform-offering .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cross-paltform-offering .ui-content h3 {
    border-left: 0px;
    border-top: 12px solid #EE1C1C;
    padding-top: 40px;
    padding-left: 0px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .cross-paltform-offering .ui-content h3 {
    font-size: 20px;
  }
}

.cp-one-bg {
  background: url("../images/cp-one.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .cp-one-bg {
    background: none;
  }
}
.cp-one-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .cp-one-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.cp-two-bg {
  background: url("../images/cp-two.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .cp-two-bg {
    background: none;
  }
}
.cp-two-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .cp-two-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.cp-three-bg {
  background: url("../images/cp-three.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .cp-three-bg {
    background: none;
  }
}
.cp-three-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .cp-three-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.cp-four-bg {
  background: url("../images/cp-four.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .cp-four-bg {
    background: none;
  }
}
.cp-four-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .cp-four-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

@media (max-width: 1440px) {
  .cross-platform-middle .what-we-offer-outer .what-we-offer-content {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .cross-platform-middle .what-we-offer-outer .what-we-offer-content {
    margin: 40px 0px;
  }
}
@media (max-width: 991px) {
  .cross-platform-middle .what-we-offer-outer .what-we-offer-content {
    margin: 20px 0px;
  }
}
@media (max-width: 767px) {
  .cross-platform-middle .what-we-offer-outer .what-we-offer-content {
    margin: 0px 0px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .cross-platform-middle .what-we-offer-outer .what-we-offer-content .sub-heading {
    font-size: 20px;
  }
}
.cross-platform-middle .what-we-offer-outer .what-we-offer-content h4.black {
  color: #000;
}
.cross-platform-middle .what-we-offer-outer .what-we-offer-content ul.black li {
  color: #000;
}
@media (max-width: 1199px) {
  .cross-platform-middle .what-we-offer-outer .what-we-offer-img {
    padding-right: 35px;
  }
}
@media (max-width: 991px) {
  .cross-platform-middle .what-we-offer-outer .what-we-offer-img {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cross-platform-middle .what-we-offer-outer .what-we-offer-img img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .cross-platform-middle .what-we-offer-outer .what-we-offer-img.what-we-offer-right-img {
    padding-left: 35px;
  }
}
@media (max-width: 991px) {
  .cross-platform-middle .what-we-offer-outer .what-we-offer-img.what-we-offer-right-img {
    padding-left: 0px;
  }
}

.an-one-bg {
  background: url("../images/an-one.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .an-one-bg {
    background: none;
  }
}
.an-one-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .an-one-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.an-two-bg {
  background: url("../images/an-two.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .an-two-bg {
    background: none;
  }
}
.an-two-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .an-two-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.an-three-bg {
  background: url("../images/an-three.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .an-three-bg {
    background: none;
  }
}
.an-three-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .an-three-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.an-four-bg {
  background: url("../images/an-four.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .an-four-bg {
    background: none;
  }
}
.an-four-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .an-four-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.an-five-bg {
  background: url("../images/an-five.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .an-five-bg {
    background: none;
  }
}
.an-five-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .an-five-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.js-one-bg {
  background: url("../images/js-one.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .js-one-bg {
    background: none;
  }
}
.js-one-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .js-one-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.js-two-bg {
  background: url("../images/js-two.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .js-two-bg {
    background: none;
  }
}
.js-two-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .js-two-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.js-three-bg {
  background: url("../images/js-three.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .js-three-bg {
    background: none;
  }
}
.js-three-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .js-three-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.js-four-bg {
  background: url("../images/js-four.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .js-four-bg {
    background: none;
  }
}
.js-four-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .js-four-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.njsp-one-bg {
  background: url("../images/njsp-one.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .njsp-one-bg {
    background: none;
  }
}
.njsp-one-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .njsp-one-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.njsp-two-bg {
  background: url("../images/njsp-two.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .njsp-two-bg {
    background: none;
  }
}
.njsp-two-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .njsp-two-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.njsp-three-bg {
  background: url("../images/njsp-three.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .njsp-three-bg {
    background: none;
  }
}
.njsp-three-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .njsp-three-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.what-we-offer .what-we-offer-outer .what-we-offer-content .mean-tags li {
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: 15px 35px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  width: auto;
  list-style: none;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .what-we-offer .what-we-offer-outer .what-we-offer-content .mean-tags li {
    padding: 8px 20px;
  }
}
.what-we-offer .what-we-offer-outer .what-we-offer-content .mean-tags.white li {
  background-color: #fff;
}

.ga-one-bg {
  background: url("../images/ga-one.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .ga-one-bg {
    background: none;
  }
}
.ga-one-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .ga-one-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.ga-two-bg {
  background: url("../images/ga-two.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .ga-two-bg {
    background: none;
  }
}
.ga-two-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .ga-two-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.ga-three-bg {
  background: url("../images/ga-three.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .ga-three-bg {
    background: none;
  }
}
.ga-three-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .ga-three-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.gaming-banner {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .gaming-banner {
    display: none;
  }
}
@media (max-width: 1440px) {
  .gaming-banner img {
    max-height: 510px;
  }
}

.ja-one-bg {
  background: url("../images/ja-one.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .ja-one-bg {
    background: none;
  }
}
.ja-one-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .ja-one-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.ja-two-bg {
  background: url("../images/ja-two.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .ja-two-bg {
    background: none;
  }
}
.ja-two-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .ja-two-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.ja-three-bg {
  background: url("../images/ja-three.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .ja-three-bg {
    background: none;
  }
}
.ja-three-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .ja-three-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.ja-four-bg {
  background: url("../images/ja-four.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .ja-four-bg {
    background: none;
  }
}
.ja-four-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .ja-four-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.ja-five-bg {
  background: url("../images/ja-five.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .ja-five-bg {
    background: none;
  }
}
.ja-five-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .ja-five-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.ja-six-bg {
  background: url("../images/ja-six.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .ja-six-bg {
    background: none;
  }
}
.ja-six-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .ja-six-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.ruby-one-bg {
  background: url("../images/ruby-one-bg.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .ruby-one-bg {
    background: none;
  }
}
.ruby-one-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .ruby-one-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.ruby-two-bg {
  background: url("../images/ruby-two-bg.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .ruby-two-bg {
    background: none;
  }
}
.ruby-two-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .ruby-two-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.ruby-three-bg {
  background: url("../images/ruby-three-bg.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .ruby-three-bg {
    background: none;
  }
}
.ruby-three-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .ruby-three-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.ios-one-bg {
  background: url("../images/ios-one.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .ios-one-bg {
    background: none;
  }
}
.ios-one-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .ios-one-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.ios-two-bg {
  background: url("../images/ios-two.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .ios-two-bg {
    background: none;
  }
}
.ios-two-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .ios-two-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.ios-three-bg {
  background: url("../images/ios-three.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .ios-three-bg {
    background: none;
  }
}
.ios-three-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .ios-three-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.ios-four-bg {
  background: url("../images/ios-four.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .ios-four-bg {
    background: none;
  }
}
.ios-four-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .ios-four-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.ios-five-bg {
  background: url("../images/ios-five.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .ios-five-bg {
    background: none;
  }
}
.ios-five-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .ios-five-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.ios-six-bg {
  background: url("../images/ios-six.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .ios-six-bg {
    background: none;
  }
}
.ios-six-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .ios-six-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.black_ios {
  color: #000;
}

.dotnet-one-bg {
  background: url("../images/dotnet-one-bg.png");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .dotnet-one-bg {
    background: none;
  }
}
.dotnet-one-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .dotnet-one-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.dotnet-two-bg {
  background: url("../images/dotnet-two-bg.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .dotnet-two-bg {
    background: none;
  }
}
.dotnet-two-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .dotnet-two-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.dotnet-three-bg {
  background: url("../images/dotnet-three-bg.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .dotnet-three-bg {
    background: none;
  }
}
.dotnet-three-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .dotnet-three-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.dotnet-four-bg {
  background: url("../images/dotnet-four-bg.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .dotnet-four-bg {
    background: none;
  }
}
.dotnet-four-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .dotnet-four-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.dotnet-five-bg {
  background: url("../images/dotnet-five-bg.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .dotnet-five-bg {
    background: none;
  }
}
.dotnet-five-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .dotnet-five-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.dotnet-six-bg {
  background: url("../images/dotnet-six-bg.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .dotnet-six-bg {
    background: none;
  }
}
.dotnet-six-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .dotnet-six-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.hy-one-bg {
  background: url("../images/hy-one.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .hy-one-bg {
    background: none;
  }
}
.hy-one-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .hy-one-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.hy-two-bg {
  background: url("../images/hy-two.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .hy-two-bg {
    background: none;
  }
}
.hy-two-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .hy-two-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.hy-three-bg {
  background: url("../images/hy-three.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .hy-three-bg {
    background: none;
  }
}
.hy-three-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .hy-three-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.php-one-bg {
  background: url("../images/php-one.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .php-one-bg {
    background: none;
  }
}
.php-one-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .php-one-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.php-two-bg {
  background: url("../images/php-two.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .php-two-bg {
    background: none;
  }
}
.php-two-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .php-two-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.php-three-bg {
  background: url("../images/php-three.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .php-three-bg {
    background: none;
  }
}
.php-three-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .php-three-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.php-four-bg {
  background: url("../images/php-four.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .php-four-bg {
    background: none;
  }
}
.php-four-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .php-four-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.php-five-bg {
  background: url("../images/php-five.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .php-five-bg {
    background: none;
  }
}
.php-five-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .php-five-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.php-six-bg {
  background: url("../images/php-six.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .php-six-bg {
    background: none;
  }
}
.php-six-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .php-six-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.php-seven-bg {
  background: url("../images/php-seven.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .php-seven-bg {
    background: none;
  }
}
.php-seven-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .php-seven-bg img {
    visibility: visible;
    max-width: 100%;
  }
}

.case-study-pages .case-study-banner {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.case-study-pages .case-study-banner.bifoot-case-study-banner {
  background-image: url("../images/bifoot-bg.jpg");
}
@media (max-width: 767px) {
  .case-study-pages .case-study-banner {
    background-size: cover;
  }
}
.case-study-pages .case-study-banner .case-study-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 42px;
  color: #fff;
  letter-spacing: 8px;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .case-study-pages .case-study-banner .case-study-title {
    margin-bottom: 0;
  }
}
.case-study-pages .case-study-banner .container {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
@media (max-width: 991px) {
  .case-study-pages .case-study-banner .container {
    height: auto;
    padding-top: 40px;
  }
}
.case-study-pages .case-study-banner .banner-content-list {
  margin-top: 31px;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .case-study-pages .case-study-banner .banner-content-list {
    margin-top: 20px;
  }
}
.case-study-pages .case-study-banner .banner-content-list li {
  list-style: none;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  max-width: 330px;
  padding-right: 40px;
  color: #FFF2F2;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .case-study-pages .case-study-banner .banner-content-list li {
    line-height: 28px;
  }
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .case-study-pages .case-study-banner .banner-content-list li {
    max-width: 400px;
  }
}
@media (max-width: 1440px) {
  .case-study-pages .case-study-banner .banner-content-list li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .case-study-pages .case-study-banner .banner-content-list li {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.case-study-pages .case-study-banner .main-heading {
  font-size: 58px;
}
@media (max-width: 767px) {
  .case-study-pages .case-study-banner .main-heading {
    font-size: 30px;
  }
}
.case-study-pages .case-study-banner .main-heading span {
  font-size: 86px;
  line-height: 105px;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .case-study-pages .case-study-banner .main-heading span {
    line-height: 90px;
  }
}
@media (max-width: 767px) {
  .case-study-pages .case-study-banner .main-heading span {
    font-size: 36px;
    line-height: 48px;
  }
}
.case-study-pages .ride-planning {
  display: flex;
  align-items: center;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .case-study-pages .ride-planning {
    padding-top: 40px;
  }
}
.case-study-pages .ride-planning .planning-title {
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1em;
  text-align: right;
  color: rgba(0, 0, 0, 0.6);
}
.case-study-pages .ride-planning .ride-plannig-bottom {
  height: auto;
  width: 100%;
  padding: 80px 140px;
}
@media (min-width: 1200px) {
  .case-study-pages .ride-planning .ride-plannig-bottom {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .case-study-pages .ride-planning .ride-plannig-bottom {
    padding: 40px 15px;
  }
}
.case-study-pages .ride-planning .main-heading {
  margin-bottom: 20px;
}
.case-study-pages .ride-planning .ride-planning-images {
  width: 100%;
  right: -70px;
  position: relative;
  z-index: 999;
}
@media (max-width: 991px) {
  .case-study-pages .ride-planning .ride-planning-images {
    right: 0;
  }
}
.case-study-pages .ride-planning .ride-planing-foot-bottom {
  font-weight: bold;
  font-size: 250px;
  line-height: 36px;
  color: rgba(89, 54, 0, 0.07);
  position: absolute;
  right: 9%;
  bottom: 0;
  text-transform: uppercase;
  bottom: 70px;
}
.case-study-pages .ride-planning .container-fluid {
  position: relative;
  width: 100%;
}
@media (max-width: 1199px) {
  .case-study-pages .ride-planning .container-fluid {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .case-study-pages .ride-planning .container-fluid {
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .case-study-pages .ride-planning .ride-planning-right-top {
    padding: 0;
  }
}
.case-study-pages .pr-0 {
  padding-right: 0;
}
.case-study-pages .d-inline {
  display: inline;
}
@media (max-width: 1199px) {
  .case-study-pages .ride-record {
    position: relative !important;
  }
}
@media (max-width: 767px) {
  .case-study-pages .ride-record {
    padding: 0;
  }
}
.case-study-pages .ride-record:after {
  content: "";
  width: 28%;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: #00A2AD;
  top: 0;
}
@media (max-width: 991px) {
  .case-study-pages .ride-record:after {
    display: none;
  }
}
.case-study-pages .ride-record .row {
  display: flex;
  align-items: center;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .case-study-pages .ride-record .row {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .case-study-pages .ride-record .row {
    flex-direction: column;
  }
}
.case-study-pages .ride-record .sub-heading {
  color: #000;
  margin-top: 20px;
}
.case-study-pages .ride-record .ride-record-right {
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .case-study-pages .ride-record .ride-record-right {
    height: 100vh;
  }
}
@media (max-width: 991px) {
  .case-study-pages .ride-record .ride-record-right {
    padding: 40px 28px 0px 0px;
  }
}
.case-study-pages .ride-record .ride-record-right img {
  z-index: 99;
}
.case-study-pages .ride-events {
  display: flex;
  align-items: center;
}
.case-study-pages .ride-events .row {
  display: flex;
  align-items: center;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .case-study-pages .ride-events .row {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .case-study-pages .ride-events .row {
    padding-top: 0;
  }
}
.case-study-pages .ride-events .sub-heading {
  color: #000;
  margin-top: 20px;
  width: 90%;
  line-height: 26px;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .case-study-pages .ride-events .sub-heading {
    line-height: 32px;
  }
}
@media (max-width: 1199px) {
  .case-study-pages .ride-events .sub-heading {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .case-study-pages .ride-events .sub-heading {
    margin-bottom: 28px;
  }
}
@media (max-width: 1440px) {
  .case-study-pages .ride-events .main-heading {
    font-size: 40px;
    line-height: 44px;
    white-space: normal;
    word-break: break-all;
  }
}
@media (max-width: 991px) {
  .case-study-pages .ride-events .ride-events-image {
    margin: 0 auto;
  }
}
.case-study-pages .case-study-stories {
  background-image: url("../images/bifoot-stories.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.case-study-pages .case-study-stories .case-study-stories-inner {
  padding: 135px 80px;
  width: 40%;
}
@media (max-width: 991px) {
  .case-study-pages .case-study-stories .case-study-stories-inner {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .case-study-pages .case-study-stories .case-study-stories-inner {
    padding: 40px 20px;
    width: 100%;
  }
}
.case-study-pages .case-study-stories .sub-heading {
  margin-top: 20px;
  line-height: 32px;
}
.case-study-pages .case-study-blogs {
  display: flex;
  align-items: center;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .case-study-pages .case-study-blogs {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  .case-study-pages .case-study-blogs {
    padding: 40px 0px 0px;
  }
}
.case-study-pages .case-study-blogs .case-study-blog-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case-study-pages .case-study-blogs .case-study-blog-inner .case-study-blog-details {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(33.33% - 15px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
@media (max-width: 767px) {
  .case-study-pages .case-study-blogs .case-study-blog-inner .case-study-blog-details {
    flex: 0 0 calc(100% - 0px);
    margin-bottom: 20px;
  }
}
.case-study-pages .case-study-blogs .case-study-blog-inner .case-study-blog-details:nth-child(2n) {
  flex-direction: column-reverse;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .case-study-pages .case-study-blogs .case-study-blog-inner .case-study-blog-details:nth-child(2n) {
    flex-direction: column;
  }
}
.case-study-pages .case-study-blogs .case-study-blog-inner .case-study-blog-details .case-study-blog-image img {
  width: 100%;
}
.case-study-pages .case-study-blogs .case-study-blog-inner .case-study-blog-details .case-study-blog-content {
  padding: 35px 35px;
  width: 100%;
}
@media (max-width: 1440px) {
  .case-study-pages .case-study-blogs .case-study-blog-inner .case-study-blog-details .case-study-blog-content {
    padding: 20px 20px;
  }
}
.case-study-pages .case-study-blogs .case-study-blog-inner .case-study-blog-details .case-study-blog-content .main-heading {
  font-size: 44px;
  margin-bottom: 20px;
  line-height: 55px;
}
@media (max-width: 1440px) {
  .case-study-pages .case-study-blogs .case-study-blog-inner .case-study-blog-details .case-study-blog-content .main-heading {
    font-size: 36px;
  }
}
.case-study-pages .case-study-blogs .case-study-blog-inner .case-study-blog-details .case-study-blog-content .case-study-blog-description {
  font-size: 18px;
  line-height: 35px;
  color: #000;
}
.case-study-pages .main-footer .contact-top {
  display: none;
}
@media (max-width: 991px) {
  .case-study-pages .w-100 {
    width: 100%;
  }
}

.case-study-pages .black-esc {
  color: black;
}
.case-study-pages .artha-case-study-banner {
  background-image: url("../images/artha-bg.jpg");
}
.case-study-pages .artha-case-study-banner .artha-italic {
  font-style: italic;
  font-weight: normal;
  font-size: 21px;
  line-height: 22px;
  color: #fff;
}
.case-study-pages .artha-case-study-banner .banner-content-list li.full-banner-list {
  max-width: 60%;
}
.case-study-pages .artha-ban-list {
  display: flex;
}
@media (max-width: 767px) {
  .case-study-pages .artha-ban-list {
    flex-wrap: wrap;
  }
}
.case-study-pages .artha-ban-list li {
  font-weight: bold;
  font-size: 86px;
  line-height: 90px;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .case-study-pages .artha-ban-list li {
    font-size: 68px;
  }
}
@media (max-width: 767px) {
  .case-study-pages .artha-ban-list li {
    font-size: 28px;
    line-height: initial;
    margin-top: 20px;
    padding-right: 0;
  }
}
.case-study-pages .artha-ban-list li:after {
  content: "";
  background: #fff;
  height: 80px;
  width: 8px;
  right: 0px;
  position: absolute;
  top: 11px;
}
@media (max-width: 767px) {
  .case-study-pages .artha-ban-list li:after {
    display: none;
  }
}
.case-study-pages .artha-ban-list li:first-child {
  padding-left: 0;
}
.case-study-pages .artha-ban-list li:last-child:after {
  display: none;
}
.case-study-pages .artha-flex .row {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .case-study-pages .artha-flex .row {
    flex-direction: column;
  }
}
.case-study-pages .artha-flex .sub-heading.black {
  color: #000;
  line-height: 26px;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .case-study-pages .artha-flex .sub-heading.black {
    line-height: 32px;
  }
}
.case-study-pages .artha-testimonial {
  display: flex;
  align-items: center;
}
.case-study-pages .artha-testimonial .row {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .case-study-pages .artha-testimonial .row {
    flex-direction: column;
  }
}
.case-study-pages .artha-testimonial .artha-testimonial-description {
  font-weight: normal;
  font-size: 26px;
  line-height: 40px;
  color: #000;
  border-left: 4px solid #4BD7E3;
  padding-left: 15px;
  margin-top: 20px;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .case-study-pages .artha-testimonial .artha-testimonial-description {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .case-study-pages .artha-testimonial .artha-testimonial-description {
    font-size: 18px;
  }
}
.case-study-pages .artha-testimonial .artha-test-user {
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.case-study-pages .artha-testimonial .artha-test-user .artha-test-image {
  margin-left: -66px;
  margin-top: -8px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .case-study-pages .artha-testimonial .artha-test-user .artha-test-image {
    margin-left: 0px;
    margin-top: 0px;
  }
}
.case-study-pages .artha-testimonial .artha-test-user .artha-user-content {
  font-size: 31px;
  line-height: 40px;
  padding-left: 25px;
}
.case-study-pages .artha-testimonial .artha-test-user .artha-user-content h3 {
  margin: 0;
  font-weight: normal;
}
.case-study-pages .artha-testimonial .artha-test-user .artha-user-content .artha-user-head {
  font-weight: 500;
  color: #4BD7E3;
  padding-bottom: 7px;
}
@media (max-width: 1199px) {
  .case-study-pages .artha-testimonial .artha-pot {
    margin: 0 auto;
  }
}
.case-study-pages .artha-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .case-study-pages .artha-list {
    flex-direction: column;
  }
}
.case-study-pages .artha-list li {
  width: 45%;
}
@media (max-width: 767px) {
  .case-study-pages .artha-list li {
    width: 100%;
  }
}
.case-study-pages .case-study-custom .sub-heading {
  line-height: 26px;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .case-study-pages .case-study-custom .sub-heading {
    line-height: 32px;
  }
}
.case-study-pages .case-study-custom .products-columns .products-details {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.case-study-pages .case-study-custom .products-columns .product-name {
  margin-top: 45px;
}
.case-study-pages .case-study-custom .products-columns .products-count {
  margin-top: 15px;
}
.case-study-pages .case-study-custom .products-columns .product-description {
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 26px;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .case-study-pages .case-study-custom .products-columns .product-description {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .case-study-pages .ride-record .artha-ride-record-right {
    padding: 40px 28px 40px 0px;
  }
}
.case-study-pages .arthabanner img {
  width: 100%;
}

.ar-one-bg {
  background: url("../images/ar-one.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.ar-one-bg img {
  visibility: hidden;
}

.ar-two-bg {
  background: url("../images/ar-two.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.ar-two-bg img {
  visibility: hidden;
}

.ar-three-bg {
  background: url("../images/ar-three.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.ar-three-bg img {
  visibility: hidden;
}

.ar-four-bg {
  background: url("../images/ar-four.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.ar-four-bg img {
  visibility: hidden;
}

.case-study-esc .black-esc {
  color: #000;
}
.case-study-esc .escooter-case-study-banner {
  background: #fff;
  background-image: url("../images/esc-one.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50% 100%;
}
@media (max-width: 991px) {
  .case-study-esc .escooter-case-study-banner {
    background-image: none;
  }
}
.case-study-esc .escooter-case-study-banner .case-study-title {
  color: #000;
}
.case-study-esc .escooter-case-study-banner .main-heading span {
  font-size: 58px;
  line-height: 71px;
}
@media (max-width: 767px) {
  .case-study-esc .escooter-case-study-banner .main-heading span {
    font-size: 36px;
    line-height: 44px;
  }
}
.case-study-esc .escooter-case-study-banner .banner-content-list li {
  color: #000;
  max-width: 37%;
}
@media (max-width: 991px) {
  .case-study-esc .escooter-case-study-banner .banner-content-list li {
    max-width: 100%;
  }
}
.case-study-esc .escooter-case-study-banner .esc-icon-one {
  position: absolute;
  top: 11%;
  right: 55%;
}
@media (max-width: 991px) {
  .case-study-esc .escooter-case-study-banner .esc-icon-one {
    display: none;
  }
}
.case-study-esc .esc-icon-two {
  position: absolute;
  top: 11%;
  right: 0%;
}
@media (max-width: 991px) {
  .case-study-esc .esc-icon-two {
    display: none;
  }
}
.case-study-esc .ride-record::after {
  left: 0;
  background: #fb8d94;
}
@media (max-width: 991px) {
  .case-study-esc .ride-record .ride-record-right {
    padding: 0px 0 55px;
  }
}
@media (max-width: 991px) {
  .case-study-esc .ride-record {
    padding-bottom: 30px;
  }
}
.case-study-esc .esc-case-study-stories {
  background-image: url(../images/esc-three.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.case-study-esc .esc-case-study-stories .esc-case-study-stories-inner {
  padding: 105px 80px;
  width: 46%;
  text-align: center;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .case-study-esc .esc-case-study-stories .esc-case-study-stories-inner {
    padding: 65px;
    width: 65%;
  }
}
@media (max-width: 991px) {
  .case-study-esc .esc-case-study-stories .esc-case-study-stories-inner {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .case-study-esc .esc-case-study-stories .esc-case-study-stories-inner {
    padding: 40px 20px;
    width: 100%;
  }
}
.case-study-esc .esc-case-study-stories .sub-heading {
  margin-top: 20px;
}
.case-study-esc .esc-icon-three {
  position: absolute;
  bottom: 4%;
  left: 0%;
}
@media (max-width: 991px) {
  .case-study-esc .esc-icon-three {
    display: none;
  }
}
.case-study-esc .sc-four-bg {
  background: url("../images/esc-four.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.case-study-esc .sc-four-bg img {
  visibility: hidden;
}
.case-study-esc .sc-five-bg {
  background: url("../images/esc-five.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.case-study-esc .sc-five-bg img {
  visibility: hidden;
}
.case-study-esc .sc-six-bg {
  background: url("../images/esc-six.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.case-study-esc .sc-six-bg img {
  visibility: hidden;
}
.case-study-esc .sc-seven-bg {
  background: url("../images/esc-seven.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.case-study-esc .sc-seven-bg img {
  visibility: hidden;
}
.case-study-esc .esc-bg {
  background-image: url(../images/esc-eight.jpg);
  background-size: cover;
}
@media (max-width: 991px) {
  .case-study-esc .esc-bg {
    background-image: none;
    background-color: #F3F3F3;
  }
}
.case-study-esc .solution-right-esc ul {
  display: flex;
  flex-wrap: wrap;
}
.case-study-esc .solution-right-esc ul li {
  padding-right: 40px;
  width: 50%;
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
@media (max-width: 991px) {
  .case-study-esc .solution-right-esc ul li {
    padding: 0;
    width: 100%;
  }
}
.case-study-esc .solution-right-esc ul li h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
}
.case-study-esc .solution-right-esc ul li p {
  font-size: 18px;
}
@media (max-width: 1440px) {
  .case-study-esc .solution-right-esc ul li p {
    font-size: 16px;
  }
}
.case-study-esc .escooter-planning .row {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .case-study-esc .escooter-planning .row {
    flex-direction: column;
  }
}

.ride-record a {
  margin-top: 20px;
  color: #fb8d94;
  border: 2px solid #fb8d94;
  padding: 15px 40px;
  display: inline-block;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .ride-record a {
    margin-top: 10px;
    padding: 10px 25px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .ride-record.esc-section-two .sub-heading {
    font-size: 15px;
  }
}

.escooter-contact-form .main-heading {
  font-size: 48px;
  line-height: 60px;
}

.case-study-pages .response-case-study-banner {
  background-image: url("../images/resp-banner.jpg");
}
.case-study-pages .ride-record.response-objective:after {
  background-color: #ff5e4b;
}
.case-study-pages .ride-record.response-objective .sub-heading {
  line-height: 26px;
}
.case-study-pages .responsive_bg {
  background-image: url("../images/resp-bg2.jpg");
  background-size: cover;
}
@media (max-width: 991px) {
  .case-study-pages .responsive_bg {
    background-image: none;
    background-color: #F3F3F3;
  }
}
.case-study-pages .responsive_bg .content {
  padding: 0 0 45px 0;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .case-study-pages .responsive_bg .content {
    padding: 0 0 18px 0;
  }
}
.case-study-pages .responsive_bg .content .sub-heading {
  color: #000;
  font-size: 16px;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .case-study-pages .responsive_bg .content .sub-heading {
    font-size: 14px;
    line-height: 22px;
  }
}
.case-study-pages .responsive_bg .content .main-heading {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .case-study-pages .responsive_bg .content .main-heading {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .case-study-pages .response-objective {
    padding: 40px 0px 40px;
  }
}
@media (max-width: 1199px) {
  .case-study-pages .what-we-offer {
    padding: 0px;
  }
}
.case-study-pages .case-study-two-bg {
  background: url("../images/resp-two.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.case-study-pages .case-study-two-bg img {
  visibility: hidden;
}
.case-study-pages .case-study-three-bg {
  background: url("../images/resp-three.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.case-study-pages .case-study-three-bg img {
  visibility: hidden;
}
.case-study-pages .resp-four-img {
  position: absolute;
  bottom: 0;
  left: 15%;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .case-study-pages .resp-four-img {
    left: 23%;
  }
}
@media (max-width: 1199px) {
  .case-study-pages .resp-four-img {
    display: none;
  }
}
.case-study-pages .resp-four-img img {
  width: 72%;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .case-study-pages .resp-four-img img {
    width: 50%;
  }
}
.case-study-pages .resp-out-main .ui_section .what-we-offer-outer .what-we-offer-content .sub-heading {
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
}
.case-study-pages .resp-out-main .ui_section .what-we-offer-outer .what-we-offer-content .cs-resp-list li {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 26px;
}

.blog-pages {
  overflow: auto;
}
.blog-pages .sa-blogbanner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 200px 0px 0px 0px;
  position: relative;
}
@media (max-width: 991px) {
  .blog-pages .sa-blogbanner {
    padding: 120px 0px 0px 0px;
  }
}
@media (max-width: 1440px) {
  .blog-pages .sa-blogbanner-content {
    margin-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .blog-pages .sa-blogbanner-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
  }
}
.blog-pages .sa-blogbanner-content h2 {
  font-size: 64px;
  font-weight: 600;
  color: #ffffff;
}
.blog-pages .sa-blogbanner-content p {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 991px) {
  .blog-pages .sa-blogbanner-content p {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .blog-pages .sa-blogbanner-content p {
    font-size: 20px;
  }
}
.blog-pages .sa-blogbanner-image {
  margin-bottom: -70px;
}
@media (max-width: 991px) {
  .blog-pages .sa-blogbanner-image {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
}
.blog-pages .sa-blogbanner-logotea {
  position: absolute;
  right: 65px;
  bottom: -138px;
}
@media (max-width: 767px) {
  .blog-pages .sa-blogbanner-logotea {
    display: none;
  }
}
.blog-pages .sa-blogtypes {
  padding: 120px 0px 100px 0px;
}
@media (max-width: 767px) {
  .blog-pages .sa-blogtypes {
    padding: 40px 0px 80px 0px;
  }
}
.blog-pages .sa-blogtypes h5 {
  margin-left: 10px;
}
.blog-pages .sa-blogtypes-about {
  margin-bottom: 80px;
  padding: 0px 15px;
}
.blog-pages .sa-blogtypes-about p.blogtypesdate {
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
  color: #a6a6a6;
  margin-top: 20px;
}
.blog-pages .sa-blogtypes-about p.blogtypescontent {
  font-size: 16px;
  color: #616161;
  font-weight: 400;
}
.blog-pages .sa-blogtypes-about h3 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  line-height: 28px;
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blog-pages .sa-blogtypes-about .blog-heading {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  line-height: 28px;
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  display: inline-block;
}
.blog-pages .sa-blogtypes-about .blog-heading a {
  color: #000;
}
.blog-pages .sa-blogtypes-about img {
  width: 100%;
}
.blog-pages .sa-blogtypes-about-review {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}
.blog-pages .sa-blogtypes-about-review-left {
  display: flex;
  align-items: center;
}
.blog-pages .sa-blogtypes-about-review-left .blog-user-icon {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.blog-pages .sa-blogtypes-about-review-left .reviewer-name {
  color: #259CC1;
  font-weight: bold;
}
.blog-pages .sa-blogtypes-about-review .sa-blogtype-about-review-right ul li {
  display: inline-block;
  padding-left: 15px;
}
.blog-pages .sa-blogtypes-about-review .sa-blogtype-about-review-right ul li a {
  color: #525252;
  font-size: 24px;
}
.blog-pages .main-footer {
  padding: 110px 0px;
}

.blog-heading a {
  color: #000;
}

.blog-pages {
  overflow: auto;
}

.blogdetails-heading {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: #000000;
}

.blogdetails-content {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
}

.blogdetails-italic {
  font-style: italic;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  color: #999999;
}
@media (max-width: 767px) {
  .blogdetails-italic {
    font-size: 20px;
    line-height: 30px;
  }
}

.sa-blogdetails-content {
  padding-top: 110px;
}
.sa-blogdetails-content h2 {
  font-weight: bold;
  font-size: 45px;
  line-height: 60px;
  color: #000000;
  border-bottom: 1px solid #000000;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .sa-blogdetails-content h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.sa-blogdetails-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #2b2b2b;
  margin-top: 20px;
}
.sa-blogdetails-content .blog-details-image {
  width: 100%;
}

.sa-blogdetails-specification {
  padding: 85px 0px 50px 0px;
  position: relative;
}
.sa-blogdetails-specification::before {
  background: url(../images/left-quote.png) center no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  top: 30px;
  left: 155px;
  width: 41px;
  height: 40px;
}
@media (max-width: 767px) {
  .sa-blogdetails-specification::before {
    left: 12px;
  }
}
.sa-blogdetails-specification::after {
  background: url(../images/right-quote.png) center no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  bottom: 170px;
  right: 130px;
  width: 41px;
  height: 40px;
}
@media (max-width: 767px) {
  .sa-blogdetails-specification::after {
    right: 20px;
  }
}
.sa-blogdetails-specification-types p {
  font-style: italic;
  font-weight: normal;
  font-size: 26px;
  line-height: 36px;
  color: #999999;
}
@media (max-width: 767px) {
  .sa-blogdetails-specification-types p {
    font-size: 20px;
    line-height: 30px;
  }
}
.sa-blogdetails-specification h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #303030;
  margin-top: 65px;
}

.sa-blogdetails-marketing {
  padding-bottom: 50px;
}
.sa-blogdetails-marketing-about p {
  margin-top: 20px;
}
.sa-blogdetails-marketing-about img {
  margin-top: 30px;
}

.sa-blogdetails-healthcare {
  padding-bottom: 100px;
}
.sa-blogdetails-healthcare-content {
  margin-top: 45px;
}

.sa-blogdetails-blockchain {
  padding-bottom: 80px;
}
.sa-blogdetails-blockchain img {
  margin: 40px 0px 55px 0px;
}

.sa-blogdetails-payment {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .sa-blogdetails-payment-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .sa-blogdetails-payment-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
}
.sa-blogdetails-payment h5 {
  margin-bottom: 15px;
}

.sa-blogdetails-verdict {
  padding-bottom: 100px;
}
.sa-blogdetails-verdict h5 {
  font-style: italic;
}
.sa-blogdetails-verdict-author {
  width: 100%;
  background: #305397;
  padding: 50px;
  display: flex;
  margin-top: 65px;
}
@media (max-width: 767px) {
  .sa-blogdetails-verdict-author {
    flex-direction: column;
  }
}
.sa-blogdetails-verdict-author span {
  width: calc(100% - 40px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sa-blogdetails-verdict-author span img {
  width: 165px;
  height: 165px;
  border-radius: 50%;
}
.sa-blogdetails-verdict-author-content {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .sa-blogdetails-verdict-author-content {
    text-align: center;
    padding-left: 0px;
  }
}
.sa-blogdetails-verdict-author-content h5 {
  color: #ffffff;
  font-style: normal;
}
.sa-blogdetails-verdict-author-content p {
  color: #ffffff;
}

.sa-blogdetails-comment-heading h4 {
  font-weight: bold;
  font-size: 56px;
  line-height: 68px;
  color: #000000;
}
@media (max-width: 767px) {
  .sa-blogdetails-comment-heading h4 {
    font-size: 40px;
  }
}
.sa-blogdetails-comment input[type=text], .sa-blogdetails-comment [type=email] {
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #000000;
  margin: 22px 0px;
  padding-bottom: 10px;
  padding-left: 23px;
  position: relative;
}
.sa-blogdetails-comment i {
  position: absolute;
  left: 16px;
  top: 26px;
  z-index: 40;
}

.sa-blogdetails-commentbutton {
  display: flex;
  justify-content: space-between;
}
.sa-blogdetails-commentbutton .btn-submitbutton {
  width: 175px;
  height: 42px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.sa-blogdetails-commentbutton .btn-submitbutton i {
  position: inherit;
  line-height: 20px;
  font-size: 16px;
}
.sa-blogdetails-commentbutton-socialicon {
  display: flex;
}
.sa-blogdetails-commentbutton-socialicon ul {
  display: flex;
  align-items: center;
}
.sa-blogdetails-commentbutton-socialicon ul li {
  margin: 0px 5px;
}
.sa-blogdetails-commentbutton-socialicon ul li a i {
  position: inherit;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  color: #fff;
}
.sa-blogdetails-commentbutton-socialicon ul li a i.fa-facebook {
  background: red;
}
.sa-blogdetails-commentbutton-socialicon ul li a i.fa-twitter {
  background: #26A6D1;
}
.sa-blogdetails-commentbutton-socialicon ul li a i.fa-google-plus {
  background: #DC4E41;
}

.sa-blogtypes {
  padding: 200px 0px 100px 0px;
}
@media (max-width: 767px) {
  .sa-blogtypes {
    padding: 40px 0px 80px 0px;
  }
}
.sa-blogtypes-about {
  margin-bottom: 80px;
  padding: 0px 15px;
}
.sa-blogtypes-about p.blogtypesdate {
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
  color: #a6a6a6;
  margin-top: 20px;
}
.sa-blogtypes-about p.blogtypescontent {
  font-size: 16px;
  color: #616161;
  font-weight: 400;
}
.sa-blogtypes-about h3 {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sa-blogtypes-about img {
  width: 100%;
}
.sa-blogtypes-about-review {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}
.sa-blogtypes-about-review-left {
  display: flex;
  align-items: center;
}
.sa-blogtypes-about-review-left .blog-user-icon {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.sa-blogtypes-about-review-left .reviewer-name {
  color: #259CC1;
  font-weight: bold;
}
.sa-blogtypes-about-review .sa-blogtype-about-review-right ul li {
  display: inline-block;
  padding-left: 15px;
}
.sa-blogtypes-about-review .sa-blogtype-about-review-right ul li a {
  color: #525252;
  font-size: 24px;
}

.case-study-elocation .black-el {
  color: #000;
}
.case-study-elocation .elocation-case-study-banner {
  background-image: url(../images/ebanner.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.case-study-elocation .elocation-case-study-banner .black-esc {
  color: #000;
}
.case-study-elocation .elocation-case-study-banner .main-heading span {
  margin-top: 0;
}
.case-study-elocation .ride-record::after {
  left: 0;
  background: #51B874;
}
@media (max-width: 991px) {
  .case-study-elocation .ride-record .ride-record-right {
    padding: 0px 0 55px;
  }
}
@media (max-width: 991px) {
  .case-study-elocation .ride-record {
    padding-bottom: 30px;
  }
}
.case-study-elocation .elo-one-bg {
  background: url("../images/eloc-1.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.case-study-elocation .elo-one-bg img {
  visibility: hidden;
}
.case-study-elocation .elo-two-bg {
  background: url("../images/eloc-2.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.case-study-elocation .elo-two-bg img {
  visibility: hidden;
}
.case-study-elocation .elo-three-bg {
  background: url("../images/eloc-3.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.case-study-elocation .elo-three-bg img {
  visibility: hidden;
}
.case-study-elocation .elo-four-bg {
  background: url("../images/eloc-4.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.case-study-elocation .elo-four-bg img {
  visibility: hidden;
}

.case-study-hms .black-esc {
  color: #000;
}
.case-study-hms .hms-case-study-banner {
  background-image: url(../images/hms-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .case-study-hms .hms-case-study-banner {
    background-size: cover;
  }
}
.case-study-hms .hms-case-study-banner .case-study-title {
  color: #000;
}
.case-study-hms .hms-case-study-banner .banner-content-list li {
  color: #000;
}
.case-study-hms .banner-content-list {
  margin-top: 31px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .case-study-hms .banner-content-list {
    flex-direction: column;
  }
}
.case-study-hms .banner-content-list li {
  list-style: none;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  max-width: 330px;
  padding-right: 40px;
  color: #000;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .case-study-hms .banner-content-list li {
    max-width: 400px;
  }
}
@media (max-width: 1440px) {
  .case-study-hms .banner-content-list li {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .case-study-hms .banner-content-list li {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .case-study-hms .hms-section-two {
    padding: 40px 0px 40px;
  }
}
.case-study-hms .hms-section-three {
  background-image: url(../images/hms-three-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.case-study-hms .hms-section-three .products-columns .products-details .product-description {
  padding-bottom: 0;
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .case-study-hms .hms-section-three .products-columns .products-details .product-description {
    font-size: 18px;
    line-height: 32px;
  }
}
.case-study-hms .hms-section-three .sub-heading {
  color: #000;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .case-study-hms .hms-section-three .main-heading {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .case-study-hms .hms-section-three .main-heading {
    font-size: 32px;
    line-height: 38px;
  }
}
.case-study-hms .hms-case-study-stories {
  background-image: url(../images/hms-three.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.case-study-hms .hms-case-study-stories .hms-case-study-stories-inner {
  padding: 135px 80px;
  width: 40%;
  text-align: center;
}
@media (max-width: 991px) {
  .case-study-hms .hms-case-study-stories .hms-case-study-stories-inner {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .case-study-hms .hms-case-study-stories .hms-case-study-stories-inner {
    padding: 40px 20px;
    width: 100%;
  }
}
.case-study-hms .hms-case-study-stories .sub-heading {
  margin-top: 20px;
}
.case-study-hms .hms-five-bg {
  background: url("../images/hms-five.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.case-study-hms .hms-five-bg img {
  visibility: hidden;
}
.case-study-hms .hms-six-bg {
  background: url("../images/hms-six.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.case-study-hms .hms-six-bg img {
  visibility: hidden;
}
.case-study-hms .hms-seven-bg {
  background: url("../images/hms-seven.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.case-study-hms .hms-seven-bg img {
  visibility: hidden;
}
.case-study-hms .hms-eight-bg {
  background: url("../images/hms-eight.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.case-study-hms .hms-eight-bg img {
  visibility: hidden;
}
.case-study-hms .hms-nine-bg {
  background: url("../images/hms-nine.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.case-study-hms .hms-nine-bg img {
  visibility: hidden;
}
.case-study-hms .hms-test-out {
  position: relative;
}
.case-study-hms .hms-test-out .hms-test {
  position: absolute;
  left: 0;
  top: 20%;
}

.case-studypowering .subheading-black {
  color: #000000;
}

.case-study-pages .emainstreet-case-study-banner {
  background: url("../images/mainstreet.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.case-study-pages .chasecenter-know:after {
  background-color: #ffbd5a;
}
.case-study-pages .ride-record.story-section {
  background: url(../images/chase3.jpg);
  background-size: cover;
}
.case-study-pages .ride-record.story-section:after {
  display: none;
}
.case-study-pages .event-details .subheading-black {
  color: #000;
}
.case-study-pages .event-details .event-bg {
  background: url("../images/chase5.html");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.case-study-pages .event-details .event-bg img {
  visibility: hidden;
}
@media (max-width: 991px) {
  .case-study-pages .event-details .event-bg img {
    visibility: visible;
  }
}
@media (max-width: 991px) {
  .case-study-pages .inspiration {
    padding: 17px 10px;
  }
}
.case-study-pages .main-street-feature .content .main-heading {
  font-size: 24px;
}

.case-study-dr .ptop-60px {
  padding-top: 150px;
}
@media (max-width: 1440px) {
  .case-study-dr .ptop-60px {
    padding-top: 80px;
  }
}
@media (max-width: 1199px) {
  .case-study-dr .ptop-60px {
    padding-top: 0;
  }
}
.case-study-dr .elocation-case-study-banner {
  background-image: url(../images/image-dr.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .case-study-dr .elocation-case-study-banner {
    background-size: cover;
  }
}
.case-study-dr .elocation-case-study-banner .main-heading {
  margin-bottom: 20px;
}
.case-study-dr .ride-record::after {
  left: 0;
  background: #51b874;
  display: none;
}
.case-study-dr .ride-record {
  padding-top: 30px;
}
.case-study-dr .dr-card-img {
  position: absolute;
  bottom: 0;
  left: 15%;
}
@media (max-width: 1280px) {
  .case-study-dr .dr-card-img {
    left: 17%;
    width: 33%;
  }
}
@media (max-width: 991px) {
  .case-study-dr .dr-card-img {
    display: none;
  }
}
@media (max-width: 1440px) {
  .case-study-dr .dr-card-img img {
    max-height: 280px;
  }
}
.case-study-dr .impact {
  height: 100%;
}
.case-study-dr .impact .left-impact {
  background: url("../images/dr-mask-group.jpg") !important;
  height: 100%;
  min-height: 100%;
  background-size: cover;
  width: 70%;
}
@media (max-width: 1199px) {
  .case-study-dr .impact .left-impact {
    width: 100%;
  }
}
.case-study-dr .impact .left-impact img {
  visibility: hidden;
}
.case-study-dr .cs-dr-result .impact {
  height: 100%;
}
.case-study-dr .cs-dr-result .impact .left-impact {
  background: url("../images/dr-result.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
  width: 70%;
}
@media (max-width: 1199px) {
  .case-study-dr .cs-dr-result .impact .left-impact {
    width: 100%;
  }
}
.case-study-dr .cs-dr-result .impact .left-impact img {
  visibility: hidden;
}
.case-study-dr .cs-dr-feature .impact {
  height: 100%;
}
.case-study-dr .cs-dr-feature .impact .left-impact {
  background: url("../images/dr-feature.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
  width: 70%;
  float: right;
}
@media (max-width: 1199px) {
  .case-study-dr .cs-dr-feature .impact .left-impact {
    width: 100%;
  }
}
.case-study-dr .cs-dr-feature .impact .left-impact img {
  visibility: hidden;
}
.case-study-dr .cs-dr-feature .right-impact {
  float: left;
}
.case-study-dr .right-impact {
  position: absolute;
  background: #ff5e4b;
  width: 50%;
  top: 30%;
  right: 0;
  padding: 60px;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .case-study-dr .right-impact {
    width: 50%;
    top: 20%;
  }
}
.case-study-dr .right-impact .main-heading {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .case-study-dr .right-impact {
    width: 100%;
    position: unset;
    padding: 15px;
    padding-top: 80px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .case-study-dr .right-impact {
    padding-top: 15px;
  }
}
@media (max-width: 1199px) {
  .case-study-dr .p-sm-0 {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .case-study-dr .w-md-100 {
    width: 100%;
  }
}
.case-study-dr .cs-dr-result .right-impact {
  position: absolute;
  background: #51B874;
  width: 50%;
  top: 30%;
  right: 0;
  padding: 60px;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .case-study-dr .cs-dr-result .right-impact {
    width: 50%;
    top: 20%;
  }
}
.case-study-dr .cs-dr-result .right-impact .main-heading {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .case-study-dr .cs-dr-result .right-impact {
    width: 100%;
    position: unset;
    padding: 15px;
    padding-top: 80px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .case-study-dr .cs-dr-result .right-impact {
    padding-top: 15px;
  }
}
@media (max-width: 1199px) {
  .case-study-dr .cs-dr-result .p-sm-0 {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .case-study-dr .cs-dr-result .w-md-100 {
    width: 100%;
  }
}
.case-study-dr .cs-dr-feature .right-impact {
  position: absolute;
  background: #305397;
  width: 50%;
  top: 30%;
  left: 0;
  padding: 60px;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .case-study-dr .cs-dr-feature .right-impact {
    width: 50%;
    top: 20%;
  }
}
.case-study-dr .cs-dr-feature .right-impact .main-heading {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .case-study-dr .cs-dr-feature .right-impact {
    width: 100%;
    position: unset;
    padding: 15px;
    padding-top: 80px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .case-study-dr .cs-dr-feature .right-impact {
    padding-top: 15px;
  }
}
@media (max-width: 1199px) {
  .case-study-dr .cs-dr-feature .p-sm-0 {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .case-study-dr .cs-dr-feature .w-md-100 {
    width: 100%;
  }
}
.case-study-dr .position-relative {
  position: relative;
}
.case-study-dr .h-100 {
  height: 100%;
}

.dr-first-analysis {
  padding-top: 0 !important;
  padding-bottom: 0;
}
.dr-first-analysis .row {
  height: 100%;
}
.dr-first-analysis .row .dr-first-analysis-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 80px;
}
@media (max-width: 991px) {
  .dr-first-analysis .row .dr-first-analysis-left {
    padding: 20px 30px;
  }
}
.dr-first-analysis .row .dr-first-analysis-right {
  background: url("../images/timeframe.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.dr-first-analysis .row .dr-first-analysis-right img {
  visibility: hidden;
}
@media (max-width: 991px) {
  .dr-first-analysis .row .dr-first-analysis-right {
    width: 100%;
  }
}

.case-study-pages .adani-case-study-banner {
  background: url("../images/adani-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.case-study-pages .adani-case-study-banner .main-heading {
  margin-top: 20px;
  margin-bottom: 10px;
}

.ride-record.overview-section:after {
  background-image: url(../images/adani2.jpg);
  width: 15%;
}
@media (max-width: 991px) {
  .ride-record.overview-section {
    padding: 40px 10px 0;
  }
}

.adani-process .hms-six-bg {
  background-image: url(../images/adani3.jpg);
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.adani-process .hms-six-bg img {
  visibility: hidden;
}
@media (max-width: 991px) {
  .adani-process .hms-six-bg img .img-responsive {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .adani-process .hms-six-bg img {
    visibility: visible;
    width: 100%;
  }
}
.adani-process .sub-heading {
  color: #000;
}

.adani-logo-section .artha-testimonial-inner {
  margin-top: 20px;
}

.br-blue {
  border-color: #0270b4 !important;
}

.blue-clr {
  color: #0270b4 !important;
}

.adani-case-study-stories {
  background-image: url(../images/adani5.jpg);
  background-size: contain;
  height: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .adani-case-study-stories {
    background-size: cover;
    margin-bottom: 15px;
  }
}
.adani-case-study-stories .adani-case-study-stories-inner {
  padding: 135px 80px;
  width: 45%;
  text-align: left;
  position: absolute;
  top: 90px;
  right: 0;
  background-color: #ff5e4b;
}
@media (max-width: 1199px) {
  .adani-case-study-stories .adani-case-study-stories-inner {
    position: relative;
    width: 100%;
    padding: 85px 30px;
  }
}
.adani-case-study-stories .adani-case-study-stories-inner .main-heading {
  margin-bottom: 20px;
}

.GIS-case-study-stories {
  background-image: url(../images/adani6.jpg);
  background-size: contain;
  height: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 1199px) {
  .GIS-case-study-stories {
    background-size: cover;
  }
}
.GIS-case-study-stories .GIS-stories-inner {
  padding: 135px 80px;
  width: 45%;
  text-align: left;
  position: absolute;
  top: 90px;
  left: 0;
  background-color: #51b874;
}
@media (max-width: 1199px) {
  .GIS-case-study-stories .GIS-stories-inner {
    position: relative;
    width: 100%;
    padding: 85px 30px;
  }
}
.GIS-case-study-stories .GIS-stories-inner .main-heading {
  margin-bottom: 20px;
}

.end-result:after {
  display: none;
}
.end-result .first-result {
  font-weight: 600;
}

.adani-bg {
  background-image: url(../images/adani_bg.jpg);
  background-size: cover;
}

.color-white {
  color: #fff !important;
}

.case-studypowering .subheading-black {
  color: #000000;
}

.case-study-pages .emainstreet-case-study-banner {
  background: url("../images/mainstreet.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.case-study-pages .chasecenter-know:after {
  background-color: #ffbd5a;
}
.case-study-pages .ride-record.story-section {
  background: url(../images/chase3.jpg);
  background-size: cover;
}
.case-study-pages .ride-record.story-section:after {
  display: none;
}
.case-study-pages .event-details .subheading-black {
  color: #000;
}
.case-study-pages .event-details .event-bg {
  background: url("../images/chase5.html");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.case-study-pages .event-details .event-bg img {
  visibility: hidden;
}
@media (max-width: 991px) {
  .case-study-pages .event-details .event-bg img {
    visibility: visible;
  }
}
@media (max-width: 991px) {
  .case-study-pages .inspiration {
    padding: 17px 10px;
  }
}
.case-study-pages .main-street-feature .content .main-heading {
  font-size: 24px;
}

.case-studypowering .subheading-black {
  color: #000000;
}

.case-study-pages .chasecenter-case-study-banner {
  background: url("../images/chasecenter-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.case-study-pages .mainstreet-experience:after {
  left: 0;
}
.case-study-pages .mainstreet-experience .main-heading {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .case-study-pages .mainstreet-experience .main-heading {
    margin-left: 0;
  }
}
.case-study-pages .mainstreet-experience .sub-heading {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .case-study-pages .mainstreet-experience .sub-heading {
    margin-left: 0;
  }
}
.case-study-pages .case-studypowering .subheading-black {
  color: #000;
}
.case-study-pages .case-studypowering .main-side-bg {
  background: url("../images/seamless.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.case-study-pages .case-studypowering .main-side-bg img {
  visibility: hidden;
}
@media (max-width: 991px) {
  .case-study-pages .case-studypowering .main-side-bg img .img-responsive {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .case-study-pages .case-studypowering .main-side-bg img {
    visibility: visible;
    width: 100%;
  }
}
.case-study-pages .main-street-feature {
  background: #F3F3F3;
  background-image: none;
}
.case-study-pages .power-section {
  background: url("../images/power-bg.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.case-study-pages .power-section .power-content {
  text-align: center;
  background: #fff;
  margin: 20% auto;
  padding: 20px;
}

.esc-icon-three {
  position: absolute;
  bottom: 4%;
  left: 0%;
}
@media (max-width: 991px) {
  .esc-icon-three {
    display: none;
  }
}

.art-center .sc-four-bg {
  background-image: url(../images/chase7.jpg);
  background-size: cover;
  height: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
}
.art-center .sc-four-bg img {
  visibility: hidden;
}
@media (max-width: 991px) {
  .art-center .sc-four-bg img {
    visibility: visible;
  }
}

.job-center .sc-four-bg {
  background-image: url(../images/chase9.jpg);
  background-size: cover;
  height: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
}
.job-center .sc-four-bg img {
  visibility: hidden;
}
@media (max-width: 991px) {
  .job-center .sc-four-bg img {
    visibility: visible;
  }
}

.chase-stories {
  background-image: url(../images/chase4.jpg);
  background-size: contain;
  height: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .chase-stories {
    background-size: cover;
    margin-bottom: 15px;
  }
}
.chase-stories .chase-stories-inner {
  padding: 135px 80px;
  width: 45%;
  text-align: left;
  position: absolute;
  top: 90px;
  right: 0;
  background-color: #51b874;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .chase-stories .chase-stories-inner {
    padding: 70px;
  }
}
@media (max-width: 1199px) {
  .chase-stories .chase-stories-inner {
    position: relative;
    width: 100%;
    padding: 85px 30px;
  }
}
.chase-stories .chase-stories-inner .main-heading {
  margin-bottom: 20px;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .chase-stories .chase-stories-inner .main-heading {
    font-size: 46px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .chase-stories .chase-stories-inner .sub-heading {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .know-more-outer {
    padding: 20px;
  }
}

.ticket-enquiry .hms-six-bg {
  background: url("../images/chase6.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
  width: 100%;
}
.ticket-enquiry .hms-six-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .ticket-enquiry .hms-six-bg img .img-responsive {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .ticket-enquiry .hms-six-bg img {
    visibility: visible;
    width: 100%;
  }
}
.ticket-enquiry .sub-heading {
  color: #000;
}

.event-details .sc-four-bg {
  background: url("../images/chase5.png");
  height: 100%;
  min-height: 100%;
  background-size: cover;
  width: 100%;
}
.event-details .sc-four-bg img {
  visibility: hidden;
}
@media (max-width: 1199px) {
  .event-details .sc-four-bg img .img-responsive {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .event-details .sc-four-bg img {
    visibility: visible;
    width: 100%;
  }
}
.event-details .sub-heading {
  color: #000;
}

.art-center .hms-six-bg {
  background: url("../images/chase7.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.art-center .sub-heading {
  color: #000;
}

.suit-center .hms-six-bg {
  background: url("../images/chase8.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.suit-center .hms-six-bg img {
  visibility: hidden;
}
@media (max-width: 991px) {
  .suit-center .hms-six-bg img {
    visibility: visible;
  }
}
.suit-center .sub-heading {
  color: #000;
}

.job-center .hms-six-bg {
  background: url("../images/chase9.jpg");
  height: 100%;
  min-height: 100%;
  background-size: cover;
}
.job-center .sub-heading {
  color: #000;
}

@media (max-width: 1199px) {
  .case-study-index {
    padding-top: 80px;
  }
}
.case-study-index .main-heading span {
  margin-top: 0;
}
.case-study-index .case-study-banner .white-button {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .case-study-index .case-study-banner .container {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .case-study-index .case-study-banner .main-heading {
    font-size: 24px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .case-study-index .case-study-banner .main-heading span {
    font-size: 28px;
    line-height: 39px;
  }
}
@media (max-width: 1199px) {
  .case-study-index .case-study-banner {
    padding: 20px 0px;
  }
}
.case-study-index .case-study-banner .banner-in {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 80vh;
  padding: 6%;
  margin-top: 60px;
}
.case-study-index .case-study-banner .banner-in.bifoot-banner {
  background-image: url("../images/bifoot-bg.jpg");
}
@media (max-width: 1199px) {
  .case-study-index .case-study-banner .banner-in {
    height: auto;
    margin-top: 0;
    padding: 80px 40px;
  }
}
@media (max-width: 767px) {
  .case-study-index .case-study-banner .banner-in {
    padding: 40px 20px;
    background-size: cover;
  }
}
.case-study-index .case-study-banner .banner-in.artha-banner {
  background-image: url("../images/artha-bg.jpg");
}
.case-study-index .case-study-banner .banner-in.artha-banner .artha-italic {
  font-style: italic;
  font-weight: normal;
  font-size: 21px;
  line-height: 22px;
  color: #fff;
}
.case-study-index .case-study-banner .banner-in.response-vision-banner {
  background-image: url("../images/image.html");
}
.case-study-index .case-study-banner .banner-in.e-scooter-banner {
  background-image: url("../images/esc-three.jpg");
}
.case-study-index .case-study-banner .banner-in.e-scooter-banner .case-study-title {
  color: #fff;
}
.case-study-index .case-study-banner .banner-in.hms-banner {
  background-image: url("../images/hms-bg.jpg");
}
.case-study-index .case-study-banner .banner-in.hms-banner .case-study-title {
  color: #000;
}
.case-study-index .case-study-banner .banner-in.hms-banner .white-button {
  color: #000;
  border-color: #000;
}
.case-study-index .case-study-banner .banner-in.e-location-banner {
  background-image: url("../images/ebanner.jpg");
}
.case-study-index .case-study-banner .banner-in.e-location-banner .case-study-title {
  color: #fff;
}
.case-study-index .case-study-banner .banner-in.e-location-banner .white-button {
  border-color: #fff;
}
.case-study-index .case-study-banner .banner-in.mainstreet-banner {
  background-image: url("../images/mainstreet.jpg");
}
.case-study-index .case-study-banner .banner-in.mainstreet-banner .case-study-title {
  color: #fff;
}
.case-study-index .case-study-banner .banner-in.chase-center-banner {
  background-image: url("../images/chasecenter-banner.jpg");
}
.case-study-index .case-study-banner .banner-in.chase-center-banner .case-study-title {
  color: #fff;
}
.case-study-index .case-study-banner .banner-in.adani-banner {
  background-image: url("../images/adani.jpg");
}
.case-study-index .case-study-banner .banner-in.adani-banner .case-study-title {
  color: #fff;
}
.case-study-index .case-study-banner .banner-in.doctor-first-banner {
  background-image: url("../images/image-dr.jpg");
}
.case-study-index .case-study-banner .banner-in.doctor-first-banner .case-study-title {
  color: #000;
}
.case-study-index .case-study-banner .banner-in.doctor-first-banner .white-button {
  color: #000;
  border-color: #000;
}
@media (max-width: 767px) {
  .case-study-index .artha-ban-list li {
    font-size: 26px;
    margin-top: 0;
  }
}

.thank-you-page {
  overflow: auto;
}
.thank-you-page .thank-yousection {
  float: left;
  width: 100%;
  min-height: calc(100vh - 164px);
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0px 60px;
}
.thank-you-page .thank-yousection .thank-youinner {
  background-color: #fff;
  max-width: 50%;
  margin: 0 auto;
  display: block;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  padding: 111px 0px;
  border-radius: 2px;
}
@media (max-width: 991px) {
  .thank-you-page .thank-yousection .thank-youinner {
    padding: 40px 0px;
  }
}
@media (max-width: 991px) {
  .thank-you-page .thank-yousection .thank-youinner {
    max-width: 100%;
  }
}
.thank-you-page .thank-yousection .thank-youinner h2 {
  font-size: 108px;
  color: #000;
  margin-top: 0;
  font-weight: bold;
}
@media (max-width: 991px) {
  .thank-you-page .thank-yousection .thank-youinner h2 {
    font-size: 40px;
  }
}
.thank-you-page .thank-yousection .thank-youinner p {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin-top: 16px;
}
.thank-you-page .thank-you-footer {
  float: left;
  width: 100%;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.btn,
a {
  outline: none;
}
.btn:focus,
a:focus {
  outline: none;
}

.viewing-page-5 .skype-desktop a, .viewing-page-7 .skype-desktop a {
  color: #000;
	border-color: rgba(0,0,0,0.5);
}
.contact-page-banner .contact-form .form-control {
  color: #fff;
  border-color: #fff;
}
.contact-page-banner .contact-form .form-control + label + span {
  color: #fff;
}
.contact-page-banner .contact-form .input-label { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.6);
}
.contact-page-banner .contact-form .contact-captcha .num, .contact-page-banner .contact-form .form-control:not(:placeholder-shown) + span, .contact-page-banner .contact-form .form-control:not(::-ms-input-placeholder-shown) + span  {
  color: #fff;
}
.contact-page-banner .contact-captcha input.sum {
  color: #fff;
  border-color: #fff;
}
.contact-page-banner .contact-captcha input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.6);
}
.contact-page-banner .contact-captcha input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.6);
}
.contact-page-banner .contact-captcha input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,0.6);
}
.contact-page-banner .contact-captcha input:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.6);
}
.contact-page-banner .contact-form .name {
    background: url(../images/name-white.svg);
    background-repeat: no-repeat;
    background-position: 4px 7px;
    padding-left: 33px;
}
.contact-page-banner .contact-form .email {
  background: url(../images/email-white.svg);
  background-repeat: no-repeat;
  background-position: 4px 7px;
  padding-left: 33px;
}
.contact-page-banner .contact-form .skype {
  background: url(../images/skype-white.svg);
  background-repeat: no-repeat;
  background-position: 4px 7px;
  padding-left: 33px;
}
.contact-page-banner .contact-form .phone {
  background: url(../images/phone-white.svg);
  background-repeat: no-repeat;
  background-position: 4px 7px;
  padding-left: 33px;
}
.contact-page-banner .contact-form .message {
  background: url(../images/pencil-white.svg);
  background-repeat: no-repeat;
  background-position: 4px 7px;
}
.contact-page-banner .contact-form .submit-button .red-button {
  font-weight: bold;
  border: 2px solid #fff;
  background: none;
}
.mega-menu-scroll-body-hidden {
overflow: hidden;
}
.fixed-megamenu-left .fixed-menu-left-inner2 h2 {
	   color: #fff;
    font-size: 22px;
    line-height: 42px;
    font-weight: 400;
    position: absolute;
    bottom: 4px;
    margin: 0;
    left: 13px;
    letter-spacing: 4px;
}
.fixed-megamenu-left .fixed-menu-left-inner1 h2 {
	color: #fff;
    font-size: 22px;
    line-height: 42px;
    font-weight: 400;
    position: absolute;
    margin: 0;
    right: auto;
    left: 13px;
    top: auto;
    bottom: 4px;
    letter-spacing: 4px;
}
.fixed-megamenu-left .fixed-menu-left-inner3 h2 {
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    position: absolute;
    bottom: 4px;
    margin: 0;
    left: 13px;
    letter-spacing: 4px;
}
@media (max-width: 1440px) {
  .fixed-megamenu-right-list li a {
    margin-bottom: 28px;
    font-size: 18px;
  }
}

.technology-megamenu-outer {
    height: 0;
    width: 80%;
    position: fixed;
    z-index: 1;
    top: 110px;
    left: 0%;
    background-color: #efefef;
    overflow-x: hidden;
    transition: all 0.3s linear;
    padding-top: 60px;
    z-index: 100;
    padding: 0px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    right: 0;
    margin: 0 auto;
    transition: 0.5s;
    text-indent: -99;
}
.inner-body .technology-megamenu-outer {
  top: 78px;
}
.technology-megamenu-outer.technology-megamenu-outer-active {
 height: auto;
 text-indent:99;
 padding: 20px 40px 40px;
}
.technology-megamenu-outer .main-heading {
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.technology-megamenu-outer  .close-icon {
  position: absolute;
  color: #000;
  font-size: 26px;
  top: 20px;
  right: 20px;
  display: none;
  z-index: 99;
}
.technology-megamenu-outer .mega-menu-links {
  position: relative;
  z-index: 9;
  min-height: 392px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  padding: 0px 35px;
  background: #fff;
  border-radius: 2px;
}
.technology-megamenu-outer .mega-menu-links li a {
  color: #000;
  font-size: 18px;
  border-bottom: 1px solid #d5d5d5;
  padding: 15px 16px;
  display: inline-block;
  width: 100%;
  transition: all 0.5s ease;
  word-break: break-word;
  position: relative;
}
.technology-megamenu-outer  .mega-menu-links li a:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  font-size: 14px;
  margin-right: 8px;
  color: #0C0C0C;
  font-size: 16px;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 19px;
}

@media screen and (max-width:1440px) {
  .technology-megamenu-outer .mega-menu-links li a {
    font-size: 14px;
  }
  .technology-megamenu-outer .mega-menu-links li a:before {
    top: 16px;
  }
}
@media screen and (max-width: 991px) {
  .technology-megamenu-outer {
    display: none;
  }
}

.error-banner {
  background: linear-gradient(116.82deg, #0026AC 0%, #350840 100.51%);
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: auto;
}
.error-banner .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.error-banner h2 {
   color: #fff;
   font-size: 35px;
   font-weight: bold;
   margin: 35px 0px;
   text-align: center;
}
/*# sourceMappingURL=theme.css.map */
/*angular css*/

.content-section .what-we-offer-outer .what-we-offer-img.angular-one-bg {
  background-color: #fff;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
}
.ios-two-bg.angular-two-bg {
  background: url("../images/angular/angular-2.jpg");
}
.ios-three-bg.angular-three-bg {
  background: url("../images/angular/angular-3.jpg");
}
.dotnet-two-bg.azure-two-bg {
  background: url("../images/azure/azure-two.jpg");
}
.dotnet-three-bg.azure-three-bg {
  background: url("../images/azure/azure-three.jpg");
}
.dotnet-four-bg.azure-four-bg {
  background: url("../images/azure/azure-four.jpg");
}
.cakephp-two-bg {
  background: url("../images/cakephp/cake-php2.jpg");
}
.cakephp-four-bg {
  background: url("../images/cakephp/cake-php4.jpg");
}
.technology-more {
  margin-top: 20px;
  z-index: 999;
}
.joomla-one-bg {
  background: url("../images/joomla/joomla-one.jpg");
}
.joomla-two-bg {
  background: url("../images/joomla/joomla-two.jpg");
}
.joomla-three-bg {
  background: url("../images/joomla/joomla-three.jpg");
}
.joomla-four-bg {
  background: url("../images/joomla/joomla-four.jpg");
  background-size: 100% 100%;
}
.laravel-one-bg {
  background: url("../images/laravel/laravel-one.jpg");
}
.laravel-two-bg {
  background: url("../images/laravel/laravel-two.jpg");
}
.laravel-three-bg {
  background: url("../images/laravel/laravel-three.jpg");
}
.content-section .what-we-offer-outer .what-we-offer-img.phython-four-bg {
  background-color: #000;
}
.react-two-bg {
  background: url("../images/react/react-two.jpg");
}
.react-three-bg {
  background: url("../images/react/react-three.jpg");
}
.codeigniter-one-bg {
  background: url("../images/codeigniter/codeigniter-one.jpg");
}
.codeigniter-two-bg {
  background: url("../images/codeigniter/codeigniter-two.jpg");
}
.codeigniter-three-bg {
  background: url("../images/codeigniter/codeigniter-three.jpg");
}
.magento-one-bg {
  background: url("../images/magento/magento-one.jpg");
}
.magento-two-bg {
  background: url("../images/magento/magento-two.jpg");
}
.magento-three-bg {
  background: url("../images/magento/magento-three.jpg");
}
.symfony-one-bg {
  background: url("../images/symfony/symfony-one.jpg");
}
.symfony-two-bg {
  background: url("../images/symfony/symfony-two.jpg");
}
.symfony-three-bg {
  background: url("../images/symfony/symfony-three.jpg");
}
.woocommerce-one-bg {
  background: url("../images/woocommerce/woocommerce-one.jpg");
}
.woocommerce-two-bg {
  background: url("../images/woocommerce/woocommerce-two.jpg");
}
.woocommerce-three-bg {
  background: url("../images/woocommerce/woocommerce-three.jpg");
}
.wordpress-one-bg {
  background: url("../images/wordpress/wordpress-one.jpg");
}
.wordpress-two-bg {
  background: url("../images/wordpress/wordpress-two.jpg");
}
.wordpress-three-bg {
  background: url("../images/wordpress/wordpress-three.jpg");
}
.content-section .what-we-offer-outer .what-we-offer-img.angular-one-bg.vuejs-two-bg {
  justify-content: flex-end;
  align-items: flex-end;
}
.content-section .what-we-offer-outer .what-we-offer-img.angular-one-bg.vuejs-two-bg img {
  width: 100%;
}
.zend-two-bg {
  background: url("../images/zend/zend-two.jpg");
}
.zend-three-bg {
  background: url("../images/zend/zend-three.jpg");
}
@media (max-width:991px) {
  .content-section .what-we-offer-outer .what-we-offer-img.angular-one-bg {
        height: auto;
        padding: 20px;
  }
}

/* banner vector animation start */
 /* @-ms-keyframes spin { 
    0% { right: -30px;}
    25%{ right: -60px;}
    50% { top: -40px;}
    75%{ right: -30px;}
    100% { top: -70px}
}
@-moz-keyframes spin { 
  0% { right: -30px;}
  25%{ right: -60px;}
  50% { top: -40px;}
  75%{ right: -30px;}
  100% { top: -70px}
}
@-webkit-keyframes spin { 
  0% { right: -30px;}
  25%{ right: -60px;}
  50% { top: -40px;}
  75%{ right: -30px;}
  100% { top: -70px}
}
@keyframes spin { 
  0% { right: -30px;}
  25%{ right: -60px;}
  50% { top: -40px;}
  75%{ right: -30px;}
  100% { top: -70px}
}
@-ms-keyframes spin2 { 
  0% { right: 6%;}
  25%{ right: 4%;}
  50% { top: -90px;}
  75%{ right: 6%;}
  100% { top: -121px}
}
@-moz-keyframes spin2 { 
  0% { right: 6%;}
  25%{ right: 4%;}
  50% { top: -90px;}
  75%{ right: 6%;}
  100% { top: -121px}
}
@-webkit-keyframes spin2 { 
  0% { right: 6%;}
  25%{ right: 4%;}
  50% { top: -90px;}
  75%{ right: 6%;}
  100% { top: -121px}
}
@keyframes spin2 { 
  0% { right: 6%;}
  25%{ right: 4%;}
  50% { top: -90px;}
  75%{ right: 6%;}
  100% { top: -121px}
}
@media screen and (min-width:1200px) {
  .banner-vector {
  animation: spin 10000ms infinite ease-in;
  -webkit-animation: spin 10000ms infinite ease-in;
  -moz-animation: spin 10000ms infinite ease-in;
  -ms-animation: spin 10000ms infinite ease-in;
  }
}
@media (max-width: 1920px) and (min-width: 1620px) {
  .banner-vector {
  animation: spin2 10000ms infinite ease-in;
  -webkit-animation: spin2 10000ms infinite ease-in;
  -moz-animation: spin2 10000ms infinite ease-in;
  -ms-animation: spin2 10000ms infinite ease-in;
  }
}  */
/* banner vector animation end */

/* privacy-policy start */

.privacy-policy-content {
  float: left;
  width: 100%;
  padding: 80px 0px;
  margin-top: 80px;
}
.privacy-header {
  background: #000;
}
.privacy-policy-body {
  overflow: auto;
}
.privacy-heading{
  margin-bottom: 35px;
}
 .privacy-heading h2{
font-weight: bold;
}
.privacy-inner li p{
  color: #505050;
 
}  
.privacy-inner li h3 span{
  color: #EE1C1C;
}
.privacy-inner li a{
  text-decoration: underline;
  color: #000;
}
.privacy-inner li:not(:last-child){
  margin-bottom: 30px;
}
.privacy-policy-footer {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.privacy-policy-link {
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.privacy-policy-link a {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
}
.privacy-policy-link .copyright {
  color: #fff;
}
/* privacy-policy end */
/* Company awards start*/

.sa-md-partner ul {
  display: flex;
  margin: 50px auto 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sa-md-partner ul li {
  list-style-type: none;
  margin: 10px 15px;
}
.sa-md-partner ul li img {
  max-width: 100%;
  max-height: 138px;
}

@media screen and (min-width: 1620px) and (max-width:1900px)   {
  .sa-md-partner ul li img {
    max-width: 100%;
}
}
@media screen and (max-width:1530px) {
  .sa-md-partner ul li img {
    max-width: 131px;
  } 
}
@media screen and (max-width:1440px) {
  .sa-md-partner ul li img {
    max-width: 131px;
}
.sa-md-partner ul li {
  margin: 10px 8px;
}
}

@media screen and (max-width: 480px) {
	.sa-md-partner ul li img {
      max-width: 130px;
    } 
}

/* Company awards end*/
.contact-page-banner .contact-form small {
 font-size: 12px;
    position: absolute;
    right: 61px;
    top: 5px;
}
.contact-page-banner .contact-form .form-control:not(:placeholder-shown) + span small {
    top: 0;
}
.contact-page-banner .contact-form .form-control:not(:-ms-input-placeholder-shown) + span small {
    top: 0;
}
.contact-page-banner .container form.contact-form-new .row {
  flex-direction: row;
}
.contact-page-banner .contact-form .contact-form-new .message {
  height: 60px;
  overflow: auto;
  resize: auto;
  -webkit-appearance: none;
}
.contact-form-new .contact-captcha {
  padding-bottom: 40px;
  padding-top: 0;
  float: left;
}
.contact-form .contact-form-new .form-group {
  margin-bottom: 20px;
}
.contact-page-banner .contact-form .contact-form-new.contact-form-new2  .message  {
  height: 110px;
}
.contact-page-banner .contact-form .contact-form-new.contact-form-new2 .sub-heading {
  margin: 0;
}
.contact-form .contact-form-new2 .form-group {
  margin-bottom: 40px;
}
.ui-page .contact-page-banner-new .banner-rite-content p.sub-heading {
  margin: 8px 0px;
}
.ui-page .contact-page-banner-new .banner-rite-content .main-heading {
  margin-bottom: 15px;
}
.contact-page-banner .contact-form .contact-form-new.contact-form-new2 .sub-heading small {
  font-size: 14px;
}
.contact-page-banner .contact-form .contact-form-new.contact-form-new2 .sub-heading {
  margin: 20px 0px 0px;
}
.contact-page-banner .contact-form-new span {
width: 100%;
}
.contact-form-new .form-control:placeholder-shown + span {
  font-size: 15px;
}
.contact-form-new .form-control::-ms-input-placeholder-shown + span {
  font-size: 15px !important;
}
.contact-form .form-control::placeholder {
  color: transparent;
}
.contact-form .form-control::-ms-input-placeholder {
  color: transparent;
}
.contact-form :-ms-input-placeholder.form-control {
  color: transparent !important;
}
.contact-form-new .contact-captcha .num {
  color: #fff;
}
@media screen and (max-width: 991px) {
	body .contact-page-banner .container form.contact-form-new .row {
      flex-direction: column;
      overflow-x: hidden;
    }
}
@media screen and (max-width:1440px) {
  .contact-form .contact-form-new2 .form-group {
    margin-bottom: 28px;
}
.contact-page-banner .contact-form .contact-form-new.contact-form-new2 .message {
  height: 80px;
}
}
.contact-page-banner .contact-form .contact-form-new.contact-form-new2 .message {
  height: 88px;
}
/* career new start */
.about-us .spirit .solution-right .carrer-rquirement-list li {
  background: #fff;
  margin: 10px;
      margin-right: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin-right: 15px;
  width: 46%;
  padding: 15px;
  cursor: pointer;
}
.about-us .spirit .solution-right .carrer-rquirement-list li h6 {
  margin-top: 0;
  font-weight: normal;
    margin-bottom: 4px;
}
.about-us .spirit .solution-right .carrer-rquirement-list li h3 {
  font-size: 20px;
  word-wrap: break-word;
  margin-bottom: 0px;
}
.about-us .spirit .solution-right .carrer-rquirement-list li p {
  color: #000;
  margin-bottom: 0;
}
.java-requirements-modal .modal-dialog {
  max-width: 1170px;
  width: 100%;
}
.java-requirements-modal .modal-header {
  background: #151515;
  border-radius: 4px;
  padding: 35px;
}
.java-requirements-modal .modal-header h2 {
  font-weight: 600;
  font-size: 53px;
  line-height: 40px;
  color: #fff;
  margin-top: 0;
  line-height: 60px;
}

.java-requirements-modal .modal-header p {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #51B874;
  margin-top: 20px;
  margin-bottom: 0;
}
.java-requirements-modal .modal-header .row {
  display: flex;
  align-items: center;
}
.java-requirements-modal .modal-header .job-apply-button {
  background: #51B874;
  border-radius: 5px;
  display: inline-block;
  float: right;
  padding: 18px 54px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.java-requirements-modal .modal-header .close{
 float: right;
 background: #393939;
 border-radius: 5px;
 padding: 18px 24px;
font-size: 28px;
 color: #fff;
 opacity: 1;
 margin-left: 28px;
}
.java-requirements-modal .job-requiremts-list li{
  font-size: 16px;
  color: #333;
  padding-bottom: 15px;
  list-style: none;
  line-height: 24px;
  position: relative;
  padding-left: 35px;
}
.java-requirements-modal .job-requiremts-list-sub li {
  font-size: 16px;
  color: #333;
  padding-bottom: 15px;
  list-style: disc;
  line-height: 24px;
  position: relative;
  list-style-position: inside;
}
.java-requirements-modal p.notes {
  font-size: 16px;
  color: #333;
  list-style: none;
  line-height: 24px;
  position: relative;
  font-weight: bold;
  padding-bottom: 0;
  padding-left: 20px;
  margin-bottom: 0;
}
.java-requirements-modal .job-requiremts-list li span {
  font-weight: bold;
  color: #51B874;
  position: absolute;
  left: 0;
}
@media screen and (max-width:1440px) {
  .about-us .spirit .solution-right .carrer-rquirement-list li {
    width: 45%;
    padding: 13px;
  }
  .about-us .spirit .solution-right .carrer-rquirement-list li h3 
  {
    font-size: 16px;
    line-height: 20px;
  }
  .about-us .spirit .solution-right .carrer-rquirement-list li p {
    line-height: 16px;
  }
}
@media screen and (max-width: 991px){
  .java-requirements-modal .modal-header .row {
    flex-direction: column;
    align-items: flex-start;
}
.java-requirements-modal .modal-header p {
  margin-bottom: 48px;
}
}
@media screen and (max-width:767px) {
.about-us .spirit .solution-right .carrer-rquirement-list li {
  width: 100%;
  padding: 13px;
}
.java-requirements-modal .modal-dialog {
  margin: 0;
}
.careers .responsibilites-careers {
  padding: 60px 0px 60px;
}
.java-requirements-modal .modal-header h2 {
  font-size: 35px;
  padding-bottom: 0;
  line-height: 44px;
}
.java-requirements-modal .modal-header p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}
.java-requirements-modal p.notes {
  padding-left: 0;
}
div.java-requirements-modal .job-requiremts-list {
  padding: 20px 0px;
}
.java-requirements-modal .modal-header .job-apply-button {
  padding: 11px 14px;
  font-size: 17px;
  margin-bottom: 20px;
}
.java-requirements-modal .modal-header .close {
  padding: 13px 20px;
  font-size: 24px;
}
.java-requirements-modal .modal-header {
  padding: 8px;
}
div.java-requirements-modal {
  overflow-y: auto;
  overflow-x: hidden;
}
div.java-requirement-inner {
    height: 100%;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
}
div.java-requirements-modal .modal-body {
  max-height: inherit;
}
}
.java-requirements-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1000000000;
  display: none;
}
.java-requirement-inner {
  transition: transform .3s ease-out;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  height: auto;
  position: fixed;
  height: 100vh;
}
.java-requirements-modal .job-requiremts-list {
  padding: 20px;
  width: 100%;
  margin: 0;
}
.java-requirements-modal .modal-body {
  position: relative;
  padding: 15px;
  max-height: 70vh;
  overflow-y: auto;
}
/* career new end */

/* uniform builder css start */
.case-study-pages .case-study-banner.uniform-builder-banner {
   background: url("../images/uniform-builder/uniform-builder-banner.jpg");
   background-position: center;
}
.case-study-pages .uniform-builder-banner .case-study-title {
   text-transform: uppercase;
}
.case-study-pages .uniform-builder-second:after {
  background: #51B874;
  left: 0;
  width: 248px;
}
.case-study-pages .section.uniform-builder-second {
  display: flex;
  align-items: center;
}
.case-study-pages .uniform-builder-second .container {
  padding-left: 147px;
}
.case-study-pages .ride-record .uniform-builder-second-bottom {
  align-items: flex-start;
}
.case-study-pages .uniform-builder-second-bottom p {
  padding-right: 28px;
}
.case-study-pages .uniform-builder-one-left {
  background: url('../images/uniform-builder/uniform-builder-one.png');
  height: 100%;
  min-height: 100%;
  background-size: cover;
  width: 60%;
}
.case-study-pages .impact .uniform-builder-one-left  img {
  visibility: hidden;
}
.case-study-pages .uniform-builder-one-section {
  height: 100%;
  display: flex;
  align-items: center;
}
.case-study-pages .uniform-builder-one-right {
  background: #305397;
  height: 400px;
  width: 40%;
}
.case-study-pages .uniform-builder-one-right {
  background: #305397;
  height: auto;
  width: 44%;
  position: absolute;
  right: 0;
  padding: 60px;
  margin-top: 40px;
}
.case-study-pages .uniform-builder-one-right h2.main-heading {
  margin-bottom: 20px;
}
.case-study-pages .unifrom-builder-two-right {
   background-image: none;
   background-color: #fff;
   height: 100%;
   display: flex;
   align-items: center;
}
.case-study-pages .unifrom-builder-two-right {
  background-image: none;
  background-color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 60px;
}
.case-study-pages .uniform-builder-three-section {
  height: 100%;
  width: 100%;
  background-image: url('../images/uniform-builder/uniform-builder-three.png');
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-study-pages .uniform-builder-three-arrow {
  margin-top: 28px;
}
.case-study-pages .uniform-builder-three-slide {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  background-size: cover;
  padding-top: 60px;
}
.case-study-pages .uniform-slider-three .carousel .carousel-control {
  display: none;
}
.case-study-pages .uniform-builder-slide-content {
  background: #305397;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  width: 590px;
  padding: 55px 60px 110px;
  height: auto;
}
.case-study-pages .uniform-slider-three .carousel ol.carousel-indicators {
  bottom: 8%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.case-study-pages .uniform-slider-three .carousel ol.carousel-indicators li {
  background-color: #ddd;
  border-radius: 50%;
  border-color: #ddd;
}
.case-study-pages .uniform-slider-three .carousel ol.carousel-indicators li.active {
  background-color: #000;
  border-radius: 50%;
  border-color: #000;
}
.case-study-pages .uniform-builder-slider-content {
  display: flex;
  align-items: center;
  height: 100vh;
}
.case-study-pages .uniform-builder-slider-content-right {
     height: 100vh;
     display: flex;
     align-items: center;
}
.case-study-pages .uniform-builder-slider-content-right img {
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
  max-width: 100%;
  width: auto;
  margin-left: -28px;
}
.case-study-pages  .uniform-builder-slider-content-left {
  height: 100vh;
  background: #305397;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  padding: 0px 80px;
  flex-direction: column;
}
.uniform-builder-slider-content-left h2 {
  font-size: 68px;
  line-height: 80px;
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 0;
}
.uniform-builder-slider-content-left p {
  font-size: 31px;
    line-height: 35px;
    color: #FFFFFF;
}
.case-study-pages .uniform-builder-last {
   background-color: #fff;
   width: 100%;
   display: flex;
   align-items: center;
   padding-top: 60px;
}
.case-study-pages .uniform-builder-last-right .main-heading {
  font-size: 32px;
  line-height: 39px;
}
.case-study-pages .uniform-builder-last-right .sub-heading {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  margin: 20px 0px 40px;
}
.uniform-builder-banner-main {
  background-image: url(../images/uniform-builder/uniform-builder-banner.jpg);
}
.uniform-builder-banner-main h2.main-heading {
  max-width: 59%;
}
@media screen and (max-width: 1440px) {
  .case-study-pages .uniform-builder-one-right {
    padding: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .case-study-pages .uniform-builder-one-section-top {
    padding: 0;
  }
  .uniform-builder-second .container {
    padding-left: 0;
    max-width: 75%;
  }
  .case-study-pages .uniform-builder-one-right {
    padding: 20px;
    position: relative;
  }
  .section.uniform-slider-three {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .case-study-pages .uniform-builder-second .container {
    max-width: 100%;
    padding: 15px;
  }
  .case-study-pages .uniform-builder-one-left {
    width: 100%;
  }
  .case-study-pages .uniform-builder-slider-content {
    flex-direction: column;
  }
  .case-study-pages .uniform-builder-slider-content-right img {
    margin-top: -130px;
    margin-left: 0;
  }
  .case-study-pages .uniform-builder-one-right {
    width: 100%;
    margin-top: 0;
  }
  .case-study-pages .uniform-builder-one-section {
    flex-direction: column;
  } 
  .row.uniform-builder-two-section .dr-first-analysis-left {
    padding: 80px 20px 60px;
  }
  .case-study-pages .uniform-builder-slide-content {
    width: 100%;
  }
  .case-study-pages .uniform-builder-three-slide {
    height: 800px;
    padding-top: 0px;
  }
   .case-study-pages .uniform-builder-last-right .main-heading {
    margin-top: 35px;
   }
   .case-study-pages .uniform-builder-last-right .sub-heading {
    margin: 20px 0px 0px;
   }
   .uniform-builder-banner-main h2.main-heading {
    max-width: 100%;
     }
     .case-study-pages .uniform-builder-slider-content-right img{
      visibility: visible;
    }
}
@media screen  and (max-width: 767px) {
  .case-study-pages .uniform-builder-slide-content {
    width: 100%;
    padding: 20px 20px 80px;
  }
  .case-study-pages .uniform-builder-slide-content h2 {
    font-size: 48px;
    line-height: 55px;
  }
  .case-study-pages .uniform-builder-slide-content p {
    font-size: 20px;
    line-height: 28px;
  }
  .case-study-pages .uniform-builder-three-slide {
    height: 600px;
    padding-top: 0px;
  }
  .case-study-pages .uniform-builder-slider-content-left {
    padding: 20px 35px;
  }
  .uniform-builder-slider-content-left p {
    font-size: 24px;
    line-height: 31px;
  }  
  .case-study-pages .uniform-builder-slider-content-right, .case-study-pages .uniform-builder-slider-content-left {
    height: auto;
  }
  .case-study-pages .uniform-builder-slider-content-right img {
    margin-top: 0;
  }
  .case-study-pages .uniform-builder-slider-content 
  {
    height: auto;
  }
}
/* uniform builder css end */

/* contact form final start */
.contact-page-banner .textAreaOuter{
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .contact-page-banner .contact-form-final mark.phone{
    color: transparent;
    background: #333;
    padding-left: 0;
  }

  .contact-page-banner .contact-form-final  mark.email{
    color: transparent;
    background: #333;
    padding: 1.5px;
    padding-left: 0;
  }
   .contact-page-banner .contact-form-final textarea {
    background: transparent;
    position: relative;
    resize: none;
    border: none;
    z-index: 9;
    border-bottom: 1px solid #fff;    
    width: 100%;
    padding:10px;
	font-family: "Montserrat", sans-serif;
    font-size: 14px;
    overflow-y: auto;
    min-height: 120px;
    white-space: pre-wrap;
    background: none;
    color: #fff;
    background: url(../images/pencil-white.svg);
    background-repeat: no-repeat;
    background-position: 4px 9%;
    padding-left: 34px;
  }
  .contact-page-banner .contact-form-final textarea:focus {
    outline: 0;
  }
  .contact-page-banner .contact-form.contact-form-final .form-group {
       margin-bottom: 10px;
     }
  .contact-form-final #highlights {
    position: absolute;
    top: 0px;
    width: 100%;     
    background: #fff;
    overflow-y: auto;
    padding:10px 10px 20px 10px;
    color: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    white-space: pre-wrap;
    min-height: 120px;
    background: none;
    padding-left: 34px;
    
  }
    .contact-form-final textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: rgba(255,255,255,0.6);
      opacity: 1; /* Firefox */
      font-size: 15px;
	  font-family: "Montserrat", sans-serif;
    }

    .contact-form-final textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
       color: rgba(255,255,255,0.6);
       font-size: 15px;;
	   font-family: "Montserrat", sans-serif;
    }

    .contact-form-final textarea::-ms-input-placeholder { /* Microsoft Edge */
       color: rgba(255,255,255,0.6);
       font-size: 15px;
	   font-family: "Montserrat", sans-serif;
    }
    .contact-message-text {
      margin: 0px 0px 20px;
      color: #fff;
      font-size: 12px;
    }
    .contact-page-banner .contact-form-final .contact-captcha {
      padding-bottom: 20px;
    }
  /* contact form final end */
  
  
  
  
  /* home page new changes 9-11-2019 */
body.viewing-page-2 .logo path {
    fill: #000;
}
body.viewing-page-2 .sa-header .navbar-nav li a {
  color: #000;
  border-right: 2px solid rgba(0, 0, 0, 0.5);
}
.viewing-page-2 .skype-desktop a {
    color: #000;
    border-color: rgba(0,0,0,0.5);
}
body.viewing-page-2 .onepage-pagination li a{
  color: rgba(0, 0, 0, 0.6);
}
body.viewing-page-2 .onepage-pagination li a:after{
    background: rgba(0, 0, 0, 0.6);
}
body.viewing-page-2 .left-navigation .social-icons li a {
    color: #000;
    border-color: rgba(0, 0, 0, 0.6);
}
body.viewing-page-2 .header-phone-number a {
    color: #000;
}
.sa-innovation .sub-heading.black {
  color: #000;
}
.sa-innovation .btn {
  color: #000;
  border-color: #000;
}


/* home page new changes 9-11-2019 */
body.viewing-page-2 .logo path {
    fill: #000;
}
body.viewing-page-2 .sa-header .navbar-nav li a {
  color: #000;
  border-right: 2px solid rgba(0, 0, 0, 0.5);
}
.viewing-page-2 .skype-desktop a {
    color: #000;
    border-color: rgba(0,0,0,0.5);
}
body.viewing-page-2 .onepage-pagination li a{
  color: rgba(0, 0, 0, 0.6);
}
body.viewing-page-2 .onepage-pagination li a:after{
    background: rgba(0, 0, 0, 0.6);
}
body.viewing-page-2 .left-navigation .social-icons li a {
    color: #000;
    border-color: rgba(0, 0, 0, 0.6);
}
body.viewing-page-2 .header-phone-number a {
    color: #000;
}
.sa-innovation .sub-heading {
  color: #fff;
}
.sa-innovation .btn {
  color: #000;
  border-color: #000;
}

/* services new page style start */
.services-main-list {
   display: flex;
   align-items: center;
}
.services-main-list .services-main-list-head {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
}
.services-main-list .main-heading {
    margin-bottom: 28px;
}
.services-main-list ul {
  margin: 0;
  padding: 0 20px;
}
.services-main-list ul li {
font-size: 14px;
line-height: 25px;
color: #616161;
list-style: disc;
margin-bottom: 8px;
}
.services-main-list ul li a {
    color: #616161;
    text-decoration: underline;
}
  .bg-grey2 {
    background:rgba(196,196,196,0.1);
  }
  .services-main-list .services-main-list-head a {
    color: #000;
    text-decoration: underline;
  }
@media screen and (max-width:1440px) {
  .services-main-list .services-main-list-head {
    font-size: 17px;
    line-height: 24px;
}
  .services-main-list ul li {
    font-size: 13px;
    line-height: 20px;
}
  .services-main-list {
    padding-top: 76px;
}
}
@media screen and (max-width: 767px) {
  .about-us .aboutus-banner.services-main-banner .main-heading {
    font-size: 35px;
    margin-bottom: 15px;
	margin-top: 28px;
}
  .services-main-list {
    padding-top: 35px;
}
  .services-main-list ul li {
    font-size: 14px;
    line-height: 20px;
}
}
/* services new page style end */

/* services main style new */

.services-main-sections {
   display: flex;
}
.services-main-section-inner-left {
    width: 55%;
    height: 100%;
    flex: 0 0 55%;
}
.services-main-section-inner-left1 {
    background: url('../images/services-main/services-main-1.png');
    background-size: cover;
}
.services-main-section-inner-left2 {
    background: url('../images/services-main/services-main-2.png');
    background-size: cover;
}
.services-main-section-inner-left6 {
    background: url('../images/services-main/services-main-6.png');
    background-size: cover;
}
.services-main-section-inner-left7 {
    background: url('../images/services-main/services-main-7.png');
    background-size: cover;
}
.services-main-section-inner-left img {
  visibility: hidden;
}
.services-main-section-inner-left3 {
    background: #f2f2f2;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-main-section-inner-left3 img {
  visibility: visible;
}
.services-main-section-inner-right {
   padding: 84px 8% 20px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   width: 45%;
}
.services-main-list .services-main-list-head.white, .services-main-list .services-main-list-head.white a {
    color: #fff;
}
.services-main-section-inner-right p {
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  margin-top: 11px;
}
.services-main-section-inner-right p.white {
  color: #fff;
}
.services-main-list.services-main-list-2 {
    margin-top: 0px;
    padding: 0;
    display: block;
}
.services-main-list-2 ul li, .services-main-list-2 ul li a {
    color: #000;
}
.services-main-list-2 ul.white li, .services-main-list-2 ul.white li a {
    color: #fff;
}
.services-main-list-2 ul {
    margin: 0;
    padding: 0 20px 11px;
}
.services-main-section-inner-right.services-main-section-inner-right-2 {
    padding-left: 4%;
}
.services-main-section-inner-left3-white {
   background: #fff;
} 
@media screen and (max-width: 992px) {
  .services-main-sections .services-main-section-inner-left  {
     background: none;
  }
  .services-main-section-inner-left img {
    visibility: visible;
  }
}
@media screen and (max-width: 1440px) {
  .services-main-section-inner-right p {
    font-size: 14px;
    line-height: 20px;
  }
   .services-main-section-inner-right .main-heading {
    font-size: 43px;
    line-height: 48px;
}
  .services-main-section-inner-right {
    padding: 98px 6% 20px;
}
 .services-main-list ul li {
    line-height: 18px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .services-main-section-inner-left {
    height: 100vh;
}
  .services-main-sections {
    display: flex;
    padding: 0;
}
}
@media screen and (max-width: 992px) {
  .about-us .services-main-banner {
    padding-top: 80px;
}
  .services-main-section-inner-left,  .services-main-section-inner-right {
    width: 100%;
    height: auto;
    flex: 0 0 100%;
}
  .services-main-sections {
   flex-direction: column;
  }
  .services-main-section-inner-right {
    padding: 20px 20px;
}
  .services-main-sections .services-main-section-inner-left3 {
    background: #f2f2f2;
    padding: 20px 0px;
}
  .services-main-sections.section-3, .services-main-sections.section-5, .services-main-sections.section-7 {
    flex-direction: column-reverse;
}
.services-main-sections .services-main-section-inner-left3.services-main-section-inner-left3-white{
  background: #fff;
}
}
@media screen and (max-width: 767px) {
  .services-main-section-inner-right .main-heading {
    font-size: 31px;
    line-height: 40px;
}
  .services-main-list-2 ul {
    padding: 0 20px 0px;
}
}
/* services main style end */

h2.contact-deatils-heading {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    margin-right: 15px;
    margin-top: 0;
}
.get-in-touch-footer {
    display: flex;
    margin-top: 8px;
        width: 100%;
}
.get-in-touch-footer li {
    display: inline-block;
}
.get-in-touch-footer li a {
    border-right: 1px solid #fff;
    padding: 0px 8px;
    margin-top: 3px;
}
  .get-in-touch-footer li:last-child a {
    border-right: 0px;
}
  .privacy-policy-link .copyright {
    color: #fff;
    text-align: right;
    margin-top: 8px;
}

@media (max-width: 1440px) {
.main-footer .contact-info .contact-info-details .contact-details-info .contact-details-description {
    font-size: 13px;
}
  .main-footer .contact-info .contact-info-details .contact-details-info .contact-deatils-heading {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
}
  .main-footer .contact-top .form-group {
    padding-top: 15px;
}
    .privacy-policy-link .copyright, .get-in-touch-footer  {
    margin-top: 0px;
}
}
@media screen and (max-width: 991px) {
.privacy-policy-link .copyright {
    text-align: left;
}
}
@media screen and (max-width: 767px) {
  .get-in-touch-footer {
    display: inline-block;
}
  .get-in-touch-footer ul.footer-last-contact-details {
    text-align: left;
    padding: 0;
    margin-bottom: 20px;
}
  .get-in-touch-footer li a {
    border-right: 0;
    padding: 0;
    font-size: 16px;
    margin-top: 3px;
}
}

/* moonwalk case study css */
.moonwalk-case-study-banner, .moonwalk-banner-main {
      background-image: url(../images/moonwalk/moonwalk-banner.png);
}
.moonwalk-banner-main .case-study-title, .moonwalk-banner-main .main-heading, .moonwalk-banner-main  .white-button {
  z-index: 99;
  position: relative;
}
.moonwalk-banner-main {
  position: relative;
}
  
.moonwalk-banner-main:after {
content: "";
background: rgba(0,0,0,0.4);
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
}
  .case-study-pages .case-study-banner.moonwalk-case-study-banner .main-heading {
      word-break: break-word;
  }
    .case-study-pages .case-study-banner.moonwalk-case-study-banner .main-heading span {
    font-size: 58px;
    line-height: 70px;
}
  .case-study-pages .ride-record.response-objective.monnwalk-objectives:after {
    display: none;
  }
  .case-study-pages .monnwalk-objectives .row.monnwalk-objectives-row {
    min-height: 100vh;
}
.monnwalk-objectives h4 {
  font-weight: normal;
  font-size: 37px;
  line-height: 45px;
  color: #000000;
}
.case-study-pages .case-study-two-bg.moonwalk-one-bg {
    background: url(../images/moonwalk/moonwalk-one.png);
}
.case-study-pages .moonwalk-two-bg {
  background: url(../images/moonwalk/moonwalk-two.png);
}
.case-study-pages .moonwalk-three-bg {
  background: url(../images/moonwalk/moonwalk-three.png);
}
.moonwalk-first  .what-we-offer-outer {
  background: linear-gradient(89.61deg, #1FB1D8 0.37%, #286BBC 100.52%), #2871BE;
}
  .moonwalk-first p {
    color: #fff;
    font-size: 16px;
      line-height: 26px;
  }
     .moonwalk-three p {
       color: #000;
       font-size: 16px;
      line-height: 26px;
     }
.moonwalk-three h3 {
font-weight: normal;
font-size: 30px;
line-height: 37px;
color: #000000;
}
@media screen and (max-width: 1440px) {
  .moonwalk-three h3 {
    font-size: 28px;
    line-height: 35px;
}
  .moonwalk-growth-image {
    max-height: 462px;
}
  .case-study-pages .case-study-banner.moonwalk-case-study-banner .main-heading span {
    font-size: 50px;
    line-height: 60px;
}
}
@media screen and (max-width: 1199px) {
  .case-study-pages .monnwalk-objectives .row.monnwalk-objectives-row {
    min-height: 0;
    padding: 0px 20px;
}
  .case-study-pages .case-study-banner.moonwalk-case-study-banner .main-heading span {
    font-size: 40px;
    line-height: 60px;
}
  .case-study-pages .case-study-two-bg.moonwalk-one-bg, .case-study-pages .moonwalk-two-bg, .case-study-pages .moonwalk-three-bg{
    background: none;
  }
  .case-study-pages .case-study-two-bg.moonwalk-one-bg  img, .case-study-pages .moonwalk-two-bg img, .case-study-pages .moonwalk-three-bg img {
    visibility: visible;
  }
}
@media screen and (max-width: 991px) 
{
  .moonwalk-growth-image {
    margin-bottom: 20px;
}
}
@media screen and (max-width: 767px) 
{
  .case-study-banner.moonwalk-case-study-banner {
    position: relative;
  }
  .case-study-banner.moonwalk-case-study-banner:after {
    content: "";
    background: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
  .case-study-banner.moonwalk-case-study-banner .row{
    z-index: 99;
    position: relative;
  }
  .case-study-pages .monnwalk-objectives .row.monnwalk-objectives-row {
    min-height: 0;
    padding: 0px 0px;
}
  .contact-form  .col-sm-12 {
    width: 100%;
}
}
/* download pdf */
  .download-pdf-button .btn {
   background: #EE1C1C;
    color: #fff;
    transform: rotate(269deg);
    margin-left: 0;
    padding: 11px;
    font-size: 14px;
    position: fixed;
    top: 50%;
    z-index: 9999;
    right: -50px;
}
.download-pdf-button {
  position: static;
}
.download-pdf-button.header-download-button .btn {
    position: static;
    transform: none;
    margin-bottom: 28px;
}
/* news-room-css */
.news-body {
    overflow: auto;
}
 .news-move-left {
   max-width: 372px;
   float: left;
}
  body .new-room-banner .new-room-banner-left {
    max-width: 253px;
   float: left;
  }
 .news-move-right {
    flex: 0 0 calc(100% - 440px);
    max-width: calc(100% - 440px);
    float: right;
} 
  .new-room-banner .new-room-banner-right {
     flex: 0 0 calc(100% - 310px);
    max-width: calc(100% - 310px);
    float: right;
  }
  .new-room-banner {
    padding: 170px 0px 80px;
}
  .new-room-banner h5 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }
  .new-room-banner-right .main-heading {
    font-size: 75px;
    line-height: 90px;
    font-weight: bold;
}
.new-room-banner-right .sub-heading {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  margin-top: 8px;
}
.new-room-banner-right h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  margin-top: 22px;
  margin-bottom: 22px;
}
  .new-room-banner-right p{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
  }
  .new-move {
    background: #eee;
    display: flex;
    align-items: center;
    padding: 80px 0px;
  }
  .news-move-left h2 {
    font-weight: normal;
  font-size: 56px;
  line-height: 60px;
  color: #000000;
  margin-top: 0;
  }
.news-move-left h3 {
  font-weight: bold;
font-size: 17px;
line-height: 30px;
  color: #000000;
  }
.news-move-left p {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #616161;
}
.news-move-left .news-move-left-bottom {
  font-style: italic;
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  color: #616161;
}
.news-move-right-inner {
  background: #FFFFFF;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 60px 20px;
 margin-top: 20px;
}
.news-move-right-inner h2 {
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  color: #000000;
  margin-top: 0;
}
.news-move-right-inner h3 {
  font-weight: bold;
  font-size: 18px;
   line-height: 22px;
  color: #000000;
  margin-top: 0;
}
.news-move-right-inner p {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #616161;
}
.news-move-right-inner.news-move-right-inner2 {
    margin-top: 60px;
}
.news-places {
   display: flex;
   align-items: center;
       padding: 80px 0px;
}
  .news-places .main-heading span {
    display: inline-block;
  }
  .news-places .main-heading {
    margin-bottom: 40px;
}
  .news-palce-inner-content {
    padding: 48px 28px;
    width: 100%;
  }
  .news-palce-inner-content h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    margin-top: 0;
  }
  .news-palce-inner-content p {
    font-weight: 500;
  font-size: 17px;
  line-height: 25px;
   color: #616161;
  }
 .new-room-banner-right h5.date {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
  @media screen and (max-width: 1440px) {
    .new-room-banner-right .main-heading {
    font-size: 55px;
    line-height: 70px;
    font-weight: bold;
}
  .new-room-banner-right h5 {
    font-size: 18px;
    line-height: 26px;
}
  .news-page .container {
    max-width: 90%;
    width: 100%;
}
  .news-palce-inner-content {
    padding: 35px 28px;
    width: 100%;
}
  .news-places {
    padding-top: 80px;
}
  }
@media screen and (max-width: 991px) {
  .new-room-banner .new-room-banner-left, .news-move-left {
    max-width: 100%;
    float: left;
}
  .new-room-banner .new-room-banner-right, .news-move-right {
    flex: 100%;
    max-width: 100%;
    float: right;
    margin-top: 46px;
}
}
@media screen and (max-width: 767px) {
  .new-room-banner-right .main-heading, .news-move-left h2 {
    font-size: 35px;
    line-height: 44px;
}
  .new-room-banner-right .sub-heading {
    font-size: 28px;
    line-height: 39px;
}
  .new-room-banner {
    padding: 130px 0px 40px;
}
  .new-move {
    padding: 40px 0px 40px;
  }
  .news-move-right {
    margin-top: 0;
  }
  .news-move-right-inner.news-move-right-inner2 {
    margin-top: 20px;
  }
  .news-move-right-inner {
    padding: 20px;
  }
.news-places {
    padding: 40px 0px;
}
  .news-palce-inner-content {
    padding: 8px 0px;
    width: 100%;
}
  .news-place-inner {
    border-bottom: 1px solid #ddd;
        display: flex;
        flex-direction: column;
            margin-bottom: 20px;
}
  .news-place-inner-2 {
    flex-direction: column-reverse;
}
  body.news-body .sa-header .mobile-phone-icon {
    display: block;
}
.download-pdf-button {
    display: none;
}
.header-download-button {
  display: block;
}
}

/* development page new changes */
.what-we-offer .what-we-offer-outer .what-we-offer-content ul li h3.black, .what-we-offer .what-we-offer-outer .what-we-offer-content ul li h4.black {
    color: #000;
}
.what-we-offer .what-we-offer-outer .what-we-offer-content  .service-list.black li {
      color: #7E7E7E;
}
.what-we-offer .what-we-offer-outer .what-we-offer-content .service-list.black li:after {
 background: #000;
}



/* -------------------bsa-------------- */
.bsa-banner-main {
  background-image: url(../images/BSAdrone/bsabanner.jpg);
}
.case-study-index .bsa-banner-main.banner-in:after {
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    background: rgba(0,0,0,0.5);
    height: 100%;
    position: absolute;
}
  .case-study-index .bsa-banner-main.banner-in .case-study-title, .case-study-index .bsa-banner-main.banner-in .main-heading, .case-study-index .bsa-banner-main.banner-in .btn {
    position: relative;
    z-index: 99;
  }
.BSA-case-study-banner, .BSA-banner-main {
  background-image: url(../images/BSAdrone/bsabanner.jpg);
}

.case-study-pages .BSA-one-left {
  background: url(../images/BSAdrone/bsabanner2.jpg);
  height: 100%;
  min-height: 100%;
  background-size: cover;
  width: 60%;
}
.case-study-index .case-study-banner.case-study-bsa-banner-list .banner-in {
   position: relative;
}
.case-study-pages .BSA-one-left img{
display: none;
}
.BSA_font{
  font-size: 24px;
  margin-left: 13px;
  font-weight: 600;
  font-family: Montserrat;
}
.BSA-out{
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #000;
  padding-top: 30px;
  padding-bottom: 20px;
}
.BSA-out img{
  width: 33px; 

}
.case-study-pages .BSA-one-right {
  background: #F2F2F2;
  height: 100%;
  padding: 60px;
  position: absolute;
  right: 0;
  margin-top: 0;
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 50% 100%);
}
.text-black{
color: #000;
}
.case-study-pages .BSA-one-right h2.main-heading {
  margin-bottom: 20px;
}
.BSA-one-section .right-impact-in {
    padding-top: 0;
    width: 38%;
    float: right;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 17px;
}
.case-study-pages .ride-planning .BSA-images {
  width: 100%;
  right: -70px;
  position: relative;
  z-index: 999;
  padding: 0 152px 0 0;
}
.BSA-blog{
  display: flex;
  justify-content:center;
  height: 50%;
}
.BSA-content-blog{
  height: 50%;
  display: flex;
  align-items: center;
}
.underline-blue{
  position: relative;
  padding-bottom: 30px;
    margin-bottom: 32px;
}
.underline-blue:before{
  position: absolute;
  bottom:0;
  content:"";
  width: 100px;
  height: 5px;
  background: url(../images/BSAdrone/under-line.jpg);
}
.bsa-driven {
  background-color: #f2f2f2;
}
.our-blogs .our-blogs-inner .our-blog-details .blog-content.BSA-content-blog {
    background: #fff;
    padding: 11px 28px;
}
  .our-blogs .our-blogs-inner .our-blog-details .blog-content.BSA-content-blog p.blog-description {
    color: #000;
    font-size: 18px;
    line-height: 28px;
}
  .BSA-blog img {
    width: 100%;
}
  .bsa-driven h2.our-blogs-heading {
    margin-bottom: 40px;
}
  .case-study-pages .case-study-banner.BSA-case-study-banner .banner-content-list li {
    font-size: 18px;
    max-width: 48%;
}
  .BSA-case-study-banner {
    padding-top: 74px;
}
  .case-study-pages .uniform-builder-last.bg-white {
    background: #fff;
}
  .bsa-last .main-heading {
    margin-bottom: 35px;
}
.bsa-more-feautures h4.BSA_font {
    color: #fff;
    margin-left: 13px;
    font-weight: 500;
}
  .bsa-more-feautures .BSA-out {
    padding-top: 0;
}
  .bsa-last p {
    font-size: 18px;
    color: #000;
    line-height: 28px;
}
  .bsa-more-feautures .BSA-out {
    padding-top: 0;
    padding-bottom: 8px;
}
  .bsa-ride-planning .main-heading {
    font-size: 46px;
}
  .bsa-more-feautures .col-sm-6:nth-child(2n+1) {
    clear: left;
}
  .bsa-drone-feautures-bottom {
        background: url(../images/BSAdrone/bsa-drone-bg.png);
  }
      .bsa-more-feautures p {
    color: #fff;
    margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .case-study-pages .bsa-ride-planning .ride-plannig-bottom {
    height: 78vh;
    padding: 80px;
}
  .our-blogs .our-blogs-inner .our-blog-details .blog-content.BSA-content-blog p.blog-description {
    color: #000;
    font-size: 14px;
    line-height: 24px;
}
  .bsa-ride-planning h2.main-heading {
    font-size: 48px;
}
  .bsa-last p {
    font-size: 16px;
    color: #000;
    line-height: 20px;
}
  .bsa-last .main-heading {
    margin-bottom: 35px;
    font-size: 46px;
    margin-bottom: 15px;
}
   .bsa-more-feautures p {
    margin-bottom: 15px;
    color: #fff;
}
}
@media screen and (max-width: 1199px){
  .BSA-one-section .right-impact-in {
    padding-top: 20px;
    width: 100%;
  }
  .case-study-pages .BSA-one-left {
    width: 100%;}
.case-study-pages .BSA-one-right {
    padding: 20px;
    position: relative;
    clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 100%);
}
.case-study-pages .BSA-one-left img{
  display: block;
  }
.case-study-pages .uniform-builder-one-section.BSA-one-section {
  flex-direction: column;
}
.BSA-one-section .right-impact-in {
    min-height: 0;
    display: block;
}
  .case-study-pages .bsa-ride-planning .ride-plannig-bottom {
    height: auto;
    padding: 40px;
}
}
@media screen and (max-width: 991px){
.case-study-pages .uniform-builder-one-right {
    width: 100%;
    margin-top: 0;
}
.case-study-pages .ride-planning .BSA-images {
  right: 0;
  padding: 0 0 20px 0;
}
.bsa-ride-planning {
  padding-bottom: 0;
}
.case-study-pages .bsa-ride-planning .ride-plannig-bottom {
    height: auto;
}
}
@media screen and (max-width: 767px){

.BSA-blog{
  height: auto;
}
.BSA-content-blog{
  height: auto;
}
.case-study-pages .case-study-banner.BSA-case-study-banner .banner-content-list li {
    max-width: 100%;
}
  .bsa-last .main-heading {
    font-size: 23px;
    line-height: 35px;
}
  .case-study-pages .uniform-builder-last.bsa-last {
    padding-top: 28px;
}
  .bsa-driven {
    padding-top: 0;
}
  .bsa-driven .our-blogs-heading {
    font-size: 28px;
    line-height: 35px;
}
  .our-blogs.bsa-driven .blog-content.BSA-content-blog {
    padding: 0px 20px 20px;
}
  .bsa-driven {
    padding-top: 0;
    padding-bottom: 0;
}
  .bsa-ride-planning h2.main-heading {
    font-size: 31px;
}
  .case-study-pages .uniform-builder-last.bsa-last.bsa-drone-feautures-bottom {
    padding-top: 39px;
}
  .BSA_font {
    font-size: 20px;
}
}

/* ceo desk 7-feb */
.ceo-desk-list {
  padding: 120px 0px 100px 0px;
}
.ceo-desk-list-top {
   background: #f5f5f5;
  padding: 35px 15px;
   width: 100%;
  border-radius: 4px;
  float: left;
  background-image: url('../images/ceo-desk-2020.png');
  background-repeat: no-repeat;
  background-position: 119px center;
}
.ceo-desk-list a {
     color: #828282;
     font-size: 55px;
     margin: 0;
     font-weight: 600;
}
    .ceo-desk-list-top img {
      margin-bottom: 15px;
    }
.ceo-desk-list p {
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    margin-top: 20px;
    line-height: 24px;
    float: left;
    width: 100%;
}
  .ceo-desk-list .btn {
    background: #EE1C1C;
    color: #fff;
    font-size: 16px;
    margin-top: 4px;
	float: left;
}
  @media screen and (max-width: 1440px) {
    .ceo-desk-list-top {
     background-position: 98px center;
    }
  }  
  @media screen and (max-width: 1280px) {
    .ceo-desk-list-top {
     background-position: center center;
    }
  }
  @media screen and (max-width: 767px) {
    .ceo-desk-list {
    padding: 40px 0px;
}
  .ceo-desk-list .btn {
    margin-bottom: 28px;
}
  .ceo-desk-list-top a {
    font-size: 26px;
}
  .from-ceo-desk-banner .sa-blogbanner-content {
    margin-bottom: 40px;
}
  .ceo-desk-list-top {
    background-position: center center;
}
  }
  
  /* better fleet case study css here */
.better-fleet-banner {
background-image: url(../images/better-fleet/bettrer-fleet-banner.png);
  }
.case-study-pages .case-study-banner.better-fleet-banner .main-heading {
    font-size: 34px;
    line-height: 41px;
}
  .case-study-pages .BSA-one-left.better-fleet-2-left {
    background: url(../images/better-fleet/better-fleet-2.png);
}
  .case-study-pages .BSA-one-right.better-fleet-2-right {
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 50% 100%);
}
.better-fleet-3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-image: url(../images/better-fleet/better-fleet-3.png);
  background-size: cover;
}
.better-fleet-benefits {
  width: 803px;
  background: #000000;
  padding: 55px 80px;
  margin-top: 60px;
}
.better-fleet-benefits .main-heading {
  position: relative;
  margin-bottom: 48px;
  font-weight: bold;
}
.better-fleet-benefits .main-heading:after {
  content: "";
  position: absolute;
  background: linear-gradient(82.25deg, #1FB1D8 0.37%, #286BBC 100.52%), #2871BE;
  width: 100px;
  height: 5px;
  top: 110%;
  left: 0;
}
.better-fleet-benefits-inner {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   margin-bottom: 35px;
}
.better-fleet-benefits-inner:last-child {
   margin-bottom: 0;
}
.better-fleet-benefits-inner-left {
  width: 39px;
  height: 39px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  line-height: 39px;
}
.better-fleet-benefits-inner-right {
    flex: 0 0 calc(100% - 59px);
    margin-left: 20px;
}
.better-fleet-benefits-inner-right p {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin: 0;
}
.better-fleet-feature {
   background-image: url(../images/better-fleet/better-fleet-feature-banner.png);
}
.case-study-index .bsa-banner-main.banner-in:after {
}
.case-study-banner .banner-in.better-fleet-banner {
    position: relative;
}
.case-study-pages .case-study-banner.better-fleet-banner .banner-content-list li:nth-child(2) {
    padding-right: 0;
}
@media screen and (max-width: 1440px) {
  .better-fleet-benefits {
    padding: 48px;
}
}
@media screen and (max-width: 1199px) {
  .better-fleet-banner .container {
    padding: 0px 15px;
}
  .case-study-pages .BSA-one-left.better-fleet-2-left {
    background: none;
}
  .case-study-pages .BSA-one-right.better-fleet-2-right {
    clip-path: none;
}
  .better-fleet-benefits {
    margin-top :0;
  }
  .case-study-pages .better-fleet-banner {
    background-image: url(../images/better-fleet/bettrer-fleet-banner.png);
    background-size: cover;
}
}
@media screen and (max-width: 991px) {
  .better-fleet-benefits {
    width: 100%;
}
}
@media screen and (max-width: 767px) {
  .case-study-pages .better-fleet-banner:after {
    content: "";
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
  .case-study-pages .better-fleet-banner {
    position: relative;
  }
  .case-study-pages .better-fleet-banner .container {
    position: relative;
    z-index: 9;
}
  .better-fleet-2-right .right-impact-in {
    padding: 0;
}
  .better-fleet-3 {
    padding: 0;
}
  .better-fleet-benefits {
    padding: 20px;
}
 .case-study-pages .case-study-banner.better-fleet-banner .banner-content-list li {
    padding-right: 0;
}
}

/* 13-march */
.mar-move-bottom {
    float: left;
}
/* enterprise tiger case study */
.case-study-pages .case-study-banner.bifoot-case-study-banner.enterprisetiger-case-study-banner {
	      background-image: url(../images/entreprise-tiger/et-banner.png);
}
.case-study-pages .ride-planning .ride-plannig-bottom.enterprise-tiger-bottom {
    height: 60vh;
    padding: 80px 60px;
}
.enterprise-tiger-events img {
    position: relative;
    left: -4%;
}
.enterprise-tiger-events {
    overflow: hidden;
}
.case-study-index .case-study-banner .banner-in.bifoot-banner.enterprisetiger-case-study-list {
	background-image: url(../images/entreprise-tiger/et-banner.png);
}
.enterprisetiger-case-study-banner {
    padding-top: 42px;
}
.full-section.enterprisetiger-case-study-banner {
    padding-top: 42px;
}
.ceo-desk-list a {
    color: #828282;
    font-size: 55px;
    margin: 0;
    font-weight: 600;
    margin-bottom: 28px;
}
.new-room-banner-right ul {
    padding: 0px 40px;
}
.new-room-banner-right li {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    list-style: disc;
    padding-bottom: 8px;
}
@media screen and (max-width: 991px) {
	.case-study-pages .ride-planning .planning-title {
    font-size: 20px;
}
.case-study-pages .ride-planning .ride-plannig-bottom.enterprise-tiger-bottom {
    height: auto;
    padding: 20px;
}
.enterprise-tiger-events {
    margin-bottom: 20px;
}
}

/* seasia potfolio */
.sa-protfolio-banner {
	 background: linear-gradient(134.07deg, #0026AC 0%, #350840 100.51%);
	 width: 100%;
	 height: auto;
	 padding: 110px 0px 0px;
}
.sa-protfolio-banner-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
    align-items: center;
}
.sa-protfolio-banner-inner-head h2 {
	font-size: 60px;
    line-height: 60px;
	color: #fff;
	margin: 0;
}
.sa-protfolio-banner-inner-head h2 span {
	font-weight: bold;
	font-size: 86px;
	line-height: 105px;
}
.sa-protfolio-banner-inner-search {
	background: url('../images/portfolio/portfolio-banner-vector.png');
	height: 363px;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
    align-items: center;
}
.sa-portfolio-search {
	position: relative;
	width: 100%;
}
.sa-portfolio-search .form-control {
	background: #FFFFFF;
    border-radius: 100px;
	border: none;
	box-shadow: none;
	height: 55px;
	line-height: 55px;
	color: #000000;
	font-size: 20px;
}
.sa-portfolio-search-icon {
    position: absolute;
    right: 15px;
    font-size: 20px;
    color: #333;
    top: 14px;
	background: none;
	border: none;
}
.sa-portfolio-search-icon:hover, .sa-portfolio-search-icon:focus {
	border: none;
	outline: none;
}
.sa-portfolio-projects-tabs {
	  background: #fff;
	  padding: 80px 0px;
}
.sa-portfolio-projects-tabs .nav-tabs {
    border: none;
}
.sa-portfolio-projects-tabs .nav-tabs li a {
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	color: #000;
	padding: 0;
}
.sa-portfolio-projects-tabs .nav-tabs li a:hover, .sa-portfolio-projects-tabs .nav-tabs li a:focus {
	background: none;
	font-weight: bold;
	border: none;
	border-bottom: 2px solid #FF327C;
}
.sa-portfolio-projects-tabs .nav-tabs li.active a:focus {
	 color: #000;
}
.sa-portfolio-projects-tabs .nav-tabs li {
	padding-right: 28px;
}
.sa-portfolio-projects-tabs .tab-content {
	margin-top: 55px;
}
.sa-portfolio-projects-tabs .tab-content .col-sm-4:nth-child(3n+1) {
	 clear: left;
}
.sa-portfolio-tab-data {
	margin-bottom: 48px;
     text-align: center;
}
.sa-portfolio-tab-data-image img {
    margin: 0 auto;
	max-height: 180px;
}
.sa-portfolio-projects-tabs .nav-tabs li.active a {
    border: none;
	font-weight: bold;
	border-bottom: 2px solid #FF327C;
}
.sa-portfolio-tab-data h2 {
	  font-weight: bold;
	  font-size: 22px;
	  line-height: 27px;
	  color: #000000;
	  margin: 15px 0px;
}
.sa-portfolio-tab-data .sa-portfolio-technologies {
	font-style: italic;
	font-weight: 500;
	font-size: 12px;
	line-height: 25px;
	color: #000;
}
.sa-portfolio-tab-data p {
	font-size: 14px;
    line-height: 25px;
	color: #616161;
}
.sa-portfolio-tab-data a {
	display: inline-block;
	border: 1px solid #757575;
    border-radius: 5px;
	padding: 6px 15px;
	font-size: 16px;
    line-height: 20px;
	color: #757575;
	margin-top: 8px;
	transition: 0.5s ease;
}
.sa-portfolio-tab-data a:hover {
	  background: #333;
	  color: #fff;
	  border-color:#333;
}
.seasia-potfolio-pagination ul {
	margin: 0;
	padding: 0;
}
.seasia-potfolio-pagination ul li {
	  list-style: none;
	  display: inline-block;
	  padding-right: 15px;
}
.seasia-potfolio-pagination ul li a {
	display: inline-block;
	padding: 0px 8px;
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	position: relative;
}
.seasia-potfolio-pagination ul li a.active {
	  font-weight: bold;
	  border-bottom: 2px solid #FF327C;
}
.sa-portfolio-details-modal .modal-dialog {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
.sa-portfolio-details-modal .modal-dialog .modal-content {
	padding: 35px 55px;
}
.sa-portfolio-details-modal .close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 28px;
	color: #000;
    text-shadow: 0 1px 0 #fff;
	opacity: 0.5;
}
.sa-portfolio-details-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sa-portfolio-details-inner .heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
	color: #000;
}
.sa-portfolio-details-inner .sa-portfolio-technologies {
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #000;
}
.sa-portfolio-details-inner p {
	font-size: 14px;
    line-height: 25px;
    color: #616161;
}
.sa-portfolio-details-inner .btn {
	      background: #EE1C1C;
		  border-radius: 30px;
		  color: #fff;
		  font-size: 14px;
		  font-weight: bold;
		  padding: 8px 20px;
}
.sa-portfolio-details-inner .btn:hover {
	  background: #333;
}
.sa-portfolio-details-inner .sub-headings {
    font-size: 20px;
    font-family: Montserrat;
    color: #286bc7;
    margin-bottom: 15px;
}
.sa-portfolio-details-inner .technology ul {
    list-style-type: none;
    padding-left: 0px;
}
.sa-portfolio-details-inner .technology li {
    font-size: 14px;
    margin-bottom: 15px;
	display: inline-block;
	width: calc(50% - 16px);
	padding: 0px 8px;
}
.sa-portfolio-details-inner .technology li:nth-child(2n+1) {
	  padding-left: 0;
}
.sa-portfolio-details-inner .technology li:nth-child(2n) {
	  padding-right: 0;
}
.sa-portfolio-details-inner .technology li a {
    color: #000;
    text-decoration: none;
    border-radius: 30px;
    background-color: #ebebeb;
    padding: 5px 15px;
    display: inline-block;
	width: 100%;
	text-align: center;
}
@media screen and (min-width: 1620px) and (max-width: 1920px) {
	.sa-portfolio-details-modal .modal-dialog {
       margin-top: 99px;
   }
}
@media screen and (max-width: 991px) {
	.sa-protfolio-banner-inner-search {
    background: none;
    height: auto;
    padding-bottom: 80px;
    margin-top: 20px;
}
.sa-portfolio-projects-tabs .nav-tabs li a {
    font-size: 18px;
}
.sa-portfolio-details-inner .heading {
    margin-top: 20px;
}
}
@media screen and (max-width: 767px) {
	.sa-protfolio-banner {
     padding: 115px 0px 0px;
    }
	.sa-portfolio-projects-tabs {
		background: #fff;
		padding: 40px 0px;
	}
	.sa-protfolio-banner-inner-head h2 {
		font-size: 35px;
		left: 35px;
	}
	.sa-protfolio-banner-inner-head h2 span {
		font-size: 40px;
		line-height: 40px;
	}
	.sa-portfolio-projects-tabs .nav-tabs li {
		padding-right: 8px;
	}
	.sa-portfolio-details-modal .modal-dialog .modal-content {
       padding: 35px 15px;
    }
}
/* cova case study banner */
.cova-case-study-banner {
	background-image: url(../images/cova-case-study/cova-case-study.png);
	background-size: cover;
}
.cova-tracker {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	padding: 80px 0px 0px;
}
.cova-tracker:after {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/cova-case-study/cova-tracker-bg.jpg);
	background-size: cover;
	width: 60%;
	content: "";
	height: 100%;
}
.cova-tracker-content {
	width: 60%;
	background: #0C0C0C;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	padding: 60px 40px;
	position: relative;
	z-index: 1;
}
.cova-tracker-content .main-heading {
    margin-bottom: 20px;
}
.crona-features {
	padding: 80px 40px 0;
	background: #00A2AD;
	display: flex;
	align-items: center;
}
.crona-features ul {
	margin: 0;
	padding: 0 20px;
}
.crona-features ul li {
    list-style: disc;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
    color: #fff;
    width: 100%;
}
.carona-technology {
	background-image: url(../images/cova-case-study/cova-technology.png);
	background-size: cover;
	padding: 80px 0px 0px;
}
.carona-technology-inner {
	background: #FFFFFF;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	padding: 0;
}
.carona-technology-inner-content {
	padding: 15px 15px;
}
.carona-technology-inner-content h2 {
	font-weight: bold;
	font-size: 50px;
	line-height: 61px;
	color: #000;
	margin: 0 0 15px;
}
.carona-technology-inner-content h4 {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	margin: 0 0 15px;
}
.carona-technology-inner-content ul li {
	font-size: 14px;
	line-height: 25px;
	color: #616161;
}
.carona-technology-image {
	width: 100%;
	max-width: 100%;
}
.cova-ultimate-content {
	background: #FF5E4B;
}
.case-study-index .case-study-banner .banner-in.covid-case-study-list {
	background-image: url(../images/cova-case-study/cova-case-study.png);
	background-size: cover;
}
.case-study-pages .ride-record .row .cova-tarcker-second {
    align-items: flex-start;
}
.partner-list li {
    width: 25%;
}
.partner-list li img {
    max-width: 100%;
}
@media screen and (max-width: 1600px) {
	.carona-technology-inner-content ul li {
		font-size: 13px;
		line-height: 17px;
		color: #616161;
	}
}
@media screen and (max-width: 767px) {
	.cova-tracker-content {
		width: 100%;
		padding: 20px;
   }
   .crona-features {
		display: block;
		padding: 40px 15px;
	}
	.crona-features ul {
		margin: 0;
		padding: 20px 20px 0;
	}
	.carona-technology-inner {
		margin-top: 20px;
	}
}
/* partners 5-12*/

.partner-contact{
	font-size:24px;
	color:#000;
	margin-bottom:3px;
	width:100%;
	display:inline-block;
	margin-bottom:20px;
}
.partner-banner{
background-color:#66C8D1 !important;
}
.partner-banner {
	background:url(../images/partners/partner-baner.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:right;
}
.partner-baner-img img{
	display:none;
}
.partner-list{
	display:flex;
	padding-left:30px;
}
.partner-list-inner{
	background:#FFC157;
	position:relative;
	height: 100%;
padding: 0 22px 20px;
box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1);
}	
.partner-list-inner span{
	background:#FFE6BC;
	background: #FFE6BC;
display: inline-block;
border-radius: 50%;
padding: 15px;
margin: 30px 0;
}
.partner-list li:first-child .partner-list-inner{
border-left:12px solid red;
}	
.partner-list-inner p{
	font-weight: normal;
font-size: 20px;
line-height: 24px;
color: #000000;
text-align:left;
}
.partner-list-inner h3{
font-weight: bold;
font-size: 64px;
line-height: 36px;
color: #000000;
margin-top: -53px;
position: absolute;
padding-bottom: 20px;
left: 0px;
}
.sa-partners-second .main-heading {
    font-size: 48px;
    line-height: 55px;
}
.about-us .partner-banner .innovation-image-top img {
    display: none;
}
.contact-form .partner-captcha {
	margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
	.partner-list {
    display: flex;
    padding-left: 30px;
    margin-top: 80px;
}
}

@media screen and (max-width: 767px) {
.partner-banner {
	background:none;
}
.partner-baner-img img{
	display:block;
}
.about-us .vision-section .sa-partner-image-block {
	display: block;
}
.partner-list {
    flex-wrap: wrap;
    margin-top: 40px;
    padding-left: 0;
}
.partner-list li {
    margin-top: 60px;
    display: block;
    width: 100%;
}
.partner-list-inner {
    margin-bottom: 15px;
    height: auto;
    padding: 40px 20px;
}
.partner-banner .innovation-image-top {
  display: none;	
}
.about-us .aboutus-banner .main-heading {
    font-size: 33px;
}
.partner-list-inner h3 {
    margin-top: -86px;
    left: 0;
}
.sa-partners-second .main-heading {
    font-size: 33px;
    line-height: 40px;
}
}
.mt-0 {
    margin-top: 0;
}
a.sa-cta {
    border: 1px solid #fff;
    padding: 15px 40px;
    color: #333;
    border-radius: 8px;
    font-size: 20px;
    background: #fff;
    font-weight: 600;
	display: inline-block;
}
/* startup css */
.sa-startup-new-banner {
	  padding: 200px 0px 200px;
	  background: url(../images/startup/startup-banner.png);
	  background-size: cover;
}
.sa-startup-banner-content {
	width: 50%;
	padding-left: 40px;
}
.sa-startup-banner-content h4 {
	font-weight: 300;
	font-size: 36px;
	line-height: 44px;
	color: #000;
	margin: 0 0 15px;
}
.sa-startup-banner-content h2 {
	font-weight: 300;
	font-size: 68px;
	line-height: 75px;
	color: #000;
}
.sa-startup-relationship-section {
	padding: 80px 0px;
}
.sa-startup-relationship-section h2 {
	font-weight: 300;
	font-size: 33px;
	line-height: 44px;
	color: #000;
	word-break: break-word;
	margin-top: 0;
}
.sa-startup-relationship-section h2 span {
	font-weight: bold;
	font-size: 57px;
	line-height: 68px;
}
.sa-startup-relationship-section h2 .dot {
	display: inline-block;
	background: #FF7E06;
	height: 20px;
	width: 20px;
	border-radius: 50%;
}
.sa-startup-relationship-section h4 {
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	color: #000;
}
.sa-startup-relationship-section p {
	font-weight: normal;
	font-size: 18px;
	line-height: 36px;
	color: #000;
}
.sa-startup-know-more, .sa-startup-know-more:hover {
	background: #000000;
	border: 1px solid #000000;
	border-radius: 10px;
	display: inline-block;
	padding: 15px 28px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}
.sa-startup-partnership-section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sa-startup-partnership-sectionleft {
	background: #FF5E4B;
	padding: 80px 80px;
	width: 60%;
}
.sa-startup-partnership-sectionleft h4 {
	font-weight: 300;
	font-size: 36px;
	line-height: 44px;
	color: #fff;
}
.sa-startup-partnership-sectionleft h2 {
	font-weight: bold;
	font-size: 62px;
	line-height: 75px;
	color: #fff;
	margin-top: 0;
}
.sa-startup-partnership-sectionleft p {
	font-weight: normal;
	font-size: 18px;
	line-height: 36px;
	color: #fff;
}
.sa-startup-partnership-sectionleft .sa-startup-share-link {
	display: inline-block;
	padding: 15px 28px;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	margin-top: 20px;
}
.sa-startup-partnership-sectionright {
	width: 40%;
}
.sa-startup-partnership-image {
    position: relative;
    left: -20px;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
}
.sa-startup-technology-list {
	margin-top: 35px;
}
.sa-startup-technology-listinner {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	padding: 20px;
	width: 100%;
	font-weight: 500;
	font-size: 22px;
	line-height: 56px;
	color: #000;
	position: relative;
	margin-bottom: 20px;
}
.sa-startup-technology-listinner img {
    margin-right: 20px;
	max-height: 55px;
}
.sa-startup-technology-listinner:before {
    content: "";
    position: absolute;
    background: #F6CD26;
    width: 4px;
    height: 60px;
    left: 0;
    top: 20px;
}
.sa-startup-technology-list .col-md-6:nth-child(2n+1) {
    clear: left;
}
.sa-startup-experts-section {
	background: url(../images/startup/startup-experts.png);
	padding: 0px 15px;
	height: 459px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-size: cover;
	align-items: center;
}
.sa-startup-experts-section h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 64px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	margin: 0;
	position: relative;
}
.sa-startup-experts-section h2:after {
    content: "";
    position: absolute;
    background: #F6CD26;
    width: 100%;
    height: 4px;
    left: 0;
    right: 0;
    top: 130%;
}
@media screen and (min-width: 1620px) {
	.sa-startup-new-banner {
	  padding: 310px 0px;
    }
	.sa-startup-partnership-sectionleft {
	 padding: 110px;
    }
}
@media screen and (max-width: 991px) {
	.sa-startup-new-banner {
		background: #FFCA00;
		padding: 150px 0px 80px;
	}
	.sa-startup-banner-content {
		width: 100%;
		padding: 0px 15px;
	}
	.sa-startup-banner-content h2 {
		font-size: 48px;
		line-height: 55px;
		margin-top: 0;
	}
	.sa-startup-relationship-section {
		padding: 40px 0px;
	}
	.sa-startup-relationship-section h2 span, .sa-startup-partnership-sectionleft h2 {
		font-size: 40px;
		line-height: 48px;
	}
	.sa-startup-partnership-sectionleft {
		width: 100%;
		padding: 40px 15px;
	}
	.sa-startup-partnership-image {
		left: 0;
		max-width: 100%;
		width: 100%;
	}
	.sa-startup-partnership-sectionright {
		width: 100%;
	}
	.sa-startup-experts-section {
		padding: 80px 0px;
		height: auto;
	}
	.sa-startup-experts-section h2 {
		font-size: 40px;
		line-height: 48px;
	}
}
/* dmv case study style */
.case-study-pages .case-study-banner.sa-dmv-cs-banner {
    background: url(../images/dmv/dmv-banner.png);
    background-size: cover;
    padding: 200px 0px 150px;
}
.case-study-pages .case-study-banner.sa-startup-new-banner .case-study-title {
    text-transform: uppercase;
    margin-top: 0;
}
.case-study-pages .case-study-banner.sa-startup-new-banner .banner-content-list li {
    width: 100%;
    max-width: 800px;
}
.sa-dmv-vehicle-section {
	padding: 80px 0px 0px;
}
.sa-dmv-vehicle-title {
	font-weight: 300;
	font-size: 22px;
	line-height: 30px;
	color: #949494;
	text-align: center;
	letter-spacing: 1em;
}
.sadmv-vehicle-purchased-rights {
	 background: url(../images/dmv/dmv-vehiclebg.png);
	 padding: 55px;
}
.sa-dmv-vehicle-section .col-md-6 {
    padding: 0;
}
.sa-dmv-vehicle-section .col-md-5, .sa-dmv-vehicle-section .col-md-7 {
    padding: 0;
}
.dmv-clientimage {
    margin-top: 50px;
}
.sadmv-vehicle-purchased-rights .main-heading {
    margin-bottom: 20px;
}
.sa-dmv-client-section {
	padding: 0px 0px;
	position: relative;
}
.sa-dmv-client-section:after {
	content: "";
	position: absolute;
	right: 0;
	background: #00A2AD;
	width: 248px;
	height: 100%;
	top: 0;
}
.sa-dmv-client-row {
	padding: 80px 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	z-index: 1;
    position: relative;
}
.sa-dmv-client-left {
	padding: 0px 40px;
}
.sa-dmv-client-left .sub-heading, .sa-dmv-strategy-section .sub-heading, .sa-dmv-about-section .sub-heading {
    color: #000;
    margin-top: 20px;
}
.sa-dmv-challange-section {
	padding: 80px 0px;
	background: url(../images/dmv/dmv-challange.png);
	background-size: cover;
}
.sa-dmv-challange-inner {
	background: #FFBD5A;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	padding: 40px;
	max-width: 930px;
}
.sa-dmv-challange-inner .main-heading, .sa-dmv-strategy-section .main-heading {
	margin-bottom: 20px;
}
.sa-dmv-strategy-section, .sa-dmv-table-section {
	padding: 80px 0px;
}
.sa-dmv-strategy-middle {
	margin-top: 55px;
}
.sa-dmv-strategy-middle-inner {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.sa-dmv-strategy-middle-icon {
	width: 68px;
}
.sa-dmv-strategy-middle-content {
	width: calc(100% - 88px);
	margin-left: 20px;
}
.sa-dmv-strategy-middle-content h4 {
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #000;
}
.sa-dmv-strategy-middle-content p {
	color: #898989;
	font-size: 18px;
	line-height: 35px;
	margin-bottom: 20px;
}
.sa-dmv-strategy-middle-content .col-md-6:nth-child(2n+1) {
    clear: left;
}
.sa-dmv-strategy-middle-content ul li {
	color: #898989;
	font-size: 18px;
	line-height: 35px;
	list-style: none;
	word-break: break-word;
}
.sa-dmv-strategy-middle-content ul {
    padding: 0px 20px 20px 20px;
}
.sa-dmv-specs-section {
	background: #00A2AD;
	padding: 80px 0px;
}
.sa-dmv-specs-section h2 {
	max-width: 789px;
	background: #fff;
	padding: 8px 0px;
	display: block;
	margin: 0 auto;
	color: #000000;
	font-weight: 800;
	font-size: 46px;
	line-height: 80px;
	text-align: center;
	position: relative;
}
.sa-dmv-specs-content {
	width: 100%;
	padding: 80px 35px 15px;
	margin-top: -55px;
	border: 1px solid #5DECF5;
}
.sa-dmv-specs-content li {
	color: #fff;
	font-weight: 800;
	font-size: 28px;
	line-height: 55px;
	color: #fff;
	list-style: disc;
}
.sa-dmv-specs-content ul {
    margin-left: 28px;
	text-transform: uppercase;
}
.sa-dmv-table-section table {
	border: 1px solid #D5D5D5;
}
.sa-dmv-table-section table thead th {
	background: #363636;
	padding: 20px;
	border-right: 1px solid #fff;
	font-weight: 600;
    font-size: 24px;
	color: #fff;
	vertical-align: middle;
    text-align: center;
	width: 25%;
}
.sa-dmv-table-section table tbody td{
	background: #fff;
	border-bottom: 1px solid #D5D5D5;
	padding: 20px;
	color: #000000;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
}
.sa-dmv-table-section table tbody td li {
	list-style: none;
	color: #898989;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 8px;
	text-align: left;
	 position: relative;
    padding-left: 20px;
}
.sa-dmv-table-section table tbody td li:before {
	background: #FF9387;
	border-radius: 50%;
	width: 11px;
	height: 11px;
	display: inline-block;
	content: "";
	position: absolute;
    left: 0;
    top: 8px;
}
.sa-dmv-table-section table tbody tr td:nth-child(even) {
	background: #FFFAFA;
}
.sa-dmv-about-section {
	padding: 0px 0px 80px;
}
.sa-dmv-about-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sa-dmv-about-right {
	background: #593600;
	padding: 20px 40px;
}
.sa-dmv-about-right ul {
	padding: 0px 20px;
	margin: 0;
}
.sa-dmv-about-right ul li {
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    list-style: disc;
    margin-bottom: 8px;
}
.sa-dmv-contact-form {
	padding: 80px 0px;
}
.sa-dmv-contact-form.contact-form .form-control {
    width: 100%;
    border-bottom: 1px solid #000;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 15px;
    border-radius: 0px;
    position: relative;
    z-index: 2;
}
.case-study-pages .case-study-banner.sa-dmv-cs-banner .main-heading {
    line-height: 64px;
}
.sa-ws-casestudy-pages .main-footer {
    min-height: 0;
	padding: 80px 0px;
}
.sa-ws-casestudy-pages .main-footer .container {
	margin: 0 auto;
	padding-top: 0;
}
.case-study-pages .case-study-banner .dmv-case-study-list  .main-heading {
    font-size: 58px;
    line-height: 64px;
}
@media screen and (min-width: 1620px) {
	.sadmv-vehicle-purchased-rights {
		padding: 103px 80px;
	}
}
@media screen and (max-width: 991px) {
	.sa-dmv-client-section:after {
		display: none;
	}
	.sa-dmv-client-row, .sa-dmv-challange-section, .sa-dmv-strategy-section, .sa-dmv-table-section, .sa-dmv-specs-section 
	{
		padding: 40px 0px;
	}
	.sa-dmv-client-left {
       padding: 0px 15px 20px;
	}
	.sa-dmv-about-row {
		display: block;
	}
	.sa-dmv-about-right {
		margin-top: 20px;
	}
	.sa-dmv-contact-form .submit-button {
		margin-top: 28px;
	}
	.sa-dmv-vehicle-section {
		padding: 0;
	}
	.dmv-clientimage {
		margin-top: 0;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 767px) {
	.case-study-pages .case-study-banner.sa-dmv-cs-banner {
		padding: 80px 0px;
	}
	.sadmv-vehicle-purchased-rights {
		padding: 40px 15px;
	}
	.sa-dmv-challange-inner {
		padding: 40px 15px;
	}
	.sa-dmv-specs-content li {
		font-size: 18px;
		line-height: 40px;
	}
	.sa-dmv-about-right {
		padding: 20px;
	}
	.sa-dmv-specs-section h2 {
		font-size: 33px;
		line-height: 40px;
	}
	.sa-dmv-specs-content {
		padding: 80px 15px 15px;
	}
	.case-study-pages .case-study-banner.sa-dmv-cs-banner .main-heading {
		line-height: 40px;
	}
	.case-study-pages .case-study-banner .dmv-case-study-list .main-heading {
		font-size: 24px;
		line-height: 35px;
	}
}
/* hms case study style */
.sa-hms-banner-items {
	margin: 28px 0px 0px;
	padding: 0;
}
.sa-hms-banner-items li {
	display: inline-block;
	background: #5BD0FF;
	padding: 8px 15px;
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	margin-right: 8px;
	margin-bottom: 15px;
}
.sa-hms-banner-items li:nth-child(2n) {
    background: #FFB321;
}
.sa-hms-overview-row {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sa-hms-overview-row .col-md-5, .sa-hms-overview-row .col-md-7 {
	padding: 0;
}
.sa-hms-overview-section {
	padding: 80px 0px;
	position: relative;
}
.sahms-overviewright {
    background: #00A2AD;
	padding: 80px;
	position: relative;
    z-index: 2;
}
.sa-hms-overview-section .sa-dmv-vehicle-title {
    letter-spacing: 8px;
    text-align: left;
}
.sa-hms-overview-section .container-fluid {
    padding: 0;
}
.sa-hms-overview-image {
    margin-top: 48px;
}
.sahms-absolute-hms-title {
    position: absolute;
    left: 26%;
    bottom: 0;
    z-index: 1;
}
.sa-hms-client-section {
	display: flex;
	flex-wrap: wrap;
	padding: 0px  0px 80px;
	align-items: center;
}
.sa-hms-client-left {
	width: 55%;
}
.cs-main-heading-margin {
	margin-bottom: 20px;
}
.sa-hms-client-right {
	width: 45%;
}
.sa-hms-client-leftinner {
	background: #FFB321;
	padding: 40px;
}
.sa-hms-client-leftinner {
    background: #FFB321;
    padding: 80px 55px;
    position: relative;
    width: calc(100% + 35px);
}
.sa-hms-client-right img {
    width: 100%;
}
.sa-hms-challange-section {
	padding: 0;
}
.sa-hms-challange-rightinner {
    background: #5BD0FF;
    left: -35px;
}
.sa-hms-strategy-section {
	padding: 80px 0px;
}
.sa-hms-strategy-inner {
	padding: 40px 55px;
	background: #FAFAFA;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.sa-hms-strategy-inner-left {
	width: calc(100% - 446px);
	margin-right: 20px;
}
.sa-hms-strategy-inner-right {
	width: 426px;
	position: relative;
    z-index: 1;
}
.sahms-strategy-sub-head {
	font-weight: bold;
	font-size: 46px;
	line-height: 56px;
	color: #000;
	margin: 0px 0 15px;
}
.sa-hms-strategy-inner:after {
    content: "";
    position: absolute;
    width: 11%;
    background: #00A2AD;
    height: 91%;
    right: 0;
}
.sa-hms-strategy-section2 {
	padding: 0px;
}
.sa-hms-strategy-innerwhite {
    background: #fff;
    padding: 0 55px;
	margin: 0;
	align-items: flex-start;
}
.sa-hms-strategy-inner2:after {
	right: auto;
	left: 0;
	background: #FFB321;
	height: 40%;
	top: 35%;
}
.sa-hms-processing-box {
	display: flex;
	flex-wrap: wrap;
}
.sa-hms-strategy-inner-left2 {
    margin-right: 0;
    margin-left: 20px;
}
.sa-hms-processing-box li {
	list-style: none;
	width: calc(50% - 16px);
	margin: 0px 8px;
	background: #fff;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 20px;
}
.sa-hms-processing-box li h4 {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #000;
	margin-bottom: 20px;
}
.sa-hms-claim-inner .sa-hms-processing-box li ul li span {
    background: #00A2AD;
}
.sa-hms-processing-box li p {
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	color: #898989;
}
.sa-hms-processing-box li ul li {
    width: 100%;
    display: block;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    color: #898989;
    position: relative;
    padding: 0;
    background: none;
    box-shadow: none;
    padding-left: 20px;
    margin: 0 0 8px;
}
.sa-hms-processing-box li ul li span {
	background: #FFB321;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	position: absolute;
	top: 11px;
	left: 0;
}
.sa-hms-processing-box li:nth-child(2n+1) {
	clear: left;
}
.sa-hms-benefits-inner {
	margin-top: 0;
}
.sa-hms-benefits-inner .sa-hms-processing-box li ul li span {
    background: #5BD0FF;
}
.sa-hms-benefits-inner:after {
    height: 40%;
    background: #5BD0FF;
    top: 40%;
}
.sa-hms-claim-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 55px;
    margin-bottom: 35px;
}
.sa-hms-claim-topleft {
	width: 370px;
}
.sa-hms-claim-topright {
	width: calc(100% - 385px);
	margin-left: 15px;
	border-left: 4px solid #C4C4C4;
	padding-left: 20px;
}
.sa-hms-claim-topright p {
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	color: #898989;
	margin: 0;
}
.sa-hms-claim-inner {
    align-items: center;
}
.sa-hms-claim-inner:after {
    right: auto;
    left: 0;
    height: 40%;
}
.sa-hms-guide-inner .sa-hms-processing-box li ul li span {
    background: #FFB321;
}
.sa-hms-guide-inner:after {
    background: #FFB321;
    top: 28%;
}
.sa-hms-guide-inner, .sa-hms-fit-inner, .sa-hms-reporting-inner {
    align-items: flex-start;
}
.sa-hms-rulesdriven-inner:after {
    height: 40%;
    left: 0;
    right: auto;
    top: 44%;
    background: #5BD0FF;
}
.sa-hms-rulesdriven-inner .sa-hms-processing-box li ul li span {
    background: #5BD0FF;
}
.sa-hms-reporting-inner .sa-hms-processing-box li ul li span {
    background: #00A2AD;
}
.sa-hms-reporting-inner:after {
    background: #00A2AD;
    top: 33%;
}
.sa-hms-plans-inner:after {
    background: #FFB321;
    top: 28%;
}
.sa-hms-processing-box li.w-100 {
    width: calc(100% - 8px);
}
.sa-hms-tax-inner:after {
    background: #5BD0FF;
    top: 40%;
}
.sa-hms-realtime-inner:after {
    background: #00A2AD;
    top: 33%;
}
.sahms-specs {
	padding: 80px 55px;
	background: #5BD0FF;
	margin-top: 40px;
}
.sahms-specs h2 {
	max-width: 790px;
	background: #FFFFFF;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 15px;
	font-weight: bold;
	font-size: 46px;
    color: #000;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.sahms-specscontent {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.sahms-specscontent li {
	width: calc(25% - 16px);
    margin: 0px 8px;
	background: #fff;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	padding: 15px;
}
.sahms-specscontent li .sahms-specscontenthead {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 28px;
}
.sahms-specscontent li .sahms-specscontenthead .sahms-specsicon {
	width: 79px;
	height: 79px;
	background: #00A2AD;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap; 
	justify-content: center;
	align-items: center;
}
.sahms-specscontent li .sahms-specscontenthead h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #000405;
    margin: 0;
    width: calc(100% - 94px);
    margin-left: 15px;
    word-break: break-word;
    text-align: left;
    max-width: 100%;
	padding: 0;
}
.sahms-specscontent li ul {
	padding: 0 0px;
	margin: 0;
}
.sahms-specscontent li ul li {
	list-style: none;
	box-shadow: none;
	padding: 0 0 0 20px;
	position: relative;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	color: #000405;
	width: 100%;
	margin-bottom: 8px;
	word-break: break-word;
}
.sahms-specscontent li .col-md-6 {
    padding: 0px 8px;
}
.sahms-specscontent li .row {
   margin: 0 -8px;
}
.sahms-specscontent li ul li span {
	position: absolute;
	left: 0;
	width: 8px;
	height: 8px;
	background: #00A2AD;
	border-radius: 50%;
	top: 6px;
}
.sahms-specscontent li .sahms-specscontenthead .sahms-specsicon2, .sahms-specscontent li .sahms-specs-list2 li span {
	background: #FFB321;
}
.sahms-specscontent li .sahms-specscontenthead .sahms-specsicon3, .sahms-specscontent li .sahms-specs-list3 li span {
	background: #5BD0FF;
}
.sahms-specscontent li .sahms-specscontenthead .sahms-specsicon4, .sahms-specscontent li .sahms-specs-list4 li span {
	background: #00A2AD;
}
.sahms-testimonials {
	padding: 80px 55px;
}
.sahms-testimonials .main-heading {
    margin-bottom: 55px;
}
.sahms-testimonialsinner p {
	font-weight: 300;
	font-size: 18px;
	line-height: 36px;
	color: #898989;
	margin: 15px 0px;
}
.sahms-testimonialsinner h4 {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin: 15px 0px 15px;
}
.sa-hms-about-section {
    padding: 80px 55px 80px;
}
.sa-dmv-contact-form .col-md-6:nth-child(2n+1) {
    clear: left;
}
@media screen and (min-width: 1600px) {
	.sa-hms-tax-inner:after {
	  top: 47%;
	}
	.sa-hms-realtime-inner:after {
      top: 40%;
	}
}

@media screen and (max-width: 1440px) {
	.sahms-overviewright, .sa-hms-client-leftinner {
		padding: 55px;
    }
	.sahms-specscontent li .sahms-specscontenthead h2 {
		font-size: 20px;
		line-height: 24px;
	}
}
@media screen and (max-width: 991px) {
	.sa-hms-strategy-inner-left {
		width: 100%;
		margin-right: 0px;
	}
	.sa-hms-strategy-inner-right, .sa-hms-client-left, .sa-hms-client-right {
		width: 100%;
	}
	.sa-hms-overview-image {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.sa-hms-overview-section .sa-dmv-vehicle-title {
        padding: 0px 15px;
    }
	.sahms-overviewright, .sa-hms-client-leftinner {
		padding: 20px 15px;
		width: 100%;
		left: 0;
	}
	.sahms-absolute-hms-title, .sa-hms-strategy-inner:after {
		display: none;
	}
	.sa-hms-overview-section, .sa-hms-client-section {
		padding: 0;
	}
	.sa-hms-strategy-section {
		padding: 20px 0px 20px;
	}
	.sa-hms-strategy-inner {
		padding: 15px;
	}
	.sa-hms-strategy-inner-left2 {
		margin-left: 0;
	}
	.sa-hms-strategy-inner-left2 {
		margin-left: 0;
		margin-top: 15px;
	}
	.sahms-specscontent li {
		width: calc(50% - 16px);
		margin-bottom: 15px;
	}
	.sahms-specs, .sahms-testimonials {
		margin-top: 0;
		padding: 40px 15px;
	}
	.sa-hms-about-section {
		padding: 0px 15px 40px;
	}
	.sa-hms-claim-top {
		padding: 0px 15px;
	}
}
@media screen and (max-width: 767px) {
	.sa-hms-processing-box li {
		width: 100%;
		margin: 0 0 15px;
	}
	.sahms-strategy-sub-head, .sahms-specs h2 {
		font-size: 35px;
		line-height: 40px;
	}
	.sa-hms-claim-topright {
		width: 100%;
		border-left: 0;
		border-top: 4px solid #C4C4C4;
		padding: 15px 0px 0px;
		margin: 0;
	}
	.sahms-specscontent li {
		width: 100%;
		margin: 0 0 15px;
	}
}
/* ems case study style */
.sa-ems-strategy-list {
	margin: 35px 0px 0px;
	padding: 0;
}
.sa-ems-strategy-list li {
	list-style: none;
	display: block;
}
.sa-ems-strategy-list li.sub-heading {
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
	.sa-dmv-vehicle-title {
		font-size: 20px;
		letter-spacing: 8px;
	}
}
/* punjab sector */
.sa-startup-know-more:hover {
	color: #fff;
}
.sa-hccustomizedlist ul {
  padding: 0px 20px;
}
/* health care */
body ul.sa-hc-standards-tags {
    margin: 35px 0px 20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sa-hc-standards-tags li {
   width: calc(25% - 30px);
   background: #fff;
   margin: 0px 15px;
   position: relative;
   min-height: 84px;
   display: flex;
   justify-content: center;
   align-items: center;
   list-style: none;
   font-weight: 600;
   box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
   margin-bottom: 20px;
   color: #000;
   padding: 0px 15px;
   text-align: center;
}
.sa-hc-standards-tags li:before {
   content: "";
   position: absolute;
   top: 17px;
   left: 0;
   width: 3px;
   height: 53px;
   background: #F7CD26;
}
.sa-hc-standards-tags li:after {
   content: "";
   position: absolute;
   top: 17px;
   right: 0;
   width: 3px;
   height: 53px;
   background: #F7CD26;
}
.sa-hccasestudy {
    background-size: cover;
    background-image: url(../images/health-care/health-cs1bg.png);
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    background-position: center;
    margin: 28px 0px 0px;
	text-align: left;
}
.sa-hccasestudy h4 {
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	color: #fff;    
	margin-top: 0;
}
.sa-hccasestudy h2 {
	font-weight: 300;
	font-size: 32px;
	line-height: 39px;
	color: #fff;
}
.sa-hccasestudy h1 {
	font-weight: 600;
	font-size: 40px;
	line-height: 49px;
	color: #fff;
	margin-top: 0;
}
.sa-hccasestudy a {
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    padding: 11px 11px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    max-width: 200px;
    margin-top: 15px;
}
@media screen and (max-width: 991px) {
	.sa-hc-standards-tags li {
		width: calc(50% - 30px);
	}
}
@media screen and (max-width: 767px) {
	.sa-hc-standards-tags li {
		width: 100%;
		margin: 0px 0px 20px;
	}
	.sa-hccasestudy {
		height: auto;
	}
	.sa-hccasestudy h1 {
		font-size: 31px;
		line-height: 40px;
	}
	.sa-hccasestudy h2 {
		font-size: 28px;
		line-height: 35px;
	}
}
/* aiml */
.sa-ai-ml-second {
	padding: 60px 0px;
}
.sa-ai-ml-second p.sub-heading {
	margin: 0;
	color: #000;
}
.sa-ai-ml-damage h3 {
    font-size: 28px;
    font-weight: 600;
	margin-top: 28px;
	color: #000;
}
.sa-ai-ml-damage .main-heading {
    margin-bottom: 40px;
}
.sa-ai-ml-works {
	background: #00A2AD;
	padding: 80px 0px;
}
.sa-ai-ml-works .main-heading {
    margin-bottom: 28px;
}
.sa-ai-ml-works p {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.sa-ai-ml-works {
		padding: 40px 0px;
	}
}
/* damage detection new page */
.sa-startup-relationship-section .sub-heading {
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    color: #000;
}
.sub-heading.dd-text {
	line-height: 36px;
}
.sa-dd-redifing-section {
	position: relative;
	padding: 80px 40px 80px 0px;
}
.sa-dd-redifing-section .main-heading {
	margin-bottom: 20px;
}
.dd-rocketimage {
    margin-left: -15px;
}
.sa-dd-redifing-section .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sa-dd-screen-left {
	border-top: 10px solid #F7CD26;
	border-left: 10px solid #F7CD26;
	border-bottom: 10px solid #F7CD26;
	padding: 35px 15px;
	margin-right: 48px;
}
.sa-dd-screen-right h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #000;
}
.sa-dd-screen-section {
	padding: 80px;
}
.sa-dd-screen-bottom {
	margin-top: 40px;
}
.sa-dd-screen-bottom h3 {
	font-weight: 300;
}
.sa-dd-screen-bottom a {
	display: inline-block;
	font-weight: 600;
	font-size: 36px;
	line-height: 36px;
	text-decoration: underline;
	color: #F7CD26;
}
.sa-dd-works-section {
  background: url("../images/damage-detection/works-bg.png");
  background-size: cover;
}
.sa-dd-works-heading {
	margin-top: 0;
}
.sa-dd-expectation-right {
	padding-left: 28px;
}
.sa-dd-expectation-right .sub-heading {
    margin-bottom: 28px;
}
.sa-dd-expectation-left {
    position: relative;
}
.sa-dd-expectation-left .sa-dd-expectation-heading {
    position: absolute;
    top: 40%;
    z-index: 9;
    width: calc(100% - 60px);
    left: 60px;
}
.sa-dd-expectation-image {
	 max-height: 480px;
}
.sa-dd-expectation-content .sa-dd-screen-right {
    display: flex;
}
.sa-dd-screen-rightcontent {
    padding-left: 35px;
}
.sa-dd-expectation-content .sa-dd-screen-bottom {
    margin: 0;
    display: block;
}
@media screen and (max-width: 1366px) {
	.sa-dd-expectation-left .sa-dd-expectation-heading span {
		font-size: 44px;
	}
}
@media screen and (max-width: 991px) {
	.dd-rocketimage, .sa-dd-screen-left, .sa-dd-expectation-left {
		margin-bottom: 35px;
	}
	.sa-dd-screen-section {
		padding: 80px 0px;
	}
	.sa-dd-redifing-section {
		padding: 80px 0px;
	}
	.sa-dd-expectation-content .sa-dd-screen-right {
		display: block;
	}
	.sa-dd-screen-rightcontent {
		padding-left: 0;
		margin-top: 20px;
	}
}
/* ems landing new page */
a.sa-cta {
    border: 1px solid #fff;
    padding: 15px 40px;
    color: #333;
    border-radius: 8px;
    font-size: 20px;
    background: #fff;
    font-weight: 600;
    display: inline-block;
}
.sa-em-learning-left {
	position: relative;
}
.sa-em-learning-heading {
    position: absolute;
    left: 99px;
    top: 26%;
    width: calc(100% - 99px);
}
.sa-em-learning-right {
	padding-left: 48px;
}
.new-yellowlink, .new-yellowlink:hover {
	display: inline-block;
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    text-decoration: underline;
    color: #F7CD26;
}
.sa-em-platform-section {
	background: url("../images/ems-landingpage/platforms-bg.png");
    background-size: cover;
	padding: 0px 0px 200px;
	margin-top: 80px;
	position: relative;
}
.sa-em-platform-top {
	max-width: 80%;
	margin: 0 auto;
	position: relative;
	top: -60px;
	margin-bottom: 35px;
}
.sa-em-platform-topcontent {
    position: absolute;
    top: 24%;
    left: 40px;
}
.sa-em-platform-topcontent .main-heading {
    font-size: 40px;
}
.sa-em-platform-topcontent .sub-heading {
    color: #000;
    margin-top: 11px;
}
.sa-em-platform-inner .new-yellowlink {
    font-size: 26px;
    margin-top: 11px;
}
.sa-em-platform-inner {
	margin-bottom: 60px;
}
.sa-em-platform-icon {
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	padding: 8px;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sa-em-platform-inner h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	margin: 20px 0px 15px;
	color: #000000;
}
.sa-em-platform-inner p {
	color: #000;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
}
.sa-em-platform-rect1 {
	position: absolute;
	left: 0;
	top: 280px;
}
.sa-em-platform-rect2 {
    position: absolute;
    right: 0;
    top: 800px;
}
.sa-em-platform-rect3 {
    position: absolute;
    left: 0;
    bottom: 480px;
}
.sa-em-platform-bottom {
    margin-top: -200px;
    z-index: 1;
	position: relative;
}
.sa-em-label-solution {
	background: linear-gradient(105.08deg, #23165F 35.1%, #55127F 86.66%);
	padding: 80px 0px;
	position: relative;
}
body .main-headingsmall {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 20px;
}
.sa-em-solution-left h3 {
	font-weight: normal;
	font-size: 36px;
	line-height: 44px;
	color: #fff;
	margin: 0 0 15px;
}
.sa-em-solution-left {
    position: relative;
    margin-top: 20px;
    padding: 35px 28px 35px;
    border-left: 6px solid #FFCD00;
}
.sa-em-solution-left:before {
    content: "";
    background: #FFCD00;
    height: 6px;
    width: 80px;
    top: 0;
    position: absolute;
    left: 0;
}
.sa-em-solution-left:after {
    content: "";
    background: #FFCD00;
    height: 6px;
    width: 80px;
    bottom: 0;
    position: absolute;
    left: 0;
}
.sa-em-label-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.custimize-circle {
	position: absolute;
	right: 0;
	bottom: 0;
}
.custimize-circle img {
    max-height: 530px;
}
.sa-em-choose-us {
	background: #ECF4F6;
	padding: 80px 0px 60px;
	position: relative;
	z-index: 1;
}
.sa-em-choose-vector {
	position: absolute;
	left: 0;
	top: 80px;
}
.sa-em-choose-right {
	padding-left: 40px;
}
.sa-em-choose-right .sub-heading {
    color: #000;
    margin: 20px 0px;
}
.sa-em-standards-tags {
    margin: 15px -15px 0px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sa-em-standards-tags li {
	width: calc(50% - 30px);
    background: #fff;
    margin: 0px 15px;
    position: relative;
    min-height: 84px;
    display: flex;
    align-items: center;
    list-style: none;
    font-weight: 600;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    color: #000;
    padding: 0px 15px;
    text-align: left;
}
.sa-em-standards-tags li:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 3px;
    height: 53px;
    background: #F7CD26;
}
.sa-em-platform-bottom img {
    width: 100%;
}
.sa-em-partner-logo {
	padding: 60px 0px;
	position: relative;
}
.sa-em-partner-logo ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.sa-em-partner-logo ul li {
	margin-right: 35px;
	list-style: none;
}
.sa-em-partner-vector {
	position: absolute;
	right: 0;
	top: -80px;
}
.sa-em-partner-vector img {
    max-height: 280px;
}
.sa-em-testimonial-content {
	padding: 60px 0px 0px;
}
.sa-em-testimonial-content .new-yellowlink {
	margin-top: 20px;
}
.sa-em-partner-vector2 {
	position: absolute;
	left: 0;
	bottom: 0;
}
.sa-em-partner-vector {
    position: absolute;
    right: 0;
    top: -80px;
}
.sa-startup-banner-content h1 {
    font-weight: 300;
    font-size: 68px;
    line-height: 75px;
	margin: 0 0 15px;
}
@media screen and (min-width: 1620px) and (max-width: 1920px) {
	.sa-em-platform-bottom {
		margin-top: -280px;
		z-index: 1;
	}
	.sa-em-platform-section {
		padding: 0 0 280px;
	}
	.sa-em-platform-top {
		max-width: 60%;
	}
}
@media screen and (max-width: 991px) {
   .sa-em-learning-right {
	  padding-left: 15px;
	  margin-top: 40px;
   }
   .sa-startup-banner-content h1 {
		font-size: 42px;
		line-height: 48px;
		margin-top: 0;
	}
   .sa-em-platform-rect, .sa-em-platform-bottom {
	   display: none;
   }
   .sa-em-platform-section {
		padding: 40px 0px 0px;
	}
	.sa-em-platform-top .sa-dd-expectation-image {
		display: none;
	}
	.sa-em-platform-topcontent {
		position: static;
		left: 0;
	}
	.sa-em-platform-top {
		max-width: 100%;
	}
	.sa-em-platform-inner {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.sa-em-platform-inner:nth-child(odd) {
		flex-direction: column-reverse;
	}
	.sa-em-platform-inner .new-yellowlink {
		margin-bottom: 28px;
	}
	.sa-em-solution-left {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.sa-em-solution-image {
		margin-top: 40px;
	}
	.sa-em-choose-us .main-heading {
		margin-top: 40px;
	}
	.sa-em-testimonial-content {
		padding: 40px 0px 0px;
	}
}
@media screen and (max-width: 767px) {
	h2.sa-em-learning-heading {
		position: static;
		width: 100%;
		margin: 20px 0px;
   }
   .sa-em-platform-section {
		background: #ECF4F6;
	}
	.sa-em-platform-top {
		top: 0;
		margin-bottom: 40px;
	}
	.sa-em-label-solution, .sa-em-choose-us {
		padding: 40px 0px;
	}
	.sa-em-standards-tags {
		margin: 0;
	}
	.sa-em-standards-tags li {
		width: 100%;
		margin: 0 0 15px;
	}
	.sa-em-choose-right {
		padding-left: 15px;
	}
}
/* on demand delivery css */
.sa-startup-banner-content .sa-on-demand-bannerleft  h2 {
    font-weight: 300;
    font-size: 56px;
    line-height: 56px;
    color: #000;
	margin-bottom: 15px;
}
.sa-on-demand-banner .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.case-study-pages .case-study-banner.sa-dmv-cs-banner.sa-on-demand-banner {
    padding: 200px 0px 80px;
}
.sa-startup-relationship-section .main-heading {
	 font-size: 56px;
     line-height: 64px;
}
.sa-od-d-flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.sa-od-overview-section {
	position: relative;
}
.sa-od-overview-section:before {
	content: "";
	position: absolute;
	background: url('../images/on-demand/overviewvector.png');
	left: 0;
	top: 0;
	width: 233px;
	height: 194px;
	background-size: cover;
}
.od-challanges {
    background: url('../images/on-demand/challanges-bg.png');
    padding: 170px 0px 150px;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 80px;
}
.main-headingmargin {
	margin-bottom: 20px;
}
.sa-od-challanges-details {
	box-shadow: 0px 4px 4px rgba(135, 146, 161, 0.16), 0px 6px 41px rgba(135, 146, 161, 0.11);
	border-radius: 18px;
	background: #fff;
	padding: 20px;
	margin-top: 20px;
	position: relative;
}
.sa-od-challanges-details:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #07595D;
	width: 150px;
	height: 4px;
	bottom: 0;
}
.sa-od-challanges-details h4 
{
	margin: 15px 0px 0;
	font-weight: 500;
	font-size: 22px;
	line-height: 27px;
	color: #000;
}
.challanges-tree {
	position: absolute;
	top: -110px;
	left: 0;
}
.od-challanges .container, .sa-od-technology-section .container {
	position: relative;
	z-index: 1;
}
.sa-on-demand-startegy {
    background: #07595D;
}
.sa-on-demand-startegy h2 {
    font-weight: 300;
}
.sa-od-technology-section {
	position: relative;
	padding-bottom: 0;
}
.sa-od-technology-section .challanges-tree {
    right: 0;
    left: auto;
   
}
.sa-od-technology-section .main-heading {
	margin-bottom: 28px;
}
.sa-technologyinner {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
	background: #fff;
	padding: 15px;
	margin-top: 20px;
}
.sa-odtechnology-first-vector {
    position: relative;
    left: -40px;
}
.sa-odtechnology-first-vector p {
    position: absolute;
    top: 17px;
    left: 48px;
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 0;
}
.sa-technologyinner ul 
{
	margin: 0;
	padding: 0;
}
.sa-technologyinner ul li {
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
	list-style: none;
	display: block;
}
.sa-od-technology-icon {
    height: 103px;
    text-align: center;
}
.sa-od-outcomes-section:before {
	display: none;
}
.sa-od-outcomes-section .carousel-indicators {
    position: static;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    margin: 0;
}
.sa-od-outcome-slider {
    margin-top: 40px;
}
.sa-od-outcomes-section .item img {
    margin: 0 auto;
}
.sa-od-outcomes-section .carousel-indicators li {
    border-radius: 50%;
}
.sa-od-features-section {
	background: url('../images/on-demand/features-bg.png');
    padding: 190px 0px 190px;
    background-size: 100% 100%;
    position: relative;
}
.sa-od-feature-graph {
	margin-top: 60px;
}
.sa-od-about-section {
	background-image: url('../images/on-demand/about-bg.png');
	background-size: cover;
}
.sa-od-about-section .main-heading {
    margin-bottom: 28px;
}
.sa-od-choose-box {
	background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	position: relative;
	display: flex;
	align-items: center;
	padding: 15px 28px;
	margin-top: 28px;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #000;
	min-height: 109px;
}
.sa-od-choose-box svg {
	margin-right: 20px;
}
.sa-od-choose-box:before {
    content: "";
    position: absolute;
    background: #07595D;
    height: 50%;
    width: 5px;
    left: 0;
}
.sa-od-choose-box svg {
    min-width: 66px;
}
.sa-od-about-section .col-md-4:nth-child(3n+1) {
    clear: left;
}
@media screen and (max-width: 991px) {
	.sa-od-technology-section {
		padding-bottom: 40px;
	}
	.case-study-pages .case-study-banner.sa-dmv-cs-banner.sa-on-demand-banner {
		padding: 110px 0px 80px;
	}
	.sa-od-choose-box {
		min-height: 0;
	}
}
@media screen and (max-width: 767px) {
	.od-challanges, .sa-od-features-section {
		background: #ECF4F6;
		margin-bottom: 0;
		padding: 40px 0px;
	}
	.sa-od-overview-section:before {
		display: none;
	}
	.sa-startup-relationship-section .main-heading {
		font-size: 33px;
		line-height: 40px;
	}
	.case-study-pages .case-study-banner .main-heading {
		line-height: 40px;
	}
	.case-study-pages .case-study-banner.sa-dmv-cs-banner.sa-on-demand-banner {
		padding: 80px 0px 40px;
	}
}
/* iot new */
.sa-iot-new-expertisedetails {
	box-shadow: 0px 0px 10px rgba(217, 212, 212, 0.43);
    border-radius: 3px;  
	background: #fff;
	margin-top: 0px;
	padding: 0px 15px 15px;
	position: relative;
	margin-top: 28px;
}
.sa-iot-new-expertisedetails:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #FF5E4B;
	height: 4px;
	width: 60%;
}
.sa-iot-new-expertisedetailsicon {
	width: 104px;
    height: 104px;
	background: #FF5E4B;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	top: -28px;
}
.sa-iot-new-expertise {
	margin-top: 80px;
}
.sa-iot-new-expertisedetails h4 {
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
    color: #212121;
	margin: 0px 0px 15px;
}
.sa-iot-new-expertisedetails p {
	font-weight: 300;
	font-size: 14px;
	line-height: 25px;
	color: #616161;
}
.sa-iot-services-tabs {
	margin: 0;
}
.sa-iot-services-tabs .sa-iot-services-column {
	padding: 0;
}
.sa-iot-services-tabs .nav-tabs {
    border: none;
	padding: 0;
}
.sa-iot-services-tabs .nav-tabs li a {
    width: 100%;
    border: 1px solid #212121;
    display: block;
    margin-bottom: 20px;
    color: #212121;
    font-size: 18px;
    padding: 15px;
}
.sa-iot-services-tabs .nav-tabs li {
	width: 100%;
	display: block;
}
.sa-iot-services-tabs .tab-content {
    box-shadow: 0px 0px 24px 6px rgb(218 218 218 / 25%);
    background: #fff;
    margin-top: -20px;
    padding: 20px;
}
.sa-iot-services-tabs .tab-content h2 {
	font-weight: bold;
	font-size: 26px;
	line-height: 39px;
	color: #212121;
	margin: 20px 0px;
}
.sa-iot-services-tabs .nav-tabs li a svg {
    vertical-align: middle;
    margin-right: 15px;
}
.sa-iot-services-tabs .nav-tabs li a svg path {
    fill: #000;
}
.sa-iot-services-tabs .nav-tabs li.active a, .sa-iot-services-tabs .nav-tabs li a:hover {
    background: #212121;
    color: #fff;
}
.sa-iot-services-tabs .nav-tabs li.active a svg path, .sa-iot-services-tabs .nav-tabs li a:hover svg path {
    fill: #fff;
}
.sa-iot-services-tabs .tab-content ul {
	margin: 0;
	padding: 0;
}
.sa-iot-services-tabs .tab-content ul li {
	list-style: none;
	display: flex;
	margin-bottom: 15px;
	font-size: 18px;
    line-height: 28px;
	color: #212121;
}
.sa-iot-services-tabs .tab-content ul li svg {
    min-width: 38px;
    margin-right: 20px;
}
.sa-iot-technologyinner {
	padding: 0px 0px 80px;
}
.sa-iot-technologyinner .sa-technologyinner {
    min-height: 561px;
}
.sa-iot-technologyinner .sa-odtechnology-first-vector p {
    font-size: 20px;
    left: 36px;
    top: 13px;
}
.sa-iot-technologyinner:before {
	display: none;
}
.sa-iot-integration-bottom {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.sa-iot-integration-bottomicon {
	border: 1px solid #fff;
	border-radius: 20px;
	width: 86px;
    height: 86px;
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sa-iot-integration-link {
	margin-bottom: 20px;
}
.sa-iot-integration-bottom h2 {
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	color: #fff;
}
@media screen and (min-width: 1600px) {
	.sa-iot-technologyinner .sa-technologyinner {
		min-height: 488px;
	}
}
@media screen and (max-width: 991px) {
	.sa-iot-technologyinner .sa-technologyinner {
		min-height: 0;
	}
	.sa-iot-technologyinner .sa-odtechnology-first-vector p {
		left: 53px;
		top: 33px;
	}
}
@media screen and (max-width: 767px) {
	.sa-iot-new-expertisedetails {
		margin-bottom: 80px;
	}
	.sa-iot-new-expertisedetailslast {
		margin-bottom: 0;
	}
}
/* ccms casestudy */
.sa-ccms-sub-head {
    font-size: 36px;
    line-height: 44px;
}
.saccms-overview {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.saccms-overviewleft {
	position: relative;
}
.saccms-overviewleft .main-heading {
    position: absolute;
    right: 15px;
    top: 43%;
    width: calc(100% - 15px);
    text-align: right;
}
.sa-ccms-challanges-section {
	background: url(../images/ccms/challanges-bg.png);
	height: auto;
	background-size: 100% 100%;
	position: relative;
}
.sa-ccms-challanges-section .row {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
}
.sa-ccms-challanges-section .sa-ccms-challanges-left {
    padding-left: 0;
}
.sa-ccms-challanges-left img {
    width: 100%;
}
.sa-ccms-challanges-list {
	margin: 40px 0px 0px;
	padding: 0;
}
.sa-ccms-challanges-list li {
	background: #fff;
	padding: 20px 20px 20px 0px;
	display: flex;
	align-items: center;
	color: #000000;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 20px;
	list-style: none;
}
.sa-ccms-challanges-list li:last-child {
	margin-bottom: 0;
}
.sa-ccms-challanges-list li .icon {
	background: #FEBC10;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.sa-ccms-solution-section {
	padding: 80px 0px;
}
.sub-heading.dd-text {
	color: #000;
}
.sa-ccms-solution-inner {
	margin-bottom: 15px;
	border: 1px solid #EDEDED;
	padding: 15px 15px 15px 0px;
	width: calc(100% - 15px);
	font-weight: 500;
	font-size: 22px;
	line-height: 31px;
	color: #151515;
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 15px;
}
.sa-ccms-solution-inner .icon {
	background: #FEBC10;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 15px;
	border-radius: 50%;
	position: relative;
    left: -15px;
	min-width: 20px;
}
.sa-ccms-solutions-middle {
	margin-top: 40px;
}
.sa-ccms-solution-graph {
	margin-bottom: 60px;
	width: 100%;
}
.sa-ccms-challanges-vector {
	position: absolute;
	top: -80px;
	right: 0;
}
.sa-ccms-features-vector {
    top: 80px;
}
.sa-ccms-levels-section {
	background: linear-gradient(92.37deg, #07595D 9.93%, #003133 65.99%);
	height: auto;
	margin-top: -200px;
	padding: 280px 0px 80px;
}
.sa-ccms-levels-section .main-heading {
	margin-bottom: 60px;
}
.sa-ccms-level-inner {
	margin-bottom: 40px;
}
.sa-ccms-level-head {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.sa-ccms-level-head .count {
    background: #F6CD26;
    width: 79px;
    height: 79px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    position: relative;
    right: -15px;
    z-index: 1;
}
.sa-ccms-level-head  h2 {
	background: url(../images/ccms/level-bg.png);
	width: calc(100% - 79px);
	padding: 15px 35px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	position: relative;
	background-size: 100% 100%;
}
.sa-ccms-level-inner ul {
	margin: 0 0 0 79px;
	padding: 0;
}
.sa-ccms-level-inner ul li {
	display: flex;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 15px;
	list-style: none;
}
.sa-ccms-level-inner ul li svg {
    margin-top: 6px;
    min-width: 16px;
	margin-right: 15px;
}
.sassms-make-difference-section {
	padding: 80px 0px;
}
.sassms-make-difference-section .sa-dd-expectation-left .sa-dd-expectation-heading {
    font-size: 31px;
    line-height: 44px;
    top: 35%;
}
.sassms-make-difference-section .sa-dd-expectation-left .sa-dd-expectation-heading span {
    font-size: 66px;
    line-height: 80px;
}
.sassms-make-difference-section .panel-group {
	margin-bottom: 40px;
}
.sassms-make-difference-section .panel-default {
    border: none;
	margin-bottom: 20px;
	box-shadow: none;
}
.sassms-make-difference-section .panel-default .panel-heading {
    background: #fff;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    border: none;
    padding: 15px 28px;
	position: relative;
}
.sassms-make-difference-section .panel-default .panel-heading .panel-title {
    font-size: 26px;
    color: #000;
    font-weight: 600;
}
.sassms-make-difference-section .panel-default .panel-heading .panel-title svg {
    vertical-align: middle;
    margin-right: 15px;
}
.sassms-make-difference-section .panel-default .panel-heading .panel-title a {
    display: flex;
    align-items: center;
    width: 100%;
}
.sassms-make-difference-section .panel-default .panel-heading .panel-title a .fa-angle-down {
	display: none;
}
.sassms-make-difference-section .panel-default .panel-heading .panel-title a[aria-expanded="true"] .fa-angle-right {
	display: none;
}
.sassms-make-difference-section .panel-default .panel-heading .panel-title a[aria-expanded="true"] .fa-angle-down {
	display: inline-block;
}
.sassms-make-difference-section .panel-default .panel-heading .panel-title a[aria-expanded="false"] .fa-angle-right {
	display: inline-block;
}
.sassms-make-difference-section .panel-default .panel-heading .panel-title a[aria-expanded="false"] .fa-angle-down {
	display: none;
}
.sassms-make-difference-section .panel-default .panel-body {
    line-height: 36px;
    border: none !important;
    font-size: 16px;
    color: #2D2D2D;
    box-shadow: none !important;
}
.sassms-make-difference-section .panel-default .panel-heading .panel-title a i {
    position: absolute;
    right: 15px;
    color: #FEBC10;
    font-size: 36px;
}
.sa-ccms-features-section {
    background-size: 105% 100%;
    background-position: 0px 0;
}
.sa-ccms-levels-section .col-md-4:nth-child(3n+1) {
    clear: left;
}
.sa-ccms-choose-us {
	padding: 80px 0px;
	background: #F9F9F9;
}
.sa-ccms-choose-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.sa-ccms-choose-row .main-heading {
    margin-bottom: 20px;
}
.sa-cms-choose-bottom {
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
	padding: 20px 20px;
	position: relative;
	font-weight: 500;
	font-size: 15px;
	color: #000;
	margin-bottom: 20px;
}
.sa-cms-choose-bottom:before {
	content: "";
	position: absolute;
	left: 0;
	background: #E8463E;
	height: 28px;
	width: 4px;
	top: 20px;
}
.sa-ccms-choose-us .col-md-3:nth-child(4n+1) {
    clear: left;
}
@media screen and (min-width: 1620px) and (max-width: 1920px) {
	.saccms-overviewleft .main-heading {
		right: 136px;
	}
}
@media screen and (max-width: 1440px) {
	.sa-ccms-features-vector img {
		max-width: 165px;
	}
}
@media screen and (max-width: 991px) {
	.saccms-overviewleft {
		position: relative;
		margin-bottom: 20px;
	}
	.sa-ccms-challanges-vector {
		display: none;
	}
	.sa-ccms-challanges-section {
		background: #ECF4F6;
		padding: 40px 0px;
	}
	.sa-ccms-solutions-middle .sa-dd-screen-bottom {
		margin-bottom: 35px;
	}
	.sa-ccms-features-section {
		background: #ECF4F6;
		padding: 40px 0px;
	}
	.sa-ccms-levels-section, .sa-ccms-solution-section, .sa-ccms-choose-us {
		margin: 0;
		padding: 40px 0px;
	}
}
@media screen and (max-width: 767px) {
	.saccms-overviewleft .main-heading, .sassms-make-difference-section .sa-dd-expectation-left .sa-dd-expectation-heading {
		position: static;
		text-align: left;
		margin-top: 20px;
	}
	.sassms-make-difference-section .sa-dd-expectation-left .sa-dd-expectation-heading span {
		font-size: 40px;
		line-height: 48px;
	}
}

/* aimlr casestudy */
.sa-aimlr-platform-top {
    top: 0;
    max-width: 100%;
}
.sa-aimlr-platform-top .sa-dd-expectation-image {
    margin-left: 13%;
	margin-bottom: 80px;
}
.aimlr-featuresbottom {
    margin-top: 60px;
}
.saaimlr-works {
	background: #07595D;
	padding: 80px 0px;
}
.saaimlr-works .sub-heading {
    color: #fff;
    margin-top: 15px;
}
.saaimlr-worksbottom{
    margin-top: 48px;
}
.saaimlr-worksbottom ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.saaimlr-worksbottom ul li {
	width: 33.33%;
	padding: 0 15px;
	text-align: center;
}
.saaimlr-worksbottom ul li .count {
	width: 30px;
    height: 30px;
	border-radius: 50%;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}
.saaimlr-worksbottom ul li .count.red {
	background: #FF7970;
}
.saaimlr-worksbottom ul li .count.blue {
	background: #23C5CD;
}
.saaimlr-worksbottom ul li .count.yellow {
	background: #CDC623;
}
.saaimlr-worksbottom ul:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 5px;
    width: 64%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 12px;
}
.saaimlr-worksbottom ul li h2 {
	color: #fff;
	font-weight: 500;
	font-size: 54px;
	margin: 20px 0px;
}
.saaimlr-worksbottom ul li h4 {
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	margin: 20px 0px 0px;
	line-height: 35px;
}
.saaimlr-advantanges {
	padding: 80px 0px;
}
.saaimlr-advantanges .main-heading {
    margin-bottom: 20px;
}
.sa-aimlr-testimonials-content h2 {
	font-weight: 300;
	font-size: 42px;
	line-height: 36px;
	color: #000;
	margin: 0 0 20px;
}
.sa-aimlr-testimonials-content  p {
	font-size: 24px;
	line-height: 35px;
	font-style: italic;
	color: #000;
}
.sa-aimlr-testimonials-content p.sa-aimlr-client-name {
    font-size: 16px;
    line-height: 24px;
}
.sa-aimlr-testimonials-section {
	background: #ECF4F6;
}
.saaimlr-last .main-heading {
    margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
	.aimlr-featuresbottom .sa-dd-screen-bottom a {
		margin-bottom: 28px;
	}
}
@media screen and (max-width: 767px) {
	.saaimlr-worksbottom ul:after {
		display: none;
	}
	.saaimlr-worksbottom ul li {
		width: 100%;
		margin-bottom: 28px;
	}
	.saaimlr-works, .saaimlr-advantanges, .sassms-make-difference-section {
		padding: 40px 0px;
	}
}

/* aimlr casestudy */
.sa-aimlr-platform-top {
    top: 0;
    max-width: 100%;
}
.sa-aimlr-platform-top .sa-dd-expectation-image {
    margin-left: 13%;
	margin-bottom: 80px;
}
.aimlr-featuresbottom {
    margin-top: 60px;
}
.saaimlr-works {
	background: #07595D;
	padding: 80px 0px;
}
.saaimlr-works .sub-heading {
    color: #fff;
    margin-top: 15px;
}
.saaimlr-worksbottom{
    margin-top: 48px;
}
.saaimlr-worksbottom ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.saaimlr-worksbottom ul li {
	width: 33.33%;
	padding: 0 15px;
	text-align: center;
}
.saaimlr-worksbottom ul li .count {
	width: 30px;
    height: 30px;
	border-radius: 50%;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}
.saaimlr-worksbottom ul li .count.red {
	background: #FF7970;
}
.saaimlr-worksbottom ul li .count.blue {
	background: #23C5CD;
}
.saaimlr-worksbottom ul li .count.yellow {
	background: #CDC623;
}
.saaimlr-worksbottom ul:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 5px;
    width: 64%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 12px;
}
.saaimlr-worksbottom ul li h2 {
	color: #fff;
	font-weight: 500;
	font-size: 54px;
	margin: 20px 0px;
}
.saaimlr-worksbottom ul li h4 {
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	margin: 20px 0px 0px;
	line-height: 35px;
}
.saaimlr-advantanges {
	padding: 80px 0px;
}
.saaimlr-advantanges .main-heading {
    margin-bottom: 20px;
}
.sa-aimlr-testimonials-content h2 {
	font-weight: 300;
	font-size: 42px;
	line-height: 36px;
	color: #000;
	margin: 0 0 20px;
}
.sa-aimlr-testimonials-content  p {
	font-size: 24px;
	line-height: 35px;
	font-style: italic;
	color: #000;
}
.sa-aimlr-testimonials-content p.sa-aimlr-client-name {
    font-size: 16px;
    line-height: 24px;
}
.sa-aimlr-testimonials-section {
	background: #ECF4F6;
}
.saaimlr-last .main-heading {
    margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
	.aimlr-featuresbottom .sa-dd-screen-bottom a {
		margin-bottom: 28px;
	}
}
@media screen and (max-width: 767px) {
	.saaimlr-worksbottom ul:after {
		display: none;
	}
	.saaimlr-worksbottom ul li {
		width: 100%;
		margin-bottom: 28px;
	}
	.saaimlr-works, .saaimlr-advantanges, .sassms-make-difference-section {
		padding: 40px 0px;
	}
}

/* salesforce casestudy */
.sa-salesforcebanner {
	padding: 200px 0px 80px;
	background: #1A2A32;
	position: relative;
}
.sa-salesforcebanner h4 {
	font-weight: 400;
	font-size: 26px;
	line-height: 39px;
	color: #FFE500;
	margin: 0;
}
.sa-salesforcebanner h2 {
	font-weight: 600;
	font-size: 48px;
	line-height: 68px;
	color: #fff;
	margin: 0 0 0px;
}
.sa-sfbutton {
   display: inline-block;
   background: #FFE600;
   border-radius: 60px;
   padding: 15px 40px;
   font-weight: 700;
   font-size: 20px;
   line-height: 25px;
   color: #161616;
   margin-top: 28px;
}
.sa-salesforcebannerimage {
    padding: 0;
    margin-left: -150px;
    width: calc(50% + 150px);
}
.sa-salesforcebannerimage img {
   width: 100%;
}
.sa-salesforcebannerleft {
	position: relative;
	z-index: 1;
}
.sa-salesforcebannerrow {
    display: flex;
    align-items: center;
}
.sa-sf-partner-head h2 {
    font-weight: 400;
}
.sa-sf-partner-head h2 span {
    font-size: 80px;
    line-height: 99px;
}
.sa-sf-partner-section {
	position: relative;
	background: #F6F6F6;
}
.sa-sf-partner-svg {
	position: absolute;
	left: 0;
	top: 40px;
}
.sa-sf-partner-white {
	background: #fff;
	padding: 40px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 28px;
}
.sa-sf-wish-section {
	background: #fff;
}
.sa-sf-stack-image {
    margin: 0 auto;
    margin-top: 40px;
}
.sa-sf-integartion-content h2 {
	font-weight: 500;
}
.sa-sf-products-middle {
	margin-top: 80px;
	overflow-x: hidden;
}
.sa-sf-products-middle .sa-sf-products-inner {
	border-right: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	padding: 40px 28px;
}
.sa-sf-products-middle .sa-sf-products-inner h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #1A2A32;
	position: relative;
	margin: 40px 0px 40px;
}
.sa-sf-products-middle .sa-sf-products-inner h4:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #FFE500;
	width: 60px;
	height: 4px;
	top: 150%;
}
.sa-sf-products-middle .row {
    display: flex;
    flex-wrap: wrap;
}
.sa-sf-level-section {
	background: #1A2A32;
}
.sa-sf-level-section h2 {
	color: #fff;
}
.sa-sf-sevices-details {
	margin-top: 60px;
}
.sa-sf-sevices-details h4 {
	font-weight: bold;
	font-size: 36px;
	line-height: 54px;
	color: #1A2A32;
	margin: 0 0 15px;
}
.sa-sf-sevices-details ul {
	margin: 0;
	padding: 0;
}
.sa-sf-sevices-details ul li {
	position: relative;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	margin-bottom: 15px;
	padding-left: 20px;
}
.sa-sf-sevices-details p {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	margin-bottom: 15px;
}
.sa-sf-sevices-details ul li:before {
    content: "";
    position: absolute;
    background: #FFE600;
    width: 8px;
    height: 8px;
    left: 0;
    top: 11px;
}
.sa-sf-partner-section .col-md-6:nth-child(2n+1) {
    clear: left;
}
@media screen and (max-width: 991px) {
  .sa-sf-sevices-detailsreverse {
	display: flex;
	flex-direction: column-reverse;
  }
  .sa-sf-sevices-details {
	margin-top: 20px;
  }
  .sa-salesforcebannerrow {
	flex-wrap: wrap;
  }
  .sa-sf-partner-svg {
	display: none;
  }
  .sa-salesforcebanner {
		padding: 150px 0px 80px;
  }
}
@media screen and (max-width: 767px) {
	.sa-salesforcebannerimage {
	  margin: 35px 0px 0px;
	}
	.sa-salesforcebanner h2 {
	  font-size: 35px;
	  line-height: 48px;
	}
	.sa-startup-relationship-section.sa-sf-partner-section h2 span, .sa-startup-relationship-section.sa-sf-partner-section h2, .sa-sf-wish-section h2, .sa-sf-wish-section h2 span, .sa-sf-level-section h2 {
	   font-size: 33px;
	   line-height: 44px;
	}
	.sa-sf-wish-section .sa-sfbutton {
	   margin-bottom: 20px;
	}
	.sa-sf-products-middle {
	   margin-top: 40px;
	}
	.sa-sf-products-middle .sa-sf-products-inner {
	   width: 100%;
	   padding: 20px 15px;
	}
	.sa-sf-sevices-details h4 {
	   font-size: 28px;
	   line-height: 35px;
	}
}
/* portfolio new */
.sa-new-portfolio-list {
  padding: 150px 0px 80px;
  background: #F3F3F3;
}
.sa-new-portfolio-listbox {
  background-color: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
  padding: 0px;
  display: block;
  margin-bottom: 28px;
}
.sa-new-portfolio-listboxcontent {
  padding: 20px;
}
.sa-new-portfolio-listboxcontent h4 {
    color: #EE1C1C;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 8px;
    line-height: 25px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    display: none;
}
.sa-new-portfolio-listbox h2 {
    margin: 0 0 0px;
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    min-height: 57px;
}
.sa-new-portfolio-listbox h6 {
    color: #EE1C1C;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
    display: none;
}
.sa-new-portfolio-listbox .sa-new-portfolio-listboximage {
    height: 200px;
    object-fit: cover;
}
.sa-new-portfolio-list .row {
    display: flex;
    flex-wrap: wrap;
}
.blog-pages {
    overflow-y: auto;
    overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  .sa-new-portfolio-list {
    padding: 80px 0px;
  }
}
@media screen and (maxx-width: 767px) {
   .sa-new-portfolio-listbox h2 {
    min-height: 0;
   }
}
>>>>>>> a038d6b59c63988e4f937dd7d40f518f158bf91c
