@charset "UTF-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #c8c8c8;
  font: 400 14px/23px "Arial", sans-serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }

h1 {
  color: #fff;
  font-size: 76px;
  line-height: 96px; }

h2 {
  position: relative;
  color: #606469;
  font-size: 70px;
  line-height: 70px; }
  h2 span {
    display: block; }
  @media (max-width: 991px) {
    h2 {
      font-size: 46px;
      line-height: 50px; } }

h3 {
  color: #565a60;
  font-size: 30px;
  line-height: 30px; }
  h3 a:hover {
    color: #89AE31; }
  h3.mod {
    padding-left: 200px;
    position: relative; }
    h3.mod .fa {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      font-size: 113px;
      line-height: 100px;
      color: #565a60; }
    @media (max-width: 1199px) {
      h3.mod {
        padding-left: 0; }
        h3.mod .fa {
          position: relative;
          font-size: 100px;
          line-height: 80px;
          margin-bottom: 30px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    h3 {
      font-size: 34px;
      line-height: 34px; } }
  @media (max-width: 991px) {
    h3 {
      font-size: 30px;
      line-height: 34px; } }

h4 {
  color: #89AE31;
  font-size: 25px;
  line-height: 25px; }
  h4 a:hover {
    color: #565a60; }

h5 {
  color: #89AE31;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase; }
  h5 a:hover {
    color: #565a60; }

h6 {
  font-size: 17px;
  line-height: 25px;
  color: #666; }
  h6 a:hover {
    color: #89AE31; }
  h6.mod {
    line-height: 20px; }
  @media (max-width: 767px) {
    h6 {
      font-size: 16px; } }

p a:hover, .marked-list a:hover, .list a:hover, .addr a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa, .addr .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

@media (max-width: 767px) {
  [class*='col-'] + [class*='col-'] {
    margin-top: 50px; } }
section {
  position: relative; }

/*=======================================================
                       Main Layout
=========================================================*/
h2 + * {
  margin-top: 45px; }

h3 + * {
  margin-top: 5px; }

h3 + h6 {
  margin-top: 20px; }

h3 + h6.mod {
  margin-top: 35px; }

* + h3 {
  margin-top: 35px; }

h4 + * {
  margin-top: 35px; }
  @media (max-width: 767px) {
    h4 + * {
      margin-top: 15px; } }

* + h4 {
  margin-top: 5px; }

h5 + * {
  margin-top: 17px; }

p + h5 {
  margin-top: 50px; }

h6 + * {
  margin-top: 20px; }

.row + .row {
  margin-top: 50px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative; }
  .brand_name {
    overflow: hidden;
    padding-left: opx;
    padding-bottom: 10px;
    position: relative;
	 }
    
  .brand_slogan {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 8px;
    right: 0;
    white-space: nowrap; }
  @media (max-width: 479px) {
    .brand .brand_name {
      font-size: 60px;
      line-height: 60px;
      padding-left: 90px; }
      .brand .brand_name:before {
        font-size: 40px;
        line-height: 70px;
        width: 70px;
        height: 70px; }
    .brand .brand_slogan {
      bottom: 0;
      right: -7px; } }

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 34px;
  line-height: 120px;
  background: #89AE31; }
  .btn:after {
    content: "\f0f6";
    font-family: "FontAwesome"; }
  * + .btn {
    margin-top: 50px; }
    @media (max-width: 767px) {
      * + .btn {
        margin-top: 30px; } }
  @media (max-width: 479px) {
    .btn {
      width: 100px;
      height: 100px;
      line-height: 100px; } }
  .btn:hover {
    background: #92bb35; }
  .btn:active {
    background: #82a72f; }

.btn2 {
  display: inline-block;
  position: relative;
  border-radius: 40px;
  padding: 29px 45px;
  color: #fff;
  text-align: center;
  background: #565a60;
  font: 600 15px/20px 'Open Sans', sans-serif;
  text-transform: uppercase;
  min-width: 170px; }
  .btn2:hover {
    background: #4a4d53; }
  .btn2:active {
    background: #3e4145; }

h2 .btn2 {
  position: absolute;
  top: 13px;
  right: 0; }
  @media (max-width: 767px) {
    h2 .btn2 {
      position: relative;
      margin-top: 30px; } }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt__no-flow {
  overflow: hidden; }

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #89AE31;
  color: #fff; }
  .bg-primary h2, .bg-primary h3, .bg-primary h6 {
    color: #fff; }

.bg1 .btn {
  background: #00bff3; }
  .bg1 .btn:hover {
    background: #0097c0; }
  .bg1 .btn:active {
    background: #0083a6; }
.bg1 h3, .bg1 h5 {
  color: #00bff3; }
.bg1 .date span {
  color: #00bff3; }

.bg2 .btn {
  background: #ff974f; }
  .bg2 .btn:hover {
    background: #ff791c; }
  .bg2 .btn:active {
    background: #ff6a02; }
.bg2 h3, .bg2 h5 {
  color: #ff974f; }
.bg2 .date span {
  color: #ff974f; }

.bg3 h5 {
  color: #89AE31; }

.bg1, .bg2, .bg3, .bg4 {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px; }
  .bg1 h6, .bg2 h6, .bg3 h6, .bg4 h6 {
    color: #fff; }
  .bg1 h5 a:hover, .bg2 h5 a:hover, .bg3 h5 a:hover, .bg4 h5 a:hover {
    color: #fff; }
  .bg1 h2, .bg2 h2, .bg3 h2, .bg4 h2 {
    color: #fff; }
  @media (max-width: 767px) {
    .bg1, .bg2, .bg3, .bg4 {
      text-align: center; } }
  @media (max-width: 1199px) {
    .bg1, .bg2, .bg3, .bg4 {
      padding-bottom: 100px;
      padding-top: 100px; } }

.bg4 {
  padding-top: 158px; }
  .bg4 p {
    color: #a3aab4; }
  .bg4 h3 {
    color: #89AE31; }
    .bg4 h3 a:hover {
      color: #fff; }

/*==================      Table      ======================*/
.table {
  width: 100%;
  color: #b3bcca;
  font: 300 30px/40px 'Open Sans', sans-serif;
  text-align: left;
  border-radius: 30px;
  border: 3px solid #c8c8c8;
  border-collapse: separate; }
  .table td, .table th {
    padding: 10px 40px;
    border-right: 3px solid #c8c8c8; }
    .table td:last-child, .table th:last-child {
      border-right: 0; }
  .table th {
    border-bottom: 3px solid #c8c8c8;
    color: #565a60;
    font-size: 36px;
    padding: 16px 40px; }
  .table tr:nth-child(2) td {
    padding-top: 30px; }
  .table tr:last-child td {
    padding-bottom: 40px; }
  * + .table {
    margin-top: 50px; }
  .table .st-head-row {
    border-top: 3px solid #c8c8c8; }
  .table .st-head-row-main {
    border: 0; }
  @media (max-width: 991px) {
    .table {
      font-size: 20px;
      line-height: 28px; }
      .table td, .table th {
        padding: 10px 20px; }
      .table th {
        font-size: 26px; } }
  @media (min-width: 1200px) {
    .table th:first-child {
      width: 305px; }
    .table th:nth-child(2) {
      width: 350px; }
    .table th:nth-child(3) {
      width: 215px; } }

@media (max-width: 767px) {
  .large-only {
    display: none; } }

@media (min-width: 768px) {
  .small-only {
    display: none; } }
.small-only th:empty {
  display: none; }

/*==================      Address      ======================*/
.addr {
  padding-left: 70px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative; }
  .addr .fa {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 50px;
    line-height: 50px;
    color: #89AE31; }
  .addr a {
    white-space: nowrap; }
  * + .addr {
    margin-top: 70px; }
  .addr1 {
    line-height: 15px;
    padding-left: 60px; }

/*==================      Lists      ======================*/
.social-list li {
  display: inline-block; }
  .social-list li a {
    display: block;
    width: 78px;
    height: 78px;
    color: #fff;
    font-size: 25px;
    line-height: 78px;
    border-radius: 50%;
    background: #45494e;
    text-align: center; }
    .social-list li a:hover {
      background: #89AE31; }
    @media (min-width: 768px) and (max-width: 991px) {
      .social-list li a {
        width: 58px;
        height: 58px;
        line-height: 58px; } }
  .social-list li + li {
    margin-left: 17px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .social-list li + li {
        margin-left: 10px; } }
* + .social-list {
  margin-top: 55px; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
   }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 36px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .sf-menu > li + li {
          margin-left: 20px; } }
  .sf-menu a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    
    color: #fff;
    font-size: 15px;
    line-height: 20px; }

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: #89AE31; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -117px;
  width: 235px;
  margin-top: 30px;
  padding: 35px 10px;
  background: #89AE31;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3); }
  @media (max-width: 1199px) {
    .sf-menu ul {
      width: 180px;
      margin-left: -90px; } }
  .sf-menu ul:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #89AE31; }

.sf-menu ul > li {
  position: relative; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #565a60; }
  .sf-menu ul > li + li {
    margin-top: 8px; }

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 30px;
  width: 235px;
  margin-top: -5px;
  padding: 30px 10px;
  z-index: 4;
  background: #565a60; }
  @media (max-width: 1199px) {
    .sf-menu ul ul {
      width: 180px; } }
  .sf-menu ul ul:before {
    top: 15px;
    left: -10px;
    margin-left: 0;
    border-bottom-color: transparent;
    border-right-color: #565a60; }

.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #89AE31; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 75%;
    margin-left: -3px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #89AE31;
      color: #FFF; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
/*==================  Stuck menu  ======================*/
.isStuck {
  background:#333;
  z-index: 999;
  border-bottom: 1px solid #333333; }
  .isStuck .container {
    padding-top: 3px; }
    .isStuck .container:before {
      display: none;
      margin-bottom: 0; }
  .isStuck .brand_name {
    font-size: 56px;
    line-height: 56px;
    padding-left: 90px; }
    .isStuck .brand_name:before {
      font-size: 40px;
      line-height: 66px;
      width: 66px;
      height: 66px; }
  .isStuck .brand_slogan {
    bottom: 0;
    right: -7px;
    font-size: 14px; }
  .isStuck .nav {
    padding-top: 28px; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #565a60;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #89AE31;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }

/*========================================================
                     HEADER  Section
=========================================================*/

header {
  padding-bottom: 180px;
  background: no-repeat url(../images/bg-header.jpg);
  background-size: cover; }
  @media (max-width: 767px) {
    header {
      padding-bottom: 70px; } }
  @media (min-width: 2200px) {
    header {
      padding-bottom: 70px; } }
  header .container {
    position: relative; }
    header .container:before {
      content: '';
      display: block;
      width: 100%;
      height: 15px;
      background: #89AE31;
      margin-bottom: 80px; }
      @media (max-width: 1199px) and (min-width: 992px) {
        header .container:before {
          margin-bottom: 50px; } }
      @media (max-width: 991px) {
        header .container:before {
          margin-bottom: 30px; } }
  header.abs {
    position: absolute;
    z-index: 5;
    width: 100%;
    padding-bottom: 0;
    background: none; }
  header .brand {
    float: left; }
  header .nav {
    float: right; }
    @media (min-width: 768px) {
      header .nav {
        padding-top: 45px; } }
  @media (max-width: 991px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; } }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }

.tc {
  text-align: center; }

@media (max-width: 767px) {
  .tc1 {
    text-align: center; } }

.tr {
  text-align: right; }

.polygon-overlay {
  position: absolute;
  bottom: 100%;
  width: 100%;
  margin-bottom: -2px;
  height: 0;
  padding-top: 10.35%; }
  .polygon-overlay svg {
    fill: #89AE31;
    position: absolute;
    top: 0;
    left: 0; }
  @media (min-width: 2200px) {
    .polygon-overlay {
      display: none; } }

.polygon-header svg {
  fill: #fff; }

.circle {
  border-radius: 50%;
}

.img-box {
  display: inline-block;
  position: relative;
  max-width: 370px; }
  .img-box .btn {
    position: absolute;
    bottom: 0;
    left: 0; }

.bg-right {
  text-align: right; }
  @media (max-width: 767px) {
    .bg-right {
      text-align: center; } }
  .bg-right .img-box .btn {
    left: auto;
    right: 0; }

.wellcome {
  padding-top: 80px;
  padding-bottom: 130px; }
  .wellcome h2 {
    font-size: 80px; }
    @media (max-width: 991px) {
      .wellcome h2 {
        font-size: 60px;
        line-height: 60px; } }
    .wellcome h2 + * {
      margin-top: 22px; }
  .wellcome h5 {
    font-size: 30px;
    line-height: 30px; }
    .wellcome h5 + * {
      margin-top: 45px; }

.mt1 {
  margin-top: 45px; }

.mt2 {
  margin-top: 55px; }

.row.mt2 {
  margin-top: 85px; }

.date {
  font: 300 50px/50px 'Open Sans', sans-serif; }
  .date span {
    display: block;
    color: #89AE31;
    font-size: 100px;
    line-height: 100px; }
  .date + * {
    margin-top: 65px; }
    @media (max-width: 767px) {
      .date + * {
        margin-top: 20px; } }
  @media (max-width: 991px) {
    .date {
      font-size: 40px;
      line-height: 40px; }
      .date span {
        font-size: 60px;
        line-height: 60px; } }

.award {
  font: 300 50px/50px 'Open Sans', sans-serif; }
  .award span {
    display: block;
    color: #89AE31;
    font-size: 100px;
    line-height: 100px; }
  .award + * {
    margin-top: 65px; }
    @media (max-width: 767px) {
      .award + * {
        margin-top: 20px; } }

.quote h5 {
  color: #565a60;
  margin-top: 15px; }
  .quote h5 + * {
    margin-top: 10px; }
.quote h6 {
  font-size: 18px;
  line-height: 25px; }

.schedule {
  position: relative;
  padding-left: 165px; }
  .schedule:before {
    content: '\f017';
    position: absolute;
    top: 0;
    left: 0;
    color: #565a60;
    font: 114px/100px "FontAwesome"; }
  .schedule p {
    font: 300 36px/50px 'Open Sans', sans-serif; }
  @media (max-width: 991px) {
    .schedule {
      padding-left: 120px; }
      .schedule p {
        font: 300 28px/40px 'Open Sans', sans-serif; } }
  @media (max-width: 479px) {
    .schedule {
      text-align: center;
      padding-left: 0; }
      .schedule:before {
        position: relative;
        display: block;
        margin-bottom: 30px; } }

* + .policy-link {
  margin-top: 25px;
  color: #89AE31; }

/*==================      Well     ======================*/
.well1 {
  padding-bottom: 360px; }
  @media (max-width: 1199px) {
    .well1 {
      padding-bottom: 170px; } }
  @media (min-width: 2200px) {
    .well1 {
      padding-bottom: 170px; } }

.well2 {
  padding-top: 60px;
  padding-bottom: 110px; }

.well3 {
  padding-top: 120px;
  padding-bottom: 165px; }

.well4 {
  padding-top: 110px;
  padding-bottom: 168px; }

.well5 {
  padding-top: 160px;
  padding-bottom: 220px; }

.well6 {
  padding-top: 60px;
  padding-bottom: 65px; }

@media (max-width: 1199px) {
  .well2, .well3, .well4 {
    padding-bottom: 100px;
    padding-top: 100px; } }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 130px;
  padding-bottom: 130px;
  background: no-repeat url(../images/bg-footer.jpg);
  background-size: cover;
  color: #fff; }
  @media (min-width: 768px) {
    footer .brand {
      margin-top: 90px; } }
  @media (max-width: 1199px) {
    footer .brand .brand_name {
      font-size: 48px;
      line-height: 60px;
      padding-left: 90px; }
      footer .brand .brand_name:before {
        font-size: 40px;
        line-height: 70px;
        width: 70px;
        height: 70px; }
    footer .brand .brand_slogan {
      bottom: 0;
      right: -7px; } }
  footer .copy {
    color: #97a0ad;
    font: 300 15px/24px 'Open Sans', sans-serif; }
    @media (min-width: 768px) {
      footer .copy {
        margin-top: 130px; } }

* {
  box-sizing:border-box;
}
.heading-primary {
  font-size:2em;
  padding:5px;
  text-align:center;
}
.accordion dl,
.accordion-list {
   border:1px solid #ddd;
   &:after {
       content: "";
       display:block;
       height:1em;
       width:100%;
       background-color:darken(#89AE31, 10%);
     }
}
.accordion dd,
.accordion__panel {
   background-color:#FDFDFD;
   font-size:1em;
   line-height:1.5em; 
}
.accordion p {
  padding:15px;
  font-family:Verdana, Geneva, sans-serif;
  font-size:11px;
  color:#666;
  vertical-align:middle;
  text-align:left;
}

.accordion {
    position:relative;
    background-color:#FDFDFD;
}
.container_dir {
  max-width:960px;
  margin:0 auto;
  padding:5px;;
}
.accordionTitle,
.accordion__Heading { font-family: 'Open Sans', sans-serif;
 border:1px solid #98C236;
 background-color:#89AE31; 
   text-align:left;
     font-weight:700; 
          padding:20px;
          display:block;
          text-decoration:none;
          color:#fff;
          transition:background-color 0.5s ease-in-out;
  border-bottom:1px solid darken(#89AE31, 5%);
  &:before {
   content: "+";
   font-size:2.5em;	
   line-height:0.5em;
   float:left; 
   transition: transform 0.3s ease-in-out;
  }
  &:hover {
    background-color:darken#89AE31, 10%);
	border:1px solid ##98C236;
  }
}
.accordionTitleActive, 
.accordionTitle.is-expanded {
   background-color:darken(#89AE31, 10%);
    &:before {
     
      transform:rotate(-225deg);
    }
}
.accordionItem {
    height:auto;
    overflow:hidden; 
    max-height:50em;
    transition:max-height 1s;   
 
    
    @media screen and (min-width:48em) {
         max-height:15em;
        transition:max-height 0.5s
        
    }
    
   
}
 
.accordionItem.is-collapsed {
    max-height:0;
}
.no-js .accordionItem.is-collapsed {
  max-height: auto;
}
.animateIn {
     animation: accordionIn 0.45s normal ease-in-out both 1; 
}
.animateOut {
     animation: accordionOut 0.45s alternate ease-in-out both 1;
}
@keyframes accordionIn {
  0% {
    opacity: 0;
    transform:scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity:1;
    transform:scale(1);
  }
}

@keyframes accordionOut {
    0% {
       opacity: 1;
       transform:scale(1);
     }
     100% {
          opacity:0;
           transform:scale(0.9) rotateX(-60deg);
       }
}