@import 'https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700';

body{font-size:14px; margin:0;padding:0; overflow-x:hidden; font-family: 'Titillium Web', sans-serif; font-weight:400;position:relative;}
a:hover{text-decoration:none;}
p{text-align:justify;}
#header {
  border-top: 5px solid #0c90ce;
  padding: 10px 0;
}

#about {
    padding: 30px 0;
}
.logo > h2 {
  margin: 6px 0 0;
  font-size: 26px;
  color: red;
  font-weight: 600;
}
.about_img {
    margin-top: 37px;webkit-transition: all 0.4s ease ;
  -moz-transition: all 0.4s ease ;overflow:hidden;border:3px solid #aaa; 
}
.about_img img{
   width:100%;
}
.about_img img{width:100%;-webkit-transition: all 0.4s ease ;
  -moz-transition: all 0.4s ease ;}
.about_img:hover img{transform:scale(1.1);}
.about_img:hover{border-radius:15px;}

.section_head {
    color: #0c90ce;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    position: relative;padding-bottom:10px;margin-top:0;
}
.section_head::before {
	position: absolute;
	content: "";
	bottom: 3px;
	left: 0;
	width: 23px;
	height: 3px;
	background: #0c90ce;
}
#product{margin-bottom:25px;}
#product .about_img {
    margin-top: 10px;webkit-transition: all 0.4s ease ;
  -moz-transition: all 0.4s ease ;overflow:hidden;
}

.phone li {
    list-style: none; margin: 0;font-size: 20px;
}
.phone span {
  padding-right: 10px;
  color: #0c90ce;
}
.phone a {
  color: #333;
  font-size: 14px;
}

#footer{background:#0c90ce; color:#fff;padding:40px 0;}
#footer .phone a{color:#fff; font-size:16px;}
#footer .phone li {
    color: #fff;
    font-size: 16px;margin:25px;
}
#footer .phone span {
  padding-right: 10px;
  color: #fff;
}
.c_name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
}
.str li {
  list-style: none;
  margin-bottom: 10px;
}
.str > ul {
  padding: 0;
}
.str span {
  margin-right: 9px;
  color: #0c90ce ;
}
.bggg{background:url(../images/bggg.jpg);color:#fff; background-repeat:cover;}