@font-face {

    font-family: 'BoosterNextFYRegular';

    src: url('../fonts/BoosterNextFYRegular.eot');

    src: url('../fonts/BoosterNextFYRegular.eot') format('embedded-opentype'),

         url('../fonts/BoosterNextFYRegular.woff2') format('woff2'),

         url('../fonts/BoosterNextFYRegular.woff') format('woff'),

         url('../fonts/BoosterNextFYRegular.ttf') format('truetype'),

         url('../fonts/BoosterNextFYRegular.svg#BoosterNextFYRegular') format('svg');

}



@font-face {

    font-family: 'GothamBook';

    src: url('../fonts/GothamBook.eot');

    src: url('../fonts/GothamBook.eot') format('embedded-opentype'),

         url('../fonts/GothamBook.woff2') format('woff2'),

         url('../fonts/GothamBook.woff') format('woff'),

         url('../fonts/GothamBook.ttf') format('truetype'),

         url('../fonts/GothamBook.svg#GothamBook') format('svg');

}



@font-face {

    font-family: 'GothamMedium';

    src: url('../fonts/GothamMedium.eot');

    src: url('../fonts/GothamMedium.eot') format('embedded-opentype'),

         url('../fonts/GothamMedium.woff2') format('woff2'),

         url('../fonts/GothamMedium.woff') format('woff'),

         url('../fonts/GothamMedium.ttf') format('truetype'),

         url('../fonts/GothamMedium.svg#GothamMedium') format('svg');

}



@font-face {

    font-family: 'GothamBold';

    src: url('../fonts/GothamBold.eot');

    src: url('../fonts/GothamBold.eot') format('embedded-opentype'),

         url('../fonts/GothamBold.woff2') format('woff2'),

         url('../fonts/GothamBold.woff') format('woff'),

         url('../fonts/GothamBold.ttf') format('truetype'),

         url('../fonts/GothamBold.svg#GothamBold') format('svg');

}



* {

  margin: 0;

  padding: 0;

  box-sizing: content-box;

}



.my-btn {

    font-family: "BoosterNextFYRegular", serif;

    background: #ffffff;

    display: inline-block;

    padding: 15px 35px;

    color: #cfb254;

    font-size: 45px;

    text-decoration: none;

    border-radius: 15px;
    
    letter-spacing: -2px;
}



header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 22;
}

header .container {

  margin: auto;
}
header .logo-header img {
  max-width: 100%;
}
header .mobile-menu-btn {
  float: left;
  margin: 45px 0 0 60px;
  position: relative;
  z-index: 15;
  cursor: pointer;
  border-radius: 12px;
}

header .mobile-menu-btn img {
  display: block;
}

header #menu {
  position: fixed;
  width: 300px;
  background: rgba(0, 0, 0, 0.6);
  min-height: 100vh;
  padding-top: 120px;
  z-index: 10;
  left: -300px;
  transition: all 250ms cubic-bezier(.02, .01, .47, 1);
}

header #menu.open {
  left: 0;
}

header #menu a {
  font-size: 25px;
  color: #cfb254;
  text-decoration: none;
  padding: 10px 55px;
  display: inline-block;
  font-family: 'GothamBook';
}


header .logo-header {
  float: right;
  margin: 40px 60px 0 0;
}
.my-btn__header {
  float: right;
  margin: 40px 60px 0 0;
  font-size: 30px;
}


footer {

  background-color: #cfb254;

  overflow: hidden;

  color: #ffffff;

  text-align: center;

}



footer h3 {

    font-family: "BoosterNextFYRegular", serif;

    font-size: 62px;

    font-weight: 400;

    margin: 80px 0 60px;

    color: #ffffff;

}



footer .contact-text {

    font-family: "BoosterNextFYRegular", serif;

    font-size: 33px;

    font-weight: 400;

    margin: 60px 0;

}

footer .contact-text p {

    margin-bottom: 40px;

}

footer .contact-text a {

    color: #ffffff;

    text-decoration: none;

}



footer .social-icons {

    margin: 20px 0 185px;

}



footer .social-icons a {

    display: inline-block;

    margin: 0 5px;

    background-color: #ffffff;

    color: #cfb254;

    border-radius: 50%;

    padding: 15px 0;

    width: 75px;

    height: 75px;

    font-size: 40px;

    box-sizing: border-box;

    transition: all 250ms cubic-bezier(.02, .01, .47, 1);

    border: 1px solid #ffffff;

}

footer .social-icons a:hover {

    border: 1px solid #ffffff;

    background: #cfb254;

    color: #ffffff;

}





footer .my-btn {

  border: 1px solid #cfb254;

  cursor: pointer;

  transition: all 250ms cubic-bezier(.02, .01, .47, 1);
}

footer .my-btn:hover {

  border: 1px solid #ffffff;

  background: #cfb254;

  color: #ffffff;

}


@media screen and (max-width: 1700px ) {

  header .mobile-menu-btn img {
    width: 35px;
  }
  header .logo-header {
    width: 50px;
    height: 50px;
  }

  .my-btn {
    font-size: 25px;
    letter-spacing: 0;
    padding: 10px 28px;
    border-radius: 8px;
  }
  .home-main .my-btn.my-download-btn {
    font-size: 25px;
    padding: 10px 28px;
    border-radius: 8px;
  }
  .my-btn__header {
    font-size: 18px;
    background: #cfb254;
    color: #ffffff;
  }
  .my-btn__header:hover {
    font-size: 18px;
    color: #cfb254;
    background: #ffffff;
  }

  footer h3 {
    font-size: 33px;
    margin: 48px 0 36px;
  }

  footer .contact-text p {
    font-size: 20px;
    padding: 0 15px;
    margin-bottom: 23px;
  }

  footer .social-icons a {
    padding: 7px 0;
    width: 45px;
    height: 45px;
    font-size: 28px;
    margin: 17px 3px;
  }

  footer .contact-text {
    font-family: "BoosterNextFYRegular", serif;
    font-size: 33px;
    font-weight: 400;
    margin: 35px 0 0 0;
  }

  footer .social-icons {
    margin: 20px 0 175px;
  }

}
.view-pdf-book {
  padding-bottom: 25px;
}
@media screen and (max-width: 991.98px ) {

  footer .social-icons {
    margin: 20px 0 95px;
  }

  header .logo-header {

    margin: 20px 20px 0 0;

  }

  footer .contact-text {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  header .mobile-menu-btn {

    margin: 25px 0 0 15px;

  }

  header #menu {

    padding-top: 85px;

  }

  header #menu a {
    padding: 10px 15px;
  }

    .my-btn { 
      font-size: 25px;
      width: 265px;
      display: block;
      padding: 10px 0;
      margin: auto;
    }
  .home-main .my-btn.my-download-btn {
     width: auto;
     font-size: 18px;
  }
  .home-main .download-btn-section {
    padding-top: 22px;
    text-align: center;
    padding-bottom: 30px;
}
    footer h3 {
      font-size: 30px;
      margin: 65px 0 45px
    }

    footer .contact-text p {
      font-size: 22px;
      padding: 0 15px;
    }

    footer .my-btn {
      max-width: 690px;
      margin-left: auto;
      margin-right: auto;
    }

    footer .my-btn {
      max-width: 265px;
      margin: auto;
    }

    footer .social-icons a {
      padding: 13px 0;
      width: 50px;
      height: 50px;
      font-size: 24px;
    }

}





  .single-main {
    color: #4d4d4f;
    max-width: 1300px;
    margin: 100px auto 0;
    padding: 0 15px 75px;
    box-sizing: border-box;
  }

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

  .single-main strong {

    font-family: 'GothamMedium';

    font-weight: 400;

  }

  .single-main img {

    margin-bottom: 30px;

  }

  .single-main h1 {

    font-family: "BoosterNextFYRegular", serif;

    font-weight: 400;

    font-size: 40px;

    line-height: 62px;

    margin-bottom: 30px;

    color: #cfb254;

  }

  .single-main h2 {

    font-family: "BoosterNextFYRegular", serif;

    font-weight: 400;

    font-size: 32px;

    line-height: 26px;

    margin: 25px 0 30px;

  }

  .single-main h3 {

    font-family: "BoosterNextFYRegular", serif;

    font-weight: 400;

    font-size: 26px;

    line-height: 23px;

    margin: 0 0 20px;

  }

  .single-main p {

    margin: 0 0 15px;

    font-family: 'GothamBook';

    font-weight: 400;

    font-style: normal;

    font-size: 18px;

    line-height: 23px;

  }

  .single-main ol, ul {

    margin: 0 0 15px;

  }

  .single-main li {

    margin: 0 0 15px;

    font-family: 'GothamBook';

    font-weight: 400;

    font-style: normal;

    font-size: 18px;

    line-height: 23px;

    list-style-position: inside;

  }

  .single-main a {

    margin: 0 0 15px;

    font-family: 'GothamBook';

    font-weight: 400;

    font-style: normal;

    font-size: 16px;    

    color: #4d4d4f;

    transition: all 250ms cubic-bezier(.02, .01, .47, 1);



  }

  .single-main a:hover {

    color: #cfb254;

  }

.download-btn-section {
  padding-top: 40px;
  text-align: center;
  padding-bottom: 10px;
}
.download-btn-section .my-download-btn {
  border: 1px solid #cfb254;
  position: relative;
  z-index: 100;
}
/*.download-btn-section .my-download-btn:hover {
  border: 1px solid #cfb254;
}*/

.view-pdf-book .wpb_wrapper {
  max-width: 1340px;
  margin: auto;
}


@media (max-width: 1700px) {
  .single-main {
    max-width: 1070px;
  }

  .single-main h1 {
    font-size: 33px;
  }

  .single-main h2 {
    font-size: 28px;
  }

  .single-main h3 {
    font-size: 25px;
  }

  .single-main p {
    font-size: 18px;
  }

}

@media (max-width: 1199.98px) {
  .single-main {
    max-width: 720px;
  }
}

@media screen and (max-width: 992px ) {
  .single-main {
    max-width: 720px;
  }

.my-btn__header {
  display: none;
}

}

@media (max-width: 767.98px) {
  .single-main {
    max-width: 540px;
    margin: auto;
  }
}

@media (max-width: 767.98px) {
  footer .contact-text {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
