body {
  background: #fff;
}
header {
  background: #000;
}

@media (min-width:1024px){
  .padding {
      padding-left:60px;
  }
}

.wrap {
  padding: 0;
}
.wrap .more-details {
  padding: 20px 20px;
}
.footer-top .ourservices .wrap .more-details {
  background: #f1f1f2;
}

.banner {
border: none;
}

mark {
background-color: rgba(255,210,0,.5);
}

.col-md-12 {
  margin-bottom:30px;
}

.othersearch input[type=submit] {
    background-color: #676767;
    color: #ffffff;
    text-align: center;
    border: 0;
    box-shadow: none;
    border-radius: 4px;
    height: 26px;
    width: 65px;
    vertical-align: top;
}



.products {
  background-color: white;
  padding-bottom: 50px;
  padding-top: 20px;
}

.products h4 {
  font-weight: bold;
  padding-top:15px;
}

.products .category-header .feature-product-block h3{
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
}

.products .title{
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}

.products p {
  font-size:15px;
}

.sortby {
  margin-bottom:30px;
}

.products .category-block .sortby h3{
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
}
.products .category-block .sortby ul{
  padding-left: 20px;
}

.products .category-block .sortby ul li a{
  text-decoration: none;
  color: black;
  font-size:15px;
}
.products .category-block .sortby ul li a:hover{
  text-decoration: underline;
}

.products .product-block{
  margin-top:50px;
}

.products .product-desription {
  border-left:#8d8d8d solid 1px;
}
.products .product-image {
  height: 100%;
  float:left;
  cursor: pointer;
}

.products .product-desription .sub-title {
  font-style: italic;
  font-size: 16px;
font-weight: 700;
}
.products .product-desription .description {
  font-style: unset;
    font-size: 14px;
}
.products .product-desription .title {
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
}

.modal-dialog .modal-content .modal-body h4{
  padding-top: 0px;
  padding-bottom: 30px;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
}
.modal-dialog .modal-content .modal-footer{
  border:none;
}
.modal-dialog .modal-content .product-desription {
  border: none;
}
.modal-dialog .modal-content .product-image {
  border-right:#8d8d8d solid 1px;
}
.modal-dialog .modal-content .product-image, .product-desription{
  background-color: white;
}

.modal-dialog .modal-content .products{
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
.modal-dialog .modal-content .modal-body{
  padding:30px;
}
.modal-dialog .modal-content{
  background-color: #f1f1f2;
}

.modal-dialog .close{
  font-size:40pt;
  font-weight: 100;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}

.modal-dialog {
  z-index: 1;
  width: 700px;
}
@media (max-width:768px){
  .products .product-desription {
    border-left: none;
  }
  .products .product-image {
    float: none;
  }
}





@media (min-width:812px){
.slider {
  margin-right:35px !important;
}

}

.productvideo {
    background-color: #f3f3f5;
    border-top: 4px solid #000000;
    -webkit-box-shadow: 10px 10px 16px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 16px -6px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 16px -6px rgba(0,0,0,0.75);
    display: table;
    margin-top: 32px;
    position: relative;
    width: 500px;
      margin: 0 auto;
  }
  .productvideo iframe {
    height: 224px !important;
    width: 100%;
  }
  .videodescription {
    display: table;
    float: left;
    padding: 0 12px 5px;
    width: 100%;
  }
  .closevideo {
    background-color: #000;
    border: 3px solid #ffd204;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    left: -15px;
    line-height: 22px;
    position: absolute;
    text-align: center;
    top: -15px;
    width: 30px;
    z-index:999999;
  }
  .videodescription > h4 {
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 0;
  }
  .videodescription > h5 {
    font-size: 14px;
    margin-top: 6px;
  }
  .videodescription h6 a {
    color: #000;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    text-decoration: none;
      margin-right: 10px;
      line-height: 26px;
  }
  .video-divider {
    background-color: #434343;
    border-top: 1px solid #888;
    float: left;
    height: 2px;
    margin-bottom: 8px;
    margin-top: 6px;
    width: 100%;
  }
  .videodescription img {
    float: right;
    max-width: 65px;
  }
  .videodescription a span {
    float: left;
    margin-top: 6px;
  }
  .videodescription h6 {
    display: table;
  }
  .leftvideo {
    color: #ffd204;
    font-size: 70px;
    left: -28px;
    line-height: 45px;
    position: absolute;
    text-decoration: none;
    top: 25%;
    text-shadow: 2px 1px 2px rgb(150, 150, 150);
  }
  .rightvideo {
    color: #ffd204;
    font-size: 70px;
    right: -28px;
    line-height: 45px;
    position: absolute;
    text-decoration: none;
    top: 25%;
    text-shadow: 2px 1px 2px rgb(150, 150, 150);
  }
  .leftvideo:hover,.leftvideo:focus, .rightvideo:hover, .rightvideo:focus{
      text-decoration:none !important;
      opacity:0.8;
        color: #ffd204 !important;
  }


  
@media (max-width:812px){
  .slider {
    margin-right:0;
  }
  .need-adventure {
    min-height: 255px !important;
  }
}


  @media (max-width:960px){
      .productvideo {
        width:100%;
  }
}
  @media (max-width:480px){
      .videodescription h6 a{font-size:13px;}
      .videodescription img{max-width:60px;}
      .videodescription a span {margin-top: 0;  width: 65%;}
      .videodescription > h5{font-size:13px;}
      #myCarouselOnMain .carousel-inner > .item {
        height: auto;
      }
  }

  @media (max-width:1024px) and (min-width:768px) {
      .productvideo {
          width:95%;
          margin: 0 auto;
      }
      .slider-left {
        margin-right:10px;
}
.slider-right {
  width: 50%;
}
}


  @media (min-width:1025px) {
      .productvideo {
          margin-left:30px;
      }
  }

/** END ===== CAN REMOVE at all b/c this css already on site*/


.slider-right .leftvideo, .rightvideo{
width: 20px;
top: 44%;
cursor: pointer;
}

#myCarouselOnMain .carousel-inner {
margin: 0;
}

.slider-left {
padding-top: 5px;
}
.ourservices p {
  margin: 0 0;
  color: #000;
}
.footer-bottom .ourservices > .wraplinks > h4,
.footer-bottom .ourservices h4.title,
.ourservices a.title {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  padding: 0px 38px 3px 0px;
  line-height: 23px;
  font-style: italic;
  margin-bottom: 13px;
  display: block;
}
.footer-bottom .ourservices > .wraplinks > h4 > a {
  color: #000
}
.ourservices a.title.grey,
.ourservices a.title span {
  color: #403d3e;
}
.need-adventure .ourservices .more-box > a {
  margin-top: 15px;
  display: block;
}
.virtual {
  padding-bottom: 25px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.virtual .ourservices .more-box a {
  margin-top: 15px;
  display: block;
}
.virtual h3 a {
  color: #403d3e;
  font-weight: 600;
  font-size: 20px;
}
.slider-right .videodescription {
display: none;
}

.slider-left .suggested-viewing-link a.active {
color: #ffd200;
}
.slider-left .suggested-viewing-link a:hover {
color: #ffd200;
cursor: pointer;
}

.slider-left .suggested-viewing-link a {
display: block;
margin: 5px 0 0 0px;
text-decoration: none;
font-size: 14px;
font-weight: 400;
color: #aaabae;
line-height: 14px;
text-align: left;
}


@media (max-width: 767px) {
  #myCarouselOnMain .carousel-inner .carousel-item > div {
      display: none;
  }
  #myCarouselOnMain .carousel-inner .carousel-item > div:first-child {
      display: block;
  }
}

#myCarouselOnMain .carousel-inner .carousel-item.active,
#myCarouselOnMain .carousel-inner .carousel-item-next,
#myCarouselOnMain .carousel-inner .carousel-item-prev {
    display: flex;
}


@media (min-width: 768px) {
    
  #myCarouselOnMain .carousel-inner .carousel-item-end.active,
  #myCarouselOnMain .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  
  #myCarouselOnMain .carousel-inner .carousel-item-start.active, 
  #myCarouselOnMain .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

#myCarouselOnMain .carousel-inner .carousel-item-end,
#myCarouselOnMain .carousel-inner .carousel-item-start { 
    transform: translateX(0);
}

@media (max-width:480px){
      .slider-right iframe {height: auto}
      .slider-right #myCarouselOnMain {width: 90%}
      .need-adventure {min-height: auto}
      #myCarouselOnMain .carousel-inner {margin: 37px 0px;}
  } 


@media (max-width:1024px){
  .need-adventure {
    padding-left:20px;
    }
  footer .footer-bottom .othersearch .detail-box input[type=submit] {
    margin-top:15px;
  }
}

.need-adventure {
  padding-bottom: 20px;
  margin-top: 20px;
  padding-top: 20px;
  padding-right: 0;
  min-height: auto;
  border-top: 1px solid #c9c9c9;
}
.need-adventure .image {
  padding: 90px 15px;
  background-image: url(../images/2022/web2022_newrecruitment_bg.jpg);
  background-size: cover;
}
    
.need-adventure .row {
    position:relative;
  }
  /* .need-adventure.image {
      z-index: -1;
      right: -5px;
      top:-20px;
      position: absolute;
      height: 130%;
      width: 110%;
      max-width: 800px;
      background-image: url(../images/2022/adventure-background.png);
      background-size: cover;
      background-repeat: no-repeat;
  } */


@media (min-width: 1024px) {
  .slider-left {
  padding-right: 50px;
  }
}


@media (max-width: 1024px) and (min-width:769px){
    .pro-width {
      width:450px;
    }
  }


  .modal-dialog .modal-content .product-image {
    border-right: none !important;
  }

@media (max-width: 576px) {
    #myCarouselOnMain .carousel-inner {
      margin: 0 0px !important;
  }
  .virtual .ourservices .more-box a {
    text-align: left;
  }
  .ourservices .carousel-inner > .item {
      height: 450px !important;
  }
}

/*demo-campaign-landing-page*/
.wrap-header {
  background: #ffd203;
}
.wrap-header span {
  font-size: 25px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  line-height: 55px;
  margin: 0 10px;
}
.wrap-header span > a {
  color: #000;
}
.campaign h1 {
  font-size: 64px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  margin: 30px 0 65px 0px;
  line-height: 60px;
}
.campaign .b17 h1 {
  margin-top: 0;
  margin-left: 25px;
}
.campaign .b17 h3 {
  margin: 0;
}
.campaign img {
  max-height: 85vh;
  vertical-align: bottom;
}
.campaign .image-box img.prod {
  max-height: 45vh;
}
.campaign .x15 .image-box img.prod,
.campaign .b17 .image-box img.prod {
  max-height: 42vh;
}
.campaign .lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  background: rgba(0, 0, 0, 0.8);
}
.campaign .lightbox:target {
  display: block;
}

.campaign .lightbox span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.campaign .zoom-banner {
    position: absolute;
    right: 120px;
    bottom: 175px;
}
.campaign .image-box a {
    text-decoration: none !important;
    text-align: center;
}
.campaign .image-box .label {
    text-align: center;
    display: block;
    padding: 11px 0;
}
.campaign .image-box .label span {
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.campaign .image-box .label img {
    display: inline-block;
    position: relative;
    padding: 0px 10px;
    height: 21px;
}
.campaign .right-wrap {
    padding: 125px;
    padding-top: 0;
    padding-bottom: 0;
}
.campaign .right-wrap > .xno {
  position: absolute;
  left: 0;
}
.campaign .right-wrap > .xno > img {
  height: 55px;
  margin-left: 40px;
}
.campaign .form-wrap {
  background: #ffd203;
  padding: 28px;
}
.campaign .form-wrap > h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 30px;
  text-align: center;
  font-weight: 800;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.campaign .form-wrap > form > input, select {
  border: none;
  padding: 7px 10px;
  width: 100%;
  margin: 8px 0;
  text-align: center;
  outline: none;
  font-size: 17px;
  font-weight: 700;
}
.campaign .form-wrap > form > input::placeholder {
  text-align: center;
}
.campaign .form-wrap > form > .btn-request {
  background: #169dfd;
  color: #fff;
  border-radius: 25px;
  font-weight: 700;
  font-size: 20px;
  padding: 6px 0;
}
.campaign .form-wrap > form > .btn-request:hover {
  background: #169dfd;
}
.campaign h3 {
  font-size: 25px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .campaign h1 {
    font-size: 50px;
  }
  .campaign .right-wrap > .xno > img {
    height: 65px;
  }
  .campaign .right-wrap {
    padding: 65px;
  }
}
@media (max-width: 769px) {
  .wrap-header {
    padding: 15px 0 0;
  }
  .wrap-header,
  .wrap-header .text-right {
    text-align: center;
  }
  .campaign h1 {
    font-size: 45px;
    margin: 30px 0 15px 0px;
  }
  .campaign .form-wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .wrap-header {
    padding: 15px 0 10px;
  }
  .campaign {
    margin-bottom: 25px;
  }
  .wrap-header .logo {
    margin-bottom: 14px;
  }
  .wrap-header span {
    font-size: 26px;
    line-height: 30px;
    display: block;
  }
  .wrap-header span.div {
    display: none !important;
  }
  .campaign h1 {
    font-size: 40px;
    margin: 30px 0 20px 0px;
    line-height: 40px;
    text-align: center;
  }
  .campaign .right-wrap {
    padding: 20px;
  }
  .campaign .right-wrap > .xno > img {
    height: 55px;
  }
  .campaign .zoom-banner {
    bottom: 250px;
    right: 45px;
  }
}