@import url('https://fonts.googleapis.com/css?family=Faster+One');
.row {
	width:1200px !important; margin:auto !important;
}

.tops { padding:0px !important; }
.top { padding:50px 0px 0px 0px !important; }
.top2 { padding:0px 0px !important; }
.logo { padding:0px 0px !important; }
.colour { color:#666666 !important; }
.colour ul li a { color:#666666 !important; transition:0.5s all ease-in-out; }
.colour ul li a:hover { color:#f00 !important; transition:0.5s all ease-in-out; }
.menu { background:url(images/menu-bg.png) 0 center no-repeat !important;
		position:relative !important;
 }
.navbar-default {
    background-color: inherit !important;
    border-color: #e7e7e7;
}
.navbar {
    position: relative;
    min-height: 50px;
	margin-bottom: 0px !important;
    border: 0px solid transparent !important;
}
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
	padding: 15px 40px !important;
	text-transform:uppercase !important;
	font-weight:bold !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffd73d !important;
    background-color: inherit !important;
}


.banner {
	padding:2px 0 0 0 !important;
}

.welcome {
	padding:30px 0px !important;
	font-family: 'Nova Script', cursive;
}
.head2 {
	color:#000;
	font-family: 'Faster One', cursive;
	text-transform:uppercase;
	position: relative;
	margin-bottom:30px;
}
.head2:after {
	content: '';
    position: absolute;
    left: 1%;
    bottom: -10px;
	background: #d1302e;
    height: 3px;
    width: 100%;
    max-width: 100px;
}
.info {
	font-family:calibri;
	line-height:25px;
	text-align:justify;
}


.footer {
	padding:20px 0px !important;
	background: url(images/foot-bg.png)0 center no-repeat !important;
}
.foot {
	color:#fff;
	padding:50px 0 0 0;
}
.head3 {
	text-align:center;
	color:#fff;
	text-transform:capitalize;
	font-weight:bold;
}
.ab {
	background:inherit;
	border:1px solid #ccc;
	padding:5px 10px;
	color:#fff;
	width:100%;
}
.ab:focus {
	border-color:red;
}
.bc {
	background:inherit;
	border:1px solid #ccc;
	padding:5px 10px;
	color:#fff;
	width:48%;
	float:left;
}
.bc:focus {
	border-color:red;
}
.cd {
	background:inherit;
	border:1px solid #ccc;
	padding:5px 10px;
	color:#fff;
	width:48%;
	float:right;
	position: relative;
    top: -19px;
}
.cd:focus {
	border-color:red;
}
.link {
	color:#fff;
}
.link a {
	color:#fff;
}
/*---other---*/
.other {
	padding:40px 0 !important;
}
.ic2 {
	color:#f00;
	font-size:18px !important;
}
.table1 h2 {
	font-size:30px;
	color:#f00;
	font-weight:bold;
	text-transform:capitalize;
}
.table1 tr td {
	font-size:18px;
	line-height:30px;
	text-transform:capitalize;
}
.table2{
	font-size:17px;
	line-height:30px;
	text-transform:uppercase;
}
.table2 tr td {
	font-size:17px;
	line-height:30px;
	text-transform:uppercase;
}
.info5 {
	text-align:justify;
	line-height:25px;
	font-size:17px;
}

/*----*/
@media only screen and ( max-width:1200px )
{
	.row { width:100% !important;}
}
@media only screen and ( max-width:700px )
{
	.menu { background:#000 !important;
		position:relative !important;
 }
}
