.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

/*  About page start here  */
.about-banner-wrap {
  overflow: hidden;
  position: relative; }
  .about-banner-wrap .banner-img {
    text-align: center; }
    .about-banner-wrap .banner-img img {
      width: 100%; }
  .about-banner-wrap .about-banner-content {
    position: absolute;
    top: 50%;
    z-index: 1;
    color: #fff;
    transform: translateY(-50%);
    max-width: 1350px; }
    .about-banner-wrap .about-banner-content h2 {
      font-size: 60px;
      text-transform: uppercase;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 6px; }

/**/
.about-content-wrap {
  position: relative; }

.opland-journey {
  position: relative;
  padding-top: 32px;
  padding-bottom: 28px; }
  .opland-journey:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #383D40;
    left: -2px;
    top: 0px; }

.journey-row .yrwise-content {
  padding-top: 24px;
  max-width: 575px; }
  .journey-row .yrwise-content h3 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5;
    padding-top: 10px; }
.journey-row:first-child .date-journey {
  background: #272262;
  background: linear-gradient(90deg, #272262 0%, #00A69C 40%);
  ackground-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
.journey-row.active .date-journey {
  background: #272262;
  background: linear-gradient(90deg, #272262 0%, #00A69C 40%);
  ackground-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.date-journey {
  color: #383D40;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative; }
  .date-journey:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    z-index: 1;
    width: 2px;
    height: 100%;
    background: #fff; }

.journey-img-row {
  margin-bottom: 32px; }
  .journey-img-row:first-child {
    padding-top: 24px; }
  .journey-img-row .journey-figure img {
    border-radius: 10px; }
  .journey-img-row figcaption {
    padding: 16px 8px;
    display: block;
    text-align: center; }
    .journey-img-row figcaption strong {
      font-weight: 600; }

/*  dna  */
.brand-wrapper {
  background: #F6F6F6; }
  .brand-wrapper .date-journey {
    background: #272262;
    background: linear-gradient(90deg, #272262 0%, #00A69C 40%);
    ackground-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .brand-wrapper .date-journey:before {
      background: #F6F6F6; }
  .brand-wrapper .opland-journey {
    padding-top: 56px;
    padding-bottom: 40px; }
    .brand-wrapper .opland-journey:before {
      height: calc(100% + 42px); }

.dna-content {
  padding-top: 24px; }

.dna-thumb {
  align-items: center;
  margin-bottom: 40px; }
  .dna-thumb.form-row {
    margin-left: -12px;
    margin-right: -12px; }
    .dna-thumb.form-row [class*="col-"] {
      padding-left: 12px;
      padding-right: 12px; }
  .dna-thumb p {
    font-size: 1rem; }
  .dna-thumb strong {
    font-weight: 600; }

/* Latest technology  */
.latest-tech-wrap {
  /* Pic blur */
  background: url("../images/tech-bg.jpg") center top no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 72px;
  color: #fff; }
  .latest-tech-wrap .slick-slide {
    margin-left: 0px;
    margin-right: 10px; }
  .latest-tech-wrap .slick-dots {
    padding-left: 0px;
    position: static;
    margin-top: 20px; }
    .latest-tech-wrap .slick-dots li {
      border: none;
      width: 10px;
      height: 10px;
      background: #fff; }
      .latest-tech-wrap .slick-dots li:hover, .latest-tech-wrap .slick-dots li.slick-active {
        background: #383D40;
        border-radius: 20px; }
      .latest-tech-wrap .slick-dots li.slick-active {
        width: 32px; }

.title-tech {
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
  /* 54px */
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 24px; }

.tech-slide-txt h3 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase; }

.tech-slide-img {
  margin-bottom: 20px; }
  .tech-slide-img img {
    border-radius: 16px; }

@media all and (max-width: 767px) {
  .about-banner-wrap .about-banner-content h2 {
    font-size: 26px;
    letter-spacing: 2.6px; }

  .date-journey {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 34px;
    font-size: 30px; }
    .date-journey:first-child:before {
      top: -34px; }
    .date-journey:before {
      background: #383D40;
      top: -32px;
      height: 32px; }
    .date-journey .yrwise-content {
      padding-top: 0px; }

  .opland-journey {
    padding-top: 0px;
    padding-bottom: 0px; }
    .opland-journey:before {
      display: none; }

  .journey-row .yrwise-content {
    padding-top: 0px;
    font-size: 0.875rem;
    font-weight: 400; }
    .journey-row .yrwise-content p {
      font-size: 0.875rem;
      margin-bottom: 12px;
      font-weight: 400; }

  .journey-img-row {
    position: relative;
    margin-bottom: 24px;
    text-align: center; }
    .journey-img-row:first-child {
      padding-top: 12px;
      margin-top: 32px; }
      .journey-img-row:first-child:before {
        position: absolute;
        content: "";
        left: 0px;
        top: -32px;
        z-index: 1;
        width: 2px;
        height: 32px;
        background: #383D40; }

  /**/
  .brand-wrapper {
    background: #fff; }
    .brand-wrapper .opland-journey {
      padding-top: 0px;
      padding-bottom: 16px; }
      .brand-wrapper .opland-journey:before {
        display: block;
        height: 64px;
        bottom: -32px;
        width: 2px;
        top: auto; }
    .brand-wrapper .date-journey:before {
      background: #383D40; }

  .dna-thumb {
    margin-bottom: 16px; }
    .dna-thumb.form-row {
      margin-left: -8px;
      margin-right: -8px; }
      .dna-thumb.form-row [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px; }
    .dna-thumb p {
      font-size: 0.75rem; }

  .dna-content {
    padding-top: 16px; }
    .dna-content p:last-child {
      margin-bottom: 0px; }

  /**/
  .title-tech {
    font-size: 24px;
    margin-bottom: 16px; }

  .latest-tech-wrap {
    padding-top: 48px;
    padding-bottom: 32px;
    /*.slick-slide {
    	margin-right: 5px;
    }*/ }
    .latest-tech-wrap .slick-dots {
      margin-top: 8px; }

  .tech-slider-wrap .row {
    margin-left: -8px;
    margin-right: -8px; }
    .tech-slider-wrap .row [class*="col-"] {
      padding-left: 8px;
      padding-right: 8px; } }
/*  Vision page start here  */
/*  Banner section  */
.v-care-banner-wrap {
  margin-bottom: 89px; }

.v-care-banner-inner {
  position: relative;
  width: 100%;
  /*max-width: 1440px;
  margin:0 auto;*/ }
  .v-care-banner-inner .vision-banner-content {
    position: absolute;
    bottom: 50px;
    left: 100px;
    width: 30%;
    color: #383D40;
    overflow: hidden;
    line-height: 1.5em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 125px; }

/*  Content sec  */
.v-care-row {
  margin-bottom: 60px;
  border-bottom: 2px solid #272262; }
  .v-care-row .row {
    align-items: center; }

.v-care-inner-txt {
  padding-left: 10px;
  padding-right: 45px; }
  .v-care-inner-txt.text-right {
    padding-right: 10px; }
  .v-care-inner-txt .v-txt-log {
    margin-bottom: 32px; }
  .v-care-inner-txt h2 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #272262;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 1rem; }
  .v-care-inner-txt .by {
    margin-bottom: 1rem;
    font-weight: 500;
    color: #909090; }
  .v-care-inner-txt p {
    color: #383D40;
    margin-bottom: 1px; }
    .v-care-inner-txt p + p {
      margin-top: 15px; }

@media all and (max-width: 767px) {
  .v-care-banner-wrap {
    margin-bottom: 0px; }

  .v-care-banner-inner .vision-banner-content {
    left: 15px;
    bottom: 15px;
    font-size: 8px; }

  .v-care-row {
    text-align: center;
    margin-bottom: 0px;
    border-bottom: 0px; }

  .v-care-img {
    margin-bottom: 24px;
    order: 2; }

  .v-care-inner-txt {
    margin-bottom: 24px;
    margin-top: 24px;
    padding-left: 0px;
    padding-right: 0px !important; }
    .v-care-inner-txt .v-txt-log {
      margin-bottom: 24px; }
    .v-care-inner-txt.text-right {
      text-align: center !important; } }
/*  Vision page start here  */
.contact-page {
  background: url("../images/contact-bg.png") left top no-repeat;
  background-size: cover;
  padding-top: 52px;
  padding-bottom: 176px;
  position: relative; }

.sec-cont-top {
  margin-bottom: 168px; }
  .sec-cont-top h1 {
    font-size: 60px;
    line-height: 1 !important;
    font-weight: 500;
    margin-bottom: 1rem;
    letter-spacing: 6px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #272262 0%, #00A69C 40%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .sec-cont-top .help-txt {
    max-width: 400px;
    color: #383D40;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.5;
    font-size: 1.125rem; }

.contact-social-list .row {
  justify-content: center;
  margin-left: -12px;
  margin-right: -12px; }
  .contact-social-list .row [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px; }
  .contact-social-list .row .cont-social-item {
    padding-left: 12px;
    padding-right: 12px; }
.contact-social-list .cont-social-item {
  text-align: center;
  margin-bottom: 60px;
  height: calc(100% - 58px);
  position: relative; }
  .contact-social-list .cont-social-item.border-none:after {
    display: none; }
  .contact-social-list .cont-social-item:after {
    position: absolute;
    content: "";
    right: 0;
    top: 8px;
    width: 2px;
    height: calc(100% - 16px);
    border-right: 1px solid #E1E1E1; }
.contact-social-list .social-icon {
  margin-bottom: 24px; }
.contact-social-list .social-row {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5; }
  .contact-social-list .social-row:not(:last-child) {
    margin-bottom: 8px; }

@media all and (max-width: 767px) {
  .contact-page {
    padding-top: 40px;
    padding-bottom: 0px;
    background-position: center center; }

  .sec-cont-top {
    padding: 24px 0;
    margin-bottom: 40px; }
    .sec-cont-top h1 {
      font-size: 40px;
      letter-spacing: 4px; }
    .sec-cont-top .help-txt {
      font-size: 1rem; }

  .contact-social-list .social-row {
    font-size: 0.875rem; }
  .contact-social-list .cont-social-item {
    margin-bottom: 40px;
    height: auto; }
    .contact-social-list .cont-social-item:after {
      display: none; } }
@media all and (max-width: 991px) {
  .m-block {
    display: block; } }
