@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Volkhov:400italic);
@import url(http://fonts.googleapis.com/css?family=Quicksand:700);
@import url(http://fonts.googleapis.com/css?family=Russo+One:400);
/* var text-decoration */
/*---------------------------------------------
					Common CSS 
-----------------------------------------------*/
body, html {
  font-family: 'Open Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  -moz-height: 100%;
  -webkit-height: 100%;
  margin: 0;
}
h1 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  font-size: 50px;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', Arial, sans-serif;
}
h2 {
  font-size: 30px;
  font-weight: 400;
}
h3 {
  font-size: 28px;
  font-weight: 300;
}
p {
  font-size: 15px;
  line-height: 28px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
}
.section-title p {
  font-family: 'Volkhov', serif;
  font-style: italic;
  font-size: 16px;
  color: #666;
}
@keyframes fadeIn { 
  from { opacity: 0; } 
}
@-o-keyframes fadeIn { 
  from { opacity: 0; } 
}
@-moz-keyframes fadeIn { 
  from { opacity: 0; } 
}
@-webkit-keyframes fadeIn { 
  from { opacity: 0; } 
}
.animate-flicker {
    animation: fadeIn 1s infinite alternate;
}
/*--
	Header Start 
--*/
/*--- CTL Menu ---*/
.c-menul {
    text-decoration: none;
    font-size: 16px;
}

.c-menum {
    text-decoration: none;
    font-size: 12px;
}
/*--
	Header Close 
--*/
/*---------------------------------------------
					Common CSS Close 
-----------------------------------------------*/


/*---------------------------------------------
					Index Start 
-----------------------------------------------*/
/*--
	Slider Start 
--*/
#slider {
  background: url("../img/bg.png") no-repeat;
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  min-height: 100%;
}
#slider:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.2;
}
#slider a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  font-weight:bold;
}
#slider .block {
  color: #000;
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  text-align: center;
}
#slider .block h1 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 800;
  font-size: 50px;
}
#slider .block2 {
  color: #000;
  position: absolute;
  left: 0;
  top: 85%;
  width: 100%;
  text-align: center;
}
#slider .block2 h1 {
  font-family: 'Open Sans', Arial, sans-serif;
}
/*--
	Intro Start 
--*/
#intro {
  padding: 30px 0;
}
#intro .block h2 {
  padding-top: 35px;
  line-height: 27px;
  margin: 0;
}
#intro .block p {
  color: #7B7B7B;
  padding-top: 20px;
}
#intro .section-title {
  margin-bottom: 0px;
}
#intro .section-title p {
  padding-top: 20px;
}
#intro .products-carousel {
  text-align: center;
  width: 80%;
  border: 1px solid #DEDEDE;
  padding: 24px;
  margin: 0 auto;
}
#intro .products-carousel img {
  padding-bottom: 38px;
  max-width: 100%; 
}
#intro .products-carousel p {
  line-height: 28px;
  font-weight: 300;
  padding-bottom: 20px;
}
#intro .products-carousel .owl-carousel .owl-pagination div {
  border: 1px solid #1D1D1D;
  border-radius: 500px;
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  margin-left: 10px;
  width: 10px;
}
#intro .products-carousel .owl-carousel .owl-pagination div.active {
  background: #5C5C5C;
  font-size: 30px;
  display: inline-block;
  border: 0px;
}
/*--
	Feature Start 
--*/
#feature {
  background: url("../img/glassbg.jpg") no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-attachment: fixed;
  padding: 300px 0px;
  position: relative;
  text-align: left;
  color: #fff;
}
#feature:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.2;
}
#feature a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  font-weight:bold;
}
#feature .block {
  border: 1px solid #000;
  background: #eee;
}
#feature .block h2 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0;
  font-size: 20px;
  color: #000;
}
#feature .block p {
  font-size: 12px;
  line-height: 1.6;
  color: #000;
}
#feature .feature-carousel {
  text-align: center;
  width: 50%;
  border: 1px solid #000;
  padding: 24px;
  margin: 0 auto;
  background: #fff;
  opacity: 0.7;
}
#feature .feature-carousel h4 {
  color: #000;
  font-weight: 500;
}
#feature .feature-carousel h5 {
  text-align: left;
}
#feature .feature-carousel h6 {
  padding-bottom: 10px;
  text-align: left;
}
#feature .feature-carousel p {
  padding-bottom: 10px;
  text-align: left;
  color: #000;
}
#feature .feature-carousel .owl-carousel .owl-pagination div {
  border: 1px solid #1D1D1D;
  border-radius: 500px;
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  margin-left: 10px;
  width: 10px;
}
#feature .feature-carousel .owl-carousel .owl-pagination div.active {
  background: #5C5C5C;
  font-size: 30px;
  display: inline-block;
  border: 0px;
}
/*--
	Service Start 
--*/
#service {
  text-align: center;
  padding: 20px 0;
}
#service .service-item {
  padding-bottom: 30px;
}
#service .service-item i {
  font-size: 60px;
  color: #888;
}
#service .service-item h4 {
  padding-top: 20px;
  margin: 0;
  color: #666;
}
#service .service-item p {
  color: #888;
  padding-top: 10px;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}
/*--
	Call-to-action Start 
--*/
#call-to-action {
  background: url("../img/fogbg.jpg") no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-attachment: fixed;
  padding: 100px 0px;
  position: relative;
  text-align: center;
  color: #fff;
}
#call-to-action:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #888;
  opacity: 0.8;
}
#call-to-action h2 {
  padding-bottom: 20px;
  margin: 0;
  font-size: 30px;
}
#call-to-action h5 {
  font-size: 16px;
}
#call-to-action p {
  font-size: 14px;
  font-style: italic;
}
#call-to-action .service-item {
  padding-bottom: 30px;
  text-align: center;
}
#call-to-action .service-item i {
  font-size: 60px;
  color: #fff;
}
#call-to-action .service-item h4 {
  padding-top: 20px;
  margin: 0;
  color: #fff;
}
#call-to-action .service-item p {
  color: #fff;
  padding-top: 10px;
}
/*--
	Testimonial Start 
--*/
#testimonial {
  padding: 100px 0;
}
#testimonial a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  font-weight:bold;
}
#testimonial .block h2 {
  line-height: 27px;
  color: #5C5C5C;
  padding-top: 110px;
}
#testimonial .block p {
  padding-top: 50px;
  color: #7B7B7B;
}
#testimonial .counter-box li {
  width: 50%;
  float: left;
  text-align: center;
  margin: 30px 0 30px;
}
#testimonial .counter-box li i {
  font-size: 35px;
}
#testimonial .counter-box li h4 {
  font-size: 30px;
  font-weight: bold;
}
#testimonial .counter-box li span {
  color: #555;
}
#testimonial .testimonial-carousel {
  text-align: center;
  width: 75%;
  border: 1px solid #DEDEDE;
  padding: 24px;
  margin: 0 auto;
}
#testimonial .testimonial-carousel img {
  padding-bottom: 38px;
}
#testimonial .testimonial-carousel p {
  line-height: 28px;
  font-weight: 300;
  padding-bottom: 20px;
}
#testimonial .testimonial-carousel .user img {
  padding-bottom: 0px;
  border-radius: 500px;
}
#testimonial .testimonial-carousel .user p {
  padding-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  color: #353241;
}
#testimonial .testimonial-carousel .user p span {
  display: block;
  color: #353241;
  font-weight: 600;
}
#testimonial .testimonial-carousel .owl-carousel .owl-pagination div {
  border: 1px solid #1D1D1D;
  border-radius: 500px;
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  margin-left: 10px;
  width: 10px;
}
#testimonial .testimonial-carousel .owl-carousel .owl-pagination div.active {
  background: #5C5C5C;
  font-size: 30px;
  display: inline-block;
  border: 0px;
}
/*---------------------------------------------
					Index Close 
-----------------------------------------------*/


/*---------------------------------------------
					Services Start 
-----------------------------------------------*/
/*--
	Slider-services Start 
--*/
#slider-services {
  background: url("../img/tools.jpg") no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  background-attachment: fixed;
  min-height: 100%;
}
#slider-services:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
}
#slider-services a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  font-weight:bold;
}
#slider-services .block {
  color: #000;
  position: absolute;
  top: 150px;
  width: 100%;
  text-align: left;
  padding-left: 100px;
  padding-right: 100px;
}
#slider-services .block2 {
  color: #000;
  position: absolute;
  left: 0;
  top: 85%;
  width: 100%;
  text-align: center;
}
#slider-services .block h1 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 20px;
}
#slider-services .block h2 {
  font-size: 20px;
  font-weight: 600;
}
#slider-services .block p {
  font-size: 16px;
  font-weight: 300;
}

/*--
	Hubs Start 
--*/
#hubs {
  padding: 50px;
}
#hubs a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  font-weight:bold;
}
#hubs .block {
  color: #000;
  padding-bottom: 20px;
  text-align: left;
}
#hubs .block h1 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  font-size: 25px;
}
#hubs .block h2 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
}
#hubs .block h3 {
  font-size: 18px;
  font-family: 'Volkhov', serif;
  font-style: italic;
}
#hubs .block p {
  font-size: 16px;
  font-weight: 300;
}
#hubs .block i {
  font-size: 60px;
  color: #888;
}
#hubs .hubs-carousel {
  text-align: center;
  width: 100%;
  border: 1px solid #DEDEDE;
  padding: 24px;
  margin: 0 auto;
}
#hubs .hubs-carousel img {
  padding-bottom: 38px;
  max-width: 100%; 
}
#hubs .hubs-carousel p {
  line-height: 28px;
  font-weight: 300;
  padding-bottom: 20px;
}
#hubs .hubs-carousel .owl-carousel .owl-pagination div {
  border: 1px solid #1D1D1D;
  border-radius: 500px;
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  margin-left: 10px;
  width: 10px;
}
#hubs .hubs-carousel .owl-carousel .owl-pagination div.active {
  background: #5C5C5C;
  font-size: 30px;
  display: inline-block;
  border: 0px;
}
#hubs .block2 {
  color: #000;
  margin-top: 50px;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
}
#hubs .block3 p {
  padding-top: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}
/*--
	Quote-form Start 
--*/
#quote-form {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
#quote-form h1{
  padding-bottom: 10px;
  text-align: center;
}
#quote-form h2{
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
  color: #f00;
}
#quote-form p{
  text-align: left;
  font-size: 14px;
}
/*---------------------------------------------
					Services Close 
-----------------------------------------------*/


/*---------------------------------------------
					About Start 
-----------------------------------------------*/
/*--
	Slider-about Start 
--*/
#slider-about {
  background: url("../img/about.jpg") no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  background-position: top -100px left;
  background-attachment: fixed;
  min-height: 100%;
}
#slider-about:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
}
#slider-about a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  font-weight:bold;
}
#slider-about .block {
  color: #000;
  position: absolute;
  padding-top: 50px;
  width: 100%;
  text-align: left;
  padding-left: 100px;
  padding-right: 100px;
}
#slider-about .block2 {
  color: #000;
  position: absolute;
  left: 0;
  top: 85%;
  width: 100%;
  text-align: center;
}
#slider-about .block h1 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 20px;
}
#slider-about .block h2 {
  font-size: 20px;
  font-weight: 600;
}
#slider-about .block p {
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 10px;
}
/*--
	Profiles Start 
--*/
#profiles .block {
  color: #000;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
#profiles a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  font-weight:bold;
}
#profiles img {
  margin: 0;
  border: 1px solid #000;
  border-radius: 10px;
  width: 80%;
}
#profiles h1 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  font-size: 25px;
  padding-bottom: 20px;
}
#profiles h2 {
  font-size: 20px;
  font-weight: 600;
}
#profiles h3 {
  font-size: 16px;
  font-weight: 400;
}
#profiles h4 {
  font-size: 12px;
  font-weight: 400;
}
#profiles p {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 50px;
}
#profiles .pswitch img:last-child {
  display:none
}
#profiles .pswitch:hover img:first-child {
  display:none
}
#profiles .pswitch:hover img:last-child {
  display:inline-block
}
/*---------------------------------------------
					About Close 
-----------------------------------------------*/


/*---------------------------------------------
					Contact Start 
-----------------------------------------------*/
/*--
	Slider-contact Start 
--*/
#slider-contact {
  background: url("../img/logoprint.jpg") no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  padding-top: 200px;
  padding-bottom: 150px;
  position: relative;
  background-position: 0px -100px;
  background-attachment: fixed;
  min-height: 100%;
}
#slider-contact:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.4;
}
#slider-contact a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  font-weight:bold;
}
#slider-contact .block {
  color: #000;
  position: absolute;
  top: 250px;
  width: 100%;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}
#slider-contact .block2 {
  color: #000;
  position: absolute;
  left: 0;
  top: 85%;
  width: 100%;
  text-align: center;
}
#slider-contact .block h1 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  font-size: 30px;
}
#slider-contact .block h2 {
  font-size: 20px;
  font-weight: 600;
}
#slider-contact .block p {
  font-size: 16px;
  font-weight: 300;
}
/*--
	Contact-form Start 
--*/
#contact-form {
  padding-top: 50px;
  padding-bottom: 50px;
}
#contact-form h1{
  padding-bottom: 10px;
  text-align: center;
}
#contact-form h2{
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
  color: #f00;
}
/*--
	Address-block Start 
--*/
.address-block li {
  margin-bottom: 20px;
}
.address-block li i {
  margin-left: 25px;
  margin-right: 15px;
  font-size: 20px;
  width: 20px;
}
/*---------------------------------------------
					Contact Close 
-----------------------------------------------*/


/*---------------------------------------------
					Form Results Start 
-----------------------------------------------*/
#slider-form {
  background: url("../img/logoprint.jpg") no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  padding-top: 200px;
  padding-bottom: 150px;
  position: relative;
  background-position: 0px -100px;
  background-attachment: fixed;
  min-height: 100%;
}
#slider-form:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.4;
}
#slider-form a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  font-weight:bold;
}
#slider-form .block {
  color: #000;
  margin: 0 auto;
  text-align: center;
}
#slider-form .block h1 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  font-size: 30px;
}
#slider-form .block h2 {
  font-size: 20px;
  font-weight: 600;
}
#slider-form .block p {
  font-size: 16px;
  font-weight: 300;
}
/*---------------------------------------------
					Form Results Close 
-----------------------------------------------*/


/*---------------------------------------------
					Footer Content Start 
-----------------------------------------------*/
/*--
	followus Start 
--*/
#followus {
  text-align: right;
  padding-top: 15px;
  padding-bottom: 10px;
  background: #949494;
}
#followus p {
  font-size: 30px;
  font-weight: 500;
  color: #454545;
}
/*--
	Footer Start 
--*/
footer {
  text-align: center;
  padding-top: 500px;
  padding-bottom: 10px;
  background: #4d4d4d;
}
footer p {
  font-size: 13px;
  line-height: 25px;
  color: #919191;
}
footer a {
  color: #595959;
}
footer .footer-menu {
  padding-bottom: 25px;
  width: 100%;
}
footer .footer-menu ul {
  margin: 0px;
  padding: 0px;
}
footer .footer-menu ul li {
  display: inline-block;
  padding: 0px 20px;
}
footer .footer-menu ul li a {
  display: inline-block;
  color: #d0d0d0;
}
footer .footer-menu ul li a:hover {
  color: #fff;
}
/*---------------------------------------------
					Footer Content Close 
-----------------------------------------------*/