@charset "UTF-8";

html {
  overflow-x: hidden;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  background: #fff;
}

p {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  line-height: 1.6;
}

em,
li,
li a {
  font-size: 20px;
  font-family: 'Kabel-Book', sans-serif;
  color: #000;
  text-decoration: none;
}

a {
  font-family: 'Kabel-Book', sans-serif;
  color: #000;
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover, a:active {
  outline: 0;
  color: #999caa;
  text-decoration: none;
}

.link {
  position: relative;
  font-size: 15px;
  font-family: 'Kabel-Book', sans-serif;
  text-transform: uppercase;
}

.link:after {
  position: absolute;
  top: 8px;
  right: -15px;
  width: 9px;
  height: 2px;
  background: #86c9ee;
  content: " ";
}

span {
  font-size: 13px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
}

.topic {
  font-size: 16px;
  font-family: Kabel-Demi;
  color: #c1d100;
  line-height: 1.39;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {

}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
  text-decoration: none;
}

h1 > a:focus, h2 > a:focus, h3 > a:focus, h4 > a:focus, h5 > a:focus, h6 > a:focus {
  text-decoration: none;
}

h1 {
  font-size: 48px;
  line-height: 1.8;
}

h2 {
  font-size: 30px;
}

h3 {
  font-family: Kabel-Book;
  font-size: 22px;
  line-height: 1.3;
  color: #c1d100;
}

h4 {
  font-family: Kabel-Med;
  font-size: 22px;
  line-height: 1.5;
}

h5 {
  font-family: Kabel-Book;
  font-size: 16px;
  line-height: 1.4;
  color: #4f504e;
}

h5 span{
  font-family: Kabel-Book;
  font-size: 15px;
  line-height: 1.4;
  color: #4f504e;
}

.blue {
  color: #86c9ee;
}

.grey {
  color: #666;
}

sup {
  color: #86c9ee;
}

span.legcolor {
  color: #86c9ee;
}

::selection {
  color: #fff;
  background: #86c9ee;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #86c9ee;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #86c9ee;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

/* Promo Block */
.promo-block {
  position: relative;
  background: url(../img/home.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 440px 0 10px;
  z-index: 1;
}

.promo-block:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(81, 87, 105, 0.4);
  content: " ";
}

.promo-block .promo-block-title {
  font-family: 'Kabel-Med', sans-serif;
  font-size: 45px;
  text-align: right;
  color: #fff;
}

/* Footer */
.footer {
  background: url(../img/footerbg.svg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer .footer-list {
  margin-bottom: 0;
}

.footer .footer-list-item {
  color: #777984;
  margin-bottom: 15px;
}

.footer .footer-list-item:last-child {
  margin-bottom: 0;
}

.footer .content-md {
  padding-right: 0px
  padding-left: 0px;
}

.footer a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  color: #ffffff;
}

.footer .content-md {
  padding-bottom: 20px;
}

.footer .fresh {
  margin: 0 0 0;
}

.footermedia {
  margin-bottom: 15px;
}

.footer .input-group {
  max-width: 300px;
}

/* Section Seperator */
.section-seperator {
  border-bottom: 0px solid #edf0f2;
  /*background-color: #1a1a1a;*/
}

.section-seperator p {
  color: #ffffff;
}  

.section-seperator h4 {
  color: #ffffff;
}

.footer .copyright {
  padding-top: 9px;
  color: #ffffff;
  border-top: 1px solid #fff;
}

.footer .copyright p {
  line-height: 1.1;
}

/* Content Wrapper Link */
.content-wrapper-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
  text-decoration: none;
}

/* Header */

header .container {
  padding-right: 0px;
  padding-left: 0px;
}

/* Fixed Top */
.navbar-fixed-top {
  background: url(../img/topbarbg.svg) no-repeat;
  background-position: top center;
  background-size: auto 10px;
}

.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}

.header .navbar-nav-right {
  float: right;
}

/* Navbar */
.header .navbar {
  min-height: 110px;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Navbar Toggle */
.header .navbar-toggle {
  width: 25px;
  height: 25px;
  border: none;
  padding: 0;
  margin: 35px 0;
}

.header .navbar-toggle .toggle-icon {
  position: relative;
  width: 21px;
  height: 1px;
  display: inline-block;
  background: #000000;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:before, .header .navbar-toggle .toggle-icon:after {
  position: absolute;
  left: 0;
  background: #000000;
  content: " ";
}

.header .navbar-toggle .toggle-icon:before {
  width: 10px;
  height: 1px;
  bottom: 10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:after {
  width: 16px;
  height: 1px;
  top: -5px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon {
  background: #86c9ee;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon:before, .header .navbar-toggle:hover .toggle-icon:after {
  width: 21px;
  height: 1px;
  background: #86c9ee;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon.is-clicked {
  background: rgba(81, 87, 105, 0);
}

/* Navbar Logo */
.header .logo {
  width: 107px;
  height: 100px;
  float: left;
}

.header .logo-wrap {
  display: inline-block;
  padding: 6px 0 0 0;
}

.header .logo-wrap:focus, .header .logo-wrap:hover {
  text-decoration: none;
}

.header .logo-img {
  display: inline-block;
  width: 160px;
  height: auto;
  max-width: 110%;
  max-height: 110%;
  vertical-align: middle;
}

.header .logo-img-main {
  display: inline-block;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .logo-img-active {
  display: none;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Navbar */
.header .navbar-nav {
  padding-top: 16px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.header .navbar-nav li:hover, .header .navbar-nav li.active {
  border-bottom: solid 1.5px #c1d100;
}

/* Nav */
.header .nav-item {
  position: relative;
  display: block;
}

/*.header .nav-item:last-child .nav-item-child {
  padding-right: 0;
}*/

.header .nav-item.active .nav-item-hover:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item:hover .nav-item-hover:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-child {
  position: relative;
  display: block;
  color: #fff;
  line-height: 4px;
  padding: 45px 20px 17px 20px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-child:hover, .header .nav-item-child:focus {
  background: inherit;
}

.header .nav-item-hover {
  position: relative;
}

.header .nav-item-hover:after {
  position: absolute;
  top: 86px;
  left: 0;
  width: 80px;
  height: 4px;
  opacity: 0;
  content: " ";
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Back To Top Theme Button */
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #000000;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  padding: 5px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:hover {
  color: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:focus, .back-to-top:hover {
  text-decoration: none;
}

/* The Button Becomes Visible */
.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: .6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.back-to-top.back-to-top-fade-out {
  opacity: .4;
}

.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Text Colors */
.color-base {
  color: #86c9ee !important;
}

.color-white {
  color: #fff !important;
}

.color-heading {
  color: #000000 !important;
}

.color-subtitle {
  color: #000000 !important;
  opacity: 0.8;
}

.color-link {
  color: #81848f !important;
}

.color-link-hover {
  color: #999caa !important;
}

.color-sky-light {
  color: #fafafa !important;
}

/* Background Colors */
.bg-color-base {
  background: #86c9ee !important;
}

.bg-color-white {
  background: #fff !important;
}

.bg-color-heading {
  background: #000000 !important;
}

.bg-color-subtitle {
  background: #a6a7aa !important;
}

.bg-color-link {
  background: #81848f !important;
}

.bg-color-link-hover {
  background: #999caa !important;
}

/* Row */
.row-space-2 {
  margin-right: -2px;
  margin-left: -2px;
}

.row-space-2 > [class*="col-"] {
  padding-left: 2px;
  padding-right: 2px;
}

/* Container Full Width */
.container-full-width {
  margin-right: auto;
  margin-left: auto;
}

.container-full-width:before, .container-full-width:after {
  content: " ";
  display: table;
}

.container-full-width:after {
  clear: both;
}

/* Container Small */
.container-sm {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-sm:before, .container-sm:after {
  content: " ";
  display: table;
}

.container-sm:after {
  clear: both;
}

/* Content */
.content {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #ffffff;
}

.content-sm {
  padding-top: 12px;
  padding-bottom: 0px;
}

.content-md {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-lg {
  padding-top: 40px;
  padding-bottom: 60px;
}

.content-sm p {
  color: #ffffff;
  text-align: center;
}

/* Full Width */
.full-width {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}


/* Full Height */
.full-height {
  width: auto;
  height: 100%;
}

/* Bottom margin */
.md-margin-b-4 {
  margin-bottom: 4px !important;
}

.fancybox-skin {
  background-color: #ffffff;
  border-radius: 0px;
}

.fancybox-nav {
text-align: center;
}

.fancybox-nav span {
  color: #86c9ee;
  background-image: none;
  font-size: 22px;
}

.fancybox-nav .glyphicon.glyphicon-menu-left {
  margin-left: -16px;
}

.fancybox-nav .glyphicon.glyphicon-menu-right {
  margin-right: -16px;
}

.fancybox-title {
  background-color: #fff;
  color: #000;
  text-align: right;
  font-family: 'Roboto Condensed', sans-serif;
  font: normal 14px/20px 'Roboto Condensed', sans-serif;
  line-height: 1.42857143
}

/* home*/

#home .content-lg {
  padding: 0px;
}

#home .container {
  width: 98%;
  height: 100%;
  margin: 0 auto;
  display: block;
}

#home .icreate, #home .services, #home .careers {
  width: 100%;
  padding: 5%;
  margin-bottom: 5%;
}

#home .icreate {
  z-index: 1;
  /*background-color: #34d;*/
}

#home .services {
  z-index: 3;
  /*background-color: #d2e;*/
}

#home .careers {
  z-index: 2;
  /*background-color: #f23;*/
}

#home .iconscol {
  padding: 10px;
  padding-top: 3px; 
}

#home .textcol {
  padding: 0px; 
  padding-bottom: 20px;
}

#home .icons  {
  width: 58%;
  height: auto; 
}

@media only screen and (min-width: 350px) {
  #home .icreate, #home .services, #home .careers {
    display: inline-block;
    position: relative;
    width: 30%;
    margin: 4% 0 22% 3%;
    padding: 0;
    border-top: none;
  }

  #home .icreate .spacer, #home .services .spacer, #home .careers .spacer {
    position: relative;
    padding-top: 100%;
  }

  #home .icreate:nth-child(3n+1), #home .services:nth-child(3n+1), #home .careers:nth-child(3n+1) {
    margin-left: 1%;
  }

  #home .circle {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;    
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }

  #home .one {
    width: 97%;
    height: 97%;
    margin-top: 2%;
    margin-left: 3%;
    background-color: #c1d100;
    opacity: 0.7;
  }

  #home .two {
    width: 174%;
    height: 174%;
    margin-left: -32%;
    margin-top: -10%;
    background-color: #c1d100;
    opacity: 1;
  }

  #home .three {
    width: 146%; 
    height: 146%;
    margin-top: 26%;
    margin-right: 38%;
    margin-bottom: -26%;
    margin-left: -38%;
    background-color: #babe4d;
    opacity: 1;
  }

  #home .circle:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: top;
    margin-right: -2%;
  }

  #home .outline {
    border: 5px solid grey;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    box-sizing: border-box;
  }

  #home .circle h1 {
    margin: 15px;
    color: #fff;
  }

  #home .one h1 {
    margin: 0px;
  }

  #home .circle p {
    font-weight: 300;
    text-align: center;
    color: #fff;
  }

  #home .circle a {
    font-weight: 700;
    font-size: 4em;
    line-height: 0.3em;
    color: #fff;
  }

  #home .circle > p, #home .circle > h1, #home .circle > .wrapcontent {
    display: inline-block;
    vertical-align: middle;
  }

  #home .circle > p > p, #home .circle > p > h1, #home .circle > h1 > p, #home .circle > h1 > h1, .circle > .wrapcontent > p, .circle > .wrapcontent > h1 {
    display: block;
  }

  #home .one h1 {
    font-family: Kabel-Book;
    font-weight: 300;
    font-size: 46px;
  }

  #home .two h1 {
    font-family: Kabel-Med;
    font-weight: 400;
    font-size: 52px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #home .three h1 {
    font-family: kabel-Demi;
    font-size: 46px;
  }

  #home .one p {
    font-size: 18px;
  }

  #home .two p {
    font-family: Kabel-Book;
    font-weight: 300;
    font-size: 24px;
  }

  #home .three p {
    font-size: 24px;
  }

}
@media only screen and (min-width: 481px) {
  #home .one h1 {
    font-family: kabel-Book;
    font-weight: 300;
    font-size: 46px;
  }

  #home .two h1 {
    font-family: Kabel-Med;
    font-weight: 400;
    font-size: 52px;
  }

  #home .three h1 {
    font-family: kabel-Demi;
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) {
  #home .one h1 {
    font-family: kabel-Book;
    font-weight: 300;
    font-size: 46px;
  }

  #home .two h1 {
    font-family: Kabel-Med;
    font-weight: 400;
    font-size: 52px;
  }

  #home .three h1 {
    font-family: kabel-Demi;
    font-size: 46px;
  }
}

/* about us*/

#whatdrivesus p {
  color: #4f504e;
}

.drivesone {
  padding-left: 0px;
  padding-right: 50px;
}

.drivestwo {
  padding-left: 0px;
}

.drivestwo p {
  font-size: 16px;
  font-family: kabel-Med;
  line-height: 1.4;
}

#vision {
  background-color: #c1d100;
}

#vision h3, #mission h3 {
  text-align: center;
  color: #4f504e;
}

#vision p {
  font-family: Kabel-Book;
  font-size: 33px;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
}

#mission p {
  font-family: Kabel-Med;
  font-size: 35px;
  line-height: 1.2;
  text-align: center;
  color: #c1d100;
}

#history {
  background-color: #cacaca;
}

#history h3 {
  color: #ffffff;
}

#history p {
  color: #4f504e;
}

.historyone {
  padding-left: 0px;
  padding-right: 30px;
}

.historytwo {
  padding-left: 30px;
  padding-right: 0px;
}

.parent {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}

#icreategroup p {
  font-family: Kabel-Book;
  font-size: 18px;
  line-height: 1.2;
  color: #c1d100;
}

#icreategroup .title {
 height: 100%;
 align-self: flex-end;
}

#icreategroup .title p {
  margin: 0 0 0;
}

.culture {
  padding-left: 0px;
}

.values {
  padding-left: 25px;
}

.culturetxt {
  padding-left: 0px;
  padding-right: 50px;
}

.culturetxt p {
  color: #ffffff;
}

.valuesone {
  padding-right: 25px;
  padding-left: 25px;
}

.valuesone p {
  font-size: 16px;
  font-family: kabel-Book;
  line-height: 1.4em;
  color: #ffffff;
}

.valuestwo {
  padding-right: 0px;
  padding-left: 50px;
}

.valuestwo p {
  font-size: 16px;
  font-family: kabel-Book;
  line-height: 1.4em;
  color: #ffffff;
}

#culturevalues {
  background-color: #686868;
}

/* services */

#history {
  background-color: #cacaca;
}

#services p {
  color: #4f504e;
}

#services .icons  {
  padding-top: 40px;
  padding-bottom: 30px; 
}

.parentflex {
  display: flex;
  flex-direction: row;
}

#competencies {
  background-color: #cacaca;
}

#competencies h3 {
  color: #ffffff;
}

#competencies h5 {
  color: #ffffff;
}

#competencies p {
  color: #4f504e;
}

#competencies .icons  {
  padding-top: 40px;
  padding-bottom: 30px; 
}

/* clients */

#clients {
  background-color: #c1d100;
}

#clients h3, #mission h3 {
  text-align: center;
  color: #4f504e;
}

#clients p {
  font-family: Kabel-Book;
  font-size: 33px;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
}

#testemonials p {
  color: #4f504e;
}

#testemonials .icons  {
  padding-top: 40px;
  padding-bottom: 10px; 
}

/* careers */

#careers p {
  color: #4f504e;
}

.careerstxt {
  padding-left: 0px;
  padding-right: 50px;
}

#careers .topic {
  font-size: 14px;
  font-family: Kabel-Demi;
  color: #c1d100;
  line-height: 1.39;
  padding-left: 15px;
}

#careers .careerstitle p {
  font-family: Kabel-Med;
  font-size: 18px;
  line-height: 1.2;
  text-align: right;
  color: #c1d100;
}

#academy {
  color: #ffffff;
  background-color: #686868;
}

#academy p {
  color: #ffffff;
}

#academy .academytxt {
  padding-left: 0px;
  padding-right: 30px;
}

#academy .academytxtone {
  padding-left: 30px;
  padding-right: 0px;
}

#academy .academystitle {
  margin-right: 0px;
  margin-left: 0px;
}

#academy .academystitle p {
  font-family: Kabel-Book;
  font-size: 18px;
  line-height: 1.2;
  text-align: right;
  color: #c1d100;
}

#testemonials h5 .topic {
  font-size: 15px;
  font-family: Kabel-Demi;
  color: #c1d100;
  line-height: 1.4;
  padding-left: 35px;
}

#needhero {
  background-color: #c1d100;
  color: #ffffff;
}

#needhero h5 {
  color: #ffffff;
}

#needhero p {
  color: #ffffff;
}

#needhero h3 {
  color: #ffffff;
}

#needhero h5 span {
  color: #ffffff;
}

    /* slick slider */

    .slick-slider {
        position: relative;

        display: block;
        box-sizing: border-box;

        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;

        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
            touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list {
        position: relative;

        display: block;
        overflow: hidden;

        margin: 0;
        padding: 0;
    }

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
           -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
             -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;

        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .slick-track:before,
    .slick-track:after {
        display: table;

        content: '';
    }

    .slick-track:after {
        clear: both;
    }

    .slick-loading .slick-track {
        visibility: hidden;
    }

    .slick-slide {
        display: none;
        float: left;

        height: 100%;
        min-height: 1px;
    }

    [dir='rtl'] .slick-slide {
        float: right;
    }

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .slick-loading .slick-slide {
        visibility: hidden;
    }

    .slick-vertical .slick-slide {
        display: block;

        height: auto;

        border: 1px solid transparent;
    }
    
    .slick-arrow.slick-hidden {
        display: none;
    }



#joinus {
  background-color: #686868;
}

label {
  margin-bottom: 5px;
  font-family: Kabel-Book;
  font-size: 15px;
  color: #ffffff;
}

.formrequired {
  font-family: Kabel-Book;
  font-size: 16px;
  font-weight: 700;
  color: #c1d100;
}

.form-group {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.form-control {
  border: 0px;
  border-radius: 0px;
}

#message {
  min-height: 112px;
}

.cv, .send {
  margin-bottom: 0px;
} 

.cv {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0px;
} 

#my_file {
  display: none;
}

#get_file {
  background: url(../img/cvicon.svg) no-repeat;
  background-size: 60px;
  max-width: 30px;
  border: none;
  margin: 0 10px;
}

input[type="button" i] {
  padding: 15px 31px;
}

.send {
  padding-bottom: 10px;
}

.sendbutton {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  min-width: 100px;
  min-height: 48px;
  font-family: Kabel-Book;
  font-size: 20px;
  color: #ffffff;
  background-color: #c1d100;
  border: 0px; 
  border-radius: 10px;
}

.required p {
  font-size: 12px;
  text-align: right;
  color: #c1d100;
  text-transform: uppercase;
}