@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Lato:regular,700);
@import url(httpS://fonts.googleapis.com/css?family=Cabin:regular);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:light&v1);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=Arimo);
 @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:200,400,600);
@import '../font-awesome-4.1.0/css/font-awesome.min.css';
@import '../css/font-awesome.min.css';
@import '../css/animate.css';

@import 'photoswipe.css';
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
ul {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Open Sans Condensed', sans-serif;
}
p {
	line-height: 21px;
	font-size: 15px;
}
.top-grid h3, .wel_home h1 {
	font-family: 'Open Sans', sans-serif;
}
.h1, h1, .h2, h2, .h3, h3 {

font-family: 'Open Sans Condensed', sans-serif;
}
/*----*/

.top_bar {
	background-color: #1a3a75;
	padding-top: 15px;
	padding-bottom: 15px;
}
.top_bar p {
	font-size: 22px;
	line-height: 30px;
	color: #f4f4f4;
	text-align: center;
	padding: 0px;
}

.span_1_of_first img {
    display: block;
}
.col_1_of_4{
	display: block;
	float:left;
	margin:0% 0 0% 3.6%;
	background: #ffea00;
	cursor:pointer;
}
.span_1_of_4:hover {
	background:#e1e6ec;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color: #FFF;
}
.col_1_of_4:first-child { margin-left: 0; } 
.span_1_of_4 {
	width: 22.3%;
}
.span_1_of_first {
	width: 22.3%;
}
.span_1_of_first img{
	display:block;
}
.sub_content .span_1_of_4  p {
	font-size:0.8125em;
	color: #333;
	line-height: 1.5em;
}
.sub_content .desc{
	background: #1f84c1;
	padding: 20px;
}
.sub_content .desc h4{
	color: #fff;
	font-size: 24px;
	text-align:center;
	padding-bottom:10px;
	text-transform: uppercase;
}
.sub_content .desc p
{font-size:15px;color: #f4f4f4; line-height:23px; text-align:center}
.desc h4 span{
	float:right;
	font-size:12px;
	text-transform:lowercase;
}
span.small{
	color:#ffea00;
}

.space1
{
margin-bottom:30px !important;
}

.icon-awesome3 {
	margin-top: 15px;
	font-size: 13px;
	font-weight:400;
}

.icon-awesome3 a {
	display: inline-block;
	margin-top: 0px;
	padding: 8px 16px;
	/* background: #2d4279;*/
    background: #000;
	color: #fff;
	font-weight:500;
	-moz-border-radius: 0px;
	-webkit-border-radius: 00px;
	border-radius: 0px;
	-moz-box-shadow:
 0 1px 25px 0 rgba(0, 0, 0, .05) inset,  0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
	-webkit-box-shadow:
 0 1px 25px 0 rgba(0, 0, 0, .05) inset,  0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
	box-shadow:
 0 1px 25px 0 rgba(0, 0, 0, .05) inset,  0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
}
.icon-awesome3 a:hover {
	background: #333;
	text-decoration:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
 -o-transition: all .5s;
 -moz-transition: all .5s;
 -webkit-transition: all .5s;
 -ms-transition: all .5s;
	color:#fff;
}
.icon-awesome3 a:active {

	-moz-box-shadow:
 0 5px 10px 0 rgba(0, 0, 0, .15) inset,  0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
	-webkit-box-shadow:
 0 5px 10px 0 rgba(0, 0, 0, .15) inset,  0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
	box-shadow:
 0 5px 10px 0 rgba(0, 0, 0, .15) inset,  0 -1px 25px 0 rgba(0, 0, 0, .05) inset;
}

#toTop {
	width: 52px;
	height: 59px;
	background: url(../images/topbutton.png) no-repeat;
	text-align: center;
	position: fixed; /* this is the magic */
	bottom: -9px; /* together with this to put the div at the bottom*/
	right: 1px;
	cursor: pointer;
	display: none;
	text-indent: -999999px;
}
.header_main {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.wt9 li {
	padding-bottom: 10px;
	list-style: none;
	padding: 5px 0 0 0;
	line-height: 18px;
	padding-bottom: 5px;
	color: #fff;
	font-size: 15px;
}
.wt9 li a {
	text-decoration: none;
	color: #fff;
}
.wt9 li a:hover {
	text-decoration: none;
	color: #000;
}
.plumb
{color: #0d60b9;padding: 5px 14px 0 0px;font-size: 18px;font-weight: normal;}

.colors10
{
color:#252525;
padding: 5px 14px 0 0px;
font-size:25px;
font-weight:bold;
}

.list9 li{
	padding-bottom:10px;
	list-style:none;
	text-indent: -15px;
	margin-left: 30px;
	padding:5px 0 0 0;
	color:#252525;
	font-size: 15px;
	font-weight: normal;
}

.border9
{
border:3px solid #FFFFFF; box-shadow: 1px 0px 6px rgba(0,0,0,0.8);
margin-bottom:15px;
margin-top:0px;
}
.mwhite1 {
	color: #ccc;
	padding: 0px 10px 0 0px;
	font-size: 16px;
	font-weight: normal;
}
.smd1_main {
	width: 100%;
}
.smd1_main .smd6 {
	color: #006cb0;
	margin: 0px 5px 0px 0px;
	font-size: 30px;
}
.smd1_main .smd6 a {
	text-decoration: none;
	color: #dc0104;
}
.smd1_main p {
	color: #000;
	padding: 0px 10px 0 0px;
	margin-top: 5px;
	font-size: 25px;
	text-align: right;
	font-weight: normal;
}
.smd1_main p a {
	text-decoration: none;
	color: #000;
}
.wel_home {
	padding-top: 60px;
	padding-bottom: 80px;
	background-color: #f4f4f4;
}
.wel_home h1 {
	font-size: 38px;
	text-align: center;
	padding-bottom: 30px;
	font-weight: normal;
	color: #0d60b9;
}
.wel_home p {
	margin-bottom: 10px;
	color: #252525;
	line-height:23px;
}
.header-img{width: 33%;display: inline-block;margin-top: 25px;}
.slider .box11 {
	position: absolute;
	width: 200px;
	background-color: #FF0000;
	padding-bottom: 100px;
	top: 0;
	z-index: 999;
}
.side_frm .submit {
    background: #3088ff;
    color: #fff;
    padding: 9px 21px;
    border: 0;
}
.btn-primary {background-color: #357ebd;}
.modal-dialog {margin: 100px auto;}
.header_main a:focus{outline: none;}
.modal-title{color: #357ebd;padding-left: 20px;}
.subrub .subrub-list ul li{list-style: none;font-family: 'Open Sans', sans-serif;font-size: 18px;}
.subrub .subrub-list ul li a{color: #006cb0;}
.subrub .subrub-list ul li i{color: #006cb0;margin-right: 10px;}
.subrub .subrub-list {margin-bottom: 30px;}
/*----*/
.slider {
	position: relative;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 34px;
	width: 34px;
	background: url("../images/img-sprite.png") no-repeat -41px -3px;
}
.callbacks_nav.next {
	left: auto;
	background-position: -80px -3px;
	right: 0;
}
/*----*/
.banner {
	background: url(../images/banner1.jpg) no-repeat center;
	width: 100%;
	min-height: 190px;
	display: block;
	background-size: cover;
}
.header {
	position: relative;
}
.header-top {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}
.search {
	float: right;
	position: relative;
	width: 20%;
	background: #fff;
	margin: 1em 0;
}
.search input[type="text"] {
	outline: none;
	padding: 8px 15px;
	background: none;
	width: 87%;
	border: none;
	font-size: 0.8em;
	color: #4c4c4c;
}
.search input[type="submit"] {
	width: 31px;
	height: 31px;
	background: #006cb0 url(../images/img-sprite.png)no-repeat -5px -5px;
	padding: 0px 1px;
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	right: 0;
}
.bottom-header {
	background: #303030;
	border-bottom: 5px solid #006cb0;
}
.logo {
	float: left;
}
.logo h1 {
	font-weight: 700;
	font-size: 2em;
	font-family: 'Open Sans', sans-serif;
}
.logo h1 a {
	text-decoration: none;
	color: #fff;
	background: #006cb0;
	padding: 0.7em;
	display: block;
}
.menu_bg {
	background-color: #000;
006ec3
}
.top-nav {
	float: none;
	/*background-color:#006ec3;*/
	background-color: #1162a4;
}
.top-nav ul li {
	display: inline-block;
	float: left;
}
.top-nav ul li a {
	display: block;
	outline: none;
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
	padding: 1.21em;
}
.top-nav ul li.active a, .top-nav ul li a:hover {
	background: #006cb0;
	color: #fff;
}
.top-nav span.menu {
	display: none;
}
/*----*/
.top-grid-top {
	position: relative;
}
.top-grids {
	position: absolute;
	top: -48px;
	width: 100%;
	z-index: 999;
}
.top-gridmain {
	padding-top: 60px;
	padding-bottom: 60px;
}
.top-gridmain h3 {
	color: #006cb0;
	font-size: 24px;
	padding: 0.8em;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
}
.top-grid h3 {
	color: #006cb0;
	font-size: 24px;
	padding: 0.8em;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
a.read {
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	padding: 0.5em 1em;
	/*width:100%;*/
	display: block;
	font-family: 'Open Sans', sans-serif;
	height: 40px;
	background: #006cb0 url("../images/ar1.png") no-repeat 310px 0px;
}
a.read:hover {
	background: #303030 url("../images/ar.png") no-repeat 310px 0px;
}
.middle-grid {
	margin: 0em 0 0;
	/*border-top:1px dashed #BBB8B8;*/
 /* padding: 3em 0em 0;*/
	padding-top: 40px;
	padding-bottom: 40px;
}

.middle-grid h1{
	font-size:40px;
	color:#0755a9;
	text-align:center;
	position:relative;
	padding-bottom:.5em;
	margin-bottom: 40px;
	letter-spacing:1px;
	font-weight: 300;
}
.middle-grid h1:after{
	content: '';
    background: #000;
    width: 30%;
    height: 1px;
    position: absolute;
	
    bottom: 0%;
    left: 35%;
}
.middle-grid h1:before{
	content: '';
    background: #666;
    width: 10%;
    height: 3px;
    position: absolute;
    bottom: -2%;
    right: 44.9%;
}


.grid-middle h3 {
	color: #000;
	font-size: 32px;
	padding-bottom: 20px;
}
.grid-middle p {
	color: #838383;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.7em;
}
.grid-middle span {
	color: #006cb0;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
	padding: 0 0 1em;
	display: block;
}
.grid-middle ul {
	padding: 0.5em 0 1em;
}
.grid-middle ul li {
	list-style: none;
	border-bottom: 1px dashed #BBB8B8;
}
.grid-middle ul li a {
	color: #838383;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
	padding: 0.5em 0;
	display: block;
	text-decoration: none;
}
.grid-middle ul li a i {
	background: #006cb0;
	width: 6px;
	height: 6px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0px;
}
.grid-middle ul li a:hover {
	color: #006cb0;
	padding: 0.5em 0 0.5em 0.3em;
}
.grid-middle ul li:nth-child(8) {
	border-bottom: none;
}
.news {
	float: left;
	width: 21.5%;
}
.news-in {
	float: right;
	width: 75%;
	margin-left: 2%;
}
.grid-middle b {
	color: #006cb0;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
	padding: 0 0 0.2em;
	display: block;
}
.latest-grid {
	padding: 1em 0;
}
.bottom-grid h3 {
	color: #000;
	font-size: 2em;
	padding: 0 0.5em 1em;
}
.bottom-grids p {
	color: #838383;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.7em;
	padding: 0.8em 0 0;
}
a.more {
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	padding: 0.5em 0.8em;
	width: 45%;
	display: block;
	font-family: 'Open Sans', sans-serif;
	height: 40px;
	background: #006cb0 url("../images/ar1.png") no-repeat 117px 0px;
	margin: 0.8em 0 0;
}
a.more:hover {
	background: #303030 url("../images/ar.png") no-repeat 117px 0px;
}
/*--about-top--*/
ul.place {
	padding: 0;
	margin: 6px 0;
	background: #006cb0;
	width: 100%;
}
ul.place li {
	display: inline-block;
	padding: 6px;
}
ul.place li {
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
}
.possible-about p {
	color: #727272;
	font-size: 1em;
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif;
}
.possible-about h4 {
	font-size: 1.4em;
	color: #000;
	padding: 0 0 1em;
}
.bottom-grid {
	padding: 3em 0;
}
/*--about--*/
.about {
	padding: 4em 0 0;
}
.about-bottom {
	padding: 2.5em 0 0;
}
.about-grid h6 {
	font-size: 1.2em;
	line-height: 1.7em;
	font-family: 'Open Sans', sans-serif;
}
.about-grid h6 a {
	color: #006cb0;
	text-decoration: none;
}
.about-grid h6 a:hover {
	color: #303030;
}
.about-grid p {
	padding: 0.5em 0 0;
	color: #838383;
	font-size: 1.1em;
	line-height: 1.7em;
	font-family: 'Open Sans', sans-serif;
}
.about h2 {
	font-size: 3em;
	color: #000;
	text-align: center;
}
/*--portfolio--*/
.product h2 {
	font-size: 3em;
	color: #000;
	text-align: center;
	padding: 0 0 1em;
}
#filters {
	margin: 0 0 2%;
	list-style: none;
}
#filters li {
	display: inline-block;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -o-inline-box;
	display: -ms-inline-box;
	padding: 0 1em;
	font-family: 'Open Sans', sans-serif;
}
#filters li span {
	display: block;
	text-decoration: none;
	color: #303030;
	cursor: pointer;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 600;
}
#filters li span:hover, #filters li.active span {
	color: #006cb0;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 31%;
	display: none;
	float: left;
	overflow: hidden;
	margin: 1%;
}
div#portfoliolist {
	padding: 0px 0px;
}
.portfolio-wrapper {
	overflow: hidden;
	position: relative !important;
	cursor: pointer;
	padding: 0;
}


.portfolio img {
	max-width: 100%;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: -40px;
}
.portfolio .label-bg {
	background: #22B4B8;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.portfolio .label-text {
	color: #fff;
	position: relative;
	z-index: 500;
	padding: 5px 8px;
}
.portfolio .text-category {
	display: block;
	font-size: 9px;
	font-size: 12px;
	text-transform: uppercase;
}
.product {
	padding: 4em 0;
}
.zoom-icon {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
	background: transparent !important;
	border-radius: 0;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: 0.55s;
	-moz-transition: 0.55s;
	-o-transition: 0.55s;
	transition: 0.55s;
}
.zoom-icon:after {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	top: 50%;
	bottom: 50%;
	width: 0;
	height: 0;
	content: "";
	background: url(../images/plus.png) 50% 50% no-repeat;
	border-radius: 0;
	z-index: 0;
	-webkit-transition: 0.45s;
	-moz-transition: 0.45s;
	-o-transition: 0.45s;
	transition: 0.45s;
}
.zoom-icon:before {
	position: absolute;
	left: -50%;
	top: 48%;
	display: block;
	margin: 0;
	height: 0%;
	width: 200%;
	background: url(../images/dark.png);
	content: "";
	border-radius: 0;
	overflow: hidden;
	-webkit-transform: rotate(-55deg);
	-moz-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	-o-transform: rotate(-55deg);
	transform: rotate(-55deg);
	-webkit-transition: 0.65s;
	-moz-transition: 0.65s;
	-o-transition: 0.65s;
	transition: 0.65s;
}
.portfolio-wrapper a:hover .zoom-icon {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.portfolio-wrapper a:hover .zoom-icon:before {
	left: -60%;
	top: -35%;
	height: 200%;
	width: 200%;
	-webkit-transform: rotate(-55deg);
	-moz-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	-o-transform: rotate(-55deg);
	transform: rotate(-55deg);
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.portfolio-wrapper a:hover .zoom-icon:after {
	width: 44px;
	height: 63px;
	margin: -31px 0 0 -22px;
	-webkit-transition: 0.45;
	-moz-transition: 0.45;
	-o-transition: 0.45;
	transition: 0.45;
}
.portfolio-wrapper a:hover .zoom-icon {
	visibility: visible;
	border-radius: 0;
	overflow: hidden;
}
/*--blog--*/
.blog {
	padding: 4em 0em;
}
.blog h2 {
	font-size: 3em;
	color: #000;
	text-align: center;
}
.blog-left {
	float: left;
	border-right: 1px solid #B6B3B3;
	padding-right: 1.5em;
	width: 9%;
}
.top-blog {
	float: right;
	margin: 0 0 0 3%;
	width: 87%;
}
.blog-left b {
	font-size: 3.5em;
	color: #006cb0;
	display: block;
	height: 55px;
}
.blog-left span {
	font-size: 1.7em;
	color: #006cb0;
}
ul.men-grid li {
	display: inline-block;
}
.top-blog p {
	font-size: 1.1em;
	color: #838383;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.7em;
}
.top-blog p a {
	text-decoration: none;
	color: #000;
}
.top-blog a.fast {
	text-decoration: none;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #000;
}
h5.fast-in {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #565454;
}
.top-blog a.fast:hover {
	color: #000;
}
.top-blog p a:hover {
	color: #839655;
}
.blog-top {
	padding: 2em 0 0;
}
a.more-in {
	width: 21.9%;
}
/*----*/
.categories-grid h4 {
	color: #006cb0;
	font-size: 1.5em;
	font-weight: 700;
	padding: 1em 0 0.5em;
}
ul.popular li {
	list-style: none;
	border-bottom: 1px dashed #BBB8B8;
}
ul.popular li a {
	color: #838383;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
	padding: 0.5em 0;
	display: block;
	text-decoration: none;
}
ul.popular li:nth-child(8) {
	border-bottom: none;
}
ul.popular-in li:nth-child(5) {
	border-bottom: none;
}
ul.popular li i {
	background: #006cb0;
	width: 6px;
	height: 6px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0px;
}
ul.popular li a:hover {
	color: #006cb0;
	padding: 0.5em 0 0.5em 0.3em;
}
.blog-grid {
	padding: 2em 0 0;
}
ul.start {
	text-align: center;
	padding: 4em 0 2em;
}
ul.start li {
	display: inline-block;
}
ul.start li a {
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
	background: #303030;
	padding: 0.5em 1em;
}
ul.start li a:hover {
	background: #006cb0;
}
ul.start li span {
	background: #006cb0;
	color: #fff;
	font-size: 1.2em;
	padding: 0.5em 1em;
}
/*--single--*/
.single-profile h4 {
	color: #006cb0;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
}
.single-left {
	padding: 2em 0 0;
}
.post-top {
	padding: 0 2em 0 0em;
}
.single-profile {
	padding: 3em 0;
}
.post-top h6 {
	font-size: 1.5em;
	color: #006cb0;
	padding: 0.3em 0;
}
.post-top p {
	color: #A09F9F;
	font-size: 1em;
	line-height: 1.7em;
	font-family: 'Open Sans', sans-serif;
}
/*----*/
.table-form form input[type="text"], .table-form textarea {
	padding: 14px;
	display: block;
	width: 98%;
	background: none;
	border: 1px solid #BBB8B8;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	outline: none;
	color: #838383;
	font-size: 1em;
}
.table-form textarea {
	resize: none;
	height: 150px;
}
.table-form input[type="submit"] {
	outline: none;
	cursor: pointer;
	border: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	padding: 0.5em 0.8em;
	width: 15%;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	height: 40px;
	background: #006cb0 url("../images/ar1.png") no-repeat 85px 0px;
	margin: 0.8em 0 0;
}
.table-form input[type="submit"]:hover {
	background: #303030 url("../images/ar.png") no-repeat 85px 0px;
}
.table-form span {
	font-size: 1.1em;
	display: block;
	padding: 0.5em 0;
	color: #838383;
}
.table-form div {
	margin: 0.5em 0;
}
.leave-comment h3 {
	color: #006cb0;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
}
/*--contact--*/
.contact h2 {
	font-size: 3em;
	color: #000;
	text-align: center;
}
.contact-right h5 {
	color: #006cb0;
	margin-bottom: 0.5em;
	font-size: 1.7em;
	margin-top: 0px;
}
.contact-left input[type="text"], .contact-left textarea {
	padding: 14px;
	display: block;
	width: 98%;
	background: none;
	border: 1px solid #BBB8B8;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	outline: none;
	color: #838383;
	font-size: 1em;
}
.contact-left textarea {
	resize: none;
	height: 150px;
}
.contact-left input[type="submit"] {
	outline: none;
	cursor: pointer;
	border: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	padding: 0.5em 0.8em;
	width: 15%;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	height: 40px;
	background: #006cb0 url("../images/ar1.png") no-repeat 85px 0px;
	margin: 0.8em 0 0;
}
.contact-left input[type="submit"]:hover {
	background: #303030 url("../images/ar.png") no-repeat 85px 0px;
}
.contact-right p {
	font-size: 1.1em;
	color: #838383;
	line-height: 1.8em;
	font-family: 'Open Sans', sans-serif;
}
.contact-right p a {
	text-decoration: underline;
	color: #838383;
	cursor: pointer;
}
.contact-right p a:hover {
	text-decoration: none;
}
.map iframe {
	border: none;
	width: 100%;
	height: 325px;
}
.map {
	margin: 0 0 -5px 0;
}
.contact-left span {
	font-size: 1.1em;
	display: block;
	padding: 0.5em 0;
	color: #838383;
}
.contact {
	padding: 4em 0;
}
.contact-right {
	padding-top: 1em;
}
/*--four--*/
.four {
	padding: 9em 0 10em 0;
	min-height: 478px;
}
.four h3 {
	color: #006cb0;
	font-size: 7em;
	text-align: center;
}
.four p {
	color: #838383;
	font-size: 1.6em;
	text-align: center;
	padding: 0.5em 0 1em;
}
a.go {
	margin: 0 auto;
	width: 13.8%;
}
/*--footer--*/
.bot_tit
{
background: #02458d;
padding-top:30px;
padding-bottom:30px;
}
.bot_tit h3
{
font-style:italic;color: #ffbf02;text-align:center;font-size:45px;font-weight: bold;
font-family: 'Open Sans Condensed', sans-serif;
}

.bot_tit h3 a
{text-decoration:none; color:#ffbf02;}
.footer {
	background: #02458d;
	padding: 4em 0;
	border-top: 1px solid #5a80a8;
}
.amet-sed h4 {
	/* margin: 0 0 0.7em; */
	/* font-family: 'Open Sans Condensed', sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	color: #45c2ff;
	font-weight: 400;
	padding-bottom: 15px;
}
.amet-sed p {
	margin: 0 0 0.5em;
	font-size: 1.1em;
	color: #fff;
	line-height: 1.7em;
	font-family: 'Open Sans', sans-serif;
}
ul.social li {
	list-style: none;
	padding: 0.5em 0;
	text-align: left;
	font-size: 1em;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
ul.social li i {
	height: 18px;
	width: 21px;
	background: url("../images/img-sprite.png") -125px -11px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
ul.social li.phone i {
	background-position: -153px -11px;
}
ul.social li.mail i {
	background-position: -179px -11px;
}
ul.social li a {
	text-decoration: none;
	font-size: 1em;
	color: #fff;
}
.amet-medium p {
	margin: 0 0 1.3em;
	font-size: 1.1em;
}
.amet-medium p a {
	color: #fff;
	text-decoration: none;
}
.amet-medium p a:hover {
	color: #000;
}
ul.social-icons li {
	display: inline-block;
}
ul.social-icons li a span {
	height: 32px;
	width: 32px;
	background: url("../images/img-sprite.png")-12px -52px;
	display: inline-block;
	margin: 0 0.4em 0 0;
}
ul.social-icons li.twitter a span {
	background-position: -92px -52px;
}
ul.social-icons li.gmail a span {
	background-position: -177px -52px;
}
ul.social-icons li.print a span {
	background-position: -265px -52px;
}
ul.social-icons li a span:hover {
	background-position: -52px -52px;
}
ul.social-icons li.twitter a span:hover {
	background-position: -136px -52px;
}
ul.social-icons li.gmail a span:hover {
	background-position: -221px -52px;
}
ul.social-icons li.print a span:hover {
	background-position: -306px -52px;
}

.social-icons1{text-align: right;}
ul.social-icons1 li {
	display: inline-block;
}
ul.social-icons1 li a span {
	height: 32px;
	width: 32px;
	background: url("../images/img-sprite1.png")-12px -52px;
	display: inline-block;
	margin: 0 0.4em 0 0;
}
ul.social-icons1 li.twitter a span {
	background-position: -92px -52px;
}
ul.social-icons1 li.gmail a span {
	background-position: -177px -52px;
}
ul.social-icons1 li.print a span {
	background-position: -265px -52px;
}
ul.social-icons1 li a span:hover {
	background-position: -52px -52px;
}
ul.social-icons1 li.twitter a span:hover {
	background-position: -136px -52px;
}
ul.social-icons1 li.gmail a span:hover {
	background-position: -221px -52px;
}
ul.social-icons1 li.print a span:hover {
	background-position: -306px -52px;
}

ul.social li.mail a:hover {
	color: #000;
}
.footer-class {
	text-align: center;
	color: #fff;
	margin: 1.5em 0 0;
}
.footer-class a {
	text-decoration: none;
	color: #fff;
}
.footer-class a:hover {
	color: #fff;
}
/*--responsive--*/
@media(max-width:1366px) {
}
@media(max-width:1280px) {
}
@media(max-width:1024px) {
a.read {
	background: #006cb0 url("../images/ar1.png") no-repeat 243px 0px;
}
a.read:hover {
	background: #303030 url("../images/ar.png") no-repeat 243px 0px;
}
a.more {
	width: 55.5%;
}
.grid-middle p {
	font-size: 0.9em;
}
.latest-grid {
	padding: 0.4em 0;
}
.grid-middle p {
	font-size: 1em;
}
a.go {
	width: 16.8%;
}
a.more-in {
	width: 26.6%;
}
.table-form input[type="submit"], .contact-left input[type="submit"] {
	width: 18.6%;
}
.contact-right h5 {
	font-size: 1.3em
}
}
@media(max-width:768px) {
span.menu {
	display: block;
	text-align: right;
	cursor: pointer;
	position: relative;
}
.top-nav ul {
	display: none;
	position: absolute;
	width: 96.4%;
	z-index: 9999;
	left: 2%;
	margin: 2em 0em;
	background: #006cb0;
	border: 0;
}
.top-nav span.menu {
	display: block;
}
.top-nav ul li {
	display: block;
	float: none;
	padding: 0.3em;
	text-align: center;
}
.top-nav ul li a {
	color: #fff;
	display: block;
	margin: 0;
	background: none;
	border: none;
	padding: 0.4em;
}
.top-nav ul li a:hover, .top-nav ul li.active a {
	background: none;
	border: none;
	color: #000;
}
.search {
	width: 28%;
}
.top-grid {
	float: left;
	width: 50%;
}
.top-grid:nth-child(3) {
	display: none;
}
a.read {
	background: #006cb0 url("../images/ar1.png") no-repeat 291px 0px;
}
a.read:hover {
	background: #303030 url("../images/ar.png") no-repeat 291px 0px;
}
a.more {
	width: 22.7%;
}
.grid-middle h3 {
	padding: 0 0 0.5em;
}
.grid-middle ul {
	padding: 0.5em 0 0em;
}
.news {
	width: 11%;
}
.news-in {
	width: 87%;
}
.grid-middle {
	padding: 0em 1em 2em;
}
.bottom-grids img {
	margin: 0 auto;
}
.bottom-grids {
	text-align: center;
	padding: 0 1em 1em;
}
.amet-sed h4 {
	margin: 0 0 0.0em;
}
.amet-sed {
	padding: 0 1em 1em;
}
.top-nav {
	padding: 1.7em 1.5em 0;
}
.top-grids {
	z-index: 99;
}
.about-grid {
	padding-bottom: 2em;
}
a.go {
	width: 21.7%;
}
a.more-in {
	width: 26.2%;
}
.blog-left b {
	font-size: 3em;
}
.blog-left {
	width: 12%;
}
.top-blog {
	width: 85%;
}
.post-top {
	padding: 0 1em 0 0em;
	float: left;
	width: 25%;
}

.table-form input[type="submit"], .contact-left input[type="submit"] {
	width: 18.1%;
}
}
@media(max-width:640px) {
.logo h1 {
	font-size: 1.7em;
}
.callbacks_nav {
	top: 58%;
}
.top-grid h3 {
	font-size: 1.2em;
	padding: 0.5em;
}
a.read {
	background: #006cb0 url("../images/ar1.png") no-repeat 225px 0px;
}
a.read:hover {
	background: #303030 url("../images/ar.png") no-repeat 225px 0px;
}
.middle-grid {
	margin: 0em 0 0;
}
a.more {
	width: 28%;
}
.bottom-grid {
	padding: 0em 0 3em;
}
.amet-sed h4 {
	font-size: 22px;
}
.footer {
	padding: 2em 0;
}
.top-nav {
	padding: 1.3em 1.5em 0;
}
.about-bottom {
	padding: 2.5em 0 2em;
}
a.go {
	width: 26.8%;
}
#filters li span {
	font-size: 1em;
}
a.more-in {
	width: 32.4%;
}
.table-form input[type="submit"], .contact-left input[type="submit"] {
	width: 22.4%;
}
.single-profile {
	padding: 1.5em 0;
}
}
@media(max-width:480px) {
.search {
	display: none;
}
.logo h1 {
	font-size: 1.4em;
}
.top-nav {
	padding: 1em 1.5em 0;
}
.header-top {
	margin-top: 1em;
}
.top-grid h3 {
	font-size: 1em;
}
.middle-grid {
	margin: 1em 0 0;
	padding: 2em 0em 0;
}
a.read {
	background: #006cb0 url("../images/ar1.png") no-repeat 145px 0px;
}
a.read:hover {
	background: #303030 url("../images/ar.png") no-repeat 145px 0px;
}
a.more {
	width: 39%;
}
.banner {
	min-height: 125px;
}
.about {
	padding: 2em 0 0;
}
.about h2, .product h2, .blog h2, .contact h2 {
	font-size: 2em;
}
.about-bottom {
	padding: 1.5em 0 2em;
}
a.go {
	width: 36%;
}
.four p {
	font-size: 1.2em;
}
#portfoliolist .portfolio {
	width: 48%;
}
.port {
	display: none;
}
#filters li {
	padding: 0 0.5em;
}
#filters li span {
	font-size: 0.8em;
}
.product h2 {
	padding: 0 0 0.5em;
}
.product, .blog, .contact {
	padding: 2em 0;
}
.blog-left b {
	font-size: 2em;
	height: 36px;
}
.blog-left span {
	font-size: 1.2em;
}
.top-blog a.fast {
	font-size: 1em;
}
a.more-in {
	width: 46%;
}
ul.start li a, ul.start li span {
	font-size: 1em;
}
.post-top {
	width: 50%;
}
.table-form input[type="submit"], .contact-left input[type="submit"] {
	width: 31.4%;
}
}
@media(max-width:320px) {
.logo h1 {
	font-size: 1.1em;
}
.top-grid {
	width: 90%;
}
.top-grid:nth-child(2) {
	display: none;
}
.top-grids {
	top: -13px;
	left: 4%;
}
.top-nav {
	padding: 0.4em 0.8em 0;
}
a.read {
	background: #006cb0 url("../images/ar1.png") no-repeat 181px 0px;
	background-size: 30px;
	font-size: 1em;
	padding: 0.3em 1em;
	height: 30px;
}
a.read:hover {
	background: #006cb0 url("../images/ar1.png") no-repeat 181px 0px;
}
.header-top {
	margin-top: 0em;
}
.middle-grid {
	margin: 1em 0 0;
	padding: 1.5em 0em 0;
}
.grid-middle h3 {
	font-size: 1.5em;
}
.grid-middle {
	padding: 0em 0em 1em;
}
a.more {
	background: #006cb0 url("../images/ar1.png") no-repeat 94px 0px;
	background-size: 30px;
	font-size: 1em;
	padding: 0.3em 1em;
	height: 30px;
	width: 46%;
}
a.more:hover {
	background: #303030 url("../images/ar.png") no-repeat 94px 0px;
	background-size: 30px;
}
p.sed {
	display: none;
}
.grid-middle span {
	font-size: 1em;
	padding: 0 0 0.5em;
}
.grid-middle ul li a {
	font-size: 1em;
}
.news {
	width: 27%;
}
.news-in {
	width: 69%;
}
.grid-middle label {
	font-size: 1em;
}
.bottom-grid h3 {
	font-size: 1.5em;
	padding: 0 0em 0.5em;
}
.bottom-grids {
	padding: 0 0em 0.7em;
}
.bottom-grids p {
	font-size: 1em;
}
.possible-about {
	padding: 0;
}
.possible-about h4 {
	font-size: 1.2em;
	padding: 0 0 0.5em;
}
.bottom-grid {
	padding: 0em 0 1.5em;
}
.amet-sed {
	padding: 0 0em 1em;
}
.footer {
	padding: 1.5em 0;
}
.amet-sed h4 {
	font-size: 18px;
	padding-bottom: 11px;
}
.amet-sed p, .amet-medium p {
	font-size: 1em;
}
.about-grid {
	padding: 0 0 1em;
}
.col-md-5, .contact-left, .col-md-9, .col-md-3.categories-grid {
	padding: 0;
}
.about-grid h6 {
	font-size: 1.1em;
}
.about-grid p {
	height: 50px;
	font-size: 1em;
}
.about-bottom {
	padding: 0.8em 0 1em;
}
.banner {
	min-height: 87px;
}
.four h3 {
	font-size: 5em;
}
.four p {
	font-size: 1em;
}
.four {
	padding: 6em 0 7em 0;
	min-height: 350px;
}
.product, .blog, .contact {
	padding: 1.5em 0;
}
.about h2, .product h2, .blog h2, .contact h2 {
	font-size: 1.7em;
}
.contact-left input[type="text"], .contact-left textarea, .table-form form input[type="text"], .table-form textarea {
	padding: 7px;
}
.contact-left textarea, .table-form textarea {
	height: 100px;
}
.contact-right {
	padding: 1em 0 0;
}
.contact-left input[type="submit"], .table-form input[type="submit"] {
	padding: 0.2em 0.8em;
	width: 42.8%;
	height: 30px;
	background-size: 30px;
}
.contact-left input[type="submit"]:hover, .table-form input[type="submit"]:hover {
	background-size: 30px;
}
.contact-right h5 {
	font-size: 1em;
}
.contact-right p {
	font-size: 1em;
}
.map iframe {
	height: 110px;
}
.blog-grid {
	padding: 1em 0 0;
}
.blog-left {
	width: 17%;
}
.top-blog {
	width: 77%;
}
.top-blog a.fast {
	font-size: 0.7em;
	line-height: 1.5em;
}
.top-blog p {
	font-size: 1em;
}
p.to-blog {
	display: none;
}
a.more-in {
	width: 60%;
}
ul.popular li a {
	font-size: 1em;
}
.categories-grid h4, .single-profile h4, .leave-comment h3 {
	font-size: 1.3em;
}
ul.start li a, ul.start li span {
	font-size: 0.7em;
}
ul.start {
	padding: 1em 0 1em;
}
.single-left {
	padding: 1em 0 0;
}
.post-top h6 {
	font-size: 1.2em;
}
.footer-class {
	margin: 0.5em 0 0;
}
.top-nav ul li {
	padding: 0;
}
.top-nav ul li a {
	font-size: 1em;
}
.top-nav ul {
	margin: 1em 0em;
}
}
 @media (min-width: 993px) and (max-width: 1200px) {
#jt2 {
	float: left;
}
#jt2 .smd6 {
	text-align: right;
}
#jt2 .smd7 {
	text-align: right;
}
.smd1_main, .smd1_main {
	width: 100%;
}
}
 @media (min-width: 768px) and (max-width: 992px) {
#jt2 {
	float: center;
}
#jt2 .smd6 {
	text-align: center;
}
#jt2 .smd7 {
	text-align: center;
}
.smd1_main, .smd1_main {
	width: 100%;
}
}
 @media (max-width: 767px) {
#jt2 {
	float: center;
}
#jt2 .smd6 {
	text-align: center;
}
#jt2 .smd7 {
	text-align: center;
}
.smd1_main, .smd1_main {
	width: 100%;
}
.smd1_main p, .smd2_main p {
	text-align: center;
}
.social {
	text-align: center;
}
}
@media (max-width: 768px) {
#jt2 .smd6 {
	text-align: center;
}
#jt2 .smd7 {
	text-align: center;
}
}
 @media (max-width: 991px) {
#jt2 .smd6 {
	text-align: center;
}
#jt2 .smd7 {
	text-align: center;
}
}
@media (max-width: 1200px) {
#jt3 {
	float: left;
	padding-left: 20px;
	margin-top: 10px;
}
}
 @media (max-width: 384px) {
.pro_left {
	float: left;
	width: 50%;
}
.pro_spa h5:after {
	content: initial;
}
.pro_left:nth-child(3), .pro_left:nth-child(4) {
	margin-top: 30px;
}
}
 @media (max-width: 484px) {
.hmewel h1, .hmeabt h2, .hmeprt h3 {
	font-size: 30px;
	font-weight: 500;
}
.smd1_main p, .smd2_main p {



	text-align: center;
	font-size: 15px;
}
.smd2_main .smd9 {
	color: #131313;
	font-size: 15px;
}
/*.main_services .smd10
{
font-size:25px;
font-weight:500;

}*/
}
 @media (max-width: 1080px) {
.main_services .smd10 {
	font-size: 27px;
}
}
 @media (max-width: 991px) {

.process_left {
	float: left;
	width: 41%;
	padding-left: 0;
}
.process_right {
	float: left;
	width: 59%;
	padding: 0;
}
.pro_left {
	float: left;
	width: 25%;
	padding: 0;
}
.pro_left h5 {
	width: 38px;
	height: 38px;
	line-height: 1.8em;
}
.pro_spa h5:after {
	width: 70px;
}
.pro_grids {
	margin-top: 15px;
}
.process_right p {
	margin: 13px 0 0px;
}
.process_right h2 {
	font-size: 20px;
}
}
 @media (min-width: 240px) {
#pop2 p {
	font-size: 15px;
}
}
 @media (min-width: 320px) {
#pop2 p {
	font-size: 17px;
}
}
 @media (min-width: 480px) {
#pop2 p {
	font-size: 19px;
	padding-left: 12px;
}
}
 @media (min-width: 767px) {
#pop2 p {
	font-size: 20px;
}
}
 @media (min-width: 991px) {
#pop2 p {
	font-size: 20px;
}
}
 @media (min-width: 1200px) {
#pop2 p {
	font-size: 25px;
}
}
 @media (max-width: 480px) {
.top_bar p {
	font-size: 18px;
	line-height: 26px;
}
.top-gridmain {
	padding-top: 30px;
}
.wel_home h1 {
	font-size: 25px;
}
.top-gridmain h3 {
	font-size: 20px;
}

.middle-grid h1, .sub_content h1
{
font-size:36px;
}
.bot_tit h3
{
font-size:30px;
list-style:35px;
}

.colors10
{
font-size:20px;
line-height:30px;
}
}



.sub_content h1 {
	margin-bottom: 40px;
}
.sub_content p {
	color: #252525;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	line-height:23px;
	margin-bottom: 10px;
}
.sub_content h3 {
	margin-bottom: 20px;
}
.wel_home h3 {
	margin-bottom: 20px;
}
.gallery
{
    display: inline-block;
    margin-top: 20px;
}


ul.breadcrumb {
margin: 40px auto 0px auto;
padding: 10px 16px;
list-style: none;
background-color: #eee;
width: 80%;
}
ul.breadcrumb li {
    display: inline;
    font-size: 14px;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: #a5a5a5;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}