@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;700&display=swap');

body{
    font-family: 'Comfortaa','arial, sans-serif';
    font-weight: 400;
    background-color: #FFF;
}

.font-orange{
    color:orangered;
}

a.btn-orange{
    background-color: orangered;
    color:#FFF;
    font-weight: 400;
    padding: 10px 50px;
    border-radius: 3px;
    border-color: none;
    text-decoration: none;
}

button.btn-orange{
    background-color: orangered;
    color:#FFF;
    font-weight: 400;
    padding: 10px 50px;
    border-radius: 3px;
    border-color: none;
    text-decoration: none;
}

a.btn-orange:hover{
    text-decoration: underline;
    color:#FFF;
    font-weight: 700;
}

.banner{
    padding-bottom: 40px;
}

.bck-orange{
    width:300px; height:440px; position: absolute; background-color: orangered;z-index: 1; margin-left: 25%;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
    padding-bottom: 30px;
    padding-top: 60px;
    background-color: #f1f1f1;
  }
  
  .services .icon-box {
    margin-bottom: 20px;
    text-align: center;
  }
  
  .services .count-box {
    box-shadow: 0px 0 16px rgb(0 0 0 / 10%);
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
}
  
  .services .title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
    padding-bottom: 15px;
  }
  
  .services .title a {
    color: #444;
    transition: 0.3s;
  }
  
  .services .title a:hover {
    color: #428bca;
  }
  
  .services .title::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: orangered;
    bottom: 0;
    left: calc(50% - 25px);
  }
  
  .services .description {
    line-height: 24px;
    font-size: 14px;
  }


  .features-img {
    position: relative;
    z-index: 1
}

.dot-img-left {
    position: absolute;
    left: 0;
    bottom: -50px;
    opacity: 0.35
}

.dot-img-right {
    position: absolute;
    right: 0;
    bottom: -50px;
    opacity: 0.35
}


footer{
    background-color: orangered;
    color:#FFF;
    margin-top:80px;

}

footer a{
    color:#FFF;
    text-decoration: none;
}

footer a:hover{
    color:#FFF;
    text-decoration: underline;
}

.back-to-ws {
    position: fixed;
    visibility: visible;
    opacity: 1;
    right: 30px;
    bottom: 40%;
    z-index: 99999;
    background: none;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    transition: all 0.4s;
}

.back-to-ws img{
    width: 60px;
}

.forma .php-email-form .error-message,
.modal-body .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.forma .php-email-form .sent-message,
.modal-body .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #066e37;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.forma .php-email-form .loading,
.modal-body .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.forma .php-email-form .loading:before,
.modal-body .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

@media(max-width:500px) {
    .demo1
    {
        display: none;
    }
    .bck-orange{
        display: none;
    }
    .back-to-ws{
        bottom: 6%;
    }
    .back-to-ws img{
        width: 40px;
    }
}