@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
       url('../fonts/montserrat-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-lightitalic-webfont.woff2') format('woff2'),
       url('../fonts/montserrat-lightitalic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
       url('../fonts/montserrat-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-italic-webfont.woff2') format('woff2'),
       url('../fonts/montserrat-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
       url('../fonts/montserrat-semibold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-semibolditalic-webfont.woff2') format('woff2'),
       url('../fonts/montserrat-semibolditalic-webfont.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}


@font-face {
  font-family: 'Brightwall';
  src: url('../fonts/brightwall-webfont.woff2') format('woff2'),
       url('../fonts/brightwall-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body {
  font-family: 'Montserrat', 'Open Sans', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  overflow-x: hidden;
  background: #f9f9f9;
  min-width: 320px;
}



/*---------------------------------------
    TYPOGRAPHY              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
  line-height: normal;
}
h4,h5,h6 {
  font-weight: 300;
}

h1 {
  font-size: 2.5em;
  letter-spacing: 0.15em;
}

h2 {
  color: #353535;
  font-size: 2.5em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Brightwall', sans-serif;
  line-height: 1.75em;
}

p {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}



/*---------------------------------------
    GENERAL               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #202020;
  text-decoration: none !important;
}

a,
input, button,
.form-control {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #0a4f91;
  outline: none;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #202020;
}

.section-title {
  padding-bottom: 40px;
}

section {
  position: relative;
  padding: 100px 0;
}

#contact,
footer {
  background: #ffffff;
  text-align: center;
}




#home {
  vertical-align: middle;
  display: flex;
  align-items: center;
  min-height: max(640px, 100vh);
  position: relative;
  background: #759DC4;
  padding: 0;
}

#home h1 {
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 50px;
}
#home h2 {
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 4.5em;
  flex: 0 1 auto;
  line-height: 52px;
  white-space: nowrap;
}

.home-info {
  text-align: right;
  z-index: 2;
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
  width: 63%;
  margin: 0 0 0 auto;
}
.home-info .home-info-logo {
  width: 90%;
}
.home-info .home-info-lettering {
  margin-top: 20px;
  margin-bottom: 50px;
  max-width: 100%;
}
.home-info-logo {
  width: min(100%, 30vw);
  margin-top: 20vh;
  align-self: end;
  margin-right: 6vw;
}

.home-info h3 {
  color: #222;
  font-size: 15px;
  font-weight: normal;
  margin: 29px 1vw 11vh 4vw;
  flex: 0 1 auto;
  text-align: center;
  line-height: 23px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: #759DC4 1px 1px, #759DC4 -1px 1px, #759DC4 -1px -1px, #759DC4 1px -1px;
}
/*
.home-info img {
  -webkit-filter: drop-shadow( 3px 3px 2px rgba(255, 255, 255, .7));
  filter: drop-shadow( 3px 3px 2px rgba(255, 255, 255, .7));
}
*/
.home-left {
  padding-top: 70px;
  width: auto;
  height: max(640px, 100vh);
}
.home-left-overlay {
  display: flex;
  position: absolute;
  top: 70px;
  left: 0;
  height: calc(max(640px, 100vh) - 70px);
  aspect-ratio: 1342/1600;
}
.home-left-overlay::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 63%;
	background: linear-gradient(297deg, #759DC4 0%, #759DC4 50%, rgba(0,0,0,0) 50.1%, rgba(0,0,0,0) 100%);
}
.home-left-overlay ul {
  position: absolute;
  right: 13%;
  min-width: 50%;
  bottom: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-left-overlay ul li {
  list-style: none;
  margin: 0 0 22px 0;
  padding: 10px 24px;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  background: #074E90;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
}
.home-left-overlay .home-left-circles {
  background: left top no-repeat url(../images/circles2.svg);
  bottom: 10px;
  left: 0;
  position: absolute;
  width: 18vh;
  height: 18vh;
  transform: scaleX(-1) rotate(-90deg);
}
.home-right {
  padding-top: 70px;
  width: 100vw;
  height: calc(max(640px, 100vh));
  display: flex;
  align-items: flex-start;
  position: relative;
}
.home-right .container-fluid {
  height: 100%;
  width: 100%;
}
.home-right .container-fluid > div {
  height: 100%;
  width: 100%;
}
.home-right .container-fluid > div > .col-md-12 {
  height: calc(max(640px, 100vh) - 70px);
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-info-chart {
  width: min(100%, 25vw);
  margin-bottom: 11vh;
  align-self: end;
  margin-right: 6vw;
}
.home-right .home-right-circles {
  background: left top no-repeat url(../images/circles.svg);
  top: 45px;
  right: 0;
  position: absolute;
  width: 18vh;
  height: 18vh;
  transform: rotate(-90deg);
}
.home-right .container-fluid {
  margin-left: -20px;
}
.home-right ul {
  position: absolute;
  right: 5vw;
  bottom: 11vh;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-right ul li {
  list-style: none;
  margin: 0 0 22px 0;
  padding: 8px 36px;
  font-size: 2vh;
  color: #fff;
  text-transform: uppercase;
  background: #074E90;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
}

@media (max-aspect-ratio: 3/4) {
 /*  #home {
    flex-direction: column;
  }
  .home-left {
    width: 100vw;
    height: auto;
  }
  .home-left-overlay {
    width: 100vw;
    height: auto;
  }
  .home-right {
    padding-top: 42px;
    height: auto;
  }
  .home-right .container-fluid {
    width: 100vw;
    margin-left: auto;
  }
  .home-info .home-info-lettering {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #home h2 {
    margin: 0 0 32px 0;
  } */
}
@media (min-aspect-ratio: 3/4) and (max-aspect-ratio: 4/3) {
/*   #home {
    flex-direction: column;
  }
  .home-left,
  .home-left-picture {
    align-self: start;
  }
  .home-left-overlay ul {
    left: 45vw;
    min-width: 40vw;
    right: auto;
  }
  .home-right {
    padding-top: 42px;
    width: 82vw;
    height: auto;
  }
  .home-info .home-info-lettering {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #home h2 {
    margin: 0 0 32px 0;
  } */
}
@media (min-aspect-ratio: 4/3) {
}


@media (max-width: 480px) {
/*   .home-right .home-right-circles {
    width: 16vh;
    height: 16vh;
  }
  #home h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .home-left-overlay ul li {
    margin: 0 0 10px 0;
    padding: 6px 16px;
    font-size: 17px;
  }

  .home-left-overlay ul {
    right: 4%;
    bottom: 0;
    z-index: 3;
  } */
}


.online-form {
  position: relative;
}

.online-form .form-control {
  border-color: #f0f0f0;
  display: inline-block;
  vertical-align: top;
  border-radius: 50px;
  box-shadow: none;
  height: 50px;
  margin-right: 0.5em;
  padding-left: 15px;
}

.online-form input[type="email"] {
  width: 60%;
}

.online-form button {
  background: #0a4f91;
  border: 0;
  color: #ffffff;
  position: absolute;
  right: 6em;
  width: 25%;
}

.online-form button:hover {
  background: #202020;
  color: #ffffff;
}



/*---------------------------------------
    BUTTONS               
-----------------------------------------*/

.section-btn {
  background: #0a4f91;
  border: 0;
  border-radius: 50px;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  padding: 12px 30px;
  transition: 0.5s 0.2s;
}

.section-btn:hover,
.section-btn:focus {
  background: #202020;
  color: #ffffff;
}



/*---------------------------------------
      PRE LOADER              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #575757;
  border-top-color: #ffffff;
  animation: spinner .9s linear infinite;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}



/*---------------------------------------
    MENU              
-----------------------------------------*/

.custom-navbar {
  border: none;
  margin-bottom: 0;
  padding: 10px 0;
  background: #ffffff;
}

.custom-navbar .navbar-brand {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -1px;

  background: #fff;
  margin-top: -6px;
  height: 32px;
}
.custom-navbar .navbar-brand img {
  height: 32px;
}
.top-nav-collapse .navbar-brand {
  margin-top: -6px;
  height: 45px;
}

.top-nav-collapse {
  background: #ffffff;
}

.custom-navbar .navbar-nav {
  margin-left: 6em;
}

.custom-navbar .nav li a {
  font-size: 17px;
  font-weight: normal;
  color: #222;
  padding-right: 22px;
  padding-left: 22px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.custom-navbar .nav li a.social {
  font-size: 36px;
  padding: 7px 2px;
  margin-right: 14px;
}
.custom-navbar .nav li a.btn-primary {
  background: #074E90;
  color: #fff;
  padding: 5px 10px;
  margin-top: 9px;
  margin-left: 4px;
}

.custom-navbar .nav li a:hover {
  background: transparent;
  color: #0a4f91;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: #0a4f91;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #0a4f91;
  border-color: transparent;
}

@media(min-width:768px) {
  .custom-navbar {
    border-bottom: 0;
  }

  .custom-navbar.top-nav-collapse {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
  }

  .top-nav-collapse .navbar-brand {
    color: #252525;
  }

  .top-nav-collapse .nav li a {
    color: #575757;
  }

  .top-nav-collapse .nav .section-btn a {
    color: #ffffff;
  }
}




/*---------------------------------------
    vision              
-----------------------------------------*/

#credentials,
#vision,
#mission,
#strategy,
#about {
  background: #ffffff;
}
#mission,
#about {
  background: #bcd6ef;
}

#credentials .nav-tabs,
#vision .nav-tabs,
#vision .nav-tabs,
#mission .nav-tabs,
#strategy .nav-tabs {
  border-bottom: 0;
}

#credentials .nav>li>a,
#about .nav>li>a,
#vision .nav>li>a,
#mission .nav>li>a,
#strategy .nav>li>a {
  padding: 8px 0;
}

#credentials .nav-tabs>li>a,
#about .nav-tabs>li>a,
#vision .nav-tabs>li>a,
#mission .nav-tabs>li>a,
#strategy .nav-tabs>li>a {
  color: #999999;
  font-size: 18px;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  margin-right: 35px;
}

#credentials .nav-tabs>li.active>a, 
#credentials .nav-tabs>li.active>a:focus, 
#credentials .nav-tabs>li.active>a:hover,
#about .nav-tabs>li.active>a, 
#about .nav-tabs>li.active>a:focus, 
#about .nav-tabs>li.active>a:hover,
#vision .nav-tabs>li.active>a, 
#vision .nav-tabs>li.active>a:focus, 
#vision .nav-tabs>li.active>a:hover,
#mission .nav-tabs>li.active>a, 
#mission .nav-tabs>li.active>a:focus, 
#mission .nav-tabs>li.active>a:hover,
#strategy .nav-tabs>li.active>a, 
#strategy .nav-tabs>li.active>a:focus, 
#strategy .nav-tabs>li.active>a:hover {
  background: transparent;
  color: #202020;
  border-bottom: 3px solid #0a4f91;
}

#credentials .nav>li>a:focus, 
#credentials .nav>li>a:hover,
#about .nav>li>a:focus, 
#about .nav>li>a:hover,
#vision .nav>li>a:focus, 
#vision .nav>li>a:hover,
#mission .nav>li>a:focus, 
#mission .nav>li>a:hover,
#strategy .nav>li>a:focus, 
#strategy .nav>li>a:hover {
  background: transparent;
  border-bottom: 3px solid #0a4f91;
  color: #202020;
}

#credentials .tab-content,
#about .tab-content,
#vision .tab-content,
#mission .tab-content,
#strategy .tab-content {
  margin-top: 0;
}
#credentials .tab-content p,
#about .tab-content p,
#vision .tab-content p,
#mission .tab-content p,
#strategy .tab-content p {
  font-size: 20px;
  line-height: 29px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: justify;
}
#credentials .tab-content li,
#about .tab-content li {
  font-size: 20px;
  line-height: 29px;
}
#credentials .tab-content li {
  margin-top: 20px;
  margin-bottom: 30px;
}
#mission .tab-content p {
  color: rgb(62, 62, 64);
}

.tab-pane-item {
  margin: 0;
}

.feature-image {
  margin-top: 28px;
  margin-bottom: 10px;
}



/*---------------------------------------
    ABOUT              
-----------------------------------------*/

#about .col-md-4 {
  margin: 0;
  padding: 0;
}

.team-thumb {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.team-thumb-up:after {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
}

.team-thumb-down:after {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #ffffff;
}

.team-info {
  position: relative;
  padding: 40px;
}

.team-info h2 {margin: 0;}

.team-info small {
  display: block;
  font-size: 18px;
  margin: 5px 0 10px 0;
}

.team-thumb img {
  width: 100%;
}

#strategy {
  position: relative;
  width: 100%;
  min-height: 65vh;
  background: url('../images/AdobeStock_216522017.jpg') no-repeat center center; /* © Prostock-studio / #216522017 / stock.adobe.com */
  background-size: cover;
}


/*---------------------------------------
    TESTIMONIAL           
-----------------------------------------*/

#testimonial {
  background: #ffffff;
}

#testimonial .col-md-6 {
  margin: 0;
  padding: 0;
}

#credentials .section-title,
#about .section-title,
#vision .section-title,
#mission .section-title,
#strategy .section-title,
#testimonial .section-title {
  padding-bottom: 0;
}

#testimonial h1 {
  color: #ffffff;
}

.testimonial-image {
  background: url('../images/testimonial-image.jpg') no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 65vh;
}

.testimonial-info {
  background: #202020;
  padding: 60px;
  height: 65vh;
}

.testimonial-info h3 {
  color: #d9d9d9;
  font-style: italic;
  margin-top: 5px;
}

.testimonial-info .item {
  display: block;
  width: 100%;
}

.testimonial-item {
  margin: 20px 0;
}

.testimonial-item img,
.testimonial-item h4 {
  color: #d9d9d9;
  display: inline-block;
  vertical-align: top;
}

.testimonial-item img {
  border: 3px solid #ffffff;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}



/*---------------------------------------
    PRICING             
-----------------------------------------*/

#pricing .col-md-4 {
  margin: 0;
  padding: 0;
}

#pricing .col-md-4:last-child .pricing-thumb {
  border-right: 0;
}

.pricing-thumb {
  background: #ffffff;
  border-right: 2px solid #f0f0f0;
  padding: 20px 40px;
}

.pricing-title {
  padding-bottom: 5px;
}

.pricing-info {
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
}

.pricing-info,
.pricing-bottom {
  padding: 20px 0;
}

.pricing-info p {
  font-size: 16px;
}

.pricing-bottom {
  position: relative;
}

.pricing-bottom span {
  font-size: 20px;
}

.pricing-btn {
  position: absolute;
  top: 15px;
  right: 0;
  display: inline-block;
}



/*---------------------------------------
    CONTACT             
-----------------------------------------*/

#contact-form .col-md-12,
#contact-form .col-md-4 {
  padding-left: 0;
}

#contact-form .form-control {
  background: transparent;
  border: 0;
  border-bottom: 3px solid #f0f0f0;
  border-radius: 0;
  box-shadow: none;
  margin: 10px 0;
}

#contact-form .form-control:focus {
  border-bottom-color: #202020;
}

#contact-form input {
  height: 50px;
}

#contact-form input[type='submit'] {
  background: #202020;
  border-radius: 50px;
  border: 0;
  color: #ffffff;
}

#contact-form input[type='submit']:hover {
  background: #0a4f91;
  color: #ffffff;
}


#imprint {
  background: #fff;
  padding: 0;
}
#imprint .section-title {
  padding: 0;
  text-align: left;
}
#imprint .section-title h1 {
  padding: 15px 0 10px;
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}
#imprint h3 {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  margin: 5px 0;
}



/*---------------------------------------
    FOOTER              
-----------------------------------------*/

.copyright-text p {
  margin: 5px;
}



/*---------------------------------------
    SOCIAL ICON              
-----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  border-radius: 50px;
  color: #202020;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  position: relative;
  margin: 5px 5px 5px 0;
}

.social-icon li a:hover {
  background: #536976;
  color: #ffffff;
}



/*---------------------------------------
    RESPONSIVE STYLES              
-----------------------------------------*/

@media only screen and (max-width: 1200px) {

  .custom-navbar .navbar-nav {
    margin-left: 3em;
  }
  .custom-navbar .navbar-nav li a {
    padding-right: 16px;
    padding-left: 16px;
  }

  .home-info {
    margin-top: 3em;
  }

  .home-info .home-info-lettering {
    margin-bottom: 5px;
  }

  .home-info .home-info-logo {
    width: 60%;
  }

}


@media only screen and (max-height: 600px) {

  .home-info .home-info-logo {
    margin-top: 10vh;
  }

}


@media only screen and (max-width: 992px) {

  section {
    padding: 60px 0;
  }

  .custom-navbar .navbar-nav {
    margin-left: 0;
  }

  .custom-navbar .nav li a {
    font-size: 12px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .custom-navbar .nav li a.social {
    font-size: 32px;
    padding: 9px 2px;
    margin-right: 10px;
  }
  .custom-navbar .nav li a.btn-primary {
    padding: 3px 10px;
    margin-top: 11px;
  }

  #about .nav-tabs>li>a,
  #vision .nav-tabs>li>a,
  #mission .nav-tabs>li>a,
  #strategy .nav-tabs>li>a {
    font-size: 16px;
    margin-right: 20px;
  }

  .pricing-thumb {
    margin-bottom: 30px;
  }

  footer {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .custom-navbar .navbar-nav {
    float: right;
  }
}
@media screen and (min-width: 1200px) {
  .home-info {
    margin-right: -20px;
  }
  .home-info-logo {
    margin-right: 12vw !important;
  }
  .home-info-chart {
    margin-right: 12vw !important;
  }
}
@media screen and (max-width: 1100px) {
  .home-right .container-fluid {
    margin-left: auto;
  }
  .home-info-logo {
    margin-right: 2vw !important;
  }
  .home-info-chart {
    margin-right: 2vw !important;
  }
}
@media screen and (max-width: 1000px) {
  .home-info-logo {
    position: absolute;
    right: 10vw;
    /*background-color: #759DC4;*/
    padding: 10px;
    width: max(280px, 30vw);
    margin-top: 36vh;
  }
  .home-info-chart,
  .home-right ul {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .home-left-overlay {
    left: calc((-800px + 100vw) / 2);
  }
  .home-left {
    margin-left: calc((-800px + 100vw) / 2);
  }
  .home-right {
    position: absolute;
  }
  .home-info-logo {
    right: 3vw;
  }
  .home-info {
    margin: 0 0 0 calc((-800px + 100vw) / -2);
    width: 100vw;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .home-info h3 {
    margin: 29px 1vw 11vh 1vw;
  }
  #home h2 {
    font-size: 3.5em;
    margin: 0 auto;
  }
  .home-info-logo {
    right: -2vw;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 420px) {
  #home h2 {
    font-size: 3em;
  }
  .home-left {
    margin-left: calc((-800px + 100vw) / 3);
  }
}

@media screen and (max-width: 767px) {
  .display-block-end {
    display: initial !important;
  }
  .section-title {
    padding-bottom: 20px;
  }

  .custom-navbar {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    text-align: center;
  }

  .custom-navbar .nav {
    width: 100%;
  }

  .custom-navbar .nav li a {
    padding: 5px;
    font-size: 16px;
    line-height: 1.6;
  }
  .custom-navbar .nav li a.social {
    padding: 0;
    line-height: 1;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .custom-navbar .nav li a.btn-primary {
    margin-top: 0;
    margin-left: 0;
  }

  .custom-navbar .navbar-brand,
  .top-nav-collapse .navbar-brand {
    color: #202020;
    font-weight: normal;
  }
  .custom-navbar .navbar-brand {
    margin-top: -10px;
    height: 50px;
  }
  .custom-navbar .navbar-brand img {
    height: 32px;
    margin-top: 4px;
    max-width: calc(100vw - 90px);
  }

  .custom-navbar .nav li a,
  .top-nav-collapse .nav li a {
    color: #222;
  }

  .feature-image {
    position: relative;
    bottom: 0;
  }

  #about .col-md-4:nth-child(3n) .team-thumb {
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }

  .team-thumb-down:after {
    top: -15px;
    bottom: inherit;
    border-top: inherit;
    border-bottom: 15px solid #ffffff;
  }

  .testimonial-image,
  .testimonial-info {
    height: 85vh;
  }

  .testimonial-info {
    padding: 30px;
  }
}


@media screen and (max-width: 700px) {
  .feature-image.image-shadow {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 480px) {

  .online-form input[type="email"],
  .online-form .form-control {
    width: 85%;
  }

  .online-form .form-control {
    display: block;
    margin: 20px auto;
  }

  .online-form button {
    position: relative;
    right: 0;
  }

  .testimonial-image,
  .testimonial-info {
    height: 65vh;
  }
}

.testimonial-wrapper {
   width: 80%;
   height: 200px;
   display: table;
   border: 5px solid #444;
   margin: 50px auto;
   padding: 20px 20px 24px;
   position: relative;
}
.testimonial-wrapper {
  margin-right: 3%;
}
.testimonial-wrapper p {
  text-align: right !important;
}
.testimonial-wrapper:nth-child(2n+1) {
  margin-right: auto;
  margin-left: 3%;
}
.testimonial-wrapper:nth-child(2n+1) p {
  text-align: left !important;
}
   
.testimonial-wrapper:after, .testimonial-wrapper:before {
      content: '';
      position: absolute;
      font-family: fontAwesome;
      font-size: 50px;
      color: #444;
      background: #fff;
    }
      .testimonial-wrapper:after {
      content: '\f10d';
      top: 0;
      left: 0;
      transform: translate(-50%, -50%);
      box-shadow: 10px 10px 0 #fff;
    }
      .testimonial-wrapper:before {
      content: '\f10e';
      bottom: 0;
      right: 0;
      transform: translate(50%, 50%);
      box-shadow: -10px -10px 0 #fff;
    }
      .testimonial-wrapper .title, .testimonial-wrapper .description {
   display: table-cell;
   width: 100%;
   vertical-align: middle;
   z-index: 2;
   position: relative;
  }
  .testimonial-wrapper .title + .testimonial-wrapper .description
  .testimonial-wrapper .description + .testimonial-wrapper .title {
width: 50%;
}
   .testimonial-wrapper .description p {
   font-size: 16px !important;
   margin-top: 0 !important;
  }
  .testimonial-wrapper .description em {
  font-size: 14px !important;
  font-style: italic;
 }
 .testimonial-wrapper .description em span {
 font-size: 14px !important;
 font-style: normal;
 font-weight: bold;
 text-transform: uppercase;
}
   .testimonial-wrapper .title {
   font-size: 40px;
   font-weight: bold;
   text-align: center;
   text-transform: uppercase;
   padding: 0 20px 0 0;
  }
   .testimonial-wrapper small {
      display: block;
      font-size: 25px;
      text-align: right;
    }
      .testimonial-wrapper.border-radius {
   border-radius: 30px;
  }
   .testimonial-wrapper.text-right {
   text-align: right;
  }

.offer-block {
  position: relative;
  width: 95%;
  padding: 10px;
  margin-bottom: 16px;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url(../images/signet.svg);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 36px 36px;
}
.offer-block::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 36px;
  height: 36px;
  background-color: #fff;
  background-image: url(../images/signet.svg);
  background-repeat: no-repeat;
  background-size: 36px 36px;
}
.offer-block h4 {
  margin-left: 46px;
  font-weight: 900;
}
.offer-block p {
  margin-left: 20px;
  margin-top: 16px;
  margin-bottom: 2px;
  font-size: 16px;
}
.offer-block ul {
  padding-left: 20px;
  list-style: none;
}
.offer-block ul li {
  position: relative;
  font-size: 16px;
}
.offer-block ul li::before {
  content: "-";
  position: absolute;
  left: -10px;
}


.transparent-block {
  position: relative;
  width: 95%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}
.transparent-block h4 {
  margin-left: 20px;
  margin-top: 16px;
  font-weight: 900;
  line-height: 26px;
}
.transparent-block h4 > span::before {
  content: "";
  display: inline-block;
  margin-left: 4px;
  margin-right: 2px;
  width: 26px;
  height: 26px;
  background-image: url(../images/signet.svg);
  background-repeat: no-repeat;
  background-size: 26px 26px;
  vertical-align: middle;
  margin-top: -2px;
}
.transparent-block p {
  margin-left: 20px;
  margin-top: 8px;
  margin-bottom: 2px;
  font-size: 16px;
}
.transparent-block p strong {
  color: #555;
}
.transparent-block ul {
  padding-left: 20px;
  list-style: none;
}
.transparent-block ul li {
  position: relative;
  font-size: 16px;
}
.transparent-block ul li::before {
  content: "-";
  position: absolute;
  left: -10px;
}

#credentials .ref-list {
  margin: 0;
  padding: 0;
}
#credentials .ref-list li {
  position: relative;
  list-style: none;
  margin: 30px 0 30px 100px;
  line-height: 20px;
  padding: 0;
  height: 80px;
  display: flex;
  align-items: center;
}
#credentials .ref-list li::before {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: -100px;
  top: 0;
}
#credentials .ref-list li.ref-logo-dab::before {
  background-image: url('../images/logo-dab.png');
}
#credentials .ref-list li.ref-logo-merck::before {
  background-image: url('../images/logo-merck.svg');
}
#credentials .ref-list li.ref-logo-coodoo::before {
  background-image: url('../images/logo-coodoo.png');
}
#credentials .ref-list li.ref-logo-ambas::before {
  background-image: url('../images/logo-ambas.png');
}
#credentials .ref-list li.ref-logo-4rivers::before {
  background-image: url('../images/logo-4rivers.svg');
}

.separator {
  overflow: hidden;
  text-align: center;
  color: #444;
  margin: 40px 0;
}
.separator span {
  position: relative;
  padding: 0 20px;
  display: inline-block;
  max-width: 80%;
}
.separator span::before, .separator span::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 2px;
  top: 50%;
  border-bottom: 2px solid #444;
}
.separator span::before {
  left: -100vw;
}
.separator span::after{
  left: 100%;
}
.separator--left-aligned {
  text-align: left;
}
.separator--left-aligned span {
  padding-left: 0;
}
.separator--right-aligned {
  text-align: right;
}
.separator--right-aligned span {
  padding-right: 0;
}

.social-pre-text {
  display: inline-block;
  margin-bottom: 12px;
}
.social-pull-right {
  float: right;
  display: block;
  font-size: 1.6em;
  margin-top: -0.3em;
}
.images-sources h1 {
  opacity: .4;
}
.images-sources p {
  opacity: .6;
}
.text-signet::before {
  content: "";
  float: left;
  margin-top: 9px;
  margin-right: 15px;
  width: 38px;
  height: 38px;
  background-image: url(../images/signet.svg);
  background-repeat: no-repeat;
  background-size: 38px 38px;
}
.feature-image.image-shadow {
  margin-right: 20px;
}
.feature-image.image-shadow img {
  box-shadow: 6px 6px 5px 1px rgba(0, 0, 0, 0.5);
}
.display-block-end {
  display: flex;
  align-items: flex-end;
}
.disg-logo {
  width: 160px;
  margin-left: 60px;
  margin-top: 32px;
}
.li-signet {
  list-style: none;
  margin: 0;
  padding: 0;
}
.li-signet li {
  list-style: none;
  margin: 0 0 0 30px;
  padding: 0;
  position: relative;
}
.li-signet li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -30px;
  width: 20px;
  height: 20px;
  background-image: url(../images/signet.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.chocolat-wrapper.chocolat-visible {
  top: 70px;
  height: calc(100vh - 70px);
}
.chocolat-image-wrapper {
  width: calc(100vh - 160px) !important;
  height: calc(100vh - 160px) !important;
  top: calc(50% + 30px);
}
.image-slider {
  margin: 0 50px;
}
.owl-prev,
.owl-next {
  width: 40px;
  height: 100px;
  line-height: 100px;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  display: block !important;
  border:0px solid black;
}
.owl-prev {
  left: -40px;
}
.owl-next {
  right: -40px;
  text-align: right;
}
.owl-prev i::before,
.owl-next i::before {
  color: #ccc;
  vertical-align: middle;
  font-size: 40px;
}
.owl-dots {
  margin-top: 16px;
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  transition: opacity .2s ease;
  border-radius: 30px
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #869791
}
