/* GLOBAL
-------------------------------------------------- */
html {}
body {
  color: #707070;
}
html,body{
  font-family: open-sans, sans-serif;
}
p{
  font-size: 18px;
}
li{
  font-size: 18px;
}
h2{
  font-size: 38px;
}

/* HEADER
-------------------------------------------------- */
header {
  margin: 0 0 40px;
  color: #FFFFFF;
  background-image: url("../img/header-bg.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

header .gradient-bg {
  padding: 0;
  min-height: 100px;
}

.topnav, .intro {
  opacity: 1.0!important;
}

.topnav {
  padding: 30px 0;
}
#navbar{
  /*margin-left: 150px;*/
}

.language-selector{
  float: right;
  margin: 0 0 0 10px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { ... }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

header {
  background-image: url("../img/header-mob-bg.jpg");
}

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { ... }

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { ... }

/* NAVBAR
-------------------------------------------------- */
.navbar {
  padding: 1.5rem 0rem;
  transition:500ms ease;
  background:transparent;
}

.navbar.scrolled {
  background-color: #55A346;
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand>img {
  height: 50px;
  padding: 0;
  width: auto;
}

.navbar-nav {
  margin: 0;
}

.navbar-nav li {
  font-weight: 700;
  font-style: normal;
  margin: 0 0 0 1rem;
}

.navbar-nav li a {
  position: relative;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
}

.navbar-nav li a:hover {
  color: #FFFFFF;
}

.navbar-nav li a,
.navbar-nav li a:after,
.navbar-nav li a:before {
  transition: all .5s;
}

.navbar-nav li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #FFFFFF;
  height: 2px;
}

.navbar-nav li a:hover:after {
  width: 100%;
}

.navbar-nav  li.current a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  content: '.';
  color: transparent;
  background: #FFFFFF;
  height: 2px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { ... }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { ... }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  
.navbar {
  padding: 1rem 1rem;
}
  
.navbar-toggler {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 25px;
  height: 50px;
  width: 50px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  background-position: -3px;
}

.navbar-nav {
  margin: 10px 0;
}

.navbar-nav li {

}

.navbar-nav li a {
  text-align: right;
}

.navbar-nav li a:after {
  display: none;
}
  
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  
.navbar-nav li {
  margin: 0;
}
  
}

/* INTRO
-------------------------------------------------- */
.intro {
  padding: 200px 0;
}
.intro.small{
  padding: 40px 0;
}
.intro.small h1{
  font-size: 48px;
}

.intro h1 {
  margin: 0 0 30px 0;
  font-size: 3.5rem ;
  color: #FFFFFF;
  -webkit-text-fill-color: #FFFFFF;
}

.iframe-wrap {
  border-radius: 25px;
  border: 0;
  overflow: hidden;
  
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}

.iframe-wrap iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro-movie {
  display: none;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { ... }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { ... }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  
.intro {
  padding: 40px 0 60px 0;
}

.intro h1 {
  font-size: 2.5rem;
  margin: 0 0 20px 0;
}

.intro button {
  width: 100%;
}

.intro .iframe-wrap {
  display: none;
}

.intro-movie {
  display: block;
  margin: 60px 0 0 0;
}
  
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { ... }

/* PAGE SECTION
-------------------------------------------------- */
.page {

}
.page .companylogos .slick-dots{
  bottom: -25px;
}
.page .companylogos .logoslider .logo{
    padding: 0 50px;
    height: 150px;
    display: flex;
    align-items: center;
}
.page .companylogos .logoslider .logo img{
  filter: grayscale(100%) opacity(50%);

}
/* QUOTE SECTION
-------------------------------------------------- */
.quote {
  padding: 60px 0 100px;
}

.quote-text {
  font-size: 2.0rem;
  font-style: italic;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { ... }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
  
.quote-text {
  font-size: 1.6rem;
}

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  
.quote {
  padding: 60px 0;
}
  
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { ... }

/* WHY SECTION
-------------------------------------------------- */
.wrap-why {
  background-position: 0% 80%;
  background-size: 44%;
  background-repeat: no-repeat;
}
.wrap-why.homepage-why{
  background-position: -60% 80%;
  background-size: 74%;
}
.why {
  padding: 100px 0px;
}

.why ul {
  padding: 0 0 0 1rem;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { ... }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 

.divider.mobile {
  display: none;
}

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  
.wrap-why {
  background: none!important;

}
.wrap-why .btn{
  display:  none!important;
}
  
.why {
  padding: 40px 0px;
}

  
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  
.wrap-why {
  
}
  
}

/* USP SECTION
-------------------------------------------------- */
.usp {
  padding: 100px 0px;
}

.usp img {
  width: 36%;
  margin: 0 0 1.2rem 0;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { ... }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

.usp .col-6 {
  margin: 0 0 20px 0;
}

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  
.usp {
  padding: 40px 0;
}
  
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { ... }

/* PRICING SECTION
-------------------------------------------------- */
.pricing {
  background-image: url("../img/pricing-bg.jpg");
  background-position: 50% 50%;
  background-size:cover;
  background-repeat: no-repeat;
}

.pricing-intro {
  color: #FFFFFF;
}

.pricing-intro h2 {
  color: #FFFFFF;
  -webkit-text-fill-color: #FFFFFF;
}

.pricing-card {
  margin: 60px 0 0 0;
  padding: 40px 40px;
  background-color: #FFFFFF;
  border-radius: 25px;
}

.pricing-card h4 {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.pricing-card .pricingitem{
  position: relative;
  padding-left:  20px;
  margin-bottom:  5px;
}
.pricing-card .fa-check {
  color: #55A346;
  position: absolute;
  left: 0;
  top: 3px;
}

.pricing-card .fa-asterisk {
  color: #E56100;
  position: absolute;
  left: 0;
  top: 3px;
}

.pricing-card .unlimUsers{
  color:  #9e9e9e;
  margin-top: 22px;
  display: block;
}

.price {
  font-family: jaf-domus-titling-web, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6.5rem;
  background: linear-gradient(to right, rgba(85,163,70,1.0), rgba(153,205,85,1.0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.price-label {
  color: #B7B7B7;
}

.pricing-card .btn {
  margin: 20px 0 0 0;
  padding: 2px 30px 10px 30px;
  font-size: 1.2rem ;
}

.modal .form-control {
  border: 1px solid rgba(0,0,0,.1);
}

.pricing-opt {
  color: #FFFFFF;
  padding-top: 2rem;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { ... }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 

.pricing {
  background-image: url("../img/pricing-mob-bg.jpg");
}
  
.pricing-card {
  margin: 40px 0 0 0;
}

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  
.pricing .gradient-bg {
  padding: 40px 0;
}
  
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { ... }

/* INTEGRATION SECTION
-------------------------------------------------- */
.integration {
  padding: 100px 0;
}

.integration .row {
  background-image: url("../img/integration-arrows-bg.jpg");
  background-position: 50% 30%;
  background-size: 40%;
  background-repeat: no-repeat;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { ... }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 

.integration .row {
  background-image: none;
}

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  
.integration {
  padding: 40px 0;
}
  
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { ... }

/* TESTIMONIALS SECTION
-------------------------------------------------- */
.testimonials {
  padding: 100px 0px;
}

.module-home-video {
  border-radius: 25px;
  border: 0;
  overflow: hidden;
  
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.module-home-video #video,
.module-home-video #video2,
.module-home-video #video3,
.module-home-video #video4,
.module-home-video #video5 {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { ... }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { ... }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  
.testimonials {
  padding: 40px 0 80px 0;
}
  
.testimonials .iframe-wrap {
  margin: 0 0 20px 0;
}
  
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { ... }

/* CTA SECTION
-------------------------------------------------- */
.cta h2 {
  color: #FFFFFF;
  -webkit-text-fill-color: #FFFFFF;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { ... }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  
.cta .gradient-bg {
  padding: 40px 0 60px 0;
}
  
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { ... }

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { ... }




/* productmodules
-------------------------------------------------- */
.productmodules{
  padding: 100px 0px;
}
.productmodules .module{
  margin-top: 80px;
}
.productmodules .module:last-child{
  margin-bottom: 80px;
}
.productmodules .module h2{
  -webkit-text-fill-color: #707070;
  margin-bottom: 40px; 
}
.productmodules .module .btn{
  color: #707070;
  background: none;
  padding-left: 0;
}
.productmodules .module .btn:hover{
  background: none;
  box-shadow: none;

}

/* usercases
-------------------------------------------------- */
.usercases{
  padding: 100px 0;
}

.usercases img{
  border-radius: 32px;
}
.usercases .usercasesrow div{
  margin-bottom: 60px;
}

.usercases .usercasesrow .logo{
  height: 190px;
  display: block;
}


.usercases .usercasesrow div h2{
  
}
.usercases .usercasesrow div a:hover{
  text-decoration: none;
}

.usercases-detail h2,
.usercases-detail h3{
  margin-bottom: 30px
}

.usercases-detail .textquote{
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  display: block;
  line-height: 46px;
  color: #707070;
  padding: 100px 0;

}
.usercases-detail .side img{
  border-radius: 32px;
}
.usercases-detail .side .testimonial #video1{
  width: 100%;
  height: 197px;
  border-radius: 32px;
  overflow: hidden;
}
.usercases-detail .side .testimonial{
  margin-bottom: 50px;
}
.usercases-detail .side .testimonial h2{
  margin-bottom: 30px;
}

.usercases-detail .side .othercases h2{
  margin-bottom: 30px;
}
.usercases-detail .side .othercases .case{
  margin-bottom: 60px;
}
.usercases-detail .side .othercases .case h2{
  margin-top: 26px;
  color: #707070;
  font-size: 38px;
  -webkit-text-fill-color: #707070;
}


/* FOOTER
-------------------------------------------------- */
/* .contactform{

}
.contactform #contactform{
  margin-bottom: 30px;
}
.contactform input,
.contactform textarea{
  width: 100%;
  padding: 0 20px 0 20px;
  border-radius: 25px;
  height: 50px;
  border: 1px solid #ececec;
  outline: none;
}
.contactform input{
  margin-bottom: 30px;
}
.contactform textarea{
  padding-top: 20px;
  padding-bottom: 20px;
  height: 300px;
} */

/* FOOTER
-------------------------------------------------- */
.page-footer {
  color: #FFFFFF;
  background-color: #55A346;
}

.footer-text {
  padding: 40px 0px;
}

.footer-copyright {
  padding: 20px 0px;
  background-color: rgba(0, 0, 0, 0.1);
}

.page-footer a:link {
  color: #FFFFFF;
}

.page-footer a:hover {
  color: #FFFFFF;
}

/* FORM
-------------------------------------------------- */
.form {
  margin: 30px 0 0 0;
}
.form-control {
  width: 100%;
  padding: 0 20px 0 20px;
  border-radius: 25px;
  height: 50px;
  border: 0;
}

.form-control::placeholder {
  opacity: 0.6;
}

.dateinput {
  background-image:url('../img/icon-calendar.svg');
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 90% 13px;
}

.form-control[readonly] {
  background-color: #FFFFFF;
}

.form-control-button {
  width: 100%;
  padding: 8px 0px 14px 0px;
  color: #FFFFFF;
  font-family: jaf-domus-titling-web, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  background: linear-gradient(to right, rgba(255,157,0,1.0), rgba(229,97,0,1.0));
  border-radius: 25px;
  border: 0;
}

.form-control-button:hover {
  color: #FFFFFF;
  box-shadow: inset 0px 0px 40px 40px rgba(0, 0, 0, 0.15);
}

.form-control-button:disabled {
  background: rgba(0,0,0,0.1); 
}

.form-control-button:disabled:hover {
  box-shadow: none;
}

.form .error input {
  border: 2px solid rgba(255,157,0,1.0);
}

.form .error p {
  margin-top: 0.4rem;
  padding-left: 20px;
  color: rgba(229,97,0,1.0);
}

.form .error {
  margin-top: 0;
  padding-left: 20px;
  color: rgba(229,97,0,1.0);
}

.form .mustbecheckedcontainer {
  margin-top: 1rem;
}

.form label {
  display: none;
}

.form .mustbechecked {
  display: block;
}

input::-webkit-inner-spin-button, 
input::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { ... }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
  .usercases .usercasesrow .logo{
    height: auto;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  
.form-control {
  margin: 0 0 20px 0;
  text-align: center;
}

.form label {
  display: block;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
}
  
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { ... }

/* CAROUSEL
-------------------------------------------------- */
#carousel {
  margin-top: 60px;
}

.slick-prev {
  left: -60px;
}

.slick-next {
  right: -60px;
}

.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
}

.slick-prev:before, .slick-next:before {
  font-size: 40px;
}

.slick-dots {
  bottom: -55px;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button:before{
  font-size: 15px;
}
.slick-prev:before, .slick-next:before { 
    color:#ececec !important;
}

.slick-slide{
  height: auto;
}
/* TEXT, BUTTONS & BACKGROUND
-------------------------------------------------- */
h1,h2,h3,h4,h5 {
  font-family: jaf-domus-titling-web, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1,h2,h3,h4 {
  background: linear-gradient(to right, rgba(85,163,70,1.0), rgba(153,205,85,1.0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3{
  font-size: 28px;
  -webkit-text-fill-color: #707070;
}

a:link {
  color: #E56100;
}

a:hover {
  color: #E56100;
}

.btn {
  margin: 15px 0 0 0;
  padding: 2px 40px 10px 40px;
  color: #FFFFFF;
  font-family: jaf-domus-titling-web, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  background: linear-gradient(to right, rgba(255,157,0,1.0), rgba(229,97,0,1.0));
  border-radius: 25px;
  border: 0;
}

.btn:hover {
  color: #FFFFFF;
  box-shadow: inset 0px 0px 40px 40px rgba(0, 0, 0, 0.15);
}

.gradient-bg-dark {
  background: linear-gradient(to right, rgba(112,112,112,0.7), rgba(65, 65, 65, 0.7));
  
}
.gradient-bg {
  background: linear-gradient(to bottom, rgba(85,163,70,0.7), rgba(153,205,85,0.7));
  padding: 100px 0;
}

/* DATEPICKER
-------------------------------------------------- */
.qs-datepicker {
  color: #707070;
  border: none;
  border-radius: 20px;  
  padding: 15px 10px;
  margin-top: 2px;
  box-shadow:5px 5px 15px 0PX rgba(0,0,0,.3)
}

.qs-datepicker .qs-controls {
  background: none;
}