
html, body{
  	font-family: 'Source Sans Pro', sans-serif;
    font-size: 100%;
  	 background: #C4C4C4;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-----start-header----*/
.header{
}
.logo{
	float: left;
	margin-top: -4.3em;
}
.logo a{
	color: #303030;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 2.5em;
}
.logo a:hover{
	text-decoration:none;
}
.logo320{
	display:none;
}
/*----navbar-nav----*/
.top-header{
	border-top: 7px solid #000;
}
.top-nav ul li a{
	color: #fff;
	padding:1.2em;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}
.top-nav ul li.active a,
.top-nav ul li a:hover{
	color: #FFF;
	background: #56a3ea;
}
.logo a{
	display:block;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
    content: " ";
    display: table;
}
.top-nav:after {
    clear: both;
}
nav {
	position: relative;
	float: right;
	margin-top:40px;
}
nav ul {
	padding: 0;
	float: right;
	margin:0;
}
nav li {
	display: inline;
	float: left;
	position:relative;
	padding:10px;
}
nav a {
	background-color:#c12e2e;
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
    line-height:0.1px;
	padding:5px;
	width:139px;
}
nav a:hover{
	text-decoration:none;
	color:#00A2C1;
}
nav a#pull {
	display: none;
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 768px) {
	nav { 
  		height: auto;
  		float:none;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #eee;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
  	}
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 768px) {
	nav {
		border-bottom: 0;
		float:none;
		z-index: 1;
	}
	nav ul {
		display: none;
		height: auto;
		margin:0;
		background: #fff;
	}
	nav a#pull {
		display: block;
		position: relative;
		color: #F26D7D;
		text-align: right;
		position: absolute;
		top: 5px;
	}
	nav a#pull:after {
		content:"";
		width: 10px;
		height: 10px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	nav a#pull img{
		margin-right:2%;
	}
	.top-nav ul li a {
		color: #2C3E50;
		padding: 0em 0;
	}
}
/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav {
		float:none;
	}
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #EEE;
	}
}
/*--banner--*/
.banner{
	background-size:cover;
	min-height:320px;
	position:relative;
}
.banner h1{
	margin: 0;
	text-transform: uppercase;
	font-weight: 800;
	color: #FFF;
	position: absolute;
	top: 43%;
	left: 32%;
	font-size: 2.2em;
}
.banner h1 span{
	display:inline-block;
	background:#AB6F80;
	padding:0.3em 0.5em;
	margin-bottom: 0.1em;
}
.banner h1 label{
	display:inline-block;
	background:#AB6F80;
	padding:0.3em 0.5em;
}

/*---welcome-note---*/
.welcome-note{
	background:#fff;
	
}
.welcome-note h2{
	color:#fff;
	font-weight:600;
	background-color: #56a3ea;
	padding: 5px;
    width: 350px;
    margin-left: 360px;
}
.welcome-note p{
	color: #FFF;
	font-size: 1.1em;
	font-weight: 100;
	width: 50%;
	margin: 0em auto 1.5em;
}
.note-btns li a{
	background: #AB6F80;
	color: #FDBD1F;
	text-decoration: none;
	font-weight: 700;
	padding: 0.6em 1.5em;
	display: inline-block;
	font-size: 1.2em;
	border-radius: 0.3em;
}
.note-btns li a:hover{
	background:#895966;
	color:#FFF;
}
.col-icon span{
	width:90px;
	height:90px;
	display:inline-block;
	
}
.col-icon{
	margin-top: 1.5em;
}
.col-icon span.spe{
	background-position: -104px 0px;
}
.col-info h3{
	color: #c12e2e;
	font-weight: bold;
	margin: 0 0 0.2em;
	font-size: 1.7em;
}
.col-info span{
	color: #F00;
	
	font-weight: 100;
}
.col-info p{
	font-family:verdana;
	font-size:13px;
	color:#000;
	margin:1em 0;
	font-weight:400;
	text-align:justify;
}
.m-btn{
	background: #FDBD1F;
	color: #FFF;
	padding: 0.5em 1.5em;
	display: inline-block;
	font-weight: 800;
	border-radius: 0.3em;
}
.m-btn:hover{
	text-decoration:none;
	color:#FFf;
	background:#CD9A1C;
}
.border-r{
	background:#E2E2DF;
	width:2px;
	height:293px;
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
}
.row1-col1,.row1-col2{
	position:relative;
	padding: 2.5em 0 3em;
}
.row2-col1,.row2-col2{
	position:relative;
	padding: 2.5em 0 3em;
	width:100%;
}
/*----row2----*/
.row2{
	background:#fff;
	
}
.row2-col-info h3{
	color: #FFf;
	margin: 0 0 0.1em 0;
	font-size: 1.6em;
	font-weight: 700;
}
.row2-col-info span{
	font-size:1.3em;
	color:#FFF;
	font-weight:100;
}
.row2-col-info p{
	line-height: 1.6em;
	color: #FDBD1F;
	margin: 0.6em 0 1.2em;
	display: block;
}
a.r2-btn{
	background:#FFF;
	padding:0.5em 1.5em;
	display:inline-block;
	color:#AB6F80;
	border-radius:0.3em;
	-webkit-border-radius:0.3em;
	-moz-border-radius:0.3em;
	-o-border-radius:0.3em;
	-ms-border-radius:0.3em;
	text-decoration:none;
	font-weight:bold;
}
a.r2-btn:hover{
	color:#FFF;
	background:#865865;
}
/*---row---*/
.row3{
	padding:3em 0;
}
.row3-head h4{
	color:#AB6F80;
	font-weight:bold;
	font-size:1.8em;
	margin:0 0 0.2em 0;
}
.row3-head span{
	font-size:1.3em;
	font-weight:100;
	color:#FDBD1F;
}
.row3-head p{
	color:#978489;
	line-height:1.6em;
	width:70%;
	margin:1em auto;
}
/*----copy-right---*/
.copy-right{
	
	background:#fff;
	
}
.copy-right p{
	margin:0;
	font-size:15px;
	color:#000;
	float: left;
    padding-left: 20px;
	padding-bottom:20px;
}
.copy-right p a{
	color:#000;
}
.copy-right p a:hover{
	text-decoration:none;
	color:#AB6F80;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top1.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
span{
 color:#F00;
 }