/* common styling */
body {
  color: #000;
}

body,
p {
  font-family: "Sora", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

@media screen and (max-width: 1110.99px) {
  body,
  p {
    line-height: 28px;
  }
}

* {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:hover,
a:focus,
.btn-check:focus + .btn,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-carousel .owl-item {
  min-height: 1px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 0 auto !important;
  flex: 1 0 auto !important;
}

.genericTopPaddingSm {
  padding: 4% 0 2%;
}

.genericPaddingBottom {
  padding: 0 0 40px 0;
}

@media screen and (max-width: 480.99px) {
  .genericPaddingBottom {
    padding: 0 0 40px 0;
  }
}

.genericPadding {
  padding: 80px 0;
}

@media screen and (max-width: 480.99px) {
  .genericPadding {
    padding: 40px 0;
  }
}

.genericPaddingLg {
  padding: 120px 0;
}

@media screen and (max-width: 480.99px) {
  .genericPaddingLg {
    padding: 20px 0;
  }
}

.greyColor {
  background-color: #f1f1f1;
}

.genericMargin {
  margin: 80px 0;
}

@media screen and (max-width: 480.99px) {
  .genericMargin {
    margin: 60px 0;
  }
}

.gradient-border-mask {
  position: relative;
}

.padding-bt {
  padding-bottom: 1.5rem !important;
}

.gradient-border-mask {
  border: solid 5px transparent;
  border-radius: 30px;
  background-image:
    -webkit-gradient(linear, left top, left bottom, from(white), to(white)),
    -webkit-gradient(linear, left top, left bottom, color-stop(10%, #3eb17a), color-stop(10%, #3eb17a), color-stop(30%, #3eb17a), color-stop(40%, #3eb17a), color-stop(60%, #264095));
  background-image: linear-gradient(white, white),
    linear-gradient(to bottom, #3eb17a 10%, #3eb17a 10% 30%, #3eb17a 30% 50%, #3eb17a 40% 65%, #264095 60%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.listStyleNone {
  list-style-type: none;
  padding: 0;
}

h3 {
  font-size: 24px;
}

@media screen and (max-width: 599.99px) {
  h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 480.99px) {
  h3 {
    font-size: 20px;
  }
}

.green_btn {
  background-color: #3eb17a;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  border-radius: 25px;
  padding: 10px 30px;
  border: 0;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}

.green_btn:hover {
  background-color: #264095;
  color: #fff;
}

@media screen and (max-width: 1110.99px) {
  .green_btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 599.99px) {
  .green_btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 480.99px) {
  .green_btn {
    font-size: 16px;
  }
}

.container-fluid-sm {
  width: 77%;
  margin: 0 auto;
}

@media screen and (min-width: 1200.55px) and (max-width: 1500px) {
  .container-fluid-sm {
    width: 85%;
  }
}

@media screen and (min-width: 1200.55px) and (max-width: 1500px) {
  .container-fluid-sm {
    width: 85%;
  }
}

@media screen and (min-width: 2500.55px) {
  .container-fluid-sm {
    max-width: 1800px;
  }
}

@media screen and (max-width: 1100px) {
  .container-fluid-sm {
    width: 90%;
  }
}

@media screen and (max-width: 767.99px) {
  .container-fluid-sm {
    width: 85%;
  }
}

.container-fluid {
  width: 98%;
}

@media screen and (max-width: 1100px) {
  .container-fluid {
    width: 97%;
  }
}

.owl-carousel.owl-theme .owl-dots button.owl-dot span {
  background: #fff;
  border: 3px solid #d0d0d0;
  width: 15px;
  height: 15px;
}

.owl-carousel.owl-theme .owl-dots button.owl-dot.active span {
  background: #fff;
  border: 3px solid #3eb17a;
}

.bgCircle {
  position: relative;
  overflow-y: hidden;
  background-image: url("../images/green-graphic-half.png"), url("../images/blue-graphic.png");
  background-position:
    right 0 top -200px,
    left -32px bottom -360px;
  background-repeat: no-repeat, no-repeat;
  background-size: 30%, 11%;
  background-attachment: fixed;
}

@media screen and (min-width: 1699.55px) {
  .bgCircle {
    background-image: url("../images/green-graphic-half.png"), url("../images/blue-graphic.png");
    background-position:
      right 0 top -200px,
      left -32px bottom -550px;
    background-repeat: no-repeat, no-repeat;
    background-size: 30%, 11%;
    background-attachment: fixed;
  }
}

@media screen and (max-width: 991.55px) {
  .bgCircle {
    background-image: none;
    background-position: right -90px top -260px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.plainPageContent {
  position: relative;
  overflow-y: hidden;
  background-image: url("../images/green-graphic-half.png"), url("../images/blue-graphic.png");
  background-position:
    right -220px top -150px,
    left -32px bottom -360px;
  background-repeat: no-repeat, no-repeat;
  background-size: 30%, 11%;
  background-attachment: fixed;
}

@media screen and (min-width: 1699.55px) {
  .plainPageContent {
    background-image: url("../images/green-graphic-half.png"), url("../images/blue-graphic.png");
    background-position:
      right -346px top -400px,
      left -32px bottom -550px;
    background-repeat: no-repeat, no-repeat;
    background-size: 30%, 11%;
    background-attachment: fixed;
  }
}

@media screen and (max-width: 1399.55px) {
  .plainPageContent {
    background-image: url("../images/green-graphic-half.png"), url("../images/blue-graphic.png");
    background-position:
      right -180px top -120px,
      left -32px bottom -360px;
    background-repeat: no-repeat, no-repeat;
    background-size: 30%, 11%;
    background-attachment: fixed;
  }
}

@media screen and (max-width: 991.55px) {
  .plainPageContent {
    background-image: url("../images/green-graphic-half.png");
    background-position: right -90px top -260px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 574.55px) {
  .plainPageContent {
    background: none;
    background-position: right -144px top -209px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.text-danger {
  line-height: 16px !important;
  display: block;
}

.bgCircleInvert {
  position: relative;
  overflow-y: hidden;
  background-image: url("../images/blue-graphic-top.png"), url("../images/green-graphic-half-bottom.png");
  background-position:
    right -271px top -171px,
    left -32px bottom -260px;
  background-repeat: no-repeat, no-repeat;
  background-size: 40%, 11%;
  background-attachment: fixed;
}

@media screen and (min-width: 1699.55px) {
  .bgCircleInvert {
    background-image: url("../images/blue-graphic-top.png"), url("../images/green-graphic-half-bottom.png");
    background-position:
      right -471px top -371px,
      left -35px bottom -503px;
    background-repeat: no-repeat, no-repeat;
    background-size: 40%, 11%;
    background-attachment: fixed;
  }
}

@media screen and (max-width: 575px) {
  .bgCircleInvert {
    background-image: url("../images/green-graphic-half.png");
    background-position: right -90px top -260px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 767.55px) {
  .mob-center {
    text-align: center;
  }
}

/* banner */
.valueAddedBanner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))),
    url(../images/value-added-banner.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/value-added-banner.jpg);
  background-size: cover;
  background-position: top;
}

@media screen and (max-width: 991.55px) {
  .valueAddedBanner {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))),
      url(../images/value-added-ipad-banner.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/value-added-ipad-banner.jpg);
  }
}

.aboutBanner {
  background-image: url(../images/about-us-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1399.55px) and (min-width: 992px) {
  .aboutBanner {
    background-position: center;
  }
}

@media screen and (max-width: 991.55px) {
  .aboutBanner {
    background-image: url(../images/about-us-ipad-banner.jpg);
  }
}

.vehicleSubcription {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))),
    url(../images/vehicle-subs-banner.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/vehicle-subs-banner.jpg);
  background-size: cover;
}

@media screen and (max-width: 1399.55px) and (min-width: 992px) {
  .vehicleSubcription {
    background-position: center;
  }
}

@media screen and (max-width: 991.55px) {
  .vehicleSubcription {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))),
      url(../images/vehicle-subcription-ipad-banner.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url(../images/vehicle-subcription-ipad-banner.jpg);
  }
}

.electricMobility {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))),
    url(../images/electric-mobility-banner.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/electric-mobility-banner.jpg);
  background-size: cover;
  background-position: top;
}

@media screen and (max-width: 991.55px) {
  .electricMobility {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))),
      url(../images/electric-mobility-ipad-banner.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url(../images/electric-mobility-ipad-banner.jpg);
  }
}

.homeBanner .carousel-item {
  background-image: url(../images/Homepage-banner.jpg);
}

@media screen and (max-width: 991.55px) {
  .homeBanner .carousel-item {
    background-image: url(../images/home-banner-ipad.jpg);
    background-position: center !important;
  }
}

/* end of banner */
@media (max-width: 1100.55px) {
  .services-page .rowPadding {
    padding: 30px 0px 30px 0px;
  }
}

.inner-banner {
  position: relative;
}

.inner-banner .banner-container {
  background-size: cover;
  height: calc(100vh - 95px);
}

.inner-banner .banner-container .banner-mobile {
  display: none;
}

@media (max-width: 1119.55px) {
  .inner-banner .banner-container {
    background-position: 50%;
  }
}

@media (max-width: 574.55px) {
  .inner-banner .banner-container {
    height: inherit;
    background-image: none !important;
  }
}

.inner-banner .banner-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  position: absolute;
}

@media (max-width: 574.99px) {
  .inner-banner .banner-text {
    top: 30%;
    text-align: center;
  }
}

@media (max-width: 480.99px) {
  .inner-banner .banner-text {
    top: 25%;
    text-align: center;
  }
}

.inner-banner .banner-text h2 {
  color: #fff;
  line-height: 70px;
  font-weight: 400;
  font-size: 36px;
}

@media (max-width: 1024px) {
  .inner-banner .banner-text h2 {
    line-height: 50px;
    font-size: 28px;
  }
}

@media (max-width: 574.99px) {
  .inner-banner .banner-text h2 {
    line-height: 40px;
    font-size: 22px;
  }
}

@media (max-width: 480.99px) {
  .inner-banner .banner-text h2 {
    line-height: 30px;
    font-size: 22px;
  }
}

.inner-banner .banner-text h2 span {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .inner-banner .banner-text h2 span {
    font-size: 32px;
  }
}

.text-left {
  text-align: left;
}

.inner-banner-md {
  position: relative;
}

.inner-banner-md .banner-container {
  background-size: cover;
  height: 576px;
}

.inner-banner-md .banner-container .banner-mobile {
  display: none;
}

@media (min-width: 1900.55px) {
  .inner-banner-md .banner-container {
    height: 660px;
  }
}

@media (max-width: 1366.55px) {
  .inner-banner-md .banner-container {
    background-position: 45%;
  }
}

@media (max-width: 1024.55px) {
  .inner-banner-md .banner-container {
    background-position: 75%;
  }
}

@media (max-width: 574.55px) {
  .inner-banner-md .banner-container {
    height: inherit;
    background-image: none !important;
  }
}

.inner-banner-md .banner-text h2 {
  line-height: 35px;
}

@media (max-width: 574.55px) {
  .inner-banner-md .banner-text h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 1024.55px) {
  .inner-banner-md .banner-text h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.inner-banner-md .banner-text h2 span {
  font-size: 50px;
  line-height: 70px;
}

@media (max-width: 574.55px) {
  .inner-banner-md .banner-text h2 span {
    font-size: 28px;
    line-height: 30px;
  }
}

@media (max-width: 1024.55px) {
  .inner-banner-md .banner-text h2 span {
    font-size: 32px;
    line-height: 30px;
  }
}

.inner-banner-md .banner-text h3, .inner-banner-md .banner-text h1 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
}

@media (max-width: 574.55px) {
  .inner-banner-md .banner-text h3, .inner-banner-md .banner-text h1 {
    font-size: 28px !important;
    line-height: 30px;
  }
}

@media (max-width: 1199.55px) {
  .inner-banner-md .banner-text h3, .inner-banner-md .banner-text h1 {
    font-size: 32px;
    line-height: 30px;
  }
}

@media (max-width: 1280.55px) {
  .inner-banner-md .banner-text h3, .inner-banner-md .banner-text h1 {
    font-size: 28px;
  }
}

@media (max-width: 574.55px) {
  .inner-banner-md .banner-text {
    top: 16%;
    left: 0;
  }
}

.banner-sm .banner-container {
  height: 185px;
  background-repeat: no-repeat;
  background-position-y: 5%;
  background-size: 100%;
}

@media (max-width: 574.55px) {
  .banner-sm .banner-container {
    height: inherit;
    background: none !important;
  }
}

.banner-sm .banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner-sm .banner-text h2 {
  text-align: center;
  font-weight: 600;
}

@media (max-width: 574.55px) {
  .inner-banner-service.inner-banner-md .banner-text {
    top: 16%;
    left: 0;
  }
}

.inner-banner-service.inner-banner-md .banner-container {
  background-position:
    -340px,
    center top;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.inner-banner-service.inner-banner-md h2 {
  color: #3eb17a;
}

.inner-banner-service.inner-banner-md h2 span {
  line-height: 35px;
}

@media (max-width: 574.55px) {
  .inner-banner-service.inner-banner-md h2 span {
    font-size: 28px !important;
    line-height: 30px;
  }
}

@media (max-width: 574.55px) {
  .inner-banner-service.inner-banner-md h2 {
    line-height: 25px;
  }
}

.inner-banner-service.inner-banner-md h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 574.55px) {
  .inner-banner-service.inner-banner-md h3 {
    font-size: 22px !important;
  }
}

.vehicleSubcription.inner-banner-service .banner-container {
  background-position:
    top,
    -300px;
}

@media (min-width: 1600.55px) {
  .vehicleSubcription.inner-banner-service .banner-container {
    background-position: top, 0;
  }
}

@media (max-width: 1399.55px) {
  .vehicleSubcription.inner-banner-service .banner-container {
    background-position:
      top,
      -415px;
  }
}

@media (max-width: 1199.55px) {
  .vehicleSubcription.inner-banner-service .banner-container {
    background-position:
      top,
      -615px;
  }
}

@media (max-width: 991.55px) {
  .vehicleSubcription.inner-banner-service .banner-container {
    background-position:
      top,
      -815px;
  }
}

.plainPageContent h2, .plainPageContent h1 {
  margin-bottom: 4%;
  margin-top: 4%;
  font-size: 2.5vw;
}

@media (max-width: 500.99px) {
  .plainPageContent h2, .plainPageContent h1 {
    font-size: 4vw;
  }
}

.plainPageContent h3 {
  margin-bottom: 4%;
  margin-top: 4%;
  font-size: 2.5vw;
  font-weight: 700;
}

@media (max-width: 500.99px) {
  .plainPageContent h3 {
    font-size: 4vw;
  }
}

@media (max-width: 767.99px) {
  .plainPageContent h3 {
    margin-top: 9%;
  }
}

.plainPageContent a {
  color: #000;
  text-decoration: none;
}

.plainPageContent strong {
  display: block;
  margin-top: 3%;
  margin-bottom: 3%;
}

.plainPageContent .listStyleNone {
  margin-top: 2%;
  margin-bottom: 3%;
}

.plainPageContent .listStyleNone li {
  display: table;
  margin-bottom: 1%;
  line-height: 22px;
}

@media (min-width: 1700.99px) {
  .plainPageContent .listStyleNone li {
    line-height: 40px;
  }
}

@media (max-width: 767.99px) {
  .plainPageContent .listStyleNone li {
    margin-bottom: 3%;
  }
}

.plainPageContent .listStyleNone li::before {
  content: "";
  background: url(../images/blue-arrow.png) no-repeat;
  display: table-cell;
  text-align: right;
  padding-right: 35px;
  background-size: auto;
  background-position: 0 22%;
}

@media (min-width: 1700.99px) {
  .plainPageContent .listStyleNone li::before {
    padding-right: 70px;
  }
}

@media (max-width: 767.99px) {
  .plainPageContent .listStyleNone li::before {
    background-position: 0 5px;
  }
}

/* common styling end */
/* header */
header .navbar-brand {
  margin-right: 0;
}

header .navbar-collapse {
  background-color: #fff;
}

@media screen and (min-width: 1199px) {
  header .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

header .dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

header nav li {
  padding-left: 20px;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 1100px) {
  header nav li {
    padding-left: 8px;
  }
}

@media screen and (max-width: 767.55px) {
  header nav li {
    width: 100%;
    padding: 10px 0 0px 0;
    border-bottom: 1px solid #eaeaea;
  }
}

header nav li a.nav-link {
  border: none;
  color: #000;
  padding: 6px 20px !important;
}

@media screen and (max-width: 991px) {
  header nav li a.nav-link {
    padding: 6px 9px !important;
    font-size: 14px;
  }
}

@media screen and (max-width: 767.55px) {
  header nav li a.nav-link {
    padding: 3px 0 !important;
    font-size: 15px;
  }
}

header nav li a.nav-link:before {
  content: "|";
  position: absolute;
  left: 6px;
  top: 6px;
  color: #000;
}

@media screen and (max-width: 767.99px) {
  header nav li a.nav-link:before {
    display: none;
  }
}

header li:first-child a.nav-link:before {
  content: "";
}

@media screen and (max-width: 767.99px) {
  header li:first-child a.nav-link:before {
    display: none;
  }
}

.header-navbar {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1030;
}

@media screen and (max-width: 767.99px) {
  .header-navbar {
    position: static;
    background-color: #fff;
  }
}

.header-navbar .navbar-toggle {
  display: none;
}

@media screen and (max-width: 767.55px) {
  .header-navbar .navbar-toggle {
    border: none;
    background: none;
    display: block;
  }
  .header-navbar .navbar-toggler-icon {
    display: none;
  }
  .header-navbar .navbar-toggle:hover,
  .header-navbar .navbar-toggle:active,
  .header-navbar .navbar-toggle:focus {
    background: none;
    border: none;
  }
  .header-navbar .navbar-toggle .icon-bar {
    background: #353745;
    height: 2px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition:
      transform 0.4s,
      -webkit-transform 0.4s;
  }
  .header-navbar .navbar-toggle.toggle-active {
    background: none;
    height: 30px;
  }
  .header-navbar .navbar-toggle.toggle-active .icon-bar {
    height: 3px;
  }
  .header-navbar .navbar-toggle.toggle-active .icon-bar:nth-child(2) {
    margin-top: 3px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-navbar .navbar-toggle.toggle-active .icon-bar:nth-child(3) {
    display: none;
  }
  .header-navbar .navbar-toggle.toggle-active .icon-bar:nth-child(4) {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
  }
  .header-navbar .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
  }
  .header-navbar .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
}

.stickyHeader {
  -webkit-box-shadow: 0 2px 10px #0000004d;
  box-shadow: 0 2px 10px #0000004d;
  background-color: #fff;
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
  position: fixed;
  -webkit-animation: smoothScroll 1s forwards;
  animation: smoothScroll 1s forwards;
}

.stickyHeader .navbar-brand img {
  width: 75px;
}

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* banner */
.main-banner .carousel-indicators button {
  border: 3px solid #f1f1f1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
}

.main-banner .carousel-indicators button.active {
  border: 3px solid #3eb17a;
}

.main-banner .carousel-inner {
  height: calc(100vh - 95px);
}

@media screen and (max-width: 480px) {
  .main-banner .carousel-inner {
    height: 82vh;
  }
}

.main-banner .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 0 30%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 599px) {
  .main-banner .carousel-inner .carousel-item {
    background-size: cover;
    background-position: center;
  }
}

@media screen and (max-width: 767.99px) {
  .main-banner .carousel-inner .one {
    background-image: url(../images/home-mobile-banner.jpg) !important;
  }
}

@media screen and (max-width: 599px) {
  .main-banner .carousel-inner .two {
    background-image: url(../images/home-mobile-banner.jpg) !important;
  }
}

@media screen and (max-width: 599px) {
  .main-banner .carousel-inner .three {
    background-image: url(../images/home-mobile-banner.jpg) !important;
  }
}

.main-banner .carousel-inner .carousel-caption {
  width: 100%;
  left: 11%;
  top: 26%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  bottom: initial;
  padding: 0;
}

@media screen and (min-width: 2500.55px) {
  .main-banner .carousel-inner .carousel-caption {
    left: 15%;
  }
}

@media screen and (max-width: 1400.55px) {
  .main-banner .carousel-inner .carousel-caption {
    left: 8%;
  }
}

@media screen and (max-width: 767.99px) {
  .main-banner .carousel-inner .carousel-caption {
    top: 25% !important;
    left: 0%;
    text-align: center;
  }
}

.main-banner .carousel-inner .carousel-caption h2 {
  color: #fff;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  line-height: 50px;
  margin-bottom: 5px;
}

@media screen and (min-width: 1700px) {
  .main-banner .carousel-inner .carousel-caption h2 {
    line-height: 50px;
  }
}

@media screen and (max-width: 1368px) {
  .main-banner .carousel-inner .carousel-caption h2 {
    line-height: 44px;
    font-size: 32px;
  }
}

@media screen and (max-width: 1110px) {
  .main-banner .carousel-inner .carousel-caption h2 {
    line-height: 40px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .main-banner .carousel-inner .carousel-caption h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

.main-banner .carousel-inner .carousel-caption h3 {
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

@media screen and (min-width: 1700px) {
  .main-banner .carousel-inner .carousel-caption h3 {
    line-height: 50px;
  }
}

@media screen and (max-width: 1368px) {
  .main-banner .carousel-inner .carousel-caption h3 {
    line-height: 50px;
    font-size: 40px;
  }
}

@media screen and (max-width: 1110px) {
  .main-banner .carousel-inner .carousel-caption h3 {
    line-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .main-banner .carousel-inner .carousel-caption h3 {
    font-size: 28px;
    line-height: 34px;
  }
}

/* end of banner */
.txt-bold {
  font-weight: 700 !important;
}

@media screen and (max-width: 768px) {
  .txt-bold {
    font-weight: 700 !important;
  }
}

.spn-normal {
  font-weight: 400 !important;
}

/* start main container */
.subheader {
  color: #000;
  font-size: 42px;
  font-weight: 400;
}

@media screen and (max-width: 599.99px) {
  .subheader {
    font-size: 28px;
  }
}

@media screen and (max-width: 480.99px) {
  .subheader {
    font-size: 28px;
  }
}

.subheader span {
  font-weight: 700;
}

.grn-btn {
  text-align: center;
}

.aboutUs h3 {
  margin-bottom: 6%;
}

.aboutUs p {
  padding: 0 0 4% 0;
  margin: 0;
}

.aboutUs a img {
  padding-left: 13px;
}

@media screen and (min-width: 1200.99px) and (max-width: 1700px) {
  .topMargin {
    margin-bottom: 50px;
  }
}

.ourServices .mobilePadding {
  padding-top: 0px;
}

@media screen and (max-width: 768px) {
  .ourServices .mobilePadding {
    padding-top: 2rem !important;
  }
}

.ourServices .services_carousel .item {
  text-align: center;
  background-color: #ffffff;
  border-radius: 4rem;
  border: 0px #ccc solid;
}

.ourServices .services_carousel .item .pro_img {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2.2rem;
}

.ourServices .services_carousel .item .pro_img .gradient-border-mask-image {
  border: solid 4px transparent;
  border-radius: 50%;
  background-image:
    -webkit-gradient(linear, left top, left bottom, from(white), to(white)),
    -webkit-gradient(linear, left top, left bottom, color-stop(10%, #3eb17a), color-stop(10%, #3eb17a), color-stop(30%, #3eb17a), color-stop(50%, #3eb17a), color-stop(70%, #264095));
  background-image: linear-gradient(white, white),
    linear-gradient(to bottom, #3eb17a 10%, #3eb17a 10% 30%, #3eb17a 30% 50%, #3eb17a 50% 70%, #264095 70%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

@media screen and (min-width: 1600px) {
  .ourServices .services_carousel .item .pro_img .gradient-border-mask-image {
    border: solid 5px transparent;
  }
}

.ourServices .services_carousel .item .item_info {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
}

.ourServices .services_carousel .item h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.ourServices .services_carousel .item h4 span {
  font-size: 14px;
}

@media (max-width: 767.55px) {
  .ourServices .services_carousel .item h4 span {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .ourServices .services_carousel .item h4 {
    font-size: 22px;
  }
}

@media (max-width: 767.55px) {
  .ourServices .services_carousel .item h4 {
    margin-bottom: 4%;
    font-size: 20px;
  }
}

@media screen and (max-width: 480.99px) {
  .ourServices .services_carousel .item h4 {
    font-size: 20px;
  }
}

.ourServices .services_carousel .item p {
  font-size: 16px;
  min-height: 100px;
}

@media (max-width: 991px) {
  .ourServices .services_carousel .item p {
    min-height: 90px;
  }
}

@media (max-width: 599px) {
  .ourServices .services_carousel .item p {
    min-height: initial;
    margin-bottom: 8%;
  }
}

.ourServices .services_carousel .item img.pro_img {
  padding-bottom: 2.2rem;
}

@media (max-width: 599px) {
  .ourServices .services_carousel .item img.pro_img {
    width: 75%;
  }
}

.ourServices .services_carousel .item img.arrow {
  width: 10px;
}

.ourServices .services_carousel .item .green_arrow {
  width: 0;
  margin: 0 auto;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #3eb17a;
}

.advantages {
  color: #ffffff;
  background: url("../images/advantages-banner.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  .advantages {
    background-position: right;
  }
}

.advantages h2 {
  color: #ffffff;
}

.advantages .item h4 {
  font-size: 1.25rem;
  font-weight: 700;
}

.advantages .item p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  min-height: 4.5rem;
}

.advantages .item img.pro_img {
  width: 74px !important;
  padding-bottom: 1.2rem;
  color: #ffffff;
}

.advantages .item .underline {
  position: relative;
}

.advantages .item .underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .advantages .item .underline:after {
    width: 80%;
  }
}

.caseStudy .owl-carousel .item h4 {
  font-size: 1.625rem;
  font-weight: 400;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .caseStudy .owl-carousel .item h4 {
    padding-top: 0rem;
  }
}

.caseStudy .owl-carousel .item p {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 0.5rem;
}

@media (min-width: 1200px) {
  .caseStudy .owl-carousel .item p {
    padding-right: 3rem;
  }
}

.caseStudy .owl-carousel .item img.pro_img {
  width: 507px !important;
}

.caseStudy .owl-carousel button.owl-next {
  position: absolute;
  top: 50%;
  right: -3.5rem;
  width: 35px;
  height: 35px;
}

@media (min-width: 1200px) {
  .caseStudy .owl-carousel button.owl-next {
    right: -4rem;
  }
}

.caseStudy .owl-carousel button.owl-next span {
  font-size: 0px;
}

.caseStudy .owl-carousel button.owl-prev {
  position: absolute;
  top: 50%;
  left: -3.5rem;
}

@media (min-width: 1200px) {
  .caseStudy .owl-carousel button.owl-prev {
    left: -4rem;
  }
}

.caseStudy .owl-carousel button.owl-prev span {
  font-size: 0px;
}

.caseStudy .owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}

.ourBlogs .sliderNextPrevSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 4%;
}

.ourBlogs .sliderNextPrevSection .offset-md-1 {
  margin-left: 10.333333%;
}

.ourBlogs .sliderNextPrevSection .col-md-11 {
  width: 92.66666667%;
}

.ourBlogs .sliderNextPrevSection .date {
  color: #737277;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 7%;
}

.ourBlogs .sliderNextPrevSection .info {
  background-color: #fafafa;
  padding: 10% 8% 12% 8%;
}

.ourBlogs .sliderNextPrevSection p {
  height: 100px;
  margin-bottom: 8%;
}

@media (max-width: 1299px) {
  .ourBlogs .sliderNextPrevSection p {
    height: 175px;
  }
}

.ourBlogs .sliderNextPrevSection img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.ourBlogs .sliderNextPrevSection .slick-slide {
  margin: 0 10px 0 10px;
  width: 32vw;
}

@media (max-width: 991px) {
  .ourBlogs .sliderNextPrevSection .slick-slide {
    width: 40vw;
  }
}

@media (max-width: 650px) {
  .ourBlogs .sliderNextPrevSection .slick-slide {
    width: 50vw;
  }
}

@media (max-width: 555px) {
  .ourBlogs .sliderNextPrevSection .slick-slide {
    width: 75vw;
  }
}

.ourClients .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ourClients .owl-carousel .owl-stage .owl-item img {
  width: inherit;
  margin: 0 auto;
}

.efficiency.disabledSection {
  background: #f5f5f5 url(../images/building-grey.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  padding-bottom: 16%;
}

.efficiency.disabledSection .changeBgColor {
  opacity: 0.2;
}

.efficiency {
  background: #f5f5f5 url(../images/building-green.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  padding-bottom: 16%;
}

.efficiency small {
  font-size: 11px;
}

@media screen and (min-width: 1600px) {
  .efficiency small {
    font-size: 15px;
  }
}

.efficiency abbr {
  color: #3eb17a;
}

.efficiency .changeBgColor {
  margin-top: 3%;
}

.efficiency .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 8%;
}

@media screen and (max-width: 767.99px) {
  .efficiency .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    display: -ms-grid;
    display: grid;
  }
}

.efficiency .grid h3 {
  font-size: 1.1vw;
  color: #264095;
  font-weight: 700;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  background-color: #fff;
  display: -webkit-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1700.99px) {
  .efficiency .grid h3 {
    width: 300px;
    height: 300px;
  }
}

@media screen and (max-width: 1110.99px) {
  .efficiency .grid h3 {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 767.99px) {
  .efficiency .grid h3 {
    margin: 0 auto;
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 600px) {
  .efficiency .grid h3 {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 480.99px) {
  .efficiency .grid h3 {
    font-size: 2.5vw;
  }
}

.efficiency .grid h3 span {
  font-size: 3.5vw;
  font-weight: 500;
}

@media screen and (max-width: 1110.99px) {
  .efficiency .grid h3 span {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 600px) {
  .efficiency .grid h3 span {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 480.99px) {
  .efficiency .grid h3 span {
    font-size: 7vw;
  }
}

.efficiency .grid h4 {
  font-size: 1.1vw;
  font-weight: 700;
  margin-top: 15%;
}

@media screen and (max-width: 1110.99px) {
  .efficiency .grid h4 {
    font-size: 1.5vw;
  }
}

.efficiency .grid h4 span {
  font-weight: 500;
}

@media screen and (max-width: 767.99px) {
  .efficiency .grid h4 {
    margin-top: 3%;
    margin-bottom: 9%;
  }
}

@media screen and (max-width: 599.99px) {
  .efficiency .grid h4 {
    margin-top: 2%;
    margin-bottom: 8%;
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 480.99px) {
  .efficiency .grid h4 {
    font-size: 3vw;
  }
}

.efficiency p {
  margin-top: 1%;
}

.efficiency .toggleButton {
  margin-top: 2%;
}

.efficiency .toggleButton .switch {
  position: relative;
  display: inline-block;
}

.efficiency .toggleButton .switch input {
  display: none;
}

.efficiency .toggleButton .slider {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3eb17a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.efficiency .toggleButton .offSwitch.slider:before {
  content: "";
  background-image: url(../images/power-grey.svg);
}

.efficiency .toggleButton .slider:before {
  position: absolute;
  content: "";
  background-image: url(../images/power-white.svg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  height: 55px;
  width: 55px;
  left: 0px;
  bottom: 2px;
  background-color: #f4f0f0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 3px solid #d0d0d0;
}

@media screen and (min-width: 1600px) {
  .efficiency .toggleButton .slider:before {
    height: 71px;
    width: 71px;
  }
}

.efficiency .toggleButton input:checked + .slider {
  background-color: #264095;
}

.efficiency .toggleButton input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196f3;
  box-shadow: 0 0 1px #2196f3;
}

.efficiency .toggleButton input:checked + .slider:before {
  -webkit-transform: translateX(64px);
  transform: translateX(64px);
  background-color: #3eb17a;
}

@media screen and (min-width: 1600px) {
  .efficiency .toggleButton input:checked + .slider:before {
    -webkit-transform: translateX(87px);
    transform: translateX(87px);
  }
}

.efficiency .toggleButton .on {
  display: none;
}

.efficiency .toggleButton .on {
  color: white;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 30%;
  font-weight: 200;
}

.efficiency .toggleButton .off {
  color: white;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 70%;
  font-weight: 200;
}

.efficiency .toggleButton input:checked + .slider .on {
  display: block;
}

.efficiency .toggleButton input:checked + .slider .off {
  display: none;
}

.efficiency .toggleButton .slider.round {
  border-radius: 50px;
  width: 120px;
  height: 60px;
  border: 3px solid #d0d0d0;
}

@media screen and (min-width: 1600px) {
  .efficiency .toggleButton .slider.round {
    border-radius: 50px;
    width: 160px;
    height: 75px;
  }
}

.efficiency .toggleButton .slider.round:before {
  border-radius: 50%;
}

.advantage {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

@media (min-width: 1900px) {
  .advantage {
    background-position: 70%;
  }
}

@media (max-width: 1280px) {
  .advantage {
    background-size: 60%;
  }
}

@media (max-width: 991.55px) {
  .advantage {
    background: none !important;
  }
}

.advantage h4 {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 599.99px) {
  .advantage .mobilePadding {
    padding-top: 20px;
  }
}

.advantage .listing {
  padding-top: 5%;
}

.advantage .listing img {
  width: 60px;
}

.advantage .listing ul {
  padding: 0;
}

.advantage .listing ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 4%;
}

@media screen and (min-width: 767.55px) and (max-width: 991.55px) {
  .advantage .listing ul li {
    width: 50%;
    float: left;
    min-height: 200px;
  }
}

@media (max-width: 480.99px) {
  .advantage .listing ul li {
    padding-bottom: 5%;
  }
}

.advantage .listing ul li img {
  width: 60px;
}

.advantage .listing ul li .listing-text {
  padding-left: 7%;
}

@media screen and (min-width: 767.55px) and (max-width: 991.55px) {
  .advantage .img-fluid {
    width: 75%;
  }
}

/* end of main container*/
/* about us */
.aboutusInner .customBannerHeight {
  height: 295px;
  padding-top: 2%;
}

@media (min-width: 1600.99px) {
  .aboutusInner .customBannerHeight {
    height: 500px;
  }
}

@media (max-width: 1119.99px) {
  .aboutusInner .customBannerHeight {
    height: 200px;
  }
}

@media (max-width: 575.99px) {
  .aboutusInner .customBannerHeight {
    height: 150px;
  }
}

.aboutusInner .banner-sm {
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.aboutusInner .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 98px;
  column-gap: 98px;
}

@media screen and (max-width: 767px) {
  .aboutusInner .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .aboutusInner .grid p {
    padding: 0 0 2% 0;
  }
}

.vission-mission .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 60px;
  column-gap: 60px;
}

@media screen and (max-width: 767.55px) {
  .vission-mission .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 575.99px) {
  .vission-mission .grid .mobMargin {
    margin-bottom: 10%;
  }
}

.vission-mission .grid div {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}

.vission-mission .grid div .customImageHeight {
  height: 250px;
}

@media screen and (min-width: 1800.99px) {
  .vission-mission .grid div .customImageHeight {
    height: 500px;
  }
}

@media screen and (max-width: 1399.99px) {
  .vission-mission .grid div .customImageHeight {
    height: 300px;
  }
}

@media screen and (max-width: 767.99px) {
  .vission-mission .grid div .customImageHeight {
    height: 150px;
  }
}

.vission-mission .grid div .customImageHeight img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 767.55px) {
  .vission-mission .grid div {
    margin-bottom: 5%;
  }
}

.vission-mission .grid div img {
  border-radius: 5px 5px 0 0;
}

.vission-mission .grid div h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4%;
}

@media screen and (max-width: 767.55px) {
  .vission-mission .grid div h2 {
    font-size: 20px;
  }
}

.vission-mission .grid div .para {
  padding: 6% 7%;
}

.vission-mission .grid div .para p {
  font-weight: 400;
}

.vission-mission .grid div .para .listStyleNone li {
  display: table;
  margin-bottom: 7px;
}

.vission-mission .grid div .para .listStyleNone li::before {
  content: "-";
  display: table-cell;
  text-align: right;
  padding-right: 10px;
  color: grey;
}

.connectedIntel h2 {
  margin-bottom: 5%;
}

.connectedIntel .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 100px;
  column-gap: 100px;
}

@media screen and (max-width: 767.55px) {
  .connectedIntel .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767.55px) {
  .connectedIntel .grid .topMargin {
    margin-top: -10px;
  }
}

.connectedIntel .grid ul li {
  display: table;
  margin-bottom: 2%;
}

.connectedIntel .grid ul li::before {
  content: "";
  background: url(../images/icon-green-tick.svg) no-repeat;
  display: table-cell;
  text-align: right;
  padding-right: 45px;
  background-size: 25px;
  background-position: 10px 6px;
  color: #3eb17a;
}

@media screen and (min-width: 1777.55px) {
  .connectedIntel .grid ul li::before {
    padding-right: 75px;
    background-size: 25px;
  }
}

@media screen and (max-width: 991.55px) {
  .connectedIntel .grid ul li::before {
    background-size: 50% !important;
  }
}

@media screen and (max-width: 1280.55px) {
  .connectedIntel .grid ul li::before {
    background-size: 40%;
  }
}

@media screen and (max-width: 575.55px) {
  .connectedIntel .grid ul li::before {
    padding-right: 35px;
    background-size: 60% !important;
    top: 5px;
    position: relative;
  }
}

.feliciatingGreen {
  padding: 4% 0;
  background: url(../images/facilitating-bg.png) no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: -1;
  background-attachment: initial;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768.55px) {
  .feliciatingGreen .txt-center {
    text-align: center;
  }
}

.feliciatingGreen .imgWidth {
  width: 85%;
}

@media screen and (min-width: 1777.55px) {
  .feliciatingGreen .imgWidth {
    width: 85%;
  }
}

@media screen and (max-width: 991.55px) {
  .feliciatingGreen .imgWidth {
    margin: 5% auto 2%;
    display: block;
  }
}

.feliciatingGreen p strong {
  margin: 5% 0 3%;
}

.stayingTrue {
  color: #fff;
  margin-bottom: 2%;
}

.stayingTrue h2 {
  color: #fff;
  margin-bottom: 5%;
}

.stayingTrue .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40%;
  grid-template-columns: 1fr 40%;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

@media screen and (max-width: 767.55px) {
  .stayingTrue .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.stayingTrue .grid .one {
  background-color: #264095;
  border-radius: 0 5px 5px 0;
}

.stayingTrue .grid .two {
  background-position: center;
  border-radius: 5px 0 0 5px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767.55px) {
  .stayingTrue .grid .two {
    height: 300px;
  }
}

.stayingTrue .grid .green_btn {
  margin-top: 5%;
}

.stayingTrue .grid .green_btn:hover {
  background-color: #3eb17a;
  outline: none;
}

.team .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35%;
  grid-template-columns: 1fr 35%;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

@media screen and (max-width: 1399.55px) {
  .team .grid {
    -ms-grid-columns: 1fr 40%;
    grid-template-columns: 1fr 40%;
  }
}

@media screen and (max-width: 1119.55px) {
  .team .grid {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%;
  }
}

@media screen and (max-width: 767.55px) {
  .team .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.team .grid h4 {
  font-size: 1.5vw;
  font-weight: 700;
  margin-top: 6%;
}

@media screen and (max-width: 1119.55px) {
  .team .grid h4 {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767.55px) {
  .team .grid h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 567.55px) {
  .team .grid h4 {
    font-size: 20px;
    text-align: center;
  }
}

.team .grid h4 span {
  font-size: 1.2vw;
  font-weight: 400;
}

@media screen and (max-width: 1119.55px) {
  .team .grid h4 span {
    font-size: 1.7vw;
  }
}

@media screen and (max-width: 767.55px) {
  .team .grid h4 span {
    font-size: 2vw;
  }
}

@media screen and (max-width: 567.55px) {
  .team .grid h4 span {
    font-size: 16px;
  }
}

.team .grid .customImageHeight {
  text-align: right;
}

.team .grid .customImageHeight img {
  height: 350px;
  background-color: #d0d0d0;
  border-radius: 50%;
  width: 350px;
}

@media screen and (min-width: 1700.55px) and (max-width: 1700.55px) {
  .team .grid .customImageHeight img {
    height: 500px;
    width: 550px;
  }
}

@media screen and (min-width: 1700.55px) and (max-width: 1700.55px) {
  .team .grid .customImageHeight img {
    height: 550px;
    width: 550px;
  }
}

@media screen and (max-width: 991.55px) {
  .team .grid .customImageHeight img {
    height: 300px;
    width: 300px;
  }
}

@media screen and (max-width: 575.55px) {
  .team .grid .customImageHeight img {
    height: 250px;
    width: 250px;
  }
}

.team .grid .teamContent blockquote {
  position: relative;
}

@media (max-width: 767.99px) {
  .team .grid .teamContent blockquote p {
    text-align: center;
  }
}

.team .grid .teamContent blockquote .quotes {
  position: absolute;
}

.team .grid .teamContent blockquote .quotes img {
  width: 30px;
}

@media screen and (min-width: 1700.55px) {
  .team .grid .teamContent blockquote .quotes img {
    width: 50px;
  }
}

@media screen and (max-width: 575.55px) {
  .team .grid .teamContent blockquote .quotes img {
    width: 25px;
  }
}

.team .grid .teamContent blockquote .leftq {
  top: -30px;
}

@media screen and (min-width: 1700.55px) {
  .team .grid .teamContent blockquote .leftq {
    top: -50px;
  }
}

.team .grid .teamContent blockquote .rightq {
  bottom: -10px;
}

/* about us end */
/* contact us*/
.contactUs {
  background-image: url("../images/contact-right-bg.png"), url("../images/contact-left-bg.png");
  background-position:
    right 0 top 20%,
    left -180px bottom 19%;
  background-repeat: no-repeat, no-repeat;
  background-size: 20%, 30%;
}

@media screen and (max-width: 1400.55px) {
  .contactUs {
    background-position:
      right 0 top 22%,
      left -180px bottom 19%;
  }
}

@media screen and (max-width: 1026.55px) {
  .contactUs {
    background-position:
      right 0 top 22%,
      left -180px bottom 19%;
    background-size: 30%, 33%;
  }
}

@media screen and (max-width: 991.55px) {
  .contactUs {
    background-size: 35%, 35%;
  }
}

@media screen and (max-width: 767.55px) {
  .contactUs {
    background-image: none;
    background-size: 39%;
    background-position: right 11%;
  }
  .contactUs .containerWidth {
    width: 100% !important;
  }
  .contactUs .mbPadding {
    padding: 0px 10%;
  }
}

@media screen and (max-width: 567.55px) {
  .contactUs {
    background-size: 45%;
    background-position: right 12%;
  }
}

@media screen and (max-width: 480.55px) {
  .contactUs {
    background-size: 55%;
    background-position: right 11%;
  }
}

.contactUs .customGrid {
  font-size: 16px;
  width: 35%;
}

@media screen and (max-width: 1400.55px) {
  .contactUs .customGrid {
    width: 38%;
    font-size: 1.19vw;
  }
}

@media screen and (max-width: 1119.55px) {
  .contactUs .customGrid {
    width: 60%;
    font-size: 18px;
  }
}

@media screen and (max-width: 991.55px) {
  .contactUs .customGrid {
    width: 70%;
  }
}

@media screen and (max-width: 767.55px) {
  .contactUs .customGrid {
    width: 100%;
    font-size: 15px;
  }
}

.contactUs .contact-us-info-container {
  background-color: #264095;
  padding-left: 0;
}

.contactUs .contact-us-info-container .contact-us-info {
  padding: 10% 10% 2% 10%;
}

.contactUs .contact-us-info-container h3, .contactUs .contact-us-info-container h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10%;
}

@media screen and (max-width: 991.55px) {
  .contactUs .contact-us-info-container h3, .contactUs .contact-us-info-container h1 {
    font-size: 1.9vw;
  }
}

@media screen and (max-width: 767.55px) {
  .contactUs .contact-us-info-container h3, .contactUs .contact-us-info-container h1 {
    font-size: 3vw;
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 575.55px) {
  .contactUs .contact-us-info-container h3, .contactUs .contact-us-info-container h1 {
    font-size: 4vw;
  }
}

.contactUs .contact-us-info-container h5 {
  color: #fff;
  font-size: 1vw;
  font-weight: 700;
  margin-bottom: 3%;
}

@media screen and (max-width: 1119.55px) {
  .contactUs .contact-us-info-container h5 {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 767.55px) {
  .contactUs .contact-us-info-container h5 {
    font-size: 2vw;
  }
}

@media screen and (max-width: 575.55px) {
  .contactUs .contact-us-info-container h5 {
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 480.55px) {
  .contactUs .contact-us-info-container h5 {
    font-size: 3vw;
  }
}

.contactUs .contact-us-info-container p {
  color: #fff;
  font-weight: 400;
}

.contactUs .contact-us-info-container ul li {
  border-bottom: 1px solid #445dab;
  padding: 3% 0% 3% 6%;
  display: block;
  color: #fff;
  font-weight: 500;
}

.contactUs .contact-us-info-container ul li img {
  width: 33px;
}

.contactUs .contact-us-info-container ul li a {
  color: #fff;
  text-decoration: none;
  padding-left: 4%;
}

.contactUs .contact-us-info-container ul li:first-child {
  border-top: 1px solid #445dab;
}

.contactUs .contact-us-info-container .contact-us-social {
  padding: 3% 2% 10% 10%;
}

.contactUs .contact-us-info-container .contact-us-social a {
  display: inline-block;
  margin-right: 15px;
}

.contactUs .contact-us-info-container .contact-us-social a img {
  height: 25px;
}

.contactUs .contact-us-form-container {
  background-color: #f1f1f1;
  padding: 7% 10%;
}

.contactUs .contact-us-form-container h2 {
  color: #535353;
  font-weight: 600;
  font-size: 1.5vw;
  margin-bottom: 5%;
}

@media screen and (max-width: 991.55px) {
  .contactUs .contact-us-form-container h2 {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 767.55px) {
  .contactUs .contact-us-form-container h2 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 575.55px) {
  .contactUs .contact-us-form-container h2 {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 480.55px) {
  .contactUs .contact-us-form-container h2 {
    font-size: 4vw;
  }
}

.contactUs .contact-us-form-container .form-control {
  background: 0 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #acacac;
  padding: 0;
}

.contactUs .contact-us-form-container .form-group {
  margin-bottom: 5%;
}

.contactUs .contact-us-form-container .form-group label {
  color: #535353;
  margin-bottom: 3%;
}

.contactUs .contact-us-form-container .form-group textarea {
  resize: none;
}

.contactUs .contact-us-form-container .green_btn {
  width: initial;
  padding: 10px 30px;
  margin-top: 5%;
  border-radius: 80px;
}

@media screen and (max-width: 767.55px) {
  .contactUs .contact-us-form-container .green_btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 575.55px) {
  .contactUs .contact-us-form-container .green_btn {
    font-size: 16px;
  }
}

.contactUs .contact-us-form-container .green_btn img {
  padding-left: 10px;
}

/* end of contact us */
/* footer */
footer {
  background-color: #264095;
  color: #fff;
  padding: 1.2rem 0;
}

footer .footerRightSection {
  text-align: right;
}

footer .footerRightSection .d-flex {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  footer .footerRightSection .d-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .footerRightSection .d-flex .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
}

@media screen and (max-width: 991px) {
  footer .footerRightSection .d-flex .link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .footerRightSection .d-flex .link a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

@media screen and (max-width: 575px) {
  footer .footerRightSection .d-flex .link a {
    font-size: 12px;
  }
}

footer .footerRightSection .d-flex .link span {
  padding: 0 10px;
  font-weight: 200;
  position: relative;
  top: 0;
}

@media screen and (max-width: 991px) {
  footer .footerRightSection .d-flex {
    display: block !important;
    text-align: center;
  }
}

footer .footerRightSection .designedBy a {
  color: #fff;
  text-decoration: none;
}

footer .footerRightSection .designedBy span {
  padding: 0 5px;
  font-size: 25px;
  font-weight: 200;
  position: relative;
  top: 4px;
}

@media screen and (min-width: 1600px) {
  footer .footerRightSection .designedBy span {
    top: 1px;
  }
}

@media screen and (max-width: 991px) {
  footer .footerRightSection .designedBy {
    text-align: center;
  }
}

footer p {
  margin: 0;
  font-size: 13px;
}

@media screen and (max-width: 575px) {
  footer p {
    font-size: 12px;
  }
}

footer .social-icons-Div ul.listStyleNone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-bottom: 1%;
}

@media screen and (max-width: 991px) {
  footer .social-icons-Div ul.listStyleNone {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .social-icons-Div ul.listStyleNone li {
  padding: 0 10px 0 0;
}

@media screen and (max-width: 991px) {
  footer .websiteLink {
    text-align: center;
  }
}

footer .websiteLink a {
  color: #fff;
  text-decoration: none;
}

footer .websiteLink span {
  padding: 0 5px;
  font-size: 25px;
  font-weight: 200;
  position: relative;
  top: 4px;
}

@media screen and (min-width: 1600px) {
  footer .websiteLink span {
    top: 1px;
  }
}

footer .copyright abbr {
  font-size: 15px;
}

footer .copyright p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 360px) {
  footer .copyright p {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  footer .copyright {
    margin: 1% 0;
  }
}

/* enquiry form */
.quick-enquiry-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}

.quick-enquiry-container .quick-enquiry-header a {
  position: fixed;
  white-space: nowrap;
  top: 50%;
  right: -100px;
  z-index: 999;
  background: #3eb17a;
  border-radius: 15px 15px 0 0;
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  padding: 12px 25px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
  text-decoration: none;
}

.quick-enquiry-container .quick-enquiry-header a img {
  width: 30px;
}

.quick-enquiry-container .quick-enquiry-header a span {
  font-size: 16px;
  display: inline-block;
  margin-left: 5px;
  font-weight: 400;
}

.quick-enquiry-container .quick-enquiry-form {
  position: fixed;
  top: 54%;
  right: -290px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  width: 280px;
  border-radius: 15px 0 0 15px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}

@media screen and (min-width: 1799px) {
  .quick-enquiry-container .quick-enquiry-form {
    width: 500px;
    right: -500px;
  }
}

.quick-enquiry-container .quick-enquiry-form .close {
  padding: 15px 15px 0;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  cursor: pointer;
}

.quick-enquiry-container .quick-enquiry-form .form-parent {
  padding: 10%;
}

.quick-enquiry-container .quick-enquiry-form .form-parent form label {
  width: 100%;
  margin-bottom: 0;
  margin-top: 5%;
}

.quick-enquiry-container .quick-enquiry-form .form-parent form label .form-control {
  background: 0 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #acacac;
  padding: 0;
  margin-bottom: 10px;
}

.quick-enquiry-container.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.quick-enquiry-container.active .quick-enquiry-form.active {
  right: 0;
}

.quick-enquiry-container.active .quick-enquiry-header a.active {
  right: 184px;
}

/* end of enquiry form */
/* service */
.serviceContactBottom {
  background-size: cover;
  height: 450px;
}

@media screen and (max-width: 767.55px) {
  .serviceContactBottom {
    background-position: 0, 50%;
  }
}

.serviceContactBottom h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 2%;
}

.serviceContactBottom h2 span {
  font-weight: 700;
}

@media screen and (max-width: 767.55px) {
  .serviceContactBottom h2 {
    font-size: 30px;
  }
}

.serviceInner .subheader {
  text-transform: initial;
}

.serviceInner .subheader span {
  text-transform: initial;
}

.serviceAdvantage .customPaddingLeft {
  padding-left: 50px;
}

@media screen and (max-width: 767.99px) {
  .serviceAdvantage .customPaddingLeft {
    padding-left: 0;
  }
}

.serviceAdvantage .col p {
  margin-top: 1%;
}

.serviceAdvantage .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 38% 1fr 1fr;
  grid-template-columns: 38% 1fr 1fr;
  grid-column-gap: 20px;
  margin-top: 3%;
}

@media screen and (max-width: 1119.99px) {
  .serviceAdvantage .grid .mobcustomPaddingRightRow {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767.99px) {
  .serviceAdvantage .grid .mobcustomPaddingRightRow {
    padding-left: 0px;
  }
}

@media screen and (max-width: 991.99px) {
  .serviceAdvantage .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    display: -ms-grid;
    display: grid;
  }
}

@media screen and (max-width: 767.99px) {
  .serviceAdvantage .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    display: -ms-grid;
    display: grid;
  }
}

.serviceAdvantage .text-lg {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.serviceAdvantage .text-lg li {
  margin: 0 !important;
}

.serviceAdvantage ul.arrowList li {
  font-weight: 400;
}

.serviceAdvantage ul.arrowList li::before {
  content: "";
  background: url(../images/icon-green-tick.svg) no-repeat;
  display: table-cell;
  text-align: right;
  padding-right: 45px;
  background-size: 21px;
  background-position: 12px 6px;
  color: #3eb17a;
}

@media screen and (min-width: 1777.55px) {
  .serviceAdvantage ul.arrowList li::before {
    padding-right: 75px;
    background-size: 35px;
  }
}

@media screen and (max-width: 575.55px) {
  .serviceAdvantage ul.arrowList li::before {
    padding-right: 35px;
  }
}

.serviceAdvantage ul img {
  width: 50px;
  float: left;
  margin-right: 18px;
}

.serviceAdvantage ul li {
  display: table;
  margin-bottom: 2%;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}

.serviceAdvantage ul.hyphenList li {
  display: table;
  margin-bottom: 2%;
}

.serviceAdvantage ul.hyphenList li::before {
  content: "-";
  display: table-cell;
  text-align: right;
  padding-right: 10px;
  color: grey;
}

.customHr {
  height: 1px;
  opacity: 1;
  color: #d6d6d6;
}

.marginBottomSpace {
  margin-bottom: 40px;
}

@media screen and (max-width: 767.99px) {
  .marginBottomSpaceMob {
    margin-bottom: 40px;
  }
}

.table .rightTick img {
  width: 20px;
}

/* end of service */
.nav-link {
  cursor: pointer;
}

@media screen and (max-width: 991.99px) {
  .dropdown a {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767.99px) {
  .dropdown #dropdownMenuButton {
    float: left;
  }
}

.dropdown .hideToggle {
  display: none !important;
}

@media screen and (max-width: 1199.99px) {
  .dropdown .hideToggle {
    display: block !important;
    position: absolute;
    right: 0;
    padding: 10px;
    top: 6px;
  }
  .dropdown .hideToggle .green_arrow {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #3eb17a;
    -webkit-transition: transform(rotate0), transform(rotate0);
    transition: transform(rotate0), transform(rotate0);
    transition: transform(rotate0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.dropdown .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown .nav-link .dropdown-toggle {
  padding: 0 !important;
  width: 10px;
}

.dropdown .dropdown-menu {
  padding-bottom: 0;
  border-radius: 0;
  border: 1px solid #ddd;
  text-align: right;
  right: 0;
  padding: 0;
}

@media screen and (max-width: 767.99px) {
  .dropdown .dropdown-menu {
    border: none;
  }
}

.dropdown .dropdown-menu .green_arrow {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #3eb17a;
}

.dropdown .dropdown-menu .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  color: #4d5156;
  line-height: 22px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 10px 25px;
  text-transform: inherit;
}

@media screen and (max-width: 767.99px) {
  .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 25px 10px 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #e9ecef;
}

.breadcrumbSection {
  padding: 10px 0 4%;
}

.breadcrumbSection ol {
  margin-bottom: 0;
}

.breadcrumbSection ol li a {
  font-size: 14px;
  color: #717171;
  text-decoration: none;
}

@media screen and (max-width: 567.99px) {
  .breadcrumbSection ol li a {
    font-size: 12px;
  }
}

.breadcrumbSection ol li a:hover {
  color: #000;
}

.breadcrumbSection ol li a.active {
  color: #000;
}

.breadcrumbSection hr {
  color: #ddd;
  height: 1px;
  width: 96%;
  opacity: 1;
  margin: 4px 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 3px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 4px;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

.showSubmenu {
  display: block;
}

li.nav-item.activeLink a {
  color: #0a58ca;
}

@media screen and (max-width: 567.99px) {
  .txt-center span {
    text-align: center;
  }
}

.headerBtn {
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  height: 38px;
  text-align: center;
  border-radius: 10px;
}

.headerBtn img {
  width: 35px;
  height: 48px;
}

.closeBtn {
  float: right;
  font-weight: 700;
  font-size: 22px;
}

.quick-enquiry-form img {
  padding-left: 10px;
}

.quick-enquiry-form .form-parent form label .form-control {
  background: 0 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #acacac;
  padding: 0;
  margin-bottom: 10px;
}

.quick-enquiry-form .form-parent form label {
  width: 100%;
  margin-bottom: 0;
  margin-top: 5%;
}

.mbQuickSub {
  margin-top: 10px;
}

.rightSticky {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 3.5em;
  margin: auto;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
}

@media screen and (max-width: 375px) {
  .rightSticky {
    right: 18%;
    top: 3.2% !important;
  }
}

@media screen and (max-width: 390px) {
  .rightSticky {
    top: 2.2% !important;
  }
}

@media screen and (max-width: 400px) {
  .rightSticky {
    right: 18%;
    top: 3.4% !important;
  }
}

@media screen and (max-width: 480.97px) {
  .rightSticky {
    right: 18%;
    top: 2.6%;
  }
}

@media screen and (max-width: 574.97px) {
  .rightSticky {
    margin: 0;
    top: 2.6%;
    -webkit-transform-origin: initial;
    transform-origin: initial;
    -webkit-transform: initial;
    transform: initial;
  }
}

@media screen and (max-width: 768.97px) {
  .rightSticky {
    right: 18%;
    top: 2.6%;
  }
}

@media screen and (max-width: 480.97px) {
  .rc-anchor-logo-portrait {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
}

.form-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.form-popup .thankyouMsg {
  position: fixed;
  top: 50%;
  right: 35%;
  z-index: 999;
  width: 35%;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
  padding: 40px;
  text-align: center;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}

@media screen and (max-width: 991.97px) {
  .form-popup .thankyouMsg {
    right: 9%;
    width: 78%;
  }
}

.form-popup button {
  padding: 10px 18px;
  border: none;
  font-size: 16px;
  border-radius: 7px;
  background-color: #3eb17a;
  color: #ffffff;
}

.captchaAlert {
  top: -18px;
  position: relative;
}

.quickFormCaptchaAlert {
  top: -12px;
  position: relative;
}

#thankyouModal button {
  padding: 5px 30px;
}

#thankyouModal button img {
  padding-left: 10px;
}

#thankyouModal h3 {
  margin: 20px 0 30px 0;
}

.MobTextAlign {
  text-align: center;
}

@media screen and (max-width: 991.55px) {
  .MobTextAlign {
    text-align: left;
  }
}

#quickEnquiryCaptcha,
#enquiryPopupCaptcha,
#contactPageCaptcha {
  -webkit-transform: scale(0.77);
  transform: scale(0.77);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/*# sourceMappingURL=custom.css.map */

footer,
.contactUs .contact-us-info-container {
  background-color: #0089cf;
}

.ourServices .services_carousel .item .pro_img .gradient-border-mask-image {
  border: solid 4px transparent;
  border-radius: 50%;
  background-image:
    -webkit-gradient(linear, left top, left bottom, from(white), to(white)),
    -webkit-gradient(linear, left top, left bottom, color-stop(10%, #3eb17a), color-stop(10%, #3eb17a), color-stop(30%, #3eb17a), color-stop(50%, #3eb17a), color-stop(70%, #0089cf));
  background-image: linear-gradient(white, white),
    linear-gradient(to bottom, #3eb17a 10%, #3eb17a 10% 30%, #3eb17a 30% 50%, #3eb17a 50% 70%, #0089cf 70%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.green_btn:hover {
  background-color: #0089cf;
}

.querywrapper .form-select {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #535353;
  font-weight: 300;
  border-bottom: 1px solid #acacac;
  border-radius: 0;
}

.form-select:focus {
  box-shadow: none;
}

/* .websiteLink {
  display: none;
}

footer .footerRightSection {
  text-align: center;
}

footer .footerRightSection .d-flex {
  justify-content: center;
} */

.bg-color-green {
  background-color: #00c389;
}

.outerWrappermain{
  margin: 20px 0 0 0;
}

.outerWrappermain .d-grid svg {
  width: 3.5rem;
}

.outerWrappermain .d-grid {
  display: grid;
  grid-template-columns: 19% 19% 19% 19% 19%;
  grid-column-gap: 1.5%;
}

.outerWrappermain .d-grid ul {
  padding-left: 1rem;
  border-top: 1px solid #c3bebe;
  padding-top: 1rem;
}

.outerWrappermain .d-grid ul li::marker{
  color: #3eb17a;
}

.outerWrappermain .d-grid ul li{
  font-size: 14px;
}

.outerWrappermain .d-grid h3 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.navbar li.nav-item.activeLink a{
  color: #0089cf;
}

.navbar .nav-link:focus, .navbar .nav-link:hover {
  color: #0089cf;
}

.tableOutermainsection.genericPadding {
  padding: 70px 0;
}

.ourServices .owl-carousel .owl-stage{
  display: block;
    margin: 0 auto;
}

@media screen and (max-width: 1030px) {
  .outerWrappermain .d-grid {
    grid-template-columns: 33% 33% 33%;
    grid-column-gap: 1.5%;
  }
}

@media screen and (max-width: 991px) {
  .navbar-brand img {
    width: 120px;
  }

  .outerWrappermain .d-grid {
    grid-template-columns: 50% 50%;
    grid-column-gap: 1.5%;
  }
}

@media screen and (max-width: 767.97px) {
  .outerWrappermain .d-grid {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }

  .websiteLink {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 574px) {
  .headerBtn img {
    height: auto;
  }

  .headerBtn {
    height: auto;
  }

  .header-navbar.stickyHeader .rightSticky {
    top: 7px;
  }

  .rightSticky {
    height: 28px;
    top: 15px;
  }

  .tableOutermainsection.genericPadding {
    padding: 40px 0;
  }

  .connectedIntel .grid ul li::before {
    padding-right: 30px;
    background-size: 50% !important;
    top: 0;
  }
}

@media screen and (max-width: 400px) {
  .rightSticky {
    top: 15px !important;
  }

  .header-navbar.stickyHeader .rightSticky {
    top: 7px !important;
  }
}

.epfo-form 
{
  background-color: #3eb17a;
  color: #fff;
}
.blue_btn
{
      background-color: #0a58ca;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 25px;
    padding: 10px 30px;
    border: 0;
    -webkit-transition: ease-in-out 0.3s all;
    text-decoration: none;
    transition: ease-in-out 0.3s all;
        border: 2px solid #0a58ca;
}
   .blue_btn:hover {
    background-color: #00c389;
    color: #fff;
    border-color: #fff;
  }
 
 .blue_arrow
      {
        border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #3eb17a;
    transition: transform(rotate0);
    transform: rotate(90deg);
      }
