 @charset "utf-8";
@font-face {
	font-family: 'proximanova-regular-webfont';
	src: url('../fonts/proximanova-regular-webfont.woff') format('woff');
}
@font-face {
	font-family: 'proximanova-light-webfont';
	src: url('../fonts/proximanova-light-webfont.woff') format('woff');
}
@font-face {
	font-family: 'LTYPE';
	src: url('../fonts/LTYPE.eot');
	src: url('../fonts/LTYPE.eot?#iefix') format('embedded-opentype'), url('../fonts/LTYPE.ttf') format('truetype'), url('../fonts/heLTYPElr65w.svg#bauhs93') format('svg');
}
*, *:before, *:after {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
a, img {
	border: 0px;
	outline: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bodybg.jpg) repeat;
}
.maincontentfluid {
	width: 100%;
	float: left;
}
.mainwrapper {
	max-width: 1170px;
	min-width: 240px;
	margin: 0px auto;
}
.main_inner {
	width: 100%;
	float: left;
	background: #fff;
	position: relative;
}
.header_inner {
	width: 100%;
	position: relative;
	float: left;
}
.inner_fluid {
	width: 100%;
	float: left;
	background: #fff;
	padding: 0px 30px;
}
.header_fluid {
	height: 110px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,237,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,237,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(226,237,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2edf5', GradientType=0 ); /* IE6-9 */
}
.logo {
	width: auto;
	margin: auto;
	display: table;
}
.logo a {
	outline: none;
}
.logo img {
	margin-top: 13px;
}
.isologo {
	width: 100px;
	height: 100px;
	float: right;
	position: absolute;
	right: 0px;
	top: 5px;
}
.menu_fluid {
	width: 100%;
	float: left;
	height: 42px;
	background: url(../images/menubg.png) repeat-x;
}
.mainmenu {
	width: auto;
	float: left;
}
.nav {
	float: left;
	display: table;
	width: 100%;
}
.nav ul {
	float: right;
	margin-bottom: 0px;
}
.nav ul > li {
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 30px;
	border-left: 1px solid #0a71b1;
}
.nav ul li > a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 11px 0px 11px 0px;
	display: block;
	outline: none;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	transition: all 0.5s ease 0s;
	text-transform: uppercase;
}
/*.nav ul li:last-child 
{
	border:0px;
}*/
/*.nav ul li:last-child > a{padding-right: 0px; border:0px;}*/
.nav ul li:hover > a {
	color: #FD8000;
}
.nav ul li a.current {
	color: #FD8000;
}
.secnav ul li > a {
	color: #FD8000;
	padding: 17px 21px 17px 21px;
}
/*.nav ul li .active{
	
}*/

.nav ul li:hover > ul {
	display: block !important;
	-webkit-animation-duration: .3s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: zoomIn;
	-moz-animation-duration: .3s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-moz-animation-name: zoomIn;
	animation-duration: .3s;
	animation-timing-function: ease;
	animation-fill-mode: both;
	animation-name: zoomIn;
}
.nav ul ul {
	display: none;
	width: 200px;
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 99999;
	box-shadow: 0 6px 7px 0px rgba(0, 0, 0, 0.3);
	background-color: #01324e;
}
.nav ul ul ul {
	display: none;
	width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99999;
	box-shadow: 0 6px 7px 0px rgba(0, 0, 0, 0.3);
	background-color: #01324e;
}
.nav ul ul li {
	margin-left: 0px;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	border-right: 0px;
	border-left: 0px;
	display: block;
	background-image: none;
	border-bottom: 1px solid #063d5c;
}
.nav ul ul li:last-child {
	border-bottom: 0px !important;
}
.nav ul ul li a {
	color: #fff;
	box-shadow: none;
	padding: 8px 10px;
	border-bottom: 0px;
	display: block;
	height: auto;
	outline: none;
	line-height: normal;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	transition: all 0.5s ease 0s;
}
.nav ul ul li:hover > a {
	box-shadow: none;
	color: #fff;
	background-color: #063d5c;
}
.search {
	float: right;
	width: 20%;
	position: relative;
	margin-top: 6px;
}
.search_field {
	width: 100%;
	height: 30px;
	padding: 10px;
	padding-right: 23px;
	border: none;
	background: #fff;
}
.search_submit {
	width: 20px;
	height: 20px;
	background: url(../images/search.png) no-repeat;
	position: absolute;
	right: 10px;
	border: none;
	top: 6px;
}
.carousel-control.left {
	background-image: none;
	left: 40px;
	opacity: 0.7;
	width: 25px;
	height: 42px;
	outline: medium none;
}
.carousel-control.right {
	background-image: none;
	right: 40px;
	width: 25px;
	height: 42px;
	opacity: 0.7;
	outline: medium none;
}
.producttext_scroll {
	width: 100%;
	float: left;
	padding: 0px 40px;
	height: 50px;
	position: relative;
	background: #255483;
}
.producttext_scroll:before {
	width: 50px;
	height: 50px;
	background: #255483;
	position: absolute;
	left: 0px;
	z-index: 99;
	top: 0px;
	content: '';
}
.producttext_scroll:after {
	width: 50px;
	height: 50px;
	background: #255483;
	position: absolute;
	right: 0px;
	top: 0px;
	content: '';
	z-index: 99;
}
.news_scroll {
	list-style: none;
}
.news_scroll li {
	display: inline-block;
	float: left;
	margin-top: 12px;
}
.news_scroll li a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
	font-family: 'Lato', sans-serif;
	transition: all 0.3s ease 0s;
}
.news_scroll li a:hover {
	color: #C2E3F8;
}
.news_scroll li a i {
	margin-right: 5px;
}
.wel_hd {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	color: #336699;
}
.welcome {
	padding: 0px 60px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #4d4d4d;
	text-align: center;
	line-height: 22px;
}
.readmore {
	color: #336699;
	text-align: center;
	border: 1px solid #336699;
	padding: 10px 20px;
	display: table;
	text-decoration: none;
	margin: 20px auto;
	border-radius: 7px;
	transition: all ease .5s;
}
.readmore:hover {
	background: #336699;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	transition: all ease .5s;
}
.main_services ul {
	list-style-type: none;
	margin-top: 0px;
	display: table;
}
.main_services ul li {
	float: left;
	width: 256px;
	position: relative;
	margin: 10px;
	transition: all ease .5s;
	text-align: center;
	background: #fff;
	border: 1px solid #e7e7e7;
}
.serimg {
	width: 220px;
	height: 80px;
	overflow: hidden;
	padding: 10px;
	margin: auto;
	margin-top: 15px;
	border: 1px solid #dedede;
}
.ser_text1 {
	height: 80px;
	overflow: hidden;
}
.serimg img {
	width: 100%;
	height: 100%;
}
.main_services {
	width: 95%;
	margin: auto;
}
.ser_text {
	width: 100%;
	padding: 6px 15px 10px 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}
.ser_text a {
	color: #3c84bb;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}
.ser_text a:hover {
	text-decoration: none;
	color: #cc0000;
}
.main_services ul li h4 a {
	width: 100%;
	display: table;
}
.main_services ul li h4 {
	color: #fff;
	background: #cc0000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding-left: 23px;
	padding-right: 10px;
	margin: 0px;
	font-size: 16px;
	overflow: hidden;
	height: 50px;
	position: relative;
	text-align: left;
	transition: all ease .5s;
	line-height: 50px;
}
.main_services ul li h4:before {
	font-size: 18px;
	font-weight: bold;
	left: 10px;
	top: 0px;
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	margin-right: 5px;
}
.solutionarrow_left {
	cursor: pointer;
	left: 0px;
	top: 100px;
	position: absolute;
	z-index: 2;
}
.solutionarrow_right {
	cursor: pointer;
	top: 100px;
	position: absolute;
	right: 0px;
	z-index: 2;
}
.main_services ul li:hover > h4 {
	background: #275380;
	transition: all ease .5s;
}
.main_services ul li:hover {
	border: 1px solid #275380;
	transition: all ease .5s;
}
.clients {
	width: 95%;
	margin: 25px auto;
	border: 1px solid #e7e7e7;
}
.clients h4 {
	color: #333;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border-bottom: 1px solid #e7e7e7;
	width: 100%;
	margin: 0px;
	background: #f9f9f9;
	padding: 10px 20px;
}
.clients ul {
	list-style-type: none;
	margin: 10px 0px;
}
.clients ul li {
	float: left;
	text-align: center;
	padding: 5px;
	margin: 0px 10px;
	border: 1px solid #e1e1e1;
}
.clients ul li a {
	width: 120px;
	margin: auto;
}
.solutionarrow_left {
	cursor: pointer;
	left: 0px;
	top: 100px;
	position: absolute;
	z-index: 2;
}
.solutionarrow_right {
	cursor: pointer;
	top: 100px;
	position: absolute;
	right: 0px;
	z-index: 2;
}
#clientprev1 {
	cursor: pointer;
	right: 70px;
	top: 30px;
	position: absolute;
	z-index: 2;
}
#clientnext1 {
	cursor: pointer;
	top: 30px;
	position: absolute;
	right: 50px;
	z-index: 2;
}
.footer_tagline {
	text-align: center;
	color: #fff;
	background: none;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin: 22px 0px;
}
.cipyright {
	text-align: center;
	color: #dbdbdb;
	background: none;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin: 10px 0px;
}
.downloadBtn {
	line-height: 18px;
	color: #CC0000;
	border: 0px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	border-radius: 3px;
	margin-left: 10px;
	font-size: 12px;
	background: none;
}
.inner_banner {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	height: 250px;
}
.banner_text {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	margin: auto;
	width: 60%;
	text-align: center;
}
.banner_text h4 {
	color: #fff;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	margin-top: 100px;
	margin-bottom: 17px;
	text-shadow: 0px 0px 5px 5px #000;
	text-transform: uppercase;
}
.banner_text a {
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #CC0000;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 5px;
	display: table;
	margin: auto;
	font-family: 'Lato', sans-serif;
}
.banner_text a:hover {
	background: #275380;
}
.rootpath {
	width: 100%;
	height: 38px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+16,cccccc+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 16%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 16%, rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 16%, rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0 ); /* IE6-9 */
	float: left;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.rootpath ul {
	list-style-type: none;
	margin: 10px 0px;
	display: table;
}
.rootpath ul li {
	float: left;
	margin-left: 10px;
	padding-right: 10px;
	position: relative;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #CC0000;
}
.rootpath ul li a {
	text-decoration: none;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	margin: 10px;
}
.rootpath ul li:after {
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: 'FontAwesome';
	content: '\f105';
}
.rootpath ul li:last-child:after {
	display: none;
}
.innerhd {
	margin-top: 10px;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	color: #275380;
	font-weight: 600;
	text-transform: capitalize;
}
.inner_left {
	width: 26%;
	float: left;
	padding: 0px 15px;
	margin: 10px 0px;
}
.inner_right {
	width: 73%;
	margin: 0px 0px 20px 0px;
	color: #333;
	position: relative;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.viewsite {
	position: absolute;
	right: 0px;
	top: 7px;
	background: #fff;
	border: 1px solid #275380;
	padding: 4px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: #275380;
	border-radius: 5px;
}
.viewsite:hover {
	color: #B81726;
	text-decoration: none;
	border: 1px solid #B81726;
}
.viewsite:focus {
	color: #275380;
	text-decoration: none;
	border: 1px solid #275380;
}
.innersubmenu {
	border: 1px solid #DDD;
	border-radius: 5px;
	list-style-type: none;
}
.innersubmenu li {
	list-style: none;
	font-weight: 600;
}
.innersubmenu li:first-child {
	background: #275380;
	color: #fff;
}
.innersubmenu li a {
	text-decoration: none;
	border-bottom: 1px solid #EEE;
	display: block;
	font-weight: 600;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 10px 20px;
	text-decoration: none;
}
.innersubmenu li a:hover {
	color: #275380;
}
.innersubmenu li a.active {
	border-left: 3px solid #CC0000;
	background: #EAE9E8;
	color: #CC0000;
}
.innersubmenu ul li a {
	background: #fcfbfb;
	outline: none;
	border-left: 3px solid #b1acae;
}
.innersubmenu ul li a:hover {
	background: #EAE9E8;
	color: #CC0000;
	font-weight: 600;
	border-left: 3px solid #CC0000;
}
.productdiv {
	width: 100%;
	float: left;
	padding: 15px;
	/*background:#F9F9F9;*/
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,234,234,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(237,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edeaea', GradientType=0 ); /* IE6-9 */
	margin-top: 10px;
	margin-bottom: 15px;
	border: 1px solid #e7e7e7;
}
.innerpage_productimg {
	width: 180px;
	/*height: 130px;*/
	padding: 10px;
	background: #fff;
	float: left;
	border: 1px solid #DDD;
}
.innerpage_productimg img {
	width: 100%;
	/*height: 100%;*/
}
.innerpage_protext {
	float: left;
	width: 75%;
	margin-left: 15px;
}
.innerpro_hd {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	color: #336699;
	font-size: 18px;
	width: 100%;
	float: left;
	text-transform: uppercase;
}
.products_list {
	list-style-type: none;
	width: 100%;
	float: left;
	padding-left: 15px;
}
.products_list li {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #333;
	position: relative;
	font-size: 13px;
	margin-bottom: 3px;
}
.products_list li:before {
	content: '\f0da';
	left: -10px;
	color: #275380;
	position: absolute;
	top: 0px;
	font-family: 'FontAwesome'
}
.products_list li a {
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #ff0000;
	font-size: 13px;
	margin-left: 10px;
}
.contact_form {
	width: 65%;
	float: left;
	padding: 0px 20px;
}
.contact_hd {
	color: #202020;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.address_main {
	width: 33%;
	float: right;
	margin-right: 20px;
}
.formdiv {
	width: 100%;
	margin-bottom: 20px;
	float: left;
}
.ctname {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #cecece;
	box-sizing: border-box;
	color: #333;
	float: left;
	font-size: 13px;
	font-weight: 300;
	margin-right: 7px;
	padding: 10px 5px;
	transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
	width: 49%;
}
.cn_textarea {
	width: 100%;
	height: 150px;
}
.cn_submit {
	background: #D72229;
	color: #fff;
	padding: 10px 20px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	border-radius: 3px;
	text-transform: uppercase;
	border: none;
}
.cn_submit:hover {
	background: #EC1D5F;
}
.address {
	width: 100%;
	float: left;
}
.address ul {
	list-style-type: none;
	margin: 0px;
}
.address ul li {
	width: 100%;
	font-family: 'Lato', sans-serif;
	margin-bottom: 15px;
	float: left;
}
.address ul li p {
	width: 80%;
	float: right;
}
.address ul li p strong {
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	display: table;
	color: #000;
	margin-top: -8px;
	margin-bottom: 5px;
}
.address ul li p span {
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	display: table;
	color: #545454;
	width: 100%;
	display: table;
	margin-bottom: 5px;
}
.address ul li i {
	width: 50px;
	height: 50px;
	border: 1px solid #D72229;
	text-align: center;
	color: #D72229;
	border-radius: 5px;
	font-size: 30px;
	float: left;
	line-height: 50px;
}
.aboutus_inner {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: justify;
	color: #000;
	line-height: 25px;
	padding: 20px;
}
.about_left {
	width: 75%;
	float: left;
}
.about_right {
	float: right;
	width: 23%;
	display: table;
	padding: 0px 20px;
	background: #F9F9F9;
}
.about_right h4 {
	color: #275380;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border-left: 3px solid #B81726;
	padding-left: 10px;
	margin: 15px 0px;
	text-transform: uppercase;
}
.about_right ul {
	list-style-type: none;
}
.about_right ul li {
	border: 1px solid #ccc;
	width: 100%;
	text-align: center;
	height: 100px;
	display: table;
	background: #fff;
	margin-bottom: 10px;
}
.about_right ul li a {
	vertical-align: middle;
	display: table-cell;
}
.about_right ul li:hover {
	border: 1px solid #275380;
}
.innerpage_clients ul {
	list-style-type: none;
}
.innerpage_clients ul li {
	float: left;
	width: 14%;
	height: 115px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
	margin: 15px;
	text-align: center;
	overflow: hidden;
}
.innerpage_clients ul li img {
	width: 100%;
	height: 100%;
}
.innerpage_clients {
	width: 100%;
	float: left;
	padding: 0px 20px;
}

/*   ---------------  mobile starts here -----------------   */
@media only screen and (min-width : 980px) and (max-width :1249px) {
.mainwrapper {
	max-width: 960px;
	min-width: 240px;
	margin: 0px auto;
}
.serimg { width:auto;height:auto;margin:10px; }
.serimg img { width:100%; }
.inner_banner { height:auto; }
.inner_banner img { width:100%; }
.about_right { display:block; }
.innerpage_protext { width:70%; }
.innerpage_clients ul li { height:auto;width:18%;margin:1%; }
.contact_form { width:64%; }
.main_services1 { text-align:center; }
.main_services1 ul li { float:none;display:inline-block; }

}

@media only screen and (min-width : 768px) and (max-width :979px) {
.mainwrapper {
	max-width: 760px;
	min-width: 240px;
	margin: 0px auto;
}
.nav ul > li {
    margin-left: 0px;
    margin-right: 15px;
    padding-left: 15px;
}
.serimg { width:auto;height:auto;margin:10px; }
.serimg img { width:100%; }
.inner_banner { height:auto; }
.inner_banner img { width:100%; }
.about_right { display:block; }
.about_right ul li { height:auto;padding:10px 0 }
.about_right ul li img{ width:100%; }
.innerpage_productimg { width:22%;height:auto }
.innerpage_productimg img { width:100%;height:auto; }
.innerpage_protext { width:70%; }
.innerpage_clients ul li { height:auto;width:18%;margin:1%; }
.contact_form { width:56%; }
.address_main { width:40%; }
.main_services1 { text-align:center; }
.main_services1 ul li { float:none;display:inline-block;width:256px !important; }
.main_services ul li {  }
.emacall{
    display:none;
}
}

@media only screen and (min-width : 360px) and (max-width :767px) {
.mainwrapper {
	max-width: 550px;
	min-width: 240px;
	margin: 0px auto;
}
.header_fluid { height:auto;}
.header_inner { float:left;padding:5px 0 15px 0; }
.logo { width:80%;float:left; }
.logo img { width:100%; }
.isologo { width:18%;}
.isologo img{ width:100%; }
.mainmenu, .search { display:none; }
#cssmenu {
	display: block !important;
}
#cssmenu.small-screen {
	width: 100%;
	height: 45px;
	margin-top: 0px;
	float: right;
}
.producttext_scroll { padding:0 3%; }
.welcome { padding:0 3%; }
.serimg { width:auto;height:auto;margin:10px; }
.serimg img { width:100%; }
#clientsslide img { width:100%; }
.clients .caroufredsel_wrapper { height:90px !important }
.inner_banner { height:auto; }
.inner_banner img { width:100%; }
.about_left { width:100%;margin:0;padding:0; }
.about_right { display:none; }
.inner_left { display:none; }
.inner_right { width:100%; margin:0;padding:0 2%; }
.innerpage_productimg { width:70%;height:auto;margin-left:auto;margin-right:auto;float:none;display:block; }
.innerpage_productimg img { width:100%;height:auto; }
.innerpage_protext { width:100%;padding:0;margin:0; }
.innerpage_clients ul li { height:auto;width:31.3%;margin:1%; }
.contact_form { width:100%;margin:0;padding:0 2%; }
.address_main { width:100%; margin:0;padding:0 2%;}
.ctname {margin-right:1%;}
.main_services1 { text-align:center; }
.main_services1 ul li { float:none;display:inline-block;width:47% !important;margin:1%; }
.main_services ul li { width:auto;}
.emacall{
    display:none;
}
}

@media only screen and (min-width : 240px) and (max-width :359px) {
.mainwrapper {
	max-width: 320px;
	min-width: 240px;
	margin: 0px auto;
}
.header_fluid { height:auto;}
.header_inner { float:left;padding:5px 0 15px 0; }
.logo { width:80%;float:left; }
.logo img { width:100%; }
.isologo { width:18%;}
.isologo img{ width:100%; }
.mainmenu, .search { display:none; }
#cssmenu {
	display: block !important;
}
#cssmenu.small-screen {
	width: 100%;
	height: 45px;
	margin-top: 0px;
	float: right;
}
.producttext_scroll { padding:0 3%; }
.welcome { padding:0 3%; }
.serimg { width:auto;height:auto;margin:10px; }
.serimg img { width:100%; }
#clientsslide img { width:100%; }
.clients .caroufredsel_wrapper { height:70px !important }
.inner_banner { height:auto; }
.inner_banner img { width:100%; }
.about_left { width:100%;margin:0;padding:0; }
.about_right { display:none; }
.inner_left { display:none; }
.inner_right { width:100%; margin:0;padding:0 2%; }
.innerpage_productimg { width:70%;height:auto;margin-left:auto;margin-right:auto;float:none;display:block; }
.innerpage_productimg img { width:100%;height:auto; }
.innerpage_protext { width:100%;padding:0;margin:0; }
.innerpage_clients ul li { height:auto;width:48%;margin:1%; }
.contact_form { width:100%;margin:0;padding:0 2%; }
.address_main { width:100%; margin:0;padding:0 2%;}
.formdiv { margin-bottom:0; }
.ctname {margin-right:0;margin-bottom:10px;width:100%;}
.main_services1 { text-align:center; }
.main_services1 ul li { float:none;display:inline-block;width:95% !important;margin:1%; }
.main_services ul li { width:auto; }
.emacall{
    display:none;
}
}
