@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
body, html {
  font-family: 'Lato', sans-serif;
}

.img-data {
  text-align: center;
}

html * {
  outline: 0 !important;
}

.btn {
  padding: 14px 20px;
  border: 0 none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-primary {
  background-color: #BE9667;
  border: 0px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
}

.btn-primary:hover, .btn-primary.active {
  background-color: #866339 !important;
  color: #181818;
  font-weight: 400;
}

.img-data img {
  width: 100%;
}

nav.top-nav {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 1000;
  padding: 0px 0.75rem;
}

nav.top-nav .left {
  display: none;
}

nav.top-nav .middle .brand-logo {
  height: 80px;
  display: block;
}

nav.top-nav .middle .brand-logo img {
  height: 100%;
}

nav.top-nav .right .lookbook-btn {
  display: none;
}

nav.top-nav .right .manu-btn {
  color: #fff;
}

nav.top-nav .right .manu-btn i {
  font-weight: 300;
  font-size: 20px;
}

nav.top-nav.fixed {
  background-color: rgba(29, 29, 29, 0.952);
}

nav.middle-nav {
  overflow: hidden;
  opacity: 0;
  width: 0px;
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.849);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: width 0.4s ease-in,opacity 0.4s ease-in;
  transition: width 0.4s ease-in,opacity 0.4s ease-in;
}

nav.middle-nav .left {
  margin-top: 20px;
  margin-bottom: 20px;
}

nav.middle-nav .left .brand-logo {
  height: 90px;
  display: block;
}

nav.middle-nav .left .brand-logo img {
  height: 100%;
}

nav.middle-nav .left .close-btn {
  position: absolute;
  top: 0px;
  z-index: 5;
  color: #fff;
  font-size: 30px;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

nav.middle-nav .left .close-btn i {
  font-weight: 100;
}

nav.middle-nav .middle {
  width: calc(100% - 40px);
  max-width: 300px;
}

nav.middle-nav .middle .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

nav.middle-nav .middle .nav .nav-link {
  color: #fff;
  font-weight: 300;
  text-align: center;
}

nav.middle-nav .middle .nav .nav-link.active, nav.middle-nav .middle .nav .nav-link:hover {
  background-color: #BE9667;
  color: #181818;
  font-weight: 400;
}

nav.middle-nav .right {
  margin-top: 50px;
}

nav.middle-nav.active {
  width: 100%;
  opacity: 1;
  overflow: auto;
}

.mfp-content {
  text-align: center;
}

.mfp-content iframe {
  width: 100%;
  max-width: 800px;
  height: 400px;
}

.hero-banner {
  position: relative;
  background-color: #181818;
}

.hero-banner:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.13);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 212, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 212, 255, 0) 100%);
  height: 200px;
  width: 100%;
}

.hero-banner .slider-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero-banner .slider-control .btn-link {
  font-size: clamp(2em, 5vw, 4em);
  color: #fff;
}

.hero-banner .slider-control .btn-link:focus, .hero-banner .slider-control .btn-link:hover {
  outline: none !important;
  border: 0px;
}

.hero-banner .slider-control .btn-link i {
  font-weight: 100;
}

.hero-banner .maga-slider {
  position: relative;
}

.hero-banner .maga-slider .img-data {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

/*.hero-banner .maga-slider .img-data .desktop, .hero-banner .maga-slider .img-data .tablet {
  display: none;
}*/


.hero-banner .maga-slider .img-data .mobile {
  display: block;
}

.hero-banner .maga-slider .slick-dots {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: calc(50px + 1em);
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.hero-banner .maga-slider .slick-dots button {
  content: "";
  border: 0px;
  color: transparent;
  height: 2px;
  width: 10px;
  background-color: #BE9667;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero-banner .maga-slider .slick-dots .slick-active button {
  height: 10px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.322);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.322);
}

.hero-banner .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: 100%;
  max-width: 1500px;
}

.hero-banner .social-media .nav-link {
  color: #fff;
}

.hero-banner .social-media .nav-link:hover {
  background-color: #BE9667;
  color: #181818;
}

.hero-banner2 {
  position: relative;
  background-color: #181818;
}

.hero-banner2:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.13);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 212, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 212, 255, 0) 100%);
  height: 200px;
  width: 100%;
}

.hero-banner2 .img-data {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  max-height: 300px;
}

.hero-banner2 .img-data .desktop, .hero-banner2 .img-data .tablet {
  display: none;
}

.hero-banner2 .img-data .mobile {
  display: block;
}

/*.hero-banner2 .title-area {
  position: absolute;
  bottom: 2em;
  z-index: 2;
  width: 100%;
}*/

.title-area {
    margin-top: -80px;
    position: absolute;
}
.hero-banner2 .title-area h2 {
  color: #fff;
  font-weight: 300;
}

.hero-banner2 .title-area .breadcrumb .breadcrumb-item {
  color: #fdd8ae;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.795);
}

.hero-banner2 .title-area .breadcrumb .breadcrumb-item::before {
  color: #fdd8ae;
}

.hero-banner2 .title-area .breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

.hero-banner2 .social-media {
  height: 50px;
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: 100%;
}

.hero-banner2 .social-media .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-banner2 .social-media .nav-link {
  color: #fff;
}

.hero-banner2 .social-media .nav-link:hover {
  background-color: #BE9667;
  color: #181818;
}

.section-type1, .section-type2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-origin: border-box;
}

.section-type1 .img-data img {
  width: 100%;
}

.section-type2 {
  background-color: #181818;
}

.section-type2 .display-6 {
  text-transform: uppercase;
}

.section-type2 .p-style1 {
  color: #BE9667;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  margin-left: 30px;
}

.section-type2 .p-style1::before {
  content: " ";
  background-color: #BE9667;
  width: 30px;
  height: 0.5px;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.title-type1 {
  text-transform: uppercase;
  font-weight: 600;
  color: #BE9667;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

.title-type1:after {
  content: " ";
  background-image: url("../img/symbol1.png");
  background-repeat: no-repeat;
  width: 20vw;
  max-width: 150px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title-type2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #BE9667;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.title-type2:after {
  content: " ";
  background-image: url("../img/symbol1.png");
  background-repeat: no-repeat;
  width: 20vw;
  max-width: 150px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title-type2:before {
  content: " ";
  background-image: url("../img/symbol1.png");
  background-repeat: no-repeat;
  width: 20vw;
  max-width: 150px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.magic-data {
  display: none !important;
}



.gallery-section {
  background-color: #E9E9E9;
}

.gallery-section .card {
  position: relative;
}

.gallery-section .card .img-data {
  overflow: hidden;
  height: 350px;
}

.gallery-section .card .card-body {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #0a0602c2;
  color: #fff;
  height: 50px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-section .card .card-body .card-title {
  text-transform: uppercase;
  text-align: center;
}

.gallery-section .card .card-body p {
  display: none;
  opacity: 0.5;
  text-transform: lowercase;
}

.gallery-section .card .card-body:after {
  content: " ";
  width: calc(100% - 1em);
  height: calc(100% - 1em);
  border: 5px solid #BE9667;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.gallery-section .col {
  position: relative;
}

.gallery-section .col:hover, .gallery-section .col:focus-within {
  cursor: pointer;
}

.gallery-section .col:hover .card .card-body, .gallery-section .col:focus-within .card .card-body {
  height: 100%;
}

.gallery-section .col:hover .card .card-body:after, .gallery-section .col:focus-within .card .card-body:after {
  opacity: 1;
}

.gallery-section .col:hover .card p, .gallery-section .col:focus-within .card p {
  display: block;
}

.display-3 {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 400;
}

.display-2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}

.display-1 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 400;
    font-family: Times New Roman;
    border-bottom: 3px solid #be9667;
    width: 335px;
}
.heading h1{
    text-transform: uppercase;
    font-size:35px;
    font-weight: bold;
    border-bottom: 3px solid #be9667;
    margin-bottom: 20px;
}

.display P{
    font-size: 14px;
    font-weight: 600;
    text-align: justify;
    line-height: 23px;
	color: #363636;
}

.display h5{
	font-weight:bold; 
	text-transform:capitalize; 
	color:#b76709; 
	font-size: 25px;
}
.video-frame {
  position: relative;
  background-color: #000;
  cursor: pointer;
}

.video-frame img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.video-frame:hover img {
  opacity: 0.8;
}

.testimonial-section {
  background-color: #181818;
  color: #fff;
}

.testimonial-section .testimonial-slider .slick-dots {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial-section .testimonial-slider .slick-dots button {
  overflow: hidden;
  height: 2px;
  border: 0px;
  background-color: #BE9667;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: transparent;
  width: 20px;
}

.testimonial-section .testimonial-slider .slick-dots .slick-active button {
  height: 5px;
  border-radius: 50px;
}

.testimonial-section .slider-group {
  position: relative;
}

.testimonial-section .slider-group .testimonial-slider {
  width: 100%;
  max-width: 800px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.testimonial-section .slider-group .testimonial-slider .comment-content {
  position: relative;
}

.testimonial-section .slider-group .testimonial-slider .comment-content i.fas {
  color: #BE9667;
  position: absolute;
  left: 0px;
  font-size: clamp(1em, 5vw, 2em);
  opacity: 0.5;
}

.testimonial-section .slider-group .testimonial-slider .comment-content i.fa-quote-right {
  right: 0px;
  left: auto;
}

.testimonial-section .slider-group .slider-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.testimonial-section .slider-group .slider-control .btn-link {
  font-size: clamp(2em, 5vw, 4em);
  color: #fff;
}

.testimonial-section .slider-group .slider-control .btn-link:focus, .testimonial-section .slider-group .slider-control .btn-link:hover {
  outline: none !important;
  border: 0px;
}

.testimonial-section .slider-group .slider-control .btn-link i {
  font-weight: 100;
}

.contact-section .nav-with-icon .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #181818;
  position: relative;
  padding-left: 30px;
}

.contact-section .nav-with-icon .nav-link i {
  color: #BE9667;
  font-size: 20px;
  margin-top: 1px;
  position: absolute;
  left: 0px;
}

.contact-section .social-media .nav-link:hover {
  color: #BE9667 !important;
}

.social-media-section .container .nav {
  border-top: 1px solid #BE9667;
  border-bottom: 1px solid #BE9667;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em 0px;
}

.social-media-section .container .nav .nav-link {
  position: relative;
  padding-left: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #181818;
  margin-left: 1em;
}

.social-media-section .container .nav .nav-link i {
  position: absolute;
  left: calc(36px / 2);
  top: 50%;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
  color: #BE9667;
  z-index: 2;
}

.social-media-section .container .nav .nav-link::after {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 40px;
  height: 40px;
  border: 2px solid #BE9667;
  left: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.social-media-section .container .nav .nav-link:hover {
  color: #BE9667;
}

.social-media-section .container .nav .nav-link:hover i {
  color: #fff;
}

.social-media-section .container .nav .nav-link:hover::after {
  background-color: #BE9667;
}

.hr {
  width: 100%;
  height: 2px;
  background-color: #BE9667;
}

.hr.align-center {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

footer {
    background-color: #181818;
    color: #fff;
    padding: 15px 0px 1px 0px;
}

.img-area .img-data img {
  width: 90%;
  height: auto;
  max-width: 700px;
}

.center-data-section .center-data-body {
  width: 100%;
  max-width: 900px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.card-group-type1 .card {
  border: 0px;
}

.card-group-type1 .card .img-data img {
  width: 150px;
  height: 150px;
  max-width: 90%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.281);
  overflow: hidden;
  border-radius: 50%;
}

@media (min-width: 576px) {
  .social-media-section .container .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2em 0px;
  }
}

@media (min-width: 768px) {
  .hero-banner .maga-slider .img-data .mobile, .hero-banner .maga-slider .img-data .desktop {
    display: none;
  }
  .hero-banner .maga-slider .img-data .tablet {
    display: block;
  }
  .hero-banner .maga-slider .slick-dots button {
    width: 50px;
  }
  .hero-banner2 .img-data {
    max-height: 400px;
  }
  .hero-banner2 .img-data .mobile, .hero-banner2 .img-data .desktop {
    display: none;
  }
  .hero-banner2 .img-data .tablet {
    display: block;
  }
  .hero-banner2 .title-area {
    bottom: 1em;
  }
}

@media (min-width: 992px) {
  nav.top-nav {
    position: absolute;
    height: 80px;
    width: 100%;
    max-width: 1500px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
  nav.top-nav .left {
    display: block;
  }
  nav.top-nav .left .nav .nav-link {
    color: #fff;
    font-weight: 300;
  }
  nav.top-nav .left .nav .nav-link i {
    margin-right: 5px;
  }
  nav.top-nav .middle {
    position: absolute;
    left: 50%;
    top: 30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  nav.top-nav .middle .brand-logo {
    height: 100px;
  }
  nav.top-nav .right .lookbook-btn {
    display: block;
  }
  nav.top-nav .right .manu-btn {
    display: none;
  }
  .hero-banner2 .img-data {
    max-height: 25vw;
  }
  .hero-banner2 .img-data .mobile, .hero-banner2 .img-data .tablet {
    display: none;
  }
  .hero-banner2 .img-data .desktop {
    display: block;
  }
  nav.top-nav.fixed {
    background-color: transparent;
  }
  nav.middle-nav {
    position: absolute;
    width: 100%;
    opacity: 1;
    height: auto;
    top: 130px;
    border-bottom: 1px solid #ffce9646;
    background-color: transparent;
    -webkit-transition: none;
    transition: none;
  }
  nav.middle-nav .left, nav.middle-nav .right {
    display: none;
  }
  nav.middle-nav .middle .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  nav.middle-nav .middle .nav .nav-link {
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    overflow: visible;
  }
  nav.middle-nav .middle .nav .nav-link.active, nav.middle-nav .middle .nav .nav-link:hover {
    background-color: transparent;
    color: #fff;
  }
  nav.middle-nav .middle .nav .nav-link.active:after, nav.middle-nav .middle .nav .nav-link:hover:after {
    content: " ";
    background-color: #fff;
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  nav.middle-nav .middle .nav .nav-link.active {
    font-weight: 600;
  }
  nav.middle-nav.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #181818;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    padding: 0px 1em;
  }
  nav.middle-nav.fixed .close-btn {
    display: none;
  }
  nav.middle-nav.fixed .left, nav.middle-nav.fixed .right {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .hero-banner .social-media {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .hero-banner .slick-dots button {
    width: 50px;
  }
}

@media (max-width: 680px) {
	a.nav-link.manu-btn {
		position: relative;
	}

	a.manu-btn:after {
		content: 'Menu';
		position: absolute;
		top: 32px;
		left: 8px;
		font-size: 16px;
		font-family: 'Montserrat';
	}

	nav.top-nav .right .manu-btn i {
		font-weight: 300;
		font-size: 30px;
	}
}
/*# sourceMappingURL=style.css.map */