@charset "utf-8";
/* CSS Document */

.top_strip {
	height: 172px;
	width: 100%;
	background-repeat: repeat;
	background-image: url(../img/top_bg_r.png);
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}
.logo {
	float: left;
	width: 238px;
	height: 126px;
	
}
.button {
	float: right;
	margin-top: 125px;
	background-repeat: repeat;
	z-index: 99999;
}
.footige_out {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 550px;
}
.body_text_outer {
	height: 300px;
	width: 100%;
}
.body_text_inner {
	height: 300px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 99999;
	background-repeat: no-repeat;
}
.text_intro {
	width: 1050px;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 10px;
	height: 150px;
	line-height: 22px;
	color: #251E1E;
	bottom: 35px;
}
.footer_outer {
	height: 250px;
	width: 100%;
	background-color: #2C2C2C;
	margin-right: auto;
	margin-left: auto;
}
.footer_innter {
	height: 250px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #2C2C2C;
}
.address {
	height: 200px;
	width: 300px;
	color: #FFFFFF;
	font-family: Arial;
	margin-left: 30px;
	margin-top: 30px;
	float: left;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
}
.address_right {
	height: 200px;
	width: 150px;
	float: right;
	margin-top: 30px;
	display: inline-block;
}
.products_outer {
	height: 500px;
	width: 100%;
}
.products_inner {
	height: 500px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#container {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.showcase {
	list-style: none;
	height: 244px;
	padding-top: 40;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
}
.showcase li {
	float: left;
	width: 250px;
	height: 244px;
	overflow: hidden;
	margin-top: 10;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 0;
}
.showcase a {
	display: block;
	width: 285px;
	height: 244px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.showcase a img {
	width: 500px;
	height: 374px;
	margin: 0 auto;
	position: absolute;
	left: -104px;
	top: -40px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.showcase a:hover img {
	width: 285px;
	height: 213px;
	left: 0;
	top: -10px;
}
.showcase a p {
	background: #59A214;
	color: #fff;
	font-size: 12px;
	padding: 12px 20px;
	position: absolute;
	bottom: -100px;
	line-height: 20px;
	display: block;
	width: 230px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: #59A214;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.showcase a:hover p {
	bottom: 0;
	background: #3C840B;
}
.showcase a h3 {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	background: #59A214;
	width: 180px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #59A214;
}
.showcase a:hover h3 {
	bottom:94px;
	background: #3C840B;
}
.showcase a h3 i {
	width: 33px;
	height: 26px;
	position: absolute;
	right: -34px;
	top: 0;
	background: #59A214;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	padding:6px 0 0 0;
}
.showcase .thumb2 a p, .showcase .thumb2 a h3 {
	background: #F68B28;
}
.showcase .thumb2 a:hover p, .showcase .thumb2 a:hover h3 {
	background: #F16B17;
}
.showcase .thumb2 a h3 i {
	background: #F68B28;
}
.showcase .thumb2 a:hover h3 i {
	background: #F16B17;
}
.showcase .thumb3 a p, .showcase .thumb3 a h3 {
	background: #0065BB;
}
.showcase .thumb3 a:hover p, .showcase .thumb3 a:hover h3 {
	background: #0046A2;
}
.showcase .thumb3 a h3 i {
	background: #0065BB;
}
.showcase .thumb3 a:hover h3 i {
	background: #0046A2;
}


.showcase .thumb4 a p, .showcase .thumb4 a h3 {
	background: red;
}
.showcase .thumb4 a:hover p, .showcase .thumb4 a:hover h3 {
	background: red;
}
.showcase .thumb4 a h3 i {
	background: red;
}
.showcase .thumb4 a:hover h3 i {
	background: red;
}




.showcase .thumb5 a p, .showcase .thumb5 a h3 {
	background: black;
}
.showcase .thumb5 a:hover p, .showcase .thumb5 a:hover h3 {
	background: black;
}
.showcase .thumb5 a h3 i {
	background: black;
}
.showcase .thumb5 a:hover h3 i {
	background: black;
}



.showcase .thumb6 a p, .showcase .thumb6 a h3 {
	background: #808080;
}
.showcase .thumb6 a:hover p, .showcase .thumb6 a:hover h3 {
	background: #808080;
}
.showcase .thumb6 a h3 i {
	background: #808080;
}
.showcase .thumb6 a:hover h3 i {
	background: #808080;
}




.showcase .thumb7 a p, .showcase .thumb7 a h3 {
	background: #00038c;
}
.showcase .thumb7 a:hover p, .showcase .thumb7 a:hover h3 {
	background: #00038c;
}
.showcase .thumb7 a h3 i {
	background: #00038c;
}
.showcase .thumb7 a:hover h3 i {
	background: #00038c;
}




.showcase .thumb8 a p, .showcase .thumb8 a h3 {
	background: #129aae;
}
.showcase .thumb8 a:hover p, .showcase .thumb8 a:hover h3 {
	background: #129aae;
}
.showcase .thumb8 a h3 i {
	background: #129aae;
}
.showcase .thumb8 a:hover h3 i {
	background: #129aae;
}
.footige_inner {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 350px;
}

.view-sixth img { 
	transition: all 0.4s ease-in-out 0.5s; 
}
.view-sixth .mask{ 
	background-color: rgba(146,96,91,0.5);
	opacity:0;
	transition: all 0.3s ease-in 0.4s;
}
.view-sixth h2{
	opacity:0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 20px 40px 0px 40px;
    transform: scale(10);
    transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth p { 
	opacity:0;
    transform: scale(10);
	transition: all 0.3s ease-in-out 0.2s;
}
.view-sixth a.info { 
	opacity:0;
    transform: translateY(100px);
	transition: all 0.3s ease-in-out 0.1s;
}

.col-1 {
	height: 300px;
	width: 300px;
	float: left;
}
.col-4 {
	height: 270px;
	width: 300px;
	float: left;
	align-content:center;
}
.col-2 {
	height: 270px;
	width: 300px;
	float: left;
}
.col-3 {
	height: 270px;
	width: 300px;
	float: left;
}
.bg {
	background-image: url(../imges/pattern-8.png);
	background-repeat: repeat;
	width: 100%;
	height: auto;
}
.bg_white {
	width: 1220px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: -1;
	background-image: url(../images/bg_white.png);
	background-repeat: repeat;
	height: auto;
	border: thin solid #2F2F2F;
}
.name {
	font-family: Arial;
	font-size: 18px;
	z-index: 99999;
	color: #FFFFFF;
	visibility: visible;
}
.button_outer {
	width: 100%;
}



@import url('demo.css');

.mi-slider {
	position: relative;
	margin-top: 30px;
	height: 490px;
}

.mi-slider ul {
	list-style-type: none;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 140px;
	overflow: hidden;
	text-align: center;
	pointer-events: none;
}

.no-js .mi-slider ul {
	position: relative;
	left: auto;
	bottom: auto;
	margin: 0;
	overflow: visible;
}

.mi-slider ul.mi-current {
	pointer-events: auto;
}

.mi-slider ul li {
	display: inline-block;
	padding: 20px;
	width: 20%;
	max-width: 300px;
	-webkit-transform: translateX(600%);
	transform: translateX(600%);
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.no-js .mi-slider ul li {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.mi-slider ul li a,
.mi-slider ul li img {
	display: block;
	margin: 0 auto;
}

.mi-slider ul li a {
	outline: none;
	cursor: pointer;
}

.mi-slider ul li img {
	max-width: 100%;
	border: none;
	margin-right: 10px;
	margin-left: 10px;
}

.mi-slider ul li h4 {
	display: inline-block;
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	padding: 20px 10px 0;
}

.mi-slider ul li:hover {
	opacity: 0.7;
} 

.mi-slider nav {
	position: relative;
	top: 150px;
	text-align: center;
	max-width: 800px;
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 20px;
}

.no-js nav {
	display: none;
}

.mi-slider nav a {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding: 40px 30px 30px 34px;
	position: relative;
	color: #888;
	outline: none;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.mi-slider nav a:hover,
.mi-slider nav a.mi-selected {
	color: #000;
}

.mi-slider nav a.mi-selected:after,
.mi-slider nav a.mi-selected:before {
	content: '';
	position: absolute;
	top: -5px;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mi-slider nav a.mi-selected:after {
	border-color: transparent;
	border-top-color: #fff;
	border-width: 20px;
	left: 50%;
	margin-left: -20px;
}

.mi-slider nav a.mi-selected:before {
	border-color: transparent;
	border-top-color: #333;
	border-width: 27px;
	left: 50%;
	margin-left: -27px;
}

/* Move classes and animations */

.mi-slider ul:first-child li,
.no-js .mi-slider ul li {
	-webkit-animation: scaleUp 350ms ease-in-out both;
	animation: scaleUp 350ms ease-in-out both;
}

@-webkit-keyframes scaleUp {
	0% { -webkit-transform: translateX(0) scale(0); }
	100% { -webkit-transform: translateX(0) scale(1); }
}

@keyframes scaleUp {
	0% { -webkit-transform: translateX(0) scale(0); transform: translateX(0) scale(0); }
	100% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); }
}

.mi-slider ul:first-child li:first-child {
	-webkit-animation-delay: 90ms;
	animation-delay: 90ms;
}

.mi-slider ul:first-child li:nth-child(2) {
	-webkit-animation-delay: 180ms;
	animation-delay: 180ms;
}

.mi-slider ul:first-child li:nth-child(3) {
	-webkit-animation-delay: 270ms;
	animation-delay: 270ms;
}

.mi-slider ul:first-child li:nth-child(4) {
	-webkit-animation-delay: 360ms;
	animation-delay: 360ms;
}

/* moveFromRight */

.mi-slider ul.mi-moveFromRight li {
	-webkit-animation: moveFromRight 350ms ease-in-out both;
	animation: moveFromRight 350ms ease-in-out both;
}

/* moveFromLeft */

.mi-slider ul.mi-moveFromLeft li {
	-webkit-animation: moveFromLeft 350ms ease-in-out both;
	animation: moveFromLeft 350ms ease-in-out both;
}

/* moveToRight */

.mi-slider ul.mi-moveToRight li {
	-webkit-animation: moveToRight 350ms ease-in-out both;
	animation: moveToRight 350ms ease-in-out both;
}

/* moveToLeft */

.mi-slider ul.mi-moveToLeft li {
	-webkit-animation: moveToLeft 350ms ease-in-out both;
	animation: moveToLeft 350ms ease-in-out both;
}

/* Animation Delays */

.mi-slider ul.mi-moveToLeft li:first-child,
.mi-slider ul.mi-moveFromRight li:first-child,
.mi-slider ul.mi-moveToRight li:nth-child(4),
.mi-slider ul.mi-moveFromLeft li:nth-child(4) {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(2),
.mi-slider ul.mi-moveFromRight li:nth-child(2),
.mi-slider ul.mi-moveToRight li:nth-child(3),
.mi-slider ul.mi-moveFromLeft li:nth-child(3) {
	-webkit-animation-delay: 90ms;
	animation-delay: 90ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(3),
.mi-slider ul.mi-moveFromRight li:nth-child(3),
.mi-slider ul.mi-moveToRight li:nth-child(2),
.mi-slider ul.mi-moveFromLeft li:nth-child(2) {
	-webkit-animation-delay: 180ms;
	animation-delay: 180ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(4),
.mi-slider ul.mi-moveFromRight li:nth-child(4),
.mi-slider ul.mi-moveToRight li:first-child,
.mi-slider ul.mi-moveFromLeft li:first-child  {
	-webkit-animation-delay: 270ms;
	animation-delay: 270ms;
}

/* Animations */

@-webkit-keyframes moveFromRight {
	0% { -webkit-transform: translateX(600%); }
	100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveFromLeft {
	0% { -webkit-transform: translateX(-600%); }
	100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveToRight {
	0% { -webkit-transform: translateX(0%); }
	100% { -webkit-transform: translateX(600%); }
}

@-webkit-keyframes moveToLeft {
	0% { -webkit-transform: translateX(0%); }
	100% { -webkit-transform: translateX(-600%); }
}

@keyframes moveFromRight {
	0% { -webkit-transform: translateX(600%); transform: translateX(600%); }
	100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

@keyframes moveFromLeft {
	0% { -webkit-transform: translateX(-600%); transform: translateX(-600%); }
	100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

@keyframes moveToRight {
	0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
	100% { -webkit-transform: translateX(600%); transform: translateX(600%); }
}

@keyframes moveToLeft {
	0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
	100% { -webkit-transform: translateX(-600%); transform: translateX(-600%); }
}

.mi-slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 300px;
	width: 1200px;
	bottom: 80px;
}

/* Media Queries */
@media screen and (max-width: 910px){
	.mi-slider nav {
		max-width: 90%;
	}
	.mi-slider nav a {
		font-size: 12px;
		padding: 40px 10px 30px 14px;
	}
}

@media screen and (max-width: 740px){
	.mi-slider {
		height: 300px;
	}
	.mi-slider nav {
		top: 220px;
	}
}

@media screen and (max-width: 490px){ 
	.mi-slider {
		text-align: center;
		height: auto;
	}

	.mi-slider ul {
		position: relative;
		display: inline;
		bottom: auto;
		pointer-events: auto;
	}

	.mi-slider ul li {
		-webkit-animation: none !important;
		animation: none !important;
		-webkit-transform: translateX(0) !important;
		transform: translateX(0) !important;
		padding: 10px 3px;
		min-width: 140px;
	}

	.mi-slider nav {
		display: none;
	}
}
.brand {
	font-family: Arial;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #353434;
	top: 0px;
	position: relative;
	display: block;
	width: 1220px;
	text-align: center;
	line-height: 35px;
	height: 35px;
	margin-top: 70px;
}
#more {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.comapy_hdng {
	font-family: Arial;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	width: 1200px;
	color: #272525;
}
.link_map {
	height: 200px;
	width: 450px;
	font-family: Arial;
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 50px;
	float: left;
	padding-left: 50px;
}
.certificate {
	height: 200px;
	width: 120px;
	float: left;
	margin-top: 30px;
	background-image: url(../img/certificate.png);
	background-repeat: no-repeat;
	margin-left: 100px;
}
#clip {
	height: 300px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.clip_outr {
	height: 300px;
	width: 100%;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.brands {
	margin-right: auto;
	margin-left: auto;
}
.brpoof {
}
#brpoof {

}
#form {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.form_tec {
	width: 600px;
	float: left;
	margin-top: 30px;
}
.right_col_form {
	float: right;
	width: 550px;
	height: 800px;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: 400;
	color: #171717;
	margin-top: 20px;
}
.form_outer {
	height: auto;
	width: 100%;
}
.contact_hdr_contact {
	height: 358px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/top_bg__contact.png);
	background-repeat: repeat;
}
.contact_inner_hdr {
	height: 350px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../imges/policy.png);
	background-repeat: no-repeat;
	background-position: center;
}
.map {
	text-align: center;
	width: 100%;
}
.ceo_body_outer {
	height: auto;
	width: 100%;
	background-repeat: no-repeat;
	z-index: 99999;
}

.ceo_body_outside {
	height: 840px;
	width: 100%;
	background-repeat: no-repeat;
	z-index: 99999;
}
.rental_body_outer {
	height: 850px;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../header_images/jpg/wireline.png);
	background-position: center;
}

.ceo_body_inner {
	height: auto;
	width: 1200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial;
	font-size: 36px;
	line-height: 30px;
	font-weight: bold;
	color: #2E2C2C;
	z-index: 9999;
	background-color: #FFFFFF;
	text-align: center;
	border: thin solid #2D2C2C;

}
.ceo_body_inside {
	height: 840px;
	width: 1200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial;
	font-size: 36px;
	line-height: 30px;
	font-weight: bold;
	color: #2E2C2C;
	z-index: 9999;
	background-color: #FFFFFF;
	text-align: center;
	border: thin solid #2D2C2C;
	background-image: url(../imges/ceo_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;

}
.ceo_text {
	font-family: Arial;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #322F2F;
	height: auto;
	width: 600px;
	margin-left: 500px;
	padding-top: 50px;
	text-align: left;
}
.footer_outer {
	width: 100%;
	background-color: #2C2C2C;
}
.ceo_bg {
	text-align: center;
	width: 1220px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.profile_inner {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
}

.rental_inner {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	height: 850px;
	padding-top: 100px;
}

.profile_hdng {
	font-family: Arial;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	color: #252525;
	text-align: center;
	margin-top: 0px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	overflow: hidden;
}
.profile_para {
	font-family: Arial;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #030303;
	text-align: center;
	height: 450px;
	padding-top: 30px;
}
.dm_outer {
	height: 100%;
	width: 100%;
	float: left;
}
.dm_inner {
	height: auto;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: justify;
}

.dm_para {
	font-family: Arial;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	width: 545px;
	margin-right: auto;
	margin-left: auto;
	color: #030303;
	text-align: justify;
	height: auto;
	padding-top: 30px;
	float: right;
}

.service_right {
	font-family: Arial;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	width: 545px;
	margin-right: auto;
	margin-left: auto;
	color: #030303;
	text-align: justify;
	height: auto;
	float: right;
	margin-top: 10px;
}
.dm_para_builts {
	float: right;
	width: 545px;
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 20px;
	color: #1E1E1E;
}
.dm_built_wrp {
	height: 400px;
	width: 545px;
	float: right;
	margin-top: 20px;
}
.dm_img_1 {
	float: left;
	width: 510px;
	margin-top: 20px;
	height: auto;
}

.dm_img {
	float: left;
	width: 512px;
	height: auto;
	margin-top: 10px;
}

.col1 {
	width: 300px;
}
.col2 {
	width: 300px;
}
.lightbox_text {
	float: left;
	height: 200px;
	width: 200px;
}
.sub_hdng {
	font-family: Arial;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	width: 500px;
	background-color: #1590C4;
	height: 30px;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px;
}
.roller {
	width: 1200px;
	border-top: thin solid #8C8C8C;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	float: left;
}

.dm_para_builts ul li{
	list-style-type: disc;
	list-style-position: inside;
	padding: 10px 0 2px 15px;
	text-indent: -1em;
	font-size: 14px;
	line-height: normal;
}
.dm_button {
	height: 150px;
	width: 100%;
	padding-top: 50px;
}
.dm_previous_btn {
	float: left;
	width: 100px;
}
.dm_next_btn {
	float: right;
	width: 200px;
	text-align: right;
}
.ifrm {
	height: 1600px;
	width: 100%;
}
.products {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	border: 1px solid #6E6E6E;
}

.products_hydro {
	height: 1515px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
}

.products_text {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #1D1D1D;
	padding-top: 30;
	background-color: #FFFFFF;
	margin-top: 30px;
	text-align: justify;
	padding-right: 50px;
	padding-left: 50px;
	height: 100%;
	margin-bottom: 50px;
}
.products_text h1 {
	size: 20;
	font-family: Arial;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-align: left;
}
.desing_gall {
	width: 500px;
	text-align: center;
}
.dm_btn_inner {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.link_map ul {
	font-family: Arial;
	font-weight: bold;
	color: #FF0004;
	display: block;
}
.link_map ul li a {
	color: #FFFFFF;
}
.link_map ul li a:hover {
	color: #F90004;
	display: block;
}
.link_map li {
	color: #FFFFFF;

}
.sr {
	float: left;
	width: 550px;
	height: 700px;
}
.sr {
	float: left;
}
.service_col1 {
	margin-left: 50px;

}

.service_col2 {
	float: right;
	margin-right: 50px;
}
serive_right {
}

#slideout {
	position: fixed;
	top: 200px;
	right: 0;
	width: 73px;
	padding: 12px 0;
	text-align: center;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	z-index: 99999999;
	background-repeat: no-repeat;
		}
		#slideout_inner {
	position: fixed;
	top: 200px;
	right: -284px;
	width: 287px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-align: left;
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
	background-image: url(../imges/email_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 87px;
	padding-top: 8px;
		}
		#slideout_inner textarea {
			width: 190px;
			height: 100px;
			margin-bottom: 6px;
		}
		#slideout:hover {
			right: 290px;
		}
		#slideout:hover #slideout_inner {
			right: 0;
		}
		
		
		
h2.sub {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	padding: 0px 13px;
}

h3.sub {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: initial;
	background-image: none;
	margin-left: 5px;
	padding-left: 10px;
}
li.button {
       border-radius: 8px;
    background-color: #14458A;
    margin: 0px 4px;
}
li.button {
    border-radius: 8px;
    background-color: #1e5198;
    margin: 8px 4px;
    height: 33px;
}
li.button a {
    margin-top: -9px;
}
.polociy_inner {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.policy {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: 900px;
	margin-top: 30px;
	border: 1px dotted #6E6E6E;
	padding-top: 20px;
}

#policy_col1 {
	float: left;
	width: 370px;
	margin-left: 20px;
	border: 1px dotted #292727;
	padding-right: 5px;
	padding-left: 5px;
}
#policy_col2 {
	float: left;
	width: 370px;
	margin-left: 20px;
	border: 1px dotted #292727;
	padding-right: 5px;
	padding-left: 5px;
}
#policy_col3 {
	float: left;
	width: 370px;
	margin-left: 20px;
	border: 1px dotted #292727;
	padding-right: 5px;
	padding-left: 5px;
	
}
.service_more {
	margin-top: 10px;
	margin-bottom: 50px;
	padding-right: 20px;
	padding-bottom: 10px;
	width: 480px;
}
.more_btn {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FF0004;
}
.service_more a strong {
	color: #FF0004;
}
tbody tr td {
	text-align: center;
}
.fb_top {
	float: right;
	width: 100px;
}
.gallary_right {
	float: right;
	width: 500px;
	margin-top: 20px;
}
.img_left_repair_furb {
	width: 495px;
	margin-right: auto;
	float: left;
}
.right_repair_refb {
	float: right;
	width: 500px;
	height: auto;
}
.left_col_repair_reff {
	float: left;
	height: 800px;
	width: 500px;
}
.wireline_col {
	width: 280px;
	height: 222px;
	margin: 10px;
	float: left;
	text-align: center;
}
.wireline_col p {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	text-align: center;
}
.dm_inner ul li {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	display: list-item;
	font-style: normal;
	list-style-type: none;
	margin-left: 20px;
}
.dm_outer .dm_inner ul {
	margin-top: 10px;
}
.list_div {
	float: left;
	height: 500px;
	width: 550px;
	margin-top: 20px;
	margin-left: 30px;
}
.download {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #FF0004;
	display: block;
	width: 1200px;
	margin-top: 20px;
	float: left;
}
.download_button {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	float: left;
	background-color: #FF0004;
	text-align: center;
	width: 250px;
	height: 35px;
	margin-top: 20px;
	padding-top: 5px;
	margin-left: 30px;
}
