@import 'https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700';

body{font-size:15px; margin:0;padding:0; overflow-x:hidden; font-family: 'Titillium Web', sans-serif; font-weight:400;position:relative; color:#666666;}
#banner{position:relative;}
	a{color:#666666;}
a:hover{text-decoration:none;}
p{text-align:justify;}
.navbar-default {
  background-color: transparent;
  border-color:transparent;
}
#banner .header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
#banner .navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 16px;padding:30px 0 10px; margin:0 21px;
}
.logo {
	padding: 5px 0;
}
.navs {
	margin-top: 25px;
}
#banner .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #fff; border-bottom:1px solid #f75148;
}

	
	.navbar-nav > li:hover .dropdown-menu {
		display: block;background:#fff;font-size: 16px;
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	    color: #f75148;
	    text-decoration: none;
	    background-color: #fff;
	}
	.navbar-default ul li > ul {
		border: none;
		background: none;
		border-bottom: 2px solid #0c1f38;
		border-radius: 0;
		position: absolute;
		padding: 10px 5px;
		top: 50px;
		width: 333px;
		display: block;
		visibility: hidden;
		opacity: 0;
	}
	.navbar-default ul li:hover .dropdown-menu{
		transition: all 0.5s ease-in-out;
		opacity: 1;
		visibility: visible;
		top: 61px;
	}

#about{background:#f94f41; color:#fff;padding: 100px 0 50px 0}

.about_text h2 {
  font-size: 27px;
}
.about_text p{text-align:center}
.about_text h4{position:relative}
.about_text h4::before {
  border: 1px dotted #fff;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  left: 39%;
  top: 10px;
  width: 50px;
}
.about_text h4::after {
  border: 1px dotted #fff;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 39%;
  top: 10px;
  width: 50px;
}
#service{padding:40px 0;}
.service_icon i{font-size:45px; color:#f94f41}
.service_icon {
  border-right: 1px solid #ccc;
  margin-top: 25px;
}
.service_main {
  height: 165px;
  padding-right: 40px;
}
.service_text > h2 {
  color: #666;
  font-size: 26px;
}
.service_text > p {
  color: #666;
  font-size: 16px;
  text-align: justify;
}
.service_text {
  margin-left: -13px;
}
#product .col-md-4{margin:0; padding:0;}
.product_img {
  position: relative;
}
.product_img img{width:100%;-webkit-transition: all 0.2s ease-in;position: relative;
  transition: all 0.2s ease-in;}
.product_img .img_hover{position:absolute; left:0; right:0; top:0; bottom:0;background-color: rgba(247, 81, 72, 0.85);display:none;
  transition: all 0.2s 0.4s ease-in-out;  animation-name: fadeInDown;}
.product_img:hover .img_hover{display:block;  animation-name: fadeInDown;}
.img_hover_text {
  border: 1px solid #fff;
  margin: 20px;
  padding: 22% 0;
  text-align: center;color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.section_head{color:#f94f41; margin-bottom:20px;}
#contact {
  background: #f94f41 none repeat scroll 0 0;
  color: #fff;
  padding: 46px 0 0;
}
.request {
  border: 1px solid #fff;
  color: #fff;
  font-size: 17px;
  margin: 0 auto;
  padding: 10px 20px;
  width: 280px;
}
.request:hover{color:#fff;}
.clr{clear:both}
.copy {
  background: #4c4c4c none repeat scroll 0 0;color:#a0a0a0;padding:50px 0;
}
.footer_icon ul li{display:inline-block; }
.logo img {
	width: 200px;
}
/* Progress */

.progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #ff9b9b;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: transparent;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.progress.blue .progress-bar{
    border-color: #fff;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar{
    border-color: #fff;
}
.progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress.pink .progress-bar{
    border-color: #fff;
}
.progress.pink .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-bar{
    border-color: #fff;
}
.progress.green .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
.footer_icon > ul {
  float: right;
}
.footer_icon a {
  color: #fff;
padding: 8px;}

 .header {
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  z-index: 99;
}
.inner_page_header .navbar-default .navbar-nav > li > a {
  color: #222;font-size: 16px;padding:30px 0 10px; margin:0 21px;
 
}
.inner_page_header .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  border-bottom: 1px solid #f75148;
  color: #222;
}
.page-title {
  margin-top: 0; color:#666;font-size:28px;
}
.q_icon {
  float: left;
  margin-top: 23px;
  text-align: center;
  width: 20%;
}
.q_text{float:left; width:80%;}
.q_icon i{font-size:28px; color:#f75148;}
.q_text h2 {
  font-size: 25px;
}
.quality{height:160px;}
.inner_page_content h4 {
  font-size: 24px;
}
.inner_page_content h3 {
  font-size: 28px;
}
.box{padding: 0 40px; min-height:150px;}
.reach_form .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #e04545;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.reach_form textarea.form-control{height:100px;}
.send{background-color: #e04545;
background-image: none;
box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.098) inset;border:0;
width: 120px; display:block; color:#fff;height:45px;text-align:center;font-size:18px;font-weight:600;margin-bottom:30px
}
ul.gallery{margin:0; padding:0;}
.gallery li{float:left; width:19%; list-style:none; margin-left:1%; z-index:9999}
.gallery li img{height:180px;}
.gallery img{height:180px;}

.form-control:focus {
  border-color: #e04545;
  box-shadow: 0 4px 0 0 rgba(255, 98, 0, 0.098) inset, 0 0 8px rgba(255, 98, 98, 0.6);
  outline: 0 none;
}
.copy2 p{text-align:center}

.copy2 p a{color:#fff;}

@media only screen and (max-width: 600px) {
.gallery li {
	float: left;
	width: 95%;
	list-style: none;
	margin-left: 1%;
	z-index: 9999;
}
}


