@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Conv_Square721_Cn_BT_Roman';
  src: url('fonts/Square721_Cn_BT_Roman.eot');
  src: url('fonts/Square721_Cn_BT_Roman.woff') format('woff'), url('fonts/Square721_Cn_BT_Roman.ttf') format('truetype'), url('fonts/Square721_Cn_BT_Roman.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
}
body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, a, img, table, td, tr {
  padding: 0;
  margin: 0;
  outline: none;
  list-style: none;
  text-decoration: none;
  font-family: Calibri;
}
body img {
  border: none;
}
button:focus, input:focus, img:focus, a:focus {
  outline: none;
}
.responsive{
width: 100%;
height: auto;
}
.text-center{text-align: center;}
.wrapper {
  width: 100%;
  float: left;
}
.container {
  width: 1000px;
  margin: 0 auto;
}
.full-width {
  width: 100%;
  float: left;
}
/*Header Start*/
header {
  height: 180px;
  position: relative;
}
.hours{
	font-size:21px;
	text-align: center;
}
.logo {
  margin: 30px auto 0 auto;
	width:400px;
	height:143px;
}
.navigation {
  float: right;
  margin-top: 55px;
}
.navigation ul li {
  float: left;
  padding: 0 17px;
  border-right: #a3a3a3 solid 1px;
  line-height: 10px;
}
.navigation ul li:last-child {
  border: none;
  padding-right: 0px;
}
.navigation ul li a {
  font-size: 15px;
  color: #575757;
  font-family: 'Conv_Square721_Cn_BT_Roman';
  font-weight: normal;
}
.navigation ul li a:hover, .footer_menu ul li a:hover {
  color: #ff5900;
}
.navigation ul li a.active {
  color: #ff5900;
}
.mobile_menu {
  float: right;
  margin-top: 40px;
  display: none;
}
.trigger {
  background: none;
  border: none;
  cursor: pointer;
}
.toogle_content {
  position: absolute;
  background: #ff5900;
  z-index: 9999;
  width: 94%;
  left: 3%;
  top: 92px;
  border-bottom: #fa884b solid 5px;
  display: none;
}
.toogle_content ul li {
  padding: 5px 15px;
  text-align: left;
  border-bottom: #aa3d03 solid 1px;
}
.toogle_content ul li:hover {
  background: #2a007c;
}
.toogle_content ul li:last-child {
  border: none;
}
.toogle_content ul li a {
  color: #FFFFFF;
}
/*Header Start*/
/*Banner Start*/
.banner {
  position: relative;
}
.orange_bg {
  background: #ff5900;
  height: 180px;
  border-top: #ebebeb solid 3px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  text-align: center;
}
.orange_bg h1 {
  font-size: 30px;
  color: #FFFFFF;
  font-weight: normal;
  letter-spacing: 1px;
  padding-top: 15px;
}
.slider {
  margin-top: 70px;
}
.inner_page_banner {
  margin-bottom: 20px;
}
/*Banner End*/
/*middle-section Start*/
.middle_section {
  margin-top: 20px;
}
.left_part {
  float: left;
  width: 34%;
}
.add_image {
  position: relative;
}
.add_image img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.text_overlay {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  box-sizing: border-box;
}
.text_overlay h2 {
  color: #FFFFFF;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  font-weight: 400;
}
.text_overlay p {
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 21px;
}
.about_text {
  text-align: center;
  padding: 20px 0;
  border: #d5d5d5 solid 1px;
  border-top: none;
  margin-top: -5px;
  float: left;
  width: 99.6%;
}
.about_text p {
  font-size: 14px;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  padding: 20px 0;
}
.anchor {
  font-size: 12px;
  color: #2a007c;
}
.no {
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  float: left;
  font-weight: 600;
}
.mt {
  margin-top: 25px;
}
.right_part {
  width: 62%;
  float: right;
}
.right_part table {
  border: #e1e1e1 solid 1px;
}
.right_part table td {
  padding: 5px 10px;
  font-size: 13px;
  border-bottom: #e1e1e1 solid 1px;
  border-right: #e1e1e1 solid 1px;
}
.heading {
  font-size: 24px;
  color: #000000;
  font-weight: 400;
  position: relative;
}
.heading:before {
  content: "";
  background: #ff5900;
  height: 1px;
  width: 30%;
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 0px;
}
.heading:after {
  content: "";
  background: #000;
  height: 1px;
  width: 70%;
  display: inline-block;
  position: absolute;
  bottom: -15px;
  right: 0px;
}
.bold {
  font-weight: 700;
  color: #ff5900;
  line-height: 23px;
}
.content {
  margin-top: 30px;
}
.image {
  width: 209px;
  float: left;
  margin-right: 25px;
}
.image h4 {
  font-size: 16px;
  color: #ff5900;
  font-weight: normal;
}
.format {
  font-size: 14px;
  line-height: 23px;
  color: #7c7c7c;
  padding-bottom: 5px;
  text-align: justify;
}
.clear {
  clear: both;
}
.sub_heading {
  font-size: 17px;
  color: #373636;
}
.sub_title {
  font-size: 15px !important;
  color: #373636 !important;
  padding: 0px 0 5px 0 !important;
}
.sub_heading:before {
  content: "";
  border: transparent solid 5px;
  border-left-color: #373636;
  display: inline-block;
}
.box {
  float: left;
  margin: 10px 0;
  background: #f9f8f8;
  padding: 10px 15px;
  box-sizing: border-box;
}
.box ul li {
  font-size: 14px;
  color: #616161;
  padding: 2px 0;
}
.box ul li a {
  color: #2a007c;
  text-decoration: underline;
}
.box ul.sub_listing {
  padding: 10px 20px;
}
.box ul.sub_listing li {
  list-style: disc;
}
.black-color {
  color: #000000;
}
.row {
  margin-bottom: 10px;
}
.form {
  border: #cecece solid 1px;
  box-sizing: border-box;
  margin: 5px 0;
}
.form h3 {
  font-size: 17px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  border-bottom: #cecece solid 1px;
  padding: 5px 10px;
  background: #e8e8e8;
}
.form fieldset {
  padding: 15px 35px;
  border: none;
}
.form fieldset ul li {
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
.left_text {
  float: left;
  width: 27%;
  text-align: right;
  line-height: 26px;
}
.right_text {
  float: left;
  width: 65%;
  text-align: left;
  margin-left: 8%;
}
.form fieldset input[type=text], .form fieldset input[type=tel], .form fieldset input[type=email] {
  width: 100%;
  background: #FFFFFF;
  height: 25px;
  border: #cecece solid 1px;
  padding: 0 10px;
  box-sizing: border-box;
}
.form fieldset select {
  width: 100%;
  background: url(../images/select-bg.png) no-repeat top right #FFFFFF;
  height: 28px;
  border: #cecece solid 1px;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
.form fieldset textarea {
  width: 100%;
  background: #FFFFFF;
  height: 70px;
  border: #cecece solid 1px;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: auto;
}
.submit_button {
  font-size: 17px;
  color: #FFFFFF;
  padding: 8px 15px;
  background: #ff5900;
  float: right;
  margin-top: 15px;
  cursor: pointer;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.contact-bg {
  background: url(../images/contact-bg.png) no-repeat top 35px right 25px;
}
/*middle-section End*/
/*Footer Start*/
footer {
  background: url(../images/footer_bg.png) repeat-x top left;
  margin-top: 20px;
}
.footer_top {
  padding: 15px 0;
}
.footer_left {
  float: left;
  margin-right: 8%;
  width: 30%;
}
.title {
  font-family: 'Open Sans', sans-serif;
  color: #0d0d0d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.footer_right {
  width: 62%;
  float: left;
}
.footer_menu ul li {
  float: left;
  padding: 10px 14px;
}
.footer_menu ul li:first-child {
  padding-left: 0px;
}
.footer_menu ul li a {
  font-size: 14px;
  color: #575757;
}
.footer_bottom {
  padding: 15px 0;
  border-top: #dedede solid 1px;
  text-align: center;
}
.footer_bottom p {
  font-size: 12px;
  color: #737373;
}
/*Footer End*/
@media (min-width:768px) and (max-width:999px) {
  .container {
    width: 94%;
    margin: 0 3%;
    float: left;
  }
  .navigation {
    display: none;
  }
  .mobile_menu {
    display: block;
  }
  .footer_right {
    width: 66%;
    float: left;
  }
  .footer_left {
    margin-right: 4%;
  }
  .footer_menu ul li {
    padding: 10px 3px;
  }
  .orange_bg {
    height: 115px;
  }
}
@media (max-width:767px) {
  .container {
    width: 94%;
    margin: 0 3%;
    float: left;
  }
  .navigation {
    display: none;
  }
  .mobile_menu {
    display: block;
  }
  .left_part, .right_part {
    width: 100%;
    margin: 10px 0px;
  }
  .footer_left, .footer_right {
    width: 100%;
    margin: 10px 0px;
    text-align: center;
  }
  .footer_menu ul li {
    float: none;
    display: inline-block;
    padding: 0 14px;
    line-height: 25px;
  }
  .inner_page_banner img, .hidden {
    display: none;
  }
  header {
    height: auto;
  }
  .add_image img {
    width: 100%;
  }
}
@media (max-width:520px) {
  .orange_bg h1 {
    font-size: 25px;
  }
  .left_text, .right_text {
    width: 100%;
    margin: 0px;
    text-align: left;
  }
  .form fieldset {
    padding: 15px;
  }
}
@media (max-width:430px) {
  .orange_bg h1 {
    font-size: 17px;
    padding-top: 23px;
  }
  .orange_bg {
    height: 110px;
  }
}
@media (max-width:360px) {
  .image {
    width: 100%;
    margin: 0px;
    text-align: center;
  }
  .heading {
    font-size: 18px;
  }
}
.error {
  color: red;
}
input.error {
  border-color: red !important;
}
select.error {
  border-color: red !important;
}