@font-face {
  font-family: "Roboto";
  src: url("../font/roboto-v30-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("../font/roboto-slab-v24-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("../font/roboto-slab-v24-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

html, body {
  overflow-x: hidden;
}
html {
  scroll-padding-top: 70px;
}
body {
  margin: 0;
  padding: 0;
  color: #545353 !important;
  line-height: 1.3 !important;
  font-family: "Roboto", sans-serif, Tahoma, Arial !important;
}
h1{
  font-family: 'Roboto Slab', sans-serif, Tahoma, Arial !important;
  font-weight: 500 !important;
  margin: 0px !important;
}
h2{
  padding-bottom: 25px;
  font-size: 32px !important;
  font-family: "Roboto Slab", serif;
  font-weight: 700 !important;
  margin: 0px !important;
}
.window-loaded .fadeInRight, .fadeInRightOnVisible.is-visible {
    animation-play-state: running;
}
#see-all-jobs, #join{
  color: #000;
  border:1px solid #000;
  font-weight: 400;
  text-decoration: none;
  font-size: 25.33px;
  padding: 7px 20px 9px;
  border-radius: 25px;
  display: inline;
}
#see-all-jobs:hover, #join:hover{
  text-decoration: none;
  background-color: #2d2d2d;
  color: #fff !important;
  border:1px solid #2d2d2d;
}
.btn{
  border: none !important;
  padding: 0px !important;
}
.btn a{
  font-weight: 400;
  text-decoration: none;
  font-size: 16px;
  padding: 5px 16px 7px;
  border-radius: 25px;
}
.button, .button:visited, .button:focus, .button:hover {
    position: relative;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Slab', sans-serif, Tahoma, Arial;
    font-size: 14px;
    color: #95006d;
    background-color: #ffffff;
    display: inline-block;
    margin: 0 15px 5px 0;
    padding: 5px 50px 5px 20px;
    -webkit-box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
    box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
    line-height: 40px;
    text-decoration: none;
}
.button:hover{
  box-shadow: 0px 2px 20px rgb(0 0 0 / 50%);
}
.button span {
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 0px 5px 5px 0px;
    transition: all 200ms;
    background: linear-gradient(to bottom, #a0006f 0%, #83016b 100%);
}
.button span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/icon-arrow-right.svg) no-repeat center center;
}
a, a:visited {
    transition-duration: 200ms;
}
/* header */
.header .nav-outer-show .nav {
  animation-name: slideInRight;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.nav-link{
  padding: 0px !important;
}
.header {
  position: absolute;
  background-color: #FFFFFF;
  height: 80px;
  top:0;
  line-height: 80px;
  text-align: left;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  z-index: 2;
  width: 100%;
}
.header .section-inner{
  background: transparent;
  width: 100%;
  height: 100%;
    max-width: none;
    padding: 0;
    margin: 0 auto 0 auto;
}
.header .logo img {
  height: 35px;
  width: auto;
  position: static;
  float: left;
}
.header .logo{
  display: inline-block;
    height: 40px;
    margin: -10px 0 0 50px;
    vertical-align: middle;
    border-bottom: 0px;
    padding-top: 6px;
    color: inherit;
    text-decoration: none;
}
.header .separator {
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    position: relative;
    margin: 0 9px;
}
.header .separator:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 5px;
    width: 1px;
    background-color: #000;
    opacity: 0.3;
}
.header .logo-tc {
    height: 22px;
    vertical-align: middle;
    opacity: 1;
    display: inline-block;
    width: auto;
    position: relative;
    margin-top: 16px;
}
.header .nav-outer-hide {
    display: none !important;
}
.header .nav-outer-show {
    display: block;
    opacity: 1;
}
.header .nav-outer {
    position: fixed;
    top: 16px;
    right: 70px;
    width: 250px;
    background-color: transparent;
    z-index: 1000;
    overflow-x: hidden;
}
.header .nav {
    text-align: center;
    display: block;
    background-color: #c4d600;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}
.header .nav a:hover {
    text-decoration: underline !important;
    background-color: transparent;
}
.header .nav a, .header .nav a:hover {
    text-align: left;
    padding-left: 50px;
    text-decoration: none;
    font-family: 'Roboto Slab', sans-serif, Tahoma, Arial;
    font-weight: bold;
    line-height: 40px;
    display: block;
    padding-top: 0;
    color: #3f4444;
    width: 100%;
}
.header .nav-mobile-icon {
    display: block;
    background-color: #c4d600;
    position: fixed;
    width: 50px;
    height: 50px;
    top: 16px;
    right: 20px;
    cursor: pointer;
    z-index: 1001;
}
.header .nav-mobile-icon::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/icon-menu.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
}

/* section2 */
section{
  position: relative;
  width: 100%;
}
section p{
  margin: 0 0 25px 0 !important;
  font-size: 16px !important;
}
.section2{
  height: 600px;
}
.section2 .section-bg-wrapper{
  background: url(../images/bg-intro-se-holiday.jpg) no-repeat right center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 600px;
  overflow: hidden;
  z-index: 0;
}
.section2 .section-inner{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.section2 .text-box{
  text-align: left;
  top: 140px;
  padding-left: 50px;
  padding-right: 50px;
  position: absolute;
}
.section2 h1{
  color: #fff;
  margin: 0;
  font-size: 68px;
  line-height: 68px;
  padding-bottom: 20px;
  text-align: left;
  max-width: 1200px;
}
body .section2 p{
  font-family: 'Roboto Slab', sans-serif, Tahoma, Arial;
  margin-bottom: 0 !important;
  font-size: 20px !important;
  line-height: 24px;
  max-width: 700px;
  font-weight: normal;
  padding-bottom: 15px;
  color:#FFFFFF;
}

/* section3 */
.section3{
  display: flex;
}
.section3 .section-inner{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 100px 0 100px 0;
  position: relative;
}
.section3 img{
  width: 50%;
  position: absolute;
}
.section3 .text-box{
  margin-top: 150px;
  width: calc(100% * 2 / 3);
  float: right;
  border: 4px solid #c4d600;
  position: relative;
}
.section3 .text-box-inner{
  background: #fff;
    padding: 50px;
}
.section3 p, .section4 p{
  margin: 0 0 25px 0;
  font-size: 16px;
}
.section3 ul{
  margin-left: 0;
  padding-left: 22px;
}

/* section4 */
.section4 .section-bg-wrapper{
  /* background-image: url(../images/bg-about-az.jpg); */
  background: url(../images/bg-about-az.jpg) no-repeat center top;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
}
.section4 .section-inner-wrapper{
  position: relative;
  padding: 100px 50px;
}
.section4 .section-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
}
.section4 .text-box{
  position: static;
  width: calc(100% * 2 / 3);
  background: #fff;
  padding: 50px 50px 20px 50px;
}
.section4 .text-box2{
  margin-top: 50px;
  margin-left: calc(100% * 1 / 3);
}
.jobs .section-inner{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 0 auto;
  position: relative;
}
.text-center {
  text-align: center;
}
.pb-0 {
   padding-bottom: 0px !important;
}
.jobs .job-card{
  padding-top: 50px;
}
/* section5 */
.section5{
  padding-left: 50px;
  padding-right: 50px;
}
.section5 .section-inner{
    position: relative;
    padding-bottom: 500px !important;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 50px 0 100px 0;
}
.section5 img{
  width: calc(100% * 2 / 3);
  margin-left: calc(100% * 1 / 3);
}
.section5 .text-box{
  position: absolute;
  top: 400px;
  width: calc(100% * 2 / 3);
  left: 0;
  border: 4px solid #c4d600;
}
.section5 .text-box-inner{
  background: #fff;
  padding: 50px;
}

/* section6 */
.section6{
  background: #c4d600;
}
.section6 .section-inner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 100px 0 100px 0;
}
.section6 .text{
    text-align: center;
}
.section6 a, .section6 a:hover{
  color: inherit;
}

/* footer */
footer{
  background-color: #3f4444;
  color: #fff;
  margin-top: 10px;
}
.footer a, .footer a:visited, .footer a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 0;
    font-weight: normal;
}
.footer a:hover {
    color: #fff;
}
.footer a:hover img {
    opacity: 1;
}
.footer .column-1 img {
    width: 132px;
}
.footer img {
    opacity: 0.3;
    transition-duration: 200ms;
}
.footer .section-inner {
    padding: 50px 20px;
    max-width: none;
    display: flex;
}
.footer p{
  margin: 0 0 25px 0;
  font-size: 16px;
}
.footer .column {
    display: inline-block;
    vertical-align: top;
}
.footer .column-1 {
    width: 50%;
}
.footer .column-2 {
    text-align: right;
    width: 50%;
}
.footer .clickable-text{
  color: #FFF;
}
.footer .powered-by{
  font-size: 8px;
  font-weight: 400;
  opacity: 0.67;
  padding-right: 31px;
  padding-bottom: 7px;
}
 
/* Responsive */
@media screen and (min-width: 200px) and (max-width: 768px) {
  .button{
    margin: 0px !important;
    padding: 5px 45px 5px 10px !important
  }
  .header .logo{
    margin-left: 20px;
  }
  .header .logo-tc, .header .logo-desktop, .header .separator {
      display: none;
  }
  .header .nav-mobile-icon{
    right: 10px;
  }
  .section2 .section-bg-wrapper{
    background-position: left -500px center;
  }
  .section2 .section-inner, .section4 .section-inner-wrapper{
    padding: 100px 20px;
  }
  .section2 .text-box{
    left: 0;
    margin-left: 0;
    top: 0px;
    margin-top: 50px;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .section2 h1{
    font-size: 30px;
    line-height: 40px;
  }
  .section2 p{
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 0;
  }
  .section3, .section5, .section6{
    padding-left: 20px;
    padding-right: 20px;
  }
  .section3 .section-inner, .section5 .section-inner, .section6 .section-inner{
    padding: 50px 0px !important;
  }
  .section3 img{
    width: 100%;
    margin-left: 0;
    position: static;
  }
  .section3 .text-box{
    margin-top:0;
    width: 100%;
  }
  .section4 .text-box{
    padding: 20px;
    width: 100%;
    margin-left: 0;
  }
  .section4 .text-box2{
    width: 100%;
    margin-left: 0;
  }
  .section5 .text-box-inner{
    padding: 20px;
  }
  .section5 img{
    width: 100%;
    margin-left: 0;
    position: static;
  }
  .section5 .text-box{
    margin-top:0;
    top: 1px;
    width: 100%;
    position: relative;
  }
  .footer {
    font-size: 14px;
  }
  .footer .section-inner {
    padding: 50px 20px 50px 20px;
    display: block;
  }
  .footer .column-2{
    text-align: left;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .modal-content{
    width: 320px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px !important;
  }
}
/* ipad mini */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section2 h1{
    font-size: 48px;
    line-height: 58px;
    padding-bottom: 10px;
  }
  .section2 p{
    font-size: 24px;
    line-height: 38px;
    padding-bottom: 0;
  }
  .section2 .section-bg-wrapper{
    background-position: left -352px center;
  }
  .section4 .text-box {
    width: calc(100% * 2 / 3);
    padding: 50px 50px 20px 50px;
  }
  .section4 .text-box2 {
    margin-left: calc(100% * 1 / 3);
  }
  .footer .section-inner {
    display: flex;
  }
  .footer .column-2 {
    text-align: right;
  }
  .modal-content {
    width: 90% !important;
  }
}
/* ipad air */
@media screen and (min-width: 820px) and (max-width: 1180px){
  .modal-content{
    width: 95% !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px !important;
  }
  .section5 .text-box{
    top: 250px;
    width: 80%;
  }
  .section5 .section-inner{
    padding-bottom: 650px !important;
  }
  .section6{
    padding: 0 50px 0 50px;
  }
}

/*More Animations*/
.fade-in-section { opacity: 0; transform: translateY(20vh); visibility: hidden; transition: opacity 0.4s ease-out, transform 0.8s ease-out; will-change: opacity, visibility; }
.fade-in-section.is-visible { opacity: 1; transform: none; visibility: visible; }

.fadeInLeft, .fadeInLeftOnVisible { animation-play-state: paused; -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.window-loaded .fadeInLeft, .fadeInLeftOnVisible.is-visible { animation-play-state: running; }

@-webkit-keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

@keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

.fadeInRight, .fadeInRightOnVisible { animation-play-state: paused; -webkit-animation-name: fadeInRight; animation-name: fadeInRight; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.window-loaded .fadeInRight, .fadeInRightOnVisible.is-visible { animation-play-state: running; }

@-webkit-keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

@keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}


/* FadeInUp & FadeInDown */
.fadeInUp, .fadeInUpOnVisible { animation-play-state: paused; -webkit-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.window-loaded .fadeInUp, .fadeInUpOnVisible.is-visible { animation-play-state: running; }

@-webkit-keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

@keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

.fadeInDown, .fadeInDownOnVisible { animation-play-state: paused; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.window-loaded .fadeInDown, .fadeInDownOnVisible.is-visible { animation-play-state: running; }

@-webkit-keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

@keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
    100% { opacity: 1; -webkit-transform: none; transform: none; }
}

/* menu */
@-webkit-keyframes slideInRight {
    0% { -webkit-transform: translateX(100%); transform: translateX(100%); visibility: visible; }
    100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

@keyframes slideInRight {
    0% { -webkit-transform: translateX(100%); transform: translateX(100%); visibility: visible; }
    100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

@-webkit-keyframes slide-right {
    0% { -webkit-transform: translateX(0); transform: translateX(0) }

    100% { -webkit-transform: translateX(100%); transform: translateX(100%) }
}

@keyframes slide-right {
    0% { -webkit-transform: translateX(0); transform: translateX(0) }

    100% { -webkit-transform: translateX(100%); transform: translateX(100%) }
}