h4, h5, h6,
h1, h2, h3 {margin-top: 0; font-family: 'RopaSans-Regular';}
ul, ol {margin: 0;padding:0;}
p {margin: 0;}
html, body{
	
	font-family: 'Roboto', sans-serif;
   font-size: 100%;
   background:#fff; 
}
@font-face {
    font-family: 'RopaSans-Regular';
    src:url(../fonts/RopaSans-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Courgette-Regular';
    src:url(../fonts/Courgette-Regular.ttf) format('truetype');
}
a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  text-decoration: none!important;
}
/*--header  start here--*/
/*-- header --*/
.navbar-nav {
    float: none;
    margin: 5px auto 0;
    width: 100% ! important;
}
.navbar-default {
    background-color:transparent! important;
    border-color:#ffffff ! important;
}
.navbar {
    border-radius: 0px ! important;
}
.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 0px;
    border: none ! important;
}
.navbar-default .navbar-nav > li > a {
    color:#ffffff;
    font-size: 0.9em;
    font-weight: 400;
	    
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #209CF7;
    background-color:transparent;
	border-bottom:2px solid #209CF7;
}
.navbar-default .navbar-nav > .active,.navbar-default .navbar-nav >li:hover
{
	background: url(../images/bg1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#209CF7;
    background-color:transparent;
	border-bottom:2px solid #209CF7;
}
.glyphicon {
    position: relative;
    top: 0px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon {
    color: #fff;
    font-size: 2em;
    display: inline-block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 10px ! important;
	margin: 0 20px;
}
.logo h1 a {
    color: #8E0000;
    font-size: 1.4em;
    font-weight: 400;
    margin: 0 auto;
}
.logo h1{
    margin: 0;
}
.search-box {
  float: right;
}
.logo {
    float: left;
    width: 30%;
}
.logo img{
	width: 10rem;
	height: auto;
}
nav.navbar.navbar-default {
    float: left;
    width: 66%;
    margin:0;
}

.banner-info {
    padding: 20em 0 0;
}
.dropdown-buttons {
    padding: 0;
}
/*--*/
.header {
/*-- w3layouts --*/
    background:rgba(0,0,0,0.4);
    /* padding: 0.5em 0; */
}
/*-banner start here--*/
.banner{
  background:#000d26;
  background-image: url(../images/bg.png);
  
   min-height:40rem;
  background-size: cover;
  position:relative;
}
.banner-main {
    padding: 1em 0em 0em 0em;
    width: 100%;
	text-align:center;
}
.banner-main h3 {
    font-size: 2.5em;
    text-transform: capitalize;
    color: #8E0000;
	text-align:center;
}
.banner-main p {
    font-size: 1em;
    font-weight: 400;
    color: #000;
    line-height: 1.6em;
   text-align:center;
    margin: 1.5em 0 0;
    padding: 0;
}
.bann-info {
  padding: 5em 0em 5em 0em;
}
.bann-info-grid img {
  border-radius: 10px 10px 0px 0px;
}
.ban-info-details {
  padding: 0.5em 0.3em 1em 0.3em;
  text-align: center;
  border-radius:0px 0px 10px 10px;
  background:#BA0C2F
}
.ban-info-details:hover{
	background:#ffcd00;
	 transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
/*-- agileits --*/
.ban-info-details h3{
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
  margin: 0em 0em 0.2em 0em;
}
.ban-info-details p {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  line-height: 1.6em;
  text-align: center;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-width: 100%;
    height: auto;
    display: inline-block !important;
}
.welcome {
    text-align: center;
	background-color: #000D26;
}
.welcome-grids{
	margin-bottom: 5rem;
	display: flex;
}
.caseFont{
	border: 1px solid #09CBFC;
	border-radius: 5px;
	color: #ffffff;
	padding: 20px 50px;
	line-height: 43px;
	letter-spacing: 1px;
	text-align: left;
	margin-top: -2rem;
	width: 95%;
	margin-left: 0rem;
}
.footer-grids{
	margin: 3rem 0 15rem;
}
.footer-grids p{
	color: #ffffff;
	margin-top: 10px;
}
.hvr-bounce-to-bottom>img{
	width: 100%;
	height: auto;
	max-height: 36rem;
}
.title9{
		background-image: url('../images/s1.png');
		background-repeat: no-repeat;
		background-size: 100%;
		font-size: 30px;
		color: white;
		font-weight: bold;
		line-height: 70px;
		margin: 3rem auto 2rem;
		width: 80%;
	}