body {
	margin:0px;
	padding:0px;
    color:#555;
	font:12px Arial, Helvetica, sans-serif;
}
h1 {
	margin:0px;
	padding:0px;
	font-weight:normal;
}
h2 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:20px;
	color:#F75426;
}
h3 {
	margin:0px;
	padding:0px;
	font-weight:normal;

	font-family:"Century Gothic";
	font-weight:bold;
	font-size:18px;
	color:#F75426;
}

img {
	border:0px;
}
img:hover {
	cursor:pointer;
}
.wrapper {
	margin:auto;
	width:1000px;
}
.main_wrapper {
	width:1000px;
	float:left;
}
.header {
	width:1000px;
	float:left;
}
.logo {
	width:301px;
	float:left;
	margin:10px 0 0 0px;
}
.right_header {
	width:680px;
	float:right;
}
.top_nav {
	width:650px;
	float:right;
	margin:0 0 0 0;
}
.top_nav ul {
	width:780px;
	float:left;
	margin:0px;
	padding:0px;
}
.top_nav ul li {
	float:left;
	display:block;
	list-style-type:none;
	margin:0 2px 0 0;
}
.top_nav ul li a{
	color:#595858;
	font-family:"Century Gothic";
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding:4px 16px;
	line-height:40px;
}
.top_nav ul li a:hover{
	border-right:solid 1px #e7e5e5;
	border-left:solid 1px #e7e5e5;
	border-top:solid 1px #e7e5e5;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	background:#F75426;
	color:#fff;
	padding:15px 15px;
}
.top_nav ul li a.active{
	border-right:solid 1px #e7e5e5;
	border-left:solid 1px #e7e5e5;
	border-top:solid 1px #e7e5e5;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	background:#F75426;
	padding:15px 16px;
	color:#fff;
}
.banner {
	width:1350px;
	float:left;
	background:#F75426;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:0px 0 0 -175px;
	
}
.banner_img {
	width:1340px;
	float:left;
	margin:10px;
	
}
.middle {
	width:1000px;
	float:left;
	margin:15px 0 0 0;
}
.middle_left {
	width:680px;
	float:left;
}
.mid_left {
	width:660px;
	float:left;
	margin-left:20px;
}
.left_header {
	width:660px;
	float:left;
}
.left_header h1 {
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:26px;
	color:#F75426;

}
.line {
	width:660px;
	height:1px;
	float:left;
	background:#d9d9d9;
	margin:10px 0 5px 0;
}
.left_bottom {
	width:660px;
	float:left;
}
.left_bottom h2{
    color: #f75426;
    font-family: "Century Gothic";
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}
.left_img {
	width:640px;
	float:left;
	margin:30px 0 0px 10px;
}
.left_img img {
	width:185px;
	padding:20px 10px 20px 10px;
}
.middle_right {
	width:300px;
	float:right;
}
.mid_right {
	width:300px;
	float:right;
	margin-bottom:15px;
}
.mid_right h1{
	font-family:Tahoma;
	font-size:12px;
	color:#666666;
	line-height:20px;
}
.mid_right_header {
	width:300px;
	float:left;
}
.mid_right_header h1{
	width:300px;
	font-family:Arial;
	font-size:18px;
	font-weight:bolder;
	color:#F75426;
	text-align:center;
}
.mid_right_bottom{
	font-size:14px;
	color:#595858;
	width:300px;
	float:right;
	background:#f8f8f8;
	border:solid 1px #f0f0f0;
	margin:10px 0 0 0;
}
.form {
	font-family:Tahoma;
	font-size:14px;
	color:#7ba857;
	padding-bottom:20px;
}
.form tr td {
	padding:10px 0 0 18px;
}
.form-field {
	width:180px;
	border: solid 1px #ebebeb;
	padding:4px 0px;
	height:23px;
}
.form-field2 {
	width:252px;
	border: solid 1px #ebebeb;
	padding:4px 0px;
}
.form-field2:focus {
	border: solid 1px #666666;
	background:#F0F0F0;
}

.message {
	width:252px;
	border: solid 1px #ebebeb;
	padding:4px 0px;
}
.message2 {
	width:300px;
	height:70px;
	border: solid 1px #ebebeb;
	padding:4px 0px;
}
.message2:focus {
	border: solid 1px #666666;
	background:#F0F0F0;
}
.button {
	padding:5px;
	background:#f75426;
	color:#fff;
	cursor:pointer;
	width:100px;
	border:none;
}

.button:hover {
	padding:5px;
	background:#900;
	color:#fff;
}

.button2 {
	padding:5px;
	background:#222;
	color:#fff;
	cursor:pointer;
	width:70px;
	border:none;
}

.button2:hover {
	padding:5px;
	background:#900;
	color:#fff;
}
.fotter {
	width:100%;

	background:#f5f4f3;
	border-top:solid 1px #e8e8e8;
	margin:15px 0 0 0;
}
.fotter_main {
	width:1000px;
	margin:auto;
}
.fotter_nav {
	width:800px;
	float:left;
	margin:20px 0 15px 0;
}
.fotter_nav a{
	font-family:Tahoma;
	font-size:12px;
	color:#999999;
	text-decoration:none;
	padding:0px 10px 0 10px;
}
.fotter_nav a:hover {
	text-decoration:underline;
	color:#333333;
}
.counter {
	width:150px;
	float:right;
	margin:20px 0 0 0;
	text-align:right;
	color:#999999;
}
.line2 {
	width:900px;
	height:1px;
	float:left;
	margin:5px 0 5px 50px;
	background:#d9d9d9;
}
.copywrite {
	width:500px;
	float:left;
	font-family:Tahoma;
	font-size:12px;
	color:#999999;
	text-decoration:none;
	line-height:20px;
	margin-left:600px;
	margin-top:20px;
}
.copywrite a{
	font-family:Tahoma;
	font-size:12px;
	color:#f75426;
	text-decoration:none;
	font-weight:bold;
}
.copywrite a:hover{
	text-decoration:underline;
}
.fotter_right {
	width:250px;
	float:right;
	font-family:Tahoma;
	font-size:12px;
	color:#999999;
	text-decoration:none;
	text-align:right;
}
.fotter_right a{
	font-family:Tahoma;
	font-size:12px;
	color:#999999;
	text-decoration:none;
	text-align:right;
	line-height:50px;
}
.fotter_right a:hover{
	text-decoration:underline;
}
.mid_inner {
	width:660px;
	float:left;
}
.right{ width:150px; float:right; margin:0px 0px 0px 0px; padding:0 0 0px 45px;  font-family:Arial, Helvetica, sans-serif; font-size:23px; color:#000; background:url(../images/header-right.png) no-repeat bottom;}
.right span{font-size:25px;}
.right p{font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#000; margin:0px; line-height:23px; padding:0px;}
.right p a{color:#000; text-decoration:underline; }
.right p a:hover{color:#000; text-decoration:none; }
.mob{position:absolute; margin:10px 0px 0 -100px;}
.call{ margin-top:40px;}
.mail {font-size:15px; font-weight:bold; margin:5px 0 0 -35px;}

.divRight {width:158px; float:right; right:0px; position:absolute; top:150px;}
.popup_top_text img {position:fixed;}


#feedback {
     transition:width 1s;
     -moz-transition:width 1s; /* Firefox 4 */
     -webkit-transition:width 1s; /* Safari and Chrome */
     -o-transition:width 1s; /* Opera */
     border:1px solid #ccc;
     position:fixed;
     
     left:0px;
     bottom:-5px;

}


.price-table ul{padding-left:0px}
.price-table ul li{padding:3px 0;font-style:italic;font-size:13px}
.main-wrapper{width:660px;margin-right:auto;margin-left:auto}
.price-table{width:100%;margin:auto;background-color:#ffffff}
.price-table table tr th{background-color:#eaeaea;padding:8px;text-align:left;color:#000;font-size:12px;border:1px solid #dddddd}
.price-table table tr td{background:#f7f7f7;padding:6px 7px;color:#333333;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#dddddd;border:1px solid #dddddd}
.price-table table tr td:hover{background:#F0F6FF;}
.style1{background:#d1c7ae!important;font-weight:bold}


p

{
	color: #555;
    font-family: Tahoma;
    font-size: 13px;
    line-height: 20px;
    margin: 8px 0 0;
    text-align: justify;
	}
	
ul {
	list-style:url(../images/arrow.png);
	color: #555;
    font-family: Tahoma;
    font-size: 13px;
    line-height: 20px;
    margin:15px 0 0 20px;
    text-align: justify;
	line-height:200%;
	}
ul a
{
	color:#555;
	text-decoration:none;
	}
	
ul a:hover
{
	color:#F75426;
	text-decoration:underline;
	}
	
h5{
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:16px;
	color:#F75426;
}

h6{
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:26px;
	color:#F75426;
}

strong
{
	color:#555;
	}
	

.table-head td {

    font-weight:bold;
}


/*  Start 2 % offer pop up    */

#ac-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(8, 2, 1, 0.83);
z-index: 1001;
}
#popup{
width: 450px;
height: 390px;
background: #C54F33;
color:#555;
border-radius: 25px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
box-shadow: #64686e 0px 0px 3px 3px;
-moz-box-shadow: #64686e 0px 0px 3px 3px;
-webkit-box-shadow: #64686e 0px 0px 3px 3px;
position: relative;
top: 22%; left: 34%;
}
#popup h4
{
	color:#fff;
	font-size:16px;
	}

@media (min-width: 768px) and (max-width: 979px) {

#popup{	
width:800px;
height: 700px;
top: 7%; left: 35%;
}
input[type="text"] {
  width: 25%;
  border: 1px solid #f5f5f5;

}
#popup h4
{
	color:#fff;
	font-size:14px;
	}
	
.button2 {
	padding:5px;
	background:#222;
	color:#fff;
	cursor:pointer;
	width:40px;
	border:none;
}
	
}

@media (max-width: 480px) {
	
	#popup{	
width: 200px;
height: 215px;
top: 25%; left: 25%;
}


input[type="text"] {
  width: 25%;
  border: 1px solid #f5f5f5;

}

#popup h4
{
	color:#fff;
	font-size:12px;
	}
	
}

/*  End 2 % offer pop up    */




#ac-wrapper2 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,.9);
z-index: 1001;
}

#popup2{
width: 350px;
height: 280px;
background:#2980b9;
color:#fff;
border-radius: 25px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
box-shadow: #64686e 0px 0px 3px 3px;
-moz-box-shadow: #64686e 0px 0px 3px 3px;
-webkit-box-shadow: #64686e 0px 0px 3px 3px;
position: relative;
top: 25%; left: 38%;
}
#popup2 h2
{   
padding-top:10px;
margin-bottom:5px;
font-size:25px;
color:#fff;
	}
#popup2 h3
{   

font-size:20px;
margin-bottom:10px;
color:#fff;
	}

#popup2 input[type="text"] {
  width: 70%;
  border: 1px solid #f5f5f5;
  margin-top:5px;
  padding:5px;
  height:23px;

}

@media (min-width: 768px) and (max-width: 979px) {

#popup2{	
width: 300px;
height: 260px;
top: 30%; left: 35%;
}
#popup2 input[type="text"] {
  width: 70%;
  border: 1px solid #f5f5f5;

}
#popup2 h2,h3
{
	color:#fff;
	font-size:20px;
	}
	
}

@media (max-width: 480px) {
	
	#popup2{	
width: 250px;
height: 270px;
top: 25%; left: 25%;
}


#popup2 input[type="text"] {
  width: 70%;
  border: 1px solid #f5f5f5;

}

#popup2 h2,h3
{
	color:#fff;
	font-size:18px;
	}
	
}


.text-center{
	text-align:center;
	}

.btn {
    font-weight: 400;
}
.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}

.btn-danger:hover {
    background-color: #d43f3a;

}

.btn {
    -moz-user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-info{
	    background-color:#2ba6cb;
    border-color: #2ba6cb;
    color: #fff;
	}
	
.btn-info:hover{
	    background-color:#2B91A8;

	}
	
.btn-info{
	text-decoration:none;
	}
	#content {
	    background:#F75426;/*
	 background: -moz-linear-gradient(top, rgb(215, 39, 39) 0%, rgb(249, 237, 237) 100%);
	background: -moz-linear-gradient(top, rgb(215, 39, 39) 0%, rgb(249, 237, 237) 100%);
	background: -moz-linear-gradient(top, rgb(215, 39, 39) 0%, rgb(249, 237, 237) 100%);
	background: -moz-linear-gradient(top, rgb(215, 39, 39) 0%, rgb(249, 237, 237) 100%);
	background: -moz-linear-gradient(top, rgb(215, 39, 39) 0%, rgb(210, 26, 26) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
	-webkit-box-shadow: 0 1px 0 #fff inset;
	-moz-box-shadow: 0 1px 0 #fff inset;
	-ms-box-shadow: 0 1px 0 #fff inset;
	-o-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;*/
	
	margin: 0 auto;
	padding: 25px 0 0;
	position: relative;
	text-align: center;
	height: 125px;
	width:100%;
margin-top:-2px;
    border-radius: 0px 0px 14px 14px;
}
}


#content:after {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
	top: 0;
	z-index: -1;
}
#content:before {
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
	top: 0;
	z-index: -2;
}
#content form { margin: 0 0px; position: relative }
#content form input[type="text"],#content form input[type="email"],
#content form input[type="password"] {
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;/*
-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;*/
border: 1px solid #c8c8c8;
color: #060101;
font: 13px Helvetica, Arial, sans-serif;
margin: 0 0 10px 10px;
padding: 6px 0px 6px 6px;
width:30%;
float:left;

}
#content form input[type="text"]:focus,
#content form input[type="password"]:focus {
	-webkit-box-shadow: 0 0 2px #ed1c24 inset;
	-moz-box-shadow: 0 0 2px #ed1c24 inset;
	-ms-box-shadow: 0 0 2px #ed1c24 inset;
	-o-box-shadow: 0 0 2px #ed1c24 inset;
	box-shadow: 0 0 2px #ed1c24 inset;
	background-color: #fff;
	border: 1px solid #ed1c24;
	outline: none;
}
#username { background-position: 10px 10px !important }
#password { background-position: 10px -53px !important }
#content form input[type="submit"] {
	background: rgb(254,231,154);
	background: -moz-linear-gradient(top,  rgba(254,231,154,1) 0%, rgba(254,193,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-ms-border-radius:7px;
	-o-border-radius:7px;
	border-radius:7px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	border: 1px solid #D69E31;
	color: #85592e;
	cursor: pointer;
	height: 32px;
	
	font: bold 15px Helvetica, Arial, sans-serif;
	
	
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	
	
}
#content form input[type="submit"]:hover {
	background: rgb(254,193,81);/*
	background: -moz-linear-gradient(top,  rgba(254,193,81,1) 0%, rgba(254,231,154,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec151', endColorstr='#fee79a',GradientType=0 );*/
}
#content form div a {
	color: #004a80;
    float: right;
    font-size: 12px;
    margin: 5px 15px 0 0;
   
}
.button1 {
    padding: 5px;
    background: #f75426;
    color: #fff;
    cursor: pointer;
    width: 100px;
    border: none;
}
.button1:hover {
    padding: 5px;
    background:red;
    color: #fff;
    cursor: pointer;
    width: 100px;
    border: none;
}
#popup {
   width:52%;
    
    background: #C54F33;
    color: #555;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-shadow: #64686e 0px 0px 3px 3px;
    -moz-box-shadow: #64686e 0px 0px 3px 3px;
    -webkit-box-shadow: #64686e 0px 0px 3px 3px;
    position: relative;
    top:0%;
    left:24%;
}
#popup h2 {
    padding-top: 10px;
    font-size: 25px;
    color: #fff;
}
#popup h3 {
    color: #fff;
    font-size: 20px;
   
}
#content1
{
width:100%;
float:left;
}

.col-md-offset-3 {
    margin-left: 74%;
}

.job-form {
	background: rgba(17, 108, 18, 0.9);
	color:white;
	position: absolute;
	z-index:100;
	padding:20px 40px;
}
.job-form .btn {
	position: relative;
	margin:20px 0;
}
.owl-header .item {
	width:100%;
	width:50%\9;
	position: relative;
	z-index:10;
	height:100%;
	content:' ';
}
form h1, form h2, form h3, form h4, form h5, form h6 {
	margin-bottom:13px}
	
.form-horizontal {
  float: left;
  position: absolute;
  z-index: 9999;
}
.no-margin {
  float: left;
  width: 100%;
}
.row {
  float: left;
  width: 100%;
}
#cols2 {
  float: right;
  width: 84%;
} 
#cols2 .btn.dark-red {
  margin: 10px 0 14px 13px;
  background-color:black;
  color:white;
}
#cols2 .btn.dark-red:hover {
  margin: 10px 0 14px 13px;
    background-color: #c52d2f;
	color:white;
}




/*-----------responsive-----------------*/
 @media (max-width: 768px)
{
#formms #form-area {
  float: right;
  width: 60%;
}
}

@media (max-width: 320px)
{
#formms #form-area {
  float: right;
  width: 100%;
}
}
@media (max-width: 360px)
{
#formms #form-area {
  float: right;
  width: 100%;
}
} 
.row {
    float: left;
    width: 100%;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-sm-12 {
    width: 100%;
}
.col-sm-8 {
    width: 66.66666666666666%;
}
.col-md-4 {
    width: 33.33333333333333%;
}
.form-horizontal {
    float: left;
    position: absolute;
    z-index: 9999;
}
#cols2 {
    float: right;
    width: 84%;
}
.form-group .form-control {
    padding: 4px 12px;
    border-color: #C6B5B5;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 29px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}