@charset "utf-8";
@import url(reset.css);
@import url(animate.css);


/** WebsiteVizruDesign  Style **/
.multile-bg-color-card-wraper {
  padding-top: 135px !important;
}

.vis-mbile {
  display: none;
}

.vis-lap {
  display: block;
}

.news-headlines li:hover {
  cursor: pointer;
  background: #fff;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.sticky {
  position: fixed;
  height: 51px;
  background: #fff;
  width: 100%;
  z-index: 99999;
  padding-top: 0;
}

header.sticky li.active:after,
header.sticky li:hover:after {

  height: 51px;

}

.sticky .mt-12 {
  margin-top: 6px;
}

.sticky nav {
  padding: 10px 0;
}

.mt-12 {
  margin-top: 12px;
}

.block-inner h2 {
  font-size: 65px;
  margin-bottom: 30px;
  line-height: 90px;
}

.pl-pr-120 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.buble-left {
  position: absolute;
  left: -158px;
  width: 100%;
  text-align: left;
  top: 87px;

}

.lap-circle img {
  position: absolute;
  z-index: -1;
  transition: 2s all ease;
  top: -115px;
  width: 35%;
}

.buble-right {
  position: absolute;
  right: -140px;
  margin-top: -245px;
}

header {
  padding-top: 5px;
  padding-bottom: 5px;
}

header li.active:after {
  opacity: 1;
}

header li:after {
  position: absolute;
  content: "";
  background: #FF4B001C;
  height: 68px;
  width: 100%;
  color: #000 !important;
  top: -11px;
  bottom: 0;
  margin: 0 auto;
  z-index: -1;
  left: 0;
  opacity: 0;
}

header li:hover:after {
  opacity: 1;
  transition: all 0.5s ease;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.pt-pb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mr-r0 {
  margin-right: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.weight-300 {
  font-weight: 300;
}

.weight-600 {
  font-weight: 600;
}

.font-60 {
  font-size: 45px;
  line-height: 60px;
}

.btn-purple {
  background: #51087E;
  border-color: #51087E;
  padding: 11px 29px;
  align-items: center;
  display: inline-flex;
}

.btn-purple:hover {
  background: #3a035c;
  border-color: #3a035c;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.font-14 {
  font-size: 14px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-30 {
  font-size: 30px;
}

.font-32 {
  font-size: 24px;
  line-height: 40px;
}

.font-45 {
  font-size: 45px;
}

.width-100 {
  width: 100%;
}

.ins-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.a-arrow a {
  color: #000;
  border-bottom: 1px dashed #000;
}

.a-arrow:hover img {
  transform: rotateZ(46deg);
  transition: all 0.4s ease;
}

body {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 300;
}

.container {
  position: relative;
}

.nicescroll-rails {
  z-index: 999 !important;
}

.container-fluid {
  padding: 0 50px;
}

header {
  box-shadow: 0px 6px 12px #b8b8b829;
}

.dashed-link {
  border-bottom: 1px #000 dashed;
  color: #000;

}

.dashed-link:hover {
  border-bottom: 1px #FF4B00 dashed;
  color: #FF4B00;

}

.section_one {
  background-image: url('../images/section-two-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 50px;
  margin-left: 50px;
  margin-right: 50px;
  border-radius: 30px;

}

.dev-section {
  background-image: url('../images/design-develop-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 50px;
  background-position: 60% center;
}

.unlock-section {
  background-image: url('../images/green-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 50px;
}

.feedback-section {
  background-image: url('../images/feedback.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 50px;
}

.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background-color: #51087E;
  border-color: #51087E;
}

.multile-bg-color-card-wraper:before {
  width: 356px;
  height: 416px;
  background: url(../images/left-round.svg);
  z-index: 9;
  position: absolute;
  content: " ";
  left: -145px;
  top: 120px;
  background-repeat: no-repeat;



  will-change: transform, opacity;
  animation: multile-bg-color-card-wraper-right2 5s linear infinite;
  display: block;
  z-index: -1;
  -webkit-animation: multile-bg-color-card-wraper-right2 5s linear infinite;
}

.block-inner {
  position: relative;
}

.multile-bg-color-card-wraper-right {


  width: 100px;
  height: 300px;
  background: url(../images/right-bubble.svg);
  z-index: 9;
  position: absolute;
  content: " ";
  background-repeat: no-repeat;
  right: 0;
  bottom: 35%;



  will-change: transform, opacity;
  animation: multile-bg-color-card-wraper-right 5s linear infinite;
  display: block;
  z-index: -1;
  -webkit-animation: multile-bg-color-card-wraper-right 5s linear infinite;
}

@keyframes multile-bg-color-card-wraper-right {

  0%,
  100% {

    transform: translate3d(20px, 0px, 0px) rotateZ(0.01deg);
  }

  34% {

    transform: translate3d(5px, 5px, 0) rotateZ(0.01deg);
  }

  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  67% {

    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}

@keyframes multile-bg-color-card-wraper-right2 {

  0%,
  100% {

    transform: translate3d(20px, 0px, 0px) rotateZ(0.01deg);
  }

  34% {

    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }

  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  67% {

    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}

/*Modal*/


/*Margin*/
.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

/*Padding*/
.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pb-15 {
  padding-bottom: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

/*blocked*/
.blocked {
  position: relative;
  display: table;
  width: 100%;
}

.blocked h1 {
  font-size: 180px;
}

.block-full {
  width: 100%;
  height: 100%;
}

.block-vertical {
  display: table-cell;
  width: 100%;
}

.block-vertical-middle {
  vertical-align: middle;
}

.block-vertical-bottom {
  vertical-align: bottom;
}

.block-inner {
  padding: 5% 0;
}

/*social*/


/*toTop*/
.scrollToTop {
  padding: 10px 10px 10px 10px;
  line-height: normal;
  text-align: center;
  color: #333;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 999;
  display: none;
}
.scrollToTop img{
  height: 15px;
}

.scrollToTop:hover {
  color: #e04a00;
}


.news-demo {
  background: #fff;
  padding: 20px;
}

.news-demo h1 {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #777;
  margin-bottom: 40px;
}

.news-holder h5 {
  color: #000000;
  font-size: 25px;
  font-weight: 500;
}

.news-demo .p {
  text-align: center;
  font-size: 16px;
  margin-top: 70px;
  color: #000000;
}

.news-demo .p~p {
  margin-top: 0;
}

.news-holder {
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
}

.news-holder * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news-headlines {
  list-style: none;
  position: relative;
}

.news-headlines li {
  padding: 25px 20px 25px 14px;
  margin-bottom: 10px;
  position: relative;
  z-index: 20;
  color: #000;
  border-radius: 9px;
}

.nh-anim {
  -webkit-transition: all .75s ease-out;
  -moz-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.news-headlines li:hover,
a:hover {
  cursor: pointer;
}

li.nh-anim.selected {
  background: #fff;
}

.news-headlines .highlight {
  width: 100%;
  padding: 25px 20px 25px 14px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.news-headlines .highlight:before {
  display: none;
}

.news-headlines {
  float: left;
  width: 39%;
  margin-right: 4%;
  margin-left: 0;
}

.news-preview {
  float: left;
  width: 55%;
  position: relative;
  z-index: 5;
  margin-left: 15px;
  min-height: 304px;
  position: relative;
}

.news-preview img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0 auto 5px auto;
}

.news-content {
  position: absolute;
  z-index: 10;
  padding: 10px;
  width: 100%;
  height: 570px;
  top: 0;
  left: 0;
  display: none;
}

.top-content {
  display: block;
}

/**
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    contenteditable attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that are clearfixed.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */

.cf:before,
.cf:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */

.cf {
  *zoom: 1;
}

.unlock-image {
  margin-top: -43px;
  width: 75%;
  margin-left: 100px;
}

.mob-none {
  display: none;
}

.main-wrap {
  display: inherit;
}

.section_one h2 {
  line-height: 70px;
  margin-bottom: 90px;
  font-size: 50px;
}

.sub-head-font {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 35px;
}

.banner-image-padding {
  padding-left: 100px;
  padding-right: 100px;
}

.utility-text h2 {
  line-height: 40px;
}

.utility-text .icon-img {
  width: 26px;
  margin-top: 15px;
}

.utility-text h4 {
  font-size: 20px;
  line-height: 36px;
}

.unlock-section h2 {
  line-height: 36px;
}

.unlock-section .icon {
  margin-top: 18px;
}

.weight-500 {
  font-weight: 500;
}

.news-headlines p {
  line-height: 30px !important;
  margin-top: 8px;
}

.unlock-section .icon {
  width: 25px;
}
.ds-scroll-top{
  width: 35px;
  height: 35px;
  background: var(--ds-primary-100);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

/*------------   R E S P O N S I V E    S T Y L E ------------*/
@media only screen and (max-width: 1600px) {

  .block-inner h2,
  .section_one h2,
  .font-60,
  .utility-text h2,
  .unlock-section h2 {
    font-size: 50px;
    line-height: 66px;
    font-weight: 500;
  }

  .section_one .container-fluid {
    padding: 0 10px;
  }


}

@media only screen and (max-width: 1200px) {
  .news-preview {
    width: 50%;

  }

}


@media only screen and (max-width: 990px) {
  header {
    padding-bottom: 0px;
  }


}

@media only screen and (max-width: 991px) {

  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 25px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  .block-inner h2 {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 54px;
  }

  .lap-circle img {
    width: 35%;
    top: -75px;
  }

  .section_one,
  .unlock-section,
  .ins-section,
  .dev-section {
    padding: 50px;

  }

  .section_one .container-fluid {
    padding: 0 10px !important;
  }

  .section_one {
    padding: 30px 10px !important;
  }

  .section_one.pl-50 {
    padding-left: 10px !important;
  }

  .section_one.pr-50 {
    padding-right: 10px !important;
  }

  .unlock-image {
    margin-top: 15px;
  }

  .pb-150,
  .pt-150px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mob-none {
    display: inherit;
  }

  .main-wrap {
    display: none;
  }

  .news-preview {
    width: 100%;
    height: 450px !important;
    overflow: hidden;
    margin-left: 0;
    margin-bottom: 25px;
  }

  .news-headlines {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .section_one h2 {
    line-height: 54px;
    margin-bottom: 35px;
    font-size: 40px;
  }

  .font-60 {
    font-size: 40px;
    line-height: 50px !important;
  }

  .unlock-section .mb30,
  .unlock-section p.mb-50 {
    margin-bottom: 0px !important;
  }

  header li.active:after {
    display: none;
  }

  .unlock-section .ml-50 {
    margin-left: 0 !important;
  }

  .pl-pr-120 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .container-fluid {
    padding: 0 20px;
  }

  .news-headlines .highlight {
    background: rgba(255, 255, 255, 0);
  }

  .blog-wrap .col-sm-12 {
    margin-bottom: 25px;
  }

  .unlock-section .icon {
    margin-top: 3px;
    width: 20px;
  }

  .unlock-section h2 {
    line-height: 36px;
  }

  .multile-bg-color-card-wraper {
    padding-top: 100px !important;
  }

  .feedback-section .font-20 {
    font-size: 15px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .fixbtn {
    top: 150px;
    font-size: 12px;
    width: 120px;
    right: -48px;
  }

  .fixbtn i {
    display: none
  }

  .block-inner h2 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 40px;
  }

  .sub-head-font {
    font-size: 17px;
    line-height: 30px;
  }

  .banner-image-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .multile-bg-color-card-wraper:before,
  .multile-bg-color-card-wraper-right {
    opacity: 0.4;
  }

  .section_one h2 {
    line-height: 42px;
    font-size: 30px;
  }

  .news-holder h5 {
    font-size: 17px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  .utility-text h2 {
    line-height: 34px;
  }

  .utility-text .icon-img {
    margin-top: 0px;
    width: 23px;
  }

  .dev-section .font-20 {
    font-size: 16px;
    line-height: 26px !important;
  }

  .utility-text h4 {
    font-size: 15px;
    line-height: 28px;
  }

  .dev-section {

    background-position: 0 0;
  }

  .unlock-section h2 {
    line-height: 33px;
    font-size: 22px;
  }

  .unlock-section .icon {
    margin-top: 0;
  }

  .unlock-image {
    margin-left: 65px;
  }

  .font-60 {
    font-size: 34px;
    line-height: 44px !important;
  }

  .unlock-image {
    display: none;
  }

  .section_one,
  .unlock-section,
  .ins-section,
  .dev-section {
    padding: 25px 20px;
  }

  .news-headlines li {
    padding: 0px 20px 15px 14px;
    margin-bottom: 10px;
  }

  .feedback-section {
    background-image: url(../images/feedback.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 15px;
  }

  .font-45 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 600px) {

  li.nh-anim.selected,
  .news-headlines li:hover {
    background: none;
  }

  .section_one {
    margin: 0;
    background-position: -10px 0;
    border-radius: 0;
  }

  .block-inner h2 {
    font-size: 23px;
    margin-bottom: 15px;
    line-height: 36px;
  }

  .section_one h2 {
    line-height: 30px;
    font-size: 22px;
  }

  .news-headline li .flex {
    flex-direction: column;
  }

  .news-headline li .flex img {
    margin-bottom: 20px;
  }

  .utility-text h2 {
    line-height: 33px;
    font-size: 22px;
  }

  .vis-mbile {
    display: block;
  }

  .vis-lap {
    display: none;
  }

  .font-60 {
    font-size: 30px;
    line-height: 40px !important;
  }

  .dev-section .font-60.mb-30 {
    margin-bottom: 10px !important;
  }
  .dev-section h2{
    line-height: 33px;
    font-size: 22px;
  }

}

@media only screen and (max-width: 320px) {}

@media screen and (min-width: 1640px) {
  .utility-text .icon-img,
  .unlock-section .icon {
    margin-top: 0px;
}
  }


  