@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates:400,500,700|Open+Sans:400,600,700');
img{
	max-width: 100%;
}
h1,h2,h3,h4{
	font-family: 'Montserrat Alternates', sans-serif;
	margin:0;
}
h2{
	font-size: 30px;
	font-weight: 500;
}
h3{
	font-size: 25px;
	font-weight: 500;
}
p{
	padding: 5px;
	font-size: 15px;
	line-height: 22px;
}
.wrapper{
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}
.top-bar{
	background: #ffbc13;
}
 .social-links a{
 	font-size: 18px;
 	color: #fff;
 	padding:0 10px;
 	display: inline-block;
 }
.ext-info li{
	font-size: 15px;
	color: #fff;
	padding: 15px;
}
.ext-info li i{
	font-size: 18px;
	margin-right: 10px;
}
.logo{
	padding: 20px 0; 
	 -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    z-index: 99999;
}
.logo img{
	 -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    max-width: 100px;
}
.header.shrink .logo img{
	max-height: 70px;
}
.main-menu{
	margin-top: 60px;
	 -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.main-menu li{
	position: relative;
}
.main-menu a{
	padding: 0 15px;
	font-size: 15px;
	color: #4b4b4b;
	font-family: 'Montserrat Alternates', sans-serif;
	display: inline-block;
}
.sub-menu{
	position:absolute;
	left: 17px;
	top: 40px;
	background:#FFBC13;
	overflow: hidden;
	 -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    display: none;
    list-style: none;
    padding-left: 0;
    z-index: 9999;
    width: 150px;
    border: 1px solid #fff;
}
.sub-menu li{
	list-style:none;
	border-bottom: 1px solid #fff
}
.sub-menu li a{
	color: #fff;
	padding:5px;
}
.main-menu li:hover .sub-menu{display: block;}
.header{
   -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.header.shrink{
   -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin:auto;
    background: #fff;
    z-index: 9999;
}
.header.shrink .logo {
	width: 130px;
    padding:10px;
}
.header.shrink .main-menu{
	margin-top: 0px;
}

.go-top {
    background: #2e2e42 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 50px;
    color: #fff;
    cursor: pointer;
    display: none;
    float: left;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 60px;
    z-index: 9999;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.go-top:hover{
	background: #FFBC13;
}
/********
		BX-SLIDER CSS
***********/
.bx-wrapper{
	margin:0;
}
.bx-wrapper .bx-viewport{
	box-shadow: none;
	border:none;
	margin:0;
	left: 0;
}
.bx-pager.bx-default-pager {
    display: none;
}
.bx-wrapper .bx-viewport{
	background: none;
}
.about-sec{
	background:#f8f8f8;
	width: 100%;
	overflow: hidden;
	padding: 70px 0;
}
.bx-wrapper img {
    display: block;
    max-width: 100%;
}
.about-img{
	margin-top: 75px;
}
.about-det{
	font-size: 15px;
	color: #4b4b4b;
	line-height: 35px;
}
.about-det h2{
	display: inline-block;
	border-bottom: 2px solid #ffbc13;
	padding-bottom: 10px;
	font-weight: 500;
}
.about-det p{
	margin-top: 15px;
}
.sec-heading{
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	position: relative;
	background:#FFBC13;
}
.sec-heading h2{
	line-height: 80px;
}
.heading-arrow {
    height: 35px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 75px;
    width: 70px;
}
.heading-arrow img{
	display: block;
}
.sub-heading{
	color: #4b4b4b;
	text-align: center;
	margin:0px 0 40px 0; 
}
.services{
	font-size: 15px;
	color:#4b4b4b;
	line-height: 30px;
}
.serv-img{
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: #2e2e42;
	margin:auto;
	text-align: center;
	padding: 20px;
	margin-bottom: 25px;
}
.services h3{
	color: #4b4b4b;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin: 20px 0;
}
.services-sec{
	background: #fff;
	padding: 70px 0;
}
.services-cont .services{
	margin: 15px 0;
}
.wy-parameter.s-wy-parameter {
    height: 130px;
    overflow: hidden;
    float: left;
    width: 100%;
}
.products-sec{
	padding: 70px 0;	
	background: #F8F8F8;
}
.products{
	background: #fff;
	width: 100%;
	overflow: hidden;
	box-shadow: 0 0 5px -1px #999;
	border:1px solid #ccc;
}
.product-img{
	width: 100%;
	text-align: center;
	padding:0 0 10px 0;
	height: 220px;
}
.product-img img{
	max-width: 100%;
	display: inline-block;
	max-height: 100%;
}
.product-det{
	padding: 10px;
	box-sizing: border-box;
	font-size: 15px;
	color: #4b4b4b;
	line-height: 25px;
}
.product-det h3 {
    font-size: 20px;
    font-weight: 600;
    color: #4b4b4b;
    text-align: center;
    padding: 10px 0;
    font-family: 'Open Sans', sans-serif;
    height: 60px;
    overflow: hidden;
}
.primery-btn{
	padding:8px 15px;
	background: #2e2e42;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	border-radius: 5px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	letter-spacing: 2px;
}
.primery-btn:hover{
	background: #FFBC13;
	color: #fff;
	text-decoration: none;
}
.btn-cont{
	text-align: center;
	width: 100%;
	padding: 20px 0;
    float: left;
    width: 100%;
}
.product-dec {
    height: 105px;
    overflow: hidden;
    float: left;
    width: 100%;
}
.product-sec{
	padding: 70px 0;
}
.product-box{
	position: relative;
	width: 100%;
	height: 290px;
	overflow: hidden;
	box-shadow: 0 0 5px -1px #999;
}
.product-box img {
    min-height: 290px;
    max-width: 200%;
}
.project-title {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    font-size: 25px;
    font-weight: 500;
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #fff;
    line-height: 50px;
    text-align: center;
}
.project-details{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	color: #fff !important;
	font-size: 15px;
	line-height: 30px;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	opacity: 0;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	font-size: 20px;
	text-align: center;
}
.project-details span{
	font-size: 75px;
}
.product-box:hover .project-details{
	display:block;
	opacity: 1;
}
.partners-sec{
	padding: 70px 0;
	background: #f8f8f8;
}
.project-silder li {
    display: inline-block;
    width: 400px !important;
}
li.partner-slide{
	width:250px !important;
	margin:5px 14px;
	background: #fff;
	box-shadow: 0 0 5px -1px #999;
}
footer{
	background: #2e2e42;
	padding:40px 0 0 0;
	margin-top: 50px;
}
.footer-links h3{
	font-size: 25px;
	color:#fff;
	font-weight: normal;
}
.footer-links ul{
	padding-left: 10px;
	margin-top: 20px;
}
.footer-links li{	
	list-style: none;
	font-size: 15px;
	color: #fff;
	line-height: 35px;
}
.footer-links li a{
	font-size: 15px;
	color: #fff;
	padding-left:5px;
}
.footer-links li span{
	display: inline-block;
	padding-left: 15px;
}
.footer-links li i.fa.fa-map-marker{
	margin-top: 10px;
	float:left;
}
.fo-social-links li{
	float: left;
	margin-right: 15px;
}
.footer-logo {
    float: left;
    margin-left: 20px;
    margin-top: 30px;
    width: 200px;
}
.copyrights{
	background: #323233;
	padding: 20px 0;
	font-size: 15px;
	color: #fff;
}
.member-social-links {
    left: 0;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 210px;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    opacity: 0;
}
.member:hover .member-social-links {
	opacity: 1;
}
.member-social-links li {
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    height: 35px;
    list-style: outside none none;
    padding: 3px 0 0;
    text-align: center;
    width: 35px;
    padding:8px 11px;
}
.member-social-links li i{
	color: #fff;
	font-size: 15px;
}
.facebook{
	background: #4161A2;
}.google-plus{
	background: #D1432F;
}.linkedin{
	background: #0279B3;
}
.staff-members{
	padding: 50px 0; 
}
.member{
	background: #F8F8F8;
	text-align: center;
	box-shadow: 0 0 5px -1px #999;
}
.member .image {
	height: 260px;
	width: 100%;
}
.member .image img{
	max-width: 100%;
	max-height: 260px;
}
.texts{
	padding: 10px 0;
}
.add-pro-title {
    background: #f0f0f0 none repeat scroll 0 0;
    font-size: 18px;
    font-weight: 500;
    height: 69px;
    overflow: hidden;
    padding: 15px 10px;
    text-align: center;
    width: 100%;
}
.add-pro-title a{
    font-size: 18px;
    background: #f0f0f0;
}
.product-thumb{
	border: 1px solid #ccc;
	width: 100%;
	border-radius: 3px 3px 0 0; 
	overflow: hidden;
	margin: 10px 0;
	padding-bottom: 10px; 
}
.product-thumb .caption h3 {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0;
    overflow: hidden;
    padding: 10px 0;
    height: 60px;
}
.product-thumb p,.product-thumb a {
    color: #000;
    height: auto;
    text-align: left;
}
.product-thumb-img{
	width: 100%;
	height: 200px;
	overflow: hidden;
	text-align: center;
	padding: 5px 0;
}
.product-thumb-img img{
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}
.product-thumb table,.product-dec table{
	width: 100% !important;
}
.product-thumb table, .product-thumb td ,.product-dec td{
    border: 0 none;
    font-size: 13px;
    font-weight: normal !important;
}
.product-thumb td p,.product-dec td p{
    padding: 0;
    font-size: 13px;
    margin: 0;
}
/* div that surrounds Cloud Zoom image and content slider. */
#surround {
    min-width: 256px;
    max-width: 480px;
}

/* Image expands to width of surround */
img.cloudzoom {
    width:100%;
}

/* CSS for slider - will expand to width of surround */
.cloudzoom-thumb {
    border: medium none;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    margin: 20px 0; 
}
.cloudzoom-thumb li{
	display: inline-block;
	margin: 5px;
	text-align: center;
	width: 80px;
	height: 80px;
	cursor:pointer;
}
.cloudzoom-thumb li img{
	max-width: 100%;
	max-height: 100%;
}
.gallery-list{
	list-style: none;
}
.gallery-list li{
	list-style:none;
	box-sizing:border-box;
	display:inline-block;
	width:18%;
	height:120px;
	overflow:hidden;
	position: relative;
	margin:1%;
}
.gallery-img-box{
	width: 100%;
    height: 100%;
    -webkit-transition: all .5s; /* For Safari 3.1 to 6.0 */
    transition: all .5s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
}
.gallery-img-box img{
	max-width: 100%;
}
.gallery-img-box:hover{
	width: 110%;
	height:110%;
	left: -5%;
	right: -5%;
}
.product-spec {
    background: #f7f9fa none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    padding: 25px 15px;
}
.product-spec h2{
	padding-bottom:15px;
}
.product-spec > p {
    line-height: 25px;
    margin: 10px 0;
}
.product-spec table{
	border: none;
}
.product-spec td{
	padding:5px;
	border: none;
}
.product-dis{
	line-height: 25px;
	font-size: 15px;
	color: #333;
	padding:35px 15px;
}
.quote-btn{
	font-weight: 500;
}
.gallery-larg-img{
	height: 380px;
	overflow: hidden;
	text-align: center;
}
.gallery-larg-img img{ 
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
}
.ms-elem-selectable:after{
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    float: right;
    margin-top: 3px;
}
.ms-selected:after{
	content: "\f00d";
	font: normal normal normal 14px/1 FontAwesome;
    float: right;
    margin-top: 3px;
}
#select-more-btn{
	cursor: pointer;
	color: #333;
}
#select-more{
	display: none;
}
.form-horizontal .control-label{
	text-align: left;
}
/**** jssor slider css ***/
.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../images/a17.png') no-repeat;
    overflow: hidden;
}
.jssora05l { background-position: -10px -40px; }
.jssora05r { background-position: -70px -40px; }
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05l.jssora05ldn { background-position: -250px -40px; }
.jssora05r.jssora05rdn { background-position: -310px -40px; }
.jssora05l.jssora05lds { background-position: -10px -40px; opacity: .3; pointer-events: none; }
.jssora05r.jssora05rds { background-position: -70px -40px; opacity: .3; pointer-events: none; }
.jssort01 .p {    position: absolute;    top: 0;    left: 0;    width: 72px;    height: 72px;}
.jssort01 .t {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;border: none;}
.jssort01 .w {    position: absolute;    top: 0px;    left: 0px;    width: 100%;    height: 100%;}
.jssort01 .c {    position: absolute;    top: 0px;    left: 0px;    width: 68px;    height: 68px;    border: #000 2px solid;    box-sizing: content-box;    background: url('../images/t01.png') -800px -800px no-repeat;    _background: none;}
.jssort01 .pav .c {    top: 2px;    _top: 0px;    left: 2px;    _left: 0px;    width: 68px;    height: 68px;    border: #000 0px solid;    _border: #fff 2px solid;    background-position: 50% 50%;}
.jssort01 .p:hover .c {    top: 0px;    left: 0px;    width: 70px;    height: 70px;    border: #fff 1px solid;    background-position: 50% 50%;}
.jssort01 .p.pdn .c {    background-position: 50% 50%;    width: 68px;    height: 68px;    border: #000 2px solid;}
* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {    /* ie quirks mode adjust */    width /**/: 72px;    height /**/: 72px;}
/*****/
.cloudzoom-blank,.cloudzoom-lens,.cloudzoom-lens div{
	display: none !important;
	opacity: 0 !important;
	background: transparent !important;
	z-index: -9999 !important; 
}
.projects-grid{
	margin-top: 15px;
}
.project-des{
	margin-top: 25px;
	font-size:15px;
	line-height: 25px;
	color: #333;
}
.project-des table,.project-des td{
	border:none;
}
.gallery-box{
	margin:15px 0;
	text-align:center;
	font-size: 15px;
}
.service-featur-img{
	text-align: center;
	width: 100%;
	margin:25px 0;
}
.service-featur-img img{
	display: inline-block;
	max-width: 100%;
}
.pro_type {
    float: left;
    font-size: 12px;
    color: hsl(106, 86%, 25%);
}
.pro_ccn {
    float: right;
    font-size: 12px;
}
.search_products {
    float: right;
}
.search_products  input[type="text"] {
    padding: 5px;
    border-radius: 2px 0px 0 2px;
    border: 1px solid #d5d5d5;
    float: left;
    border-right: none;
    height: 35px;
}
.search_products  input.search-btn {
    border: none;
    background: #ffbc13;
    color: #fff;
    font-size: 15px;
    float: left;
    border-radius: 0 2px 2px 0;
    padding: 5px 10px; 
     -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    height: 35px;
}
.search_products  input.search-btn:hover {
	background: #333;
}
.serv-det a{
	color: #000;
}
/****  RESPONSIVE CSS ****/
@media (max-width: 992px){
.ext-info{
	display: none;
}
.social-links {
	padding-bottom: 12px;
}
.main-menu a{
	padding:0 15px;
}
.logo img{
	max-width: 125px;
}
}
@media (max-width: 768px){
.list-unstyled.navbar-nav > li:hover .sub-menu{
	height:auto;
	display: block;
}
.navbar-toggle {
    background-color: #182b2f;
}
.navbar-default .navbar-toggle .icon-bar {
    color: #fff;
}
.navbar-collapse.collapse{
	background: #fefefe;
}
#bs-example-navbar-collapse-1 li{ 
	width: 100%;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
#bs-example-navbar-collapse-1 li a{display: block;}
.main-menu{
	width: 100%;
} 
.main-menu  ul{
	width: 100%;
}
.sub-menu{
	position: static;
	padding-left: 25px;
	background: none;
	border: none;
	display: block;
}
.header.shrink .main-menu {
    margin-top: 0;
}
#bs-example-navbar-collapse-1 .sub-menu li{
	border: none;
}
.sub-menu li a{
	color: #333;
}
#bs-example-navbar-collapse-1{
    left: 0;
    position: absolute;
    top: 60px;
    width: 100%;
}
.top-bar li{
	float: left;
}
.navbar-collapse.col-lg-8.col-md-8.pull-right.collapse {
    z-index: 9999;
}
.navbar-toggle .icon-bar{
	background: #fff;
}
}