/*@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');*/
/*
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css?Poppins:300,300i,400,400i,500,500i,600,600i,700,700i');
*/
@import url("../fonts/stylesheet.css");

body,
html {
  font-family: "GT Walsheim Pro";
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
  /*
    min-height: 100%;
    height: 100%;
*/
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
}

body {
  /*    display: flex;*/
  font-family: "GT Walsheim Pro";
  flex-direction: column;
  /*
     background: url("../img/element-bg.png") bottom center no-repeat;
	background-size: cover;
*/
}

.wow {
  visibility: hidden;
}

* {
  box-sizing: border-box;
}

.dropbtn {
  color: rgba(255, 255, 255, 0.6);
  border: none;
  background: none;
  padding: 10px 10px;
  font-size: 13px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.caret {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.6);
  width: 1px;
  position: absolute;
  top: 45%;
  right: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  background-image: linear-gradient(45deg, #fffde2 50%, #00004d 100%);
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  color: #fff;
}

.markUl {
  display: table;
}

.markUl li {
  display: table-row;
}

.markUl li p {
  line-height: 2;
  margin-bottom: 5px;
  color: #6e6e6e;
  font-weight: 400;
}

.markUl li:before {
  content: url("../img/pick.png");
  display: table-cell;
  text-align: left;
  padding-right: 15px;
}

.dataSheet-modal {
  position: relative;
  overflow: hidden;
  color: #000;
}

.dataSheet-modal img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

/*
.dataSheet-modal p {
  padding: 0 30px;
}
*/
.caseStudies-modal {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  color: #000;
  background-image: url(../img/daBg_w.png);
}

.caseStudies-modal img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

/*
.caseStudies-modal p {
  padding: 0 30px;
}
*/
.text-blue {
  color: #000096;
}

.text-orange {
  color: #ffa633;
}

.carousel-item {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.slider-section {
  width: 100%;
}

.NE-modal {
  color: #000;
  position: relative;
  overflow: hidden;
  background-image: url(../img/daBg_w.png);
}

.NE-modal.container {
  padding: 0 25px;
}

/*
.NE-modal p {
  padding: 0 25px;
}
*/

.modal-xl {
  max-width: 1000px;
}

.bg1 {
  background-image: url(../img/indexBg.png) !important;
}

.bg2 {
  background-image: url(../img/bellsnord-bg.jpg) !important;
  background-position: bottom left;
}

.bg3 {
  background-image: url(../img/update-bg.png) !important;
}

.ms_box_large {
  border-radius: 30px;
  padding: 25px 0 0 0;
  text-align: center;
  background-image: url(../img/indexBg.png) !important;
  background-color: #f4f4ff;
}

.modal-header {
  font-size: 22px;
  color: #000096;
  font-weight: 600;
  padding: 10px 10px 10px 10px;
  position: absolute;
  right: 0;
  z-index: 100;
  border-bottom: 0px solid #e9ecef;
}
.close {
  color: #fff;
  opacity: 1;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #d9d9d9;
}
.modal-title {
  text-align: left;
  font-size: 26px;
  color: #1790f0;
  font-weight: 800;
  line-height: 1.2;
  text-transform: none;
}

.minilogo {
  width: 90px;
}

.dothrshort {
  border-top: 1px dashed #6f6f6f;
}

.n-preview {
  background: #000;
  background: -moz-linear-gradient(135deg, #1790f0 50%, #002671 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(135deg, #1790f0 50%, #002671 100%);
  /* Chrome10-25,Safari5.1-6 */
  /*    background: linear-gradient(135deg,  #1790f0 50%, #002671 100%);*/
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 400% 400%;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
  height: 120px;
  max-width: 100vw;
  max-height: 100vh;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  box-shadow: 8px 5px 15px rgb(0 0 150 / 15%);
  position: relative;
  cursor: pointer;
  transition: 0.5s all;
}

.n-preview:hover {
  background-position: 100% 100%;
}

.mt-7 {
  margin-top: 70px;
}

#main {
  overflow: hidden;
}

#home {
  height: 100vh;
  width: 100%;
  padding: 0;
  background-image: url(../img/bellsnord-bg.jpg) !important;
}

h2 {
  font-weight: 400;
  font-size: 24px;
  color: #000;
}

h1 {
  font-size: 48px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000096;
}

h3 {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  transition: ease-in all 0.2s;
}

p {
  font-family: "GT Walsheim Pro";
}

.oIcon {
  display: inline-block;
  text-transform: lowercase;
  top: 16px;
}

.va-middle {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  align-content: center;
  vertical-align: middle;
  position: relative;
}

.va-middle-item {
  align-content: center;
}

/*
.site-navbar-wrap {
  left: 0;
  right: 0;
  display: none;
  opacity: 1;
}
*/
.site-navbar {
  width: 100% !important;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-2px);
  }

  100% {
    transform: translatey(0px);
  }
}

.contactBtn {
  background: #ffa633;
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: 21%;
  right: 29%;
  font-size: 14px;
  min-width: 150px;
  text-align: center;
}

.contactBtn-sub {
  background: #ffa633;
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: 5%;
  right: 10%;
  font-size: 14px;
  min-width: 150px;
  text-align: center;
}

#updates {
  background-image: url(../img/update-bg.png);
  background-position: center;
}

.banner {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  position: relative;
  color: #4d4e4f;
  overflow: hidden;
}

.bannerContentWrapper {
  position: absolute;
  left: 120px;
  top: 30%;
}

.bannerSubTitle {
  font-family: "GT Walsheim Pro";
  font-size: 35px;
  font-weight: 300;
  color: #0b103f;
}

.bannerTitle {
  font-family: "GT Walsheim Pro";
  font-size: 70px;
  font-weight: 700;
  color: #000096;
}

.demainO {
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  position: relative;
  top: 39px;
  border-radius: 50px;
  display: inline-block;
  background-color: #ffa633;
}

.bannerDesc {
  font-family: "GT Walsheim Pro";
  font-size: 16px;
  font-weight: 300;
  color: #0b103f;
}

.daContentWrapper {
  position: absolute;
  left: 305px;
  top: 12%;
}

h1.title {
  color: #000;
  font-size: 55px;
  font-weight: 600;
}

.bannerPara {
  max-width: 590px;
  color: #000096;
  font-size: 16px;
  font-weight: 400;
}

input[type="submit"].yellowBtn {
  background-color: #ffa633;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  padding: 15px 70px;
  border: 0;
  transition: all ease-in 0.2s;
  color: #fff;
  cursor: pointer;
  width: 60%;
  padding: 15px 25px;
  display: inline-block;
  border-radius: 50px;
}

input[type="submit"].yellowBtn:hover {
  background-color: #f09115;
}

.ourservice_min-h {
  min-height: 435px !important;
}

.newsItem {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 8px 5px 10px rgba(23, 144, 240, 15%);
  min-height: 220px;
  background-image: url(../img/daBg.png);
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: 240px 300px;
  transition: all linear 0.2s;
  margin-bottom: 25px;
  margin: 12px;
}

.osCard2L {
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff 0%, #fff 25%, #3f91f1 0%, #3f91f1 100%);
  background-size: 400% 400%;
  box-shadow: 8px 5px 10px rgba(23, 144, 240, 15%);
  transition: all linear 0.2s;
  margin-bottom: 25px;
  height: auto;
  position: relative;
  width: 100%;
}

.osCard2L:hover {
  transform: translateY(-10px);
  background-position: 100% 100%;
}

.osCard2L:hover .blue_circle {
  background: rgba(23, 144, 240, 0.22);
}

.osCard2 {
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff 0%, #fff 25%, #3f91f1 50%, #3f91f1 100%);
  background-size: 400% 400%;
  box-shadow: 8px 5px 10px rgba(23, 144, 240, 15%);
  transition: all linear 0.2s;
  margin-bottom: 25px;
  position: relative;
}

.osCard2:hover {
  transform: translateY(-10px);
  background-position: 100% 100%;
}

.osCard2 img {
  transition: all linear 0.2s;
}

.osCard2:hover img {
  filter: brightness(0) invert(1);
}

.osCard2:hover h3 {
  color: white;
}

.osCard2:hover h4 {
  color: white;
}

.osCard2:hover .blue_circle {
  background: rgb(255, 255, 255, 0.25);
}

.daLogo {
  width: 96px;
}

.daIcon {
  margin: 0px 0 5px 0;
  width: 100px;
  /*  filter: brightness(0) invert(1);*/
}

.button {
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  border-radius: 100px;
  font-family: inherit;
  appearance: none;
  background: none;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  padding: 20px;
  outline: none;
  opacity: 0.4;
  border: none;
  color: #1790f0;
}

.button:hover,
.button.active {
  opacity: 1;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
  grid-gap: 20px;
  display: grid;
  width: 100%;
}

.item {
  border-radius: 4px;
  /*  height: 100px;*/
  width: 100%;
}

.hide {
  display: none;
}

h4.daCardTitle {
  font-size: 22px;
  color: #1790f0;
  font-weight: 600;
  transition: all ease-in 0.2s;
}

h4.daCardTitle2 {
  font-size: 18px;
  color: #1790f0;
  font-weight: 600;
}

h4.daCardTitle3 {
  font-size: 18px;
  color: #1790f0;
  font-weight: 600;
}

h4.updateTitle {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
}

.oaPara {
  color: #0b103f;
  font-size: 20px;
  font-weight: 400;
}

.oaNumber {
  color: #ffa633;
  font-size: 45px;
  font-weight: 700;
}

.oaNumber2 {
  color: #1790f0;
  font-size: 65px;
  font-weight: 700;
  opacity: 0.3;
  position: relative;
  right: 0px;
}

.oaTitle {
  color: #1790f0;
  font-size: 18px;
  font-weight: 600;
  margin-top: 7px;
}

.oaTitle2 {
  margin: 10px 20px 5px;
}

.oaDesc2 {
  margin: 5px 20px 40px;
  font-weight: 100;
}

.oaDesc {
  font-size: 16px;
  font-weight: 100;
}

.update_date {
  color: #cecece !important;
}

#contactSection {
  position: relative;
}

.contact {
  font-weight: 400;
  color: #0b103f;
  font-size: 24px;
  line-height: 36px;
}

.contact_titleblue {
  text-decoration: underline;
  color: #1790f0;
  font-weight: bold;
  font-size: 36px;
}

.contact_info_sec {
  position: relative;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  /*    position: absolute;
	right: 0;
    background-image: linear-gradient(-230deg, #3F91F1 0%, #00A2E2 100%);
    right: -280px;
    top: 10%;
    height: 500px;    
   padding: 35px 20px 0 165px;
    border-radius: 350px 0 0 350px;*/
}

::-webkit-input-placeholder {
  color: #c0c0c0 !important;
  font-weight: 300;
}
.mt-145 {
  margin-top: 145px !important;
}

.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 15px;
  color: #fff;
}

.contact_info_sec a {
  color: #fff;
}

.contactsec {
  min-height: 600px;
}

.contact_info_sec .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: rgb(73, 80, 87);
  background-color: rgba(255, 255, 255, 0);
  background-clip: padding-box;
  border: 0px solid rgb(206, 212, 218);
  border-bottom: 1px solid rgb(0, 0, 0);
  border-radius: 0px;
}

.si-round {
  font-size: 24px;
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #1790f0;
  color: #fff;
}

.socialT {
  font-size: 22px;
  color: #000;
  padding-top: 10px;
}

.contactinfo {
  font-size: 24px;
}

.smalltitle {
  color: #1790f0;
  font-weight: 500;
}

.modal .smalltitle {
  font-size: 16px;
}

.pr-1 {
  padding-right: 1rem !important;
}

.ml-6 {
  margin-left: 4rem !important;
}

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

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

.mr-250 {
  margin-right: 250px;
}

.op_ar-title {
  margin-top: 30px;
  margin-left: -20px;
}

.small-title {
  font-size: 12px;
  margin-top: -5px;
}

.team-desc {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.c-preview {
  background: #000;
  background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #002671 75%, #00a2e2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #002671 75%, #00a2e2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #000000 25%, #002671 75%, #00a2e2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 400% 400%;
  background-repeat: no-repeat;
  display: flex;
  width: 350px;
  height: 320px;
  max-width: 100vw;
  max-height: 100vh;
  border-radius: 10px;
  box-shadow: 8px 5px 15px rgb(0 0 150 / 15%);
  position: relative;
  cursor: pointer;
  transition: 0.5s all;
}

.teamimg1 {
  position: absolute;
  left: 0;
  top: 0;
  background: #000 url("../img/3.jpg") no-repeat center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
  mix-blend-mode: screen;
}

.teamimg2 {
  position: absolute;
  left: 0;
  top: 0;
  background: #000 url("../img/4.jpg") no-repeat center;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
  mix-blend-mode: screen;
}

.teamtitle {
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-left: 25px;
  margin-top: 225px;
}

.c-preview:hover {
  background-position: 100% 100%;
}

.c-preview:hover title {
  text-shadow: 0 0 20px rgba(0, 0, 0, 1);
}

.team-modal.container img {
  height: auto;
  width: 345px;
  margin: 20px;
}

/*
.daCard:hover, .osCard:hover, .osCard2:hover{
    background-position: 60% 35%;
    background-size: 200%;
}
*/

.videoHolder-solutions {
  overflow: hidden;
}

#bgvid {
  position: relative;
  height: 400px;
  margin-left: -20%;
}

/**header**/
#header.header-scrolled {
  transition: all 0.5s;
}

#header {
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > li {
  margin-left: 50px;
}

.nav-menu > li {
  float: left;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

li a {
  color: #171717;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

li a:hover {
  color: #448bca;
}

a.navbar-brand img {
  width: 60%;
}

.hidden-sm-up {
  display: none !important;
}

a.nav-link img {
  margin-top: -10px;
  max-width: 100%;
  /*
    margin-right: -250px;
    padding-right: 55px;
*/
}
.menulogo {
  width: 120px;
}
/**index**/

.homeContent h1 {
  font-size: 80px;
  color: #1790f0;
  font-weight: 700;
}

.homeContent h2 {
  font-size: 30px;
  color: #707070;
  padding-left: 3px;
}

.homeContent h3 {
  font-size: 20px;
  width: 34%;
}

.videoHolder-solutions {
  position: relative;
  width: 450px;
  height: 580px;
  border-radius: 300px 300px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#bgvid {
  height: auto;
  max-width: 100%;
  margin-left: 0;
  position: absolute;
}

.videoWrap {
  position: absolute;
  bottom: 55px;
  right: 15px;
}

.homeContent {
  margin-top: -50px;
}

.scrollAniWrap img {
  position: absolute;
  bottom: 100px;
  right: 32%;
  /* max-width: 40%; */
  /* display: block; */
  transform: scale(0.6);
}

.scroll-btn svg {
  fill: #f8f7f2;
  height: 50px;
  width: 32px;
  margin-bottom: 10px;
}

.scroll-btn svg .animated {
  animation: scroll-down 2s infinite linear;
}

.scroll-btn svg .ball {
  animation: ball-move 1s infinite ease-in-out alternate;
}

@keyframes scroll-down {
  0% {
    stroke-dasharray: 0, 180px;
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  60% {
    opacity: 0.8;
    stroke-dasharray: 215.7737px, 363.607px;
  }

  70% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ball-move {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: translateY(16px);
    opacity: 0;
  }
}

.blue_circle {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5%;
  left: 20%;
  border-radius: 50%;
  background: rgb(34, 122, 192, 0.25);
}

.demainlogo {
  max-width: 25%;
  height: auto;
  display: block;
  margin: 50px auto 25px;
  width: 250px;
}

#products h1,
#products h2 {
  font-family: "GT Walsheim Pro";
}

#products h1 {
  font-weight: 600;
}

#products h2 {
  font-weight: 500;
  font-size: 24px;
  font-family: "GT Walsheim Pro";
  color: #1d1d1d;
}

a.demainBtn {
  background: #ffa633;
  color: #fff;
  padding: 15px 25px;
  margin: 25px auto;
  display: inline-block;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
}

#products {
  background: url(../img/demain-bg.png) no-repeat center top;
  min-height: 585px;
}

.videoHolder-solutions-aboutus {
  position: relative;
  width: 580px;
  height: 450px;
  border-radius: 0px 300px 300px 0px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.videoWrap-aboutus {
  position: absolute;
  left: 0px;
}

.videoWrap-aboutus #bgvid {
  height: 100%;
  max-width: initial;
  margin-left: 0;
  position: absolute;
}

.videoHolder-solutions-contact {
  position: relative;
  width: 580px;
  height: 350px;
  border-radius: 300px 0px 0px 300px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.videoWrap-contact {
  position: absolute;
  z-index: 0;
  bottom: 45px;
  right: 0%;
}

.videoWrap-contact #bgvid {
  height: 200%;
  max-width: initial;
  width: 200%;
  margin-left: -45%;
  position: absolute;
  transform: rotate(90deg);
  filter: invert(38%) sepia(47%) saturate(100%) hue-rotate(178deg) brightness(130%) contrast(117%);
  opacity: 0.5;
}

body {
  font-family: "GT Walsheim Pro";
}

.homeContent h1 {
  font-size: 64px;
  color: #1790f0;
  font-weight: 700;
  line-height: 1.17857;
}

.homeContent h2 {
  font-size: 24px;
  color: #000;
}

.homeContent h3 {
  font-size: 18px;
  width: 50%;
  font-weight: 400;
  line-height: 1.55556;
  padding-left: 3px;
}

.videoHolder-solutions {
  position: relative;
  width: 450px;
  height: 580px;
  border-radius: 300px 300px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#bgvid {
  height: auto;
  max-width: 100%;
  margin-left: 0;
  position: absolute;
}

.videoWrap {
  position: absolute;
  z-index: 0;
  bottom: 55px;
  right: 15px;
}

.homeContent {
  margin-top: -50px;
}

.scroll-btn {
  background: rgb(0, 162, 226);
  /*    background: linear-gradient(125deg, rgba(0, 162, 226, 1) 0%, rgba(0, 38, 113, 1) 100%);*/
  background: #000;
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50px;
  position: absolute;
  transform: scale(0.7);
  left: calc(50% - 26px);
  bottom: 75px;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  animation: scroll-btn 1s ease-in-out alternate infinite;
}

.scrollAniWrap:after {
  content: "Learn More";
  color: #000;
  text-align: center;
  font-size: 14px;
  width: 100%;
  position: absolute;
  display: block;
  bottom: 65px;
}

.scrollAniWrap img {
  position: absolute;
  bottom: 100px;
  right: 32%;
  /* max-width: 40%; */
  /* display: block; */
  transform: scale(0.6);
}

.scroll-btn svg {
  fill: #f8f7f2;
  height: 50px;
  width: 32px;
  margin-bottom: 10px;
}

.scroll-btn svg .animated {
  animation: scroll-down 2s infinite linear;
}

.scroll-btn svg .ball {
  animation: ball-move 1s infinite ease-in-out alternate;
}

@keyframes scroll-down {
  0% {
    stroke-dasharray: 0, 180px;
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  60% {
    opacity: 0.8;
    stroke-dasharray: 215.7737px, 363.607px;
  }

  70% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ball-move {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: translateY(16px);
    opacity: 0;
  }
}

h1.title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
}

.demainlogo {
  max-width: 25%;
  height: auto;
  display: block;
  margin: 50px auto 25px;
  width: 250px;
}

#products h1,
#products h2 {
  font-family: "GT Walsheim Pro";
}

#products h1 {
  font-weight: 600;
}

#products h2 {
  font-weight: 500;
  font-size: 24px;
  font-family: "GT Walsheim Pro";
  color: #1d1d1d;
}

a.demainBtn {
  background: #ffa633;
  color: #fff;
  padding: 15px 25px;
  margin: 15px auto;
  display: inline-block;
  border-radius: 50px;
  text-transform: capitalize;
  font-weight: 600;
}

#products {
  background: url(../img/demain-bg.png) no-repeat center top;

  background-size: cover;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 5px;
}
.site-navbar .site-navigation .site-menu > li > a {
  color: #000;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: 600;
  transition: all ease-in 0.2s;
  letter-spacing: 1px;
}

a.navbar-brand.logo img {
  width: 65%;
  margin-bottom: 0;
  transition: all linear 0.2s;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: transparent;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky a.navbar-brand.logo img {
  width: 70%;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
  font-size: 16px;
  color: #000;
  transition: all ease-in 0.2s;
}
.site-navbar .site-navigation .site-menu > li > a.active {
  color: #1790f0 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active,
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover,
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #1790f0 !important;
}

.background--custom {
  background-color: #ffffff;
  width: 99vw;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  z-index: -2;
  top: 0;
  left: 0;
}

canvas#canvas {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(0deg) scale(2) translateY(0%);
  --gradient-color-1: #f2fffd;
  --gradient-color-2: #eaf0ff;
  --gradient-color-3: #ecf0f7;
  --gradient-color-4: #ffffff;
  --gradient-speed: 0.000008;
}
.osCard2L {
  position: relative;
}
.onecloud--bg {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  top: 0;
  left: 0;
  border-radius: 10px;
}
#canvas-onecloud {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(60deg) scale(5) translateY(0%);
  --gradient-color-1: #9bd3ff;
  --gradient-color-2: #b2ddff;
  --gradient-color-3: #83c8ff;
  --gradient-color-4: #d8eeff;
  --gradient-speed: 0.000019;
}

#canvas-demain {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(60deg) scale(5) translateY(0%);
  --gradient-color-1: #fff;
  --gradient-color-2: #f0f0f0;
  --gradient-color-3: #fff;
  --gradient-color-4: #f5f5f5;
  --gradient-speed: 0.000019;
}

#our-partners img {
  max-width: 100%;
  height: auto;
  background: rgba(34, 122, 192, 0.25);
  border-radius: 15px;
  border: 1px solid #eee;
  box-shadow: 8px 5px 10px rgba(23, 144, 240, 15%);
  transition: all linear 0.2s;
  transform: translateY(0px);
}
#our-partners img:hover,
.teamCard:hover {
  transform: translateY(-10px);
}
.teamCard {
  transform: translateY(0px);
  transition: all linear 0.2s;
}

.alert {
  position: absolute;
  width: 90%;
  top: -28px;
  text-align: center;
  right: 0;
  margin: auto;
  left: 0;
}
.info_single {
  position: relative;
}
.text-danger {
  position: absolute;
  top: 39px;
  right: 8px;
  font-size: 10px;
  border-radius: 5px;
  padding: 5px;
}
.contactmail:hover span {
  text-decoration: underline;
}
::-webkit-input-placeholder {
  color: #c0c0c0 !important;
  font-weight: 300;
}

.demainColor {
  color: #1790f0;
}

h3 {
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.55556;
}

.updateCard {
  background: linear-gradient rgba(0, 0, 150, 1);
  transition: all ease-in 0.2s;
}
.newsItem,
.updateCard,
.dataCard,
.teamCard,
a.demainBtn {
  transition: all linear 0.2s;
}
.caseCard:hover,
.dataCard:hover,
.newsItem:hover,
.updateCard:hover,
.teamCard:hover,
.Datacard:hover,
.Casecard:hover,
.osCard:hover,
.osCard2:hover,
a.demainBtn:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

.rotatecircle1 {
  animation: animName 16s linear infinite;
  width: 500px;
  height: 500px;
  margin: 10px;
  position: absolute;
  right: -20%;
  top: 40%;
  z-index: 1;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.daCard5 {
  padding: 30px;
  border-radius: 25px;
  min-height: 300px;
  box-shadow: 8px 5px 10px rgba(23, 144, 240, 15%);
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  /*text-align: center;
	background: rgba(255,255,255,55%);
    width: 90%;*/
}

.yellow-vbar {
  border-right: 2px #ffa633 solid;
  height: 250px;
  padding-right: 50px;
}

.daCard4 {
  padding: 12px 10px 10px 10px;
  border-radius: 5px;
  text-align: center;
  background: linear-gradient(135deg, #3f91f1 50%, #3f91f1 100%);
  background-size: 100% 100%;
  box-shadow: 8px 5px 15px rgb(0 0 150 / 5%);
  max-width: 50px;
  max-height: 50px;
  margin-bottom: -135px;
  margin-left: -25px;
  position: inherit;
  z-index: 9;
  transition: all ease-in 0.2s;
}
.daCard3 {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 8px 5px 10px rgba(23, 144, 240, 15%);
  max-width: 550px;
  min-height: 120px;
}

.update_date {
  color: #cecece !important;
  margin-bottom: 0;
}
h4.daCardTitle3 {
  font-size: 18px;
  color: #1790f0;
  font-weight: 600;
  min-height: 90px;
}
.news_card p {
  min-height: 75px;
}
p.newsDate {
  font-size: 10px;
  margin-bottom: 0;
  color: #5f5f5f;
  min-height: 100%;
}

.updateCard:hover .daCard4 {
  background-size: 300% 300%;
}

.newsItem {
  box-shadow: 8px 5px 10px rgba(23, 144, 240, 15%);
  border-radius: 15px;
  background: #fff;
}
.news_card {
  padding: 10px;
  min-height: 170px;
}
.newsItem:hover .n-preview {
  background-position: 100% 100%;
}
.newsItem h3 {
  font-size: 16px;
}
.carousel-indicators .active {
  background-color: #1790f0;
}
.carousel-indicators li {
  background-color: rgba(23, 144, 240, 0.29);
}
.data1 {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  z-index: 1;
  overflow: hidden;
  mix-blend-mode: screen;
}
.data1 img {
  max-width: 100%;
}
.modal .carousel {
  border-radius: 0.2rem;
  overflow: hidden;
}
.NE-modal p {
  font-size: 16px;
  font-weight: 300;
}
p.NEinfo {
  font-size: 12px;
  margin-bottom: 0;
  color: #919191;
}
.NEinfo span {
  min-width: 50px;
  display: inline-block;
}
.NEul {
  list-style: none;
  font-size: 12px;
  padding: 0;
  font-weight: 600;
}
.NEul a {
  text-transform: lowercase;
  color: #002671;
  padding-left: 20px;
  font-weight: 400;
}
button.close {
  outline: none;
}
.modal-header .close {
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
}
.updateCard h5 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
.updateCard h1 {
  color: #1790f0;
  font-size: 22px;
}
.updateCard p {
  font-weight: 300;
  color: #1d1d1d;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  left: 0;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.sticky-wrapper .site-navbar ul li.active a {
  color: inherit;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #fff;
  color: #1790f0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-bottom-color: #1790f0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #1790f0;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active > a {
  color: #000;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active > li > a {
  color: #1790f0 !important;
}

.back-to-top {
  right: 7% !important;
  bottom: 25px !important;
}
.tagline {
  position: absolute;
  z-index: 1;
  width: 90%;
  bottom: 45%;
  right: -20%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.tagline h1 {
  font-family: "Yeseva One", cursive;
  font-size: 45px;
  color: #fff;
  background: #1790f0;
  text-decoration: underline;
  font-weight: 400;
  padding: 10px;
}

#contactSection .addressTxt {
  font-weight: 300;
}

.tagline2 {
  font-size: 18px;
  font-style: italic;
  padding-top: 25px;
  display: block;
  color: #1790f0;
  font-family: "GT Walsheim Pro";
  font-weight: 500;
}
.tagline2:before {
  content: "";
  width: 25%;
  display: inline-block;
  height: 1px;
  background: #1790f0;
  margin-bottom: 5px;
  margin-right: 10px;
}
.tagline3 {
  position: absolute;
  left: 0;
  right: 0;
  width: 315px;
  margin-left: auto;
  margin-right: auto;
  top: 13%;
  font-size: 26px;
  font-style: italic;
  /* display: block; */
  color: #1790f0;
  font-family: "GT Walsheim Pro";
  font-weight: 500;
}
.tagline3:after {
  content: "";
  width: 35%;
  display: inline-block;
  height: 1px;
  background: #1790f0;
  margin-bottom: 5px;
  position: absolute;
  top: 18px;
  margin-left: 10px;
}
.tagline3:before {
  content: "";
  width: 35%;
  display: inline-block;
  height: 1px;
  background: #1790f0;
  margin-bottom: 5px;
  position: absolute;
  top: 18px;
  margin-right: 10px;
  left: -120px;
}

.card {
  width: 90%;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  border: 0px;
  box-sizing: border-box;
  display: block;
}

.team1 {
  min-height: 600px;
}

.team2 {
  min-height: 300px;
  margin-top: -60px;
}

.team3 {
  min-height: 300px;
  margin-top: -120px;
}

.team4 {
  min-height: 300px;
  margin-top: -300px;
}

.team5 {
  min-height: 300px;
  margin-top: -360px;
}

.card__bg {
  background-size: cover;
  top: 0;
}

.card__bg,
.card__inner {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.card__inner {
  padding: 0 25px 25px;
}

.card__title {
  color: #ffffff;
  margin-top: 60px;
  font-weight: 500;
}

.card__subtitle {
  color: #fff;
  line-height: 1.2;
}

.card__link {
  margin-top: 1.5rem;
  position: relative;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
}

.card__inner.MI {
  height: 280px;
  background: -webkit-linear-gradient(to bottom, rgba(23, 144, 240, 0), rgba(23, 144, 240, 0.5), rgba(0, 77, 160, 1));
  background: linear-gradient(to bottom, rgba(23, 144, 240, 0), rgba(23, 144, 240, 0.8), rgba(0, 77, 160, 0.8));
}

.card__inner.MI.M2 {
  height: 110px;
}

.card__title.smallcard {
  color: #ffffff;
  margin-top: 25px;
  font-weight: 500;
}

.card__title.smallcard2 {
  color: #ffffff;
  margin-top: 20px;
  font-weight: 500;
}

.card__inner.MI .card__link {
  background-color: #1790f0;
}

.card__inner.MI .card__link:hover,
.card__inner.MI:hover .card__link {
  background-color: #1790f0;
}

.card2 {
  border: none;
  overflow: hidden;
  min-height: 285px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
  width: 100%;
}

.card2.card-has-bg {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
}

.card2-title {
  font-weight: 600;
  font-size: 20px;
}

.card-meta {
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}

.newbtn {
  border-bottom: 5px solid #1790f0;
  width: 32%;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  display: inline;
}

#problemloop {
  position: relative;
}
.issue-1,
.issue-2,
.issue-3,
.issue-4,
.issue-5,
.issue-6,
.issue-7,
.issue-8,
.issue-9,
.issue-10,
.issue-11,
.issue-12 {
  position: absolute;
  text-align: center;
  padding: 2em;
  z-index: 5;
  text-align: left;
}

.problemWrap {
  height: 450px;
  position: absolute;
  top: -72px;
  width: 100%;
}

#problemloop p:before {
  content: url(../img/quote-open.png);
  top: 0%;
  left: 0%;
  transform: scale(0.7);
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
}
#problemloop p:after {
  content: url(../img/quote-close.png);
  transform: scale(0.7);
  top: 34%;
  right: 20%;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
}
#problemloop p.quote-text2.bblue:after,
#problemloop p.quote-text2.bblue:before {
  content: "";
  display: none;
}
#problemloop {
  position: relative;

  --t: 17s;
  /* overall time for one complete animation */
  --i: 2;
  /* number of iterations of the complete animation */
}

#frame-1,
#frame-2 {
  padding: 30px;
  font-size: 18px;
  width: 100%;
  height: 100%;
  position: absolute;
}

#frame-1,
#frame-2 {
  opacity: 0;
}

.issue-1 {
  top: -15%;
  left: 5%;
}

.issue-2 {
  top: -15%;
  right: 1%;
}

.issue-3 {
  bottom: 20%;
  left: 5%;
}

.issue-4 {
  bottom: 20%;
  right: 5%;
}

.issue-7 {
  top: -15%;
  left: 5%;
}

.issue-8 {
  top: -14%;
  right: -2%;
}

.issue-9 {
  bottom: 20%;
  left: 5%;
}

.issue-10 {
  bottom: 20%;
  right: 6%;
}

.subheading__container {
  display: flex;
  flex-direction: row;
}

.slide-in-animation-1 {
  animation: 7s ease-in 0.5s forwards start-animation, 8s ease-in calc(17s + 1s) forwards start-animation;
}

.slide-in-animation-2 {
  animation: 8s ease-in 8s forwards start-animation, 8s ease-in calc(17s + 8s) forwards start-animation-and-remain;
}

@keyframes start-animation {
  0% {
    opacity: 0;
  }

  4% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  96% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes start-animation-and-remain {
  0% {
    opacity: 0;
  }

  4% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 1;
  }
}

.item1 {
  animation: fadeInin 0.5s linear both;
  animation-delay: 500ms;
}

.item2 {
  animation: fadeInin 0.5s linear both;
  animation-delay: 1000ms;
}

.item3 {
  animation: fadeInin 0.5s linear both;
  animation-delay: 1500ms;
}

.item4 {
  animation: fadeInin 0.5s linear both;
  animation-delay: 2000ms;
}

.item5 {
  animation: fadeInin 0.5s linear both;
  animation-delay: 8500ms;
}

.item6 {
  animation: fadeInin 0.5s linear both;
  animation-delay: 9000ms;
}

.item7 {
  animation: fadeInin 0.5s linear both;
  animation-delay: 9500ms;
}

.item8 {
  animation: fadeInin 0.5s linear both;
  animation-delay: 10000ms;
}

@keyframes fadeInin {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#landing {
  height: 100%;
}

a.navbar-brand.logo img {
  padding-top: 0;
}

.menulogo1 {
  width: 120px;
}

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

.menulogo2 {
  width: 150px;
}

.menulogo2 img {
  margin-top: -5px !important;
}

.back-to-top {
  background: #000;
}

.landingContentWrap {
  height: 740px;
  position: relative;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landingContentWrap h2 {
  font-family: "GT Walsheim Pro";
  font-weight: 400;
}

.landingContentWrap h1 {
  font-family: "GT Walsheim Pro";
  font-weight: 800;
  font-size: 80px;
  color: #000;
}
.landingContentItem {
  position: absolute;
  top: 41%;
  z-index: 9;
}

.BankAsAnimatedWrap {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 18%;
  bottom: 0;
  color: #000;
  width: 1000px;
  height: 65%;
  text-align: center;
  z-index: 0;
  pointer-events: none;
  transform: scale(1.5);
}

.bebankTxt {
  width: 1000px;
  height: 510px;
  display: block;
  position: absolute;
  left: 0;
  text-align: center;
  margin: 0 auto;
  right: 0;
  top: 0;
  transition: all ease-in-out 0.2s;
}

.bebankTxt img {
  width: 210px;
  opacity: 0.5;
  margin-top: 16%;
  margin-left: 15px;
}

.blob---1,
.blob---2,
.blob---3,
.blob---4,
.blob---5 {
  background: url(../img/regular_blob-shadow.png) no-repeat center center;
  width: 1000px;
  height: 1000px;
  display: block;
  position: absolute;
  left: 0;
  text-align: center;
  margin: 0 auto;
  right: 0;
  top: -47%;
  overflow: hidden;
  background-size: 100%;
  transition: all ease-in-out 0.2s;
}

.BankAsAnimatedWrap {
  pointer-events: none;
}

/* .touchpoint {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 145px;
    left: 0;
    border-radius: 50%;
    margin: auto;
    right: 0;
    z-index: 999;
    pointer-events: auto;
}
 */

.blob---1 {
  z-index: 8;
  /* animation: ripple1 15s infinite linear , fadeIn 2s once ease-in; */

  animation-name: ripple1;
  animation-duration: 15s;
  animation-delay: 0ms; /* add this */
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  opacity: 0.3;
  background-size: 20%;
  width: 1000px;
  height: 1000px;
  display: block;
  pointer-events: none;
  transition: all ease-in-out 0.2s;
  transform: rotate(0deg);
  transition-delay: 0.3s;
}

.blob---2 {
  /* animation: ripple2 45s infinite linear forwards,fadeIn 2s once ease-in; */

  animation-name: ripple2;
  animation-duration: 45s;
  animation-delay: 0ms; /* add this */
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-size: 35%;
  width: 1000px;
  height: 1000px;
  display: block;
  transition-delay: 0.3s;
  opacity: 0.3;
  z-index: 6;
  transition: all ease-in-out 0.2s;
}

.blob---3 {
  /* animation: ripple3 35s infinite linear forwards, fadeIn 2s once ease-in; */
  animation-name: ripple3;
  animation-duration: 35s;
  animation-delay: 0ms; /* add this */
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-size: 48%;
  width: 1000px;
  height: 1000px;
  display: block;
  z-index: 5;
  opacity: 0.3;
}

.blob---4 {
  /* animation: ripple4 25s infinite linear forwards, fadeIn 2s once ease-in; */
  animation-name: ripple4;
  animation-duration: 25s;
  animation-delay: 0ms; /* add this */
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-size: 62%;
  width: 1000px;
  height: 1000px;
  display: block;
  transition-delay: 0.9s;
  z-index: 4;
  opacity: 0.2;
  transition: all ease-in-out 0.6s;
}

.blob---5 {
  /* animation: ripple4 15s infinite linear alternate, fadeIn 2s once ease-in; */
  animation-name: ripple4;
  animation-duration: 15s;
  animation-delay: 0ms; /* add this */
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-size: 80%;
  width: 1000px;
  height: 1000px;
  display: block;
  filter: blur(16px);
  transition-delay: 1.6s;
  opacity: 0.1;
  z-index: 3;
  transition: all ease-in-out 0.7s;
}

@keyframes ripple1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes ripple2 {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes ripple3 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes ripple4 {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes ripple5 {
  0% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(-45deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.blob--pop1,
.blob--pop2,
.blob--pop3 {
  color: #fff;
  position: absolute;
  z-index: 15;
  transition: all 200ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.blob--pop4,
.blob--pop5,
.blob--pop6 {
  color: #fff;
  position: absolute;
  z-index: 10;
  transition: all 200ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.blob--pop7,
.blob--pop8,
.blob--pop9 {
  color: #fff;
  position: absolute;
  z-index: 5;
  transition: all 200ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.orbit--2 {
  /*        animation: ripple2 20s infinite ease-in-out alternate;*/
  border: none;
  border-radius: 50%;
  z-index: 14;
  position: relative;
  top: 36%;
  left: 36%;
  transition: all 700ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  transition-delay: 0.1s;
  height: 270px;
  width: 290px;
}
.orbit--2 {
  height: 270px;
  width: 290px;
  display: block;
  pointer-events: auto;
  transition: all 200ms ease-in-out;
}

.orbit--3 {
  /*      animation: ripple3 21s infinite ease-in-out alternate;*/
  border: none;
  border-radius: 50%;
  z-index: 9;
  position: relative;
  top: 28%;
  left: 28%;
  transition-delay: 0.2s;
  transition: all 700ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  height: 425px;
  width: 452px;
}

.orbit--3 {
  height: 425px;
  width: 452px;
  display: block;
  pointer-events: auto;
  transition: all 200ms ease-in-out;
}

.orbit--4 {
  /*       animation: ripple4 18s infinite ease-in-out alternate;*/
  border: none;
  border-radius: 50%;
  z-index: 9;
  position: relative;
  top: 23%;
  left: 22%;
  transition-delay: 0.3s;
  transition: all 600ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  height: 530px;
  width: 575px;
}

.orbit--4 {
  height: 530px;
  width: 575px;
  display: block;
  pointer-events: auto;
  transition: all 200ms ease-in-out;
}

.blob--pop1 {
  right: 0%;
  top: 34%;
}

.blob--pop2 {
  right: 64%;
  top: 2%;
}

.blob--pop3 {
  left: 27%;
  top: 73%;
}

.blob--pop4 {
  right: 5%;
  top: 37%;
}

.blob--pop5 {
  right: 61%;
  top: 8%;
}

.blob--pop6 {
  left: 36%;
  top: 75%;
}

.blob--pop7 {
  right: 4%;
  top: 40%;
}

.blob--pop8 {
  right: 50%;
  top: 80%;
}

.blob--pop9 {
  left: 16%;
  top: 10%;
}

.blob--pop1 .icon,
.blob--pop2 .icon,
.blob--pop3 .icon {
  opacity: 0.8;
  /*
    filter: blur(.4px);
    -webkit-filter: blur(.4px);
*/
}

.blob--pop4 .icon,
.blob--pop5 .icon,
.blob--pop6 .icon {
  opacity: 0.6;
  /*
    filter: blur(.6px);
    -webkit-filter: blur(.6px);
*/
}

.blob--pop7 .icon,
.blob--pop8 .icon,
.blob--pop9 .icon {
  opacity: 0.4;
  /*
    filter: blur(.8px);
    -webkit-filter: blur(.8px);
*/
}

.blob--pop1 .icon,
.blob--pop2 .icon,
.blob--pop3 .icon,
.blob--pop4 .icon,
.blob--pop5 .icon,
.blob--pop6 .icon,
.blob--pop7 .icon,
.blob--pop8 .icon,
.blob--pop9 .icon {
  width: 90px;
  height: 90px;
  padding: 25px;
  /*            background: rgba(255,255,255,.8);*/
  border-radius: 50%;
}

.blob--pop1 .icon img,
.blob--pop2 .icon img,
.blob--pop3 .icon img,
.blob--pop4 .icon img,
.blob--pop5 .icon img,
.blob--pop6 .icon img,
.blob--pop7 .icon img,
.blob--pop8 .icon img,
.blob--pop9 .icon img {
  max-width: 100%;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(7461%) hue-rotate(252deg) brightness(108%) contrast(99%);
  opacity: 1;

  /*			filter: invert(58%) sepia(84%) saturate(2121%) hue-rotate(174deg) brightness(100%) contrast(87%);*/
}

.line-1 {
  width: 14.3em;
  margin: 0 auto;
  border-right: 2px solid rgba(0, 0, 0, 0);
  font-size: 180%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

/* Animation */
.anim-typewriter {
  animation: typewriter 3s steps(26) 1s 1 normal both, blinkTextCursor 1500ms steps(26) 3 normal;
}
@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 14.5em;
  }
}
@keyframes blinkTextCursor {
  from {
    border-right-color: rgba(0, 0, 0, 0.75);
  }
  to {
    border-right-color: transparent;
  }
}

h3 {
  color: #000;
  font-size: 22px;
}

.landingContentWrap h1 {
  color: #000;
}

.spanblock {
  width: 1000px;
  height: 510px;
  display: block;
  position: absolute;
  left: 0;
  text-align: center;
  margin: 0 auto;
  right: 0;
  top: 0;
}

.lyr1 {
  z-index: 10;
}
.lyr2 {
  z-index: 9;
}
.lyr3 {
  z-index: 8;
}
.lyr4 {
  z-index: 7;
}
.lyr5 {
  z-index: 6;
}

.card2.card-has-bg {
  position: relative;
  overflow: hidden;
}
.newsImgHolder {
  width: 1000px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -500px;
}
.newsImgHolder img {
  display: block !important;
  margin: 0 auto;
  width: 76% !important;
}
.newsImgoverlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
.news_Content {
  position: relative;
  z-index: 9;
}
.custom_underline {
  display: inline;
  padding-bottom: 1px;
  border-bottom: 3px solid #1790f0;
  line-height: 48px;
  font-family: "Lucida Bright", "serif";
  font-size: 34px;
  font-style: oblique;
}

.customTitle2 {
  background: #1790f0;
  display: inline-block;
  /* padding-top: 15px; */
  padding: 25px 15px;
}
.customTitle2 span {
  color: #fff;
  line-height: 48px;
  font-family: "Lucida Bright", "serif";
  font-size: 34px;
  font-style: oblique;
  display: inline;
  padding-bottom: 1px;
  border-bottom: 3px solid #fff;
}

.typed {
  width: 100%;
  line-height: 80px;
  font-weight: 800;
  font-size: 70px;
  text-align: center;
  vertical-align: text-bottom;
  animation-delay: 1500ms;
}

.typed::after {
  content: "|";
  font-size: 110%;
  font-weight: 400;
  line-height: 20px;
  animation: blink 0.45s step-end forwards;
  animation-iteration-count: 9;
}

@keyframes blink {
  from,
  to {
    color: transparent;
  }

  50% {
    color: rgba(0, 0, 0, 0.8);
  }
}
