@charset "utf-8";
@font-face {
	font-family: 'ABeeZee';
	src: url('../fonts/ABeeZee-Regular.eot');
	src: url('../fonts/ABeeZee-Regular.eot?#iefix') format('embedded-opentype'),   
	url('../fonts/ABeeZee-Regular.ttf') format('truetype'),  url('../fonts/ABeeZee-Regular.woff') format('woff');
}
*, *: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;
}
.scrollup {
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	position: fixed;
	bottom: 60px;
	right: 17px;
	display: none;
	z-index: 2222222;
	background-image: url(../images/icon_top.png);
	background-repeat: no-repeat;
	opacity: 1;
}
a, img {
	border: 0px;
	outline: 0px;
	text-decoration: none;
}
ul ,ol { list-style: none;list-style-type: none;  }
body {
	margin: 0px;
	padding: 0px;
	overflow-x:hidden;
	background-color: #333;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	background-position: center center;
	font-family: "ABeeZee", sans-sarif;
}
.mainwrapper {
	max-width: 1000px;
	min-width: 240px;
	margin: 0px auto;
	/*overflow-x: hidden;*/
}
.maincontentfluid {
	width: 100%;
	float: left;
	margin: 25px 0;
	background-color: #fff;
	box-shadow: 0px 0px 15px 1px #222;
	border-top:5px solid #229f9e;
	border-bottom:5px solid #229f9e; 
}

.innermain_fluid {
	width: 100%;
	float: left;
	position:relative;
}
.mainbanner
{
	width:100%;
	margin:0;
	padding: 0;
	float: left;
	position:relative;
}
.carousel-control.left {
    background-image: none;
    left: 75px;
    opacity: 1;
    outline: medium none;
}
.carousel-control.right {
    background-image: none;
    right: 75px;
    opacity: 1;
    outline: medium none;
}
.bannerllogo
{
	width:214px;
	margin:auto;
	margin-top:100px;
}
.bannerllogo h5
{
	color:#fff;
	text-transform:uppercase;
	font-size:42px;
	font-family: "ABeeZee", sans-sarif;
	text-align:center;
	font-weight:bold;
}
.button
{
	background:#74a492;
	font-size:18px;
	color:#fff;
	padding:7px 15px;
	text-decoration:none;
	font-family: "ABeeZee", sans-sarif;
	text-align:center;
	display: block;;
}
.button:hover
{
	background:#9DA082;
	color:#fff;
	text-decoration:none;
}
.header {
	width:100%;
	float: left;
	margin: 0;
}
.logo {
	float: left;
	width: 20%;
	padding: 15px;
}
.logo a{
	outline:none;
}
.logo a img{
	width:300px;
}
.topnav{
	float: right;
	width:40%;
	padding: 15px;
	position: relative;
}
.topnav ul { float: right;  }
.topnav ul li a{ 
	display: block;
	width: 100%;
	text-align: right;
	padding:5px 0;
	font-family: "ABeeZee", sans-sarif;
	font-size: 16px;
	color: #333; 
}
.topnav ul li a:hover{ 
	color:#117a39 ;
	text-decoration: none;
}
.mainnav{
	float: left;
	width:100%;
	position: relative;
	background-color: #e03c6a;
	z-index: 99;
}
.m_menu { display: none;
	width: 100%;
	background-color: #e03c6a;
	color: #fff;
	cursor: pointer;
	text-align: left;
	padding: 10px 10%;
	font-size: 14px;
	float:left;
}
.m_menu i { float: right; } 
nav{
	float: left;
	width:80%;
	position: relative;
}
nav ul{
	margin:0px;
}
nav ul li{
	float: left;
	position: relative;
}

nav ul li a{
	color: #fff;
	font-size: 15px;
	padding:13px 25px;
	display: block;
	float: left;
	text-decoration: none;
	font-family: "ABeeZee", sans-sarif;
}

nav ul li:hover > a{
	color: #fff;
	background-color: #333;
	text-decoration: none;
	outline: none;
}
nav ul ul{
	display: none;
	}
 @media only screen and (min-width :768px) {
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: fadeInUp;
	-moz-animation-duration: .3s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-moz-animation-name: fadeInLeft;
	animation-duration: .3s;
	animation-timing-function: ease;
	animation-fill-mode: both;
	animation-name: fadeInLeft;	
}

nav ul ul{
	display: none;
	width: 230px;
	position: absolute;
	top: 44px;
	padding:10px;
	left:0px;
	z-index: 99999;
	background-color:#333;
}
nav ul ul ul{
	display: none;
	width: 200px;
	position: absolute;
	top: 0px;
	left:200px;
	z-index: 99999;
	background-color:#fff;
}
}
nav ul ul li{
	width: 100%;
	display: block;
	background-image: none;
}
nav ul ul li a{
	color: #fff;
	box-shadow: none;
	padding: 8px 10px;
	border-bottom: 0px;	
	display: block;
	width:100%;
	height: auto;
	line-height: normal;
	font-size: 14px;
	font-family: "ABeeZee", sans-sarif;
}
nav ul ul li:hover > a{
	box-shadow: none;
	color: #117a39;
	padding: 8px 10px;
	background-color:#fff ;	
}
.topsocial {
	float: right;
	width: 18%;
	margin: 0;padding: 0;
}
.topsocial ul{
	float: right;margin: 0;padding: 0;
}
.topsocial ul li{
	float: right;margin: 0;padding: 0;
}
.topsocial ul li a{
	float: right;
	padding: 13px 10px;
	color: #fff;
	font-size: 15px;
}
.topsocial ul li a:hover{
	background-color: #fff;
}
.topsocial ul li a:hover .fa-facebook{
	color: #3b5998;
}
.topsocial ul li a:hover .fa-twitter{
	color: #4099FF;
}
.topsocial ul li a:hover .fa-google-plus{
	color: #D34836;
}

.welcome{
    color: #010101;
   font-family: "ABeeZee", sans-sarif;
    font-size:16px;
    line-height:26px;
    text-align: center;
    width: 100%;
    padding: 20px 50px;
}
.welcome p {
    color: #010101;
   font-family: "ABeeZee", sans-sarif;
    font-size:16px;
    margin: 0;
    padding: 0;
}
.welcome h4{
    color: #000000;
  font-family: "ABeeZee", sans-sarif;
    font-size:32px;
	text-align:center;
	margin:0;
	padding-bottom: 10px;
}
.welcome h4 span {
	color: #D34836;
}
.moreabout {
    background: #74a492 none repeat scroll 0 0;
    color: #fff;
    display: table;
   font-family: "ABeeZee", sans-sarif;
    font-size: 14px;
    margin: 10px auto auto;
    padding: 5px 15px;
	text-decoration:none;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.moreabout:hover {
	background:#588C78;
	 transition: all 0.5s ease 0s;
	 text-decoration:none;
	 color:#fff;
}
.products{
    font-family: "ABeeZee", sans-sarif;
    text-align: center;
    width: 100%;
    padding: 20px;
    float: left;
	border-top: 1px dotted #ccc;
}
.products h4{
    color: #000000;
    font-family: "ABeeZee", sans-sarif;
    font-size:32px;
	text-align:center;
	margin:0;
	padding-bottom: 20px;
}
.products li { 
	float: left;
	display: inline-block;
	width: 33.33%;
	padding:0 10px;
}
.products li a{ 
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	font-family: "ABeeZee", sans-sarif;
	transition: all .3s;
	background-color: #f7f7f7;
	box-shadow: 0px 0px 10px -1px #aaa;
}
.products li a img{ 
	width: 100%;
	transition: all .3s;
}
.products li h5{ 
	float: left;
	display: block;
	width: 100%;
	padding: 10px 15px 0 15px;
	color: #D34836;
	font-size: 20px;
	font-family: "ABeeZee", sans-sarif;
	transition: all .3s; 
}
.products li p{ 
	float: left;
	display: block;
	width: 100%;
	padding: 10px 15px;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	font-family: "ABeeZee", sans-sarif; 
	transition: all .3s;
}
.products li a:hover {
	background-color: #eee;
	transition: all .3s;
}
.products li a:hover img{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: all .3s;
}
.products li a:hover h5{
	transition: all .3s;
}
.products li a:hover p{
	transition: all .3s;
}
.testimonilas{
    font-family: "ABeeZee", sans-sarif;
    text-align: center;
    width: 100%;
    padding: 20px;
    float: left;
    border-top: 1px dotted #ccc;
    position: relative;
}
.testimonilas h4{ 
	float: left;
	display: block;
	width: 100%;
	padding: 0;
	color: #D34836;
	font-size: 24px;
	font-family: "ABeeZee", sans-sarif;
	transition: all .3s; 
}
.testimonilas li { 
	float: left;
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 10px 50px;
}
.testimonilas li p{ 
	display: block;
	width: 100%;
	padding: 10px 15px;
	color: #333;
	font-size: 16px;
	line-height: 22px;
	font-family: "ABeeZee", sans-sarif; 
	transition: all .3s;
}
.testimonilas .tname {
	width: 100%;
	text-align: center;
	margin:10px 0; 
}
.tname img{ 
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	padding: 4px;
	border-radius: 50px;
	border: 1px solid #D34836;
}
.tname h6 { 
	display: block;
	color: #D34836;
	font-size: 18px;
	margin-top:10px; 
	font-family: "ABeeZee", sans-sarif;
}
.tname h6 span { 
	display: inline-block;
	color: #333;
	font-size: 14px;
	font-family: "ABeeZee", sans-sarif;
}
#testip {
    cursor: pointer;
    left: 25px;
    position: absolute;
    top: 45%;
    z-index: 99;
}
#testin {
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 45%;
    z-index: 99;
}
footer { 
	width: 100%;
	float: left;
	background-color: #333;
	text-align: center;
	padding: 15px 0;
}
footer ul { 
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	float: left;
	/*border-bottom: 1px solid #555;*/
}
footer ul li{ 
	display: inline-block;
}
footer ul li a{ 
	display: block;
	padding: 0 12px;
	color: #aaa;
	font-size: 13px;
	text-decoration: none;
	font-family: "ABeeZee", sans-sarif;
}
footer ul li a:hover{ 
	text-decoration: none;color: #229f9e;
}
footer p { 
	font-size: 13px;
	color: #aaa;
	margin: 0;
	font-weight: 100;
	font-family: "ABeeZee", sans-sarif;
}



.contact { width: 100%;float: left;padding: 25px;  }

.contact_form {
    float: left;
    width: 60%;
}
.contact_hd {
    color: #202020;
    font-family: "ABeeZee", sans-sarif;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.address_main {
    float: right;
    width: 37%;
}
.formdiv {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.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: 20px;
    padding: 10px 5px;
    width: 48%;
}
.cn_textarea {
    height: 150px;
    width: 100%;
}
.cn_submit {
    background: #d72229 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-family: "ABeeZee", sans-sarif;
    font-size: 12px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.cn_submit:hover {
    background: #ec1d5f none repeat scroll 0 0;
}
.address {
    float: left;
    width: 100%;
}
.address ul {
    list-style-type: none;
    margin: 0;
}
.address ul li {
    float: left;
    font-family: "ABeeZee", sans-sarif;
    margin-bottom: 15px;
    width: 100%;
}
.address ul li p {
    float: right;
    width: 80%;
}
.address ul li p strong {
    color: #000;
    display: table;
    font-family: "ABeeZee", sans-sarif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}
.address ul li p span {
    color: #545454;
    display: table;
    font-family: "ABeeZee", sans-sarif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
    width: 100%;
}
.address ul li i {
    border: 1px solid #2B664F;
    border-radius: 5px;
    color: #2B664F;
    float: left;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
.map {
	width: 100%;
	float: left;
	height: 250px;
	margin-top: 20px;
	border: 5px solid #ddd;
}
.map iframe {
	width: 100%;
	height: 100%;
}
.product_page {
	width: 100%;
	float: left;
	padding: 25px;
}
.p_left { 
	width: 50%;
	float: left;
}
.p_left img {
	width: 100%;
}
.p_right{
	width: 50%;
	float: right;
	padding: 0 25px;
	font-family: "ABeeZee", sans-sarif;
    font-size: 14px;
    line-height: 22px;
    color: #333;
}
.p_right h5 { 
	display: block;
	color: #D34836;
	font-size: 18px;
	margin-bottom:10px; 
	font-family: "ABeeZee", sans-sarif;
}
.p_right p { 
	font-family: "ABeeZee", sans-sarif;
    font-size: 14px;
    line-height: 22px;
    color: #333;
}
.p_right ul li{
	font-family: "ABeeZee", sans-sarif;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    padding-left: 20px;
    position: relative;	
}
.p_right ul li:before {
	position: absolute;
	content: '\f0a4';
	top: 0;
	left: 0;
	font-size: 14px;
	font-family: "FontAwesome";
}
.clients { 
	width: 100%;
	text-align: center;
	float: left;
	padding:25px;
}
.clients ul li{
	display: inline-block;
	width: 18%;
	margin: .7%;
	border: 1px solid #ddd;
}
.clients ul li img{
	width: 100%;
}
.clients h4{
    color: #000000;
  font-family: "ABeeZee", sans-sarif;
    font-size:26px;
	text-align:center;
	margin:0;
	padding-bottom: 10px;
}
.clients h4 span {
	color: #D34836;
}

 @media only screen and (min-width : 1279px) and (max-width : 30000px) {


}
 @media only screen and (min-width : 980px) and (max-width : 1279px) {
.mainwrapper {
	max-width: 900px;
	min-width: 240px;
}


}
 @media only screen and (min-width : 768px) and (max-width : 979px) {
.mainwrapper {
	max-width: 700px;
	min-width: 240px;
}
nav ul li a { padding: 13px 12px; }
.contact_form { width: 55%; }
.ctname { margin-right: 1%; }
.address_main { width: 42%; }
.clients ul li { width: 31%; }

}
 @media only screen and (min-width : 360px) and (max-width :767px) {
 	.mainwrapper {
	max-width: 320px;
	min-width: 240px;
}
.logo { width: 100%;text-align: center; }
.topnav { width: 100%;text-align: center;padding: 0 15px }
.mainnav { display: none; }
.m_menu { display: block; }
.topnav ul { width: 100%;text-align: center;float: none; }
.topnav ul li { float: none;display: inline-block; }
.topnav ul li a { padding: 0; }
nav { float: none;margin: 0 auto; }
nav ul { width: 100%; }
nav ul li{ width: 100%; }
nav ul li a{ width: 100%;display: block;padding: 5px;border-top: 1px solid #a21039 }
.welcome h4 { font-size: 26px; }
.welcome { font-size: 14px;padding: 15px 20px; }
.products li { width: 100%;margin-bottom: 15px;}
.p_left { width: 100%; }
.p_right { width: 100%;padding: 15px 0; }
.clients ul li { width: 47%; }
.contact_form { width: 100%;margin-bottom: 15px; }
.ctname { margin-right: 0%;width:100%;margin-bottom: 15px; }
.formdiv { margin-bottom: 0; }
.address_main { width: 100%; }
.product_page { padding: 15px !important }

}
 @media only screen and (min-width : 240px) and (max-width :359px) {
 	.mainwrapper {
	max-width: 280px;
	min-width: 240px;
}
.logo { width: 100%;text-align: center; }
.logo a img { width: 100%;}
.topnav { width: 100%;text-align: center;padding: 0 15px }
.mainnav { display: none; }
.m_menu { display: block; }
.topnav ul { width: 100%;text-align: center;float: none; }
.topnav ul li { float: none;display: inline-block; }
.topnav ul li a { padding: 0;font-size: 14px }
nav { float: none;margin: 0 auto; }
nav ul { width: 100%; }
nav ul li{ width: 100%; }
nav ul li a{ width: 100%;display: block;padding: 5px;border-top: 1px solid #a21039 }
.welcome h4 { font-size: 26px; }
.welcome { font-size: 14px;padding: 15px 20px; }
.products li { width: 100%;margin-bottom: 15px;}
.p_left { width: 100%; }
.p_right { width: 100%;padding:15px 0; }
.clients ul li { width: 47%; }
.contact_form { width: 100%;margin-bottom: 15px; }
.ctname { margin-right: 0%;width:100%;margin-bottom: 15px; }
.formdiv { margin-bottom: 0; }
.address_main { width: 100%; }
.address ul li p { width: 70%; }
.product_page { padding: 15px !important }


}
