          * {
				margin: 0;
				padding: 0;
			}
            body {           
                /*font-family: proxima-n-w01-reg,sans-serif;*/
                font-size: 18px;
                color:black;
                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            }
        
            
           

            
            .search{
                position: relative;
                margin-left: 50%;
                height: 3rem;
                width: 20rem;
                text-align: center;
                color: white;
                border: black solid 0.2rem;
                border-radius: 30px;
                font-size: 1rem;
                font-weight: bold;
                text-decoration: none;
                transform: translateX(-50%);
                background-color:black;
                opacity: 0.8;
                padding-left: 20px;
                padding-top: 2px;

            }
            
             .upload {
            background-color: black;
            border: none;
            color: white;
            padding: 10px 50px;
            font-weight: 200;
            font-size: 1rem;
            background-color: #2d2d2d;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            transition: none;
            transform: translateX(-50%);
            border-radius: 5px;
            position: absolute;
            margin-left: 50%;
            margin-top: 1%;
           
           
            }

        li{
            list-style-type: none;
        }



            .heading h1{
                text-align: center;
                margin-bottom: 50px;
            }

            .card
            {
                margin-bottom: 50px;
                background-color: white !important;
                
            }
            
            .card-title{
                color:black;
                
                white-space: nowrap;  
                text-transform: capitalize;
                white-space: normal;
            
            }
            
            .cardtext a{
                border:0px solid red;
                color:black !important;
                font-weight: normal;
                font-size:16px;
            }

            .option-heading:after { 
                content: "\25bc";
                margin-left: 95%; 
            }
            .option-heading.is-active:after { 
                content: "\25b2"; 
            }
            .subcat {
                position: absolute;
            }

            /* Helpers */
            .is-hidden { display: none; }

            .backtohome {
                text-decoration: none !important;
                color: #2d2d2d !important;
            }
            .bthsales {
                text-decoration: none !important;
                color: #2d2d2d !important;
            }
            .bthmech {
                text-decoration: none !important;
                color: #2d2d2d !important;
            }
            .bthprod {
                text-decoration: none !important;
                color: #2d2d2d !important;
            }
            .bthit {
                text-decoration: none !important;
                color: #2d2d2d !important;
            }
            .btn{
                background-color: #2d2d2d;
            }
            .btn:hover{
                background-color: #2d2d2d;
            }
            .btn:focus{
                background-color: #2d2d2d;
            }
            .btn:active{
                background-color: #2d2d2d;
            }
            
            /******** EmailCSS ********/
            ::-webkit-file-upload-button {
            border: 1px solid #ccc;
            display: inline-block;
            padding: 6px 12px;
            cursor: pointer;
            background-color: white;
            border-radius: 5px;
            }
           
            .upload2 {
            background-color: #2d2d2d;
            border: none;
            color: white;
            padding: 10px 50px;
            font-weight: 200;
            font-size: 1rem;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            transition: none;
            transform: scale(0.9);
            border-radius: 5px;
            position: absolute;
                left:38%;
                top:90%;
            }
            .apply {
            background-color: #2d2d2d;
            border: none;
            color: white;
            padding: 10px 50px;
            font-weight: 200;
            font-size: 1rem;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            transition: none;
            transform: scale(0.9);
            border-radius: 5px;
            position: absolute;
                left:85%;
                bottom:5px;
            }
             @media(max-width: 1440px) {
                .apply {
                    left:60%;
                }
            }

            .success2 {
            color: white;
            text-align: left;
            font-weight: bold;
            font-size: 16px;
            width: 1000px;
            margin-top: 20px;
            margin-left: -50px;
            width:25rem;
            padding-left: 20px;
            background-color: #2d2d2d;
            border-radius: 10px;
            position: absolute;
                left:40%;
                top:77%;
            }
           
            .error {
                color: red;
            }
            a{
                text-decoration: none !important;
            }
            .consearch{
                margin-top: 300px;
            }
           .career-home{
           margin-top: 4%;
           
           }
          .jumbtron{
            border:0px solid black;
            background-color: #fafafa;
            margin-bottom: 20px;
            padding-top: 2%;
          }
          .j1{
            margin-top:8%;
            padding-top: 2%;
          }
          
         
          

           