body{
    background-color: #121212;
}


nav{
    margin-top: 40px;
    overflow: visible;
    background-color: #121212;
}

.navbar-brand{
    position: relative;
    top: -38px;
}

.navbar-brand img{
    width: 400px;
    height: 70px;
}

.navbar-nav{
    margin-top: -70px;
}

.nav-link {
    font-family: 'Open Sans', sans-serif;
}

.nav-link.active{
    background-color: #ffbc34 !important;
    color: white !important;
    border-radius: 20px;
    padding: 7px 4px 6px 4px;
    font-weight: bold;
}

.nav-item a:hover{
    background-color: #ffbc34 !important;
    color: white !important;
    border-radius: 20px;
    padding: 7px 4px 6px 4px;
}

main{
overflow: hidden;
}

.banner-content{
    color: white !important;
}

.banner-content h1{
    line-height: 2;
    font-size: 40px;
    /* font-weight: bold; */
    font-family: 'Open Sans', sans-serif;
    animation: banner-fade 2.5s ease-in-out;
}

@keyframes banner-fade{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}


.clients-slider h1{
    font-size: 32px;
    text-align: center;
    color: #ffbc34;
    
}

#underline-1 {
    border-bottom: 5px solid #ffbc34;
    margin-right: 470px;
    margin-left: 470px;
}

.clients-slider img{
    width: 133px !important;
    height: 133px !important;
    margin: 0 auto;
}

.WCU h1{
    font-size: 32px;
    text-align: center;
    color: #ffbc34;
}

#underline-2 {
    border-bottom: 5px solid #ffbc34;
    margin-right: 420px;
    margin-left: 420px;
}

.WCU-content{
    color: white;
    font-family: 'Open Sans', sans-serif;
    animation: wcu_content 3.5s ease-in-out;
}

@keyframes wcu_content{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.WCU .image-bg{
    position: relative;
    left: 230px;
    top: -33px;
}
.WCU .image-inside.shadow {
    background-color: #ffbc34;
    width: 300px;
    height: 300px;
    border-radius: 40px;
    animation: image-3d 2.0s ease;
}
.WCU .image-inside img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    border-radius: 25px;
    margin-top: 40px;
    margin-left: 40px;
    animation: image-3d 2.0s ease;
}

@keyframes image-3d{
    0%{
        width: 0px;
        height: 0px;
    }
    100%{
        width: 300px;
        height: 300px;
    }
}

.WCU button{
    position: relative;
    left: 25%;
    top: -30px;
    background-color: #ffbc34;
    border-radius: 40px;
    border-color: #ffbc34;
    padding: 10px 20px 10px 20px;
}

.WCU button a{
    color: white;
    text-decoration: none;
}


.SWP h1{
    font-size: 32px;
    text-align: center;
    color: #ffbc34;
}

#underline-3 {
    border-bottom: 5px solid #ffbc34;
    margin-right: 483px;
    margin-left: 483px;
}

.SWP-content{
    font-family: 'Open Sans', sans-serif;
}

.SWP-buttons{
    font-family: 'Open Sans', sans-serif;

}

#SWP-btn-1{
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    background-color: #121212;
    border : 0px solid #121212;
}

#SWP-btn-1 a{
    text-decoration: none;
    color: white;
}

#SWP-btn-1.shadow{
    background-color: #ffbc34;
    position: relative;
    top: -10px;
}

#SWP-btn-2{
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    background-color: #121212;
    border : 0px solid #121212;
}

#SWP-btn-2 a{
    text-decoration: none;
    color: white;
}

#SWP-btn-2.shadow{
    background-color: #ffbc34;
    position: relative;
    top: -10px;
}

#SWP-btn-3{
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    background-color: #121212;
    border : 0px solid #121212;
}

#SWP-btn-3 a{
    text-decoration: none;
    color: white;
}

#SWP-btn-3.shadow{
    background-color: #ffbc34;
    position: relative;
    top: -10px;
}

#SWP-btn-4{
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    background-color: #121212;
    border : 0px solid #121212;
}

#SWP-btn-4 a{
    text-decoration: none;
    color: white;
}

#SWP-btn-4.shadow{
    background-color: #ffbc34;
    position: relative;
    top: -10px;
}

.JOT{
    height: 700px;
}

.JOT.mt-5{
    margin-top: 5rem !important;
}

.JOT h1{
    font-size: 32px;
    text-align: center;
    color: #ffbc34;
}

#underline-4{
    border-bottom: 5px solid #ffbc34;
    margin-right: 440px;
    margin-left: 440px;
}

.JOT-content{
    color: white;
    font-family: 'Open Sans', sans-serif;
    animation: jot_content 3.0s ease;

}

.JOT-content p{
    font-size: 28px;
}

@keyframes jot_content{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }   
}

.JOT .image-bg{
    position: relative;
    top: 0px;
    margin-top: 40px;
}
.JOT .image-inside.shadow {
    background-color: #ffbc34;
    width: 300px;
    height: 300px;
    border-radius: 40px;
    animation: image-3d 2.0s ease;
}
.JOT .image-inside img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    border-radius: 25px;
    margin-top: 40px;
    margin-left: 40px;
    animation: jot-image-3d 2.0s ease;
}

@keyframes jot-image-3d{
    0%{
        width: 0px;
        height: 0px;
    }
    100%{
        width: 300px;
        height: 300px;
    }
}

.JOT button{
    position: relative;
    /* left: 592px; */
    top: 10px;
    background-color: #ffbc34;
    border-radius: 40px;
    border-color: #ffbc34;
    padding: 10px 20px 10px 20px;
}

.JOT button a{
    color: white;
    text-decoration: none;
}

/* About Us Page */

#span-h2{
    color: #ffbc34;
}

.About-us h2{
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    animation: 1s anim-lineUp ease-out;
}

@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

/* Careers Page */

.career-content{
    font-family: 'Open Sans', sans-serif;
    animation: 1s anim-lineUp-career ease-out;
}

.career-content h1{
    color: #ffbc34;   
}


@keyframes anim-lineUp-career {
    0% {
      opacity: 0;
      transform: translateY(80%);
    }
    
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  
.career-content h3{
    color: white;
}
#choose-us{
    margin-top: 30px !important;
    text-align: center;
    color:#ffbc34;
    border-bottom: 2px solid #ffbc34;
}

.perks{
    margin-top: 20px;
}

.perks li{
    color: white;
}

#indeed-link{
    margin-left: 40%;
}

/* Services Page */

.services-heading{
    color: #ffbc34;
    font-family: 'Open Sans', sans-serif;
    animation: 1s anim-flipX ease;
}

.services-ul{
    color: white;
    animation: 1s anim-flipX ease;
}

@keyframes anim-flipX {
    0% {
      opacity: 0;
      transform: rotateX(90def);
    }
    100% {
      /* animate nothing to pause animation at the end */
      opacity: 1;
      transform: rotateX(720deg);
    }
  }

/* Contact Page */
.contact-heading{
    font-family: 'Open Sans', sans-serif;

}

.contact-icons{
    font-family: 'Open Sans', sans-serif;
    list-style: none;
}

.contact-icons li i{
    color: #ffbc34;
}

#phone-txt{
    color: white;
    margin-top: -25px;
    font-size: 22px;
}

#location-txt{
    color: white;
    margin-top: -25px;
    font-size: 22px;
}

#email-txt{
    color: white;
    margin-top: -25px;
    font-size: 22px;
}

.contact-us-form input{
    color: white;
    background-color: #121212;
    border-bottom: 2px solid #ffbc34;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    width: 100%;
}

.contact-us-form textarea{
    width: 100%;
}

.btn-contact{
    border-radius: 25px;
    padding: 10px 30px 10px 30px;
    background-color: #ffbc34;
    border: none;
    color: white;    
    
}

/* Footer */

footer{
    overflow: hidden;
    margin-top: 20px;
    border-top: 2px solid #ffbc34;
}

footer ul li{
    list-style: none;
    color: #ffbc34;
}

.copyright p{
    position: relative;
    left: 200px;
    color: #ffbc34;
}

/* Large Screen Devices */

.large-screen-nav{
    margin-left: 400px;
}

/* Desktop Screen Devices */

.desktop-navbar{
    margin-left: 95px; 
}

#underline-desktop-1{
    border-bottom: 5px solid #ffbc34;
    margin-right: 380px;
    margin-left: 380px;
}

#underline-desktop-2{
    margin-left: 350px;
    margin-right: 350px;
    border: 2px solid #ffbc34;
}

#underline-desktop-3{
    margin-left: 315px;
    margin-right: 315px;
    border: 2px solid #ffbc34;
}

#underline-desktop-4{
    margin-left: 350px;
    margin-right: 350px;
    border: 2px solid #ffbc34;
}

.image-bg-desktop{
    position: relative;
    left: 140px;
    top: -33px;   
}

/* Tablet device */

.tablet-button{
    position: relative;
    top: -40px;
    background-color: #ffbc34;
}

.tablet-collapse{
    margin-top: 60px;
}

#tablet-copyright{
    position: relative;
    left: 0px;
    text-align: center;
    color: #ffbc34;
}

#underline-tablet-1{
    margin-left: 260px;
    margin-right: 260px;
    border: 2px solid #ffbc34;
}

#underline-tablet-2{
    margin-left: 220px;
    margin-right: 220px;
    border: 2px solid #ffbc34;
}

#underline-tablet-3{
    margin-left: 200px;
    margin-right: 200px;
    border: 2px solid #ffbc34;
}

#underline-tablet-4{
    margin-left: 230px;
    margin-right: 230px;
    border: 2px solid #ffbc34;
}

.image-bg-tablet{
    position: relative;
    left: 10px;
    top: -33px;      
}

/* Mobile Device */

#logo-mobile{
    width: 200px;
    height: 70px;
}

.mobile-button{
    position: relative;
    top: -40px;
    background-color: #ffbc34;
}


.mobile-collapse{
    /* overflow: hidden; */
    margin-top: 60px;
}


#btn-contact-mobile{
    margin-left: 150px;
}

#underline-mobile-1{
    margin-left: 110px;
    margin-right: 110px;
    border: 2px solid #ffbc34;
}

#underline-mobile-2{
    margin-left: 75px;
    margin-right: 75px;
    border: 2px solid #ffbc34;
}

#underline-mobile-3{
    margin-left: 50px;
    margin-right: 50px;
    border: 2px solid #ffbc34;
}

#underline-mobile-4{
    margin-left: 90px;
    margin-right: 90px;
    border: 2px solid #ffbc34;
}

.image-bg-mobile{
    position: relative;
    top: 10px;   
}

#mobile-WCU-btn{
    margin-top: 100px;
}

#mobile-footer{
    margin-top: 100px;
}

#mobile-copyright{
    position: relative;
    left: 0px;
    text-align: center;
    color: #ffbc34;
}

#indeed-link-mobile{
    text-align: center;
}

.career-form{
    margin-left: 34%;
    width: 350px;
    height: 390px;
    border: 2px solid white;
}

.career-form h4{
    color: #ffbc34;
}

#candidate_name{
    color: white;
    background-color: #121212;
    border-bottom: 2px solid #ffbc34;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    width: 70%;
    margin-left: 40px;
}

#candidate_email{
    color: white;
    background-color: #121212;
    border-bottom: 2px solid #ffbc34;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    width: 70%;
    margin-left: 40px;
}

#label_candidate_resume{
    color: white;
    margin-left: 40px;
}

#candiate_resume{
    margin-left: 40px;
}

.career-submit{
    border:none;
    border-radius:25px;
    background-color: #ffbc34;
    padding: 10px 30px 10px 30px;
    color: white;   
}

.career-form-1024{
    margin-left: 30%;
    width: 350px;
    height: 340px;
    border: 2px solid white;
}

.career-form-1024 h4{
    color:#ffbc34;
}

.career-form-tablet{
    margin-left: 25%;
    width: 350px;
    height: 340px;
    border: 2px solid white;
}

.career-form-tablet h4{
    color: #ffbc34;
}

.career-form-mobile{
    margin-left: 3%;
    width: 285x;
    height: 390px;
    border: 2px solid white;
}   

.career-form-mobile h4{
    color: #ffbc34;
}


.service-icons{
    color: #ffbc34;
}

.fa-bounce{
    color: #121212;
}


@media screen and (min-width:320px) and (max-width: 374px){
    .SWP-content .col-sm-12{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    #SWP-btn-4{
        padding: 10px 0px 10px 17px !important;
    }   
    .career-form-mobile{
        height: 390px;
    }   
}