a{
  text-decoration: none;
}
.t-green {
  color:#c2ff3b !important;
}
a:hover{
  color:#c2ff3b !important;
}
p::-moz-selection {color: #28292e; background-color:#c2ff3b;}
p::selection {color: #28292e; background-color:#c2ff3b;}
h2::-moz-selection{color:#c2ff3b;}
h2::selection {color:#c2ff3b;}
h3::-moz-selection{color: #28292e; background-color:#c2ff3b;}
h3::selection {color: #28292e; background-color:#c2ff3b;}
h4::-moz-selection{color: #28292e; background-color:#c2ff3b;}
h4::selection {color: #28292e; background-color:#c2ff3b;}
h5::-moz-selection{color: #28292e; background-color:#c2ff3b;}
h5::selection {color: #28292e; background-color:#c2ff3b;}
h6::-moz-selection{color: #28292e; background-color:#c2ff3b;}
h6::selection {color: #28292e; background-color:#c2ff3b;}
span::-moz-selection{color: #28292e; background-color:#c2ff3b;}
span::selection {color: #28292e; background-color:#c2ff3b;}
.highlight::-moz-selection {color: #28292e; background-color:#c2ff3b;}
.highlight::selection {color: #28292e; background-color:#c2ff3b;}


#navbar_main {
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 80px;
  width: 100%;
  -webkit-transition: all .5s ease-in; /* Safari */
  transition: all .5s ease-in;
  }

  .scrolled-nav {
    top: -80px !important;
  }
/* ----------- Floating Nav  -------------*/
  .b-nav{
    opacity:0;
    position: fixed; 
    z-index: 99;
    bottom: 1.375em; 
    right: 1.375em;
    overflow: hidden;
    width: 200px; 
    height: 200px;
    padding: 1.375em;
    color:#fff;
    text-align: right;
    background: #425878;
    border: 3px solid #c2ff3b;
    border-radius: 30px 30px 0 30px;
    box-shadow:
      0 1px 2px rgba(0,0,0,0.2),
      0 4px 10px rgba(0,0,0,0.15);
      -webkit-transition: all 300ms cubic-bezier(.6,-0.3,.3,1.3);
  }
  .b-nav-viz{
    opacity:1;
  }
  .b-nav.closed {
    width: 0; 
    height: 0;
    border: 3px solid #c2ff3b;
    border-radius: 50%;
  }
  .b-nav a {
    display: inline-block;
    color: #fff;
  }
  .b-nav > a { 
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
  }
  .b-nav a:hover {
    cursor:pointer;
  }
  .b-nav .toggle {
    position: absolute;
    bottom: 0; right: 0;
    width: 1.375em; 
    height: 1.375em;
    font-size: 200%; 
    line-height: auto;
    font-weight: 300; 
    text-align: center;
    transform: rotate(45deg);
    transform-origin: 50%;
    transition: all 300ms;
  }
  .b-nav.closed .toggle {
    transform: rotate(0);
  }
  .b-nav ul {
    position: absolute;
    bottom: 2.1em; 
    right: 1.375em;
    opacity: 1;
    transition: all 300ms;
  }
  .b-nav.closed ul { opacity: 0; }
  
  .b-nav li {
    padding: 0.25em 0; margin-bottom: 0;
    transition: all 600ms; 
  }
  .b-nav li:hover {
    padding-right:10px;
  }
  .b-nav.closed li { margin-bottom: 1.375em; }

/* ------------ Font ------------ */
@font-face {
  font-family: "nexa-light";
  src: url("assets/fonts/nexa-light.woff") format("woff");
}
@font-face {
  font-family: "nexa-bold";
  src: url("assets/fonts/nexa-bold.woff") format("woff");
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 80%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #4b5468;
    z-index:9999;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(100%);
    box-shadow:1px 1px 50px #333;
  }
  .navbar-dark .navbar-toggler{
    border:none;
  }
  .navbar-toggler:focus{
    box-shadow:none;
  }
  .logo-mobile{
    margin-left:-4px;
    position: relative ;
    top:13px;
  }
  .navbar-brand{
    padding-top:0;
  }
}
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 1)
and (orientation:portrait) {
  .offcanvas-collapse {
    width: 35% !important;
    padding:10px 20px;
  }
}

/*General*/
.m-green, .nav-item > .active {
  color: #c2ff3b !important;
}
.white{
  color:#fff;
}
body {
  font-family: "Comfortaa", sans-serif;
  --intro-text-load-time: 500ms;
  --intro-people-load-time: 650ms;
}
h1,
h2,
h3,
h4 {
  font-family: "nexa-bold", Arial, sans-serif;
}
/*Font sizes*/
h5{
  font-size:1.1rem;
  line-height:1.5rem;
}
p {
  font-size: 0.9rem;
}
ul, li{
  list-style: none;
}
.n-bold{
  font-family:'nexa-bold', Arial, sans-serif;
}
.n-light{
  font-family:'nexa-light', Arial, sans-serif;
}
.d-sml{
  display: flex;
}
.d-big{
  display: none;
}
.dark{
  background:#4b5468; 
  color:#fff;
}
.dark-t{
  color:#4b5468 !important; 
}
@media only screen and (max-width:320px){
  h5{
    font-size:.9rem;
    line-height:1.2rem;
  }
}
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 1)
and (orientation:portrait) {
  h1{
    font-size: 2.5rem;
  }
  h5{
    font-size:1.4rem;
    line-height:2rem;
  }
}
@media only screen and 
(min-width:768.1px){
  .d-sml{
    display: none;
  }
  .d-big{
    display: flex;
  }
}
@media only screen and 
(min-width:992px) and (max-width:1199px){
  h5{
    font-size:1.2rem;
    line-height:2rem;
  }
  p {
    font-size: 0.9rem;
  } 
}
@media only screen and 
(min-width:1200px) and (max-width:1399px){
  h5{
    font-size:1.3rem;
    line-height:2.4rem;
  }
  p {
    font-size: 1rem;
  } 
}
@media only screen and 
(min-width:1400px){
  h5{
    font-size:1.4rem;
    line-height:2.5rem;
  }
  p {
    font-size: 1.1rem;
  } 
}

.tooltip_cust {
  cursor: pointer; 
  text-decoration: none;
  position: relative;
}
.tooltip_cust span {
  margin-left: -999em;
  color:#333;
  position: absolute;
}
.tooltip_cust:hover span {
  border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  position: absolute; 
  left: 4em; 
  top: .4em; 
  z-index: 99;
  margin-left: 0; 
  width: 250px;
}
.tooltip-cont{
  padding: .5em .7em;
  background: #c2ff3b; 
  border: 1px solid #6edf12;
}
.tech-icons a:hover{ 
  background: transparent; 
}

.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 6vh;
  left: 0;
  margin: auto;
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
  animation: 3s mouseAppear;
  animation-fill-mode: forwards;
  visibility:hidden;
  opacity:0;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes mouseAppear {
  50% {
    opacity:0%;
  }
  100% {
    visibility:visible;
    opacity:100%;
  }
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
.large-bottom-spacer {
  margin-bottom: 5rem !important;
  margin-top: 5rem !important;
}
body.offcanvas-active {
  overflow: hidden;
}
.btn{
  border-radius:1.5rem !important;
  padding:.375rem 1.2rem !important;
}
.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}
.screen-darken.active {
  z-index: 10;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.btn-animate {
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
}  
.btn-animate span {
    z-index: 20;
    color:#fff;
  }  
.btn-animate:after {
    background: #c2ff3b;
    content: "";
    height: 185px;
    left: -75px;
    opacity: .25;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 0;
  }
.btn-animate:hover{
  border: 1px solid #c2ff3b;
}
.btn-animate:hover:after {
    left: 105%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .btn-animate .fa-sync{
    transition:0.9s;
  }
  .btn-animate:hover .fa-sync{
    transform: rotate(180deg);
    color:#c2ff3b;
  }

/*Header*/
.navbar-meetico {
  position: fixed;
  top: .5rem;
}
.navbar-meetico .navbar-nav .nav-item {
  font-family: "nexa-bold", Arial, sans-serif;
  font-size: 1rem;
  margin: .7rem 0;
}
.navbar-meetico .navbar-nav .nav-item a {
  color: white;
  text-decoration:none;
}
.navbar-meetico .navbar-nav .nav-item a::after {
  content: ".";
  color: #c2ff3b;
  font-size: 1rem;
}
.navbar-meetico .navbar-nav .nav-item a:hover {
  color: #c2ff3b;
}
.navbar-meetico-mobile .navbar-toggler:focus {
  box-shadow: none;
}
.navbar-collapse{
  flex-grow:0;
}

/*HOMEPAGE*/
.home-section{
  width:100%;
  height:100vh;
}
.albert{
  background: rgb(66,88,120);
  background: linear-gradient(180deg, rgb(63, 75, 93) 63%, rgba(28,26,32,1) 100%); 
}
.intro-text{
  margin-top:10vh;
  width: 90vw;
  animation: intro-text-load var(--intro-text-load-time) ease;
  transform: translateY(-60px);
  animation-delay: 350ms;
  opacity: 0;
  animation-fill-mode: forwards;
}
.section-text{
  margin-top:25%;
}
.meetico-home{
  height:50vh;
  width: 90vw;
  padding: 0;
  position: relative;
  animation: intro-people-load var(--intro-people-load-time) ease;
  transform: translateY(200px);
  animation-delay: 800ms;
  opacity: 0;
  animation-fill-mode: forwards;
}
  .meetico-home img{
    position:absolute;
    z-index:1;
    height:100%;
  }

@keyframes intro-text-load {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% { 
    transform: translateY(0);
    opacity: 1; }
}

@keyframes intro-people-load {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  60% {
    opacity: .7;
    transform: translateY(-20px);
  }
  80% { 
    transform: translateY(10px);
    opacity: .9; }
  100% { 
    transform: translateY(0);
    opacity: 1; }
}

.words-people, .words-people-bg{
  position:absolute;
  height:100%;
  width:100vw;
  overflow: hidden;
}
.words-people{
  z-index:2;
}
.words-people-bg p, .words-people p{
  text-transform:uppercase;
  margin: 0;
  font-family: 'nexa-bold';
  font-size: 12.3vw;
  padding: 0;
  line-height: 0.82;
  color: transparent;
  -webkit-text-stroke: 1px white;
  position:relative;
}
.words-people p:first-child, .words-people-bg p:first-child{
  padding-top: .5rem;
}
.words-people-bg p{
  opacity:0.13;
}
.words-people p span{
  opacity: 0;
}
.words-people .bonus span:hover{
  background: url(assets/images/animation-bg2.jpg);
  background-position: 100% 2%;
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */

  -webkit-text-fill-color: transparent;
  -webkit-animation: bonus 6.3s ease-in;

  /* Activate hardware acceleration for smoother animations */

  -webkit-transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
}
.words-people p span:hover {
  /* Clip Background Image */
  cursor:help;
  opacity: .7;
  background: url(assets/images/animation-bg.png);
  -webkit-background-clip: text;
  background-clip: text;

  /* Animate Background Image */

  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 1.3s ease-in;

  /* Activate hardware acceleration for smoother animations */

  -webkit-transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
}
/* Animate Background Image */
@-webkit-keyframes aitf {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
@-webkit-keyframes bonus {
  0% { background-position: 20% 82%; }
  100% { background-position: 100% 2%; }
}

.superhero{
  background:url(assets/images/m-meetico-superhero.jpg) center no-repeat;
  background-size: cover;
}
.sweet{
  background:url(assets/images/m-meetico-sweet.jpg) center no-repeat;
  background-size: cover;
}
.clients{
  background:url(assets/images/m-meetico-clients.jpg) center no-repeat;
  background-size: cover;
}
.clients-left{
  height:100vh;
}
.clients-left h3{
  margin-top:25vh;
}
.tech-icons{
  width:100%;
}
.tech-icons img{
  display: flex;
  align-items: center;
  width: 80%;
}

.clients-right{
    position: relative;
  }
.rocket{
  background:url(assets/images/m-meetico-rocket.jpg) center no-repeat;
  background-size: cover;
}

/* -------------- FOOTER -------------- */

footer {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  min-height: 400px;
}
footer h2, .footer-home-section h2{
  font-size: 1.88rem;
}
footer p, .footer-home-section p {
  font-family: "nexa-light", Arial, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04rem;
}
footer h2::after, .footer-home-section h2::after {
  content: "";
}
.footer-home-section{
  background:#28292e;
}
.footer-home-bg{
  background-color:#EFEFF9;
}
.footer-home-bg .custom-footer{
  color:#ff3e36;
  font-size:2.4rem;
}
.footer-services{
  background-color:#000;
}
.copyright {
  font-family: "Comfortaa", cursive;
  text-align: center;
  background-color: #28292e;
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
}
.astro-img{
  width: 50%;
}
.footer-services .custom-t{
  color:#6b8db0;
  font-size:1.7rem;
}

@media only screen and 
(min-width:576px){
  .intro-text{
    margin-top:18vh;
  }
  footer h2{
    font-size: 2.21rem;
  }
  footer p {
    font-size: 1.6rem;
    letter-spacing: 0.07rem;
  }
  .footer-home-section{
    height: 410px !important;
  }
  .footer-services .custom-t{
    color:#6b8db0;
    font-size:1.99rem;
  }
}

@media only screen 
and (min-width: 576px) 
and (max-width: 991.9px) {
  .intro-text{
    width:60vw;
    margin-left:8vw;
  }
  .meetico-home img{
    margin-left: 10vw;
  }
  .words-people-bg, .words-people{
    width: 70vw;
  }
  .words-people-bg p, .words-people p{
    font-size: 4rem;
    line-height: 0.94;
  }
}

@media only screen and
(min-width:992px){
  .meetico-home{
    height:76vh;
    width:51vw;
    top:24vh;
  }
  .words-people, .words-people-bg{
    width:570px;
  }
  .words-people-bg p, .words-people p{
    font-size: 5rem;
    line-height: 0.84;
    float: right;
  }
  .intro-text{
    width: 30vw;
    margin-top:40vh;
  }
  .superhero{
    background:url(assets/images/meetico-superhero.jpg) center no-repeat;
    background-size: cover;
  }
  .sweet{
    background:url(assets/images/meetico-sweet.jpg) center no-repeat;
    background-size: cover;
  }
  .clients{
    background:none;
    background-color:#FBB96B;
  }
  .clients-left{
    background-color:#dddfe5;
    position:relative;
    z-index:2;
  }
  .clients-left h3{
    margin-top:30vh;
  }
  .tech-icons img{
    width: 80px;
  }
  .clients-right img{
    position:relative;
    z-index:3;
    margin-left:-52px;
    height:100vh;
  }
    .clients-bubble{
      position: absolute;
      top:22%;
      left:55%;
      color:#d69032;
      font-size:1.3rem;
    }
    .clients-dot{
      border-radius:50%;
      background-color:#d69032;
      position:relative;
    }
    .clients-dot.dot-one{
      width:11px;
      height:11px;
      margin-top:18px;
      left:-10px;
    }
    .clients-dot.dot-two{
      width:8px;
      height:8px;
      margin-top:15px;
      left:-20px;
    }
    .clients-dot.dot-three{
      width:6px;
      height:6px;
      margin-top:7px;
      left:-33px;
    }
  .section-text{
    margin-top:13%;
  }
  .rocket{
    background:url(assets/images/meetico-rocket.jpg) center no-repeat;
    background-size: cover;
  }
  .large-bottom-spacer {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
  .footer-home-section{
    height:450px !important;
  }
}

@media only screen
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 1)
and (orientation:portrait) {
    .meetico-home{
      height:55%;
    }
    .words-people, .words-people-bg{
      width:90vw;
    }
    .words-people p, .words-people-bg p{
      font-size:9.6vw;
      line-height: 0.85;
      margin-left:9vw;
    }
  .intro-text{
    margin-top:25%;
  }
  .footer-home-section{
    height: 370px !important;
  }
}

@media only screen
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 1)
and (orientation:landscape) {
  .meetico-home{
    height:82%;
    top:18%;
  }
  .words-people, .words-people-bg{
    width:50vw;
  }
  .words-people-bg p, .words-people p {
    font-size: 7vw;
    line-height: 0.96;
  }
  .clients{
    overflow:hidden;
  }
  .page-intro-cont{
    height: 78vh !important;
  }
  .intro-text{
    width: 33vw;
    margin-top: 40vh;
  }
  .footer-home-section{
    height: 400px !important;
  }
}

@media only screen 
and (min-device-width: 1366px) 
and (max-device-width: 1366px) 
and (orientation: landscape) 
and (-webkit-min-device-pixel-ratio: 2){
  .meetico-home{
    height:67vh !important;
    top: 33vh;
    width: 41vw !important;
  }
  .words-people-bg p, .words-people p {
    line-height: 0.94;
  }
}

@media only screen 
and (min-device-width: 1024px) 
and (max-device-width: 1024px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 2){
  .meetico-home{
    height:59vh !important;
    width: 64vw;
    left: -50% !important;
    text-align:center;
    top:41vh;
  }
  .intro-text{
    width:50vw;
  }
  .intro-text h1{
    font-size:3.5rem;
  }
  .intro-text h5{
    font-size:1.4rem;
  }
  .words-people p, .words-people-bg p {
    font-size: 9.3vw !important;
    line-height: 0.93 !important;
  }
  .page-intro-cont{
    height: 50vh !important;
  }
  .offcanvas-collapse {
    width: 52% !important;
  }
  .footer-home-section{
    height: 400px !important;
  }
}

@media only screen and
(min-width:1200px){
  .meetico-home{
    width: 44vw;
  }
  .page-intro-cont{
    height: 75vh !important;
  }
  .tech-icons{
    width:80%;
    margin:0 auto;
  }
}

@media only screen and
(min-width:1400px){
  .words-people, .words-people-bg {
    width: 680px;
  }
  .words-people p, .words-people-bg p{
    line-height:0.86;
    font-size: 6rem;
  }
  .footer-home-section{
    height: 500px !important;
  }
}

@media only screen and
(min-width:1600px){
  
  .words-people, .words-people-bg {
    width: 700px;
  }
  .words-people p, .words-people-bg p{
    line-height:.83;
  }
}
/* -------------------------- Intro -------------------------- */
.footer-intro{
  background: #030305;
  color:#fff;
}
.footer-intro .custom-t {
  color: #d5afd9 !important;
  font-size: 2.15rem;
  animation: neonGlow 1.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ab50cc;
}

@keyframes neonGlow {
  0% {
    text-shadow: 
    0 0 2px rgba(255, 255, 255, 0.8), 
    0 0 4px rgba(255, 255, 255, 0.8), 
    0 0 7px rgba(170, 80, 204, 0.8), 
    0 0 10px rgba(170, 80, 204, 0.8), 
    0 0 15px rgba(170, 80, 204, 0.8), 
    0 0 20px rgba(170, 80, 204, 0.5), 
    0 0 30px rgba(170, 80, 204, 0.5), 
    0 0 40px rgba(170, 80, 204, 0.5), 
    0 0 55px rgba(170, 80, 204, 0.5);
  }
  100% {
    text-shadow: 
    0 0 1px rgba(255, 255, 255, 0.7),
    0 0 2px rgba(255, 255, 255, 0.6), 
    0 0 4px rgba(170, 80, 204, 0.5), 
    0 0 7px rgba(170, 80, 204, 0.6), 
    0 0 10px rgba(170, 80, 204, 0.6), 
    0 0 15px rgba(170, 80, 204, 0.6), 
    0 0 20px rgba(170, 80, 204, 0.4), 
    0 0 30px rgba(170, 80, 204, 0.4);
  }
} 
.footer-intro h3{
  font-size:1.65rem;
}
/* -------------------------- Achief -------------------------- */
.achief-card, #pr-achief .main-img {
  background: url(assets/images/achief/achief-intro-bg.jpg);
}
#pr-achief .last-img {
  background: url(assets/images/achief/testimonial-bg.jpg);
}
.footer-achief {
  background: #17212b;
  color:#fff;
}
.footer-achief .custom-t{
  color: red !important;
}
.footer-achief h3{
  font-size:1.65rem;
}
/* -------------------------- Ubi -------------------------- */
.ubi-card, #pr-ubi .main-img {
  background: url(assets/images/ubi/ubi-intro-bg.jpg);
}
#pr-ubi .last-img {
  background: url(assets/images/ubi/testimonial-bg.jpg);
}
.footer-ubi {
  background: url(assets/images/footer-ubi-bg.jpg);
}
.footer-ubi h2, .footer-ubi p, .footer-ubi h3 {
  color: #fff !important;
}
.footer-ubi h3{
  font-size: 2.5rem;
}
/* .sub-footer-ubi{
  background: url(assets/images/sub-footer-ubi.jpg);
  background-size: cover;
} */
/* -------------------------- HuCare -------------------------- */
.hucare-card, #pr-hucare .main-img {
  background: url(assets/images/hucare/hucare-intro-bg.jpg);
}
#pr-hucare .last-img {
  background: url(assets/images/hucare/testimonial-bg.jpg);
}
.footer-hucare {
  background: #f2f2f2;
}
.footer-hucare .custom-t {
  color: #e3af14 !important;
}
.footer-hucare h3{
  font-size:1.65rem;
}
/* -------------------------- Tools -------------------------- */
.tools-card, #pr-tools .main-img {
  background: url(assets/images/tools/tools-intro-bg.jpg);
  background-position:right !important;
}
#pr-tools .last-img{
  background: url(assets/images/tools/testimonial-bg.jpg);
}
.homer{
  width:45px;
  margin-top:-18px;
}
.twentytwenty-wrapper{
  padding:0 !important;
}
.footer-tools {
  background: url(assets/images/footer-tools-bg.jpg);
}
.footer-tools .clip-text{
  font-size: 1.65rem;
  position: relative;
  display: inline-block;
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00000013;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-tools .clip-tools{
  background-image: url(assets/images/tools/clip-tools-bg.jpg);
  background-position: bottom left;
}
/* -------------------------- Generic project -------------------------- */
.main-img{
  position: relative;
}
.page-intro-cont{
  height: 89vh;
}
.page-intro-cont h2{
  line-height: 1rem;
}
.project-card{
  position: relative;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: all 0.3s ease-in-out;
  border-radius: .2rem;
  color:#fff;
  margin: 2rem auto;
  width: 90vw;
  height: auto;
  padding:1rem 0;
  max-width: 1000px;
  background-size: cover;
  background-position: bottom;
}
  .project-card::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;  
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    transition: opacity 0.3s ease-in-out;
  }
  .project-card:hover{
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
  }
  .project-card:hover::after{
    opacity: 1;
  }
  .hucare-card{
    background-position: top !important;
  }
  .project-card img{
   width: auto;
   height: 80px;
  }
  .intro-projects h2{
    font-size: calc(1rem + .9vw);
  }
.pr-services-title{
  font-family: 'nexa-bold';
  font-size:1.2rem;
}
.services-list p i{
  position:relative;
  top:-2px;
}
h2::after {
  content: ".";
  color: #c2ff3b;
  font-size: 4.5rem;
}
.main-img,
.last-img {
  background-size: cover !important;
  background-position: center !important;
}
.main-img h3 {
  font-size: 2rem;
  font-family: "nexa-bold", Arial, sans-serif;
  line-height: 2;
}
.highlight {
  font-family: "nexa-light", Arial, sans-serif;
  font-size: 2.4rem;
}
.preHigh {
  background-color: #c2ff3b;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.blockquote p {
  font-family: "nexa-bold", Arial, sans-serif;
  font-size: 1.5rem;
  text-shadow: 1px 1px 2px #00000040;
}
.blockquote-footer {
  color: #c2ff3b;
  text-shadow: 1px 1px 3px #00000050;
}
.cta {
  background-color: #28292e;
  position: relative;
  height: 235px;
}
.cta h3 {
  font-family: "nexa-bold", Arial, sans-serif;
}
.cta h3 a {
  color: white;
  text-decoration: underline;
}
.case-nav {
  font-family: "nexa-light", Arial, sans-serif;
  background-color: white;
  color: #28292e;
}
.case-nav a .jumper {
  max-width: 120px;
  max-height:120px;
}
.jump-left:hover, .jump-right:hover{
  animation: bounce 2s;
	-webkit-animation: bounce 2s;
	-moz-animation: bounce 2s;
	-o-animation: bounce 2s;
}
 
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
.case-nav a {
  text-decoration: none;
  color: #28292e;
  font-weight: bold;
}
.case-nav a:hover {
  text-decoration: none;
}
.case-nav a .arrow {
  transition: color 0.5s ease;
  font-size: 2rem;
}
.case-nav a:hover .arrow {
  color: #c2ff3b;
}

.otherwise {
  border: 5px solid white;
  background-color: #28292e;
  padding: 1rem;
  position: absolute;
  left: calc(50% - 91px);
  bottom: -39px;
  width: 182px;
}

.footer-bg{
  width: 100%;
  height: auto;
}

/* ------------ Services ---------------*/
.services-intro{
  background:url(assets/images/services-intro.jpg) center;
  background-size:cover;
}
.services-icons{
  display: none;
}
.services-icons > a > img{
  width:40px;
}
.service-section{
  height:auto;
  display:flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.service-img{
  display: flex;  
  align-items: center;
  justify-content: center;
}
.service-img img{
  max-width:490px;
  width: 80%;
  margin:6vh 0;
}
.service-content{
  width:90vw;
  margin-left: 5vw;
}
@media only screen and
(min-width:480px) {
  .services-icons{
    display: flex;
    width: 100vw;
    justify-content: space-evenly;
    margin: 2.5rem 0;
  }
  .service-content{
    width:80vw;
    margin-left: 10vw;
  }
  .intro-projects h2{
    font-size: calc(1.325rem + .9vw);
  }
  .page-intro-cont h2{
    line-height: 3rem;
  } 
  .footer-tools .clip-text{
    font-size: 1.95rem;
  }
  .footer-achief h3{
    font-size:1.9rem;
  }
  .footer-hucare h3{
    font-size:1.9rem;
  }
}
@media only screen 
and (min-width:540px) 
and (max-width: 720px){
  .project-card{
    width:72vw;
  }
  .project-card img{
    display: none;
  }
}
@media only screen and
(min-width:768.2px) {
  .services-icons{
    margin: 5vh auto;
    width: 90vw;
    max-width: 700px;
  }
}
@media only screen
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 1)
and (orientation:portrait) {
  .project-card img{
    height: 80px;
   }
}
@media only screen and
(min-width:992.1px) {
  .page-intro-cont{
    height: 90vh;
  }
  .services-intro{
    background-position: center;
  }
  .service-section{
    height:63vh;
    display:flex;
    flex-direction: row;
    justify-content: center;
  }
    .service-content{
      width:33vw;
      margin-left: 0;
      margin-right: 2vw;
      text-align: left;
    }
    .img-s{
      width:35vw;
      justify-content: left;
    }
    .img-e{
      width:32vw;
    }
    .service-img{
      margin-top:8vh;
      margin-bottom:8vh;
    }
      .img-e img{
        width: 100%;
        margin:6vh 0;
        justify-content: end;
      }
  .project-card img{
    height: 120px;
  }
}
@media only screen and
  (min-width:1200.1px) { 
    .service-section{
      height:47vh;
    }
    .service-content{
      max-width: 480px;
      margin-top: 3vh;
      margin-right: 2vw;
    }
    .service-img{
      max-width:550px;
    }
    .img-s{
      margin-right: 2vw;
      margin-left: 1vw;
    }
  }
@media only screen and (min-width:1920.1px){
  .big-img-cont{
    background-color:#555d6f;
    padding:20px 0 !important;
  }
  .double-first-img{
    float:right;
  }
  .twentytwenty-container img{
    width:100vw !important;
  }
}



/* ============ mobile view ============ */

@media only screen and (max-width: 991.98px) {
  .main-img h3 {
    font-size: 1.4rem;
  }
  .highlight {
    font-size: 1.6rem;
  }
  .copyright {
    text-align: center;
  }
  footer .width-mobile {
    width: 300px;
  }
  .case-nav a .arrow {
    display: none;
  }
  .case-nav a .jumper {
    padding: .5rem;
    max-width: 60px;
  }
}
@media only screen and (max-width: 320px) {
  .main-img h3 {
    font-size: 1.25rem;
  }
  .page-intro-cont{
    height:96vh;
  }
  .page-intro-cont .container{
    padding:0;
  }
}
/* ============ mobile view .end// ============ */
