/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i|Open+Sans:300,400,600,700,800");
body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  
}

/*=======================
Experiment
=========================*/
/*

body {
  background: #888;
  padding: 50px;
}

background-image: linear-gradient(45deg, #009EC5 0%, #2e7eed 20%, #02225B 50%);
*/


/*=====================
End experiment
=======================*/

html {
  font-size: 62.5%;
}

@media(max-width:992px) {
  html {
    font-size: 55%
  }
}
@media(max-width:768px) {
  html {
    font-size: 50%
  }
}
@media(max-width:480px) {
  html {
    font-size: 45%
  }
}
@media(max-width:400px) {
  html {
    font-size: 45%
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: 300;
}

h1 {
  font-size: 4.5rem;
  line-height: 6.1rem;
}

h2 {
  font-size: 4.0rem;
  line-height: 5.0rem;
}

h3 {
  font-size: 2.0rem;
  line-height: 3.0rem;
}

p, li, blockquote, label {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2.5rem;
  color: #808080;
  margin-bottom: 0;
}

cite {
  font-size: 1.4rem;
  font-style: normal;
}

.lora {
  font-family: "Lora", serif;
  font-style: italic;
}

.form-control::-webkit-input-placeholder {
  color: #808080;
  line-height: 2.5rem;
  font-size: 1.6rem;
}

ul.app-badge {
  margin-bottom: 6.0rem;
}
ul.app-badge li a img {
  width: 15.0rem;
  height: auto;
}
@media (max-width: 400px) {
  ul.app-badge li {
    margin-bottom: 1.0rem;
  }
}

ul.post-tag {
  margin-bottom: 2.0rem;
}
ul.post-tag li {
  font-size: 1.4rem;
}
ul.post-tag li img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  margin-right: 0.5rem;
}
ul.post-tag li a {
  font-size: 1.4rem;
}
ul.post-tag li:last-child {
  margin-left: 2.5rem;
}

ul.read-more-link {
  margin-bottom: 0;
}
ul.read-more-link li:first-child a {
  padding-left: 0;
}
ul.read-more-link li a {
  padding: 0 1.5rem;
  display: block;
}
ul.read-more-link li a i {
  font-size: 2.0rem;
  color: #000;
}

body {
  overflow-x: hidden;
}

.shadow, .coming-soon .block .count-down .syotimer-cell, .user-login .block .image img, .casestudy .block, .job-list .block, .team-sm .image img, .founder img, .service .service-box {
  box-shadow: 0 0.7rem 2.0rem 0 rgba(0, 0, 0, 0.08);
}

.overlay:before {
  content: "";
  background: rgba(105, 140, 230, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

a {
  font-size: inherit;
  color: inherit;
}

a:focus,
a:hover {
  color: #2e7eed;
  text-decoration: none;
}

.bg-gray {
  background: #fafafa;
}

.bg-blue {
  background: #2e7eed;
}

.bg-darkblue {
  background: #333f50;
}

.bg-1 {
  background: url(../images/background/promo-video-back.jpg) fixed no-repeat;
  background-size: cover;
}

.bg-coming-soon {
  background: url(../images/background/comming-soon.jpg) fixed no-repeat;
  background-size: cover;
  background-position: bottom;
}

/* DP change padding */
.section {
  padding: 5.0rem 0;
}

.section-title {
  text-align: center;
  margin-bottom: 6.0rem;
}
.section-title h2 {
  font-size: 3.5rem;
  margin-bottom: 1.3rem;
}
.section-title p {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .section-title p {
    width: 100%;
  }
}

.page-title {
  text-align: center;
}

.video {
  position: relative;
}
.video:before {
  border-radius: 0.3rem;
}
.video img {
  width: 100%;
  border-radius: 0.8rem;
}
.video .video-button {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.video .video-box a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video .video-box a i {
  height: 12.5rem;
  width: 12.5rem;
  font-size: 4.0rem;
  background: #2e7eed;
  border-radius: 100%;
  color: #fff;
  line-height: 12.5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .video .video-box a i {
    height: 8.0rem;
    width: 8.0rem;
    line-height: 8.0rem;
    font-size: 2.2rem;
  }
}
.video .video-box a iframe {
  width: 100%;
  height: 100%;
}

.form-control.main {
  background: #fff;
  padding: 1.5rem 2.0rem;
  height: 4.8rem;
  margin-bottom: 2.0rem;
  border: 0.1rem solid #cccccc;
  font-size: 1.4rem;
}
.form-control.main:focus {
  border: 0.1rem solid #2e7eed;
  box-shadow: none;
}

textarea.form-control.main {
  height: initial;
}

.form-control::-webkit-input-placeholder {
  color: #808080;
  font-size: 1.4rem;
}

.left {
  overflow: hidden;
}
.left img {
  margin-left: -4.0rem;
}
@media (max-width: 768px) {
  .left img {
    margin-left: 0;
    margin-bottom: 3.0rem;
  }
}

.right {
  overflow: hidden;
}
.right img {
  margin-left: 4.0rem;
}
@media (max-width: 768px) {
  .right img {
    margin-left: 0;
  }
}

.hide-overflow, .service {
  overflow: hidden;
}

.nav-up {
  top: -7.0rem;
}

button:focus,
.slick-slide:focus {
  outline: 0;
}

.btn {
  text-transform: uppercase;
}

.btn-download {
  padding: 2.0rem 3.5rem;
  font-size: 1.4rem;
  background: #fff;
  color: #2e7eed;
}
.btn-download span {
  margin-left: 0.5rem;
  font-size: 2.0rem;
}

.btn-main {
  padding: 2.5rem 4.5rem;
  border-radius: 0.3rem;
  background: #2e7eed;
  color: #fff;
  outline: none;
}
.btn-main:hover {
  color: #fff;
}
.btn-main:focus {
  color: #fff;
  box-shadow: none;
}

.btn-main-md {
  padding: 1.7rem 3.8rem;
  border-radius: 0.3rem;
  background: #2e7eed;
  color: #fff;
  outline: none;
}
.btn-main-md:hover {
  color: #fff;
}
.btn-main-md:focus {
  color: #fff;
  box-shadow: none;
}

.btn-main-sm {
  padding: 1.5rem 3.5rem;
  border-radius: 0.3rem;
  background: #2e7eed;
  color: #fff;
  outline: none;
  font-size: 1.4rem;
}
.btn-main-sm:hover {
  color: #fff;
}
.btn-main-sm:focus {
  color: #fff;
  box-shadow: none;
}

.btn-white {
  background: white;
  color: #2e7eed;
}

.btn-rounded-icon {
  border-radius: 10.0rem;
  color: #fff;
  border: 0.1rem solid #fff;
  padding: 1.3rem 5.0rem;
}

.main-nav {
  background: #fff;
  z-index: 1;
}
.main-nav .navbar-brand {
  padding: 0;
}
.main-nav .navbar-nav .nav-item {
  position: relative;
  font-family: "Open Sans", sans-serif;
}
.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  text-align: center;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  line-height: 4.5rem;
}
@media (max-width: 992px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    line-height: 2.5rem;
  }
}
.main-nav .navbar-nav .nav-item .nav-link span i {
  font-size: 1.1rem;
}
.main-nav .navbar-nav .nav-item.active .nav-link {
  color: #2e7eed;
}
.main-nav .navbar-nav .nav-item.active .nav-link:before {
  content: "";
  background: #2e7eed;
  width: 60%;
  height: 0.2rem;
  position: absolute;
  top: 0;
  left: 20%;
}
@media (max-width: 992px) {
  .main-nav .navbar-nav .nav-item.active .nav-link:before {
    display: none;
  }
}
.main-nav .dropdown {
  position: relative;
}
.main-nav .dropdown .open > a,
.main-nav .dropdown .open > a:focus,
.main-nav .dropdown .open > a:hover {
  background: transparent;
  
}
.main-nav .dropdown.full-width .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}
@media (max-width: 992px) {
  .main-nav .dropdown {
    transform: none;
    left: auto;
    position: relative;
    text-align: center;
  }
}
.main-nav .dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: 0 0.8rem 3.0rem rgba(0, 0, 0, 0.05);
  display: none;
  margin-top: 0;
}
.main-nav .dropdown .dropdown-menu.show {
  display: block;
}
@media (max-width: 992px) {
  .main-nav .dropdown .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.main-nav .dropdown .dropdown-menu .dropdown-item {
  font-size: 1.3rem;
  padding: 0.3rem 2.2rem;
  transition: 0.3s ease;
}
.main-nav .dropdown .dropdown-menu .dropdown-item.active, .main-nav .dropdown .dropdown-menu .dropdown-item.focus, .main-nav .dropdown .dropdown-menu .dropdown-item:focus, .main-nav .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #2e7eed;
}
.main-nav .dropdown .dropdown-menu li:first-child {
  margin-top: 1.0rem;
}
.main-nav .dropdown .dropdown-menu li:last-child {
  margin-bottom: 1.0rem;
}
@media (min-width: 992px) {
  .main-nav .dropdown .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10rem);
    transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  }
  .main-nav .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    color: #777;
    transform: translateY(0.0rem);
  }
}

.dropdown-submenu.active > a,
.dropdown-submenu:hover > a {
  color: #2e7eed;
}

.dropleft .dropdown-menu,
.dropright .dropdown-menu {
  margin: 0;
}

.dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "themify";
  border: 0;
  font-size: 0.8rem;
  vertical-align: 0.1rem;
}

.dropleft .dropdown-toggle::before {
  content: "\e64a";
  margin-right: 0.5rem;
}

.dropright .dropdown-toggle::after {
  content: "\e649";
  margin-left: 0.5rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: none;
}

.footer-main {
  padding: 7.0rem 0;    /*DP change value from 92 to 70*/
  background: #3e4551;           /*DP Value for dark blue footer*/ ;
 /* background: #626263;*/    /*  626263  DP value for grey footer*/
  /*background: #1a1b1f;    --> original value*/
}
@media (max-width: 768px) {
  .footer-main {
    padding: 5.0rem 0;
  }
}
.footer-main .block img {
  margin-bottom: 2.0rem;
}
.footer-main .block img #small-Apps {
  fill: red;
}
.footer-main .block ul.social-icon li a {
  text-decoration: none;
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 100%;
  background: #A1A1A4;    /*DP Value*/
  /*background: #3f3f43;      --> original value*/
  color: #fff;
  text-align: center;
  line-height: 3.8rem;
}
.block ul.social-icon li a {
  text-decoration: none;
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 100%;
  background: #A1A1A4;    /*DP Value*/
  /*background: #3f3f43;      --> original value*/
  color: #fff;
  text-align: center;
  line-height: 3.8rem;
}
@media (max-width: 768px) {
  .footer-main .block {
    margin-bottom: 4.0rem;
  }
}
.footer-main .block-2 h6 {
  font-weight: bold;
  font-size: 1.4rem;      /*DP change from 14 to 16
  */
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
.footer-main .block-2 p {
  font-size: 1.4rem;      /*DP change from 14 to 16
  */
}
.footer-main .block-2 ul {
  padding: 0;
}
.footer-main .block-2 ul li {
  margin-bottom: 1.0rem;
  list-style: none;
  color: #B5B5B6;     /* DP added */
  font-size: 1.4rem;    /* DP added */
}
.footer-main .block-2 ul li a {
  font-size: 1.4rem;
  color: #B5B5B6;   /* DP changed */
  /*color: #6f6f71;    --> original value*/ 
  transition: 0.2s ease;
}
.footer-main .block-2 ul li a:hover {
  color: #fff;
}

.footer-classic {
  background: #fafafa;
  text-align: center;
  padding: 11.0rem 0;
}
.footer-classic ul.social-icons {
  margin-bottom: 3.0rem;
}
@media (max-width: 480px) {
  .footer-classic ul.social-icons li {
    margin-bottom: 1.0rem;
  }
}
.footer-classic ul.social-icons li a {
  padding: 0 2.0rem;
  display: block;
}
.footer-classic ul.social-icons li a i {
  font-size: 2.5rem;
  color: #000;
}
.footer-classic ul.footer-links li a {
  padding: 0 1.0rem;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #000;
}

.scroll-top-to {
  position: fixed;
  right: 2.0rem;
  bottom: 5.0rem;
  width: 4.0rem;
  height: 4.0rem;
  line-height: 4.0rem;
  text-align: center;
  background: #2e7eed;
  color: #fff;
  transition: 0.3s;
  z-index: 999556;
  cursor: pointer;
  display: none;
}
.scroll-top-to:hover {
  background: #333;
}
@media (max-width: 768px) {
  .scroll-top-to {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}

.call-to-action-app {
  text-align: center;
}
.call-to-action-app h2,
.call-to-action-app p,
.call-to-action-app a {
  color: #fff !important;
}
.call-to-action-app p {
  margin-bottom: 6.0rem;
}
.call-to-action-app ul li {
  margin: 1.0rem;
}
@media (max-width: 480px) {
  .call-to-action-app ul li {
    margin-left: 0;
    margin-bottom: 1.0rem;
  }
}
.call-to-action-app ul li:first-child {
  margin-left: 0;
}
.call-to-action-app ul li a i {
  font-size: 2.0rem;
  margin-right: 0.5rem;
}

.cta-hire {
  background: #FAFAFA;
}
.cta-hire p {
  width: 65%;
  margin: 0 auto;
}
.cta-hire h2,
.cta-hire p {
  margin-bottom: 2.0rem;
}

.cta-community {
  margin-bottom: 5.0rem;
  padding: 4.0rem 10.0rem;
}
@media (max-width: 992px) {
  .cta-community {
    padding: 4.0rem;
  }
}

.jd-modal .modal-content {
  padding: 2.5rem;
  text-align: left;
  background: #fafafa;
}
.jd-modal .modal-content .modal-header .modal-title {
  color: #000;
}
.jd-modal .modal-content .modal-body .block-2 {
  display: flex;
  margin-bottom: 7.0rem;
}
.jd-modal .modal-content .modal-body .block-2 .title {
  width: 30%;
}
.jd-modal .modal-content .modal-body .block-2 .title p {
  color: #000;
}
.jd-modal .modal-content .modal-body .block-2 .details {
  width: 70%;
}
.jd-modal .modal-content .modal-body .block-2 .details ul {
  padding-left: 0;
  margin: 0;
}
.jd-modal .modal-content .modal-body .block-2 .details ul li {
  list-style: none;
  margin-bottom: 0.5rem;
}
.jd-modal .modal-content .modal-body .block-2 .details ul li span {
  padding-right: 0.5rem;
  color: #000;
}
.jd-modal .modal-content .modal-body .form-title {
  margin-bottom: 3.0rem;
}

.banner {
  padding: 10.0rem 0;
}
.banner .block h1 {
  margin-bottom: 1.3rem;
}
.banner .block p {
  font-size: 2.0rem;
  margin-bottom: 3.0rem;
}
.banner .block .video {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .banner .block .video {
    width: 100%;
  }
}
.banner .block ul.clients-logo {
  margin-top: 3.0rem;
}
.banner .block ul.clients-logo li {
  margin-left: 3.0rem;
}
@media (max-width: 480px) {
  .banner .block ul.clients-logo li {
    margin-bottom: 2.0rem;
  }
}
.banner .block ul.clients-logo li:first-child {
  margin-left: 0;
}

.slider {
  padding: 18.0rem 0 30.0rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.slider .block {
  position: relative;
}
.slider .block h1,
.slider .block h3 {
  color: #fff;
}
.slider .block .download {
  margin-top: 2.0rem;
}
.slider .block .image-content {
  text-align: center;
}
.slider .block .image-content img {
  margin-top: 10.0rem;
  margin-bottom: -20.0rem;
}
.slider:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 29.0rem solid #fff;
  border-left: 200.0rem solid transparent;
  width: 0;
}

.services .service-block {
  background: #fff;
  padding: 3.0rem 4.0rem;
  margin-bottom: 3.0rem;
  border-radius: 0.5rem;
}
.services .service-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .services .service-block:last-child {
    margin-bottom: 3.0rem;
  }
}
.services .service-block h3 {
  line-height: 3.0rem;
  text-transform: capitalize;
  font-size: 1.6rem;
  font-weight: 500;
}
.services .service-block i {
  font-size: 3.0rem;
  color: #2e7eed;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.services .service-block p {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 2.0rem;
}
.services .app-preview {
  display: flex;
  justify-content: center !important;
}
.services .app-preview img {
  height: 50.0rem;
  width: auto;
}
@media (max-width: 992px) {
  .services .col-lg-4.m-auto {
    display: none;
  }
}

@media (max-width: 768px) {
  .service .service-thumb {
    width: 80%;
    margin: 0 auto;
  }
}
.service .service-box {
  padding: 2.0rem;
  background: #fff;
  border-radius: 0.4rem;
}
@media (max-width: 768px) {
  .service .service-box {
    width: 80%;
    margin: 0 auto;
  }
}
.service .service-box .service-item {
  text-align: center;
  padding: 1.0rem;
  margin: 2.0rem 0;
}
.service .service-box .service-item i {
  font-size: 2.0rem;
  color: #2e7eed;
  display: inline-block;
  margin-bottom: 1.0rem;
}
.service .service-box .service-item p {
  font-size: 1.4rem;
}

.feature .feature-content h2,
.feature .feature-content p {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .feature .feature-content h2,
.feature .feature-content p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .feature .testimonial {
    text-align: center;
  }
}
.feature .testimonial p {
  font-family: "Lora", serif;
  margin-bottom: 1.0rem;
  font-style: italic;
  color: #242424;
}
.feature .testimonial ul.meta li {
  font-size: 1.2rem;
  margin-right: 1.0rem;
}
.feature .testimonial ul.meta li img {
  height: 4.0rem;
  width: 4.0rem;
  border-radius: 100%;
}

@media (max-width: 480px) {
  .app-features .app-feature {
    margin-bottom: 3.0rem;
  }
}
.app-features .app-explore {
  display: flex;
  justify-content: center !important;
  margin-bottom: 4.0rem;
}

.banner-full .image {
  display: flex;
  justify-content: center;
}
.banner-full .image img {
  height: 62.5rem;
}
@media (max-width: 768px) {
  .banner-full .image {
    margin-bottom: 3.0rem;
  }
}
@media (max-width: 768px) {
  .banner-full .block {
    text-align: center;
  }
}
.banner-full .block .logo {
  margin-bottom: 4.0rem;
}
.banner-full .block h1 {
  margin-bottom: 4.0rem;
}
.banner-full .block p {
  font-size: 2.0rem;
  margin-bottom: 5.0rem;
}
.banner-full .block .app {
  margin-bottom: 2.0rem;
}

.video-promo {
  padding: 15.0rem 0;
}
.video-promo .content-block {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.video-promo .content-block h2 {
  font-size: 3.0rem;
  color: #fff;
}
.video-promo .content-block p {
  margin-bottom: 3.0rem;
}
.video-promo .content-block a i.video {
  height: 12.5rem;
  width: 12.5rem;
  background: #2e7eed;
  display: inline-block;
  font-size: 4.0rem;
  color: #fff;
  text-align: center;
  line-height: 12.5rem;
  border-radius: 100%;
}
.video-promo .content-block a:focus {
  outline: 0;
}

.testimonial .testimonial-slider .item {
  padding-bottom: 1.0rem;
}
.testimonial .testimonial-slider .item .block {
  padding: 4.0rem;
  text-align: center;
  margin: 1.0rem;
  border-radius: 0.5rem;
}
.testimonial .testimonial-slider .item .block .image {
  margin-top: 3.0rem;
  margin-bottom: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .testimonial .testimonial-slider .item .block .image {
    flex-grow: 1;
  }
}
.testimonial .testimonial-slider .item .block .image img {
  height: 4.0rem;
  width: 4.0rem;
  border-radius: 100%;
}
.testimonial .testimonial-slider .item .block p {
  font-family: "Lora", serif;
  font-style: italic;
  color: #888888;
}
.testimonial .testimonial-slider .item .block cite {
  font-style: normal;
  font-size: 1.4rem;
  color: #161616;
}
.testimonial .testimonial-slider .owl-dots .owl-dot:hover span {
  background: #2e7eed;
}
.testimonial .testimonial-slider .owl-dots .owl-dot.active span {
  background: #2e7eed;
}

/* homepage 3 */
.gradient-banner {
  padding: 10.0rem 0 17.0rem;
  position: relative;
  overflow: hidden;
}
.gradient-banner::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  border-radius: 50%;
  
  /*background-image: url("../images/â€”Pngtreeâ€”professional blue and silver pcb_1416234.png"); /* The image used */
  /*background-position: center center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: contain; /* Resize the background image to cover the entire container */

  /*background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)), url('../images/â€”Pngtreeâ€”professional blue and silver pcb_1416234.png');
  background-color: #4158D0;
/*background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);*/


  background-image: linear-gradient(45deg, #009EC5 0%, #2e7eed 20%, #02225B 50%);
  /*background-image: linear-gradient(45deg, #009EC5 0%, #000000 20%, #02225B 50%);*/
  /*background-image: url(../images/download.jpg);*/
  /*background-image: url(../images/download.jpg);*/
  
  /*background-color: #0093E9;*/

  /*background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);*/
  /*background-image: linear-gradient(to right, #DECBA4, #3E5151);*/
  /*background-image: linear-gradient(to right, #2c3e50, #4ca1af);*/
  /*background: linear-gradient(to right, rgba(255,255,255,0) 20%,
              rgba(255,255,255,1)), url(../images/download.jpg);*/

/*======

  background-image: url("../images/85850.jpg"); /* The image used */
  /*background-color: #cccccc; /* Used if the image is unavailable */   
  /*background-position: center; /* Center the image */
  /*background-repeat: no-repeat; /* Do not repeat the image */
  /*filter: blur(5px);
  /*background-size: cover; /* Resize the background image to cover the entire container */

}

.show_bg_2 {
    background-image:
    linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)),
    url('../images/85850.jpg');
    width: 80%;
    height: 40.0rem;
    background-size: cover;
    color: white;
    padding: 2.0rem;
}
.layered-image {
  background: linear-gradient(to right, transparent, mistyrose),
      url("../images/download.jpg");
}

.pull-top {
  margin-top: -10.0rem;
}

.shapes-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.shapes-container .shape {
  position: absolute;
}
.shapes-container .shape::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-35deg);
  position: absolute;
  border-radius: 5.0rem;
}
.shapes-container .shape:nth-child(1) {
  top: 2%;
  left: 11%;
  width: 40.0rem;
  height: 7.0rem;
}
.shapes-container .shape:nth-child(2) {
  top: 14%;
  left: 18%;
  width: 20.0rem;
  height: 1.5rem;
}
.shapes-container .shape:nth-child(3) {
  top: 80%;
  left: 4%;
  width: 30.0rem;
  height: 6.0rem;
}
.shapes-container .shape:nth-child(4) {
  top: 85%;
  left: 15%;
  width: 10.0rem;
  height: 1.0rem;
}
.shapes-container .shape:nth-child(5) {
  top: 5%;
  left: 50%;
  width: 30.0rem;
  height: 2.5rem;
}
.shapes-container .shape:nth-child(6) {
  top: 4%;
  left: 52%;
  width: 20.0rem;
  height: 0.5rem;
}
.shapes-container .shape:nth-child(7) {
  top: 80%;
  left: 70%;
  width: 20.0rem;
  height: 0.5rem;
}
.shapes-container .shape:nth-child(8) {
  top: 55%;
  left: 95%;
  width: 20.0rem;
  height: 0.5rem;
}
.shapes-container .shape:nth-child(9) {
  top: 50%;
  left: 90%;
  width: 30.0rem;
  height: 5.0rem;
}
.shapes-container .shape:nth-child(10) {
  top: 30%;
  left: 60%;
  width: 50.0rem;
  height: 5.5rem;
}
.shapes-container .shape:nth-child(11) {
  top: 60%;
  left: 60%;
  width: 20.0rem;
  height: 0.5rem;
}
.shapes-container .shape:nth-child(12) {
  top: 35%;
  left: 75%;
  width: 20.0rem;
  height: 0.5rem;
}
.shapes-container .shape:nth-child(13) {
  top: 90%;
  left: 40%;
  width: 30.0rem;
  height: 4.5rem;
}
.shapes-container .shape:nth-child(14) {
  top: 54%;
  left: 75%;
  width: 20.0rem;
  height: 0.5rem;
}
.shapes-container .shape:nth-child(15) {
  top: 50%;
  left: 90%;
  width: 20.0rem;
  height: 0.5rem;
}
.shapes-container .shape:nth-child(16) {
  top: 50%;
  left: 81%;
  width: 10.0rem;
  height: 0.5rem;
}

.zindex-1 {
  z-index: 1;
}

hr {
  display: block;
  height: 0.2rem;
  border: 0;
  border-top: 0.2rem solid #2e7eed;
  margin: 1em 0;
  padding: 0;
}
hr.new1 {
    display: block;
    height: 0.1rem;
    border: 0;
    border-top: 0.1rem solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.icon-box {
  height: 8.0rem;
  width: 8.0rem;
  text-align: center;
  background: #2e7eed;
}
.icon-box i {
  line-height: 8.0rem;
  font-size: 3.0rem;
}

.founder {
  margin-bottom: 3.0rem;
}
.founder img {
  border-radius: 0.5rem;
  margin-bottom: 2.5rem;
}
.founder h2 {
  font-size: 3.0rem;
  line-height: 3.0rem;
}
.founder cite {
  font-size: 1.4rem;
  font-style: normal;
}
.founder p {
  margin-top: 1.0rem;
  font-size: 1.4rem;
  margin-bottom: 2.0rem;
}

.team-sm {
  margin-bottom: 3.0rem;
}
.team-sm .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 3.0rem;
}
.team-sm .image img {
  border-radius: 0.5rem;
}
.team-sm .image .read-more-link {
  position: absolute;
  background: #2e7eed;
  left: 0;
  right: 0;
  text-align: center;
  width: calc(100% - 8.0rem);
  margin: 0 4.0rem;
  border-radius: 0.4rem;
  opacity: 0;
  transform: translate3d(0, 1.0rem, 0);
  transition: 0.3s;
  bottom: 2.0rem;
}
.team-sm .image .read-more-link ul {
  margin-bottom: 0;
}
.team-sm .image .read-more-link ul li a {
  display: block;
  padding: 1.5rem;
}
.team-sm .image .read-more-link ul li a i {
  font-size: 2.0rem;
  color: #fff;
}
.team-sm .image:hover .read-more-link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.team-sm h3 {
  margin-bottom: 0;
}
.team-sm cite {
  font-size: 1.4rem;
  font-style: normal;
}
.team-sm p {
  margin-top: 1.5rem;
}

.featured-article {
  padding: 0 0 5.0rem 0;
}
.featured-article article.featured {
  display: flex;
}
@media (max-width: 768px) {
  .featured-article article.featured {
    flex-wrap: wrap;
  }
}
.featured-article article.featured .image {
  flex-basis: 100%;
  padding: 2.0rem;
}
.featured-article article.featured .image img {
  width: 100%;
  border-radius: 0.8rem;
}
@media (max-width: 768px) {
  .featured-article article.featured .image {
    margin-bottom: 2.0rem;
  }
}
.featured-article article.featured .content {
  margin-left: 3.0rem;
  flex-basis: 100%;
  align-self: center;
}
@media (max-width: 768px) {
  .featured-article article.featured .content {
    text-align: center;
  }
}
.featured-article article.featured .content h2 {
  margin-bottom: 2.0rem;
}
.featured-article article.featured .content h2 a {
  font-size: 3.0rem;
  color: #000;
  display: inline-block;
}
.featured-article article.featured .content h2 a:hover {
  color: #2e7eed;
}
.featured-article article.featured .content p {
  margin-bottom: 2.5rem;
}

.post-sm {
  margin-bottom: 0.1rem;
}
.post-sm .post-thumb {
  margin-bottom: 0.1rem;
  overflow: hidden;
}
.post-sm .post-thumb img {
  transition: 0.3s ease;
}
.post-sm .post-title {
  margin-bottom: 1.5rem;
}
.post-sm .post-title h3 a {
  color: #000;
  font-size: 2.0rem;
}
.post-sm .post-title h3 a:hover {
  color: #2e7eed;
}
.post-sm:hover .post-thumb img {
  transform: scale(1.3);
}

/*DP change from 70 to 25*/
.product-details .product-post {
  padding-bottom: 3.5rem;
}
.product-details .product-post .post-body .feature-image {
  margin-bottom: 3.0rem;
}
.product-details .product-post .post-body .feature-image img {
  width: 100%;
}
.product-details .product-post .post-body p {
  margin-bottom: 2.0rem;
}
.product-details .product-post .post-body .quote {
  padding: 3.0rem 0;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .product-details .product-post .post-body .quote {
    width: 80%;
  }
}
.product-details .product-post .post-body .quote blockquote {
  color: #000;
  padding: 1.0rem 0 1.0rem 3.0rem;
  text-align: left;
  font-size: 3.0rem;
  line-height: 4.0rem;
  border-left: 0.6rem solid #666666;
}
.product-details .product-post .post-body .post-image {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 2.0rem;
}
.product-details .product-list h2 {
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #cccccc;
  margin-bottom: 3.0rem;
  font-size: 3.0rem;
}
@media (max-width: 480px) {
  .product-details .product-list h2 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .product-details .product-list .media {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .product-details .product-list .media .image {
    flex-grow: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.product-details .product-list .media .image img {
  width: 15.0rem;
  height: 15.0rem;
  border-radius: 100%;
}
.product-details .product-list .media .media-body {
  margin-left: 4.0rem;
}
@media (max-width: 480px) {
  .product-details .product-list .media .media-body {
    flex-grow: 1;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 2.0rem;
  }
}
.product-details .product-list .media .media-body p {
  margin-bottom: 1.5rem;
}

.related-articles .title {
  margin-bottom: 2.0rem;
}
.related-articles .title h2 {
  font-size: 3.0rem;
}

.pagination-nav {
  display: flex;
  justify-content: center;
}
.pagination-nav ul.pagination {
  padding-top: 3.0rem;
}
.pagination-nav ul.pagination li {
  margin-right: 1.0rem;
}
.pagination-nav ul.pagination li a {
  border-radius: 0.3rem;
  padding: 0;
  height: 5.0rem;
  width: 5.0rem;
  line-height: 5.0rem;
  text-align: center;
  border-color: transparent;
  box-shadow: 0.0rem 0.1rem 0.3rem 0.0rem rgba(0, 0, 0, 0.1);
  color: #808080;
  transition: 0.3s ease-in;
}
.pagination-nav ul.pagination li a:hover {
  background-color: #2e7eed;
  color: #fff;
  border-color: transparent;
}
.pagination-nav ul.pagination .active a {
  background-color: #2e7eed;
  color: #fff;
  border-color: transparent;
}

@media (max-width: 480px) {
  .about .content {
    text-align: center;
  }
}
.about .content h2 {
  margin-bottom: 2.0rem;
  text-transform: capitalize;
}
.about .about-slider .item {
  padding: 2.0rem;
}
.about .about-slider .owl-dots .owl-dot:hover span {
  background: #2e7eed;
}
.about .about-slider .owl-dots .owl-dot.active span {
  background: #2e7eed;
}

.create-stories .block img {
  width: 100%;
  margin-bottom: 2.0rem;
}
.create-stories .block h3 {
  margin-bottom: 1.0rem;
}
@media (max-width: 768px) {
  .create-stories .block {
    margin-bottom: 3.0rem;
  }
}

.quotes .quote-slider h2 {
  font-size: 5.0rem;
}
.quotes .quote-slider cite {
  margin-left: 15.0rem;
  font-style: normal;
}

.clients {
  padding: 5.0rem 0;
}
.clients h3 {
  margin-bottom: 3.0rem;
}
.clients .client-slider .slick-track {
  display: flex;
  align-items: center;
}
.clients .client-slider img {
  max-width: 80%;
}

.investors .block {
  margin-bottom: 3.0rem;
}
.investors .block .image {
  margin-bottom: 2.0rem;
}
.investors .block .image img {
  width: 100%;
  border-radius: 0.8rem;
}
.investors .block h3 {
  margin-bottom: 0;
  line-height: 1;
}
.investors .block p {
  font-size: 1.4rem;
}

.hover-zoom {
  overflow: hidden;
  border-radius: 0.8rem;
}
.hover-zoom img {
  transition: 0.3s ease;
}
.hover-zoom:hover img {
  transform: scale(1.2);
}

.error-page {
  position: fixed;
  height: 100%;
  width: 100%;
}
.error-page .center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-page .center .block h1 {
  font-size: 20.0rem;
  font-weight: 400;
  line-height: 26.6rem;
  font-family: "Lora", serif;
}
.error-page .center .block p {
  margin-bottom: 5.0rem;
}

.career-featured .block {
  display: flex;
}
@media (max-width: 768px) {
  .career-featured .block {
    flex-wrap: wrap;
  }
}
.career-featured .block .content {
  flex-basis: 100%;
  align-self: center;
}
@media (max-width: 768px) {
  .career-featured .block .content {
    flex-grow: 1;
    width: 100%;
    margin-bottom: 3.0rem;
    text-align: center;
  }
}
.career-featured .block .content h2 {
  margin-bottom: 3.0rem;
}
.career-featured .block .video {
  justify-content: center;
  align-self: center;
  flex-basis: 100%;
  margin-left: 1.0rem;
}
@media (max-width: 768px) {
  .career-featured .block .video {
    flex-grow: 1;
    width: 100%;
  }
}

.company-fun-facts h2 {
  margin-bottom: 6.0rem;
}
.company-fun-facts .fun-fact {
  margin-bottom: 2.0rem;
  text-align: center;
}
.company-fun-facts .fun-fact i {
  font-size: 2.5rem;
  display: inline-block;
  margin-bottom: 1.0rem;
  line-height: 6.0rem;
  height: 6.0rem;
  width: 6.0rem;
  border: 0.1rem solid #000;
  border-radius: 100%;
}

.gallery .image {
  cursor: pointer;
}

.job-list .block {
  padding: 5.0rem 8.0rem;
  background: #fff;
}
.job-list .block h2 {
  margin-bottom: 4.0rem;
  font-size: 3.0rem;
}
.job-list .block .job {
  padding: 5.0rem 1.0rem;
  display: flex;
}
@media (max-width: 768px) {
  .job-list .block .job {
    display: block;
    text-align: center;
  }
}
.job-list .block .job:not(:last-child) {
  border-bottom: 0.1rem solid #cccccc;
}
@media (max-width: 480px) {
  .job-list .block .job {
    flex-wrap: wrap;
  }
}
.job-list .block .job .content {
  flex-basis: 100%;
}
.job-list .block .job .content h3 {
  margin-bottom: 0;
}
.job-list .block .job .view-button {
  flex-basis: 100%;
  align-self: center;
  text-align: right;
}
@media (max-width: 768px) {
  .job-list .block .job .view-button {
    margin-top: 2.0rem;
    text-align: center;
  }
}

.faq .block {
  padding: 5.0rem;
}
@media (max-width: 480px) {
  .faq .block {
    padding: 3.0rem;
  }
}
.faq .block .faq-item {
  margin-bottom: 4.0rem;
}
.faq .block .faq-item .faq-item-title {
  margin-bottom: 3.0rem;
}
.faq .block .faq-item .faq-item-title h2 {
  font-size: 3.0rem;
  border-bottom: 0.1rem solid #cccccc;
}
.faq .block .faq-item .faq-item-title:last-child {
  margin-bottom: 0;
}
.faq .block .faq-item .item .item-link {
  position: relative;
  padding: 1.0rem 0 1.0rem 1.8rem;
  padding-left: 2.5rem;
}
.faq .block .faq-item .item .item-link a {
  font-size: 2.0rem;
  color: #000;
}
.faq .block .faq-item .item .item-link a span {
  margin-right: 0.5rem;
}
.faq .block .faq-item .item .item-link:before {
  font-family: "themify";
  content: "\e64b";
  position: absolute;
  left: 0;
  font-weight: 600;
  font-size: 1.5rem;
  top: 1.5rem;
}
.faq .block .faq-item .item .accordion-block {
  background: #fafafa;
}
.faq .block .faq-item .item .accordion-block p {
  padding: 2.0rem;
}

.casestudy .casestudy-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 1.5rem;
  background: #fafafa;
  padding: 3.0rem 0;
  display: flex;
  justify-content: center;
}
.casestudy .casestudy-nav ul {
  padding-left: 0;
  margin-bottom: 0;
}
.casestudy .casestudy-nav ul li {
  list-style: none;
}
.casestudy .casestudy-nav ul li a {
  font-size: 1.6rem;
  color: #757575;
  padding: 1.0rem 0;
  font-weight: bold;
  display: block;
}
@media (max-width: 768px) {
  .casestudy .casestudy-nav ul li a {
    font-size: 1.6rem;
    padding: 0.5rem 0;
  }
}
.casestudy .casestudy-nav ul li a.active {
  color: #000;
}
@media (max-width: 768px) {
  .casestudy .casestudy-nav {
    margin-bottom: 3.0rem;
  }
}
.casestudy .block {
  background: #fff;
  padding: 4.0rem 5.0rem;
}
.casestudy .block .case-item {
  padding-bottom: 4.0rem;
}
.casestudy .block .case-item .title {
  margin-bottom: 2.0rem;
}
.casestudy .block .case-item .title h3 {
  border-bottom: 0.1rem solid #cccccc;
  padding-bottom: 1.5rem;
}
.casestudy .block .case-item .case-details p {
  margin-bottom: 2.0rem;
}

.user-login {
  height: 100%;
  width: 100%;
}
.user-login .block {
  display: flex;
}
@media (max-width: 768px) {
  .user-login .block {
    flex-wrap: wrap;
  }
}
.user-login .block .image {
  flex-basis: 100%;
  margin-right: 4.0rem;
}
@media (max-width: 768px) {
  .user-login .block .image {
    flex-grow: 1;
    text-align: center;
    margin-bottom: 3.0rem;
    margin-right: 0;
  }
}
.user-login .block .image img {
  border-radius: 0.8rem;
}
.user-login .block .content {
  flex-basis: 100%;
  align-self: center;
  padding: 5.0rem;
  border: 0.1rem solid #cccccc;
  border-radius: 0.4rem;
}
@media (max-width: 768px) {
  .user-login .block .content {
    flex-grow: 1;
  }
}
.user-login .block .content .logo {
  margin-bottom: 8.0rem;
}
@media (max-width: 992px) {
  .user-login .block .content .logo {
    margin-bottom: 4.0rem;
  }
}
.user-login .block .content .title-text {
  margin-bottom: 3.5rem;
}
.user-login .block .content .title-text h3 {
  padding-bottom: 2.0rem;
  border-bottom: 0.1rem solid #cccccc;
}
.user-login .block .content .new-acount {
  margin-top: 2.0rem;
}
.user-login .block .content .new-acount p, .user-login .block .content .new-acount a {
  font-size: 1.4rem;
}
.user-login .block .content .new-acount p a {
  color: #000;
}

.coming-soon {
  color: #000;
  padding: 12.0rem 0;
  min-height: 10.0vh;
}
@media (max-width: 992px) {
  .coming-soon {
    padding: 8.0rem 0;
  }
}
.coming-soon .block h3 {
  color: #808080;
}
.coming-soon .block .count-down {
  margin-top: 7.0rem;
}
@media (max-width: 768px) {
  .coming-soon .block .count-down {
    margin-top: 4.0rem;
  }
}
.coming-soon .block .count-down .syotimer-cell {
  min-width: 20.0rem;
  padding: 4.5rem 0;
  margin-right: 3.0rem;
  margin-bottom: 2.0rem;
  background: #fff;
  display: inline-block;
}
@media (max-width: 768px) {
  .coming-soon .block .count-down .syotimer-cell {
    min-width: 18.0rem;
    padding: 3.5rem 0;
  }
}
.coming-soon .block .count-down .syotimer-cell .syotimer-cell__value {
  font-size: 6.5rem;
  line-height: 8.0rem;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.coming-soon .block .count-down .syotimer-cell .syotimer-cell__unit {
  font-size: 2.0rem;
  color: #6c6c6c;
  text-transform: uppercase;
  font-weight: normal;
}

.address .block .address-block {
  text-align: center;
}
.address .block .address-block .icon {
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: center;
}
.address .block .address-block .icon i {
  display: block;
  height: 10.0rem;
  width: 10.0rem;
  background: #fafafa;
  border-radius: 100%;
  font-size: 4.5rem;
  text-align: center;
  line-height: 10.0rem;
}

.google-map {
  position: relative;
}
.google-map #map_canvas {
  height: 50.0rem;
  width: 100%;
}
@media (max-width: 768px) {
  .google-map #map_canvas {
    height: 35.0rem;
  }
}

.map-container{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-container iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.verticalLine {
  border-left: 0.2rem solid #858586; /*#979799;*/ /*#BEBEC0;*/
  padding-right: 2.5rem;
}
.hline { 
  width:100%; 
  height:0.2rem; 
  background: #CCC; 
}
/*# sourceMappingURL=style.css.map */