/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

=> Web Fonts
=> Normalize
=> Accessibility
=> Globals
=> Container width
=> Banner section
=> Spacing
=> Alignments
=> Clearings
=> Button
    - Button two
=> Section Title
=> Unit test
=> Gutenberg Default Style
=> Header Section
    - sticky
=> Header top
=> Header middle
=> Header main navigation
=> Header close button
=> Header Toggle
=> Header responsive
=> Hero section
=> Services section
=> Choose us section
=> About section
=> Call to section
=> Get in touch section
    - Quote Form
=> Choose us section
=> Goal section
=> How we works section
=> Projects section
=> Project single section
=> Testimonial section
=> Newsletter section
=> Counter section
=> Team section
=> Blog section
    - Meta info
    - basic pagination
    - Sidebar
    - Comment area
    - Comment form
    - Contact section
=> Footer section
=> Construcky Heading
=> Error 404 Page
=> Back Top
=> Preloader Css

--------------------------------------------------------------*/
/* font url */
/*--------------------------------------------------------------
    Normalize
--------------------------------------------------------------*/
/* Colors */
/* Fonts */
/* Box shadow */
/* Defaults */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  color: var(--paragraph-color);
  background-color: #000000;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 36px;
  line-height: 42px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

p {
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-bottom: 0;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

p.text {
  color: #7b7b7b;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  font-weight: 400;
  -webkit-hyphens: auto;
  hyphens: auto;
}

a {
  color: inherit;
  text-decoration: none;
  color: #7b7b7b;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}

blockquote {
  margin: 0;
  padding: 0;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

code {
  color: #fac45c;
}

/* Accessibility
---------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
    Globals
--------------------------------------------------------------*/
/* Container width
-------------------------------------- */
#default-home .container {
  max-width: 1200px;
}

@media (max-width: 767px) {
  #hero-section .container {
    max-width: 600px;
  }
}
.card,
.card-body {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

/* Contact form success message
-------------------------------------- */
#form-messages {
  color: green;
}

/* Media
--------------------- */
embed,
iframe,
object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Unit test
-----------------------------------*/
.wp-link-pages a {
  margin: 0 5px;
  transition: 0.3s ease-in;
}

.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: #fac45c;
  color: var(--color-white);
  border-color: #fac45c;
}

.wp-link-pages span:first-child {
  margin-right: 5px;
}

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}

.post-password-form label {
  font-weight: 600;
  color: #333;
}

.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: #fac45c;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.post-password-form input[type=submit]:hover {
  background-color: #121A2F;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}

/* Gutenberg Default Style
------------------------------------*/
.single-post-details-item .entry-content > .alignwide {
  max-width: 1100px;
}

.single-post-details-item .entry-content > .alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.wp-block-video video {
  max-width: 636px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-project:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 15px;
}

.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

@media screen and (min-width: 767px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}
wp-block-video video {
  max-width: 636px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-project:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 15px;
}

.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid #000;
  padding-left: 1em;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

@media screen and (min-width: 767px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}
.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}

/* font family */
/* font weight */
/* font size */
/* --------------------------------------
    Spacing
-------------------------------------- */
.pt-0 {
  padding-top: 0;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.rl-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

/* margin */
.mt-0 {
  margin-top: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

@media only screen and (min-width: 678px) and (max-width: 991px) {
  /* Margin Top */
  .md-mt-5 {
    margin-top: 5px;
  }
  .md-mt-10 {
    margin-top: 10px;
  }
  .md-mt-15 {
    margin-top: 15px;
  }
  .md-mt-20 {
    margin-top: 20px;
  }
  .md-mt-25 {
    margin-top: 25px;
  }
  .md-mt-30 {
    margin-top: 30px;
  }
  .md-mt-35 {
    margin-top: 35px;
  }
  .md-mt-40 {
    margin-top: 40px;
  }
  .md-mt-45 {
    margin-top: 45px;
  }
  .md-mt-50 {
    margin-top: 50px;
  }
  .md-mt-55 {
    margin-top: 55px;
  }
  .md-mt-60 {
    margin-top: 60px;
  }
  .md-mt-65 {
    margin-top: 65px;
  }
  .md-mt-70 {
    margin-top: 70px;
  }
  .md-mt-75 {
    margin-top: 75px;
  }
  .md-mt-80 {
    margin-top: 80px;
  }
  .md-mt-85 {
    margin-top: 85px;
  }
  .md-mt-90 {
    margin-top: 90px;
  }
  .md-mt-95 {
    margin-top: 95px;
  }
  .md-mt-100 {
    margin-top: 100px;
  }
  /* Margin bottom */
  .md-mb-5 {
    margin-bottom: 5px;
  }
  .md-mb-10 {
    margin-bottom: 10px;
  }
  .md-mb-15 {
    margin-bottom: 15px;
  }
  .md-mb-20 {
    margin-bottom: 20px;
  }
  .md-mb-25 {
    margin-bottom: 25px;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .md-mb-35 {
    margin-bottom: 35px;
  }
  .md-mb-40 {
    margin-bottom: 40px;
  }
  .md-mb-45 {
    margin-bottom: 45px;
  }
  .md-mb-50 {
    margin-bottom: 50px;
  }
  .md-mb-55 {
    margin-bottom: 55px;
  }
  .md-mb-60 {
    margin-bottom: 60px;
  }
  .md-mb-65 {
    margin-bottom: 65px;
  }
  .md-mb-70 {
    margin-bottom: 70px;
  }
  .md-mb-75 {
    margin-bottom: 75px;
  }
  .md-mb-80 {
    margin-bottom: 80px;
  }
  .md-mb-85 {
    margin-bottom: 85px;
  }
  .md-mb-90 {
    margin-bottom: 90px;
  }
  .md-mb-95 {
    margin-bottom: 95px;
  }
  .xmdmb-100 {
    margin-bottom: 100px;
  }
  /* padding left */
  .md-pl-0 {
    padding-left: 0;
  }
  .md-pl-10 {
    padding-left: 10px;
  }
  .md-pl-20 {
    padding-left: 20px;
  }
  .md-pl-30 {
    padding-left: 30px;
  }
  .md-pl-40 {
    padding-left: 40px;
  }
  .md-pl-50 {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sm-pl-0 {
    padding-left: 0;
  }
  .sm-pl-10 {
    padding-left: 10px;
  }
  .sm-pl-20 {
    padding-left: 20px;
  }
  .sm-pl-30 {
    padding-left: 30px;
  }
  .sm-pl-40 {
    padding-left: 40px;
  }
  .sm-pl-50 {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  /* Margin Top */
  .xs-mt-0 {
    margin-top: 0;
  }
  .xs-mt-5 {
    margin-top: 5px;
  }
  .xs-mt-10 {
    margin-top: 10px;
  }
  .xs-mt-15 {
    margin-top: 15px;
  }
  .xs-mt-20 {
    margin-top: 20px;
  }
  .xs-mt-25 {
    margin-top: 25px;
  }
  .xs-mt-30 {
    margin-top: 30px;
  }
  .xs-mt-35 {
    margin-top: 35px;
  }
  .xs-mt-40 {
    margin-top: 40px;
  }
  .xs-mt-45 {
    margin-top: 45px;
  }
  .xs-mt-50 {
    margin-top: 50px;
  }
  .xs-mt-55 {
    margin-top: 55px;
  }
  .xs-mt-60 {
    margin-top: 60px;
  }
  .xs-mt-65 {
    margin-top: 65px;
  }
  .xs-mt-70 {
    margin-top: 70px;
  }
  .xs-mt-75 {
    margin-top: 75px;
  }
  .xs-mt-80 {
    margin-top: 80px;
  }
  .xs-mt-85 {
    margin-top: 85px;
  }
  .xs-mt-90 {
    margin-top: 90px;
  }
  .xs-mt-95 {
    margin-top: 95px;
  }
  .xs-mt-100 {
    margin-top: 100px;
  }
  .xs-mt-110 {
    margin-top: 110px;
  }
  .xs-mt-120 {
    margin-top: 120px;
  }
  /* Margin bottom */
  .xs-mb-0 {
    margin-bottom: 0;
  }
  .xs-mb-5 {
    margin-bottom: 5px;
  }
  .xs-mb-10 {
    margin-bottom: 10px;
  }
  .xs-mb-15 {
    margin-bottom: 15px;
  }
  .xs-mb-20 {
    margin-bottom: 20px;
  }
  .xs-mb-25 {
    margin-bottom: 25px;
  }
  .xs-mb-30 {
    margin-bottom: 30px;
  }
  .xs-mb-35 {
    margin-bottom: 35px;
  }
  .xs-mb-40 {
    margin-bottom: 40px;
  }
  .xs-mb-45 {
    margin-bottom: 45px;
  }
  .xs-mb-50 {
    margin-bottom: 50px;
  }
  .xs-mb-55 {
    margin-bottom: 55px;
  }
  .xs-mb-60 {
    margin-bottom: 60px;
  }
  .xs-mb-65 {
    margin-bottom: 65px;
  }
  .xs-mb-70 {
    margin-bottom: 70px;
  }
  .xs-mb-75 {
    margin-bottom: 75px;
  }
  .xs-mb-80 {
    margin-bottom: 80px;
  }
  .xs-mb-85 {
    margin-bottom: 85px;
  }
  .xs-mb-90 {
    margin-bottom: 90px;
  }
  .xs-mb-95 {
    margin-bottom: 95px;
  }
  .xs-mb-100 {
    margin-bottom: 100px;
  }
  /* padding left */
  .xs-pl-0 {
    padding-left: 0;
  }
  .xs-pl-10 {
    padding-left: 10px;
  }
  .xs-pl-20 {
    padding-left: 20px;
  }
  .xs-pl-30 {
    padding-left: 30px;
  }
  .xs-pl-40 {
    padding-left: 40px;
  }
  .xs-pl-50 {
    padding-left: 50px;
  }
}
/* --------------------
 Button
---------------------*/
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  border-color: transparent;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
  background-color: #fac45c;
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: none;
  background-color: #111111;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn {
  display: inline-block;
  padding: 20px 30px 20px 55px;
  position: relative;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 0;
  text-transform: uppercase;
}
.btn:hover .icon-arrow.before {
  opacity: 0;
  transform: translateX(-75%) scaleX(0.1);
}
.btn:hover .icon-arrow.after {
  opacity: 1;
  transform: translateX(0) scaleX(1);
}
.btn .icon-arrow {
  color: #ffffff;
  top: 22px;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  font-size: 15px;
  backface-visibility: hidden;
  transform: translateZ(0);
  perspective: 1000;
  line-height: 0;
}
.btn .icon-arrow.before {
  left: 25px;
  position: absolute;
  transform-origin: left center;
}
.btn .icon-arrow.after {
  opacity: 0;
  position: absolute;
  right: 25px;
  transform: translateX(75%) scaleX(0.1);
  transform-origin: right center;
}
.btn .label {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  backface-visibility: hidden;
  transform: translateZ(0);
  perspective: 1000;
}
.btn.btn-primary {
  background-color: #111111;
  border: none;
}
.btn.btn-primary:hover {
  background-color: #fac45c;
  color: #ffffff !important;
  padding: 20px 55px 20px 30px;
}
.btn.btn-primary .icon-arrow.after {
  color: #ffffff;
}
.btn.btn-secondary {
  background-color: #fac45c;
  border: none;
}
.btn.btn-secondary:hover {
  background-color: #111111;
  color: #ffffff !important;
  padding: 20px 55px 20px 30px;
}
.btn.btn-secondary .icon-arrow.after {
  color: #ffffff;
}

/* Section title 01 
--------------------------- */
.section__title.style-01 {
  position: relative;
  max-width: 650px;
}
.section__title.style-01 .subtitle {
  position: relative;
  color: #fac45c;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title.style-01 .subtitle {
    font-size: 18px;
  }
}
.section__title.style-01 .subtitle::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 100px;
  height: 2px;
  background-color: #fac45c;
}
.section__title.style-01 .title {
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title.style-01 .title {
    font-size: 28px;
  }
}
.section__title.style-01 .title span {
  font-weight: 300;
  color: #fac45c;
}

/* Section title 02 
--------------------------- */
.section-title.style-02 {
  position: relative;
  max-width: 650px;
}
.section-title.style-02 .title-transparent {
  position: absolute;
  top: -50px;
  left: 0;
}
.section-title.style-02 .title-transparent span {
  font-size: 100px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.07;
  color: #ffffff;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title.style-02 .title-transparent span {
    font-size: 70px;
  }
}
.section-title.style-02 .subtitle {
  position: relative;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title.style-02 .subtitle {
    font-size: 18px;
  }
}
.section-title.style-02 .subtitle::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 100px;
  height: 2px;
  background-color: #999999;
}
.section-title.style-02 .title {
  color: #ffffff;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title.style-02 .title {
    font-size: 28px;
  }
}
.section-title.style-02 .title span {
  font-weight: 300;
}

#banner-section {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../images/banner/banner-10.jpg);
}
#banner-section .overlay {
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.1));
  padding: 350px 0 200px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  #banner-section .overlay {
    padding: 280px 0 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #banner-section .overlay {
    padding: 350px 0 170px;
  }
}
#banner-section .breadcrubms .title {
  color: #ffffff;
}
#banner-section .breadcrubms ul li {
  padding: 0 10px;
  font-size: 20px;
  color: #ffffff;
}
#banner-section .breadcrubms ul li .active {
  color: #fac45c;
}

/* --------------------------------
        Header Section
-------------------------------- */
.header-area.style-01 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999999;
  /* sticky animation
  ------------------------------- */
  /* Header sticky 
  ------------------------------- */
  /* Header top 
  ------------------------- */
  /* Header main navigation
  ---------------------------------------*/
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area.style-01 {
    overflow-x: hidden;
  }
}
@-webkit-keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.header-area.style-01 .header-main-menu.sticky {
  position: fixed !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 99;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  background-color: #111111;
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
}
@media screen and (min-width: 1300px) {
  .header-area.style-01 .header-main-menu.sticky {
    padding: 0 85px;
  }
}
.header-area.style-01 .header-main-menu.sticky i {
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.style-01 .header-main-menu.sticky {
    padding-left: 20px;
    padding-top: 0;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.style-01 .header-main-menu.sticky {
    padding-left: 20px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area.style-01 .header-main-menu.sticky {
    padding: 0 20px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area.style-01 .header-main-menu.sticky .header-toggle-menu {
    right: 0px;
  }
}
.header-area.style-01 .header-main-menu.sticky .header-toggle-menu i {
  font-size: 20px;
}
.header-area.style-01 .header__top {
  line-height: 100px;
}
.header-area.style-01 .header__top .header__content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-area.style-01 .header__top .header__content .brand {
  margin-top: 8px;
}
.header-area.style-01 .header__top .header__content .header__info li {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.header-area.style-01 .header__top .header__content .header__info li span {
  color: #fac45c;
  font-weight: 600;
}
.header-area.style-01 .header__top .header__content .header__info li i {
  font-size: 12px;
  color: #fac45c;
}
.header-area.style-01 .header__top .header__content .header__social ul li a i {
  color: rgba(255, 255, 255, 0.5);
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 10px;
  clip-path: polygon(2% 0, 100% 0%, 97% 100%, 0% 100%);
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.header-area.style-01 .header__top .header__content .header__social ul li a i:hover {
  color: #ffffff;
  border: 1px solid #fac45c;
  background-color: #fac45c;
}
.header-area.style-01 .header-toggle-menu {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
}
.header-area.style-01 .header-toggle-menu i {
  font-size: 20px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.style-01 .header-toggle-menu i {
    background-color: #111111;
    padding: 22px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.style-01 .header-toggle-menu {
    display: block;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.style-01 .header-toggle-menu {
    right: 21px;
    top: 0;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area.style-01 .header-toggle-menu {
    right: -15px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area.style-01 .header-toggle-menu {
    top: 0;
  }
}
.header-area.style-01 .header-nav li a {
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.header-main-menu {
  padding-top: 20px;
  line-height: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-main-menu {
    padding-top: 0;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .header-main-menu {
    padding-top: 0;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .header-main-menu .logo-wrapper {
    width: 150px;
  }
}
.header-main-menu .header-nav-heading {
  text-align: center;
  font-family: "metropolis-semibold", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  margin-top: 6rem;
  display: none;
}
.header-main-menu .close-mobile-menu {
  display: none;
}
.header-main-menu .header-overlay-close {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  top: 21px;
  left: 50%;
  margin-left: -23px;
  font: 0/0 a;
  text-shadow: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1600px) {
  .header-main-menu .header-overlay-close {
    display: none;
  }
}
.header-main-menu .header-overlay-close::before, .header-main-menu .header-overlay-close::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 20px;
  top: 12px;
  left: 22px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-main-menu .header-overlay-close::before, .header-main-menu .header-overlay-close::after {
    background-color: #ffffff;
  }
}
.header-main-menu .header-overlay-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
}
.header-main-menu .header-overlay-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .header-main-menu {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-main-menu {
    margin-left: 0;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-main-menu {
    position: relative;
  }
  .header-main-menu .header-nav-wrap {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
    z-index: 999999;
    overflow-y: auto;
    background-color: #222222;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header-main-menu .header-nav-wrap .header-nav-heading, .header-main-menu .header-nav-wrap .close-mobile-menu {
    display: block;
  }
  .header-main-menu .header-nav-wrap .header-nav {
    margin: 4.8rem 6rem 3rem 6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    font-family: "metropolis-semibold", sans-serif;
    font-size: 15px;
  }
  .header-main-menu .header-nav-wrap .header-nav > li {
    border-top: 1px solid rgba(255, 255, 255, 0.03);
  }
  .header-main-menu .header-nav-wrap .header-nav > li > a {
    line-height: 54px;
  }
  .header-main-menu .header-nav-wrap .header-nav li {
    display: block;
    padding: 0;
    text-align: left;
  }
  .header-main-menu .header-nav-wrap .header-nav li ul {
    display: none;
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    padding: 0 0 1.8rem 0;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .header-main-menu .header-nav-wrap .header-nav li ul li a {
    padding: 7.5px 1.5rem 7.5px 1.5rem;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .header-main-menu {
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-main-menu .header-info-icons {
    margin-right: 60px;
  }
}
.header-main-menu .header-btn {
  margin-top: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-main-menu .header-btn {
    margin-top: 20px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .header-main-menu .header-btn {
    display: none !important;
  }
}

.header-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "metropolis-medium", sans-serif;
  font-size: 15px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .header-nav {
    margin: 30px !important;
  }
}
.header-nav li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-nav li {
    padding: 0 6px;
  }
}
.header-nav li.has-children {
  padding-right: 25px;
}
.header-nav li.has-children > a::after {
  content: "+";
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  right: 12px;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-nav li.has-children .has-children > a::after {
  top: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-nav li.has-children {
    padding-right: 20px;
  }
}
.header-nav li a {
  display: block;
  line-height: 39px;
  font-weight: 600;
  font-size: 15px;
  font-family: var(--body-font);
  transition: all linear 0.3s;
}
.header-nav li a:hover {
  color: #111111 !important;
}
.header-nav li a:hover, .header-nav li a.active {
  display: block;
  color: #fac45c !important;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav li a:hover, .header-nav li a.active {
    color: #fac45c !important;
  }
}
.header-nav li ul {
  position: absolute;
  top: 55px;
  left: 18px;
  width: auto;
  font-size: 14px;
  margin: 0;
  padding: 20px 30px;
  background: #111111;
  border-radius: 0 0 3px 3px;
  z-index: 500;
  -webkit-transform: translate3d(0, 15px, 0);
  -ms-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  min-width: 200px;
}
.header-nav li ul li {
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  min-height: 33px;
  width: 100%;
}
.header-nav li ul li a {
  display: block;
  white-space: nowrap;
  padding: 5px 0;
  line-height: 18px;
  color: #ffffff !important;
  font-weight: 500;
}
.header-nav li ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  left: calc(100% + 1px);
  border-radius: 0 0 3px 3px;
  padding-top: 1.2rem;
}
.header-nav li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Mobile menu visible
---------------------------------------*/
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.nav-wrap-is-visible {
    overflow: hidden;
  }
  body.nav-wrap-is-visible .header-nav-wrap {
    opacity: 1;
    visibility: visible;
  }
}

/*----------------------------------
    Hero section
----------------------------------*/
/* Slider animation */
#hero__section__one .owl-item.active .hero__content__one .subtitle {
  animation: fadeInUp 1.3s 1s both;
}

#hero__section__one .owl-item.active .title {
  animation: fadeInUp 1.3s 1.5s both;
}

#hero__section__one .owl-item.active .hero__social {
  animation: fadeInUp 2s 2s both;
}

#hero__section__one .owl-item.active .hero__btn {
  animation: fadeInUp 2s 2.5s both;
}

/* Hero shape image */
/* hero one */
#hero__section__one .overlay {
  padding: 350px 0 150px;
  background: linear-gradient(to bottom, rgb(50, 50, 50), rgba(0, 0, 0, 0.1));
  width: 100%;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  #hero__section__one .overlay {
    padding: 200px 0 150px;
  }
}
#hero__section__one .overlay .hero-bg-01 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#hero__section__one .overlay .hero__content__one {
  position: relative;
  width: 80%;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  #hero__section__one .overlay .hero__content__one {
    width: 100%;
  }
}
#hero__section__one .overlay .hero__content__one .subtitle {
  display: block;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #hero__section__one .overlay .hero__content__one .subtitle {
    letter-spacing: 7px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #hero__section__one .overlay .hero__content__one .subtitle {
    letter-spacing: 7px;
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  #hero__section__one .overlay .hero__content__one .subtitle {
    letter-spacing: 3px;
    font-size: 16px;
  }
}
#hero__section__one .overlay .hero__content__one .title {
  font-size: 60px;
  line-height: 90px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #hero__section__one .overlay .hero__content__one .title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  #hero__section__one .overlay .hero__content__one .title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #hero__section__one .overlay .hero__content__one .title {
    font-size: 70px;
  }
}
#hero__section__one .overlay .hero__content__one .hero__social ul li {
  margin-right: 30px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  #hero__section__one .overlay .hero__content__one .hero__social ul li {
    margin-right: 20px;
  }
}
#hero__section__one .overlay .hero__content__one .hero__social ul li a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 575px) {
  #hero__section__one .overlay .hero__content__one .hero__social ul li a {
    border-bottom: none;
  }
}
@media (max-width: 575px) {
  #hero__section__one .overlay .hero__content__one .hero__social ul li a span {
    display: none;
  }
}
#hero__section__one .overlay .hero__content__one .hero__btn .btn-primary {
  margin-right: 10px;
}
#hero__section__one .owl-nav div {
  position: absolute;
  text-align: center;
  line-height: 100px;
  color: var(--color-white);
  border-radius: 1%;
  transition: all 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
  transition: all linear 0.3s;
}
#hero__section__one .owl-nav div.owl-prev, #hero__section__one .owl-nav div.owl-next {
  top: 50%;
  transform: translateY(-50%);
}
#hero__section__one .owl-nav div.owl-prev {
  left: 10px;
}
#hero__section__one .owl-nav div.owl-next {
  right: 10px;
}
#hero__section__one .owl-nav div i {
  font-size: 32px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  display: block;
  border: 1px solid #ffffff;
  color: #999;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
#hero__section__one .owl-nav div i:hover {
  background-color: #fac45c;
  color: #ffffff;
  border: 1px solid #fac45c;
}

/*#hero__section__one:hover .owl-nav div {
  visibility: visible;
  opacity: 1;
  transition: all linear 0.3s;
}*/

/* About section 
----------------------*/
#about__section {
  background-color: #000;
  padding: 120px 0;
  position: relative;
}
#about__section .shape__img__one {
  position: absolute;
  right: -50px;
  bottom: 100px;
  width: 200px;
}
#about__section .shape__img__two {
  position: absolute;
  left: -50px;
  top: 50px;
  width: 150px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #about__section .shape__img__two {
    left: -20px;
    top: 0;
    width: 80px;
  }
}
#about__section .about-info {
  text-align: center;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 30px 10px;
  background-color: #111111;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
#about__section .about-info.active i, #about__section .about-info.active .title {
  color: #ffffff;
}
#about__section .about-info.active {
  background-color: #fac45c;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  #about__section .about-info.active {
    background-color: #111111;
  }
}
#about__section .about-info:hover {
  background-color: #fac45c;
}
#about__section .about-info .icon i {
  font-size: 30px;
  color: #ffffff;
}
#about__section .about-info .title {
  color: #ffffff;
}
#about__section .about-info:hover i {
  color: #ffffff;
}
#about__section .about-info:hover .title {
  color: #ffffff;
}
#about__section .about-img-box {
  position: relative;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  #about__section .about-img-box {
    padding-left: 0;
  }
}
#about__section .about-img-box .content {
  position: absolute;
  top: 30%;
  right: -50px;
  transform: translateY(-30%);
  background-color: #ffffff;
  border-top: 5px solid #fac45c;
  padding: 20px 50px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  #about__section .about-img-box .content {
    position: inherit;
    right: inherit;
    top: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about__section .about-img-box .content {
    right: 20px;
  }
}
#about__section .about-img-box .content span {
  color: #fac45c;
  font-size: 42px;
}

#exclusive__section {
  background: url(../images/bg.jpg);
  background-position: center;
  background-repeat: repeat;
  position: relative;
}
#exclusive__section .overlay {
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.1));
  padding: 0 0 120px;
}
#exclusive__section .exclusive__content .title {
  color: #ffffff;
  padding: 20px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.03), rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.03));
}
#exclusive__section .exclusive__block {
  position: relative;
}
#exclusive__section .exclusive__block .exclusive__block__overlay {
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.2));
  padding: 50px;
}
#exclusive__section .exclusive__block .exclusive__block__overlay span {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 22px;
  display: block;
  position: relative;
}
#exclusive__section .exclusive__block .exclusive__block__overlay span::before {
  position: absolute;
  content: "";
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100px;
  background-color: #ffffff;
}
#exclusive__section .exclusive__block .exclusive__block__overlay .title {
  color: #ffffff;
  margin-bottom: 20px;
}
#exclusive__section .exclusive__block .exclusive__block__overlay .text {
  color: #ffffff;
}
#exclusive__section .exclusive__block.style-01 {
  background: url(../images/hero/hero-05.jpg);
  background-size: cover;
}
#exclusive__section .exclusive__block.style-02 {
  background: url(../images/hero/hero-06.jpg);
  background-size: cover;
}
#exclusive__section .exclusive__block.style-03 {
  background: url(../images/hero/hero-07.jpg);
  background-size: cover;
}
#exclusive__section .shape__img__one {
  position: absolute;
  left: -50px;
  bottom: 100px;
  width: 150px;
}

#choose__section {
  position: relative;
  background: url(../images/banner/banner-02.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
#choose__section .overlay {
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0.9));
  padding: 120px 0;
}
#choose__section .choose__block {
  position: relative;
  padding-top: 20px;
  padding-left: 30px;
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.03);
}
#choose__section .choose__block::after, #choose__section .choose__block::before {
  position: absolute;
  content: "";
  height: 50px;
  width: 50px;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  transition: all linear 0.4s;
}
#choose__section .choose__block::before {
  left: 0;
  top: 0;
  border-left: 1px solid #fac45c;
  border-top: 1px solid #fac45c;
}
#choose__section .choose__block::after {
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #fac45c;
  border-right: 1px solid #fac45c;
}
#choose__section .choose__block:hover::after, #choose__section .choose__block:hover::before {
  height: 100%;
  width: 100%;
}
#choose__section .choose__block span {
  display: block;
  color: #fac45c;
  font-weight: 600;
  font-size: 28px;
}
#choose__section .choose__block .title {
  margin: 15px 0;
  color: #ffffff;
}
#choose__section .shape__img__one {
  position: absolute;
  left: -80px;
  bottom: 200px;
  width: 200px;
}

#call__to__section {
  position: relative;
  background: url(../images/banner/banner-01.jpg);
  background-position: center;
  background-repeat: repeat;
}
#call__to__section .overlay {
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0.1));
}
#call__to__section .container-fluid {
  padding: 0;
}
#call__to__section .call__to__content {
  background-color: #000000;
  padding: 200px 50px 200px 175px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  #call__to__section .call__to__content {
    padding: 200px 50px 200px 15px;
  }
}
@media (max-width: 575px) {
  #call__to__section .call__to__content {
    padding: 120px 15px 120px 15px;
    background-color: rgba(0, 0, 0, 0.8);
  }
}
#call__to__section .call__to__content .subtitle, #call__to__section .call__to__content .title, #call__to__section .call__to__content h5 {
  color: #ffffff;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  #call__to__section .call__to__content .title {
    font-size: 28px;
    line-height: 40px;
  }
}
#call__to__section .call__to__content .subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
}
#call__to__section .shape__img__one {
  position: absolute;
  left: 45%;
  bottom: 100px;
  width: 100px;
}
@media (max-width: 575px) {
  #call__to__section .shape__img__one {
    display: none;
  }
}

/*  ----------------------------------------
  03. Gallery CSS START
----------------------------------------  */
#gallery__section {
  position: relative;
  background-color: rgb(0, 0, 0);
  padding: 100px 0 120px;
}
#gallery__section .gallery__block {
  position: relative;
  overflow: hidden;
}
#gallery__section .gallery__block:hover.gallery__block img {
  transform: scale(1.1);
}
#gallery__section .gallery__block img {
  width: 100%;
  border-radius: 5px;
  transform: scale(1);
  transition: all linear 1s;
}
#gallery__section .gallery__block .gallery__overlay {
  position: absolute;
  bottom: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0.5));
  transition: all linear 0.4s;
}
#gallery__section .gallery__block .gallery__overlay h6 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #ffffff;
  font-size: 22px;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  transition: all linear 0.4s;
  transition-duration: 0.3s;
  transition-delay: 0.5s;
  visibility: hidden;
}
#gallery__section .gallery__block .gallery__overlay h6:hover {
  color: #fac45c;
}
#gallery__section .gallery__block .gallery__overlay span {
  position: absolute;
  left: 20px;
  bottom: 55px;
  left: 20px;
  color: #fac45c;
  transition: all linear 0.3s;
  transition-duration: 0.4s;
  transition-delay: 0.5s;
  visibility: hidden;
}
#gallery__section .gallery__block:hover .gallery__overlay h6, #gallery__section .gallery__block:hover .gallery__overlay span {
  visibility: visible;
  left: 40px;
}
#gallery__section .gallery__block:hover .gallery__overlay {
  left: 0;
}
#gallery__section .shape__img__one {
  position: absolute;
  right: -50px;
  bottom: 50%;
  width: 200px;
}

#single__gallery__section .single__gallery__block .content .title {
  color: #ffffff;
}

#menu__section {
  position: relative;
  background: url(../images/banner/banner-02.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
#menu__section .overlay {
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0.9));
  padding: 0 0 120px;
}
#menu__section .menu__lists {
  border: 1px solid #222;
  padding: 15px;
}
#menu__section .menu__lists li img {
  width: 80px;
  margin-bottom: 15px;
  margin-right: 0px;
  border-radius: 5px;
}
#menu__section .menu__lists li .title {
  color: #ffffff;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
#menu__section .menu__lists li .title:hover {
  color: #fac45c;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  #menu__section .menu__lists li .title {
    margin-top: 25px;
  }
}
#menu__section .menu__lists li p {
  color: #7b7b7b;
  padding: 10px 0;
}
#menu__section .menu__lists li span {
  color: #fac45c;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  #menu__section .menu__lists li span {
    display: block;
  }
}
#menu__section .shape__img__one {
  position: absolute;
  left: -50px;
  bottom: 50%;
  width: 150px;
}

#single__menu__section {
  padding-bottom: 40px;
}
#single__menu__section .single__menu__block .thumb {
  position: relative;
  padding-right: 100px;
}
#single__menu__section .single__menu__block .content .title {
  color: #ffffff;
}
#single__menu__section .single__menu__block .content .menu_price .text {
  font-size: 20px;
}
#single__menu__section .single__menu__block .content .menu_price span {
  color: #fac45c;
  font-size: 20px;
}
#single__menu__section .single__menu__block .menu__detl__list li {
  padding: 5px 0;
  color: #7b7b7b;
}
#single__menu__section .single__menu__block .menu__detl__list li i {
  color: #fac45c;
  font-size: 12px;
  margin-right: 10px;
  padding: 5px 0;
  display: block;
}
#single__menu__section .single__menu__block .sub__heading i {
  font-size: 52px;
  color: #fac45c;
}
#single__menu__section .single__menu__block .sub__heading h4 {
  padding-left: 30px;
  font-size: 22px;
  line-height: 32px;
}

#testimonial__section {
  position: relative;
  margin-bottom: 90px;
}
#testimonial__section .testimonial__active {
  padding: 20px 0 30px;
}
#testimonial__section .testimonial__active .testimonial__block {
  position: relative;
  border: 1px solid #111;
  padding: 50px;
}
#testimonial__section .testimonial__active .testimonial__block::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.03);
  border-top: 1px solid #fac45c;
  z-index: -1;
}
#testimonial__section .testimonial__active .testimonial__block .icon {
  position: absolute;
  right: 50px;
  top: 40px;
  color: #fac45c;
  font-size: 80px;
  line-height: 0;
  opacity: 0.2;
}
#testimonial__section .testimonial__active .testimonial__block .text {
  color: #7b7b7b;
  margin-top: 10px;
}
#testimonial__section .testimonial__active .testimonial__block .title {
  color: #ffffff;
  margin: 20px 0 10px;
}
#testimonial__section .testimonial__active .testimonial__block span {
  color: #fac45c;
}
#testimonial__section .testimonial__active .testimonial__block .testimonial__img {
  width: 80px;
  margin-bottom: 30px;
  border-radius: 5px;
}
#testimonial__section .testimonial__active .testimonial__block .testimonial__img img {
  border-radius: 5px;
}
#testimonial__section .shape__img__one {
  position: absolute;
  top: 0;
  left: -50px;
  width: 150px;
}
#testimonial__section .shape__img__two {
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 100px;
}

.newsletter {
  width: 100%;
  height: 150px;
  margin-bottom: -75px;
  padding: 0 50px;
  position: relative;
  z-index: 1;
  border: 1px solid #fac45c;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .newsletter .newsletter-content .icon, .newsletter .newsletter-content .content {
    display: none;
  }
}
.newsletter:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #111111;
  z-index: -1;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .newsletter {
    padding: 0 30px;
  }
}
.newsletter .icon {
  line-height: 170px;
  margin-right: 30px;
}
.newsletter .icon i {
  color: #fac45c;
  font-size: 60px;
}
.newsletter .content h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter .content p {
    display: none;
  }
}
.newsletter .newsletter-form form {
  position: relative;
}
.newsletter .newsletter-form input {
  padding: 15px;
  width: 100%;
  border: none;
}
.newsletter .newsletter-form button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
}
.newsletter .newsletter-form button i {
  color: #fac45c;
  font-size: 20px;
  background-color: #111111;
  height: 40px;
  width: 50px;
  line-height: 45px;
  display: block;
}

#footer-section {
  position: relative;
  border-top: 1px solid #fac45c;
}
#footer-section .overlay {
  background-color: #111111;
  padding: 30px 0 0;
}
#footer-section .widget .logo img {
  width: 200px;
}
#footer-section .widget .title {
  position: relative;
  color: #ffffff;
  padding-left: 15px;
  font-size: 20px;
}
#footer-section .widget .title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 4px;
  height: 20px;
  background-color: #fac45c;
  z-index: 1;
}
#footer-section .widget p {
  color: #7b7b7b;
  margin-top: 30px;
}
#footer-section .widget ul li {
  color: #7b7b7b;
  padding: 5px 0;
  display: block;
}
#footer-section .widget ul li a {
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
#footer-section .widget ul li a:hover {
  color: #fac45c;
}
#footer-section .widget ul li h5 {
  font-size: 15px;
  color: #7b7b7b;
  font-weight: 500;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
#footer-section .widget ul li h5:hover {
  color: #fac45c;
}
#footer-section .widget ul li img {
  width: 200px;
  padding-right: 20px;
}
#footer-section .widget ul li span {
  display: block;
  margin-top: 10px;
  color: #fac45c;
  font-size: 14px;
}
#footer-section .copyright {
  margin-top: 70px;
  line-height: 70px;
  padding: 20px 0;
  border-top: 1px solid #222;
}
@media (max-width: 575px) {
  #footer-section .copyright ul {
    margin-top: 20px;
  }
}
#footer-section .copyright ul li a i {
  border: 1px solid #555;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #555;
  display: block;
  margin-left: 10px;
  font-size: 13px;
  clip-path: polygon(2% 0, 100% 0%, 97% 100%, 0% 100%);
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  #footer-section .copyright ul li a i {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
#footer-section .copyright ul li a i:hover {
  background-color: #fac45c;
  color: #ffffff;
  border: 1px solid #fac45c;
}

.blog__block {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.blog__block .content {
  padding: 0 30px 30px 0;
  overflow: hidden;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__block .content {
    padding: 0 15px 15px 15px;
  }
}
.blog__block .content i {
  color: #fac45c;
}
.blog__block .content li {
  font-size: 14px;
}
.blog__block .content .meta__info li {
  padding-right: 20px;
}
.blog__block .content .meta__info li a {
  color: #fac45c;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.blog__block .content .meta__info li a:hover {
  color: #fac45c;
}
.blog__block .content .title {
  color: #ffffff;
}
.blog__block .content .title a {
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.blog__block .content .title a:hover {
  color: #fac45c;
}
.blog__block .content .blog__btn {
  border-top: 1px solid #111;
  padding-top: 25px;
}
.blog__block .content .blog__btn .date {
  float: left;
  color: #7b7b7b;
}
.blog__block .content .blog__btn .button {
  float: right;
  color: #7b7b7b;
}

#blog__section .blog__block .content .blog-d-list li {
  padding: 5px 0;
  color: #7b7b7b;
}
#blog__section .blog__block .content .blog-d-list li i {
  font-size: 12px;
  color: #fac45c;
  margin-right: 10px;
}
#blog__section .blog__block .content blockquote {
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.03);
  border-left: 5px solid #fac45c;
}
#blog__section .blog__block .content blockquote p {
  font-size: 18px;
  font-style: italic;
  line-height: 32px;
  color: #ffffff;
}
#blog__section .blog__block .content blockquote p span {
  margin-top: 20px;
  display: block;
  font-size: 16px;
  color: #fac45c;
}

/* Comment area 
----------------------*/
.comments-area .title {
  color: #ffffff;
}
.comments-area .comment-list .single-comment-wrap .thumb {
  padding-right: 30px;
}
.comments-area .comment-list .single-comment-wrap .thumb img {
  width: 200px;
  border-radius: 50%;
}
.comments-area .comment-list .single-comment-wrap .content .title {
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 500;
}
.comments-area .comment-list .single-comment-wrap .content .title span {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}
.comments-area .comment-list .single-comment-wrap .content .title span i {
  margin-right: 5px;
  color: #fac45c;
}
.comments-area .comment-list .single-comment-wrap .content .reply {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  color: #fac45c;
}
.comments-area .comment-list .single-comment-wrap .content .reply:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 100%;
  background: #fac45c;
}
.comments-area .comment-form-wrap .reply-title {
  color: #ffffff;
}
.comments-area .comment-form-wrap input {
  border: 1px solid #111;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 0;
  padding: 15px;
  color: #7b7b7b;
}
.comments-area .comment-form-wrap input:focus, .comments-area .comment-form-wrap input:active {
  border: 1px solid #111;
  background-color: rgba(255, 255, 255, 0.03);
  box-shadow: none;
}
.comments-area .comment-form-wrap textarea {
  border: 1px solid #111;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 0;
  padding: 15px;
  color: #7b7b7b;
}
.comments-area .comment-form-wrap textarea:focus, .comments-area .comment-form-wrap textarea:active {
  border: 1px solid #111;
  background-color: rgba(255, 255, 255, 0.03);
  box-shadow: none;
}
.comments-area .comment-form-wrap .form-group.submit-btn {
  margin-bottom: 0;
}

/* Sidebar 
----------------------*/
.blog-sidebar-wrapper .widget {
  border-top: 2px solid #fac45c;
  padding: 40px 30px;
  background-color: rgba(255, 255, 255, 0.04);
}
.blog-sidebar-wrapper .widget .heading {
  position: relative;
  font-size: 20px;
  padding-left: 15px;
  font-weight: 500;
}
.blog-sidebar-wrapper .widget .heading .title {
  color: #ffffff;
}
.blog-sidebar-wrapper .widget .heading::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  height: 20px;
  width: 4px;
  background-color: #fac45c;
}
.blog-sidebar-wrapper .widget .heading::after {
  position: absolute;
  content: "";
  left: 10px;
  top: -8px;
  height: 1px;
  width: 50px;
  background-color: var(--main-color-two);
}
.blog-sidebar-wrapper .widget .blog-sidebar-search {
  position: relative;
}
.blog-sidebar-wrapper .widget .blog-sidebar-search input {
  padding: 15px 15px 15px 20px;
  width: 100%;
  border: none;
  background-color: #111111;
  color: #ffffff;
}
.blog-sidebar-wrapper .widget .blog-sidebar-search button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
}
.blog-sidebar-wrapper .widget .blog-sidebar-search button i {
  color: #ffffff;
  font-size: 16px;
  background-color: #fac45c;
  height: 40px;
  width: 50px;
  line-height: 40px;
  display: block;
}
.blog-sidebar-wrapper .widget li {
  padding: 5px 0;
}
.blog-sidebar-wrapper .widget li i {
  font-size: 14px;
}
.blog-sidebar-wrapper .widget li:hover {
  color: #fac45c;
}
.blog-sidebar-wrapper .widget a {
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  color: #7b7b7b;
}
.blog-sidebar-wrapper .widget .rc-post-wrapper .rc-thumb {
  width: 45%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-sidebar-wrapper .widget .rc-post-wrapper .rc-thumb {
    width: 25%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-sidebar-wrapper .widget .rc-post-wrapper .rc-thumb {
    width: 30%;
  }
}
.blog-sidebar-wrapper .widget .rc-post-wrapper .rc-content {
  width: 55%;
}
.blog-sidebar-wrapper .widget .rc-post-wrapper .rc-content .rc-title a {
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  color: #7b7b7b;
  margin-bottom: 7px;
  display: block;
}
.blog-sidebar-wrapper .widget .rc-post-wrapper .rc-content .rc-title a:hover {
  color: #fac45c;
}
.blog-sidebar-wrapper .widget .rc-post-wrapper .rc-content span {
  color: #fac45c;
  font-size: 12px;
}
.blog-sidebar-wrapper .widget .rc-post-wrapper i {
  font-size: 13px;
  color: #fac45c;
  margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post-item .categories a,
  .blog-post-item .blog-btn a,
  .blog-post-item .meta-info li a {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .meta-info {
    text-align: inherit;
  }
  .blog-post-item .meta-info li {
    padding: 0;
  }
}
/* basic pagination
----------------------*/
.blog-pagination ul li {
  display: inline-block;
  margin-right: 5px;
}
.blog-pagination ul li.active a {
  color: #ffffff;
  background: #fac45c;
  border-color: #fac45c;
}
.blog-pagination ul li a {
  color: #7b7b7b;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.blog-pagination ul li a:hover {
  color: #ffffff;
}
.blog-pagination ul li a i {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.blog-pagination ul li a i:hover {
  color: #ffffff;
}
.blog-pagination ul li a, .blog-pagination ul li span {
  position: relative;
  overflow: hidden;
  background: transparent;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #7b7b7b;
}
.blog-pagination ul li a:hover {
  background: #fac45c;
  border-color: #fac45c;
}
.blog-pagination ul li a.current, .blog-pagination ul li span:hover, .blog-pagination ul li span.current {
  background: #fac45c;
  color: #ffffff;
  border-color: #fac45c;
}

#contact__info__section .info {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 50px 30px 50px 50px;
  border-top: 1px solid #fac45c;
}
#contact__info__section .info .icon {
  margin-right: 20px;
  position: relative;
}
#contact__info__section .info .icon::before {
  position: absolute;
  content: "";
  left: -14px;
  top: 19px;
  height: 40px;
  width: 40px;
  background-color: #fac45c;
  z-index: -1;
  opacity: 0.5;
}
#contact__info__section .info .icon i {
  color: #ffffff;
  font-size: 42px;
}
#contact__info__section .info .content .title {
  color: #ffffff;
  margin-bottom: 10px;
}
#contact__info__section .info .content .text {
  margin: 20px 0;
  line-height: 24px;
}
#contact__info__section .info .content ul li {
  color: #7b7b7b;
}

.google-map iframe {
  width: 100%;
  height: 400px;
}

.contact-social ul li {
  padding: 0 10px;
}

#contact__section input {
  border: 1px solid #111;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 0;
  padding: 15px;
  color: #7b7b7b;
}
#contact__section input:focus, #contact__section input:active {
  border: 1px solid #111;
  background-color: rgba(255, 255, 255, 0.03);
  box-shadow: none;
}
#contact__section textarea {
  border: 1px solid #111;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 0;
  padding: 15px;
  color: #7b7b7b;
}
#contact__section textarea:focus, #contact__section textarea:active {
  border: 1px solid #111;
  background-color: rgba(255, 255, 255, 0.03);
  box-shadow: none;
}
#contact__section .form-group.submit-btn {
  margin-bottom: 0;
}
#contact__section .contact__social .title {
  color: #ffffff;
}
#contact__section .contact__social ul li a {
  color: #ffffff;
  padding: 10px;
}

.team-block {
  position: relative;
  overflow: hidden;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.team-block .content {
  background-color: rgba(255, 255, 255, 0.07);
  padding: 30px;
  border-top: 1px solid #fac45c;
  border-bottom: 1px solid #fac45c;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.team-block .content .title {
  color: #ffffff;
}
.team-block .content span {
  color: #fac45c;
  display: block;
  padding: 10px 0 0;
}
.team-block .social {
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.team-block .social li a i {
  padding-right: 10px;
  color: #ffffff;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.team-block .social li a i:hover {
  color: #fac45c;
}

.accordion {
  font-size: 1rem;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-header {
  padding: 30px;
  background: rgba(255, 255, 255, 0.03);
  color: white;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  text-transform: uppercase;
}

.accordion__item {
  border-bottom: 1px solid #222;
}

.accordion-header:hover {
  background: #fac45c;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: transparent;
  color: #353535;
  display: none;
}

.accordion-body__contents {
  padding: 1.5em 1.5em;
  font-size: 0.85em;
}

.accordion__item.active .accordion-header {
  background-color: #fac45c !important;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
/*  content: "\f107";*/
  font-family: fontawesome;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: 0.3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #111111;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: #353535;
}

@media screen and (max-width: 1000px) {
  .accordion {
    width: 100%;
  }
}
#error__section .error__page .title {
  color: rgba(255, 255, 255, 0.1);
  font-size: 200px;
  line-height: 160px;
}
#error__section .error__page .sub__title {
  color: #ffffff;
  margin: 30px 0 25px;
}
#error__section .error__page .text {
  font-size: 24px;
}

.privacy-content h2, .privacy-content h3, .privacy-content h4, .privacy-content h5 {
  color: #ddd;
}
.privacy-content h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.privacy-content ul {
  padding-left: 20px;
  padding-top: 10px;
}
.privacy-content ul li {
  color: #7b7b7b;
  list-style: circle;
}

/*********---Home Page----***********/


.home_beer_list{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

 
#gallery {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;

  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 150px;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  #gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 800px) {
  #gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 600px) {
  #gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
#gallery img,
#gallery video {
  width: 100%;
  height: auto;
  margin: 4% auto;
  box-shadow: -3px 5px 15px #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}


