/**
* Template Name: BizLand - v3.7.0
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Poppins', sans-serif;
  color: #444444;
}

a {
  color: #25c0d5;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #25c0d5;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #25c0d5;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*Landing CSS*/
.land-main-cnt{
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.land-logo{
  margin-bottom: 10px;
}
.land-logo img{
    max-width: 230px;
    margin: 0 auto;
}

.land-sec{
  background-color: #f2f2f2;
  min-height: 100vh;
}

.land-main-cnt img {
    display: block;
    width: 100%;
}

.land-sec .land-box{
  background-color: #fff;
  padding:20px;
  text-align: center;
}

.land-sec .land-box .land-img{
  margin-bottom: 0px;
  transition-duration: 0.5s;
}
.land-sec .land-box:hover .land-img {
    transform: scale(1.1);
    transition-duration: 0.5s;
}
.land-sec .land-box h2{
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 400;
}

.land-sec .land-box p{
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.land-sec .land-box .land-btn{
  display: inline-block;
  width: 100%;
  text-align: center;
}
.land-sec .land-box .land-btn a{
  text-transform: uppercase;
  padding: 15px 30px;
  background-color: #25c0d8;
  color: #fff;
  display: inline-block;
}

.digital a{
  background-color: #4941a2!important;
}
