body{
	font-family: 'Roboto Condensed', sans-serif !important;
}
h2,h3,h4{
	text-transform: uppercase;
}
h2{
    padding-top: 20px;
    font-size: 35px;
    font-weight: lighter;
    color: white;	
}

h3 {
    padding-top: 20px;
    font-size: 40px;
    font-weight: lighter;
}
p {
    font-size: 16px;
    font-weight: lighter;
    line-height: 24px;
}
.col-md-12 .yellow span {
    font-size: 28px;
}
.underline{
    font-weight: bold;
}

.buttons{
	margin-bottom: 100px;
	margin-top: 20px;
}
.icons img{
	padding-right: 10px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.nav-link {
    text-transform: uppercase;
    color: black;
    font-weight: lighter;
    padding-left: 30px !important;
    padding-right: 30px !important;
    position: relative;
    bottom: -25px;
    font-size: 16px;
}
.form-inline a{
	padding-left: 5px;
    position: relative;
    bottom: -25px;
}

.logoBig{
	padding-left: 80px;
	padding-right: 80px;
}

.footerIcon1 {
    position: absolute;
    bottom: 65px;
    left: 0px;
}
.footerIcon2 {
    position: absolute;
    bottom: 65px;
    right: 0px;
}
.footer{
	height: 70px !important;
	padding-top: 5px !important;
}
.footerBtns {
    width: 40%!important;
    padding-left: 20px;
    padding-right: 20px;
}
.yellow span {
    line-height: 45px;
    color: #080f0d;
    background: #efad1a;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.row{
	text-align: center;
}
.mainVideo{
	background-image:url("../assets/video.png"); 
	padding-top: 50px;
	padding-bottom: 50px;
	background-size: cover;
	margin-bottom: 5px;
}
body > .container {
    padding: 0px 15px 0 !important;
}
.second{
	padding-left: 40px;
	padding-right: 40px;
}
footer{
	background-image:url("../assets/video.png"); 
	padding-top: 10px;
	padding-bottom: 10px;
	background-size: cover;
}

.second1{
	display: flex;
}

.second2{
	display: none;
}

@media (max-width: 768px){
.nav-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
    bottom: -25px;
    font-size: 15px;
}
.icons img {
    width: 100px;
}
.footerBtns {
    padding-left: 10px;
    padding-right: 10px;
}
.buttons {
    margin-top: 30px;
}
h2 {
    font-size: 25px;
}
}

@media (max-width: 767px){
.navbar-toggler{
	display: none;
}

.navbar img{
	width: 150px;
	text-align: center;
	margin: auto;
}
h2 {
    font-size: 18px;
}
.second2{
	display: block;
}
.second2 .img-fluid{
	width: 49%;
}
.second {
    padding-left: 10px;
    padding-right: 10px;
}
.second1{
	display: none;
}
.icons img {
    padding-right: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footerIcon1{
	display: none;
}
.footerIcon2{
	display: none;
}
.footer {
    height: auto !important;
    padding-top: 5px !important;
    position: relative !important;
}
.footerBtns {
    width: 100%!important;
    margin-bottom: 10px;
}
body {
    margin-bottom: 0px !important;
}
h3 {
    font-size: 30px;
}


}





/*---- pop up ---*/
.submit{
	text-align: center;
}
input {
    overflow: visible;
    width: 46%;
    text-transform: uppercase;
    color: grey;
    font-weight: lighter;
    padding-left: 10px;
    padding-left: 10px;
    margin-bottom: 2%;
    line-height: 45px;
    border: 1px solid #cd4138;
    font-size: 26px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
}
input[type="submit"] {
    overflow: visible;
    width: 225px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    padding-left: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #008000;
    text-align: center;
    background: green;
    height: 50px;
    line-height: 10px;
    font-size: 24px;
}
.popup-inner h3 {
    text-align: left;
    padding-top: 0px;
    font-size: 35px;
    padding-left: 20px;
}
.popup-inner p {
    text-align: left;
    padding-left: 20px;
}

/* Outer */
.popup {
width:100%;
height:100%;
display:none;
position:fixed;
top:0px;
left:0px;
background:rgba(0,0,0,0.75);
}
/* Inner */
.popup-inner {
    max-width: 700px;
    width: 90%;
    padding: 28px;
    position: relative;
    top: 5%;
    /* left: 50%; */
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 0px;
    background: #fff;
    border: 5px solid #cd4138;
    margin: auto;
}
.hireInner {
    border: 5px solid #7dbccc;
}
.ambas{
    border: 5px solid #efad1a;    
}
/* Close Button */
.popup-close {
width:30px;
height:30px;
padding-top:4px;
display:inline-block;
position:absolute;
top:0px;
right:0px;
transition:ease 0.25s all;
-webkit-transform:translate(50%, -50%);
transform:translate(50%, -50%);
border-radius:1000px;
background:rgba(0,0,0,0.8);
font-family:Arial, Sans-Serif;
font-size:20px;
text-align:center;
line-height:100%;
color:#fff;
}
.popup-close:hover {
-webkit-transform:translate(50%, -50%) rotate(180deg);
transform:translate(50%, -50%) rotate(180deg);
background:rgba(0,0,0,1);
text-decoration:none;
color: white;
}

input#ambassedor{
	display: inline-block;
}
.ambassedor{
	text-align: center;
}
.ambassedor span {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
}
.ambassedor a{
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;  
}
.yellowText{
    color: #efad1a;
    font-weight: bold;
}
.hidden-md{
    display: none;
}


.infoband{
    text-align: center;
}
.infoband .col-md-4 {
    padding-left: 25px;
    padding-right: 25px;
}
.infoband h3{
    text-align: center;
}
.infoband p {
    font-size: 13px;
    line-height: 19px !important;
}
hr {
    border-top: 2px solid rgba(0, 0, 0, 0.1) !important;
}

/*--- thank you pop up --*/
#thanksPop {
    display: block;
}
#thanksPop .popup-inner{
    border: 5px solid grey;    
}
.popup-close-4 {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(0,0,0,0.8);
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}
.facebookShare {
    background: #0268b4;
    width: fit-content;
    padding-left: 20px;
    text-align: center;
    margin: auto;
    padding-right: 20px;
    line-height: 2;
    /* color: white !important; */
}
a.fa.fa-facebook {
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
input[type=checkbox], input[type=radio] {
    width: auto;
}
select {
    overflow: visible;
    width: 94.5%;
    height: 48px;
    text-transform: uppercase;
    color: grey;
    font-weight: lighter;
    padding-left: 10px;
    padding-left: 10px;
    margin-bottom: 2%;
    line-height: 45px;
    border: 1px solid #cd4138;
    font-size: 26px;
}
input#performance_type2 {
    width: 94.5%;
}
input#performance_type{
    width: 94.5%;    
}
@media (max-width: 767px){
.popup-inner p{
    font-size: 12px;
    font-weight: lighter;
    line-height: 20px;
    display: none;
}
.popup-inner{
	padding:10px;
}
.hidden-xs{
    display: none;
}
.hidden-md{
    display: block;
}
input {
    line-height: 38px;
    font-size: 20px;
}
.popup-inner h3 {
    text-align: center;
    padding-top: 0px;
    font-size: 26px;
}
.popup-inner p {
    text-align: center;
}
.ambassedor span{
    font-size: 16px;
}
select {
    overflow: visible;
    width: 96%;
    height: 42px;
    text-transform: uppercase;
    color: grey;
    font-weight: lighter;
    padding-left: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 38px;
    border: 1px solid #cd4138;
    font-size: 20px;
}
.col-md-12 .yellow span {
    font-size: 18px;
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.popup-inner {
top:1%;
}

