body{
	background-color: black;
}
#div_top
{
	background-color: #ffffff;
	border-bottom: 3px solid red;
	padding-top: 7px;	


}

#myNavbar
{
	padding-top: 13px;	
	padding-bottom: 13px;	
}


#myNavbar a
{
	font-weight: bold;
	color: #595959;
	font-size: 18px;
}

#myNavbar a:hover
{
	color: #db3847;
}

#activeLink
{
	color: #db3847;
}


.carousel-item {
  height: 90vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
  /*---Firefox Bug Fix --*/
  .carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  	text-shadow: 1px 1px black;
}

.atv_main_text
{
	color:white;
	padding-top: 120px;
	/*font-family: 'Squada One';*/
	font-family: 'tahoma';
	text-shadow: 2px 2px #000000;
}

.atv_main2
{
	color:white;
	padding-top: 10px;
	text-shadow:  2px 2px #000;
}

#atv_about
{
	margin-top: 40px;
	margin-bottom: 50px;
	text-align: justify;	
}

.about_hearders
{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.about_content
{
	/*padding-right: 55px;*/
	/*padding-left: 55px; */
	text-align: center;
	color: #7b7b7b;
}
.about_list
{
		color: #7b7b7b;
}

#our_story
{
	color: #ffffff;
	background-color: #8e3132;
	text-align: justify;
	padding-top: 25px;
	padding-bottom: 60px;
}
.about_hearders{
	color: #db3847;
	font-family: 'Century Gothic';
	/*font-family: 'Lato', sans-serif;
	font-family: 'Oswald', sans-serif;
	font-family: 'Playfair Display', serif;
	font-family: 'Roboto', sans-serif;*/
}
.about_content
{
	font-family: 'Helvetica';
}
#whatwedo
{
	color: #db3847;
	font-family: 'Century Gothic';
	text-align: center;
	margin-top: 80px;
	/*background-color: blue;*/

}

#whatwedo h5	
{
	font-family: 'Helvetica';
	color: #a2a2a2;
}

#contactustart
{
	margin-top: 85px;
	 background-color: #bd0024; 
	 text-align: center;
	  color:#ffffff; font-family: 'Century Gothic';
}
#contactus 
{
	margin-top: 80px;
	padding-bottom: 20px;
	padding-top:20px;

	 /*background-image: url("../ASSETS/IMG/buildingbg.jpg");*/
	background-color: #2a3030;	
	/* background-repeat: no-repeat;
	 background-size: cover;*/
	 /*height: 600px;*/

    /*background-attachment: fixed;*/
    /*background-position: center; */
    /*text-align: center;*/
}


#contactus h5
{
 	color: #ffffff;
}

#contactus h6
{
	color: #ffffff;
}
#contactus p
{
	text-align: left;
 	color: #a8a8a8;
 	font-size: 12px;
}

#contactus a
{
 	color: #a8a8a8;
 	font-size: 12px;
}

#contactus a:hover
{
 	color: #ffffff;
 	font-size: 13px;
 	text-decoration: none;
}


 /*
careers
 */

#contactus_jobs
{
	padding-bottom: 20px;
	padding-top:20px;
	background-color: #2a3030;	
}
#contactus_jobs h5
{
 	color: #ffffff;
}

#contactus_jobs h6
{
	color: #ffffff;
}
#contactus_jobs p
{
	text-align: left;
 	color: #a8a8a8;
 	font-size: 12px;
}

#contactus_jobs a
{
 	color: #a8a8a8;
 	font-size: 12px;
}

#contactus_jobs a:hover
{
 	color: #ffffff;
 	font-size: 13px;
 	text-decoration: none;
}
 .main_header
 {
 	text-align: center;
 	/*color: #db3847;*/
 	font-family:'Century Gothic';
 	text-shadow:  1px 1px #ffffff;
 }

#job_main
{
	background-image: url("../ASSETS/IMG/job_bg.jpg");
	/*background-color: red;*/
	 background-repeat: no-repeat;
	 background-size: cover;
	 /*height: 600px;*/

    background-attachment: fixed;
    background-position: center; 
    padding-bottom: 120px;
}
.intro
 {
 	color: #000000;
 	font-size: 14px;
 }

 #job_desc
 {
 	border: solid 1px black; 
 	border-radius: 25px; 
 	background-color: #f4f4f4;
 	height: 100%;

 }

 #job_desc h6
 {
 	color: #db3847;
 	font-family:'Century Gothic';
 }

  #job_desc li
  {
  	font-size: 14px;
  }

.side-sm
{
	font-size: 14px;
}
