/*-----------------------------------------------------------------------------------

    Template Name: Sample - Corporate Business Bootstrap4 HTML5 Template
    Template URI: site.com
    Description: Sample - Corporate Business Bootstrap4 HTML5 Template
    Author: Humayun Ahmed
    Author URI: site.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
       01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&amp;display=swap");
body {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #505050; }

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

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #141414;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #505050;
  margin: 0px; }
  @media (max-width: 767px) {
    p {
      font-size: 14px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    p {
      font-size: 16px; } }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 30px;
  font-size: 16px;
  height: 50px;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  background-color: #662628; }
  .main-btn:hover {
    background-color: #141414;
    color: #fff; }
  .main-btn.main-btn-2 {
    background-color: #141414;
    color: #fff; }
    .main-btn.main-btn-2:hover {
      background-color: #662628;
      color: #fff; }

/*===== All Section Title Style =====*/
.section_title .title {
  font-size: 60px;
  font-weight: 700; }
  @media (max-width: 767px) {
    .section_title .title {
      font-size: 36px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section_title .title {
      font-size: 42px; } }
.section_title p {
  margin-top: 15px; }
.section_title.section_title_2 .title {
  color: #fff; }
  .section_title.section_title_2 .title span {
    color: #8c313a; }
.section_title.section_title_2 p {
  color: #fff;
text-align: justify;
}

.single_form {
  margin-top: 30px; }
  .single_form textarea, .single_form input {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(20, 20, 20, 0.2);
    padding: 0 20px;
    background: none;
    color: #141414; }
  .single_form textarea {
    height: 200px;
    padding-top: 10px;
    resize: none; }

/*===== All Form Style =====*/
.single-form {
  margin-top: 30px; }
  .single-form label {
    display: block;
    margin-bottom: 15px; }
  .single-form input, .single-form textarea {
    width: 100%;
    height: 45px;
    border: 1px solid #bababa;
    border-radius: 5px;
    padding: 0 15px; }
  .single-form textarea {
    height: 200px;
    padding-top: 10px;
    resize: none; }
  .single-form .main-btn {
    width: 160px;
    font-size: 16px; }

/*===== All Pagination Style =====*/
.pagination_area .pagination li {
  padding: 0 5px; }
  .pagination_area .pagination li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #141414;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
    .pagination_area .pagination li a.active, .pagination_area .pagination li a:hover {
      color: #fff;
      background-color: #662628; }

/*===== All Preloader Style =====*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999; }
  #preloader .preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px; }
    #preloader .preloader span {
      position: absolute;
      display: inline-block;
      width: 50px;
      height: 50px;
      border-radius: 100%;
      background-color: #662628;
      -webkit-animation: preloader 1.3s linear infinite;
      animation: preloader 1.3s linear infinite; }
      #preloader .preloader span:last-child {
        animation-delay: -0.8s;
        -webkit-animation-delay: -0.8s; }

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5; }
  100% {
    transform: scale(1, 1);
    opacity: 0; } }
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0; } }
/*===========================
      02.HEADER css 
===========================*/
.header_navbar {
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.08); }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_navbar {
      padding: 20px 0; } }
  @media (max-width: 767px) {
    .header_navbar {
      padding: 20px 0; } }
  .header_navbar.sticky {
    position: fixed;
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(20, 20, 20, 0.1);
    -moz-box-shadow: 0px 10px 25px 0px rgba(20, 20, 20, 0.1);
    box-shadow: 0px 10px 25px 0px rgba(20, 20, 20, 0.1);
    z-index: 99;
    -webkit-animation: sticky 1.5s;
    -moz-animation: sticky 1.5s;
    -o-animation: sticky 1.5s;
    animation: sticky 1.5s; }

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }
.header_logo {
  position: relative;
  z-index: 9999; }
  @media (max-width: 767px) {
    .header_logo {
      width: 140px; } }

.header_Menu {
  position: relative; }
  .header_Menu .main_menu li {
    position: relative;
    display: inline-block;
    margin-left: -3px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header_Menu .main_menu li {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .header_Menu .main_menu li {
        margin-left: 0; } }
    .header_Menu .main_menu li a {
      font-size: 16px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      padding: 20px 25px;
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header_Menu .main_menu li a {
          font-size: 15px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header_Menu .main_menu li a {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .header_Menu .main_menu li a {
          font-size: 14px; } }
    .header_Menu .main_menu li.active > a, .header_Menu .main_menu li:hover > a {
      background-color: #662628; }
    .header_Menu .main_menu li .sub_menu {
      position: absolute;
      top: 120%;
      left: 0;
      width: 200px;
      -webkit-box-shadow: 0px 15px 40px 0px rgba(20, 20, 20, 0.1);
      -moz-box-shadow: 0px 15px 40px 0px rgba(20, 20, 20, 0.1);
      box-shadow: 0px 15px 40px 0px rgba(20, 20, 20, 0.1);
      background-color: #fff;
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s;
      opacity: 0;
      visibility: hidden;
      text-align: left; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header_Menu .main_menu li .sub_menu {
          position: relative;
          width: 100%;
          opacity: 1;
          visibility: visible;
          top: 0;
          -webkit-transition: all 0s linear 0s;
          -moz-transition: all 0s linear 0s;
          -ms-transition: all 0s linear 0s;
          -o-transition: all 0s linear 0s;
          transition: all 0s linear 0s;
          background: none; } }
      @media (max-width: 767px) {
        .header_Menu .main_menu li .sub_menu {
          position: relative;
          width: 100%;
          opacity: 1;
          visibility: visible;
          top: 0;
          -webkit-transition: all 0s linear 0s;
          -moz-transition: all 0s linear 0s;
          -ms-transition: all 0s linear 0s;
          -o-transition: all 0s linear 0s;
          transition: all 0s linear 0s;
          background: none; } }
      .header_Menu .main_menu li .sub_menu li {
        display: block;
        margin-left: 0; }
        .header_Menu .main_menu li .sub_menu li a {
          display: block;
          color: #141414;
          padding: 10px 25px; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header_Menu .main_menu li .sub_menu li a {
              color: #fff; } }
          @media (max-width: 767px) {
            .header_Menu .main_menu li .sub_menu li a {
              color: #fff; } }
          .header_Menu .main_menu li .sub_menu li a.active, .header_Menu .main_menu li .sub_menu li a:hover {
            color: #fff;
            padding-left: 30px;
            background-color: #66090c; }
    .header_Menu .main_menu li:hover .sub_menu {
      opacity: 1;
      visibility: visible;
      top: 100%; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header_Menu .main_menu li:hover .sub_menu {
          top: 0; } }
      @media (max-width: 767px) {
        .header_Menu .main_menu li:hover .sub_menu {
          top: 0; } }

.navbar_meta {
  text-align: right; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar_meta {
      position: absolute;
      top: -34px;
      right: 50px;
      z-index: 99999; } }
  @media (max-width: 767px) {
    .navbar_meta {
      position: absolute;
      top: -34px;
      right: 45px;
      z-index: 99999; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .navbar_meta {
      right: 50px; } }
  .navbar_meta .meta li {
    display: inline-block;
    margin-right: 15px;
    position: relative; }
    .navbar_meta .meta li .meta_dropdown {
      text-align: left; }
      .navbar_meta .meta li .meta_dropdown a {
        color: #141414;
        font-size: 16px;
        position: relative; }
        .navbar_meta .meta li .meta_dropdown a span {
          font-size: 12px;
          color: #fff;
          background-color: #662628;
          padding: 0 5px;
          line-height: 20px;
          border-radius: 50%;
          position: absolute;
          top: -8px;
          right: -10px; }
        .navbar_meta .meta li .meta_dropdown a::after {
          display: none; }
      .navbar_meta .meta li .meta_dropdown .meta_dropdown_menu {
        position: absolute;
        right: 0;
        float: none;
        top: 220%;
        -webkit-box-shadow: 0px 15px 40px 0px rgba(20, 20, 20, 0.1);
        -moz-box-shadow: 0px 15px 40px 0px rgba(20, 20, 20, 0.1);
        box-shadow: 0px 15px 40px 0px rgba(20, 20, 20, 0.1);
        background-color: #fff;
        display: none; }
      .navbar_meta .meta li .meta_dropdown .header_search {
        width: 280px;
        padding: 10px; }
        @media (max-width: 767px) {
          .navbar_meta .meta li .meta_dropdown .header_search {
            width: 180px;
            padding: 5px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .navbar_meta .meta li .meta_dropdown .header_search {
            width: 280px;
            padding: 10px; } }
        .navbar_meta .meta li .meta_dropdown .header_search input {
          width: 100%;
          height: 45px;
          border: 1px solid rgba(20, 20, 20, 0.4);
          padding: 0 15px;
          background: none; }
        .navbar_meta .meta li .meta_dropdown .header_search button {
          height: 45px;
          width: 45px;
          position: absolute;
          top: 10px;
          right: 10px;
          font-size: 16px;
          color: #141414;
          padding: 0;
          border: 0;
          background: none; }
      .navbar_meta .meta li .meta_dropdown .shop_cart {
        width: 300px;
        padding: 10px;
        padding-top: 0; }
        @media (max-width: 767px) {
          .navbar_meta .meta li .meta_dropdown .shop_cart {
            width: 220px;
            padding: 5px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .navbar_meta .meta li .meta_dropdown .shop_cart {
            width: 300px;
            padding: 10px; } }
        .navbar_meta .meta li .meta_dropdown .shop_cart .product_list .list li {
          display: block;
          margin-right: 0;
          padding-top: 10px; }
          @media (max-width: 767px) {
            .navbar_meta .meta li .meta_dropdown .shop_cart .product_list .list li {
              padding-top: 5px; } }
          @media only screen and (min-width: 576px) and (max-width: 767px) {
            .navbar_meta .meta li .meta_dropdown .shop_cart .product_list .list li {
              padding-top: 10px; } }
        .navbar_meta .meta li .meta_dropdown .shop_cart .product_list .single_product {
          border: 1px solid rgba(20, 20, 20, 0.2);
          position: relative; }
          .navbar_meta .meta li .meta_dropdown .shop_cart .product_list .single_product .close {
            font-size: 12px;
            color: #141414;
            position: absolute;
            top: 5px;
            right: 5px; }
          .navbar_meta .meta li .meta_dropdown .shop_cart .product_list .single_product .product_image {
            border-right: 1px solid rgba(20, 20, 20, 0.2); }
            .navbar_meta .meta li .meta_dropdown .shop_cart .product_list .single_product .product_image img {
              width: 80px; }
          .navbar_meta .meta li .meta_dropdown .shop_cart .product_list .single_product .product_content {
            padding: 0;
            padding-left: 15px;
            border: 0; }
            .navbar_meta .meta li .meta_dropdown .shop_cart .product_list .single_product .product_content .title {
              font-size: 16px; }
              @media (max-width: 767px) {
                .navbar_meta .meta li .meta_dropdown .shop_cart .product_list .single_product .product_content .title {
                  font-size: 14px; } }
              @media only screen and (min-width: 576px) and (max-width: 767px) {
                .navbar_meta .meta li .meta_dropdown .shop_cart .product_list .single_product .product_content .title {
                  font-size: 16px; } }
            .navbar_meta .meta li .meta_dropdown .shop_cart .product_list .single_product .product_content .price {
              font-size: 14px;
              color: #505050;
              margin-top: 4px; }

.sticky .header_Menu .main_menu li a {
  color: #141414; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sticky .header_Menu .main_menu li a {
      color: #fff; } }
  @media (max-width: 767px) {
    .sticky .header_Menu .main_menu li a {
      color: #fff; } }
.sticky .header_Menu .main_menu li.active > a, .sticky .header_Menu .main_menu li:hover > a {
  background-color: #662628;
  color: #fff; }

/*===== Header Navbar 2  =====*/
.header_navbar_2 {
  background-color: #fff;
  top: 0;
  padding: 20px 0; }
  .header_navbar_2 .header_Menu .main_menu li a {
    color: #141414;
    padding: 8px 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header_navbar_2 .header_Menu .main_menu li a {
        padding: 5px 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header_navbar_2 .header_Menu .main_menu li a {
        color: #fff; } }
    @media (max-width: 767px) {
      .header_navbar_2 .header_Menu .main_menu li a {
        color: #fff; } }
  .header_navbar_2 .header_Menu .main_menu li.active > a, .header_navbar_2 .header_Menu .main_menu li:hover > a {
    background-color: #08050c;
    color: #fff; }

/*===== Header Navbar 2  =====*/
.header_navbar_3 {
  background-color: rgba(255, 255, 255, 0.6); }

/*===== Header Slider  =====*/
.single_slider {
  padding-top: 250px;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_slider {
      padding-top: 180px;
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .single_slider {
      padding-top: 180px;
      padding-bottom: 100px; } }
  .single_slider::before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.95); }
  .single_slider .slider_artist img {
    border-radius: 50%;
    background-color: #141414; }
    @media (max-width: 767px) {
      .single_slider .slider_artist img {
        width: 180px; } }
  .single_slider .slider_artist .artist_name {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-top: 25px;
    text-transform: uppercase; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_slider .slider_content {
      padding-top: 40px; } }
  @media (max-width: 767px) {
    .single_slider .slider_content {
      padding-top: 40px; } }
  .single_slider .slider_content .slider_title {
    font-size: 52px;
    font-weight: 700;
    color: #fff; }
    @media (max-width: 767px) {
      .single_slider .slider_content .slider_title {
        font-size: 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single_slider .slider_content .slider_title {
        font-size: 38px; } }
  .single_slider .slider_content p {
    color: #fff;
    margin-top: 15px; }
  .single_slider .slider_content ul {
    padding-top: 35px; }
    .single_slider .slider_content ul li {
      display: inline-block;
      margin-top: 10px; }
  .single_slider .slider_content .slider_play {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
    .single_slider .slider_content .slider_play i {
      font-size: 30px;
      line-height: 30px;
      margin-right: 10px; }
    .single_slider .slider_content .slider_play span {
      line-height: 30px; }
  .single_slider .slider_customer img {
    width: 100%; }

/*===== Header Slider  =====*/
.single_slider_2 {
  height: 700px;
  padding-top: 80px; }
  @media only screen and (min-width: 1400px) {
    .single_slider_2 {
      height: 900px; } }
  @media (max-width: 767px) {
    .single_slider_2 {
      height: 600px; } }
  .single_slider_2::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%); }

.slider_content_2 .title {
  font-size: 40px;
  font-weight: 700;
  color: #141414; }
  @media (max-width: 767px) {
    .slider_content_2 .title {
      font-size: 28px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider_content_2 .title {
      font-size: 34px; } }
  .slider_content_2 .title span {
    color: #662628; }
.slider_content_2 p {
  color: #141414;
  padding-left: 90px;
  position: relative;
  margin-top: 40px; }
  @media (max-width: 767px) {
    .slider_content_2 p {
      padding-left: 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider_content_2 p {
      padding-left: 90px; } }
  .slider_content_2 p::before {
    position: absolute;
    content: '';
    width: 70px;
    height: 1px;
    background-color: #662628;
    top: 10px;
    left: 0; }
    @media (max-width: 767px) {
      .slider_content_2 p::before {
        top: -10px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .slider_content_2 p::before {
        top: 10px; } }

.slider-active .slick-dots {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%; }
  .slider-active .slick-dots li {
    display: inline-block;
    margin: 0 3px; }
    .slider-active .slick-dots li button {
      border: 0;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background-color: rgba(20, 20, 20, 0.4);
      font-size: 0;
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s; }
    .slider-active .slick-dots li.slick-active button {
      background-color: #662628; }

.header_hero_area {
  height: 700px;
  padding-top: 80px;
  position: relative; }
  @media only screen and (min-width: 1400px) {
    .header_hero_area {
      height: 900px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_hero_area {
      height: 600px; } }
  @media (max-width: 767px) {
    .header_hero_area {
      height: 500px; } }

.header_hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%; }
  .header_hero::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape-4.png);
    background-position: center center;
    background-size: 100% 100%; }

.header_hero_content .sub_title {
  font-size: 24px;
  font-weight: 600;
  color: #662628; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_hero_content .sub_title {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .header_hero_content .sub_title {
      font-size: 18px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header_hero_content .sub_title {
      font-size: 20px; } }
.header_hero_content .title {
  font-size: 70px;
  font-weight: 700;
  margin-top: 10px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_hero_content .title {
      font-size: 50px; } }
  @media (max-width: 767px) {
    .header_hero_content .title {
      font-size: 32px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .header_hero_content .title {
      font-size: 48px; } }
.header_hero_content .main-btn {
  background-color: #141414;
  border-color: #141414;
  margin-top: 50px; }
  .header_hero_content .main-btn:hover {
    background-color: transparent;
    color: #141414; }

/*===========================
        03.ABOUT css 
===========================*/
.about_image {
  position: relative;
  padding-left: 200px;
  padding-top: 220px; }
  @media (max-width: 767px) {
    .about_image {
      padding-top: 50px;
      padding-left: 50px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .about_image {
      padding-top: 150px;
      padding-left: 150px; } }
  .about_image .image_1 img {
    width: 100%; }
  .about_image .image_2 {
    width: 75%;
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid rgba(97, 109, 167, 0.1);
    padding: 70px 30px;
    background-color: #fff; }
    @media (max-width: 767px) {
      .about_image .image_2 {
        padding: 15px;
        border: 4px solid rgba(97, 109, 167, 0.1); } }
    .about_image .image_2 img {
      width: 100%; }

.about_content .title {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  left: -160px;
  padding-bottom: 25px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_content .title {
      left: 0; } }
  @media (max-width: 767px) {
    .about_content .title {
      left: 0;
      font-size: 28px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .about_content .title {
      font-size: 36px; } }
  .about_content .title::before {
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    background-color: #662628;
    bottom: 0;
    left: 0; }
  .about_content .title span {
    color: #662628; }
.about_content p {
  padding-top: 55px;
text-align: justify;}
.about_content .about_author .author {
  width: 100px;
  border-radius: 50%; }
  @media (max-width: 767px) {
    .about_content .about_author .author {
      width: 80px; } }
.about_content .about_author .signature {
  padding-left: 30px; }
  @media (max-width: 767px) {
    .about_content .about_author .signature {
      padding-left: 20px; } }

/*===== About 2 =====*/
.about_content_2 .title {
  font-size: 60px;
  font-weight: 700;
  color: #141414;
  position: relative;
  display: inline-block; }
  @media (max-width: 767px) {
    .about_content_2 .title {
      font-size: 30px; } }
  .about_content_2 .title::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 10px;
    border-radius: 50px;
    background-color: rgba(211, 160, 109, 0.4);
    bottom: 0;
    left: 0; }
    @media (max-width: 767px) {
      .about_content_2 .title::before {
        height: 5px; } }
.about_content_2 p {
  margin-top: 30px; }

/*===== About 3 =====*/
.about_content_3 .main-btn {
  background-color: #141414;
  color: #fff;
  border-color: #141414;
  margin-top: 45px; }
  .about_content_3 .main-btn:hover {
    background-color: transparent;
    color: #141414; }

/*===== About 4 =====*/
.about_content_4 .title {
  font-size: 40px;
  font-weight: 700;
  color: #141414; }
  @media (max-width: 767px) {
    .about_content_4 .title {
      font-size: 28px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .about_content_4 .title {
      font-size: 36px; } }
  .about_content_4 .title span {
    color: #662628; }
.about_content_4 .about_list {
  padding-top: 10px; }
  .about_content_4 .about_list li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    color: #505050;
    margin-top: 10px; }
    .about_content_4 .about_list li::before {
      position: absolute;
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #505050;
      left: 0;
      top: 8px; }
.about_content_4 .main-btn {
  margin-top: 30px;
  background-color: #141414;
  border-color: #141414; }
  .about_content_4 .main-btn:hover {
    background-color: transparent;
    color: #141414; }

/*===========================
        04.WORK css 
===========================*/
.work_bg {
  position: relative;
  z-index: 1; }
  .work_bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(20, 20, 20, 0.7); }

.single_work {
  position: relative;
  margin: 40px 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s; }
  .single_work::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(176, 114, 117,0.4);*/
    opacity: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    border-radius: 25px; }
  .single_work img {
    border-radius: 25px; }

.slick-center .single_work {
  -webkit-transform: scale(1.17);
  -moz-transform: scale(1.17);
  -ms-transform: scale(1.17);
  -o-transform: scale(1.17);
  transform: scale(1.17); }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slick-center .single_work {
      -webkit-transform: scale(1.21);
      -moz-transform: scale(1.21);
      -ms-transform: scale(1.21);
      -o-transform: scale(1.21);
      transform: scale(1.21); } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .slick-center .single_work {
      -webkit-transform: scale(1.29);
      -moz-transform: scale(1.29);
      -ms-transform: scale(1.29);
      -o-transform: scale(1.29);
      transform: scale(1.29); } }
  @media (max-width: 767px) {
    .slick-center .single_work {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); } }
  .slick-center .single_work::before {
    opacity: 1; }
  .slick-center .single_work img {
    width: 100%; }

.work_active .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30%;
  z-index: 9;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .work_active .slick-arrow {
      left: 28%; } }
  @media (max-width: 767px) {
    .work_active .slick-arrow {
      left: 0; } }
  .work_active .slick-arrow i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.58);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    background-color: #fff;
    color: #141414; }
  .work_active .slick-arrow:hover i {
    background-color: #662628;
    color: #fff; }
  .work_active .slick-arrow.next {
    right: 30%;
    left: auto; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .work_active .slick-arrow.next {
        left: auto;
        right: 28%; } }
    @media (max-width: 767px) {
      .work_active .slick-arrow.next {
        left: auto;
        right: 0; } }

/*===========================
        05.TEAM css 
===========================*/
.single_team {
  position: relative; }
  .single_team .team_image img {
    width: 100%; }
  .single_team .team_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
    .single_team .team_content .social {
      position: absolute;
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s;
      width: 100%;
      left: 0;
      top: 0;
      opacity: 0;
      visibility: hidden; }
      .single_team .team_content .social li {
        display: inline-block;
        margin: 0 5px;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s; }
        .single_team .team_content .social li a {
          width: 35px;
          height: 35px;
          line-height: 35px;
          text-align: center;
          border-radius: 50%;
          background-color: #fff;
          color: #505050;
          -webkit-transition: all 0.3s linear 0s;
          -moz-transition: all 0.3s linear 0s;
          -ms-transition: all 0.3s linear 0s;
          -o-transition: all 0.3s linear 0s;
          transition: all 0.3s linear 0s; }
          .single_team .team_content .social li a:hover {
            color: #fff;
            background-color: #662628; }
    .single_team .team_content .team_name a {
      font-size: 16px;
      font-weight: 700;
      color: #141414;
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s; }
    .single_team .team_content p {
      font-size: 14px;
      margin-top: 5px;
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s; }
  .single_team:hover .team_content {
    padding-top: 30px;
    background-color: #141414; }
    .single_team:hover .team_content .social {
      top: -18px;
      opacity: 1;
      visibility: visible; }
    .single_team:hover .team_content .team_name a {
      color: #fff; }
    .single_team:hover .team_content p {
      color: #fff; }

/*===========================
       06.GALLERY css 
===========================*/
.gallery_wrapper {
  background-color: #fff;
  padding: 50px; }
  @media (max-width: 767px) {
    .gallery_wrapper {
      padding: 20px; } }
  .gallery_wrapper.gallery_bg {
    background-color: #f5f5f5; }

.gallery_menu .menu li {
  display: inline-block;
  color: #505050;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s; }
  .gallery_menu .menu li + li {
    margin-left: 30px; }
    .gallery_menu .menu li + li::before {
      position: absolute;
      content: '/';
      left: -20px;
      top: 0;
      font-size: 16px;
      color: #505050; }
  .gallery_menu .menu li.active {
    color: #662628; }

.single_gallery {
  position: relative; }
  .single_gallery::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(211, 160, 109, 0.5);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
  .single_gallery img {
    width: 100%; }
  .single_gallery a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    opacity: 0; }
  .single_gallery:hover::before {
    opacity: 1; }
  .single_gallery:hover a {
    opacity: 1; }

/*===========================
       07.PRICING css 
===========================*/
.single_pricing {
  border: 8px solid #141414;
  padding: 50px;
  border-radius: 10px; }
  @media (max-width: 767px) {
    .single_pricing {
      padding: 30px; } }
  .single_pricing .pricing_content .title {
    font-size: 32px;
    font-weight: 700;
    color: #662628;
    text-transform: uppercase; }
  .single_pricing .pricing_content .line {
    width: 50px;
    height: 2px;
    background-color: #141414; }
  .single_pricing .pricing_content .list li {
    font-size: 16px;
    color: #505050;
    margin-top: 25px; }
  .single_pricing .pricing_price {
    text-align: right;
    margin-top: 35px; }
    .single_pricing .pricing_price .price {
      font-size: 60px;
      line-height: 70px;
      font-weight: 700;
      color: #141414; }
  .single_pricing .pricing_btn {
    text-align: center;
    margin-top: 50px; }
    .single_pricing .pricing_btn .main-btn {
      background-color: #141414; }
      .single_pricing .pricing_btn .main-btn:hover {
        background-color: #662628;
        color: #fff; }
  .single_pricing.pricing_active {
    border-color: #662628; }
    .single_pricing.pricing_active .pricing_content .title {
      color: #141414; }
    .single_pricing.pricing_active .pricing_content .line {
      background-color: #662628; }
    .single_pricing.pricing_active .pricing_price .price {
      color: #662628; }

/*===========================
       08.CLIENT css 
===========================*/
.client_bg {
  position: relative; }
  .client_bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 66%;
    left: 0;
    top: 0;
    background-color: #141414; }

.single_client {
  border: 5px solid #e8e8e8;
  padding: 40px 55px;
  border-radius: 5px;
  position: relative;
  margin-left: 50px;
  background-color: #fff; }
  @media (max-width: 767px) {
    .single_client {
      margin-left: 0;
      padding: 20px 25px;
      margin-top: 50px;
      padding-top: 0; } }
  .single_client .client_author {
    width: 100px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .single_client .client_author {
        position: relative;
        left: 0;
        top: 0;
        margin-top: -50px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        padding-bottom: 10px; } }
  .single_client p {
    font-size: 22px;
    line-height: 35px;
    color: #141414; }
    @media (max-width: 767px) {
      .single_client p {
        font-size: 16px;
        line-height: 28px; } }
  .single_client .line {
    width: 235px;
    height: 1px;
    background-color: #e8e8e8;
    display: block;
    margin: 25px auto 0; }
  .single_client .author_name {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #662628;
    margin-top: 25px; }
  .single_client .sub_title {
    margin-top: 10px;
    color: #141414;
    font-size: 14px; }

.client_active .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 35px; }
  .client_active .slick-dots li {
    display: inline-block;
    margin: 0 3px; }
    .client_active .slick-dots li button {
      width: 12px;
      height: 12px;
      border-radius: 50px;
      font-size: 0;
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s;
      border: 0;
      background-color: #e8e8e8; }
    .client_active .slick-dots li.slick-active button {
      background-color: #662628; }

/*===========================
       09.BLOG css 
===========================*/
.single_blog {
  position: relative; }
  .single_blog .blog_image {
    position: relative; }
    .single_blog .blog_image::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #111010 100%);
      background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #111010 100%);
      background: linear-gradient(rgba(255, 255, 255, 0) 0%, #111010 100%); }
    .single_blog .blog_image img {
      width: 100%; }
  .single_blog .blog_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px; }
    .single_blog .blog_content .date {
      color: #fff;
      font-size: 14px; }
    .single_blog .blog_content .title a {
      color: #fff;
      font-size: 24px;
      font-weight: 700;
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s;
      margin-top: 10px; }
      .single_blog .blog_content .title a:hover {
        color: #662628; }
    .single_blog .blog_content .meta {
      margin-top: 10px; }
      .single_blog .blog_content .meta li {
        display: inline-block; }
        .single_blog .blog_content .meta li + li {
          margin-left: 10px; }
        .single_blog .blog_content .meta li a {
          color: #fff;
          font-size: 14px; }
  .single_blog:hover .blog_image::before {
    background: linear-gradient(180deg, rgba(211, 160, 109, 0.7) 0%, #111010 100%); }

/*===========================
       10.TATO css 
===========================*/
.tato_design_bg {
  position: relative;
  z-index: 5; }
  .tato_design_bg::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.85); }

.tato_content .main-btn {
  background-color: #141414;
  border-color: #141414;
  margin-top: 30px; }
  .tato_content .main-btn :hover {
    background-color: transparent;
    color: #141414; }

.tato_content_2 .main-btn {
  background-color: #fff;
  border-color: #fff;
  margin-top: 30px;
  color: #141414; }
  .tato_content_2 .main-btn:hover {
    background-color: transparent;
    color: #fff; }

/*===========================
       11.BRAND css 
===========================*/
.brand_area {
  background-image: url(../images/shape-1.jpg);
  background-repeat: repeat-x; }

.brand_bg {
  background-image: url(../images/shape-2.jpg); }

.brand_bg_2 {
  background-image: url(../images/shape-3.jpg); }

.single_brand {
  text-align: center;
  padding: 0 15px; }
  .single_brand img {
    display: inline-block; }

/*===========================
       12.FOOTER css 
===========================*/
.footer_area {
  background-color: #111010; }

.footer_content .menu {
  padding-top: 40px;
text-transform: capitalize;}
  .footer_content .menu li {
    display: inline-block;
    margin: 0 18px; }
    .footer_content .menu li a {
      font-size: 18px;
      font-weight: 400;
      color: #fff;
      margin-top: 10px; }
      .footer_content .menu li a.active, .footer_content .menu li a:hover {
        color: #662628; }
.footer_content .social {
  padding-top: 50px; }
  .footer_content .social li {
    display: inline-block;
    margin: 0 5px; }
    .footer_content .social li a {
      width: 35px;
      height: 35px;
      line-height: 32px;
      text-align: center;
      border-radius: 50%;
      font-size: 16px;
      color: #fff; }
    .footer_content .social li:nth-of-type(1) a {
      background-color: #3e4ddd; }
    .footer_content .social li:nth-of-type(2) a {
      background-color: #03a0ee; }
    .footer_content .social li:nth-of-type(3) a {
      background-color: #8a3ab9; }
    .footer_content .social li:nth-of-type(4) a {
      background-color: #c3141b; }
    .footer_content .social li:nth-of-type(5) a {
      background-color: #0077b5; }

.footer_copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .footer_copyright .copyright p {
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    color: #fff; }
    .footer_copyright .copyright p a {
      color: #5b5b74; }

/*===== Footer 2 =====*/
.footer_area_2 {
  background-color: #fff; }

.footer_widget_2 .title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase; }

.footer_about p {
  margin-top: 25px; }
.footer_about .social {
  margin-top: 30px; }
  .footer_about .social li {
    display: inline-block; }
    .footer_about .social li + li {
      margin-left: 10px; }
    .footer_about .social li a {
      width: 35px;
      height: 35px;
      line-height: 32px;
      text-align: center;
      border-radius: 50%;
      font-size: 16px;
      color: #fff; }
    .footer_about .social li:nth-of-type(1) a {
      background-color: #3e4ddd; }
    .footer_about .social li:nth-of-type(2) a {
      background-color: #03a0ee; }
    .footer_about .social li:nth-of-type(3) a {
      background-color: #03a0ee; }
    .footer_about .social li:nth-of-type(4) a {
      background-color: #c3141b; }
    .footer_about .social li:nth-of-type(5) a {
      background-color: #00d3f5; }

.foter_link_wrapper {
  padding: 0 30px; }
  @media (max-width: 767px) {
    .foter_link_wrapper {
      padding: 0; } }

@media (max-width: 767px) {
  .footer_link {
    width: 100%; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer_link {
    width: 33.33%; } }
.footer_link .link {
  padding-top: 15px; }
  .footer_link .link li {
    margin-top: 10px; }
    .footer_link .link li a {
      color: #141414;
      font-size: 16px;
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s; }
      .footer_link .link li a:hover {
        color: #662628; }

.footer_subscribe p {
  font-size: 16px;
  margin-top: 25px; }
.footer_subscribe .subscribe_form {
  position: relative;
  margin-top: 30px; }
  .footer_subscribe .subscribe_form input {
    width: 100%;
    background: none;
    font-size: 16px;
    color: #141414;
    height: 50px;
    padding: 0 20px;
    border: 1px solid rgba(20, 20, 20, 0.2);
    border-radius: 50px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
    .footer_subscribe .subscribe_form input:focus {
      border-color: #662628; }
  .footer_subscribe .subscribe_form button {
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #662628;
    border: 0;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px; }

.footer_copyright_2 {
  border-top: 1px solid rgba(20, 20, 20, 0.2);
  padding: 10px;
  padding-bottom: 25px; }
  .footer_copyright_2 .copyright_text, .footer_copyright_2 .design_credit {
    margin-top: 15px; }
    .footer_copyright_2 .copyright_text p, .footer_copyright_2 .design_credit p {
      color: #141414; }
      .footer_copyright_2 .copyright_text p a, .footer_copyright_2 .design_credit p a {
        color: #662628; }

/*===== Go Top =====*/
.go-top-area {
  position: relative;
  z-index: 9999; }
  .go-top-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 24px;
    color: #ffffff;
    background-color: #662628;
    z-index: 9999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s linear 0s;
    -moz-transition: all 0.9s linear 0s;
    -ms-transition: all 0.9s linear 0s;
    -o-transition: all 0.9s linear 0s;
    transition: all 0.9s linear 0s;
    border-right: 0; }
    .go-top-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s linear 0s;
      -moz-transition: all 0.5s linear 0s;
      -ms-transition: all 0.5s linear 0s;
      -o-transition: all 0.5s linear 0s;
      transition: all 0.5s linear 0s; }
      .go-top-area .go-top i:last-child {
        opacity: 0;
        visibility: hidden;
        top: 60%; }
    .go-top-area .go-top::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-color: #662628;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s linear 0s;
      -moz-transition: all 0.5s linear 0s;
      -ms-transition: all 0.5s linear 0s;
      -o-transition: all 0.5s linear 0s;
      transition: all 0.5s linear 0s; }
    .go-top-area .go-top:focus, .go-top-area .go-top:hover {
      color: #fff; }
      .go-top-area .go-top:focus::before, .go-top-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; }
      .go-top-area .go-top:focus i:first-child, .go-top-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden; }
      .go-top-area .go-top:focus i:last-child, .go-top-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; }
    .go-top-area .go-top.active {
      top: 98%;
      -webkit-transform: translateY(-98%);
      -moz-transform: translateY(-98%);
      -ms-transform: translateY(-98%);
      -o-transform: translateY(-98%);
      transform: translateY(-98%);
      opacity: 1;
      visibility: visible;
      border-radius: 0;
      right: 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .go-top-area .go-top.active {
          top: 93%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .go-top-area .go-top.active {
          top: 93%; } }

.go-top-wrap {
  position: relative; }
  .go-top-wrap .go-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #662628; }
    .go-top-wrap .go-top-btn i {
      font-size: 20px;
      font-weight: 700;
      padding-left: 4px;
      color: #fff; }
    .go-top-wrap .go-top-btn::after {
      z-index: -1;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      height: 40px;
      -webkit-animation: ripple 1.6s ease-out infinite;
      -moz-animation: ripple 1.6s ease-out infinite;
      -o-animation: ripple 1.6s ease-out infinite;
      animation: ripple 1.6s ease-out infinite;
      opacity: 0;
      background: #662628; }
    .go-top-wrap .go-top-btn:hover {
      background-color: #141414;
      color: #fff; }

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }
@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }
/*===========================
       13.SERVICE css 
===========================*/
.single_service .service_icon {
  width: 100px;
  height: 100px;
  line-height: 107px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 14.55px 0.45px rgba(20, 20, 20, 0.1);
  -moz-box-shadow: 0px 5px 14.55px 0.45px rgba(20, 20, 20, 0.1);
  box-shadow: 0px 5px 14.55px 0.45px rgba(20, 20, 20, 0.1);
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  overflow: hidden;
  z-index: 5; }
  .single_service .service_icon::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: -67px;
    background-color: rgba(211, 160, 109, 0.2);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    z-index: -1; }
  .single_service .service_icon i {
    font-size: 30px;
    color: #141414;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
.single_service .service_content {
  margin-top: 25px; }
  .single_service .service_content .title a {
    font-size: 18px;
    font-weight: 700;
    color: #141414;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
    .single_service .service_content .title a:hover {
      color: #662628; }
  .single_service .service_content p {
    margin-top: 15px; }
.single_service:hover .service_icon {
  background-color: #662628; }
  .single_service:hover .service_icon::before {
    background-color: rgba(255, 255, 255, 0.1); }
  .single_service:hover .service_icon i {
    color: #fff; }

/*===========================
       14.PRODUCT css 
===========================*/
.single_product {
  border: 1px solid rgba(20, 20, 20, 0.2);
  position: relative; }
  .single_product .product_image {
    position: relative;
    overflow: hidden; }
    .single_product .product_image img {
      width: 100%;
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s; }
    .single_product .product_image .new {
      font-size: 13px;
      color: #fff;
      background-color: #141414;
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 0 15px;
      height: 24px;
      line-height: 24px; }
    .single_product .product_image .sale {
      font-size: 13px;
      color: #fff;
      background-color: #662628;
      position: absolute;
      top: 10px;
      left: 10px;
      padding: 0 15px;
      height: 24px;
      line-height: 24px; }
    .single_product .product_image .product_meta {
      position: absolute;
      left: 0;
      padding: 10px 15px;
      bottom: 0; }
      .single_product .product_image .product_meta li {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
        opacity: 0;
        visibility: hidden; }
        .single_product .product_image .product_meta li a {
          width: 35px;
          height: 35px;
          line-height: 35px;
          color: #fff;
          background-color: #141414;
          font-size: 14px;
          margin: 5px 0;
          -webkit-transition: all 0.3s linear 0s;
          -moz-transition: all 0.3s linear 0s;
          -ms-transition: all 0.3s linear 0s;
          -o-transition: all 0.3s linear 0s;
          transition: all 0.3s linear 0s; }
          .single_product .product_image .product_meta li a:hover {
            background-color: #662628; }
  .single_product .product_content {
    border-top: 1px solid rgba(20, 20, 20, 0.2);
    padding: 10px;
    padding-bottom: 20px; }
    .single_product .product_content .title a {
      font-size: 16px;
      font-weight: 400;
      color: #141414;
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s; }
      .single_product .product_content .title a:hover {
        color: #662628; }
    .single_product .product_content .rating {
      margin-top: 5px; }
      .single_product .product_content .rating li {
        display: inline-block;
        font-size: 12px;
        color: #cccccc; }
      .single_product .product_content .rating.active li {
        color: #ffa800; }
    .single_product .product_content .price {
      padding-top: 10px; }
      .single_product .product_content .price .regular_price {
        font-size: 16px;
        font-weight: 400;
        color: #141414; }
      .single_product .product_content .price .discount_price {
        font-size: 13px;
        color: #999999;
        position: relative;
        margin-left: 10px; }
        .single_product .product_content .price .discount_price::before {
          position: absolute;
          content: '';
          top: 50%;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #999999;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
    .single_product .product_content .product_btn {
      padding: 15px;
      padding-top: 0;
      border: 1px solid rgba(20, 20, 20, 0.2);
      border-top: 0;
      position: absolute;
      bottom: -50px;
      left: -1px;
      width: 100.8%;
      background-color: #fff;
      z-index: 9;
      display: none; }
      .single_product .product_content .product_btn .main-btn {
        padding: 0 18px;
        height: 35px;
        line-height: 33px;
        background-color: #141414;
        border-color: #141414; }
        .single_product .product_content .product_btn .main-btn:hover {
          background-color: #662628;
          color: #fff; }
  .single_product:hover .product_image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .single_product:hover .product_image .product_meta li {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }
    .single_product:hover .product_image .product_meta li:nth-of-type(1) {
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      -ms-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .single_product:hover .product_image .product_meta li:nth-of-type(2) {
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      -ms-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .single_product:hover .product_image .product_meta li:nth-of-type(3) {
      -webkit-transition-delay: 0.4s;
      -moz-transition-delay: 0.4s;
      -ms-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
  .single_product:hover .product_content .product_btn {
    display: block; }

.single_product_list {
  border: 1px solid rgba(20, 20, 20, 0.2);
  position: relative; }
  .single_product_list .product_image {
    position: relative;
    overflow: hidden; }
    .single_product_list .product_image img {
      width: 270px;
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s; }
      @media (max-width: 767px) {
        .single_product_list .product_image img {
          width: 100%; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single_product_list .product_image img {
          width: 120px; } }
    .single_product_list .product_image .new {
      font-size: 13px;
      color: #fff;
      background-color: #141414;
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 0 15px;
      height: 24px;
      line-height: 24px; }
    .single_product_list .product_image .sale {
      font-size: 13px;
      color: #fff;
      background-color: #662628;
      position: absolute;
      top: 10px;
      left: 10px;
      padding: 0 15px;
      height: 24px;
      line-height: 24px; }
  .single_product_list .product_content {
    border-left: 1px solid rgba(20, 20, 20, 0.2);
    padding: 20px; }
    @media (max-width: 767px) {
      .single_product_list .product_content {
        border-left: 0;
        border-top: 1px solid rgba(20, 20, 20, 0.2); } }
    @media (max-width: 767px) {
      .single_product_list .product_content {
        border-top: 0;
        border-left: 1px solid rgba(20, 20, 20, 0.2);
        padding: 15px; } }
    .single_product_list .product_content .title a {
      font-size: 20px;
      font-weight: 700;
      color: #141414;
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single_product_list .product_content .title a {
          font-size: 16px; } }
      .single_product_list .product_content .title a:hover {
        color: #662628; }
    .single_product_list .product_content .product_rating {
      margin-top: 5px; }
      .single_product_list .product_content .product_rating .rating li {
        display: inline-block;
        font-size: 12px;
        color: #cccccc; }
      .single_product_list .product_content .product_rating .rating.active li {
        color: #ffa800; }
      .single_product_list .product_content .product_rating span {
        font-size: 14px;
        color: #505050;
        margin-left: 10px; }
    .single_product_list .product_content .price {
      padding-top: 10px; }
      .single_product_list .product_content .price .regular_price {
        font-size: 16px;
        font-weight: 400;
        color: #141414; }
      .single_product_list .product_content .price .discount_price {
        font-size: 13px;
        color: #999999;
        position: relative;
        margin-left: 10px; }
        .single_product_list .product_content .price .discount_price::before {
          position: absolute;
          content: '';
          top: 50%;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #999999;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
    .single_product_list .product_content p {
      margin-top: 10px; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single_product_list .product_content p {
          font-size: 14px; } }
    .single_product_list .product_content .product_btn {
      padding-top: 10px; }
      .single_product_list .product_content .product_btn .main-btn {
        padding: 0 18px;
        height: 35px;
        line-height: 33px;
        background-color: #141414;
        border-color: #141414;
        margin-top: 15px; }
        .single_product_list .product_content .product_btn .main-btn:hover {
          background-color: transparent;
          color: #141414; }
      .single_product_list .product_content .product_btn .product_meta {
        margin-top: 15px;
        margin-left: 10px; }
        @media (max-width: 767px) {
          .single_product_list .product_content .product_btn .product_meta {
            margin-left: 0; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .single_product_list .product_content .product_btn .product_meta {
            margin-left: 10px; } }
        .single_product_list .product_content .product_btn .product_meta li {
          display: inline-block; }
          .single_product_list .product_content .product_btn .product_meta li + li {
            margin-left: 10px; }
          .single_product_list .product_content .product_btn .product_meta li a {
            width: 35px;
            height: 35px;
            line-height: 33px;
            color: #141414;
            font-size: 14px;
            -webkit-transition: all 0.3s linear 0s;
            -moz-transition: all 0.3s linear 0s;
            -ms-transition: all 0.3s linear 0s;
            -o-transition: all 0.3s linear 0s;
            transition: all 0.3s linear 0s;
            text-align: center;
            border: 1px solid rgba(20, 20, 20, 0.2); }
            .single_product_list .product_content .product_btn .product_meta li a:hover {
              background-color: #662628; }

/*===========================
       15.CONTACT css 
===========================*/
.contact_wrapper {
  border: 10px solid #141414;
  padding: 58px 90px 70px; }
  @media (max-width: 767px) {
    .contact_wrapper {
      padding: 22px 30px 30px; } }

.form-message {
  margin-left: 15px; }
  .form-message.error, .form-message.success {
    font-size: 16px;
    color: #141414;
    background-color: #fff;
    padding: 10px 15px;
    margin-top: 15px;
    background-color: #f7f7fd; }
  .form-message.error {
    color: #f00; }

.contact_title .title {
  font-size: 50px;
  font-weight: 700;
  color: #141414;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 10px; }
  @media (max-width: 767px) {
    .contact_title .title {
      font-size: 30px; } }
  .contact_title .title::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background-color: #141414;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }

/*===========================
      16.PORTFOLIO css 
===========================*/
.single_portfolio {
  position: relative; }
  .single_portfolio::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(211, 160, 109, 0.5);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
  .single_portfolio img {
    width: 100%; }
  .single_portfolio .shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .single_portfolio .view {
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
  .single_portfolio:hover::before {
    opacity: 1;
    visibility: visible; }
  .single_portfolio:hover .view {
    opacity: 1;
    visibility: visible; }

/*===========================
     17.PAGE BANNER css 
===========================*/
.page_banner {
  position: relative;
  z-index: 5;
  padding-top: 100px; }
  .page_banner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.85); }

.page_content {
  padding-top: 75px;
  padding-bottom: 85px; }
  .page_content .title {
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .page_content .title {
        font-size: 70px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .page_content .title {
        font-size: 60px; } }
    @media (max-width: 767px) {
      .page_content .title {
        font-size: 34px; } }

/*===========================
     18.BLOG DEATILS css 
===========================*/
.blog-details-image img {
  width: 100%;
  border-radius: 10px; }

.blog-details-content .blog-details-title .title {
  font-size: 24px;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .blog-details-content .blog-details-title .title {
      font-size: 18px; } }
.blog-details-content .blog-details-content ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #505050;
  margin-top: 10px; }
.blog-details-content .blockquote {
  background-color: #662628;
  padding: 40px 50px;
  border-radius: 5px;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .blog-details-content .blockquote {
      padding: 10px 15px; } }
  .blog-details-content .blockquote .text {
    color: #fff;
    font-size: 24px;
    line-height: 45px;
    font-style: italic; }
    @media (max-width: 767px) {
      .blog-details-content .blockquote .text {
        font-size: 18px;
        line-height: 30px; } }
.blog-details-content .blog-details-share {
  border-top: 1px solid #e8e8e8; }
  .blog-details-content .blog-details-share span {
    font-size: 15px;
    font-weight: 700;
    color: #662628; }
  .blog-details-content .blog-details-share .social li {
    display: inline-block;
    margin-left: 10px; }
    .blog-details-content .blog-details-share .social li a {
      font-size: 16px; }
    .blog-details-content .blog-details-share .social li:nth-of-type(1) a {
      color: #3b5998; }
    .blog-details-content .blog-details-share .social li:nth-of-type(2) a {
      color: #b9a3e3; }
    .blog-details-content .blog-details-share .social li:nth-of-type(3) a {
      color: #0e76a8; }
    .blog-details-content .blog-details-share .social li:nth-of-type(4) a {
      color: #c8232c; }
    .blog-details-content .blog-details-share .social li:nth-of-type(5) a {
      color: #3f729b; }

.blog-details-comment .comment-title {
  font-size: 18px;
  text-decoration: underline; }

.blog-comment .comment-replay {
  padding-left: 100px; }
  @media (max-width: 767px) {
    .blog-comment .comment-replay {
      padding-left: 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-comment .comment-replay {
      padding-left: 60px; } }

.single-comment {
  padding: 20px 25px;
  padding-left: 0;
  border: 1px solid #e8e8e8;
  margin-left: 40px;
  border-radius: 5px;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .single-comment {
      margin-left: 0;
      padding-top: 0;
      margin-top: 70px;
      padding-right: 20px;
      padding-bottom: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-comment {
      margin-left: 40px;
      padding-top: 0;
      margin-top: 30px;
      padding: 20px 25px;
      padding-left: 0; } }
  .single-comment .comment-author {
    margin-left: -40px; }
    @media (max-width: 767px) {
      .single-comment .comment-author {
        margin-left: 0;
        text-align: center;
        margin-top: -40px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-comment .comment-author {
        margin-left: -40px;
        margin-top: 0; } }
    .single-comment .comment-author img {
      width: 80px;
      border-radius: 50%; }
  .single-comment .comment-text {
    padding-left: 25px; }
    @media (max-width: 767px) {
      .single-comment .comment-text {
        padding-top: 20px;
        padding-left: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-comment .comment-text {
        padding-top: 0;
        padding-left: 25px; } }
    .single-comment .comment-text .author-name {
      font-size: 16px; }
    .single-comment .comment-text .text {
      margin-top: 10px; }
    .single-comment .comment-text .meta li {
      display: inline-block;
      margin-top: 10px; }
      .single-comment .comment-text .meta li + li {
        margin-left: 30px; }
        @media (max-width: 767px) {
          .single-comment .comment-text .meta li + li {
            margin-left: 15px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .single-comment .comment-text .meta li + li {
            margin-left: 25px; } }
      .single-comment .comment-text .meta li a {
        font-size: 14px;
        color: #505050;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s; }
        .single-comment .comment-text .meta li a:hover {
          color: #662628; }

/*===========================
     18.FAQ css 
===========================*/
.faq_accordion .accordion .card {
  padding: 0;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  margin-top: 20px; }
  .faq_accordion .accordion .card .card-header {
    padding: 0;
    border-radius: 0;
    border: 0;
    background: none; }
    .faq_accordion .accordion .card .card-header a {
      font-size: 20px;
      font-weight: 700;
      color: #662628;
      display: block;
      position: relative;
      padding-left: 25px; }
      .faq_accordion .accordion .card .card-header a::before {
        position: absolute;
        content: "\f054";
        font-size: 18px;
        font-family: "Font Awesome 5 Pro";
        font-weight: 600;
        color: #662628;
        left: 5px;
        top: 3px;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
      .faq_accordion .accordion .card .card-header a.collapsed {
        color: #141414; }
        .faq_accordion .accordion .card .card-header a.collapsed::before {
          -webkit-transform: rotate(0);
          -moz-transform: rotate(0);
          -ms-transform: rotate(0);
          -o-transform: rotate(0);
          transform: rotate(0);
          color: #141414; }
  .faq_accordion .accordion .card .card-body {
    padding: 20px 0 0; }

/*===========================
       19.SHOP css 
===========================*/
.shop_top_bar {
  padding: 20px;
  padding-top: 0;
  border: 1px solid rgba(20, 20, 20, 0.1); }
  @media (max-width: 767px) {
    .shop_top_bar {
      padding: 10px;
      padding-top: 0; } }
  .shop_top_bar .shop_menu {
    padding-top: 20px; }
    @media (max-width: 767px) {
      .shop_top_bar .shop_menu {
        padding-top: 10px; } }
    .shop_top_bar .shop_menu .nav .nav-item + li {
      margin-left: 10px; }
    .shop_top_bar .shop_menu .nav .nav-item a {
      font-size: 16px;
      color: #141414;
      width: 30px;
      height: 30px;
      line-height: 28x;
      text-align: center;
      border: 1px solid rgba(20, 20, 20, 0.2);
      border-radius: 3px;
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s; }
      .shop_top_bar .shop_menu .nav .nav-item a.active, .shop_top_bar .shop_menu .nav .nav-item a:hover {
        background-color: #662628;
        color: #fff;
        border-color: #662628; }
  .shop_top_bar .shop_select {
    padding-top: 20px; }
    @media (max-width: 767px) {
      .shop_top_bar .shop_select {
        padding-top: 10px; } }
    .shop_top_bar .shop_select .single_select {
      position: relative; }
      .shop_top_bar .shop_select .single_select + .single_select {
        margin-left: 10px; }
      .shop_top_bar .shop_select .single_select select {
        height: 30px;
        line-height: 28px;
        border: 1px solid rgba(20, 20, 20, 0.2);
        padding: 0 10px;
        padding-right: 25px;
        border-radius: 3px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        font-size: 14px;
        color: #141414; }
      .shop_top_bar .shop_select .single_select i {
        position: absolute;
        top: 9px;
        right: 10px;
        font-size: 12px;
        color: #141414; }

/*===========================
    20.SHOP DETAILS css 
===========================*/
.shop_details_image .shop_slid_image {
  border: 1px solid rgba(20, 20, 20, 0.2); }
  .shop_details_image .shop_slid_image .single_shop_image img {
    width: 100%; }
.shop_details_image .shop_thumb {
  max-width: 470px;
  margin: 30px auto 0;
  position: relative; }
  .shop_details_image .shop_thumb .single_thumb {
    margin: 0 5px;
    position: relative;
    cursor: pointer; }
    .shop_details_image .shop_thumb .single_thumb::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(211, 160, 109, 0.3);
      opacity: 0;
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s; }
  .shop_details_image .shop_thumb .slick-current::before {
    opacity: 1; }
  .shop_details_image .shop_thumb .slick-arrow {
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: #141414;
    z-index: 9; }
    .shop_details_image .shop_thumb .slick-arrow.next {
      left: auto;
      right: -10px; }

.shop_details_content .title {
  font-size: 30px;
  font-weight: 700;
  color: #141414; }
  @media (max-width: 767px) {
    .shop_details_content .title {
      font-size: 20px; } }
.shop_details_content .rating {
  padding-top: 10px; }
  .shop_details_content .rating li {
    display: inline-block;
    font-size: 14px;
    color: #ffa800; }
.shop_details_content .interested_review .interested {
  font-size: 14px;
  color: #662628; }
.shop_details_content .interested_review .review {
  font-size: 14px;
  margin-left: 15px; }
.shop_details_content .share {
  border-top: 1px solid rgba(20, 20, 20, 0.2); }
  .shop_details_content .share li {
    display: inline-block; }
    .shop_details_content .share li a {
      font-size: 18px;
      margin-left: 15px; }
    .shop_details_content .share li:nth-of-type(2) a {
      color: #45619d; }
    .shop_details_content .share li:nth-of-type(3) a {
      color: #cf4539; }
    .shop_details_content .share li:nth-of-type(4) a {
      color: #42c0fb; }
    .shop_details_content .share li:nth-of-type(5) a {
      color: #009ee5; }
    .shop_details_content .share li:nth-of-type(6) a {
      color: #ec9f21; }
  .shop_details_content .share .head {
    font-size: 14px;
    color: #662628; }
.shop_details_content .price h3 {
  font-size: 36px;
  font-weight: 700; }
  @media (max-width: 767px) {
    .shop_details_content .price h3 {
      font-size: 28px; } }
  .shop_details_content .price h3 span {
    font-size: 16px;
    color: #505050;
    margin-left: 4px; }
.shop_details_content .description .description_title {
  font-size: 16px;
  font-weight: 700;
  color: #141414; }
.shop_details_content .description p {
  margin-top: 10px; }
.shop_details_content .quanty_stock .quanty .quanty_form {
  margin-left: 15px; }
  .shop_details_content .quanty_stock .quanty .quanty_form .product-quantity {
    overflow: hidden;
    border-radius: 5px; }
    .shop_details_content .quanty_stock .quanty .quanty_form .product-quantity .sub, .shop_details_content .quanty_stock .quanty .quanty_form .product-quantity .add {
      border: 0;
      width: 16px;
      height: 30px;
      background-color: #662628;
      font-size: 18px;
      color: #fff;
      position: relative;
      left: 1px; }
    .shop_details_content .quanty_stock .quanty .quanty_form .product-quantity .add {
      left: auto;
      right: 1px; }
    .shop_details_content .quanty_stock .quanty .quanty_form .product-quantity input {
      width: 40px;
      height: 30px;
      border: 1px solid rgba(20, 20, 20, 0.2);
      text-align: center; }
.shop_details_content .quanty_stock .stock .availability {
  font-size: 14px;
  color: #662628; }
.shop_details_content .quanty_stock .stock p {
  font-size: 14px;
  margin-left: 15px; }
.shop_details_content .products_add ul li {
  display: inline-block; }
  .shop_details_content .products_add ul li a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    border: 1px solid rgba(20, 20, 20, 0.2);
    color: #141414;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
    .shop_details_content .products_add ul li a:hover {
      background-color: #141414;
      color: #fff;
      border-color: #141414; }
    .shop_details_content .products_add ul li a.main-btn {
      width: auto;
      padding: 0 25px;
      height: 35px;
      line-height: 33px;
      background-color: #141414;
      color: #fff;
      border-color: #141414; }
      .shop_details_content .products_add ul li a.main-btn:hover {
        background-color: transparent;
        color: #141414; }
  .shop_details_content .products_add ul li + li {
    margin-left: 10px; }

.Product-tab {
  padding: 30px 50px;
  border: 1px solid #e8f4fc; }
  @media (max-width: 767px) {
    .Product-tab {
      padding: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .Product-tab {
      padding: 40px; } }
  @media (max-width: 767px) {
    .Product-tab .nav {
      display: block; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .Product-tab .nav {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; } }
  .Product-tab .nav li {
    margin-right: 5px;
    margin-bottom: 20px; }
    .Product-tab .nav li a {
      padding: 0px 20px;
      height: 45px;
      line-height: 45px;
      background-color: #141414;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #fff;
      text-transform: uppercase;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s; }
      @media (max-width: 767px) {
        .Product-tab .nav li a {
          width: 100%;
          border-radius: 0; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .Product-tab .nav li a {
          width: auto;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px; } }
      .Product-tab .nav li a.active {
        background-color: #662628; }
  .Product-tab .tab-content .tab-pane .Product-tab-cont > p {
    padding-bottom: 20px; }
  .Product-tab .tab-content .tab-pane .Product-tab-cont > h6 {
    font-size: 15px;
    font-weight: 700;
    color: #2c2d3e;
    padding-bottom: 15px; }
  .Product-tab .tab-content .tab-pane .Product-tab-cont .product_tab_list {
    padding-left: 40px; }
    .Product-tab .tab-content .tab-pane .Product-tab-cont .product_tab_list li {
      position: relative;
      font-size: 15px;
      color: #141414; }
      .Product-tab .tab-content .tab-pane .Product-tab-cont .product_tab_list li::before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid #141414;
        left: -20px;
        top: 7px; }
  .Product-tab .tab-content .tab-pane .comment .singel-comment {
    position: relative; }
    .Product-tab .tab-content .tab-pane .comment .singel-comment .thum {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 5; }
      @media (max-width: 767px) {
        .Product-tab .tab-content .tab-pane .comment .singel-comment .thum {
          position: relative;
          top: 0;
          left: 0;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0);
          text-align: center; } }
      .Product-tab .tab-content .tab-pane .comment .singel-comment .thum img {
        border-radius: 50%;
        width: 80px;
        height: 80px; }
    .Product-tab .tab-content .tab-pane .comment .singel-comment .cont {
      padding: 25px 60px;
      border: 1px solid #f6f6f6;
      border-radius: 5px;
      margin-left: 40px; }
      @media (max-width: 767px) {
        .Product-tab .tab-content .tab-pane .comment .singel-comment .cont {
          margin-left: 0;
          padding: 20px;
          padding-top: 60px;
          margin-top: -40px;
          position: relative; } }
      .Product-tab .tab-content .tab-pane .comment .singel-comment .cont .author_name {
        font-size: 15px;
        font-weight: 700;
        padding-bottom: 12px; }
      .Product-tab .tab-content .tab-pane .comment .singel-comment .cont p {
        padding-bottom: 10px; }
      .Product-tab .tab-content .tab-pane .comment .singel-comment .cont ul li {
        display: inline-block; }
        .Product-tab .tab-content .tab-pane .comment .singel-comment .cont ul li + li {
          margin-left: 35px; }
          @media (max-width: 767px) {
            .Product-tab .tab-content .tab-pane .comment .singel-comment .cont ul li + li {
              margin-left: 20px; } }
        .Product-tab .tab-content .tab-pane .comment .singel-comment .cont ul li a {
          font-size: 14px;
          color: #141414; }
  .Product-tab .tab-content .tab-pane .comment .replay {
    padding-left: 80px; }
    @media (max-width: 767px) {
      .Product-tab .tab-content .tab-pane .comment .replay {
        padding-left: 0; } }
  .Product-tab .tab-content .tab-pane .review ul li + li {
    margin-top: 30px; }
  .Product-tab .tab-content .tab-pane .review .singel-review {
    position: relative;
    background-color: #fff7f7;
    padding: 30px;
    border: 1px solid #e8f4fc;
    border-radius: 10px; }
    @media (max-width: 767px) {
      .Product-tab .tab-content .tab-pane .review .singel-review {
        padding: 20px; } }
    .Product-tab .tab-content .tab-pane .review .singel-review .review-thum {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .Product-tab .tab-content .tab-pane .review .singel-review .review-thum .review-img img {
        border-radius: 50%;
        width: 80px; }
      .Product-tab .tab-content .tab-pane .review .singel-review .review-thum .review-head .author_name {
        color: #141414;
        font-size: 16px; }
      .Product-tab .tab-content .tab-pane .review .singel-review .review-thum .review-head span {
        color: #141414;
        font-size: 14px; }
    .Product-tab .tab-content .tab-pane .review .singel-review .date {
      position: absolute;
      right: 30px;
      top: 30px; }
      @media (max-width: 767px) {
        .Product-tab .tab-content .tab-pane .review .singel-review .date {
          position: relative;
          right: 0;
          top: 0;
          margin-top: 10px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .Product-tab .tab-content .tab-pane .review .singel-review .date {
          position: absolute;
          right: 30px;
          top: 30px;
          margin-top: 0; } }
      .Product-tab .tab-content .tab-pane .review .singel-review .date span {
        font-size: 14px;
        font-weight: 700; }
    .Product-tab .tab-content .tab-pane .review .singel-review .review-cont p {
      padding-top: 10px;
      padding-bottom: 8px; }
    .Product-tab .tab-content .tab-pane .review .singel-review .review-cont .rating {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .Product-tab .tab-content .tab-pane .review .singel-review .review-cont .rating ul {
        overflow: hidden; }
        .Product-tab .tab-content .tab-pane .review .singel-review .review-cont .rating ul li {
          float: left;
          margin-top: 0;
          color: #ffa800;
          font-size: 14px; }
      .Product-tab .tab-content .tab-pane .review .singel-review .review-cont .rating span {
        font-size: 16px;
        font-weight: 600;
        margin-left: 10px; }
  .Product-tab .tab-content .tab-pane .reviwe-form .form_title {
    font-size: 30px;
    font-weight: 700;
    color: #141414; }
  .Product-tab .tab-content .tab-pane .reviwe-form .form-box {
    margin-top: 30px; }
    .Product-tab .tab-content .tab-pane .reviwe-form .form-box input, .Product-tab .tab-content .tab-pane .reviwe-form .form-box textarea {
      width: 100%;
      height: 40px;
      padding-left: 15px;
      border: 1px solid #e6e9f1;
      border-radius: 5px;
      font-size: 14px;
      color: #141414; }
    .Product-tab .tab-content .tab-pane .reviwe-form .form-box textarea {
      height: 220px;
      padding-top: 15px;
      resize: none; }
  .Product-tab .tab-content .tab-pane .reviwe-form .note {
    margin-top: 30px; }
    .Product-tab .tab-content .tab-pane .reviwe-form .note p span {
      font-weight: 700;
      margin-right: 10px;
      color: #141414; }
  .Product-tab .tab-content .tab-pane .reviwe-form .rating {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .Product-tab .tab-content .tab-pane .reviwe-form .rating span {
      font-weight: 700;
      margin-right: 10px;
      font-size: 14px;
      margin-right: 10px; }
    .Product-tab .tab-content .tab-pane .reviwe-form .rating ul li {
      display: inline-block;
      color: #141414;
      font-weight: 700;
      font-size: 14px; }
      .Product-tab .tab-content .tab-pane .reviwe-form .rating ul li a {
        font-size: 14px;
        color: #999; }
  .Product-tab .tab-content .tab-pane .reviwe-form button {
    padding: 0 50px;
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    background-color: #141414;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    border-radius: 5px;
    margin-top: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
    .Product-tab .tab-content .tab-pane .reviwe-form button:hover {
      background-color: #662628; }

/*===========================
       21.CART css 
===========================*/
.cart_table {
  width: 100%; }

.cart_table .table-bordered {
  margin-bottom: 0; }
  .cart_table .table-bordered thead tr th {
    border-bottom-width: 0px;
    text-align: center;
    vertical-align: middle;
    padding: 15px 0;
    border: 1px solid rgba(20, 20, 20, 0.2); }
    .cart_table .table-bordered thead tr th.product {
      width: 160px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cart_table .table-bordered thead tr th.product {
          min-width: 120px; } }
      @media (max-width: 767px) {
        .cart_table .table-bordered thead tr th.product {
          min-width: 120px; } }
    .cart_table .table-bordered thead tr th.description {
      width: 360px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cart_table .table-bordered thead tr th.description {
          min-width: 300px; } }
      @media (max-width: 767px) {
        .cart_table .table-bordered thead tr th.description {
          min-width: 300px; } }
    .cart_table .table-bordered thead tr th.model {
      width: 150px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cart_table .table-bordered thead tr th.model {
          min-width: 110px; } }
      @media (max-width: 767px) {
        .cart_table .table-bordered thead tr th.model {
          min-width: 110px; } }
    .cart_table .table-bordered thead tr th.edit {
      width: 100px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cart_table .table-bordered thead tr th.edit {
          min-width: 60px; } }
    .cart_table .table-bordered thead tr th.quantity {
      width: 150px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cart_table .table-bordered thead tr th.quantity {
          min-width: 110px; } }
      @media (max-width: 767px) {
        .cart_table .table-bordered thead tr th.quantity {
          min-width: 110px; } }
    .cart_table .table-bordered thead tr th.price {
      width: 150px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cart_table .table-bordered thead tr th.price {
          min-width: 90px; } }
      @media (max-width: 767px) {
        .cart_table .table-bordered thead tr th.price {
          min-width: 90px; } }
    .cart_table .table-bordered thead tr th.total {
      width: 150px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cart_table .table-bordered thead tr th.total {
          min-width: 90px; } }
      @media (max-width: 767px) {
        .cart_table .table-bordered thead tr th.total {
          min-width: 90px; } }
  .cart_table .table-bordered tbody tr td {
    border-bottom-width: 0px;
    text-align: center;
    vertical-align: middle;
    padding: 0 0;
    border-color: rgba(20, 20, 20, 0.2); }
    .cart_table .table-bordered tbody tr td .product_img {
      padding: 10px; }
      .cart_table .table-bordered tbody tr td .product_img img {
        width: 100%; }
    .cart_table .table-bordered tbody tr td .product_description {
      padding: 0 30px;
      text-align: left; }
      .cart_table .table-bordered tbody tr td .product_description .product_title a {
        font-size: 16px;
        padding-bottom: 10px;
        font-weight: 700;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
        color: #141414; }
        .cart_table .table-bordered tbody tr td .product_description .product_title a:hover {
          color: #662628; }
    .cart_table .table-bordered tbody tr td .product_edit ul li + li {
      margin-top: 8px; }
    .cart_table .table-bordered tbody tr td .product_edit ul li a {
      color: #141414;
      font-size: 16px;
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s; }
      .cart_table .table-bordered tbody tr td .product_edit ul li a:hover {
        color: #662628; }
    .cart_table .table-bordered tbody tr td .product_quantity {
      padding: 0 20px; }
      .cart_table .table-bordered tbody tr td .product_quantity .quanty_form .product-quantity {
        overflow: hidden;
        border-radius: 5px; }
        .cart_table .table-bordered tbody tr td .product_quantity .quanty_form .product-quantity .sub, .cart_table .table-bordered tbody tr td .product_quantity .quanty_form .product-quantity .add {
          border: 0;
          width: 16px;
          height: 30px;
          background-color: #662628;
          font-size: 18px;
          color: #fff;
          position: relative;
          left: 1px; }
        .cart_table .table-bordered tbody tr td .product_quantity .quanty_form .product-quantity .add {
          left: auto;
          right: 1px; }
        .cart_table .table-bordered tbody tr td .product_quantity .quanty_form .product-quantity input {
          width: 40px;
          height: 30px;
          border: 1px solid rgba(20, 20, 20, 0.2);
          text-align: center; }

.cart_btn {
  border: 1px solid rgba(20, 20, 20, 0.2);
  padding: 20px;
  padding-top: 0; }
  .cart_btn .main-btn {
    margin-top: 20px;
    height: 40px;
    border: 0;
    line-height: 40px;
    background-color: #141414;
    color: #fff;
    padding: 0 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
    .cart_btn .main-btn:hover {
      background-color: #662628; }

.cart_title {
  font-size: 16px;
  font-weight: 700;
  color: #141414; }

.cart_form {
  border: 1px solid rgba(20, 20, 20, 0.2);
  padding: 18px 20px 20px;
  border-radius: 5px; }
  .cart_form .single_cart_form {
    margin-top: 20px; }
    .cart_form .single_cart_form label {
      font-size: 14px;
      font-weight: 600;
      color: #141414; }
    .cart_form .single_cart_form input {
      width: 100%;
      height: 40px;
      border: 1px solid rgba(20, 20, 20, 0.2);
      border-radius: 4px;
      padding: 0 15px;
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s;
      color: #141414;
      margin-top: 5px; }
      .cart_form .single_cart_form input:hover {
        border-color: #662628; }
    .cart_form .single_cart_form .main-btn {
      height: 40px;
      border: 0;
      line-height: 40px;
      background-color: #141414;
      color: #fff;
      padding: 0 25px;
      text-transform: uppercase;
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s; }
      .cart_form .single_cart_form .main-btn:hover {
        background-color: #662628; }

.cart_total {
  border: 1px solid rgba(20, 20, 20, 0.2);
  padding: 15px 20px 20px;
  border-radius: 5px; }
  .cart_total p {
    font-size: 16px;
    font-weight: 700;
    color: #141414;
    margin-top: 5px; }
    .cart_total p span {
      width: 80px; }
  .cart_total a {
    border: 0;
    margin-top: 18px; }
    .cart_total a:hover {
      background-color: #141414;
      color: #fff; }

/*===========================
       22.CHECKOUT css 
===========================*/
.checkout_box {
  border: 1px solid rgba(20, 20, 20, 0.2);
  border-radius: 15px; }
  .checkout_box .checkout_title {
    overflow: hidden;
    border-bottom: 1px solid rgba(20, 20, 20, 0.2);
    padding: 0 30px; }
    .checkout_box .checkout_title .title {
      line-height: 60px;
      color: #141414;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 16px; }
  .checkout_box .buyer_info {
    padding: 30px 80px 50px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .checkout_box .buyer_info {
        padding: 30px 50px 50px; } }
    @media (max-width: 767px) {
      .checkout_box .buyer_info {
        padding: 0 30px 30px; } }
    .checkout_box .buyer_info .form_box {
      padding-top: 20px;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end; }
      @media (max-width: 767px) {
        .checkout_box .buyer_info .form_box {
          display: block; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .checkout_box .buyer_info .form_box {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex; } }
      .checkout_box .buyer_info .form_box label {
        font-size: 14px;
        font-weight: 400;
        color: #141414;
        display: block;
        margin-bottom: 0;
        width: 120px;
        text-align: right;
        padding-right: 15px; }
        @media (max-width: 767px) {
          .checkout_box .buyer_info .form_box label {
            display: block;
            width: auto;
            text-align: left; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .checkout_box .buyer_info .form_box label {
            display: inline-block;
            width: 120px;
            text-align: right; } }
      .checkout_box .buyer_info .form_box input {
        width: 265px;
        height: 40px;
        border: 1px solid rgba(20, 20, 20, 0.2);
        border-radius: 5px;
        padding-left: 15px;
        display: block; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .checkout_box .buyer_info .form_box input {
            width: 100%; } }
        @media (max-width: 767px) {
          .checkout_box .buyer_info .form_box input {
            width: 100%;
            margin-top: 8px; } }
  .checkout_box .details {
    padding: 50px 80px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .checkout_box .details {
        padding: 50px 50px; } }
    @media (max-width: 767px) {
      .checkout_box .details {
        padding: 30px 30px; } }
    .checkout_box .details .details_title h6 {
      font-size: 16px;
      font-weight: 600;
      border-bottom: 1px solid rgba(20, 20, 20, 0.2);
      padding-bottom: 8px;
      color: #662628; }
      .checkout_box .details .details_title h6 span {
        float: right; }
    .checkout_box .details .order_list {
      padding-top: 18px;
      border-bottom: 1px solid rgba(20, 20, 20, 0.2);
      padding-bottom: 22px; }
      .checkout_box .details .order_list ul li {
        line-height: 35px;
        font-size: 14px; }
        .checkout_box .details .order_list ul li span {
          float: right; }
    .checkout_box .details .order_total h5 {
      ont-size: 15px;
      font-weight: 600;
      color: #2c2d3e;
      padding-top: 18px; }
      .checkout_box .details .order_total h5 span {
        float: right; }
  .checkout_box .payment_methods {
    padding: 45px 80px 50px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .checkout_box .payment_methods {
        padding: 50px 50px; } }
    @media (max-width: 767px) {
      .checkout_box .payment_methods {
        padding: 30px 30px; } }
    .checkout_box .payment_methods .payment ul li {
      display: inline-block;
      margin-right: 2px; }
      .checkout_box .payment_methods .payment ul li a {
        font-size: 35px;
        color: #141414;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s; }
        @media (max-width: 767px) {
          .checkout_box .payment_methods .payment ul li a {
            font-size: 30px; } }
        .checkout_box .payment_methods .payment ul li a:hover {
          color: #662628; }
    .checkout_box .payment_methods .card_info .form_box {
      padding-top: 20px;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end; }
      @media (max-width: 767px) {
        .checkout_box .payment_methods .card_info .form_box {
          display: block; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .checkout_box .payment_methods .card_info .form_box {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex; } }
      .checkout_box .payment_methods .card_info .form_box label {
        font-size: 14px;
        font-weight: 400;
        color: #141414;
        display: block;
        margin-bottom: 0;
        width: 120px;
        text-align: right;
        padding-right: 15px; }
        @media (max-width: 767px) {
          .checkout_box .payment_methods .card_info .form_box label {
            display: block;
            width: auto;
            text-align: left; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .checkout_box .payment_methods .card_info .form_box label {
            display: inline-block;
            width: 120px;
            text-align: right; } }
      .checkout_box .payment_methods .card_info .form_box input {
        width: 265px;
        height: 40px;
        border: 1px solid rgba(20, 20, 20, 0.2);
        border-radius: 5px;
        padding-left: 15px;
        display: block; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .checkout_box .payment_methods .card_info .form_box input {
            width: 100%; } }
        @media (max-width: 767px) {
          .checkout_box .payment_methods .card_info .form_box input {
            width: 100%;
            margin-top: 8px; } }
    .checkout_box .payment_methods .card_info .month_year {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end; }
      .checkout_box .payment_methods .card_info .month_year .form_box label {
        width: 70px; }
      .checkout_box .payment_methods .card_info .month_year .form_box input {
        width: 80px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .checkout_box .payment_methods .card_info .month_year .form_box input {
            width: 63%; } }
        @media (max-width: 767px) {
          .checkout_box .payment_methods .card_info .month_year .form_box input {
            width: 100%; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .checkout_box .payment_methods .card_info .month_year .form_box input {
            width: 55%; } }
      .checkout_box .payment_methods .card_info .month_year .form_box:last-child {
        padding-left: 22px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .checkout_box .payment_methods .card_info .month_year .form_box:last-child {
            padding-left: 10px; } }

.order-btn a {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background-color: #141414;
  border-radius: 5px;
  padding: 0 50px;
  line-height: 60px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s; }
  .order-btn a:hover {
    background-color: #662628; }

/*===========================
   22.CHECKOUT COMPLATE css 
===========================*/
.checkout_complate_content {
  position: relative;
  border: 1px solid rgba(20, 20, 20, 0.2);
  border-radius: 10px;
  margin-top: 30px; }
  .checkout_complate_content .checkout_title {
    overflow: hidden;
    border-bottom: 1px solid rgba(20, 20, 20, 0.2);
    padding: 0 30px; }
    .checkout_complate_content .checkout_title .title {
      line-height: 45px;
      color: #141414;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 16px; }
  .checkout_complate_content i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 50px;
    color: #fff;
    background-color: #662628;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 767px) {
      .checkout_complate_content i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 30px;
        top: -15px; } }
  .checkout_complate_content .checkout_complate_wrapper {
    padding: 85px 80px 80px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .checkout_complate_content .checkout_complate_wrapper {
        padding: 75px 70px 70px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .checkout_complate_content .checkout_complate_wrapper {
        padding: 75px 70px 70px; } }
    @media (max-width: 767px) {
      .checkout_complate_content .checkout_complate_wrapper {
        padding: 45px 40px 40px; } }
    .checkout_complate_content .checkout_complate_wrapper .title {
      font-size: 80px;
      font-weight: 700; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .checkout_complate_content .checkout_complate_wrapper .title {
          font-size: 64px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .checkout_complate_content .checkout_complate_wrapper .title {
          font-size: 64px; } }
      @media (max-width: 767px) {
        .checkout_complate_content .checkout_complate_wrapper .title {
          font-size: 40px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .checkout_complate_content .checkout_complate_wrapper .title {
          font-size: 50px; } }
      .checkout_complate_content .checkout_complate_wrapper .title span {
        color: #662628; }
    .checkout_complate_content .checkout_complate_wrapper .main-btn {
      color: #fff;
      background-color: #141414;
      border: 0;
      margin-top: 50px; }
      .checkout_complate_content .checkout_complate_wrapper .main-btn:hover {
        background-color: #662628; }

/*===========================
    17.Login css 
===========================*/
.login-form {
  padding: 50px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 149, 54, 0.5);
  -moz-box-shadow: 0px 0px 0px 10px rgba(0, 149, 54, 0.5);
  box-shadow: 0px 0px 0px 10px rgba(0, 149, 54, 0.5); }

.single-form > p {
  text-transform: uppercase; }
.single-form .social-loogin li {
  display: inline-block;
  margin: 15px 5px 0; }
  .single-form .social-loogin li a {
    font-size: 14px;
    padding: 0 15px;
    line-height: 40px;
    border-radius: 5px;
    color: #fff; }
    .single-form .social-loogin li a i {
      margin-right: 6px; }
  .single-form .social-loogin li:nth-of-type(1) a {
    background-color: #4367af; }
  .single-form .social-loogin li:nth-of-type(2) a {
    background-color: #e45446; }
.single-form .remember-forgot li > label {
  font-size: 14px;
  color: #141414;
  cursor: pointer; }
.single-form .remember-forgot li input[type="checkbox"] {
  display: none; }
  .single-form .remember-forgot li input[type="checkbox"] + label span {
    width: 16px;
    height: 16px;
    border: 1px solid rgba(20, 20, 20, 0.2);
    border-radius: 2px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s; }
    .single-form .remember-forgot li input[type="checkbox"] + label span::before {
      content: "\f00c";
      position: absolute;
      font-family: FontAwesome;
      left: 0px;
      top: 0px;
      line-height: 14px;
      color: #fff;
      font-size: 13px; }
.single-form .remember-forgot li input[type="checkbox"]:checked {
  display: none; }
  .single-form .remember-forgot li input[type="checkbox"]:checked + label span {
    background-color: #662628;
    border-color: #662628; }
.single-form .remember-forgot li p {
  font-size: 14px; }
  .single-form .remember-forgot li p a {
    position: relative;
    color: #662628; }
    .single-form .remember-forgot li p a::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #662628;
      left: 0;
      bottom: 1px; }
.single-form p .register {
  color: #141414;
  font-size: 14px;
  margin-top: 8px;
  text-transform: capitalize; }

/*===========================
   24.CHECKOUT COMPLATE css 
===========================*/
#contact-map {
  height: 550px; }
  @media (max-width: 767px) {
    #contact-map {
      height: 350px; } }

.form-group {
  margin-bottom: 0; }

.list-unstyled li {
  font-size: 13px;
  margin-left: 2px;
  margin-top: 5px;
  color: #f00; }

.contact-title {
  font-size: 18px;
  text-decoration: underline; }

.form-message {
  margin-left: 15px; }
  .form-message.error, .form-message.success {
    font-size: 16px;
    color: #141414;
    background-color: #fff;
    padding: 10px 15px;
    margin-top: 15px;
    background-color: #f7f7fd; }
  .form-message.error {
    color: #f00; }

.single-info {
  margin-top: 15px; }
  .single-info .icon i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #505050;
    border: 1px solid rgba(20, 20, 20, 0.2);
    border-radius: 50%; }

/*# sourceMappingURL=style.css.map */
