@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body{
  font-family: Arial,Helvetica,sans-serif;
  font-family: 'Lato', sans-serif;
}

.section-title{
  color:rgba(117,117,117,1);
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-weight: 900;
  font-size: 1.1em;
  transform: scaleY(.95);
}
.phone-link{
  text-decoration: none;
  color:rgba(250,250,250,1);
}


/*----- privacy block --------*/
.privacyBlock{
  position:fixed;
  bottom:0;
  background:rgba(0,0,0,.90);
  width:100%;
  padding: 10px;
  display: none;
  z-index:20;
}
.privacyText{
  color:rgba(250,250,250,1);
}

.btn-acceptPrivacy{
  background:rgba(200,200,200,1);
  width:200px;
  padding: 5px 10px;
  width: 75px;
  text-align: center;
  border: 1px solid rgba(180,180,180,1);
    border-radius: 2px;
    margin-top: 20px;
    cursor: pointer;
}


/*------ Header -------*/
.header-nav{
  margin-top:0px;
  margin-bottom:0px;
  z-index:1;
  background:rgba(255,255,255,.25);
}
.navbar-nav{
    margin-bottom: 0px;
}
.header-nav .header-slash{
  transform: rotate(75deg);
  font-size: 42px;
}
.btn-header-callToAction{
  border: 4px solid rgba(0,0,0,1);
  padding:5px 20px;
  font-size: 14px;
  font-weight: bold;
  color:rgba(0,0,0,1);
}
.header-nav .navbar-nav{
  margin-right:20px;
}
.header-nav .nav-item{
  padding: 0px 10px;
  font-weight: bold;
}
.header-nav .nav-link{
  cursor: pointer;
}
.navbar-brand .main-header-text{
  display:inline-block;
  margin-left: 5px;
  font-weight:bold;
  font-size: 20px;
  line-height:1.1;
}

.navbar-brand .secondary-header-text{
  display:inline-block;
  margin-left: 15px;
  font-size:16px;
}
.navbar-brand .main-header-logo{
  width:100%;
  max-width:150px;
  margin-top:-15px;
}

@media(max-width:991px){
  .btn-header-callToAction{
    max-width:141px;
  }
}
@media(max-width:768px){
  .header-nav{
  margin-top:0px;
  }
  .navbar-nav{
      margin-bottom: 20px;
  }
  .navbar-collapse{
    background:rgba(255,255,255,1);
    position: absolute;
    width:100%;
    padding: 10px 0px 40px 10px;
    top: 70px;
    left: 0px;
    z-index: 10;
  }
}

/*------ Home Section ------*/

.home-slider-container{
z-index:-20;
margin-top: -90px;
}
.home-topSection{
  font-size:100px;
  font-weight:900;
  max-width:900px;
  height:770px;
  margin-left: -285px;
  margin-top: 350px;
  padding-bottom:275px;
  line-height:1.25;
  position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    color:rgba(250,250,250,1);
    text-shadow: 2px 2px rgb(0 0 0 / 50%);
}
@media(max-width:1366px){
  .home-topSection{
    font-size: 55px;
    font-weight: 900;
    max-width: 900px;
    height: 370px;
    margin-left: 40px;
    margin-top: 40px;
    padding-bottom: 275px;
    line-height: 1.25;
  }
}
@media(max-width:768px){
  .home-topSection{
    font-size: 40px;
    height: auto;
    font-weight: 900;
    max-width: 369px;
    margin-left: 20px;
    margin-top: 40px;
    padding-bottom: 275px;
    line-height: 1.25;
  }
}
@media(max-width:481px){
  .home-topSection{
    font-size: 20px;
    height: 280px;
    font-weight: 900;
    max-width: 180px;
    margin-left: 20px;
    margin-top: 0px;
    padding-bottom: 275px;
    line-height: 1.25;
  }
}

/*------ Teaser Video Section ------*/
.TeaserVideo-section{
  padding: 150px 80px;
  padding-bottom:225px;
  background:rgba(0,0,0,1);
}

.teaser-row{
  text-align: center;
}
.teaser-link{
  margin-top:100px;
}

.teaser-link a{
  color:rgba(250,250,250,1);
  font-size:24px;
}
.teaser-row img{
  width:100%;
}

.stockImageSlider .carousel-inner{

}

@media(max-width:768px){
  .TeaserVideo-section {
    padding: 150px 20px;
  }
  .teaser-link{
    margin-top:20px;
  }
}
/*------ About Section -----*/
.about-section{
  padding: 50px 80px;
  padding-bottom:225px;
  background:rgba(255,255,255,1);
}
.about-title{
  margin: 50px 0px 100px 0px;
}
.img-about{
  max-width:700px;
  width:100%;
}
.about-text-section{
  position:relative;
  margin-top:0px;
}
.about-paragraph1{
  position:relative;
  height:175px;
  line-height:1.3em;
  font-size:34px;
  max-width:410px;
  margin:auto;
  margin-top:75px;
  font-weight: 900;
  color:rgba(0,0,0,1);
  z-index:2;
}
.about-paragraph2{
  position:relative;
  line-height:1.6em;
  font-size:24px;
  max-width:70%;
  margin:auto;
  margin-top:55px;
  font-weight: 300;
  z-index:3;
}
.about-paragraph2 h3{
  font-weight:900;
}
.about-slash{
  display:block;
  position:absolute;
  color:rgba(180,180,180,.5);
  font-size: 350px;
  transform: rotate(75deg);
  z-index:0;
  top:70px;
  left:58px;
}
.about-phoneNumber{
  font-weight:900;
}
@media(max-width:768px){
  .about-section{
    padding: 50px 30px 70px 30px;
    background: rgba(255,255,255,1);
    margin-top: 0px;
  }
  .about-text-section{
    margin-top: -85px;
  }
  .about-slash{
    display:none;
  }
  .about-paragraph1{
    margin-top:100px;
    font-size:23px;
    height:auto;
  }
  .about-paragraph2{
    margin-top:100px;
    font-size:18px;
    height:auto;
  }
}
/*------- empty section ----------*/
.empty-section{
  position:relative;
  height:480px;
}
@media(max-width:768px){
  .empty-section{
  height:200px;
  }
}

/*------- bg scroll section 1 --------*/
.bg-scroll-section-1{
  position:fixed;
  width:100%;
  top:0;
  z-index:-10;
  display:block;
}
@media(max-width:1366px){
  .bg-scroll-section-1{
    top:250px;
  }
}
@media(max-width:768px){
  .bg-scroll-section-1{
    top:50;
  }
}

/*-------- Publications Section ---------*/

.publications-section{
  padding: 50px 80px 100px 80px;
  background:rgba(0,0,0,1);
}

.whatWeDo-img{
  width:100%;
  max-width:600px;
}

.publications-title{
  margin: 50px 0px 100px 0px;
}
.publications-text-header{
  line-height:1.3em;
  font-size:34px;
  font-weight: 900;
}
.publications-text-header span{
  font-weight:500;
}
.publications-text-paragraphs{
  margin-top:30px;
}
.publications-text-paragraphs span{
  font-weight: 900;
}
.publications-text{
  max-width:510px;
  margin:0px 0px 100px 0px ;
  color:rgba(250,250,250,1);
}
.btn-publications-callToAction{
  margin-top:30px;
  border: 4px solid rgba(250,250,250,1);
  padding:15px 20px;
  font-size: 18px;
  font-weight: 900;
  color:rgba(250,250,250,1);
  max-width:250px;
  text-align: center;
}
.publications-carousel{
  max-width:500px;
  margin:auto;
  margin-top:0px;
}

.publications-carousel img{
  max-width: 350px;
  margin:auto;
}
@media(max-width:768px){
  .publications-section{
    padding: 50px 30px 100px 30px;
  }
  .publications-carousel{
    margin-top:50px;
  }
}

/*-------- speaking section -----------*/

.speaking-section{
  background:rgba(0,0,0,1);
  padding: 50px 80px 100px 80px;
}
.speaking-title{
  margin: 50px 0px 100px 0px;
}

.speaking-text{
line-height:1.3em;
font-size:34px;
font-weight: 900;
color:rgba(0,0,0,1);
max-width:550px;
}
.speaking-video-row{
  margin-top:100px;
  text-align: center;
}
.speaking-video-row img{
  max-width: 100%;
}
.speaking-video-row .speaking-video-link{
  margin-top:20px;
}
.speaking-video-title{
  font-size: 18px;
  line-height: 27px;
  margin-top:10px;
  margin-bottom: 11.5px;
  max-height: 54px;
  font-weight:700;
  color:rgba(250,250,250,1);
  text-align: center;
}
.speaking-video-link{
  position:relative;
}

.speaking-video-play-text{
  position:absolute;
  color:rgba(250,250,250,1);
  top:50%;
  left:50%;
  width:140px;
  height:90px;
  margin-top:-45px;
  margin-left:-70px;
  font-size:18px;
  font-weight: 300;
}
.speaking-video-play-video-icon{
  display:block
}
.speaking-video-play-video-text{
  display:block;
  margin-top:10px;
}
.speaking-callToAction-container{
  margin-top:150px;

}

.btn-speaking-callToAction{
      border: 4px solid rgba(150,150,150,1);
      padding: 15px 20px;
      font-size: 18px;
      font-weight: 900;
      color: rgba(150,150,150,1);
      max-width: 250px;
      text-align: center;
      margin: auto;
}
@media(max-width:768px){
  .speaking-section{
    padding:50px 30px 100px 30px;
  }
}

/*-------- Job Listings Section -----*/

.jobListings-section{
  color:rgba(250,250,250,1);
}
.jobListings-section #invalid{
  color:rgba(250,0,0,1);
}
.jobListings-section #error{
  color:rgba(250,0,0,1);
}
.jobTitle{
  font-weight: 700;
    font-size: 30px;
}
.jobDescription{
  height:170px;
  margin-top:20px;
}
.uploadResumeContainer{
  max-width:1000px;
  margin:auto;
  margin-top:100px;
  padding:20px;
  text-align: center;
  border:5px solid rgba(250,250,250,1);
}
.uploadResumeContainer-title{
  font-size: 30px;
    font-weight: 700;
}
.fileUploadContainer{
  margin:auto;
  margin-top:20px;
  margin-bottom:10px;
  max-width:250px;
}
.btn-jobDownloadDescription{
  border: 2px solid rgba(150,150,150,1);
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(150,150,150,1);
  max-width: 250px;
  text-align: center;
  margin: auto;
  text-decoration: none;
}

.btn-jobDownloadDescription:hover{
  cursor: pointer;
  color:rgba(250,250,250,1);
  border: 2px solid rgba(250,250,250,1);
}

.btn-jobUploadResume{
  border: 2px solid rgba(150,150,150,1);
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(150,150,150,1);
  background:rgba(0,0,0,1);
  width:100%;
  max-width: 250px;
  text-align: center;
  margin: auto;
  margin-top:20px;
}

.btn-jobUploadResume:hover{
  color: rgba(250,250,250,1);
  border: 2px solid rgba(250,250,250,1);
}
/*-------- Featured Section ---------*/

.featured-section{
  padding: 50px 80px 100px 80px;
  background:rgba(255,255,255,1);
  margin-top:-1;

}
.featured-section hr{
  margin: 0;
  height: 3px;
  color: rgba(140,140,140,1);
  opacity: 1;
}

.featured-title{
  margin: 50px 0px 100px 0px;
}
.btn-featured-callToAction{
  border: 4px solid rgba(250,250,250,1);
  padding:5px 20px;
  font-size: 18px;
  font-weight: 900;
  color:rgba(250,250,250,1);
  max-width:230px;
  text-align: center;
}
.featured-row{
  text-align: center;
}
.featured-row img{
  width:100%;
}
.featured-row .col-md-3{
  margin-bottom:20px;
}
@media(max-width:768px){
  .featured-section{
    padding: 50px 30px 100px 30px;
  }
}

/*------- How It Works -----*/
.HowItWorks-section{
  background:rgba(255,255,255,1);
  padding: 50px 80px 100px 80px;
}
.HowItWorks-section p{
  max-width:600px;
}
.HowItWorks-title{
  margin: 50px 0px 100px 0px;
}

.HowItWorks-text{
line-height:1.3em;
font-size:34px;
font-weight: 900;
color:rgba(0,0,0,1);
max-width:550px;
}
.HowItWorks-video-row{
  margin-top:100px;
  text-align: center;
}
.HowItWorks-img{
  max-width: 100%;
}
.HowItWorks-img2{
  width:100%;
  max-width:700px;
}

.HowItWorks-link{
  position:relative;
}


.HowItWorks-callToAction-container{
  margin-top:150px;
  text-align: center;
}

.btn-HowItWorks-callToAction{
      border: 4px solid rgba(150,150,150,1);
      padding: 15px 20px;
      font-size: 18px;
      font-weight: 900;
      color: rgba(150,150,150,1);
      max-width: 250px;
      text-align: center;
      margin: auto;
}
.btn-HowItWorks-callToAction:hover{
  color: rgba(150,150,150,1);
}


@media(max-width:768px){
  .HowItWorks-section{
    padding:50px 30px 100px 30px;
  }
  .HowItWorks-row .col-md-6{
    margin-top:20px;
  }
}


/*-------- news Section ---------*/
.news-section{
  background:rgba(0,0,0,1);
  padding: 50px 80px 100px 80px;
}
.news-title{
  margin: 50px 0px 100px 0px;
}
.article-section{
  border:1px solid rgba(150,150,150,1);
  padding:10px;
  min-height:300px;
  margin: 12px auto;
}
.article-section p, .article-section h3{
  color:rgba(250,250,250,1);
}
.article-section img{
  width:100%;
}
.article-section .fa-newspaper{
  font-size:150px;
  color:rgba(250,250,250,1);
}
.article-section .col-md-4{
  text-align: center;
}
@media(max-width:481px){
  .news-section{
    padding: 50px 20px 100px 20px;
  }

}

/*-------- Contact Us ---------*/
.contactUs-section{
  background:rgba(255,255,255,1);
  padding: 50px 80px 100px 80px;
}
.contactUs-section hr{
  color: rgba(140,140,140,1);
  height: 5px;
  width: 80px;
}
.contactUs-section h3{
  margin-top:50px;
  line-height: 1.6;
}
.socialMedia-section{
  margin-top:50px;
}
.socialMedia-iconsSection{
  width:100%;
  max-width:230px;
  margin-top:20px;
}

.socialMedia-iconsSection a{
  color:white !important;
}
.socialMedia-iconsSection .link-section{
  display:inline-block;
  width:23%;
}
.socialMedia-iconsSection .linkedin-link{
  padding:6px 8px;
  background:rgba(0,0,0,1);
}
.socialMedia-iconsSection .twitter-link{
  padding:6px 8px;
  background:rgba(0,0,0,1);
}
.socialMedia-iconsSection .facebook-link{
  padding:6px 11px;
  background:rgba(0,0,0,1);
}
.socialMedia-iconsSection .youtube-link{
  padding:6px 7px;
  background:rgba(0,0,0,1);
}
.socialMedia-iconsSection .instagram-link{
  padding:6px 9px;
  background:rgba(0,0,0,1);
}

#contactForm{
  margin-top:30px;
  max-width: 500px;
}

#contactForm ul li{
  list-style-type: none;
}

#contactForm ul li input{
  display:inline;
  max-width:20px;
}

#contactForm ul li div{
  display:inline;
}

#contactForm .form-input input, #contactForm .form-input input:focus{
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  background-color: #fff;
    color: #152F2E;
    border-radius: 4px;
  outline:none;
  margin-top: 20px;
  width:100%;
}
#contactForm .form-input input[type=text], #contactForm .form-input input[type=email]{
  height: 46px;
    font-size: 15px;
    line-height: 15px;
    padding-left: 14px;
    padding-right: 14px;
    flex: 1;
  box-shadow: inset 0px 2px 3px #dddddd;
  -webkit-box-shadow: inset 0px 2px 3px #dddddd;
  -moz-box-shadow: inset 0px 2px 3px #dddddd;
}
#contactForm .form-input select{
  height: 46px;
    font-size: 15px;
    line-height: 15px;
    padding-left: 14px;
    padding-right: 14px;
    flex: 1;
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    background-color: #fff;
      color: #152F2E;
      border-radius: 4px;
    outline:none;
    margin-top: 20px;
    width:100%;
  box-shadow: inset 0px 2px 3px #dddddd;
  -webkit-box-shadow: inset 0px 2px 3px #dddddd;
  -moz-box-shadow: inset 0px 2px 3px #dddddd;
}
#contactForm .form-submit{
  margin-top:40px;
}
#contactForm .btn-submit{
  display: block;
    border-style: none;
    border-radius: 5px;
    z-index: 6;
    width: 100%;
    height: 46px;
    background: rgba(255,90,0,1);
    box-shadow: none;
    text-shadow: none;
    font-size: 16px;
    font-weight:700;
    line-height: 19px;
    text-align: center;
    color:rgba(250,250,250,1);
    padding:8px;
}
#contactForm .btn-submit:disabled{
  background: rgba(150,150,150,1);
  color:rgba(0,0,0,1);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}

#contactForm #response{
  margin-top:20px;
}


/*--------- Footer -------------*/
.footer-section{
  padding: 120px 80px 30px 80px;
  background:rgba(0,0,0,1);
}
.footer-slash-container{
  display: inline-block;
  max-width:120px;
}
.footer-slash{
  color:rgba(150,150,150,1);
  transform: rotate(75deg);
  font-size:120px;
  margin-top:30px;
  display:none;
}
.footer-copyright{
  color:rgba(250,250,250,1);
  font-weight: 300;
  margin-left: 130px;
  margin-top: 100px;
}
.footer-contactInfo-section{
  color:rgba(250,250,250,1);
  line-height: 1.25em;
  font-size: 45px;
  max-width:380px;
  font-weight:900;
  display:inline-block;
}
.footer-contactInfo-section .phone-link:hover{
  color:rgba(250,250,250,1);
}
.footer-socials-section{
  margin-top:10px;
}
.footer-socials-section a{
  color:rgba(250,250,250,1);
  font-size:55px;
}
.footer-socials-section .fab{

}
.footer-address-info{
  font-size: 44px;
  font-weight: 900;
  color:rgba(250,250,250,1);
  margin-left: 130px;
  margin-top:0px;
}

@media(max-width:768px){
  .footer-section{
    padding:20px 20px 120px 20px;

  }
  .footer-slash{
    display:none;
  }
  .footer-contactInfo-section {
    font-size:28px;
  }
  .footer-socials-section{
    display: inline-block;
  }
  .footer-address-info{
    margin-top:20px;
    margin-left:0px;
    font-size:25px;
  }
  .footer-copyright{
    margin-left:0px;
  }
}
