
html, body{
  /* font-family: 'Roboto', sans-serif; */
  /* font-family: 'Raleway', sans-serif; */
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  color: #455a64;
}

.home{
  background-image: url('../images/1.jpg');
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-position: center;
}

.mess{
  position: absolute;
  margin: auto;
  width: 855px;
  height: 80px;
  top: 0;
  bottom: 0;
  /* left: 0; */
  right: 20px;
  text-align: center;
}

.line1{
  margin: 0;
  font-weight: 200;
}

.line2{
  /* color: #ce2e27; */
  color: #455a64;
  margin: 0;
  font-weight: 400;
}

header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  z-index: 9999;
}

.logobox{
  width: 210px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menulink{
  /* color: #ce2e27; */
  color: #455a64;
  margin-top: 20px;
  display: block;
}

.nav{
  margin-top: 10px;
}

.nav-link{
  color: #58595b;
}

.nav-link:hover, .nav-link:focus{
  background-color: #455a64;;
  color: #fff;
}

.page{
  padding: 100px 0;
}

.about{
  background-image: url('../images/2.jpg');
  background-size: cover;
  background-position: center;
}

.boxtwo{
  width: 50%;
  float: left;
}

.whitetext{
  color: #fff;
}

.textbox{
  width: 450px;
  margin: 0 auto;
  text-align: justify;
}

.serbox{
  width: 570px;
  height: 370px;
  padding: 10px;
}

.list-group-item{
  border: 1px solid rgba(0,0,0,.05);
  padding: 10px;
  border-radius: 0;
}

.list-group-item:hover, .list-group-item:focus{
  background-color: #455a64;
  color: #fff;
}

.pagetitle{
  /* color: #ce2e27; */
  color: #455a64;
  /* font-weight: 300; */
}

.sertitle{
  font-weight: 900;
  font-size: 20px;
}

.titlebox{
  margin-bottom: 30px;
}








.hover-img {
  position: relative;
	margin:  0 auto;
  width: 570px;
  height: 332px;
}

.hover-img img {
  position: absolute;
	overflow: hidden;
  top:0;
   left:0;
 	overflow: hidden;
}

.hover-img .front-image {
  z-index: 9999;
  transition: opacity .5s linear;
  cursor: pointer;
}

.hover-img:hover > .front-image{
  opacity: 0;
}
.sertitle2{
  font-weight: 500;
  font-size: 20px;
  position: relative;
  z-index: 9999;
  /* top: 120px; */
  text-align: center;
}
.wedone{
  background-image: url('../images/4.png');
  background-size: cover;
  background-position: center;
}
.mar-100{
  margin-top: 100px;
  margin-bottom: 100px;
}

.bgray{
  background-color: #ebebec;
}
.overlay{
  /* background-color: rgba(206,46,39,0.9); */
  padding: 10px;
  font-size: 20px;
  margin-bottom: 0px;
  /* color: #fff; */
  /* text-transform:uppercase; */
  text-align: center;
}


.logobox1 img{
  width: 250px;
}

.foot-list{
  margin-bottom: 50px;
  padding: 0;
  font-size: 14px;
}
.foot-list li {
  list-style-type: none;
  display: inline-block;
  padding: 0px 25px;
  font-size: 16px;
  border-right: 2px solid #ddd;
}
.foot-list li:last-child{
  border-right: 0px;
}
.foot-list li a{
 color: #58595B;
}
.foot-list li a:hover{
 text-decoration: none;
 }
 .bg-foot {
   background-color: #58595b;
   color: #fff;
   padding-top: 15px;
   font-size: 14px;
 }
 .txt-r{
   text-align: right;
 }
 .mar-b-50{
   margin-bottom: 50px;
 }

.showmobi{
  display: none;
}
.alink {
  color: white;
  font-weight:  500;
  text-decoration: none;
  font-size: 14px;
}
.alink:hover {
  color: #ce2e28;
  text-decoration: none;
}
