/* Icon */

.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.icon > .label {
  display: none;
}

.icon:before {
  line-height: inherit;
}

.icon.solid:before {
  font-weight: 900 !important;
}

.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}

.icon.style1:before {
  color: #c3e895;
}

.icon.style2:before {
  color: #8addaa;
}

.icon.style3:before {
  color: #6bd4c8;
}

.icon.style4:before {
  color: #57aed3;
}

.icon.style5:before {
  color: #4a87d3;
}

.icon.style6:before {
  color: #6b88e6;
}

.icon.major {
  text-decoration: none;
  color: #555;
  cursor: default;
  display: inline-block;
  margin: 0 0 1.5em 0;
}

.icon.major:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.icon.major:before {
  font-size: 4em;
  line-height: 1em;
}

#header .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 4px;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.5);
  color: #555 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 400;
  height: 2.75em;
  letter-spacing: 0.125em;
  line-height: 2.75em;
  padding: 0 2em;
  text-align: center;
  text-decoration: none;
  text-indent: 0.125em;
  text-transform: uppercase;
  white-space: nowrap;
}

#header .button:hover {
  background-color: rgba(144, 144, 144, 0.075);
}

#header .button:active {
  background-color: rgba(144, 144, 144, 0.2);
}

#header .button.icon:before {
  margin-right: 0.5em;
}

#header .button.fit {
  width: 100%;
}

#header .button.small {
  font-size: 0.7em;
}

#header .button.large {
  font-size: 1.25em;
}

#header .button.wide {
  min-width: 12em;
}

#header .button.primary {
  background-color: #555;
  box-shadow: none !important;
  color: #fff !important;
}

#header .button.primary:hover {
  background-color: #626262;
}

#header .button.primary:active {
  background-color: #484848;
}

#header .button.disabled,
#header .button:disabled {
  cursor: default;
  opacity: 0.25;
}

/* Header */

#header {
  padding: 12em 0 12em 0;
  padding: 12em;
  background-color: #555;
  color: rgba(255, 255, 255, 0.75);
  background-attachment: fixed, fixed, fixed;
  /*background-image: url("/images/overlay2.png"), url("/images/overlay3.svg"), linear-gradient(45deg, #9dc66b 5%, #4fa49a 30%, #4361c2);*/
  /*background-image: linear-gradient(45deg, #9dc66b 5%, #4fa49a 30%, #4361c2);*/
  /*background-position: top left, center center, center center;*/
  background-size: auto, cover, cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#header a {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

#header a:hover {
  color: #ffffff;
}

#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6,
#header strong,
#header b {
  color: #ffffff;
}

#header h1 {
  /*font-size: 2.25em;*/
  font-size: 1.75em;
  line-height: 1.35em;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: 300;
}

#header header p {
  color: #ffffff;
}

#header header.major:after {
  background: #ffffff;
}

#header input[type="submit"],
#header input[type="reset"],
#header input[type="button"],
#header button,
#header .button {
  box-shadow: inset 0 0 0 1px #ffffff;
  color: #ffffff !important;
}

#header input[type="submit"]:hover,
#header input[type="reset"]:hover,
#header input[type="button"]:hover,
#header button:hover,
#header .button:hover {
  background-color: rgba(255, 255, 255, 0.125);
}

#header input[type="submit"]:active,
#header input[type="reset"]:active,
#header input[type="button"]:active,
#header button:active,
#header .button:active {
  background-color: rgba(255, 255, 255, 0.25);
}

#header input[type="submit"].primary,
#header input[type="reset"].primary,
#header input[type="button"].primary,
#header button.primary,
#header .button.primary {
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff !important;
  color: #4686a0 !important;
}

#header input[type="submit"].primary:hover,
#header input[type="reset"].primary:hover,
#header input[type="button"].primary:hover,
#header button.primary:hover,
#header .button.primary:hover {
  background-color: rgba(255, 255, 255, 0.125) !important;
  color: #ffffff !important;
}

#header input[type="submit"].primary:active,
#header input[type="reset"].primary:active,
#header input[type="button"].primary:active,
#header button.primary:active,
#header .button.primary:active {
  background-color: rgba(255, 255, 255, 0.25) !important;
}

#header ul.major-icons li .icon {
  border-color: #ffffff;
}

#header .icon.major {
  color: #ffffff;
}

#header h1 {
  margin: 0;
}

#header p {
  margin: 1em 0 0 0;
}

#header .actions {
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 2.5em;
  margin-left: 0;
  position: relative;
}

#header .actions li:first-child {
  padding-left: 0;
}

#header .actions:after {
  background: #ffffff;
  content: "";
  height: 100vh;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 1px;
}

#header .inner {
  -moz-transition: -moz-transform 1.5s ease, opacity 2s ease;
  -webkit-transition: -webkit-transform 1.5s ease, opacity 2s ease;
  -ms-transition: -ms-transform 1.5s ease, opacity 2s ease;
  transition: transform 1.5s ease, opacity 2s ease;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  position: relative;
  z-index: 1;
}

#header .inner .actions {
  -moz-transition: -moz-transform 1.25s ease;
  -webkit-transition: -webkit-transform 1.25s ease;
  -ms-transition: -ms-transform 1.25s ease;
  transition: transform 1.25s ease;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#header:after {
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease;
  background-image: linear-gradient(45deg, #4fa49a, #4361c2);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

body.is-preload #header .inner {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0;
}

body.is-preload #header .inner .actions {
  -moz-transform: translateY(30em);
  -webkit-transform: translateY(30em);
  -ms-transform: translateY(30em);
  transform: translateY(30em);
  opacity: 0;
}

body.is-preload #header:after {
  opacity: 1;
}

@media screen and (max-width: 1680px) {
  #header {
    padding: 6em 0 6em 0;
  }
}

/* Large */

@media screen and (max-width: 1140px) {
  #header {
    padding: 5em 0 5em 0;
    background-attachment: scroll;
  }

  #header br {
    display: inline;
  }
}

/* Medium */

@media screen and (max-width: 980px) {
  #header {
    padding: 8em 3em 8em 3em;
  }
  #one {
    text-align: center;
  }
  #two {
    text-align: center;
  }
}

/* Small */

@media screen and (max-width: 736px) {
  #header h1 {
    font-size: 1.25em;
  }

  #header h2 {
    font-size: 1.1em;
  }

  #header h3 {
    font-size: 1em;
  }

  #header h4 {
    font-size: 1em;
  }

  #header {
    padding: 4em 3em 4em 3em;
  }

  #header .actions {
    margin: 2em 0 0 0;
  }
}

/* XSmall */

@media screen and (max-width: 480px) {
  #header {
    padding: 4em 2em 4em 2em;
  }

  #header br {
    display: none;
  }
}

/* XXSmall */

@media screen and (max-width: 320px) {
  #header {
    padding: 3em 1em 3em 1em;
  }
}

/**************************/

.kw-section {
  /*display: flex;
flex-direction: column;
justify-content: flex-end;
min-height: 75vh;*/
  width: 100%;
  height: auto;
  padding: 10rem 0 10rem;
}

.kw-section h1,
.kw-section .h1 {
  color: #fff;
  font-size: 80px;
  font-weight: 300;
  text-align: left;
}

.kwbox {
  position: absolute;
  top: -80px;
  right: 0;
  width: 80px;
}

.kwboxin {
  position: relative;
  /*top: -80px;*/
  right: 0;
  width: 60px;
}

@media only screen and (max-width: 1280px) {
  .kwboxin {
    position: relative;
    /*top: -80px;*/
    width: 60px;
    padding-top: 10px;
  }
}

.kwbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
}

@media only screen and (max-width: 800px) {
  .kw-section {
    width: 100%;
    height: auto;
    padding: 15rem 0 5rem;
  }

  .kw-section h1,
  .kw-section .h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    text-align: left;
  }
}

.firstbox1 {
  position: relative;
  /*top: 330px;*/
  left: 0;
  padding: 20px 0;
  width: 55%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 1;
  float: left;
}

.firstbox1a {
  position: relative;
  top: 120px;
  right: 5%;
  background: #f5f7fb;
  padding: 40px 60px;
  width: 45%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 2;
  float: left;
}

.first1 h2 {
  text-align: left;
  font-size: 44px;
  font-weight: 700;
  color: #555551;
}

.first1 p {
  text-align: left;
  font-size: 18px;
  line-height: 1.75;
  color: #555551;
}

@media only screen and (max-width: 1280px) {
  .firstbox1 {
    position: relative;
    left: 10%;
    padding: 20px 0;
    width: 80%;
    overflow: hidden;
    z-index: 1;
    float: left;
  }

  .firstbox1a {
    position: relative;
    top: 0;
    left: 10%;
    padding: 20px;
    width: 80%;
    overflow: hidden;
    z-index: 1;
    float: left;
    background: #fff;
    /*margin: 0 0.5%;*/
  }

  .first1 h2 {
    font-size: 36px;
  }
}

.first2 {
  position: relative;
}

.firstbox2 {
  position: relative;
  /*top: 330px;*/
  left: -5%;
  padding: 40px 40px 40px 140px;
  width: 50%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 1;
  float: left;
  background: #0000007f;
}

.firstbox2 {
  -webkit-box-shadow: 0 28px 16px -26px black;
  -moz-box-shadow: 0 28px 16px -26px black;
  box-shadow: 0 28px 16px -26px black;
}

.firstbox2a {
  position: relative;
  top: 80px;
  left: 0;
  background: #f5f7fb;
  padding: 40px 60px;
  width: 30%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 2;
  float: left;
}

.first2 h2 {
  text-align: right;
  font-size: 34px;
  font-weight: 700;
  color: #010101;
}

.first2 h3 {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.first2 p {
  text-align: left;
  font-size: 18px;
  line-height: 1.25;
  color: #dfdfdf;
}

.firstbox2in {
  padding: 30px 30px 30px 110px;
  width: 80%;
  background: #000;
}

@media only screen and (max-width: 1024px) {
  .firstbox2a {
    position: relative;
    left: 5%;
    top: 0;
    padding: 0 0 20px 0;
    width: 90%;
    overflow: hidden;
    z-index: 1;
    float: left;
  }

  .firstbox2 {
    position: relative;
    left: 10%;
    top: 0;
    padding: 20px;
    width: 80%;
    overflow: hidden;
    z-index: 1;
    float: left;
    background: #555551;
  }

  .first2 h2 {
    text-align: center;
    padding-left: 10px;
    font-size: 36px;
  }
}

.firstbox3 {
  position: relative;
  /*top: 330px;*/
  left: 0;
  padding: 40px 0;
  width: 65%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 1;
  float: left;
}

/*.firstbox3 img {
    -webkit-box-shadow: 0 28px 16px -26px black;
    -moz-box-shadow: 0 28px 16px -26px black;
    box-shadow: 0 28px 16px -26px black;
}*/

.firstbox3a {
  position: relative;
  top: -540px;
  right: -20%;
  background: #020202;
  padding: 40px 60px;
  width: 60%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 2;
  float: right;
}

.first3 h2 {
  text-align: left;
  font-size: 44px;
  font-weight: 700;
  color: #fff
}

.first3 p {
  text-align: left;
  font-size: 18px;
  line-height: 1.75;
  color: #fff
}

@media only screen and (max-width: 1280px) {
  .firstbox3 {
    position: relative;
    left: 10%;
    padding: 20px 0;
    width: 80%;
    overflow: hidden;
    z-index: 1;
    float: left;
  }

  .firstbox3a {
    position: relative;
    top: 0;
    left: 10%;
    padding: 20px;
    width: 80%;
    overflow: hidden;
    z-index: 1;
    float: left;
    background: #020202;
    /*margin: 0 0.5%;*/
    overflow-y: scroll;
    height: 500px;
  }

  .first3 h2 {
    font-size: 36px;
  }
}

/*@keyframes float {
0% {*/
/*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
/*transform: translatex(0px);
}

50% {*/
/*box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);*/
/*transform: translatex(-20px);
}

100% {*/
/*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
/*transform: translatex(0px);
}
}*/

.floatcontainer {
  /*width: 100%;
height: 100%;*/
  /*display: flex;
flex-direction: column;
justify-content: center;
align-items: center;*/
  position: absolute;
  top: 180px;
  right: 30%;
  width: 100%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 2;
  float: right;
}

.floatimg {
  /*width: auto;
height: 100%;*/
  box-sizing: border-box;
  /*border-radius: 50%;*/
  overflow: hidden;
  /*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
  transform: translateX(20px);
  /*animation: float 4.5s ease-in-out infinite;*/
  z-index: 4;
  transition: all 1s; /* lets make it smooth */
}

.floatimg img {
  width: auto;
  height: 100%;
  z-index: 4;
  border: 1px #020202 solid;
  
}

/*.boxes {
width: auto;
height: 100%;
transition: all 1s;*/ /* lets make it smooth */
/*display: flex;
align-items: center;
justify-content: center;
}*/

.move-right:hover {
  transition: all 0.9s;
  transform: translateX(120px);
}

@media only screen and (max-width: 1280px) {
  .floatcontainer {
    display: none;
  }
}

.careerbox5a {
  position: relative;
  /*top: 330px;*/
  left: 0;
  padding: 20px 0;
  width: 49%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 1;
  float: left;
}

.careerbox5b {
  position: relative;
  /*top: 330px;*/
  right: 0;
  padding: 20px 0;
  width: 45%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 1;
  float: right;
}

.careerbox5 {
  position: relative;
  top: 30px;
  left: 15%;
  background: #000;
  padding: 20px 30px;
  width: 45%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  border-top: solid 10px #b40101;
  z-index: 2;
  float: left;
}

.career5 h2 {
  text-align: left;
  font-size: 44px;
  font-weight: 700;
  color: #343342;
}

.career5 h3 {
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}

.career5 p {
  text-align: left;
  font-size: 18px;
  line-height: 1.75;
  color: #fff;
}

/*.careerbox5in {    
padding-bottom: 20px;
}*/

.showinlg {
  display: block;
}

.hideinlg {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .careerbox5a {
    position: relative;
    /*top: 330px;*/
    left: 10%;
    right: 30px;
    padding: 20px 0;
    width: 80%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 1;
    float: none;
  }

  .careerbox5b {
    position: relative;
    /*top: 330px;*/
    left: 10%;
    padding: 20px 0;
    width: 80%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 1;
    float: none;
  }

  .careerbox5 {
    position: relative;
    top: 20px;
    left: 10%;
    background: #000;
    padding: 20px 30px;
    width: 80%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    border-top: solid 10px #b40101;
    z-index: 2;
    float: none;
  }

  .career5 h2 {
    font-size: 36px;
  }
}

.careerbox6a {
  position: relative;
  /*top: 330px;*/
  left: 0;
  padding: 20px 0;
  width: 49%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 1;
  float: left;
}

.careerbox6b {
  position: relative;
  /*top: 330px;*/
  right: 0;
  padding: 20px 0;
  width: 45%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 1;
  float: right;
}

.careerbox6 {
  position: relative;
  top: 30px;
  left: 20%;
  background: #f5f7fb;
  padding: 20px 30px 10px;
  width: 40%;
  overflow: hidden;
  z-index: 2;
  float: left;
}

.career6 h2 {
  text-align: left;
  font-size: 44px;
  font-weight: 700;
  color: #343342;
}

.career6 h3 {
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  color: #000;
  padding-top: 20px;
}

.career6 p {
  text-align: left;
  font-size: 22px;
  line-height: 1.25;
  color: #000;
}

/*.careerbox6in {    
padding-bottom: 20px;
}*/

@media only screen and (max-width: 1280px) {
  .careerbox6a {
    position: relative;
    left: 10%;
    top: 0;
    /*right: 30px;*/
    padding: 20px 0;
    width: 80%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 1;
    float: none;
  }

  .careerbox6b {
    position: relative;
    /*top: 330px;*/
    left: 10%;
    padding: 20px 0;
    width: 80%;
    overflow: hidden;
    /*margin-bottom: 80px;*/
    z-index: 1;
    float: none;
  }

  .careerbox6 {
    position: relative;
    top: 20px;
    left: 10%;
    background: #f5f7fb;
    padding: 20px 30px;
    width: 80%;
    overflow: hidden;
    z-index: 2;
    float: none;
  }

  .career6 h2 {
    font-size: 36px;
  }
}

.careerbox7 {
  position: relative;
  /*top: 330px;*/
  left: 0;
  padding: 20px 0;
  width: 55%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 1;
  float: left;
}

.careerbox7a {
  position: relative;
  top: 100px;
  left: 5%;
  background: #f5f7fb;
  padding: 20px 30px;
  width: 45%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 2;
  float: left;
}

.career7 h2 {
  text-align: right;
  font-size: 44px;
  font-weight: 700;
  color: #343342;
}

.career7 p {
  text-align: right;
  font-size: 18px;
  line-height: 1.75;
  color: #343342;
}

@media only screen and (max-width: 1280px) {
  .careerbox7 {
    position: relative;
    left: 10%;
    padding: 20px 0;
    width: 80%;
    overflow: hidden;
    z-index: 1;
    float: left;
  }

  .careerbox7a {
    position: relative;
    top: 0;
    left: 10%;
    padding: 20px;
    width: 80%;
    overflow: hidden;
    z-index: 1;
    float: left;
    /*margin: 0 0.5%;*/
  }

  .career7 h2 {
    font-size: 36px;
    text-align: left;
  }

  .career7 p {
    text-align: left;
  }
}

.careerbox8 {
  position: relative;
  /*top: 330px;*/
  left: 0;
  padding: 20px 0;
  width: 55%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 1;
  float: left;
}

.careerbox8a {
  position: relative;
  top: 100px;
  left: 5%;
  background: #fff;
  padding: 20px 30px;
  width: 45%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 2;
  float: left;
}

.career8 h2 {
  text-align: right;
  font-size: 44px;
  font-weight: 700;
  color: #343342;
}

.career8 h3 {
  text-align: right;
  font-size: 24px;
  font-weight: 500;
  color: #b40101;
  margin-top: 20px;
}

.career8 h3 span {
  text-align: right;
  font-size: 48px;
  font-weight: 500;
  color: #b40101;
}

.career8 p {
  text-align: right;
  font-size: 18px;
  line-height: 1.75;
  color: #343342;
}

@media only screen and (max-width: 1280px) {
  .careerbox8 {
    position: relative;
    left: 10%;
    padding: 20px 0;
    width: 80%;
    overflow: hidden;
    z-index: 1;
    float: left;
  }

  .careerbox8a {
    position: relative;
    top: 0;
    left: 10%;
    padding: 0;
    width: 80%;
    overflow: hidden;
    z-index: 1;
    float: left;
    background: #fff;
    /*margin: 0 0.5%;*/
  }

  .career8 h2 {
    font-size: 36px;
    text-align: left;
  }

  .career8 h3 {
    text-align: left;
    font-size: 24px;
  }

  .career8 h3 span {
    text-align: left;
    font-size: 44px;
  }

  .career8 p {
    text-align: left;
  }
}

.careerbox9 {
  position: relative;
  /*top: 330px;*/
  left: 0;
  padding: 20px 0;
  width: 100%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 1;
  float: none;
  text-align: center;
}

.careerbox9a {
  position: relative;
  top: 100px;
  left: 0;
  background: #f5f7fb;
  padding: 20px;
  width: 100%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 1;
  float: none;
  text-align: center;
}

.career9 h2 {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  color: #343342;
}

.career9 h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #343342;
  margin-top: 20px;
  padding-bottom: 20px;
}

.career9 p {
  text-align: center;
  font-size: 18px;
  line-height: 1.75;
  color: #343342;
  padding-top: 10px;
}

@media only screen and (max-width: 1280px) {
  .careerbox9 {
    position: relative;
    left: 10%;
    padding: 20px 0;
    width: 80%;
    overflow: hidden;
    z-index: 1;
    float: left;
  }

  .careerbox9a {
    position: relative;
    top: 0;
    left: 10%;
    padding: 20px;
    width: 80%;
    overflow: hidden;
    z-index: 1;
    float: left;
    background: #fff;
    /*margin: 0 0.5%;*/
  }

  .career9 h2 {
    font-size: 36px;
  }
}

.career11 h2 {
  text-align: left;
  font-size: 44px;
  font-weight: 700;
  color: #343342;
}

.career11 h3 {
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  color: #000;
}

.career11 p {
  text-align: left;
  font-size: 18px;
  line-height: 1.75;
  color: #000;
}

/*.careerbox11in {    
padding-bottom: 20px;
}*/

.kwboxlogo {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: right !important;
}

.kwboxlogo img {
  position: absolute;
  top: 0;
  left: 70%;
  bottom: -40px;
  right: calc(10% - 120px);
  width: 120px; /* to keep proportions */
  height: auto; /* to keep proportions */
  /*max-width: 100%;*/ /* not to stand out from div */
  /*max-height: 100%;*/ /* not to stand out from div */
  margin: auto auto 0; /* position to bottom and center */
  text-align: right !important;
}

@media only screen and (max-width: 1280px) {
  .careerbox11 {
    position: relative;
    top: 20px;
    left: 40px;
    background: #fff;
    padding: 30px;
    width: 80%;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .kwboxlogo {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left !important;
  }

  .kwboxlogo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 120px; /* to keep proportions */
    height: auto; /* to keep proportions */
    /*max-width: 100%;*/ /* not to stand out from div */
    /*max-height: 100%;*/ /* not to stand out from div */
    margin: 40px auto 0; /* position to bottom and center */
    text-align: right !important;
  }
}

/*************************************************************/

h1.has-red-line {
  display: inline-block;
  position: relative;
  padding: 1.2rem 0 1.2rem 1.2rem;
  overflow: hidden;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.06rem;
  line-height: 2rem;
  margin: 0 auto 3rem;
  transition: all 0.41s ease-in;
  text-align: left;
}

h1.has-red-line:before {
  background: #ce011f;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 0.2rem;
  vertical-align: middle;
}

h1.has-red-line span {
  opacity: 1;
  left: 0;
}

.kw-hero_content h2 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
  line-height: 2.5rem;
  text-align: left;
}

.whyus_content {
  text-align: left;
}

.whyus_content h2 {
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  line-height: 2.5rem;
  text-align: left;
}

.whyus_content h3 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
  line-height: 1.75rem;
  text-align: left;
}

.whybutton,
.whybutton:visited,
.whybutton:focus {
  position: relative;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 20px;
  font-family: "Source Sans Pro", sans-serif;
  background: #343342 !important;
  font-size: 16px;
}

.whybutton:hover {
  background: #b40101 !important;
}

section.single-whyus {
  /*padding: 400px 0 100px;*/
  margin: 0 auto 5rem;
}

.whyusbox {
  /*background: #000;
padding: 20px 30px;
width: 50%;
overflow: hidden;
z-index: 2;
float: left;
text-align: left;*/
  /*******************/
  position: relative;
  top: 250px;
  left: 15%;
  background: #000000;
  color: #ffffff;
  display: inline-block;
  max-width: 40rem;
  margin: 0;
  padding: 4rem;
  text-align: left;
  z-index: 99;
  width: 100%;
}

h1.whyusboxin {
  display: inline-block;
  position: relative;
  padding: 1.2rem 0 1.2rem 1.2rem;
  overflow: hidden;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.06rem;
  line-height: 2rem;
  margin: 0 auto 3rem;
  transition: all 0.41s ease-in;
  text-align: left;
  color: #fff;
}

h1.whyusboxin:before {
  background: #ce011f;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 0.2rem;
  vertical-align: middle;
}

.whyusbox h2 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
  line-height: 2.5rem;
  text-align: left;
  color: #fff;
}

.whyusbox1 {
  position: relative;
  top: 100px;
  left: 5%;
  padding: 20px 0;
  width: 45%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 1;
  float: left;
}

.whyusbox1a {
  position: relative;
  top: 100px;
  left: 10%;
  padding: 20px 30px;
  width: 40%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 2;
  float: left;
}

@media only screen and (max-width: 1280px) {
  .whyusbox1 {
    left: 10%;
    padding: 20px 0;
    width: 80%;
    overflow: hidden;
    z-index: 1;
    float: left;
  }

  .whyusbox1a {
    left: 10%;
    padding: 20px;
    width: 80%;
    overflow: hidden;
    z-index: 1;
    float: left;
    /*margin: 0 0.5%;*/
  }
}

.whyusbox2 {
  position: relative;
  left: 5%;
  padding: 20px 0;
  width: 35%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 1;
  float: left;
}

.whyusbox2a {
  position: relative;
  left: 10%;
  padding: 20px 30px;
  width: 50%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 2;
  float: left;
}

@media only screen and (max-width: 1280px) {
  .whyusbox2 {
    left: 10%;
    padding: 20px 0;
    width: 80%;
    overflow: hidden;
    z-index: 1;
    float: left;
  }

  .whyusbox2a {
    left: 10%;
    padding: 20px;
    width: 80%;
    overflow: hidden;
    z-index: 1;
    float: left;
    /*margin: 0 0.5%;*/
  }
}

.whyusbox3 {
  position: relative;
  left: 5%;
  padding: 20px 0;
  width: 45%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 1;
  float: left;
}

.whyusbox3a {
  position: relative;
  left: 10%;
  padding: 20px 30px;
  width: 45%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 2;
  float: left;
  text-align: left;
}

.whyusbox3b {
  position: relative;
  left: 10%;
  padding: 20px 30px;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 2;
  float: left;
  text-align: left;
}

.whyusbox3a h1.has-red-line {
  display: inline-block;
  position: relative;
  left: 0;
  padding: 1.2rem 0 1.2rem 1.2rem;
  overflow: hidden;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.06rem;
  line-height: 2rem;
  margin: 0 auto 3rem;
  transition: all 0.41s ease-in;
}

.whyusbox3a h1.has-red-line:before {
  background: #ce011f;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 0.2rem;
  vertical-align: middle;
  text-align: left;
}

@media only screen and (max-width: 1280px) {
  .whyusbox3 {
    left: 10%;
    padding: 20px 0;
    width: 80%;
    overflow: hidden;
    z-index: 1;
    float: left;
  }

  .whyusbox3a {
    left: 10%;
    padding: 20px;
    width: 80%;
    overflow: hidden;
    z-index: 1;
    float: left;
    /*margin: 0 0.5%;*/
  }
}

/******************************************/

/*.grid {
position: relative;
margin: 0 auto;
padding: 1em 0 4em;
max-width: 1000px;
list-style: none;
text-align: center;
}*/

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  /*margin: 10px 1.66%;*/
  margin: 1%;
  /*margin: 0;*/
  min-width: 300px;
  /*max-width: 480px;*/
  max-height: 360px;
  width: 31.33%;
  /*background: #3085a3;*/
  background: #555551;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0 28px 16px -26px black;
  -moz-box-shadow: 0 28px 16px -26px black;
  box-shadow: 0 28px 16px -26px black;
  /*border-top-left-radius: 50px;
border-bottom-right-radius: 50px;*/
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  /*text-transform: uppercase;*/
  font-size: 1.5em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption
        /*.grid figure figcaption > a*/ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
/*.grid figure figcaption > a {
                z-index: 1000;
                text-indent: 200%;
                white-space: nowrap;
                font-size: 0;
                opacity: 0;
            }*/

.grid figure h2 {
  /*word-spacing: -0.15em;*/
  font-weight: 300;
  font-size: 1.1em;
}

.grid figure h2 span {
  font-weight: 700;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  /*font-size: 68.5%;*/
  /*font-size: 75%;*/
  font-size: 0.9em;
  padding-top: 5px;
}

.grid figure p span {
  text-transform: uppercase;
  font-size: 0.8em;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

figure.effect-lily figcaption {
  text-align: center;
}

figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.25em 2em 0;
  width: 100%;
  height: 33%;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  text-align: center;
}

figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-lily p {
  color: rgba(255, 255, 255, 1);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
  opacity: 1;
}

figure.effect-lily div {
  background: none;
  -webkit-transition: background 0.35s, -webkit-transform 0.5s;
  transition: background 0.35s, transform 0.5s;
}

figure.effect-lily:hover div {
  background: #55555180;
  -webkit-transition: background 0.35s, -webkit-transform 0.5s;
  transition: background 0.35s, transform 0.5s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

@media screen and (max-width: 50em) {
  .grid figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}

/*************************************************/

.aboutsection {
  position: relative;
}

.aboutsectionbox {
  position: relative;
  /*top: 330px;*/
  left: 0;
  padding: 40px 40px 40px 110px;
  width: 60%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 1;
  float: left;
  background: #fff;
}

.aboutsectionbox {
  -webkit-box-shadow: 0 28px 16px -26px #00000072;
  -moz-box-shadow: 0 28px 16px -26px #00000072;
  box-shadow: 0 28px 16px -26px #00000072;
}

.aboutsectionboxa {
  position: relative;
  top: -50px;
  left: 5%;
  background: #f6f7f8;
  padding: 40px 60px;
  width: 35%;
  overflow: hidden;
  /*margin-bottom: 80px;*/
  z-index: 2;
  float: left;
}

.aboutsection h2 {
  text-align: right;
  font-size: 44px;
  font-weight: 700;
  color: #555;
}

.aboutsection h3 {
  text-align: left;
  font-size: 38px;
  font-weight: 700;
  color: #b4d0dc;
}

.aboutsection p {
  text-align: left;
  font-size: 16px;
  line-height: 1.75;
  color: #010101;
  padding-bottom: 15px;
}

.aboutsectionboxin {
  padding: 40px 30px 30px 110px;
  width: 80%;
  background: #000;
}

@media only screen and (max-width: 1024px) {
  .aboutsectionboxa {
    position: relative;
    left: 5%;
    top: 0;
    padding: 0 0 20px 0;
    width: 90%;
    overflow: hidden;
    z-index: 1;
    float: left;
  }

  .aboutsectionbox {
    position: relative;
    left: 10%;
    top: 0;
    padding: 30px;
    width: 80%;
    overflow: hidden;
    z-index: 1;
    float: left;
    background: #fff;
  }

  .aboutsection h2 {
    text-align: center;
    padding-left: 10px;
    font-size: 36px;
  }
}

.addtopspace {
  padding-top: 120px;
}

@media only screen and (max-width: 1024px) {
  .addtopspace {
    padding-top: 0;
  }
}

.addshadow {
  -webkit-box-shadow: 0 28px 16px -26px black;
  -moz-box-shadow: 0 28px 16px -26px black;
  box-shadow: 0 28px 16px -26px black;
}

.addshadowlight {
  -webkit-box-shadow: 0 28px 16px -26px #0000007f;
  -moz-box-shadow: 0 28px 16px -26px #0000007f;
  box-shadow: 0 28px 16px -26px #0000007f;
}





.img-hover-effect img {
    transform: scale(0.4)!important; /* Initial scale value (less than 1) */
    transition: transform 0.3s ease; /* Transition for smooth hover effect */
}

.img-hover-effect:hover img {
    transform: scale(1)!important; /* Full scale on hover (1 = normal scale) */
}