@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

body {
  background: #eee url("../images/bg.jpg") repeat scroll 0 0 / 270px auto;
  font-family: "Roboto",sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: relative;
}
#page {
  background: #fff none repeat scroll 0 0;
  box-shadow: 2px 0 14px 10px #ccc;
  margin: auto;
  width: 86%;overflow:hidden;
}
.logo.center > img {
  
  width: 100%;
}
a:hover{text-decoration:none;}
.center{text-align:center;}
p{text-align:justify;}
#header {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  border-top: 5px solid #0093f0;
  margin-bottom: 10px;
 
  top: 0;
  z-index: 99;padding-top:5px;font-size:14px;
}
.logo {
  padding: 2px 0;
}
.about_img{transition: all 0.4s ease 0s;overflow:hidden;border-radius:15px;}
.about_img > img {
  width: 100%; transition: all 0.4s ease 0s;
}
.about_img:hover img{transform:scale(1.1)}
#about{ margin-bottom:20px}
#specification {
  background: #f1f1f1 none repeat scroll 0 0;
  color: #000;
  font-size: 13px;
  padding: 0 0 16px;
}
#specification .section_head { color: #0093f0 ;  margin-left: 20px;
}
.about_img {
  margin-bottom: 15px;
}
.section_head {
  color: #333;
  font-size: 15px;
  margin-bottom: 20px;
  position: relative;
}
.section_head::before {
  background: #0093f0 none repeat scroll 0 0;
  content: "";
  font-size: 18px;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 24px;
  width: 28px;
}
   
#banner{margin-bottom:1px;}

.contact_details ul {
  margin: 0;
  padding: 0;
}
.contact_details li {
  line-height: 2;
  list-style: outside none none;
  margin: 5px 0;
}
.send{background:#0093f0; padding:10px 25px; border:0;color:#fff; font-weight:600}
.contact_details li span {
  background: #0093f0 none repeat scroll 0 0;
  border-radius: 12%;
  color: #fff;
  font-size: 19px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 3px 5px 3px 8px;
}
#footer{background:#0093f0; color:#fff;}
#footer p{margin:0; padding:5px;}
.ws-title{display:none !important;}
.about_img.s img{width:auto;}
.about_img.s{ padding:20px;}
.phone p {
  margin-bottom: 0;
  margin-left: 18px;
}
.phone p span {
  color: #0093f0;
  font-size: 15px;
  margin-left: -29px;
  margin-right: 2px;
}
.phone {
  padding: 8px 0;
}

.whatsapp-fixed, .call-fixed {
    z-index: 90;
    position: fixed;
    right: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    font-size: 26px;
}
.whatsapp-fixed {
    background: #24cc63;
    bottom: 115px;
}
.call-fixed {
    background: #ff5454;
    bottom: 64px;
}

@media screen and (max-width: 1350px) {
	#page {
  background: #fff none repeat scroll 0 0;
  box-shadow: 2px 0 14px 10px #ccc;
  margin: auto;
  width: 96%;
}
}