@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Exo:700');
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	
}
body {
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
}
.clear{
	clear:both;
}
.img{
	width:100%;
	display:block;
}
.v_a_img{
	vertical-align:middle;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.top_main{
	width:100%;
	float:left;
}
.top{
	width:85%;
	margin:0 auto;
	max-width:1400px;
}
.scl_md{
	width:23px;
	float:left;
	margin:0.7% 0%;
}
.scl_md img{
	display:block;
}
.scl_md{
	width:23px;
	float:left;
	margin:0.7% 0%;
}
.col_em{
	/*width:320px;*/
	width:440px;
	float:right;
	margin:0.7% 0%;
}
.col_em p{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#333333;
	font-weight: 500;
	text-align:left;
	margin:0;
	padding:0;
}
.logo{
	width:289px;
	float:left;
	margin:2% 0%;
}
.logo2{
	width:111px;
	float:right;
	margin:0.5% 0%;
}


.navbar{
	/*width:930px;*/
	width:835px;
	float:right;
}
.navbar2{
	display:none;
}

/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/
.banner{
	width:100%;
}



/*--------------------------------------------------------------
text
--------------------------------------------------------------*/
.tagline h1{
	font-family: 'Exo', sans-serif;
	color: #fff;
	font-size: 20px;
	text-align:center;
	font-weight:700;
	font-style: italic;
	padding:1% 0%;
	margin:0;
}
.heading h1{
	font-family: 'Roboto', sans-serif;
	color: #343434;
	font-size: 22px;
	text-align:left;
	font-weight:600;
	padding:1% 0%;
	margin:0;
}
.heading strong{
	color: #a70503;
}
.heading p{
	font-family: 'Roboto', sans-serif;
	color: #343434;
	font-size: 14px;
	text-align:justify;
	font-weight:400;
	padding:1% 0%;
	line-height:170%;
	margin:0;
}
.inner_heding h1{
	font-family: 'Roboto', sans-serif;
	color: #343434;
	font-size: 22px;
	text-align:left;
	font-weight:600;
	padding:1% 0%;
	margin:0;
}
.inner_heding h2{
	font-family: 'Roboto', sans-serif;
	color: #ffcc00;
	font-size: 30px;
	text-align:left;
	font-weight:600;
	padding:1% 0%;
	margin:0;
}
.inner_heding p{
	font-family: 'Roboto', sans-serif;
	color: #343434;
	font-size: 14px;
	text-align:justify;
	font-weight:400;
	padding:1% 0%;
	line-height:170%;
	margin:0;
}

.inner_heding strong{
	color:#a70503 !important;
}




/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/
.contener{
	width:85%;
	margin:0 auto;
	max-width:1400px;
}
.col_sm1{
	width:100%;
	margin:0 auto;
}
.col_sm2{
	width:46%;
	margin:1% 2%;
	float:left;
}
.col_sm3{
	width:31%;
	margin:2% 1% 3%;
	float:left;
}
.col_sm4{
	width:23%;
	float:left;
}
.col_sm5{
	width:20%;
	margin:0%;
	float:left;
}
.col_sm8{
	width:68%;
	float:left;
	margin:1%;
}
.col_sm88{
	width:28%;
	float:right;
	margin:1%;
}
.col_sm99{
	width:64%;
	float:left;
	margin:1%;
}
.col_sm9{
	width:32%;
	float:left;
	margin:1%;
}


/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/
.cont_hed h1{
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    color: #a70503;
    padding-top: 11px;
    text-decoration: underline;
}

.cont_hed h2{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    color: #000000;
    padding-top: 11px;
    font-style: italic;
}

.cont_hed p{
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 180%;
    text-align: justify;
    color: #343434;
    padding: 2% 2% 2% 0%;
	font-weight:400;
}
.cont_txt_main{
	width:65%;
	float:left;
}
.cont_img{
	width:30%;
	float:right;
}
.cont_img img{
	width:100%;
}



/*--------------------------------------------------------------
link
--------------------------------------------------------------*/
a.link:link {
	color:#333333;
	text-decoration:none;
}
a.link:visited {
	color:#333333;
	text-decoration:none;
}
a.link:hover {
	color:#a70503;
	text-decoration:none;
}
a.link:active {
	color:#333333;
	text-decoration:none;
}


a.link2:link {
	color:#ccc;
	text-decoration:none;
}
a.link2:visited {
	color:#ccc;
	text-decoration:none;
}
a.link2:hover {
	color:#727272;
	text-decoration:none;
}
a.link2:active {
	color:#ccc;
	text-decoration:none;
}

a.link3:link {
	color:#007acc;
	text-decoration:none;
}
a.link3:visited {
	color:#007acc;
	text-decoration:none;
}
a.link3:hover {
	color:#343434;
	text-decoration:none;
}
a.link3:active {
	color:#007acc;
	text-decoration:none;
}



/*--------------------------------------------------------------
Bullet
--------------------------------------------------------------*/
.bullet{
	width:100%;
	margin:0% auto ;
}
.bullet ul{
	list-style-image: url(../images/bullet.png);
	margin:0% 0% 0% 4%;
}
.bullet ul li a{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:220%;
	margin:0%;
	padding:1% 0.8% 1% 0.8%;
	text-decoration: none !important;
	font-weight:500;
	text-align:center !important;
	color:#fff;
	text-transform:uppercase;
}
.bullet ul li a:hover{
	color:#fff;
}

.bullet2{
	width:100%;
	margin:0% auto ;
}
.bullet2 ul{
	list-style-image: url(../images/bullet2.png);
	margin:0% 0% 0% 2%;
}
.bullet2 ul li{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:160%;
	margin:0%;
	padding:1% 0.8% 1% 0.8%;
	text-decoration: none !important;
	font-weight:400;
	text-align:left !important;
	color:#343434;
}





/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.ftr_col_sm3{
	width:31%;
	margin:1%;
	float:left;
}
.ftr_brdr{
	border-bottom:1px solid #c7c7c7;
	margin-bottom:3%;
}
.ftr_brdr2{
	border-bottom:1px solid #c7c7c7;
	margin:2% 0% 0%;
}
.ftr_txt h1{
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    padding: 1% 0% 3% 0%;
    border-bottom: #666 solid 1px;
    font-weight: normal;
    color: #c7c7c7;
	margin:0;
}
.ftr_txt p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 150%;
    text-align:justify;
    color: #fff;
	font-weight:400;
}

.ftr_col_sm2{
	width:48%;
	margin:1%;
	float:left;
}
.ftr_col_sm2 p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
	font-weight:400;
	padding:1% 0%;
	margin:0;
}
.ftr_col_txt2{
	text-align:right;
}




/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/
.btn{
	width:100%;
	padding:7% 0%;
	font-size:16px;
	border:0px solid;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	background-color:#e8b333;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	font-weight:400;
	text-transform:uppercase;
	line-height:140%;
	border-radius:0px;
	margin:0 auto;
}
.btn:hover{
	color:#fff;
	background-color:#3588c8;
}



/*--------------------------------------------------------------
Extra
--------------------------------------------------------------*/
.bg_clr{
	background-color:#efefef;
}
.bg_clr2{
	background-color:#06387a;
}
.bg_clr3{
	background-color:#2f2f2f;
}
.bg_clr4{
	background-color:#06387a;
}
.bg_img{
	background-image:url('../images/bg.jpg');
}
.cont_pdg{
	padding:1% 0%;
}
.cont_brdr{
	background-color: #d1d1d1;
    height: 1px;
	margin:0% 0% 2%
}


/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow{
	width:25px;
	height:33px;
	position:fixed;
	right:2%;
	bottom:2%;
	display:none;
	transition-duration: 1s;
	background-image:url('../images/top.jpg');
	cursor:pointer;
	background-repeat:no-repeat;
	z-index: 999;
}
.top_arrow:hover{
	width:25px;
	height:33px;
	position:fixed;
	right:2%;
	transition-duration: 1s;
	bottom:2%;
	cursor:pointer;
	background-image:url('../images/top-b.jpg');
	display:none;
}



@media only screen and (max-width:1200px){
.top{
	width:100%;
	padding:0% 1%;
}
.contener{
	width:100%;
	padding:0% 1%;
}
}


@media only screen and (max-width:900px){
.scl_md {
	display:none;
}
.col_em {
    display:none;
}
.navbar{
	display:none;
}
}
@media only screen and (max-width:800px){
.col_sm8{
	width:98%;
}
.col_sm88{
	width:98%;
}
.ftr_col_sm3{
	width:98%;
	margin:1%;
	float:left;
}
.ftr_col_sm2{
	width:98%;
}
.ftr_col_sm2 p{
	padding:2% 0% 1%;
}
.ftr_col_txt2{
	text-align:left;
	padding:1% 0% 2%;
}
.col_sm99{
	width:98%;
	float:left;
	margin:1%;
}
.col_sm9{
	width:50%;
	float:left;
	margin:1%;
}
}

@media only screen and (max-width:600px){
.col_sm9{
	width:98%;
}
}