.content-div {
  padding: 20px 0;
}

.maintain {
padding: 72px 0;
position: relative;
overflow: hidden;
background-image: url(../images/shape-1.png);
background-position: right;
background-repeat: no-repeat;
}
.content-div{
    padding-top: 8px;
    z-index: 2;
    position: relative;
    text-align: center;
    }
.content-div p{font-size: 20px}
.highlighterbg1 {
  color: #1153FF;
}
.content-div h1 {
    color: #080808;
    text-align: center;
    font-size: 2.7rem;
    font-family: 'General Sans';
    font-weight: 900;
}
.two-part-title h2 {
    font-size: 32px;
    font-family: 'General Sans';
    font-weight: 600;
}
.content-img {
  background: #FCFAD6;
  padding: 10%;
  border-radius: 0 0 0 71px;
  box-shadow: 4px 10px 14px #00000026
}

.content-div h1 {
  color: rgb(58, 58, 58);
  text-align: center;
}

.content-div p {
  color: rgb(67, 67, 67);
  text-align: center;
}

.title {
  font-style: normal;
  line-height: 30px;
  margin-bottom: 10px;
  color: #37474F;
}

.grey-bg {
  background: #ffffff;
}

.title:after {
  border-bottom: 2px solid #219AD6;
  content: "";
  display: block;
  padding-top: 15px;
  width: 10%;
}

.application-anagement a {
  color: #009ADB;
  text-decoration: none;
  position: relative;
  padding: 10px 10px 10px 68px;
  /* display: inline-block; */
  line-height: 26px;
}

.application-anagement a:before {
  content: "";
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 1px solid #009ADB;
  border-radius: 50px;
  position: absolute;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.application-anagement a:hover:before {
  width: 100%;
}

.application-anagement a svg {
  font-size: 21px;
  position: absolute;
  left: 34px;
}

.imga {
  content: "";
  top: 0;
  display: flex;
  position: relative;
  border-top: #009adb 20px solid;
  text-align: center;
  width: 79%;
  background: #009adb;
  border-bottom: #009adb 20px solid;
  border-radius: 7px;
  right: -58px;
}

.imga img {
  position: relative;
  text-align: center;
  left: -35px;
}

.imga.right {
  right: 0;
}

.imga.right img {
  position: relative;
  text-align: center;
  right: -35px;
  left: unset
}

.subs {
  background-color: #141414;
  padding: 20px 0;
}

.subs h3 {
  color: white
}

.subs p {
  color: white
}

.subs-row .end {
  text-align: right;
}

.let-btb {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  background: #4FBEED !important;
  color: white !important;
  border-radius: 63px;
  padding: 15px 28px;
  line-height: 1;
}
.shape-image {
position: absolute;
bottom: -4%;
width: auto;
left: 0;
transform: translateX(-19%);
opacity: 1;
z-index: -1;
-webkit-animation: mover 1s infinite alternate;
animation: mover 1s infinite alternate;
}
.shape-image {
 
-webkit-animation: mover 1s infinite  alternate;
animation: mover 1s infinite  alternate;
}

@-webkit-keyframes mover {
0% { transform: translateY(0); }
100% { transform: translateY(-10px); }
}
@keyframes mover {
0% { transform: translateY(0); }
100% { transform: translateY(-10px); }
}
.img-div {
  padding: 30px;
  background: white;
  border-radius: 12px 24% 20px 24%;
  box-shadow: inset 10px 10px 10px #00000045;
}
.living {
 
}

.ptb {
  padding: 10px
}

@media (max-width: 767px) {

  .img-div {
      padding: 30px;
      border-right: 0;
      padding-right: 30px;
  }

  .subs-row {
      text-align: center;
  }

  .subs-row .end {
      text-align: center;
  }

  .content-div {
      padding: 5% 8% 4% 10%;
  }

  .col-reverse {
      flex-direction: column-reverse;
  }

  .imga {
      content: "";
      left: 0;
      top: 0;
      display: flex;
      position: relative;
      border: #009adb 11px solid;
      text-align: center;
      width: 100%;
      align-items: center;
      justify-content: center;
  }

  .imga img {
      position: relative;
      text-align: center;
      left: unset;
      width: 100%;
  }

  .imga.right img {
      right: unset
  }

  .content-img {
      border-radius: 0;
  }

  .title {
      margin-top: 20px;
  }

}


/* ------------------------------new------------------------------ */


.cards {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cards .card {
  /*height: 567px;*/
	height: 597px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  min-width: 260px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
  transition: all 0.4s ease;

}
/*.cards .card:before {
  height: 190px;
  width: calc(100% + 100px);
  content: "";
  position: absolute;
  background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
  border-radius: 4px 4px 100% 100%;
  transition: all 0.4s ease-out;
  top: 0;
}*/
.cards .card:after {
  height: 305px;
  width: calc(100% + 100px);
  content: "";
  position: absolute;
  background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
  border-radius: 100% 100% 4px 4px ;
  transition: all 0.4s ease-out;
  bottom: 0;
}
.cards .card .close {
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  background-image: url("https://rafaelalvucas.github.io/assets/icons/misc/cross.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  right: 0;
  margin: 10px;
  padding: 5px;
  transition: all 0.2s ease;
}
.actions p{margin-bottom: 0px;}
.cards .card .close:hover {
  background-size: 100%;
  opacity: 0.8;
}
.cards .card .arrow {
  display: none;
}
.cards .card article {
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.cards .card article h2 {
  color: white;

  margin: 0;
  padding: 40px 20px 10px 20px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.5px;
}
.cards .card article .title {
 /* color: white;*/
		color:#000;
  padding: 14px 9px;
  letter-spacing: 0.8px;
  transition: all 0.4s ease;
  font-size: 21px;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 0;
}
.cards .card article .desc {
  padding: 10px 30px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  height: 90px;
  transition: all 0.4s ease-out;
}
.cards .card article .pic {
/*  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 100%;*/
  margin: 0 0 20px;
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.3);
  transition: all 0.6s ease;
}
.cards .card article .pic img {
  width: 100%;
/*  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);*/
}
.cards .card .actions {
  width: 100%;
  display: flex;
  justify-content: center;
  background: white;
  z-index: 1;
  padding: 12px 0;
}
.cards .card .actions .btn {
  border: 0;
  background-color: transparent;
  box-sizing: border-box;
  width: calc(50% - 1px);
  height: 36px;
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  color: #4481eb;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.5px;
  background: rgba(68, 129, 235, 0.08);
}
.cards .card .actions .btn span {
  z-index: 1;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.cards .card .actions .btn .icon {
  width: 10px;
  opacity: 0;
  position: absolute;
  transition: all 0.2s ease-in-out;
}
.cards .card .actions .btn:before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  background: #4481eb;
  transition: all 0.4s ease;
  bottom: 0;
  opacity: 0.2;
}
.cards .card .actions .btn:focus {
  outline: 0;
}
.cards .card .actions .btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.cards .card .actions .btn:hover span {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cards .card .actions .btn:hover .icon {
  width: 22px;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.cards .card .actions .btn:hover:nth-child(3) .icon {
  width: 18px;
}
.cards .card .actions .btn:hover:before {
  height: 100%;
}
.cards .card .actions .btn.clicked span {
  display: none;
}
.cards .card .actions .btn.clicked .icon {
  width: 22px;
  opacity: 1;
  animation: icon 0.5s ease forwards;
}
@keyframes icon {
  0% {
    width: 22px;
  }
  50% {
    width: 40px;
  }
  100% {
    width: 22px;
  }
}
.cards .card .actions .btn.clicked:before {
  opacity: 0.3;
  height: 100%;
}
.cards .card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
}
.cards .card:hover:before {
  height: 100%;
  border-radius: 4px;
}
.cards .card:hover .desc {
  color: white;
}
/*.cards .card:hover .pic {
  box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
}
.cards .card:hover .pic img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}*/
.cards .card.closed {
  min-width: 120px;
  max-width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
  cursor: pointer;
}
.cards .card.closed .title,
.cards .card.closed .desc,
.cards .card.closed .actions,
.cards .card.closed .close {
  display: none;
}
.cards .card.closed h2 {
  padding: 0;
  height: 100%;
  transform: rotate(-90deg);
  width: 440px;
  z-index: 2;
  transition: all 0.6s ease;
}
.cards .card.closed .pic {
  border-radius: 100%;
  height: 400px;
  width: 400px;
  position: absolute;
  top: -20px;
  margin: 0;
  box-shadow: 0;
  transition: all 0.6s ease;
}
.cards .card.closed .pic img {
  object-fit: cover;
  height: 100%;
  transform: translateY(20px);
}
.cards .card.closed .pic:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
  transition: all 0.4s ease;
  transform: translateY(20px);
}
.cards .card.closed:before {
  height: 100%;
  border-radius: 4px;
}
.cards .card.closed .arrow {
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  bottom: 15px;
  padding: 5px;
  display: flex;
  justify-content: center;
  background-image: url("https://rafaelavlucas.github.io/assets/icons/misc/expand.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease;
}
.cards .card.closed:hover .arrow {
  background-size: 100%;
  opacity: 0.6;
}
/* ============= Animation background ========= */
.background {
background-color: #d6dbf936;
position: relative;
width: 100%;
overflow: hidden;
margin: 0px;

}
.cube {
position: absolute;
top: 80vh;
left: 45vw;
width: 10px;
height: 10px;
border: solid 1px #c4bcbc;
transform-origin: top left;
transform: scale(0) rotate(0deg) translate(-50%, -50%);
animation: cube 12s ease-in forwards infinite;
}
.cube:nth-child(2n) {
border-color: #a19797 ;
}
.cube:nth-child(2) {
border-color: #edd871;
}
.cube:nth-child(2) {
animation-delay: 1s;
left: 25vw;
top: 40vh;
}
.cube:nth-child(3) {
animation-delay: 2s;
left: 75vw;
top: 50vh;
}
.cube:nth-child(4) {
animation-delay: 3s;
left: 90vw;
top: 10vh;
}
.cube:nth-child(5) {
animation-delay: 4s;
left: 10vw;
top: 85vh;
}
.cube:nth-child(6) {
animation-delay: 5s;
left: 50vw;
top: 10vh;
}
/* Animate Background*/
@keyframes Gradient {
0% {
  background-position: 0% 50%;
}
50% {
  background-position: 100% 50%;
}
100% {
  background-position: 0% 50%;
}
}
@keyframes cube {
from {
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  opacity: 1;
}
to {
  transform: scale(6) rotate(960deg) translate(-50%, -50%);
  opacity: 0;
}
}

@media (max-width: 767px) {
  .cards .card {
      height: auto;
      width: 100%;
      max-width: 100%;
      margin-bottom: 15px;
  }
  .cards {
     
      margin: 0;
  }
  .shape-image {
      bottom: 24px;
      width: 92%;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0.3;
  }
}


/* ------------------------gear------------------ */

.gears-grd1{
stop-color:#4fc1ea; stop-opacity:1
}
.gears-grd2{
stop-color:#6435c9; stop-opacity:1
}

.gears-img{
position: absolute;
text-align: right;
right: 0;
top: 28vh;
width: 25%;
}
.gears-img img{
max-width: 100%;
}

.machine {
width: 21vmin;
}

.small-shadow, .medium-shadow, .large-shadow {
fill: rgba(0, 0, 0, 0.05); }

.small {
-webkit-animation: counter-rotation 2.5s infinite linear;
-moz-animation: counter-rotation 2.5s infinite linear;
-o-animation: counter-rotation 2.5s infinite linear;
animation: counter-rotation 2.5s infinite linear;
-webkit-transform-origin: 100.136px 225.345px;
-ms-transform-origin: 100.136px 225.345px;
transform-origin: 100.136px 225.345px; }

.small-shadow {
-webkit-animation: counter-rotation 2.5s infinite linear;
-moz-animation: counter-rotation 2.5s infinite linear;
-o-animation: counter-rotation 2.5s infinite linear;
animation: counter-rotation 2.5s infinite linear;
-webkit-transform-origin: 110.136px 235.345px;
-ms-transform-origin: 110.136px 235.345px;
transform-origin: 110.136px 235.345px; }

.medium {
-webkit-animation: rotation 3.75s infinite linear;
-moz-animation: rotation 3.75s infinite linear;
-o-animation: rotation 3.75s infinite linear;
animation: rotation 3.75s infinite linear;
-webkit-transform-origin: 254.675px 379.447px;
-ms-transform-origin: 254.675px 379.447px;
transform-origin: 254.675px 379.447px; }

.medium-shadow {
-webkit-animation: rotation 3.75s infinite linear;
-moz-animation: rotation 3.75s infinite linear;
-o-animation: rotation 3.75s infinite linear;
animation: rotation 3.75s infinite linear;
-webkit-transform-origin: 264.675px 389.447px;
-ms-transform-origin: 264.675px 389.447px;
transform-origin: 264.675px 389.447px; }

.large {
-webkit-animation: counter-rotation 5s infinite linear;
-moz-animation: counter-rotation 5s infinite linear;
-o-animation: counter-rotation 5s infinite linear;
animation: counter-rotation 5s infinite linear;
-webkit-transform-origin: 461.37px 173.694px;
-ms-transform-origin: 461.37px 173.694px;
transform-origin: 461.37px 173.694px; }

.large-shadow {  
-webkit-animation: counter-rotation 5s infinite linear;
-moz-animation: counter-rotation 5s infinite linear;
-o-animation: counter-rotation 5s infinite linear;
animation: counter-rotation 5s infinite linear;
-webkit-transform-origin: 471.37px 183.694px;
-ms-transform-origin: 471.37px 183.694px;
transform-origin: 471.37px 183.694px; }

@-webkit-keyframes rotation {
from {-webkit-transform: rotate(0deg);}
to   {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
from {-moz-transform: rotate(0deg);}
to   {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
from {-o-transform: rotate(0deg);}
to   {-o-transform: rotate(359deg);}
}
@keyframes rotation {
from {transform: rotate(0deg);}
to   {transform: rotate(359deg);}
}

@-webkit-keyframes counter-rotation {
from {-webkit-transform: rotate(359deg);}
to   {-webkit-transform: rotate(0deg);}
}
@-moz-keyframes counter-rotation {
from {-moz-transform: rotate(359deg);}
to   {-moz-transform: rotate(0deg);}
}
@-o-keyframes counter-rotation {
from {-o-transform: rotate(359deg);}
to   {-o-transform: rotate(0deg);}
}
@keyframes counter-rotation {
from {transform: rotate(359deg);}
to   {transform: rotate(0deg);}
}

@media only screen and (max-width: 767px) {
.sm-hide{
  display: none;
}
.text-size-10-vh{
  font-size: 6vh;
}
}