 @charset "utf-8";
/* CSS Document */

h1 , h2 , h3 , h4 , h5 , h6 , ul , p{
margin:0;
padding:0;
}
]

*{
margin:0;
}

body{
margin:0;
font-family:'Calibri';
}

p{
padding:8px 0 8px 8px;
text-align:justify;
}

a:hover{
  color: #ed9b16;
}

#wrapp{
margin:0 auto;
width:100%;
min-width:200px;
max-width:1600px;
height:auto;
overflow: hidden;
}

.clear{
clear:both;
}

.head{
margin:0 auto;
width:100%;
height: auto;
color:#666666;
}

.top{
width:100%;
height:6px;
background-color:#ed9b16;
}

.head_01{
margin:0 auto;
width:1000px;
height:155px;
}

.head_02{
	font-family: verdana,arial;
margin:0 10px 0 0;
float:right;
width:400px;
height:40px;
color:#fff;
background:url(../images/con_bg.png) top right no-repeat;
position: relative;
font-size:13px; 
}

.head_02 ul{
list-style:none;
margin-left:50px;
}

.head_02 ul li{
float:left;
margin:5px 0 0 5px;
}

.head_02 ul li a{
color:#fff;
text-decoration:none;
}
#nav li a:hover{
  color: #ed9b16;
}

.head_02 ul li a:hover{
/*color:#a40818;*/
color: #000;
text-decoration: underline;
transition: background 1s ease 0s, color 1s ease 0s, padding 0.5s ease 0s, margin 0.5s ease 0s;
}

.menu{
width:100%;
height:40px;
background-color:#036592;
}

.menu_1{
margin:0 auto;
width:1000px;
height:auto;
}
.slide{
	width: 100%;
background: blue;
margin:0 auto;
/*width:1000px;*/
height:300px;
padding-bottom:10px;

}

.sliderbox{
	
}



.slider{
	width: 100%;
	height: 290px;
	background-color: #093c7e;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sliderboxnew{
	width: 1000px;
	height: auto;
	margin: 0 auto;

}
.onlyslide{
	width: 780px;
	height: auto;
	float: left;
	margin-right: 20px;
}
.enform{
	width: 170px;
	height: 260px;
	background: #efefef;
	border-radius: 10px;
	border:5px solid #fff;
	float: left;
	padding: 10px;
}

.sliderbox{
	width: 800px;
	height: ;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  border:8px solid #fff;
	border-radius: 10px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
	position: absolute;
	top: 10px;
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.btnSubmit{
  color: #e3f42a;
  background: #25b04d;
  margin-left: 90px;
  font-weight: 700;
  font-family: verdana;
  font-size: 14px;
}

.enform input[type=text]{
  width: 170px;
} 

.container{
  width: 1000px;
  height: auto;
  margin: 0 auto;
  
}

.box-con{
  margin-top: 40px;
  width: 600px;
  height: auto;
  float: left;
  margin-right: 40px;

}
.bxrow1{
  width: 800px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
}
.bxrow2{
width: 800px;
  height: auto;
  margin: 0 auto;
}
/*
.box1{
  width: 280px;
  height: 220px;
  background: #f5e4d2;
  border: 1px solid #b08558;
  margin-right: 20px;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.45);
   box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.45);
}*/
.b1img{
  margin: 0 0 15px 0;
}
.b1txt{
  text-align: center;
  font-family: verdana;
  font-size: 14px;
  font-weight: 700;

}
.bxrow1 a{
  text-decoration: none;
  color: #333;
}
.bxrow1 a:hover{
  text-decoration: none;
  color: #000;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.45);
   box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.45);
}
.box2{
  width: 280px;
  height: 160px;
  background: #f5e4d2;
  border: 1px solid #b08558;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  padding:30px 0px;
  text-align: center;
  font-family: verdana;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-shadow: 3px 30px 5px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.45);
   box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.45);
}
.box3{
  width: 280px;
  height: 220px;
  background: #f5e4d2;
  border: 1px solid #b08558;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.45);
   box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.45);
}
.box4{
  width: 280px;
  height: 220px;
  background: #f5e4d2;
  border: 1px solid #b08558;
  margin-right: 20px;
  float: left;
 -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.45);
   box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.45);
}
.box5{
  width: 280px;
  height: 220px;
  background: #f5e4d2;
  border: 1px solid #b08558;
  float: left;
 -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.45);
   box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.45);
}
.news{
  width: 298px;
  height: 432px;
  background-color: #f5f5f5;
  border: 1px solid #999999;
  margin-top: 40px;
  padding: 20px 30px;
  float: left;
}
.newhd{
  color: green;
  /*: 10px 0 10px 60px; */
}

.imgmar{
  width: 100%;
  height: 200px;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;

}
.frnForm{
  height: auto;
  width: 500px;
  padding-left: 100px;
  padding-right: 100px;
  background-color: #f8e5d6;
  margin-left: 140px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.frnhd{
  height: 80px;
  width: 100%;
  font-family: verdana;
  color: #1fb44e;
  text-align: center;
  margin-top: 40px;
  /*margin-bottom: 40px;*/
  padding-top: 20px;
}


.form-style-2{
    max-width: 500px;
    padding: 20px 12px 10px 20px;
    font: 13px Arial, Helvetica, sans-serif;
}
.form-style-2-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    font-size: 15px;
    padding-bottom: 3px;
}
.form-style-2 label{
    display: block;
    margin: 0px 0px 15px 0px;
}
/*.form-style-2 label > span{
    width: 100px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}*/

.form-style-2 label > span {
    width: 160px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
    text-align: right;
}

.form-style-2 span.required{
    color:red;
}
.form-style-2 .tel-number-field{
    width: 40px;
    text-align: center;
}
.form-style-2 input.input-field{
    width: 48%;
   
}

.form-style-2 input.input-field,
.form-style-2 .tel-number-field,
.form-style-2 .textarea-field,
 .form-style-2 .select-field{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.form-style-2 .input-field:focus,
.form-style-2 .tel-number-field:focus,
.form-style-2 .textarea-field:focus,  
.form-style-2 .select-field:focus{
    border: 1px solid #0C0;
}
.form-style-2 .textarea-field{
    height:100px;
    width: 55%;
}
.form-style-2 input[type=submit],
.form-style-2 input[type=button]{
    border: none;
    padding: 8px 15px 8px 15px;
    background: #FF8500;
    color: #fff;
    box-shadow: 1px 1px 4px #DADADA;
    -moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.form-style-2 input[type=submit]:hover,
.form-style-2 input[type=button]:hover{
    background: #EA7B00;
    color: #fff;
}
.footer {
    text-align: center;
    background: #000;
    padding: 3em 0 2em 0;
    margin-top: 60px;
}
.footer p {
    color: #fff;
    font-size: 1em;
}
.footer p a {
    color: #fff;
}
.contmar{
  width: 1000px;
  height: auto;
  margin: 50px auto 0;
  text-align: center;
}
.contmar p{
  text-align: center;
}
.contmar marquee{
  margin-top: 30px;
}

.contmar marquee img{
  margin-left: 60px;
}

.enform input[type='text']{

  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 3px 0;
  padding:4px 3px;
}
.enform input[type='submit']{
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 5px 0;
  padding:5px 8px;
  background: #ed9b16;
  cursor: pointer;
}
.enform textarea{

  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 5px 0;
  padding:3px;
 

}