@charset "UTF-8";
@import "../css/animate.css";
@import "../css/font-awesome.min.css";
@import "../css/fonts.css";
@import "../css/material-icons.css";

/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #bbbaba;
  font: 400 16px/24px "cuprumbold", sans-serif;
  -webkit-text-size-adjust: none; }
  @media (min-width: 768px) and (max-width: 1199px) {
    body {
      font-size: 18px;
      line-height: 26px; } }
  @media (min-width: 1200px) {
    body {
      font-size: 20px;
      line-height: 30px; } }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6, .heading-5 {
  color: #474b4d;
  position: relative; }

h1 {
  font-size: 36px;
  line-height: 40px; }
  h1 span {
    color: #FDC400; }
  @media (min-width: 992px) {
    h1 {
      font-size: 44px;
      line-height: 50px; } }

  @media (max-width: 479px) {
    h1 {
      font-size: 28px;
      line-height: 50px; } }

  @media (min-width: 768px) and (max-width: 991px) {
    h1 {
      font-size: 40px;
      line-height: 50px; } }

h2 {
  font-size: 36px;
  line-height: 40px; }
  h2 span {
    display: block;
    color: #FDC400; }
  h2.underline {
    padding-bottom: 40px; }
    h2.underline:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      margin-top: 0;
      display: block;
      width: 70px;
      height: 8px;
      background: #FDC400; }
  @media (min-width: 992px) {
    h2 {
      font-size: 50px;
      line-height: 50px; } }
  @media (min-width: 992px) {
    h2.heading-2 {
      font-size: 60px;
      line-height: 60px; } }

h3 {
  font-size: 22px;
  line-height: 30px; }
  @media (min-width: 992px) {
    h3 {
      font-size: 30px;
      line-height: 30px; } }
  h3.underline {
    padding-bottom: 32px;}
    h3.underline:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      margin-top: 20px;
      display: block;
      width: 70px;
      height: 8px;
      background: #FDC400; }
  h3 span {
    display: block;
    color: #FDC400; }

h4 {
  font-size: 26px;
  line-height: 30px; }
  @media (min-width: 768px) {
    h4 {
      font-size: 40px;
      line-height: 50px; } }

h5, .heading-5 {
  font-size: 22px;
  line-height: 25px; }
  @media (min-width: 768px) {
    h5, .heading-5 {
      font-size: 25px;
      line-height: 25px; } }

h6 {
  font-size: 20px;
  line-height: 25px; }

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #FDC400; }

p a:hover, .marked-list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .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: 479px) {
  [class*='col-xs-'] + [class*='col-xs-'] {
    margin-top: 40px; } }
@media (max-width: 767px) {
  [class*='col-sm-'] + [class*='col-sm-'] {
    margin-top: 40px; } }
@media (max-width: 991px) {
  [class*='col-md-'] + [class*='col-md-'] {
    margin-top: 40px; } }
.no-gutter {
  margin-left: 0;
  margin-right: 0; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
  position: relative; }

/*=======================================================
                       Main Layout
=========================================================*/
h5 + *, .heading-5 + * {
  margin-top: 35px; }

img + h5 {
  margin-top: 25px; }

img + h2 {
  margin-top: 25px; }

p + h5 {
  margin-top: 38px; }

.pdark {
	color: #474b4d; }

.text-white {
	color: #ffffff; font-size: 24px; }

.pyell {
	color: #FDC400; }
.pyell-2 {
    font-size: 22px;
    line-height: 30px;
	color: #FDC400; }
.t-bold {
	font-size: 18px; }

h3 + * {
  margin-top: 20px; }

img + h3 {
  margin-top: 25px; }

img + p {
  margin-top: 38px; }

h4 + * {
  margin-top: 5px; }

h2 + * {
  margin-top: 32px; }

.container + .container {
  margin-top: 100px; }
  @media (min-width: 1200px) {
    .container + .container {
      margin-top: 160px; } }

/*=======================================================
                        Helpers
=========================================================*/
.text-right {
  text-align: right; }

@media (min-width: 768px) {
  .text-right-1 {
    text-align: right; } }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

@media (max-width: 767px) {
  .text-center-1 {
    text-align: center; }
    .text-center-1 h3.underline:after {
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; } }

@media (min-width: 768px) {
  .pull-sm-right {
    float: right; } }

.inset-1 {
  padding-top: 18px; }

.offset-1 {
  margin-top: 0 !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .offset-md-2 {
    margin-top: 20px; } }

.offset-3 {
  margin-top: 5px; }

.offset-4, .row.offset-4 {
  margin-top: 43px; }

@media (min-width: 992px) {
  .preffix-1 {
    margin-left: 20px; } }

@media (min-width: 768px) {
  .preffix-2 {
    margin-left: 15px; } }
@media (min-width: 1200px) {
  .preffix-2 {
    margin-left: 35px; } }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
  padding-left: 70px; }
  .brand .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 108px; }
  @media (min-width: 768px) {
    .brand {
      padding-left: 85px; }
      .brand .logo {
        width: initial; } }

  @media (min-width: 1200px) {
    .brand {
        padding-left: 120px;} }
    .brand_name {
        padding-bottom: 10px;
        padding-top: 5px; }
    .brand_name small {
        display: block;
        font-size: 12px; letter-spacing: 0.4px;
        line-height: 16px;
        text-transform: uppercase; }

  @media (min-width: 479px) and (max-width: 1199px) {
    .brand_name small {
        padding-left: 42px; } }

/*==================  Backgrounds  ======================*/
.bg-primary-variant-1 {
  background: #FDC400; }

.bg-default-variant-2 {
  background: #474b4d; }
  .bg-default-variant-2 .contact-info {
    color: #FDC400; }
    .bg-default-variant-2 .contact-info a {
      color: #fff; font-size: 24px; }
      .bg-default-variant-2 .contact-info a:hover {
        color: #FDC400; }

.bg-default-variant-3 {
  background: #f1f1f1; }

.bg-default-variant-4 {
  background: #f6f6f6; }

.bg-img {
  background: no-repeat url(../images/bg-img.jpg) top center;
  background-size: cover; }

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font: 400 16px/30px "cuprumbold", sans-serif;
  text-align: center;
  position: relative;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 35px; }
  .btn-md {
    padding: 20px 27px; }
  .btn-lg {
    padding: 20px 36px;
    font-size: 20px;
    line-height: 31px; }
  .btn-plus {
    padding-right: 77px; }
    .btn-plus:after {
      content: url(../images/icon07.png);
      position: absolute;
      display: block;
      top: 50%;
      margin-top: -15px;
      right: 30px; }
  .btn-default {
    color: #fff;
    background: #474b4d; }
    .btn-default:hover {
      background: #FDC400; }
    .btn-default:active {
      background: #ffcf00; }
  .btn-primary {
    color: #fff;
    background: #FDC400; }
    .btn-primary:hover {
      background: #474b4d; }
    .btn-primary:active {
      background: #2f3132; }
  * + .btn {
    margin-top: 85px; }
  * + .btn-group {
    margin-top: 50px; }
    @media (min-width: 992px) {
      * + .btn-group {
        margin-top: 85px; } }

/*==================      News      ======================*/
.news:before, .news:after {
  display: table;
  content: "";
  line-height: 0; }
.news:after {
  clear: both; }
.news_aside {
  float: left;
  margin-right: 20px; }
  @media (min-width: 480px) {
    .news_aside {
      margin-right: 30px; } }
.news_cnt {
  overflow: hidden; }

/*==================      Contact-info      ======================*/
.contact-info {
  color: #474b4d;
  font-size: 18px;
  line-height: 19px;
  text-align: left;
  display: inline-block;
  padding-left: 45px;
  position: relative; }
  .contact-info a {
    color: #FDC400;
    text-decoration: none; }
    .contact-info a:hover {
      color: #474b4d;
      text-decoration: none; }
  .contact-info_aside {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -17px; }
  .contact-info .small {
    font-size: 16px;
    line-height: 20px; }

.stuck_container .contact-info {
  display: inline-block;
  padding-top: 50px;
  min-height: 140px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .stuck_container .contact-info {
      font-size: 15px; }
      .stuck_container .contact-info .small {
        font-size: 15px; } }
  @media (min-width: 1199px) {
    .stuck_container .contact-info {
      padding-left: 53px; } }

.contact-info-2 a[href^="mailto:"] {
  color: #474b4d; }
.contact-info-2 a[href^="tel:"]:hover,
.contact-info-2 a[href^="callto:"]:hover {
  text-decoration: underline; }
.contact-info-2 dt, .contact-info-2 dd {
  display: inline-block; }
.contact-info-2 dt {
  min-width: 120px; }
  @media (min-width: 1200px) {
    .contact-info-2 dt {
      min-width: 180px; } }

/*==================      List      ======================*/
.list li {
  display: inline-block; }
  .list li a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #474b4d;
    color: #fff;
    font-size: 24px;
    border-radius: 50%; }
    @media (min-width: 992px) {
      .list li a {
        width: 74px;
        height: 74px;
        line-height: 74px; } }
    .list li a:hover {
      background: #FDC400; }
  .list li + li {
    margin-left: 12px; }
* + .list {
  margin-top: 20px; }

/*==================      Index-list      ======================*/
.index-list {
  counter-reset: li; }
  .index-list li {
    position: relative; }
    .index-list li:before {
      content: counter(li,decimal-leading-zero);
      counter-increment: li;
      display: block;
      width: 70px;
      color: #fff;
      background: #FDC400;
      padding: 25px 0 30px;
      text-align: center;
      font-size: 30px;
      line-height: 30px;
      letter-spacing: -.5px;
      position: absolute;
      top: 0;
      left: 15px; }
    .index-list li:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-left-color: #FDC400;
      position: absolute;
      left: 84px;
      top: 20px; }
  .index-list_cnt {
    padding-left: 100px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .index-list_cnt {
      padding-left: 0; }
    .index-list li {
      position: relative; }
      .index-list li:before {
        position: static;
        margin-bottom: 30px; }
      .index-list li:after {
        border-left-color: transparent;
        border-top-color: #FDC400;
        top: 85px;
        left: 40px; } }
  * + .index-list {
    margin-top: 38px; }

/*==================      Marked-ist      ======================*/
.marked-list li {
  color: #474b4d;
  position: relative;
  padding-left: 25px; }
  .marked-list li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #FDC400;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0; }
  .marked-list li + li {
    margin-top: 10px; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block; }
  .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: 30px; }
      @media (min-width: 1199px) {
        .sf-menu > li + li {
          margin-left: 74px; } }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  color: #474b4d;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  padding-top: 48px;
  padding-bottom: 62px;
  border-top: 8px solid transparent; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: #fff;
  border-top-color: #474b4d; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -114px;
  width: 225px;
  margin-top: 1px;
  padding: 32px 20px 35px;
  background: #474b4d;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }
  .sf-menu ul:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #474b4d;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px; }

.sf-menu ul > li {
  position: relative; }
  .sf-menu ul > li > a {
    color: #FFF;
    font-size: 14px;
    line-height: 25px; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #FDC400; }

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 20px;
  width: 225px;
  background: #FDC400;
  padding: 32px 20px 35px;
  margin-top: -32px;
  z-index: 4; }
  .sf-menu ul ul:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: #FDC400;
    position: absolute;
    top: 39px;
    left: -5px; }

.sf-menu ul ul > li > a {
  color: #474b4d; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    content: "";
    font: 400 16px/16px "FontAwesome"; }

.sf-menu ul > li > .sf-with-ul {
  position: relative; }
  .sf-menu ul > li > .sf-with-ul:before {
    position: absolute;
    top: 50%;
    right: -5px;
    margin-top: -8px;
    content: "";
    font: 400 16px/16px "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: 18px;
  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: #FDC400;
      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  ======================*/
.stuck_container {
  position: relative; }
  @media (min-width: 768px) {
    .stuck_container:before {
      content: '';
      display: block;
      width: 2000px;
      height: 100%;
      background: #474b4d;
      position: absolute;
      top: 0;
      left: 50%; } }
  .stuck_container .container {
    position: relative; }

.isStuck {
  background: #474b4d;
  z-index: 999;
  border-bottom: 1px solid #333333; }
  .isStuck .contact-info {
    padding-top: 10px;
    min-height: 0;
    padding-bottom: 10px; }
  .isStuck .sf-menu > li > a {
    padding-top: 10px;
    padding-bottom: 20px; }

@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: #474b4d;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #FDC400;
    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;
    color: #fff; }
    .parallax_cnt h2, .parallax_cnt h3, .parallax_cnt h4, .parallax_cnt h5, .parallax_cnt h6, .parallax_cnt .num, .parallax_cnt .marked-list li {
      color: #fff; }

/*========================================================
                     HEADER  Section
=========================================================*/
header .brand {
  float: left;
  text-align: right; }
header .brand-container {
  padding-top: 40px;
  padding-bottom: 62px; }
  header .brand-container .contact-info, header .brand-container .search-form {
    margin: 25px auto 0; }
    @media (min-width: 768px) {
      header .brand-container .contact-info, header .brand-container .search-form {
        margin: 0; } }
header .nav {
  padding-left: 25px; }
  @media (min-width: 992px) {
    header .nav {
      padding-left: 75px; } }
@media (max-width: 767px) {
    header {
      text-align: center; }
    header .brand {
      float: none; } }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }
  main p + p {
    margin-top: 30px; }

.num {
  font-size: 80px;
  line-height: 70px;
  position: relative;
  margin-left: -5px;
  padding-bottom: 22px; }
  @media (min-width: 1199px) {
    .num {
      font-size: 120px;
      line-height: 96px;
      padding-bottom: 52px; } }
  .num:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 5px;
    display: block;
    width: 70px;
    height: 8px;
    background: #FDC400; }

.img-round {
  border-radius: 50%; }

.text-default-variant-1 {
  color: #bbbaba; }

.icon-round {
  display: inline-block;
  width: 137px;
  height: 137px;
  line-height: 137px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: #FDC400; }
.icon-round a:hover {
      color: #474b4d;
      text-decoration: none; }
  .icon-round + * {
    margin-top: 28px; }
  .icon-round img {
    margin-top: 42px; }
  .icon-round [class*='material-icons-'] {
    font-size: 60px; }

.date {
  width: 70px;
  text-align: center;
  background: #FDC400;
  color: #fff;
  position: relative; }
  .date:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 18px;
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #FDC400; }
  .date_day {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding: 23px 0; }
  .date_month {
    background: #474b4d;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding: 10px 0; }

.policy-link {
  color: #474b4d; }

/*==================      Well     ======================*/
[class*='well-'] {
  padding-top: 100px;
  padding-bottom: 100px; }

@media (min-width: 1200px) {
  .well-xxs {
    padding-top: 110px;
    padding-bottom: 125px; }

  .well-xs {
    padding-top: 100px;
    padding-bottom: 100px; }

  .well-sm {
    padding-top: 125px;
    padding-bottom: 120px; }

  .well-md {
    padding-top: 125px;
    padding-bottom: 130px; }

  .well-lg {
    padding-top: 160px;
    padding-bottom: 160px; }

  .well-lg-1 {
    padding-top: 160px;
    padding-bottom: 220px; }

  .well-xl {
    padding-top: 180px;
    padding-bottom: 175px; }

  .well-xl-1 {
    padding-top: 180px;
    padding-bottom: 205px; }

  .well-xl-2 {
    padding-top: 180px;
    padding-bottom: 145px; } }
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 120px;
  padding-bottom: 130px; }
  footer .text1 {
    line-height: 25px; }
  footer .contact-info {
    text-transform: uppercase;
    padding-left: 50px; }
    footer .contact-info a {
      font-size: 16px;
      line-height: 25px;
      color: #bbbaba; }
    @media (min-width: 1200px) {
      footer .contact-info {
        padding-left: 65px; } }

  footer .contact-info_aside {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -62px; }
footer .contact-info_cnt {
   	position: relative;
    top: 50%;
    left: 0;
    margin-top: 2px; }


  footer .copy {
    font-size: 14px;
    line-height: 24px;
	letter-spacing: 1.3px;
    color: #51545a; }
    footer .copy a {
      white-space: nowrap; }
    footer .copy_brand span {
      color: #FDC400; }
    * + footer .copy {
      margin-top: 31px; }
