@charset "UTF-8";

/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css?family=Oswald:200,500,600|Playfair+Display:700,900|Poppins:400,500,600,700|Sacramento");
/*-- Common Style --*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,400;1,500&display=swap');

/*-- Common Style --*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  line-height: 24px;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  font-family: 'Roboto', sans-serif;
  color: #696969; }

h1, h2, h3, h4, h5, h6 {
  color: #404040;
  font-weight: 400;
  margin-top: 0; }

h1 {
  font-size: 30px;
  line-height: 35px;
  }

h2 {
  font-size: 30px;
  line-height: 36px; }

h3 {
  font-size: 24px;
  line-height: 30px; }

h4 {
  font-size: 18px;
  line-height: 24px; }

h5 {
  font-size: 14px;
  line-height: 18px; }

h6 {
  font-size: 12px;
  line-height: 14px; }

p:last-child {
  margin-bottom: 0; }

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer; }

a, button, img, input, span {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

*:focus {
  outline: none !important; }

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #ffd204; }

button, input[type="submit"] {
  cursor: pointer; }

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; text-align: justify; }

/*--
    Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden; }

.clear {
  clear: both; }

.section {
  float: left;
  width: 100%; }

@media only screen and (max-width: 767px) {
  .container {
   }
  .display-none-xs {
    display: none; } }

@media only screen and (max-width: 479px) {
  .container {
     }
  .display-none-xs {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .display-none-md {
    display: none; } }

.capitalize {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

/*-- 
    Custom Row Column
-----------------------------------------*/
.row-10 {
  margin-left: -10px;
  margin-right: -10px; }
  .row-10 > [class*="col"] {
    padding-left: 10px;
    padding-right: 10px; }

.custom-row {
  margin-left: -15px;
  margin-right: -15px; }

.custom-col {
  padding-left: 15px;
  padding-right: 15px; }

/*-- 
    Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.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; }

.mt-155 {
  margin-top: 155px; }

.mt-160 {
  margin-top: 160px; }

.mt-165 {
  margin-top: 165px; }

.mt-170 {
  margin-top: 170px; }

.mt-175 {
  margin-top: 175px; }

.mt-180 {
  margin-top: 180px; }

.mt-185 {
  margin-top: 185px; }

.mt-190 {
  margin-top: 190px; }

.mt-195 {
  margin-top: 195px; }

.mt-200 {
  margin-top: 200px; }

/*-- Margin Bottom --*/
.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-85 {
  margin-bottom: 85px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-95 {
  margin-bottom: 95px; }

.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; }

.mb-155 {
  margin-bottom: 155px; }

.mb-160 {
  margin-bottom: 160px; }

.mb-165 {
  margin-bottom: 165px; }

.mb-170 {
  margin-bottom: 170px; }

.mb-175 {
  margin-bottom: 175px; }

.mb-180 {
  margin-bottom: 180px; }

.mb-185 {
  margin-bottom: 185px; }

.mb-190 {
  margin-bottom: 190px; }

.mb-195 {
  margin-bottom: 195px; }

.mb-200 {
  margin-bottom: 200px; }

/*-- Padding Top --*/
.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-85 {
  padding-top: 85px; }

.pt-90 {
  padding-top: 90px; }

.pt-95 {
  padding-top: 95px; }

.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; }

.pt-155 {
  padding-top: 155px; }

.pt-160 {
  padding-top: 160px; }

.pt-165 {
  padding-top: 165px; }

.pt-170 {
  padding-top: 170px; }

.pt-175 {
  padding-top: 175px; }

.pt-180 {
  padding-top: 180px; }

.pt-185 {
  padding-top: 185px; }

.pt-190 {
  padding-top: 190px; }

.pt-195 {
  padding-top: 195px; }

.pt-200 {
  padding-top: 200px; }

/*-- Padding Bottom --*/
.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-95 {
  padding-bottom: 95px; }

.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; }

.pb-155 {
  padding-bottom: 155px; }

.pb-160 {
  padding-bottom: 160px; }

.pb-165 {
  padding-bottom: 165px; }

.pb-170 {
  padding-bottom: 170px; }

.pb-175 {
  padding-bottom: 175px; }

.pb-180 {
  padding-bottom: 180px; }

.pb-185 {
  padding-bottom: 185px; }

.pb-190 {
  padding-bottom: 190px; }

.pb-195 {
  padding-bottom: 195px; }

.pb-200 {
  padding-bottom: 200px; }

/*-- 
    Input Placeholder
-----------------------------------------*/
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/*-- 
    Animation
-----------------------------------------*/
@-webkit-keyframes slideZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes slideZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes slideZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: slideZoomIn;
  animation-name: slideZoomIn; }

/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
  width: 40px;
  height: 40px;
  background-color: #202226;
  color: #ffffff;
  right: 20px;
  bottom: 50px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      display: none !important; } }
  #scrollUp i {
    display: block;
    line-height: 40px;
    font-size: 24px; }
  #scrollUp:hover {
    -webkit-box-shadow: 0 10px 35px -7px rgba(120, 162, 6, 0.8);
    box-shadow: 0 10px 35px -7px rgba(120, 162, 6, 0.8);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); }

/*--
    Section Title
------------------------------------------*/
.section-title-img {
  margin-bottom: 22px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-img {
      margin-bottom: 12px; } }
  .section-title-img > p {
    margin: auto;
    max-width: 720px; }
  .section-title-img > img {
    margin-bottom: 10px;
    padding-top: 2px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-title-img > img {
        width: 69%; } }
    @media only screen and (max-width: 767px) {
      .section-title-img > img {
        width: 92%; } }

.section-title .section-img {
  position: relative; }
  .section-title .section-img::before, .section-title .section-img::after {
    background: rgba(0, 0, 0, 0) url("../img/icon/line.png") no-repeat scroll left center;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 53.5%;
    width: 35%; }
  .section-title .section-img:after {
    left: auto;
    right: 0; }
  @media only screen and (max-width: 479px) {
    .section-title .section-img img {
      width: 160px;
      z-index: 10; } }

.section-title h2 {
  color: #202226;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 25px;
  margin-top: -15px; }
  @media only screen and (max-width: 479px) {
    .section-title h2 {
      font-size: 27px;
      margin: 0px; } }
  .section-title h2 span {
    color: #a9a9a9;
    font-weight: 200;
    padding-right: 2px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.section-title-four {
    margin-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  .section-title.section-title-four {
    margin-bottom: 15px; } }

.section-title.section-title-four h4 {
  font-family: 'Sacramento', cursive;
  color: #c5ac57;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 13px; }
  @media only screen and (max-width: 767px) {
    .section-title.section-title-four h4 {
      margin-bottom: 5px; } }

.section-title.section-title-four h2 {
  text-transform: uppercase;
  margin-top: 0; }
  @media only screen and (max-width: 767px) {
    .section-title.section-title-four h2 {
      font-size: 22px; } }

.section-title.section-title-four.section-title-green h4 {
  color: #ffd204; }

@media only screen and (max-width: 767px) {
  .section-title-three {
    margin-bottom: 20px; } }

.section-title-three h2 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 7px;
  margin-bottom: 27px;
  margin-top: 14px;
  position: relative;
  text-transform: uppercase; }
  .section-title-three h2::before {
    background: #e7e7e7 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 10%;
    margin-top: -0.5px;
    position: absolute;
    right: 10%;
    top: 50%; }
  .section-title-three h2 span {
    background: #ffffff none repeat scroll 0 0;
    padding: 0 25px;
    position: relative; }

/*-- 
    Slick arrow
-----------------------------------------*/
.slick-arrow {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 3px solid #e1e1e1;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-box-shadow: 1px 1px 0 0 #ffffff inset, 1px 1px 0 0 #ffffff;
  box-shadow: 1px 1px 0 0 #ffffff inset, 1px 1px 0 0 #ffffff;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  height: 40px;
  left: 10px;
  line-height: 34px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slick-arrow {
      width: 52px;
      height: 52px;
      line-height: 50px; } }
  @media only screen and (max-width: 767px) {
    .slick-arrow {
      width: 52px;
      height: 52px;
      line-height: 50px;
      border-width: 2px;
      top: 65%; } }
  .slick-arrow.slick-next {
    left: auto;
    right: 10px; }
  .slick-arrow:hover {
    background: #f6f5f1 none repeat scroll 0 0;
    border-color: #ffffff;
    -webkit-box-shadow: 2px 5px 32px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 5px 32px -3px rgba(0, 0, 0, 0.2);
    color: #444444; }

.arrow-none .slick-arrow {
  display: none; }

/*-- 
    Page Pagination
-----------------------------------------*/
.ht-page-pagination-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .ht-page-pagination-one ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
    .ht-page-pagination-one ul li {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0 5px; }
      .ht-page-pagination-one ul li a {
        font-weight: 600;
        font-size: 14px;
        color: #ffd204;
        border: 1px solid #ffd204;
        line-height: 36px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%; }
        .ht-page-pagination-one ul li a:hover {
          background-color: #ffd204;
          color: #ffffff; }
        .ht-page-pagination-one ul li a i {
          font-size: 20px;
          line-height: 32px;
          display: block; }
      .ht-page-pagination-one ul li.active a {
        background-color: #ffd204;
        color: #ffffff; }

/*--
    Page Banner
------------------------------------------*/
.ht-page-banner-section-one {
  padding: 430px 0 270px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ht-page-banner-section-one {
      padding: 360px 0 200px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-page-banner-section-one {
      padding: 360px 0 200px; } }
  @media only screen and (max-width: 767px) {
    .ht-page-banner-section-one {
      padding: 200px 0 100px; } }

.ht-page-banner {
  text-align: center; }
  .ht-page-banner h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffffff;
    line-height: 1;
    margin: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .ht-page-banner h1 {
        font-size: 40px; } }
    @media only screen and (max-width: 767px) {
      .ht-page-banner h1 {
        font-size: 24px; } }
    @media only screen and (max-width: 479px) {
      .ht-page-banner h1 {
        font-size: 20px; } }

/*--
    Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  [data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: ""; }

/*-- Background Color --*/
.bg-gray {
  background: #f6f5f1; }

.bg-white {
  background-color: #ffffff; }

/*-- Background Image --*/
.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-7, .bg-13 {
  background-attachment: scroll;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.bg-1 {
  background-image: url("../img/bg/1.jpg");
  background-position: top center; }

.bg-2 {
  background-image: url("../img/bg/2.png"); }

.bg-3 {
  background-image: url("../img/bg/3.jpg"); }

.bg-4 {
  background-image: url("../img/bg/4.jpg");
  background-position: top center; }

.bg-5 {
  background: rgba(0, 0, 0, 0) url("../img/bg/5.jpg") no-repeat scroll center -6px; }

.bg-7 {
  background-image: url("../img/bg/7.png"); }

.bg-8 {
  background: #f6f5f1 url(../img/bg/8.jpg) top center no-repeat; }

.bg-9 {
  background: #f6f5f1 url(../img/bg/9.jpg) top center no-repeat; }

.bg-10 {
  background: #f6f5f1 url(../img/bg/10.jpg) center center no-repeat; }

.bg-11 {
  background: #f6f5f1 url(../img/bg/11.jpg) top center no-repeat; }

.bg-12 {
  background: url(../img/bg/12.jpg) center center no-repeat; }

.bg-13 {
  background: rgba(0, 0, 0, 0) url("../img/bg/13.jpg") no-repeat scroll center -6px; }

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: #ffffff; }

[data-overlay="dark"]::before {
  background-color: #000000; }

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1; }

[data-opacity="2"]::before {
  opacity: 0.2; }

[data-opacity="3"]::before {
  opacity: 0.3; }

[data-opacity="4"]::before {
  opacity: 0.4; }

[data-opacity="5"]::before {
  opacity: 0.5; }

[data-opacity="6"]::before {
  opacity: 0.6; }

[data-opacity="7"]::before {
  opacity: 0.7; }

[data-opacity="8"]::before {
  opacity: 0.8; }

[data-opacity="9"]::before {
  opacity: 0.9; }

/*--
    Button Style
------------------------------------------*/
.default-btn {
  background: #ffd204 none repeat scroll 0 0;
  border: 2px solid #ffd204;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  color: #2c2c2c;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 43px;
  padding: 0 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .default-btn:hover {
    color: #ffffff;
    border-color: #ffd204;
    background: #ffd204; }

/*--
    Breadcrumb
------------------------------------------*/
.breadcrumb-area {
  padding: 40px 0 40px 0;
  }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .breadcrumb-area {
      padding: 214px 0 122px;
      background-position: 76% center; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area {
      padding: 90px 0 80px;
      background-position: 76% center; } }
  @media only screen and (max-width: 767px) {
    .breadcrumb-area {
      padding: 60px 0 40px;
      background-position: 72% center; } }
  .breadcrumb-area h1 {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif; }
    @media only screen and (max-width: 767px) {
      .breadcrumb-area h1 {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 10px; } }
  .breadcrumb-area nav .breadcrumb {
    background: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize;
    padding: 2px 0; }
    .breadcrumb-area nav .breadcrumb .breadcrumb-item {
      margin: 0 2px; }
      .breadcrumb-area nav .breadcrumb .breadcrumb-item a {
        color: #292929; }
      .breadcrumb-area nav .breadcrumb .breadcrumb-item a:hover, .breadcrumb-area nav .breadcrumb .breadcrumb-item.active {
        color: #ffd204; }
    .breadcrumb-area nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      color: #ccc;
      padding-right: 11px; }

#mobile-menu-active {
  display: none; }

/*---------------------------------------
    02. Header Area
-----------------------------------------*/
.header-area {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area {
      position: relative; } }
  @media only screen and (max-width: 767px) {
    .header-area {
      position: relative; } }
  .header-area .header-container {
    padding: 0 60px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .header-container {
        padding: 0 45px; } }
    @media only screen and (max-width: 767px) {
      .header-area .header-container {
        padding: 0 80px; } }
    @media only screen and (max-width: 479px) {
      .header-area .header-container {
        padding: 0 15px; } }
    @media only screen and (max-width: 767px) {
      .header-area .header-container .col-lg-2, .header-area .header-container .col-lg-5 {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    .header-area .header-container .logo {
      padding: 20px 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .header-container .logo {
          overflow: hidden;
          padding: 25px 0 25px; } }
      @media only screen and (max-width: 767px) {
        .header-area .header-container .logo {
          padding: 5px 0 5px; }
          .header-area .header-container .logo img{ width: 50%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .header-container .logo a {
          float: left; } }
  .header-area .header-container-hm6 .logo {
    padding: 48px 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .header-container-hm6 .logo {
        overflow: hidden;
        padding: 25px 0 25px; } }
    @media only screen and (max-width: 767px) {
      .header-area .header-container-hm6 .logo {
        padding: 20px 0 20px;
        text-align: center; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .header-container-hm6 .logo a {
        float: left; } }
  .header-area.header-sticky.sticky {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: rgba(35, 31, 32, 0.6) none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999; }
    .header-area.header-sticky.sticky .logo {
      padding: 10px 0; }
      .header-area.header-sticky.sticky .logo img{
      width: 60px; }
    .header-area.header-sticky.sticky .ht-main-menu {
      padding: 3px 0; }
    .header-area.header-sticky.sticky .header-content {
      padding: 11px 0 6px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area.header-sticky.sticky {
        position: relative;
        -webkit-animation: none;
        animation: none; } }
    @media only screen and (max-width: 767px) {
      .header-area.header-sticky.sticky {
        position: relative;
        -webkit-animation: none;
        animation: none; } }
  .header-area.header-two .header-container {
    padding: 0 47px; }
    @media only screen and (max-width: 767px) {
      .header-area.header-two .header-container {
        padding: 0 15px; background: #000; } }
    .header-area.header-two .header-container .ht-main-menu {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .header-area.header-two .header-container .ht-main-menu > nav > ul > li > .ht-mega-menu > li {
        width: 250px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .header-area.header-two .header-container .ht-main-menu > nav > ul > li > .ht-mega-menu > li {
            width: 200px; } }
  .header-area.header-three-area .ht-main-menu > nav > ul > li > a {
    color: #ffffff; }
  .header-area.header-three-area .ht-main-menu > nav > ul > li.active > a, .header-area.header-three-area .ht-main-menu > nav > ul > li:hover > a, .header-area.header-three-area .ht-main-menu > nav > ul > li:focus > a {
    color: #ffd204; }
  .header-area.header-three-area .header-content > div > a {
    color: #ffffff; }
  .header-area.header-three-area .header-content > div:hover > a {
    color: #ffd204; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-three-area {
      background: #FFB902; } }
  @media only screen and (max-width: 767px) {
    .header-area.header-three-area {
      background: #FFB902; } }
  .header-area.header-three-area.header-sticky.sticky {
    background: rgba(255, 186, 0, 0.9) none repeat scroll 0 0; }
  .header-area.header-four-area .header-container {
    padding: 0 40px; }
    @media only screen and (max-width: 767px) {
      .header-area.header-four-area .header-container {
        padding: 0 15px; } }
    .header-area.header-four-area .header-container .ht-main-menu {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .header-area.header-four-area .header-container .ht-main-menu > nav > ul > li > ul > li.active > a, .header-area.header-four-area .header-container .ht-main-menu > nav > ul > li > ul > li:hover > a, .header-area.header-four-area .header-container .ht-main-menu > nav > ul > li > ul > li:focus > a {
        color: #c5ac57; }
      .header-area.header-four-area .header-container .ht-main-menu > nav > ul > li.active > a, .header-area.header-four-area .header-container .ht-main-menu > nav > ul > li:hover > a, .header-area.header-four-area .header-container .ht-main-menu > nav > ul > li:focus > a {
        color: #c5ac57; }
      .header-area.header-four-area .header-container .ht-main-menu > nav > ul > li > .ht-mega-menu > li {
        width: 250px; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .header-area.header-four-area .header-container .ht-main-menu > nav > ul > li > .ht-mega-menu > li {
            width: 200px; } }
        .header-area.header-four-area .header-container .ht-main-menu > nav > ul > li > .ht-mega-menu > li a:hover {
          color: #c5ac57; }
    .header-area.header-four-area .header-container .header-content > div:hover > a {
      color: #c5ac57; }
    .header-area.header-four-area .header-container .header-content > .search-wrapper .search-form button {
      background: #c5ac57; }
      .header-area.header-four-area .header-container .header-content > .search-wrapper .search-form button:hover {
        background: #252525; }
    .header-area.header-four-area .header-container .header-content > .settings-wrapper > .settings-content > ul > li > a:hover, .header-area.header-four-area .header-container .header-content > .settings-wrapper > .settings-content > ul > li > a:focus {
      color: #c5ac57; }
    .header-area.header-four-area .header-container .header-content .cart-wrapper > .cart-item-wrapper > .single-cart-item > .cart-text-btn > .cart-text h5 a:hover {
      color: #c5ac57; }
    .header-area.header-four-area .header-container .header-content .cart-wrapper > .cart-item-wrapper > .single-cart-item > .cart-text-btn > .cart-text span.cart-price {
      color: #c5ac57; }
    .header-area.header-four-area .header-container .header-content .cart-wrapper > .cart-item-wrapper > .single-cart-item > .cart-text-btn > button:hover, .header-area.header-four-area .header-container .header-content .cart-wrapper > .cart-item-wrapper > .single-cart-item > .cart-text-btn > button:focus {
      color: #c5ac57; }
    .header-area.header-four-area .header-container .header-content .cart-wrapper > .cart-item-wrapper > .cart-price-total > .cart-price-info > span:last-of-type {
      color: #c5ac57; }
    .header-area.header-four-area .header-container .header-content .cart-wrapper > .cart-item-wrapper > .cart-links > a:hover, .header-area.header-four-area .header-container .header-content .cart-wrapper > .cart-item-wrapper > .cart-links > a:focus {
      background: #c5ac57;
      border-color: #c5ac57; }
    .header-area.header-four-area .header-container .header-content .cart-wrapper > a > span {
      background: #c5ac57; }
  .header-area.header-four-area .mobile-menu-area {
    background: #c5ac57; }
    .header-area.header-four-area .mobile-menu-area .mobile-menu.mean-container .mean-bar .mean-nav ul li a.mean-expand:hover {
      background: #c5ac57; }
    .header-area.header-four-area .mobile-menu-area .mobile-menu.mean-container .mean-bar .mean-nav ul li a:first-child:hover {
      color: #c5ac57; }
    .header-area.header-four-area .mobile-menu-area .mobile-menu.mean-container .mean-bar .mean-nav ul li ul li:first-child a {
      border-color: #c5ac57; }


.header-area .header-container .logo {
    padding: 20px 0 0 0;
}




.main-section{ padding:80px 0;  }
.breadcrumb-area h1{ font-family: "Poppins", sans-serif; }
 

p {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 23px;
    font-weight: normal;
    color: #444;

}
p span{ font-weight: 600; }

.product-dts{ padding-left: 20px; }
.product-dts h4{ margin-top: 22px; font-size: 21px; font-weight: 400; margin-bottom: 12px; color: #000; }

.main-section ol{ padding-left: 18px }
.main-section li {margin-top: 0;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 23px;
    font-weight: normal;
    color: #444;}

.footer-area{background-color: #151515;}

.footer-area p{ color: #fff; font-size: 14px; }
.footer-area a{ color: #ffe201; }

.logo{ margin:15px 0;  }

.breadcrumb a{ font-size: 16px; color: #ffe201; }

.ftr-bttm{display: flex; text-align: center;}

.m-lft{margin-left: 10px;}
.t-rt{text-align: right;}

.m-d-non{ display: block; }

@media only screen and (max-width: 767px) {
.ftr-bttm {
    display: block;
    text-align: center;
}

.m-d-non{ display: none; }
.t-rt {
    text-align: center;
}

.product-dts {
    padding-left: 0;
    margin-top: 30px;
}
.main-section {
    padding: 20px 0;
}

.product-dts h4 {
    margin-top: 13px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    color: #000;
}
p {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #444;
}
.breadcrumb-area h1 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}
.breadcrumb-area {
    padding: 20px 0 23px;
    background-position: 72% center;
}
}