@charset "UTF-8";
:root {
  --header_height: $header_height;
  --link-color: #008CB3;
  --color-orange: #FBB11C;
  --border-color: #c9d7e3
}
#sp-header {
    background: #3B6675;
/*background: -webkit-linear-gradient(70deg, rgba(0,140,179,1) 0%, rgba(36,58,122,1) 50%);*/
/*background: -o-linear-gradient(70deg, rgba(0,140,179,1) 0%, rgba(36,58,122,1) 50%);*/
/*background: linear-gradient(160deg, rgba(0,140,179,1) 0%, rgba(36,58,122,1) 50%);*/
}
body .sppb-btn.sppb-btn-default, body .sppb-btn.sppb-btn-primary, body .sppb-btn.btn-primary, body .btn.sppb-btn-default, body .btn.sppb-btn-primary, body .btn.btn-primary {
    background-color: #008CB3;
    color: #ffffff;
}
body .sppb-btn.sppb-btn-default:hover, body .sppb-btn.sppb-btn-default:focus, body .sppb-btn.sppb-btn-default:active, body .sppb-btn.sppb-btn-primary:hover, body .sppb-btn.sppb-btn-primary:focus, body .sppb-btn.sppb-btn-primary:active, body .sppb-btn.btn-primary:hover, body .sppb-btn.btn-primary:focus, body .sppb-btn.btn-primary:active, body .btn.sppb-btn-default:hover, body .btn.sppb-btn-default:focus, body .btn.sppb-btn-default:active, body .btn.sppb-btn-primary:hover, body .btn.sppb-btn-primary:focus, body .btn.sppb-btn-primary:active, body .btn.btn-primary:hover, body .btn.btn-primary:focus, body .btn.btn-primary:active {
    background-color: #3B6675 ;
    color: #ffffff;
}

#sp-footer {
    font-size: 14px;
    padding: 0;
    background: #3B6675;
}

/*Visiforms*/

.asseccoforms .btn {
	padding: 15px;
	background-color: #3B6675;
	color:#fff;
	transition: all 0.3s ease-in-out;
}

.asseccoforms .btn:hover {
	padding: 15px;
	background-color: #008CB3;
	color:#fff;
}

.asseccoforms .visCSSlabel {
	font-size: 18px;
    margin-right: 5%;
    width: 40%;
}

.assecco_heading {
	margin-top: 30px;
}

.visCSSinput, .editor {
    width: 100%;
}

.visforms-form h1 {
	font-size: 50px;
}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.75rem 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #000;
    background-color: #f2f2f2;
    background-image: none;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.asseccoforms .visCSSlabel {
    font-size: 18px;
    margin-right: 5%;
    width: 40%;
    display: none;
}
.visprogress .badge-important {
    background-color: #008CB3;
}

.visprogress .badge-success {
    background-color: rgb(59,102,117);
}
body .sppb-btn, body .btn {
    text-transform: inherit !important;
}
.testimonial-carousel-style-1.testimonial-carousel-style-2 .sppb-carousel-extended-item .sppb-testimonial-carousel-item-content {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 110px 50px;
    margin-left: 110px;
}
.testimonial-carousel-style-1 .sppb-testimonial-carousel-name-designation {
    margin-left: 0px;
	margin-bottom: 20px;
}
.testimonial-carousel-style-1.testimonial-carousel-style-2 .sppb-carousel-extended-item .sppb-testimonial-carousel-content-wrap {
    flex: 0 0 auto;
    padding: 160px 0px;
    margin-left: 110px;
}