/* CSS Document */

a, a:hover{text-decoration:none;}

.header-top {
    background: #f0ab00;
    color: #fff;height: 43px;
}
.header-top h3{margin:0}
.header-top h3 a {
    color: #000;
    font-size: 17px;
}
#currentTime{float: right;margin-top: 4px;}
.nav-logo{float: right;margin-top:15px}


.banner{ background-image: url("../img/banner.jpg");

  /* Set a specific height */
  height: 450px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative
  }
 .banner-bottom h5{    margin-top: 5px;}
.banner h2 {
    position: absolute;
    top: 40%;
    color: #fff;
    left: 5%;
    font-weight: bold;
}
.banner h2 span{color:#0000FF}

.serv {
    padding: 20px 0px;
    text-align: center;
    padding-bottom: 35px;
    border-radius: 6px;transition: all 0.3s ease-in-out;
}

.banner-bottom {
    background: #232222;
    color: #fff;
    padding: 5px 0;
}

.service {
    padding: 5% 0;
    background: #f0ab00;
}	
	.serv i{font-size: 48px;
    line-height: 1;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.serv h4{margin-bottom:20px}
.serv a{
    color: #000;
    padding: 5px 15px 8px;
    font-size:19px}
	

	
.abt-inr h4{font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: #d9e9fb;
    color: #106eea;
    display: block;
    text-transform: uppercase;
    border-radius: 50px;
    width: 100px;
    margin: 0 auto;}
.abt-inr h3{    margin: 15px 0 0 0;
    font-size: 32px;
    font-weight: 700;}
.abt-inr h3 span{    color: #106eea;}
.abt-img{    margin-left: -15px;}
.abt-img img {
    width: 100%;
   
}
.abt-cont{    margin-top: 53px;padding:0 25px}
.about {
    background: #f1f6fe;
}
.abt-cont h5{font-size: 35px;}
.abt-cont p{    margin-top: 35px;    font-size: 20px;
    line-height: 34px;}
footer {    background: #000;color:#fff;
    padding: 15px 0;}
	
	footer p{margin-bottom:0}