@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden; }

a {
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }
  a:hover {
    color: #03B2FF;
    text-decoration: none; }

.facebook {
  background-color: #3b5998;
  color: #ffffff; }

.instagram {
  background-color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #ffffff; }

.googleplus {
  background-color: #dd4b39;
  color: #ffffff; }

.twitter {
  background-color: #00aced;
  color: #ffffff; }

/* button */
.btn-shadow {
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important; }

.btn-shadow:hover {
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important; }

.overlay-title {
  font-size: 2rem;
  font-weight: bold;
  color: #282936; }

.clippath-top {
  background: #03B2FF;
  width: 100%;
  height: 100px;
  -webkit-clip-path: polygon(0 0%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0%, 100% 100%, 100% 100%, 0% 100%); }

.clippath-bottom {
  background: #03B2FF;
  width: 100%;
  height: 100px;
  margin-top: -1px;
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 100% 100%);
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 100% 100%); }

.with-border {
  border: 1px solid #03B2FF;
  background: #fff;
  color: #fff; }

.bcircle {
  background: #03B2FF;
  border-radius: 50%;
  position: absolute; }
  .bcircle-1 {
    width: 200px;
    height: 200px;
    top: 80%;
    left: -10%; }
    .bcircle-1:before {
      content: '';
      height: 150px;
      width: 150px;
      position: absolute;
      left: 50%;
      top: 50%;
      background: white;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .bcircle-2 {
    width: 135px;
    height: 150px;
    top: 120%;
    right: 0; }
  .bcircle-3 {
    width: 100px;
    height: 100px;
    top: 180%;
    left: -4%; }

.sec-title {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  z-index: 2;
  padding: 0 5px;
  -webkit-text-stroke: 1px white; }
  .sec-title:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #03B2FF;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1; }

.btn-inverse {
  background: #fff;
  color: #03B2FF; }

.highlight {
  display: inline-block;
  color: #fff;
  background: #03B2FF;
  padding: 0 5px; }

.md-fz, .service-card .card-text {
  font-size: 14px; }

.normal-trans, .service-card {
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }

.uppercase, .section-wrap.bg-theme-prime .section-title, .section-title {
  text-transform: uppercase; }

.background-grey-1 {
  background-color: #eeeded;
  padding-top: 100px;
  padding-bottom: 100px; }

ul {
  margin: 0; }

.btn-primary {
  background: #03B2FF !important;
  border-color: #03B2FF !important; }
  .btn-primary:focus {
    outline: none; }

.slick-dots {
  -ms-flex-item-align: center;
  align-self: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .slick-dots li {
    margin-right: 6px; }
    .slick-dots li button:before {
      content: '';
      height: 12px;
      width: 12px;
      display: inline-block;
      background: #282936;
      border-radius: 6px;
      cursor: pointer;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
      opacity: .3; }
    .slick-dots li.slick-active button:before {
      width: 20px;
      background: #03B2FF;
      opacity: 1; }

.slick-slide {
  outline: none; }

.slick-slider {
  margin: 30px auto 50px; }

.slick-prev,
.slick-next {
  color: #03B2FF;
  opacity: 1;
  height: 40px;
  width: 40px;
  margin-top: -20px; }
  .slick-prev path,
  .slick-next path {
    fill: #03B2FF; }
  .slick-prev:hover path,
  .slick-next:hover path {
    fill: #0090cf; }

.slick-prev:before,
.slick-next:before {
  content: none; }

.slick-dots li button:before {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  font-size: 8px; }

.slick-dots li.slick-active button:before {
  color: #FFFFFF; }

.breadcrumb-wrapper {
  position: relative;
  height: 60vh;
  margin-top: -90px;
  z-index: -1; }
  .breadcrumb-wrapper-bg {
    height: 60vh;
    background-color: #03B2FF;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%); }
  .breadcrumb-wrapper .overlay-title {
    color: #05CC98;
    opacity: 1; }
  .breadcrumb-wrapper .container {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0; }
    .breadcrumb-wrapper .container .row > :first-child {
      color: #fff; }
      @media (max-width: 1024px) {
        .breadcrumb-wrapper .container .row > :first-child h1 {
          font-size: 2.8rem; } }
      @media (max-width: 576px) {
        .breadcrumb-wrapper .container .row > :first-child {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-bottom: 15px; } }
    .breadcrumb-wrapper .container .row > :last-child {
      text-align: right; }
      .breadcrumb-wrapper .container .row > :last-child img {
        height: 200px;
        width: auto; }
        @media (max-width: 768px) {
          .breadcrumb-wrapper .container .row > :last-child img {
            height: 160px; } }
      @media (max-width: 576px) {
        .breadcrumb-wrapper .container .row > :last-child {
          text-align: center;
          margin-bottom: 25px; } }
  @media (max-width: 576px) {
    .breadcrumb-wrapper {
      margin-bottom: 25px; } }

.bg-danger {
  background-color: #d83a32 !important; }

::-moz-selection {
  color: #fff;
  background: #03B2FF; }

::selection {
  color: #fff;
  background: #03B2FF; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #fff; }

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #03B2FF; }

.nav-mobile {
    display: none;
  }
.header {
  min-height: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

  .header.inner-header .logo img {
    background: #fff; }
  .header.inner-header .navlist li:not(:last-child):after {
    background: #fff; }
  .header.inner-header .navlist li a {
    color: #fff; }
  .header.inner-header .header--right a {
    color: #03B2FF !important;
    background: #fff !important; }
  @media screen and (max-width: 992px) {
    .header .navlist {
      display: none; }
     .nav-mobile {
       display: block;
     } }
  .header .navlist li {
    position: relative;
    margin: 0; }
    .header .navlist li a {
      font-size: 16px;
      margin: 0 1rem;
      position: relative;
      color: #999; }
      .header .navlist li a:hover {
        color: #0070CD; }
      .header .navlist li a.active {
        color: #0070CD; }

.section-wrap.bg-theme-prime .overlay-title {
  font-size: 6rem;
  font-weight: bold;
  color: #05CC98;
  opacity: 0.1; }
  @media (max-width: 426px) {
    .section-wrap.bg-theme-prime .overlay-title {
      font-size: 4rem; } }

.section-wrap.bg-theme-prime .section-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #fff; }
  .section-wrap.bg-theme-prime .section-title:before, .section-wrap.bg-theme-prime .section-title:after {
    content: '//';
    position: absolute;
    top: 0;
    color: #fff; }
  .section-wrap.bg-theme-prime .section-title:before {
    left: -18px; }
  .section-wrap.bg-theme-prime .section-title:after {
    right: -18px; }

.section-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px; }
  .section-title:before, .section-title:after {
    content: '//';
    position: absolute;
    top: 0;
    color: #03B2FF; }
  .section-title:before {
    left: -18px; }
  .section-title:after {
    right: -18px; }

.botao {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer; }

#menu-mobile ul {
  width: 100%;
  position: fixed;
  top: 100px;
  left: 1rem;
  list-style: none;
  z-index: 5; }
  #menu-mobile ul li {
    font-weight: 300;
    font-size: 30px;
    position: relative;
    margin-bottom: 30px;
    left: 100%;
    cursor: pointer;
    will-change: transform; }
    #menu-mobile ul li:hover {
      color: #111;
      -webkit-transition: all .1s ease-in-out;
      transition: all .1s ease-in-out; }
    #menu-mobile ul li img {
      max-width: 100%; }
    #menu-mobile ul li a {
      color: #fff; }

#bg-menu-mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #03B2FF;
  will-change: transform;
  z-index: 1; }

/* hang burger */
#hamburger {
  width: 32px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin-left: 1rem;
  background-color: transparent; }
  #hamburger.fix-hamburger {
    position: fixed;
    top: 2rem;
    right: 1rem;
    z-index: 4; }
  @media screen and (min-width: 992px) {
    #hamburger {
      display: none; } }

#hamburger span {
  z-index: 3;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#hamburger span:nth-child(1) {
  top: 0px; }

#hamburger span:nth-child(2) {
  top: 10px; }

#hamburger span:nth-child(3) {
  top: 100%; }

#hamburger.open span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #fff; }

#hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
  -webkit-transition: .16s ease-in-out;
  transition: .16s ease-in-out; }

#hamburger.open span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #fff; }

.btn-pulse {
  position: relative; }
  .btn-pulse:before, .btn-pulse:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid #fe5000;
    border-radius: 50%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: pulse 2.5s ease infinite;
    animation: pulse 2.5s ease infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .btn-pulse:after {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }

.log-in-form {
  max-width: 470px;
  background-color: #FFF;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
  color: #888da8;
  font-weight: 300; }

.log-in-form #log-in-head {
  background-color: #444444;
  padding: 20px; }

.log-in-form .form-output {
  padding: 30px; }

.log-in-form .form-output label {
  font-size: 14px;
  text-transform: capitalize;
  color: #686868; }

.log-in-form .form-control {
  border-radius: 0px;
  height: 50px; }

.log-in-form .remember:after {
  content: " ";
  clear: both;
  width: 100px;
  display: block; }

.log-in-form .remember label {
  float: left; }

.log-in-form .remember a {
  font-size: 13px;
  color: #888da8;
  font-weight: 300; }

.log-in-form .remember a.forgot {
  float: right; }

.log-in-form .or {
  margin-top: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D6D6D6;
  margin-bottom: 20px; }

.log-in-form .btn-primary {
  border-radius: 0px;
  background-color: #575757;
  width: 100%;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 10px; }

.bg-cover {
  position: relative;
  height: 100vh; 
}
section#banner{
  max-height: 90vh;
  overflow: hidden;
  position: relative;
}
section#banner .overlay{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: rgb(2,0,36);
  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(35,34,57,0.7483368347338936) 32%, rgba(255,255,255,0) 100%, rgba(9,9,121,1) 100%);
}

section.textImg{
  background-size: 50% auto;
  background-position-x: 0;
  background-position-y: center;
  background-repeat: no-repeat;
}
section.textImg.right{
  background-size: 50% auto;
  background-position-x: 100%;
  background-position-y: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .navbar-collapse{
    position: absolute;
    right: 0px;
    background: rgb(255, 255, 255);
    top: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px 15px;
  }
  .navbar-dark .navbar-collapse{
    background: rgb(5 49 68);
  }
  .navbar-nav .dropdown-menu{
    border: none
  }
  .collapse:not(.show) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .w-md-75{
    width: 75% !important;
  } 
  .text-md-white{
    color: #fff
  }

  #banner {
    height: 90vh;
    position: relative;
  }

  #banner img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    width: auto !important;
  }
}
.bg-gray-light{
  background-color: #f9f9f9;
}
@media screen and (min-width: 992px) {
  main#main{
    margin-top: -135px;
  }
  .w-lg-75{
    width: 75% !important;
  } 
  .h-lg-100{
    height: 100%
  }
  .navbar-light{
    background: transparent !important
  }
  .navbar-light .navbar-nav .nav-link{
    color: rgba(255, 255, 255, 0.9) !important
  }
} 

.grid-bg {
  position: absolute;
  bottom: -279px;
  right: 5%; }
  @media screen and (max-width: 426px) {
    .grid-bg {
      display: none; } }

@media screen and (max-width: 768px) {
  .bannerForm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.main-banner {
  padding-top: 8rem;
  padding-bottom: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  @media (max-width: 768px) {
    .main-banner {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media (max-width: 768px) {
    .main-banner {
      /* padding-top: 1rem; */
      padding-bottom: 1rem;
      position: static; } }
  .main-banner .contact-wrap-icon {
    height: 40px;
    width: 40px;
    background: #03B2FF; }
  .main-banner .contact-wrap-subtitle {
    font-size: 12px;
    text-align: left; }
  .main-banner .form-wrapper {
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(32, 62, 84, 0.08);
    box-shadow: 0px 10px 40px 0px rgba(32, 62, 84, 0.08); }
    @media screen and (max-width: 426px) {
      .main-banner .form-wrapper {
        width: auto; } }
  .main-banner .form-group label {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 15px; }
  .main-banner .form-group input,
  .main-banner .form-group select,
  .main-banner .form-group textarea {
    width: 100% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    line-height: 14px;
    height: 100%;
    color: #999;
    padding: 12px;
    background: #fff;
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 0;
    /* font-size: 12px; */
    font-weight: 400; }
    .main-banner .form-group input:focus,
    .main-banner .form-group select:focus,
    .main-banner .form-group textarea:focus {
      border: 1px solid #03B2FF;
      -webkit-box-shadow: 0 1px 2px rgba(23, 149, 199, 0.72);
      box-shadow: 0 1px 2px rgba(23, 149, 199, 0.72); }
  .main-banner .form button {
    background: #03B2FF !important;
    width: 100%;
    height: 50px;
    border: #03B2FF !important;
    border-radius: 0; }
    .main-banner .form button:hover {
      background: #00a1e9 !important; }

@media screen and (max-width: 426px) {
  .popularCard {
    width: auto !important; } }

.bannerHeader {
  padding: 0 1rem; }
  @media screen and (max-width: 426px) {
    .bannerHeader h4 {
      font-size: 18px; } }

.button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: 14px; }
  .button.learn-more {
    width: 11rem;
    height: auto;
    outline: none; }
    .button.learn-more .circle {
      -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: relative;
      display: block;
      margin: 0;
      width: 2.5rem;
      height: 2.5rem;
      background: #03B2FF;
      border-radius: 1.5rem; }
      .button.learn-more .circle .icon {
        -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff; }
        .button.learn-more .circle .icon.arrow {
          -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
          transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
          left: 0.25rem;
          width: 1.125rem;
          height: 0.125rem;
          background: none; }
          .button.learn-more .circle .icon.arrow::before {
            position: absolute;
            content: '';
            top: -0.25rem;
            right: 0.0625rem;
            width: 0.625rem;
            height: 0.625rem;
            border-top: 0.125rem solid #fff;
            border-right: 0.125rem solid #fff;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
    .button.learn-more .button-text {
      -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0.5rem 0;
      margin: 0 0 0 1.85rem;
      color: #03B2FF;
      font-weight: 700;
      line-height: 1.6;
      text-align: center;
      text-transform: uppercase; }
  .button:hover .circle {
    width: 100%; }
    .button:hover .circle .icon.arrow {
      background: #fff;
      -webkit-transform: translate(1rem, 0);
      transform: translate(1rem, 0); }
  .button:hover .button-text {
    color: #fff; }

.service-card .card-title {
  font-size: 22px;
  font-weight: bold; }

.service-card .card-link {
  border: 1px solid #03B2FF;
  color: #03B2FF;
  font-size: 14px; }

.service-card-1 {
  text-align: left; }
  .service-card-1 .card-body {
    padding: 30px; }
  .service-card-1 .text-grey-2 {
    color: #9E9E9E;
    font-size: 13px; }
  .service-card-1 .card-title {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px; }
  .service-card-1 .card-text {
    font-size: 12px; }

.moretext {
  display: none; }

.box-shadow {
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1); }

.cardWrapper {
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }
  .cardWrapper:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }

.ratingWrapper i {
  font-size: 10px;
  margin-right: 5px;
  color: #F3BE4E; }

.svg-wrapper svg {
  height: 80px;
  margin-bottom: 1rem;
  width: auto; }

.project-wrap {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 7rem; }
  @media (max-width: 600px) {
    .project-wrap {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  .project-wrap-bg {
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: #03B2FF;
    -webkit-clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 90%);
    clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 90%); }
    @media (max-width: 600px) {
      .project-wrap-bg {
        -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%); } }

.work-image-box {
  position: relative;
  overflow: hidden;
  border: none;
  margin: 15px 0px; }
  .work-image-box a {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 5;
    height: 100%;
    top: 0; }
  .work-image-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .work-image-box:hover .work-overlay:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-transition: all 150ms ease-in-out 200ms;
    transition: all 150ms ease-in-out 200ms;
    opacity: 1; }
  .work-image-box:hover .work-overlay h4 {
    color: rgba(255, 255, 255, 0.6); }
    .work-image-box:hover .work-overlay h4:before {
      right: -100%; }
  .work-image-box:hover .work-overlay h6 {
    color: white; }
    .work-image-box:hover .work-overlay h6:before {
      left: -100%; }

.work-image {
  position: relative; }
  .work-image img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%; }

.work-overlay {
  top: 10px;
  position: absolute;
  overflow: hidden;
  border-radius: 7px;
  left: 10px;
  bottom: 10px;
  right: 10px; }
  .work-overlay:after {
    content: '';
    left: 50%;
    top: 50%;
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(216, 58, 50, 0.89)), to(rgba(239, 176, 173, 0.89)));
    background: linear-gradient(to bottom right, rgba(216, 58, 50, 0.89), rgba(239, 176, 173, 0.89));
    border-radius: 30%;
    width: 0;
    position: absolute;
    bottom: 50%;
    opacity: 0;
    height: 50%;
    height: 0;
    -webkit-transition: all 150ms ease-in-out 200ms;
    transition: all 150ms ease-in-out 200ms; }
  .work-overlay h4 {
    overflow: hidden;
    position: absolute;
    font-size: 13px;
    text-align: center;
    top: 58px;
    z-index: 2;
    color: transparent;
    -webkit-transition: color 150ms ease-in-out 200ms;
    transition: color 150ms ease-in-out 200ms;
    right: 25px;
    padding: 0 10px; }
    .work-overlay h4:before {
      content: '';
      background: #fff;
      width: 100%;
      position: absolute;
      right: 100%;
      top: 0;
      bottom: 0;
      -webkit-transition: right 600ms ease-in-out 0s;
      transition: right 600ms ease-in-out 0s; }
  .work-overlay h6 {
    color: transparent;
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 25px;
    z-index: 2;
    font-size: 18px;
    -webkit-transition: color 150ms ease-in-out 200ms;
    transition: color 150ms ease-in-out 200ms;
    text-align: center;
    padding: 0 10px; }
    .work-overlay h6:before {
      content: '';
      background: #fff;
      bottom: 0;
      right: auto;
      position: absolute;
      left: 100%;
      top: 0;
      width: 100%;
      -webkit-transition: left 600ms ease-in-out 0s;
      transition: left 600ms ease-in-out 0s; }

.sectionBanner-wrapper {
  position: relative; }

.sectionBanner-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 60px; }
  .sectionBanner-content .h4 {
    font-size: 28px;
    color: #323232;
    border-bottom: 3px solid #323232; }
    @media screen and (max-width: 426px) {
      .sectionBanner-content .h4 {
        font-size: 16px; } }
  @media screen and (max-width: 426px) {
    .sectionBanner-content {
      left: 10px; } }

.client-box .slide {
  height: 100px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
  outline: none; }
  .client-box .slide img {
    -webkit-transition: all .5s;
    transition: all .5s; }
  .client-box .slide:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.title-behind {
  position: relative; }
  .title-behind .title-wrap {
    position: absolute !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%; }

.title-section.mb-5 h2 {
  font-size: 3rem !important; }

.work-icon {
  width: 65px;
  height: 65px;
  background-color: #d83a32;
  border-radius: 50%;
  -webkit-box-shadow: 4px 16px 11px 2px rgba(216, 58, 50, 0.19);
  box-shadow: 4px 16px 11px 2px rgba(216, 58, 50, 0.19); }
  .work-icon i.fas {
    font-size: 25px; }

@media (min-width: 1024px) {
  .work-wrapper-1 {
    -webkit-transform: translateY(135px);
    transform: translateY(135px); }
  .work-wrapper-2 {
    -webkit-transform: translateY(82px);
    transform: translateY(82px); }
  .work-wrapper-3 {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  .work-wrapper-4 {
    -webkit-transform: translateY(83px);
    transform: translateY(83px); } }

.intro {
  position: relative;
  padding: 2rem 0 1rem 0; }
  @media (min-width: 1024px) {
    .intro {
      padding: 0 0 14rem 0; } }
  .intro-wrapper {
    height: 500px;
    width: 100%;
    right: 0;
    top: 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    z-index: -1; }
    @media (min-width: 1024px) {
      .intro-wrapper {
        height: 500px;
        width: 70%;
        position: absolute; } }
  .intro-details {
    z-index: 1;
    background: #fff;
    padding: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem 0rem; }
    @media (min-width: 1024px) {
      .intro-details {
        -webkit-transform: translateY(90px);
        transform: translateY(90px);
        background: #ffffffb0;
        width: 50%;
        padding: 3rem; } }

.cls-1 {
  fill: none;
  stroke: #03B2FF;
  stroke-miterlimit: 10;
  stroke-width: 2.83px; }

#Layer_1 {
  position: absolute;
  top: 67%;
  display: none; }
  @media (min-width: 1024px) {
    #Layer_1 {
      display: block; } }

.footer-area {
  position: relative;
  font-weight: 100; }
  .footer-area .main {
    padding: 0 20px; }
    .footer-area .main:nth-child(2) div > a {
      color: #fff;
      font-size: 13px;
      font-weight: 500; }
      .footer-area .main:nth-child(2) div > a:hover {
        text-decoration: underline; }

main.main_content{
  min-height: calc(100vh - 53px);
}
.loginPage{
  min-height: calc(100vh - 300px);
  display: flex;
  align-items: center;
  justify-content: center;
}