/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 9, 2017 */

@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/opensans-regular.woff2') format('woff2'), url('../fonts/opensans-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url('../fonts/opensans-semibold.woff2') format('woff2'), url('../fonts/opensans-semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold';
  src: url('../fonts/opensans-bold.woff2') format('woff2'), url('../fonts/opensans-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?32mzfb');
  src: url('../fonts/icomoon.eot?32mzfb#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?32mzfb') format('truetype'), url('../fonts/icomoon.woff?32mzfb') format('woff'), url('../fonts/icomoon.svg?32mzfb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-external:before {
  content: "\e900";
}
body {
  padding-top: 115px;
}
a {
  color: #00525e;
}
a:hover {
  color: #da5220;
}
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.font_open_sansbold {
  font-family: 'open_sansbold';
}
.font_open_sansregular {
  font-family: 'open_sansregular';
}
.navbar-default {
  background-color: #ffffff;
  border-color: transparent;
  border: 0;
  margin: 0;
  border-radius: 0;
}
.navbar-default .navbar-brand {
  color: #5e5e5e;
}
.navbar-brand {
  float: left;
  height: auto;
  padding: 0;
  font-size: 40px;
  line-height: normal;
  font-family: 'open_sanssemibold';
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #da5220;
  background-color: transparent;
}
.navbar-default .navbar-nav>li:last-child {
  margin-right: 0px;
}
.navbar-default .navbar-nav>li>a {
  color: #333333;
  font-size: 25px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #da5220;
  background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #da5220;
  background-color: transparent;
}
.banner-section {
  position: relative;
  overflow: hidden;
}
.slideshow {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
}
.slideshow div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
}
.banner-section:after {
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.banner-section .container {
  z-index: 9;
  position: relative;
}
.banner_text h1 {
  color: #fff;
  font-size: 60px;
  margin: 0;
  line-height: 71px;
}
.banner_text p {
  color: #fff;
  font-size: 30px;
  margin: 40px 0 0 0;
  width: 100%;
  max-width: 430px;
  line-height: 37px;
}
.banner_form {
  position: relative;
  padding-left: 65px;
}
.form_padd {
  position: relative;
  padding: 0 80px;
  background: #fff;
  display: inline-block;
}
.form_padd h2 {
  font-size: 32px;
  margin: 60px 0 45px 0;
  color: #00525d;
  /* text-align: center; */
  line-height: 40px;
}
.form_padd label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
  color: #6e6e6e;
  font-size: 15px;
  font-family: 'open_sansbold';
}
.form_padd .form-group {
  margin-bottom: 50px;
}
.form_padd .form-control {
  font-family: 'open_sansregular';
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 0px;
  font-size: 19px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
  background-image: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-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;
  border-bottom: 1px solid #cccccc;
}
.form_padd .form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #da5220;
}
.form_padd h6 {
  margin: 7px 0;
}
.form_padd h6 a {
  font-size: 15px;
}
.col_padd_0 {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -15px;
}
.submit_btn {
  background: #da5220;
  color: #f8e3df;
  display: block;
  max-width: 100%;
  width: 200px;
  font-size: 15px;
  font-family: 'open_sansbold';
  font-weight: normal;
  padding: 15px 0;
  border-radius: 20px;
  float: right;
  letter-spacing: 1.5px;
}
.submit_btn.focus, .submit_btn:focus, .submit_btn:hover {
  color: #fff;
  text-decoration: none;
  background: #a64c0d;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  outline: none !important;
}
.form_btm {
  position: relative;
  background: #f7f7f7;
  padding: 40px 80px;
}
.one_time_ttl {
  font-size: 15px;
  margin: 17px 0;
  color: #6b6b6b;
  /* text-align: right; */
}
.sign_guest {
  font-family: 'open_sanssemibold';
  color: #da531e;
  font-size: 15px;
  border: 2px solid #da5220;
  border-radius: 20px;
  padding: 14px 26px;
  letter-spacing: 2px;
  background: #fff;
}
.sign_guest:hover {
  background: #da5220;
  color: #fff;
}
.about-section {
  position: relative;
  background: #fff;
  padding: 100px 0;
}
.about_section_cotent {
  padding-right: 50px;
}
.about_section_cotent h3 {
  color: #da5220;
  font-size: 20px;
  margin: 0;
}
.about_section_cotent h2 {
  color: #543a28;
  font-size: 50px;
  margin: 35px 0;
}
.about_section_cotent p {
  color: #717a85;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 30px 0;
}
.about_section_cotent p:last-child {
  margin-bottom: 0;
}
.about_section_cotent_p {
  color: #717a85;
  font-size: 18px;
  line-height: 1.4;
  margin: 30px 0 0px 0;
}
.resource_section {
  position: relative;
  background: #f7f7f7;
  padding: 100px 0;
}
.resource_section h3 {
  margin: 0px;
  font-size: 20px;
  color: #da5220;
}
.res_ttl {
  font-size: 42px;
  margin: 43px 0px 0 0;
  color: #523b29;
  line-height: 1.4;
}
.res_ul {
  margin: 30px 0 0 0;
  padding: 0px;
  position: relative;
}
.res_ul li {
  position: relative;
  list-style: none;
  margin: 0 0 17px 0;
  display: block;
}
.res_ul li a {
  color: #00525e;
  font-size: 18px;
  position: relative;
  display: inline-block;
}
.res_ul li a span {
  border-bottom: 1px solid #00525e;
}
.res_ul li a:hover, .res_ul li a:focus {
  color: #da5220;
}
.res_ul li a:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e900";
  position: relative;
  top: 1px;
  right: -11px;
}
.right_ul_padd {
  padding-left: 35px;
}
.sponsors_section {
  position: relative;
  background: #fff;
  padding: 100px 0 50px 0;
}
.sponsors_section h3 {
  margin: 0px;
  font-size: 20px;
  color: #da5220;
}
.sponsors_ul {
  margin: 90px 0 0 0;
  padding: 0px;
  width: 100%;
  display: block;
  float: left;
}
.sponsors_ul li {
  float: left;
  width: 33.33%;
  list-style: none;
  margin-bottom: 90px;
}
.sponsors_ul li:nth-child(1) img {
  margin-left: 0;
  margin-right: auto;
}
.sponsors_ul li:nth-child(2) img {
  margin-left: auto;
  margin-right: auto;
}
.sponsors_ul li:nth-child(3) img {
  margin-right: 0;
  margin-left: auto;
}
.sponsors_ul li:nth-child(4) img {
  margin-left: 0;
  margin-right: auto;
}
.sponsors_ul li:nth-child(5) img {
  margin-left: auto;
  margin-right: auto;
}
.sponsors_ul li:nth-child(6) img {
  margin-left: auto;
  margin-right: 0;
}
footer {
  background: #00525d;
  padding: 63px 0;
  position: relative;
}
footer p {
  margin: 0px;
  font-size: 18px;
  color: #fff;
  font-family: 'open_sansregular';
  text-align: center;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal_btn {
  font-family: 'open_sanssemibold';
  color: #da531e;
  font-size: 15px;
  border: 2px solid #da5220;
  border-radius: 20px;
  padding: 14px 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: transparent;
}
.modal_btn:hover {
  background: #da5220;
  color: #fff;
}
.modal_btn.active, .modal_btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal_btn.focus, .modal_btn:focus {
  outline: none !important;
}
.modal-body {
  padding: 25px 15px;
}
.modal-body p {
  margin: 0px;
  font-size: 18px;
  line-height: 25px;
  color: #717a85;
}
.modal-footer {
  padding: 20px 15px;
  text-align: right;
  border: 0;
  background: #f7f7f7;
}
.modal-content {
  border-radius: 0px;
}