a { text-decoration: none; }
	.top-section1 { background-position: center; background-size: cover; background-repeat: no-repeat; }
	.blueBox { background-color: #1e1a4d; color: #fff; }
	.primaryOrange { color: #dc481a; }
	body { font-family: "Poppins", sans-serif; }
	.navbar-nav .nav-item a { text-decoration: none; color: white; font-size: 17px; }
	.topBg { background-color:  #00000040; }
	.btn-orange {  background-color: #dc481a;  color: #fff; }
	h1 { font-size:  62px; }
	h2 { font-size:  43px; }
	h2.title { font-size: 62px; }
	.para { font-size:  21px; }
	.paraTitle { font-size:  19px; }
	.para2 { font-size: 17px; }
	.primaryBlue { color: #1e1a4d; }
	ul.listStyle { margin-left: 10px; font-size: 17px; }
	.imgBg { height: 100%; width: 100%; object-fit: cover; }
	.spacer { height: 60px; }
	.formBox label { display: none; }
	.formBox input { background-color: transparent; border: 0px; border-bottom: 1px solid #fff; padding: 0px; 
		margin: 20px 0px; border-radius: 0px; font-size: 16px; padding: 0px 0px 15px 0px; color:  #fff;  }
	.btn.submitid { background-color: #dc481a !important;  color: #fff !important; border: 0px; padding:  10px 20px; line-height: 1; }
	.formBox input:focus,  .formBox input:focus-within { background-color: transparent !important; color: #fff !important; }
	.wpcf7 input::placeholder,
	.wpcf7 { color: #fff;  opacity: 1; }	
	.copyright a { text-decoration: none; color: #000; }
	h6.copyright { line-height: 1.5; }    
    input#resume, input#coverletter { width: 100%; }
    .bottomPara .para { background: #1e1a4d; width: 70%; color: #fff; padding: 10px; transition: ease-in-out; transition-duration: 0.5s; }
    .bottomPara .para:hover { scale: 1.1; transition: ease-in-out; transition-duration: 0.5s; }    
    #sectionTabs a.nav-link { font-size: 26px; color: #000; padding: .5rem 2rem; opacity: 0.7; }
    #sectionTabs a.nav-link.active { color: #1e1a4d;border-bottom: 2px solid #1e1a4d; opacity: 1;}
    .btn.primaryBtn:hover {  color: #1d1a4a;  background-color: #fff !important; }
    nav { background-color: unset;  } 
    input:focus { outline: none; border: 0px !important;  box-shadow: none !important; border-bottom: 1px solid #fff !important; }  

    ::placeholder {
  color: #fff !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff !important;
}

    @media only screen and (max-width: 600px) {
    	h1 { font-size:  38px; }
		h2 { font-size:  28px; }
		h2.title { font-size: 47px; }
		.para { font-size:  18px; }
		.paraTitle { font-size:  17px; }
		.para2 { font-size: 15px; }
		ul.listStyle { margin-left: 10px; font-size: 15px; }
		.spacer { height: 30px; }
		#sectionTabs a.nav-link { font-size: 20px; color: #000; padding: .5rem 0.4rem; opacity: 0.7; }
		.bottomPara .para { width: 90%; }
		#sectionTabs li.nav-item { width: 100%; text-align: center; }
		#sectionTabs a.nav-link { margin-left: auto; margin-right: auto; }
		 .psi-tabs2 { flex-wrap: wrap; }
    }

    @media (min-width: 601px) and (max-width: 991px) {		
		#sectionTabs a.nav-link { font-size: 18px; color: #000; padding: .5rem 0.6rem; opacity: 0.7; }
    }