  @import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);


  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }


  body {
      font-family: "Poppins", sans-serif;
      font-weight: 300;
      font-size: 18px;
      line-height: 24px;
      color: #232323;
      background-color: #fff
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      font-family: 'Raleway';
      color: #000;
      padding: 0;
      text-transform: uppercase;
      font-weight: 400
  }

  h1 {
      font-size: 46px;
      line-height: 60px;
      margin: 0 0 25px
  }

  h2 {
      font-size: 32px;
      padding: 0
  }

  h3 {
      font-size: 24px;
      line-height: 36px;
      margin: 0 0 20px
  }

  ul {
      margin: 0;
      padding: 0
  }

  ul li {
      list-style-type: none
  }

  .entry-content ol {
      margin-bottom: 40px
  }

  .entry-content ol li {
      margin-bottom: 20px
  }

  p {
      margin: 0 0 30px
  }

  a {
      color: #c38e1e
  }

  a:hover {
      text-decoration: none
  }

  .f_14 {
      font-size: 15px;
      font-weight: 300;
      line-height: 22px;
  }

  .f_17 {
      font-size: 16px;
      font-weight: 300;
      line-height: 26px;
  }
   .f_20 {
      font-size: 20px;
      font-weight: 300;
      line-height: 32px;
  }

  .f_22 {
      font-size: 22px;
      font-weight: 300;
      line-height: 35px;
  }

  .sec_title {
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 2px;
      line-height: 24px;
      color: #9d9d9c;
  }

  .sec_title:after {
      display: block;
      content: "";
      height: .6px;
      width: 120px;
      background-color: #9d9d9c;
      margin-top: 11px;
      margin-left: 10px;
  }

  .ftr_title {
      font-size: 14px;
      line-height: 36px;
      font-weight: 600;
      letter-spacing: 2px;
  }

  footer ul li a {
      font-family: 'Poppins' sans-serif;
      font-size: 12px;
      line-height: 24px;
      font-weight: 300 !important;
      letter-spacing: 2px;
      color: #232323;
      text-decoration: none;
      text-transform: uppercase;
  }

  footer ul li {
      margin-bottom: 15px;
  }

  .ftr_bottom a {
      font-family: 'Poppins' sans-serif;
      font-size: 12px;
      line-height: 24px;
      font-weight: 300 !important;
      letter-spacing: 2px;
      color: #232323;
      text-decoration: none;
  }

  .socials a {
      font-size: 22px;
  }

  .f_12 {
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 2px;
  }

  .navbar-nav .nav-link {
      color: white;
      margin-right: 20px;

  }

  .navbar-nav .nav-link:hover {
      color: #ccc;
  }


  .btn-light {
    background-color: #fff !important;
  }

  .btn-dark
  {
    background-color: #000000 !important;
    color: #fff;
    border: none;
  }
  .btn-contact {
      background-color: white;
      color: black;
      padding: 10px 20px 12px;
  }

  .btn-contact:hover {
      background-color: #c38e1e;
  }

  .carousel-caption {
      text-align: left;
      bottom: 15%;
      left: 2%;
      right: 35%;
  }

  .nav-item a {
      font-size: 12px;
      font-weight: 400;
      line-height: 24px;
      color: rgb(255, 255, 255) !important;
      letter-spacing: 1.5px;
      font-family: "Poppins", sans-serif;
  }