body,html{
    margin:0;
    padding:0;
    color: #777777;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
}

a {
    text-decoration : none !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    color: #222222;
    line-height: 1.5em;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
}


.default-header {
    padding: 20px 60px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.main-menubar {
    position: relative;
}
.menu-bar {
    display: none;
}
.right-options a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #222222;
    margin: 0 25px;
    display: inline-block;
}
.relative {
    position: relative;
}
.main-content-area {
    background: #fff;
    top: 160px;
}
.banner-content h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.15em;
    margin-bottom: 20px;
}
.primary-btn {
   
    line-height: 42px;
    padding-left: 30px;
    padding-right:40px;
    border-radius: 25px;
    background: transparent;
    border: 1px solid #6600cc;
    color: #222222;
    display: inline-block;
    font-weight: 500;
}
.primary-btn:hover {
    background: #6600cc;
    color: #fff;
}
.icon-holder {

}
.video-log10 {
    width: 100%;
    height: 270px;
    box-shadow: 0px 0px 100px 1px #909090;
    margin-top: 50px;
    border: 1px solid rgba(2, 2, 2, 0.3);
    margin: auto;  
}
.career-contents {
    width: 45%;
    margin: auto;
}

.career-contents h3{
    text-align: left;
    padding: 15px 10px;
    background:#f5f6f8;
}
.jobs {
    margin: auto;
}
.jobs a {
    color: white !important;
}
.jobs a:hover {
    cursor: pointer;
}
.job-button {
    display: block;
    width: 100%;
    padding: 15px 10px;
    line-height: 0;
    text-align: left;
    background: none;
    border:none;
    border-bottom:1px solid rgba(1,1,0,0.1);
}
#job-description-first, #job-description-second {
    margin-top: 15px;
    color:black;
    line-height: 1.5;
    display:none;
}
#job-description-first p, #job-description-second p{
    padding-left: 10px;
}
.apply-job {
    text-align: left;
    padding-left:15px;
    font-weight: 300;
    margin-top: 80px;
}
.hidden-menu-items {
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
    display: none;
    z-index: 9999;
    background: white;
}
.hidden-menu-items a {
    color: black;
}
.list-options {
    padding: 10px 5px;
    text-align: center;
}

@media (max-width: 991px) {
    .banner-content h1 br {
      display: none;
    }
}
  
.banner-content p {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 1.7;
}
  
@media (max-width: 767px) {
    .banner-content p {
      margin-bottom: 20px;
    }
    .default-header {
        padding-left:0;
    }
    .main-menubar {
        display:none !important;
    }
    .menu-bar {
        display: block !important;
    }
    .main-content-area{
        top: 40px;
    }
    
}
  
@media (max-width: 991px) {
    .banner-content p br {
      display: none;
    }
}
@media(max-width: 600px) { 
    .main-menubar {
        display:none !important;
    }
    .menu-bar {
        display: block !important;
    }
    .career-contents {
        width:100%;
    }
    .default-header {
        padding-left:0;
    }
    .video-log10 {
        margin-top: 40px;
    }
    .main-content-area{
        top: 40px;
    }
    

}