.bg-gradiant{
  background: linear-gradient(to bottom left, #496fe5, #8400ff);
  overflow-y: auto;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
}
::placeholder {
    color: #ffffff;
}
.navbar {
    background: #f8f9fa;
}
.navmenu{
  position: absolute;
  right: 7%;
}
.custom-col-3{
  max-width: 22%;
}
.navmenu-list{
display: block;
text-decoration: none;
}
.navmenu-list li{
display: block;
text-decoration: none;
}
.container-fluid {
  width: 81%;
  padding-right: 0px;
  padding-left: 0px;
  padding-left: 0px;
  margin-left: 48px;
}
.content-wrapper{
  height: 100vh;
  width: 100vw;
}
.content-section-1{
  height: 60vh;
  width: 80%;
  background: #fff;
  border-radius: 3px;
  box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 15px;
  margin-left: auto;
  margin-right: auto;
  }

.section-1-header{
  position: absolute;
  bottom: 53%;
  right: 0;
  color: #ffffff;
  font-size: 8vw;
  font-weight: 800;
  letter-spacing: 115px;
  z-index: 1;
  opacity: 0.5;
}
.display-none{
  display: none;
}
.header-h1{
  font-size: 4vw;
  text-align: right;
  font-weight: 800;
  color: #6300ff;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 5px;
}
.header-h2{
  font-size: 3vw;
  text-align: left;
  font-weight: 800;
  color: #6300ff;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 5px;
}
blockquote {
  word-wrap: break-word;
  padding: 40px;
  padding-left: 70px;
  padding-right: 0px;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
}
blockquote p {
    color: #404040;
    opacity: 1;
    font-weight: 500;
    font-size: 15px;
    word-wrap: normal;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
}
blockquote h3{
  color: blueviolet;
  font-weight: 700;
  letter-spacing: 6px;
  font-family: 'Montserrat', sans-serif;
}

.mobile-service-holder {
  height: 550px;
  width: 280px;
  background: url(../img/undigit-mobile-services.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  position: absolute;
  bottom: 5%;
  right: 15%;
}
.service-menu{
  width: 100%;
  height: 30vh;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 0;
  list-style: none;
}
.service-menu li{
  float: left;
  width: 25%;
  height: 30vh;
}
.service-menu li.active {
    background: #000;
}
.main img{
  padding: 20%;
  width: 50px;
  height: 50px;
  padding-bottom: 0;
}
.animate-serv-tag{
  color: #ffffff;
  padding-top: 8px;
}
.hide{
  display: none;
}
.active{
  display: inline-block;
}
.display-show{
  display: flex;
}
.running-man-service {
  height: 65vh;
  width: 80%;
  background: #fff;
  border-radius: 3px;
  position: absolute;
}
.running-man {
  position: relative;
  height: auto;
  width: 500px;
  right: 0;
  top: 105px;
}
.running-man img {
    height: 500px;
    width: auto;
}
.running-man-blockquote h3{
  letter-spacing: 0;
  text-transform: uppercase;
}
.running-man-blockquote p{
  padding-top: 20px;
}

.content-section-3{
  width: 100%;
  height: auto;
  background: #212529;
  position: relative;
  right: 0;
  z-index: 1;
}
.content-section-3 h1{
  position: relative;
  text-align: center;
  bottom: 0;
  color: #ffffff;
  font-size: 10vw;
  font-weight: 800;
  letter-spacing: 15px;
  z-index: 3;
  opacity: 1;
}
.service-list-ul .header {
    font-size: 20px;
    font-weight: 600;
    background: -webkit-linear-gradient(#38dbf8,#0bd5b1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    list-style: none;
    margin-bottom: 25px;
}
.service-list-ul li a, .service-list-ul li {
    font-size: 13px;
    text-align: left;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: url(../img/plus.png);
}
.design-list{
  margin-right: 0;
  margin-left: 1%;
  padding-bottom: 30px;
}
.service-list-ul .header:after {
    content: "";
    position: absolute;
    left: 15%;
    top: 50px;
    height: 1px;
    width: 30%;
    border-bottom: 3px solid #0bd5b1;
}
.section-container-5{
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  padding-left: 0px;
  margin-left: 0px;
}
.section-container-6{
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  padding-left: 0px;
  margin-left: 0px;
}

/* About page styling start here*/
.about-container-fluid {
    width: 100%!important;
    margin-left: 0px!important;
}
.about-fluid{
  padding-left: 0px;
}
.container{
  max-width: 80%;
}

.about-main-container{
  padding-right: 0px;
  padding-left: 0px;
}
.about-header-bg{
  position: relative;
  width: 100vw;
  height: 50vh;
  background: url(../img/about-bg.jpg);
  background-position-y: 25%;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-header-text{
  position: absolute;
  bottom: 0;
  left: 5%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #ffffff;
  font-size: 4vw;
}
.about-sec-1-left{
  width: 60%;
}
.about-sec-1-right{
  width: 40%;
  background-color: #0f0f0f;
}
.about-sec-1-content-left{
  padding: 8%;
}
.about-h1{
  font-size: 3vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #6300ff;
}
.about-p{
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  text-align: justify;
}
.about-sec-1-content-right{
  padding: 67px;
}
.about-sec-1-logo img{
  width: 38%;
}
.m-16-b{
  margin-bottom: 16px;
}
.about-sec-1-style{
  color: #00ffff;
  font-weight: 800;
}
.about-coming-soon{
  width: 300px;
  height: 35px;
  float: right;
  background-color: #ff024d;
}
.about-coming-soon p{
  padding-top: 8px;
  padding-left: 8px;
  font-weight: 800;
}
.about-sec-2{
  background-color: #f3f3f3;
}
.about-sec-2-header{
  color: #646464;
  text-align: center;
  height: 30vh;
  padding-top: 5%;
}
.about-clients-wrapper{
  position:absolute;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  background-color: #0f0f0f;
  width: 80%;
  height: 20vh;
  margin-top: -100px;
  z-index: 1;
}
.about-ul li{
  float: left;
  width: 20%;
  display: block;
  line-height: 10;
}
.about-ul li img{
  width: 76%;
  height: auto;
  filter: grayscale(100%);
  vertical-align: middle;
}
.about-gap{
  width: 100%;
  height: 20vh;
}
.about-social-clients{
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-left: 0px;
}
.about-section-5-header-wrapper{
  height: 50vh!important;
}
.about-social-clients li img{
  width: auto;
  height: 30px!important;
}
.about-col-2{
  max-width: 12.88888%;
}

/* Media Queries */
@media only screen  and (max-width : 992px) {


  /* About page styling start here*/
  .about-sec-1-left{
    width: 100%;
  }
  .about-sec-1-right{
    width: 100%;
  }


}


#section-5{
  background: #ffffff;
  margin-top: 0;
}
#section-6{
  background: #ffffff;
}
.col-md-2 {
    max-width: 12.88888%;
}
.section-5-blockquote h3{
  letter-spacing: 0px;
}

.parallax {
    height: 100vh;
    width: 100vw;
    position: relative;
    margin: 0;
    padding: 0;
}
.parallax .parallax-img-1 {
    background: url(../img/undigit-page-footer-base-layer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.parallax .parallax-img-2 {
    background: url(../img/undigit-page-footer-base-layer-text.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.parallax .parallax-img-3 {
    background: url(../img/undigit-page-footer-base-layer-top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.section-container-6 {
    padding: 0px;
}
.section-5-header-wrapper {
    height: 65vh;
    width: 100vw;
    background: #6300ff;
    background-image: url(../img/undigit-page-footer-inbox-me-bg-gradiant.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
}

.section-5-blockquote {
    text-align: center;
    padding: 0!important;
}
.section-5-blockquote h1 {
    font-size: 6vw;
    text-align: center;
    font-weight: 800;
    color: #f8f9fa;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    padding-bottom: 5px;
    padding-top: 50px;
    opacity: 1;
}
.section-5-blockquote h3 {
    color: #ffffff;
}
.search_wrapper {
    width: 100%;
    height: 40px;
    position: relative;
    text-align: center;
    margin-top: 40px;
}
.search_wrapper .form-content {
    width: 500px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
.search_field {
    background: transparent;
    height: 30px;
    width: 500px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    padding: 0;
    outline: 0;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 5px;
}
.search_button {
    position: absolute;
    top: 7px;
    right: 0;
    width: 50px;
    height: 30px;
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    border-bottom: 7px solid #fff;
}
.per10 {
    height: 10vh;
    width: 100vw;
}
.section-6-width{
  width: 100vw;
}
.social-clients {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-left: 0px;
}
.social-clients li {
    float: left;
    width: 10%;
    text-align: center;
    padding: 5px;
    list-style: none;
}
.social-clients li img {
    width: auto;
    height: 30px;
    padding: 10px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .3s ease;
    opacity: 0.5;
}
.social-clients li:hover img{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.footer-about {
    font-size: 12px;
    text-align: justify;
    padding-right: 25px;
    padding-left: 10px;
}
.footer-list {
    padding-left: 25px;
    padding-right: 25px;
    margin: 0;
    text-align: left;
    font-size: 11px;
    list-style: none;
}

.contact-us .contact-cont {
    margin-left: 0;
}
.contact-us .contact-cont p {
    color: #6300ff;
    font-size: 17px;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.contact-us .contact-cont span {
    color: #868686;
    font-size: 11px;
}
.footer-text {
    text-align: center;
    font-size: 11px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 10%;
}
@media (min-width: 1441px) and (max-width: 1920px){
  .container-fluid {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
    padding-left: 0px;
    margin-left: 0;
}
.content-wrapper {
    height: auto;
    width: 100vw;
}
.content-section-1 {
  height: auto;
  width: 90%;
  background: #fff;
  border-radius: 3px;
  box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.25);
  position: relative;
  bottom: 0;
  top: 30vh;
  right: 0;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
}
blockquote h3 {
    color: blueviolet;
    font-weight: 700;
    font-size: 5vh;
    letter-spacing: 6px;
}
  blockquote p {
    color: #404040;
    opacity: 1;
    font-weight: 500;
    font-size: 14px;
    word-wrap: normal;
    text-align: justify;
}

.section-1-header {
    position: absolute;
    bottom: 65%;
    right: 0%;
    color: #ffffff;
    font-size: 8vw;
    font-weight: 800;
    letter-spacing: 150px;
    z-index: 1;
    opacity: 0.5;
}
.mobile-service-holder {
    height: 570px;
    width: 320px;
    background: url(../img/undigit-mobile-services.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    position: absolute;
    bottom: 30%;
    right: 16%;
}
.container-serv{
  position: relative;
  margin-top: 274px;
  margin-left: 95px;
}
.service-menu {
    width: 100%;
    height: 30vh;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 0;
    list-style: none;
}
.service-menu li {
    float: left;
    width: 25%;
    height: 30vh;
}
.running-man-service {
    height: auto;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    position: relative;
}
.content-wrapper {
    height: auto;
    width: 100vw;
}
.content-section-3 {
    width: 100%;
    height: auto;
    background: #212529;
    position: absolute;
    right: 0;
    z-index: 1;
}
.design-list {
    margin-right: 0;
    margin-left: 5%;
    padding-bottom: 30px;
}
#section-5 {
    background: #ffffff;
    margin-top: 20%;
}
.content-section-3 h1{
  position: relative;
    bottom: 0;
    right: 0%;
    color: #ffffff;
    font-size: 8vw;
    font-weight: 800;
    letter-spacing: 50px;
    z-index: 1;
    opacity: 0.5;
}
.section-5-header-wrapper {
    height: 50vh;
    width: 100vw;
    background: #6300ff;
    background-image: url(../img/undigit-page-footer-inbox-me-bg-gradiant.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
}
.sub-h3{
  font-size: 3vh;
}
.section-7-header-wrapper{
  padding-left: 2%;
}
.footer-text {
    text-align: center;
    font-size: 11px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 5%;
}
}
@media (min-width: 1200px) and (max-width: 1443px){
  .content-wrapper {
    height: auto;
    width: 100vw;
}
.services-wrapper{
  margin-right: 0px;
  margin-left: -48px;
}
.content-section-1 {
    height: auto;
    width: 81%;
    background: #fff;
    border-radius: 3px;
    box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.25);
    position: relative;
    /* bottom: 0; */
    right: 0;
    left: 0px;
    margin-left: 95px;
    margin-right: 0;
    margin-top: 40vh;
}
.container-serv{
  width: 81%;
  position: relative;
  height: auto;
}
..service-menu {
    width: 100%;
    height: 35vh;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 0;
    list-style: none;
}
.running-man-service {
    height: auto;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    position: relative;
}
#section-5 {
    background: #ffffff;
    position: relative;
}
.section-container-5 {
    width: 100%;
    position: relative;
    margin-top: 0;
    padding-right: 0px;
    padding-left: 0px;
    padding-left: 0px;
    margin-left: 0px;
}

}
@media (max-width: 1199.98px) {
  .content-section-1 {
    height: auto;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.25);
    position: relative;
    bottom: 0;
    right: 0;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
}
blockquote {
    word-wrap: break-word;
    padding: 0;
    padding-left: 40px;
    padding-right: 0px;
    text-align: right;
    margin: 20% auto;
}

.section-1-header {
    position: absolute;
    bottom: 53%;
    right: 14%;
    color: #ffffff;
    font-size: 5vw;
    font-weight: 800;
    letter-spacing: 0;
    z-index: 1;
    opacity: 0.5;
}
.mobile-service-holder {
    height: 450px;
    width: 240px;
    background: url(../img/undigit-mobile-services.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    position: absolute;
    bottom: 0;
    TOP: 10%;
    right: 9%;
}
.main{
  margin: 12% auto;
}
.content-wrapper {
    height: auto;
}
.service-menu {
    width: 100%;
    height: 35vh;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 0;
    list-style: none;
}
.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
}
.service-menu li {
    float: left;
    width: 25%;
    height: 35vh;
}
blockquote p {
    color: #404040;
    opacity: 1;
    font-weight: 500;
    font-size: 15px;
    word-wrap: normal;
    text-align: justify;
}
.running-man-service {
    height: auto;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    position: relative;
    left: 0;
}
.running-man {
  position: relative;
  height: 100%;
  right: 20%;
  top: 35%;
}
.running-man img {
    height: 380px;
    width: auto;
}
.content-section-3 {
    width: 100%;
    height: auto;
    background: #212529;
    position: relative;
    margin-top: -5px;
    right: 0;
}
.design-list {
    margin-right: 0;
    margin-left: 1%;
    padding-top: 0;
    margin-right: -110px;
    padding-left: 15px;
}
.content-section-3 h1 {
    position: relative;
    bottom: 0;
    right: 0px;
    left: 0;
    color: #ffffff;
    font-size: 10vw;
    font-weight: 800;
    letter-spacing: 0;
    z-index: 1;
    opacity: 1;
}
.col-engage{
  max-width: 25%!important;
}
.col-md-3 {
    max-width: 20%;
}
.service-list-ul{
  padding: 0;
}
.parallax {
    height: 80vh;
    width: 100vw;
    position: relative;
    margin: 0;
    padding: 0;
}
.social-clients li img {
    width: auto;
    height: 25px;
    padding: 10px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .3s ease;
    opacity: 0.5;
}
.col-md-6 {
    max-width: 46%;
}
#section-5 {
    background: #ffffff;
    margin-top: 0%;
}
.section-5-header-wrapper {
    height: 60vh;
    width: 100vw;
    background: #6300ff;
    background-image: url(../img/undigit-page-footer-inbox-me-bg-gradiant.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
}
.section-5-blockquote {
    text-align: center;
    padding: 0!important;
    margin: 0% auto;
}
.footer-text {
    text-align: center;
    font-size: 11px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0;
}
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .section-1-header {
      display: none;
  }
  .running-man {
    display: none;
}
  .mobile-service-holder {
    display: none;
  }
  .main img {
    padding: 30%;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
}
  blockquote {
    word-wrap: break-word;
    padding: 0px;
    padding-left: 7%;
    padding-right: 10%;
    text-align: left;
}
blockquote p {
    color: #404040;
    opacity: 1;
    font-weight: 500;
    word-wrap: normal;
    text-align: justify;
}
.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.running-man-blockquote p {
    padding-top: 0px;
}
.col-engage{
  max-width: 44%!important;
}
.col-md-3 {
    max-width: 44%;
}
.content-section-3 {
    width: 100%;
    height: auto;
    background: #212529;
    position: relative;
    margin-top: -5px;
    right: 0;
}
.content-section-3 h1 {
    top:0;
}
.design-list {
    width: 100%;
    margin-left: 1%;
    padding-top: 0;
    padding-left: 10%;
    margin: auto;
}
.content-section-3 h1 {
    position: relative;
    bottom: 0;
    right: 0px;
    left: 0;
    color: #ffffff;
    font-size: 10vw;
    font-weight: 800;
    letter-spacing: 0;
    z-index: 1;
    opacity: 1;
}
.parallax {
    height: 60vh;
    width: 100vw;
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 0;
}
.section-5-blockquote h3 {
    color: #ffffff;
    font-size: 18px;
}
.social-clients {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-left: 28%;
    padding-right: 28%;
}
.order-1{
  max-width: 98%;
}
.col-md-2 {
    max-width: 24%;
}
.footer-about {
    padding-bottom: 20px;
}
}

@media (max-width: 575.98px) {
  .section-1-header {
      display: none;
  }
  .header-h1 {
    font-size: 8vw;
    text-align: right;
    font-weight: 800;
    color: #6300ff;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 5px;
}
.header-h2 {
    font-size: 6vw;
    text-align: left;
    font-weight: 800;
    color: #6300ff;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 5px;
}
  .content-wrapper{
    height: auto;
    width: 100vw;
  }
  .mobile-service-holder {
    display: none;
  }
  .content-section-1 {
    height: auto;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.25);
    position: relative;
    bottom: 0;
    right: 0;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
}
  .main img {
    padding: 15%;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
}
  blockquote {
    word-wrap: break-word;
    padding: 0;
    padding-left: 3%;
    padding-right: 3%;
    text-align: left;
    margin: 20% auto;
}
.running-man-blockquote{
  word-wrap: break-word;
  padding: 0;
  padding-left: 3%;
  padding-right: 3%;
  text-align: left;
  margin: 20% auto;
}
blockquote p {
    margin: 0;
}
.running-man-blockquote h3 {
    letter-spacing: 0;
    text-transform: uppercase;
}
.service-menu {
    width: 100%;
    height: 20vh;
    margin: 0;
    position: relative;
    padding: 0;
    text-align: center;
    margin-top: 0;
    list-style: none;
}
.service-menu li {
    float: left;
    width: 25%;
    height: 20vh;
}
.running-man-service {
    height: auto;
    position: relative;
}
.running-man {
    display: none;
}
.running-man img {
    height: 175px;
    width: auto;
}
.content-section-3 h1 {
    position: relative;
    bottom: 0%;
    right: 0px;
    left: 0;
    color: #ffffff;
    font-size: 10vw;
    font-weight: 800;
    letter-spacing: 0;
    z-index: 10;
    opacity: 1;
}
.container {
    width: 100%;
    height: 75vh;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.main{
  margin: 10% auto;
}
.running-man-blockquote p {
    padding-top: 0px;
}
.col-engage{
  max-width: 85%!important;
}
.col-md-3 {
    max-width: 85%;
}
.content-section-3 {
    width: 100%;
    height: auto;
    background: #212529;
    position: relative;
    margin-top: -5px;
    right: 0;
}
.content-section-3 h1 {
    top:0;
}
.design-list {
    width: 100%;
    margin-left: 1%;
    padding-top: 0;
    padding-left: 8%;
    margin: auto;
}
.content-section-3 h1 {
  display: block;
  top: 0;
  right: auto;
  left: 0px;
  padding-top: 30px
}
.parallax {
    height: 60vh;
    width: 100vw;
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 30%;
}
.section-5-blockquote{
  margin: 0;
}
.section-5-blockquote h3 {
    color: #ffffff;
    font-size: 12px;
}
.social-clients {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-left: 23%;
    padding-right: 23%;
}
.order-1{
  max-width: 98%;
}
.col-md-2 {
    max-width: 40%;
    margin: 0 auto;
}
.contact-us{
  max-width: 100%;
  text-align: center;
  padding-top: 10px;
}
.footer-about {
    padding-bottom: 20px;
}
#section-5 {
    background: #ffffff;
    margin-top: 0;
    position: relative;
}
.section-5-blockquote h1 {
    font-size: 8vw;
    text-align: center;
    font-weight: 800;
    color: #f8f9fa;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    padding-bottom: 5px;
    padding-top: 50px;
    opacity: 1;
}
.section-5-header-wrapper {
    height: auto;
    width: 100vw;
    background: #6300ff;
    background-image: url(../img/undigit-page-footer-inbox-me-bg-gradiant.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0px;
}
.search_wrapper {
    width: 100%;
    height: 40px;
    position: relative;
    text-align: center;
    margin-top: 25px;
    padding-bottom: 40px;
}
.parallax {
    height: 30vh;
    width: 100vw;
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 0;
}
.search_wrapper .form-content {
    width: auto;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
.search_field {
    background: transparent;
    height: 30px;
    width: 60%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    padding: 0;
    outline: 0;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 5px;
}
.search_button {
    position: absolute;
    top: 7px;
    right: 20%;
    width: 50px;
    height: 30px;
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    border-bottom: 7px solid #fff;
}
.footer-about {
    font-size: 12px;
    text-align: justify;
    padding-right: 35px;
    padding-left: 15px;
}
.footer-text {
    text-align: center;
    font-size: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
}
.footer-text span{
    padding-right: 5%;
}
}
