/* topbar */
/* .home .ekit-template-content-header{
  position: absolute;
  z-index: 1;
  width: 100%;
} */
  /* .ecp-topbar-section .ekit-header-info li{
  width: 100%;
} */
/* .ecp-topbar-section .ekit-header-info li a{
  justify-content: center;
}
.ebs-header-section > div{
  max-width: 90% !important;
}
.ecp-topbar-blue-bg-section:after{
  position: absolute;
  content: '';
  right: -59px;
  height: 100%;
  width: 50px;
  border-right: 60px solid transparent;
  border-top: 60px solid #031c52;
}
.ebs-header-section > div{
  align-items: flex-start !important;
}
.ebs-header-logo-container{
  height: 90px;
}
.ebs-header-menu-container, .ebs-header-consult-btn{
  height: 79px;
}
.ebs-header-section .current-menu-item{
  text-decoration: underline;
} */

/* footer */
/* .ecp-footer-section form input{
  padding: 10px;
  max-width: 100%;
  width: 100%;
  border: none;
  margin-bottom: 15px;
  background-color: #2a2a2a;
}
.ecp-footer-section form input[type="submit"]{
  background-color: #ff354d;
  color: #fff;
}
.ecp-footer-twitter-content .ha-tweeter-feed-icon{
  margin-top: 25px;
  color: #ff354d;
}
.ecp-footer-section .ecp-footer-menu ul li{
  width: 100%;
  position: relative;
}
.ecp-footer-section .ecp-footer-menu ul li::before{
  content: '\f124';
  position: absolute;
  left: 0;
  top: 0;
  font-family: elementskit!important;
}
.ecp-footer-section .elementor-button-icon svg{
  width: 10px;
}
.cbs-copyright-text b{
  color: #ff354d;
} */


/* return to top css */

#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
/* background-image: linear-gradient(0deg, #ff6060 0%, #ffd632 100%, #ffd632 100%); */
background-color: #3BA5FF;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99999;
}
#return-to-top i {
  color: white;
  font-weight: 600px;
  position: relative;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 3px 18px;
}
#return-to-top:hover {
background-color: #3BA5FF;
}
#return-to-top:hover i {
  color: white;
  top: 5px;
}
#return-to-top .elementor-icon i:before, .elementor-icon svg:before{
  position: absolute;
    left: 32%;
}









/* return to top css ends here */
