@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/HelveticaNeue-Thin.otf); }
@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Helvetica.ttf); }
@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/Helvetica-Bold.ttf); }
@font-face {
  font-family: 'Helvetica Condensed';
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Helvetica-Condensed.otf); }
@font-face {
  font-family: 'Helvetica Condensed';
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/Helvetica-Condensed-Bold.otf); }
body {
  font-family: 'Helvetica';
  background: #eeedfd; }

h1 {
  font-family: 'Helvetica Neue'; }

.submit-btn, .orange-btn {
  border-radius: 6px;
  text-transform: uppercase;
  font-family: 'Helvetica Neue';
  font-size: 20px;
  box-shadow: 1px 3px 12px -2px #333 !important; }
  .submit-btn:hover, .orange-btn:hover {
    opacity: 0.9;
    color: #fff; }

.submit-btn {
  background: #4d4d4f;
  color: #fff; }

.orange-btn {
  background: #f99600;
  padding: 13px;
  font-size: 26px;
  color: #000; }

.main-heading .heading-child, .main-heading .heading-child-b {
  color: #fff;
  display: inline;
  padding: 2px 10px;
  text-align: center;
  font-size: 24px; }

.top-row {
  background: url(../images/goldtop-header.png) no-repeat;
  padding: 15px 0px; }
  .top-row .fa-social {
    background: #f99600;
    color: #fae4d8;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center !important;
    margin-top: 20px; }
    .top-row .fa-social:hover {
      background: #f99600;
      color: #fff;
      opacity: 0.9; }

.main-heading {
  font-family: 'Helvetica Neue';
  text-align: center;
  padding-top: 10px; }
  .main-heading .heading-child {
    background: #f99600; }
  .main-heading .heading-child-b {
    background: #4d4d4f; }
  .main-heading .heading-parn h1 {
    text-transform: uppercase;
    font-size: 40px;
    color: #f99600;
    position: relative;
    display: inline-block;
    margin-top: 5px; }
    .main-heading .heading-parn h1:before {
      content: "";
      position: absolute;
      left: -150px;
      top: 13px;
      width: 134px;
      height: 20px;
      background: url(../images/left-h-bg.png) no-repeat; }
    .main-heading .heading-parn h1:after {
      content: "";
      position: absolute;
      right: -150px;
      top: 13px;
      width: 134px;
      height: 20px;
      background: url(../images/right-h-bg.png) no-repeat; }

.form-theme {
  background: #f99600;
  padding: 30px 0px;
  margin-top: 20px;
  color: #fff;
  box-shadow: 2px 5px 10px 1px #ccc; }
  .form-theme .form-group .form-control {
    box-shadow: 2px 5px 10px 1px #f78100;
    height: 40px; }
  .form-theme .radio-th {
    margin-top: 7px; }
    .form-theme .radio-th span {
      font-size: 18px; }
    .form-theme .radio-th label {
      margin-top: -3px;
      margin-left: 5px; }

.section {
  margin-top: 40px; }
  .section .content {
    margin-top: 20px; }
    .section .content .collage {
      margin-top: 20px;
      position: relative; }
      .section .content .collage .caption {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 20px;
        font-family: 'Helvetica Neue'; }
        .section .content .collage .caption span {
          display: block; }
  .section h1 {
    text-transform: capitalize !important; }

.bg-grd {
  background: url(../images/goldbg-black.jpg) no-repeat center;
  position: relative;
  background-size: cover;
  font-family: 'Helvetica Neue'; }
  .bg-grd p {
    color: #fff; }
  .bg-grd h1 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 30px; }
  .bg-grd span {
    color: #f99600;
    font-size: 30px; }
  .bg-grd .content-se {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px; }
  .bg-grd .hg {
    height: 311px; }

.cnt-rw {
  padding: 40px 0px;
  text-align: center; }

.ribbon {
  background: #ebeaea;
  color: #251508;
  margin-top: 10px;
  padding: 20px 0px; }
  .ribbon h3 {
    font-size: 24px;
    margin-top: 0px;
    position: relative;
    display: inline; }
    .ribbon h3:before {
      content: "";
      position: absolute;
      height: 2px;
      width: 157px;
      background: #7a6f74;
      top: 16px;
      left: -175px; }
    .ribbon h3:after {
      content: "";
      position: absolute;
      height: 2px;
      width: 157px;
      background: #7a6f74;
      top: 16px;
      right: -175px; }
  .ribbon a {
    color: #000;
    font-weight: bold; }

.footer {
  background: #333;
  color: #fff;
  padding: 10px; }

.mobile-banner {
  display: none; }

@media screen and (max-width: 600px) {
  .desktop-banner {
    display: none; }

  .mobile-banner {
    display: block; }

  .main-heading .heading-parn h1:before {
    display: none; }
  .main-heading .heading-parn h1:after {
    display: none; }

  .orange-btn {
    font-size: 16px; }

  .ribbon h3:before {
    display: none; }
  .ribbon h3:after {
    display: none; } }
@media screen and (max-width: 768px) {
  .bg-grd .content-se {
    position: static;
    top: 0;
    transform: translateY(0%);
    text-align: center; }
  .bg-grd .hg {
    height: auto; }

  .section .content .collage img {
    margin: 0 auto; }

  .top-row .fa-social {
    margin-top: 12px; } }

/*# sourceMappingURL=main.css.map */
