
html,
body {
  font-family: 'Poppins', sans-serif;
  color: #333;
  font-size: 16px;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  line-height: 1.6;
  max-width: 60em;
}

/* --- Top Navigation ---*/

#nav {

}
#nav > a {
  display: none;
}
#nav li {
  position: relative;
  list-style: none;
  min-width: 180px;
}
#nav li a {
  color: #eeedee;
  display: block;
}
#nav li a:active {
  /*background-color: #EE589F !important;
  border-radius: 50px;*/
  border: 1px solid #fff !important;
}
#nav span:after {
  width: 0;
  height: 0;
  border: 0.313em solid transparent; /* 5 */
  border-bottom: none;
  border-top-color: #333;
  content: '';
  vertical-align: middle;
  display: inline-block;
  position: relative;
  right: -0.313em; /* 5 */
}
/* first level */
#nav > ul {
  float: right;
  margin-bottom: 0;
}
#nav > ul > li {
  float: left;
  list-style: none !important;
  padding: .5em 0;
}
#nav > ul > li > a {
  height: 100%;
  font-size: 1.25em; /* 24 */
  line-height: 2.5em; /* 60 (24) */
  text-align: center;
  font-weight: 500;
}
#nav > ul > li:not( :last-child ) > a {
  color: #333;
}
#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a {
  background-color: #fff;
}
/* second level */
#nav li ul {
  background-color: #892890;
  display: none;
  position: absolute;
  top: 100%;
  min-width: 300px;
  z-index: 9999;
}
#nav li:hover ul {
  display: block;
  left: 0;
  right: 0;
  margin: 0;
padding: 0;
}
#nav li:not( :first-child ):hover ul {
  left: -1px;
}
#nav li ul a {
  font-size: 1.15em; /* 20 */
  border-top: 1px solid #ac4112;
  padding: 0.75em; /* 15 (20) */
}
#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a {
  background-color: #7a2d93;
}
@media only screen and ( max-width: 62.5em ) { /* 1000 */
  #nav {
    width: 100%;
    position: static;
    margin: 0;
  }
  #nav li {
min-width: 150px !important;
}
}
@media only screen and ( max-width: 40em ) /* 640 */
{
  html {
    font-size: 75%; /* 12 */
  }
  #nav {
    position: relative;
    top: auto;
    left: auto;
  }
  #nav > a {
    width: 60px;
    height: 60px;
    text-align: left;
    text-indent: -9999px;
    background-color: #892890;
    position: absolute;
right: 10px;
float: right;
  }
  #nav > a:before,
  #nav > a:after {
    position: absolute;
    border: 2px solid #fff;
    top: 35%;
    left: 25%;
    right: 25%;
    content: '';
  }
  #nav > a:after {
    top: 60%;
  }
  #nav:not( :target ) > a:first-of-type,
  #nav:target > a:last-of-type {
    display: block;
  }
  /* first level */
  #nav > ul {
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    top: 60px;
  }
  #nav:target > ul {
    display: block;
  }
  #nav > ul > li {
    width: 100%;
    float: none;
    padding: 0;
    background-color: #EE589F !important;
  }
  #nav > ul > li > a {
    height: auto;
    text-align: left;
    padding: 0 0.833em; /* 20 (24) */
    margin: 0;
  }
  #nav > ul > li:not( :last-child ) > a {
    border-right: none;
    border-bottom: 1px solid #cc470d;
    background-color: #EE589F;
  }
  /* second level */
  #nav li ul {
    position: static;
    padding: 1.25em; /* 20 */
    padding-top: 0;
  }
}

/* --- Top Navigation ---*/

button,
input {
  font-family: Hind, Poppins;
  font-size: 1em;
  outline: none;
}

.wrap, .row,
.tab-row {
  margin: 0 auto;
}

.nav {
  position: fixed;
  z-index: 3;
  height: 60px;
  width: 100%;
  transition: 300ms ease;
  top: 0;
}

.brand {
  float: left;
  line-height: 60px;
  color: #333;
  font-weight: 500;
}
.brand span {
  font-size: 0.9em;
  font-weight: 700;
}
.opzql-logo{
  width: 210px;
  padding-top: 4em;
}
.hero {
z-index: 1;
background-color: #fff;
color: #333;
width: 100%;
text-align: left;
padding: 0 1em;
height: 95vh;
background-image: url(/images/opzql-bg.png);
background-repeat: no-repeat;
background-position: right;
background-size: cover;
display: inline-block;
background-attachment: fixed;
}
.hero-inner {
z-index: 1;
background-color: #fff;
color: #333;
width: 100%;
height: 90vh;
text-align: left;
padding: 13em 0 8em;
background-image: url(/images/opzql-bg.png);
background-repeat: no-repeat;
background-position: right;
background-size: cover;
display: inline-block;
}
.hero-inner-sep{
  background-image: url(/images/inner-sep.jpg);
height: 50px;
background-repeat: repeat-x;
background-position: center;
background-size: contain;
}
.hero-inner h1{
  font-size: 3em;
  font-weight: 300;
  margin: 0;
}
.inner{
background-image: url(/images/bg.png) !important;
background-repeat: no-repeat;
background-position: top;
background-size: cover !important;
display: inline-block;
}
.inner-hero{
  float: left;
}
.inner-hero img{
  padding: 6em 2em 1em;
  width: 100%;
}
.inner-hero p{
padding: 0 3em;
font-size: 1em !important; 
font-style: italic;
margin: 0;
}

.hero-inner p{
  font-size: 1.2em;
  max-width: 50em;
}
 .herogif{
padding: 12em 0;
}
.contactwrapper{
  padding: 0;
  float: left;
  margin-top: 0; 
  padding-left: 3em;
}
.company{
padding: 0 10em 0 10em;
float: left;
background-image: url(/images/company.png);
background-repeat: no-repeat;
background-position: left;
}
}
.brand img {
  vertical-align: middle;
  height: 60px ;
  margin-right: 0.5em;
}
.navi-btn{
background-color: #EE589F !important; 
border-radius: 50px;
padding: 0 2em;
color: #fff;
margin-left: 2em;
}
.navi-btn: hover{
background-color: #892890 !important; 
}
.main-cta{
  border: 1px solid #10BEF0;
  border-radius: 50px; 
  padding: .5em 3em; 
  text-align: center;
  color:#fff !important;
  float: left;
}
.main-cta:  hover{
  background-color: #10BEF0; 
  border: 1px solid #10BEF0;
}
.top-menu {
  display: none;
  position: relative;
  float: right;
  transition: 200ms ease;
  font-weight: 300;
  height: 60px;
}
.top-menu li {
  display: block;
  float: left;
  height: 60px;
}
.top-menu li a {
display: block;
line-height: 40px;
text-decoration: none;
color: #333;
padding: 0 2em;
margin-top: .5em;
font-weight: 500;
}
.top-menu li ul {
background-color: #f3f3f3;
display: none;
position: absolute;
top: 100%;
}
.top-menu li a:hover {
  background-color: #f3f3f3;
border-radius: 50px;
padding: 0 2em;
}

.mobile-open {
  display: block;
}

.hamburger-btn {
  float: right;
  display: block;
  border: none;
  background: #e38dce;
  color: #fff;
  height: calc(60px - 1em);
  width: calc(60px - 1em);
  margin: 0.5em 0.5em 0 0;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .hamburger-btn {
    display: none;
  }
    .top-menu {
    display: block;
  }

}
@media only screen and (max-width: 992px){
  .opzql-logo{
  width: 175px !important;
  padding-top: 2em !important;
}
.hero{
  height: auto;
min-height: 86vh;
}
    .top-menu {float: right;
z-index: -9999;
width: 100%;
padding: 0;
}
.contactform{
  width: 100% !important;
}
.top-menu li {
display: block;
float: right;
height: 60px;
background-color: #EE589F !important;
width: 100%;
text-align: right;
border-bottom: 1px solid #fff !important;
}
.top-menu li a:hover{ 
  background-color: transparent; 
  font-weight: 500;
}
.cdetails{
  padding-left: 0;
padding-top: 5em;
}
.contact-info h3{ 
 font-size: 2em;
 }
 .separation h2 {
font-size: 3em !important;
line-height: 1em !important;
}
ul.share-buttons {
  right: -60px !important;
}
.hero p {
  font-size: 1.15em !important;
  }
  ul.share-buttons li {
padding: 12px !important;
width: 50px !important;
height: 50px !important;
font-size: .85em !important;
}
.main p{
  padding-right: 4em !important;
}
.contactwrapper{
  float: left;
padding-top: 5em;
width: 100%;
padding-left: 0;
}
.separation > div > div{
  padding: 3em !important;
}
.herolottie{
  padding-right: 3em;
  font-size: 1.15em;
}
.herolottie h2{
  font-size: 1.15em;
  padding-right: 2em;
}
.hero h1 {
font-size: 2.5em !important;
padding-right: 2em;
}
.hero-inner{
  padding: 10em 2em 7em;
  height: auto !important;
}
.hero-inner h1{
  font-size: 2em;
  padding-top: 1em;
}
.inner-hero img{
  padding: 1em 0;
  width: 100%;
}
.inner-hero p{
  text-align: left;
  padding: 0 !important;
}
.offerings img{
  padding-top: 0 !important;
  max-width: 90% !important;
}
.company{
  background-image: none !important;
  padding: 0 2em !important;
}
.company p{
  padding-right: 2em !important;
  font-size: 2em !important;
}
.brand img{
  width: 60px !important;
}
.fixed-wrapper, .fixed-content{
position: relative !important;
float: left !important;
padding: 0 !important;
top: 4em !important;
padding: 1em 1.5em !important;
}
.fixed-menu{
  display: none;
}
.wrapp{
  padding: 0 3em !important;
  float: left;
}
.inner-padding {
padding: 0 !important;
}
}
@media only screen and (max-width: 768px){

  .herogif{
    width: 90%;
  display: none;
}
.contact-info h3{ 
 font-size: 2em;
 }
}
zone.css:4444
.hamburger-btn:hover {
  background: rgba(0, 0, 0, 0.1);
}
.hamburger-btn .hamburger-line {
  height: 2px;
  width: calc(60px - 2em);
  background: #fff;
  display: block;
  position: absolute;
  left: calc(0.5em - 1px);
  transition: transform 150ms ease-in, top 150ms ease-out 150ms, bottom 150ms ease-out 150ms, opacity 150ms ease 75ms;
}
.hamburger-btn .hamburger-line:first-child {
  top: 0.75em;
}
.hamburger-btn .hamburger-line:nth-child(2) {
  top: calc(50% - 1px);
}
.hamburger-btn .hamburger-line:last-child {
  bottom: 0.75em;
}

.hamburger-cross .hamburger-line {
  transition: transform 150ms ease-out 150ms, top 150ms ease-in, bottom 150ms ease-in, opacity 150ms ease 75ms;
}
.hamburger-cross .hamburger-line:first-child {
  transform: rotate(45deg);
  top: calc(50% - 1px);
}
.hamburger-cross .hamburger-line:nth-child(2) {
  top: calc(50% - 1px);
  opacity: 0;
}
.hamburger-cross .hamburger-line:last-child {
  transform: rotate(-45deg);
  bottom: calc(50% - 1px);
}

.scroll {
  background: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.scroll .top-menu li a,
.scroll .brand {
  color: black;
}
.scroll .hamburger-line {
  background: #000;
}
/*.form {
    display: none;
    align-items: center;
    justify-content: center;
  }*/
.btn-send {
    font-weight: 300;
text-transform: uppercase;
letter-spacing: 0.2em;
margin-bottom: 20px;
color: #fff !important;
background-color: #892890 !important;
border-color: #892890 !important;
padding: 1em 2em;
border-radius: 50px;
font-weight: 600;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
.form-control {
display: block;
width: 100%;
padding: 1em !important;
font-size: 1em;
font-weight: 400;
line-height: 1.5;
color: #777 !important;
background-color: #eff1f2 !important;
background-clip: padding-box;
border: none !important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 2em !important;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
margin-bottom: 2em;
}
.herolottie{
  padding: 9em 0;
  float: left;
}
ul.sm li{
  display: inline-block;
padding: 5px;
background-color: #EE589F;
width: 30px;
height: 30px;
color: #fff;
border-radius: 50px;
margin-bottom: 20px;
}
.sm {
  padding: 0;
  position: initial;
}
.sm li a {
color: #fff;
font-size: 0.85em;
padding: 0em;
}
.social {
position: fixed;
z-index: 9999;
right: 58px !important;
top: 60%;
}
ul.share-buttons {
list-style: none;
padding: 0;
position: absolute;
z-index: 9999;
right: -40px;
margin: 0;
}
ul.share-buttons li {
display: inline-block;
padding: 15px;
background-color: #892890;
width: 60px;
height: 60px;
color: #fff;
border-radius: 50px;
margin-bottom: 20px;
}
.share-buttons li a{
  color: #fff;
}
ul.share-buttons .sr-only {
position: absolute;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
padding: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}
.hero h1 {
  font-size: 3em;
  margin-bottom: 0;
  font-weight: bold;
}
.hero p {
  font-size: 1.25em;
  max-width: 80%;
  text-align: left;
  font-weight: 300;
}
.hero .content {
  display: table-cell;
  vertical-align: middle;
}

h1,
h2,
p {
  margin: 1em 0;
}

h2 {
  font-size: 1.5em;
  line-height: 1.15em;
  font-weight: 400;
}

a {
  color: #EE589F;
  text-decoration: none;
}
a:hover {
  color: #892890;
}

.row:after,
.tab-row:after {
  content: "";
  display: table;
  clear: both;
}

.row,
.tab-row {
  display: block;
}

.tab-row {
  display: table;
  height: 100%;
  vertical-align: middle;
}
.separation > div > div {
  padding: 5em 6em;
border: 2px solid #3b3b3b;
background-color: #373737;
min-height: 550px;
float: left;
}
.separation >  div > div:hover {
  background-color: #3b3b3b;
}
.main {
  text-align: center;
  width: 100%;
}
.main h2{ 
  font-size: 3em;
  color: #333; 
  font-weight: bold;
  margin-top: 0;
}
.separation img{
  width: 100px;
  padding-bottom: 1em;
}
.separation h2{ 
  font-size: 4em;
  color: #fff; 
  font-weight: bold;
}
.main h3{ 
  font-size: 2em;
  color: #333; 
  font-weight: 700;
}
.separation h3{ 
  font-size: 2em;
  color: #fff; 
  font-weight: 700;
}
.main p{ 
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 2em;
}
.separation p{ 
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 2em;
  color: #fff;
}
.main .row,
.main .tab-row {
  min-height: 100px;
display: flex;
}
.main .row:before, .main .row:after,
.main .tab-row:before,
.main .tab-row:after {
  content: "";
  display: table;
}
.separation{
  background-color: #3b3b3b;
}
.main section {
  padding: 5em 1em 0;
  display: inline-block;
margin: 0 auto;
text-align: left;
width: 100%;
}
.contact-info:last-child{
  border-bottom: 1px solid #fff;
}
.contact-info {
  border-bottom: 1px solid #333;
  padding: 2em 1em;
}
.contact-info h3{
  font-size: 3em;
  color: #333;
  text-align: left;
font-weight: bold;
}
.footer {
background: #4A4A4A;
color: #fff;
padding: 2em;
margin-top: 5em;
display: inline-block;
width: 100%;
/*position: absolute;*/
}
.footer li {
  line-height: 1.5;
}
.footer a {
  color: #aaa;
}
.footer hr {
  max-width: 1000px;
  border: 0;
  height: 1px;
  background: #a2aebb;
}

.col-12, .col-6, .col-4 {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .col-12, .col-6, .col-4 {
    float: left;
  }
}
.tab-row > .col-12, .tab-row > .col-6, .tab-row > .col-4 {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  float: none;
}

@media screen and (min-width: 640px) {
  .col-4 {
    width: 33%;
  }
}

@media screen and (min-width: 640px) {
  .col-6 {
    width: 50%;
  }
}

button.cta {
  padding: 0.75em 1.5em;
  background: white;
  color: black;
  border: none;
  cursor: pointer;
  transition: 200ms ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
button.cta:hover {
  color: #e14;
  box-shadow: 0 0.25em 10px rgba(0, 0, 0, 0.2);
}

.fixed-menu li { 
  padding: .5em 0;
  font-size: 1.15em;
  font-weight: 500;
 }