body {
  position: relative;
  font-family: 'Roboto';
  font-size: 15px;
  color: #32547a;
  background: url('../img/body-bg.png') center;  
}
img {
  max-width: 100%;
}
.form-control {
  border: 1px solid #c6dae7;
}

header {
    background: url('../img/header-bg.png') top center; 
    background-repeat: no-repeat;
} 
.header-area {
  position: relative;
}
.header-main {
    padding-top: 120px;
    padding-bottom: 80px;
}
.header-main h1 {
    color: #06dae4;
    font-size: 52px;
    font-weight: 700;
    line-height: 52px;
}
.header-main h1 span {
    display: block;
    color: #fff; 
}
.header-main p {
    color: #bbd5f7;
    font-size: 18px;
    margin: 15px 0;
}
.btn-main,
.header-main button {
    margin-top: 25px;
    font-weight: 700;
    padding: 10px 18px;

    border-color: #049ce3;
    background: #049ae4;
    background: -moz-linear-gradient(-45deg,  #049ae4 0%, #04c8c8 100%);
    background: -webkit-linear-gradient(-45deg,  #049ae4 0%,#04c8c8 100%);
    background: linear-gradient(135deg,  #049ae4 0%,#04c8c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#049ae4', endColorstr='#04c8c8',GradientType=1 );
}
.card-body {
  padding: 30px 35px 40px;
}
.card-body .btn {
  margin-top: 20px;
}
.card-title {
  color: #25476c;
  font-weight: 700;
  font-size: 22px;
  padding: 6px 0;
}

.productivity {
  color:#fff;
  margin: 100px 0;
  padding: 30px 20px;
  border-radius: 20px;

  background: url('../img/header-bg.png') center;  
} 
.productivity p {
  font-size: 17px;
  font-weight: 300;
}

.title {
  color: #25476c; 
  margin: 0;
  font-weight: 700;
  font-size: 40px;
}
.subtitle {
  color: #0489d1;
  font-size: 22px;
  margin: 0;
  font-weight: 700;
}

#adaptability p {
  margin: 20px 0;
}
#adaptability .list-left {
  margin-top: 25px;
}

#testimonials { 
  margin: 120px 0 0;
  background: #fff;
}
#testimonials-content { 
  background: url('../img/testimonials-bg.png') top center;  
  padding-bottom: 100px;
  margin-bottom: 50px;
}
.testimonial-p {
  font-size: 28px;
  margin-bottom: 40px;
}

.owl-item {
  text-align: center;
  background: #fff;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.owl-title {
  color: #0489d1;
  font-size: 20px;  
  margin-top: 10px;
}
.owl-phone {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.owl-phone svg {
  fill: #32547a;
  width: 20px;
  height: 20px;
}

.contact-info img {
  margin-top: 10px;
}
.contact-info label {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
.contact-form {
  background: #e7f4fc;
  padding: 30px;
}
.contact-form label {
  font-size: 18px;
}
.contact-form div[class*="col-"] {
  margin-bottom: 15px;
}
.contact-phone {
  margin-bottom: 15px;
}

footer {
  background: url('../img/footer-bg.png') top center; 
  background-repeat: no-repeat;
  margin-top: 50px;
  padding-top: 150px;
  padding-bottom: 50px;
  color: #fff;
  font-size: 17px;
} 
footer p {
  margin: 0;
}
footer .footer-logo {
  padding-top: 25px;
}
footer .footer-contact {
  padding: 50px 0;
}
footer .footer-contact img {
  margin-bottom: 15px;
}
footer label {
  display: block;
  color: #20cfdb;
  font-size: 15px;
}


@media (max-width: 990px) {
  .header-image {
    display: none;
  }
  .w-margin-p {
    margin-bottom: 30px;
  }
  .header-main h1 { 
    font-size: 46px; 
  }
  h2 {
    font-size: 28px;
    font-weight: 300;
  }
  .order-one {
    order: 1;
  }
  .order-two {
    order: 2;
  }
  .order-three {
    order: 3;
  }
  .productivity { 
    margin: 40px  0; 
  }
  #testimonials {
    margin: 60px 0 0; 
  }
  .testimonial-p {
    font-size: 22px; 
  }
  .order-3 img {
    margin-top: 25px;
  }
  .testimonials-content { 
    padding-bottom: 0px; 
  }
  .contact-form { 
    margin-top: 25px;
  }
  #testimonials-content { 
    padding-bottom: 60px;
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .title { 
    font-size: 32px;
  }
  footer label, 
  .footer-logo {
    display: none;
  }
  footer .footer-contact {
    padding-top: 0px;
  }
  .footer-data {
    margin-bottom: 15px;
  }
  footer {
    margin-top: 0px;
    padding-top: 130px;
  }
  .order-three {
    margin-top: 25px;
  }
  .order-one ul {
    margin-bottom: 6px;
  }
}


#btn-whatsapp {
  bottom: 21px;
  left: 23px; 
  transition: opacity 0.5s ease 0s;
  box-sizing: border-box; 
  position: fixed;
  z-index: 99999;
}
#btn-whatsapp a {
  width: 60px;
  height: 60px; 
  padding: 5px;
  box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
  transition: all 0.5s ease 0s;
  position: relative; 
  display: block;
  border: 0px;
  background: rgb(77, 194, 71);
}
#btn-whatsapp:hover a {
  width: 70px;
  height: 70px;  
}


.loader {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;  
  z-index: 999999;
  
  background: rgb(38,58,157);
  background: -moz-linear-gradient(-45deg,  rgba(38,58,157,1) 0%, rgba(24,98,182,1) 24%, rgba(24,98,182,1) 24%, rgba(0,168,225,1) 66%, rgba(0,184,199,1) 83%, rgba(0,184,199,1) 83%, rgba(0,196,179,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(38,58,157,1) 0%,rgba(24,98,182,1) 24%,rgba(24,98,182,1) 24%,rgba(0,168,225,1) 66%,rgba(0,184,199,1) 83%,rgba(0,184,199,1) 83%,rgba(0,196,179,1) 100%);
  background: linear-gradient(135deg,  rgba(38,58,157,1) 0%,rgba(24,98,182,1) 24%,rgba(24,98,182,1) 24%,rgba(0,168,225,1) 66%,rgba(0,184,199,1) 83%,rgba(0,184,199,1) 83%,rgba(0,196,179,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263a9d', endColorstr='#00c4b3',GradientType=1 );
} 
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px; 
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
} 
.lds-facebook div { 
  background: #fff; 
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
      top: 8px;
      height: 64px;
  }
  50%, 100% {
      top: 24px;
      height: 32px;
  }
}




@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
} 
:target:before {
  content: "";
  display: block;
  height: 80px;
  margin: -80px 0 0;
}
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  width: 100%;
  transition: background 0.6s ease-in;
  z-index: 99999;
} 
.navbar .navbar-toggler {
  position: relative;
  height: 50px;
  width: 50px;
  border: none;
  cursor: pointer;
  outline: none;
}
.navbar .navbar-toggler .menu-icon-bar {
  position: absolute;
  left: 15px;
  right: 15px;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  transition: all 0.3s ease-in;
}
.navbar .navbar-toggler .menu-icon-bar:first-child {
  opacity: 1;
  -webkit-transform: translateY(-1px) rotate(45deg);
  -ms-sform: translateY(-1px) rotate(45deg);
  transform: translateY(-1px) rotate(45deg);
}
.navbar .navbar-toggler .menu-icon-bar:last-child {
  opacity: 1;
  -webkit-transform: translateY(-1px) rotate(135deg);
  -ms-sform: translateY(-1px) rotate(135deg);
  transform: translateY(-1px) rotate(135deg);
}
.navbar .navbar-toggler.collapsed .menu-icon-bar {
  opacity: 1;
}
.navbar .navbar-toggler.collapsed .menu-icon-bar:first-child {
  -webkit-transform: translateY(-7px) rotate(0);
  -ms-sform: translateY(-7px) rotate(0);
  transform: translateY(-7px) rotate(0);
}
.navbar .navbar-toggler.collapsed .menu-icon-bar:last-child {
  -webkit-transform: translateY(5px) rotate(0);
  -ms-sform: translateY(5px) rotate(0);
  transform: translateY(5px) rotate(0);
}
.navbar-dark .navbar-nav .nav-link {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar .dropdown-menu {
  padding: 0;
  background-color: rgba(4, 84, 201, .9);
}
.navbar .dropdown-menu .dropdown-item {
  position: relative;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  transition: color 0.2s ease-in;
}
.navbar .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #06dae4;
}
.navbar .dropdown-menu .dropdown-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 5px;
  background-color: #06dae4;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.navbar .dropdown-menu .dropdown-item:hover::before {
  opacity: 1;
}
.navbar.fixed-top {
  position: fixed;
  -webkit-animation: navbar-animation 0.6s;
  animation: navbar-animation 0.6s;
  background-color: rgba(4, 72, 189, .9);
}
.navbar.fixed-top.navbar-dark .navbar-nav .nav-link.active {
  color: #06dae4;
}
.navbar.fixed-top.navbar-dark .navbar-nav .nav-link::after {
  background-color: #06dae4;
}
@media screen and (max-width: 768px) {
  .navbar-brand {
    margin-left: 20px;
  }
  .navbar-nav {
    padding: 0 20px;
    background-color: rgba(4, 84, 201, .9);
  }
  .navbar.fixed-top .navbar-nav {
    background: transparent;
  }
}
@media screen and (min-width: 767px) { 
  .navbar-dark .navbar-nav .nav-link {
    padding: 15px 15px;
  }
  .navbar-dark .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 10%;
    right: 10%;
    height: 4px;
    background-color: #06dae4;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform 0.1s ease-in;
  }
  .navbar-dark .navbar-nav .nav-link:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .dropdown-menu {
    min-width: 200px;
    -webkit-animation: dropdown-animation 0.3s;
    animation: dropdown-animation 0.3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }
}
@-webkit-keyframes navbar-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes navbar-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes dropdown-animation {
  0% {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  75% {
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes dropdown-animation {
  0% {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  75% {
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}
